@charset "utf-8";
/* CSS Document */ :root {
  --black: #333;
  --brown: #343434;
  --yellow: #ffe906;
  --kyellow: #FFCB22;
  --pink: #eb0c91;
  --ublue: #d0dff1;
  --blue: #1e3476;
  --navy: #10407f;
  --knavy: #001f60;
  --gray: #F2F2F2;
  --ugray: #F2F2F2;
  --red: #d8292e;
  --pred: #F01C1C;
  --orange: #E7770F;
  --rave: #f3ecf9;
  --umizu: #ebf4ff;
  --cream: #ffecb6;
  --green: #06c755;
  --purple: #e1d2ee;
  --kpurple: #4b0b88;
  --f_sans: 'Noto Sans JP', sans-serif;
  --f_serif: 'Noto Serif JP', serif;
  --center_contain: no-repeat center center / contain;
}
img {
  max-width: 100%;
}
#nopc,.nopc,.br-sp{ display: none !important;}
main.main { font-family: "Noto Sans JP", serif;}
#wrap {
  width: 100%;
  min-height: 450px;
  margin: 0 auto;
  font-size: 1.2rem;;
  color: var(--black);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif";
}
section{ padding-top: 3rem;}
.section__inner{
  width: 1120px;
  margin: 0 auto;
  padding: 2rem;
}
/* MV */
#mv {
  width: 100%;
  background-image: url(../img/main.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height: 450px;
  align-items: center;
}
/* フライトスケジュール */
p.nowtime { text-align: end;}
.flightSchedule td { vertical-align: middle;}

/* シート情報 */
.info_air h2 {
  display: block;
  background: var(--red);
  padding: .5rem 2rem;
  color: #FFF;
  font-size: 1.6em;
  margin-top: 20px;
  text-align: center;
}
.grid{display: flex;}
.info_air h5 {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.3em;
}
.info_air h5::before {
  content: '▶';
  color: var(--red);
  font-size: 15px;
  padding-right: 3px;
}
.info_air h5 span {
  font-weight: normal;
  padding-left: 10px;
  font-size: 0.8em;
}
.info_air h5 span::before, .info_air h5 span::after {
  content: '-';
}
.info_air img { width: 100%;}
.chui{text-align: end;}

/* 商品ラインナップ */
h2.heading--tourtitle {
    background: var(--knavy);
    text-align: center;
    font-size: 2.3rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1rem;
    padding: .5rem;
}
h2.heading--tourtitle.tokuten,h2.heading--tourtitle.tourdes{ position: relative;}
h2.heading--tourtitle.tokuten::after,h2.heading--tourtitle.tourdes::after {
  position: absolute;
  content: url(../img/icon_heart.png);
  bottom:0;
  left: 0;
}
.grid-col4 {
  background: #FFF;
  padding: 0.5rem;
  box-shadow: 2px 2px 6px 0px #b9b9b9;
  margin: 0.5rem;
  width: calc((100% - 4rem) / 4);
}
.grid-col4 .heading--md .dep{ display: block; font-size: 1.2rem;}
.grid-col4 .heading--md{ margin: 8px 0; line-height: 1.8rem; font-size: 1.2rem;}
.grid-col4  span.nenyu { display: block; }
.heading--md { font-size: 1.3rem;}

.grid-col4:empty { display: none;}

/* 4並び商品 */
.col_waku .imgContainer--full>img { aspect-ratio: 5 / 3.5;}
.tour_waku {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
}
.col_waku {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.grid-col__body {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}
.col_waku .imgContainer--full>img { aspect-ratio: 5 / 3.5;}
.tour_waku .img { margin-right: 2rem; width: 60%;}
.lx_textBox h3,.mnTxt_1 h3 {
  font-size: 1.1em;
  font-weight: 600;
  color: var(--pred);
}
.text_tour {
  font-size: 1rem;
  padding: 0.5rem;
  background: var(--ugray);
  margin: 0.5rem 0;
}
.text--smallPrice {
  font-weight: 600;
  color: var(--pred);
  font-size: 1.3rem;
}
.tour-nenyu{ font-size: 1rem;}
p.product__list--point {
  background: var(--pred);
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: auto;
}
.text--point { margin-bottom: .5rem;}
.imgContainer--full { margin-bottom: 0;}
.text--smalldep{
    font-size: .9rem;
}
/* 海外AH／海外AO */
.product__list--more {
  grid-template-columns: 5em 1fr;
  display: grid;
  gap: 0 .5em;
  align-items: baseline;
  margin-top: .25em;
}
.product__list--more--title {
  display: inline-block;
  font-size: .95em;
  line-height: 1.5;
  background: #7d7d7d;
  color: #fff;
  text-align: center;
}
.text--smallPrice.auto {
    margin-top: auto;
    padding-top: .5rem;
}
/* もっと見る */
.other_button a {
    display: block;
    width: 400px;
    max-width: 400px !important;
    margin: 2rem auto 1rem;
}
/* こちらもお見逃しなく */
.bnr_area{
  width: 992px;
  margin: 1.5rem auto 1rem;
  text-align: center;
}
#searchArea{ 
  background:var(--umizu);
  padding-bottom: 3rem; 
}
/* 特集一覧 */
p.feature {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* ★スマホ用★ */
.headfoot-is-sp .section__container{ width: 100%;}
.headfoot-is-sp .goTop__img--pc {
  display: none;
}
.headfoot-is-sp #nopc,.headfoot-is-sp .nopc,.headfoot-is-sp .br-sp{ display: block !important;}
.headfoot-is-sp #nosp,.headfoot-is-sp .nosp,.headfoot-is-sp .br-pc{ display: none !important;}
.headfoot-is-sp #wrap nav ul li a{
  font-size: 1rem;
	font-weight: bold;
  line-height: 1.1rem;
}
.headfoot-is-sp #pageNavi li { 
  width: calc((100% - 2rem) / 3);
  margin: 0.2rem;
}
.headfoot-is-sp #pageNavi li:first-child { border-left: none;}
.headfoot-is-sp #pageNavi li:last-of-type { border-right: none;}

.headfoot-is-sp #wrap { min-height: auto;}
.headfoot-is-sp .heading--title,.headfoot-is-sp .heading--schedule { 
  font-size: 1.6rem;
  margin: 1rem 0;
}
.headfoot-is-sp section{ padding-top: 2.5rem;}
.headfoot-is-sp .section__inner{width: 100%; padding: 1rem;}

/* 背景 */
.headfoot-is-sp section#tokuten{ background-position: 0 -20%;}

/* MV */
.headfoot-is-sp #mv {
    background-image: url(../img/main_sp.jpg);
    background-size: 100%;
    height: 77vw;
}
/* シート情報 */
.headfoot-is-sp .grid{ flex-direction: column;}
.headfoot-is-sp .grid-col2.sp-col2 { width: 50%;}

/* 商品ラインナップ */
.headfoot-is-sp h2.heading--tourtitle { font-size: 1.3rem; }
.headfoot-is-sp h2.heading--tourtitle.tokuten::after { bottom:40%;}

/* 4並び商品 */
.headfoot-is-sp .grid-col4 {width: 100%;}
.headfoot-is-sp .imgContainer--full { width: 100%;}
.headfoot-is-sp .col_waku { flex-direction: row;}
.headfoot-is-sp .col_waku .imgContainer--full { 
  width: 45%; 
  margin-right: 1rem; 
  border-radius: 0;
}
.headfoot-is-sp .grid-col__body { width: 100%; padding-bottom: 0;}
.headfoot-is-sp .grid-col__link { margin-bottom: 0;}
.headfoot-is-sp .heading--md { font-size: 1.2rem;}
.headfoot-is-sp .text--smallPrice{ text-align: center;}
.headfoot-is-sp .tour-nenyu{ 
  font-size: 0.8rem;
  text-align: center;
}
.headfoot-is-sp .text--point { margin-bottom: .5rem;}
.headfoot-is-sp .text--smalldep{ text-align: center;}
/* もっと見る */
.headfoot-is-sp .other_button a { width: 100%;}

/* 特集 */
.headfoot-is-sp .innner,.headfoot-is-sp .section__container{ width:100%; margin: 0 auto;}
.headfoot-is-sp .feature{ width:100%; margin: 2rem auto 0;}
.headfoot-is-sp ul.clearfix {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.headfoot-is-sp ul.clearfix li{  width: calc(90% / 2); padding: 0.5rem;}

/* こちらもお見逃しなく */
.headfoot-is-sp .bnr_area{ width: 90%;}
.headfoot-is-sp .bnr_area .cpn_info{ font-size: 1.1rem;}

/* ★タブレット用★ */
.is-ipad .spot__point_box li { width: calc(90% / 3);}
.is-ipad .spot__point_box li:nth-child(even) { margin: 0 auto 0.5rem; }
.is-ipad .map_txt { width: 60%;}
.is-ipad .section__inner{ width: 100%;}
.is-ipad .text--smallPrice { font-size: 1rem;}
.is-ipad .section__inner,.is-ipad .bnr_area,.is-ipad .breadcrumb{width:100%;}
/* 商品ラインナップ */
.is-ipad h2.heading--tourtitle.tokuten::after { bottom:50%;}

.is-ipad .bnr_area { width: 100%; }
.is-ipad .tour-nenyu { font-size: 0.8rem;}

@media (orientation: portrait){
}

