@charset "utf-8";
.head-menu {
    background-position: center top -20.313vw;
}
.grid-1000{
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.mapItem01{
    max-width: 658px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/map/m-img05.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 258px;
    position: relative;
}
.mapItem01::before{
    content: '';
    background-image: url(../img/map/m-img04.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 65px;
    height: 129px;
    position: absolute;
    top: 60px;
    left: -125px;
    z-index: 1;
}
.mapItem01 h2{
    text-align: center;
    font-size: 30px;
    line-height: 120%;
    font-weight: bold;
    color: #603813;
    padding-top: 41px;
}
.mI01Rows{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 32px;
}
.mI01Item{
    width: 50%;
}
.mI01Item table{
    width: 100%;
}
.mI01Item table tr td{
    vertical-align: top;
    font-size: 18px;
    color: #603813;
    line-height: 155%;
    padding-bottom: 12px;
}
.mI01Item table tr td:first-child{
    font-size: 19px;
    font-weight: bold;
    width: 120px;
}
#map{
    padding-top: 15px;
    padding-bottom: 195px;
}
.mapItem02{
    padding-top: 85px;
    padding-left: 25px;
}
.mapItem03{
    padding-left: 25px;
    padding-top: 70px;
}
.mapItem04{
    text-align: center;
    padding-top: 103px;
}
.mBannerSp{
    display: none;
}
.imgSp{
    display: none;
}
@media (max-width: 1100px){
    .mBannerPc img{
        max-width: 68.182vw;
        width: 100%;
    }
    .mBannerPc{
        text-align: center;
    }
    .mapItem03,
    .mapItem02{
        padding-right: 2.273vw;
        padding-left: 2.273vw;
    }
    .mapItem04{
        padding-left: 2.273vw;
        padding-right: 2.273vw;
    }
}
@media (max-width: 767px){
    .mapItem01{
        max-width: 550px;
        background-image: none;
        border: 2px dashed rgba(96, 56, 19, 0.5);
        border-radius: 25px;
        height: auto;

    }
    .mapItem01 h2{
        background-image: url(../img/map/m-sp-img02.jpg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        padding-top: 0;
        font-size: 3.911vw;
        max-width: 17.210vw;
        width: 100%;
        height: 13.820vw;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content:center;
        margin-left: auto;
        margin-right: auto;
        margin-top: -6.78vw;
    }
    .mapItem01::before{
        display: none;
    }
    .mI01Rows{
        padding-left: 7.823vw;
        padding-right: 6.823vw;
        padding-top: 1.304vw;
        padding-bottom: 3.911vw;
    }
    .mI01Item{
        width: 100%;
    }
    .mI01Item table tr td{
       font-size: 3.651vw; 
    }
    .mI01Item table tr td:first-child{
        font-size: 3.651vw; 
        width: 23.207vw;
    }
    #map{
        padding-top: 8.475vw;
        padding-bottom: 39.765vw;
    }
    .imgPc{
        display: none;
    }
    .imgSp{
        display: inline-block;
    }
    .mapItem03, .mapItem02, .mapItem04{
        padding-left: 6.519vw;
        padding-right: 6.519vw;
    }
    .mapItem01{
        width: 80%;
    }
    .mapItem02{
        padding-top: 8.866vw;
    }
    .mapItem03{
        padding-top: 14.993vw;
    }
    .mapItem04{
        padding-top: 17.601vw;
    }
}
@media (max-width: 750px){
    .mBannerPc{
        display: none;
    } 
    .mBannerSp{
        display: block;
    }
}
@media (max-width: 368px){
    .mI01Item table tr td {
        font-size: 13px;
    }
    .mapItem01 h2{
        font-size: 16px;
    }
}