@charset "utf-8";

#wrap {
    font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #333;
    font-size: 15px;
    line-height: 1.5em;
}
#wrap .inner {
    width: 992px;
    margin: 0 auto;
}
/*-------------------------------------------------------
		メインビジュアル 
--------------------------------------------------------*/
#mainVisual {
	width: 100%;
	height: 460px;
    background: url(../img/main-bg-pc.jpg) no-repeat top center;
	text-align: center;
}
#mainVisual h2 {
    padding-top: 60px;
}

/*-------------------------------------------------------
		ポイント
--------------------------------------------------------*/
#pointWrap {
    background: #ffe5e8;
    padding: 50px 0;
}
#pointWrap .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#pointWrap .pointbox {
  width: 480px;
  margin-bottom: 20px;
  padding: 20px 30px;
  position: relative;
  background: #fff;
}
#pointWrap .pointbox:nth-child(3) {
    width: 100%;
}
#pointWrap .pointbox:before {
    content: "";
    width: 94px;
    height: 94px;
    display: inline-block;
    position: absolute;
    top:-10px;
    left: -10px;
    background-repeat: no-repeat;
}
#pointWrap .pointbox:nth-child(1):before {background-image: url("../img/point1.png");}
#pointWrap .pointbox:nth-child(2):before {background-image: url("../img/point2.png");}
#pointWrap .pointbox:nth-child(3):before {background-image: url("../img/point3.png");}

#pointWrap .pointbox dt {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: bold;
    color: #e45a6b;
    padding-left: 60px;
    margin-bottom: 15px;
}
#pointWrap .pointbox dt span {
    font-size: 16px;
    line-height: 1.2em;
}
#pointWrap .pointbox dd {
    font-size: 16px;
    line-height: 1.5em;
}
#pointWrap .pointbox dd .guide {
    float: right;
    padding: 0 0 0 15px;
}
#pointWrap .pointbox dd .note {
    font-size: 14px;
}
#pointWrap .pointbox .view {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
#pointWrap .pointbox .view li {
    width: 46%;
    margin: 0 2%;
    position: relative;
}
#pointWrap .pointbox .view .title {
    background-color: #222;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
#pointWrap .pointbox .view li > img {
    width: 100%;
}
#pointWrap .pointbox .view .eye {
    position: absolute;
    bottom: -10px;
    right: 0;
}

/*-------------------------------------------------------
		バスツアーコースタブ
--------------------------------------------------------*/
nav.navi {
    background-color: #ffe5e8;
    padding: 50px 0 0;
}
nav.navi.btm {
    background-color: #fff;
    padding: 0 0 50px;
}
.bustour-tub {
    width: 992px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.bustour-tub li {
    width: 49%;
    display: block;
    cursor: pointer;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 10px 0 15px 35px;
    z-index: 100;
}
.bustour-tub.btm li {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.bustour-tub li:nth-child(1) {
    background-color: #e4f8ff;
}
.bustour-tub li:nth-child(2) {
    background-color: #eaffee;
}
.bustour-tub li img {
}
.bustour-tub li.select {
    margin: -10px 0 -4px 0;
}
.bustour-tub.btm li.select {
    margin: -4px 0 -10px 0;
}
.bustour-tub li:nth-child(1).select {
    border-top: solid 3px #3db0e4;
    border-left: solid 3px #3db0e4;
    border-right: solid 3px #3db0e4;
}
.bustour-tub.btm li:nth-child(1).select {
    border-top: none;
    border-bottom: solid 3px #3db0e4;
}
.bustour-tub li:nth-child(2).select {
    border-top: solid 3px #5ac25c;
    border-left: solid 3px #5ac25c;
    border-right: solid 3px #5ac25c;
}
.bustour-tub.btm li:nth-child(2).select {
    border-top: none;
    border-bottom: solid 3px #5ac25c;
}
/*コンテンツ*/
.bustour-tub-conts.disnon {
	display: none;
}
#bustour1 {
    background-color: #E4F8FF;
    border-top: solid 3px #3db0e4;
    border-bottom: solid 3px #3db0e4;
}
#bustour2 {
    background-color: #eaffee;
    border-top: solid 3px #5ac25c;
    border-bottom: solid 3px #5ac25c;
}
/*-------------------------------------------------------
		ルート・観光スポット
--------------------------------------------------------*/
.routeWrap {
  width: 100%;
  padding: 50px 0;
}
.routeWrap .title-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.routeWrap .title-box h3 {
    font-size: 36px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
}
#bustour1 .routeWrap .title-box h3 {color:#3db0e4; }
#bustour2 .routeWrap .title-box h3 {color:#5ac25c; }
.routeWrap .title-box h3 span {
	display: inline-block;
    color: #333;
    font-size: 20px;
    line-height: 1.5em;
}
.routeWrap .title-box .note {
    font-size: 15px;
}

/*--------期間タブ・切り替えコンテンツ-------*/
/*.route-tab  {
    display: flex;
    justify-content: space-around;
}
.route-tab li {
    width: 100%;
    margin: 0 5px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: ease all 0.6s;
	padding: 12px 0;
    background-color: #95cafd;
}
.route-tab li:hover {
    background-color: #005ab3;
	transition:all 0.5s ease;
}
.route-tab li.select {
    background-color: #005ab3;
}
*/
.route-content {
    margin-bottom: 40px;
}
.route {
    width: 100%;
    background-color: #fff;
    padding: 50px 30px;
}
.route .kikan {
	background-color: #c78729;
	font-size: 17px;
	color: #fff;
	line-height: 1.3em;
	padding: 5px;
	text-align: center;
}
#bustour2 .route .kikan {
	margin-bottom: 20px;
}
.route .routeimg{
    text-align: center;
    margin-bottom: 30px;
}
.bus-sche {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    font-weight: bold;
	margin-bottom: 30px;
}
.bus-sche td, .bus-sche th {
    padding: 10px;
    text-align: center;
    border: 1px solid #e8e1c4;
}
.bus-sche th {
    line-height: 1.3em;
    background-color: #fbfbef;
    & span {
        font-size: 0.8em;
        font-weight: normal;
    }
}
.bus-sche th.time {
    color: #333;
}
.bus-sche-note {
    margin-top: 5px;
    font-size: 13px;    
}
/*--------スポット情報-------*/
.spot-box {
    display: flex;
    flex-wrap: wrap;
} 
.spot-box li {
    width: 230px;
    margin-right: 24px;
    margin-bottom: 30px;
}
.spot-box li:nth-child(4n) {
    margin-right: 0;
}
.spot-box .ph {
    margin-bottom: 10px;
}
.spot-box .ph img {
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 5px;
}
.spot-box .ph span {
    display: block;
    font-size: 11px;
    line-height: 1.2em;
    text-align: right;
}
.spot-box h4 {
    font-size: 18px;
    line-height: 1.2em;
    color: #222;
    font-weight: bold;
    margin-bottom: 5px;
}
.spot-box h4 span {
    font-size: 12px;
    color: #888;
}
.spot-box .text {
    font-size: 14px;
    line-height: 1.5em;
}
.spot-box .text-mini {
    font-size: 11px;
    line-height: 1.4em;
    color: #d95100;
    margin-top: 5px;
}

/*--------動画紹介-------*/
.movie-box h3 {
	background: url(../img/bg_movie.png) repeat-x left center;
	margin-bottom: 20px;
}
.movie-box h3 span {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	background-color: #E4F8FF;
	padding-right: 10px;
}
#bustour2 .movie-box h3 span {
    background-color: #eaffee;
}
.movie-box h3 span:before {
	font-size: 20px;
	font-weight: normal;
	font-family: FontAwesome;
	content: "\f03d";
	padding: 0 5px;
}
.movie-box ul li iflame {
	width: 250px;
	float: left;
}
.movie-box ul li p {
	width: 700px;
	float: right;
	font-size: 15px;
    line-height: 1.5em;
    margin-top: 10px;
}
.movie-box ul li p strong {
    display: block;
	font-size: 18px;
	line-height: 1.6em;
    margin-bottom: 10px;
}

/*-------------------------------------------------------
		まもる君
--------------------------------------------------------*/
.mamoru {
    width: 100%;
    padding: 0 0 50px 0;
}
.mamoru .inner {
    position: relative;
}
.mamoru .text {
	position: absolute;
	left: 480px;
	top: 150px;
	width: 450px;
}
.mamoru .date {
    background-color: #ccf1ff;
	text-align: center;
	margin-bottom: 10px;
}
.mamoru .date dt {
	font-size: 16px;
	line-height: 1.6em;
	background-color: #1297C9;
	color: #fff;
}
.mamoru .date dd {
	font-size: 20px;
	line-height: 1.4em;
	font-weight: bold;
    padding: 5px 10px;
}
.mamoru .date dd span {
    font-size: 13px;
    margin-left: 3px;
}
.mamoru .note {
	color: #DB0003;
	font-size: 12px;
	line-height: 1.5em;
}
/*-------------------------------------------------------
	概要
--------------------------------------------------------*/
.gaiyoWrap {
    width: 100%;
    padding: 50px 0;
}
.gaiyoWrap h3 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.gaiyo {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.gaiyo dt {
    width: 20%;
    padding: 7px 10px;
    border-bottom: dashed 1px #ccc;
    font-weight: bold;
    color: #7f5b04;
}
.gaiyo dd {
    width: 80%;
    padding: 7px 10px;
    border-bottom: dashed 1px #ccc;
}
.gaiyo dt:last-of-type,.gaiyo dd:last-of-type {
    border-bottom: none;
}
.gaiyo dt:before {
    font-family: FontAwesome;
    content: "\f0da";
    margin-right: 5px;
}
.gaiyo dd.unkou {
	font-weight: bold;
    line-height: 1.8em;
}
.gaiyo dd.unkou span  {
    font-size: 0.8em;
    font-weight: normal;
}
.gaiyo dd.price .ryoukin {
    color: #E5004F;
    font-size: 24px;
    font-weight: bold;
}
.attentionMsg{
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
}
.attentionMsg dl{
	width: 100%;
	line-height: 1.6em;
}
.attentionMsg dt{
	color: #ff6699;
	font-weight: bold;
	margin-bottom: 5px;
}
.attentionMsg ul.list>li:nth-child(odd){
	margin: 0;
	font-weight: bold;
}
.attentionMsg ul.list>li:last-child{
	font-weight: normal;
}
.gaiyoWrap .red{
	color: #F8070B;
}

/*-------------------------------------------------------
  おすすめツアータブ
-------------------------------------------------------*/
#tour_area{
    width: 992px;
    margin: 0 auto 50px;
}
#tourTabWrap {
	width: 100%;
}
#tourTabWrap h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 50px 0 40px;
	letter-spacing: 0.1em;
}
#tourTabWrap h2 span {
	color: #277d32;
}
#tourTabWrap .tab {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#tourTabWrap .tab li {
	display: block;
	width: 100%;
	margin: 0 7px;	
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #277d32;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	border: solid 2px #277d32;
	transition: ease all 0.3s;
	padding: 15px 0;
	position: relative;
}
#tourTabWrap .tab li.nav_on{
	background-color: #277d32;
	color: #fff;
	border: solid 2px #277d32;
}
#tourTabWrap .tab li:hover {
	background-color: #277d32;
	color: #fff;
}
#tourTabWrap .tab li.nav_on:after {
    font-family: FontAwesome;
	content: "\f0d7";
    position: absolute;
	bottom: -2px;
	right: 0;
	left: 0;
}
.areabox {
	display: none;
}
/*オプショナル部分*/
.op_wrap{
    background-color: rgb(210, 234, 176);
}
.op_info{
    width: 960px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* おすすめツアー
-------------------------------------------------------*/
.tourWrap {
    padding-bottom: 70px;
}
.tourWrap .inner-box {
    width: 992px;
    margin: 0 auto;
}
.tourWrap h3 {
    text-align: center;
    background-color: #277d32;
    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-label::before{
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}
.item-label.lealea::before{
  background-image: url("../img/icon-lealea.png");  
}
.item-label.colorful::before{
  background-image: url("../img/icon-colorful.png");  
}
.item-label.both::before{
  background-image: url("../img/icon-both.png");  
}
.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 {
	margin-top: 10px;
}
.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 {
    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 {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.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;
    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 .air_tour_code {
    font-size: 18px;
}
/***** 販売商品なし *****/
.outsales-txt {
    text-align: center;
    margin: 30px auto;
}
.outsales-txt:empty {
    display: none
}

/***** 遷移ボタン *****/
.other-link {
    width: 450px;
    margin: 10px auto;
}
.other-link a {
    text-decoration: none;
    display: block;
    margin: 0 auto;
    color: #FFF;
    background: #419d8a;
    text-align: center;
    line-height: 60px;
    border-radius: 6px;
    transition: 0.3s;
    position: relative;
}
.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: 12px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 3%;
    bottom: 0;
    margin: auto;
}




/* バナーエリア
-------------------------------------------------------*/
.bnr-area {
	text-align: center;
	margin-bottom: 30px;
}
.bnr-area a:hover {
	opacity: 0.8;
	transition: all 0.6s ease;
}


/* お問い合わせ
-------------------------------------------------------*/
#inqbox {
    width: 960px!important;
}
.inquiryWrap {
	width: 100%;
	padding: 30px 0;
}
.inquirybox {
/*	width: 960px;*/
	margin: 0 auto;
	padding: 10px;
	border: 3px solid #00164b;
	background-color: #fff;
}
.inquirybox h3 {
	margin-bottom: 15px;
	padding: 8px 0 4px 0;
	background: #00164b;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.inquirybox ul.shoplist {
	margin-bottom: 10px;
}
.inquirybox ul.shoplist li {
	font-size:14px;
	overflow:hidden;
	position: relative;
	line-height: 1.8em;
}
.inquirybox ul.shoplist>li:first-child {
	font-size:18px;
	font-weight:bold;
	line-height: 36px;
}
.inquirybox ul.shoplist>li:first-child:before {
	position: absolute;
	top: 50%;
	content: '';
	width:100%;
	height: 1px;
	border-top: 1px dashed #333;
}
.inquirybox ul.shoplist>li> .shopname{
	position: relative;
	display: inline-block;
	padding-right: 10px;
	background:#FFF;
 }
.inquirybox ul.shoplist>li> .phone{
	position: absolute;
	right:0;
	top:0;
	display:inline-block;
	background:#FFF;
	padding-left: 10px;
	font-size:28px;
}
.inquirybox ul.shoplist>li> .phone a{
	color:#1c2e6f!important;
	text-decoration: none;
}
.inquirybox ul.shoplist>li> .phone strong{
	color:#BF1010;
	font-weight: bold
}
.inquirybox .shoplink{
	width:60%;
	margin:20px auto;
}
.inquirybox .shoplink a {
	display:block;
	padding:8px;
	line-height: 32px;
	font-size:16px;
	font-weight:bold;
	color:#00164b;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
	background-color: #bae3f9;
}
.inquirybox .shoplink a:hover{
	background-color: #9dd6f5;
	transition:all 0.5s ease;
}


.atn-txt{
    color: #e62117;
    z-index: 100;
}


