@charset "utf-8";

/*  タイトル
============================================================================= */
/* メインタイトル */
.ttl-main:before{
	padding-top: calc(140 / 359 * 40%);
	background: url("/gakusei/kokunai/_images/ttl_img01.png") center / 100% auto no-repeat;
}
.ttl-main:after{
	padding-top: calc(140 / 372 * 40%);
	background: url("/gakusei/kokunai/_images/ttl_img02.png") center / 100% auto no-repeat;
}
.ttl-main em{
	color: #F04986;
}
@media screen and (min-width: 760px){
	.ttl-main:before{
		width: 359px;
		height: 140px;
	}
	.ttl-main:after{
		width: 372px;
		height: 140px;
	}
}


/*  ボタン
============================================================================= */
.fbtn a{
	color: #F04986;
}

/*  キービジュアル
============================================================================= */
.mv, .mv-inner, .mv-img{
	height: 300px;
}
.mv{
	position: relative;
}
.mv-cont{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.mv-cont .inner{
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mv-img{
	z-index: -1;
	width: 100%;
}
.mv-img.js-Slide-MV{
	opacity: 0;
}
.mv-img.slick-initialized{
	opacity: 1;
}

.mv-img_item{
	position: relative;
	overflow: hidden;
	height: 100%;
}
.mv-img_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    vertical-align: bottom;
	transform: scale(1.05);
	image-rendering: -webkit-optimize-contrast;
}
.mv-img_item.slick-active img{
	animation: mvimg 6s linear 0s;
}
.mv-img_caption{
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: 1;
    padding: 0 5px;
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: right;
    text-shadow: 0 0 0.2em rgb(0 0 0 / 80%);
}

@media screen and (min-width: 760px) {
	.mv-img_caption{
		right: 0;
		top: 5px;
	}
    .mv-cont .inner {
        max-width: 1450px!important;
    }
}
.mv-box{
	margin-top: 20px;
	width: 100%;
}

@media print, screen and (max-width: 759px) {
	.mv-ttl{
		overflow: hidden;
		position: relative;
		margin: 0 auto;
		width: 90%;
		padding: 30px 20px;
		border-radius: 10px;
		background: url("/gakusei/kokunai/_images/mv_bg.png") repeat;

	}
	.mv-ttl:before, .mv-ttl:after{
		position: absolute;
		bottom: 0;
		content: "";
		display: inline-block;
	}
	.mv-ttl:before{
		left: 0;
		width: 40%;
		height: 0;
		padding-top: calc(97 / 266 * 40%);
		background: url("/gakusei/kokunai/_images/mv_img01.png") center / 100% auto no-repeat;
	}
	.mv-ttl:after{
		right: 0;
		width: 40%;
		height: 0;
		padding-top: calc(97 / 263 * 40%);
		background: url("/gakusei/kokunai/_images/mv_img02.png") center / 100% auto no-repeat;
	}
}
.mv-ttl_txt{
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
	line-height: 1.1;
	font-size: 2.6rem;
	font-weight: bold;
	text-shadow: 0 0 10px rgb(209 50 103 / 100%);
}
.mv-ttl span{
	font-size: 2.0rem;
	font-weight: bold;
}
.mv-bt{
	margin-top: 15px;
	padding-top: 10px;
	text-align: center;
	border-top: dashed 1px #c8f6fc;
}
.mv-bt a{
	color: #fff;
	font-size: 1.3rem;
}
.mv-bt .m-ico{
	margin-left: 5px;
}
@media screen and (max-width: 759px) {
	.mv-bt{
		margin-top: 6px;
	    padding-top: 5px;
	}
}
@media screen and (min-width: 760px) {
	.mv, .mv-inner, .mv-img{
		height: 500px;
	}
	.mv-box{
		margin-top: 0;
	}
	.mv-ttl_txt{
		overflow: hidden;
		margin: 0 auto 30px;
		width: 100%;
		max-width: 880px;
		padding: 40px 20px;
		letter-spacing: .2em;
		font-size: 6.0rem;
		border-radius: 10px;
		background: url("/gakusei/kokunai/_images/mv_bg.png") repeat;

	}
	.mv-ttl span{
		font-size: 3.0rem;
		letter-spacing: .1em;
	}
	.mv-ttl_txt:before, .mv-ttl_txt:after{
		position: absolute;
		bottom: 0;
		content: "";
		display: inline-block;
	}
	.mv-ttl_txt:before{
		left: 0;
		width: 266px;
		height: 97px;
		background: url("/gakusei/kokunai/_images/mv_img01.png") center / 100% auto no-repeat;
	}
	.mv-ttl_txt:after{
		right: 0;
		width: 263px;
		height: 97px;
		background: url("/gakusei/kokunai/_images/mv_img02.png") center / 100% auto no-repeat;
	}
	.mv-bt{
        position: absolute;
        border-top: none;
        right: 0;
	}
	.bt-top{
        bottom: 115px;
	}
	.mv-bt a{
		display: inline-block;
		padding: 10px 20px 10px 30px;
		color: #000;
		font-size: 2.0rem;
		border-radius: 50vw;
		background: #fff;
		transition: background-color 0.4s ease;
		
	}
	.mv-bt a:hover{
		opacity: 1;
		background-color: #ebfdff;
	}
}

@keyframes mvimg{
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.05);
	}
}


/*  pagenav
============================================================================= */
.pagenav{
	width: 100%;
	transition: background .3s ease-in-out;
}
.pagenav-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pagenavlist{
	display: flex;
	width: calc(100% + 10px);
}
.pagenavlist_item{
	position: relative;
	width: 100%;
	cursor: pointer;
}
.pagenavlist_item a{
	pointer-events: none;
	display: flex;
	flex-flow: column;
	height: 100%;
	padding: 5px 5px 0;
	text-align: center;
	color: #F04986;
	font-weight: bold;
	border: solid 2px #F04986;
	background-color: #fff;
	transition: background-color 0.4s ease;
}
.pagenavlist_item-box{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 1.4rem;
}
.pagenavlist_item-txt{
	line-height: 1.3;
	font-weight: bold;
}
.pagenavlist_item-txt span,
.pagenavlist_item-txt em{
	font-weight: bold;
}
.pagenavlist_item a > .m-ico{
	align-self: center;
	font-size: 2.5rem;
	line-height: 1;
}
.pagenavlist_item .m-ico.-search{
	position: relative;
	top: 2px;
	margin-right: 5px;
	font-size: 2.5rem;
	line-height: 1;
}
.fixed .pagenav{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}
.fixed .pagenavlist_item a{
	color: #fff;
	background-color: #F04986;
}
@media screen and (max-width: 759px) {
	.pagenav{
		padding: 1px;
		background: #F04986;
	}	
	.pagenav .inner{
		padding: 0;
	}
	.pagenavlist_item-txt{
        font-size: 1rem;
    }
	.pagenavlist_item-txt span{
		display: none;
	}
	.pagenavlist_item a > .m-ico{
		margin: -3px 0;
	}
	.fixed .pagenavlist_item:not(:first-child):before{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		content: "";
		display: inline-block;
		width: 1px;
		height: 60%;
		background: #fcbfd3;
	}
}
@media screen and (min-width: 760px) {
	.pagenav{
		margin-top: -30px;
	}
	.pagenavlist{
		margin-left: -10px;
	}
	.pagenavlist_item{
		margin-left: 10px;
		width: calc(100% - 10px);
	}
	.pagenavlist_item a{
		padding: 10px 10px 0;
		min-height: 107px;
		border-radius: 8px;
	}
	.pagenavlist_item:hover a{
		opacity: 1;
		background: #fff4f8;
	}
	.pagenavlist_item-box{
		font-size: 1.6rem;
	}
	.pagenavlist_item-txt em{
		display: inline-block;
		padding: 10px 0;
		font-size: 2.0rem;
	}
	.pagenavlist_item .m-ico.-search{
		font-size: 3.5rem;
	}
	.fixed .pagenav{
		margin-top: 0;
		width: 100%;
		background: #F04986;
	}
	.fixed .pagenavlist_item{
		margin-left: 0;
		width: 100%;
		border-radius: 0;
	}
	.fixed .pagenavlist_item a{
		min-height: 70px;
	}
	.fixed .pagenavlist_item:not(:first-child):before{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		content: "";
		display: inline-block;
		width: 1px;
		height: 60%;
		background: #fcbfd3;
	}
	
	.fixed .pagenavlist_item a{
		padding: 5px;
		color: #fff;
		border-radius: 0;
		background-color: #F04986;
	}
	.fixed .pagenavlist_item:hover a{
		background-color: #f594b7;
	}
	
	.fixed .pagenavlist_item-txt em{
		padding: 0;
		font-size: 1.6rem;
	}
}



/*  注目情報
============================================================================= */
.information{
	margin-top: 20px;
}
.information .page-title-h2{
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	text-align: left;
}

.spot-sect{
	padding: 0;
}
.news {
	margin-top: 10px;
	max-width: 128rem;
}
.news__list > dt {
	border-top: 1px dashed #d9d9d9;
}
.news__list > dt a{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0 7px 45px;
	color: #323743;
	text-decoration: none;
}
@media screen and (max-width: 759px){
	.news__list > dt a{
		font-size: 1.4rem;
	}
}

.news__list > dt a::after {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family:'Material Icons Round';
	content: "\e5cc";
	color: #F04986;
	font-size: 2.5rem;
	line-height: 1;
}
.news__list > dt.news__list--new a::before {
	position: absolute;
	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: #F04986;
}
.news_none {
  display: none
}

.news__list--new > div{
	display: block!important;
}

@media screen and (min-width: 760px) {
	.information{
		margin-top: 50px;
	}
	.news{
		margin: 15px auto 0;
	}
	.news__list > dt {
		border-top: none;
		border-bottom: 1px dashed #d9d9d9;
	}
	.news__list > dt:first-of-type {
		border-top: 1px dashed #d9d9d9;
	}
	.news__list > dt a{
		padding: 10px 10px 7px 75px;
	}
	.news__list > dt a:hover{
		opacity: .6;
	}
}

/*  コストから選ぶ
============================================================================= */
.-cost .dept_kokunai_SPK, .-cost .dept_kokunai_SDJ, .-cost .dept_kokunai_KIJ, .-cost .dept_kokunai_NGO,
.-cost .dept_kokunai_HKJ, .-cost .dept_kokunai_OSA, .-cost .dept_kokunai_HIJ, .-cost .dept_kokunai_FUK{
	display: none;
}
.-cost .page-title-h2{
	order: -1;
	margin-top: 16px;
	text-align: center;
}
.-cost .inner > div.dept_kokunai_TYO{
	display: flex;
	flex-direction: column;
}

.-cost .recommend .inner{
	padding: 0;
}
.recommend-cassette{
	order: -1;
	margin-top: 10px;
}
.recommend-cassette_item{
	margin-top: 24px;
}
.recommend-cassette_item a{
	position: relative;
	display: block;
	padding: 10px;
	border-radius: 20px;
    background: #fff;
	text-align: center;
	border: solid 1px #777;
    border-right: solid 3px #777;
    border-bottom: solid 3px #777;
	transition: opacity .2s;
}

.recommend-cassette_ttl{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.4rem;
}
.plan__item-detail-icon li.icon-air:before {
    content: "\e918";
}
.plan__item-detail-icon li.icon-jr:before {
    content: "\e969";
}
.plan__item-detail-icon li:before {
    position: absolute;
    left: 10px;
    top: 53%;
    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;
}
.plan__item-detail-icon{
    order: 2;
    margin-top: 5px;
}
.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;
    color: black;
}
.recommend-cassette_item:nth-child(-n+3) .plan__item-detail-icon li { background: #ffdfc8; }
.recommend-cassette_item:nth-child(n+4) .plan__item-detail-icon li { background: #c4e9ee; }

.recommend-cassette_ttl-area{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-top: 16px;
	width: 100%;
	font-size: 2.4rem;
	font-weight: bold;
}
.recommend-cassette_item .recommend-cassette_ttl-area:before{ font-family:'Material Icons Round'; line-height: 1; margin-right: 8px; font-weight: normal; }
.recommend-cassette_item:nth-child(-n+3) .recommend-cassette_ttl-area:before { content: "\e570"; color: #EEA976; }
.recommend-cassette_item:nth-child(n+4) .recommend-cassette_ttl-area:before { content: "\e539"; color: #00AEC3; }


.recommend-cassette_nightday{
	margin-left: 16px;
	font-size: 1.6rem;
	font-weight: normal;
}
.recommend-cassette_price{
	margin-top: 8px;
	text-align: center;
	color: #FF001A;
	font-weight: bold;
	border-top: dashed 1px #ccc;
}

.recommend-cassette_priceNum{
	font-size: 3.2rem;
	font-weight: bold;
}
.recommend-cassette_arrow{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 8px;
	font-size: 2.4rem;
}
.recommend-cassette_price-sub{
	vertical-align: middle;
}
.recommend-cassette_conditions{
	margin-top: 8px;
	text-align: left;
	font-size: 1.2rem;
}

.recommend-kome{
	margin-top: 24px;
	display: flex;
	font-size: 1.2rem;
}
.recommend-kome:before{
	content: "※";
	margin-right: .2em;
	width: 1em;
}
.recommend-komelist{
	margin-top: 16px;
	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-cassette{
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 0 -32px;
	}
	.recommend-cassette_item{
		margin: 40px 0 0 32px;
		width: calc(100% / 3 - 32px);
	}
	.recommend-cassette_item a{
		padding: 24px 16px 16px;
	}
	.recommend-cassette_item a:hover{
		color: #323743;
		opacity: .6;
	}
	.recommend-kome_item:before{
		top: -3px;
	}
	.recommend-cassette_ttl-area{
		font-size: 3.2rem;
	}
	.recommend-cassette_nightday{
		font-size: 2.0rem;
	}
}



.lccwrap{
	margin-top: 20px;
}
.lccwrap a{
	display: flex;
	flex-direction: column-reverse;
	padding-bottom: 24px;
	border: solid 1px #BCBDC2;
	border-radius: 8px;
	transition: opacity .3s;
	overflow: hidden;
}
.lccbody{
	margin: 16px 24px 0;
}
.lccdl dt{
	font-size: 1.8rem;
	font-weight: bold;
}
.lccdl dd{
	margin-top: 16px;
}
.lccbt, .lccbt_catalog {
	position: relative;
	margin-left: auto;
	margin-top: 16px;
	padding: 10px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	border: solid 1px #000;
	border-radius: 50vw;
	background: #fff;
}
.lccbt:before, .lccbt_catalog:before {
	position: absolute;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50vw;
    background: #323743;
    border: solid 1px #000;
}
.lccbt span{
	font-weight: bold;
}
.lccwrap .lccbt .m-ico{
	transition: all .3s;
}

@media screen and (min-width: 760px) {
	.lccwrap{
		margin: 30px auto 0;
		max-width: 1000px;
	}
	.lccwrap a{
		justify-content: space-between;
		flex-direction: row-reverse;
		padding: 30px;
	}
	.lccwrap a:hover{
		opacity: .6;
	}
	.lccbody{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin: 0 0 0 30px;
		width: calc(100% - 290px);
	}
	.lccbt{
		margin: 0 10px 0 auto;
		max-width: 350px;
	}
	.lccwrap a:hover .lccbt .m-ico{
		transform: translateX(5px);
	}
}


/*  テーマから選ぶ
============================================================================= */
@media screen and (max-width: 759px){
	.sect-sub.-onsen{
		margin-top: 30px;
	}
}


/*  キーワード
============================================================================= */
.keywords{
	background: #fff4f8;
}
.keywordsList{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px 0 0 -5px;
}
.keywordsList_item{
	margin: 10px 0 0 5px;
}
.keywordsList_item a{
	position: relative;
	display: flex;
	padding: 10px 15px;
	color: #323743;
	border-radius: 50vw;
	border: solid 1px #BCBDC2;
	background: #fff;
	overflow: hidden;
	transition: .3s;
}
.keywordsList_item a:before{
	position: relative;
	z-index: 1;
	content: "#";
	margin-right: 3px;
	color: #3498DB;
}
/*.keywordsList_item a::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #333;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .3s;
}*/
.keywordsList_txt{
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 760px){
	.keywordsList{
		margin: 30px 0 0 -10px;
	}
	.keywordsList_item{
		margin: 20px 0 0 10px;
	}
	.keywordsList_item a:hover{
		opacity: .6;
	}
	
	/*.keywordsList_item a:hover {
		color: #fff;
	}
	.keywordsList_item a:hover::after {
		transform-origin: 0% 50%;
		transform: scaleX(1);
	}*/
}


/*  キャンペーン
============================================================================= */
.sect-cpnsub{
	margin-top: 30px;
}
.cpn-ttl{
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
}
.cpn-ttl::before, .cpn-ttl::after{
	content: '';
	height: 1px;
	flex-grow: 1;
	border-top: dotted 2px #eee;
}
.cpn-ttl::before {
	margin-right: 2rem;
}
.cpn-ttl::after {
	margin-left: 2rem;
}
@media print, screen and (max-width: 759px) {
	.cpn-cas{
		margin-top: 10px;
	}
}
@media screen and (min-width: 760px){
	.sect-cpnsub{
		margin-top: 50px;
	}
}





/*  検索
============================================================================= */
.sect.-search{
	background: #fcf6f8;
}
.search-wrap{
	margin-top: 30px;
}





/*  他商材への導線
============================================================================= */
.sect.-other{
	background: #e0fcff;
}
.other-list{
	margin-top: 30px;
}
.other-list_item{
	margin-top: 10px;
}
.other-list_item a{
	position: relative;
	z-index: 1;
	display: block;
	padding: 15px 20px;
	text-align: center;
	color: #F04986;
	font-weight: bold;
	border-radius: 50vw;
	border: solid 1px #777;
	background: #fff;
	transition: opacity 0.3s ease;
}
.other-list_item a .m-ico{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3.0rem;
	line-height: 1;
}

@media screen and (min-width: 760px) {
	.other-list{
		display: flex;
		flex-wrap: wrap;
		margin: 30px 0 0 -30px;
	}
	.other-list_item{
		margin: 30px 0 0 30px;
		width: calc(100% / 3 - 30px);
	}
	.other-list_item a{
		font-size: 2.0rem;
	}
	.other-list_item a:hover{
		opacity: .6;
	}
}








/*  フッターメニュー
============================================================================= */
.sec-destination.c-sec {
	margin-top: 50px;
}
.sec-destination .c-sec__title{
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	color: #873535;
}
.sec-destination .c-sec__bottom{
	margin-top: 50px;
}
.c-inner {
	margin: 0 auto;
	max-width: 1236px;
	width: 88%;
}
.l-block .c-title span {
	color: #873535;
	font-size: 1.625em;
	font-weight: 700;
	line-height: 1;
}
.sec-destination dd{
	margin-top: 20px;
}
.sec-destination .c-list {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 759px){
	.sec-destination .c-inner {
		width: 100%;
	}
	.sec-destination .c-title {
		border-top: 1px solid #d9d9d9;
		padding: 1em 1.5em;
		position: relative;
	}
	.sec-destination .c-title::after {
		content: "\e5cf";
		display: inline-block;
		color: #ff903b;
		font-family:'Material Icons Round';
		font-size: 1.5em;
		line-height: 1;
		position: absolute;
		right: 1em;
		transition: all .5s ease;
	}
	.sec-destination .c-title a {
		pointer-events: none;
	}
	.sec-destination .c-title span {
		font-size: 1em;
	}
	.sec-destination dd {
		display: none;
	}
	.sec-destination dd .c-list {
		border-top: 1px solid #eee;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sec-destination dd .c-item {
		width: 50%;
	}
	.sec-destination dd .c-item:not(:last-child) {
		border-bottom: 1px solid #eee;
	}
	.sec-destination dd .c-item:nth-child(odd) {
		border-right: 1px solid #eee;
	}
	.sec-destination .c-list li {
		font-size: .9375em;
	}
	.sec-destination dd .c-item a {
		display: block;
		padding: 0.75em 1.5em;
	}
}
@media screen and (min-width: 760px){
	.sec-destination dd + dt {
		border-top: 1px solid #d9d9d9;
		margin-top: 1.5em;
		padding-top: 2.25em;
	}
	.sec-destination .c-list li {
		line-height: 1;
		margin: 0 0.75em 0.75em 0;
		padding: 1px 0;
	}
	.sec-destination .c-list li::after {
		color: #ccc;
		content: "/";
		padding-left: 0.75em;
	}
}



/* =============================================================================
    JS用
============================================================================= */

/*  BOXアコーディオン
============================================================================= */
.boxacc{
	position: relative;
	overflow: hidden;
}
.boxacc.is-hide:after{
	position: absolute;
	left: -5px;
	bottom: -5px;
	content: "";
	display: inline-block;
	width: calc(100% + 10px);
	height: 60px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 99%);
}
.acc_morebt{
	text-align: center;
}
.acc_morebt.is-open{
	margin-top: 10px;
}
.acc_morebttxt{
	cursor: pointer;
	display: inline-block;
    color: #323743;
    font-weight: 700;
	transition: opacity 0.2s ease;
}
@media screen and (min-width: 760px){
	.acc_morebt.is-open{
		margin-top: 30px;
	}
	.boxacc.is-hide:after{
		height: 70px;
	}
	.acc_morebt.is-open{
		margin-top: 30px;
	}
	.acc_morebttxt:hover{
		opacity: .6;
	}
}

/* サイズ指定 */
.boxacc.-information.is-hide{
	height: 220px;
}
@media screen and (min-width: 760px){
	.boxacc.-information.is-hide{
		height: 200px;
	}
}


/* カタログツアー
============================================================================= */
.c-inner { margin: 0 auto; max-width: 1236px; width: 88%; }

@media screen and (min-width: 760px){
.catalog-title{
    color: #323743; 
    font-weight: bold;
    text-decoration: underline;
    padding: 10px 15px;
    
}
.sect.feature-sect .span.feature {
    color: #fff;
    font-weight: 700;
}
}
@media screen and (max-width: 759px){
.catalog-title{
    color: #323743; 
    font-size: 1.0em;
    font-weight: 700;
    margin-top:10px;
}
}
.sec-catalog .c-sec__head::before { color: #ff903b; content: "\e80d";}
.sec-catalog .c-sec__head::before { display: block; font-family: "gwicon"; font-size: 2.3em; line-height: 1; padding-bottom: 0.125em;}
.sec-catalog .c-item { display: flex; flex-direction: column; width: calc(calc(100% - 3.75em) / 3); }
.sec-catalog .c-item .c-pic { margin-bottom: auto; text-align: end; }
.sec-catalog .c-bottom__btn .c-btn { width: calc(100% - .375em); border: solid 1px #777;}
.sec-catalog .c-btn__plan:hover { cursor: pointer; }
.sec-catalog .c-btn__plan .c-bnt__float { width: auto; }  
.sec-catalog .c-item .c-txt { display: flex; flex-direction: column; text-align: left; }
.sec-catalog .c-item .c-title { color: #873535; font-size: 1.5em; font-weight: 700; }
.c-btn__solid { background-color: #fff; }
.sec-catalog .c-item .c-title a { color: #873535; }
.sec-catalog .c-item .c-title::before { content: "\e80a"; display: inline-block; font-family: "icon"; padding-right: .5em; }
.sec-catalog .c-item p { margin-top: .5em; }
.sec-catalog .c-btn__plan { position: relative; }
.sec-catalog .c-bnt__float { background-color: rgba(0, 0, 0, .8); border-radius: .25em; bottom: 0; left: 50%; opacity: 0; padding: 1em 1.25em; position: absolute; transform: translate(-50%, 120%); transition: all .3s ease-in; visibility: hidden; z-index: 10; }
.sec-catalog .c-bnt__float::before { border: .5em solid transparent; border-bottom: .5em solid rgba(0, 0, 0, .8); content: ""; margin-left: -.5em; left: 50%; position: absolute; top: -1em; }
.sec-catalog .c-btn__plan:hover .c-bnt__float { opacity: 1; transform: translate(-50%, 105%); visibility: visible; }
.sec-catalog .c-bottom__btn { margin-top: 0.7em; margin-bottom:1.2em; }
.sec-catalog .c-bottom__btn .c-btn { height: 2.5em; }
.sec-catalog .c-bnt__float li { display: block; padding: 1px 0; text-align: left; width: auto; }

.sec-catalog .c-bnt__float li a { background-color: transparent; color: #fff; display: block; padding-right: 2em; position: relative; white-space: nowrap; }
.sec-catalog .c-bnt__float li a::after { content: '\e905'; display: inline-block; font-family:'jtb-dom' !important; font-size: .875em; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.c-btn { align-items: center; border-radius: 50vw; display: flex; justify-content: center; position: relative; }
.c-btn { align-items: center; border-radius: 50vw; display: flex; justify-content: center; position: relative; }
.c-btn span::before, .c-btn span::after { display: inline-block; font-family: "icon"; position: absolute; top: 50%; transform: translateY(-50%); }
/*.c-btn__solid span::before, .c-btn__solid span::after { color: #fff; }*/
.c-btn__solid span { color: #F04986; font-weight: 700; }
@media screen and (min-width: 760px){
.c-btn__short { margin-top: 2.2em; }
}
@media screen and (max-width: 759px){
.c-btn__short { margin-top: 2.2em; }
}
@media screen and (min-width: 760px){
.feature-sect__inner{
     position: relative;
     margin: 0 auto;
     padding: 0 5px;
     width: 100%;
     min-width: 970px;
     max-width: 1246px;
}
.feature-sect__list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px 50px 0 50px;
}
.feature-sect__list > li{
	width: calc(100% / 4 - 30px);
	margin: 20px 0 0 30px;
	border-radius: 8px;
	background: #fff;
}
.feature-sect__list a{
	position: relative;
	display: block;
	transition: 0.4s ease;
}
.feature-sect__list a:hover{
	opacity: .6;
}
.dom-featlist__image{
	text-align: center;
	max-width: 85%;
}
.feature-sect__more{
    margin-top: 30px;
    text-align: center;
}
.feature-sect__more a{
	color: #3498DB;
	transition: 0.4s ease;
    padding-right:5px;
}
.feature-sect__more a:hover{
	text-decoration: underline;
}
.feature-sect__more {
  position: relative;
  padding-left: 30px;
}
 
.feature-sect__more::after {
	font-family: 'jtb-dom' !important;
	content: "\e904";
	text-decoration: none;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	color: #3498DB;
}
}
@media screen and (max-width: 759px){
.feature-sect__inner{
	margin-top: 20px;
}
.feature-sect__list{
	display: flex;
	flex-wrap: wrap;
	margin: 10px 10px 0 0;
}
.feature-sect__list > li{
	width: calc(100% / 2 - 10px);
	margin: 10px 0 0 10px;
}
.feature-sect__list a{
	position: relative;
	display: block;
	transition: 0.4s ease;
}
.feature-sect__list img{
	vertical-align: bottom;
	max-width: 100%;
}
.feature-sect__more{
    margin-top: 20px;
    text-align: center;
}
.feature-sect__more a{
	color: #3498DB;
}
.feature-sect__more::after {
	font-family: 'jtb-dom' !important;
	content: "\e904";
	text-decoration: none;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	color: #3498DB;
}
}
/*ユニ春2024バナー追加*/    
.unibaru-sect{
	padding-top:30px;
}
.unibaru-bn {
    text-align: center;
    padding-top:10px;
}

.sp {
    display: none;
}

@media screen and (max-width:750px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/*  クーポン
============================================================================= */
.-gakuseisupport{
	margin-top: 30px;
	padding: 30px 0;
	background-color: #f3fcfa;
	background-image: linear-gradient(#e9f5f9 2px, transparent 2px), linear-gradient(to right, #e9f5f9 2px, #f5fbfd 2px);
	background-size: 4px 4px;
}
.-gakuseisupport .sect-sub{
    margin-top: 30px;
}
.-gakuseisupport .sect-sub:first-child{
    margin-top: 30px;
}
.-gakuseisupport .kome{
	justify-content: center;
	margin-top: 10px;
}

.-coupon .ttl{
	display: flex;
	align-items: center;
	font-weight: bold;
    color: rgba(0, 0, 0, 0);
	font-size: 2.2rem;
    text-shadow: 1px 2px 0 #ffb1cd;
    -webkit-text-stroke: 1px #888;
    text-stroke: 1px #888;
}
.-coupon .ttl:before, .-coupon .ttl:after{
	content: "";
	flex: 1;
	border-top: dotted 5px #ffb1cd;
}
.-coupon .ttl:before{
	margin-right: 10px;
}
.-coupon .ttl:after{
	margin-left: 10px;
}

.couponCassette{
	margin-top: 10px;
}
.couponCassette_item{
	position: relative;
	margin-top: 15px;
	display: inline-flex;
	width: calc(100% / 2 - 3px );
}
.couponCassette_item a{
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
	border: solid 1px #777;
	border-radius: 5px;
	border-right: solid 3px #777;
	border-bottom: solid 3px #777;
	background: #fff;
	transition: opacity 0.2s;
	overflow: hidden;
}
.couponCassette_head{
	position: relative;
	order: -1;
	padding: 10px;
	font-weight: bold;
	/*background: #fcebf1;*/
	background: repeating-linear-gradient(-45deg, rgba(255, 217, 230, 85%), rgba(255, 217, 230, 85%) 2px, rgba(255, 217, 230, 100%) 2px, rgba(255, 217, 230, 100%) 4px);
	border-bottom: dashed 1px #eab0c5;
}
.couponCassette_head .m-ico{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: 5px;
    transform: translateY(-50%);
	color: #facbdc;
    font-size: 8.0rem;
    font-weight: normal;
    line-height: 1;
}
	
.couponCassette_iconlist{
	position: relative;
	z-index: 1;
	display: flex;
	margin: -3px 0 0 -3px;
	flex-wrap: wrap;
}
.couponCassette_iconlist_item{
	margin: 3px 0 0 3px;
	padding: 5px 10px;
	line-height: 1;
	font-size: 1.4rem;
	border-radius: 50vw;
	background: #fff;
}
.couponCassette_txt{
	position: relative;
	z-index: 1;
	margin-top: 5px;
	font-size: 2.0rem;
	text-align: center;
}
.couponCassette_txt em{
	font-size: 3.0rem;
	font-weight: bold;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.couponCassette_ttl{
	margin: 10px 15px 0;
	font-weight: bold;
}
.couponCassette_datelist{
	margin: 10px 15px 0;
	font-size: 1.4rem;
}
.couponCassette_datelist dt{
	margin-top: 5px;
}
.couponCassette_datelist dt:after{
	content: "：";
	margin-left: 5px;
}
.couponCassette_datelist dd{
	margin-left: 1em;
}
.-coupon .fbtn{
	margin-top: 10px;
}
.-coupon .fbtn a{
	color: #f498b9;
	border-color: #f498b9;
	border-bottom-width: 3px;
	border-right-width: 3px;
}

@media screen and (min-width: 760px) {
	.-gakuseisupport{
		margin-top: 50px;
		padding: 50px 0;
	}
	.-gakuseisupport .sect-sub{
		margin-top: 50px;
	}
	.-gakuseisupport .kome{
		margin-top: 30px;
	}
	.-coupon .ttl{
		font-size: 4.0rem;
	}
	.-coupon .ttl:before{
		margin-right: 30px;
	}
	.-coupon .ttl:after{
		margin-left: 30px;
	}

	.couponCassette{
		display: flex;
		flex-wrap: wrap;
		margin: 10px 0 0 -10px;
	}
	.couponCassette_item{
		margin: 10px 0 0 10px;
		width: calc(100% / 4 - 10px);
	}
	.couponCassette_head .m-ico{
		right: inherit;
		left: 50%;
		top: 50%;
		margin-top: 10px;
		transform: translate(-50%, -50%);
		font-size: 8.0rem;
	}
	.couponCassette_item a{
		height: 100%;
	}
	.couponCassette_item a:hover{
	}
	.couponCassette_head{
		padding: 10px 15px;
	}

	.couponCassette-bt{
		padding: 15px;
	}
	.couponCassette_ttl{
		flex: 1;
		font-size: 1.8rem;
	}
	.-coupon .fbtn{
		margin-top: 10px;
	}
}


@media screen and (min-width: 760px) {
    .couponCassette{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 759px) {
    .couponCassette_txt {
        font-size: 1.3rem;
    }
    .couponCassette_txt em {
        font-size: 2rem;
    }
    .couponCassette_ttl {
        font-size: 1.3rem;
    }
    .couponCassette_datelist dt {
        font-size: 1.2rem;
    }
    .couponCassette_datelist dd {
        font-size: 1rem;
    }
    .m-ico:before {
        font-size: 85%;
    }
    .couponCassette_iconlist_item{
	    line-height: .8;
	    font-size: 0.7rem;
    }
}

/*  grid
============================================================================= */
.ly_grid{ -ms-flex-wrap:wrap; display:-webkit-box; display:-ms-flexbox; display:flex; flex-wrap:wrap;}
.ly_grid .ly_grid__item{ -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: 24px; margin-left:16px;}
.ly_grid.-recommend .ly_grid__item{ width: calc(33.33333% - 16px);}
/*  recommend
============================================================================= */
.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: 260px;
    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;
}
.APdetail-icon{
    order: 2;
}
.APdetail-icon li{
    position: relative;
    line-height: 1.3;
    display: inline;
    background-color: #EAF0F7;
    border-radius: 10px;
    padding: 6px 6px 6px 6px;
    font-size: 1.4rem;
    margin-right:5px;
}
.esplan__item-detail-icon li{
    position: relative;
    line-height: 1.3;
    display: inline;
    background-color: #EAF0F7;
    border-radius: 10px;
    padding: 6px 12px 6px 12px;
    font-size: 1.4rem;
}
.APdetail-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;
}
.APdetail-icon li.icon-air:before { content: "\e918";}
.APdetail-icon li.icon-jr:before { content: "\e969";}
.APdetail-icon li.icon-hotel:before { content: "\e934";}
.plan__item-day{
    order: 1;
    font-weight: bold;
    font-size: 2rem;
    color: #3498DB;
}
.plan__item-day:before {
    content: "\e0c8";
    display: inline-block;
    font-family: 'Material Icons Round'!important;
    padding-right: 0.5em;
}
.plan__item-subday{
    order: 1;
    font-weight: bold;
    font-size: 1.5rem;
    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.6rem;
}
.plan__item-lead{
    margin-top: 8px;
    font-size: 1.6rem;
}
.plan__item-text{
    margin-top: 25px;
    font-size: 1.4rem;
}
.plan__item-text_okinawa{
    margin-top: 12px;
    font-size: 1.4rem;
}
.area-coupon .dom-featlist{
    margin: 16px 0 0 -16px;
}

.gakutabiCassette_img{
	position: relative;
	overflow: hidden;

}
.gakutabiCassette_img figcaption{
	position: absolute;
	right: 0;
	bottom: 3px;
	padding: 0 10px;
	color: #fff;
	font-size: 1.2rem;
	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%);
}

@media screen and (max-width: 759px){
/*  grid
============================================================================= */
.ly_grid{ -ms-flex-wrap:wrap; display:-webkit-box; display:-ms-flexbox; display:flex; flex-wrap:wrap; margin-left:-16px;}
.ly_grid .ly_grid__item{ -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: 16px; margin-left:16px;}
.ly_grid.-recommend .ly_grid__item{ width: calc(100% - 16px);}

/*  recommend
============================================================================= */
.plan__item{
    -webkit-box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    box-sizing: border-box;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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: 10px;
}
.plan__item a{
    color: #323743;
}
.plan__item-area{
    display: flex;
    width: 100%;
    margin: 0;
    padding: 12px 12px 0;
    flex-direction: column-reverse;
}
.plan__item-images{
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}
.plan__item-images img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.plan__item-destination{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0;
    width: 100%;
    font-size: 1.1rem;
}
.plan__item-destination.no-images{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.2rem;
    line-height: 1.3;
    flex-direction: row;
    width: 100%;
    margin-bottom: 10px;
}
.APdetail-icon{
    margin-top: 15px;
    margin-bottom: 10px;
}
.APdetail-icon li{
    position: relative;
    display: inline;
    background-color: #EAF0F7;
    border-radius: 10px;
    padding: 6px 6px 6px 6px;
    font-size: 1.2rem;
}
.esplan__item-detail-icon{
    margin-top: 10px;
    margin-bottom: 10px;
}
.esplan__item-detail-icon li{
    position: relative;
    display: inline;
    background-color: #EAF0F7;
    border-radius: 10px;
    padding: 6px 12px 6px 12px;
    font-size: 1.2rem;]
}
.APdetail-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{
    margin-top: 12px;
}
.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;
    display: inline-block;
    font-weight: bold;
    font-size: 2rem;
    color: #3498DB;
    padding: 8px 0 5px 0;
}
.plan__item-day:before {
    content: "\e0c8";
    display: inline-block;
    font-family: 'Material Icons Round'!important;
    padding-right: 0.5em;
}
.plan__item-subday {
    order: -1;
    display: inline-block;
    font-weight: bold;
    font-size: 1.5rem;
    color: #3498DB;
}
.plan__item-destination.no-images .APdetail-icon{
    margin-top: 4px;
}
.plan__item-detail{
    margin: 6px 12px 12px;
}
.plan__item-title{
    font-size: 1.6rem;
    font-weight: bold;
}
.plan__item-lead{
    margin-top: 8px;
    font-size: 1.4rem;
}
.plan__item-text{
    margin-top: 20px;
    font-size: 1.4rem;
}
.plan__item-text_okinawa{
    margin-top: 12px;
    font-size: 1.4rem;
}
.gakutabiCassette_img{
	position: relative;
	overflow: hidden;

}
.gakutabiCassette_img figcaption{
	position: absolute;
	right: 0;
	bottom: 3px;
	padding: 0 10px;
	color: #fff;
	font-size: 1.2rem;
	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%);
}
}
.ranking_text{
	text-align:right;
	padding-top:18px;
}

/*  ツアーカセット
============================================================================= */
.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;
}
p.plan__item-note {
    text-align: center;
    margin-top: 10px;
}

@media print, screen and (min-width: 760px) {
  p.recommend-note {
    margin: 10px 40px;
  }
}

@media screen and (max-width: 759px){
  p.recommend-note {
    text-align: right;
    font-size: 1.2rem;
  }
}


/*  ランキング宿泊導線
============================================================================= */
.rankingCassette_areabtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
.areabtn {
    margin: 20px 10px;
}
.areabtn a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 15px 30px;
    text-align: center;
    font-weight: bold;
    border-radius: 50vw;
    border: solid 1px #777;
    background: #fff;
    transition: opacity 0.3s ease;
    color: #F04986;
}
.areabtn a:before {
    position: relative;
    z-index: 1;
    content: "#";
    margin-right: 3px;
    color: #3498DB;
}
.areabtn a:hover{
    opacity: .6;
}

@media print, screen and (max-width: 759px) {
   .rankingCassette_areabtn {
       justify-content: center;
   }
   .areabtn {
       margin: 5px 4px;
   }
   .areabtn a {
       padding: 15px 25px;
       font-size: 1.5rem;
   }
}

/*  出発時期から探す
============================================================================= */
.seasonList {
    display: flex;
}
.seasonList_item.-spring a {
    border-color: #ff99ac;
}
.seasonList_item.-summer a {
    border-color: #fedd00;
}
.seasonList_item.-autumn a {
    border-color: #f07206;
}
.seasonList_item.-winter a {
    border-color: #78def8;
}
.seasonList_item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    border-radius: 20px;
    border: solid 3px #000;
    background: #fff;
    transition: opacity 0.3s ease;
    font-size: 2.5rem;
}
.seasonList_item a:hover {
    opacity: .6;
}
.seasonList_item span {
    color: rgb(153, 153, 153);
    font-size: 1.2rem;
    line-height: 1.3;
}


@media print, screen and (min-width: 760px) {
    .seasonList {
        margin: 70px 0 0 -10px;
    }
    .seasonList_item {
        margin: 10px 0 0 10px;
        width: calc(100% / 4 - 10px);
    }
    .seasonList_item a {
        padding: 20px 5px;
        border-width: 4px;
    }
}

@media print, screen and (max-width: 759px) {
    .seasonList {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 45px;
    }
    .seasonList_item {
        padding: 3px;
    }
    .seasonList_item.-spring a {
        padding: 8px 15px;
    }
    .seasonList_item.-summer a {
        padding: 8px 9px;
    }
    .seasonList_item.-autumn a {
        padding: 8px 11px;
    }
    .seasonList_item.-winter a {
        padding: 8px 15px;
    }
}

/*  記事から探す
============================================================================= */
.newswp {
    margin-top: 8px;
}
.news_item {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    height: 100%;
    border-radius: 8px;
    border: solid 2.8px #873535;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}
.news_item:hover {
    opacity: .6;
}
.news_text {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 4px 8px 4px 8px;
}
.news_text h3 {
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: auto;
    height: 4em;
}
.area::before {
    font-family: 'jtb-dom';
    content: "\e938";
    padding-right: 2px;
    font-size: medium;
}


@media screen and (min-width: 760px) {
    .news-cassette {
        display: flex;
        width: 85%;
        margin: 70px auto;
    }
    .newswp {
        margin-left: 24px;
        width: calc(100% / 4 - 24px);
    }
    .news_item {
        padding: 0%;
        flex-direction: column;
        transition: all .4s ease;
        border: solid 1.8px #873535;
    }
    .news_img {
        width: 100%;
        padding: 4px;
    }
    .news_areadate {
        padding-top: 12px;
        text-align: right;
        font-size: 14px;
    }
     .newsall_link {
        padding: 30px;
        text-align: center;
    }
}

@media print, screen and (max-width: 759px) {
      .news-cassette {
        margin-top: 45px;
    }
      .news_item {
        display: flex;
        justify-content: space-between;
        padding: 8px;
    }
      .news_img {
        width: 45%;
    }
      .news_img img {
        height: 7.5em;
        object-fit: cover;
    }
      .news_text {
        width: calc(55% - 8px);
        text-align: left;
        padding-left: 4px;
    }
      .news_text h3 {
        font-size: 12px;
    }
}

/*  JTBガクタビ追加css
============================================================================= */
.gakutabiwrap{
    margin-top: 25px;
}
.gakutabiwrap .lccbt .m-ico{
    transition: all .3s;
}

.gakutabi_item {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 25px;
    border: solid 1px #BCBDC2;
    border-radius: 8px;
    transition: opacity .3s;
    overflow: hidden;
    background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* タイトルを目立たせる */
.lccdl.gakutabi dt {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 0 0 25px 0;
    padding: 15px 20px;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border-bottom: 3px solid #F04986;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* リストスタイルのリセット */
.lccdl.gakutabi {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lccdl.gakutabi li {
    list-style: none;
    list-style-type: none;
    margin: 16px 0;
    padding: 0;
}

.lccdl.gakutabi li::before {
    content: none;
}

/* 地域名のスタイリング */
.region-tag {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 18px;
    color: white;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(240, 73, 134, 0.3);
    background: #F04986;
}

.lccbt_catalog span {
    font-weight: bold;
}

.catarogimg {
    text-align: center;
}

.catarogimg img {
    width: 80%;
}

@media screen and (min-width: 760px) {
    .gakutabiwrap{
        margin: 30px auto 0;
        max-width: 1000px;
    }
    
    .gakutabi_item {
        justify-content: space-between;
        flex-direction: row-reverse;
        padding: 30px;
    }
    
    .lccdl.gakutabi {
        margin: 50px 0;
    }
    
        /* デスクトップでのタイトルをより大きく（上に移動） */
    .lccdl.gakutabi dt {
        font-size: 24px;
        padding: 15px 30px;
        margin: -50px -30px 30px -30px;
        border-radius: 8px 8px 0 0;
    }
    
    /* デスクトップでの地域名サイズ調整 */
    .region-tag {
        font-size: 16px;
        padding: 10px 15px;
    }
    
    
    .catalog a:hover, .lccbt a:hover {
        opacity: .6;
        transition: all .3s;
    }
    
    .lccbt .m-ico, .catalog .m-ico {
        transition: all .3s;
    }
    
    .catalog a:hover .m-ico {
        transform: translateX(5px);
    }
    
    .lccbt a:hover .m-ico {
        transform: translateX(5px);
    }
}

@media print, screen and (max-width: 759px) {
    .catalog {
        margin: 16px 24px 0;
    }
    
    .catarogimg {
        text-align: center;
    }
    
    .catarogimg img {
        width: 60%;
    }
    
        /* モバイルでのタイトルサイズ（上に移動） */
    .lccdl.gakutabi dt {
        font-size: 17px;
        padding: 12px 15px;
        margin: -10px -25px 20px -25px;
    }
    
    /* モバイルでの地域名サイズ調整 */
    .region-tag {
        font-size: 16px;
        padding: 8px 18px;
    }
}

/*  JTBガクタビ 地域別ボタンのスタイル調整
============================================================================= */
/* region-tag が a タグになった際のデフォルトスタイルをリセット */
a.region-tag {
    text-decoration: none; /* デフォルトの下線を削除 */
    cursor: pointer; /* カーソルをポインターに変更 */
    color: white; /* 文字色を白に設定 */
}

/* region-tag のホバーエフェクト */
a.region-tag:hover {
    opacity: 0.8; /* ホバー時に少し透明度を下げて視覚的なフィードバック */
    transform: translateY(-1px); /* 少し浮き上がるようなエフェクト */
}



/*  css調整
============================================================================= */
.page-title-h2 {
   display: none;
}
@media screen and (min-width: 760px) {
    section#recommend {
    padding: 10px 0;
    }
}
@media screen and (max-width: 759px){
    section#recommend {
       padding: 0;
    }
}
