@charset "utf-8";
/* CSS Document */
/* reset */
.follow-btn {
    z-index: 10!important;
}
/* all */
#learcation {
    max-width: 1420px;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
    color: #3F2F00;
    font-family: 'yu-gothic-pr6n', '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 500;
}
#learcation img {
    width: 100%;
}
#learcation h3 {
    text-align: center;
    font-family: dnp-shuei-ymincho-std, sans-serif;
    font-weight: 600;
}
br.for-rsp { display: none;}
br.for-sp { display: none;}

@media screen and (max-width:1000px) {
    br.for-rsp { display: block;}
}
@media screen and (max-width:700px) {
    br.for-pc { display: none;}
    br.for-sp { display: block;}
    #learcation { font-size: 3.18vw;}
}

/* intro */
#learcation .intro {
    background-image: url(../img/bg_mv.webp),
                      url(../img/bg_intro_bottom.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top, bottom;
    padding-bottom: 135px;
    position: relative;
    z-index: 5;
}
#learcation .intro .lead {
    margin-top: -55px;
}
#learcation .intro .lead::before {
    content: "";
    display: block;
    width: 74px;
    height: 28px;
    margin: 0 auto 28px;
    background-image: url(../img/decoration02.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#learcation .intro .lead .headline {
    font-size: 22px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#learcation .intro .lead .headline span {
    color: #9A5476;
}
#learcation .intro .lead .headline::before,
#learcation .intro .lead .headline::after {
    content: "";
    display: block;
    width: 40px;
    height: 6px;
    background-image: url(../img/decoration01.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 17px;
}
#learcation .intro .lead .body {
    text-align: center;
    font-size: 18px;
    margin: 26px auto 43px;
}
#learcation .intro .infinite-slider {
	padding: 0;
}
#learcation .intro .infinite-slider-sp {
    display: none;
}
#learcation .intro .infinite-slider .swiper-wrapper,
#learcation .intro .infinite-slider-sp .swiper-wrapper {
	transition-timing-function: linear;
}

#learcation .intro .infinite-slider .swiper-slide,
#learcation .intro .infinite-slider-sp .swiper-slide {
    width: 275px;
    height: 220px;
    padding: 0 10px;
}
@media screen and (max-width:1000px) {
    #learcation .intro .lead { margin-top: -20px;}
}
@media screen and (max-width:700px) {
    #learcation .intro .lead {
        margin-top: 5.6%;
    }
    #learcation .intro .lead::before {
        width: 16.906%;
        height: auto;
        padding: 3.225% 0;
        margin: 0 auto 4.8%;
    }
    #learcation .intro .lead .headline {
        font-size: 4.8vw;
        text-align: center;
        line-height: 1.7;
    }
    #learcation .intro .lead .headline::before,
    #learcation .intro .lead .headline::after {
        content: none;
    }
    #learcation .intro .lead .body {
        width: 89%;
        text-align: left;
        font-size: 4vw;
        margin: 4.5% auto 5.3%;
    }
    #learcation .intro .infinite-slider .swiper-slide,
    #learcation .intro .infinite-slider-sp .swiper-slide {
        width: 44%;
        height: auto;
        padding: 0 1.57%;
    }
    #learcation .intro {
        background-image: url(../img/bg_intro_bottom_sp.webp);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        padding-bottom: 20%;
        position: relative;
        z-index: 5;
    }
    #learcation .intro .infinite-slider {
        display: none;
    }
    #learcation .intro .infinite-slider-sp {
        display: block;
    }
}
/* about */
#learcation .about {
    margin-top: -174px;
    background-image: url(../img/bg_about_bottom.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 110px;
    position: relative;
    z-index: 4;
}
#learcation .about h3 {
    font-size: 28px;
    padding-top: 150px;
    background-color: #F7EFF3;
}
#learcation .about h3::before {
    content: "";
    display: block;
    width: 74px;
    height: 28px;
    margin: 0 auto 20px;
    background-image: url(../img/decoration02.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#learcation .about h3 span {
    font-size: 36px;
}
#learcation .about .flex-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 44px 0;
    background-color: #F7EFF3;
}
#learcation .about .flex-box .flex-item01 {
    width: 362px;
    font-size: 47px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin: 0 20px;
}
#learcation .about .flex-box .flex-item02 {
    width: 400px;
    font-size: 18px;
    margin: 0 24px;
    line-height: 1.78;
}
#learcation .about .flex-box .flex-item01 div.figure {
    font-family: dnp-shuei-ymincho-std, sans-serif;
    font-weight: 500;
    color: #FFF;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 35px;
    box-sizing: border-box;
}
#learcation .about .flex-box .item-learning {
    padding-top: 13px;
}
#learcation .about .flex-box .item-learning div.figure {
    width: 157px;
    height: 168px;
    background-image: url(../img/bg_about_learning.webp);
    margin-bottom: 13px;
}
#learcation .about .flex-box .item-plus {
    padding-top: 62px;
    font-weight: 600;
}
#learcation .about .flex-box .item-vacation {
    padding-top: 18px;
}
#learcation .about .flex-box .item-vacation div.figure {
    width: 157px;
    height: 164px;
    background-image: url(../img/bg_about_vacation.webp);
    margin-bottom: 12px;
}
#learcation .about .flex-box .item-learning p,
#learcation .about .flex-box .item-vacation p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}
@media screen and (max-width:1420px) {
    #learcation .about {
        margin-top: -12.3%;
        padding-bottom: 7.6%;
    }
}
@media screen and (max-width:1000px) {
    #learcation .about h3 {
        padding-top: 110px;
    }
}
@media screen and (max-width:700px) {
    #learcation .about {
        margin-top: -11%;
        background-image: url(../img/bg_about_bottom_sp.webp);
        padding-bottom: 16%;
    }
    #learcation .about h3::before {
        width: 16.906%;
        height: auto;
        padding: 3.225% 0;
        margin: 0 auto 2.2%;
    }
    #learcation .about h3 {
        font-size: 6vw;
        padding-top: 24.2%;
    }
    #learcation .about h3 span {
        font-size: 7.4vw;
    }
    #learcation .about .flex-box {
        display: block;
        padding: 0;
    }
    #learcation .about .flex-box .flex-item01 {
        width: 100%;
        font-size: 10vw;
        margin: 0 auto
    }
    #learcation .about .flex-box .item-plus {
        font-weight: 500;
        padding-top: 11.5%;
    }
    #learcation .about .flex-box .item-learning {
        width: 33.2%;
    }
    #learcation .about .flex-box .item-learning div.figure {
        width: 100%;
        height: auto;
        padding: 52.6% 0;
        position: relative;
        margin-bottom: 9%;
    }
    #learcation .about .flex-box .item-learning div.figure span {
        display: block;
        position: absolute;
        top: 20%;
        left: 21%;
    }
    #learcation .about .flex-box .item-vacation {
        width: 33.2%;
    }
    #learcation .about .flex-box .item-vacation div.figure {
        width: 100%;
        height: auto;
        padding: 52.6% 0;
        position: relative;
        margin-bottom: 6.7%;
    }
    #learcation .about .flex-box .item-vacation div.figure span {
        display: block;
        position: absolute;
        top: 20%;
        left: 21%;
    }
    #learcation .about .flex-box .item-learning p,
    #learcation .about .flex-box .item-vacation p {
        font-size: 4.2vw;
    }
    #learcation .about .flex-box .flex-item02 {
        width: 89%;
        font-size: 3.7vw;
        margin: 5.6% auto 0;
        padding-bottom: 10%;
    }
}
/* point */
#learcation .point {
    margin-top: -110px;
    background-image: url(../img/bg_point_bottom.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 78px;
    position: relative;
    z-index: 3;
}

#learcation .point h3 {
    font-size: 36px;
    color: #FFF;
    background-color: #bfa0af;
    padding: 64px 0 62px;
    line-height: 1.4;
}
#learcation .point h3::before {
    content: "";
    display: block;
    width: 74px;
    height: 28px;
    margin: 0 auto 38px;
    background-image: url(../img/decoration03.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#learcation .point .flex-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    background-color: #bfa0af;
    padding-bottom: 73px;
}

#learcation .point .item-point {
    width: 320px;
    height: 455px;
    background-color: #FFF;
    border-radius: 8px;
    text-align: center;
    margin: 0 10px;
}
#learcation .point .item-number {
    width: 102px;
    height: 55px;
    margin: -42px auto 29px;
    background-image: url(../img/decoration_point01.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#learcation .point .item-number span {
    display: block;
    font-family: dnp-shuei-ymincho-std, sans-serif;
    font-weight: 600;
    font-size: 43px;
    padding-top: 4px;
}
#learcation .point h4 {
    font-size: 20px;
    line-height: 1.6;
    transform: rotate(-6deg);
 }
#learcation .point h4 span {
    color: #814462;
}
#learcation .point .item-point dt {
    background-image: url(../img/decoration_point02.webp);
    background-position: center bottom;
    background-size: 238px 106px;
    background-repeat: no-repeat;
    padding-bottom: 58px;
}
#learcation .point .item-point .point-text p {
    width: 290px;
    font-size: 16px;
    background-color: #F7EFF3B2;
    padding: 20px 20px 13px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 6px;
}
#learcation .point .item-point:nth-of-type(2) .point-text p {
    padding: 14px 20px 14px;
    line-height: 1.6;
    margin-bottom: 29px;
}
#learcation .point .item-point:first-of-type .point-text::after {
    content: "";
    display: block;
    width: 122px;
    height: 41px;
    margin: -6px auto 27px;
    background-image: url(../img/decoration_point03.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#learcation .point .item-point:last-of-type .point-text::after {
    content: "";
    display: block;
    width: 104px;
    height: 92px;
    margin: -4px auto 27px;
    background-image: url(../img/decoration_point04.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#learcation .point .item-point .point-btn {
    display: block;
    width: 240px;
    height: 45px;
    font-size: 16px;
    margin: 0 auto;
    background-color: #814462;
    border-radius: 60px;
    color: #FFF;
    transition: opacity .25s ease-in-out;
    text-decoration: none;
}
#learcation .point .item-point .point-btn:hover {
    text-decoration: none;
    opacity: .65;
}
#learcation .point .item-point .point-btn p {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    padding: 8px 0;
}
#learcation .point .item-point .point-btn p span {
    width: 192px;
}
#learcation .point .item-point .point-btn p::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
    margin: 0px 11px 0 9px;
}
#learcation .point .item-point .annotation {
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #FFF;
    margin-top: 43px;
    line-height: 1.7;
}
@media screen and (max-width:1420px) {
    #learcation .point { padding-bottom: 5.46%;}
}
@media screen and (max-width:1000px) {
    #learcation .point br.for-pc { display: none;}
    #learcation .point .flex-box {
        display: block;
        padding-bottom: 23px;
    }
    #learcation .point .item-point {
        width: 670px;
        height: auto;
        margin: 0 auto 80px;
        padding-bottom: 40px;
    }
    #learcation .point .item-point:first-of-type {
        margin: 0 auto 188px;
        position: relative;
    }
    #learcation .point .item-point dt {
        position: relative;
        background-size: 452px 199px;
        padding-top: 36px;
        padding-bottom: 92px;
    }
    #learcation .point .item-point:first-of-type dt {
        padding-top: 50px;
        padding-bottom: 99px;
    }
    #learcation .point .item-number {
        width: 158px;
        height: 86px;
        margin: 0;
        position: absolute;
        top: -56px;
        left: -9px;
    }
    #learcation .point .item-number span {
        font-size: 67px;
        padding-top: 7px;
    }
    #learcation .point h4 {
        font-size: 38px;
    }
    #learcation .point .item-point .point-text p {
        width: 590px;
        font-size: 28px;
    }
    #learcation .point .item-point:nth-of-type(2) .point-text p {
        line-height: 1.8;
        padding-bottom: 17px;
    }
    #learcation .point .item-point:first-of-type .point-text::after {
        width: 194px;
        height: 65px;
        margin: 32px auto;
    }
    #learcation .point .item-point:last-of-type .point-text::after {
        width: 166px;
        height: 147px;
        margin: 30px auto 0px;
    }
    #learcation .point .item-point .point-btn {
        width: 480px;
        height: 90px;
        font-size: 28px;
    }
    #learcation .point .item-point .point-btn p {
        padding: 20px 0;
    }
    #learcation .point .item-point .point-btn p span {
        width: 380px;
    }
    #learcation .point .item-point .point-btn p::after {
        width: 15px;
        height: 15px;
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
        margin: 0px 33px 0 0;
    }
    #learcation .point .item-point .annotation {
        font-size: 19px;
        position: absolute;
        bottom: -107px;
        left: 0;
    }
}
@media screen and (max-width:700px) {
    #learcation .point {
        margin-top: -15.5%;
        padding-bottom: 11.3%;
        background-image: url(../img/bg_point_bottom_sp.webp);
    }
    #learcation .point h3 {
        font-size: 6.1vw;
        color: #FFF;
        background-color: #bfa0af;
        padding: 15.4% 0 9.2%;
        line-height: 1.5;
    }
    #learcation .point h3::before {
        width: 16.906%;
        height: auto;
        padding: 3.225% 0;
        margin: 0 auto 3.7%;
    }
    #learcation .point .flex-box {
        padding-bottom: 9.5%;
    }
    #learcation .point .item-point {
        width: 89%;
        margin: 0 auto 10.5%;
        padding-bottom: 5.3%;
    }
    #learcation .point .item-point:last-of-type {
        margin-bottom: 0;
    }
    #learcation .point .item-point:first-of-type dt {
        padding-top: 6%;
        padding-bottom: 15%;
    }
    #learcation .point .item-number {
        width: 23.6%;
        height: auto;
        padding: 6.5% 0;
        margin: -14.6% 0 1% -1.5%;
        position: relative;
        top: auto;
        left: auto;
    }
    #learcation .point .item-point:first-of-type .item-number {
        margin-bottom: 2.6%;
    }
    #learcation .point .item-number span {
        font-size: 9vw;
        padding-top: 0;
        position: absolute;
        top: 9%;
        left: 26%;
    }
    #learcation .point h4 {
        font-size: 5.15vw;
    }
    #learcation .point .item-point dd {
        margin-top: -0.5%;
    }
    #learcation .point .item-point .point-text p {
        width: 88.3%;
        font-size: 3.75vw;
        line-height: 1.7;
        padding: 3% 3.6% 3.2%;
        border-radius: 8px;
    }
    #learcation .point .item-point:nth-of-type(2) .point-text p {
        line-height: 1.7;
        padding-bottom: 3.3%;
    }
    #learcation .point .item-point:first-of-type .point-text::after {
        width: 31.23%;
        height: auto;
        padding: 5.234% 0;
        margin: 4% auto 4.7%;
    }
    #learcation .point .item-point .point-btn {
        width: 71.8%;
        height: auto;
        font-size: 3.7vw;
    }
    #learcation .point .item-point .point-btn p {
        padding: 4.2% 0;
    }
    #learcation .point .item-point .point-btn p span {
        width: 78.5%;
    }
    #learcation .point .item-point .point-btn p::after {
        width: 3.4%;
        height: auto;
        padding: 1.7% 0;
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF;
        margin: 0 7% 0 0;
    }
    #learcation .point .item-point .annotation {
        font-size: 2.5vw;
        bottom: -15%;
    }
    #learcation .point .item-point:first-of-type {
        margin: 0 auto 25%;
    }
    #learcation .point .item-point:last-of-type .point-text::after {
        width: 26.724%;
        height: auto;
        padding: 11.832% 0;
        margin: 4.6% auto 0;
    }
    #learcation .point .item-point dt {
        background-size: 67.8%;
        padding-top: 5.6%;
        padding-bottom: 13.8%;
    }
}

/* area */
#learcation .area {
    background-image: url(../img/bg_area_bottom.webp);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 149px;
    position: relative;
    z-index: 2;
}
#learcation .area .wrapper-area {
    background-color: #F8F5EC;
    padding: 112px 0 251px;
    margin-top: -77px;
}
.visitor #learcation .area .wrapper-area {
    padding: 112px 0 157px;
}
#learcation .area .headline {
    width: 500px;
    margin: 0 auto;
    position: relative;
}
#learcation .area .speech-bubble {
    width: 285px;
    height: 153px;
    font-family: dnp-shuei-ymincho-std, sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    background-image: url(../img/decoration_area_pc01.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -67px;
    left: 350px;
}
#learcation .area .speech-bubble p {
    padding-top: 32px;
    transform: rotate(7deg);
    line-height: 1.3;
}
#learcation .area .speech-bubble span {
    display: block;
    color: #9B5B4A;
    font-size: 22px;
    line-height: 1.9;
}
#learcation .area h3 {
    width: 100%;
    font-size: 36px;
    font-family: dnp-shuei-ymincho-std, sans-serif;
    font-weight: 600;
    background-color: #F8F5EC;
}
#learcation .area h3 .line-one {
    display: block;
    text-align: left;
}
#learcation .area h3 .line-two {
    text-align: right;
    display: block;
}
#learcation .area h3 .line-one span { font-size: 28px;}

#learcation .area h3::before {
    content: "";
    display: block;
    width: 74px;
    height: 28px;
    margin: 0 auto 29px;
    background-image: url(../img/decoration02.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#learcation .map-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
#learcation .map-container .hotel-list {
    width: 542px;
    height: 553px;
    margin: 272px auto 0;
    background-image: image-set(url(../img/map_pc.webp) 1x, url(../img/map_pc@2x.webp) 2x);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
}
.visitor #learcation .map-container .hotel-list {
    width: 615px;
    height: 626px;
    margin: 32px auto 0 167px;
    background-image: image-set(url(../img/map_v_pc.webp) 1x, url(../img/map_v_pc@2x.webp) 2x);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
}
#learcation .map-container .hotel-list li {
    width: 240px;
    background-color: rgb(255 255 255 / .8);
    border-radius: 9px;
    padding: 0 10px 16px;
    box-sizing: border-box;
    position: absolute;
}
#learcation .map-container .hotel-list li.szj {
    top: -224px;
    left: 0;
}
#learcation .map-container .hotel-list li.ymh {
    top: -177px;
    left: 253px;
}
#learcation .map-container .hotel-list li.kmh {
    top: -224px;
    left: 505px;
}
#learcation .map-container .hotel-list li.bmh {
    top: -177px;
    left: 759px;
}
#learcation .map-container .hotel-list li.smh {
    top: 128px;
    left: 39px;
}
#learcation .map-container .hotel-list li.cyh {
    top: 140px;
    left: 719px;
}
#learcation .map-container .hotel-list li.nasu {
    top: 451px;
    left: 126px;
}
#learcation .map-container .hotel-list li.gora {
    top: 526px;
    left: 379px;
}
#learcation .map-container .hotel-list li.ito {
    top: 480px;
    left: 632px;
}

.visitor #learcation .map-container .hotel-list li.szj {
    top: 74px;
    left: 0;
}
.visitor #learcation .map-container .hotel-list li.nasu {
    top: 33px;
    left: 253px;
}
.visitor #learcation .map-container .hotel-list li.gora {
    top: 470px;
    left: 507px;
}
.visitor #learcation .map-container .hotel-list li.ito {
    top: 430px;
    left: 760px;
}

#learcation .map-container .hotel-list .hotel-number {
    font-size: 16px;
    color: #FFF;
    background-image: url(../img/decoration_tape.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 114px;
    height: 40px;
    margin: -20px auto 0;
}
#learcation .map-container .hotel-list .hotel-number p {
    transform: rotate(-7deg);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: dnp-shuei-ymincho-std, sans-serif;
    padding-top: 6px;
    margin-left: -6px;
    letter-spacing: 1px;
}
#learcation .map-container .hotel-list .hotel-number span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    font-family: dnp-shuei-ymincho-std, sans-serif;
    font-weight: 600;
    background-color: #FFF;
    font-size: 18px;
    color: #9B5B4A;
    margin-right: 12px;
}
#learcation .map-container .hotel-list .smh .hotel-number p,
#learcation .map-container .hotel-list .gora .hotel-number p {
    margin-left: 0px;
}
#learcation .map-container .hotel-list .smh .hotel-number span,
#learcation .map-container .hotel-list .gora .hotel-number span {
    margin-right: 3px;
}
#learcation .map-container .hotel-list h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding: 12px 0px 11px;
}
#learcation .map-container .hotel-list picture {
    display: block;
    margin-bottom: 13px;
}
#learcation .map-container .hotel-list .hotel-caption {
    text-align: left;
    line-height: 1.4;
    padding-bottom: 8px;
}
#learcation .map-container .hotel-list a {
    text-align: center;
    color: #9B5B4A;
    text-decoration: underline;
    transition: opacity .25s ease-in-out;
}
#learcation .map-container .hotel-list a:hover {
    opacity: .65;
}
@media screen and (max-width:1420px) {
    #learcation .area { padding-bottom: 10.4%;}
}

@media screen and (max-width:1000px) {
    #learcation .area .wrapper-area {
        padding-bottom: 0;
    }
    .visitor #learcation .area .wrapper-area {
        padding: 112px 0px 10px;
    }
    #learcation .area h3 .line-one,
    #learcation .area h3 .line-two {
        text-align: center;
    }
    #learcation .area .speech-bubble {
        width: 446px;
        height: 278px;
        font-size: 26px;
        background-image: url(../img/decoration_area_sp01.webp);
        top: 215px;
        left: -100px;
    }
    #learcation .area .speech-bubble p {
        padding-top: 88px;
        transform: rotate(-7deg);
    }
    #learcation .area .speech-bubble span {
        font-size: 32px;
    }
    #learcation .map-container .hotel-list {
        width: 750px;
        height: auto;
        margin: 28px auto 0;
        background-image: url(../img/map_sp.webp);
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 748px;
    }

    #learcation .map-container .hotel-list li {
        width: 340px;
        background-color: #FFF;
        position: unset;
        margin: 10px 5px 90px;
    }
    .promo #learcation .map-container .hotel-list li.szj {
        width: 690px;
    }
    #learcation .map-container .hotel-list li.gora,
    #learcation .map-container .hotel-list li.ito {
        margin-bottom: 36px;
    }
    #learcation .map-container .hotel-list .hotel-number {
        font-size: 28px;
        width: 192px;
        height: 66px;
        margin: -47px auto 0;
    }
    #learcation .map-container .hotel-list .hotel-number p {
        padding-top: 7px;
        margin-left: -13px;
    }
    #learcation .map-container .hotel-list .hotel-number span {
        width: 33px;
        height: 33px;
        border-radius: 33px;
        font-size: 30px;
        margin-right: 21px;
    }
    #learcation .map-container .hotel-list h5 {
        font-size: 31px;
    }
    #learcation .map-container .hotel-list picture {
        width: 300px;
        margin: 0 auto 13px;
    }
    #learcation .map-container .hotel-list .hotel-caption {
        width: 300px;
        margin: 0 auto 6px;
        font-size: 26px;
    }
    .promo #learcation .map-container .hotel-list .szj .hotel-caption {
        width: 520px;
    }
    #learcation .map-container .hotel-list a {
        font-size: 26px;
        font-weight: 600;
    }
    .visitor #learcation .area .speech-bubble {
        left: -100px;
    }
}
@media screen and (max-width:750px) {
    #learcation .map-container .hotel-list {
        width: 100%;
        padding-top: 100.9%;
        margin: 1.2% auto 0;
    }
    .visitor #learcation .map-container .hotel-list {
        width: 100%;
        padding-top: 101.9%;
        margin: 1.2% auto 0;
    }
    #learcation .map-container .hotel-list li {
        width: 45.335%;
        margin: 0 0.7% 13.1%;
    }
    .promo #learcation .map-container .hotel-list li.szj {
        width: 92%;
    }
    #learcation .map-container .hotel-list .hotel-number {
        font-size: 3.7vw;
        width: 60%;
        height: auto;
        padding: 2.51% 0;
        margin: -15% auto 0;
    }
    .promo #learcation .map-container .hotel-list .szj .hotel-number {
        width: 28.659%;
        padding: 1.2% 0;
        margin: -7% auto 0;
    }
    #learcation .map-container .hotel-list .hotel-number p {
        padding-top: 0;
        margin-left: -7%;
    }
    #learcation .map-container .hotel-list .hotel-number span {
        font-size: 4vw;
        margin-right: 9%;
    }
    #learcation .map-container .hotel-list h5 {
        font-size: 4.2vw;
        padding: 3.2% 0 1.9%;
        line-height: 1.3;
        letter-spacing: -1px;
    }
    .promo #learcation .map-container .hotel-list .szj h5 {
        padding: 1.2% 0 1.9%;
    }
    #learcation .map-container .hotel-list picture {
        width: 93.75%;
        margin: 0 auto 4.5%;
    }
    .promo #learcation .map-container .hotel-list .szj picture {
        width: 44.778%;
        margin: 0 auto 2.3%;
    }
    #learcation .map-container .hotel-list .hotel-caption {
        width: 93.75%;
        margin: 0 auto;
        font-size: 3.5vw;
    }
    .promo #learcation .map-container .hotel-list .szj .hotel-caption {
        width: 77.612%;
        margin: 0 auto 0.3%;
        padding-bottom: 1%;
    }
    #learcation .map-container .hotel-list a {
        font-size: 3.5vw;
    }
}
@media screen and (max-width:700px) {
    #learcation .area {
        background-image: url(../img/bg_area_bottom_sp.webp);
        padding-bottom: 9%;
    }
    #learcation .area .wrapper-area {
        padding: 17% 0 3.1%;
        margin-top: -11%;
    }
    #learcation .area .headline,
    .visitor #learcation .area .headline {
        width: 86.5715%;
    }
    #learcation .area h3 {
        font-size: 6vw;
        line-height: 1.63;
    }
    #learcation .area h3::before {
        width: 16.906%;
        height: auto;
        padding: 3.225% 0;
        margin: 0 auto 8.5%;
    }
    #learcation .area h3 .line-one span {
        font-size: 6vw;
    }
    #learcation .area .speech-bubble,
    .visitor #learcation .area .speech-bubble {
        width: 68.3%;
        height: auto;
        font-size: 3.45vw;
        top: 112%;
        left: -2.7%;
    }
    #learcation .area .speech-bubble p {
        padding: 20.25% 0 12.25%;
    }
    #learcation .area .speech-bubble span {
        font-size: 4.57vw;
    }
    #learcation .map-container .hotel-list .hotel-number span {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width:600px) {
    #learcation .map-container .hotel-list .hotel-number span {
        width: 25px;
        height: 25px;
    }
}
@media screen and (max-width:500px) {
    #learcation .map-container .hotel-list .hotel-number span {
        width: 20px;
        height: 20px;
        box-sizing: border-box;
        padding-left: 0.5%;
    }
    #learcation .map-container .hotel-list h5 {
        padding: 3.2% 0 5%;
    }
}
@media screen and (max-width:450px) {
    #learcation .map-container .hotel-list .hotel-number span {
        width: 17px;
        height: 17px;
    }
}
/* Q&A*/
#learcation .qa h3 {
    font-size: 28px;
    margin: 47px auto 29px;
}
#learcation .qa h3 span {
    font-size: 36px;
}
#learcation .qa h3::before {
    content: "";
    display: block;
    width: 74px;
    height: 28px;
    margin: 0 auto 20px;
    background-image: url(../img/decoration02.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.qa__block {
	display: flex;
	flex-direction: column;
	max-width: 800px;
	margin: 0 auto 100px;
    color: #FFF;
    font-size: 16px;
}
.qa__item {
	display: inline-block;
    margin-bottom: 15px;
}
.qa__item button {
	background-color: #BFA0AF;
	border: 0;
	transition: .25s ease-in-out;
    border-radius: 2px;
}
.qa__item button:hover {
	background-color: #d2bcc7;
}
.qa__head {
	position: relative;
	text-align: left;
	padding: 8px 50px 8px 40px;
	cursor: pointer;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-start;
	z-index: 2;
}
.qa__head::before,
.qa__head::after {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    inset: 49% 2.8% 0 auto;
}
.qa__head::after {
	transform: rotate(90deg);
	transition: transform .4s;
}
.m-list-faq__item[open] .m-list-faq__title:after {
    animation: fade-out .2s ease-in;
    opacity: 0;
    transform: rotate(0deg)
}
.qa__body {
	position: relative;
	border: transparent;
	padding: 20px 0;
	padding: 0;
	line-height: 0;
	opacity: 0;
	transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
	/*border-bottom: 1px solid #BFA0AF;*/
	z-index: 1;
}

.qa__body .qa__answer-box {
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: flex-start;
    color: #3F2F00;
    padding: 0 40px 0 40px;
}
.qa__body.is-open {
	padding: 20px 0;
	line-height: 1.5;
	opacity: 1;
}
.qa__head.is-open::after {
	transform: rotate(0deg) translateY(0);
}
.qa__body .qa__answer-box div p:nth-child(n+2) {
	margin-top: 0;
	transition: margin-top 0.4s;
}
.qa__body.is-open .qa__answer-box div p:nth-child(n+2) {
	margin-top: 15px;
}
.qa__body .qa__answer-box a {
    color: #9B5B4A;
    text-decoration: underline;
}
.qa__body .qa__answer-box a {
    transition: opacity .25s ease-in-out;
}
.qa__body .qa__answer-box a:hover {
    opacity: .65;
}

@media screen and (max-width:1000px) {
    #learcation .qa h3 {
        margin-top: 10px;
    }
    .qa__block {
        max-width: 670px;
        font-size: 28px;
    }
    .qa__head {
        font-size: 28px;
        padding: 20px 100px 20px 30px;
    }
    .qa__head::before,
    .qa__head::after {
        width: 19px;
        inset: 49% 3.5% 0 auto;
    }
    .qa__item {
        margin-bottom: 20px;
    }
    .qa__item button {
        border-radius: 3px;
    }
}
@media screen and (max-width:700px) {
    #learcation .qa h3 {
        margin: 7% auto 4%;
        font-size: 5.8vw;
        line-height: 1.22;
    }
    #learcation .qa h3::before {
        width: 16.906%;
        height: auto;
        padding: 3.225% 0;
        margin: 0 auto 5.3%;
    }
    #learcation .qa h3 span {
        font-size: 7.4vw;
    }
    .qa__block {
        max-width: 89.3%;
        font-size: 3.73vw;
        margin-bottom: 10%;
    }
    .qa__item {
        margin-bottom: 2.8%;
    }
    .qa__head {
        font-size: 3.73vw;
        padding: 3.1% 13% 2.9% 4.3%;
    }
    .qa__head::before, .qa__head::after {
        width: 3%;
        inset: 48% 3.4% 0 auto;
    }
    .qa__body .qa__answer-box {
        padding: 0 4.3% 0 4.3%;
    }
}

/* 下層ページ */
#learcation.sub {
    background-color: #F8F5EC;
}
#learcation.sub .intro {
    background-image: none;
}
#learcation.sub .intro {
    padding-bottom: 0;
}
#learcation.sub .learcation-detail {
    margin-top: -96px;
}
#learcation.sub .learcation-detail::before {
    content: "";
    display: block;
    width: 74px;
    height: 28px;
    margin: 0 auto 46px;
    background-image: url(../img/decoration02.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#learcation.sub .learcation-detail-container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fefdfb;
    border-radius: 9px;
    position: relative;
    padding: 0 36px 60px;
    box-sizing: border-box;
}

#learcation.sub .learcation-detail .hotel-number {
    font-size: 26px;
    color: #FFF;
    background-image: url(../img/decoration_tape.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 176px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: -21px auto 0;
}
#learcation.sub .learcation-detail .hotel-number p {
    transform: rotate(-7deg);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: dnp-shuei-ymincho-std, sans-serif;
    padding-top: 6px;
    margin-left: -6px;
    letter-spacing: 1px;
}
#learcation.sub .learcation-detail .hotel-number span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    border-radius: 31px;
    font-family: dnp-shuei-ymincho-std, sans-serif;
    font-weight: 600;
    background-color: #FFF;
    font-size: 28px;
    color: #9B5B4A;
    margin-right: 12px;
}
#learcation.sub .picture-box {
    width: 378px;
    height: 252px;
    position: relative;
}
#learcation.sub .picture-box img {
    border-radius: 6px;
}
#learcation.sub .learcation-detail h3 {
    font-size: 36px;
    margin-bottom: 86px;
    padding-top: 54px;
}
#learcation.sub .learcation-detail h3 span {
    background-image: url(../img/decoration_sub_h3.webp);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 29px;
}
#learcation.sub.szj .learcation-detail h3 span:first-of-type {
    background-image: none;
    display: block;
    padding-bottom: 0;
    margin-bottom: -10px;
}
#learcation.sub.szj .learcation-detail h3 span:nth-of-type(2) {
    padding-left: 40px;
    padding-right: 40px;
}
#learcation.sub ul {
    margin-bottom: 43px;
}
#learcation.sub li {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-start;
}
#learcation.sub .picture-box .figure {
    font-size: 24px;
    font-family: dnp-shuei-ymincho-std, sans-serif;
    font-weight: 500;
    color: #FFF;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 17px;
    box-sizing: border-box;
    position: absolute;
    top: -14px;
    right: -14px;
}
#learcation.sub .picture-box .figure.learning {
    width: 78px;
    height: 83px;
    background-image: url(../img/bg_about_learning.webp);
    margin-bottom: 13px;
}
#learcation.sub .picture-box .figure.vacation {
    width: 78px;
    height: 83px;
    background-image: url(../img/bg_about_vacation.webp);
    margin-bottom: 13px;
    z-index: 10;
}
#learcation.sub .picture-box .figure span {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
}

#learcation.sub .info-box {
    width: 512px;
    margin-left: 29px;
}
#learcation.sub .info-box h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 23px;
}
#learcation.sub .info-box p.caption {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 8px;
}
#learcation.sub .info-box p.caption:nth-of-type(2) {
    padding-top: 10px;
}
#learcation.sub .info-box dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-start;
    font-size: 16px;
    margin-bottom: 8px;
}
#learcation.sub .info-box dl dt {
    width: 75px;
    height: 26px;
    margin-right: 8px;
    margin-bottom: 6px;
    text-align: center;
    background-color: #F8F5EC;
    color: #AA7567;
}
#learcation.sub .info-box dl dd {
    width: calc(100% - 83px);
    margin-bottom: 6px;
}
#learcation.sub .info-box ul.info-annotation {
    margin-bottom: 15px;
}
#learcation.sub .info-box a.btn-detail {
    display: block;
    width: 240px;
    box-sizing: border-box;
    border: 1px solid #AA7567;
    border-radius: 4px;
    transition: opacity .25s ease-in-out;
    text-decoration: none;
}
#learcation.sub .info-box a.btn-detail:hover {
    text-decoration: none;
    opacity: .65;
}
#learcation.sub .info-box a.btn-detail p {
    width: 100%;
    height: 45px;
    font-size: 16px;
    color: #AA7567;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
}
#learcation.sub .info-box a.btn-detail p::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #AA7567;
    border-right: 1px solid #AA7567;
    transform: rotate(45deg);
    margin: 0px 11px 0 9px;
}
#learcation.sub .info-box a.btn-detail p span {
    display: block;
    width: 190px;
    text-align: center;
}
#learcation.sub a.btn-etc {
    display: block;
    width: 780px;
    margin: 0 auto;
    background-color: #AA7567;
    box-sizing: border-box;
    border-radius: 6px;
    transition: opacity .25s ease-in-out;
    text-decoration: none;
}
#learcation.sub a.btn-etc:hover {
    text-decoration: none;
    opacity: .65;
}
#learcation.sub a.btn-etc p {
    width: 100%;
    height: 94px;
    font-size: 22px;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    text-align: center;
}
#learcation.sub a.btn-etc p::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
    margin-right: 38px;
}
#learcation.sub a.btn-etc p .text-wrapper {
    display: block;
    width: 687px;
    line-height: 1.4;
    padding-top: 6px;
}
#learcation.sub a.btn-etc p .text-small {
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding-top: 8px;
}
#learcation.sub .btn-annotation {
    font-size: 12px;
    text-align: center;
    padding-top: 11px;
}
#learcation.sub .btn-annotation a {
    text-decoration: underline;
    color: #AA7567;
}
#learcation.sub .btn-annotation a:hover {
    text-decoration: none;
}
#learcation.sub .hotel-detail {
    background-image: url(../img/bg_sub_bottom.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #FFF;
    margin-top: -37px;
}
#learcation.sub .hotel-detail-wrapper {
    width: 920px;
    margin: 0 auto;
    padding-top: 92px;
}
#learcation.sub .hotel-detail-wrapper ul {
    margin: 10px auto 63px;
}
#learcation.sub .speech-bubble {
    width: 232px;
    height: 124px;
    font-family: dnp-shuei-ymincho-std, sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    background-image: url(../img/decoration_area_pc01.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 439px;
}
#learcation.sub .speech-bubble p {
    padding-top: 48px;
    transform: rotate(7deg);
    line-height: 1.3;
}
#learcation.sub .swiper-pagination {
    position: unset;
}
#learcation.sub .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #D9D9D9;
    opacity: 1;
}
#learcation.sub .swiper-pagination-bullet-active {
    opacity: 1;
    background: #9A9A9A;
}
#learcation.sub .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
#learcation.sub .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}
#learcation.sub .swiper-horizontal>.swiper-pagination-bullets,
#learcation.sub .swiper-pagination-bullets.swiper-pagination-horizontal,
#learcation.sub .swiper-pagination-custom,
#learcation.sub .swiper-pagination-fraction {
    margin-top: 15px;
}
#learcation.sub .hotel-detail-wrapper a.btn-etc p {
    height: 72px;
}
#learcation.sub .hotel-detail-wrapper a.btn-etc span {
    display: block;
    width: 683px;
}
#learcation.sub .hotel-detail-wrapper a.btn-etc {
    margin-bottom: 80px;
}
.promo #learcation.sub.szj .hotel-detail-wrapper:first-of-type a.btn-etc {
    margin-bottom: 20px;
}
#learcation.sub .link-top {
    text-align: center;
    font-size: 18px;
    margin-bottom: 100px;
}
#learcation.sub .link-top a {
    color: #AA7567;
    text-decoration: underline;
    font-weight: bold;
    transition: opacity .25s ease-in-out;
}
#learcation.sub .link-top a:hover {
    text-decoration: none;
    opacity: .65;
}
@media screen and (max-width:1420px) {
    #learcation.sub .learcation-detail {
        margin-top: -6.7%;
    }
}
@media screen and (max-width:1000px) {
    #learcation.sub .learcation-detail {
        margin-top: -5.7%;
        margin-bottom: 5%;
    }
    #learcation.sub .learcation-detail::before {
        width: 7.4%;
        height: auto;
        margin: 0 auto 4.6%;
        padding: 1.4% 0;
    }
    #learcation.sub .learcation-detail-container {
        margin: 0 3%;
        padding: 0 2.5% 60px;
    }
    #learcation.sub .picture-box {
        width: 42%;
        height: auto;
    }
    #learcation.sub .info-box {
        width: 53%;
        margin-left: 4%;
    }
    #learcation.sub a.btn-etc {
        width: 620px;
    }
    #learcation.sub .hotel-detail-wrapper {
        width: 92%;
        padding-top: 4%;
    }
    .promo #learcation.sub.szj .hotel-detail-wrapper:first-of-type a.btn-etc {
        margin-bottom: 12%;
    }
}
@media screen and (max-width:700px) {
    #learcation.sub .learcation-detail {
        margin-top: -8.9%;
    }
    #learcation.sub .learcation-detail::before {
        width: 15.8%;
        margin: 0 auto 2.6%;
        padding: 3% 0;
    }
    #learcation.sub .learcation-detail-container {
        background-color: transparent;
        padding: 0 2.5% 8.4%;
    }
    #learcation.sub .learcation-detail h3 {
        font-size: 6.7vw;
        line-height: 1.4;
        padding-top: 17.8%;
        padding-bottom: 3.5%;
        margin-bottom: 6.3%;
        background-image: url(../img/decoration_sub_h3.webp);
        background-repeat: repeat-x;
        background-position: bottom;
    }
    #learcation.sub .learcation-detail h3 span {
        background-image: none;
    }
    #learcation.sub.szj .learcation-detail h3 span:first-of-type {
        display: inline-block;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #learcation.sub.szj .learcation-detail h3 span:nth-of-type(2) {
        padding-left: 0;
        padding-right: 0;
    }
    #learcation.sub .learcation-detail .hotel-number {
        font-size: 5.9vw;
        width: 43%;
        height: auto;
        margin: 0 auto;
    }
    #learcation.sub .learcation-detail .hotel-number p {
        padding: 3.8% 0;
        margin-left: -4%;
    }
    #learcation.sub .learcation-detail .hotel-number span {
        width: 50px;
        height: 50px;
        font-size: 5.9vw;
        margin-right: 9%;
        line-height: 1;
    }
    #learcation.sub li {
        display: block;
    }
    #learcation.sub .picture-box {
        width: 100%;
    }
    #learcation.sub .picture-box .figure.learning {
        width: 20%;
        height: 83px;
        margin-bottom: 13px;
    }
    #learcation.sub .picture-box .figure {
        font-size: 5.4vw;
        padding-top: 17px;
        top: -5.4%;
        right: -3.25%;
    }
    #learcation.sub .picture-box .figure.learning {
        width: 20%;
        height: auto;
        padding: 6.4% 0 8.5%;
        margin-bottom: 0;
    }
    #learcation.sub .picture-box .figure span {
        line-height: 1;
    }
    #learcation.sub .info-box {
        width: 100%;
        margin-left: 0;
    }
    #learcation.sub .info-box h4 {
        font-size: 5.3vw;
        margin-top: 4.7%;
        margin-bottom: 4.7%;
    }
    #learcation.sub .info-box p.caption {
        font-size: 3.75vw;
        margin-bottom: 4.1%;
    }
    #learcation.sub .info-box p.caption:nth-of-type(2) {
        padding-top: 0;
    }
    #learcation.sub .info-box dl {
        font-size: 3.7vw;
        margin-bottom: 2.6%;
    }
    #learcation.sub .info-box dl dt {
        width: 19%;
        height: auto;
        padding: 1.3% 0;
        line-height: 1;
        margin-right: 2.3%;
        margin-bottom: 1.7%;
        background-color: #AA7567;
        color: #F8F5EC;
    }
    #learcation.sub .info-box dl dd {
        width: 77%;
        margin-bottom: 1.7%;
    }
    #learcation.sub .info-box a.btn-detail {
        width: 100%;
        background-color: #FFF;
    }
    #learcation.sub .info-box a.btn-detail p {
        height: auto;
        font-size: 4.2vw;
    }
    #learcation.sub .info-box a.btn-detail p span {
        width: 83.5%;
        padding: 3.2% 0;
    }
    #learcation.sub .info-box a.btn-detail p::after {
        width: 3.6%;
        height: auto;
        padding: 1.8% 0;
        margin: 0 5.5% 0 0;
    }

    #learcation.sub ul {
        margin-bottom: 14.5%;
    }
    #learcation.sub .learcation-detail-container ul:last-of-type {
        margin-bottom: 5.8%;
    }
    #learcation.sub a.btn-etc {
        width: 100%;
    }
    #learcation.sub a.btn-etc p {
        height: auto;
        font-size: 4.8vw;
    }
    #learcation.sub a.btn-etc p .text-wrapper {
        width: 83%;
        padding-top: 5%;
        padding-bottom: 3.8%;
        letter-spacing: 0;
    }
    #learcation.sub a.btn-etc p .text-small {
        font-size: 3.05vw;
        padding-top: 2.6%;
    }
    #learcation.sub a.btn-etc p::after {
        width: 3.6%;
        height: auto;
        padding: 1.8% 0;
        margin-right: 5.7%;
    }
    #learcation.sub .btn-annotation {
        font-size: 3.18vw;
        padding-top: 2.4%;
        line-height: 1.6;
    }
    #learcation.sub .speech-bubble {
        width: 53.5%;
        height: auto;
        font-size: 4.2vw;
        margin-left: 23.2%;
    }
    #learcation.sub .speech-bubble p {
        padding: 19.4% 0 23.4%;
    }
    #learcation.sub .hotel-detail {
        background-image: url(../img/bg_sub_bottom_sp.webp);
        margin-top: -16.7%;
    }
    #learcation.sub .hotel-detail-wrapper {
        padding-top: 6.7%;
    }
    #learcation.sub .hotel-detail-wrapper ul {
        margin: 2% auto 4.4%;
    }
    #learcation.sub .hotel-detail-wrapper .picture-box {
        width: 97%;
        margin: 0 auto;
    }
    #learcation.sub .picture-box .figure.vacation {
        width: 19.7%;
        height: auto;
        margin-bottom: 0;
    }
    #learcation.sub .picture-box .figure.vacation {
        width: 19.7%;
        height: auto;
        padding: 7.5% 0 7.8%;
        margin-bottom: 0;
    }
    #learcation.sub .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    #learcation.sub .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 1.8%;
    }
    #learcation.sub .swiper-pagination-bullet {
        width: 2.8%;
        height: auto;
        padding: 1.4% 0;
    }
    #learcation.sub .swiper-horizontal>.swiper-pagination-bullets,
    #learcation.sub .swiper-pagination-bullets.swiper-pagination-horizontal,
    #learcation.sub .swiper-pagination-custom, #learcation.sub .swiper-pagination-fraction {
        margin-top: 4.6%;
    }
    #learcation.sub .hotel-detail-wrapper .info-box h4 {
        margin-top: 3.4%;
    }
    #learcation.sub .hotel-detail-wrapper .info-box p.caption {
        line-height: 1.6;
    }
    #learcation.sub .hotel-detail-wrapper a.btn-etc p {
        height: auto;
        padding: 5% 0;
    }
    #learcation.sub .hotel-detail-wrapper a.btn-etc {
        width: 97%;
        margin-bottom: 10%;
    }
    #learcation.sub .hotel-detail-wrapper a.btn-etc span {
        display: block;
        width: 83%;
    }
    #learcation.sub .hotel-detail-wrapper a.btn-etc p::after {
        width: 3.4%;
        padding: 1.7% 0;
    }
    #learcation.sub .info-box ul.info-annotation {
        margin-bottom: 3.8%;
    }
    #learcation.sub .link-top {
        font-size: 3.6vw;
        margin-bottom: 10%;
    }
}
@media screen and (max-width:600px) {
    #learcation.sub .learcation-detail .hotel-number span {
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width:500px) {
    #learcation.sub .learcation-detail .hotel-number span {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width:450px) {
    #learcation.sub .learcation-detail .hotel-number span {
        width: 25px;
        height: 25px;
    }
}