@charset "utf-8";
.nosp {
  display: none
}
.contents {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 3.4vw;
  line-height: 1.5em;
  color: #2C2A29;
  background-color: #fffac4;
  background-image: url("../images/bg-intro.png");
  background-size: 3vw;
}
.inner {
  width: 95vw;
  margin: 0 auto;
}
/*-----------------------------------------
メインビジュアル
-------------------------------------------*/
#mainvisual {
  position: relative;
  width: 100%;
  height: 67vw;
  background: url("../images/main-bg-sp_summer.jpg") no-repeat top center / 100%;
}
#mainvisual .title {
  width: 82vw;
  margin: 0 auto;
  padding-top: 4vw;
}
#mainvisual .title img {
  width: 100%;
}
/* 　フェア用ロゴ（MV上に挿入）  */
#fairLogo {
  width: 20.5vw;
  position: absolute;
  top: 1vw;
  right: 1vw;
  /*filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));	*/
}
#fairLogo img {
  width: 100%;
}
/*
@media screen and (min-width:820px) and (max-width:1024px){
	#fairLogo {
		width: 18vw;
		right: 2vw;
	}
}
*/
/*-----------------------------------------
導入
-------------------------------------------*/
#lead {
  padding: 6vw; /*もとは8vw*/
}
#lead p {
  font-size: 3.7vw;
  line-height: 1.5em;
}
#lead p span {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 4.3vw; /*もとは4.5vw*/
  margin-bottom: 1.4vw;
  line-height: 1.5;
}
/*------------------------------------------------
        LINEお友達登録ボタン
--------------------------------------------------*/
.line-wrap-simple {
    padding: 5vw 0; /*ページによって調整*/
}
.line-wrap-detail {
	margin-top: -5vw; /*margin paddingページによって調整*/
	background-color: #fff;
	padding-bottom: 10vw;
}
.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%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  border-top-right-radius: 2vw;
  border-top-left-radius: 2vw;
  position: relative;
}
#switch ul li a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: inherit;
  text-decoration: inherit;
  border-radius: inherit;
  background-color: #9b9a92;
  height: 12vw;
}
#switch ul li a img {
  width: 22vw;
}
#switch ul .active {
  padding-top: 3px;
  /*background-color: #ffa508;冬バージョン*/
  background-color: #ffcd07;
}
#switch ul .active img {
  width: 24vw;
}
/*-----------------------------------------
ナビ
-------------------------------------------*/
#navi {
  width: 100%;
  padding: 3vw 2vw;
  /*background-color: #ffa508;冬バージョン*/
  background-color: #ffcd07;
}
#navi ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#navi ul li {
  position: relative;
  width: 49%;
  font-size: 3.6vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2vw;
}
#navi ul li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
#navi ul li a {
  position: relative;
  color: inherit;
  text-decoration: inherit;
  background-color: #fff;
  border-radius: 10vw;
  height: 9vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#navi ul li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 2.6vw;
  color: #656565;
  content: "\f078";
  position: absolute;
  right: 3vw;
}
/*　 国内 5万円以内のボタン 年末年始などキャッチ非表示時に消す
#navi ul li.row2 {
	line-height: 1em;
}
#navi ul li.row2 .catch {
	font-size: 3vw;
	width: 100%;
}
#navi ul li.row2 a {
	padding: 1vw 3vw 1vw 0;
	line-height: 1;
}
#navi.fixed ul li.row2 a .catch {
	font-size: 3.2vw;
}
*/
#navi.fixed ul li br {
  display: none;
}
#navi.fixed ul li br {
  display: none;
}
/*　 国内 5万円以内のボタン 年末年始などキャッチ非表示時に消す
#navi.fixed ul li.row2 .catch {
	width: initial;
}
*/
/*上部固定時の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: 2vw;
}
#navi.fixed ul {
  column-gap: 1vw;
  justify-content: center;
}
#navi.fixed ul li {
  line-height: 1.5;
  font-size: 3.2vw;
  font-weight: 700;
  flex: 1;
  margin-bottom: 0;
}
#navi.fixed ul li a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 2.2vw;
  color: #656565;
  content: "\f078";
  position: absolute;
  right: 0;
  top: auto;
  bottom: .3vw;
  left: 0;
  line-height: 1;
}
/*  国内　5万円以内ボタン　ページ上部固定時の幅指定  */
/*
#navi.fixed ul li.row2 {
	width: 100%;
}
*/
#navi.fixed ul li a {
  position: relative;
  padding: 1vw 0;
}
#navi.fixed ul li a::before {
  content: none;
}
#navi.fixed ul li .active {
  background-color: #0061c2;
  border-radius: 10vw;
  color: #fff;
}
#navi.fixed ul li .active::after {
  color: #fff;
}
.fix-navi:has(.fixed) {
  height: 14.5vw;
}
/*-----------------------------------------
シーズン別カラー
-------------------------------------------*/
#product {
  background: #e7f4fc;
  /*background-image: url("../images/bg-blue.jpg");
	background-size: 25%;*/
  /*background: #ffffe9;冬バージョン*/
  /*
	background-image: url("../images/bg-hatsuyume.png");
	background-size: 115%;
	*/
}
#product > div {
  width: 100%;
  padding: 7vw 0 10vw;
}
#product .summer {
  /*background-image: url("../images/bg-orange-fnl.jpg"); background-size: 25%;*/
  /*background: #bfe7f5;*/
}
#product .summer h2 {
  background-color: #f56d12;
}
#product .summer h2::after {
  border-top: 5vw solid #f56d12;
}
#product .summer .other-button p a {
  background-color: #f5600e;
}
#product .newyear {
  background: #ffe5e5;
}
#product .newyear h2 {
  background-color: #db2a18;
}
#product .newyear h2::after {
  border-top: 5vw solid #db2a18;
}
/*-----------------------------------------
見出し
-------------------------------------------*/
#product h2 {
  position: relative;
  text-align: center;
  margin-bottom: 5vw;
  background: #0061c2;
  padding: 2vw 0;
}
#product h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8vw;
  margin: 0 auto;
  width: .1vw;
  border: 5vw solid transparent;
}
#product h2::after {
  border-top: 5vw solid #0061c2;
}
#product h2 .sub-text {
  display: block;
  font-size: 3.3vw;
  font-weight: 700;
}
#product h2 .main-text {
  display: block;
  font-size: 4.0vw;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  letter-spacing: .1em;
}
#product h2 .main-text span {
  font-size: 6vw;
  line-height: 1;
  vertical-align: -.2vw;  
}
/*-----------------------------------------
その他ツアーボタン・おすすめバナー
-------------------------------------------*/
#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;
  background-color: #0061c2;
}
#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 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%;
}
/*-----------------------------------------
下部バナーエリア
-------------------------------------------*/
#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: 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;*/
  background-color: #0b8700;  
}
.is-kokunai #side-btn-sp {
  /*background-color: #007cdd;*/
  background-color: #0076D1;  
}
#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;
}
/*----------------------------------------------
	新仕様改修
------------------------------------------------*/
/*パンくず*/
.ui-static-breadcrumb-list {
	margin: 0;
}
/*ページトップ*/
.goTop {
	& a {
		display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
		border-radius: 50%;
        background-color: rgba(105, 113, 128, .5);
        width: 48px;
        height: 48px;
		& img {
			width: 24px;
			height: 24px;
		}
	}
}