﻿@charset "utf-8";

/*  エリアページ共通MV
============================================================================= */
.mv{
	position: relative;
	padding: 24px 0 50px;
    height: 100%;
    background-size: cover;
}
.mv-wrap{
	margin: 0 10px;
}
.mv-ttl{
	margin-left: .1em;
	letter-spacing: .1em;
	color: #fff;
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	text-shadow: 0 2px 6px rgb(0 0 0 / 80%);
}
.mv-txt{
	margin: 20px 10px 0;
	color: #fff;
	text-shadow: 0 2px 6px rgb(0 0 0 / 80%);
}
@media print, screen and (max-width: 999px) {
	.mv-txt{
		font-size: 1.4rem;
	}
}
.mv-ttl_name{
	display: inline-block;
	margin: 0 0 5px .3em;
	font-size: 5.0rem;
	font-weight: bold;
	letter-spacing: .3em;
}
.mv-img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.search-mv{
	width: 100%;
	height: 100%;
}
.mv-img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    vertical-align: bottom;
}
.mv-caption{
	position: absolute;
	right: 0;
	bottom: 5px;
	z-index: 1;
	padding: 0 5px;
	width: 100%;
	color: #fff;
	font-size: 1.2rem;
	text-align: right;
	line-height: 1.3;
	text-shadow: 0 0 0.2em rgb(0 0 0 / 80%);
}

@media screen and (min-width: 1000px) {
	.mv{
		padding-top: 0;
	}
	.mv-ttl{
		font-size: 4.0rem;
	}
	.mv-ttl_name{
		margin: 0 0 5px .3em;
		font-size: 9.6rem;
		letter-spacing: .3em;
	}
	.mv-txt{
		margin: 20px 0 0;
	}
	
	.mv-caption{
	font-size: 1.4rem;
	}
		
	/* MVテキストグレー背景 */
	.mv-txt {
		text-shadow: none;
		background: rgba(0, 0, 0, 0.3);
		padding: 5px;
	}
}

/* ぱんくず */
.mv .breadcrumbs{
    display: inline-block;
    padding: 5px 15px;
    line-height: 1.2;
    background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1000px) {
	.mv .breadcrumbs{
		margin-top: 1rem;
	}
}

/*  エリアページ共通検索パネル
============================================================================= */
.area-search{
	padding-top: 30px;
}
.area-searchtab{
	display: flex;
	margin-left: -5px;
	padding: 0 10px;
}
.area-searchtab_item{
	margin-left: 5px;
}
.area-searchtab_item-box{
	display: flex;
	align-items: center;
	padding: 5px 8px;
	height: 100%;
	min-height: 50px;
	font-weight: bold;
	border-radius: 4px 4px 0 0;
}
@media print, screen and (max-width: 759px){
	.area-searchtab_item-box{
		font-size: 1.3rem;
	}
}
@media print, screen and (min-width: 760px) and (max-width: 999px) {
	.area-searchtab_item-box{
		font-size: 1.4rem;
	}
}
.is-active .area-searchtab_item-box{
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background-color: rgba(255,255,255,.95);
}
.area-searchtab_item:not(.is-active) .area-searchtab_item-box{
	color: #fff;
	background: #999;
}


.js-tab_search .mva-search_tabitem{
	display: none;
}
.js-tab_search .area-searchtab_item .area-searchtab_item-box{
	transition: background 0.3s;
}

@media print, screen and (min-width: 1000px) {
	.area-search{
		padding-top: 50px;
	}
	.area-searchtab{
		padding: 0;
	}
	.area-searchtab_item-box{
		padding: 5px 30px;
	}
	.is-active .area-searchtab_item-box{
		border: none;
	}
	.js-tab_search .area-searchtab_item:not(.is-active) .area-searchtab_item-box{
		cursor: pointer;
	}
	.js-tab_search .area-searchtab_item:not(.is-active):hover .area-searchtab_item-box{
		background: #afafaf;
	}
	
}

/* 海外DP */
.searchtour .main-content{
	padding: 11px 20px 20px;
	border-radius: 0 4px 4px 4px;
    background-color: rgba(255,255,255,.95);
}
@media print, screen and (max-width: 999px) {
	.searchtour .main-content{
		margin-top: -1px;
		padding: 15px;
		border-radius: 0;
		border-top: solid 1px #ccc;
	}
	.-contsearch .searchtour .main-content{
		margin-top: 0;
		border-top: none;
	}
}

/* 海外添乗員同行 */
.searchescort .main-content{
	padding: 11px 20px 20px;
	border-radius: 0 4px 4px 4px;
    background-color: rgba(255,255,255,.95);
}
.searchescort .main-content *:before,.searchescort .main-content *:after{
	box-sizing: border-box;
}
.jtb__device--sp #kaigai_search_area, .jtb__device--sp #kaigai_search_escort{
	padding: 20px 10px;
}
.T-un_topTourSearch .JTB-el_input__body{
	background: #fff;
}

@media print, screen and (max-width: 999px) {
	.searchescort .main-content{
		margin-top: -1px;
		padding: 15px;
		border-radius: 0;
		border-top: solid 1px #ccc;
	}
	.-contsearch .searchescort .main-content{
		margin-top: 0;
		border-top: none;
	}
}


/* 海外航空券＋ホテル */
.searchairhtl{
	letter-spacing: 0;
}
.main-content .filter-search-bar-block{
	box-shadow: none;
}
.searchairhtl img{
	width: auto;
}
.searchairhtl .filter-search-bar-block .filter-search-bar .input-block input.input-departure,
.searchairhtl .filter-search-bar-block .filter-search-bar .input-block input.input-destination,
.searchairhtl .filter-search-bar-block .filter-search-bar .input-block input#roomInput{
	width: 100%;
}
.searchairhtl .filter-search-bar-block{
	margin: 0;
}
.searchairhtl .top-search-box{
	border-radius: 0 4px 4px 4px;
	background-color: rgba(255,255,255,.95);
}
@media print, screen and (max-width: 999px) {
	.searchairhtl .top-search-box{
		margin-top: -1px;
		border-radius: 0;
		border-top: solid 1px #ccc;
	}
}
.searchairhtl .filter-search-bar-block .filter-search-bar{
	background: none;
}
.searchairhtl .red-btn {
	background: #cd0000!important;
	border: 1px solid #9b1915!important;
	color: #ffffff!important;
	font-weight: bold;
	-webkit-transition: all ease-in-out .35s!important;
	transition: all ease-in-out .35s!important;
}
.searchairhtl .red-btn span{
	font-weight: bold;
}
.searchairhtl .default-checkbox {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.searchairhtl .custom-checkbox {
	height: 14px;
	width: 14px;
	border: 1px solid #C8C8C8;
	padding: 0 !important;
	background: #fff;
	_border-radius: 2px;
	cursor: pointer;
}
.searchairhtl .default-checkbox:hover ~ .custom-checkbox {
	border: 1px solid #C8C8C8;
}
.searchairhtl .default-checkbox:checked ~ .custom-checkbox {
	background-color: #CC0D21;
	border: 0 none !important;
	background-image: url(/kaigai_parts/a/_img/reservation/check-white.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.searchairhtl .default-checkbox:disabled ~ .custom-checkbox {
	pointer-events: none;
	border-color: #D7D7D7;
}
.room-counter-block img{
	vertical-align: middle;
}
@media screen and (max-width: 600px){
	.single.daterangepicker {
		width: 100%!important;
	}
}

/*  キービジュアル下バナー
============================================================================= */
#head_banner_wrap div { display: none; }

.head-bn{
	margin: 0;
	padding: 30px 10px;
	text-align: center;
}
.head-bn img{
	width: inherit;;
	max-width: 100%;
}
@media print, screen and (max-width: 999px) {
	.head-bn_pc{
		display: none;
	}
}

@media print, screen and (min-width: 1000px) {
	.head-bn{
		padding: 30px 0;
	}
	.head-bn_sp{
		display: none;
	}
}

/*  ページ内アンカー
============================================================================= */
.pagenav{
	width: 100%;
	box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 20%);
	background-color: #0094D7;
}
.pagenav.-scroll{
	position: sticky;
	left: 0;
	top: 0;
	z-index: 5;
}
.pagenavlist{
	display: flex;
}
.pagenavlist_item{
	position: relative;
	flex: 1;
	width: calc(100% / 4); 
}
.pagenavlist_item a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 60px;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	font-weight: bold;
	transition: background-color 0.2s ease, min-height 0.5s ease;
}
.pagenavlist_item:before, .pagenavlist_item:last-child:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	width: 1px;
	height: 60%;
	border-left: solid 1px #fff;
}
.pagenavlist_item:before{
	left: 0;
}
.pagenavlist_item:last-child:after{
	right: 0;
}
.pagenavlist_item-box{
	flex: 1;
	display: flex;
	align-items: center;
	padding-top: 5px;
}

.m-ico.-search{
	margin: 0 5px 0 0;
	font-size: 2.0rem;
}
.pagenavlist_item .m-ico.-arrow{
	line-height: 1;
}

/* 出発地 */
.daptchenge{
	display: none;
}


@media screen and (max-width: 999px) {
	.pagenavlist_item:first-child:before,
	.pagenavlist_item:last-child:after{
		display: none;
	}
	.pagenavlist_item-txt{
		font-size: 1.3rem;
	}
	.pagenavlist_item span{
		display: none;
	}
/*20240410　文言調整*/
.-lookjtbtour .pagenavlist_item-txt{display: none;}
.-lookjtbtour .pagenavlist_item-box:before{ content: " ツアー";}

}

@media screen and (min-width: 1000px) {
	.pagenav-wrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.pagenavlist{
		display: flex;
		width: calc(100% - 240px);
	}
	.pagenavlist_item a{
		min-height: 90px;
		padding-bottom: 5px;
		line-height: 1.5;
	}
	.pagenavlist_item a:hover{
		background-color: #2da4da;
	}
	.pagenavlist_item-txt{
		font-size: 1.3rem;
	}
	.pagenavlist_item-txt em{
		display: block;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.pagenavlist_item-txt em span{
		font-weight: bold;
	}
	.m-ico.-search{
		font-size: 3.0rem;
	}
	.pagenavlist_item:first-child .m-ico.-arrow:before{
		opacity: 0;
	}
	

	/* 出発地 */
	.daptchenge{
		display: block;
		width: 200px;
	}
	
	/* 追尾 */
	.fixed .pagenav.-scroll .pagenavlist_item a{
		min-height: 70px;
	}
	.fixed .pagenav.-scroll .pagenavlist_item:first-child .m-ico.-arrow:before{
		opacity: 1;
	}
}

/*  エリアページ共通
============================================================================= */
.sect{
	padding: 40px 0;
}
.sectsub{
	margin-top: 40px;
}
@media screen and (min-width: 1000px) {
	.sect{
		padding: 80px 0;
	}
	.sectsub{
		margin-top: 80px;
	}
}

.arrange .sectsub:not(:first-of-type){
	padding-top: 40px;
	border-top: solid 1px #ccc;
}
@media screen and (min-width: 1000px){
	.arrange .sectsub:not(:first-of-type){
		padding-top: 50px;
	}
}

/* 出発地 */
@media screen and (max-width: 999px) {
	.deptchange{
		border-radius: 0;
	}
}

/*  見出し
============================================================================= */
.page-ttlbox{
	display: flex;
	flex-direction: column-reverse;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.page-ttl{
	margin: 0 10px;
	padding-left: .1em;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
}
.page-ttl.-line{
	position: relative;
	padding-bottom: 20px;
}
.page-ttl span{
	position: relative;
	font-size: 2.0rem;
	font-weight: bold;
}
.page-ttltxt{
	margin: 0 10px 10px;
}
.page-ttltxt span{
	position: relative;
	display: inline-block;
	padding: 0 20px 5px;
	font-size: 1.8rem;
	font-weight: bold;
}
.page-ttl.-line:after,
.page-ttltxt span:after{
	position: absolute;
	bottom: 0;
	content: "";
	display: inline-block;
	border-radius: 50vw;
}

.page-ttl.-line:after{
	left: 50%;
	transform: translate(-50%);
	width: 100px;
	height: 4px;
}
.page-ttltxt span:after{
	left: 0;
	width: 100%;
	height: 4px;
}
.page-subttlbox{
	display: flex;
	flex-direction: column;
	flex-direction: column-reverse;
	margin-left: auto;
	width: auto;
}
.page-subttl{
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
}
.page-subttltxt{
	margin-bottom: 5px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
}
.page-subttltxt:before, .page-subttltxt:after{
	content: "－";
}
.page-subttltxt:before{
	margin-right: 5px;
}
.page-subttltxt:after{
	margin-left: 5px;
}
.page-txt{
	margin-top: 30px;
}

.sect-ttl{
	position: relative;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
}
.sect-txt{
	margin-top: 30px;
	text-align: center;
}

@media screen and (min-width: 1000px) {
	.page-ttl{
		margin: 0;
		font-size: 3.5rem;
		letter-spacing: .1em;
	}
	.page-ttl.-line:after{
		height: 6px;
	}
	.page-ttl span{
		font-size: 2.8rem;
	}
	.page-ttltxt{
		margin: 0 0 10px;
	}
	.page-ttltxt span{
		font-size: 2.2rem;
	}

	.page-subttl{
		font-size: 3.0rem;
		letter-spacing: .1em;
	}
	.page-subttltxt{
		font-size: 1.8rem;
		letter-spacing: .1em;
	}
	.page-txt{
		margin-top: 40px;
		font-size: 1.8rem;
		text-align: center;
	}
	
	.sect-ttl{
		font-size: 3.5rem;
	}
}

/*  ボタン
============================================================================= */
.fbt{
	margin: 30px auto 0;
	width: 100%;
	max-width: 500px;
}

.fbt a{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	padding: 8px 5px;
	min-height: 70px;
	text-align: center;
	color: #003B82;
	font-weight: bold;
	line-height: 1.3;
	border-radius: 50vw;
	border: solid 2px #003B82;
	background: #fff;
	transition: opacity 0.3s;
}
.fbt a:hover{
	opacity: .6;
}
.fbt_body{
	flex: 1;
}
.fbt .m-ico.-link{
	margin: 0;
	font-size: 3.0rem;
}
.fbt .m-ico.-link:before{
	transform: rotate(-90deg);
}
.fbt_flight{
	margin-top: 5px;
	color: #989BA1;
	font-size: 1.2rem;
	font-weight: bold;
}
.fbt_txt{
	font-weight: bold;
}

@media screen and (min-width: 1000px){
	.fbt{
		margin-top: 50px;
	}
	.fbt a{
		padding: 8px 20px 8px 10px;
	}
	.fbt_txt{
		font-size: 1.8rem;
	}
}


/*  商品の特徴
============================================================================= */
.about-head{
	margin: 30px auto 0;
	width: 100%;
	max-width: 1100px;
}
.about-headlist{
	display: flex;
	flex-wrap: wrap;
	margin: -5px 0 0 -5px;
}
.about-headlist_item{
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	margin: 5px 0 0 5px;
	padding: 10px;
	width: calc(100% / 2 - 5px);
	min-height: 50px;
	line-height: 1.4;
	border: solid 1px #ccc;
	background: #fff;
}
@media screen and (max-width: 999px) {
	.about-headlist_item{
		font-size: 1.4rem;
	}
	.about-headlist_item br{
		display: none;
	}
	.about-headlist.-hotel .about-headlist_item:last-child{
		width: calc(100% - 5px);
	}
}
.about-head_box{
	flex: 1;
}
.about-headlist .m-ico{
	margin-right: 10px;
	font-size: 2.0rem;
	color: #888;
}
.about-headbt{
	margin-top: 15px;
	text-align: center;
}
.about-headbt a{
	color: #003B82;
	font-weight: bold;
	transition: opacity .3s;
}
.about-headbt span{
	position: relative;
	line-height: 1;
	font-weight: bold;
}
.about-headbt span .m-ico{
	font-size: 2.6rem;
}
@media screen and (min-width: 1000px){
	.about-head{
		margin: 50px auto 0;
	}
	.about-headlist{
		flex-wrap: nowrap;
		margin: 0 0 0 -20px;
	}
	.about-headlist li{
		margin: 0 0 0 40px;
		width: 100%;
		min-height: 75px;
		border-radius: 5px;
		border: solid 1px #ccc;
	}
	.about-headlist.-ovsdp li:nth-child(-n+2){
		width: calc(45% / 2 - 40px);
	}
	.about-headlist.-ovsdp li:nth-child(n+3){
		width: calc(55% / 2 - 40px);
	}
	.about-headlist.-hotel li:nth-child(-n+2){
		width: calc(50% / 2 - 40px);
	}
	.about-headlist.-hotel li:nth-child(n+3){
		width: calc(50% - 40px);
	}
	.about-headlist li:not(:first-child):after{
		position: absolute;
		right: calc(100% + 7px);
		top: 50%;
		transform: translateY(-50%);
		content: "\e145";
		font-family: 'Material Icons Round';
		font-size: 2.6rem;
	}
	.about-headlist .m-ico{
		font-size: 2.6rem;
	}
	.about-headbt{
		margin-top: 30px;
	}
	.about-headbt a:hover{
		opacity: .6;
	}
	
}

/*  ツアーカセット
============================================================================= */
.tour-cassette{
	margin-top: 30px;
}
.tour-cassette_item{
    margin-top: 10px;
}
.tour-cassette_item a{
	position: relative;
    display: block;
	padding: 15px;
    height: 100%;
	line-height: 1.5;
    text-decoration: none!important;
    background: #fff;
    box-shadow: 0 0 0.5em rgb(0 0 0 / 20%);
	transition: opacity 0.3s;
}
.tour-cassette_item.-icon{
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 999px){
	.tour-cassette_head:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; font-size: 0; line-height: 0; } .tour-cassette_head { display:inline-block; }
}
.tour-cassette_photo{
	position: relative;
	width: 30%;
}
.tour-cassette_photo figure{
    position: relative;
	overflow: hidden;
    width: 100%;
	height: 0;
    padding-top: calc(375 / 500 * 100%)!important;
}
.-ovsdp .tour-cassette_photo figure{
    padding-top: calc(2.5 / 4 * 100%)!important;
}
.tour-cassette_photo figcaption{
    position: absolute;
    right: 0;
    bottom: 5px;
    padding: 0 5px;
    font-size: 1.2rem;
    line-height: 1.1rem;
    color: #fff;
    text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, 0px 1px 0 #333, 0-1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;
}
.tour-cassette_photo img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
    height: 100%;
    object-fit: cover;
	vertical-align: bottom;
}
.tour-cassette_name{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
}
.tour-cassette_name span{
	font-weight: bold;
}
.tour-cassette_name span.logo{
	display: inline-flex;
	align-items: center;
	height: 100%;
	margin-right: 5px;
}
.tour-cassette_name span.logo img{
	max-width: 100%;
	width: inherit;
	vertical-align: middle;
}	
.tour-cassette_txt{
	margin-top: 15px;
	width: 100%;
}
.lookjtb-cst_icon{
    display: flex;
    flex-wrap: wrap;
    margin: 12px 0 0 -2px;
	width: 100%;
}
.lookjtb-cst_icon li{
    margin: 3px 0 0 2px;
    padding: 2px 10px;
    line-height: 1.3;
	color: #fff;
	font-size: 1.2rem;
	border-radius: 50vw;
    background: #333;
}
.tour-cassette_list{
	margin-top: 15px;
	width: 100%;
}
.-ovsdp .tour-cassette_list{
	margin-top: 0;
}
@media screen and (max-width: 999px){
	.-kaigaitour .tour-cassette_list{
		margin-left: calc(35% + 10px);
	}
	.-model .tour-cassette_list{
		margin-top: 0;
	}
}
.tour-cassette_list-item{
	display: flex;
	align-items: flex-start;
	position: relative;
	font-size: 1.3rem;
}
.tour-cassette_list li:not(:first-child){
	margin-top: 5px;
}
.tour-cassette_list-item .m-ico{
	margin: -2px 5px 0 0;
    font-size: 1.7rem;
}
/*.tour-cassette_list-item.-dept:before{ content: "\e905"; }
.tour-cassette_list-item.-area:before{ content: "\e0c8"; }
.tour-cassette_list-item.-date:before{ content: "\e8df"; }
.tour-cassette_list-item.-htl:before{ content: "\ea40"; }
.tour-cassette_list-item.-air:before{ content: "\e539"; }*/

.tour-cassette_list-item .logo{
	margin-left: 5px;
}
.tour-cassette_list-item .logo img{
	max-width: 100%;
	width: inherit;
	vertical-align: middle;	
}	

.tour-cassette_list.-icon{
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}
.tour-cassette_list.-icon li{
	margin-left: 10px;
}


.tour-cassette_price{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: 10px;
	width: 100%;
	line-height: 1.3;
}
.tour-cassette_price-num{
	color: #cc0d21;
	font-weight: bold;
}
.tour-cassette_price-num span{
	font-size: 2.5rem;
	font-weight: bold;
}
.tour-cassette_price-txt{
	padding-bottom: 5px;
	font-size: 1.3rem;
}
.tour-cassette_att{
	position: relative;
	margin-top: 15px;
	padding-left: 1.2em;
	width: 100%;
	font-size: 1.2rem;
}
.tour-cassette_att:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\203B";
}
.tour-cassette_link{
	margin: 15px 0 0;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: solid 1px #003B82;
	background: #003B82;
}
@media screen and (max-width: 999px){
	.tour-cassette_photo{
		float: left;
		margin: 0 10px 10px 0;
		width: 35%;
	}
	.tour-cassette_name{
		margin-left: calc(35% + 10px);
	}
	.tour-cassette_price, .tour-cassette_txt{
		clear: both;
	}
}

@media screen and (min-width: 1000px){
	.tour-cassette{
		display: flex;
		flex-wrap: wrap;
		margin: 30px 0 0 -20px;
	}
	.tour-cassette_item{
		margin: 20px 0 0 20px;
		width: calc(100% / 3 - 20px);
	}
	.tour-cassette_item a{
		display: block;
		padding: 0 0 20px;
	}
	.tour-cassette_item a:hover{
		opacity: .6;
	}
	.tour-cassette_photo{
		width: 100%;
	}
	.tour-cassette_name{
		margin: 0 20px;
		width: auto;
		font-size: 2.0rem;
	}
	.tour-cassette_photo + .tour-cassette_name{
		margin-top: 15px;
	}
	.tour-cassette_list.-icon{
		margin-left: 10px;
	}
	.tour-cassette_txt{
		margin: 15px 20px 0;
		width: auto;
	}
	.lookjtb-cst_icon{
		position: absolute;
		left: 0;
		top: 8px;
		z-index: 1;
		margin: -5px 0 0 -3px;
		padding: 0 8px;
	}
	.lookjtb-cst_icon li{
		margin: 5px 0 0 3px;
		padding: 3px 10px;
		font-size: 1.4rem;
	}
	.tour-cassette_list{
		margin: 15px 20px 0;
		width: auto;
	}
	.tour-cassette_list-item{
		font-size: 1.4rem;
	}

	.tour-cassette_price{
		margin: 15px 20px 0;
		width: auto;
	}
	.tour-cassette_att{
		margin: 10px 20px 0;
		width: auto;
		font-size: 1.3rem;
	}
	.tour-cassette_link{
		margin: 15px 20px 0;
	}
	
}

/* 海外航空券カセット
============================================================================= */
.air-cassette{
	margin-top: 30px;
}
.air-cassette_item{
	margin-top: 20px;
}
.air-cassette_item a{
	display: block;
	overflow: hidden;
	background: #fff;
	box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
	transition: opacity 0.2s ease;
}
.air-cassette_wrap{
	display: flex;
	flex-direction: column;
	padding-bottom: 15px;
}
.air-cassette_ico{
	order: -1;
	display: flex;
	margin: 15px 15px 0 11px;
}
.air-cassette_ico li{
	margin-left: 4px;
}
.air-cassette_ico li span{
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	border-radius: 50vw;
}
.air-cassette_class .economy{
	background-color: #F0B541;
}
.air-cassette_class .business{
	background-color: #003066;
}
.air-cassette_type .flight{
	color: #323743;
	background: #eee;
}
.air-cassette_name{
	margin: 15px 10px 0;
	text-align: center;
	font-size: 1.8rem;
}
.air-cassette_name span{
	font-weight: bold;
}
.air-cassette_price{
	margin: 10px 10px 0;
	text-align: center;
	font-size: 1.4rem;
}
.air-cassette_price span{
	color: #CC0D21;
	font-weight: bold;
}
.air-cassette_price em{
	font-size: 2.8rem;
	font-weight: bold;
}
.air-cassette_price-txt{
	margin: 0 10px;
	text-align: center;
	font-size: 1.4rem;
}
.air-cassette_att{
	margin: 10px 10px 0;
	text-align: center;
	color: #999;
	font-size: 1.2rem;
}
.tour-cassette_price + .air-cassette_att{
	margin-top: 0;
}

.air-cassette_link{
	display: none;
}

@media print, screen and (min-width: 1000px) {
	.air-cassette{
		display: flex;
		margin: 30px 0 0 -20px;
	}
	.air-cassette_item{
		margin: 0 0 0 20px;
		width: calc(100% / 3 - 20px)
	}
	.air-cassette_item a:hover{
		opacity: .6;
	}
	.air-cassette_wrap{
		padding-bottom: 20px;
	}
	.air-cassette_ico{
		margin: 15px 20px 0 16px;
	}
	.air-cassette_link{
		display: block;
		margin: 15px 20px 0;
		padding: 5px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		border: solid 1px #003B82;
		background: #003B82;
	}
}

/* タブ */
.air-tabhead{
	margin-top: 20px;
}
.air-tabheadlist{
	display: flex;
	justify-content: center;
	margin-left: -5px;
}
.air-tabheadlist_item{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
	padding: 5px;
	min-height: 50px;
	border: solid 1px #003B82;
	background: #fff;
	transition: opacity 0.2s ease;
}
.air-tabheadlist_item:not(.is-active){
	cursor: pointer;
}
.air-tabheadlist_item.is-active{
	color: #fff;
	background: #003B82;
}
@media print, screen and (min-width: 1000px) {
	.air-tabhead{
		margin-top: 30px;
	}
	.air-tabheadlist{
		margin-left: -20px;
	}
	.air-tabheadlist_item{
		padding: 10px;
		min-width: 150px;
		min-height: 60px;
		margin-left: 20px;
	}
	.air-tabheadlist_item:not(.is-active):hover{
		opacity: .6;
	}
	.air-tabbody{
		margin-top: 40px;
	}
}



/* 海外ホテル・オプション
============================================================================= */
.arrange-cas{
	margin-top: 30px;
}
.arrange-cas_item{
    margin-top: 10px;
}
.arrange-cas_box{
	position: relative;
	display: block;
	padding: 15px;
    height: 100%;
	line-height: 1.5;
    background: #f5f5f5;
	box-shadow: 0 0 0.5em rgb(0 0 0 / 20%);
}
.arrange-cas_grade{
	display: inline-block;
	z-index: 1;
	margin-bottom: 5px;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	background: #0094D7;
}
.arrange-cas_photo{
	position: relative;
}
@media screen and (max-width: 999px){
	.arrange-cas_photo{
		float: left;
		margin: 0 10px 10px 0;
		width: 35%;
	}
	.arrange-cas_photo + .arrange-cas_name,
	.arrange-cas_photo + .arrange-cas_grade + .arrange-cas_name{
		margin-left: calc(35% + 10px);
	}
	.arrange-cas_price, .arrange-cas_txt, .arrange-cas_list{
		clear: both;
	}
	.-ovshtl .arrange-cas_list{
		position: absolute;
		right: 15px;
		top: 5px;
	}
}

.arrange-cas_photo figure{
    position: relative;
	overflow: hidden;
    width: 100%!important;
	height: 0;
    padding-top: calc(375 / 500 * 100%)!important;
}
/*.arrange-cas_photo figcaption{
    position: absolute;
    right: 0;
    bottom: 5px;
    padding: 0 5px;
    font-size: 1.2rem;
    line-height: 1.1rem;
    color: #fff;
    text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, 0px 1px 0 #333, 0-1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;
}*/
.arrange-cas_photo img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.arrange-cas_name{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
}
.arrange-cas_list{
	display: flex;
	flex-wrap: wrap;	
	margin-top: 10px;
}
.arrange-sect.-ovsair .arrange-cas_list.-icon{
	justify-content: center;
}
.arrange-cas_list li{
	position: relative;
	padding-left: 20px;
	font-size: 1.4rem;
}
.arrange-cas_list:not(.-icon) li:not(:first-child){
	margin-top: 5px;
}
.arrange-cas_list li:before{
	position: absolute;
    left: 0;
    top: -2px;
    font-size: 1.7rem;
    font-family: 'Material Icons Round';
}
.arrange-cas_list li.-dept:before{ content: "\e905"; }
.arrange-cas_list li.-area:before{ content: "\e0c8"; }
.arrange-cas_list li.-date:before{ content: "\e8df"; }
.arrange-cas_list li.-htl:before{ content: "\ea40"; }
.arrange-cas_list li.-air:before{ content: "\e539"; }

.arrange-cas_list.-icon{
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}
.arrange-cas_list.-icon li{
	margin-left: 10px;
}

.-ovshtl .arrange-cas_list li{
	padding: 4px 10px 4px 23px;
	line-height: 1;
	border: solid 1px #ccc;
	background: #fff;
}
.-ovshtl .arrange-cas_list li:before{
	left: 5px;
	top: 3px;
}

.arrange-cas_txt{
	margin-top: 15px;
}
.arrange-cas_price{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	margin-top: 10px;
	width: 100%;
	line-height: 1.3;
}
.arrange-sect.-ovsair .arrange-cas_price{
	align-items: center;
}
.arrange-sect.-ovsairhtl .arrange-cas_price{
	justify-content: flex-end;
}
	
.arrange-cas_price-num{
	color: #cc0d21;
	font-weight: bold;
}
.arrange-cas_price-num span{
	font-size: 2.5rem;
	font-weight: bold;
}
.arrange-cas_price-txt{
	padding-bottom: 5px;
	font-size: 1.3rem;
}
.arrange-cas_price-txt{
	font-size: 1.3rem;
}
.arrange-cas_attwrap{
	text-align: center;
}
.arrange-cas_att{
	position: relative;
	margin-top: 15px;
	padding-left: 1.2em;
	font-size: 1.2rem;
}
.arrange-cas_attwrap .arrange-cas_att{
	display: inline-block;
}
.arrange-cas_att:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\203B";
}
p.arrange-cas_link{
	display: none;
}
ul.arrange-cas_link{
	margin-top: 15px;
}
ul.arrange-cas_link li{
	margin-top: 5px;
}
ul.arrange-cas_link li a{
	display: block;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: solid 1px #003B82;
	background: #003B82;
}
.arrange-cas_feature{
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: right;
	border-bottom: solid 1px #ccc;
}
.arrange-cas_feature a{
	position: relative;
	display: inline-block;
	padding: 5px 25px 5px 15px;
	color: #003B82;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	border-radius: 50vw;
	border: solid 1px #003B82;
	background: #fff;
}
.arrange-cas_feature a:after{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Material Icons Round';
	content: "\e5cc";
	font-size: 2.6rem;
	font-weight: normal;
}


@media screen and (min-width: 1000px){
	.arrange-cas{
		display: flex;
		flex-wrap: wrap;
		margin: 50px 0 0 -20px;
		text-align: left;
	}
	.arrange-cas_item{
		margin: 20px 0 0 20px;
		width: calc(100% / 3 - 20px);
	}
	.arrange-cas_box{
		display: flex;
		flex-direction: column;
		padding: 0 0 20px;
	}
	.arrange-sect.-ovsairhtl .arrange-cas_box, .arrange-sect.-ovsair .arrange-cas_box{
		padding: 20px 0;
	}
	.arrange-cas_grade{
		position: absolute;
		left: -5px;
		top: -5px;
		padding: 8px 10px;
		font-size: 1.4rem;
	}
	.arrange-cas_name{
		display: flex;
		align-items: center;
		margin: 0 20px;
	}
	.arrange-cas_photo + .arrange-cas_name,
	.arrange-cas_grade + .arrange-cas_name{
		margin-top: 15px;
	}
	.arrange-cas_list + .arrange-cas_name{
		margin-top: 5px;
	}	
	.arrange-cas_list{
		margin: 15px 20px 0;
		width: auto;
	}
	.arrange-cas_list.-icon{
		margin-left: 10px;
	}
	.arrange-cas_txt{
		margin: 15px 20px 0;
		width: auto;
	}
	.arrange-cas_price{
		margin: 5px 20px 0;
		width: auto;
	}
	.arrange-cas_att{
		margin: 10px 20px 0;
		width: auto;
	}
	p.arrange-cas_link{
		display: block;
		margin: 15px 20px 0;
		padding: 5px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		border: solid 1px #003B82;
		background: #003B82;
	}
	ul.arrange-cas_link{
		margin: 15px 20px 0;
	}
	.arrange-cas_feature a{
		font-size: 1.3rem;
	}
}

/*  特典・サービス
============================================================================= */
.service-wrap{
	margin-top: 30px;
}
.service-item{
	margin-top: 20px;
	background: #fff;
	box-shadow: 0 0 0.2em rgb(0 0 0 / 20%);
}
.service-box{
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
	height: 100%;
}
.service-img figure{
	position: relative;
}
.service-img figcaption{
	position: absolute;
	right: 0;
	bottom: 3px;
	padding: 0 5px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.3;
	text-shadow: 0 0 0.2em rgb(0 0 0 / 80%);
}
.service-img .svgimg{
	background: #06b1a9;
	padding: 10% 20% 5%;
}
.service-dl{
	margin: 10px 20px 0;
}
.service-dl{
	flex: 1;
}
.service-dl dt{
	display: flex;
	flex-direction: column;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}
.service-dl dt span{
	position: absolute;
	left: 0;
	top: 5px;
	display: inline-block;

	box-sizing: border-box;
	padding: 0 10px;
	margin: 0;
	height: 40px;
	min-width: 230px;
	line-height: 40px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: #a00;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.service-dl dt span:before {
	position: absolute;
	content: '';
	top: 0;
	left: -7px;
	border: none;
	height: 48px;
	width: 7px;
	background: #a00;
	border-radius: 5px 0 0 5px;
}
.service-dl dt span:after {
	position: absolute;
	content: '';
	bottom: -7px;
	left: -5px;
	border: none;
	height: 7px;
	width: 5px;
	background: #800;
	border-radius: 5px 0 0 5px;
}
.service-dl dd{
	margin-top: 10px;
}
.service-link{
    margin: 30px 20px 0;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: solid 1px #003B82;
    background: #003B82;
}

@media screen and (min-width: 1000px) {
	.service-wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 30px 0 0 -20px;
	}
	.service-item{
		margin: 20px 0 0 20px;
		width: calc(100% / 3 - 20px);
	}
	/*オンマウス*/
	.service-item a:hover{opacity: .6}
	
	.service-dl dt{
		font-size: 2.0rem;
	}
}

/*  安心パック
============================================================================= */
.support-wrap{
	margin-top: 30px;
	background: #fff;
}
.support-item{
	position: relative;
	margin: 0 10px;
}
.support-item:not(:first-child){
	border-top: solid 1px #ccc;
}
.support-box{
	padding: 20px 10px 5px;
	height: 100%;
}
.support-packnum{
	display: inline-block;
	padding: 7px 10px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	background: #003B82;
}
.support-packnum span{
	font-weight: bold;
}
.support-dl dt{
	margin-top: 5px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}
.support-dl dd{
	position: relative;
	margin-top: 10px;
	padding-left: 75px;
}
.support-dl dd:before{
	position: absolute;
	left: 0;
	top: 2px;
	display: inline-block;
	content: "";
	width: 60px;
	height: 60px;
	border-radius: 10px;
}
.support-item.-heart .support-dl dd:before{ background: url("/kaigai/_images/common/support_heart.svg") center / 70% auto no-repeat #06b1a9; }
.support-item.-help .support-dl dd:before{ background: url("/kaigai/_images/common/support_help.svg") center / 70% auto no-repeat #06b1a9; }
.support-item.-omimai .support-dl dd:before{ background: url("/kaigai/_images/common/support_omimai.svg") center / 70% auto no-repeat #06b1a9; }
.support-item.-tel .support-dl dd:before{ background: url("/kaigai/_images/common/support_tel.svg") center / 70% auto no-repeat #06b1a9; }
.support-item.-talk .support-dl dd:before{ background: url("/kaigai/_images/common/support_talk.svg") center / 70% auto no-repeat #06b1a9; }
.support-item.-mail .support-dl dd:before{ background: url("/kaigai/_images/common/support_mail.png") center / 70% auto no-repeat #06b1a9; }
.support-dl span{
	font-size: 1.2rem;
}

@media screen and (min-width: 1000px) {
	.support-wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 50px 0 0;
		background: none;
	}
	.support-item{
		margin: 0;
		width: calc(100% / 3);
		border-top: none;
		border-left: solid 1px #ccc;
		background: #fff;
	}
	.support-item:not(:first-child){
		border-top: none;
	}
	.support-item:nth-child(n + 4){
		border-top: solid 1px #ccc;
	}
	.support-item:nth-child(3n + 1){
		border-left: none;
	}
	.support-packnum{
		position: absolute;
		left: 0;
		top: 0;
		padding: 10px 5px;
		border-radius: 0 0 10px 0;
	}
	.support-packnum span{
		display: block;
		text-align: center;
		font-size: 3.0rem;
	}
	.support-box{
		padding: 30px 30px 5px;
	}	
	.support-dl{
		position: relative;
		padding-top: 70px;
	}
	.support-dl dt{
		text-align: center;
		font-size: 2.0rem;
		font-weight: bold;
	}
	.support-dl dd{
		position: static;
		margin-top: 15px;
		padding-left: 0;
	}
	.support-dl dd:before{
		left: 50%;
		top: 0;
		transform: translate(-50%, 0);
	}
}



/*  観光情報
============================================================================= */
.sect.-information{
	padding-bottom: 0;
}
.sectsub.-tripideas{
	margin-top: 30px;
	padding: 0 0 50px;
	background: repeating-linear-gradient(-45deg, rgba(248, 244, 234, 50%), rgba(248, 244, 234, 50%) 2px, rgba(248, 244, 234, 100%) 2px, rgba(248, 244, 234, 100%) 4px);
}

/* map */
.tripideas-map{
	background: #daeef1;
}
.tripideas-maplist{
	position: relative;
	margin: 0 auto;
	width: 320px;
	height: 435px;
}
.tripideas-maplist_item{
    position: absolute;
    display: flex;
	align-items: center;
	padding: 5px;
	font-weight: bold;
	border-radius: 4px;
	cursor: pointer;
	line-height: 1;
	transition: opacity 0.3s;
}
.tripideas-maplist_item.-trendcity{
	padding: 7px 5px 7px 10px;
	border-radius: 5px;
	background: #fff;
}
.tripideas-maplist_item:before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50vw;
	background: #ee3a23;
}
.tripideas-maplist_item .m-ico{
	margin: 0 0 0 5px;
	font-weight: normal;
}
.tripideas-maplist_item .m-ico:before{
	border-radius: 50vw;
	background: #fff;
}
.tripideas-maplist_item.thumbnail-current{
	color: #fff;
	background: #ee3a23;
}

/* detail */
.tripideas_item{
	padding: 30px 20px;
}
.tripideas_ttl{
	display: flex;
	flex-direction: column;
	margin-left: .1em;
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: .1em;
}
.tripideas_ttl:after{
	content: "－ " attr(data-en) " －";
	margin: 5px 0 0 -.2em;
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 0;
}
.tripideas_txt{
	margin-top: 20px;
}
.tripideas_link{
	margin-top: 15px;
}
.tripideas_link a{
	color: #003B82;
	font-weight: bold;
}
.tripideas_access{
	margin-top: 20px;
	padding: 10px 15px;
	background: #f5f5f5;
}
.tripideas_access dt{
	font-weight: bold;
}

@media screen and (max-width: 959px){
	.sectsub.-tripideas .inner{
		padding: 0;
	}
	.tripideas-wrap.-nomap{
		padding-top: 20px;
	}
	.tripideas-wrap.-nomap .tripideas-body{
		margin: 0 10px;
		background: #fff;
	}
	
	/* slider */
	.tripideas-slide .slick-prev,
	.tripideas-slide .slick-next{
		margin-top: -15px;
		width: 22px;
		text-align: center;
	}
	.tripideas-slide .slick-prev:before,
	.tripideas-slide .slick-next:before{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 2.5rem;
	}
	.tripideas-slide .slick-prev{
		left: -10px;
		text-align: left;
		color: #fff;
		background: #555;
		border-radius: 0 4px 4px 0;
	}
	.tripideas-slide .slick-next{
		right: -10px;
		color: #fff;
		background: #555;
		border-radius: 4px 0 0 4px;
	}
	
	
	.tripideas-wrap:not(.-nomap) .tripideas-slide{
		display: none;
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 90%;
		max-height: calc(100% - 100px);
	}
	.tripideas-wrap:not(.-nomap) .tripideas_item.is-animation{
		opacity: 1;
	}
	.tripideas-wrap:not(.-nomap) .tripideas_item{
		display: none;
		height: 100%;
		background: #fff;
		border-radius: 3px;
		overflow-y: auto;
	}
}

@media screen and (min-width: 1000px) {
	.sectsub.-tripideas{
		margin-top: 50px;
		padding: 50px 0 80px;
	}
	.tripideas-wrap{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.tripideas-body{
		width: 100%;
	}
	.tripideas-wrap:not(.-nomap) .tripideas-body{
		width: 60%;
	}
	.tripideas-slide{
		height: 100%;
		background-color: rgba(255, 255, 255, 0.8);
	}
	
	/* slider */
	.tripideas-slide .slick-prev,
	.tripideas-slide .slick-next{
		margin-top: -15px;
		width: 30px;
	}
	.tripideas-slide .slick-prev{
		left: 20px;
		text-align: left;
	}
	.tripideas-slide .slick-next{
		right: 20px;
	}

	/* map */
	.tripideas-map{
		min-width: 478px;
		width: 40%;
	}
	.tripideas-maplist{
		width: 100%;
		height: 100%;
		min-height: 540px;
	}
	.tripideas-maplist_item:not(.thumbnail-current):hover{
		opacity: .6;
	}

	/* detail */
	.tripideas_item{
		padding: 50px 80px;
	}
	.tripideas_ttl{
		margin-left: .5em;
		font-size: 3.0rem;
		letter-spacing: .5em;
	}
	.tripideas_txt{
		margin-top: 30px;
	}
	.tripideas_ttl:after{
		margin-left: -1.0em;
	}
	
	.tripideas_access{
		margin-top: 30px;
		padding: 10px 20px;
	}
}

/* slideリセット */
.tripideas-slide .slick-prev:before, .tripideas-slide .slick-next:before{
	border: none;
}
.tripideas-slide .slick-prev:before, .tripideas-slide .slick-next:before{
	transform: rotate(0);
}
.tripideas-slide .slick-track{
	display: flex;
}
.tripideas-slide .slick-slide{
	height: auto !important;
}

/* 台湾の基本情報 */
.basicinfo{
	margin: 30px 10px 0;
}
.basicinfo-dl, .basicinfo-wrap{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.basicinfo-wrap{
	border-top: solid 1px #ccc;
}
.basicinfo-wrap_item{
	display: flex;
	width: 100%;
	border-bottom: solid 1px #ccc;
}
.basicinfo-dl dt, .basicinfo-wrap_ttl{
	width: 135px;
	font-weight: bold;
}
.basicinfo-dl dd, .basicinfo-wrap_txt{
	width: calc(100% - 135px);
}
.basicinfo-dl dt, .basicinfo-dl dd{
	border-top: solid 1px #ccc;
}
.basicinfo-wrap_ttl, .basicinfo-wrap_txt{
	padding: 20px 10px;
}
.basicinfo-dl dt:last-of-type, .basicinfo-dl dd:last-of-type{
	border-bottom: solid 1px #ccc;
}
.basicinfo-dl dd a, .basicinfo-wrap_txt a{
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	color: #003B82;
	font-weight: bold;
	line-height: 1;
}
.basicinfo-dl dd a:after, .basicinfo-wrap_txt a:after{
	margin-left: 5px;
    font-size: 2.0rem;
    font-family: 'Material Icons Round';
    content: "\e89e";
}

@media screen and (min-width: 1000px) {
	.basicinfo{
		margin: 50px 0 0;
	}
	.basicinfo-dl, .basicinfo-wrap{
		margin-top: 50px;
	}
	.basicinfo-dl dt, .basicinfo-wrap_ttl{
		width: 150px;
	}
	.basicinfo-dl dd, .basicinfo-wrap_txt{
		width: calc(100% - 150px);
	}
	.basicinfo-dl dt, .basicinfo-dl dd,
	.basicinfo-wrap_ttl, .basicinfo-wrap_txt{
		padding: 20px;
	}
	.basicinfo-dl dd.col2, .basicinfo-wrap_item.col2 .basicinfo-wrap_txt{
		width: calc(100% - 150px);
	}
	.basicinfo-wrap_item.col2{
		width: calc(100% / 2);
	}
	.basicinfo-wrap_item:not(.col2){
		position: relative;
	}
	.basicinfo-wrap_item.col2 + .basicinfo-wrap_item:not(.col2):before{
		position: absolute;
		right: 0;
		top: -1px;
		content: "";
		display: inline-block;
		width: 50%;
		border-top: solid 1px #ccc;
	}

	
	
}

/*  キャンペーン
============================================================================= */
.cpn-cas{
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0 -10px;
}
.cpn-cas_item{
	margin: 20px 0 0 10px;
	width: calc(100% / 2 - 10px);
}
.cpn-cas_item a{
	display: flex;
	flex-direction: column;
	color: #323743;
	text-decoration: none;
	transition: ease .2s;
}
.cpn-cas_img{
	order: -1;
	text-align: center;
}
.cpn-cas_ttl{
	margin-top: 5px;
	font-size: 1.2rem;
	font-weight: bold;
}
.cpn-cas_ttl span{
	font-weight: bold;
}
.cpn-cas_txt{
	font-size: 1.4rem;
}
.sect.-cpn .fbtn{
	display: none;
}
@media screen and (max-width: 999px) {
	.cpn-cas_txt{
		display: none;
	}
}
@media screen and (min-width: 1000px) {
	.cpn-cas{
		margin: 20px 0 0 -40px;
	}
	.cpn-cas_item{
		margin: 30px 0 0 40px;
		width: calc(100% / 4 - 40px);
	}
	.cpn-cas_item a:hover{
		opacity: .8;
	}
	.cpn-cas_ttl{
		margin-top: 10px;
		font-size: 1.4rem;
	}
}

/*  FAQ
============================================================================= */
.sect.-faq{
	background: #f5f5f5;
}
.faq-dl, .faq-wrap{
	margin-top: 20px;
}
.faq_ttl{
	overflow: hidden;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 5px;
	transition: all .5s ease;
}
.faq_ttl:not(:first-of-type), .faq-wrap > div:not(:first-of-type){
	border-top: solid 1px #ccc;
}
.faq_ttl span{
	display: flex;
	font-weight: bold;
}
.faq_ttl span:before{
	margin: -4px 10px 0 0;
	color: #003B82;
	content: "Q.";
	font-size: 2.6rem;
	line-height: 1;
}
.faq_ttl .m-ico{
	margin: 0 0 0 5px;
	font-size: 2.6rem;
	transition: all .5s ease;
}
.faq_ttl .m-ico:before{
	transition: all .5s ease;
}
.faq_ttl dt.is-active .m-ico:before{
	transform: rotateZ(180deg);
}
.faq_txt{
	display: none;
}
.faq_txt-box{
	display: flex;
	padding: 5px 5px 15px 5px;
}
.faq_txt-box:before{
	margin: -4px 10px 0 0;
	content: "A.";
	color: #003B82;
	font-size: 2.6rem;
	line-height: 1;
}
.faq_txt a{
	text-decoration: underline;
	transition: all .5s ease;
}

@media screen and (min-width: 1000px) {
	.faq-dl{
		margin-top: 50px;
	}
	.faq_ttl{
		padding: 20px 30px;
	}
	.faq_ttl span:before{
		margin-right: 30px;
	}
	.faq_ttl:hover{
		opacity: .6;
	}
	.faq_txt-box{
		padding: 10px 30px 20px 30px;
	}
	.faq_txt-box:before{
		margin-right: 30px;
	}
	.faq_txt-box a:hover{
		opacity: .6;
	}
}

/*  Page Foot 
============================================================================= */
.pagefoot{
	margin-top: 20px;
}
.pagefoot_sect{
	padding-bottom: 20px;
}
.pagefoot_sect:not(:first-of-type){
	border-top: dotted 1px #ccc;
}
.pagefoot_sect h2{
	padding: 20px 10px 0;
	font-size: 1.6rem;
	font-weight: bold;
}
.pagefoot-featurelist{
	display: flex;
	flex-wrap: wrap;
	margin: 10px 10px 0 0;
}
.pagefoot-featurelist li{
	margin: 10px 0 0 10px;
	width: calc(100% / 2 - 10px);
}
.pagefoot_featurelist li a{
	display: block;
	color: #323743;
	text-decoration: none;
	transition: ease .2s;
}
.pagefoot-featurelist_txt{
	margin-top: 5px;
	text-align: left;
	line-height: 1.3;
}
.pagefoot-linklist{
	display: flex;
	flex-wrap: wrap;
	margin: 10px 10px 0 -5px;
}
.pagefoot-linklist li{
	margin: 10px 0 0 15px;
	line-height: 1;
}
.pagefoot-linklist li:not(:last-child){
	padding-right: 15px;
	border-right: solid 1px #ccc;
}

@media screen and (min-width: 1000px) {
	.pagefoot{
		margin-top: 50px;
	}
	.pagefoot_sect:not(:first-of-type){
		margin-top: 30px;
		padding-top: 30px;
	}
	.pagefoot_sect h2{
		padding: 20px 0 0;
		font-size: 2.0rem;
	}
	.pagefoot-featurelist{
		margin: 0 0 0 -20px;
	}
	.pagefoot-featurelist li{
		margin: 20px 0 0 20px;
		width: calc(100% / 3 - 20px);
	}
	.pagefoot_featurelist a:hover{
		opacity: .8;
	}
	.pagefoot-linklist{
		margin-left: -15px;
	}
}

.sns{
	margin-top: 30px;
}
.sns-list{
	display: flex;
	margin-left: -10px;
}
.sns-list_item{
	margin-left: 10px;
	width: 40px;
}
.sns-list_item a{
	display: block;
}
.sns-list_item img{
	width: 100%;
	height: auto;
	max-width: none;
}
.sns-list_item .-twitter{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #55acee;
}

@media screen and (min-width: 1000px) {
	.sns{
		margin-top: 50px;
	}
}

/*  Footer Link 
============================================================================= */
.JTB-el_float__menu{
	display: none;
}
.JTB-el_float__pagetop{
	background: rgba(207,240,255,1);
}

/*  Footer Link 
============================================================================= */
.footerlink_wrap{
	margin-top: 50px;
}
.footerlink_box h2{
	padding: 10px;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	background: #555;
}
@media print, screen and (max-width: 999px) {
	.foot-sitemap{
		margin-top: 10px;
	}
	.foot-sitemap_list > li{
		border-top: dotted 1px #ccc;
		background: #f5f5f5;
	}
	.foot-sitemap_box{
		display: none;
		width: 100%;
		background: #fff;
	}
	.js-fmenuAccodion{
		position: relative;
	}
	.foot-sitemap_head a{
		display: block;
		padding: 10px;
		font-size: 1.6rem;
	}
	
	/* アコーディオン */
	.js-fmenuAccodion a{
		pointer-events: none;
	}
	.js-fmenuAccodion:before {
		position: absolute;
		right: 5px;
		top: 50%;
		transform: translateY(-50%) rotateZ(0deg);
		display: inline-block;
		font-family: 'Material Icons Round';
		content: "\e5cf";
		font-size: 2.6rem;
		transition: all .3s ease;
	}
	.js-fmenuAccodion.is-open:before{
		transform: translateY(-50%) rotateZ(180deg);
	}
	/* //アコーディオン */
	
	.foot-sitemap_list:first-of-type > li:first-child{
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}
	.foot-sitemap_list ul{
		display: flex;
		flex-wrap: wrap;
		padding: 10px 15px 20px 0;
		width: 100%;
		background: #fff;
	}
	.foot-sitemap_list ul > li{
		margin: 10px 0 0 15px;
		line-height: 1;
	}
	.foot-sitemap_list ul > li:not(:last-child){
		padding-right: 15px;
		border-right: solid 1px #ccc;
	}
	.footerlink_box + .footerlink_box{
		margin-top: 30px;
	}
}
.foot-sitemap_head a{
	display: block;
	font-weight: bold;
}
.footerlink_info-txt{
	margin-top: 10px;
	text-align: center;
}
.footerlink_info-list{
	margin-top: 10px;
}
.footerlink_info-list li{
	border-top: solid 1px #ccc;
}
.footerlink_info-list li:last-child{
	border-bottom: solid 1px #ccc;
}
.footerlink_info-list li a{
	position: relative;
	display: block;
	padding: 10px 30px 10px 10px;
}
.footerlink_info-list li a:after{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Material Icons Round';
	content: "\e5cc";
	font-size: 2.6rem;
	font-weight: normal;
}
@media screen and (min-width: 1000px) {
	.footerlink_wrap{
		display: flex;
		justify-content: space-between;
	}
	.footerlink_box.-sitemap{
		width: calc(100% - 330px);
	}
	.foot-sitemap{
		margin-top: 20px;
	}
	.foot-sitemap_list{
		display: flex;
		flex-wrap: wrap;
		margin-left: -10px;
	}
	.foot-sitemap_list > li{
		display: flex;
		flex-wrap: wrap;
		margin-left: 10px;
	}
	.foot-sitemap_head{
		margin-top: 2px;
		width: 130px;
	}
	.foot-sitemap_head a{
		display: block;
		padding: 10px;
		height: 100%;
	    line-height: 1;
		background: #f5f5f5;
	}
	.foot-sitemap_box{
		width: calc(100% - 130px);
		margin-top: 2px;
		padding: 10px 0;
	}
	.foot-sitemap_list ul{
		display: flex;
		flex-wrap: wrap;
		margin-top: -10px;
	}
		
	.foot-sitemap_list ul > li{
		position: relative;
		margin: 10px 0 0 15px;
	    line-height: 1;
	}
	.foot-sitemap_list ul > li:not(:last-child){
		padding-right: 15px;
		border-right: solid 1px #ccc;
	}
	.footerlink_box.-info{
		width: 300px;
	}
}

/* =============================================================================
    spAccodion
============================================================================= */
@media screen and (min-width: 1000px) {
	.js-spAccodion{
		/*display: none;*/
	}
}
.cas-accordion_more{
	margin-top: 20px;
	text-align: center;
}
.cas-accordion_more span{
    text-align: center;
    color: #003B82;
    font-weight: bold;
}
.cas-accordion_more.is-open{
    transform: rotate(0deg);
	transition: transform 0.3s;
}
.cas-accordion_more.is-open .m-ico{
    transform: rotate(180deg);
}

/* =============================================================================
    Slider
============================================================================= */
.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}[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-prev,.slick-next{position:absolute;top:50%;display:block;font-size:0;padding:0;cursor:pointer;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-size:3rem;line-height:1;opacity:.75;color:#3d2502;font-family:'Material Icons Round'}.slick-prev{left:-50px}.slick-next{right:-50px}.slick-prev:before{content:"\e5e0"}.slick-next:before{content:"\e5e1"}.slick-dotted.slick-slider{padding-bottom:50px}.slick-dots{position:absolute;bottom:15px;display:flex;justify-content:center;width:100%}.slick-dots li{position:relative;display:inline-block;width:10px;height:10px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:10px;height:10px;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;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}

/*20231215　モデルプラン非表示対応
#lookjtbtour .-model .fbt{display:none;}
*/

/*20240729CMSクレジット表記追加 */
span.crdt {
    position: absolute;
    right: 0;
    bottom: 5px;
    z-index: 1;
    padding: 0 5px;
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    text-align: right;
    line-height: 1.3;
    text-shadow: 0 0 0.8em rgb(0 0 0 / 80%);
}

/* =============================================================================
    注目情報 
============================================================================= */
#information{ display: none; }
#information dt{ display: none; }

#information.sect{
    background: #f3fafd;
}
#information .news-wrap{
    max-width: 1000px;
    margin: 0 auto;
    padding: 24px 24px 40px;
    background: #fff;
    border-radius: 6px;
}
#information .news-wrap h2{
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}
#information .news-wrap .news__list{
    margin-top: 8px;
}
#information .news-wrap .news__list > dt:first-of-type {
    border-top: 1px dashed #d9d9d9;
}
#information .news-wrap .news__list > dt {
    border-bottom: 1px dashed #d9d9d9;
}
#information .news-wrap .news__list > dt a{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0 8px 48px;
    color: #323743;
    text-decoration: none;
}
#information .news-wrap .news__list > dt a::after {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:'Material Icons Round';
    content: "\e5cc";
    color: #3498DB;
    font-size: 2.5rem;
    line-height: 1;
}
#information .news-wrap .news__list > dt.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: #3498DB;
}
@media screen and (max-width: 759px){
    #information .news-wrap .news__list > dt a{
        font-size: 1.4rem;
    }
}
@media screen and (min-width: 760px){
    .news__list > dt a{
        padding: 10px 10px 7px 75px;
    }
}

/*SEOページ用　背景*/
.arrange{background: rgba(242, 250, 253, 0.90);}


/*スマホ不具合　20250116追加*/
@media screen and (max-width: 759px){
/*エリアページ　OP商品導線表示*/
#fit #op p.arrange-cas_link{
		display: block;
		margin: 15px 20px 0;
		padding: 5px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		border: solid 1px #003B82;
		background: #003B82;
}

/*エリアページ　ホテル　グレードとエリア名被り修正*/
 .-ovshtl .arrange-cas_list {
        position: unset;
        max-width: 165px;
    }

.arrange-cas_list {
    display: inline-block;
    margin-top: 0;
	margin-bottom:5px;
}

}

/*20250423 クレジットスマホ表示調整*/
@media screen and (min-width: 760px){
  .sp-item { display: none; }
  
}

@media screen and (max-width: 759px){
  .pc-item { display: none; }
  .txt_s{font-size:1.2rem;}
}


/*20251008 海外ホテル「その他のホテルを検索する」CTAボタン調整*/
.btn-mt { margin-top: 20px !important; }


