@charset "utf-8";

/* 共通
============================================================================= */
@media screen and (max-width: 999px) {
	.sect{
		padding-top: 40px;
	}
	.sp-none{
		display: none;
	}
}
@media screen and (min-width: 1000px){
	.sect{
		padding-top: 80px;
	}
	.pc-none{
		display: none;
	}
}

/* MV
============================================================================= */
.mv{
	position: relative;
	padding-bottom: 24px;
    height: 100%;
    min-height: 768px;
    background-size: cover;
}
.mv-wrap{
	margin: 0 10px;
}
.mv-ttl{
	display: inline-block;
	margin-top: 16px;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	text-shadow: 0 2px 6px rgb(0 0 0 / 36%)
}
.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{
	}
	.mv-wrap{
		margin: 0 auto;
		max-width: 1280px;
		width: 100%;
	}
	.mv-ttl{
		display: inline-block;
		margin-top: 24px;
		color: #fff;
		font-size: 3.2rem;
	}
}

/* Search
============================================================================= */
.search{
	margin-top: 16px;
	border-radius: 4px;
	background-color: rgba(255,255,255,.95);
}
.search-tab{
	box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
}
.search-tablist{
	display: flex;
}
.search-tablist_item{
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 7px 5px;
	min-height: 57px;
	width: calc(100% / 2);
	text-align: center;
	color: #989BA1;
	font-size: 1.6rem;
	font-weight: bold;
	transition: color .3s;
}
.search-tablist_item:after{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 3px;
	content: "";
	transform: translateX(-50%);
	background: linear-gradient(135deg, #CC0000 0%, #EC64A9 100%);;
	transition: width .3s;
}
.search-tablist_item.is-active:after{
	width: 80%;
}
.search-tablist_item.is-active{
	color: #D94F5D;
}
.search-body{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 24px 8px;
}
@media screen and (max-width: 999px) {
	.search-body{
		overflow: hidden;
	}
	.search-tablist_item.-st{
		display: none;
	}
	.search-tablist_item .m-ico{
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	.search{
		margin-top: 24px;
	}
	.search-tablist_item{
		flex-direction: row;
		padding: 7px 5px 3px;
		width: calc(100% / 3);
		font-size: 2.1rem;
	}
	.search-tablist_item:hover{
		color: #D94F5D;
	}
	.search-tablist_item:hover:after{
		width: 80%;
	}
	.search-tablist_item .m-ico{
		font-size: 150%;
	}
	.search-body{
		display: none;
		padding: 26px 24px;
	}
}

/* 検索 DP */
.search-body.-dp *, .search-body.-dp input, .search-body.-dp button, .search-body.-dp select, .search-body.-dp textarea{
	font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,HelveticaNeue,Arial,Verdana,游ゴシック体,YuGothic,游ゴシック Medium,Yu Gothic Medium,游ゴシック,Yu Gothic,Meiryo,sans-serif;
}
.search-body.-dp .c-btn{
	display: block;
}

/* お気に入り一覧 */
.search-favorite{
	margin-top: 20px;
	text-align: center;
}
.search-favorite .m-ico{
	margin-left: 0;
}
@media screen and (max-width: 999px) {
	.search-favorite{
		font-size: 1.4rem;
	}
	.search-footbox_link{
		font-size: 1.4rem;
	}
}

/* 検索パネル下 */
.search-foot{
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
	border-top: solid 1px #BCBDC2;
}
.search-footbox dt{
	font-size: 1.8rem;
	font-weight: bold;
}
.search-footbox dd{
	margin-top: 5px;
}
.search-footbox_logo{
	margin: 0 auto;
	width: 190px;
}

.search-footbox_link{
	text-align: center;
}
.search-footbox_link .m-ico{
	margin-right: 0;
}

/* 検索 新旅物語 */
.search-brand-cas{
	margin-top: -10px;
}
.search-brand-cas_item{
	margin-top: 10px;
}
.search-brand-cas_item a,.search_look_jtb_nolink{
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 10px 15px;
	height: 100%;
	border-radius: 8px;
	background: #E4E5E7;
	transition: opacity 0.2s ease;
}
.search-brand-cas_item .m-ico{
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -.5em;
}
.search-brand-cas_ttl{
	text-align: center;
	font-size: 1.2rem;
}
.search-brand-cas_txt{
	margin: 5px 10px 0 0;
	font-size: 1.4rem;
}
.search-brand-cas_logo{
	order: -1;
	text-align: center;
	height: 30px;
}
.search-brand-cas_logo img,
.search-brand-cas_logo svg{
	width: auto;
	max-height: 100%;
}

@media screen and (min-width: 1000px) {
	.search-brand-cas{
		display: flex;
		flex-wrap: wrap;
		margin: -20px 0 0 -30px;
		padding: 50px 30px 80px;
	}
	.search-brand-cas_item{
		margin: 20px 0 0 30px;
		width: calc(100% / 4 - 30px);
	}
	.search-brand-cas_item a{
		padding: 20px;
		border-radius: 10px;
	}
	.search-brand-cas_item a:hover{
		opacity: .6;
	}
	.search-brand-cas_txt{
		margin: 10px 10px 0 0;
		font-size: 1.4rem;
	}
	.search-brand-cas_logo{
		height: 44px;
	}
}

/*  バナー
============================================================================= */
@media screen and (max-width: 999px) {
	.head-bn{
		padding-bottom: 20px;
	}
}

@media print, screen and (min-width: 1000px) {
	.head-bn{
		padding-bottom: 32px;
	}
}

/*  ページ内アンカー
============================================================================= */
.pagenav{
	width: 100%;
	box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 20%);
	background-color: #3498db;
}
.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: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;
}
.pagenavlist_item .m-ico.-arrow{
	line-height: 1;
}
.pagenavlist_item-txt{
	font-size: 1.3rem;
}
.pagenavlist_item label{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	color: #fff;
	font-weight: bold;
	transition: background-color 0.2s ease, min-height 0.5s ease;
}
@media screen and (max-width: 999px) {
	.pagenavlist{
		flex-wrap: wrap;
	}
	.pagenavlist_item:first-child:before, .pagenavlist_item:last-child:after{
		display: none;
	}
	.pagenavlist_item label{
		min-height: 60px;
		line-height: 1.3;
	}
	.pagenavlist_item label input[name="category"]{
		display: none;
	}
}
@media screen and (min-width: 1000px) {
	.pagenav-wrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.pagenavlist{
		width: 100%;
	}
	.pagenavlist_item a:hover{
		opacity: 0.7;
	}
	.pagenavlist_item-txt em{
		display: block;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.pagenavlist_item label{
		min-height: 90px;
		padding-bottom: 5px;
		line-height: 1.5;
	}
	.fixed .pagenav.-scroll .pagenavlist_item label{
		min-height: 70px;
	}
}

/* おすすめエリア
============================================================================= */
@media screen and (max-width: 999px) {
	.recarea-list_item.-alrepagelist{
		width: 100%;
		text-align: center;
	}
}
.recarea-allbt{
	cursor: pointer;
	padding: 10px 30px;
	background: #ddd;
	transition: opacity 0.2s ease;
}
.recarea-allbt .m-ico{
	color: #D94F5D;
}
.recarea-list{
	display: flex;
	flex-wrap: wrap;
	margin: -5px 0 0 -5px;
}
.recarea-list_item{
	margin: 5px 0 0 5px;
	width: calc(100% / 2 - 5px);
}
.recarea-list_item a{
	position: relative;
	display: block;
}
.recarea-list_item a:before{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	transition: background-color 0.2s ease;
}
.recarea-list_item a:hover:before{
	background-color: rgba(0,0,0,0.50);
}
.recarea-list_txt{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.recarea-list_txt p{
	width: 127px;
	text-align: center;
	color: #fff;
	line-height: 26px;
	font-weight: bold;
	border-radius: 50vw;
	background-color: rgba(0,0,0,0.50);
	transition: background-color 0.2s ease;
}

@media screen and (min-width: 1000px) {
	.sect.-recarea .ttl{
		display: flex;
		align-items: center;
		min-height: 50px;
	}
	.recarea-allbt{
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		padding: 10px 30px;
		background: #ddd;
		transition: opacity 0.2s ease;
	}
	.recarea-allbt:hover{
		opacity: .6;
	}
	.recarea-allbt .m-ico{
		color: #D94F5D;
	}
	.recarea-list{
		display: flex;
		flex-wrap: wrap;
		margin: -5px 0 0 -5px;
	}
	.recarea-list_item{
		margin: 5px 0 0 5px;
		width: calc(100% / 3 - 5px);
	}
	.recarea-list_item a{
		position: relative;
		display: block;
	}
	.recarea-list_item a:before{
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: '';
		display: block;
		transition: background-color 0.2s ease;
	}
	.recarea-list_item a:hover:before{
		background-color: rgba(0,0,0,0.50);
	}
	.recarea-list_txt{
		position: absolute;
		left: 0;
		top: 0;
		z-index: 3;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	.recarea-list_txt p{
		width: 180px;
		text-align: center;
		color: #fff;
		line-height: 40px;
		font-weight: bold;
		border-radius: 50vw;
		background-color: rgba(0,0,0,0.50);
		transition: background-color 0.2s ease;
	}
	.recarea-list_item a:hover .recarea-list_txt p{
		background-color: transparent;
	}
}

/* エリア一覧 */
.areapagelist_area a{
	display: flex;
	justify-content: space-between;
	padding: 15px 10px;
	transition: color 0.2s ease;
}
.areapagelist_city a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: color 0.2s ease;
}
.areapagelist_area .m-ico,
.areapagelist_city-list-item .m-ico{
	margin-right: 0;
}	

@media screen and (max-width: 999px) {
	.areapagelist-body{
		padding: 20px 10px;
	}
	.areapagelist_row:last-of-type{
		border-bottom: 1px solid #BCBDC2; 
	}
	.areapagelist_area{
	    border-top: 1px solid #BCBDC2;
	}
	.areapagelist_area.js-spAccodion a{
		pointer-events: none;
		align-items: center;
	}
	.areapagelist_area.js-spAccodion .m-ico{
		transform: rotate(90deg) scale(1.3);
	}
	.areapagelist_area.js-spAccodion.is-active .m-ico{
		transform: rotate(270deg) scale(1.3);
	}
	.areapagelist_city-list{
		display: flex;
		flex-wrap: wrap;
		border-top: solid 1px #eee;
	}	
	.areapagelist_city-list-item{
		width: 50%;
	}
	.areapagelist_city-list-item a{
		padding: 12px;
		height: 100%;
		box-sizing: border-box;
	}
	.areapagelist_city-list-item:not(:last-child) a{
		border-bottom: solid 1px #eee;
	}
	.areapagelist_city-list-item:nth-child(2n+1):nth-last-child(2) a{
		border-bottom: none;
	}
	.areapagelist_city-list-item:nth-child(odd) a{
		border-right: solid 1px #eee;
	}
}

@media screen and (min-width: 1000px) {
	.areapagelist-body{
		display: flex;
		margin-left: -30px;
	}
	.areapagelist_row{
		margin-left: 30px;
		width: calc(100% / 4);
	}
	.areapagelist_area:not(:first-of-type){
		margin-top: 20px;
	}
	.areapagelist_area a{
		padding: 10px;
		font-weight: bold;
		border-radius: 5px;
		background: #eee;
	}
	.areapagelist_city{
		margin: 10px 10px 0;
	}
	.areapagelist_city-list-item{
		margin-top: 5px;
	}
	.areapagelist_city-list-item.-arealink{
		display: none;
	}
	.areapagelist_area a:hover,
	.areapagelist_city a:hover{
		color: #3498db;
	}
}

/* おすすめツアー
============================================================================= */
.daptchenge{
	width: 150px;
}
.tour-cas{
	margin-top: 0;
}
.tour-cas_item{
    position: relative;
	margin-top: 10px;
    background: #fff;
    box-shadow: 0 0 0.5em rgb(0 0 0 / 20%);
}
.tour-cas_item a{
	display: flex;
	flex-direction: column;
	padding: 15px;
	height: 100%;
	transition: opacity 0.2s ease;
}
.tour-cas_wrap{
	display: flex;
	flex-wrap: wrap;
}
.tour-cas_photo{
	order: -1;
	margin-right: 10px;
	width: 35%;
}
.tour-cas_photo figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: calc(315 / 500 * 100%)!important;
}
.tour-cas_photo img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}
.tour-cas_ttl{
	width: calc(65% - 10px);
	font-size: 1.8rem;
	font-weight: bold;
}
.tour-cas_ttl span{
	font-weight: bold;
}
.tour-cas_ttl .logo {
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
}
.tour-cas_txt{
	margin-top: 10px;
}
.tour-cas_icon{
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0 -2px;
	width: 100%;
}
.tour-cas_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-cas_price{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: 10px;
	width: 100%;
	line-height: 1.3;
}
.tour-cas_price-num{
	color: #cc0d21;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}
.tour-cas_price-num span{
	font-size: 2.5rem;
	font-weight: bold;
}
.tour-cas_price-txt{
	padding-bottom: 5px;
	font-size: 1.3rem;
}

.tour-cas_list{
	margin-top: 10px;
}
.tour-cas_list-item{
	display: flex;
	align-items: flex-start;
	font-size: 1.3rem;
}
.tour-cas_list-item:not(:first-child){
	margin-top: 5px;
}
.tour-cas_list-item .m-ico{
	margin-left: 0;
	transform: scale(1.3);
}


.tour-cas_att{
	position: relative;
	margin-top: 15px;
	padding-left: 1.2em;
	font-size: 1.2rem;
}
.tour-cas_att:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\203B";
}

@media screen and (min-width: 1000px) {
	.daptchenge{
		width: 200px;
	}
	.tour-cas{
		display: flex;
		flex-wrap: wrap;
		margin: -20px 0 0 -20px;
	}
	.tour-cas_item{
		margin: 20px 0 0 20px;
		width: calc(100% / 3 - 20px);
	}
	.tour-cas_item a{
		flex-direction: column;
		padding: 0 0 20px;
		height: 100%;
	}
	.tour-cas_item a:hover{
		opacity: .6;
	}
	.tour-cas_wrap{
		flex: 1;
	}
	.tour-cas_photo{
		margin: 0;
		width: 100%;
	}
	.tour-cas_ttl{
		margin: 15px 20px 0;
		width: inherit;
	}
	.tour-cas_icon{
		position: absolute;
		left: 0;
		top: 8px;
		z-index: 1;
		margin: -5px 0 0 -3px;
		padding: 0 8px;
	}
	.tour-cas_icon li{
		margin: 5px 0 0 3px;
		padding: 3px 10px;
		font-size: 1.4rem;
	}
	.tour-cas_price{
		margin: 0 20px;
	}
	.tour-cas_txt{
		margin: 10px 20px 0;
	}
	
	.tour-cas_list{
		margin: 10px 20px 0;
	}
	.tour-cas_att{
		margin: 20px 20px 0;
	}

}


/* おすすめモデルプラン
============================================================================= */
.modelplan-cas{
	margin-top: 0;
}
.modelplan-cas_item{
    position: relative;
	margin-top: 10px;
    background: #fff;
    box-shadow: 0 0 0.5em rgb(0 0 0 / 20%);
}
.modelplan-cas_item a{
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
	height: 100%;
	transition: opacity 0.2s ease;
}
.modelplan-cas_photo{
	order: -1;
	margin-right: 10px;
	width: 35%;
}
.modelplan-cas_photo figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: calc(375 / 500 * 100%)!important;
}
.modelplan-cas_photo img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}
.modelplan-cas_ttl{
	width: calc(65% - 10px);
	font-size: 1.8rem;
	font-weight: bold;
}
.modelplan-cas_area{
	margin-top: 10px;
	font-size: 1.4rem;
}
.modelplan-cas_area .m-ico{
	margin-left: 0;
}
.modelplan-cas_taglist{
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0 0 -5px;
}
.modelplan-cas_taglist-item{
	margin: 5px 0 0 3px;
	padding: 8px 10px;
	line-height: 1;
	font-size: 1.4rem;
	border-radius: 50vw;
	background-color: #eaf0f7;
}
.modelplan-cas_taglist-item:before{
	content: "#";
	margin-right: 5px;
}

@media screen and (min-width: 1000px) {
	.modelplan-cas{
		display: flex;
		flex-wrap: wrap;
		margin: -20px 0 0 -20px;
	}
	.modelplan-cas_item{
		margin: 20px 0 0 20px;
		width: calc(100% / 3 - 20px);
	}
	.modelplan-cas_item a{
		flex-direction: column;
		padding: 0 0 20px;
		height: 100%;
	}
	.modelplan-cas_item a:hover{
		opacity: .6;
	}
	.modelplan-cas_photo{
		margin: 0;
		width: 100%;
	}
	.modelplan-cas_ttl{
		margin: 15px 20px 0;
		width: inherit;
	}
	.modelplan-cas_area{
		margin: 10px 20px 0;
	}

	.modelplan-cas_taglist{
		margin: 5px 20px 0 15px;
	}
	.modelplan-cas_taglist-item{
		padding: 10px 15px;
	}
}

/*  キャンペーン
============================================================================= */
.cpn-cas{
	display: flex;
	flex-wrap: wrap;
	margin: -20px 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;
}
@media screen and (max-width: 999px) {
	.cpn-cas_txt{display: none;}
	
}
@media screen and (min-width: 1000px) {
	.cpn-cas{
		margin: -30px 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;
	}
}


/*  ツアーブランド
============================================================================= */
.sect.-brand{
	display: none;
}

@media screen and (min-width: 1000px) {
	.sect.-brand{
		display: block;
	}
	.brand-cas{
		display: flex;
		flex-wrap: wrap;
		margin: -20px 0 0 -30px;
	}
	.brand-cas_item{
		margin: 20px 0 0 30px;
		width: calc(100% / 4 - 30px);
	}
	.brand-cas_item a, .look_jtb_nolink{
		display: block;
		position: relative;
		padding: 20px 40px 20px 20px;
		height: 100%;
		font-size: 1.4rem;
		background: #E4E5E7;
		transition: opacity 0.2s ease;
	}
	.brand-cas_item a:hover{
		opacity: .6;
	}
	.brand-cas_item .m-ico{
		position: absolute;
		right: 2px;
		top: 50%;
		margin-top: -.5em;
	}
	.brand-cas_ttl{
		height: 44px;
		text-align: center;
	}
	.brand-cas_ttl img,
	.brand-cas_ttl svg{
		width: auto;
		max-height: 100%;
	}
	.brand-cas_txt{
		margin-top: 10px;
	}
	
}

/* 添乗員同行ツアー202211 */
#escort{
	font-family: Helvetica, Arial, Verdana,"メイリオ", Meiryo, "ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.escortothers{
	margin: 55px auto 0;
	width: 910px;
}
.escortothers-copy{
	font-size: 14px;
	font-weight: bold;
}
.escortothers-copy br{
	display: none;
}
.escortothers-point{
	margin-top: 30px;
}
.escortothers-point_list{
	display: flex;
	justify-content: center;
	margin-left: -20px;
}
.escortothers-point_item{
	display: flex;
	align-items: center;
	margin-left: 20px;
	padding: 15px 20px;
	width: 400px;
	border-radius: 5px;
	background: #f5f5f5;
}
.escortothers-point_item .m-ico{
	margin-right: 15px;
	font-size: 35px;
	color: #CC0000;
	line-height: 1;
}
.escortothers-point_item p{
	font-size: 14px;
	font-weight: bold;
}
.escort-date{
	text-align: right;
	font-size: 13px;
}
#pickup_tour .escort-wrap{
	margin: 30px auto 0;
	width: 910px;
}
.escort-cas{
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0 -10px;
}
.escort-cas_item{ 
	margin-left: 10px;
	width: calc(100% / 3 - 10px);
}
.escort-cas_item a{
	display: flex;
	flex-direction: column;
	padding-bottom: 10px;
	height: 100%;
	color: #323743!important;
	font-size: 14px;
	text-decoration: none!important;
	background: #f5f5f5;
	box-shadow: 0 0 0.2em rgb(0 0 0 / 20%);
}
.escort-cas_item-photo{
	order: -2;
}
.escort-cas_item-photo figure{
	margin: 0;
	position: relative;
	padding-top: calc(2.5 / 4 * 100%)!important;
	width: 100%;
	height: 0;
}
.escort-cas_item-photo img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    vertical-align: bottom;
}
.escort-cas_item-ttl{
	margin: 10px 10px 0;
	color: #1A5178;
	font-size: 16px;
	font-weight: bold;
}

.escort-cas_item-ttl .logo{
	display:inline-flex;
	align-items:center;
	margin-right:5px;
	}

.escort-cas_item-icolist{
	order: -1;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 10px 0 5px;
}
.escort-cas_item-icoitem{
	margin: 5px 0 0 5px;
	padding: 5px 10px;
	line-height: 1;
	font-size: 14px;
	border: solid transparent 1px;
}

.escort-cas_item-icoitem.-dept{
	border-radius: 50vw;
	background: #C6EDFF;
}
.escort-cas_item-icoitem.-es{
	border: solid 1px #ccc;
	background: #fff;
}
.escort-cas_item-icoitem.-icon{
	border: solid 1px #ccc;
	background: #fff;
}

.escort-cas_item-txt{
	margin: 10px 10px 0;
}
.escort-cas_item-num{
	margin: 15px 10px 0;
}
.escort-cas_item-price{
	margin: 0 10px;
	color: #CC0000;
	font-weight: bold;
}
.escort-cas_item-price span{
	font-size: 25px;
	font-weight: bold;
}

.escort-cas_item-list{
	margin: 10px 10px 0;
}
.escort-cas_item-item{
	display: flex;
	align-items: flex-start;
	margin-top: 8px;
}
.escort-cas_item-item .m-ico{
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.escort-cas_item-item .fs{
	font-size: 12px;
}

@media screen and (max-width: 999px) {
.escort-cas{
	display: unset;
	margin:0;
}
.escort-cas_item{ 
	position: relative;
	margin-top:10px;
	background: #fff;
	box-shadow: 0 0 0.5em rgb(0 0 0 / 20%);
	margin-left: 5px;
	width: calc(100% / 1 - 10px);
}


}


.page-subttl {
    font-weight: bold;
    margin-top:20px;
    color: #0094D7;
}
/* =============================================================================
    注目情報 
============================================================================= */
.spot-sect{
padding: 20px 0;
background: #f3fafd;
}
.spot-sect .page-title-h2{
/* display: inline-block;*/
text-align: center;
position: center;
padding: 0 20px 8px;
font-size: 1.8rem;
font-weight: bold;
}
.page-title-h2__wrap{
padding: 20px 15px;
background: #fff;
}

.page-title-h2__wrap {
margin: 0 auto;
padding: 20px 30px 10px;
max-width: 1000px;
}


.news__list--new{
background: #fff;
}

.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: #3498DB;
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: #3498DB;
}
	
.news_none {
  display: none
}

@media screen and (min-width: 760px) {
.spot-sect{
padding: 20px 0;
background: #f3fafd;
}
.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;
}
}

/* =============================================================================
  20251007 クルーズ・エスコートCMSが無い時(SPK/NGO/FUK発)の余白をゼロにする
============================================================================= */
.last {
    font-family: Meiryo;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 2px 10px 9px;
    text-align: right;
    bottom: 118px;
}
.ttl-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}

#cruise.sect,#esc.sect{padding-top: 0;padding: 0 0;}
#cruise .deptchange-TYO,#esc .deptchange-TYO,
#cruise .deptchange-OSA,#esc .deptchange-OSA
{padding-top: 80px;}

/* =============================================================================
  20251201 人気のキーワード
============================================================================= */
.keywordWp{margin-top:16px}
.keyword_list{display:flex;flex-wrap:wrap;justify-content:left;margin:-8px 0 0 -4px;padding: 0 5px;}
.keyword_item{margin:8px 0 0 4px}
.keyword_item a{display:block;padding:4px 8px;border-radius:50vw;border:solid 1px #00b4ff;background:#fff;transition:background .3s}
.keyword_item a:before{content:"#";margin-right:4px;color:#00b4ff}

@media print,screen and (min-width:760px){
.keywordWp{margin-bottom: -50px;}
.keyword_list{margin:-24px 0 0 -24px}
.keyword_item{margin:24px 0 0 24px}
.keyword_item a{padding:16px 24px}
.keyword_item a:hover{background:#fffad1}
}
