@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: 3.5vw;
	line-height: 1.5;
	color: #222;
	background-color: #fff;
	
	& a {
		text-decoration: none;
		color: inherit;
	}
	& .inner {
		width: 95vw;
		margin: 0 auto;
	}
	& img {
		max-width: 100%;
		vertical-align: bottom;
	}
}

/*------------------------------------------------
	ビジネスクラスガイド
--------------------------------------------------*/
#guide {
	width: 100%;
	background-color: #fff;
	padding: 10vw 0;
	font-family: 'Noto Sans JP', sans-serif;
	& .inner {
		width: 95vw;
		margin: 0 auto;
		position: relative;
		padding-bottom: 18vw;
	}
	& .ph {
		padding: 0 18vw;
		& span {
			display: block;
			font-size: 2.8vw;
			text-align: center;
			margin-top: 1vw;
		}
		& img {
			width: 100%;
		}
	}
	& .text-wrap {
		text-align: center;
		& .title {
			font-family: var(--font-mincho);
			font-size: 6.5vw;
			letter-spacing: 0.1em;
			margin-bottom: 5vw;
			& span {
				display: block;
				font-size: 2.8vw;
			}
		}
		& .text {
			font-size: 3.3vw;
			margin-bottom: 5vw;
		}
		& .btn {
			position: absolute;
			bottom: 0;
			right: 0;
			left: 0;
			width: 70vw;
			margin: 0 auto;
			& a {
				display: block;
				font-size: 3.8vw;
				padding: 3vw;
				border: solid 1px #222;
				position: relative;
				&::after {
					content: "";
					background: url(/cmn/icon/icon_arrow_right_black.svg) no-repeat center center / contain;
					width: 5vw;
					height: 5vw;
					position: absolute;
					top: 0;
					right: 1vw;
					bottom: 0;
					margin: auto;
				}
			}
		}
	}
}
/*------------------------------------------------
	検索
--------------------------------------------------*/
#search{
	width:100%;
	padding: 10vw 0 13vw;
	background-color: var(--bg-color-grey);
	& .inner {
		width: initial;
	}
}
/*------------------------------------------------
	関西用　商品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;
}
/*------------------------------------
 商品空のとき
-------------------------------------*/
.product__list--item:empty {
  display:none;
}
/*------------------------------------
FIT特典部分調整
-------------------------------------*/
.is-air .product__list--tokuten,
.is-airhotel .product__list--tokuten {
    border-top:none;
}
.is-air .product__list--tokuten--item,
.is-airhotel .product__list--tokuten--item {
    border-top: calc(1vw / 7.5) dashed;
    padding-top: 2vw;
}
.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;
}