@charset "UTF-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----pc,sp表示切替---- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media (min-width: 740px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.txt_c {
  display: block !important;
  text-align: center !important;
}

.txt_r {
  display: block !important;
  text-align: right !important;
}

.fnt10 {
  font-size: 1rem;
}

.fnt12 {
  font-size: 1.2rem;
}

.fnt13 {
  font-size: 1.3rem;
}

.fnt14 {
  font-size: 1.4rem;
}
.fnt14.spfnt {
  font-size: 1.2rem;
}
@media (min-width: 740px) {
  .fnt14.spfnt {
    font-size: 1.4rem;
  }
}

.fnt16 {
  font-size: 1.6rem;
}
.fnt16.spfnt {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .fnt16.spfnt {
    font-size: 1.6rem;
  }
}
.fnt16 .txtList li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 .txtList li {
    font-size: 1.6rem;
  }
}
.fnt16 .numList li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 .numList li {
    font-size: 1.6rem;
  }
}

.fnt18 {
  font-size: 1.8rem;
}
.fnt18.spfnt {
  font-size: 1.6rem;
}
@media (min-width: 740px) {
  .fnt18.spfnt {
    font-size: 1.8rem;
  }
}

.fnt20 {
  font-size: 2rem;
}
.fnt20.spfnt {
  font-size: 1.8rem;
}
@media (min-width: 740px) {
  .fnt20.spfnt {
    font-size: 2rem;
  }
}

.fnt22 {
  font-size: 2.2rem;
}
.fnt22.spfnt {
  font-size: 2rem;
}
@media (min-width: 740px) {
  .fnt22.spfnt {
    font-size: 2.2rem;
  }
}

.lineheight2 {
  line-height: 2;
}

.txt--w {
  color: #fff;
}

.txt--br {
  color: #432108;
}

.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

@media (min-width: 740px) {
  .pc-txtCenter p {
    text-align: center !important;
  }
}

.contentsInr {
  padding: 0 !important;
}
.contentsInr a {
  text-decoration: none !important;
  transition: all 0.3s;
}
.contentsInr a:hover {
  opacity: 0.6;
}

@media (min-width: 740px) {
  .contentsInr {
    width: 100% !important;
    font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  }
}
.pageTtl {
  margin-bottom: 0 !important;
}

.no-point a {
  pointer-events: none;
  opacity: 0.8;
}

/* ----sec---- */
.sec {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  padding-bottom: 50px;
}
@media screen and (min-width: 740px) {
  .sec {
    padding-bottom: 100px;
  }
}

.hero_img .mainHeading .mainTtl {
  display: none;
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.sec-slider ul li {
  pointer-events: none;
}
.sec-slider ul li a {
  pointer-events: none;
}

.mv_date {
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/christmas-sale/img_sites/bg_mv.jpg) no-repeat center center;
  background-size: cover;
}
.mv_date .inner {
  position: relative;
}
.mv_date .mv_date__img {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 740px) {
  .mv_date .mv_date__img {
    width: 76%;
    margin: 0;
    margin-left: auto;
  }
}
.mv_date .countdown {
  width: fit-content;
  position: absolute;
  right: 50%;
  transform: translateX(58%);
  bottom: 8px;
}
@media screen and (min-width: 740px) {
  .mv_date .countdown {
    bottom: auto;
    transform: translateX(0);
    top: 37px;
    right: 43px;
  }
}
.mv_date .countdown .days {
  font-size: 10.3vw;
  letter-spacing: 4.5vw;
  font-weight: bold;
  color: #432108;
  padding-left: 12.6vw;
}
@media screen and (min-width: 740px) {
  .mv_date .countdown .days {
    padding-left: 0;
    font-size: 5.6rem;
    letter-spacing: 25px;
  }
}

.point {
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/christmas-sale/img_sites/bg_point.jpg) no-repeat;
  background-size: cover;
  padding: 0 0 30px;
}
@media screen and (min-width: 740px) {
  .point {
    padding: 0 0 60px;
  }
}
.point .point__ttl .ttlLv1 {
  background: #00410C;
  margin: 0;
}
.point .point__ttl .ttlLv1 .heading {
  font-size: 2.2rem;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 740px) {
  .point .point__ttl .ttlLv1 .heading {
    font-size: 3.6rem;
  }
}
.point .point__ttl .ttlLv1 .heading .snow_01 {
  width: 10%;
}
@media screen and (min-width: 740px) {
  .point .point__ttl .ttlLv1 .heading .snow_01 {
    width: 100%;
    max-width: 80px;
  }
}
.point .point__ttl .ttlLv1 .heading .snow_02 {
  width: 10%;
}
@media screen and (min-width: 740px) {
  .point .point__ttl .ttlLv1 .heading .snow_02 {
    width: 100%;
    max-width: 40px;
  }
}
.point .point__message {
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/christmas-sale/img_sites/bg_point_message_sp.png) no-repeat center top;
  background-size: contain;
  padding: 30% 30px 30% 30px;
}
@media screen and (min-width: 740px) {
  .point .point__message {
    background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/christmas-sale/img_sites/bg_point_message.png) no-repeat center top;
    padding: 45px 0px 80px 30px;
  }
}
.point .point__message .point_message--txt p:last-of-type {
  color: #BE9B41;
}
.point .point__num {
  position: relative;
}
.point .point__num::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/christmas-sale/img_sites/ico_snow_03.svg) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0px;
  top: 400px;
}
@media screen and (min-width: 740px) {
  .point .point__num::before {
    left: 10px;
    top: 175px;
  }
}
.point .point__num::after {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/christmas-sale/img_sites/ico_snow_04.svg) no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 10px;
  top: 70px;
}
@media screen and (min-width: 740px) {
  .point .point__num::after {
    right: 60px;
    top: 250px;
  }
}
.point .point__num .colWrap .col:first-of-type {
  width: 30%;
  margin: auto;
}
@media screen and (min-width: 740px) {
  .point .point__num .colWrap .col:first-of-type {
    margin: 0;
    width: calc(20% - 5px);
    display: flex;
    justify-content: flex-end;
  }
  .point .point__num .colWrap .col:first-of-type > div {
    max-width: 120px;
  }
}
@media screen and (min-width: 740px) {
  .point .point__num .colWrap .col:last-of-type {
    width: calc(63% - 5px);
    margin-left: 10px;
  }
}
.point .point__num .point__num--ttl .ttlLv2 {
  padding: 14px 44px 34px;
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/christmas-sale/img_sites/img_point_01_sp.png) no-repeat;
  background-size: 100%;
  width: fit-content;
  margin: auto;
}
@media screen and (min-width: 740px) {
  .point .point__num .point__num--ttl .ttlLv2 {
    padding: 7px 70px 20px;
    background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/christmas-sale/img_sites/img_point_01.png) no-repeat;
    background-size: 100%;
  }
}
.point .point__num .point__num--ttl .ttlLv2 .heading {
  font-size: 1.8rem;
  color: #00410C;
}
@media screen and (min-width: 740px) {
  .point .point__num .point__num--ttl .ttlLv2 .heading {
    font-size: 2.2rem;
  }
}
.point .point__num .point__num--txt {
  color: #AA000F;
}
.point .point__num .point__num--txt.txt-01 {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (min-width: 740px) {
  .point .point__num .point__num--txt.txt-01 {
    font-size: 4.4rem;
  }
}
.point .point__num .point__num--txt.txt-01 .fs4L {
  font-size: 3rem !important;
}
@media screen and (min-width: 740px) {
  .point .point__num .point__num--txt.txt-01 .fs4L {
    font-size: 5.6rem !important;
  }
}
.point .point__num .point__num--txt.txt-02 {
  font-size: 1.6rem;
}
@media screen and (min-width: 740px) {
  .point .point__num .point__num--txt.txt-02 {
    font-size: 2rem;
  }
}
.point .point__num .point__num--txt.txt-03 {
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (min-width: 740px) {
  .point .point__num .point__num--txt.txt-03 {
    font-size: 4rem;
  }
}
.point .point__num .point__num--btn a {
  background: #08410C;
  border-radius: 50px;
  font-weight: bold;
}
.point .point__num .point__num--btn a::after {
  content: none;
}
.point .point__num .point__num--btn a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6.5px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.discount .discount__ttl .ttlLv1 {
  background: #00410C;
  margin: 0;
}
.discount .discount__ttl .ttlLv1 .heading {
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (min-width: 740px) {
  .discount .discount__ttl .ttlLv1 .heading {
    font-size: 4rem;
  }
}
.discount .discount__ttl .ttlLv1 .heading span:first-of-type {
  font-size: 1.8rem;
}
@media screen and (min-width: 740px) {
  .discount .discount__ttl .ttlLv1 .heading span:first-of-type {
    font-size: 2.6rem;
  }
}

.coupon .coupon__ttl .ttlLv1 {
  background: #00410C;
  margin: 0;
  padding-top: 20px;
}
@media screen and (min-width: 740px) {
  .coupon .coupon__ttl .ttlLv1 {
    padding-top: 10px;
  }
}
.coupon .coupon__ttl .ttlLv1 .heading {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 740px) {
  .coupon .coupon__ttl .ttlLv1 .heading {
    font-size: 3.8rem;
  }
}
.coupon .coupon__ttl .ttlLv1 .heading .txt-01 {
  font-size: 2rem;
  display: inline-block;
  margin-top: 20px;
}
@media screen and (min-width: 740px) {
  .coupon .coupon__ttl .ttlLv1 .heading .txt-01 {
    margin-top: 0;
    font-size: 3.2rem;
  }
}
.coupon .coupon__ttl .ttlLv1 .heading .txt-02 {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .coupon .coupon__ttl .ttlLv1 .heading .txt-02 {
    font-size: 2rem;
  }
}
.coupon .coupon__ttl .ttlLv1 .heading .jbm-only {
  font-size: 1.6rem;
  border: 2px solid #fff;
  padding: 14px 12px 12px;
  border-radius: 50%;
}
@media screen and (min-width: 740px) {
  .coupon .coupon__ttl .ttlLv1 .heading .jbm-only {
    position: absolute;
    top: 20px;
    left: 60px;
  }
}
.coupon .coupon__sub-ttl .ttlLv2 {
  text-align: left;
  margin-bottom: 0;
  margin-top: 30px;
}
.coupon .coupon__sub-ttl .ttlLv2 .heading {
  font-size: 2rem;
}
@media screen and (min-width: 740px) {
  .coupon .coupon__sub-ttl .ttlLv2 .heading {
    font-size: 2.6rem;
  }
}
.coupon .coupon__box {
  padding: 20px;
  background: #defcfd;
}
.coupon .coupon__box .ctm_bdrColumn .colWrap .col {
  background: #fff;
}
@media screen and (min-width: 740px) {
  .coupon .coupon__box .labelTtl_box .ttlLv4 {
    padding-top: 20px;
  }
}
.coupon .coupon__box .coupon__box--main-txt {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .coupon .coupon__box .coupon__box--main-txt {
    font-size: 1.8rem;
  }
}
.coupon .coupon__box .coupon__box--main-txt .fcWT {
  padding: 6px 6px 2px;
  background: #cc0000;
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
}

.modal-cont .ttlLv2 {
  padding-top: 0;
}

.book .book__btn a {
  background: #A57F33;
  font-weight: bold;
  font-size: 1.6rem;
}
.book .book__btn a::after {
  content: none;
}
.book .book__btn a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6.5px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.hotel .hotel__tab-list .tabs_parent {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__tab-list .tabs_parent {
    display: table;
  }
}
.hotel .hotel__tab-list .tabs_parent li {
  background: #052D6E;
  width: calc(50% - 5px);
}
@media screen and (min-width: 740px) {
  .hotel .hotel__tab-list .tabs_parent li {
    width: auto;
  }
}
.hotel .hotel__tab-list .tabs_parent li a {
  background: #052D6E;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.hotel .hotel__tab-list .tabs_parent li a > span::after {
  content: none;
}
.hotel .hotel__tab-list .tabs_parent li a:hover {
  color: #fff;
  opacity: 0.6;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(2) {
  background: #0F5018;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(2) a {
  background: #0F5018;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(3) {
  background: #AA0011;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(3) a {
  background: #AA0011;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(4) {
  background: #A57F33;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(4) a {
  background: #A57F33;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(5) {
  background: #505A0A;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(5) a {
  background: #505A0A;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(6) {
  background: #781E64;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(6) a {
  background: #781E64;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(7) {
  background: #D24B14;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(7) a {
  background: #D24B14;
}
.hotel .hotel__tab-list .tabs_parent li.current {
  background: #FFFFFF;
  border: 2px solid #052D6E;
  height: 100%;
}
.hotel .hotel__tab-list .tabs_parent li.current::after {
  content: none;
}
.hotel .hotel__tab-list .tabs_parent li.current::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #052d60;
  border-bottom: 0;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.hotel .hotel__tab-list .tabs_parent li.current a {
  background: #FFFFFF;
  color: #052D6E;
  border-bottom: 10px solid #052D6E;
  height: 100%;
}
.hotel .hotel__tab-list.thu .tabs_parent li.current {
  border: 2px solid #0F5018;
}
.hotel .hotel__tab-list.thu .tabs_parent li.current::before {
  border-top: 7px solid #0F5018;
}
.hotel .hotel__tab-list.thu .tabs_parent li.current a {
  color: #0F5018;
  border-bottom: 10px solid #0F5018;
}
.hotel .hotel__tab-list.kat .tabs_parent li.current {
  border: 2px solid #AA0011;
}
.hotel .hotel__tab-list.kat .tabs_parent li.current::before {
  border-top: 7px solid #AA0011;
}
.hotel .hotel__tab-list.kat .tabs_parent li.current a {
  color: #AA0011;
  border-bottom: 10px solid #AA0011;
}
.hotel .hotel__tab-list.kas .tabs_parent li.current {
  border: 2px solid #A57F33;
}
.hotel .hotel__tab-list.kas .tabs_parent li.current::before {
  border-top: 7px solid #A57F33;
}
.hotel .hotel__tab-list.kas .tabs_parent li.current a {
  color: #A57F33;
  border-bottom: 10px solid #A57F33;
}
.hotel .hotel__tab-list.ssy .tabs_parent li.current {
  border: 2px solid #505A0A;
}
.hotel .hotel__tab-list.ssy .tabs_parent li.current::before {
  border-top: 7px solid #505A0A;
}
.hotel .hotel__tab-list.ssy .tabs_parent li.current a {
  color: #505A0A;
  border-bottom: 10px solid #505A0A;
}
.hotel .hotel__tab-list.kyu .tabs_parent li.current {
  border: 2px solid #781E64;
}
.hotel .hotel__tab-list.kyu .tabs_parent li.current::before {
  border-top: 7px solid #781E64;
}
.hotel .hotel__tab-list.kyu .tabs_parent li.current a {
  color: #781E64;
  border-bottom: 10px solid #781E64;
}
.hotel .hotel__tab-list.oka .tabs_parent li.current {
  border: 2px solid #D24B14;
}
.hotel .hotel__tab-list.oka .tabs_parent li.current::before {
  border-top: 7px solid #D24B14;
}
.hotel .hotel__tab-list.oka .tabs_parent li.current a {
  color: #D24B14;
  border-bottom: 10px solid #D24B14;
}
.hotel .hotel__ttl .ttlLv2 {
  padding: 25px 20px 15px;
  margin-top: 0;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__ttl .ttlLv2 {
    padding: 35px 30px 20px;
  }
}
.hotel .hotel__ttl .ttlLv2 .heading {
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.2em;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__ttl .ttlLv2 .heading {
    font-size: 5rem;
  }
}
.hotel .hotel__ttl .ttlLv2 .heading small {
  font-size: 1.6rem;
  padding-left: 5px;
  letter-spacing: 0;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__ttl .ttlLv2 .heading small {
    font-size: 2rem;
    padding-left: 10px;
  }
}
.hotel .hotel__ttl .ttlLv2 .heading .border {
  display: block;
  font-size: 1.8rem;
  border: 1px solid #fff;
  padding: 8px 0 6px;
  border-radius: 50px;
  letter-spacing: 0;
}
@media screen and (min-width: 481px) {
  .hotel .hotel__ttl .ttlLv2 .heading .border {
    font-size: 2.6rem;
    border: 2px solid #fff;
    padding: 8px 0 6px;
  }
}
.hotel .hotel__ttl .ttlLv2 .heading .ico_snow {
  width: 50px;
  position: absolute;
  top: -16px;
  right: -10px;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__ttl .ttlLv2 .heading .ico_snow {
    width: 100px;
    position: absolute;
    top: -16px;
    right: 10%;
  }
}
.hotel .hotel__ttl.hokkaido .ttlLv2 {
  background: #052D6E;
}
.hotel .hotel__ttl.thu .ttlLv2 {
  background: #0F5018;
}
.hotel .hotel__ttl.kat .ttlLv2 {
  background: #AA0011;
}
.hotel .hotel__ttl.kat .ttlLv2 .heading {
  font-size: 2.4rem;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__ttl.kat .ttlLv2 .heading {
    font-size: 3.2rem;
  }
}
.hotel .hotel__ttl.kat .ttlLv2 .heading .ico_snow {
  width: 40px;
}
@media screen and (min-width: 481px) {
  .hotel .hotel__ttl.kat .ttlLv2 .heading .ico_snow {
    width: 80px;
    position: absolute;
    top: -16px;
    right: -5px;
  }
}
.hotel .hotel__ttl.kas .ttlLv2 {
  background: #A57F33;
}
.hotel .hotel__ttl.ssy .ttlLv2 {
  background: #505A0A;
}
.hotel .hotel__ttl.kyu .ttlLv2 {
  background: #781E64;
}
.hotel .hotel__ttl.oka .ttlLv2 {
  background: #D24B14;
}
.hotel .hotel__list {
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/christmas-sale/img_sites/bg_hotel.jpg) no-repeat;
  background-size: cover;
  padding: 30px 0;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list {
    padding: 60px 0;
  }
}
.hotel .hotel__list .top-txt {
  display: flex;
  align-items: center;
}
.hotel .gentei {
  background: #2D5A28;
  width: fit-content;
  align-items: center;
  padding: 5px 20px 6px 10px;
  position: relative;
}
.hotel .gentei::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/christmas-sale/img_sites/ico_label.svg) no-repeat top;
  width: 11%;
  height: 100%;
  background-size: contain;
  position: absolute;
  right: -16px;
  top: 0;
}
.hotel .gentei p {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.hotel .gentei p img {
  width: 16px;
}
.hotel .hotel__list--box.box-01 {
  background: #fff;
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list--box.box-01 {
    padding: 25px;
  }
}
.hotel .hotel__list--box.box-02 .colWrap .col {
  background: #fff;
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list--box.box-02 .colWrap .col {
    padding: 25px;
  }
}
.hotel .hotel__list--box .hotel__list--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
}
.hotel .hotel__list--box .hotel__list--flex > div {
  width: 50% !important;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list--box .hotel__list--flex > div {
    width: 50% !important;
  }
}
.hotel .hotel__list--box .hotel__list--flex > div p .fcRD {
  font-size: 2.4rem;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list--box .hotel__list--flex > div p .fcRD {
    font-size: 3.6rem;
  }
}
.hotel .hotel__list--box .area {
  display: flex;
  justify-content: right;
}
.hotel .hotel__list--box .area p {
  border: 1px solid #333;
  display: inline-block;
  padding: 3px 20px 2px;
  border-radius: 20px;
}
.hotel .hotel__list--box .area.mgn-t {
  margin-top: 50px;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list--box .area.mgn-t {
    margin-top: 0;
  }
}
.hotel .hotel__list--box .gentei {
  position: absolute;
  left: 0;
  top: 25px;
}
.hotel .hotel__list--box .gentei::before {
  width: 9%;
  height: 100%;
  background-size: contain;
  position: absolute;
  right: -17px;
  top: 0;
}
.hotel .hotel__list--box .hotel-name {
  padding-right: 30px;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list--box .hotel-name {
    padding-right: 50px;
  }
}
.hotel .hotel__list--box .hotel-name a {
  padding: 0;
}
.hotel .hotel__list--box .hotel-name a img {
  left: auto;
  right: -30px;
}
.hotel .hotel__list--box .tripBox180 {
  margin: auto;
}
.hotel .hotel__list--box .border {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 10px;
}
.hotel .hotel__list--box .navy_box {
  background-color: #002060;
  color: #fff;
  padding: 10px;
}

.faq .faq__ttl .ttlLv1 {
  background: #DACEB0;
  position: relative;
  padding: 20px 0;
}
@media screen and (min-width: 740px) {
  .faq .faq__ttl .ttlLv1 {
    padding: 40px 0 30px;
  }
}
.faq .faq__ttl .ttlLv1 .heading {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 740px) {
  .faq .faq__ttl .ttlLv1 .heading {
    font-size: 2rem;
  }
}
.faq .faq__ttl .ttlLv1 .heading .en {
  font-size: 2.8rem;
  color: #6E460F;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 740px) {
  .faq .faq__ttl .ttlLv1 .heading .en {
    font-size: 3.6rem;
  }
}
.faq .faq__ttl .ttlLv1 .heading .ico-snow_left {
  width: 40px;
  position: absolute;
  left: 5%;
  top: 30px;
}
@media screen and (min-width: 740px) {
  .faq .faq__ttl .ttlLv1 .heading .ico-snow_left {
    width: 50px;
    position: absolute;
    left: 20%;
    top: 30px;
  }
}
.faq .faq__ttl .ttlLv1 .heading .ico-snow_right {
  width: 40px;
  position: absolute;
  right: 5%;
  bottom: 55px;
}
@media screen and (min-width: 740px) {
  .faq .faq__ttl .ttlLv1 .heading .ico-snow_right {
    width: 60px;
    position: absolute;
    right: 20%;
    bottom: 15px;
  }
}
.faq .faq__sub-ttl .ttlLv2 {
  background: #A57F33;
  margin-top: 40px;
  padding: 15px 10px 9px;
  border-radius: 50px;
  margin-bottom: 0;
}
@media screen and (min-width: 740px) {
  .faq .faq__sub-ttl .ttlLv2 {
    margin-top: 35px;
  }
}
.faq .faq__sub-ttl .ttlLv2 .heading {
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (min-width: 740px) {
  .faq .faq__sub-ttl .ttlLv2 .heading {
    font-size: 2rem;
  }
}
.faq .faq__acc .heading {
  background: #F0EBDF !important;
}
.faq .faq__acc .heading .inr {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  padding-left: 0;
}
@media screen and (min-width: 740px) {
  .faq .faq__acc .heading .inr {
    font-size: 1.8rem;
  }
}
.faq .faq__acc .en {
  color: #A57F33;
  font-size: 2.8rem;
  /* width: 10%; */
  font-weight: bold;
  margin-right: 15px;
}
.faq .faq__acc .content {
  padding: 13px 10px;
}
@media screen and (min-width: 740px) {
  .faq .faq__acc .content {
    padding: 10px;
  }
}
.faq .faq__acc .content .colWrap .col:first-child {
  width: calc(10% - 5px);
}
@media screen and (min-width: 740px) {
  .faq .faq__acc .content .colWrap .col:first-child {
    width: calc(2% - 15px);
  }
}
.faq .faq__acc .content .colWrap .col:last-child {
  width: calc(90% - 5px);
}
@media screen and (min-width: 740px) {
  .faq .faq__acc .content .colWrap .col:last-child {
    width: calc(98% - 15px);
  }
}
.faq .faq__table tbody tr th {
  color: #A57F33;
  font-size: 2.8rem;
  width: 10%;
  font-weight: bold;
  vertical-align: top;
  padding: 10px 0;
}
@media screen and (min-width: 740px) {
  .faq .faq__table tbody tr th {
    padding: 20px 0;
  }
}
.faq .faq__table tbody tr td {
  font-size: 1.6rem;
  padding: 10px 10px 10px 0;
}
@media screen and (min-width: 740px) {
  .faq .faq__table tbody tr td {
    padding: 20px 20px 20px 0;
  }
}
.faq .faq__table tbody tr:nth-of-type(odd) {
  background: #F0EBDF;
}
.faq .faq__table tbody tr:nth-of-type(odd) td {
  font-size: 2rem;
  font-weight: bold;
}

.txtLink:before, .txtLink .altIcon {
  top: 50% !important;
}

@media (min-width: 740px) {
  .txtLink:before, .txtLink .altIcon {
    top: 50% !important;
  }
}
/* 「ゆ」マーク */
.springMarkArea {
  margin: 20px 0;
  padding: 8px 12px 12px;
  border: 1px solid #ccc;
}

.springMark {
  text-align: center;
}

.springMark [class^=iconBath] {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #002060;
}

.springMark [class^=iconBath] i {
  display: block;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  padding: 4px 0;
  margin: 0 auto;
}

.springMark [class^=iconBath][class*=Free] i {
  background-color: #FF66B8;
}

.springMark [class^=iconBath][class*=Paid] i {
  background-color: #FF66B8;
}

.periodtext_02 {
  background-color: #7D0000;
  padding: 10px;
}

.periodtext_03 {
  background-color: #fff;
  padding: 20px;
}

@media (max-width: 739px) {
  .springMarkArea {
    padding: 10px 12px 14px 2px;
  }
}
.yu-mark {
  max-width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 740px) {
  .yu-mark {
    max-width: 25px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
}

/*終了対応*/
.entryEnd {
  padding: 20px;
  border: 2px solid #cc0000;
}

/*250110_カウントダウン削除対応（画像差し替えと↓CSSコメントアウトで復元）*/
.ichioshi {
  background: #AA000F;
  position: absolute;
  left: 0;
  top: 25px;
  width: fit-content;
  align-items: center;
  padding: 5px 20px 6px 10px;
}
.ichioshi::before {
  width: 9%;
  height: 100%;
  background-size: contain;
  position: absolute;
  right: -17px;
  top: 0;
}

.mv_date .countdown .days {
  padding-left: 0;
}

.hotel__discount-arrow {
  width: 50%;
  max-width: 200px;
  margin-inline: auto;
}