.item-txt__port@charset "utf-8";
/* CSS Document */
/* 共通
-------------------------------------------------------*/
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #333;
}
/* メインビジュアル
-------------------------------------------------------*/
#mainWrap {
    width: 100%;
    height: 56vw;
    position: relative;
    background: url(../img/sp/main-bg.jpg) no-repeat top center;
    background-size: 100%;
}
/* 背景イラスト
------------------------------------------ */
.bg-design {
    background-image: url("../img/sp/illust-bouble.png"), url("../img/sp/midokoro-footer.png"), linear-gradient(#3090e8, #9ddfff, #78d0f9);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top 15vw center, bottom center, top left;
    background-size: 100%, 100%, 100%;
}
/* イントロダクション
------------------------------------------ */
#introWrap {
    width: 100%;
    padding: 5vw 7vw;
}
#introWrap .title {
    width: 82vw;
    margin: 0 auto 5vw;
}
#introWrap .title img {
    width: 100%;
}
#introWrap .intro {
    font-size: 14px;
    line-height: 1.5em;
    text-align: justify;
    color: #fff;
}
/* ナビ
-------------------------------------------------------*/
#naviWrap {
    width: 100%;
    background: url("../img/sp/line.png") no-repeat bottom center;
    background-size: 90%;
    padding-bottom: 15px;
}
#naviWrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#naviWrap ul li {
    width: 80px;
    height: 80px;
    margin: 0 10px 10px;
}
#naviWrap ul li img {
    width: 100%;
}
#naviWrap ul li a {
    display: block;
}
/* みどころ全体
-------------------------------------------------------*/
#midokoroWrap {
    width: 100%;
    padding: 20px 0 100px 0;
}
#midokoroWrap .inner {
    background-image: url("../img/sp/illust-kuroshio.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top 11vw center;
}
#midokoroWrap h2 {
    font-size: 22px;
    line-height: 1.0em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}
#midokoroWrap h2 span.small {
    font-size: 14px;
}
#midokoroWrap h2 span.underline {
    background: linear-gradient(transparent 80%, #ffea42 80%);
}
#midokoroWrap h2.ikimono {
    background: url("../img/sp/illust-ikimono.png") no-repeat top 10px center;
    background-size: 100%;
}
/* いちおしスポット
-------------------------------------------------------*/
.spot {
    width: 90vw;
    margin: 0 auto;
}
.spot .ph {
    width: 74vw;
    margin: 0 auto 3vw;
}
.spot .ph img {
    width: 100%;
}
.spot .text {
    width: 86vw;
    margin: 0 auto;
    color: #fff;
}
.spot .text h3 {
    font-size: 20px;
    line-height: 1.0em;
    font-weight: bold;
    margin-bottom: 10px;
}
.spot .text p {
    font-size: 13px;
    line-height: 1.5em;
    text-align: justify;
}
.spot.nettai {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    background: url("../img/sp/line.png") no-repeat bottom center;
    background-size: 100%;
    margin-bottom: 30px;
}
.spot.nettai .ph {
    order: 1;
}
.spot.nettai .text {
    order: 2;
}
#cafe {
    margin: 30px 0;
    background-color: #4696dd;
    padding: 20px 10px 10px;
    display: flex;
    position: relative;
}
#cafe h4 {
    position: absolute;
    top: -15px;
    left: -10px;
}
#cafe h4 img {
    width: 170px;
}
#cafe p {
    margin-right: 10px;
}
#cafe p img {
    width: 30vw;
}
#cafe dt {
    font-size: 15px;
    line-height: 1.4em;
    color: #ffe514;
}
#cafe dd {
    font-size: 12px;
    color: #fff;
}
/* イベント・体験プログラム
-------------------------------------------------------*/
.event-box {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    background: url("../img/sp/line.png") no-repeat bottom center;
    background-size: 90%;
    margin-bottom: 30px;
}
.event {
    display: flex;
    margin: 0 0 30px 5vw;
}
.event li {
    width: 200px;
    margin-right: 30px;
    position: relative;
}
.event li .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 11px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-top: 10px;
}
.event li .icon:first-letter {
    font-size: 13px;
}
.event li .icon.miru {
    background-color: #f8b813;
}
.event li .icon.tanoshimu {
    background-color: #39b970;
}
.event li .icon.fureru {
    background-color: #ca6cac;
}
.event li .icon.manabu {
    background-color: #a5692f;
}
.event .ph {
    width: 200px;
    margin-bottom: 20px;
}
.event .ph img {
    width: 100%;
}
.event h3 {
    font-size: 16px;
    line-height: 1.0em;
    font-weight: bold;
    color: #025295;
    border-bottom: solid 1px #025295;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.event h3 span {
    font-size: 10px;
}
.event .text {
    font-size: 13px;
    line-height: 1.5em;
}
.event .info {
    margin-top: 10px;
    background-color: #c5ebfd;
    font-size: 11px;
    padding: 5px;
}
/* 生き物たち
-------------------------------------------------------*/
#itemSlider {
    width: 100%;
}
#itemSlider p {
    position: relative;
}
#itemSlider p img {
    width: 100%;
}
#itemSlider p span {
    position: absolute;
    right: 2px;
    bottom: 2px;
    font-size: 11px;
    line-height: 1.1em;
    color: #fff;
    text-shadow: black 1px 1px 1px, black -1px 1px 1px, black 1px -1px 1px, black -1px -1px 1px;
}
.ikimono-note {
    padding: 10px 5vw 0;
    font-size: 11px;
    line-height: 1.5em;
}
/* ＱＡ
-------------------------------------------------------*/
#qaWrap {
    width: 100%;
    background-color: #0447ba;
    padding: 20px 0 40px;
}
#qaWrap .inner {
    width: 90vw;
    margin: 0 auto;
}
#qaWrap h2 {
    text-align: center;
    margin-bottom: 30px;
}
#qaWrap h2 img {
    width: 50vw;
}
#qaWrap h2:before {
    content: "";
    display: block;
    width: 36px;
    height: 29px;
    margin: 0 auto 10px;
    background: url("../img/qa-title-icon.png") no-repeat top center;
    background-size: contain;
}
#qaWrap #qa {
    width: 100%;
}
#qaWrap #qa dt {
    background-color: #fff;
    padding: 5px;
    font-size: 14px;
    position: relative;
    margin-top: 10px;
}
#qaWrap #qa dt:before {
    content: "Q";
    color: #0447ba;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    margin-right: 5px;
}
#qaWrap #qa dt:after {
    font-family: FontAwesome;
    content: "\f055";
    color: #0447ba;
    position: absolute;
    right: 5px;
    bottom: 12px;
}
#qaWrap #qa dt.active:after {
    font-family: FontAwesome;
    content: "\f056";
    color: #0447ba;
}
#qaWrap #qa dd {
    display: none;
    font-size: 12px;
    background-color: #fff;
    border-top: dashed 1px #ccc;
    padding: 10px 10px 10px 25px;
    position: relative;
}
#qaWrap #qa dd:before {
    content: "A";
    color: #0447ba;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    margin-right: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
}
/* レアレアバス
-------------------------------------------------------*/
#lealeaWrap {
    width: 100%;
    padding: 20px 0 0;
    background-color: #e7f9ff;
}
#lealeaWrap .inner {
    width: 90vw;
    margin: 0 auto;
}
#lealeaWrap .left-box {
    background: url("../img/leakea-logo.png") no-repeat left top;
    background-size: 70px;
}
#lealeaWrap .right-box {}
#lealeaWrap h2 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
    color: #4a9e0b;
    padding-left: 80px;
    margin-bottom: 5px;
}
#lealeaWrap h2 span {
    font-size: 16px;
}
#lealeaWrap .date {
    padding-left: 80px;
    font-size: 11px;
    font-weight: bold;
    color: #c70101;
    margin-bottom: 15px;
}
#lealeaWrap .text {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 10px;
}
#lealeaWrap h3 {
    background-color: #f26565;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.8em;
    padding: 0 10px;
}
#lealeaWrap .tokuten {
    background-color: #fff;
    padding: 10px;
    font-size: 13px;
    line-height: 1.4em;
    margin-bottom: 10px;
}
#lealeaWrap .tokuten li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}
#lealeaWrap .tokuten li span {
    background: linear-gradient(transparent 80%, #ffea42 80%);
}
#lealeaWrap .tokuten li:before {
    font-family: FontAwesome;
    content: "\f005";
    color: #f26565;
    position: absolute;
    left: 0;
    top: 0;
}
#lealeaWrap .tokuten li img {
    width: 100px;
    float: right;
    margin-left: 10px;
}
#lealeaWrap .route img {
    width: 100%;
}
#lealeaWrap .map img {
    width: 100%;
}
#lealeaWrap .link {
    margin: 15px 0 15px auto;
    width: 240px;
    text-align: center;
    font-size: 14px;
    line-height: 2.2em;
    background-color: #7d5710;
    border-radius: 1.1em;
}
#lealeaWrap .link a {
    color: #fff;
    text-decoration: none;
    display: block;
    border-radius: 1.1em;
}
#lealeaWrap .link a:after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 5px;
}
#lealeaWrap .note {
    font-size: 10px;
    line-height: 1.5em;
}
#lealeaWrap .note dt {
    font-weight: bold;
}
/* ホテル
-------------------------------------------------------*/
#hotelWrap {
    width: 100%;
    background: #04adb8 url("../img/illust-fish.png") no-repeat right top;
    background-size: 40vw;
    padding: 10px 0 0;
}
#hotelWrap .inner {
    width: 90vw;
    margin: 0 auto;
}
#hotelWrap h2 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 1.0em;
    font-weight: bold;
    margin-bottom: 20px;
}
#hotelWrap h2:before {
    content: "";
    display: block;
    width: 45px;
    height: 32px;
    margin: 0 auto 10px;
    background: url("../img/hotel-title-icon.png") no-repeat top center;
    background-size: contain;
}
#hotelWrap .read {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
#hotelWrap .item-list {
    width: 100%;
}
#hotelWrap .item-list li {
    width: 100%;
    /*background-color: #fff;*/
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
#hotelWrap .item-list .area {
    display: inline-block;
    font-size: 13px;
    background-color: #000;
    color: #fff;
    padding: 0 5px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
#hotelWrap .item-list .ph {
    display: flex;
    height: 145px;
    /*margin-bottom: 10px;*/
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
		background-color: #fff;
}
#hotelWrap .item-list .ph img {
    width: 200px;
    margin-right: 10px;
}
#hotelWrap .item-list .item_text{
	background-color: #fff;
	padding: 10px 0 16px;
}
#hotelWrap .item-list h3 {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
    color: #00a1ab;
    padding: 0 10px;
    margin-bottom: 10px;
}
#hotelWrap .item-list .copy {
    font-size: 13px;
    line-height: 1.3em;
    padding: 0 10px;
    margin-bottom: 10px;
}
#hotelWrap .item-list .access {
    font-size: 12px;
    line-height: 1.3em;
    color: #00a1ab;
    padding: 0 10px;
}
#hotelWrap .item-list .access:before {
    font-family: FontAwesome;
    content: "\f1b9";
    margin-right: 3px;
}
#hotelWrap .item-list .access.walk:before {
    font-family: "Font Awesome 5 Free";
    content: '\f554';
	font-weight: 900;
    margin-right: 3px;
}
#hotelWrap .item_btn{
    margin: 10px auto;
}
#hotelWrap .item_btn a {
    text-decoration: none;
    display: block;
    margin: 0 auto;
    color: #FFF;
    background: #f8b813;
    text-align: center;
    line-height: 40px;
    border-radius: 6px;
    transition: 0.3s;
    position: relative;
}
#hotelWrap .item_btn a:hover {
    opacity: 0.7;
}
/* 周辺観光
-------------------------------------------------------*/
#kankoWrap {
    width: 100%;
    background: #39bfe5 url("../img/illust-fish.png") no-repeat left top;
    background-size: 40vw;
    padding: 10px 0 0;
}
#kankoWrap .inner {}
#kankoWrap h2 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 1.0em;
    font-weight: bold;
    margin-bottom: 20px;
}
#kankoWrap h2:before {
    content: "";
    display: block;
    width: 45px;
    height: 34px;
    margin: 0 auto 10px;
    background: url("../img/kanko-title-icon.png") no-repeat top center;
    background-size: contain;
}
#kankoWrap .read {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
#kankoWrap .item-list {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display: flex;
    padding: 0 0 0 5%;
}
#kankoWrap .item-list li {
    width: 200px;
    background-color: #fff;
    position: relative;
    padding-bottom: 15px;
    margin-right: 10px;
}
#kankoWrap .item-list .area {
    display: inline-block;
    font-size: 13px;
    background-color: #000;
    color: #fff;
    padding: 0 5px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
#kankoWrap .item-list .ph {
    width: 200px;
    margin-bottom: 10px;
}
#kankoWrap .item-list .ph img {
    width: 100%;
}
#kankoWrap .item-list h3 {
    font-size: 15px;
    line-height: 1.3em;
    font-weight: bold;
    color: #39bfe5;
    padding: 0 10px;
    margin-bottom: 10px;
}
#kankoWrap .item-list .copy {
    font-size: 13px;
    line-height: 1.3em;
    padding: 0 10px;
    margin-bottom: 20px;
}
#kankoWrap .item-list .access {
    font-size: 12px;
    line-height: 1.3em;
    color: #39bfe5;
    padding: 0 10px;
}
#kankoWrap .item-list .access:before {
    font-family: FontAwesome;
    content: "\f1b9";
    margin-right: 3px;
}
/* おすすめツアータブ
-------------------------------------------------------*/
#tourTabWrap {
    width: 100%;
}
#tourTabWrap h2 {
    text-align: center;
    color: #1b3f91;
    font-size: 22px;
    line-height: 1.0em;
    font-weight: bold;
    margin-bottom: 20px;
}
#tourTabWrap h2:before {
    content: "";
    display: block;
    width: 45px;
    height: 22px;
    margin: 0 auto 10px;
    background: url("../img/tour-title-icon.png") no-repeat top center;
    background-size: contain;
}
#tourTabWrap .tab {
    width: 94%;
    margin: 0 auto 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#tourTabWrap .tab li {
    display: block;
    min-width: 23%;
    margin: 0 1% 8px;
    font-size: 13px;
    font-weight: bold;
    color: #1b3f91;
    background-color: #fff;
    text-align: center;
    border: solid 1px #1b3f91;
    padding: 12px 5px;
    /*osition: relative;*/
}
#tourTabWrap .tab li.nav_on {
    background-color: #ffb100;
    color: #fff;
    border: solid 1px #ffb100;
}
/*#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: 10vw;
}
.tourWrap .inner-box {
    width: 94%;
    margin: 0 auto;
}
.tourWrap h3 {
    text-align: center;
    background-color: #00a0d2;
    color: #fff;
    font-size: 14px;
    line-height: 2.0em;
    margin-bottom: 10px;
}

/* ------------------------------------------------
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;
    margin-top: 1vw;
    font-size: calc(22vw / (750 / 100));
    line-height: 1.3em;
    font-weight: bold;
    color: #333;
}
.port-type::before {
    content: "【";
    display: inline-block
}
.port-type::after {
    content: "発着】";
    display: inline-block;
}
.port-type.train::after {
    content: "発】";
    display: inline-block;
}
.port-type.hotel::after, .product-list > li.stay .port-type::after {
    content: "】";
    display: inline-block;
}
.port-type:last-child, .port-type:empty {
    display: none;
}
.port-type:empty + .port-type:last-child {
    display: block !important;
}
.item-label {
    position: absolute;
    top: 0;
    left: 0;
}
.item-label.government::after {
    display: inline-block;
    background-image: url("/kokunai/campaign/alljapan_plan/images/ico_zenkoku_shien.png");
    width: 100px;
    height: 28px;
}
.item-txt__title {
    font-size: calc(28vw / (750 / 100)) !important;
    font-weight: bold;
    line-height: 1.4em;
    color: #1A0DAB;
}
.item-txt__point {
    margin-top: calc(10vw / 7.5);
    font-size: calc(24vw / (750 / 100)) !important;
}
.item-txt__price .air_tour_code {
    display: block;
    font-size: calc(35vw / (750 / 100))!important;
    color: #e90000 !important;
    font-weight: bold;
}
.item-txt__price .air_tour_code .card__priceSmall, .item-txt__price .air_tour_code .card__priceTilde {
    color: #e90000 !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: #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, .item-txt__note {
    color: #333;
    font-size: calc(22vw / (750 / 100));
    font-weight: normal;
}
/*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));
}
/***** 遷移ボタン *****/
/*.tour-link-button {
    width: 90vw;
    margin: auto;
    text-align: center
}
.tour-link-button > a {
    display: block;
    width: 100%;
    border: 1px solid;
    padding: calc(20vw / 7.5);
    font-size: calc(26vw / 7.5);
    font-weight: bold;
    position: relative;
    text-decoration: none;
}
.tour-link-button > a:hover {
    opacity: 0.8
}
.tour-link-button > a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 3%;
    bottom: 0;
    margin: auto;
}*/
/***** 販売商品なし *****/
.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: #00a0d2;
    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;
}

/* お問い合わせ
-------------------------------------------------------*/
.inquiryWrap {
    width: 100%;
    padding: 20px 0;
}
.inquirybox {
    width: 94%;
    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: 14px;
    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.6em;
    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;
}
/* ウェーブ設定
-------------------------------------------------------*/
svg.wave {
    width: 100%;
    height: 70px;
    vertical-align: bottom;
}
#mainWrap svg.wave {
    position: absolute;
    left: 0;
    bottom: 0;
}
#mainWrap svg.wave path#wave1 {
    fill: #3090e8;
    fill-opacity: 0.6;
}
#mainWrap svg.wave path#wave2 {
    fill: #3090e8;
}
#qaWrap svg.wave path {
    fill: #e7f9ff;
}
#lealeaWrap svg.wave path {
    fill: #04adb8;
}
#hotelWrap svg.wave path {
    fill: #39bfe5;
}
#kankoWrap svg.wave path {
    fill: #fff;
}
/* フェードインアニメーション
------------------------------------------ */
.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1000ms;
}
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
/* 注意事項
------------------------------------------ */
#wrap .atn {
    margin: 0 0 10px;
    padding: 10px;
    font-size: 12px;
    background-color: #fff;
}
#wrap .atn a {
    color: #ff1515;
}
/*------------------------------------------------
        スマホ横向き時の余白調整
--------------------------------------------------*/
.breadcrumb {
    width: 100%;
}