@charset "utf-8";
.nopc {
  display: none
}
.contents {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  color: #2C2A29;
  background-color: #fffac4;
  background-image: url("../images/bg-intro.png");
  background-size: 14px;
}
.contents a:hover {
  opacity: 0.8;
  transition: all 0.6s ease;
}
.contents .inner {
  width: 1104px;
  margin: 0 auto;
}
/*-----------------------------------------
メインビジュアル
-------------------------------------------*/
#mainvisual {
  width: 100%;
  height: 400px;
  background: url("../images/main-bg-pc_summer.jpg") no-repeat top center;
}
#mainvisual .title {
  width: 546px;
  text-align: center;
  padding-top: 8px;
  margin: 0 auto;
}
#mainvisual .title img {
  width: 100%;
}
#mainvisual .inner {
  position: relative;
}
/* 　フェア用ロゴ（MV上に挿入）  */
#fairLogo {
  position: absolute;
  top: 20px;
  left: 60px;
  /*filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.1));*/
}
a#fairLogo img:hover {
  opacity: 1;
}
/*-----------------------------------------
導入
-------------------------------------------*/
#lead {
  width: 1104px;
  margin: 0 auto;
  padding: 48px 0;
}
#lead p {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
#lead p span {
  display: block;
  font-weight: 700;
  font-size: 24px;
}
/*-----------------------------------------
海外国内切り替えタブ
-------------------------------------------*/
#switch ul {
  width: 1104px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  z-index: 100;
}
#switch ul li {
  position: relative;
  width: 48.8%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-color: #fff;
}
#switch ul li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  color: inherit;
  text-decoration: inherit;
  border-radius: inherit;
  background-color: #9b9a92;
}
#switch ul li a:hover {
  opacity: .8;
}
#switch ul li a img {
  width: 130px;
}
#switch ul .active {
  padding-top: 4px;
  /*background-color: #ffa508;冬バージョン*/
  background-color: #ffcd07;
}
#switch ul .active img {
  width: 143px;
}
/*-----------------------------------------
ナビ
-------------------------------------------*/
#navi {
  width: 100%;
  padding: 18px 0;
  /*background-color: #ffa508;冬バージョン*/
  background-color: #ffcd07;
}
#navi ul {
  width: 1104px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#navi ul li {
  position: relative;
  width: 168px;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
  margin-right: 16px;
}
#navi ul li::after {
  content: '';
  display: block;
  background-image: url(../images/money-icon-2man.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 13px;
  right: 5px;
  width: 40px;
  height: 35px;
  pointer-events: none;
}
#navi ul li .no {
  font-size: 32px;
  margin-bottom: 10px;
}
#navi ul li:last-of-type {
  margin-right: 0;
}
#navi ul li a {
  height: 64px;
  display: flex;
  flex-wrap: wrap;
  color: #000;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  text-decoration: none;
  padding: 2px 32px 0 0;
}
#navi ul li a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 14px;
  color: #656565;
  content: "\f078";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 1;
}
#navi ul .navi-1man::after {
  background-image: url(../images/money-icon-1man.png);
}
#navi ul .navi-2man::after {
  background-image: url(../images/money-icon-2man.png);
}
#navi ul .navi-3man::after {
  background-image: url(../images/money-icon-3man.png);
}
#navi ul .navi-4man::after {
  background-image: url(../images/money-icon-4man.png);
}
#navi ul .navi-5man::after {
  background-image: url(../images/money-icon-5man.png);
}
#navi ul .navi-7man::after {
  background-image: url(../images/money-icon-7man.png);
}
#navi ul .navi-9man::after {
  background-image: url(../images/money-icon-9man.png);
}
#navi ul .navi-10man::after {
  background-image: url(../images/money-icon-10man.png);
}
/* 国内 5万円以内のボタン 年末年始などキャッチ非表示時に消す */
/*
#navi ul li.row2 a .catch {
	font-size: 12px;
	line-height: 1.1em;
	width: 100%;
}
#navi ul li.row2 span {
	font-size: 14px;
	line-height: 17px;
}
#navi ul li.row2 .no {
	font-size: 22px;
}
#navi ul li.row2 a {
	padding: 4px 34px 7px 0;
}
*/
/*キャッチ1行*/
/*
#navi ul li.row2-type2 a .catch {
	font-size: 14px;
	line-height: 1.0em;
	width: 100%;
	display: block;
}
#navi ul li.row2-type2 span {
	font-size: 18px;
	line-height: 20px;
}
#navi ul li.row2-type2 .no {
	font-size: 28px;
	line-height: 1.0em;
}
#navi ul li.row2-type2 a {
	padding: 4px 34px 5px 0;
}
*/
/*上部固定時の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 {
  padding: 8px 0;
}
#navi.fixed ul li {
  width: 168px;
  margin-right: 16px;
  border-radius: 30px;
}
#navi.fixed ul li:last-of-type {
  margin-right: 0;
}
#navi.fixed ul li a::before {
  content: none;
}
#navi.fixed ul li .active {
  background-color: #0061c2;
  border-radius: 50px;
  color: #fff;
}
#navi.fixed ul li .active::after {
  color: #fff;
}
.fix-navi:has(.fixed) {
  height: 84px;
}
/*-----------------------------------------
シーズン別カラー
-------------------------------------------*/
#product > div {
  width: 100%;
  padding: 56px 0 64px;
}
#product {
  padding: 40px 0;
  background: #e7f4fc;
  /*background: #ffffe9冬バージョン;
	background-image: url("../images/bg-hatsuyume.png"); background-size: 55%;
	background-image: url("../images/bg-orange.jpg");*/
  /*background-image: url("../images/bg-blue.jpg");*/
}
#product .summer {
  background: #bfe7f5;
  /*background-image: url("../images/bg-orange-fnl.jpg");*/
}
#product .summer h2 {
  background-color: #f56d12;
}
#product .summer h2::after {
  border-top: 20px 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: 20px solid #db2a18;
}
/*-----------------------------------------
見出し
-------------------------------------------*/
#product h2 {
  position: relative;
  text-align: center;
  margin-bottom: 32px;
  background: #0061c2;
  padding: 8px 0 16px;
}
#product h2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
}
#product h2::after {
  border-top: 20px solid #0061c2;
}
#product h2 .sub-text {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
#product h2 .main-text {
  display: block;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
}
#product h2 .main-text span {
  font-size: 38px;
  vertical-align: -1px;
}
/*-----------------------------------------
その他ツアーボタン・おすすめバナー
-------------------------------------------*/
#product .other-button {
  width: 80%;
  margin: 32px auto 0;
}
#product .other-button p {
  font-size: 18px;
  text-align: center;
  margin: 0 4px;
  line-height: 2.6em;
}
#product .other-button p a {
  color: #fff;
  display: block;
  text-decoration: none;
  border-radius: 1.3em;
  position: relative;
  box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, .25);
  background-color: #0061c2;
}
#product .other-button p a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f054";
  position: absolute;
  right: 12px;
}
#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: 18px;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  z-index: 102;
  width: 260px;
  transform: rotate(-3deg);
}
/*-----------------------------------------
商品下バナー
-------------------------------------------*/
#product .product__contents .bnr {
  text-align: center;
  margin-top: 32px;
}
/*-----------------------------------------
上部バナーエリア
-------------------------------------------*/
#bnrarea-top {
  padding: 0 0 40px;
}
#bnrarea-top ul {
  width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#bnrarea-top ul li {
  margin-bottom: 10px;
}
#bnrarea-top ul li.col-1 {
  width: 100%;
}
#bnrarea-top ul li.col-2 {
  width: 49.4%;
}
#bnrarea-top ul li img {
  width: 100%;
}
/*-----------------------------------------
下部バナーエリア
-------------------------------------------*/
#bnrarea-foot {
  padding: 40px 0;
  text-align: center;
  background-color: #fff;
}
#bnrarea-foot p {
  font-size: 36px;
  line-height: 1.8em;
  font-weight: 700;
}
#bnrarea-foot ul {
  width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#bnrarea-foot ul li {
  margin-bottom: 10px;
}
#bnrarea-foot ul li.col-1 {
  width: 100%;
}
#bnrarea-foot ul li.col-2 {
  width: 49.4%;
}
#bnrarea-foot ul li img {
  width: 100%;
}
/*--------------------------------------------
固定バナー
--------------------------------------------*/
#fix-bnr-pc {
  display: none;
  position: fixed;
  right: 10px;
  top: 200px;
  z-index: 100;
}
#fix-bnr-pc a {
  display: block;
}
/*-----------------------------------------
検索ボックス
-------------------------------------------*/
#searchArea {
  background-color: #fff;
  padding: 50px 0;
}

/*------------------------------------------------
        LINEお友達登録ボタン
--------------------------------------------------*/
.line-wrap-detail {
        padding: 30px 0 0;/*ページによって調整*/
		background-color: #fff;
}
.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.5;
        font-weight: bold;
}
.line-inner .textarea {
        width: 75%;
        text-align: left;
        padding: 30px 0 30px 30px;
}
.line-inner .btnarea {
        width: 23%;
        padding: 10px 20px 10px 0;
}
.line-inner .text1 {
        font-size: 17px;
        line-height: 1.4;
}
.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.3;
        color: #fff231;
        padding: 0 2px;
}
.line-qr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
}
.line-qr span:nth-child(1) {
        width: 50%;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.3;
}
.line-qr img {
        width: 50%;
}
.line-qr span:nth-child(3) {
        width: 100%;
        font-size: 13px;
}
.line-qr a {
        text-decoration: underline;
}

/*以下初夢フェアコピー*/
/*-----------------------------------------
商品アイコン設置
-------------------------------------------*/
.product__list--label > [class*="product__list--label--"] {
  width: 100%;
}
/*▼関西用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: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.product__list--label--cm {
  background: #e70012;
}
.product__list--label--tv {
  font-size: 11px !important;
  background: #e70012;
}
.product__list--label--line {
  background: #07b53b;
}
.product__list--label--news {
  background: #ff6000;
}
.product__list--label--mail {
  font-size: 10px !important;
  background: #ff6000;
}
.product__list--label--other {
  background: #e70012 !important;
}
.product__list--point:empty {
  display: none !important;
}
/*------------------------------------
 商品空のとき
-------------------------------------*/
.product__list--item: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 {
  display: none;
}
.product__list--dep .js-split-departure::after, .product__list--dep span[id*="dep_"]::after {
  content: "出発"
}
.product__list--type.port-type::after {
  content: "発着"
}
.product__list--type.port-type.hotel::after {
  content: ""
}
.product__list--type.port-type.train::after {
  content: "発"
}
.product__list--dep .js-split-departure:empty::after, .product__list--dep span[id*="dep_"]:empty::after {
  display: none;
}
/*------------------------------------
FIT特典部分調整
-------------------------------------*/
.is-air .product__list--tokuten, .is-airhotel .product__list--tokuten {
  border-top: none;
  margin: 10px 10px 0;
}
.is-air .product__list--tokuten--item, .is-airhotel .product__list--tokuten--item {
  border-top: 1px dashed;
  padding-top: 5px;
}
.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;
		}
	}
}