@charset "utf-8";

/*  メインビジュアル
============================================================================= */
.mv-area { background: url("/kokunai/area/tohoku/_images/bg-mv-01_summer.jpg") no-repeat center top; background-size: cover; }
.mv-area.mv-sum { background: url(/kokunai/area/tohoku/_images/bg-mv-01_summer.jpg) no-repeat center top; background-size: cover; }
.mv-area.mv-aut { background: url(/kokunai/area/tohoku/_images/bg-mv-01_autumn.jpg) no-repeat center top; background-size: cover; }
.mv-area.mv-win { background: url(/kokunai/area/tohoku/_images/bg-mv-01_winter.jpg) no-repeat center top; background-size: cover; }

.area-coupon .dom-featlist{
    margin: 16px 0 0 -16px;
}  

/*  地図
============================================================================= */
.map-sect__list{ background-image: url("/kokunai/area/tohoku/_images/map.png"), url("/kokunai/area/tohoku/_images/map.png"); }
.map-aomori{ background-image: url("/kokunai/area/tohoku/_images/map_aomori.png"), url("/kokunai/area/tohoku/_images/map.png"); }
.map-iwate{ background-image: url("/kokunai/area/tohoku/_images/map_iwate.png"), url("/kokunai/area/tohoku/_images/map.png"); }
.map-miyagi{ background-image: url("/kokunai/area/tohoku/_images/map_miyagi.png"), url("/kokunai/area/tohoku/_images/map.png"); }
.map-akita{ background-image: url("/kokunai/area/tohoku/_images/map_akita.png"), url("/kokunai/area/tohoku/_images/map.png"); }
.map-yamagata{ background-image: url("/kokunai/area/tohoku/_images/map_yamagata.png"), url("/kokunai/area/tohoku/_images/map.png"); }
.map-fukushima{ background-image: url("/kokunai/area/tohoku/_images/map_fukushima.png"), url("/kokunai/area/tohoku/_images/map.png"); }

.map-sect__aomori{ left: 78.40%; top: 32.99%; }
.map-sect__iwate{ left: 75.49%; top: 60.42%; }
.map-sect__miyagi{ left: 57.77%; top: 82.12%; }
.map-sect__akita{ left: 43.77%; top: 29.51%; }
.map-sect__yamagata{ left: 33.09%; top: 48.61%; }
.map-sect__fukushima{ left: 26.70%; top: 81.77%; }

/*  感動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;
}

/* スキーホテルカセット */
.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;
}

