@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700&amp;subset=japanese');

.nopc {
    display: none!important;
}
.contents {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    font-size: 15px;
    line-height: 1.5em;
}
.contents .inner {
    width: 992px;
    margin: 0 auto;
}

/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 300px;
	text-align: center;
    background: url("../images/main-pc.png") no-repeat top center;
}
#mainvisual .inner {
    height: 100%;
    position: relative;
}
#mainvisual .lead {
	position: absolute;
	top: 300px;
	right: 0;
	left: 0;
	width: 570px;
	margin: 0 auto;
	font-weight: bold;
	background-color: rgb(255 255 255 / 70%);
	/*font-size: 15px;*/
    line-height: 1.3;
	color: #000;
	padding: 5px 0;
}

/*------------------------------------------------
	受付インフォメーション
--------------------------------------------------*/
/*.sc_info {
    background: #ff3444;
}
.emphasis {
    padding: 15px 0;
    width:992px;
    margin:0 auto;
	text-align: center;
	color: #fff;
	font-size: 17px;
    line-height: 1.5em;
	font-weight: bold;
}*/
/*------------------------------------------------
	ページナビ
--------------------------------------------------*/
#navi {
    width: 100%;
    background: #ffc107;
	padding: 1px 0;
}
#navi .menu {
	width: 992px;
	height: 60px;
	margin: 0 auto;
    display: flex;
    justify-content: center;
	align-items: center;
	color: #fff;
    font-size: 18px;
	font-weight: bold;
}
.navi_subtitle{
	font-size:14px;
}
#navi .menu > li {
	width: 50%;
	height: 100%;
    text-align: center;
	position: relative;
    border-left: 1px solid #fff;
}
#navi .menu > li .subopen {
	display: block;
	cursor: pointer;
	padding-top: 17px;
	height: 100%;
}
#navi .menu > li > a {
	justify-content: center;
	align-items: center;
    color: inherit;
    text-decoration: none;
	width: 100%;
}
#navi .menu > li:nth-child(1) {
    border-right: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#navi .menu > li:nth-child(2) {
    border-right: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#navi .menu > li .submenu {
	position: absolute;
	top: 60px;
	width: 100%;
	background-color: #ff3b4a;
	color: #fff;
	padding: 1px;
	display: none;
}
#navi .menu > li .submenu li {
	width: 100%;
	border-top: solid 1px #fff;
}
#navi .menu > li .submenu li > a {
	display: block;
    color: inherit;
    text-decoration: none;
	padding: 7px 0;
}
#navi .menu > li > a:hover {
	color: #ff2a3a;
	background-color: #fff;
	transition: all 0.3s ease;
}
#navi .menu > li .submenu li > a:hover {
	color: #ff2a3a;
	background-color: #fff;
	transition: all 0.3s ease;
}
#navi .menu li a:after {
    font-family: FontAwesome;
    content: "\f107";
	margin-left: 10px;
}
#navi.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 30%);
}
/*------------------------------------------------
	商品
--------------------------------------------------*/
.lead-text{
    font-size: 26px;
    text-align: center;
    padding: 60px 0 0;
	margin-bottom: -80px;
    color: #F57C00;
    font-weight: bold;
}

#kaigai,#kaigai_corner,#search, #kokunai {
    padding-top: 110px;
	padding-bottom: 5px;
}
#tour {
    background: #E8F0F7;
}
#fit {
    background: #E8F0F7;
    padding: 110px 0;
}
#tour h2,#fit h2,#search h2 {
    text-align: center;
    margin-bottom: 35px;
}
#tour h2 .heading,
#search h2 .heading,
#fit h2 .heading {
    position: relative;
    display: inline-block;
   /* padding-left: 1.3em;*/
    font-size: 32px;
    line-height: 1;
	font-weight: bold;
}
#tour h2 .heading-text,
#fit h2 .heading-text {
    font-size: 16px;
    text-align: center;
    margin-bottom: 9px;
    display: block;
    line-height: 1.5em;
	color: #ff4848;
	font-weight: bold;
}
#tour h2 .heading-icon,
#fit h2 .heading-icon {
    position: absolute;
    display: inline-block;
    width: 38px;
    top: -7px;
    left: -3px;
}
.product__list {
	font-family: "Noto Sans JP", serif;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-left: -10px;
    margin-top: -15px;
}
.product__list > li:empty {
    display: none;
}
.product__list > li:hover {
    opacity: 0.7;
    transition: all 0.6s ease;
}
.product__list--item {
    width: 240px;
    margin-left: 10px;
    margin-top: 15px;
    letter-spacing: .5px;
    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 {
    height: 160px;
    background: #f2f2f2 no-repeat center bottom / cover;    
}*/
.product__list--image img {
    width: 100%;
    vertical-align: bottom;
}
.product__list--type {
    font-size: 12px;
    color: #fff;
    background: #191919;
    padding: 4px 4px 3px 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: 15px;
    margin: 8px 0;
    font-weight: bold;
    line-height: 1.3em;
}
.product__list--texts > [class*="product__list--"]:not(.product__list--type) {
    padding: 0 10px;
}
.product__list--detail {
    line-height: 1.5;
}
.product__list--inner {
    background: #fff;
    color: inherit;
    text-decoration: none;
    display: flex;
    font-size: 12px; 
    flex-direction: column;
    height: 100%;
	border-radius: 0;
}
.product__list--inner:hover {
    opacity: 0.7;
    transition: all 0.6s ease; 
}
.product__list--price > :not(.product__list--point):not(.product__list--notes) {
    padding-left: 4px;
}
.product__list--dep {
    font-size: 11px;
    margin-top: 2px;
    letter-spacing: 0.2px;
    color: #333;
}
.product__list--point.is-color-gold{
  background: #ff0000;
	font-size: 11px;
    padding: 2px 0 3px;
    margin-bottom: 4px;
    letter-spacing: 0;
	color: #fff;
    text-align: center;
    font-weight: normal;
}
.product__list--point:empty {
    display: none;
}
@media (max-width: 1020px) and (min-width: 768px) {
    .product__list--dep {
        letter-spacing: 0;
    }
}
.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: 18px;
    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;
    flex-grow: 1;
}
.product__list--price {
    padding: 10px 4px;
    margin-top: auto;
}

/*air*/
.is-air .product__list--title {
	padding: 5px 10px!important;
}
.is-air .product__list--title--tokuten {
	font-size: 13px;
	display: block;
}
.is-air .product__list--title--text {
	font-size: 20px;
	line-height: 1.5em;
	letter-spacing: normal;
}
.is-air .product__list--minmax {
	font-size: 20px;
    padding-left: 0!important;
}
.is-air .product__list--minmax .dpt {
	font-size: 0.6em;
	font-weight: normal;
	margin-left: 5px;
	letter-spacing: normal;
}
.is-air .product__list--more {
	margin: 5px 0; 
	font-size: 10.5px;
	line-height: 1.4em;
	letter-spacing: normal;
	padding-bottom: 10px !important;
}


/*icon*/
.product__list--label {
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    min-width: 90px;
}
.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;
    height: 25px;
    font-size: 12px;
    font-weight: bold!important;
    background: #f31e1f;
}
.product__list--label--other {
    background: #f31e1f;
    width: auto;
    padding: 0 8px;
    color: #fff!important;
}

.more-btn{
    width: 800px;
    margin: 50px auto 0;
}
.more-btn a {
	font-size: 18px;
    color: #fff;
    font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 18px 20px;
    background-color: #ff2a3a;
    /*border: solid 1px #ffe922;*/
	text-align: center;
  border-radius: 30px;
  box-shadow: 4px 4px 0 rgba(0 0 0 / 20%);
}
.more-btn  a:hover {
	transition: all 0.6s ease;
	/*background-color:#000;*/
    /*border: solid 1px #000;*/
	  opacity: 0.8;
}
.more-btn  a:after {
    font-family: FontAwesome;
    content: "\f105";
	padding-left: 10px;
}
.price_note {
    font-size: 14px;
    margin-top: 30px;
}
/*----------------------------------------------
	バナー
------------------------------------------------*/
.bnr-area {
    width: 960px;
    margin: 60px auto 30px;
}
.bnr-area img:hover {
    opacity: .7;
    transition: all 0.6s ease;
}
/*----------------------------------------------
	検索ボックス
------------------------------------------------*/
#searchArea {
    padding-top: 50px;
    padding-bottom: 50px;	
	background: #E8F0F7;
}

/*----------------------------------------------
	終了
------------------------------------------------*/
#close {
    padding: 100px 0;
    background-color: #e7e7e7;
    text-align: center;
    font-size: 18px;
    line-height: 1.8em;
}
/*----------------------------------------------
	完売対応
------------------------------------------------*/
.product__list--item a.kanbai {
    pointer-events: none;
    position: relative;
}
.product__list--item a.kanbai:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 101;
}
.product__list--item a.kanbai .kanbai-text {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    z-index: 102;
    width: 160px;
    background-color: #f00;
    padding: 8px 0 5px;
    transform: rotate(-7deg);
}
/*------------------------------------------------
        LINEお友達登録ボタン
--------------------------------------------------*/
.line-wrap-detail {
    padding: 50px 0 30px;/*ページによって調整*/
}
.line-inner {
    width: 992px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.1vw;
    line-height: 1.5;
}
.line-wrap-detail .line-inner {
    background: #fff;
    border: solid 1px #d3d3d3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    letter-spacing: 1px;
}
.line-inner .head {
    width: 100%;
    text-align: center;
    background-color: #15c618;
    padding: 6px;
    color: #fff;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
}
.line-inner .textarea {
    width: 50%;
    text-align: left;
    padding: 30px 0 30px 30px;
}
.line-inner .btnarea {
    width: 49%;
    display: flex;
    align-items: center;
    padding: 30px 30px 30px 0;
}
.line-inner .text1 {
    font-size: 17px;
    line-height: 1.4em;
}
.line-inner .text1 span {
    display: inline-block;
    font-weight: bold;
    color: #fb0b0b;
    background-color: #ffe1e1;
    padding: 0 2px;
}
.line-inner .text2 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: -2px;
    background: linear-gradient(transparent 60%, #fff231 0%);
    display: inline-block;
    line-height: 1.7em;
    padding: 0 4px;
}
.line-button a {
    display: block;
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    border-radius: 8vw;
    box-shadow: 0px 3px 0px 0 rgba(0, 0, 0, .14);
    background: url(/kansai/images/icon/icon-linekansai.png) no-repeat;
    background-size: 50px;
    background-position: 12px;
    background-color: #15c618;
    padding: 10px 10px 6px 70px;
    position: relative;
    text-decoration: none;
}
.line-button a:hover {
    opacity: .8;
    transition: all 0.6s ease;        
}
.line-button a span.small {
    width: 88%;
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.line-button a span.strong {
    display: block;
}
.line-button a span.strong::after {
    font-family: "FontAwesome", "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    font-size: 15px;
    margin-left: 6px;
    padding-right: 14px;
}
.line-button a span.line-friend {
    font-size: 1.3em;
    color: #fff231;
    padding: 0 2px;
}
.line-qr {
width: 80px;
margin-right: 8px;
}
.line-qr img {
    width: 100%;
}