@charset "utf-8";
/* CSS Document */
/* 共通
-------------------------------------------------------*/
#wrap {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
}
/* メインビジュアル
-------------------------------------------------------*/
#mainWrap {
    width: 100%;
    height: 650px;
    background: url("../img/main-bg.jpg") no-repeat top center;
    position: relative;
}
#mainWrap .title {
    padding-top: 130px;
    text-align: center;
}
/* 背景イラスト
------------------------------------------ */
.bg-design {
    background-image: url("../img/illust-bg-design.png"), url("../img/midokoro-footer.png"), linear-gradient(#1e7dd5, #b2e6ff, #78d0f9);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top 50px center, bottom center, top left;
}
/* イントロダクション
------------------------------------------ */
#introWrap {
    width: 100%;
    padding: 50px 0;
}
#introWrap .intro {
    text-align: center;
    font-size: 17px;
    line-height: 1.6em;
    color: #fff;
}
/* ナビ
------------------------------------------ */
#naviWrap {
    width: 100%;
    height: 220px;
}
#naviWrap ul {
    width: 1040px;
    height: 220px;
    background: url("../img/navi-bg.png") no-repeat bottom center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
#naviWrap ul li {
    width: 130px;
    height: 130px;
    margin: 0 18px;
}
#naviWrap ul li:nth-child(even) {
    margin-top: 20px;
}
#naviWrap ul li a {
    display: block;
}
#naviWrap ul li a img:hover {
    transform: scale(1.08);
    transition: all 0.6s ease;
}
/* みどころ全体
-------------------------------------------------------*/
#midokoroWrap {
    width: 100%;
    padding: 40px 0 300px 0;
}
#midokoroWrap .inner {
    width: 1040px;
    background: url("../img/illust-kuroshio.png") no-repeat left 70px top 435px;
    margin: 0 auto;
}
#midokoroWrap h2 {
    font-size: 38px;
    line-height: 1.2em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 60px;
}
#midokoroWrap h2 span.small {
    font-size: 24px;
}
#midokoroWrap h2 span.underline {
    background: linear-gradient(transparent 80%, #ffea42 80%);
}
#midokoroWrap h2.ikimono {
    background: url("../img/illust-ikimono.png") no-repeat top 22px center;
}
/* いちおしスポット
-------------------------------------------------------*/
.spot {
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 50px;
}
.spot .ph {
    width: 450px;
}
.spot.kuroshio .ph {
    margin-right: 50px;
}
.spot.nettai .ph {
    margin-left: 50px;
}
.spot .text {
    width: 460px;
    color: #fff;
}
.spot .text h3 {
    font-size: 36px;
    line-height: 1.0em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
.spot .text p {
    font-size: 15px;
    line-height: 1.6em;
}
.spot.nettai {
    padding-bottom: 60px;
    background: url("../img/line.png") no-repeat bottom center;
}
#cafe {
    width: 500px;
    background-color: #4696dd;
    padding: 25px 20px;
    display: flex;
}
#cafe h4 {
    position: absolute;
    top: -20px;
    left: -15px;
}
#cafe p {
    margin-right: 20px;
}
#cafe dt {
    font-size: 17px;
    line-height: 1.4em;
    color: #ffe514;
}
#cafe dd {
    color: #fff;
}
/* イベント・体験プログラム
-------------------------------------------------------*/
.event-box {
    padding: 0 40px 30px;
    background: url("../img/line.png") no-repeat bottom center;
    margin-bottom: 50px;
}
.event {
    display: flex;
    flex-wrap: wrap;
}
.event li {
    width: 280px;
    margin-bottom: 50px;
    margin-right: 60px;
    position: relative;
}
.event li:nth-child(3n) {
    margin-right: 0;
}
.event li .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    padding-top: 15px;
}
.event li .icon:first-letter {
    font-size: 18px;
}
.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 {
    margin-bottom: 30px;
}
.event h3 {
    font-size: 18px;
    font-weight: bold;
    color: #025295;
    border-bottom: solid 1px #025295;
    margin-bottom: 10px;
}
.event h3 span {
    font-size: 12px;
}
.event .text {
    font-size: 14px;
    line-height: 1.6em;
}
.event .info {
    margin-top: 10px;
    background-color: #9cdfff;
    font-size: 12px;
    padding: 5px;
}
/* 生き物たち
-------------------------------------------------------*/
#itemSlider {
    width: 100%;
    height: 140px;
    overflow: hidden;
}
#itemSlider p {
    width: 200px;
    height: 140px;
    position: relative;
}
#itemSlider p img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}
#itemSlider p span {
    position: absolute;
    right: 2px;
    bottom: 2px;
    font-size: 13px;
    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 {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.5em;
}
/* ＱＡ
-------------------------------------------------------*/
#qaWrap {
    width: 100%;
    background-color: #0447ba;
    padding: 40px 0 50px;
}
#qaWrap .inner {
    width: 960px;
    margin: 0 auto;
}
#qaWrap h2 {
    text-align: center;
    margin-bottom: 30px;
}
#qaWrap h2:before {
    display: block;
    content: url("../img/qa-title-icon.png");
}
#qaWrap #qa {
    width: 100%;
}
#qaWrap #qa dt {
    background-color: #fff;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    margin-top: 15px;
}
#qaWrap #qa dt:before {
    content: "Q";
    color: #0447ba;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 22px;
    margin-right: 10px;
}
#qaWrap #qa dt:after {
    font-family: FontAwesome;
    content: "\f055";
    color: #0447ba;
    position: absolute;
    right: 10px;
}
#qaWrap #qa dt.active:after {
    font-family: FontAwesome;
    content: "\f056";
    color: #0447ba;
}
#qaWrap #qa dd {
    display: none;
    background-color: #fff;
    font-size: 15px;
    line-height: 1.5em;
    border-top: dashed 1px #ccc;
    padding: 10px 40px;
    position: relative;
}
#qaWrap #qa dd:before {
    content: "A";
    color: #0447ba;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 22px;
    margin-right: 10px;
    position: absolute;
    left: 12px;
    top: 10px;
}
/* レアレアバス
-------------------------------------------------------*/
#lealeaWrap {
    width: 100%;
    padding: 50px 0 0;
    background-color: #e7f9ff;
}
#lealeaWrap .inner {
    width: 960px;
    margin: 0 auto;
    display: flex;
}
#lealeaWrap .left-box {
    width: 540px;
    margin-right: 50px;
    background: url("../img/leakea-logo.png") no-repeat left top;
}
#lealeaWrap .right-box {
    width: 370px;
}
#lealeaWrap h2 {
    font-size: 34px;
    line-height: 1.2em;
    font-weight: bold;
    color: #4a9e0b;
    padding-left: 120px;
    margin-bottom: 10px;
}
#lealeaWrap h2 span {
    font-size: 20px;
}
#lealeaWrap .date {
    padding-left: 120px;
    font-size: 15px;
    font-weight: bold;
    color: #c70101;
    margin-bottom: 20px;
}
#lealeaWrap .text {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 20px;
}
#lealeaWrap h3 {
    background-color: #f26565;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8em;
    padding: 0 10px;
}
#lealeaWrap .tokuten {
    background-color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 20px;
}
#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 {
    float: right;
    margin-left: 10px;
}
#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 .link a:hover {
    opacity: 0.8;
}
#lealeaWrap .note {
    font-size: 12px;
    line-height: 1.5em;
}
#lealeaWrap .note dt {
    font-weight: bold;
}
/* ホテル
-------------------------------------------------------*/
#hotelWrap {
    width: 100%;
    background-color: #04adb8;
    padding: 50px 0 0;
    position: relative;
}
#hotelWrap .illust {
    position: absolute;
    right: 0;
    top: 80px;
    animation: fish 3s linear infinite;
}
@keyframes fish {
    0% {
        transform: translateY(0)
    }
    33% {
        transform: translateY(-20px)
    }
    66% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(0)
    }
}
#hotelWrap .inner {
    width: 1000px;
    margin: 0 auto;
}
#hotelWrap h2 {
    text-align: center;
    color: #fff;
    font-size: 38px;
    line-height: 1.0em;
    font-weight: bold;
    margin-bottom: 30px;
}
#hotelWrap h2:before {
    display: block;
    content: url("../img/hotel-title-icon.png");
    margin-bottom: 10px;
}
#hotelWrap .read {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
#hotelWrap .read:before {
    content: url("../img/icon-fish.png");
    margin-right: 10px;
}
#hotelWrap .read:after {
    content: url("../img/icon-fish.png");
    margin-left: 10px;
}
#hotelWrap .item-list {
    width: 100%;
    display: flex;
    justify-content: center;
}
#hotelWrap .item-list > li {
    width: 230px;
    margin: 0 10px;
    /*background-color: #fff;*/
    position: relative;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
}
#hotelWrap .item-list .area {
    display: inline-block;
    font-size: 11px;
    background-color: #000;
    color: #fff;
    padding: 0 5px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
#hotelWrap .item-list .ph {
    margin-bottom: 20px;
}
#hotelWrap .item-list .ph img {
    width: 100%;
}
#hotelWrap .slick-dots{
	background-color: #fff;
}
#hotelWrap .item-list .item_text{
	background-color: #fff;
	padding: 5px 0 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
#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: 14px;
    line-height: 1.3em;
    padding: 0 10px;
    margin-bottom: 20px;
    flex-grow: 1;
}
#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;
    width: 100%;
}
#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;
}

/*スライダーが読み込み時に崩れるの防止*/
#hotelWrap .slider {
  display: none;
}
#hotelWrap .slider.slick-initialized {
  display: block;
}

/* 周辺観光
-------------------------------------------------------*/
#kankoWrap {
    width: 100%;
    background-color: #39bfe5;
    padding: 50px 0 0;
    position: relative;
}
#kankoWrap .illust {
    position: absolute;
    left: 0;
    top: 80px;
    animation: fish 3s linear infinite;
}
@keyframes fish {
    0% {
        transform: translateY(0)
    }
    33% {
        transform: translateY(-20px)
    }
    66% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(0)
    }
}
#kankoWrap .inner {
    width: 960px;
    margin: 0 auto;
}
#kankoWrap h2 {
    text-align: center;
    color: #fff;
    font-size: 38px;
    line-height: 1.0em;
    font-weight: bold;
    margin-bottom: 30px;
}
#kankoWrap h2:before {
    display: block;
    content: url("../img/kanko-title-icon.png");
    margin-bottom: 10px;
}
#kankoWrap .read {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
#kankoWrap .read:before {
    content: url("../img/icon-fish.png");
    margin-right: 10px;
}
#kankoWrap .read:after {
    content: url("../img/icon-fish.png");
    margin-left: 10px;
}
#kankoWrap .item-list {
    width: 100%;
    display: flex;
    justify-content: center;
}
#kankoWrap .item-list li {
    width: 230px;
    margin: 0 10px;
    background-color: #fff;
    position: relative;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
}
#kankoWrap .item-list .area {
    display: inline-block;
    font-size: 11px;
    background-color: #000;
    color: #fff;
    padding: 0 5px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
#kankoWrap .item-list .ph {
    margin-bottom: 10px;
}
#kankoWrap .item-list .ph img {
    width: 100%;
}
#kankoWrap .item-list h3 {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
    color: #39bfe5;
    padding: 0 10px;
    margin-bottom: 10px;
}
#kankoWrap .item-list .copy {
    font-size: 14px;
    line-height: 1.3em;
    padding: 0 10px;
    margin-bottom: 20px;
    flex-grow: 1;
}
#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%;
    padding: 50px 0 0 0;
}
#tourTabWrap .inner {
    width: 992px;
    margin: 0 auto;
}
#tourTabWrap h2 {
    text-align: center;
    color: #1b3f91;
    font-size: 38px;
    line-height: 1.0em;
    font-weight: bold;
    margin-bottom: 30px;
}
#tourTabWrap h2:before {
    display: block;
    content: url("../img/tour-title-icon.png");
    margin-bottom: 10px;
}
#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: #1b3f91;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    border: solid 2px #1b3f91;
    transition: ease all 0.3s;
    padding: 15px 0;
    position: relative;
}
#tourTabWrap .tab li.nav_on {
    background-color: #ffb100;
    color: #fff;
    border: solid 2px #ffb100;
}
#tourTabWrap .tab li:hover {
    background-color: #ffb100;
    color: #fff;
}
#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: 70px;
}
.tourWrap .inner-box {
    width: 992px;
    margin: 0 auto;
}
.tourWrap h3 {
    text-align: center;
    background-color: #00a0d2;
    color: #fff;
    font-size: 18px;
    line-height: 2.0em;
    margin-bottom: 20px;
}
/* ------------------------------------------------
template:ツアーカセット
------------------------------------------------ */
.product-list {
    margin: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
}
.product-list * {
    box-sizing: border-box
}
.product-list > li {
    width: calc(98% / 2);
    margin-right: 2%;
    padding: 10px;
    background: #FFF;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
    position: relative;
}
.product-list > li:nth-child(n+3) {
    margin-top: 2%;
}
.product-list > li:nth-child(even) {
    margin-right: 0
}
.product-list > li:nth-child(-n+2) {
    margin-top: 0
}
.product-list.card-style > li:empty,
.product-list > li:empty {
    display: none;
}
.product-list > li:hover {
    box-shadow: 0 2px 20px rgb(0 0 0 / 25%);
}
.product-list > li a {
    text-decoration: none;
    color: #333;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.product-list__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item-photo__wrapper {
    border-radius: 10px;
    width: 40%;
    margin-right: 2%;
    overflow: hidden;
    position: relative;
}
.item-photo__wrapper img {
    border-radius: 10px;
    max-width: 100%;
}
.item-txt__wrapper {
    flex: 1;
}
.item-txt__icon {
    line-height: 1.0;
}
.item-txt__icon .icon-type {
    line-height: 1.0;
}
.item-txt__icon .icon-type::after {
    display: none;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: top;
    margin-bottom: 3px
}
.item-txt__icon .icon-type.ana::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/ana.png");
    width: 58px;
    height: 17px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.ado::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/ado.png");
    width: 58px;
    height: 17px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.apj::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/apj.png");
    width: 58px;
    height: 17px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.fda::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/fda.png");
    width: 58px;
    height: 17px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.jal::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/jal.png");
    width: 58px;
    height: 17px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.jet::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/jet.png");
    width: 58px;
    height: 17px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.sfj::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/sfj.png");
    width: 58px;
    height: 17px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.sjo::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/sjo.png");
    width: 58px;
    height: 17px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.snj::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/snj.png");
    width: 58px;
    height: 17px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.sky::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/carrier/sky.png");
    width: 58px;
    height: 17px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.jr::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_jr.png");
    width: 70px;
    height: 15px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.odakyu::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_odakyu.png");
    width: 70px;
    height: 15px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.tobu::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_tobu.png");
    width: 70px;
    height: 15px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.bus1::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_daybus.png");
    width: 80px;
    height: 15px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.bus2::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_staybus.png");
    width: 80px;
    height: 15px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.bus3::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_nightbus.png");
    width: 80px;
    height: 15px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.hotel::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_hotel.png");
    width: 70px;
    height: 15px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.imp1::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_localguide.png");
    width: 70px;
    height: 15px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.imp2::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_imp.png");
    width: 70px;
    height: 17px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.eco::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_ecotour.png");
    width: 70px;
    height: 15px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.ship::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_ship.png");
    width: 70px;
    height: 15px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.air::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_air.png");
    width: 70px;
    height: 15px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.train::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_train.png");
    width: 70px;
    height: 15px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.car::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_car.png");
    width: 80px;
    height: 15px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.rentcar1::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_rentacar.png");
    width: 70px;
    height: 15px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.rentcar2::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_gas.png");
    width: 110px;
    height: 15px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.web::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_webcc.png");
    width: 160px;
    height: 15px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.web2::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_web.png");
    width: 110px;
    height: 15px;
    margin-right: 3px;
}
.item-txt__icon .icon-type.line::after {
    display: inline-block;
    background-image: url("https://www.his-j.com/kokunai/dst/common/img/icon_line.png");
    width: 70px;
    height: 15px;
    margin-right: 3px;
}
.item-txt__port {
    font-size: 13px;
    font-weight: bold;
    color: #333;
}
.port-type::before {
    content: "";
    display: inline-block
}
.port-type::after {
    content: "発着";
    display: inline-block;
}
.port-type.train::after {
    content: "発";
    display: inline-block;
}
.port-type.hotel::after, .product-list > li.stay .port-type::after {
    content: "";
    display: inline-block;
}
.port-type:last-child, .port-type:empty {
    display: none;
}
.port-type:empty + .port-type:last-child {
    display: block;
}
.item-label {
    position: absolute;
    top: 0;
    left: 0;
}
.item-label::after {
    content: "";
    display: none;
    background: no-repeat center center / contain;
    vertical-align: top;
}
.item-label.government::after {
    display: inline-block;
    background-image: url("/kokunai/campaign/alljapan_plan/images/ico_zenkoku_shien.png");
    width: 100px;
    height: 28px;
}
.item-txt__title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4em;
    color: #1A0DAB;
}
.item-txt__point {
    margin-top: 5px;
    font-size: 12px;
	flex-grow: 1;
}
.item-txt__price .air_tour_code {
    display: block;
    font-size: 20px;
    color: #e90000 !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: #e90000 !important;
    font-size: 18px !important;
}
.item-txt__room .room-type {
    color: #333;
    font-size: 11px;
    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: 11px;
    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: 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 {
	margin-top: 10px;
}
.product-list.card-style > li .item-txt__price .air_tour_code {
    font-size: 16px;
}
/***** 遷移ボタン *****/
/*.tour-link-button {
    width: 800px;
    margin: auto;
    text-align: center
}
.tour-link-button > a {
    display: block;
    width: 100%;
    border: 1px solid;
    padding: 10px;
    font-size: 16px;
    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;
    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: #00a0d2;
    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;
}


/* ウェーブ設定
-------------------------------------------------------*/
svg.wave {
    width: 100%;
    height: 100px;
    vertical-align: bottom;
}
#mainWrap svg.wave {
    position: absolute;
    left: 0;
    bottom: -1px;
}
#mainWrap svg.wave path#wave1 {
    fill: #1e7dd5;
    fill-opacity: 0.6;
}
#mainWrap svg.wave path#wave2 {
    fill: #1e7dd5;
}
#qaWrap svg.wave path {
    fill: #e7f9ff;
}
#lealeaWrap svg.wave path {
    fill: #04adb8;
}
#hotelWrap svg.wave path {
    fill: #39bfe5;
}
#kankoWrap svg.wave path {
    fill: #fff;
}
/* IE10.11崩れるため非表示 */
@media all and (-ms-high-contrast:none) {
    svg.wave {
        display: none;
    }
    #qaWrap, #lealeaWrap, #hotelWrap, #kankoWrap {
        padding-bottom: 100px;
    }
}
/* フェードインアニメーション
------------------------------------------ */
.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1000ms;
}
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
/* 注意事項
------------------------------------------ */
#wrap .atn {
    width: 960px;
    margin: 0 auto 20px;
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
}
#wrap .atn a {
    color: #ff1515;
}
/* お問い合わせ
-------------------------------------------------------*/
.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;
}
/*↓新旧上下限js混在応急処置↓*/
.price .minmax-old:not(:empty) + .minmax-new {
    display: none;
}
/*↑新旧上下限js混在応急処置↑*/
/* 検索ボックス
-------------------------------------------------------*/
#footerArea {
    margin-top: 50px;
}
#searchArea {
    background-color: #c0e7ff !important;
    background: url("../img/midokoro-footer.png") no-repeat bottom center;
    padding: 50px 0;
}
/*------------------------------------------------
【関西】新旧上下限js混在応急処置
(①新上下限②旧上下限③手書き の順番で優先表示)
--------------------------------------------------*/
#kix .price .minmax-new:not(:empty) + .minmax-old, #kix .date .js-split-departure:not(:empty) + span {
    display: none;
}
#kix .js-split-departure::after, #kix span[id*="dep_"]::after {
    content: "出発"
}
#kix .js-split-departure:empty::after, #kix span[id*="dep_"]:empty::after {
    display: none;
}