@charset "utf-8";

#wrap {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #333;
	font-size: 14px;
	line-height: 1.5em;
}
/*-------------------------------------------------------
		メインビジュアル 
--------------------------------------------------------*/
#mainVisual{
	width: 100%;
	height: 66.6vw;
    background: url(../img/main-bg-sp.jpg) no-repeat top center;
    background-size: 100%;
	text-align: center;
}
#mainVisual h2 {
	padding-top: 7vw;    
}
#mainVisual h2 img {
    width: 60vw;
}

/*-------------------------------------------------------
		ポイント
--------------------------------------------------------*/
#pointWrap {
    background: #ffe5e8;
    padding: 5vw 0;
}
#pointWrap .inner {
    width: 92vw;
    margin: 0 auto;
}
#pointWrap .pointbox {
  margin-bottom: 5vw;
  padding: 3vw;
  position: relative;
  background: #fff;
}
#pointWrap .pointbox:before {
    content: "";
    width: 17vw;
    height: 17vw;
    display: inline-block;
    position: absolute;
    top:-2vw;
    left: -2vw;
    background-repeat: no-repeat;
}
#pointWrap .pointbox:nth-child(1):before {background-image: url("../img/point1.png");background-size: contain;}
#pointWrap .pointbox:nth-child(2):before {background-image: url("../img/point2.png");background-size: contain;}
#pointWrap .pointbox:nth-child(3):before {background-image: url("../img/point3.png");background-size: contain;}

#pointWrap .pointbox dt {
    font-size: 5.3vw;
    line-height: 1.2em;
    font-weight: bold;
    color: #e45a6b;
    padding-left: 13vw;
    margin-bottom: 3vw;
}
#pointWrap .pointbox dt span {
    font-size: 3.3vw;
    line-height: 1.4em;
}
#pointWrap .pointbox dd {
    font-size: 3.8vw;
    line-height: 1.5em;
}
#pointWrap .pointbox dd .guide {
      width: 30vw;
      float: right;
    padding: 0 0 0 3vw;
}
#pointWrap .pointbox dd .note {
    font-size: 3.0vw;
}
#pointWrap .pointbox .view {
    margin-top: 2vw;
}
#pointWrap .pointbox .view li {
    position: relative;
    margin-bottom: 3vw;
}
#pointWrap .pointbox .view .title {
    background-color: #222;
    text-align: center;
    font-size: 3.4vw;
    color: #fff;
}
#pointWrap .pointbox .view .eye {
    width: 40vw;
    position: absolute;
    bottom: -2vw;
    right: 0;
}
#pointWrap .pointbox .view li  img {
    width: 100%;
}

/*-------------------------------------------------------
		バスツアーコースタブ
--------------------------------------------------------*/
nav.navi {
    background-color: #ffe5e8;
    padding: 5vw 0 0;
}
nav.navi.btm {
    background-color: #fff;
    padding: 0 0 5vw;
}
.bustour-tub {
    width: 96vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.bustour-tub li {
    width: 49%;
    border-top-left-radius: 3vw;
    border-top-right-radius: 3vw;
    padding: 3vw 2vw;
    position: relative;
}
.bustour-tub.btm li {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3vw;
    border-bottom-right-radius: 3vw;
}
.bustour-tub li:nth-child(1) {
    background-color: #e4f8ff;
}
.bustour-tub li:nth-child(2) {
    background-color: #eaffee;
}
.bustour-tub li img {
    width: 100%;
}
.bustour-tub li.select {
    margin: -2vw 0 -0.5vw 0;
}
.bustour-tub.btm li.select {
    margin: -0.5vw 0 -2vw 0;
}
.bustour-tub li:nth-child(1).select {
    border-top: solid 0.5vw #3db0e4;
    border-left: solid 0.5vw #3db0e4;
    border-right: solid 0.5vw #3db0e4;
}
.bustour-tub.btm li:nth-child(1).select {
    border-top: none;
    border-bottom: solid 0.5vw #3db0e4;
}
.bustour-tub li:nth-child(2).select {
    border-top: solid 0.5vw #5ac25c;
    border-left: solid 0.5vw #5ac25c;
    border-right: solid 0.5vw #5ac25c;
}
.bustour-tub.btm li:nth-child(2).select {
    border-top: none;
    border-bottom: solid 0.5vw #5ac25c;
}

/*コンテンツ*/
.bustour-tub-conts.disnon {
	display: none;
}
#bustour1 {
    background-color: #E4F8FF;
    border-top: solid 0.5vw #3db0e4;
    border-bottom: solid 0.5vw #3db0e4;
}
#bustour2 {
    background-color: #eaffee;
    border-top: solid 0.5vw #5ac25c;
    border-bottom: solid 0.5vw #5ac25c;
}
/*-------------------------------------------------------
		ルート・観光スポット
--------------------------------------------------------*/
.routeWrap {
  width: 100%;
  padding: 5vw 0;
}
.routeWrap .inner {
    width: 92vw;
    margin: 0 auto;
}
.routeWrap .title-box h3 {
    text-align: center;
    font-size: 7vw;
    line-height: 1.3em;
    font-weight: bold;
}
#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: 4.0vw;
    line-height: 1.4em;
}
.routeWrap .title-box .note {
     text-align: center;
    font-size: 3.2vw;
}
.routeWrap .map img {
    width: 100%;
    margin: 5vw 0;
}
/*--------期間タブ・切り替えコンテンツ-------*/
/*.route-tab {
    display: flex;
    justify-content: space-around;
}
.route-tab li {
    width: 100%;
	font-size: 3.4vw;
    line-height: 1.2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 2vw 0 1vw;
    background-color: #7ab6f0;
}
.route-tab li.select {
    background-color: #005ab3;
}*/

.route-content {
    margin-bottom: 7vw;
}
.route {
	width: 100%;
	background-color: #fff;
	padding: 5vw 3vw;
}
.route .kikan {
	background-color: #c78729;
	font-size: 3.3vw;
	color: #fff;
	line-height: 1.3em;
	padding: 0.5vw;
	text-align: center;
}
#bustour2 .route .kikan {
	margin-bottom: 3vw;
}
.routeimg img {
    width: 100%;
    margin-bottom: 5vw;
}
.bus-sche{
    text-align:center;
    border-collapse:collapse;
    font-size:3.0vw;
	margin-bottom: 5vw;
}
.bus-sche td, .bus-sche th {
    padding: 3px;
    text-align: center;
    border: 1px solid #e8e1c4;
    vertical-align: middle;
}
.bus-sche th {
    line-height: 1.3em;
    vertical-align: middle;
    background-color: #fbfbef;
    & span {
        font-size: 0.8em;
        font-weight: normal;
    }
}
.bus-sche th.time {
    width: 10%;
	color: #333;
}
.bus-sche-note {
    margin-top: 1vw;
    font-size: 2.8vw;
    line-height: 1.4em;
}

/*--------スポット情報-------*/
.routeWrap .sp-scroll {
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 5vw;
}
.spot-box {
	display: flex;
}
.spot-box li {
	width: 220px;
	margin-right: 10px;
}
.spot-box .ph {
    margin-bottom: 10px;
}
.spot-box .ph img {
	width: 220px;
    vertical-align: bottom;
    margin-bottom: 3px;
}
.spot-box .ph span {
     display: block;
    font-size: 10px;
    line-height: 1.2em;
    text-align: right;
}
.spot-box h4 {
    font-size: 16px;
    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: 13px;
    line-height: 1.4em;
}
.spot-box .text-mini {
    font-size: 10px;
    line-height: 1.4em;
    color: #d95100;
    margin-top: 5px;
}

/*--------動画紹介-------*/
.movie-box h3 {
	background: url(../img/bg_movie.png) repeat-x left center;
	background-size: 8px auto;
	margin-bottom: 10px;
}
.movie-box h3 span {
	font-size: 4.6vw;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #E4F8FF;
	padding-right: 1vw;
}
#bustour2 .movie-box h3 span {
    background-color: #eaffee;
}
.movie-box h3 span:before {
	font-size: 4.0vw;
	font-weight: normal;
	font-family: FontAwesome;
	content: "\f03d";
	padding: 0 5px;
}
.movie-box ul {
	width: 100%;
}
.movie-box ul li {
	text-align: center;
}
.movie-box ul li p {
	text-align: left;
    font-size: 13px;
    line-height: 1.4em;
    margin-top: 10px;
}
.movie-box ul li p strong {
    display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
    margin-bottom: 5px;
}

/*-------------------------------------------------------
		まもる君
--------------------------------------------------------*/
.mamoru {
    width: 100%;
}
.mamoru .inner {
    position: relative;
}
.mamoru h3 {
    text-align: center;
}
.mamoru h3 img {
    width: 92%;
    vertical-align: bottom;
}
.mamoru .date {
    position: absolute;
    top: 12.5vw;
    left: 45vw;
    width: 47vw;
	text-align: center;
	background-color: #ccf1ff;
}
.mamoru .date dt {
	font-size: 3.0vw;
	line-height: 1.6em;
	background-color: #1297C9;
	color: #fff;
}
.mamoru .date dd {
	font-size: 3.0vw;
	line-height: 1.3em;
	font-weight: bold;
    padding: 1vw 0;
}
.mamoru .date dd span {
    font-size: 2.5vw;
    margin-left: 1vw;
}
.mamoru .note {
	width: 92%;
	margin: 1vw auto 0;
	color: #DB0003;
	font-size: 3.0vw;
	line-height: 1.4em;
}
/*-------------------------------------------------------
	概要
--------------------------------------------------------*/
.gaiyoWrap {
  width: 100%;
  padding: 5vw 0;
}
.gaiyoWrap h3 {
    text-align: center;
    font-size: 4.0vw;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 3vw;
}
.gaiyo {
    width: 92%;
    margin: 0 auto;
    background-color: #fff;
    padding: 5px 10px;
    margin-bottom: 5vw;
}
.gaiyo dt {
    font-weight: bold;
    color: #7f5b04;
    font-size: 14px;
    line-height: 1.4em;
}
.gaiyo dd {
    border-bottom: dashed 1px #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-left: 8px;
    font-size: 13px;
    line-height: 1.4em;
}
.gaiyo dd:last-child {
    border-bottom: none;
}
.gaiyo dt:before {
    font-family: FontAwesome;
    content: "\f0da";
    margin-right: 3px;
}
.gaiyo dd.unkou {
    font-weight: bold;
    line-height: 1.5em;
}
.gaiyo dd.unkou span  {
    font-size: 0.8em;
    font-weight: normal;
}
.gaiyo dd.price .ryoukin {
    color: #E5004F;
    font-size: 16px;
    font-weight: bold;
}
.attentionMsg{
    width: 92%;
    margin: 0 auto 5vw;
    background-color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5em;
}
.attentionMsg dl{
	width: 100%;
}
.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;
}

/* おすすめツアータブ
-------------------------------------------------------*/
#tourTabWrap {
	width: 100%;
	padding-top: 15px;
	margin-top: 20px;
}
#tourTabWrap h2 {
    height: 40px;
    margin: 0 auto;
    font-size: 6.0vw;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3vw;
}
#tourTabWrap h2 span {
	color: #277d32;
}
#tourTabWrap .tab {
	width: 94%;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
}
#tourTabWrap .tab li {
	display: block;
	width: 100%;
	margin: 0 1px;	
	font-size: 13px;
	font-weight: bold;
	color: #277d32;
	background-color: #fff;
	text-align: center;
	border: solid 1px #277d32;
	padding: 15px 0;
	/*position: relative;*/
}
#tourTabWrap .tab li.nav_on {
	background-color: #277d32;
	color: #fff;
	border: solid 1px #277d32;
}
/*#tourTabWrap .tab li.nav_on:after {
    font-family: FontAwesome;
	content: "\f0d7";
    position: absolute;
	bottom: -2px;
	right: 0;
	left: 0;
}*/
.areabox {
	display: none;
}

/* おすすめツアー
-------------------------------------------------------*/
.tourWrap {
    padding-bottom: 7vw;
}
.tourWrap .inner-box {
    width: 94%;
    margin: 0 auto;
}
.tourWrap h3 {
    text-align: center;
    background-color: #277d32;
    color: #fff;
    font-size: 13px;
    /*line-height: 2.2em;*/
    margin-bottom: 3vw;
    padding: 5px;
}
/* ------------------------------------------------
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 {
    font-size: calc(22vw / (750 / 100));
    font-weight: bold;
    color: #333;
	line-height: 1.5em;
}
.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-label::before{
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(150vw / 7.5);
  height: calc(40vw / 7.5);
  position: absolute;
  top: 0;
  left: -2px;
}
.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: 3.8vw;
    line-height: 1.4em;
    font-weight: bold;
    color: #004098;
}
.item-txt__point {
    margin-top: calc(10vw / 7.5);
    font-size: 12px;
}
.item-txt__price {
    margin-top: calc(10vw / 7.5);
}
.item-txt__price .air_tour_code {
    display: block;
    font-size: 4.2vw ;
    color: #c00 !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 {
    font-size: 10px;
    font-weight: normal;
    line-height: 1.5em;
}
.item-txt__note {
    margin-top: calc(10vw / 7.5);
    font-size: 12px;
    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: 14px;
}
.product-list.row-style .item-txt__price .air_tour_code {
    font-size: 15px;
}
/***** 販売商品なし *****/
.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: #419d8a;
    text-align: center;
    border-radius: 6px;
    transition: 0.3s;
    position: relative;
    padding: 10px 20px;
}
.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;
}

/* バナーエリア
-------------------------------------------------------*/
.bnr-area {
    margin: 0 auto;
    width: 94%;
}
.bnr-area img {
	width: 100%;

}
/* お問い合わせ
-------------------------------------------------------*/
.inquiryWrap {
	width: 100%;
}
.inquirybox {
	width: 93%;
	margin: 0 auto;
	padding:10px;
	border: 3px solid #00164b;
	background-color: #fff;
}
.inquirybox h3 {
	margin-bottom: 10px;
	padding: 8px 0 4px 0;
	background: #1c2e6f;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}
.inquirybox ul.shoplist {
	font-size: 12px;
	margin-bottom: 10px;
	border-bottom: 1px dotted;
}
.inquirybox ul.shoplist .shopname{
	font-size: 16px;
	line-height: 1.8em;
	font-weight:bold;
	display: block;
	background:#FFF;
 }
.inquirybox ul.shoplist .phone{
	font-size: 24px;
	font-weight: bold;
}
.inquirybox ul.shoplist .phone a{
	color:#1c2e6f!important;
}
.inquirybox ul.shoplist .phone strong{
	color:#BF1010;
	font-weight: bold;
}
.inquirybox .shoplink{
	width:60%;
	margin:10px auto;
}
.inquirybox .shoplink a{
	display:block;
	line-height: 2.0em;
	font-size: 16px;
	font-weight: bold;
	color: #00164b;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
	background-color: #bae3f9;
}
.option{
    text-align: center;
    background-color: #d80303;
    padding: 15px 10px;
    border-radius: 5px;
    margin: 0 10px;
}
.option a{
	font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.option a:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 7px;
}


/*******************************************
   スマホフッター調整
*******************************************/
.pageFooter .reserveArea {
	margin-top: 0;
	
}
#shopInfo p.subttl {
	margin: 1.5vw 0 1vw;
}
#shopInfo .shopName{
	margin: 1.5vw 0 1vw;
}
#shopInfo .subttl-02 {
	margin: 2vw 0;
	line-height: 1.3em;
	padding: 0 !important;
}
.atn-txt{
    color: #e62117;
    z-index: 100;
}

/*------------------------------------------------
        スマホ横向き時の余白調整
--------------------------------------------------*/
.breadcrumb {
    width: 100%;
}