@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');
/* CSS Document */
:root{
  --content-color-red: #dc0e0e;
  --content-color-orange: #ff4302;
  --content-color-yellow: #fff03b;
  --content-color-green: #258002;
  --content-color-blue: #187a80;
  --bg-color-green: #ebfae5;
  --bg-color-blue: #d4f9fa;
}
.breadcrumb {
	max-width: 100%;
}
.contents {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #222;
	
	& a {
		text-decoration: none;
		color: inherit;
		&:hover {
			opacity: 0.8;
			transition: all 0.6s ease;
		}
	}
	& .inner {
		width: 992px;
		max-width: 96%;
		margin: 0 auto;
	}
	& img {
		max-width: 100%;
		vertical-align: bottom;
	}
}
/*スマホ横の調整・tour_style_pc.cssと調整のため別名*/
.no-pc {
	display: none;
}
/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 460px;
	background: url("../img/main-bg-pc.jpg") no-repeat top center;
	
	& .inner {
		position: relative;
	}
	
	& .title {
		padding-top: 37px;
		text-align: center;
	}
}

/*発地切り替え*/
.display_selected {
	width: 130px;
	height: 62px;
	padding: 15px 0;
	background: #ff4302;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.display_selected::after {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f107";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	line-height: 1.0em;
	margin: auto;
}
.dep-select-zone {
	display: none;
	width: 130px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 62px;
	z-index: 30;
	border: 1px solid #ccc;
}
.dep-select li {
	cursor: default;
	padding: 3px 10px;
	text-align: center;
}
.dep-select li:hover, .dep-select li.selected {
	color: #fff;
	background: #ff4302;
}
.close-button{
	display: none;
}
.area00{
  display: none;
}
.area00.is-display{
  display: block;
}
/*スマホ横の調整*/
.sp .display_selected {
	width: 110px;
	font-size: 14px;
	/*right: -2%;*/
}
.sp .dep-select-zone {
	display: none;
	width: 110px;
	font-size: 14px;
}
/*------------------------------------------------
	導入
--------------------------------------------------*/
#lead {
	width: 100%;
	background: url("../img/lead-bg.jpg");
	padding: 30px 0 20px;
	
	& .inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	& .text {
		width: 610px;
		font-size: 17px;
		font-weight: 500;
		line-height: 1.6em;
		& .marker {
			background: linear-gradient(transparent 60%, var(--content-color-yellow) 0%);
		}
	}
	& .map {
		width: 350px;
	}
}

/*------------------------------------------------
	共通特典
--------------------------------------------------*/
#cpn {
	width: 100%;
	background-image: url("../img/bg-wave.png"),url("../img/bg-dot.png");
	background-repeat: no-repeat,repeat;
	background-position: bottom center,top left;
	padding: 0 0 120px 0;
}
#cpn h2 {
	background-color: #000;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	color: #fff;
	padding: 12px 0;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 40px;
	
	&:before,
	&:after {
		content: "";
		display: inline-block;
		width: 50px;
		height: 50px;
		background: url("../img/icon-star.svg") no-repeat;
		background-size: contain;
		margin: 0 15px;
		vertical-align: middle;
	}
	&:after {
		transform: scaleX(-1);
	}
}
#cpn h3 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 42px;
	line-height: 1.2em;
	font-weight: 900;
	background-image: url("../img/illust-coupon.png"),url("../img/illust-hotel.png");
	background-repeat: no-repeat,no-repeat;
	background-position: left top 30px,right top 10px;
	
	& .fuki {
		font-size: 0.8em;
	}
	& .marker {
		color: var(--content-color-orange);
		background: linear-gradient(transparent 70%, var(--content-color-yellow) 0%);
	}
}
.sp #cpn h3 {
	background: none;
}
/*ipad Air対策*/
@media screen and (width:820px) {
	 #cpn h3 {
		background: none;
	}
}
#cpn .ttn {
	width: 100%;
	border: solid 1px var(--content-color-red);
	background-color: #fff;
	text-align: center;
	margin-bottom: 20px;
	
	& h4 {
		width: 100%;
		background-color: var(--content-color-red);
		color: #fff;
		font-size: 22px;
		line-height: 1.7em;
		font-weight: 700;
	}
}
/*クーポンテーブル*/
#cpn .table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	background-color: #fff;
	
	& th,& td {
		font-size: 16px;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		padding: 5px 0;
	}
	& th {
		background-color: #fefde9;
	}
	& tr:last-child th,& tr:last-child td{
		border-bottom: 1px solid #ccc;
	}
	& th:first-child {
		border-left: none;
	}
	& tr:first-child th {
		border-top: none;
	}
	& .dpt th {
		&:nth-child(1) {width: 16%;}
		&:nth-child(2) {width: 28%;}
		&:nth-child(3) {width: 28%;}
		&:nth-child(4) {width: 28%;}
	}
}

#cpn .coupon .point {
	font-size: 26px;
	font-weight: 900;
	line-height: 1.0em;
	color: var(--content-color-red);
	
	& .person {
		display: block;
		font-weight: 700;
		font-size: 0.6em;
		line-height: 1.4em;
	}
	& .small {
		font-size: 0.8em;
	}
}
#cpn .detail {
	width: 100%;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
	padding: 10px 0;
	
	& a {
		color: #2381E4;
	}
	& a:hover {
		text-decoration: underline;
	}
}
#cpn .hotel {
	padding-bottom: 20px;
	
	& .point {
		margin-top: 20px;
		font-size: 28px;
		font-weight: 900;
		line-height: 1.3em;
		color: var(--content-color-red);
		& .sub {
			font-size: 0.7em;
			font-weight: 700;
			color: #222;
			padding-right: 10px;
		}
		& span {
			vertical-align: middle;
		}
	}
	& .note {
		font-size: 14px;
	}
}

.sp .scroll-hint-icon {
	display: none;
}
/*------------------------------------------------
	ツアーナビ
--------------------------------------------------*/
#tour-navi {
	width: 100%;
	background-color: #000;
	padding: 15px 0;
	
	& ul {
		width: 992px;
		max-width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		& li {
			margin: 0 15px;
			& a {
				display: block;
			}
		}
	}
}

/*------------------------------------------------
	ツアー
--------------------------------------------------*/
#tour #hondo {
	width: 100%;
	background-color: var(--bg-color-green);
	padding: 50px 0 35px;
	
	& .inner {
		background: url("../img/illust-food.png") no-repeat right top 95px;
	}
}
#tour #rito {
	width: 100%;
	background-color: var(--bg-color-blue);
	padding: 50px 0 35px;
	
	& .inner {
		background-image: url("../img/illust-ship.png"),url("../img/illust-hat.png");
		background-repeat: no-repeat,no-repeat;
		background-position: left 50px top 145px,right 45px top 120px;
	}
}
.sp #tour #rito .inner,
.sp #tour #hondo .inner{
	background: none;
}
/*ipad Air対策*/
@media screen and (width:820px) {
	#tour #rito .inner,
	#tour #hondo .inner {
		background: none;
	}
}
#tour h2 {
	height: 118px;
	font-size: 26px;
	line-height: 1.6em;
	color: #000;
	font-weight: 700;
	text-align: center;
	background: url("../img/tour-fukidashi-bg.png") no-repeat top center / contain;
	padding-top: 48px;
	margin-bottom: 30px;
}
#tour h3.point {
	font-size: 42px;
	line-height: 1.2em;
	font-weight: 900;
	padding: 30px 0 0 100px;
	margin-bottom: 20px;
	position: relative;
	
	& .marker {
		color: var(--content-color-orange);
		background: linear-gradient(transparent 70%, var(--content-color-yellow) 0%);
	}
	& .note {
		font-size: 16px;
		font-weight: 700;
		padding-left: 15px;
	}
	& .small {
		display: inline-block;
		font-size: 22px;
		line-height: 1.0em;
	}
	&:before {
		content: "";
		display: inline-block;
		width: 90px;
		height: 96px;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		left: 0;
		bottom: 10px;
	}
	&.no01:before {background-image: url("../img/tour-point01.png");}
	&.no02:before {background-image: url("../img/tour-point02.png");}
	
	&.rito {
		text-align: center;
		margin-bottom: 20px;
		padding: 10px 0 0 0;
	}
}
.sp #tour h3.point {
	font-size: 36px;
}
/*ipad Air対策*/
@media screen and (width:820px) {
	#tour h3.point {
		font-size: 34px;
	}
}
#tour .product {
	padding: 50px 0;
	
	& h3 {
		text-align: center;
		margin-bottom: 30px;
		font-size: 32px;
		letter-spacing: 0.02em;
		line-height: 1.6em;
		font-weight: 900;
		color: var(--content-color-yellow);
		text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
		
		&:before {
			content: "";
			display: block;
			height: 50px;
			background: url("../img/icon-tour.png") no-repeat top center;
			background-size: contain;
		}
	}
}

/*遷移ボタン/ 販売商品なし*/
#tour .outsales-txt {
    text-align: center;
    margin: 30px auto;
	
	&:empty {
		display: none
	}
}
#tour .other-link {
    width: 700px;
    margin: 30px auto 0;
	
	& a {
		display: block;
		margin: 0 auto;
		font-size: 16px;
		color: #fff;
		text-align: center;
		line-height: 50px;
		border-radius: 25px;
		position: relative;
		
		&::after {
			content: "";
			background: url(/cmn/icon/icon_arrow_right_white.svg) no-repeat center center / cover;
			width: 10px;
			height: 30px;
			position: absolute;
			top: 0;
			right: 3%;
			bottom: 0;
			margin: auto;
		}
	}
}
#tour .other-link + .other-link {
	margin-top: 15px;
}
#tour #hondo .other-link a {background-color: var(--content-color-green);}
#tour #rito .other-link a {background-color: var(--content-color-blue);}


/*------------------------------------------------
	商品部分調整・高さ揃え
--------------------------------------------------*/
.product-list.card-style > li {
	display: flex;
	flex-direction: column;
}
.product-list > li a {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.product-list.card-style > li .product-list__item {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.product-list.card-style > li .product-list__item .item-txt__wrapper {
	display: flex;
	flex-direction: column;
}
.product-list.card-style > li .product-list__item .item-photo__wrapper .item-txt__port {
	position: static;
	line-height: 1.3em;
}
.item-txt__point {
	line-height: 1.5em;
	flex-grow: 1;
}
.item-txt__price {
	margin-top: 10px;
}
.item-txt__dep, .item-txt__note {
	line-height: 1.3em;
}
.product-list.card-style > li:empty,
.product-list > li:empty {
    display: none;
}
.product-list .label__wrapper.nopc {
	display: none;
}
.product-list .label__wrapper {
	top: -1px;
}

.sp .product-list.card-style>li .item-txt__price .air_tour_code {
	font-size: 17px;
}
/*------------------------------------------------
	FIT
--------------------------------------------------*/
#fit {
	width: 100%;
	background-color: #fffde1;
	padding: 50px 0 70px;
	text-align: center;
	
	& h2 {
		font-size: 24px;
		line-height: 1.3em;
		font-weight: 700;
		margin-bottom: 20px;
		
		& span {
			color: #ed2828;
		}
	}
	& .note {
		font-size: 14px;
		text-align: left;
		margin-top: 20px;
		padding-left: 15px;
	}
} 

/*------------------------------------------------
	おすすめバナー
--------------------------------------------------*/
#recobnr {
	width: 100%;
	background-image: url("../img/bg-wave.png"),url("../img/bg-dot.png");
	background-repeat: no-repeat,repeat;
	background-position: bottom center,top left;
	padding: 50px 0 120px 0;
	
	& h2 {
		text-align: center;
		font-size: 28px;
		font-weight: 700;
		margin-bottom: 30px;
	}
	& .bnr-list {
		width: 992px;
		max-width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		gap: 0;
		
		& li {
			width: calc(88% / 6);
			margin: 0 1%;
			& img {
				width: 100%;
			}
			&:empty {
				display: none;
			}
		}
	}
	&:has(.area00.is-display ul li:nth-child(1):empty) {
		display: none;
	}
}
/*------------------------------------------------
	検索ボックス
--------------------------------------------------*/
#searchArea {
    background: url("../img/search-bg.jpg") no-repeat center center;
	background-size: cover;
    padding: 50px 0;
}

/*------------------------------------------------
	クーポンコード
--------------------------------------------------*/
.coupon-code-wrapper{
	margin: 5px auto;
	position: relative;
	}
.coupon-code-txt{
	display: block;
	font-size: 14px;
}
.coupon-code{
	max-width: 92%;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	background: #f2f2f2;
	padding: 5px 30px 5px 5px;
	cursor: pointer;
	position: relative;
}
.coupon-code::after {
	content: "";
	background: url("/cmn/icon/icon_copy.svg") no-repeat center center / cover;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 3px;
	right: 3px;
}
.msgBoard{
	width: 100%;
	font-size: 13px;
	display: none;
	text-align: center;
}
/*--------------------------------------------
 DP追随バナー
--------------------------------------------*/
#fix-bnr-pc {
    display: none;
    position: fixed;
    right: 10px;
    top: 100px;
    z-index: 100;
	
	& a {
		display: block;
	}
}
@media screen and (max-width: 1200px) {
	#fix-bnr-pc {
		right: 0;
		& img {
			width: 120px;
		}
	}
}

/*---------------------------------------------
ios用調整
----------------------------------------------*/
.product-list.card-style > li .product-list__item .item-photo__wrapper .item-txt__port {
	margin-top: -1px;
}

.scroll-hint-icon-wrap {
	display: none;
}
/*----------------------------------------------
	終了
------------------------------------------------*/
#close {
    padding: 100px 0;
    background-color: #f9f6e3;
    text-align: center;
    font-size: 18px;
    line-height: 1.8em;
}