@charset "utf-8";
/*------------------------------------------------
	おすすめツアータブ
--------------------------------------------------*/
#tour {
	width: 100%;
    background: url("../img/tour-bg.png");
    padding: 80px 0 30px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#tour h2 {
    text-align: center;
    margin-bottom: 50px;
}
#tourTabWrap {
}
#tourTabWrap .tab {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#tourTabWrap .tab li {
	display: block;
	width: 100%;
	margin: 0 5px;	
	font-size: 16px;
	font-weight: bold;
	color: #787653;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	border: solid 2px #625e3c;
	transition: ease all 0.3s;
	padding: 15px 0;
	position: relative;
}
#tourTabWrap .tab li.nav_on {
	background-color: #625e3c;
	color: #fff;
	border: solid 2px #625e3c;
}
#tourTabWrap .tab li:hover {
	background-color: #625e3c;
	color: #fff;
}
#tourTabWrap .tab li.nav_on:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
}
.areabox {
	display:none;
	background-color: #fff;
    padding-bottom: 30px;
}
/*------------------------------------------------
	おすすめツアー商品
--------------------------------------------------*/
.tourWrap .inner-box {
    width: 992px;
    margin: 0 auto;
}
.tourWrap h3 {
    text-align: center;
    background-color: #625e3c;
    color: #fff;
    font-size: 18px;
    line-height: 2.0em;
    margin-bottom: 20px;
}
/* ------------------------------------------------
template:ツアーカセット
------------------------------------------------ */
.product-list {
    margin: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
}
.product-list * {
    box-sizing: border-box
}
.product-list > li {
    width: calc(98% / 2);
    margin-right: 2%;
    padding: 10px;
    background: #FFF;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
    position: relative;
}
.product-list > li:nth-child(n+3) {
    margin-top: 2%;
}
.product-list > li:nth-child(even) {
    margin-right: 0
}
.product-list > li:nth-child(-n+2) {
    margin-top: 0
}
.product-list.card-style > li:empty,
.product-list > li:empty {
    display: none;
}
.product-list > li:hover {
    box-shadow: 0 2px 20px rgb(0 0 0 / 25%);
}
.product-list > li a {
    text-decoration: none;
    color: #333;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.product-list__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item-photo__wrapper {
    border-radius: 10px;
    width: 40%;
    margin-right: 2%;
    overflow: hidden;
    position: relative;
}
.item-photo__wrapper img {
    border-radius: 10px;
    max-width: 100%;
}
.item-txt__wrapper {
    flex: 1;
}
.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: 3px
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.item-txt__icon .icon-type.snj::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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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: 3px;
}
.item-txt__port {
    font-size: 13px;
    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;
}
.item-label {
    position: absolute;
    top: 0;
    left: 0;
}
.item-label::after {
    content: "";
    display: none;
    background: no-repeat center center / contain;
    vertical-align: top;
}
.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: 15px;
    font-weight: bold;
    line-height: 1.4em;
    color: #004098;
}
.item-txt__point {
    margin-top: 5px;
    font-size: 13px;
	flex-grow: 1;
}
.item-txt__price .air_tour_code {
    display: block;
    font-size: 20px;
    color: #C00 !important;
    font-weight: bold;
}
.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__price .air_tour_code .card__priceSmall, .item-txt__price .air_tour_code .card__priceTilde {
    color: #C00 !important;
    font-size: 18px !important;
}
.item-txt__room .room-type {
    color: #666;
    font-size: 12px;
    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: 11px;
    font-weight: normal;
    margin-bottom: 8px;
}
.item-txt__note {
    font-size: 12px;
    font-weight: normal;
}
.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: 6px;
    font-size: 12px;
    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: 11px;
    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: 11px;
}
/***** カード型の場合　.card-style 追加　*****/
.product-list.card-style > li {
    width: calc(97% / 4);
    padding: 0;
    margin-right: 1%;
    margin-bottom: 1%;
	display: flex;
    flex-direction: column;
}
.product-list.card-style > li:nth-child(4n) {
    margin-right: 0
}
.product-list.card-style > li:nth-child(n+3) {
    margin-top: 0;
}
/*** 3カラム  ***/
.product-list.card-style.type3 > li {
    width: calc(98% / 3);
}
.product-list.card-style.type3 > li:nth-child(3n) {
    margin-right: 0
}
.product-list.card-style.type3 > li:nth-child(4n) {
    margin-right: 1%
}
.product-list.card-style > li .product-list__item {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.product-list.card-style > li .product-list__item .item-photo__wrapper {
    width: 100%;
    border-radius: 0;
    margin: 0;
    position: relative
}
.product-list.card-style > li .product-list__item .item-photo__wrapper img {
    border-radius: 0;
}
.product-list.card-style > li .product-list__item .item-photo__wrapper .item-txt__port {
    display: block;
    width: 100%;
    background: #191919;
    padding: 5px 4px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;
    /*text-align: center;
	position: absolute;
    bottom: 0;
    left: 0*/
}
.product-list.card-style > li .product-list__item .item-photo__wrapper .item-txt__port .port-type {
    font-size: 12px;
    color: #FFF;
}
.product-list.card-style > li .product-list__item .item-txt__wrapper {
    padding: 10px;
	display: flex;
    flex-direction: column;
}
.product-list.card-style > li .item-txt__price {
	margin-top: 15px;
}
.product-list.card-style > li .item-txt__price .air_tour_code {
    font-size: 16px;
}
/***** 販売商品なし *****/
.outsales-txt {
    text-align: center;
    margin: 30px auto;
}
.outsales-txt:empty {
    display: none
}

/***** 遷移ボタン *****/
.tourWrap .btn-more {
    padding-top: 30px;
    width: 600px;
    margin: 0 auto;
    text-align: center; 
    font-size: 16px;
}
.tourWrap .btn-more a {
    display: block;
    color: #000;
    font-weight: bold;
    background-color: #fce834;
    text-decoration: none;
    padding: 10px 0;
    border-radius: 25px;
    border: solid 2px #000;
}
.tourWrap .btn-more a:after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 10px;
}
.tourWrap .btn-more a:hover {
    transition: all 0.6s ease;
    opacity: 0.7;
}


/*------------------------------------------------
	OMOリンク
--------------------------------------------------*/
#moreLink {
    width: 100%;
    background: url("../img/tour-bg.png");
    padding: 50px 0 70px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#moreLink h2 {
    text-align: center;
    margin-bottom: 40px;
}
#moreLink .list {
    display: flex;
    flex-wrap: wrap;
}
#moreLink .list li {
    width: 470px;
    background-color: #625e3c;
    margin-bottom: 50px;
    border-radius: 15px;
    overflow: hidden;
    will-change: transform;
}
#moreLink .list li:nth-child(odd) {
    margin-right: 52px;
}
#moreLink .list li a {
    display: block;
    color: #fff;
    text-decoration: none;
}
#moreLink .list li .ph {
    width: 470px;
    height: 180px;
    overflow: hidden;
}
#moreLink .list li .ph img {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
#moreLink .list li .ph img:hover {
    transform: scale(1.1,1.1);
    transition: 1s all;
}
#moreLink .list li .sub-text {
    font-size: 14px;
    line-height: 1.5em;
    padding: 5px 20px 0;
}
#moreLink .list li h3 {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500;
    padding: 0 20px 5px;
}
#moreLink .btn-top {
    width: 600px;
    margin: 0 auto;
    text-align: center; 
    font-size: 16px;
}
#moreLink .btn-top a {
    display: block;
    color: #000;
    font-weight: bold;
    background-color: #fce834;
    text-decoration: none;
    padding: 10px 0;
    border-radius: 25px;
    border: solid 2px #000;
}
#moreLink .btn-top a:after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 10px;
}
#moreLink .btn-top a:hover {
    transition: all 0.6s ease;
    opacity: 0.7;
}

/*------------------------------------------------
	フッターリンク
--------------------------------------------------*/
#footLink {
    width: 100%;
    background-color: #000;
    padding: 30px 0;
}
#footLink .inner {
    width: 992px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}
#footLink a {
    color: inherit;
    text-decoration: none;
}
#footLink a:hover {
    text-decoration: underline;
}
#footLink h2 {
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
}
#footLink .flex-box {
    display: flex;
    margin-right: 78px;
    align-items: flex-start;
}
#footLink h3 {
    background-color: #625e3c;
    font-size: 14px;
    width: 80px;
    text-align: center;
    margin-right: 20px;
}
#footLink li {
    margin-bottom: 5px;
}