@charset "utf-8";
/*------------------------------------
方面別エリアナビ
-------------------------------------*/
nav[id^="dataNav"] {
    width: 100%;
    margin: 5vw auto;
	background: #fff6c6;
    /*background: #fcdd51;
    border: solid 1px #ffeb81;*/
    padding: 2vw 2%;
}
nav[id^="dataNav"] .choice {
    text-align: center;
    /*font-size: 4.6vw;*/
    font-size: 5.6vw;
    line-height: 2.0em;
    font-weight: bold;
}
nav[id^="dataNav"] .items_wrap ul {
	display: flex;
	flex-wrap: wrap;
    color: #FFF;
    text-align: center;
	gap: 1vw 1%;
}
nav[id^="dataNav"] .items_wrap li {
	font-size: 3.0vw;
	line-height: 1.3;
    width: calc(98% / 3);
    position:relative;
    justify-content: center;
    align-items: stretch;
    background-color: #fff;
	border-radius: 5px;
}
/*nav[id^="dataNav"] .items_wrap li.col2 {
	width: 98%;
}*/
nav[id^="dataNav"] ul li a{
    height: 100%;
	color:#161616;
    text-decoration: none;
	padding: 10px 10px 10px 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 5px;
	box-shadow: calc(1vw / 7.5) calc(1vw / 7.5) 0px 0px rgba(0, 0, 0, 0.5);
    /*border: solid 1px #ccc;*/
}
nav[id^="dataNav"] ul li.choosing a{
    background-color: #014099;
    color: #fff;
    box-shadow: none;
}
#dataNav .items_wrap li a:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 3px;
}
#dataNav-foot .items_wrap li a:after {
    font-family: FontAwesome;
    content: "\f106";
    position: absolute;
    right: 3px;
}
/*------------------------------------
ローディング
-------------------------------------*/
.loading{
	display: none;
	width: 100%;
	padding: 100px 0;
}
.loading > div{
	width: 20%;
	margin: 0 auto;
}
/*-----------------------------------------
  レイアウト調整
-------------------------------------------*/
.product-tour-inner.tourfit .product__list:not(:first-child) {
	margin-top: calc(30vw / 7.5);
}
.product__list--tokuten:has(.product__list--tokuten--item:empty) {
	display: none;
}
/*-----------------------------------------
  検索ボタン 複数ボタン用
-------------------------------------------*/
.product__button .search-title {
    text-align: center;
    border-bottom:  solid 1px #000;
    font-size: 3.6vw;
    line-height: 1.8em;
    margin-bottom: 3vw;
}
.product__button .button-base.flex {
    display: flex;
    flex-wrap: wrap;
}
.product__button .button-base.flex .button-base__link {
    margin: 0 1vw 2vw 0;
    padding: 1vw 2vw;
    font-size: 4.2vw;
}

/*-----------------------------------------
  調整用
-------------------------------------------*/

#lcc .product__title--main-text{
	letter-spacing: -0.03em;
}
/*-----------------------------------------
  海外ツアー_特典枠付用
-------------------------------------------*/
#luxury .product__list--item .product__list--tokuten,#allinclusive .product__list--item .product__list--tokuten{
background: #fff;
    color: #333;
    border: 1px solid #ccc;
    padding: 0.5em !important;
    line-height: calc(14 / 11);
	margin-top: 1em;
}

/*-----------------------------------------
  海外IMP SP_バカリズム非表示対応
-------------------------------------------*/
.is-impresso .js-float-search-button.is-fixed{
	display: none!important;
}
/*-----------------------------------------
  dst-navi調整
-------------------------------------------*/
/*.is-kaigai .tour-navi__wrapper {
	padding: calc(50vw / 7.5) 0 calc(26vw / 7.5);
}*/
.is-kaigai .tour-navi__title {
    font-size: calc(36vw / 7.5);
}