@charset "UTF-8";

body .content-wrap{
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
img{
    width: 100%;
    max-width: fit-content;
    height: auto;
}
button{
    border: none;
    width: 100%;
}
h2{
    font-weight: normal;
}
.wm__main-contents{
    font-size: 18px;
}
.wm_home__content-wrap{
    padding-top: 100px;
}
.wm_home__content-inner{
    position: relative;
    margin: auto;
}
@media (min-width: 1081px) {
    .wm_home__content-inner{
        max-width: 1100px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 1080px){
    .wm_home__content-inner{
        width: 92%;
        max-width: 750px;
        text-align: center;
    }
    .wm__main-contents{
        font-size: 16px;
    }
}


.wm_home__mv{
    position: relative;
    padding-top: 517px;
    /* padding: 122px 0 0 36px; */
    height: 0;
    background: url(/sites/default/files/walkmap/img/home-header.jpg) no-repeat top left / 100%;
    color: #ffffff;
    line-height: 2.2;
}
.wm_home__lead{
    margin-top: 45px;
    font-size: 22px;
}
.wm_home__mv-inner{
    position: absolute;
    top: 122px;
    width: 100%;
    padding-left: 36px;
}
@media (min-width: 1081px){
    .wm_home__mv-title img{
        width: 54.398%;
        max-width: 742px;
    }
}
@media (max-width: 1400px){
    .wm_home__mv{
        padding-top: calc( (517 / 1400) * 100% );
    }
    .wm_home__mv-inner{
        top: 23.597%;
    }
    .wm_home__lead{
        font-size: calc( 100vw * 22 / 1400 );
    }
}
@media (max-width: 1080px){
    .wm_home__mv{
        padding-top: calc( (1093 / 750) * 100% );
        background-image: url(/sites/default/files/walkmap/img/home-header-sp.jpg);
    }
    .wm_home__mv-inner{
        top: calc( 100vw * 115 / 1080 );
        padding-left: 2.666%;
        padding-right: 2.666%;
    }
    .wm_home__mv-title{
        text-align: center;
    }
    .wm_home__mv-title img{
        width: calc( 100vw * 742 / 1080 );
    }
    .wm_home__lead{
        margin-top: calc( 100vw * 840 / 1080 );
        font-size: calc( 100vw * 38 / 750 );
        font-weight: bold;
        text-align: center;
        line-height: 1.6;
    }
}
@media (max-width: 768px){
    .wm_home__mv-title img{
        width: 100%;
    }
    .wm_home__mv-inner{
        top: calc( 100vw * 60 / 750 );
    }
    .wm_home__lead{
        padding-top: calc( (550 / 750) * 100% );
        margin-top: 0;
        font-size: calc( 100vw * 38 / 750 );
    }
}

.wm_home__walking_point-wrap{
    background-color: #ECF9FC;
}
.wm_home__walking_point-wrap h2{
    margin-bottom: 50px;
    background-color: #A7DDE9;
    font-size: 32px;
    text-align: center;
}
.wm_home__walking_point li{
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    padding-left: 30px;
}
.wm_home__walking_point li + li{
    margin-top: 40px;
}
.wm_home__walking_point li img{
    position: relative;
    top: -27px;
    width: 48px;
}
.wm_home__walking_point li p{
    flex: 1;
    padding-left: 20px;
}
.wm_home__walking_point > p{
    margin-top: 55px;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}
@media (min-width: 1081px){
    .wm_home__walking_point-wrap{
        background-image: url(/sites/default/files/walkmap/img/cloud.png), url(/sites/default/files/walkmap/img/cloud.png);
        background-repeat: no-repeat, no-repeat;
        background-position: top 15px right -22px, top 500px left -22px;
        background-size: auto, auto;
    }
    .wm_home__walking_point > div{
        display: flex;
        align-items: flex-start;
    }
    .wm_home__walking_point-image{
        width: 45.37%;
        max-width: 490px;
    }
    .wm_home__walking_point ol{
        flex: 1;
    }
}
@media (max-width: 1080px){
    .wm_home__walking_point-wrap{
        padding-top: 62px;
        padding-bottom: calc( (243 / 750) * 100% );
        background-image: url(/sites/default/files/walkmap/img/cloud.png), url(/sites/default/files/walkmap/img/cloud.png), url(/sites/default/files/walkmap/img/cloud.png);
        background-repeat: no-repeat, no-repeat;
        background-position: top 12px left -7px, top 56% left -20px, top 68% right -27px;
        background-size: 66px, 66px, 66px;
        overflow-x: hidden;
    }
    .wm_home__walking_point-wrap::after{
        content: "";
        position: absolute;
        z-index: 1;
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: calc( (324 / 750) * 100% );
        background: url(/sites/default/files/walkmap/img/cityscape-sp.png) no-repeat bottom left / 100%;
    }
    .wm_home__walking_point-wrap h2{
        margin-bottom: 40px;
        padding: 15px;
        font-size: 21px;
    }
    .wm_home__walking_point-wrap h2::after{
        content: "";
        position: absolute;
        top: -23px;
        right: -31px;
        width: 66px;
        height: 34px;
        background: url(/sites/default/files/walkmap/img/cloud.png) no-repeat top left / 66px;
    }
    .wm_home__walking_point{
        text-align: center;
    }
    .wm_home__walking_point ol{
        max-width: 707px;
        margin: 50px auto 0;
    }
    .wm_home__walking_point li{
        text-align: left;
        padding-left: 0;
    }
    .wm_home__walking_point > p{
        margin-top: 35px;
        font-size: 19px;
    }
    /* .wm_home__walking_point li::before{
        width: 46px;
    } */
}


.wm_home__search-wrap h2,
.wm_home__one_point-wrap h2{
    position: relative;
    color: #01A2C9;
    font-size: 40px;
    text-align: center;
}
.wm_home__search-wrap h2::before,
.wm_home__one_point-wrap h2::before{
    content: "";
    position: absolute;
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url(/sites/default/files/walkmap/img/footprints-shoes.png) no-repeat top left / 100%;
}
.wm_home__search-wrap h2::before{
    top: -40px;
    left: -40px;
}
.wm_home__one_point-wrap h2::before{
    top: -15px;
    left: -133px;
}
@media (min-width: 1081px){
    .wm_home__search-wrap{
        background: url(/sites/default/files/walkmap/img/cityscape.png) no-repeat bottom left / 100%;
    }
    .wm_home__search-wrap h2{
        position: absolute;
        top: 195px;
        left: 120px;
    }
    .wm_home__one_point-wrap h2{
        /* padding-left: 190px; */
        left: 190px;
        text-align: left;
    }
}
@media (max-width: 1080px){
    .wm_home__search-wrap h2,
    .wm_home__one_point-wrap h2{
        display: inline-block;
        font-size: 21px;
    }
    .wm_home__search-wrap h2{
        left: 18px;
    }
    .wm_home__one_point-wrap h2{
        left: 30px;
    }
    .wm_home__search-wrap h2::before,
    .wm_home__one_point-wrap h2::before{
        width: 52px;
        height: 52px;
    }
    .wm_home__search-wrap h2::before{
        top: -20px;
        left: -42px;
    }
    .wm_home__one_point-wrap h2::before{
        top: -18px;
        left: -70px;
    }
}

.wm_home__search-wrap{
    padding-bottom: 200px;
    background-color: #ECF9FC;
}
.wm_home__search-outer{
    padding: 10px;
    border-radius: 19px;
    background-color: #A2CFD7;
}
.wm_home__region-button{
    position: relative;
}
.wm_home__region-button::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 10px;
    height: 15px;
    background: #ffffff;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.js-accordion-toggle .wm_home__region-button::after{
    width: 15px;
    height: 10px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    transition: .2s ease-in-out;
}
.js-accordion-toggle.is-open .wm_home__region-button::after{
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}
@media (min-width: 1081px){
    .wm_home__search{
        padding: 50px 70px;
        background-color: #ffffff;
        border-radius: 11px;
    }
}
@media (max-width: 1080px){
    .wm_home__search-wrap{
        padding-top: 60px;
        padding-bottom: 0;
        background-color: #ffffff;
    }
    .wm_home__search{
        margin-top: 30px;
    }
    .wm_home__region-wrap,
    .wm_home__region-wrap + .wm_home__region-button{
        margin-top: 3px;
    }
    .wm_home__region-button{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 45px;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        cursor: pointer;
    }
    .hokkaido{
        background-color: #3166CC;
    }
    .tohoku{
        background-color: #0099CD;
    }
    .kanto{
        background-color: #24895A;
    }
    .hokuriku{
        background-color: #89B603;
    }
    .tokai{
        background-color: #D5B81D;
    }
    .kinki{
        background-color: #FE8012;
    }
    .chugoku{
        background-color: #CC6602;
    }
    .shikoku{
        background-color: #FF669A;
    }
    .kyusyu{
        background-color: #CC3468;
    }
    .okinawa{
        background-color: #cc3434;
    }

    .wm_home__prefectures-list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 4px;
    }
    .wm_home__prefectures-list a{
        display: flex;
        align-items: center;
        height: 50px;
        border-bottom: 1px solid #B9B9B9;
        color: #000000;
        font-weight: bold;
        text-decoration: none;
    }
}

.wm_home__one_point-wrap{
    padding-bottom: 96px;
    background-color: #ffffff;
}
.wm_home__one_point{
    max-width: 785px;
    margin: 30px auto 0;
}
.wm_home__one_point dt{
    font-size: 30px;
    padding-left: 30px;
}
.wm_home__one_point dd{
    margin-top: 35px;
    text-align: right;
}
@media (min-width: 1081px){
    .wm_home__one_point-wrap{
        background-image: url(/sites/default/files/walkmap/img/trees.png), url(/sites/default/files/walkmap/img/cloud6.png);
        background-repeat: no-repeat, no-repeat;
        background-position: bottom 63px left 160px, top 43px right;
        background-size: auto, auto;
    }
    .wm_home__one_point-image{
        max-width: 604px;
    }

}
@media (max-width: 1080px){
    .wm_home__one_point dt{
        font-size: 17px;
        padding-left: 0;
    }
    .wm_home__one_point{
        margin-top: 15px;
    }
}

.js-accordion-toggle + *{
    display: none;
}