@charset "utf-8";
/*-----------------------------------------
全体
-----------------------------------------*/
/*共通見出し*/
#tourWrap h2,
#specialWrap h2,
#airhotelWrap h2,
#airWrap h2{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
#tourWrap h2:before,
#specialWrap h2:before,
#airhotelWrap h2:before,
#airWrap h2:before {
	content: "";
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #1ca051;
	vertical-align: middle;
	margin-right: 15px;
}
#tourWrap h2:after,
#specialWrap h2:after,
#airhotelWrap h2:after,
#airWrap h2:after{
	content: "";
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #1ca051;
	vertical-align: middle;
	margin-left: 15px;
}
#wrap h2 + .alpha {
	font-family: Verdana, Geneva, "sans-serif";
	text-align: center;
	letter-spacing: 0.03em;
	font-size: 15px;
	color: #aaa;
	margin-bottom: 40px;
}
/*-----------------------------------------
上部ページナビ
-----------------------------------------*/
#pageNavi {
	width: 100%;
	height: 64px;
	background-color: #f2fff7;
	margin-bottom: 2px;
}
#pageNavi .inner {
	width: 960px;
	height: 64px;
	margin: 0 auto;
	display: flex;
}
#pageNavi p {
	background-color: #1ca051;
	color: #fff;
	width: 120px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 10px;
	margin-right: 10px;
}
#pageNavi p span {
	display: block;
}
#pageNavi p span:nth-child(1) {	font-size: 18px;letter-spacing: -0.2em; line-height: 1.0em;}
#pageNavi p span:nth-child(2) {	font-size: 16px;}

#pageNavi ul {
	width: 830px;
	/*width: 450px;*/
	height: 100%;
	display: flex;
	justify-content: space-around;
}
#pageNavi ul li {
	margin: 0 5px;
	width: 100%;
	height: 100%;
}
#pageNavi ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: none;
	transition: .3s;
	position: relative;
}
#pageNavi ul li a:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	vertical-align: middle;
}
#pageNavi ul li.about a:before {background: url("/kaigai/kansai/common/img/icon/green2/navi-map.svg") center center / contain no-repeat;}
#pageNavi ul li.tour a:before {background: url("/kaigai/kansai/common/img/icon/green2/navi-tour.svg") center center / contain no-repeat;}
#pageNavi ul li.special a:before {background: url("/kaigai/kansai/common/img/icon/green2/navi-special.svg") center center / contain no-repeat;}
#pageNavi ul li.airhotel a:before {background: url("/kaigai/kansai/common/img/icon/green2/navi-airhotel.svg") center center / contain no-repeat;}
#pageNavi ul li.air a:before {background: url("/kaigai/kansai/common/img/icon/green2/navi-air.svg") center center / contain no-repeat;}

#pageNavi ul li a:after {
	position: absolute;
	bottom: 6px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #1ca051;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
#pageNavi ul li a:hover:after {
	transform: scale(1, 1);
}
#pageNavi.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	box-shadow:0px 1px 2px 0px rgba(0,0,0,0.1);
}
/*-------------------------------------------------
スライダー　[共通の内容はowl.carousel.cssに記載]
-------------------------------------------------*/
#mainSlider {
	background-color: #f2fff7;
	padding: 5px 0;
}
#mainSlider #sync2 .current .item {
	background: #1ca051;
}
#mainSlider #sync1 .item img{
	height:100%;
}
/*-----------------------------------------
最新のお知らせ
-----------------------------------------*/
#newsWrap {
	width: 100%;
	padding: 40px 0 50px;
}
#newsWrap > .inner {
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#newsBox {
	width: 620px;
}
#newsBox h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: solid 1px #1ca051;
}
#newsBox h2:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
	background: url("/kaigai/kansai/common/img/icon/green2/icon-news.svg") no-repeat;
	background-size: contain;
}

#newsBox .newslist {
	padding: 0 10px 0 0;
}
#newsBox .newslist li {
	display: flex;
	border-top: dotted 1px #ccc;
	padding: 7px 0;
}
#newsBox .newslist li:first-child {
	border-top: none;
}
#newsBox .newslist li:empty {
	display: none;
}
#newsBox .newslist .date {
	width: 80px;
	margin-right: 20px;
}
#newsBox .newslist .date time {
	font-size: 13px;
}
#newsBox .newslist .date p {
	width: 100%;
	font-size: 11px;
	text-align: center;
	color: #fff;
}
#newsBox .newslist .text {
	font-size: 14px;
	line-height: 1.5em;
	width: 500px;
}
#newsBox .newslist .text a {
	color: #333;
    text-decoration: none;
}
#newsBox .newslist .text a:hover {
    text-decoration: underline;
}
#newsBox .newslist .price {
	color: red;
	font-weight: bold;
}
#newsBox .newslist .red {
	color: red;
}
#newsBox .newslist .bold{
	font-weight: bold;
}

/*-----------------------------------------
検索ボックス
-----------------------------------------*/
#searchBox {
	width: 320px;
}
#searchBox .tab {
	width: 100%;
	height: 38px;
	display: flex;
	justify-content: space-between;
}
#searchBox .tab li {
	font-size: 13px;
	line-height: 38px;
	text-align: center;
	width: 100%;
	margin-right: 3px;
	background-color: #d1e9fe;
	color: #0446a4;
	border-radius: 6px 6px 0 0;
}
#searchBox .tab li:first-child {
	background-color: #0446a4;
	color: #fff;
}
#searchBox .tab li a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 6px 6px 0 0;
    color: #1E51C6;
    text-decoration: none;  
}
#searchBox .tab li a:hover {
	text-decoration: none;
	display: block;
	background-color: #0446a4;
	color: #fff;
	transition: all 0.6s ease;
}
#searchBox .search-content {
	width: 100%;
	border: solid 1px #0446a4;
	padding: 15px 20px;
}


/*-----------------------------------------
マップ
-----------------------------------------*/
#mapWrap {
	padding: 50px 0;
	background-image: url("../img/map-bg.jpg");
}
#mapWrap .map-inner {
	width: 1100px;
	height: 580px;
	margin: 0 auto;
	background: url(../img/map.png) no-repeat;
	position: relative;
	padding: 0 70px;
}
#mapWrap h2 {
	margin-bottom: 10px;
}
#mapWrap h2 img{
	height: 100%;
}
#mapWrap .intro {
	width: 300px;
	font-size: 14px;
	color: #663f14;
	line-height: 1.6em;
	text-align: justify;
}
#spots .spot{
	display:block;
	width:165px;
	height:133px;
	position:absolute;
}

#spots .zoombox{
	display:block;
	width:165px;
	height:133px;
	position:relative;
	cursor:auto;
	box-shadow:1px 1px 0px 1px rgba(0,0,0,0.25);
	box-sizing: content-box;
	border:5px solid #ffffff;
	border-radius: 4px;
	z-index:1;
}

#spots .inner{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	background-color:#fff;
	overflow:hidden;
}

#spots .spot.active .zoombox{
	z-index:2;
}

#spots .photo{
	width:100%;
	position:relative;
}
#spots .photo img{
	width:100%;
	vertical-align: bottom;
	height: 100%;
}
#spots h3{
	font-size:15px;
	font-weight:bold;
	width:165px;
	color:#767e04;
	margin: 5px 0;
	padding-left: 5px;
	position: relative;
}
#spots h3 span {
	font-size: 11px;
}
#spots h3:after {
	position: absolute;
	right: 0;
	top:3px;
	font-family: FontAwesome;
	content: "\f101";
}
#spots .spot.active h3:after {
	display: none;
}

#spots .comment{
	padding: 0 7px 7px 7px;
	font-size: 14px;
	line-height:1.4em;
	text-align: justify;
}
#spots .spot#spot1{	left:646px;	top:0px;}
#spots .spot#spot2{	left:850px;	top:60px;}
#spots .spot#spot3{	left:815px;	top:424px;}
#spots .spot#spot4{	left:490px;	top:425px;}
#spots .spot#spot5{	left:240px;	top:300px;}
#spots .spot#spot6{	left:405px;	top:120px;}

#spots .btn {
	width: 130px;
	text-align: center;
	margin: 0 0 5px auto;
	background-color: #767e04;
	padding: 0 15px;
	color: #fff;
	font-size: 13px;
	line-height: 1.6em;
	border-radius: 0.8em;
}
#spots .btn:after {
	font-family: FontAwesome;
	content: "\f101";
	margin-left: 5px;
}
#spots .pos a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

/*-----------------------------------------
おすすめツアー
-----------------------------------------*/
#tourWrap {
	width: 100%;
	padding: 50px 0;
	& .inner {
		width: 992px;
		margin: 0 auto;
		& > h3,
		& .tour-box-wrap h3 {
			color: #1ca051;
			background-color: #f2fff7;
			font-size: 18px;
			font-weight: bold;
			padding: 5px 15px;
			margin-bottom: 20px;
			border-left: solid 5px #1ca051;
		}
	}
	/*商品がなくなったらタイトル帯を非表示*/
    & .tour-box-wrap:has(>.tour-box>li:nth-child(1):empty):has(>.tour-box>li:nth-child(2):empty):has(>.tour-box>li:nth-child(3):empty):has(>.tour-box>li:nth-child(4):empty) {
        display: none;
    }
}

/*---------------------------------------------
おすすめツアー（商品設定）
---------------------------------------------*/
.tour-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}
.tour-box > li {
	background-color: #fff;
	border: solid 2px #ececec;
	position: relative;
}
.tour-box.col4 > li {width: 24%; margin: 0 0.5% 20px;}
.tour-box.col3 > li {width: 31%; margin: 0 1% 20px;}
.tour-box.col2 > li {width: 48%; margin: 0 1% 20px;}

.tour-box > li:hover {
	border: solid 2px #fbd438;
	transition: all 0.6s ease;
}
.tour-box > li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	text-decoration: none;
	padding-bottom: 20px;
}
.item_icon {
    position: absolute;
    left: 0;
    top: 1px;
    color: #fff;
    z-index: 1;
}
.item_icon .item_icon01 {
    background-color: #875c0b;
    padding: 3px;
	font-size: 12px;
}
.item_icon .item_icon01:empty{
	display: none;
}
.tour-box .tour-img img {
	width: 100%;
	height: 100%;
}
.tour-box .icon-area {
	padding: 5px 10px;
}
.tour-box .icon-area ul {
	display: flex;
	flex-wrap: wrap;
}
.tour-box .icon-area ul li{
	display: inline-block;
    padding: 1px 2px;
	margin: 0 3px 3px 0;
    color: #fff;
	font-size: 11px;
}
li.icon-dlx{background-color: #e04b32;}
li.icon-ss{background-color: #3ca1a3;}
li.icon-meal{background-color: #f79739;}
li.icon-tokuten{background-color: #d15796;}
li.icon-free{background-color: #6dac4f;}

.tour-box .tour-title {
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
	color: #235BC0;
	padding: 0 10px;
	margin-bottom: 10px;
}
.tour-box .tour-text {
	font-size: 12px;
	line-height: 1.4em;
	padding: 0 10px;
	margin-bottom: 10px;
}
.tour-box .info-area {
	background-color: #f2f2f2;
    margin-bottom: 20px;
}
.tour-box .info-area ul {
	padding: 5px 10px;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.3em;
}
.tour-box .info-area ul li {
	margin-bottom: 3px;
	padding-left: 20px;
}
.tour-box .info-area ul li:last-child {
	margin-bottom: 0;
}
.tour-box .info-area .hotel{
	background: url(/kaigai/kansai/common/img/icon/icon_hotel01.png) no-repeat left top;
    background-size: 14px;
}
.tour-box .info-area .lank{
	background: url(/kaigai/kansai/common/img/icon/icon_recom03.png) no-repeat left top;
    background-size: 14px;
}
.tour-box .info-area .airline{
	background: url(/kaigai/kansai/common/img/icon/icon_air04.png) no-repeat left top;
    background-size: 14px;
}
.tour-box .info-area .time{
	background: url(/kaigai/kansai/common/img/icon/icon_time01.png) no-repeat left top;
    background-size: 14px;
}
.tour-box .item-ship{
	background: url(/kaigai/kansai/common/img/icon/cruse.png) no-repeat left top;
    background-size: 14px;
}
.tour-box .tour-price{
    padding: 0 10px;
    font-size: 16px;
	line-height: 1.3em;
    font-weight: bold;
    text-align: right;
    color: #ef1d1d;
}
.tour-box .tour-nenyu{
	padding: 0 10px;
	font-size: 11px;
    color: #ef1d1d;
	text-align: right;
}
.tour-box .tour-dep{
	padding: 0 10px;
	text-align: right;
	font-size: 11px;
}
.tour-box .icon-area li:empty{
	display: none;
}
.tour-box .info-area li:empty{
	display: none;
}
.tour-box > li:after {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 0.7em solid transparent;
    border-right: 0.7em solid #fbd438;
    position: absolute;
}

/*2カラムの時*/
.tour-box.col2 .tour-img {
	width: 210px;
	position: absolute;
	top:0;
	left: 0;
}
.tour-box.col2 .info-area {
	width: 210px;
	position: absolute;
	top: 139px;
	left: 0;
}
.tour-box.col2 > li {
	min-height: 218px;
}
.tour-box.col2 > li a {
	padding-left: 215px;
}
.tour-box li:empty{
	display: none;
}
/*---------------------------------------------
   方面から探す
---------------------------------------------*/
.area-link-box {
	width: 960px;
	background-color: #f3f3f3;
	padding: 15px 20px 20px;
	margin-bottom: 50px;
}
.area-link-box h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.area-link-box h3:before {
	font-family: FontAwesome;
	content: "\f002";
	padding: 0 5px;
}
.area-link-box ul {
	display: flex;
}
.area-link-box ul li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    margin: 0 5px;
}
.area-link-box ul li a {
    display: inline-block;
	background-color: #767e04;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    padding: 0 18px;
}
.area-link-box ul li a span {
	font-size: 13px;
}
.area-link-box ul li a:after {
	font-family: "FontAwesome";
    content: "\f105";
    margin-left: 10px;
}
.area-link-box ul li a:hover {
	background-color: #959d1c;
	transition: all 0.6s ease;
}

/*---------------------------------------------
   キーワードから探す
---------------------------------------------*/
#keywordBox {
	margin-top: 50px;
	width: 960px;
	display: flex;
	border: solid 2px #ececec;
}
#keywordBox h3 {
	font-size: 14px;
	width: 170px;
	padding: 17px 0 0 10px;
}
#keywordBox h3:before {
	font-family: FontAwesome;
	content: "\f002";
	padding: 0 5px;
}

#keywordBox ul {
	width: 790px;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 8px 4px;
}
#keywordBox ul li {
	background-color: #efefef;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 6px;
}
#keywordBox ul li a {
	display: block;
	color: inherit;
	text-decoration: none;
	border-radius: 5px;
	padding: 7px 7px 7px 10px;
	border: solid 1px #fff;
}
#keywordBox ul li a:hover {
	transition: all 0.6s ease;
	border: solid 1px #1ca051;
}
#keywordBox ul li a:after {
	font-size: 14px;
	color: #1ca051;
	content: "\f105";
	font-family: FontAwesome;
	padding-left: 6px;
}

/*---------------------------------------------
  おすすめ特集
---------------------------------------------*/
#specialWrap {
	width: 100%;
	padding: 50px 0;
	background-color: #f7f5f0;
}
#specialWrap .inner {
	width: 960px;
	margin: 0 auto;
}
#specialWrap ul {
	display: flex;
	justify-content: space-between;
}
#specialWrap ul.col4 li {width: 23%;}
#specialWrap ul.col3 li {width: 31%;}
#specialWrap ul.col2 li {width: 48%;}
#specialWrap ul li a {
	display: block;
}
#specialWrap ul li a:hover {
	opacity: 0.8;
	transition: all 0.6s ease;
}
#specialWrap ul li img {
	width: 100%;
	height: 100%;
}

/*-----------------------------------------
航空券+ホテル
-----------------------------------------*/
#airhotelWrap {
	width: 100%;
	padding: 50px 0;
}
#airhotelWrap .inner {
	width: 960px;
	margin: 0 auto;
}

/*---------------------------------------------
航空券+ホテル（商品設定）
---------------------------------------------*/
.airhotel-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}

/*-----------------------------------------
航空券
-----------------------------------------*/
#airWrap {
	width: 100%;
	padding: 50px 0;
}
#airWrap .inner {
	width: 960px;
	margin: 0 auto;
}
.air-box {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

/*---------------------------------------------
   もっと見るボタン
---------------------------------------------*/
#tourWrap .btn-more,
#airhotelWrap .btn-more,
#airWrap .btn-more,
#specialWrap .btn-more{
	width: 450px;
	height: 50px;
	margin: 0 auto;
	background-color: #1ca051;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
}
#tourWrap .btn-more a,
#airhotelWrap .btn-more a,
#airWrap .btn-more a,
#specialWrap .btn-more a{
	color: #fff;
	display: block;
	text-decoration: none;
	border-radius: 25px;
}
#tourWrap .btn-more a:hover,
#airhotelWrap .btn-more a:hover,
#airWrap .btn-more a:hover,
#specialWrap .btn-more a:hover{
	background-color: #36c971;
	transition: all 0.6s ease;
}
#tourWrap .btn-more a:after,
#airhotelWrap .btn-more a:after,
#airWrap .btn-more a:after,
#specialWrap .btn-more a:after{
    content: "\f105";
    font-family: FontAwesome;
    padding-left: 10px;
}
/*-----------------------------------------
基本情報
-----------------------------------------*/
#infoWrap {
	width: 100%;
	padding: 30px 0;
	background-color: #f7f5f0;
}
#infoWrap .inner {
	width: 960px;
	margin: 0 auto;
}
#infoWrap h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#infoWrap h2:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
	background: url("/kaigai/kansai/common/img/icon/green2/icon-info.svg") no-repeat;
	background-size: contain;
}
#infoBox {
	background-color: #fff;
	padding: 30px 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#infoBox dl {
	width: 46%;
	margin: 0 2%;
	padding: 10px 10px 10px 65px;
	border-bottom: dotted 1px #ccc;
	font-size: 14px;
	background-position: left center;
	background-repeat: no-repeat;
}
#infoBox dl.climate {
	width: 100%;
	border-bottom: none;
}
#infoBox dl.country {background-image: url("../img/icon-flag.png") ;}
#infoBox dl.money {background-image: url("/kaigai/kansai/common/img/icon/icon-money.png") ;}
#infoBox dl.language {background-image: url("/kaigai/kansai/common/img/icon/icon-language.png") ;}
#infoBox dl.time {background-image: url("/kaigai/kansai/common/img/icon/icon-time.png") ;}
#infoBox dl.creed {background-image: url("/kaigai/kansai/common/img/icon/icon-creed.png") ;}
#infoBox dl.flight {background-image: url("/kaigai/kansai/common/img/icon/icon-flight.png") ;}
#infoBox dl.climate {background-image: url("/kaigai/kansai/common/img/icon/icon-climate.png") ;}

#infoBox dl dt {
	font-weight: bold;
	color: #034195;
}

/*---------------------------------------------
      サイドナビ
---------------------------------------------*/
#sideNavi {
	height: 100%;
	position: fixed;
	top: 0;
	right: 20px;
	z-index: 5;
	display: none;
}
#sideNavi ul {
	height: 100%;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
	text-align: right;
}
#sideNavi ul li {
	font-size: 13px;
	margin-bottom: 10px;
}
#sideNavi ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#sideNavi ul li a.current {
	color: #1ca051;
	display: block;
}
#sideNavi ul li a:after {
	content: "●";
	width: 13px;
	height: 13px;
	margin-left: 3px;
}
/*---------------------------------------------
   FIT新スタイル
---------------------------------------------*/
#airhotelWrap,#airWrap{
	
	& .product__list {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		flex-grow: 1;
		gap: 15px 1%;
	}
	& .product__list--data-code {
	  display: none;
	}
	& .product__list--inner > *:not(.product__list--image):not(.product__list--label) {
		margin: 0px!important;
	}
	& .product__list--data {
	  height: 100%;
	  display: flex;
	  flex-direction: column;
	}
	& .product__list--item {
	  letter-spacing: .5px;
	  list-style: none;
	}
	& img.product__list--image {
	  width: 100%;
	  object-fit: cover;
		height: 160px;
		margin: 0;
	}
	& .product__list--label {
	  display: none;
	}
	& .product__list--type {
	  display: none;
	}
	& .product__list--text-wrapper {
	  flex-grow: 1;
	  display: flex;
	  flex-direction: column;
	  line-height: 1.2;
		margin: 0;
	}
	& .product__list--texts {
	  display: flex;
	  flex-direction: column;
		padding: 0 10px;
	}
	& .product__list--title {
	  /*font-size: 14px;*/
	  font-size: 15px;
		margin: 8px 0;
		font-weight: bold;
	}
	& .product__list--title > [class*="product__list--"] {
	  display: block;
	}
	& .product__list--title .product__list--country + .product__list--area {
	  background: none;
	  padding: 0;
	  color: #333;
	}
	& .product__list--more {
	  margin-top: 10px;
		display: flex;
		align-items: baseline;
        font-size: 12px;/*追加*/
	}
	& .product__list--more + .product__list--more {
	  margin-top: 1px;
	}
	& .product__list--more--title {
	  display: inline-block;
	  line-height: 1.2;
	  background: #7d7d7d;
	  color: #fff;
	  text-align: center;
	}
	& .product__list--more--title {
	  padding: 2px 0 4px;
	  /*width: 72px;*/
	  width: 65px;
	  margin-right: 5px;
	}
	& .product__list--more--text {
	  line-height: 1.3;
	}
	& .product__list--more--text {
	  /*width: calc(100% - 72px - 5px);*/
	  width: calc(100% - 65px - 5px);
	}
	& .product__list--tokuten {
	  /*margin: 15px 10px 0;*/
	  font-size: 11px;
	  border-top-width: 1px;
		border-top: none;
	    margin: 10px 0 0;
		color: #666;
		padding: .6em 0 0 !important;
	}
	& .product__list--tokuten--item:empty,& .product__list--tokuten--item:empty {
    	display: none;
	}
	& .product__list--tokuten--item {
		border-top: 1px dashed;
		padding-top: 5px;
	}
	& .product__list--tokuten--item {
	  text-indent: -1.25em;
	  padding-left: 1.25em;
	}
	& .product__list--tokuten--item:not(:first-child) {
	  margin-top: .3em;
	}
	& .product__list--price {
	  padding: 20px 4px 10px;
	  margin-top: auto;
		color: #ef1d1d;/*追加*/
	}
	& .product__list--price > :not(.product__list--point) {
	  padding-left: 4px;
	  padding-right: 4px;
	}
	& .product__list--point {
	  background: var(--default-color-red);
	  color: #fff;
	  text-align: center;
	  font-weight: normal;
	}
	& .product__list--point {
	  font-size: 11px;
	  padding: 2px 0 3px;
	  margin-bottom: 4px;
	  letter-spacing: 0;
		display: none;
	}
	& .product__list--minmax {
	  color: #ef1d1d;
	  font-weight: bold;
	}
	& .product__list--minmax {
	  /*font-size: 18px; *//*18*/
	  font-size: 16px; /*16*/
	}
	& .product__list--minmax :where(.is-en, .is-kara) {
	  /*font-size: .7em;*/
	}
	& .product__list--notes {
	  /*color: #333;*/
	}
	& .product__list--notes {
	  /*font-size: 12px;*/
	  font-size: 11px;
	  margin-top: 5px;
	}	
}
/*2カラム*/
.product__wrapper:has(.is-half) {
	width: 992px;
	margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /*flex-wrap: wrap;*/
}
.product__wrapper #airhotelWrap.is-half,
.product__wrapper #airWrap.is-half,
.product__wrapper #airhotelWrap.is-half .inner,
.product__wrapper #airWrap.is-half .inner {
  width: 490px;
}
.product__wrapper #airhotelWrap.is-half .product__list,
.product__wrapper #airWrap.is-half .product__list {
	grid-template-columns: repeat(2, 1fr);
	gap: 15px 2%;
}