@charset "utf-8";

/*  メインビジュアル
============================================================================= */
#JTB-mainvis{ margin-top: 16px; min-height: 400px; background: url(/kokunai/promotion/theme/sale/images/mainvis_bg.jpg) no-repeat center top #d20404; background-size: 1920px auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;}
#JTB-mainvis img{ width: 100%; padding-top: 15px;}
#JTB-mainvis h1{ margin: 0 auto; width: 100%; max-width: 1130px; min-width: 970px;}

/*  注目の海外ツアーはこちら
============================================================================= */
.c-title__wrap.c-inner {
    position: relative;
}

.c-inner {
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
}

a.cc-btn {
    background-color: rgba(255, 255, 255, .9);
    bottom: 1em;
    height: 3em;
    padding: 0 2em;
    position: absolute;
    right: 6em;
    border: 0px solid #000;
}

a.cc-btn span::after {
    content: "\e5cc";
    display: inline-block;
    font-family: 'Material Icons Round';
    padding-left: .5em;
    color: #0097fe;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    
}
.cc-btn span {
    font-size: 1.0em;
    font-weight: 500;
    color: #323743;
}

.cc-btn {
    align-items: center;
    border-radius: .375em;
    display: flex;
    justify-content: center;
    position: relative;
}


/*  h1
============================================================================= */
h1.site-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    background-color: #FFF;
    padding: 10px 0px 10px 10px;
}

/*  注目の海外ツアーをみる
============================================================================= */
.c-btn {
    background-color: rgba(255, 255, 255, .9);
    /*bottom: 0;*/
    /*height: 3em;*/
    padding: 0.5em 2em;
    position: absolute;
    right: 0;
    margin: 20px;
}
.c-btn span {
    color: #873535;
    font-size: 1.25em;
    font-weight: 700;
}
.c-btn span::after {
    display: inline-block;
    font-family: 'Material Icons Round';
    font-size: 2.4rem;
    content: "\e5cc";
}

/*  レイアウト
============================================================================= */
.content-wrap{ background: #f5f5f5;}
.sect-wrap{ padding: 72px 0;}
.content-inner{ position: relative; margin: 0 auto; padding: 0 5px; width: 100%; max-width: 1246px; min-width: 970px;}
.ly-center{ display: flex; justify-content: center; padding-top: 24px;}
.info-text{ font-size: 1.4rem; text-align: right; margin-top: 8px;}
.unit01{ background-color: #B7DDE0;}
.unit02{ background-color: #E5E1D6;}

/*  grid
============================================================================= */
.ly_grid{ -ms-flex-wrap:wrap; display:-webkit-box; display:-ms-flexbox; display:flex; justify-content:center; 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.-anchor .ly_grid__item{ width: calc(16.66667% - 16px);}
.ly_grid.-recommend .ly_grid__item{ width: calc(33.33333% - 16px);}

/*  anchor
============================================================================= */
.ly_grid.-anchor .ly_grid__item a {
    display: block;
    position: relative;
    background: #fff;
    border: #BCBDC2 1px solid;
    border-radius: 6px;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,.4));
    width: 100%;
    height: 74px;
}
.ly_grid.-anchor .ly_grid__item a::after {
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Material Icons;
    content: "\e5cf";
    color: #BCBDC2;
    font-size: 2.8rem;
    line-height: 1;
}
.ly_grid.-anchor .ly_grid__item a:hover::after{ color: #3498DB; text-decoration: none;}
.ly_grid.-anchor .ly_grid__item a:hover::before { opacity: .3;}
.ly_grid.-anchor .ly_grid__item a p {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .3em;
    width: 100%;
}
.ly_grid.-anchor .ly_grid__item a p .font-s{ font-size: 1.2rem; letter-spacing: .2em;}
.target_dept_kokunai_SPK #anchor .plan-none-SPK,
.target_dept_kokunai_SDJ #anchor .plan-none-SDJ,
.target_dept_kokunai_KIJ #anchor .plan-none-KIJ,
.target_dept_kokunai_TYO #anchor .plan-none-TYO,
.target_dept_kokunai_NGO #anchor .plan-none-NGO,
.target_dept_kokunai_HKJ #anchor .plan-none-HKJ,
.target_dept_kokunai_OSA #anchor .plan-none-OSA,
.target_dept_kokunai_HIJ #anchor .plan-none-HIJ,
.target_dept_kokunai_FUK #anchor .plan-none-FUK{ pointer-events: none; cursor: initial; color: #989BA1; opacity: 0.6;}

/*  recommend
============================================================================= */
.plan__item{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 4px;
}
.plan__item a{
    color: #323743;
    transition: 0.4s ease;
    opacity: 1;
    min-height: 0%;
}
.plan__item a:hover{
    color: #323743;
    opacity: .6;
    text-decoration: none;
}
.plan__item-images{
    width: 100%;
}
.plan__item-images img{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.plan__item-destination{
    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.3;
    flex-direction: row;
    width: calc(100% - 30px);
    margin: 15px 15px 0;
}
.plan__item-detail-icon{
    order: 2;
}
.plan__item-detail-icon li{
    position: relative;
    line-height: 1.3;
    display: inline;
    background-color: #EAF0F7;
    border-radius: 10px;
    padding: 6px 12px 6px 32px;
    font-size: 1.4rem;
}
.plan__item-detail-icon li:before{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-family: 'kkrs-dp' !important;
    text-decoration: none;
    speak: none;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.plan__item-detail-icon li.icon-air:before { content: "\e918";}
.plan__item-detail-icon li.icon-jr:before { content: "\e969";}
.plan__item-day{
    order: 1;
    font-weight: bold;
    font-size: 1.8rem;
    color: #3498DB;
}
.plan__item-detail{
    margin: 12px;
}
.plan__item-title{
    font-size: 1.8rem;
    font-weight: bold;
}
.plan__item-lead{
    margin-top: 8px;
    font-size: 1.4rem;
}
.plan__item-price{
    margin-top: 8px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #cc0d21;
}
.plan__item-price em{
    font-size: 2.6rem;
    font-weight: bold;
}
.plan__item-note{
    font-size: 1.2rem;
    text-align: center;
}
.area-coupon .dom-featlist{
    margin: 16px 0 0 -16px;
} 



/*  見出し
============================================================================= */
h3{ font-size: 2.0rem; font-weight: bold; text-align: center;}

h2.hdg-h2{ font-weight: bold; text-align: center;}
.ico-search{ position: relative; padding-left: 16px; font-size: 2.8rem; font-weight: bold; text-align: center;}
.ico-search::before{ position: absolute; left: -10px; top: 50%; transform: translateY(-50%); content: '\e8b6'; font-family: 'Material Icons'; font-size: 2.6rem;}

.h-style-border { position: relative; font-size: 2.8rem; font-weight: bold; text-align: center;}
.h-style-border:before{ position: absolute; bottom: -10px; left: calc(50% - 30px); width: 60px; height: 3px; content: ''; border-radius: 3px; background: #323743;}
.h-style-border span{ display: block; font-size: 1.6rem; margin-top: 8px;}

.h-style-center-border { position: relative; font-size: 2.8rem; font-weight: bold; text-align: center; margin-bottom: 24px;}
.h-style-center-border:before{ position: absolute; bottom: -10px; left: calc(50% - 30px); width: 60px; height: 3px; content: ''; border-radius: 3px; background: #323743;}
.h-style-center-border span{ display: block; font-size: 1.6rem; margin-top: 8px;}

.h-style-slash{ display:-webkit-box; display:-ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.h-style-slash span { position: relative; display: inline-block; color: #323743; padding: 0px 16px; white-space: nowrap;}
.h-style-slash span::before,.area-coupon h3 span::after { content: ""; position: absolute; top: 0px; display: block; width: 2px ; height: 100%; background: #323743; }
.h-style-slash span::before { left: 0; transform: rotate( -30deg );}
.h-style-slash span::after { right: 0; transform: rotate( 30deg );}

.dom-area-heading-01{ font-size: 2.8rem; font-weight: bold; text-align: center;}

.box-top{ position: relative; height: 30px; margin-top: 56px;}
.box-top .heading03{
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 200px;
}
.box-top{ position: relative; height: 24px; margin-top: 56px;}
.box-container{
    position: relative;
    padding: 12px 20px 32px ;
    text-align: center;
}
.JTB-content-wrapper{
    background-color: #f5f5f5;
    padding-top: 48px;
}
.JTB-content-item{
    padding-top: 24px;
}
.recommend-sect{
    position: relative;
}

.JTB-el_heading.-lv02.-sale{
    display: block;
    font-family: 'Lobster', cursive;
    font-style: normal;
    text-align: center;
    letter-spacing: 1em;
}
.JTB-el_heading.-lv02.-sale h2{
    font-size: 2.6rem;
    font-weight: 700;
}
.JTB-el_heading.-lv03.-sale span.jp {
    font-size: 2.2rem;
    margin-bottom: 5px;
    font-weight: bold;
}
.JTB-el_heading.-lv03.-sale span {
    display: block;
    text-align: center;
}
.JTB-el_heading.-lv03.-sale span.en {
    font-family: "roboto_slabregular";
    letter-spacing: 0.1em;
    font-size: 10px;
}
.JTB-el_heading.-lv03.-sale span.en:before {
    margin-right: 10px;
}
.JTB-el_heading.-lv03.-sale span.en:after {
    margin-left: 10px;
}
.JTB-el_heading.-lv03.-sale span.en:after, .JTB-el_heading.-lv03.-sale span.en:before {
    width: 26px;
    height: 3px;
    content: "";
    display: inline-block;
    background: url(/kokunai/promotion/theme/sale/images/section_border.svg) no-repeat center center;
    background-size: cover;
    position: relative;
    top: -2px;
}
h2.page-title-h2{ font-weight: bold; text-align: center;}


/*飛び出せ夏旅バナー*/
.summer_bnr{
  padding-top:130px;
  text-align: center;
    margin:20px 0;
}


/* =============================================================================
    注目・発売情報 
============================================================================= */
.spot-sect{
	padding: 20px 10px 0;
}
.spot-sect .page-title-h2{
	margin: 0 auto;
	max-width: 128rem;
}
.news {
	margin-top: 10px;
	max-width: 128rem;
}
.news-wrap {
    width: 90%;
    min-width: auto;
    margin: 0 auto;
	line-height:1.1em;
}
.newsplan__list > dt {
	border-top: 1px dashed #d9d9d9;
}
.news__list > dt {
	position: relative;
	justify-content: space-between;
	align-items: center;
	padding: 10px 28px 7px 0px;
	color: #323743;
	text-decoration: none;
}
@media screen and (max-width: 759px){
	.news__list > dt a{
		font-size: 1.4rem;
		color:#323743;
	}
}
.news__list>dt span:not(#nolink)::after {
	position: absolute;
	display: block;
	font-family:'Material Icons Round';
	content: "\e5cc";
	top: 25%;
    right: 5px;
	color: #3498DB;
	font-size: 2.5rem;
	line-height: 1;
}

.news__list > dt:first-of-type {
		border-top: 1px dashed #d9d9d9;
}
.news__list > dt {
		border-top: none;
		border-bottom: 1px dashed #d9d9d9;
}

.news__list > dt.news__list--new::before {
	position: static;
	left: 0;
	top: 12px;
	display: inline-block;
	padding: 0 .4em;
	font-size: 1.2rem;
	content: "NEW";
	border-radius: 3px;
	color: #fff;
	text-align: center;
	background-color: #3498DB;
}
.news_none {
  display: none
}

@media screen and (min-width: 760px) {
	.spot-sect{
		padding: 30px 10px;
	}
	.news{
		margin: 15px auto 0;
	}
	.news__list > dt a{
		padding: 10px 10px 7px 0px;
		color:#323743;
	}
}

	
@media screen and (max-width: 759px){
	#nolink{
		font-size: 1.4rem;
	}
}


/* =============================================================================
    キーワード 
============================================================================= */

.c-word { align-items: center; background-color: #fff; border: 1px solid; display: inline-flex; justify-content: center; }
.c-word span::before { content: "＃"; padding-right: .25em; }
.sec-keyword .c-list { background-color: #fff; border-radius: .75em; display: flex; flex-wrap: wrap; justify-content: center; margin-top: 1em; padding: 1.5em; }
.sec-keyword .c-word { border-radius: .25em; height: 2.25em; margin: .5em; padding: 0 1em; }
/* =============================================================================
    おすすめ区間 
============================================================================= */
.recommend-cassette{
	margin-top: 0px;
}
.recommend-cassette_item{
	margin-top: 10px;
}
.recommend-cassette_item a{
	display: block;
	padding: 10px;
	border-radius: 4px;
    box-shadow: 0 0 0.2em rgb(0 0 0 / 20%);
    background: #fff;
	text-align: center;
	transition: opacity .2s;
}
.recommend-cassette_ttl{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.4rem;
}
.plan__item-detail-icon li:before{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-family: 'kkrs-dp' !important;
    text-decoration: none;
    speak: none;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.plan__item-detail-icon{
    order: 2;
}
.plan__item-detail-icon li{
    position: relative;
    line-height: 1.3;
    display: inline;
    background-color: #c6edff;
    border-radius: 10px;
    padding: 6px 12px 6px 32px;
    font-size: 1.4rem;
}
.plan__item-detail-icon li.icon-air:before { content: "\e918";}
.plan__item-detail-icon li.icon-jr:before { content: "\e969";}

.recommend-cassette_ttl-area{
	display: inline-block;
	margin-top: 5px;
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
}
.recommend-cassette_price{
	text-align: center;
	color: #3498DB;
	font-weight: bold;
}
.recommend-cassette_priceNum{
	font-size: 150%;
}
.recommend-kome{
	margin-top: 20px;
	display: flex;
	font-size: 1.2rem;
}
.recommend-kome:before{
	content: "※";
	margin-right: .2em;
	width: 1em;
}
.recommend-komelist{
	margin-top: 20px;
	font-size: 1.2rem;
	counter-reset: count 0;
}
.recommend-kome_item{
	position: relative;
	display: inline;
	padding-left: 2em;
	margin-right: 10px;
}
.recommend-kome_item:before{
	position: absolute;
	left: 0;
	top: -2px;
	content: "\203B" counter(count);
	counter-increment: count 1;
}

@media screen and (min-width: 760px) {
	.recommend-kome{
		justify-content: flex-end;
	}
	.recommend-cassette{
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 0 -20px;
	}
	.recommend-cassette_item{
		margin: 20px 0 0 20px;
		width: calc(100% / 3 - 20px);
	}
	.recommend-cassette_item a{
		padding: 15px;
	}
	.recommend-cassette_item a:hover{
		color: #323743;
		opacity: .6;
	}
	.recommend-cassette_ttl-area{
		font-size: 2.0rem;
	}
	.recommend-kome_item:before{
		top: -3px;
	}
}
/*  ツアー導線
============================================================================= */
section.planBtn {
    text-align: center;
    padding: 20px;
    margin-top: 48px;
}
.planBtn-inner {
    padding: 32px 0;
    background-color: #eb5454;
    border-radius: 16px;
}
.planBtn_all {
    font-size: 2.8rem;
    font-weight: bold;
}
.planBtn_tour {
    display: inline-block;
    padding: 20px;
}
.planBtn_tour p a {
    border-radius: 6px;
    background-color: #e61535;
    border: solid 3px #be0421;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    line-height: 50px;
    margin: -5px 5px;
    position: relative;
    width: 500px;
}
.planBtn_tour p a::after {
    content: '\e5e1';
    display: inline-block;
    font-family: 'Material Icons';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.planBtn_tour p a:hover {
    background-color: #be0421;
}


/*  目的別・特集
============================================================================= */
.dom-featlist{
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin: 0 0 5px -20px;
}
.dom-featlist > li{
	width: calc((100% - 80px) / 4);
	margin: 20px 0 0 20px;
}
.dom-featlist.-item03 > li {
    width: calc((100% - 80px) / 3);
    margin: 20px 0 0 20px;
}
.dom-featlist li a{
    display:block
}
.dom-featlist li a,
.dom-featlist li a:link,
.dom-featlist li a:hover, 
.dom-featlist li a:visited {
	text-decoration: none;
}
.dom-featlist li a:hover {
	opacity: .6!important;;
	transition: all 0.4s ease;
}
.dom-featlist__image {
    text-align: center;
}
.dom-featlist__txt {
    width: 260px;
    margin : 2px auto 0;
}
.dom-area-more-btn {
    margin-top: 15px;
    margin-left: auto;
    margin-bottom: 60px;
    width: 200px;
}

/*  発地選択
============================================================================= */
.select-departure__panel > li {
    text-align: top;
}

/*  検索パネル
============================================================================= */
.search-wraper {
    background-color: #f5f5f5;
}
.search-wraper .search-tab {
    position: relative;
    margin: 0 auto;
    padding: 64px 5px;
    width: 100%;
    min-width: 970px;
    max-width: 1246px;
}

/*  その他
============================================================================= */
.note {
    margin-top: 24px;
    text-align: center;
}
.pc-none {
    display: none;
}
.recommend-note{
    margin-top: 8px;
    font-size: 1.2rem;
}
#page_footer-pc {
    margin-top: 0;
}

.dom-featlist__image img {
    max-width: 100%;
}

/*  フッター サイトマップ
============================================================================= */
.htl-sitemap{
    position: relative;
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	background: #f7f7f7;
}
.htl-sitemap_dl{
    margin: 0 auto;
    width: 100%;
	font-size: 1.4rem;
}
.htl-sitemap_dl dt{
	font-weight: bold;
}

.htl-sitemap_list{
	display: flex;
	flex-wrap: wrap;
}
.htl-sitemap{
 	padding: 50px 0;
}
.htl-sitemap_dl{
	display: flex;
	flex-wrap: wrap;
    min-width: 970px;
    max-width: 1246px;
    padding: 0 5px;
}
.htl-sitemap_dl dt{
	width: 120px;
}
.htl-sitemap_dl dd{
	width: calc(100% - 120px);
}
.htl-sitemap_dl dt:not(:first-of-type), .htl-sitemap_dl dd:not(:first-of-type){
	margin-top: 20px;
}
.htl-sitemap_list{
	margin: -10px 0 0 0;
}
.htl-sitemap_list li{
	margin: 10px 0 0 10px;
	padding-left: 10px;
	border-left: dotted 1px #ccc;
}
@media screen and (min-width:768px){
.sp-item { display: none; }
}


/*  タイムセール次回予告欄
============================================================================= */
.tour-txt {
    left: 50%;
        text-align: center;
        margin-top: 20px;
        margin-left: 8px;
        margin-bottom: 20px;
        color: black;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.5;
}

.tour-sect {
    display: flex;
        background-color: #fff100;
        flex-direction: column;
        align-items: center;
        padding: 50px;
}

/*  ページ内アンカー
============================================================================= */
.pagenav{
    position: sticky;
    left: 0;
    top: 0;
    z-index: 2;
    background:#d9d9d9;
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 20%);
}
.pagenav .inner{
    padding-right: 10px;
}
.pagenav-list{
    display: flex;
}
.pagenav-list_item{
    flex: 1;
}
.pagenav-list_item a{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 55px;
    padding: 5px 5px 0px;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    color: #323743;
    font-weight: bold;
    transition: background-color 0.2s ease, min-height 0.5s ease;
}
.pagenav-list_item a:before,
.pagenav-list_item:last-child a:after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 1px;
    height: 60%;
    border-left: solid 1px #fff;
}
.pagenav-list_item a:before{
    left: -1px;
}
.pagenav-list_item:last-child a:after{
    right: -1px;
}
.pagenav-list_item-txt{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.3;
}
.pagenav-list_item .m-ico{
    line-height: 1;
    color: #323743;
    font-size: 1.6rem;
}
.pagenav .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}
.pagenav-list{
    display: flex;
    width: calc(100% - 170px);
    }
.pagenav-list_item a{
    min-height: 85px;
    line-height: 1.5;
}
.pagenav-list_item a:hover{
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.3);
}
.fixed .pagenav-list_item a{
    min-height: 70px;
    padding-top: 5px;
}
.pagenav-list_item em{
    font-size: 2.0rem;
}
.pagenav-list_item .m-ico{
    font-size: 2.5rem;
}
:root {
  --anchor: 60px;
  scroll-padding: var(--anchor);
}
.m-ico{
    position: relative;
    top: -1px;
    font-style: normal;
    vertical-align: middle;
    margin: 0 5px;
}
.m-ico:before{
    display: inline-flex;
    align-items: center;
    font-family: 'Material Icons Round';
    content: attr(data-icon);
    line-height: 1;
    font-size: 100%;
    vertical-align: middle;
}

/*  おすすめツアー
============================================================================= */
#tour .tab{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 48px;
}
#tour .tab{
    margin-left: -16px;
}
#tour .tab li{
    flex: 1;
}
#tour .tab li a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 8px 16px;
    background:#ddd;
    border-bottom: 8px solid #ddd;
    color: #323743;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.2s ease, min-height 0.5s ease;
    margin-left: 16px;
}
#tour .tab li.active a{
    background:#fff;
    color: #125687;
    border-bottom: 8px solid #c6edff;
}
#tour .area-recommend{
    display: none;
}
#tour .area-recommend.is-active{
    display: block;
}
#tour .ly_grid .ly_grid__item{
    margin-top: 16px;
}

/*  タイムセール
============================================================================= */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
#timesale.sect-wrap{ text-align: center;}
#timesale .plan-item{ background-color: #009fde; border-radius: 16px; margin: 0 auto; padding: 16px 0;}
#timesale .plan-item img{ width: 654px;}
#timesale .timesale-date{ background-color: #ffde6e; font-family: 'Zen Maru Gothic', sans-serif; font-weight: 700; letter-spacing: 0.12em; color: #009fde; font-size: 1.8rem; padding: 12px; margin-top: 8px;}
#timesale .btn_link{ margin: 40px auto 0; max-width: 600px;}
#timesale .btn_link a{ position: relative; z-index: 0; display: flex; justify-content: center; align-items: center; width: 100%; min-height: 60px; overflow: hidden; transition: border-radius .3s; border: none; background: #ffffff; border-radius: 36px; color: #009fde; font-weight: 700; font-size: 2.0rem; line-height: 1.3; letter-spacing: 0.12em; }
#timesale .btn_link a:before{ position: absolute; right: 10px; top: 50%; transform: translate(0,-50%); font-family: 'Material Icons Round'; font-size: 2.4rem; content: "\e5cc";}
#timesale .btn_link a:hover{ opacity: .6;}
#timesale .btn_list{ display: flex; justify-content: flex-end; margin-top: 24px;}
#timesale .dpinfo-list_item a{ position: relative; z-index: 0; display: flex; justify-content: center; align-items: center; width: 100%; min-height: 36px; padding: 0 40px 0 15px; color: #fff; overflow: hidden; border: none; line-height: 1.3; letter-spacing: 0.12em; }
#timesale .dpinfo-list_item a:before { position: absolute; right: 10px; top: 50%; transform: translate(0,-50%); font-family: 'Material Icons Round'; font-size: 2.4rem; content: "\e5cc";}
#timesale .dpinfo-list_item.-jr .btn_title:before,
#timesale .dpinfo-list_item.-air .btn_title:before{ display: inline-block; margin-right: 8px; font-family: 'Material Icons Round'; font-size: 2.4rem; text-decoration: none; speak: none; font-weight: normal; line-height: 1; vertical-align: middle; margin-bottom: 5px;}
#timesale .dpinfo-list_item.-jr .btn_title:before { content: "\e570";}
#timesale .dpinfo-list_item.-air .btn_title:before { content: "\e539";}
#timesale .dpinfo-list_item a:hover { opacity: .6;}


/* クーポンカセットPC */
.sec-coupon .c-coupon__item +  .c-coupon__item { margin-top: 1.6667em; }
.sec-coupon .c-sec__sub { margin: 0 -4%; padding: 2em 7%; }
.sec-coupon .c-filter__head span { font-size: 1.1786em; }
.sec-coupon dl { margin: 0 -4%; }
.sec-coupon .c-coupon__data--bottom { flex-wrap: wrap; padding: 1em; }
.sec-coupon .c-coupon__data--bottom .c-price { width: 100%; }
.sec-coupon .c-coupon__data--bottom .c-code { justify-content: space-between; margin-top: 1em; width: 100%; }
.sec-coupon .c-coupon__data--bottom .c-code p { white-space: nowrap; width: calc(50% - .25em); }
.sec-coupon .c-coupon__data--bottom p { text-align: center; }
.sec-coupon .c-coupon__data--bottom p .txt { display: block; margin-bottom: .25em; }
.sec-coupon .c-coupon__data--bottom p .label { width: 100%; }
.sec-coupon .c-coupon__flow li .btn { width: 100%; }
.sec-coupon .c-coupon__flow li .btn span { font-size: 1.1667em; }
.sec-coupon {font-size: 1.5em; margin-bottom: 1.5em; }

.c-sec__inner { margin: 0 auto; max-width: 1236px; width: 100%; }
.c-coupon__list { display: flex; flex-wrap: wrap; justify-content: center; margin-top:30px; }
.c-coupon__item { background-color: #fff; border-radius: .375em; box-shadow: 0 0 .375em #c7d0d4; display: flex; flex-direction: column; overflow: hidden; position: relative; }
.c-coupon__item:hover { cursor: pointer; }
.c-coupon__head { background: #ff7896 url(../images/bg-coupon-head.png) no-repeat 50% 50% / 37.5% auto; color: #fff; padding: 1em; position: relative; text-align: left; }
.c-coupon__head::after { background-image: linear-gradient(to right, #ff7896, #ff7896 .4375em, transparent .4375em, transparent .625em); background-repeat: repeat-x; background-size: .625em .1875em; bottom: -.1875em; content: ""; display: block; height: .1875em; left: 0; position: absolute; width: 100%; }
.c-coupon__area { background-color: #fff; border-radius: 1em; color: #ff7896; display: inline-block; font-size: .875em; font-weight: bold; line-height: 2; padding: 0 1.25em; text-align: center;}
.c-coupon__price { font-size: 1.1em; text-align: center; line-height: 1.35; }
.c-coupon__price em { font-size: 2em; }
.c-coupon__bottom { display: flex; flex: 1 0 auto; flex-direction: column; padding: 1.125em; text-align: left; }
.c-coupon__title { font-size: 1em; line-height: 1.4; margin-bottom: 15px; font-weight: 500; text-align: left;}
.c-coupon__term { font-size: .8125em; }
.c-coupon__tags { margin-top: .5em; }
.c-coupon__tags span { border-radius: 1em; display: inline-block; font-size: .8125em; line-height: 2; margin-top: .5em; padding: 0 1.25em; }
.c-coupon__tags span + span { margin-left: .5em; }
.c-coupon__tags .type .hotel { background-color: #ffd6d6; }
.c-coupon__tags .type .tour { background-color: #c1f2f9; }
.c-coupon__tags .option span { background-color: #eceff1; }
.c-coupon__list .no-resuslts { color: #ff7896; font-size: 1.25em; font-weight: 500; padding: 2em 0; width: 100%; }
.c-coupon__item { margin: .625em 0; width: calc(calc(100% - 6.00em) / 5); margin-right:10px;}

/* 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; }*/
}

#jtbonly .jtbonly-ly-btn-column {
  text-align: left;
}
#jtbonly .jtbonly-ly-btn-column li {
  list-style: none;
}


/* クーポン表示制御  */
.dept-select .c-coupon__item{
	position: relative;
}

.dept-select .c-coupon__item.-hide{
	display: none;
}

/* ブラックフライデー -------------------------- */
.pamphlet_main{display:flex;flex-direction:column-reverse;margin-top:16px;padding:16px;border-radius:24px;background:#def9ff}.pamphlet_mainBd{margin-top:24px}.pamphlet_mainTtl{text-align:center;line-height:1.3;color:var(--page-main-font);font-size:1.6rem;font-weight:700}.pamphlet_mainTtl_br{display:inline-block;font-weight:700}.pamphlet_mainTxt{margin-top:16px}.pamphlet_mainBt{margin:16px auto 0;width:100%;max-width:500px}.pamphlet_mainBt a{flex-direction:column;line-height:1.3}.pamphlet_mainBt a span{font-weight:700}.pamphlet_mainBt01{font-size:1.2rem}.pamphlet_mainImg{position:relative;z-index:0;margin:0 auto;width:200px}.pamphlet_mainImg a{position:relative;display:block}.pamphlet_mainImg a::before{position:absolute;left:8px;top:8px;content:"";z-index:-1;width:100%;height:100%;background:#fff973;transform:rotate(2deg)}.pamphlet_mainImg figure{position:relative;transform:rotate(-4deg)}.pamphlet_cassettes{margin:24px -16px 0;padding:8px 16px!important}.pamphlet_cassette_wp{position:relative;display:flex;flex-direction:column;height:100%}.pamphlet_cassette_img{order:-1;margin:0 auto;max-width:200px;box-shadow:0 0 6px rgb(0 0 0 / 20%)}.pamphlet_cassette_txt{margin-top:8px;font-weight:500}.mlb{margin-right:8px;font-style:italic;font-weight:500}.pamphlet_contorlScrollbar{display:block}.recommendPamphlet_contorl{display:flex;justify-content:space-between;align-items:center;margin:16px auto 0;width:100%;max-width:1280px}.pamphlet_contorlArrow{background:var(--page-main-font)}.recommendPamphlet_contorl .swiper-button-next{order:1}
/* MV   ֈړ  20250916 -------------------------- */
@media print,screen and (max-width:959px) {
#pamphlet_main .pamphlet_mainImg{width: 130px;}
#pamphlet_main .pamphlet_main{flex-direction: column;}
}
@media print,screen and (min-width:960px) {
#pamphlet_main .pamphlet_main {flex-direction: row;}
}
/*  SEIPER
============================================================================= */
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#555}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:auto!important;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button{margin-top:16px}.swiper-button-next,.swiper-button-prev{width:calc(var(--swiper-navigation-size));height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;border-radius:50vw;background:var(--mv-font1);transition:opacity .2s ease-out}@media print,screen and (min-width:960px){.swiper-button-next:hover,.swiper-button-prev:hover{opacity:.6}}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-pagination{text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{margin-top:16px;border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;width:100%}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);width:100%;height:100%}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/_ovs_assets/images/ajax-loader.gif) center center no-repeat}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:65px;display:block;width:50px;height:50px;padding:0;cursor:pointer;color:transparent;border:none;outline:none;z-index:2;background:none}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:'kkrs-dp';font-size:3rem;line-height:1;opacity:.75;color:#555;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\e902'}.slick-prev{left:-50px;-webkit-transform:rotateZ(-180deg);transform:rotateZ(-180deg)}.slick-next{right:-50px;-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg)}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-size:1rem;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'●';font-family:Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-dots>li:first-child:last-child{display:none}

/*   C A E g    */
.sectHd{position:relative;display:flex;justify-content:center;align-items:center;padding-bottom:50px;text-align:center}.sectHd::after{position:absolute;left:50%;bottom:0;transform:translateX(-50%);content:"";display:inline-block;width:250px;height:6px; background-image: radial-gradient(circle, var(--page-main-font) 3px, transparent 3px); background-position: left bottom; background-repeat: repeat-x; background-size: 12px 6px}.sectTtl{margin-top:8px;text-align:center;line-height:1.3;color:var(--page-main-font);font-size:2.2rem;font-weight:700}.sectTtl_top{font-weight:700}.sectTtl_br{display:block;font-weight:700}.sectTtl_imgL,.sectTtl_imgR{width:45px}.sectTtl_imgL{order:-1;margin-right:8px}.sectTtl_imgR{margin-left:8px}@media screen and (max-width:960px){.sectTtl_top{font-size:1.8rem}}@media print,screen and (min-width:960px){.sectHd{margin:0}.sectTtl{font-size:22px;letter-spacing:.1em}.sectTtl_imgL,.sectTtl_imgR{width:90px}.sectTtl_imgL{margin-right:24px}.sectTtl_imgR{margin-left:24px}.sectTtl_br{display:inline}}
@media print,screen and (max-width:959px){.recommendPamphlet_contorl .pamphlet_contorlArrow,.recommendPamphlet_contorl .pamphlet_contorlPagination{display:none}}@media print,screen and (min-width:960px){.pamphlet{overflow:hidden}.pamphlet_main{flex-direction:row-reverse;margin-top:60px;padding:40px 80px;border-radius:40px}.pamphlet_mainBd{flex:1;display:flex;flex-direction:column}.pamphlet_mainTtl{font-size:20px}.pamphlet_mainTxt{margin-top:24px;font-size:16px;line-height:2}.pamphlet_mainBt{margin:50px auto 0}.pamphlet_mainBt01{font-size:1.4rem}.pamphlet_mainBt02{font-size:1.8rem}.pamphlet_mainImg{margin-top:-80px;width:250px}.pamphlet_cassettes{margin:40px 0 0;padding:8px 0!important}.pamphlet_cassette{padding:0 8px}.pamphlet_cassette_txt{margin-top:16px}.recommendPamphlet_contorl{justify-content:center}.pamphlet_contorlPagination{margin:0 24px}.pamphlet_contorlScrollbar{display:none}}
.bt-type01{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;min-height:60px;color:#767100 !important;line-height:1.3;font-weight:700;border-radius:8px;border:solid 1px #767100;background:#fcff38}.bt-type01 .m-ico{position:absolute;right:0;top:50%;transform:translateY(-50%);margin-left:8px;font-size:2.5rem;transition:transform .2s ease-out}.bt-type01_br{font-weight:700}@media print,screen and (min-width:960px){.bt-type01 a:hover{opacity:.6}.bt-type01 .m-ico{right:8px}}

@media print,screen and (max-width:959px){.sectHd{display: unset;}}
.bt-type02 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    min-height: 60px;
    line-height: 1.3;
    color: #3498db!important;
    font-weight: 700;
    border-radius: 2px;
    border: solid 3.5px #52c8ff;
    background: #fff
}

.bt-type02 .m-ico {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 8px;
    font-size: 2.5rem;
    transition: transform .2s ease-out
}

.bt-type02_br {
    font-weight: 700
}

@media print,screen and (min-width: 960px) {
    .bt-type02 {
        flex-direction:row
    }

    .bt-type02 a:hover {
        opacity: .6
    }

    .bt-type02 .m-ico {
        right: 8px
    }
}

/* MORE BT -------------------------- */
.moreBt {
    margin-top: 16px;
}

.moreBt a {
    font-size: 1.6rem;
}

.moreBt .m-ico {
    font-size: 3rem;
}

@media print,screen and (min-width: 960px) {
    .moreBt {
        margin:32px auto 0;
        width: 100%;
        max-width: 500px;
    }

    .moreBt a {
        font-size: 1.8rem;
    }
}



/* デフォルトはPC（改行なし） */
.sp_br {
    display: inline;
}

/* SPだけ改行 */
@media screen and (max-width: 959px) {
    .sp_br {
        display: block;
    }
}

/*  福春バナー
============================================================================= */
#timesale .plan-item {
    background-color: #EAA7AE;
}
#timesale .timesale-date {
    color: #B8212A;
}
#timesale .btn_link a {
    color: #B8212A;
}