@charset "utf-8";
/*------------------------------------------------
	 おすすめツアータブ
--------------------------------------------------*/
#tour {
	width: 100%;
    background: url("../img/tour-bg.png");
    background-size: 11px;
    padding: 7vw 0 3vw;
}
#tour h2 {
    width: 60vw;
    margin: 0 auto 5vw;
}
#tour h2 img {
    width: 100%;
}

#tourTabWrap {
}
#tourTabWrap .tab {
	width: 94vw;
	margin: 0 auto 3vw;
	display: flex;
	flex-wrap: wrap;
}
#tourTabWrap .tab li {
	display: block;
	width: 23%;
	margin: 0 1% 2vw;	
	font-size: 3.4vw;
	line-height: 1.5em;
	font-weight: bold;
	background-color: #fff;
	text-align: center;
	border: solid 0.5vw #625e3c;
	padding: 3vw 0;
	color: #625e3c;
	/*position: relative;*/
}
#tourTabWrap .tab li.nav_on {
	background-color: #625e3c;
	color: #fff;
}
/*#tourTabWrap .tab li.nav_on:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
	bottom: -1vw;
	right: 0;
	left: 0;
}*/

.areabox{
	display: none;
    padding-bottom: 5vw;
}
/*------------------------------------------------
	 おすすめツアー商品
--------------------------------------------------*/
.tourWrap .inner-box {
    width: 94%;
    margin: 0 auto;
}
.tourWrap h3 {
    text-align: center;
    background-color: #625e3c;
    color: #fff;
    font-size: 4.0vw;
    line-height: 2.0em;
    margin-bottom: 3vw;
}

/* ------------------------------------------------
template:ツアーカセット
------------------------------------------------ */
.product-list {
    margin: auto;
    padding: 0;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.product-list * {
    box-sizing: border-box
}
.product-list > li {
    flex: 0 0 80%;
    margin: 0 calc(10vw / (750 / 100)) calc(20vw / (750 / 100));
    background: #FFF;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
    position: relative;
    overflow: hidden;
}
.product-list > li:first-child {
    margin-left: calc(50vw / 7.5)
}
.product-list > li:empty {
    display: none;
}
.product-list > li:hover {
    box-shadow: 0 2px 20px rgb(0 0 0 / 25%);
}
.product-list > li a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #333;
}
.item-photo__wrapper {
    position: relative;
}
.item-photo__wrapper img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: calc(360vw / (750 / 100))
}
.item-txt__wrapper {
    padding: calc(14vw / (750 / 100))
}
/***** PC/SP共カード型の場合　.card-style 追加　*****/
/*.product-list.card-style > li, .product-list.card-style .item-photo__wrapper, .product-list.card-style .item-photo__wrapper img {
    border-radius: 0;
}
.product-list.card-style > li a {
    width: auto;
    height: auto;
}*/
/*.product-list.card-style > li .product-list__item .item-photo__wrapper .item-txt__port {
    display: block;
    width: 100%;
    background: rgba(0 0 0 / 80%);
    padding: calc(6vw / (750 / 100));
    position: absolute;
    bottom: 0;
    left: 0
}*/
/*.product-list.card-style > li .product-list__item .item-photo__wrapper .item-txt__port .port-type {
    font-size: calc(22vw / (750 / 100));
    color: #FFF;
}*/
/***** 縦積みの場合　.row-style 追加　*****/
.product-list.row-style {
  margin: auto;
  padding: 0;
  display: block;
  overflow-x: auto;
}
.product-list.row-style>li {
  width: 100%;
  border-radius: 0;
  margin: 0 auto calc(16vw / (750 / 100));
  padding: calc(16vw / (750 / 100));
  background: #FFF;
  box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
  position: relative;
}

.product-list.row-style .product-list__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-list.row-style .item-photo__wrapper {
  border-radius: calc(10vw / (750 / 100));
  width: 34%;
  margin-right: calc(16vw / (750 / 100));
  overflow: hidden;
  position: relative;
}
.product-list.row-style .item-photo__wrapper img{
  border-radius: calc(10vw / (750 / 100));
  height: auto
}
.product-list.row-style .item-txt__wrapper {
    flex: 1;
    padding: 0;
    line-height: 1.5;
}
.item-txt__icon {
    line-height: 1.0;
}
.item-txt__icon .icon-type {
    line-height: 1.0;
}
.item-txt__icon .icon-type::after {
    display: none;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: top;
    margin-bottom: calc(6vw / (750 / 100))
}
.item-txt__icon .icon-type.ana::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/ana.png");
    width: 58px;
    height: 17px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.ado::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/ado.png");
    width: 58px;
    height: 17px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.apj::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/apj.png");
    width: 58px;
    height: 17px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.fda::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/fda.png");
    width: 58px;
    height: 17px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.jal::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/jal.png");
    width: 58px;
    height: 17px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.jet::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/jet.png");
    width: 58px;
    height: 17px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.sfj::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/sfj.png");
    width: 58px;
    height: 17px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.sjo::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/sjo.png");
    width: 58px;
    height: 17px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-typesnj::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/snj.png");
    width: 58px;
    height: 17px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.sky::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/sky.png");
    width: 58px;
    height: 17px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.jr::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_jr.png");
    width: 70px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.odakyu::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_odakyu.png");
    width: 70px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.tobu::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_tobu.png");
    width: 70px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.bus1::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_daybus.png");
    width: 80px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.bus2::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_staybus.png");
    width: 80px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.bus3::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_nightbus.png");
    width: 80px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.hotel::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_hotel.png");
    width: 70px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.imp1::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_localguide.png");
    width: 70px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.imp2::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_imp.png");
    width: 70px;
    height: 17px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.eco::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_ecotour.png");
    width: 70px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.ship::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_ship.png");
    width: 70px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.air::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_air.png");
    width: 70px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.train::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_train.png");
    width: 70px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.car::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_car.png");
    width: 80px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.rentcar1::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_rentacar.png");
    width: 70px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.rentcar2::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_gas.png");
    width: 110px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.web::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_webcc.png");
    width: 160px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.web2::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_web.png");
    width: 110px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__icon .icon-type.line::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_line.png");
    width: 70px;
    height: 15px;
    margin-right: calc(6vw / (750 / 100));
}
.item-txt__port {
	display: block;
	margin-top: 1vw;
    font-size: calc(21vw / (750 / 100));
	line-height: 1.3em;
    font-weight: bold;
    color: #333;
}
.port-type::before {
    content: "【";
    display: inline-block
}
.port-type::after {
    content: "発着】";
    display: inline-block;
}
.port-type.train::after {
    content: "発】";
    display: inline-block;
}
.port-type.hotel::after, .product-list > li.stay .port-type::after {
    content: "】";
    display: inline-block;
}
.port-type:last-child, .port-type:empty {
    display: none;
}
.port-type:empty + .port-type:last-child {
    display: block !important;
}
.item-label {
    position: absolute;
    top: 0;
    left: 0;
}
.item-label.government::after {
    display: inline-block;
    background-image: url("/kokunai/campaign/alljapan_plan/images/ico_zenkoku_shien.png");
    width: 100px;
    height: 28px;
}
.item-txt__title {
    font-size: 3.8vw !important;
    line-height: 1.4em;
    font-weight: bold;
    color: #004098;
}
.item-txt__point {
    margin-top: calc(10vw / 7.5);
    font-size: calc(24vw / (750 / 100)) !important;
}
.item-txt__price .air_tour_code {
    display: block;
    font-size: 4.2vw !important;
    color: #d10404 !important;
    font-weight: bold;
    font-family: Arial, Helvetica, "sans-serif";
    line-height: 1.5em;
}
.item-txt__price .air_tour_code .card__priceSmall, .item-txt__price .air_tour_code .card__priceTilde {
    color: #C00 !important;
    font-size: calc(40vw / (750 / 100)) !important;
}
.item-txt__price .air_tour_code:nth-child(2) {
    display: none;
}
.item-txt__price .air_tour_code:first-child:empty + .air_tour_code:nth-child(2) {
    display: block;
}
.item-txt__room .room-type {
    color: #666;
    font-size: calc(22vw / (750 / 100));
    font-weight: normal;
}
.room-type:before {
    content: "（";
    display: inline-block;
}
.room-type:after {
    content: "）";
    display: inline-block;
}
.room-type.js-split-room:empty, .room-type:nth-child(2) {
    display: none;
}
.room-type.js-split-room:empty + .room-type:nth-child(2) {
    display: block;
}
.item-txt__dep {
    color: #666;
    font-size: 3.0vw;
    font-weight: normal;
    line-height: 1.5em;
}
.item-txt__note {
    font-size: 3.0vw;
    font-weight: normal;
    line-height: 1.5em;
}
.dep-date::after {
    content: "出発"
}
.dep-date:first-child:empty, span[id*="dep_"] {
    display: none;
}
.dep-date:first-child:empty + span[id*="dep_"] {
    display: block
}
.item-carrier {
    margin-top: calc(10vw / (750 / 100));
    font-size: calc(24vw / (750 / 100));
    font-weight: 500;
}
.item-carrier::before {
    content: "【利用航空会社】";
    display: inline-block;
}
.item-carrier::after {
    display: inline-block;
}
.item-carrier.none::before, .item-carrier.none::after {
    content: none
}
.item-carrier.jal::after {
    content: "JAL";
}
.item-carrier.ana::after {
    content: "ANA";
}
.item-carrier.sky::after {
    content: "スカイマーク";
}
.item-carrier.jetstar::after {
    content: "ジェットスター・ジャパン";
}
.item-carrier.peach::after {
    content: "Peach";
}
.item-carrier.fda::after {
    content: "フジドリームエアラインズ";
}
.price-note.true {
    font-size: calc(22vw / (750 / 100));
    display: block;
    position: relative;
    padding-left: 1.0em;
}
.price-note.true::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
.price-note.false {
    display: none;
}
.hotel-notice {
    display: none;
}
a[href^="https://hotel.his-j.com/"] .hotel-notice {
    display: block;
    font-size: calc(22vw / (750 / 100));
}
/***** 縦積みの場合　.row-style 追加　*****/
.product-list.row-style .item-txt__title {
    font-size: calc(28vw / (750 / 100));
}
.product-list.row-style .item-txt__price .air_tour_code {
    font-size: calc(34vw / (750 / 100));
}
/***** 販売商品なし *****/
.outsales-txt {
    text-align: center;
    font-size: calc(22vw / 7.5);
    margin: calc(30vw / 7.5) auto;
}
.outsales-txt:empty {
    display: none
}
.tourWrap .btn-more {
    padding-top: 5vw;
    width: 80vw;
    margin: 0 auto;
    text-align: center; 
    font-size: 3.5vw;
}
.tourWrap .btn-more a {
    display: block;
    color: #000;
    font-weight: bold;
    background-color: #fce834;
    text-decoration: none;
    padding: 2vw 0;
    border-radius: 6vw;
    border: solid 0.7vw #000;
}
.tourWrap .btn-more a:after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 2vw;
}
/*------------------------------------------------
	OMOリンク
--------------------------------------------------*/
#moreLink {
    width: 100%;
    background: url("../img/tour-bg.png");
    background-size: 11px;
    padding: 7vw 0;
}
#moreLink h2 {
    width: 80vw;
    margin: 0 auto 5vw;
}
#moreLink h2 img {
    width: 100%;
}
#moreLink .list {
    width: 90vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
#moreLink .list li {
    width: 43vw;
    background-color: #625e3c;
    margin-bottom: 4vw;
    border-radius: 2vw;
}
#moreLink .list li:nth-child(odd) {
    margin-right: 4vw;
}
#moreLink .list li a {
    display: block;
    color: #fff;
    text-decoration: none;
}
#moreLink .list li .ph {
}
#moreLink .list li .ph img {
    width: 43vw;
    height: 30vw;
    object-fit: cover;
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
}
#moreLink .list li .sub-text {
    font-size: 3.0vw;
    line-height: 1.4em;
    padding: 1vw 3vw 0;
}
#moreLink .list li h3 {
    font-size: 3.8vw;
    line-height: 1.6em;
    font-weight: bold;
    padding: 0 3vw 1vw;
}
#moreLink .btn-top {
    width: 80vw;
    margin: 0 auto;
    text-align: center; 
    font-size: 3.5vw;
}
#moreLink .btn-top a {
    display: block;
    color: #000;
    font-weight: bold;
    background-color: #fce834;
    text-decoration: none;
    padding: 2vw 0;
    border-radius: 5vw;
    border: solid 0.7vw #000;
}
#moreLink .btn-top a:after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 2vw;
}

/*------------------------------------------------
	フッターリンク
--------------------------------------------------*/
#footLink {
    width: 100%;
    background-color: #000;
    padding: 5vw 0;
}
#footLink .inner {
    width: 90vw;
    margin: 0 auto;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}
#footLink a {
    display: block;
    color: inherit;
    text-decoration: none;
}
#footLink h2 {
    width: 100%;
    font-size: 4.4vw;
    margin-bottom: 2vw;
    font-weight: bold;
}
#footLink .flex-box:first-of-type {width: 43%;}

#footLink h3 {
    background-color: #625e3c;
    font-size: 3.4vw;
    line-height: 1.0em;
    display: inline-block;
    padding: 1vw 2vw;
    margin-bottom: 2vw;
}
#footLink li {
    font-size: 3.4vw;
    line-height: 1.5em;
    margin-bottom: 1vw;
}

/*------------------------------------------------
        スマホ横向き時の余白調整
--------------------------------------------------*/
.breadcrumb {
    width: 100%;
}