.contents_heading, .rrg_navi_list{
    max-width: 1281px;
    width: 100vw;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
#mainContents p{
    font-family: 'Noto Sans JP', serif;
}
.mv-title{
    background-color: #02013a;
}
.mv-picture-img{
    margin: 0 auto;
    display: block;
}
.hakuba-lead-section{
    background: url(/luxurytravel/premience/resort/hakuba_kanollyresorts/images/hakuba-lead-bg.webp) no-repeat center;
    padding: 75px 0;
    color: #020058;
    text-align: center;
}
.hakuba-lead-section-title{
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
}
.hakuba-lead-section-text{
    font-size: 16px;
    line-height: 32px;
}
.hakuba-lead-section-p{
    margin-top: 2em;
}
.kanolly-resorts-lead-section{
    display: grid;
    grid-template-areas: 
    "images title" 
    "images p";
    grid-template-rows: 190px auto;
    max-width: 1120px;
    width: 90vw;
    margin: 80px auto;
    column-gap: 75px;
}
.kanolly-resorts-lead-section-title{
    font-size: 35px;
    line-height: 1;
    grid-area: title;
    margin-top: 80px;
    text-align: center;
}
.kanolly-resorts-lead-section-title-small{
    font-size: 24px;
    line-height: 1;
    margin-top: 15px;
}
.kanolly-resorts-lead-section-p{
    font-size: 16px;
    line-height: 32px;
    margin-top: 2em;
    grid-area: p;
}
.kanolly-resorts-lead-section-images{
    grid-area: images;
    width: 557px;
}
.kanolly-resorts-rooms-section-wrapper{
    background-color:#fff4ce;
    padding: 75px 0;
}
.kanolly-resorts-rooms-section{
    max-width: 1120px;
    width: 90vw;
    margin: 0 auto;
}
.kanolly-resorts-section-title{
    font-size: 35px;
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;
}
.kanolly-resorts-section-info{
    font-size: 24px;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}
.kanolly-resorts-section-description{
    font-size: 16px;
    line-height: 32px;
}
.kanolly-resorts-rooms-description{
    margin-bottom: 30px;
}
.kanolly-resorts-room-sections{
    display: flex;
    flex-direction: column;
    row-gap: 43px;
    margin-top: 83px;
}
.kanolly-resorts-room-section{
    display: grid;
    grid-template-areas: "img title"
                         "img info"
                         "img desc";
    grid-template-columns: 554px auto;
    grid-template-rows:90px 60px auto;
    column-gap: 75px;
    max-width: 1120px;
    width: 90vw;
    margin: 0 auto;
}
.kanolly-resorts-h3-section-title{
    grid-area: title;
    font-size: 35px;
    line-height: 1;
    text-align: center;
    margin-top: 40px;
}
.kanolly-resorts-room-section-info{
    grid-area: info;
    font-size: 24px;
    line-height: 1;
    text-align: center;
}
.kanolly-resorts-h3-section-image{
    grid-area: img;
    width: 554px;
    display: block;
}
.kanolly-resorts-room-section-description{
    grid-area: desc;
    font-size: 16px;
    line-height: 32px;
}
.kanolly-resorts-cuisine-section-wrapper{
    background: linear-gradient(90deg, #facc22 30%, #f83600 150%);
    padding: 75px 0;
}
.kanolly-resorts-cuisine-section{
    max-width: 1120px;
    width: 90vw;
    margin: 0 auto;
}
.kanolly-resorts-cuisine-subsections{
    display: flex;
    flex-direction: column;
    row-gap: 45px;
    margin-top: 40px;
}
.kanolly-resorts-cuisine-description{
    text-align: center;
}
.kanolly-resorts-cuisine-subsection{
    display: grid;
    grid-template-areas:"picture title"
                        "picture desc";
    grid-template-columns: 554px auto;
    grid-template-rows:90px auto;
    column-gap: 75px;
}
.kanolly-resorts-cuisine-section-picture{
    grid-area: picture;
}
.kanolly-resorts-cuisine-subsection:nth-child(even){
    grid-template-areas:"title picture"
                        "desc picture";
    grid-template-columns: auto 554px;
}
.kanolly-resorts-h3-section-description{
    font-size: 16px;
    line-height: 32px;
}
.kanolly-resorts-cuisine-subsection-title{
    margin-top: 40px;
}
.kanolly-resorts-experience-section{
    display: grid;
    grid-template-areas: "title image"
                         "info image"
                         "description image"
                         "blocks blocks";
    grid-template-columns: auto 554px;
    grid-template-rows: 100px auto auto auto;
    max-width: 1120px;
    width: 90vw;
    margin: 80px auto;
    column-gap: 60px;
}
.kanolly-resorts-experience-section-title{
    font-size: clamp(30px, 3vw, 42px);
    margin-top: 40px;
}
.kanolly-resorts-section-title{
    grid-area: title;
}
.kanolly-resorts-section-info{
    grid-area: info;
}
.kanolly-resorts-section-description{
    grid-area: description;
}
.kanolly-resorts-experience-image{
    grid-area: image;
}
.kanolly-resorts-blocks{
    grid-area: blocks;
}
.kanolly-resorts-three-blocks{
    display: grid;
    column-gap: 20px;
    margin-top: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}
.kanolly-resorts-four-blocks{
    display: grid;
    column-gap: 20px;
    margin-top: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.kanolly-resorts-imgh3-section-description{
    margin-top: 15px;
}
.kanolly-resorts-other-section{
    background-color:#fff4ce;
    padding: 80px 0;
}
.kanolly-resorts-other-blocks{
    max-width: 1120px;
    width: 90vw;
    margin: 0 auto;
}
.kanolly-resorts-access-section{
    padding: 80px 0;
}
.kanolly-resorts-access-lead{
    text-align: center;
    font-size: 16px;
}
.kanolly-resorts-access-map-text{
    display: flex;
    max-width: 1120px;
    width: 90vw;
    column-gap: 80px;
    margin: 40px auto 0;
}
.kanolly-resorts-access-map ,
.kanolly-resorts-access-map iframe{
    width:554px;
    height:370px;
}
.kanolly-resorts-access-main-text{
    width: calc(100% - 80px - 554px);
    font-size: 16px;
    line-height: 24px;
}
.kanolly-resorts-access-main-li{
    margin-bottom: 30px;
}
.kanolly-resorts-access-main-p-margin{
    text-indent: 2em;
}
.kanolly-resorts-access-main-p-margin2{
    text-indent: 3em;
}
.model-course-and-plan{
    background-color: #02013a;
    margin-bottom: 50px;
}
.model-course-section{
    padding: 80px 0;
    background-image: url(/luxurytravel/premience/resort/hakuba_kanollyresorts/images/model-course.webp);
    background-size: cover;
}
.model-plan-wrapper{
    padding: 80px 0;
    background-image: url(/luxurytravel/premience/resort/hakuba_kanollyresorts/images/model-plan.webp);
    background-size: cover;
    max-width: 1120px;
    width: 90vw;
    margin: 0 auto;
}
.model-course-section-title{
    font-size: 42px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.model-course-section-desc{
    font-size: 16px;
    line-height: 32px;
    margin: 0 auto 80px;
    display: block;
    text-align: center;
    color: #fff;
    max-width: 1120px;
    width: 90vw;
}
.schedules{
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    max-width: 780px;
    width:90vw;
    margin: 0 auto;
}
.model-course-plan-title{
    color: #fff;
    font-size: 42px;
    margin-bottom: 45px;
    line-height: 1;
}
.model-plan-big{
    font-size: 24px;
    color: #fff;
    margin: 20px 0;
    line-height: 1.3;
}
.model-plan-yellow{
    color:#fff600;
    line-height: 24px;
}
.model-plan-section{
    color: #fff;
    max-width: 860px;
    width: 90vw;
    margin: 0 auto 60px;
}
.model-plan-basic-text{
    font-size: 16px;
    line-height: 24px;
}
.kanolly-resorts-imgh3-section-description{
    font-size: 16px;
    line-height: 24px;
}
.back_button_area{
    margin-bottom: 0;   
}
.model-course-plan-ul{
    font-size: 16px;
    line-height: 24px;
}
a.condition-section-link{
    color:#fff;
}
@media (max-width:1000px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .hakuba-lead-section-title{
        font-size: 30px;
        line-height: 60px;
        margin-bottom: 20px;
    }
    .hakuba-lead-section-p{
        width: 90vw;
        margin: 0 auto 2em;
        text-align: left;
    }
    .hakuba-lead-section{
        background-image: url(/luxurytravel/premience/resort/hakuba_kanollyresorts/images/hakuba-lead-bg-sp.webp);
        background-size: cover;
    }
    .kanolly-resorts-lead-section{
        display: block;
        width: 90vw;
        margin: 0 auto;
        padding-bottom: 80px;
    }
    .kanolly-resorts-lead-section-images{
        margin-top: 30px;
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }
    .kanolly-resorts-lead-section-title{
        font-size: 24px;
    }
    .kanolly-resorts-lead-section-title-small{
        font-size: 19px;
    }
    .kanolly-resorts-section{
        width: 90vw;
        margin: 0 auto;
    }
    .kanolly-resorts-section-title{
        font-size: 30px;
    }
    .kanolly-resorts-room-sections{
        row-gap: 80px;    
    }
    .kanolly-resorts-room-section{
        display: block;
    }
    .kanolly-resorts-section-info{
        font-size: 19px;
    }
    .kanolly-resorts-h3-section-title{
        font-size: 24px;
        margin-top: 0;
    }
    .kanolly-resorts-room-section-info{
        font-size: 19px;
        margin-top: 15px;
        margin-bottom: 40px;
    }
    .kanolly-resorts-room-section-description{
        margin-top:25px;
    }
    .kanolly-resorts-section-description{
        text-align: left;
    }
    .kanolly-resorts-cuisine-subsection{
        display: block;
    }
    .kanolly-resorts-h3-section-image{
        width:100%;
    }
    .kanolly-resorts-cuisine-subsection-image{
        margin: 40px auto 25px;
    }
    .kanolly-resorts-cuisine-subsections{
        row-gap: 80px;
    }
    .kanolly-resorts-experience-section{
        display: block;
        width: 90vw;
        margin: 0 auto 80px;
    }
    .kanolly-resorts-experience-section-title{
        line-height: 1.8;
        margin-bottom: 5px;
    }
    .kanolly-resorts-experience-image{
        margin: 10px auto 25px;
        display: block;
        width: 100%;
    }
    .kanolly-resorts-three-blocks{
        display: block;
    }
    .kanolly-resorts-four-blocks{
        grid-template-columns: 1fr 1fr;
        row-gap: 20px;
    }
    .kanolly-resorts-access-map-text{
        flex-direction: column;
        row-gap: 40px;
    }
    .kanolly-resorts-access-main-text{
        width: 100%;
    }
    .kanolly-resorts-access-map ,
    .kanolly-resorts-access-map iframe{
        width: 100%;
        height: 200px;
    }
    .kanolly-resorts-imgh3-section-image{
        width:80vw;
        margin: 0 auto;
        display: block;
    }
    .kanolly-resorts-three-blocks {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
    }
    .kanolly-resorts-four-blocks{
        margin-top: 20px;
    }
    .kanolly-resorts-other-section{
        width: 100%;
    }
    .kanolly-resorts-other-blocks{
        width: 90vw;
        margin: 0 auto;
    }
    .kanolly-resorts-access-lead{
        font-size: 19px;
        line-height: 28.5px;
    }
    .kanolly-resorts-access-main-p-margin ,
    .kanolly-resorts-access-main-p-margin2{
        text-indent: 0;
    }
    .kanolly-resorts-access-section{
        padding-bottom: 60px;
    }
    .model-course-and-plan{
        background-color:#163f65;
        background-image: none;
    }
    .model-course-section ,
    .model-plan-wrapper{
        background-image: none;
    }
    .model-plan-wrapper{
        padding-top: 0;
    }
    .model-course-plan-title{
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .model-plan-big{
        font-size: 19px;
        line-height: 1.5;
    }
    .model-plan-price-info{
        margin-top:20px;
    }
    .model-plan-yellow{
        margin-top: 20px;
    }
    .schedules picture{
        margin: 0 auto;
    }
    .kanolly-resorts-imgh3-section-description{
        font-size: 16px;
        line-height: 24px;
    }
    .model-course-section-title{
        font-size: 35px;
        line-height: 1;
    }
    .model-course-section-desc{
        text-align: left;
    }
}