@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: #f6537c;
	--content-color-gw: #68c636;
	--content-color-summer: #35abe2;
	--content-color-autumn: #ff6427;
	--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/mv_winter_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-button {
	padding: 5vw 0;
}
.line-button img {
	width: 100%;
}

/*-----------------------------------------
海外国内切り替えタブ
-------------------------------------------*/
#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.tour3 a::before {background-image: url("../images/icon_lantern.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.tour2 a::before {background-image: url("../images/namdaemun.svg");}
#navi ul li.tour4 a::before {background-image: url("../images/icon_geru.svg");}
#navi ul li.tour1 a::before {background-image: url("../images/icon_elephant.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.tour3 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.tour2 a::after {background-image: url("../images/arrow_summer.svg");}
#navi ul li.tour4 a::after {background-image: url("../images/arrow_newyear.svg");}
#navi ul li.tour1 a::after {background-image: url("../images/arrow_utumn.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;
}
/*-----------------------------------------
シーズン別カラー
-------------------------------------------*/
#product > div {
	width: 100%;
	padding: 7vw 0 10vw;
	border-top: solid 1vw #fff; 
}
#product #tour3 {background-color: #fffde6;}
#product #spring {background-color: #feedf2;}
#product #gw {background-color: #f0f9eb;}
#product #tour2 {background-color: #eaf6fc;}
#product #tour1 {background-color: #ffefe9;}
#product #tour4 {background-color: #fee9e8;}


#tour4 .schedule .flightSchedule caption {
	background-color:#f32b1e;
}

#tour2 .schedule .flightSchedule caption {
	background-color:#35abe2;
}

#tour3 .schedule .flightSchedule caption {
	background-color:#ffce00;
}

#tour1 .schedule .flightSchedule caption {
	background-color:#ff6427;
}
.schedule td {
	background-color:#fff;"
}

/*-----------------------------------------
見出し
-------------------------------------------*/
#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 #tour3 h2::before {background-image: url("../images/icon_lantern.svg");}
#product #spring h2::before {background-image: url("../images/icon_spring.svg");}
#product #gw h2::before {background-image: url("../images/icon_gw.svg");}
#product #tour2 h2::before {background-image: url("../images/oz.png");width:50%; margin:0 auto;}
#product #tour1 h2::before {background-image: url("../images/syoronpou.svg");}
#product #tour4 h2::before {background-image: url("../images/icon_geru.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 #tour3 .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 #tour2 .other-button p a {background-color: var(--content-color-summer);}
#product #tour1 .other-button p a {background-color: var(--content-color-autumn);}
#product #tour4 .other-button p a {background-color: var(--content-color-newyear);}

#product .other-button ul li a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f105";
    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%;
}
/*-----------------------------------------
下部バナーエリア
-------------------------------------------*/

#banner h3 {

	font-weight:bold;
	text-align:center;
	font-size:2rem !important;
	margin-top:10px;
}


.is-bnr {
	width:100%;
	overflow:hidden;
	margin: 35px auto 0;
	padding-bottom: 50px;
}
.is-bnr ul{ 
	width:100%; 
	box-sizing: border-box;
}
.is-bnr li img{ 
	width:100%;
}
.is-bnr li img:hover{
	opacity: 0.8;
}
.is-bnr li {
	width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
	
}

/*----------------------------------------------
サイドボタン
------------------------------------------------*/
#side-btn-sp {
    position: fixed;
    bottom: 47vw;
    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;
}
