@charset "utf-8";
/* CSS Document */
:root{
	--font-mincho: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	--content-color-brown: #ad9347;
	--content-color-navy: #002e73;
	--bg-color-grey: #f2f2f2;
}

.breadcrumb {
	max-width: 100%;
}
.contents {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #222;
	background-color: #fff;
	-webkit-text-size-adjust: none;/*ios safari対策*/
	
	& a {
		text-decoration: none;
		color: inherit;
		&:hover {
			opacity: 0.8;
			transition: all 0.6s ease;
		}
	}
	& .inner {
		width: 992px;
		margin: 0 auto;
	}
	& img {
		max-width: 100%;
		vertical-align: bottom;
	}
}

/*------------------------------------------------
	ビジネスクラスガイド
--------------------------------------------------*/
#guide {
	width: 100%;
	background-color: #fff;
	padding: 80px 0;
	font-family: 'Noto Sans JP', sans-serif;
	& .inner {
		width: 992px;
		margin: 0 auto;
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		align-items: center;
	}
	& .ph {
		width: 50%;
		padding: 0 7%;
		& span {
			display: block;
			font-size: 12px;
			text-align: center;
			margin-top: 10px;
		}
		& img {
			width: 100%;
		}
	}
	& .text-wrap {
		width: 50%;
		padding: 0 2%;
		text-align: center;
		& .title {
			font-family: var(--font-mincho);
			font-size: 32px;
			font-weight: bold;
			letter-spacing: 0.1em;
			margin-bottom: 30px;
			& span {
				display: block;
				font-size: 12px;
			}
		}
		& .text {
			font-size: 15px;
			margin-bottom: 25px;
		}
		& .btn a {
			display: block;
			font-size: 16px;
			padding: 13px;
			border: solid 1px #222;
			position: relative;
			&:hover {
				background-color: #fef9e4;;
			}
			&::after {
				content: "";
				background: url(/cmn/icon/icon_arrow_right_black.svg) no-repeat center center / contain;
				width: 25px;
				height: 25px;
				position: absolute;
				top: 0;
				right: 2%;
				bottom: 0;
				margin: auto;
			}
		}
	}
}

/*------------------------------------------------
	検索
--------------------------------------------------*/
#search{
	width:100%;
	padding: 80px 0;
	background-color: var(--bg-color-grey);
}
/*------------------------------------------------
	関西用　商品CSS調整
--------------------------------------------------*/
.is-sp .media-price, .is-sp .media .priceText, .is-pc .media .tour_gross, .product__list--minmax {
  color: #e90000;
  font-weight: bold;
}
.product__list--point:empty {
    display: none;
}
.product__list--dep span[id*="dep_"]::after{
  content: "出発"
}
.product__list--dep span[id*="dep_"]:empty::after{
  display: none;
}
/*------------------------------------
 ipad safariのフォント調整
-------------------------------------*/
.product__list--item {
	-webkit-text-size-adjust: none;
}
/*------------------------------------
 商品空のとき
-------------------------------------*/
.product__list--item:empty {
  display:none;
}
/*------------------------------------
FIT特典部分調整
-------------------------------------*/
.is-air .product__list--tokuten,
.is-airhotel .product__list--tokuten {
    border-top:none;
    margin: 10px 10px 0;
}
.is-air .product__list--tokuten--item,
.is-airhotel .product__list--tokuten--item {
    border-top: 1px dashed;
    padding-top: 5px;
}
.is-air .product__list--tokuten--item:empty,
.is-airhotel .product__list--tokuten--item:empty {
    display: none;
}
.product__list--tokuten:has(.product__list--tokuten--item:empty) {
	display: none;
}