@charset "utf-8";

/* ベースルール */
body {
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
}

#hisApp {
    overflow: hidden;
}


/* レイアウトルール */

#l-wrapper{
	margin:0;
	padding:0;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	overflow: hidden;
}

.l-container{
	width:992px;
	margin:0 auto;
	text-align:left;
}

#header .inner {
    width: 992px;
}

.ttl-en{
    letter-spacing: 0.1em;
    font-size: 1em;
    text-align: center;
    font-weight: bold;
}

.ttl-en:after, .ttl-en:before{
    content: " - ";
}

.pink{ color:#FC7B6D;}
.white{ color:#FFF;}


/*---------------------------------------------------------
  						イントロ
---------------------------------------------------------*/

.area-intro{
    background: linear-gradient(-45deg, #FA5F5F 25%, #FB7777 25%, #FB7777 50%, #FA5F5F 50%, #FA5F5F 75%, #FB7777 75%, #FB7777);
    background-size: 4px 4px;
}

.area-intro-inner{
    position: relative;
    width: 992px;
    margin: 0 auto;
}

.area-intro-inner:after {
    content: '';
    display: block;
    clear: both;
}

.map{
    float: left;
    width: 40%;
}

.intro{
    float: left;
    width: 60%;
    font-size: 1.3em;
    color: #FFF;
    padding-top: 5%;
}

.intro strong{
    font-size: 2em;
    color: #FFF;
}

.intro-txt{
    font-size: 0.8em;
    color: #FFF;
    margin-top: 5%;
    line-height: 180%;
}

.intro-img-01{
    position: absolute;
    right: -10%;
}
@media screen and (max-width: 992px) {
    .intro-img-01 {
        display: none;
    }
}
.intro-img-02{
    position: absolute;
    bottom: 0;
    left: -14%;
}

.intro-img-03{
    position: absolute;
    top: -10%;
    left: 45%;
}
/*---------------------------------------------------------
  						TOP　MV
---------------------------------------------------------*/
.top_slide{
	display: flex;
    justify-content: center;
}

/*---------------------------------------------------------
  						エリア別
---------------------------------------------------------*/

.area-box{
    background: #F7F5EA;
}

.area-box-inner{
    position: relative;
    width: 992px;
    margin: 0 auto;
    padding: 3% 0;
}

.area-box-inner h2{
    text-align: center;
    color: #FC7B6D;
    font-weight: bold;
    font-size: 1.7em;
}

.area-box-inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.area-box-inner li{
    width: 48%;
    float: left;
    padding: 2%;
    border: 8px solid #FFF;
    margin: 20px 0;
}

.area-box-inner li:hover{
    opacity: 0.7;
}
.area-box img{
	width: 100%;
}
.lgk{background: #10C5C5;}
.bki{background: #1B8AC7;}
.pen{background: #C881DA;}
.kul{background: #FC7B6D;}

.date-box{
    background: #FFF;
    padding: .8% 0;
}

.area-sub{
    display: block;
    font-size: 1em;
    font-weight: bold;
}

.area-name{
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}


.area-data{
    float: left;
    width: 50%;
}

/*.area-txt-lgk,
.area-txt-bki,
.area-txt-pen,
.area-txt-kul{
    float: left;
    width: 46%;
    padding: 2%;
    font-size: 0.8em;
}*/

.area-txt-lgk,
.area-txt-bki,
.area-txt-pen,
.area-txt-kul{
    float: left;
    padding: 2%;
    font-size: .9em;
    color: #006699;
}

.area-txt-lgk > .area-sub,
.area-txt-lgk > .area-name{ color:#10C5C5;}

.area-txt-bki > .area-sub,
.area-txt-bki > .area-name{ color:#1B8AC7;}

.area-txt-pen > .area-sub,
.area-txt-pen > .area-name{ color:#C881DA;}

.area-txt-kul > .area-sub,
.area-txt-kul > .area-name{ color:#FC7B6D;}

.date-box:after {
    content: '';
    display: block;
    clear: both;
}

/*.area-btn {
    border: 1px solid #FC7B6D;
    display: block;
    padding: 1% 0;
    margin: 5% auto;
    width: 90%;
    text-align: center;
    color: #FC7B6D;
    text-decoration: none;
    font-size: 0.7em;
}*/

.area-btn {
    display: block;
    padding: 1% 0;
    margin: 3% auto;
    width: 90%;
    text-align: center;
    color: #fff;
    text-decoration: none;
	border-radius: 3px;
}
.area-txt-lgk > .area-btn{ background:#10C5C5;}
.area-txt-bki > .area-btn{ background:#1B8AC7;}
.area-txt-pen > .area-btn{ background:#C881DA;}
.area-txt-kul > .area-btn{ background:#FC7B6D;}

.area-btn:after {
    content: "\f105";
    font-family: FontAwesome;
    padding-left: 10px;

}


/*---------------------------------------------------------
  						ツアーBOX
---------------------------------------------------------*/

/*共通見出し*/
#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: #f3564e;
	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: #f3564e;
	vertical-align: middle;
	margin-left: 15px;
}
#tourWrap h2 + .alpha, 
#specialWrap h2 + .alpha, 
#airhotelWrap h2 + .alpha, 
#airWrap h2 + .alpha {
	font-family: Verdana, Geneva, "sans-serif";
	text-align: center;
	letter-spacing: 0.03em;
	font-size: 15px;
	color: #aaa;
	margin-bottom: 40px;
}

/*-----------------------------------------
おすすめツアー
-----------------------------------------*/
#tourWrap {
	width: 100%;
	padding: 50px 0;
	& .inner {
		width: 992px;
		margin: 0 auto;
		& > h3,
		& .tour-box-wrap h3 {
			color: #f3564e;
			background-color: #FFE9E8;
			font-size: 18px;
			font-weight: bold;
			padding: 5px 15px;
			margin-bottom: 20px;
			border-left: solid 5px #f3564e;
		}
	}
	/*商品がなくなったらタイトル帯を非表示*/
    & .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%;
}
.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 {
	margin-bottom: 20px;
	background-color: #f2f2f2;
}
.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;
    height: 139px;
	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;
}

/*---------------------------------------------
   方面から探す
---------------------------------------------*/
.area-link-box {
	width: 992px;
	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 23px;
}
.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: 992px;
	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 #f3564e;
}
#keywordBox ul li a:after {
	font-size: 14px;
	color: #f3564e;
	content: "\f105";
	font-family: FontAwesome;
	padding-left: 6px;
}

/*---------------------------------------------
  おすすめ特集
---------------------------------------------*/
#specialWrap {
	width: 100%;
	padding: 50px 0;
	background-color: #f7f5f0;
}
#specialWrap .inner {
	width: 992px;
	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%;
}

/*-----------------------------------------
航空券+ホテル
-----------------------------------------*/
#airhotelWrap {
	width: 100%;
	padding: 50px 0;
}
#airhotelWrap .inner {
	width: 992px;
	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: 992px;
	margin: 0 auto;
}
#airWrap .inner > h3 {
	color: #f3564e;
	background-color: #FFE9E8;
	font-size: 18px;
	padding: 5px 15px;
	margin-bottom: 20px;
	border-left: solid 5px #f3564e;
    font-weight: bold;
}
.air-box {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	/*justify-content: center;*/
	margin-bottom: 30px;
}

/*---------------------------------------------
   もっと見るボタン
---------------------------------------------*/
#tourWrap .btn-more,
#airhotelWrap .btn-more,
#airWrap .btn-more{
	width: 450px;
	height: 50px;
	margin: 0 auto;
	background-color: #f3564e;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
}
#tourWrap .btn-more a,
#airhotelWrap .btn-more a,
#airWrap .btn-more a{
	color: #fff;
	display: block;
	text-decoration: none;
	border-radius: 25px;
}
#tourWrap .btn-more a:after,
#airhotelWrap .btn-more a:after,
#airWrap .btn-more a:after{
    content: "\f105";
    font-family: FontAwesome;
    padding-left: 10px;
}
#tourWrap .btn-more a:hover,
#airhotelWrap .btn-more a:hover,
#airWrap .btn-more a:hover{
	background-color: #FF9B9E;
	transition: all 0.6s ease;
}

/*---------------------------------------------------------
  						現地支店
---------------------------------------------------------*/

.shiten-box{
    background: #FFF;
}

.shiten-box-inner{
    position: relative;
    width: 992px;
    margin: 0 auto;
    padding: 3% 0;
}

.shiten-box-inner h2,
.shiten-box-inner h3{
    text-align: center;
    color: #FC7B6D;
}

.shiten-box-inner h2:before{
    content: url("../img/icon/ic_support.png") ;
    display: block;
    margin-bottom: 2%;
}


.shiten-box-inner ul:after {
    content: '';
    display: block;
    clear: both;
}

.shiten-box-inner li{
    width: 23%;
    float: left;
    margin: 3% 1%;
}
.shiten-box img{
	width: 100%;
}
.shiten-name{
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    margin: 5% 0;
    color: #4B4B4B;
}

/*.shiten-box-inner li > a{
    border: 2px solid #FC7B6D;
    display: block;
    padding: 1% 0;
    margin: 0 auto;
    width: 70%;
    text-align: center;
    color: #FC7B6D;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.8em;
}*/

.shiten-box-inner li > a{
    display: block;
    padding: 1% 0;
    margin: 0 auto;
    width: 70%;
    text-align: center;
    color: #F3564E;
    font-weight: bold;
    font-size: 0.8em;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #F3564E;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.shiten-box-inner li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    border: 2px solid #F3564E;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.shiten-box-inner li > a:hover, .shiten-box-inner li > a:focus, .shiten-box-inner li > a:active {
    color: white;
}

.shiten-box-inner li > a:hover:before, .shiten-box-inner li > a:focus:before, .shiten-box-inner li > a:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

/*---------------------------------------------
       フッターナビ
---------------------------------------------*/
#areaFootNavi {
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	width: 100%;
	background-color: #f7f5ea;
	/*border-top: solid 1px #e0daca;*/
	padding-bottom: 30px;
}
#areaFootNavi h2 {
	border-top: solid 1px #fff;
	font-size: 22px;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}
#areaFootNavi ul {
	width: 992px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#areaFootNavi ul li {
	background-color: #fff;
	border-radius: 4px;
	margin: 0 4px 7px;
}
#areaFootNavi ul li a {
	font-size: 15px;
	display: block;
	color: inherit;
	text-decoration: none;
	border-radius: 5px;
	padding: 7px 10px 7px 15px;
}
#areaFootNavi ul li a:hover {
	transition: all 0.6s ease;
	background-color: #666;
	color: #fff;
}
#areaFootNavi ul li a:after {
	content: "\f105";
	font-family: FontAwesome;
	padding-left: 10px;
}

/*---------------------------------------------------------
  						ナビ
---------------------------------------------------------*/

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2% 0px;
	z-index: 99;
	padding: 0;
	background: #C0D600x;
	box-shadow: 1px 3px 3px 1px rgba(0,0,0,0.2) ;
}

.top_navi {
    width: 100%;
    background: #FFFFFF;
    border-top: 3px solid #FA5F5F;
}

.navimenu{
	width: 992px;
	margin: 0px auto;
    overflow: visible;
    position: relative;
}

.navimenu:after {
    content: '';
    display: block;
    clear: both;
}

.navimenu li{
    float: left;
    width: 20%;
    padding: 2.5% 0;
    text-align: center;
}

.navimenu li a{
    text-decoration: none;
    display: block;
    color: #333;
    font-size: 1em;
    font-weight: bold;
}

.navimenu li a:hover{
	color: #FF7F00;
	cursor: pointer;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.navi-en{
    font-size: 0.6em;
    text-align: center;
    font-weight: normal;
    color: #999;
}

.navi-en:after, .navi-en:before{
    content: " - ";
}


.logo{
    position: absolute;
    bottom: 6%;
    left: 38%;
    z-index: 999;
}
.bnr_area {
    /* width: 85%; */
    width: 720px;
    padding: 25px 0 25px;
    margin: 0 auto;
}


/*---------------------------------------------------------
  						スクロールトップ
---------------------------------------------------------*/

#page-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index:10000000;
	display:none;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	padding: 20px;
	text-align: center;
	display: block;
	border-radius: 4px;
	background-color: #ACACAC;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/*バナー*/
#obon {
    width: 992px;
    margin: 0 auto 60px;
}
#obon .charter {
    text-align: center;
    margin: 1em 0;
}
#obon .charter img {
    width: 98%;
}
#obon .mt20 {
    margin-top: 20px;
}
#obon .button {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 12px;
    box-shadow: none;
    transition-property: background;
    transition-duration: 0.3s;
    background: #00a1cb;
    color: #ffffff !important;
    text-shadow: none;
    border: none;
    vertical-align: middle;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
}

/*---------------------------------------------
   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%;
}
