body{
    margin: 0;
    overflow-x: hidden;
}
body *{
    box-sizing: border-box;
}
h1, h2, h3, ol, ul, li, dl, dt, dd, p{
    margin: 0;
    padding: 0;
}
.content-block{
    max-width:none !important;
}

@media (min-width: 1081px){
    .pc-hide{
        display: none;
    }
}
@media (max-width: 1080px){
    .sp-hide{
        display: none;    
    }
}

.wm__main-contents {
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, Helvetica, sans-serif;
}
.wm__main-contents ul{
    margin:0;
    padding:0;
}
.wm__main-contents li::marker{
    content:"";
}
.wm__main-contents{
    max-width: 1400px;
    margin: 0 auto;
}
.wm__model-course{
    position: relative;
}
.wm__mv{
    background-color:#113090;
    color: #fff;
    display: flex;
    height:345px;
}
.wm__mv-title{
    width:42%;
    display: block;
    margin: 0;
}
.wm__mv-title-main-sub{
    margin-left:25%;
    width: 75%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.wm__title-main{
    font-size: 68px;
}
.wm__title-sub{
    font-size:40px;
}
.wm__mv-wrap{
    width:58%;
    display: block;
}
.wm__mv-img{
    width:100%;
    height: 345px;
    object-fit: cover;
    display: block;
}
.wm__about-wrap{
    height:164px;
    align-items: center;
    display: flex;
    justify-content:center;
}
.wm__about{
    font-weight:bold;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}
.wm__model-course{
    background-color:#ECF9FC;
    padding-bottom: 100px;
}
.wm__model-course-title{
    margin: 0;
}
.wm__model-course-title-course{
    font-size: 22px;
    color:#113090;
    position: relative;
    text-align: center;
    padding-top: 45px;
}
.wm__model-course-title-course::after{
    content:"";
    display: block;
    height: 9px;
    width:43px;
    background-color:#113090;
    position: absolute;
    left:0;
    right:0;
    margin: 0 auto;
    bottom: -15px;
}
.wm__model-course-title-area{
    font-size:36px;
    text-align: center;
    margin: 50px auto 60px;
}
.wm__course-map{
    position: relative;
}
.wm__model-course-infos{
    display: flex;
    align-items: center;
    position: absolute;
    top:-105px;
}
.wm__model-course-info{
    width: 175px;
    height: 80px;
    background: url(/sites/default/files/walkmap/img/cloud.png) no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    background-position: center;
    justify-content: flex-end;
}
.wm__model-course-info-label{
    color:#113090;
    font-weight: bold;
    font-size: 24px;
    display: flex;
    align-items:flex-end;
    margin: 0 auto;
}
.wm__model-course-info-label::before{
    content:"";
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
}
.wm__model-course-info-label.-wm__counts::before{
    background-image: url(/sites/default/files/walkmap/img/counts.png);
    width:63px;
    height:33px;
}
.wm__model-course-info-label.-wm__walkingtime::before{
    background-image: url(/sites/default/files/walkmap/img/stopwatch.png);
    width:36px;
    height:48px;
}
.wm__model-course-info-text{
    font-size: 22px;
    font-weight:500;
    text-align: center;
}
.wm__model-course-info-num{
    font-size: 28px;
}
.wm__course-map{
    margin: 0 auto;
    display: block;
    width:1080px;
}
.wm__course-map-sp{
    display: none;
}
.wm__wolking-status-list{
    max-width:1080px;
    border:7px solid #96D6EF;
    border-radius: 10px;
    margin:50px auto 0;
    background-color: #F8FDFE;
}
.wm__wolking-list-inner{
    max-width:930px;
    width:86%;
    margin: 25px auto;
    display: flex;
    flex-wrap: wrap;
    column-gap:40px;
}
.wm__wolking-status-title{
    color: #113090;
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 27px;
    font-weight: bold;
}
.wm__wolking-status{
    width:calc(50% - 20px);
    border-bottom:2px solid #96D6EF;
}
.wm__wolking-status:nth-child(1) ,
.wm__wolking-status:nth-child(2){
    border-top:2px solid #96D6EF;
}
.wm__wolking-status-wrap{
    width:75%;
    display: flex;
    font-size: 26px;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    position: relative;
    margin-right:8%;
}
.wm__wolking-status-text{
    font-weight: bold;
    margin:22px 0;
}
.wm__wolking-status-title::before{
    content:"";
    background-repeat: no-repeat;
    background-size: contain;
    left: -20%;
    display: inline-block;
    position: absolute;
}
.wm__wolking-status-title.-wm__list-counts::before{
    background-image: url(/sites/default/files/walkmap/img/footsprints.png);
    width:56px;
    height:60px;
}
.wm__wolking-status-title.-wm__list-walkingtime::before{
    background-image: url(/sites/default/files/walkmap/img/walkingtime.png);
    width:45px;
    height:49px;
}
.wm__wolking-status-title.-wm__moving::before{
    background-image: url(/sites/default/files/walkmap/img/mapicon.png);
    width: 64px;
    height:56px;
}
.wm__wolking-status-title.-wm__fire::before{
    background-image: url(/sites/default/files/walkmap/img/fire.png);
    width:36px;
    height: 36px;
    left: -18%;
}
.wm__wolking-step{
    margin:120px auto 100px;
    display: block;
}
.wm__wolking-maplink ,
.wm__coulmn-from-pref{
    display: block;
    width:425px;
    height:90px;
    line-height: 90px;
    margin: 0 auto 90px;
    background-color: #113090;
    color: #fff;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
.wm__wolking-maplink:hover ,
.wm__coulmn-from-pref:hover{
    opacity:0.8;
}
.wm__wolking-maplink::after ,
.wm__coulmn-from-pref::after{
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height:10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-left:none;
    border-bottom:none;
    top:38px;
    right:30px;
    transform: rotate(45deg);
}
.wm__coulmn-from-pref{
    margin-top: 90px;
    margin-bottom: 0;
    background-color: #69B726;
}
.wm__coulmn{
    background-color:#3BBAD6;
    max-width:1020px;
    margin: 0 auto 40px;
    border-radius: 20px;
    padding:50px;
    box-sizing:border-box;
}
.wm__coulmn.wm__last{
    margin-bottom: 0;
}
.wm__coulmn-main-title{
    font-size: 20px;
    font-weight: bold;
    color: #0C3094;
    margin:30px 0;
}
.wm__coulmn-title ,
.wm__coulmn-main-desc{
    color: #fff;
}
.wm__coulmn-title{
    text-align: center;
    border-bottom:1px solid  #fff;
    padding-bottom: 20px;
    margin: 0;
}
.wm__coulmn-title span{
    position: relative;
}
.wm__coulmn-title span::before{
    content:"";
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position:absolute;
}
.wm__coulmn-title.-wm__pickup span::before{
    background-image: url(/sites/default/files/walkmap/img/pickup.png);
    width:47px;
    height:38px;
    left: -50px;
    top: -4px;
}
.wm__coulmn-title.-wm__youknew span::before{
    background-image: url(/sites/default/files/walkmap/img/lightblub.png);
    width:16px;
    height:30px;
    left: -50px;
    top:4px;
}
.wm__coulmn-main-desc{
    line-height: 36px;
    font-size: 20px;
    margin: 0;
}
.wm__course-map-pc{
    position: relative;
}
.wm__course-map-pc::before{
    content:"";
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position:absolute;
    width:231px;
    height:225px;
    background-image: url(/sites/default/files/walkmap/img/men-women-bird.png);
    top:-209px;
    right:39px;
}
.wm__course-map-pc::after{
    content:"";
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position:absolute;
    width:105px;
    height:52px;
    background-image: url(/sites/default/files/walkmap/img/cloud.png);
    right:-194px;
    top:640px;
}
.wm__model-course-section{
    position: relative;
}
.wm__model-course-section::after{
    content:"";
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position:absolute;
    width:173px;
    height:240px;
    background-image: url(/sites/default/files/walkmap/img/cloud1.png);
    right: -68px;
    top:88px;
}
.wm__model-course-section::before{
    content:"";
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position:absolute;
    width:144px;
    height:199px;
    background-image: url(/sites/default/files/walkmap/img/cloud2.png);
    left:-36px;
    top:649px;
}
.wm__model-course::after{
    content:"";
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position:absolute;
    width:134px;
    height:185px;
    background-image: url(/sites/default/files/walkmap/img/cloud3.png);
    right:-20px;
    top:1156px;
}
.wm__wolking-steps::before{
    content:"";
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position:absolute;
    width:125px;
    height:173px;
    background-image: url(/sites/default/files/walkmap/img/cloud4.png);
    left:-20px;
    top:1945px;
}
.wm__wolking-steps::after{
    content:"";
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position:absolute;
    width:125px;
    height:173px;
    background-image: url(/sites/default/files/walkmap/img/cloud5.png);
    right:-39px;
    top:2407px;
}
.wm__wolking-illustmap{
    display: none;
}

@media (max-width:1080px) {
    .wm__mv{
        flex-direction: column-reverse;
        height: auto;
    }
    .wm__mv-wrap ,
    .wm__mv-title-main-sub ,
    .wm__mv-title{
        width:100%;
    }
    .wm__mv-title-main-sub{
        text-align: center;
        margin-left: 0;
    }
    .wm__about-wrap{
        height: auto;
    }
    .wm__about{
        text-align:left;
        width:92%;
        margin:30px auto;
        font-weight: normal;
        font-size: 16px;
        line-height:30px;
    }
    .wm__course-map{
        width:100%;
    }
    .wm__model-course-title-area{
        margin-bottom: 35px;
    }
    .wm__model-course-title-course::after{
        bottom:-25px;
    }
    .wm__main-contents ul.wm__model-course-infos{
        position: static;
        margin: 0 auto 15px;
        justify-content: center;
        width:100%;
    }
    .wm__model-course-section::after ,
    .wm__model-course-section::before ,
    .wm__model-course::after ,
    .wm__wolking-steps::before ,
    .wm__wolking-steps::after{
        display: none;
    }
    .wm__course-map-sp{
        display: block;
        width:92%;
        margin: 0 auto;
    }
    .wm__course-map-sp iframe{
        width:100%;
        height:415px;
    }
    .wm__course-map-pc{
        display:none;
    }
    .wm__wolking-status-list{
        width:92%;
        margin: 40px auto 0;
    }
    .wm__wolking-status{
        width:100%;
    }
    .wm__wolking-step{
        margin: 50px auto 90px;
    }
    .wm__wolking-status:nth-child(1) ,
    .wm__wolking-status:nth-child(2){
        border-top: none;
    }
    .wm__wolking-status:last-child{
        border-bottom: none;
    }
    .wm__coulmn{
        width:92%;
        margin:35px auto 0;
    }
    .wm__coulm.wm__first{
        margin-top: 70px;
    }
    .wm__wolking-illustmap{
        display: block;
        width:92%;
        height: 70px;
        line-height: 70px;
        margin: 0 auto 90px;
        background-color: #113090;
        color: #fff;
        position: relative;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
    }
    .wm__wolking-illustmap::after{
        position: absolute;
        content: "";
        display: block;
        width: 10px;
        height:10px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        border-left:none;
        border-bottom:none;
        right:10px;
        top:30px;
        transform: rotate(45deg);
    }
    .wm__coulmn-from-pref{
        width:92%;
        height: 70px;
        line-height: 70px;
    }
    .wm__coulmn-from-pref::after{
        right:10px;
        top:30px;
    }
    .wm__wolking-maplink{
        display: none;
    }
    .wm__coulmn{
        padding: 18px;
    }
    .wm__coulmn-main-title{
        margin: 20px 0 10px;
    }
    .wm__coulmn-main-title ,
    .wm__coulmn-main-desc ,
    .wm__wolking-status-wrap{
        font-size: 18px;
    }
    .wm__wolking-list-inner{
        width: 90%;
        margin: 0 auto;
    }
    .wm__wolking-status-title.-wm__list-walkingtime::before{
        left: -19%;
    }
    .wm__wolking-status-title.-wm__list-counts::before{
        width:26px;
        height:29px;
        left: -18.5%;
    }
    .wm__wolking-status-title.-wm__list-walkingtime::before{
        width:30px;
        height:30px;
    }
    .wm__wolking-status-title.-wm__moving::before{
        width:39px;
        height:34px;
        left: -22%;
    }
    .wm__wolking-status-title.-wm__fire::before{
        width:24px;
        height:24px;
    }
    .wm__mv-wrap{
        height: 290px;
    }
    .wm__title-main{
        font-size: 34px;
        font-weight: normal;
        letter-spacing: 3px;
    }
    .wm__title-sub{
        font-size: 18px;
        font-weight: normal;
        letter-spacing: 3px;
    }
    .wm__mv-title{
        margin: 5px 0;
    }
    .wm__wolking-status:nth-child(1){
        order: 1;
    }
    .wm__wolking-status:nth-child(2){
        order:3;
    }
    .wm__wolking-status:nth-child(3){
        order:2;
    }
    .wm__wolking-status:nth-child(4){
        order:4;
    }
    .wm__mv-img{
        height: 290px;
        width:100%;
    }
    .wm__wolking-status-title{
        font-size: 18px;
    }
}
@media (max-width:374px) {
    .wm__wolking-status-title ,
    .wm__wolking-status-text{
        font-size:4.8vw;
    }
    .wm__coulmn-from-pref{
        font-size:17px;
    }
}