@charset "utf-8";
/* 「オンライン予約でご利用いただけるお支払い方法ページ」全国共通CSS（PCSP共通） */
/*リセット*/
ol {
  margin: 0;
}
img {
  max-width: 100%;
}
.main *::before, .main *::after {
  box-sizing: border-box;
}
/*.main div::after {
  content: none;
}*/
.goTop {
  z-index: 3;
}
#simple-header, #footer {
  background: #fff;
}
#footer {
  padding-top: 40px;
}
#footer .footer {
  margin-top: 0 !important;
}
/*ページスタイル設定*/
#hisApp {
  position: relative;
}
.main {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #000;
  line-height: calc(20 / 14);
}
.is-sp .main {
  font-size: calc(28vw / (750 / 100));
  overflow-x: hidden;
}
.is-pc .main {
  font-size: 14px;
  letter-spacing: 1px;
  min-width: 992px;
}
.is-pc .is-dsp-sp {
  display: none !important;
}
.is-sp .is-dsp-pc {
  display: none !important;
}
.is-inline-block {
  display: inline-block;
}
.is-font-color-red {
  color: #e60800;
}
.is-pc .section + .section {
  margin-top: 50px;
  padding-top: 50px;
}
.his-top__button {
  display: block;
  color: #fff;
  font-size: calc(26vw / (750 / 100));
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  padding: calc(30vw/ (750 / 100)) calc(20vw/ (750 / 100));
  background: #0057b8 url("/cmn/icon/icon_arrow_right_white.svg") no-repeat right calc(10vw/ (750 / 100)) center / calc(48vw/ (750 / 100));
}
#foot-guide + .his-top__link .his-top__button {
  margin-top: 0;
}
/*★ ＝＝ headerArea ＝＝ ★*/
.mv__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.is-pc .mv__wrapper {
  background: url("../images/mv_photo-pc.jpg") no-repeat center center / cover;
  min-height: 305px;
}
.is-sp .mv__wrapper {
  background: url("../images/mv_photo-sp.jpg") no-repeat center 0 / cover;
  padding: calc(80vw / 7.5) calc(65vw / 7.5);
}
.mv__title {
  color: #fff;
  font-weight: bold;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.23);
  text-align: center;
}
.is-pc .mv__title {
  font-size: 52px;
}
.is-sp .mv__title {
  font-size: calc(55vw / 7.5);
}
/*★ ＝＝ mainArea ＝＝ ★*/
#mainArea {}
#introduction.section__wrapper {
  background: #ebf5f8;
}
.section__inner {
  width: calc(710vw / 7.5);
  margin: auto;
  padding: calc(90vw / 7.5) 0;
}
.is-pc .section__inner {
  width: 992px;
  padding: 120px 0;
}
.is-pc #introduction .section__inner {
  padding-top: 90px;
}
.is-sp #details .section__inner {
  width: 100%;
}
.is-sp #search .section__inner {
  width: 100%;
  padding: 0;
}
.is-pc #search .section__inner {
  padding: 70px 0;
}
.section__title {
  text-align: center;
  line-height: 1.6;
  margin-bottom: calc(85vw/ 7.5);
}
.is-pc .section__title {
  line-height: 1.8;
  margin-bottom: 75px;
}
.section__title--text {
  font-weight: bold;
  font-size: calc(44vw/ 7.5);
  padding: 0 calc(10vw/ 7.5) calc(20vw/ 7.5);
  background: url("../images/line_wave.png") repeat-x center bottom;
  background-size: 6%;
}
.is-pc .section__title--text {
  font-size: 40px;
  padding: 0 10px 20px;
  background-size: auto;
}
/*payment_method*/
.payment_method {
  width: calc(620vw/ 7.5);
  margin: 0 auto;
}
.is-pc .payment_method {
  width: 825px;
}
.is-pc .payment_method.is-length-7 {
  width: 860px;
}
.payment_method__list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(50vw/ 7.5);
}
.is-pc .payment_method__list {
  gap: 55px 60px;
}
.is-pc .is-length-7 .payment_method__list {
  gap: 40px 20px;
  justify-content: center;
}
.payment_method__list--item {
  background: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  width: calc(285vw/ 7.5);
  height: calc(285vw/ 7.5);
  padding: calc(5vw/ 7.5);
}
.is-pc .payment_method__list--item {
  width: 235px;
  height: 235px;
  padding: 5px;
}
.is-pc .is-length-7 .payment_method__list--item:nth-child(-n + 3) {
  margin: 0 5px;
}
.is-pc .is-length-7 .payment_method__list--item:nth-child(n + 4) {
  width: 200px;
  height: 200px;
}
.payment_method__list--texts {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: calc(24vw/ 7.5);
  font-weight: bold;
  text-align: center;
  position: relative;
}
.is-pc .payment_method__list--texts {
  font-size: 20px;
}
.is-recommend .payment_method__list--texts {
  border: 1px solid #000;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.is-recommend .payment_method__list--texts::before {
  content: '';
  background: url("../images/tag_recommend.png") no-repeat 0 0 / contain;
  width: calc(196vw/ 7.5);
  height: calc(68vw/ 7.5);
  position: absolute;
  top: calc(-23vw/ 7.5);
  left: calc(10vw/ 7.5);
}
.is-pc .is-recommend .payment_method__list--texts::before {
  width: min(((180 / 235) * 100%), 164px);
  height: 0;
  padding-top: min(((65 / 235) * 100%), 59px);
  top: -20px;
  left: 11px;
}
.payment_method__list--texts--logo {
  margin-top: calc(20vw/ 7.5);
}
.is-pc .payment_method__list--texts--logo {
  margin-top: calc((20 / 235) * 100%);
}
.is-credit .payment_method__list--texts--logo {
  width: calc(124vw/ 7.5);
}
.is-pc .is-credit .payment_method__list--texts--logo {
  width: calc((103 / 235) * 100%);
}
.is-bank .payment_method__list--texts--logo {
  width: calc(102vw/ 7.5);
}
.is-pc .is-bank .payment_method__list--texts--logo {
  width: calc((85 / 235) * 100%);
}
.is-convenience_store .payment_method__list--texts--logo {
  width: calc(120vw/ 7.5);
}
.is-pc .is-convenience_store .payment_method__list--texts--logo {
  width: calc((91 / 235) * 100%);
}
.is-paypay .payment_method__list--texts--logo {
  width: calc(218vw/ 7.5);
}
.is-pc .is-paypay .payment_method__list--texts--logo {
  width: calc((182 / 235) * 100%);
}
.is-docomo .payment_method__list--texts--logo {
  width: calc(208vw/ 7.5);
}
.is-pc .is-docomo .payment_method__list--texts--logo {
  width: calc((173 / 235) * 100%);
}
.is-paypal .payment_method__list--texts--logo {
  width: calc(206vw/ 7.5);
}
.is-pc .is-paypal .payment_method__list--texts--logo {
  width: calc((171 / 235) * 100%);
}
.is-complimentary_ticket .payment_method__list--texts--logo {
  width: calc(164vw/ 7.5);
}
.is-pc .is-complimentary_ticket .payment_method__list--texts--logo {
  width: calc((137 / 235) * 100%);
}
.campaign_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  margin-top: calc(50vw/ 7.5);
  padding: calc(35vw/ 7.5) calc(34vw/ 7.5);
}
.is-pc .campaign_area {
  width: 820px;
  margin: 30px auto 0;
  padding: 30px 0;
}
.campaign_text {
  font-weight: bold;
  font-size: calc(30vw/ 7.5);
  margin-bottom: calc(20vw/ 7.5);
}
.is-pc .campaign_text {
  font-size: 24px;
  margin-bottom: 20px;
}
.campaign_banner {
  width: min((640vw / 7.5), 728px);
}
/* docomoバナーイレギュラー対応 */
.is-pc .campaign_area {
  &:has(.is-docomo) {
    background: inherit;
    border: none;
    padding: 0;
    .campaign_banner {
      text-align: center;
    }
    .campaign_banner--image {
      height: 200px;
    }
  }
}

/*product__tab*/
.product__tab {
  display: flex;
  justify-content: space-evenly;
  /*border-bottom: 1px solid #000;*/ /**/
}
.product__tab--item {
  width: calc(320vw/ 7.5);
  font-size: calc(28vw/ 7.5);
  font-weight: bold;
  text-align: center;
  background: #f7f7f7;
  border: 1px solid #000;
  /*transform: translateY(1px);*/ /**/
  padding: calc(30vw/ 7.5) 0;
}
@-moz-document url-prefix() {
  .product__tab--item {
    /*transform: translateY(2px);*/ /**/
  }
}
.product__tab--item[class*="--active"] {
  background: #fff;
  border-bottom-color: #fff; /**/
}
.is-pc .product__tab--item {
  width: 458px;
  font-size: 24px;
  padding: 20px 0 16px;
  z-index: 10; /**/
  cursor: pointer;
}
.product__contents {
  border-top: 1px solid #000; /**/
  margin-top: -1px; /**/
}
.category__list {
  background: #fff;
  padding-top: calc(70vw/ 7.5);
}
.is-sp .category__list {
  width: calc(690vw / 7.5);
  margin: 0 auto;
}
.is-pc .category__list {
  padding-top: 70px;
}
.category__list--title {
  font-size: calc(34vw/ 7.5);
  font-weight: bold;
  border-left: calc(5vw/ 7.5) solid #000;
  padding-left: calc(20vw/ 7.5);
  margin-bottom: calc(40vw/ 7.5);
}
.is-pc .category__list--title {
  font-size: 24px;
  border-left: 4px solid #000;
  padding-left: 20px;
  margin-bottom: 20px;
}
.method_detail__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-15vw/ 7.5);
}
.is-pc .method_detail__list {
  flex-wrap: nowrap;
  margin-left: -10px;
}
.method_detail__list--item {
  width: calc(220vw/ 7.5);
  margin-left: calc(15vw/ 7.5);
  margin-bottom: calc(20vw/ 7.5);
}
.is-pc .method_detail__list--item {
  width: 160px;
  margin-left: 10px;
  margin-bottom: 0;
}
.method_detail__list--text {
  font-size: calc(22vw/ 7.5);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #a4d8e7;
  padding: calc(10vw/ 7.5) 0;
}
.is-pc .method_detail__list--text {
  font-size: 14px;
  padding: 0;
  height: 3em;
  line-height: 1.2;
  display: grid;
  align-items: center;
}
.method_detail__list--possibility {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(24vw/ 7.5);
  text-align: center;
  background: #ebf5f8;
  min-height: calc(85vw/ 7.5);
}
.is-pc .method_detail__list--possibility {
  min-height: 75px;
  font-size: 18px;
}
.is-supplement {
  display: block;
  font-size: calc(18vw/ 7.5);
}
.is-pc .is-supplement {
  font-size: 12px;
}
.category__notes {
  margin-top: calc(5vw/ 7.5);
}
.is-pc .category__notes {
  margin-top: 10px;
}
.category__notes--item, .payment_method__notes--text {
  font-size: calc(22vw/ 7.5);
  text-indent: -1em;
  padding-left: 1em;
}
.is-pc .category__notes--item, .is-pc .payment_method__notes--text {
  font-size: 14px;
}
.category__notes--item:not(:first-child), .payment_method__notes--text:not(:first-child) {
  margin-top: .25em;
}
.payment_method__notes {
  margin-top: calc(30vw/ 7.5);
}
.is-pc .payment_method__notes {
  margin-top: 30px;
}
.is-sp .payment_method__notes {
  width: calc(690vw / 7.5);
  margin: calc(30vw / 7.5) auto 0;
}
.is-pc #search.section__wrapper {
  min-height: 780px;
  background: url(../images/search_photo-pc.jpg) no-repeat center top / cover;
}
/* ============================
検索ボックス searchModule.min.css リセット
============================ */
#searchModSection {
  max-width: 992px;
  margin: auto;
}
.main .rn-searchMod__formSection {
  border-radius: 0;
}
.main .rn-searchMod__navListButton--ovs.active, .main .rn-searchMod__navListButton--ovs:hover {
  color: #2488ff !important;
}
.main .search-condition-tab-tips {
  display: block;
  margin-bottom: 5px;
}
.tabOptional .search-condition, .tabOnline .search-condition {
  display: inline-block;
  margin-bottom: 15px;
}
.tabOptional .search-condition-button, .tabOnline .search-condition-button {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px;
  background-color: #fff;
  border: 1px solid #888;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  border-radius: 4px;
}
.is-pc .tabOptional .search-condition-button:hover, .is-pc .tabOnline .search-condition-button:hover {
  background: #f2f2f2;
}
.rn-searchMod__formTitle--both {
  background-image: url(/searchMod/img/icon_search_gold.svg);
  color: #ca9800;
}
.main .rn-searchMod__navListButton--both.active, .main .rn-searchMod__navListButton--both:hover {
  color: #ca9800 !important;
}
.is-pc .main .rn-searchMod__navListButton {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.main #search.is-both .rn-searchMod__navLinkItem.navi--ovs {
  display: block !important;
  position: static;
  margin-bottom: 0;
}
.main #search.is-both .rn-searchMod__navListButton--ovs:hover {
  opacity: 1;
  background: #C5DFFF;
}
.rn-searchMod__radio:before {
  width: 18px;
  height: 18px;
}
@media (min-width:841px) {
  .main .rn-searchMod {
    width: 100%;
    margin: auto;
    display: block;
  }
  .main .rn-searchMod__navSection {
    margin-right: 0;
  }
  .main .rn-searchMod__navListItem {
    margin-bottom: 0;
  }
  .main .rn-searchMod__navListItem:not(:last-child) {
    margin-right: 8px;
  }
  .main .rn-searchMod--all .rn-searchMod__navListItem:not(:last-child) {
    margin-right: 5px;
  }
  .main .rn-searchMod__navList {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  .main .rn-searchMod--all .rn-searchMod__navListButton {
    font-size: 13px;
    line-height: 1.3;
    height: 70px;
  }
  .main .rn-searchMod__navListButton {
    border-radius: 4px 4px 0 0;
    border: 1px solid #000;
  }
  .main .rn-searchMod__navListButton.active {
    border-bottom-color: #fff;
    margin-right: 0;
  }
  .main .rn-searchMod__formSection {
    width: 100%;
    min-height: auto;
    border: 1px solid #000;
    border-radius: 0;
    padding: 30px 40px;
    margin-top: -1px;
  }
}
@media only screen and (orientation: landscape) and (max-width: 828px), only screen and (max-width: 740px) {
  .main .rn-searchMod__checkBox::after, .main .rn-searchMod__checkBox::before {
    top: -1px;
  }
  .main .rn-searchMod__input:checked + .rn-searchMod__checkBox::after {
    width: 12px;
    height: 6px;
    top: 3px;
    left: 4px;
  }
  .main .rn-searchMod--ovs .rn-searchMod__navListButton, .main .rn-searchMod--dom .rn-searchMod__navListButton {
    font-size: calc(20vw / 7.5);
  }
  .main .rn-searchMod--ovs .rn-searchMod__navListItem--last, .main .rn-searchMod--dom .rn-searchMod__navListItem--last {
    padding-right: 0;
  }
  .main .rn-searchMod__navListItem:last-child {
    padding-right: 24px;
  }
  .main .rn-searchMod--ovs .rn-searchMod__navListButton.active::after, .main .rn-searchMod--dom .rn-searchMod__navListButton.active::after {
    z-index: 3;
  }
  .main .rn-searchMod--ovs .navi--ovsFlightsHotel, .rn-searchMod--dom .navi--ovsFlightsHotel {
    width: auto;
  }
  .main .rn-searchMod--ovs .navi--bothOnline .rn-searchMod__navListButton::before {
    background-image: url(/cmn/icon/icon_online_kaigai_gray.svg);
  }
  .main .rn-searchMod--ovs .navi--bothOnline .rn-searchMod__navListButton.active::before {
    background-image: url(/cmn/icon/icon_online_kaigai_gold.svg);
  }
  .main .rn-searchMod__navListButton.rn-searchMod__navListButton--both.active::after {
    background-color: #ca9800 !important;
  }
  .main .rn-searchMod__navListButton.rn-searchMod__navListButton--ovs.active::after {
    background-color: #2488ff !important;
  }
  .main .rn-searchMod--dom .rn-searchMod__navListButton--ovs {
    width: 65px;
  }
  .main .rn-searchMod__navListButton--ovs::before {
    background-image: url(/cmn/icon/icon_kaigai_white.svg);
  }
}