.mapCon01 {
    width: 100%;
    background: url('/images/room/01_01.jpg') no-repeat center center;
    background-size: cover;
    padding-bottom: 35%;
}
.map_wrap {
    width: 100%;
    background: url('/images/common/bg02.jpg') repeat;
}
.map_wrap > .sub_title {
    width: 100%;
    text-align: center;
    color: #393d3c;
    padding: 4% 0;
}
.map_wrap > .sub_title > h2 {
    position: relative;
    text-transform: uppercase;
    font-size: 2.8em;
    letter-spacing: 2.5px;
    color: #393d3c;
}
.map_wrap > .sub_title > h2:after {
    content: '';
    display: block;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    width: 46px;
    height: 2px;
    background-color: #393d3c;
}
.map_wrap > .sub_title > p {
    padding-top: 50px;
    font-weight: 500;
    font-size: 0.9em;
}

.map_wrap > .map {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 8%;
    text-align: center;
}
.map_wrap > .map img.pc {
    width: 80%;
    height: auto;
}
.map_wrap > .map img.mo {
    display: none;
}
@media (max-width: 1200px) {
    .map_wrap > .sub_title { width: 100%; text-align: center; color: #393d3c; padding: 5% 0 2.5% 0; }
}

@media (max-width: 900px) {
    .map_wrap > .sub_title > h2 { 
        text-transform: uppercase; 
        font-size: 1.5em; letter-spacing: 1.5px; 
    }
    .map_wrap > .sub_title > h2:after {
        top: 50px;
    }
    .map_wrap > .sub_title > p { 
        font-size: 0.6em; 
        margin-bottom: 3%;
    }
    .map_wrap > .map img.pc {
        display: none;
    }
    .map_wrap > .map img.mo {
        display: block;
        height: auto;
    }
}