@charset "utf-8";
/* 全ページ 関東専用CSS（PCSP共通）国内海外共通*/
/*国内方面から選ぶ枠にはタイムセール非表示*/
.tour-navi__list--item.is-timesale {
  display: none;
}
/*国内下層ページ切替ボタン、タイムセール有時は最小サイズ指定解除＋USJサイズ指定*/
.is-pc .tour-page-navi__list--item.is-timesale, .is-pc .tour-page-navi__list--item.is-timesale ~ .tour-page-navi__list--item {
  min-width: auto;
}
.is-pc .tour-page-navi__list--item.is-usj {
  max-width: 125px;
  &.is-active {
    .tour-page-navi__list--text {
      font-size: .9em;
    }
  }
}
/*スケジュールページの国内ツアーTOPボタン改行調整*/
.is-sp.is-schedule .timetable__main-contents--link[href*="kokunai/tour/index"] br {
  display: none;
}

/*-------------------------------------
海外調整用
-------------------------------------*/
/* 商品カセット_ポイント */
#product .product__list--texts .product__list--point {
  color: #000;
  line-height: 1.4;
  text-align: left;
  padding: min((20vw / 7.5), 8px);
  }
  /* 商品カセット_ホテル非表示 */
  .product__list--detail.js-minmax-api-hotel {
  display: none;
  }
  /* tour_dst_navi海外サイズ調整 */
  .is-pc .is-kaigai .tour-navi__maindst .tour-navi__list--item {
  width: 120px;
  height: 120px;
  }
  /*海外 タイトル上*/
  .is-pc :is(.product__contents, #shisaku) .product__title{
  margin-top: 3rem;
  }
  /* 海外 ツアー方面内のバナー */
  .is-kaigai .bnr-area {
  text-align: center;
  margin-bottom: 2em;
  }
  
  /* 海外ツアーTOP_商品カセット */
  .is-pc.is-tour.is-kaigai .product__list:not(.is-length-2),
  .is-pc .product__list.is-length-4 {
  grid-template-columns: repeat(4, 1fr);
  }

  .is-sp div#product-singapore .product__title--main-text{
    font-size: calc(54vw / 7.9);
  }
  p.product__list--detail.js-minmax-api-hotel {
    display: none;
  } 

/* 海外方面別エリアナビ（PC） 
  -------------------------------------*/
  #contentsArea .navBoxDome {
    display: flex;
    background: #fff;
    padding: 10px;
    margin: 4em 0;
    border: solid 1px #1b288d;
    }
    
    #contentsArea .navBoxDome ul {
    display: flex;
    flex-wrap: wrap;
    width: 86%;
    }
    
    #contentsArea .navBoxDome h3 {
    width: 12%;
    text-align: center;
    margin-right: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #fff;
    background: #1b288d;
    }
    
    #contentsArea .navBoxDome ul li {
    margin: 5px 15px 5px 5px;
    position: relative;
    color: #FFF;
    padding: 0 13px 0 5px;
    }
    
    #contentsArea .navBoxDome ul li a {
    text-decoration: none;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    
    #contentsArea .navBoxDome ul li a:hover {
    opacity: 0.9;
    }
    
    #contentsArea .navBoxDome ul li a:after {
    content: '▼';
    }
    
    /* 海外方面別エリアナビ（SP用変更）
    -------------------------------------*/
    .is-sp #contentsArea .navBoxDome {
    background: #d3eae9;
    flex-wrap: wrap;
    padding: 0;
    }
    
    .is-sp #contentsArea .navBoxDome h3 {
    background: none;
    color: #333;
    font-size: 1.2em;
    width: 100%;
    margin-right: 0;
    padding: .5em;
    }
    
    .is-sp #contentsArea .navBoxDome ul {
    width: 100%;
    justify-content: space-around;
    }
    
    .is-sp #contentsArea .navBoxDome ul li {
    margin: 0 0 2%;
    padding: 0;
    width: 47%;
    }
    .is-sp #contentsArea .navBoxDome ul li a {
    background: #fff;
    padding: .6em .3em;
    height: 100%;
    }
    
    /*
    海外・LINEアイコンあり
    -------------------------------------*/
  .product__list:not(.is-koukoku) a:where(
  [data-tour-code="FC-FBS7084-STD"],
  [data-tour-code="FC-GBS5008-ASTD"]
  ).product__list--inner::before {
  background: #07b53b;
  color: #fff;
  content: 'LINE掲載商品';
  font-size: 12px;
  padding: .3em .5em;
  position: absolute;
  z-index: 1;
}

   /*
   国内LINEアイコン&国内調整
  -------------------------------------*/
  .product__list--label--line {
    position: relative;
    width: 100%;
}
  .product__list--label--line:before {
    position: absolute;
    content: 'LINE掲載商品';
    background: #07b53b;
    top: 0;
    left: 0;
    color: #fff;
    font-size: .9rem;
    font-weight: bold;
    z-index: 10;
    padding: .3rem .5rem;
  }
  .is-sp .product__list--label--line:before {
    font-size: .7rem;
    padding: .2rem;
  }
  .product__list--price { width: 100%;}
  .product__list--price:empty,
  .product__list--point:empty,
  .product__list--item:empty { display: none;}
  div#domkyu { flex-direction: row;}
   /*--------------------------------------------
  商品カセット　その他発着のリンク
  ---------------------------------------------*/
    .product__list--other-btn ul {
      display: flex;
      flex-wrap: wrap;
    }
  
    .product__list--other-btn ul li {
      width: calc(100% / 3);
      justify-content: center;
      margin-top: 1rem;
    }
  
    .is-sp .product__list--other-btn ul li {
      width: 50%;
      justify-content: center;
    }
  
    .product__list--other-btn a {
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 2px 0;
      color: #fff;
      background: var(--default-color-fair-main3);
      font-size: 1.2rem;
      line-height: 1.2em;
      font-weight: bold;
      padding: 0 3px 0 3px;
      text-decoration: none;
      border-radius: 100px;
      position: relative;
      box-shadow: 0px 3px 0px 0px rgb(0 0 0 / .23);
      text-align: center;
    }
  
    .is-sp .product__list--other-btn a {
      height: 50px;
      margin: 7px 2px 0;
      font-size: 1rem;
      border-radius: calc(20vw / 7.5);
      margin-top: 0;
    }
  
    .product__list--other-btn a:hover {
      opacity: 0.7;
      transition: all 0.6s ease;
    }
  
    .product__list--other-btn a::after {
      content: "";
      width: 2em;
      height: 2em;
      background: url(/cmn/icon/icon_arrow_right_white.svg);
      position: absolute;
      right: 1%;
    }
   /* 海外テーマ別・商品枠下バナー調整用 */
   .is-pc .banner__other--wrapper{
    margin-top: 0;
   }

/*-------------------------------------------
　国内カセット下検索ボタン
---------------------------------------------*/
.product__button {
	margin-top: 20px;
}
.product__button .search-title {
    text-align: center;
    border-bottom:  solid 1px #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
	padding-bottom: 5px;
}
.product__button .button-base.flex {
    display: flex;
    flex-wrap: wrap;
}
.product__button .button-base .button-base__link {
	display: block;
    padding: 12px 0 14px;
	background: linear-gradient(#8e1507,#c81d09);
	color: #fff;
	font-size: 16px;
	line-height: 1.0;
    border-radius: 100px;
    font-weight: 700;
	text-align: center;
	position: relative;
	transition: all 0.2s ease;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.23);
	&:hover {
		background: linear-gradient(#fff,#dfe9f3);
		color: #c21500;
	}
}
.product__button .button-base.flex .button-base__link {
    margin: 0 10px 10px 0;
    padding: 12px 40px 14px 30px;
}
/*.product__button .button-base .button-base__link::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("/cmn/icon/icon_arrow_right_white.svg") no-repeat center center;
	position: absolute;
	right: 8px;
	top: 8px;
}*/
.product__button .button-base .button-base__link::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("/cmn/icon/icon_arrow_right_white.svg") no-repeat center center;
	position: absolute;
	right: 8px;
	top: 8px;
}
.is-sp {
	& .product__button .button-base.flex .button-base__link {
		padding: 12px 10vw 14px 5vw;
	}
	& .product__button .button-base .button-base__link::after {
		width: 20px;
		height: 20px;
		right: 10px;
		top: 11px;
	}
}
.base-button {
    & .base-button__link {
        .is-sp & {
            border-radius: 35px;
        }
    }
}

   /*------------------------------------
  国内宿泊プランCSSここから
-------------------------------------*/
/* 国内配下　ホテル　Coming soon
販売開始になったらコメントアウト! */
/*#kyuhotel .product__list--inner {
  position: relative;
  pointer-events: none;
}
#kyuhotel .product__list--inner .product__list--label--move-type {
  display: none;
}
#kyuhotel .product__list--inner::before {
  content: "";
  background: url(/fair/assets/common/images/product_icon_coming_right.png) no-repeat 0 0 / cover;
  width: calc(208vw / 7.5);
  height: calc(76vw / 7.5);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.is-pc #kyuhotel .product__list--inner::before {
  width: 146px;
  height: 53px;
}
.is-sp #kyuhotel .product__list--inner::before {
  background-image: url(/fair/assets/common/images/product_icon_coming_left.png);
  width: calc(250vw / 7.5);
  height: calc(91vw / 7.5);
  left: 0;
  right: auto;
}*/

/*AirZ_もっと見る*/
   .product__button.kyu_airz .button-base__link{ background: #df8627; }

/*バナー*/
.is-pc div:not(#banner) *:not(.banner__other):not(.banner__notes):not(.tour-navi__wrapper) + .banner__other {
  margin-top: 5px;
  margin-bottom: 25px;
}
.is-sp div:not(#banner) *:not(.banner__other):not(.tour-navi__wrapper) + .banner__other {
  margin-top: calc(10vw /(375 / 100));
  margin-bottom: calc(-25vw /(375 / 100));
}

/* 完売御礼 */
.is-pc li.product__list--item.soldout,
.is-sp li.product__list--item.soldout {
  background: #ddd!important;
}
.is-pc li.product__list--item.soldout > a,
.is-sp li.product__list--item.soldout > a {
  pointer-events: none;
  background: #ddd !important;
}
.is-pc li.product__list--item.soldout .text-link-base,
.is-sp li.product__list--item.soldout .text-link-base {
  display: none;
}
/* 完売御礼 */
.is-pc .product__list.is-koukoku [data-soldout="true"].product__list--item,
.is-sp .product__list.is-koukoku [data-soldout="true"].product__list--item {
  background: #ddd !important;
}
  
.is-pc .product__list.is-koukoku [data-soldout="true"].product__list--item>a,
.is-sp .product__list.is-koukoku [data-soldout="true"].product__list--item>a {
  pointer-events: none;
  background: #ddd !important;
}
  
.is-pc .product__list.is-koukoku [data-soldout="true"].product__list--item .text-link-base,
.is-sp .product__list.is-koukoku [data-soldout="true"].product__list--item .text-link-base {
  display: none;
}