@charset "utf-8";
/* 「AirZ特集・旧AH1泊プラン」 PCSP共通CSS */
/*------------------------------------------------*/
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap&subset=japanese');*/
/*★ リセット ★*/
#simple-header {
  background: #fff;
  position: relative;
  z-index: 3;
}
#topbuttonApp {
  position: relative;
  z-index: 2;
}
#footer {
  background: #fff;
  position: relative;
  z-index: 2;
}
.footer {
  margin-top: 0 !important;
}
.footer__page-top {
  position: absolute;
  right: auto;
  top: -41px;
  font-size: 12px;
  color: #6a6a6a;
  display: block;
  text-decoration: none;
  width: 100%;
  background: #fff;
  text-align: right;
  display: block;
  padding: 10px 30px 10px 0;
}
.js-accordion-button, .js-toggleControl {
  cursor: pointer;
}
/*------------------------------------------------*/
/*★ ページスタイル設定 ★*/
html {
  letter-spacing: 0.03em;
}
body::before {
  background-image: url(../images/bg_photo_pc.jpg);
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}
#hisApp {
  position: relative;
}
:root {
  --default-font-family: "Noto Sans JP", sans-serif;
  --default-font-size-pc: 14;
  --default-font-size-sp: calc(24vw / 7.5);
  --default-font-size: min(var(--default-font-size-sp), 16px);
  --default-font-color: #000;
  --default-width-pc: 992px;
  --default-bg-width-pc: max(100%, 1920px);
  --default-width-inner: min(((710 / 750) * 100%), var(--default-width-pc));
  --default-color-blue: #22026a;
  --default-color-light-blue: #1e7fb8;
  --default-color-yellow: #fff462;
  --default-color-red: #e90000;
  --default-color-orange: #ff6200;
  --default-color-orange2: #f3994f;
  --default-bg-setting: no-repeat center center / cover;
  --default-icon-arrow-right-white: url("/cmn/icon/icon_arrow_right_white.svg") var(--default-bg-setting);
  --default-icon-arrow-down-white: url("/cmn/icon/icon_arrow_down_white.svg") var(--default-bg-setting);
  --default-icon-arrow-down-black: url("/cmn/icon/icon_arrow_down_black.svg") var(--default-bg-setting);
  --default-icon-blank-white: url("/cmn/icon/icon_launch_white.svg") var(--default-bg-setting);
  --default-hover-speed: .3s;
  --default-hover-transition: opacity var(--default-hover-speed);
  --default-shadow: 0px 0px min((12vw / 7.5), 12px) 0px rgba(0, 0, 0, .3);
}
.breadcrumb__contents {
  background: #fff;
}
.main {
  font-family: var(--default-font-family);
  font-size: var(--default-font-size);
  color: var(--default-font-color);
  line-height: 1.7;
  overflow: hidden;
  background: none;
}
.is-pc .is-dsp-sp {
  display: none !important;
}
.is-sp .is-dsp-pc {
  display: none !important;
}
.is-font-small {
  font-size: .9em;
}
.is-font-small2 {
  font-size: .6em;
}
.is-font-big {
  font-size: 1.5em;
  line-height: 1;
}
.is-inline-block {
  display: inline-block;
}
.is-indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}
.toggle__contents:not([class*="--active"]) {
  display: none;
}
.section__inner, .contents__wrapper {
  width: var(--default-width-inner);
  margin: auto;
  position: relative;
}
.his-top__link {
  background: #fff;
  padding-top: min((50vw / 7.5), 50px);
}
.his-top__button {
  display: block;
  color: #fff;
  font-size: min((26vw / 7.5), var(--default-font-size-pc));
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  padding: calc(30em / 26) calc(20em / 26);
  background: #0057B8 url("/cmn/icon/icon_arrow_right_white.svg") no-repeat right calc(10em / 26) center / calc(48em / 26);
}
/*★ 共通画像 ★*/
.base-picture {
  text-align: center;
}
.base-picture:not(:first-child) {
  margin-top: min((50vw / 7.5), 30px);
}
/*★ 共通バナー ★*/
.base-banner {
  text-align: center;
}
.base-banner:not(:first-child) {
  margin-top: min((50vw / 7.5), 30px);
}
.base-banner__link {
  display: inline-block;
}
/*★ 共通タイトル ★*/
.base-title {
  font-weight: bold;
}
.base-marker-title {
  font-weight: bold;
  text-align: center;
  font-size: min((36vw / 7.5), 24px);
}
.base-marker-title__text {
  padding: 0 .5em;
  background: linear-gradient(transparent 60%, var(--default-color-yellow) 60%);
}
.pc-only {
  display: block !important;
}
.sp-only {
  display: none
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important
  }
  .sp-only {
    display: block !important
  }
}
.highlight {
  background: linear-gradient(transparent 50%, #ff6 60%);
}
/*★ 共通ボタン ★*/
.base-button__wrapper {
  display: grid;
  justify-content: center;
  gap: min((40vw / 7.5), 20px);
}
.base-button {
  /* min-width: min((520vw / 7.5), 710px); */
}
.base-button.is-size-small {
  min-width: min(((300 / 710) * 100%), 500px);
}
.base-button__link {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: var(--button-bg, var(--default-color-orange));
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: min((26vw / 7.5), 18px);
  min-height: min((85vw / 7.5), 50px);
  padding: .5em .8em;
  line-height: 1.2;
  border-radius: 4px;
  cursor: pointer;
}
.is-pc .base-button__link {
  border-radius: 5px;
  padding: 0 80px;
}
.base-button.is-size-small .base-button__link {
  min-height: min((60vw / 7.5), 36px);
}
.base-button__link::after {
  content: "";
  width: 1em;
  height: 2em;
  background: var(--default-icon-arrow-right-white);
  margin-left: .5em;
}
.base-button__link[href^="#"]:not(.is-modal)::after {
  transform: rotate(90deg);
}
.is-pc .base-button__link[href^="#search"]:not(.is-modal)::after {
  transform: rotate(-90deg);
}
.base-button__link.is-modal::after, .base-button__link[target="_blank"]::after {
  height: 1.25em;
  background: var(--default-icon-blank-white);
  margin-right: .25em;
}
.base-button__link.is-close::after {
  width: 2em;
  height: 2em;
  background-image: url(/cmn/icon/icon_close_white.svg);
}
.base-button__text {
  flex: 1;
  padding-left: 1.5em;
}
.base-button__text span:not([class]) {
  font-size: .8em;
}
/*★ 共通テキストリンク ★*/
.base-text-link {
  color: #0057B8;
}
.base-text-link:not(:first-child) {
  margin-top: min((20vw / 7.5), 10px);
}
.base-text-link__link {
  display: flex;
  align-items: center;
  color: inherit;
}
.base-text-link.is-center .base-text-link__link {
  justify-content: center;
}
.base-text-link__link::after {
  content: "";
  width: 1.5em;
  height: .7em;
  background: no-repeat center center / cover;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2254%22%20height%3D%2254%22%20viewBox%3D%220%200%2054%2054%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%231f2c5c%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Ctitle%3Eicon_arrow_right%3C%2Ftitle%3E%20%3Cg%20id%3D%22%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M20.58579%2C14.27206h0a2%2C2%2C0%2C0%2C0%2C0%2C2.82842L30.48529%2C27l-9.89951%2C9.89951a2%2C2%2C0%2C0%2C0%2C0%2C2.82842h0a2%2C2%2C0%2C0%2C0%2C2.82842%2C0L34.72794%2C28.41421a2%2C2%2C0%2C0%2C0%2C0-2.82842L23.41421%2C14.27206A2%2C2%2C0%2C0%2C0%2C20.58579%2C14.27206Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}
.base-text-link__link[target="_blank"]::after {
  width: 1em;
  height: 1em;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3B%7D%20.st1%7Bfill%3A%231f2c5c%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C0h24v24H0V0z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M19%2C19H5V5h7V3H5C3.9%2C3%2C3%2C3.9%2C3%2C5v14c0%2C1.1%2C0.9%2C2%2C2%2C2h14c1.1%2C0%2C2-0.9%2C2-2v-7h-2V19z%20M14%2C3v2h3.6l-9.8%2C9.8%20l1.4%2C1.4L19%2C6.4V10h2V3H14z%22%2F%3E%3C%2Fsvg%3E');
  margin-left: .25em;
}
/*★ 注釈 ★*/
.main small, .notes, .is-notes {
  font-size: min((20vw / 7.5), 11px);
  line-height: calc(14 / 10);
}
.notes, .is-notes {
  color: var(--default-color-gray);
}
/*------------------------------------------------*/
/*★ area__navi ★*/
.area__navi {
  font-weight: bold;
  color: #fff;
  font-size: min((40vw / 7.5), 20px);
  background: var(--default-color-blue);
  position: relative;
  z-index: 2;
}
.area__navi.is-open {
  z-index: auto;
}
.is-pc .area__navi {
  font-size: min((26vw / 7.5), 14px);
  z-index: 3;
}
.is-pc .area__navi--inner, .is-sp .area__navi--title, .area__navi--title--text {
  display: flex;
  align-items: center;
}
.is-pc .area__navi--title {
  font-size: 16px;
  margin-right: 15px;
}
.is-sp .area__navi--title--text {
  font-size: 16px;
  margin-right: 20px;
}
.is-pc .area__navi, .is-sp .area__navi--title {
  padding: min((20vw / 7.5), 10px) 0;
  position: relative;
  z-index: 2;
}
.area__navi--title--arrows {
  display: grid;
  grid-template-columns: repeat(3, 5px);
  gap: 5px;
  margin-left: min((20vw / 7.5), 15px);
}
.area__navi--title--arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid #fff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.is-pc :is(.area__list--wrapper, .area__list), .is-sp .area__navi--button {
  flex: 1;
}
.area__list {
  white-space: nowrap;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .8em;
}
.is-pc .area__list {
  gap: 0 5px;
  grid-template-columns: repeat(auto-fit, minmax(7em, 1fr));
  place-items: center;
}
.is-pc .area__list--item {
  width: 100%;
}
.area__list--link {
  color: inherit;
}
.area__list--link[href] {
  cursor: pointer;
}
.is-sp .area__navi--button, .area__list--link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  padding: .3em .8em .4em;
}
.is-sp .area__navi--button, .area__list--link[class*="-active"] {
  background: #fff;
  color: var(--default-color-blue);
  font-size: 16px;
  cursor: default;
}
.is-sp .area__list--link:not([class*="-active"]) {
  color: var(--default-color-blue);
  background: #fff;
}
.is-sp .js-area-open-target:not(.is-open) {
  display: none;
}
.is-sp .js-area-open-target.is-open {
  background-color: rgba(34, 2, 106, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 500;
}
.is-sp .js-area-open-target.is-open::after {
  content: url(../images/icon_close.png);
  position: absolute;
  top: 30px;
  right: 20px;
}
.is-sp .area__list--inner {
  padding: min((80vw / 7.5), 40px) min((40vw / 7.5), 20px);
  height: 100%;
  overflow-y: auto;
}
.is-sp .area__list--title {
  text-align: center;
  margin-bottom: 1.25em;
}
/*★ MV ★*/
.is-pc .mv {
  min-height: 780px;
  position: relative;
  z-index: 1;
}
.mv__inner {
  display: grid;
  justify-content: center;
  padding: min((60vw / 7.5), 60px) 0 min((45vw / 7.5), 45px);
  flex-wrap: wrap;
  position: relative;
}
.is-sp .mv__inner {
  flex-direction: column;
  grid-template-areas:
    "logo"
    "lead"
    "search";
}
.is-pc .mv__inner {
  width: min(98%, 992px);
  margin: auto;
  grid-template-columns: calc((553 / 992) * 100%) 1fr;
  grid-template-areas:
    "logo search"
    "lead search";
  align-items: start;
  grid-template-rows: auto 1fr;
  gap: 30px 0;
  padding: min((30vw / 7.5), 30px) 0 min((45vw / 7.5), 45px);
}
.mv__logo {
  grid-area: logo;
  width: 100%;
}
.mv__lead {
  grid-area: lead;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  font-size: min((20vw / 10), 20px);
  word-break: keep-all;
}
.mv__lead--text:not(:first-child) {
  margin-top: 1em;
}
.mv__search {
  grid-area: search;
}
.is-sp .mv__search {
  display: flex;
  justify-content: center;
}
.is-pc .mv__search {
  width: max(((400 / 459) * 100%), 390px);
  background: #fff;
  border-radius: 10px;
  margin: calc((11 / 459) * 100%) auto 0;
  .rn-searchMod__formDomLink {
    display: none;
  }
}
/* sp用 グリッド設定 */
@media only screen and (max-width: 960px) {
  .is-pc .mv__inner {
    width: 90%;
    grid-template-areas:
      "logo lead"
      "search search";
    grid-template-columns: 50% 1fr;
  }
  .mv__lead {
    margin-top: 2em;
  }
  .is-pc .mv__search {
    width: calc((627.188 / 661.5) * 100%);
  }
  .rn-searchMod {
    display: block !important;
    width: 100% !important;
  }
  .is-pc .mv__search {
    max-width: 100% !important;
  }
  .mv .rn-searchMod__formSection {
    width: 100% !important;
  }
}
@media only screen and (max-width: 765px) {
  .is-pc .mv__inner {
    width: 90%;
    grid-template-areas:
      "logo"
      "lead"
      "search";
    grid-template-columns: 1fr;
  }
  .mv__logo {
    width: min((640vw / 7.5), 640px) !important;
    margin: 0 auto;
    position: relative;
  }
  .mv__lead {
    margin-bottom: 30px;
    font-size: min((26vw / 7.5), 20px);
  }
}
.is-sp .mv__search {
  display: block;
  padding: 0;
}
.is-sp .mv__search--button {
  text-align: center;
  margin-bottom: min((65vw / 7.5), 65px);
}
.is-sp .mv__search--link {
  width: min((540vw / 7.5), 540px);
  min-height: calc(106em / 28);
  margin: auto;
  font-weight: bold;
  font-size: min((28vw / 7.5), 16px);
  color: var(--default-color-blue);
  background: #fff67f;
  border-radius: min((6vw / 7.5), 3px);
  padding: .25em 1em .4em;
  padding-left: 2.5em;
  border: calc(4em / 28) solid var(--default-color-blue);
  border-bottom: calc(10em / 28) solid;
  display: grid;
  grid-template-columns: 1fr 1.5em;
  gap: .5em;
  align-items: center;
}
.is-sp .mv__search--link::after {
  content: "";
  width: 100%;
  height: 1.5em;
  background: url(../images/icon_search_blue.svg) no-repeat center center / contain;
}
/*★ ＝＝ breadcrumbArea ＝＝ ★*/
#breadcrumbArea {
  background: #fff;
  position: relative;
  z-index: 2;
}
/*------------------------------------------------*/
/*★ ＝＝ mainArea ＝＝ ★*/
.section {
  z-index: 2;
  position: relative;
}
.now_search {
  position: fixed;
  top: 50px;
  right: 10px;
  z-index: 200;
}
.now_search img {
  width: 160px;
}
.bg-white {
  background-color: #fff;
  border: solid 4px #fbe420;
}
.padding-inner {
  padding: 40px 50px 20px 50px !important;
}
.section__inner {
  padding: var(--default-section-padding);
}
.section__title.base-title {
  text-align: center;
}
.section__title {
  margin-bottom: 40px;
  font-feature-settings: "palt";
}
.section__title .base-title__text--sub {
  display: block;
  font-size: min((32vw / 7.5), 26px);
  color: #22026a;
}
.section__title.is-subtxt-small .base-title__text--sub {
  font-size: min((28vw / 7.5), 26px);
}
.section__title .base-title__text--main {
  display: block;
  font-size: min((42vw / 7.5), 36px);
  line-height: 1.3;
  color: #22026a;
}
.is-sp .section__title .base-title__text--main {
  line-height: 1.4;
}
.ziguzagu {
  position: relative;
}
:is(#recommend, #product, #coupon) .section__title .base-title__text--main {
  --kazari-width: min((125vw / 7.5), 142px);
  display: grid;
  grid-template-columns: var(--kazari-width) auto var(--kazari-width);
  gap: 0 .4em;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
:is(#recommend, #product, #coupon) .section__title .base-title__text--main::before, :is(#recommend, #product, #coupon) .section__title .base-title__text--main::after {
  content: "";
  background: url(../images/kazari_yellow.png) no-repeat center center / contain;
  height: 1em;
}
@media only screen and (min-width: 761px) {
  :is(#recommend, #product, #coupon) .section__title .base-title__text--main {
    gap: 0 1.5em;
  }
}
/*★ point ★*/
#point {
  margin-bottom: 60px;
}
#point .section__inner {
  margin-bottom: 90px;
  width: min(((640 / 750) * 100%), var(--default-width-pc));
  box-shadow: var(--default-shadow);
}
#point .section__inner:last-child {
  margin-bottom: 130px;
}
.point__wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.point__wrapper div {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
.point__wrapper .point__img {
  height: min((277vw / 7.5), 228px);
  margin: 0 auto;
  margin-bottom: min((23vw / 7.5), 46px);
}
.point__wrapper .point__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
@media only screen and (max-width: 800px) {
  .point__wrapper .point__img {}
}
.point__wrapper h4 {
  font-size: 22px;
  color: #1e7fb8;
  font-weight: bold;
  margin-bottom: 12px;
}
.point__list--title {
  color: var(--default-color-light-blue);
  font-weight: bold;
  font-size: min((32vw / 7.5), 24px);
  margin-bottom: min((15vw / 7.5), 18px);
  /*text-wrap: balance;*/
}
.is-pc .point__list--title {
  line-height: 1.3;
}
.point__wrapper .point__text {
  color: #222;
  font-weight: bold;
  font-size: min((26vw / 7.5), 16px);
}
.point__wrapper--safe {
  flex-wrap: nowrap !important;
  gap: min((20vw / 7.5), 40px);
}
.point__wrapper--safe div {
  width: 33.333%;
  margin-bottom: 20px;
}
.point__wrapper--safe .point__list--title {
  background: repeat-x left bottom / 4px 2px;
  background-image: linear-gradient(to right, #1e7fb8, #1e7fb8 2px, transparent 2px, transparent 4px);
  padding-bottom: 13px;
}
.point__wrapper--safe .point__list--title .sm-text {
  font-size: 12px;
}
/*★ recommend ★*/
#recommend {
  background-color: #fff;
  padding-bottom: 50px;
}
#recommend .padding-inner {
  padding: 50px 10px 30px 10px !important;
}
.recommend__title {
  margin-bottom: min((40vw / 7.5), 30px);
  position: relative;
}
.recommend__list--detail {
  font-weight: bold;
  font-size: min((26vw / 7.5), 16px);
}
.recommend__list {
  display: flex;
  flex-direction: column;
}
.recommend__list--item {
  position: relative;
  display: grid;
  grid-template-columns: min((260vw / 7.5), 120px) 1fr;
  padding: min((40vw / 7.5), 20px) 0;
  gap: 0 min((20vw / 7.5), 20px);
  background: repeat-x left bottom / 4px 2px;
  background-image: linear-gradient(to right, #74c9e6, #74c9e6 2px, transparent 2px, transparent 4px);
}
.recommend__list--image {
  aspect-ratio: 1 / 1;
}
.recommend__list--title {
  color: var(--default-color-light-blue);
  font-weight: bold;
  font-size: min((32vw / 7.5), 24px);
  margin-bottom: min((15vw / 7.5), 18px);
}
.is-pc .recommend__list--title {
  line-height: 1.3;
}
.recommend__list--notes {
  color: #888;
  font-size: .8em;
}
.recommend__list--notes--item {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
}
.recommend__list--notes--item .icon {
  height: 2em;
  vertical-align: middle;
  margin: .25em;
}
.recommend__list--text .base-text-link__link {
  font-weight: bold;
  color: var(--default-color-blue);
  text-decoration: underline;
}
/*★ tokuten ★*/
#tokuten {
  background-color: #fff;
  padding-bottom: 86px;
}
/*★ article ★*/
#article {
  padding-top: 60px;
}
#article .section__inner {
  width: min(((640 / 750) * 100%), var(--default-width-pc));
}
.article__title span {
  color: #fff !important;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.is-sp .article__list, .is-pc .article__list.is-block-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: min((60vw / 7.5), 40px) min((40vw / 7.5), 20px);
}
.is-pc .article__list:not(.is-block-grid) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.article__item {
  background: #fff;
  position: relative;
  box-shadow: var(--default-shadow);
}
.article__link {
  display: grid;
  grid-template-rows: auto 1fr;
  color: inherit;
  transition: opacity .3s;
  height: 100%;
  padding: min((50vw / 7.5), 20px);
  background: url(../images/bg_tryangle_yellow.png) no-repeat right bottom;
}
.article__image {
  display: block;
  object-fit: cover;
  width: 100%;
  height: min((305vw / 7.5), 160px);
  background: #ededed;
}
.article__detail {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: start;
}
.article__detail--label {
  display: grid;
  gap: 1em;
  grid-template-columns: auto 1fr;
  margin-top: 1em;
  color: #8c8c8c;
}
.article__detail--update {
  display: grid;
  align-items: center;
  grid-template-columns: 1em auto;
  gap: 0 .25em;
}
.article__detail--point {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.article__detail--point .is-hash {
  color: var(--default-color-light-blue);
  &:not(:first-child) {
    margin-left: .25em;
  }
}
.article__detail--title {
  font-weight: bold;
  font-size: min((32vw / 7.5), 20px);
  margin: .8em 0;
  line-height: 1.6;
}
.article__detail--text {
  font-size: min((26vw / 7.5), 16px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.article__detail--update::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(/cmn/icon/icon_calendar.svg) no-repeat center center / cover;
}
/*★ arrange ★*/
#arrange {
  padding-top: 90px;
  padding-bottom: 125px;
  ._karte-g__adBo_ ._karte-temp-whole__adBo_ {
    background: transparent;
  }
}
.arrange__title span {
  color: #fff !important;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.arrange__banner {
  width: min((587vw / 7.5), 410px);
  display: grid;
  gap: min((34vw / 7.5), 40px);
  margin: auto;
  @media(width >=720px) {
    width: min((627vw / 7.5), 760px);
    grid-template-columns: repeat(2, 1fr);
    gap: min((25vw / 7.5), 40px);
  }
}
.arrange__banner--item {
  box-shadow: var(--default-shadow);
}
.arrange__banner--inner {
  display: block;
}
/*★ product ★*/
#product {
  background-color: #fff;
  padding-bottom: 130px;
  margin-top: -1px;
}
.is-sp #product .section__inner {
  width: 100%;
}
.product__notes {
  font-size: min((12vw / 3.75), 12px);
  line-height: 1.3;
  margin-top: 3em;
  .product__notes--item {
    padding-left: 1.25em;
    text-indent: -1.25em;
    &::before {
      content: "※";
      margin-right: .25em;
    }
    &:not(:first-child) {
      margin-top: .3em;
    }
  }
}
.product__list--contents {
  margin-top: min((60vw / 7.5), 42px);
}
.product__list--contents + .product__title {
  margin-top: min((110vw / 7.5), 80px);
}
.product__title:not(:first-child) {
  margin-top: min((120vw / 7.5), 100px);
}
.product__subtitle + .product__list--contents {
  margin-top: min((20vw / 7.5), 20px);
}
.is-pc .product__subtitle + .product__list--contents {
  margin-top: min((40vw / 7.5), 36px);
}
.is-sp .product__list {
  grid-template-columns: 1fr;
  gap: 0;
}
.is-pc .product__list {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 15px;
}
.is-sp .product__list--inner {
  grid-template-columns: min((240vw / 7.5), 240px) 1fr;
  border: none;
  border-bottom: 1px dashed var(--default-color-light-blue);
}
.is-sp .product__list--item:first-child {
  border-top: 1px dashed var(--default-color-light-blue);
}
.is-pc .product__list--inner {
  border-color: #cbcbcb;
}
.product__list--inner {
  &.is-lock {
    cursor: default;
    pointer-events: none;
    &::after {
      content: "";
      background: var(--lock-label-bg, url("/fair/assets/common/images/product_icon_coming_left.png")) no-repeat 0 0 / cover;
      width: var(--lock-label-size-w, min((250vw / 7.5), 175px));
      height: var(--lock-label-size-h, min((91vw / 7.5), 64px));
      position: absolute;
      top: 0;
      z-index: 2;
    }
    .is-pc & {
      &::after {
        --lock-label-bg: url("/fair/assets/common/images/product_icon_coming_right.png");
        --lock-label-size-w: 146px;
        --lock-label-size-h: 53px;
        right: 0;
      }
    }
    .is-sp & {
      &::after {
        left: 0;
      }
    }
  }
}
.product__list--inner::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: solid 4px transparent;
  transition: 0.2s;
}
.is-sp .product__list--image-wrapper {
  padding: min((20vw / 7.5), 10px) min((20vw / 7.5), 8px);
  padding-right: 0;
}
.is-sp .product__list--image {
  height: auto;
  aspect-ratio: 240 / 180;
}
.is-sp .product__list--text-wrapper {
  gap: min((20vw / 7.5), 20px) 0;
}
.product__list--title {
  font-weight: bold;
  font-size: min((34vw / 7.5), 16px);
}
.product__list--title--airport {
  display: block;
  font-size: min((26vw / 7.5), 16px);
  margin-bottom: -4px;
}
.product__buttons {
  margin-top: min((44vw / 7.5), 40px);
}
.product__list--notes {
  font-weight: bold;
  color: #888;
}
.product__list--tokuten {
  font-weight: bold;
}
.product__list--title {
  margin-bottom: 7px;
}
.product__list--title + .product__list--price {
  display: grid;
  .product__list--point {
    order: 1;
    margin: min((10vw / 7.5), 10px) 0 min((20vw / 7.5), 20px);
  }
}
.product__list--more {
  margin-top: 0;
}
.is-sp #product .base-banner {
  width: min((640vw / 7.5), 640px);
  margin: 3px auto 0;
}
#product [class*="button"] + .base-banner {
  margin-top: min((80vw / 7.5), 60px);
}
#product .product__list--contents + .base-banner {
  margin-top: min((52vw / 7.5), 40px);
}
/*★ coupon ★*/
#coupon {
  background-color: #fff;
  padding-bottom: 70px;
}
.is-sp #coupon .base-banner {
  width: min((640vw / 7.5), 640px);
  margin: 0 auto;
}
/*coupon_link */
.coupon_link {
  width: min((193vw / 7.5), 168px);
  height: min((198vw / 7.5), 168px);
  position: absolute;
  right: 10px;
  transition: right 1s;
  z-index: 200;
}
.coupon_link.is-fixed {
  position: fixed;
  bottom: 140px;
  right: 10px;
}
.is-sp .coupon_link.is-fixed {
  bottom: min((130vw / 7.5), 130px);
}
/*------------------------------------------------*/
/*★ ＝＝ ホバー設定 ＝＝ ★*/
@media (hover : hover) and (pointer : fine) {
  .base-button__link {
    transition: background var(--default-hover-speed);
    &:hover {
      --button-bg: var(--default-color-orange2);
      .base-button.is-size-small & {
        --button-bg: #54c2f0;
      }
    }
  }
  .base-banner__link {
    background: #fff;
    transition: var(--default-hover-transition);
    &:hover {
      opacity: .7;
    }
  }
  /*  .arrange__banner--item {
    background: #fff;
    .arrange__banner--inner {
      transition: opacity var(--default-hover-speed); 
      &:hover {
        opacity: .7;
      }
    }
  }*/
  /*transitionいれると何故か画像がホバー時歪み発生するので↓の設定に変更*/
  .arrange__banner--inner {
    position: relative;
    &::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: var(--bg, transparent);
      position: absolute;
      top: 0;
      left: 0;
      transition: background var(--default-hover-speed);
    }
    &:hover {
      --bg: rgba(255, 255, 255, .3);
    }
  }
  #arrange ._karte-g__adBo_ ._karte-temp-whole__adBo_ {
    background: #fff;
  }
  .area__list--link:hover {
    color: #F3EC8A;
  }
  .main .is-active:hover {
    color: var(--default-color-blue);
  }
  .is-pc .base-text-link__link:hover {
    text-decoration: underline;
  }
  .is-pc .recommend__list--text .base-text-link__link:hover {
    color: var(--default-color-blue);
    text-decoration: none;
  }
  .product__list--inner:not(.is-lock):hover::before {
    border: solid 4px var(--default-color-orange2);
  }
  .article__item:hover {
    background-color: #fff67f;
  }
}
/**/
/* ============================
検索ボックス searchModule.min.css リセット
============================ */
.mv .tabMenuBlock {
  display: none;
}
.mv .rn-searchMod__formSection {
  border: none;
  padding: min((35vw / 7.5), 25px) min((25vw / 7.5), 15px);
  border-radius: 10px;
}
.mv #topContent {
  padding: 0 !important;
}
.pagetop {
  position: relative;
  z-index: 1;
  background-color: #fff;
  font-size: min((26vw / 7.5), 14px);
  text-align: right;
  padding-right: 90px;
}
.pagetop a {
  color: #888;
  display: block;
  padding: 10px 0;
}
.pagetop img {
  width: 13px;
  position: relative;
  top: -7px;
  left: 4px;
}
/* sp用 */
@media only screen and (max-width: 767px) {
  body::before {
    background-image: url(../images/bg_photo_sp.jpg);
  }
  .main {
    line-height: 1.6;
    position: relative;
  }
  .highlight {
    background: none;
  }
  .is-sp .area__list--link:not([class*="-active"]) {
    color: #fff;
    background: none;
    font-size: 16px;
    border: solid 2px #fff;
  }
  .is-sp .area__navi--button, .area__list--link {
    padding: .6em .8em;
  }
  .is-sp .area__list--title {
    text-align: center;
    margin-bottom: 1.25em;
    font-size: 16px;
    margin-top: 40px;
  }
  .section__title {
    margin-bottom: 20px;
  }
  #point .section__inner {
    margin-bottom: 55px;
  }
  .point__wrapper {
    gap: 0px;
    flex-wrap: wrap;
  }
  .point__wrapper div {
    width: 100%;
    margin-bottom: 40px;
  }
  .point__wrapper div:last-child {
    margin-bottom: 0px;
  }
  .point__wrapper .point__img {
    width: 85%;
    margin-bottom: 20PX;
  }
  .padding-inner {
    padding: 20px 15px 30px 15px !important;
  }
  .point__wrapper--safe {
    flex-wrap: wrap !important;
    gap: 0px;
  }
  #point .section__inner:last-child {
    margin-bottom: 30px;
  }
  #recommend {
    padding-bottom: 0;
  }
  .recommend__list--item {
    grid-template-columns: min((260vw / 7.5), 100px) 1fr;
  }
  #tokuten {
    padding-bottom: min((110vw / 7.5), 110px);
  }
  #product {
    padding-bottom: 50px;
  }
  .product__list--title--airport {
    margin-bottom: 0px;
  }
  #arrange {
    padding: min((120vw / 7.5), 120px) 0;
  }
  .product__list--title {
    margin-bottom: 10px;
  }
  .product__list--more {
    font-weight: bold;
  }
  .product__list--minmax {
    font-weight: bold;
    font-size: min((28vw / 7.5), 18px);
  }
  .article__item::after {
    bottom: -6px;
  }
  .pagetop {
    padding-right: 18px;
  }
  .pagetop img {
    top: -6px;
  }
  #footer {
    padding-top: 70px;
  }
}
.fixed-bg {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: -1;
}
.orbit {
  position: absolute;
  border-radius: 100%;
  background: no-repeat center center / contain;
}
.orbit--1 {
  background-image: url("../images/bg_circle_top_sp.svg");
  width: calc(546vw / 3.75);
  height: calc(546vw / 3.75);
  top: calc(-424vw / 3.75);
  left: calc(-86vw / 3.75);
}
.orbit--2 {
  background-image: url("../images/bg_circle_bottom_sp.svg");
  width: calc(587vw / 3.75);
  height: calc(587vw / 3.75);
  bottom: calc(-345vw / 3.75);
  left: calc(-55vw / 3.75);
}
.satellite {
  width: 100%;
  height: 100%;
  position: relative;
}
.orbit--1 .satellite {
  animation: rotate1 28s linear infinite;
}
.orbit--2 .satellite {
  animation: rotate2 28s linear infinite;
}
.satellite::before, .satellite::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min((48vw / 3.75), 77px);
  height: min((48vw / 3.75), 77px);
  background: url(../images/icon_plane.svg) no-repeat center center / contain;
}
@media only screen and (min-width: 761px) {
  .orbit--1 {
    background-image: url("../images/bg_circle_top_pc.svg");
    width: min((400vw / 7.5), 782px);
    height: min((400vw / 7.5), 782px);
    top: max((-145vw / 7.5), -240px);
    left: max((-80vw / 7.5), -106px);
  }
  .orbit--2 {
    background-image: url("../images/bg_circle_bottom_pc.svg");
    width: min((496vw / 7.5), 972px);
    height: min((496vw / 7.5), 972px);
    bottom: max((-205vw / 7.5), -402px);
    left: auto;
    right: max((-85vw / 7.5), -166px);
  }
  .satellite::before, .satellite::after {
    width: 77px;
    height: 77px;
  }
}
@media only screen and (min-width: 1200px) {
  .orbit--1 {
    width: min((782vw / 19.2), 1200px);
    height: min((782vw / 19.2), 1200px);
    top: max((-300vw / 19.2), -367px);
    left: max((-160vw / 19.2), -162px);
  }
  .orbit--2 {
    width: min((972vw / 19.2), 1487px);
    height: min((972vw / 19.2), 1487px);
    bottom: max((-402vw / 19.2), -615px);
    right: max((-166vw / 19.2), -254px);
  }
}
.orbit--1 .satellite::before {
  top: 0;
  transform: translateX(-50%) rotate(200deg) translateY(-50%);
  transform-origin: top;
}
.orbit--1 .satellite::after {
  bottom: 0;
  transform: translateX(-50%) rotate(380deg) translateY(50%);
  transform-origin: bottom;
}
.orbit--2 .satellite::before {
  top: 0;
  transform: translateX(-50%) rotate(-28deg) translateY(-50%) scale(-1, 1);
  transform-origin: center;
}
.orbit--2 .satellite::after {
  bottom: 0;
  transform: translateX(-50%) rotate(-24deg) translateY(50%) scale(1, -1);
  transform-origin: center;
}
@keyframes rotate1 {
  0% {
    transform: rotate(-150deg);
  }
  100% {
    transform: rotate(-510deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(-60deg);
  }
  100% {
    transform: rotate(-420deg);
  }
}