@charset "UTF-8";
/* CSS Document */
/*=================================================

　小田島商事株式会社

=================================================*/
/* サブタイトル
-------------------------------------------------- */
.sub-title{
    background: url("img/subtitle-bk.jpg") center center;
    background-size: cover;
}
.sub-title .title{
    color: #fff;
}
h4{
    font-weight: normal;
    margin: 1.2em 0 .5em;
}
hr{
    margin: 0;
}
.googlemap{
    height: 500px;
}
@media screen and (max-width:736px) {
    .intro-group{
        margin-bottom: 0;
    }
    .googlemap{
        height: 400px;
    }
}