@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');
:root{
	--content-color-event: #ffce00;
	--content-color-spring: #eb3361;
	--content-color-gw: #48A722;
	--content-color-summer: #079BE0;
	--content-color-autumn: #fa510f;
	--content-color-newyear: #f32b1e;
	--content-color-kaigai: #007cdd;
	--content-color-kokunai: #2ea307;
}

.nosp{
  display: none
}
.breadcrumb {
	width: 100%!important;
}
.contents {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 3.4vw;
	line-height: 1.5em;
	color: #222;
	background-color: #fbfbb6;
	background-image: url("../images/bg.png");
	background-size: 12px;
}
.inner {
	width: 95vw;
	margin: 0 auto;
}

/*-----------------------------------------
メインビジュアル
-------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 80vw;
	background: url("../images/main-bg-sp.jpg") no-repeat top center / 100%;
}
#mainvisual .title {
	width: 68vw;
	margin: 0 auto;
	padding-top: 16vw;
}
#mainvisual .title img {
	width: 100%;
}
/*-----------------------------------------
導入
-------------------------------------------*/
#lead {
	padding: 8vw;
}
#lead p {
	font-size: 3.7vw;
	line-height: 1.5em;
}
#lead p span {
	font-weight: 700;
	font-size: 4.4vw;
}

/*------------------------------------------------
        LINEお友達登録ボタン
--------------------------------------------------*/
.line-wrap-simple {
	padding: 5vw 0;/*ページによって調整*/
}
.line-wrap-detail {
	margin-top: -5vw;/*margin paddingページによって調整*/
	padding: 0 0 10vw 0;
	background-color: #fff;
}
.line-inner {
	width: 94vw;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 0.1vw;
	line-height: 1.5;
}
.line-wrap-detail .line-inner {
	background: #fcfff6;/*ページによって調整*/
	border: solid 1px #d3d3d3;
}
.line-inner .fukidashi {
	font-size: 4.1vw;
	font-weight: bold;
	margin-bottom: 2vw;
}
.line-inner .head {
    background-color: #15c618;
    padding: 2vw 0;
    color: #fff;
    font-size: 4.3vw;
    font-weight: bold;
}
.line-inner .textarea {
	padding: 4vw 2vw 2vw;
}
.line-inner .btnarea {
	padding: 2vw 2vw 5vw;
}
.line-inner .text1 {
	font-size: 3.4vw;
	line-height: 1.5em;
	margin-bottom: 1vw;
}
.line-inner .text1 span {
	display: inline-block;
	font-weight: bold;
	color: #fb0b0b;
	background-color: #ffe1e1;
	padding: 0 0.5vw;
}
.line-inner .text2 {
	font-size: 4.1vw;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #fff231 0%);
	line-height: 1.7em;        
	display: inline-block;
}
.line-button {
	margin: 0 auto;
}
.line-wrap-simple .line-button {width: 90vw;}
.line-wrap-detail .line-button {width: 80vw;}

.line-button a {
	display: block;
	color: #fff;
	font-size: 3.5vw;
	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: 12vw;
	background-position: 3vw;
	background-color: #15c618;
	padding: 2.4vw 4vw 1.8vw 16vw;
	position: relative;
	text-decoration: none;
}
.line-button a span.small {
	display: block;
	font-size: 2.8vw;
	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: 4vw;
	margin-left: 1.4vw;
}
.line-button a span.line-friend {
	font-size: 1.3em;
	color: #fff231;
	padding: 0 0.5vw;
}

/*-----------------------------------------
海外国内切り替えタブ
-------------------------------------------*/
#switch {
}
#switch ul {
	width: 96vw;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	z-index: 100;
}
#switch ul li {
	width: 49%;
	text-align: center;
	font-size: 4.7vw;
	font-weight: 700;
	line-height: 2.0em;
	letter-spacing: 0.1em;
	border-top-right-radius: 2vw;
	border-top-left-radius: 2vw;
	color: #fff;
	border-left: solid 0.7vw transparent;
	border-top: solid 0.7vw transparent;
	border-right: solid 0.7vw transparent;
	position: relative;
}
#switch ul li.kaigai {background-color: var(--content-color-kaigai);}
#switch ul li.kokunai {background-color: var(--content-color-kokunai);}

#switch ul li a {
	display: block;
	color: inherit;
	text-decoration: inherit;
	border-radius: inherit;
}
#switch ul li.active:after {
	content: "";
	width: 100%;
	height: 0.7vw;
	position: absolute;
	left: 0;
	bottom: -0.7vw;
	background-color: #fff;
}
#switch ul li.kaigai.active {
	color: var(--content-color-kaigai);
	background-color: #fff;
	border-left: solid 0.7vw var(--content-color-kaigai);
	border-top: solid 0.7vw var(--content-color-kaigai);
	border-right: solid 0.7vw var(--content-color-kaigai);
}
#switch ul li.kokunai.active {
	color: var(--content-color-kokunai);
	background-color: #fff;
	border-left: solid 0.7vw var(--content-color-kokunai);
	border-top: solid 0.7vw var(--content-color-kokunai);
	border-right: solid 0.7vw var(--content-color-kokunai);
}


/*-----------------------------------------
ナビ
-------------------------------------------*/
#navi {
	width: 100%;
	padding: 3vw 0;
	background-color: #fff;
}
.is-kaigai #navi {border-top: solid 0.7vw var(--content-color-kaigai);}
.is-kokunai #navi {border-top: solid 0.7vw var(--content-color-kokunai);}

#navi ul {
	width: 100%;
	display: flex;
	justify-content: center;
}
#navi ul li {
	width: 100%;
	font-size: 3.5vw;
	line-height: 1.4em;
	font-weight: 700;
	text-align: center;
	border-right: solid 1px #ccc;
}
#navi ul li:last-child {
	border-right: none;
}
#navi ul li.gw {
	letter-spacing: -0.1em;
}
#navi ul li a {
	display: block;
	color: inherit;
	text-decoration: inherit;
	padding: 0 0.5vw;
}
#navi ul li a::before {
	content: "";
	display: block;
	width: 100%;
	height: 5vw;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	margin-bottom: 1.5vw;
}
#navi ul li.event a::before {background-image: url("../images/icon_event.svg");}
#navi ul li.spring a::before {background-image: url("../images/icon_spring.svg");}
#navi ul li.gw a::before {background-image: url("../images/icon_gw.svg");}
#navi ul li.summer a::before {background-image: url("../images/icon_summer.svg");}
#navi ul li.autumn a::before {background-image: url("../images/icon_autumn.svg");}
#navi ul li.newyear a::before {background-image: url("../images/icon_newyear.svg");}

#navi ul li a::after {
	content: "";
	display: block;
	width: 100%;
	height: 2vw;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	margin-top: 2vw;
}
#navi ul li.event a::after {background-image: url("../images/arrow_event.svg");}
#navi ul li.spring a::after {background-image: url("../images/arrow_spring.svg");}
#navi ul li.gw a::after {background-image: url("../images/arrow_gw.svg");}
#navi ul li.summer a::after {background-image: url("../images/arrow_summer.svg");}
#navi ul li.autumn a::after {background-image: url("../images/arrow_autumn.svg");}
#navi ul li.newyear a::after {background-image: url("../images/arrow_newyear.svg");}

/*上部固定時のcss*/
#navi.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 30%);
	border-top: none;
	padding: 0;
}
#navi.fixed ul li {
	font-size: 3.0vw;
	line-height: 1.4em;
	font-weight: 500;
}
#navi.fixed ul li a {
	padding: 1vw 0;
}
#navi.fixed ul li a::before {
	content: none;
}
#navi.fixed ul li a::after {
	margin-top: 1vw;
}
#navi.fixed ul li a.active {
	background-color: #f3f3f3;
}
.fix-navi:has(.fixed) {
	height: 14vw;
}
/*-----------------------------------------
シーズン別カラー
-------------------------------------------*/
#product > div {
	width: 100%;
	padding: 7vw 0 10vw;
	border-top: solid 1vw #fff; 
}
#product #event {background-color: #fffde6;}
#product #spring {background-color: #feedf2;}
#product #gw {background-color: #f0f9eb;}
#product #summer {background-color: #eaf6fc;}
#product #autumn {background-color: #ffefe9;}
#product #newyear {background-color: #fee9e8;}

/*-----------------------------------------
見出し
-------------------------------------------*/
#product h2 {
	text-align: center;
	margin-bottom: 5vw;
}
#product h2 .sub-text {
	display: block;
	font-size: 3.3vw;
	font-weight: 700;	
}
#product h2 .main-text {
	display: block;
	font-size: 7.0vw;
	line-height: 1.6em;
	font-weight: 700;
}
#product h2::before {
	content: "";
	display: block;
	width: 100%;
	height: 10vw;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	margin-bottom: 2vw;
}
#product #event h2::before {background-image: url("../images/icon_event.svg");}
#product #spring h2::before {background-image: url("../images/icon_spring.svg");}
#product #gw h2::before {background-image: url("../images/icon_gw.svg");}
#product #summer h2::before {background-image: url("../images/icon_summer.svg");}
#product #autumn h2::before {background-image: url("../images/icon_autumn.svg");}
#product #newyear h2::before {background-image: url("../images/icon_newyear.svg");}


/*-----------------------------------------
その他ツアーボタン・おすすめバナー
-------------------------------------------*/
#product .other-button {
	margin-top: 3vw;
}
#product .other-button p {
	font-size: 3.4vw;
    line-height: 2.8em;
	text-align: center;
	margin: 0 1vw 2vw;
}
#product .other-button p a {
	color: #fff;
	display: block;
	text-decoration: none;
	border-radius: 1.4em;
    position: relative;
    box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, .25);
	padding: 0 6vw 0 5vw;
}
#product #event .other-button p a {background-color: var(--content-color-event);}
#product #spring .other-button p a {background-color: var(--content-color-spring);}
#product #gw .other-button p a {background-color: var(--content-color-gw);}
#product #summer .other-button p a {background-color: var(--content-color-summer);}
#product #autumn .other-button p a {background-color: var(--content-color-autumn);}
#product #newyear .other-button p a {background-color: var(--content-color-newyear);}

#product .other-button p a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f105";
    position: absolute;
    right: 2vw;
}
#product .other-button p a.search:after {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f107";
    position: absolute;
    right: 2vw;
}
#product .other-button a.coming {
    pointer-events: none;
    position: relative;
}
#product .other-button a.coming:before {
	content: "coming soon";
	display: inline-block;
    position: absolute;
    top: 0;
	right: 0;
    left: 0;
	margin: 0 auto;
    font-size: 3.8vw;
	font-weight: 700;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    z-index: 102;
    width: 44vw;
    transform: rotate(-3deg);
}

/*-----------------------------------------
商品下バナー
-------------------------------------------*/
#product .product__contents .bnr {
	text-align: center;
	margin-top: 3vw;	
}
#product .product__contents .bnr img {
	width: 100%;
}

/*-----------------------------------------
上部バナーエリア
-------------------------------------------*/
#bnrarea-top {
	padding: 0 0 10vw;
}
#bnrarea-top ul {
	width: 90vw;
	margin: 0 auto;
}
#bnrarea-top ul li:not(:last-child) {
	margin-bottom: 2vw;
}
#bnrarea-top ul li img {
	width: 100%;
}
/*-----------------------------------------
下部バナーエリア
-------------------------------------------*/
#bnrarea-foot {
	padding: 7vw 0 10vw;
	text-align: center;
	background-color: #fff;
}
#bnrarea-foot p {
	font-size: 5.0vw;
	line-height: 1.8em;
	font-weight: 700;
}
#bnrarea-foot ul {
	width: 90vw;
	margin: 0 auto;
}
#bnrarea-foot ul li:not(:last-child) {
	margin-bottom: 2vw;
}
#bnrarea-foot ul li img {
	width: 100%;
}
/*----------------------------------------------
サイドボタン
------------------------------------------------*/
#side-btn-sp {
    position: fixed;
    /*bottom: 60vw;*/
    top: 50vw;
    right: 0;
    writing-mode: vertical-rl;
	font-size: 12px;
    line-height: 2.5em;
    padding: 10px 0;
    opacity: 0.8;
    z-index: 1000;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    display: none;
}
.is-kaigai #side-btn-sp {background-color: #2ea307;}
.is-kokunai #side-btn-sp {background-color: #007cdd;}
#side-btn-sp a {
	display: block;
	color: #fff;
	text-decoration: none;
}

@media (orientation: landscape){
	#side-btn-sp {
		bottom: 10vw;
	}
}
/*-----------------------------------------
検索ボックス 調整
-------------------------------------------*/
#searchArea {
	background-color: #fff;
	padding: 0 0 3vw 0;
}
@media (min-width:741px) {
	#searchArea {
		padding: 3vw 0;
	}
	.main .rn-searchMod__navList {
		width: 96%!important;
		margin: 0 auto!important;
	}
	.main .searchWrap .rn-searchMod__navList {
		position: relative;
		bottom: -7px;
	}
}


/*以下初夢フェアコピー*/
/*-----------------------------------------
商品アイコン設置
-------------------------------------------*/
.product__list--label > [class*="product__list--label--"] {
    width: 24vw;
    font-size: calc(23vw / 7.5);
    padding: 0.25em!important;
}
.airhotel .product__list--label > [class*="product__list--label--"] {
    width: initial;
}

/*.product__list--label > [class*="product__list--label--"]:empty {
    display: none;
}*/
/*▼関西用jsonのアイコン設置用CSS（関東の商材を読み込んでるのを除く）*/
body:not(.is-kaigai) .product__list:not(.is-activities):not(.is-oe) .product__list--label > [class*="product__list--label--"]:empty {
    display: none;
}
.is-kaigai .product__list:not(.is-hotels):not(.is-cars):not(.is-activities):not(.is-oe) .product__list--label > [class*="product__list--label--"]:empty {
    display: none;
}
/*国内ホテルアワード用*/
.product__list--label--awbest,
.product__list--label--awgood {
	display: block!important;
}

/*▲---------------------------*/
.product__list--label--fair,
.product__list--label--shien,
.product__list--label--goto,
.product__list--label--awbest,
.product__list--label--awgood {
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
}
.product__list--label--cm {
	background: #e70012;
}
.product__list--label--tv {
	font-size: calc(22vw / 7.5)!important;
	background: #e70012;
}
.product__list--label--line {
  background: #07b53b;
}
.product__list--label--news {
  background: #ff6000;
}
.product__list--label--mail {
    background: #ff6000;
}
.product__list--label--other {
  background: #e70012!important;
}
/*▼下層スクロール用*/
.sp_scroll .product__list--label {
    position:absolute;
    width: 90px;
}
.sp_scroll .product__list--label > [class*="product__list--label--"] {
    padding: 0.2em;
    margin-bottom: 0;
    /*font-size: calc(20vw / 7.5);
    height: calc(40vw / 7.5);*/
}
.sp_scroll .product__list--label--fair {
    background-size: contain;
    background-color: #1853a4;
    background-position: center;
}
/*▲下層スクロール用*/
.product__list--point:empty {
    display: none!important;
}

/*------------------------------------
 商品空のとき
-------------------------------------*/
.product__list--item:empty,
.product__list--item--sp:empty {
  display:none;
}



/*------------------------------------
 新旧上下限js混在応急処置
-------------------------------------*/
.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,
.product__list--type--sp .js-split-airport:not(:empty) + span{
  display: none;
}
.product__list--dep .js-split-departure::after,
.product__list--dep span[id*="dep_"]::after{
  content: "出発"
}
.product__list--type.port-type::after,
.product__list--type--sp.port-type::after{
  content: "発着"
}
.product__list--type.port-type.hotel::after,
.product__list--type--sp.port-type.hotel::after{
  content: ""
}
.product__list--type.port-type.train::after,
.product__list--type--sp.port-type.train::after{
  content: "発"
}
.product__list--dep .js-split-departure:empty::after,
.product__list--dep span[id*="dep_"]:empty::after,
.js-split-airport:empty::after{
  display: none;
}
.product__list--dep, .product__list--notes {
	width: 100%;
}

/*------------------------------------
FIT特典部分調整
-------------------------------------*/
.is-air .product__list--tokuten,
.is-airhotel .product__list--tokuten {
    border-top:none;
}
.is-air .product__list--tokuten--item,
.is-airhotel .product__list--tokuten--item {
    border-top: calc(1vw / 7.5) dashed;
    padding-top: 2vw;
}
.is-air .product__list--tokuten--item:empty,
.is-airhotel .product__list--tokuten--item:empty {
    display: none;
}
