@charset "utf-8";
/*------------------------------------
方面別エリアナビ
-------------------------------------*/
nav[id^="dataNav"] {
    width: 94vw;
    margin: 5vw auto;
    background: #014099;
	/*background: #259cee;*/
    /*border: solid 1px #cc9e17;*/
    padding: 2vw;
}
nav[id^="dataNav"] .choice {
    text-align: center;
    font-size: 4.6vw;
    line-height: 2.0em;
    font-weight: bold;
	color: #fff;
}
nav[id^="dataNav"] .items_wrap ul {
	display: flex;
	flex-wrap: wrap;
    color: #FFF;
    text-align: center;
}
nav[id^="dataNav"] .items_wrap li {
	font-size: 3.2vw;
    width: 48%;
    margin: 1%;
    position:relative;
    justify-content: center;
    align-items: stretch;
    background-color: #fff;
}
nav[id^="dataNav"] .items_wrap li.col2 {
	width: 98%;
}
nav[id^="dataNav"] ul li a{
    height: 100%;
	color:#000;
    text-decoration: none;
	padding: 8px;
    /*display:block;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;}
nav[id^="dataNav"] ul li.choosing a{
    background-color: #fffb39;
    color: #000;
}
#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__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;
}



