@charset "utf-8";
.nosp {
    display: none!important;
}
.contents {
    /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;*/
    font-family: "Noto Sans JP", serif;
	color: #333;
	font-size: 3.5vw;
	line-height: 1.5em;
    /*margin-bottom: 10%;*/
}
.contents .inner {
    width: 96vw;
    margin: 0 auto;
}

section .inner{
    padding-bottom: 2vw;
}

/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	text-align: center;
    background: url("../images/main-bg-sp.jpg") no-repeat top center;
    background-size: 100%;
	position: relative;
}
#mainvisual .inner {
    width: 100%;
}
#mainvisual .title {
}
#mainvisual .title img {
    width: 100%;
}
#mainvisual .lead {
	width: 100%;
	padding: 3vw;
	font-weight: bold;
	background-color: #fef9e8;
	font-size: 3.3vw;
	line-height: 1.5em;
}
/*------------------------------------------------
	ページナビ
--------------------------------------------------*/
#navi {
    background-color: #fff;
}
#navi .menu {

    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 1px 1px;
}

#navi .menu > li {
    font-size: min(3.6vw, 15px);
    font-weight: 700;
    line-height: 1.2em;
    color: #fff;
    background-color: #32abd1;
    width: calc((100vw / 2) - calc(2px / 3));
}
#navi .menu > li .subopen {
	display: block;
    font-size: 3.5vw;
	line-height: 1.2em;
	background-color: #fff;
	margin: 0 1vw;
	color: #ff3444;
}

/* 上2_下3の場合*/

#navi .menu > li:nth-child(1),#navi .menu > li:nth-child(2) {
    width: calc((100vw / 2) - 0.5px);
}
#navi .menu > li:nth-child(3),#navi .menu > li:nth-child(4),#navi .menu > li:nth-child(5) {
    width: calc((100vw / 3) - calc(2px / 3));
}

#navi .menu > li .submenu {
	display: flex;
	justify-content:center;
    font-size: 3.8vw;
	font-weight: bold;
	margin: 1vw 0;
}
#navi .menu > li .submenu li {
	width: 100%;
}
#navi .menu > li .submenu li:first-child {
	border-right: dotted 1px #fff;
}
#navi .menu li a {
    display: block;
    padding: min(4vw, 15px) 2vw min(5vw, 18px);
    position: relative;
    text-decoration: none;
    color: #ffffff;
}
#navi .menu li a:after {
    font-family: FontAwesome;
    content: "\f107";
	margin-left: 1vw;
}
#navi.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 30%);
    width: 100%;
}
#navi.fixed .menu {
        flex-wrap: nowrap;
        border-top: none;
}
#navi.fixed .menu li {
        width: 100%;
        font-size: min(2.6vw, 16px);
        line-height: 1.2em;
        color: #fff;
}
#navi.fixed .menu li a:after {	
	content: none;
}
#navi.fixed .menu li a {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
        padding: min(2.5vw, 10px) 0.5vw min(3.5vw, 15px);
}
#navi.fixed .menu li a.active:after {
        position: absolute;
        bottom: 1vw;
        content: "";
        width: 80%;
        height: 2px;
        margin: 0 auto;
        background-color: #fff;
}
/*------------------------------------------------
	商品
--------------------------------------------------*/
#kor,#hkg,#gum,#hkt,#aus {
    background: #fffadd;
}

h2{
    text-align: center;
    padding: 10vw 0 5vw 0;
}
h2 .heading{
    position: relative;
    display: inline-block;
    padding-left: 1.3em;
    font-size: 7vw;
    line-height: 1;
	font-weight: bold;
}
h2 .heading-text{
    font-size: 3.5vw;
    text-align: center;
    margin-bottom: 2vw;
    display: block;
    line-height: 1.4em;
	color: #ff4848;
	font-weight: bold;
}
h2 .heading-icon{
    position: absolute;
    display: inline-block;
    width: 7.5vw;
    top: 0vw;
    left: -1vw;
}
h3 {
    padding-top: 13vw;
}
h3 span {
    display: block;
    font-size: 4.5vw;
    line-height: 1.3em;
    color: #fff;
    background-color: #1e2958;
    text-align: center;
    padding: 1vw 0;
}
.product__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%; 
}
.product__list > li:empty {
    display: none;
}
.product__list--item {
    width: 49%;
    margin: 0 0.5%;
    margin-bottom: 3vw;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, .23);
    position: relative;
}
.product__list--item:empty{
	display: none;
}
.product__list--data {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product__list--image img{
    width: 100%;
    vertical-align: bottom;
}
.product__list--type {
    font-size: 3.0vw;
    color: #fff;
    background: #191919;
    padding: 2px 4px 1px 4px;
    text-align: center;
}
/*.product__list--type.port-type::after {
    content: "発着";

}*/
.product__list--text-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.product__list--title {
    font-size: 3.5vw;
    margin: 2vw 0;
    font-weight: bold;
    line-height: 1.4em;
}
.product__list--texts > [class*="product__list--"]:not(.product__list--type) {
    padding: 0 1vw;
}
.product__list--detail {
    font-size: 3.0vw;
    line-height: 1.5;
}
.product__list--itemtxet{
	background: #eee;
	font-size: 3.0vw;
	padding: 1vw!important;
	margin-top: 2vw;
}
.product__list--inner {
    background: #fff;
    color: inherit;
    text-decoration: none;
    display: flex;
    font-size: 12px; 
    flex-direction: column;
    height: 100%;    
}
.product__list--inner:hover {
    opacity: 0.7;
    transition: all 0.6s ease; 
}
.product__list--dep {
    font-size: 2.3vw;
    letter-spacing: -0.05em;
    margin-top: 1vw;
    color: #333;
}
.product__list--dep .js-split-departure::after,
.product__list--dep span[id*="dep_"]::after{
  content: "出発";
}
.product__list--dep .js-split-departure:empty::after,
.product__list--dep span[id*="dep_"]:empty::after{
  display: none;
}
.product__list--minmax {
    font-size: 3.4vw;
    color: #e90000;
    font-weight: bold;    
}
.product__list--minmax .minmax-new:not(:empty) + .minmax-old,
.product__list--dep .js-split-departure:not(:empty) + span,
.product__list--type .js-split-airport:not(:empty) + span {
    display: none;
}
.product__list--texts {
    display: flex;
    flex-direction: column;
}
.product__list--price {
    padding: 2vw 1vw;
    margin-top: auto;
}
.product__list--notes {
    font-size: 2.4vw;
    color: #333;
    margin-top: 0.5vw
}

/*icon*/
.icon{
    width: 100%;
}
.product__list--label {
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    /*min-width: 20vw;*/
}
.product__list--label > [class*="product__list--label--"]:empty {
    display: none;
}
.product__list--label {
    display: flex;
    flex-wrap: wrap;
}
.product__list--label > [class*="product__list--label--"] {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 1;
    font-size: 2.8vw;
    line-height: 1.0em;
    font-weight: bold!important;
}
.product__list--label--sup {
    background: url(../images/icon_crown00_yellow3.svg) no-repeat top left;
    height: min((20vw / 5.5), 23px);
    margin: 1vw 0 0 1vw;
}

.product__list--label--dlx {
    background: url(../images/icon_crown00_yellow4.svg) no-repeat top left;
    height: min((20vw / 5.5), 23px);
    margin: 1vw 0 0 1vw;
}

.product__list--label--lux {
    background: url(../images/icon_crown00_yellow5.svg) no-repeat top left;
    height: min((20vw / 5.5), 23px);
    margin: 1vw 0 0 1vw;
}

.product__list--label--other {
    background: #f31e1f;
    width: auto;
    padding: 1.5vw 1vw 1vw;
    color: #fff!important;
}
.price_note {
    font-size: 3.1vw;
    margin-top: 5vw;
}

/*ナビ*/
.area-navi {
    margin-bottom: -5vw;
}
.area-navi ul {
    width: 94vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    background-color: #cacaca;
    padding: 2vw 1vw 0;
}
.area-navi ul li {
    width: 48%;
    height: 11vw;
    font-size: 3.3vw;
    line-height: 1.2em;
    font-weight: bold;
    border-radius: 1vw;
    margin: 0 1% 2vw;
    text-align: center;
}
.area-navi ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    background-color: #fff;
    border-radius: 1vw;
    padding: 1vw 2vw 1vw 1vw;
    position: relative;
}
.area-navi ul li a:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 1vw;
}
.more-btn{
    width: 90%;
    margin: 5vw auto 0;
}
.more-btn a {
	font-size: 3.8vw;
    color: #fff;
    font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 16px 20px;
    background-color: #32abd1;
	text-align: center;
	border-radius: 30px;
	box-shadow: 4px 4px 0 rgba(0 0 0 / 20%);
    margin-bottom: 20px;
}
.more-btn  a:hover {
	transition: all 0.6s ease;
	background-color:#ffab00;
    /*border: solid 1px #000;*/
}
.more-btn  a:after {
    font-family: FontAwesome;
    content: "\f105";
	padding-left: 10px;
}
.price_note {
    font-size: 3.0vw;
    margin-top: 2vw;
}
/*----------------------------------------------
	バナー
------------------------------------------------*/
.bnr-area {
    width: 94vw;
    margin: 12vw auto 0;
}
.bnr-area img {
    width: 100%;
}

