@charset"utf-8";

/*------------------------------------------------
	 おすすめツアー商品
--------------------------------------------------*/
.areabox{
	display:none;
}
.tourWrap {
    /*padding-bottom: 5vw;*/
}
.tourWrap .inner-box {
	width: 94vw;
	margin: 0 auto 5vw;
}
/*.tourWrap h3 {
	text-align: center;
	background-color: #d1a952;
	color: #fff;
	font-size: 3.6vw;
	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 追加　*****/
/***** 縦積みの場合　.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
}
.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;
	font-size: calc(21vw /(750 / 100));
	font-weight: bold;
	color: #333;
	line-height: 1.3em;
	margin-top: 1vw;
}
a[href^="https://hotel.his-j.com/search/hotel-plan"] .item-txt__port {
	/*background-color: #b7982f!important;*/
}
.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;
}
a[href^="https://hotel.his-j.com/search/hotel-plan"] .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: calc(28vw / (750 / 100)) !important;
    font-weight: bold;
    line-height: 1.4em;
    color: #333;
}
.item-txt__point {
    margin-top: calc(10vw / 7.5);
    font-size: calc(24vw / (750 / 100)) !important;
    line-height: 1.5em;
    margin-bottom: 1vw;
}
.item-txt__carrier {
    margin-top: calc(10vw / 7.5);
    font-size: calc(24vw / (750 / 100)) !important;
    line-height: 1.5em;
    margin-bottom: 1vw;
}
.item-txt__carrier::before {
    content: '【利用航空会社】';
}
a[href^="https://hotel.his-j.com/search/hotel-plan"] .item-txt__carrier {
    display: none;
}
.item-txt__price .air_tour_code {
    display: block;
    font-size: 16px!important;
    color: #C00 !important;
    font-weight: bold;
}
.item-txt__price .air_tour_code .card__priceSmall, .item-txt__price .air_tour_code .card__priceTilde {
    color: #C00 !important;
    font-size: 16px!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: #333;
    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: #333;
    font-size: calc(22vw / (750 / 100));
    line-height: 1.5em;
    font-weight: normal;
    /*margin-top: 1vw;*/
}
.item-txt__note.js-split-dynamic {
    color: #333;
    font-size: calc(22vw / (750 / 100));
    line-height: 1.5em;
    font-weight: normal;
    /*margin-top: 1vw;*/
}
.item-txt__note {
    color: #333;
    font-size: calc(22vw / (750 / 100));
    line-height: 1.5em;
    font-weight: normal;
    /*margin-top: 1vw;*/
    display: none;
}
.item-txt__note.true {
    display: block;
}
.item-txt__note.false {
    display: none;
}
/*span[id*="dep_"].dep-date::after {
    content: none
}
.js-split-departure.dep-date::after, #dep_.dep-date::after {
    content: "出発"
}*/
.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
}
/***** 遷移ボタン *****/
.other-link {
    width: 80vw;
    margin: calc(20vw / (750 / 100)) auto;
}
.other-link a {
    text-decoration: none;
    display: block;
    margin: 0 auto;
    font-size: calc(22vw / 7.5);
    font-weight: 500;
    color: #FFF;
    background: #57a0ca;
    text-align: center;
    border-radius: 6px;
    transition: 0.3s;
    position: relative;
    padding: 3vw 5vw;
}
.other-link a:hover {
    opacity: 0.7
}
.other-link a::after {
    content: "";
    background: url(/cmn/icon/icon_arrow_right_white.svg) no-repeat center center / cover;
    width: 8px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
}