@charset "utf-8";

@import url("/kokunai/area/_common/css/slider.css");

/*  メインビジュアル
============================================================================= */
.mv-area {
    background: url("/kokunai/area/hokkaido/_images/bg-mv-01_summer.jpg") no-repeat center bottom;
    background-size: cover;
}

.mv-area.mv-spr {
    background: url(/kokunai/area/hokkaido/_images/bg-mv-01_spring.jpg) no-repeat center top;
    background-size: cover;
}

.mv-area.mv-sum {
    background: url(/kokunai/area/hokkaido/_images/bg-mv-01_summer.jpg) no-repeat center bottom;
    background-size: cover;
}

.mv-area.mv-aut {
    background: url(/kokunai/area/hokkaido/_images/bg-mv-01_autumn.jpg) no-repeat center top;
    background-size: cover;
}

.mv-area.mv-win {
    background: url(/kokunai/area/hokkaido/_images/bg-mv-01_winter.jpg) no-repeat center center;
    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: 30px auto 0;
}

.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;
}

.carousel {
    justify-content: center;
    overflow-x: hidden !important; 
}

.city-detail-select {
    display: flex;
    margin-top: 30px;
}

.city-detail-select .flag-box {
    text-align: center;
    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_win.jpg) center;
    position: relative;
    background-size: cover;
}

.city-detail-select .flag-box01::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.city-detail-select .flag-box02 {
    background: url(../_images/flag/flagbox02_win.jpg) right;
    position: relative;
    background-size: cover;
}

.city-detail-select .flag-box02::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.city-detail-select .flag-box03 {
    background: url(../_images/flag/flagbox03_win.jpg) top center;
    position: relative;
    background-size: cover;
}

.city-detail-select .flag-box03::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.city-detail-select .flag-box04 {
    background: url(../_images/flag/flagbox04_win.jpg) bottom left;
    position: relative;
    background-size: cover;
}

.city-detail-select .flag-box04::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.city-detail-select .flag-box img {
    width: 75%;
    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;
}


/* おすすめ温泉宿
============================================================================= */
#onsen.sect {
    padding: 50px 0 100px;
}

#onsen.onsen-sect {
    position: relative;
}

#onsen .lead {
    margin-top: 32px;
    text-align: center;
}

#onsen .slider_onsen_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}

#onsen .slider_onsen {
    width: 94%;
    margin: 32px auto 0;
}

#onsen .slider_onsen img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

#onsen .slick-dots {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#onsen .recommend-cassette-item {
    color: #323743;
    background-color: #FFFFFF;
    overflow: hidden;
    display: flex;
}

#onsen .recommend-cassette-item 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: 0;
    color: #323743;
    transition: 0.4s ease;
    border: solid 1px #ccc;
    border-radius: 12px;
}

#onsen .recommend-cassette-item a:hover {
    color: #323743;
    opacity: .6;
    text-decoration: none;
}

#onsen .recommend-cassette-item a:hover {
    color: #323743;
    opacity: .6;
    text-decoration: none;
}

#onsen .slider_onsen .slick-slide {
    margin: 0 10px;
}

#onsen .recommend__cassette-detail {
    margin: 18px 15px;
    width: 100%;
}

#onsen .recommend__cassette-txt {
    margin-top: 16px;
}

#onsen .text_limit {
    visibility: hidden;
}

#onsen .recommend__cassette-detail-list li:not(:first-child) {
    margin-top: 8px;
}

#onsen .circle {
    width: 100%;
    text-align: center;
}

#onsen .circle p {
    position: relative;
    display: inline-block;
    color: #db5858;
    font-size: 1.5rem;
    padding: 12px 36px 2px;
    border-bottom: 2px solid #db5858;
    letter-spacing: .2em;
}

#onsen .circle p:before,
.circle p:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #db5858;
    position: absolute;
    bottom: -5px;
}

#onsen .circle p:before {
    left: -4px;
}

#onsen .circle p:after {
    right: -4px;
}

#onsen .detail-link {
    position: relative;
    padding-right: 20px;
    text-align: right;
    color: #3498DB;
    font-size: 1.4rem;
}

#onsen .detail-link:after {
    position: absolute;
    right: 0;
    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.3rem;
    content: "\e905";
}

#onsen .pic {
    background: no-repeat 50% 50% / cover;
    display: block !important;
    padding-top: 60%;
    width: 100%;
    height: auto;
}

#onsen .cassette-images {
    flex-basis: 100%;
}

#onsen .cassette-images figure {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
}

#onsen .cassette-images figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
    line-height: 1.0em;
    border-radius: 12px 12px 0 0;
}

#onsen .onsen-sect__inner {
    position: relative;
    margin: 0 auto;
    padding: 0 5px;
    width: 100%;
    min-width: 970px;
    max-width: 1246px;
}


/* おすすめチェーン
============================================================================= */
.page-title-h3__wrap {
    text-align: center;
}

#chain.sect {
    padding: 50px 0 100px;
}

#chain.chain-sect {
    position: relative;
}

#chain .slider_chain_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}

#chain .slider_chain {
    width: 94%;
    margin: 32px auto 0;
    display: flex;
}

#chain .slider_chain img {
    width: 30%;
    height: auto;
    vertical-align: bottom;
}

#chain .ly_grid {
    flex-wrap: nowrap;
}

#chain .ly_grid__item {
    color: #323743;
    background-color: #FFFFFF;
    overflow: hidden;
    display: flex;
    flex-shrink: 1;
    width: 90%;
}

#chain .ly_grid__item 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: 0;
    color: #323743;
    transition: 0.4s ease;
    border: solid 1px #ccc;
    border-radius: 12px;
}

#chain .ly_grid__item a:hover {
    color: #323743;
    opacity: .6;
    text-decoration: none;
}

#chain .recommend_chain_cassette-detail {
    margin: 18px 15px;
    width: 100%;
}

#chain .recommend_chain_cassette-txt {
    margin-top: 30px;
    margin-bottom: 20px;
}

#chain .recommend_chain_cassette-detail-list li:not(:first-child) {
    margin-top: 8px;
}

#chain .detail-link {
    position: relative;
    padding-right: 20px;
    text-align: right;
    color: #3498DB;
    font-size: 1.4rem;
}

#chain .detail-link:after {
    position: absolute;
    right: 0;
    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.3rem;
    content: "\e905";
}

#chain .cassette-images {
    flex-basis: 100%;
}

#chain .cassette-images figure {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
}

#chain .cassette-images figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
    line-height: 1.0em;
    border-radius: 12px 12px 0 0;
}



#chain .chain-sect__inner {
    position: relative;
    margin: 0 auto;
    padding: 0 5px;
    width: 100%;
    min-width: 970px;
    max-width: 1246px;
}

.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;
}

/*  クーポン併用訴求欄
============================================================================= */
.popular-htl__inner,
.recommend__inner,
.recommend-sect__inner {
    margin: 0 auto;
    padding-top: 10px;
    width: 100%;
    max-width: 1246px;
    min-width: 970px;
}

.popular-htl .page-title-h3 span:before {
    font-family: 'kkrs-dp' !important;
    content: "\e960";
}

.popular-htl>li {
    list-style-type: none;
}

.hotelRanking .page-title-h3 span:before {
    content: "\e926";
}

.osusumeRecommend-sale .page-title-h3 span:before {
    content: "\e94a";
}

.osusumeRecommend-htl .page-title-h3 span:before {
    font-family: 'kkrs-dp' !important;
}

.osusumeRecommend-htl__txt {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center;
}

.osusumeRecommend-rentacar .page-title-h3 span:before {
    content: "\e919";
}

.sectunder-bt {
    margin: 35px auto 0;
    width: 650px;
}

.sectunder-bt a {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 35px 5px 15px;
    height: 70px;
    color: #fff;
    font-size: 2.0rem;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    border-radius: 8px;
    background: #03a3a9;
}

.sectunder-bt a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-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;
    -moz-osx-font-smoothing: grayscale;
}

.sectunder-bt a:hover {
    opacity: 0.6;
    transition: all 0.4s ease;
}
/*  感動12エリア
============================================================================= */

.kando12-sect__inner{
    position: relative;
    margin: 0px;
    padding: 0 5px;
    width: 100%;
    min-width: 970px;
    max-width: 1246px;
}

.kando12-sect__cassette{
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto;
	justify-content: center;
	/*width: 100%;*/
	max-width: 1246px;
}
/*.kando12-sect__item{
	margin: 20px 0 0 3%;
}*/
/*.-bn-cassette .kando12-sect__item{
	width: calc(100% / 2 - 3%);
	
}*/
.-img-cassette .kando12-sect__item{
	width: calc(100% / 3 - 3%);
}

.kando12-sect__item a{
	position: relative;
	transition: opacity .2s;
	color: #323743;
	border-radius: 8px;
}
.-bn-cassette .kando12-sect__item a{
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 5px;
}
.-img-cassette .kando12-sect__item a{
	flex-direction: column-reverse;
	padding: 20px;
}
.kando12-sect__item a:hover{
	opacity: .6;
}

.-bn-cassette .kando12-sect__detail{
	padding: 15px calc(3% - 5px) 15px 0;
	width: 65%;
}
.-img-cassette .kando12-sect__detail{
	margin-top: 10px;
}
.kando12-sect__txt{
	margin-top: 10px;
}
.kando12-sect__detail h3{
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.kando12-sect__detail span{
	font-size: 1.1rem;
}
.kando12-sect__img figure{
	position: relative;
}
.kando12-sect__img figcaption{
	position: absolute;
	right: 0;
	bottom: 2px;
	padding: 0 5px;
	color: #fff;
	line-height: 1.1;
	font-size: 1.0rem;
	font-feature-settings: "palt";
	text-align: right;
	text-shadow: black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px, black -1px -1px 2px;
}
.kando12-sect__img img{
	vertical-align: bottom;
}
.kando12-sect__bt{
	position: relative;
	margin-top: 15px;
	padding: 10px 30px;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	border-radius: 50vw;
	background: #1a5178;
}
.kando12-sect__bt:after{
	position: absolute;
	right: 15px;
	top: 50%;
	display: inline-block;
	transform: translateY(-50%);

	font-family: 'kkrs-dp' !important;
	content: "\e902";
	text-decoration: none;
	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;
}
.kando12-sect__item p{
 text-align:center;
}

.-bn-cassette .kando12-sect__img{
	align-items: center;
	width: 100%;
	border-radius: 8px;
	text-align:center;
}

.kando12-sect__bookbt{
	margin-top: 5px;
	padding: 10px;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.3;
	text-align: center;
	border-radius: 50vw;
	background: #1a5178;
}

/*  ツアーだからこの価格
============================================================================= */
.ttl {
    text-align: center;
    font-size: 2.0rem;
}

.setplan .ttl span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    font-weight: bold;
}

.setplan .ttl span:before,
.setplan .ttl span:after {
    position: absolute;
    top: 0;
    content: "";
    display: inline-block;
    width: 5px;
    height: 130%;
    border-radius: 3px;
    background: #3498DB;
}

.setplan .ttl span:before {
    left: 0;
    transform: rotate(-30deg);
}

.setplan .ttl span:after {
    right: 0;
    transform: rotate(30deg);
}

.setplan-sect {
    margin: 30px;
}

.setplan-sect.-sub {
    margin-top: 20px;
}

.setplan-sect.-sub .ttl-sub {
    position: relative;
    font-size: 1.8rem;
}

.setplan-reference {
    margin-top: 10px;
    padding: 15px 0;
    border: solid 1px #ccc;
    border-radius: 10px;
    background: #fff;
}

.setplan-reference_box {
    padding: 0 10px;
    width: 100%;
}

.setplan-reference_box:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: solid 1px #ccc;
}

.setplan-reference_ttl {
    padding-bottom: 15px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: dashed 2px #ccc;
}

.setplan-reference_ttl span {
    display: inline-block;
    padding: 0 10px;
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.setplan-reference_price {
    margin-top: 15px;
    text-align: center;
    color: #3498DB;
    font-size: 1.8rem;
    font-weight: bold;
}

.setplan-reference_price-num {
    font-size: 3.0rem;
}

.setplan-reference_conditions {
    margin-top: 10px;
    text-align: center;
    font-size: 1.3rem;
}

.setplan-reference_box .fbt {
    margin-top: 20px;
}

.setplan-sect.-sub .ttl-sub span {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: normal;
}

.train-ex {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    border: solid 1px #ccc;
    background: #fff;
}

.train-ex_area {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #f5f5f5;
}

.train-ex_arealist {
    position: relative;
    display: flex;
    justify-content: center;
}

.train-ex_arealist:before,
.train-ex_arealist:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 100%;
}

.train-ex_arealist:before {
    height: 5px;
    background: #777;
}

.train-ex_arealist:after {
    height: 3px;
    background: linear-gradient(to right, #fff, #fff 4px, transparent 4px, transparent 9px);
    background-size:
        9px 3px;
    background-position:
        left top;
    background-repeat:
        repeat-x;
}

.train-ex_arealist_item {
    font-size: 1.8rem;
}

.train-ex_arealist_item:not(:first-child) {
    margin-left: 50px;
}

.train-ex_arealist_item span {
    position: relative;
    z-index: 1;
    padding: 0 10px;
    background: #f5f5f5;
}

.train-ex_price {
    margin: 10px 10px 0;
    text-align: center;
}

.train-ex_pricetxt {
    font-size: 2.2rem;
}

.train-ex_pricetxt sub {
    margin-left: 5px;
    font-size: 1.3rem;
    vertical-align: text-bottom;
}

.train-ex_pricecondition {
    font-size: 1.3rem;
}

.train-ex_grade {
    margin: 10px 10px 0;
    text-align: center;
}

.setplan_kome {
    display: flex;
    justify-content: flex-end;
    margin-top: 7px;
    font-size: 1.2rem;
}

.setplan_kome:before {
    content: "\203B";
    margin-right: .2em;
    width: 1em;
}

@media screen and (max-width: 374px) {
    .setplan .ttl {
        margin: 0 10px;
    }
}

@media screen and (min-width: 960px) {
    .setplan .ttl span {
        padding: 0 30px;
    }

    .setplan-sect {
        margin-top: 50px;
    }

    .setplan-sect.-sub {
        margin-top: 50px;
    }

    .setplan-reference {
        display: flex;
        margin-top: 20px;
        padding: 20px 0;
        border-radius: 20px;
    }

    .setplan-reference_box {
        padding: 10px 30px;
    }

    .setplan-reference_box:not(:first-child) {
        margin: 0;
        padding: 10px 30px;
        border-top: none;
        border-left: solid 1px #ccc;
    }

    .setplan-reference_ttl {
        font-size: 2.0rem;
    }

    .setplan-reference_conditions {
        font-size: 1.4rem;
    }

    .setplan-reference_box .fbt {
        margin-top: 30px;
    }

    .setplan-reference_box .fbt a {
        max-width: 550px;
    }

    .setplan-sub {
        display: flex;
        justify-content: space-between;
    }

    .setplan-sub .setplan-sect:first-child {
        width: calc(55% - 20px);
    }

    .setplan-sub .setplan-sect:nth-child(2) {
        width: calc(45% - 20px);
    }

    .setplan-sect.-sub .ttl-sub span {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        text-align: center;
    }
}

/* 各ボタン */
.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%; }
  /**::-ms-backdrop, .c-coupon__bottom { flex: 1 0 auto; }*/
}


/* スキーホテルカセット */
.cassette__item {
    margin: 16px 0 0 16px;
    width: calc(100% / 3 - 24px);
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
    line-height: 1.5;
    border: solid 5px #d8e4ec;
    background: #fff;
    transition: opacity .2s ease-out;
}
.cassette__item-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 16px 24px 0;
}
.cassette__item-ttl {
    font-size: 1.8rem;
    font-weight: 700;
}
.cassette__item-area {
    font-size: 1.4rem;
}
.cassette__item-enquete {
    display: flex;
    align-items: center;
    margin-top: 8px;
    font-size: 1.2rem;
    padding: 6px 8px;
    background: #f5f5f5;
}
.cassette__item-enquete-txt {
    margin-left: 8px;
} 
.cassette__item-enquete-star {
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
}
.cassette__item-point {
    padding: 8px 0px;
    font-size: 1.6rem;
}
.cassette__item-image {
    position: relative;
    overflow: hidden;
    padding-top: calc(260 / 400 * 100%);
    order: -2;
}
.cassette__item-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.2);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.caption {
    position: absolute;
    right: 0;
    bottom: 3px;
    padding: 0 5px;
    color: #fff;
    font-size: 1.2rem;
    text-align: right;
    line-height: 1.2;
    text-shadow: 0 0 2px rgb(0 0 0 / 80%), 0 0 2px rgb(0 0 0 / 80%), 0 0 2px rgb(0 0 0 / 80%), 0 0 2px rgb(0 0 0 / 80%), 0 0 2px rgb(0 0 0 / 80%), 0 0 2px rgb(0 0 0 / 80%), 0 0 2px rgb(0 0 0 / 80%), 0 0 2px rgb(0 0 0 / 80%), 0 0 2px rgb(0 0 0 / 80%), 0 0 2px rgb(0 0 0 / 80%), 0 0 2px rgb(0 0 0 / 80%), 0 0 2px rgb(0 0 0 / 80%), 0 0 2px rgb(0 0 0 / 80%), 0 0 2px rgb(0 0 0 / 80%), 0 0 2px rgb(0 0 0 / 80%), 0 0 2px rgb(0 0 0 / 80%);
}
.cassette__item-bt {
    margin: 16px 24px 0;
    max-width: 500px;
}
.cassette__item-bts-ttl+.cassette__item-bt, .cassette__item-bt+.cassette__item-bt {
    margin-top: 8px;
}
a.cassette__item-wrap .cassette__item-bt, .cassette__item-bt-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    min-height: 45px;
    line-height: 1.3;
    color: #fff !important;
    font-size: 1.6rem;
    font-weight: 700;
    background: #195178;
}
.cassette__item-bt-link:hover {
    opacity: 0.8;
    transition: opacity .4s ease;
}
.cassette__item-bt-link--ico {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
}
.cassette__item-bt-link--arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
}
.ski-spot--arrow {
    vertical-align: baseline !important;
}
.cassette__item-txtlink {
    margin: 8px 24px 0;
    font-size: 1.2rem;
}
.cassette__item-txtlink--txt {
    display: inline-flex;
    align-items: center;
    color: #195178;
    font-weight: 500;
}
.buttonwrap,.button__ski {
    display: flex;
    margin: 32px auto 0;
}
.buttonwrap {
    justify-content: space-between;
    max-width: 1000px;
    gap: 8px;
}
.buttom__item {
    width: calc(100% / 3);
    font-weight: 700;
}
.button__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 24px;
    min-height: 60px;
    line-height: 1.3;
    transition: opacity .2s ease-out;
    color: #195178;
    font-size: 1.6rem;
    font-weight: 700;
    border: solid 3px #195178;
    background: #fff;
}
.button__link--icoset {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.button__link--ico {
    font-size: 2.5rem;
}
.button__link--arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
}
.button__ski {
    justify-content: center;
}
.target_dept_kokunai_SPK .cassette__item-bt.s-none_SPK, .target_dept_kokunai_SDJ .cassette__item-bt.s-none_SDJ, .target_dept_kokunai_TYO .cassette__item-bt.s-none_TYO, .target_dept_kokunai_NGO .cassette__item-bt.s-none_NGO, .target_dept_kokunai_HIJ .cassette__item-bt.s-none_HIJ, .target_dept_kokunai_OSA .cassette__item-bt.s-none_OSA, .target_dept_kokunai_HKJ .cassette__item-bt.s-none_HKJ, .target_dept_kokunai_FUK .cassette__item-bt.s-none_FUK {
    display: none;
}
.target_dept_kokunai_SPK .buttom__item.s-none_SPK, .target_dept_kokunai_SDJ .buttom__item.s-none_SDJ, .target_dept_kokunai_TYO .buttom__item.s-none_TYO, .target_dept_kokunai_NGO .buttom__item.s-none_NGO, .target_dept_kokunai_HKJ .buttom__item.s-none_HKJ, .target_dept_kokunai_OSA .buttom__item.s-none_OSA, .target_dept_kokunai_HIJ .buttom__item.s-none_HIJ, .target_dept_kokunai_FUK .buttom__item.s-none_FUK {
    pointer-events: none;
    cursor: initial;
    opacity: 0.3;
}

/*  Swiper
============================================================================= */
.slider-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
    position: relative;
}
.swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
    touch-action: pan-y; /* 重要：垂直スクロールを許可、水平スワイプを有効化 */
}
.swiper-slide {
    flex-shrink: 0;
    min-width: 0; /* 重要：flexアイテムの縮小を許可 */
}
.navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    z-index: 10;
}
.nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
    pointer-events: auto;
    z-index: 11;
}
.nav-btn.prev,.nav-btn.next {
    background-color: #195178;
    color: #fff;
}
.nav-btn:hover {
    opacity: 0.8;
}
.nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.dots-container {
    display: flex;
    gap: 10px;
}
.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: background-color 0.3s;
    pointer-events: auto;
}
.dot.active {
    background-color: #195178;
}
