@charset "utf-8";

@import url("/kokunai/area/_common/css/slider.css");

.contents-area {
    background-image: url(/season/winter/yukimatsuri/_images/bg_yuki.png);
    background-attachment: fixed;
    background-size: cover;
    background-color: #e0f2ff;
}


/*  メインビジュアル
============================================================================= */
.mv-area {
    background: url(/season/winter/yukimatsuri/_images/mv_pc.webp) no-repeat center bottom;
    background-size: cover;
}

/*  人気エリア
============================================================================= */
.sect.area-sect {
    padding-bottom: 0;
}

.area-sect__inner {
    margin: 50px auto 0;
    width: 100%;
    min-width: 970px;
    max-width: 1400px;
}

.map-img {
    text-align: center;
}

.areaCas {
    display: flex;
    padding-bottom: 70px;
    margin-top: 30px;
}

.lineup_item {
    width: calc(100%/ 4);
    padding: 15px;
    box-shadow: 0 0 .2em rgba(0, 0, 0, .15);
}

.area_wrap {
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    color: #0f2e5d;
    margin-top: 20px;
}

.area_wrap::before,
.area_wrap::after {
    content: '';
    height: 1px;
    border-top: solid 1px #0f2e5d;
    flex-grow: 1;
}

.area_wrap::before {
    margin-right: 1rem;
}

.area_wrap::after {
    margin-left: 1rem;
}

.city-detail-select {
    display: flex;
    margin-top: 30px;
}

.city-detail-select .flag-box {
    text-align: center;
    width: calc(100% / 4);
    border: solid 1px #ccc;
    border-radius: 5px;
    margin: 20px 10px;
    display: flex;
    flex-direction: column;
}

.city-detail-select .flag-box01 {
    background: url(../_images/flag/flagbox01.jpg) top left;
    position: relative;
}

.city-detail-select .flag-box01::before {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, .1);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.city-detail-select .flag-box02 {
    background: url(../_images/flag/flagbox02.jpg) top center;
    position: relative;
}

.city-detail-select .flag-box02::before {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, .1);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.city-detail-select .flag-box03 {
    background: url(../_images/flag/flagbox03.jpg) bottom center;
    position: relative;
}

.city-detail-select .flag-box03::before {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, .1);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.city-detail-select .flag-box04 {
    background: url(../_images/flag/flagbox04.jpg) bottom left;
    position: relative;
}

.city-detail-select .flag-box04::before {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, .1);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.city-detail-select .flag-box img {
    width: 90%;
    margin: 0 auto;
}

.city-detail-select .flag-ttl {
    font-size: 2.5rem;
    font-weight: 500;
    padding: 40px 0 30px;
    text-shadow: #323743 1px 1px 2px, #323743 -1px 1px 2px, #323743 1px -1px 2px, #323743 -1px -1px 2px;
    color: #FFF;
}

.city-detail-select .flag-sub {
    padding: 15px 0;
    text-shadow: #323743 1px 1px 2px, #323743 -1px 1px 2px, #323743 1px -1px 2px, #323743 -1px -1px 2px;
    color: #FFF;
}

.city-detail-select .flag-button {
    background-color: #333;
    margin: 0 40px;
    margin-bottom: 10px;
    height: 45px;
    border-radius: 6px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
}

.city-detail-select .course-btn {
    position: relative;
    top: 5px;
}

.city-detail-select .flag-button a {
    line-height: 35px;
    color: #fff;
}

.city-detail-select .flag-button a:after {
    position: absolute;
    color: #fff;
    font-family: 'jtb-dom' !important;
    transform: translate(0, -50%);
    content: "\e905";
    font-size: 1.5rem;
    top: 50%;
}

.city-detail-select-subarea {
    margin: 0 0 0 10px;
    padding-bottom: 20px;
}

.city-detail-select-subarea li {
    position: relative;
    cursor: pointer;
    margin: 10px 0 0 10px;
    padding: 15px 20px 15px 10px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    border: solid 1px #ccc;
}

.city-detail-select-subarea li.is-active {
    border: solid 1px #cc0000;
}

.city-detail-select-subarea li:hover {
    color: #cc0d21;
}

.city-detail-select-subarea li:after {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #333;
    font-family: 'jtb-dom' !important;
    text-decoration: none;
    content: "\e906";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.city-detail-select-mesh {
    display: none;
}

.city-detail-select-mesh {
    display: none;
    position: absolute;
    margin-top: 6px;
    padding: 10px;
    width: 250px;
    border: solid 1px #cc0000;
    background: #fff;
    z-index: 1;
}

.city-detail-select-mesh:before {
    top: -9px;
    border-color: transparent transparent #fff transparent;
    z-index: 2;
}

.city-detail-select-mesh:after {
    top: -10px;
    border-color: transparent transparent #cc0000 transparent;
    z-index: 1;
}

.city-detail-select-mesh:before,
.city-detail-select-mesh:after {
    content: "";
    border-style: solid;
    border-width: 0 10px 10px 10px;
    position: absolute;
    left: 25%;
    margin-left: -10px;
}

.city-detail-select-mesh li {
    position: relative;
    cursor: pointer;
    padding: 15px 15px 15px 35px;
    border-radius: 5px;
    border: solid 1px #ccc;
}

.city-detail-select-mesh li:not(:first-child) {
    margin-top: 10px;
}

.city-detail-select-mesh li.thumbnail-current {
    border: solid 1px #d6bc33;
    background: #f8d927;
}

.city-detail-select-mesh li:hover {
    color: #cc0d21;
}

.city-detail-select-mesh li:before {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50%;
    background: #0097a7;
}

.city-detail-select-mesh li[data-city-thumbnail="0"]:before {
    content: "A";
}

.city-detail-select-mesh li[data-city-thumbnail="1"]:before {
    content: "B";
}

.city-detail-select-mesh li[data-city-thumbnail="2"]:before {
    content: "C";
}

.city-detail-select-mesh li[data-city-thumbnail="3"]:before {
    content: "D";
}

.city-detail-slide {
    padding: 0px 45px 0;
    width: calc(100% - 650px);
}

.city-detail-slide dt {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.4;
}

.city-detail-slide .slick-slide img {
    display: inline;
}

.city-detail-slide dt span {
    display: block;
    font-size: 1.3rem;
}

.city-detail-slide dd {
    margin-top: 15px;
}

.city-detail-slide p {
    margin-top: 15px;
}

.city-detail-slide-item-bt {
    margin-left: -12px;
    text-align: center;
    margin-top: 10px;
}

.city-detail-slide-item-bt li {
    margin: 12px 0 0 12px;
}

.city-detail-slide-item-bt a {
    display: inline-block;
    margin: 0 .1em .2em .2em;
    padding: .8em;
    line-height: 1;
    text-decoration: none;
    color: #1a5178;
    background-color: #fff;
    border: 1px solid #BCBDC2;
    border-radius: 2em;
}

.city-detail-slide-item-bt a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: 'jtb-dom' !important;
    font-size: 1.5rem;
    content: "\e905";
    color: #fff;
}

.city-detail-slide-item-bt a:hover {
    transition: all 0.4s ease;
    opacity: .6;
}


@media screen and (max-width: 1130px) {
    .city-detail-wrap:first-of-type {
        width: 550px;
    }

    .city-detail-slide {
        width: calc(100% - 350px);
    }

    .city-detail-map li {
        margin: -10px 0 0 -10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
}

/*  調整
============================================================================= */
#preflink {
    margin-top: 50px;
}


.recommend_chain_cassette-detail-list li {
    position: relative;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
}

.recommend_chain_cassette-detail-htl img {
    width: 33%;
    height: auto;
    vertical-align: bottom;
}

.cassette-images figcaption {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #fff;
    font-size: 1.0rem;
    text-shadow: black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px, black -1px -1px 2px;
}

/*  grid
============================================================================= */
.ly_grid {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
}

.ly_grid .ly_grid__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 24px;
    margin-left: 16px;
}

.ly_grid.-recommend .ly_grid__item {
    width: calc(33.33333% - 16px);
}

/*  recommend
============================================================================= */
.tour_recommend_grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
}
.tour_recommend_grid__item {
    width: calc(33.33333% - 16px);
    box-sizing: border-box;
    margin-top: 24px;
    margin-left: 16px;
}

.area-coupon .dom-featlist {
    margin: 16px 0 0 -16px;
}


/* 各ボタン */
.fbt,
.feature-sect__more {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.fbt+.fbt {
    margin-top: 10px;
}

.fbt a {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 500px;
    min-height: 50px;
    padding: 5px 10px;
    color: #3498DB !important;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    border-radius: 0;
    background: transparent linear-gradient(112deg, #3498db, #52c8ff) 0 0 no-repeat padding-box;
    overflow: hidden;
    transition: border-radius .3s;
}

.fbt a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: -2;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    margin: 2px;
    border-radius: 0;
    background: #fff;
    transition: border-radius .3s;
}

.fbt-txt p {
    text-align: center;
    margin-left: 20px;
}

.fbt-txt .m-ico+p {
    margin-left: 10px;
}

.fbt-txt p span {
    font-size: 1.2rem;
}

.fbt-txt,
.feature-sect__more span {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fbt .m-ico {
    margin-top: 1px;
    line-height: 1;
}

.m-ico:before {
    position: relative;
    top: 2px;
    font-family: 'Material Icons Round';
    content: attr(data-icon);
    font-size: 100%;
}

.fbt .m-ico.-arrow {
    font-size: 2.0rem;
    line-height: 1;
}

.fbt .m-ico.-icon {
    font-size: 2.0rem;
}

.fbt .m-ico.-icon-plus {
    margin: 0 -2px;
    font-size: 1.5rem;
}

/*もっとみる*/
.for-pc {
    display: none;
    }
    

/* top */
.c-coupon__item.close::before,
.c-coupon__item.c-close::before { align-items: center; background-color: rgba( 0,0,0,.75); color: #fff; white-space: pre; content: "\3054\597d\8a55\306b\3064\304d\A" "\914d\5e03\7d42\4e86\3044\305f\3057\307e\3057\305f"; display: flex; font-size: 1.5em; font-weight: 500; height: 100%; justify-content: center; left: 0; position: absolute; top: 0; width: 100%; z-index: 2; }

/* detail */
.c-coupon__data.c-close::before,
#h-open .c-coupon__data.close::before,
#p-close .c-coupon__data.close::before,
#coupon-close .c-coupon__data::before { align-items: center; background-color: rgba( 0,0,0,.75); color: #fff; white-space: pre; content: "\3054\597d\8a55\306b\3064\304d\A" "\914d\5e03\7d42\4e86\3044\305f\3057\307e\3057\305f"; display: flex; font-size: 1.5em; font-weight: 500; height: 100%; justify-content: center; left: 0; position: absolute; top: 0; width: 100%; z-index: 2; border-radius: 0.375em; text-align: center; }

.c-coupon__item.c-close.open::before,
.c-coupon__item.c-close.h-open::before{ content: none;}


.c-coupon__list::before { content: ""; display: block; order: 1; width: calc(calc(100% - 3.75em) / 4); }
.c-coupon__list::after { content: ""; display: block; width: calc(calc(100% - 3.75em) / 4); }

  
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .c-coupon__list::before { width: 23.7864%; }
  *::-ms-backdrop, .c-coupon__list::after { width: 23.7864%; }
  *::-ms-backdrop, .c-coupon__item { width: 23.7864%; }
}



/*yukimatsuri追加*/

.c-btn__solid {
    background-color: #1da2b3!important;
}

#jtbonly .allarea-btn-htl a, #jtbonly .allarea-btn-tour-p a {
    background-color: #1da2b3!important;
}

#jtbonly .feature-sect__more a {
    color: #FFF!important;
    background-color: #1da2b3!important;
}

#popular-spot .allarea-btn-htl a, #popular-spot .allarea-btn-tour-p a {
    background-color: #1da2b3!important;
}
#ryokan .allarea-btn-htl a, #ryokan .allarea-btn-tour-p a {
    background-color: #1da2b3!important;
}
.area-spotlist-place >li {
    width: calc((100% - 40px) / 3);
    margin: 0px 0 0 10px;
    border: none!important;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
}

.area-spotlist-place{
    margin-bottom: 40px;
}

.mv-area__subtitle {
    font-size: 8rem!important;
    letter-spacing: 1rem;
    margin-top: 16px!important;
    margin-bottom: 40px!important;
}

.mv-area__title {
    margin-top: 40px!important;
    font-size: 7rem!important;
    color: #fff !important;
    text-shadow: 0 0 0.2em rgb(0 0 0);
    letter-spacing: 1rem!important;
    font-family: "Work Sans", "Noto Sans JP";
}

.mv-area {
    min-height: 500px!important;
    max-height: 600px!important;
}

.faq-sect dt::before {
    content: 'Q'!important;
    background: #1da2b3!important;
}

.feature-sect__list > li {
    background: none!important;
}

.jtbonly-moreplan_item a {
    background-color: #FFF!important;
    border: none!important;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 8px;
}

.sect .page-title-h2__wrap::before, .sect .page-title-h2__wrap::after {
    border-top: solid 0px!important;
}
body{
font-family: "Work Sans", "Noto Sans JP"}

.pagenav-area__bt li a {
    border-radius: 8px;
    min-height: 80px;
}

.pagenav-area__box:before {
    color: #1da2b3!important;
}

.pagenav-area__box:after {
    color: #1da2b3!important;
}

.news__list--new::before {
    background-color: #1da2b3!important;
}

.news__list a:after {
    color: #1da2b3!important;
}

.fbt-txt, .feature-sect__more span {
    color: #1da2b3!important;
}

.feature-sect__more::after {
    color: #1da2b3!important;
}

#jtbonly .jtbonly-ly-btn-column a {
    color: #1da2b3!important;
}   

.yukimatsuri_text{
    margin-top: 40px;
    text-align: center;
    margin-bottom: 80px;
    line-height: 1.9;
}

.pagenav-area li a:after {
    color: #1da2b3!important;   
}

.page-title-h2__wrap .page-title-h2 ::before{
    color: #1da2b3;
    content: "\eb3b"!important;
}

.contents-area .page-title-h2::before {
    color: #1da2b3;
    content: "\e743";
}

.contents-area .page-title-h2::before {
    display: block;
    font-family: "Material Icons Round" !important;
    font-size: 1.8em;
    line-height: 1;
    padding-bottom: 0.125em;
}

.page-title-h2__wrap .page-title-h2 ::before{
    display: block;
    font-family: "Material Icons Round" !important;
    font-size: 1.8em;
    line-height: 1;
    padding-bottom: 0.15em;
}

.pagenav-area__hotel .pagenav-area__box:before {
    font-family: 'Material Icons Round' !important;
    content: "\ea40"!important;
}
.pagenav-area__ryokan .pagenav-area__box:before {
    font-family: 'Material Icons Round' !important;
    content: "\eb46"!important;
}
.pagenav-area__search .pagenav-area__box:before {
    font-family: 'Material Icons Round' !important;
    content: "\e0c8"!important;
}
.pagenav-area__box:before {
    font-size: 2.5rem!important;
}

.area-spotlist-inner-place dt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
    }

#place .area-spotlist-inner-place dt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 8px;
    display: inline-block;
    /*padding: 8px 16px;*/
    /*line-height: 1.3;*/
    color: #fff;
    /*border-radius: 5px;*/
    }

.susukino{
    background-color: #6482c8;
}
.odori{
    background-color: #ff9600;
}
.tsudomu{
    background-color: #64be8c;
}

.place_access_susukino:before {
    font-family: 'Material Icons Round' !important;
    content: "\e0c8"!important;
    color:#6482c8;
    font-size: 1.6em;
}
.place_access_odori:before {
    font-family: 'Material Icons Round' !important;
    content: "\e0c8"!important;
    color:#ff9600;
    font-size: 1.6em;
}
.place_access_tsudomu:before {
    font-family: 'Material Icons Round' !important;
    content: "\e0c8"!important;
    color:#64be8c;
    font-size: 1.6em;
}

.place_access_susukino{
    text-align: left;
    margin-bottom: 16px;
    border-bottom: dashed 2px #6482c8;
}
.place_access_odori{
    text-align: left;
    margin-bottom: 16px;
    border-bottom: dashed 2px #ff9600;
}
.place_access_tsudomu{
    text-align: left;
    margin-bottom: 16px;
    border-bottom: dashed 2px #64be8c;
}
.area-spotlist-inner-place dl {
    margin: 0px 10px 0!important;
}  

#place .area-spotlist-inner-place dl {
    text-align: center;
        }

#place .area-spotlist-inner-place dd {
    text-align: left;
        }   

.select-departure__input {
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 40%);
    border: none!important;
}

.select-departure__input:before {
    font-weight: bold!important;
    color:#1da2b3!important;
}

.area-spotlist-inner-btn li a:hover{
     opacity: .6; transition: all 0.4s ease; color: #1da2b3!important; border: dotted 1px #1da2b3!important; 
    }

.feature-sect__more a {
    color: #1da2b3!important;
    }

#jtbonly .jtbonlyAbout_ttl span {
    display: inline-block;
    padding: 8px 16px;
    line-height: 1.3;
    color: #03A3A9;
    font-weight: bold;
    border-radius: 50vw;
    background: #f6f4ef;
    }

    #jtbonly .jtbonly_slider img {
    object-fit: contain;
    width: auto;
    }

.page-lead-place {
        padding: 0 24px;
        margin-top: 40px;
        text-align: center;
        }       

.sect {
        padding: 40px 0 ;
        }

.ranking__bt{
    margin-bottom: 40px!important;
}
.yukimatsuri_text span{
background: linear-gradient(transparent 50%, #ffff2a 60%);
font-size: 20px;
font-weight: 550;
}



/*  エスコート
============================================================================= */
.ranking__bt a {
  color: #fff;
  background: #1da2b3;
}
.ranking__bt a:hover{
	opacity: .6; 
    transition: all 0.4s ease; 
    background-color: #1da2b3!important;
}
.page-title-h2{
    color: #0f2e5d!important;
}

.recommend-note {
    margin-left: 32px;
}

#jtbonly .jtbonly_slider .slick-dots {
    margin-left: -70px;
}

.faq-sect dt, .faq-sect dd {
    border-radius: 8px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

/*  レコメンド枠
============================================================================= */
.kkrs-sect.tour_top{
    padding: 50px 0 0;
}
.kkrs-sect.dp_jr{
    padding: 0;
    margin: 40px 0;
}
.kkrs-sect.dp_air{
    padding: 0;
}
.recommend-sect{
    position: relative;
}
.recommend-sect .select-departure{
    position: absolute;
    right: 0;
    top: 45px;.recommend-sect .select-departure{
    position: absolute;
    right: 0;
    top: 45px;
}
}
@media screen and (min-width: 768px){
  .recommend-sect__inner{
    min-width: 970px;
    max-width: 1246px;
  }
}
@media screen and (max-width: 767px){
    .kkrs-sect.tour_top{
        padding: 20px 0 40px;
    }
    .kkrs-sect.dp_jr{
        padding: 0;
        margin: 20px 0;
    }
    .kkrs-sect.dp_air{
        padding: 0;
    }
    .recommend-sect.tour_top .page-title-h2{
        margin-right: 0;
    }
    .recommend-sect.tour_top .select-departure{
        position: absolute;
        right: 0;
        top: 50px;
    }
}
.recommend__cassette{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin: 20px 0 0 -12px;
}
.recommend__cassette > li{
	margin: 12px 0 0 12px;
    width: calc((100% / 3 - 12px) - .01px);
    background: #fff;
}
.recommend__cassette a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding-bottom: 15px;
    color: #323743;
	border: solid 1px #ccc;
	transition: 0.4s ease;
	width: 100%;
	height: 100%;
}
.recommend__cassette a:hover{
    color: #323743;
    opacity: .6;
    text-decoration: none;
}
.recommend__cassette-plan{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 15px 15px 0;
    width: calc(100% - 30px);
}
.recommend__cassette-plan-icon{
    display: inline-block;
    padding: 8px 15px;
    font-weight: bold;
    background: #f5f5f5;
}
.recommend__cassette-plan-fromto{
    color: #3498DB;
    font-weight: bold;
}
.recommend__cassette-plan-fromto em{
    font-size: 2.0rem;
    font-weight: bold;
}
.recommend__cassette-images{
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
}
.recommend__cassette-images img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.recommend__cassette-detail{
    margin: 10px 15px 0;
    width: calc(100% - 30px);
}
.recommend__cassette-detail-list li{
    position: relative;
    padding-left: 20px;
    line-height: 1.3;
}
.recommend__cassette-detail-list li:not(:first-child){
    margin-top: 5px;
}
.recommend__cassette-detail-list li:before{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    
    font-family: 'kkrs-dp' !important;
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.recommend__cassette-detail-htl:before{
    content: "\e960";
}
.recommend__cassette-detail-air:before{
    content: "\e918";
}
.recommend__cassette-detail-jr:before{
    content: "\e969";
}
.recommend__cassette-detail-area{
    color: #6B6E71;
    font-size: 1.2rem;
}
.recommend__cassette-txt{
    font-size:1.4rem;
    margin-top: 5px;
}
.recommend__cassette-att{
    margin-top: 12px;
    font-size: 1.2rem;
}

.odori {
    display: inline-block;
    position: relative;
    height: 40px;/*リボンの高さ*/
    line-height: 40px;/*リボンの高さ*/
    text-align: center;
    padding: 0 30px;/*横の大きさ*/
    font-size: 18px;/*文字の大きさ*/
    background: #ff9600;/*塗りつぶし色*/
    color: #FFF;/*文字色*/
    box-sizing: border-box;
  }
  
  .odori:before, .odori:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  
  .odori:before {
    top: 0;
    left: 0;
    border-width: 20px 0px 20px 12px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }
  
  .odori:after {
    top: 0;
    right: 0;
    border-width: 20px 12px 20px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }


  .susukino {
    display: inline-block;
    position: relative;
    height: 40px;/*リボンの高さ*/
    line-height: 40px;/*リボンの高さ*/
    text-align: center;
    padding: 0 30px;/*横の大きさ*/
    font-size: 18px;/*文字の大きさ*/
    background: #6482c8;/*塗りつぶし色*/
    color: #FFF;/*文字色*/
    box-sizing: border-box;
  }
  
  .susukino:before, .susukino:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  
  .susukino:before {
    top: 0;
    left: 0;
    border-width: 20px 0px 20px 12px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }
  
  .susukino:after {
    top: 0;
    right: 0;
    border-width: 20px 12px 20px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }


  .tsudomu {
    display: inline-block;
    position: relative;
    height: 40px;/*リボンの高さ*/
    line-height: 40px;/*リボンの高さ*/
    text-align: center;
    padding: 0 30px;/*横の大きさ*/
    font-size: 18px;/*文字の大きさ*/
    background: #64be8c;/*塗りつぶし色*/
    color: #FFF;/*文字色*/
    box-sizing: border-box;
  }
  
  .tsudomu:before, .tsudomu:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  
  .tsudomu:before {
    top: 0;
    left: 0;
    border-width: 20px 0px 20px 12px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }
  
  .tsudomu:after {
    top: 0;
    right: 0;
    border-width: 20px 12px 20px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }

/*  おすすめ特集・プラン
============================================================================= */
.c-bottom__link {
    margin-top: 3em;
}
.c-bottom__link .c-btn {
    height: 2.5em;
    max-width: 400px;
}
.c-btn__solid {
    background-color: #3b5980;
}
.c-bottom__link .c-btn {
    margin: 0 auto;
    width: 100%;
}
#feature-sect .c-btn:hover {
  opacity: 0.6;
  transition: all 0.4s ease;
}
.c-bottom__link span {
  font-size: 1.4rem;
  font-weight: 500;
}
.c-bottom__link .c-btn span::after {
    display: inline-block;
    font-family: "Material Icons Round";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "\e941";
    font-size: 1.75em;
    right: 2em;
}
.l-block {
    text-align: center;
    line-height: 1.6;
    margin-top: 4.375em;
}
.l-block .c-title span {
   color: #5b5b5b;
   font-size: 1.5em;
   font-weight: 700;
   line-height: 1;
}
.c-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1em;
}
.c-list.c-list__month .c-word {
    border-color: #1583d0;
}
 .c-list .c-word {
    border-radius: 100vh;
    height: 3.125em;
    margin: .5em .25em;
    padding: 0 2em;
}
.c-list__month a:hover, .c-list__season a:hover {
    background-color: #005bac;
}

/*  調整【20250806】
============================================================================= */
.spot-sect {
    background: none!important;
}
.faq-sect {
    background: none!important;
}
#ryokan .allarea-btn-htl {
    margin: 35px auto 0;
    width: 650px;
}
#ryokan .allarea-btn-tour {
    margin: 15px auto 0;
    width: 650px;
}
#ryokan .allarea-btn-htl a, #ryokan .allarea-btn-tour-p a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 16px 35px 16px 15px;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    border-radius: 8px;
    background: #1a5178;
}
#ryokan .allarea-btn_two {
   display: flex;
    justify-content: space-evenly;
    margin-left: -10px;
}
#ryokan .allarea-btn-tour-p {
    width: 100%;
    margin-left: 10px;
}

#ryokan .allarea-btn-htl span:before {
    position: static;
    margin-right: 5px;
    transform: translate(0, -50%);
    font-family: 'jtb-dom' !important;
    content: "\e934";
    font-size: 1.8rem;
}

#ryokan .allarea-btn-htl a:after, #ryokan .allarea-btn-tour-p a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-family: 'jtb-dom' !important;
    text-decoration: none;
    content: "\e905";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}
#ryokan .allarea-btn-tour span.icon-jr:before, #ryokan .allarea-btn-tour span.icon-air:before {
    position: static;
    margin-right: 5px;
    transform: translate(0, -50%);
    font-family: 'jtb-dom' !important;
    font-size: 1.8rem;
}

#ryokan .allarea-btn-tour span.icon-jr:before {
    content: "\e962";
}
#ryokan .allarea-btn-tour span.icon-air:before {
    content: "\e942";
}
#ryokan .allarea-btn-htl:hover, #ryokan .allarea-btn-tour-p:hover {
  opacity: 0.6;
  transition: all 0.4s ease;
}
.area-spotlist-inner-place h3 {
    font-weight: bold;
}

.jtbonly-moreplan_item {
  width: calc(100% / 4)!important;
}
.moreplan-title {
   font-size: 17px;
   font-weight: bold;
   margin-bottom: 10px;
}
.moreplan-txt {
   font-weight: normal!important;
}

