@charset "utf-8";



/*
    Foundation
*/

#container > h2 {
    background: center center transparent no-repeat;
    background-size: cover;

    background-image: url(../img/h2_map.jpg);
    padding-top: 12.6325%;
}



.yajirushi {
    vertical-align: middle;
    margin-right: 10px;
}


/*IE6のみ*/

* html .yajirushi {
    padding-bottom: 25px;
    vertical-align: top;
}


/*IE6のみ*/

.map_box {
    width: 100%;
    max-width: 1134px;
    /* height: 490px; */
    margin-bottom: 1.5em;
    position: relative;
}

.map_obj1 {
    float: left;
    margin: 30px 0 0 80px;
    /* width: 27.33686%; */
}

.map_obj1 .no_arrow {
    padding-left: 22px;
    max-width: 283px;
    width: 100%;
    box-sizing: border-box;
}

.map_obj1 .l2 {
    padding-left: 100px;
    max-width: 205px;
    width: 100%;
    box-sizing: border-box;
}

.map_obj2 {
    float: left;
    margin: -30px 0 0 40px;
    /* width: 37.566137566%; */
}

.map_obj2 img {
    max-width: 100%;
    height: auto;
}

/*
.map_obj1 {
    position: absolute;
    top: 110px;
    left: 80px;
}

.map_obj2 {
    position: absolute;
    top: 55px;
    right: 270px;
}

.map_obj3 {
    position: absolute;
    top: 395px;
    left: 200px;
}

.map_box2 {
    background: url(../img/map_img2.jpg) no-repeat left 10px;
    width: 100%;
    max-width: 1134px;
    height: 400px;
    position: relative;
}
*/

.contact_us {
    float: left;
    /*
    position: absolute;
    top: 20px;
    right: 0;
    */
    margin: -60px 0 0 10px;
    background: url(../img/contact_ac_bg.jpg) no-repeat left top;
    text-align: left;
    width: 222px;
    height: 287px;
    padding: 133px 0 0 40px;
}

.contact_us p {
    font-size: 16px;
    font-weight: bold;
}

.tel {
    background: url(../img/tel.jpg) no-repeat left top;
    padding: 8px 0 0 34px;
    margin-bottom: 9px;
}

.mail {
    background: url(../img/mail.gif) no-repeat left center;
    padding: 0 0 0 34px;
    margin-bottom: 9px;
}

.access {
    background: url(../img/access.jpg) no-repeat left top;
    padding: 6px 0 0 34px;
}



/*
    map box 2
*/

.map_box2 {
    background: url(../img/map_img2.jpg) no-repeat left 10px;
    width: 100%;
    max-width: 1134px;
    height: 400px;
    position: relative;
    margin: 1.5em 0;
}

.map_obj3 {
    float: left;
    margin: -90px 0 0 200px;
}

.google_map {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 600px;
}

.google_map iframe {
    width: 100%;
    height: 300px;
    margin: 0;
    border: 0;
    border: 1px #333 solid;
}



@media screen and (max-width: 1134px) {

    .contact_us {
        float: left;
        margin: 0 20px;
    }

    .map_obj3 {
        display: none;
    }

    .map_box > br.cb:nth-child(5) {
        display: none;
    }

    .map_box2 {
        float: left;
        width: calc(98% - 302px);
        background: none;
    }

    .google_map {
        width: 100%;
    }

}
