@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 ul li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 ul 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;
}

.bg_l-yellow {
  background: #fff7d1;
  padding: 20px;
}
@media screen and (min-width: 740px) {
  .bg_l-yellow {
    padding: 30px 15px;
  }
}

.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;
}

.sec__btn a {
  background: #DA5A01 !important;
  border-radius: 50px;
  font-weight: bold;
}
.sec__btn a::after {
  content: none;
}
.sec__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%);
}

.point {
  background: #fcffff;
  padding: 0 0 30px;
}
@media screen and (min-width: 740px) {
  .point {
    padding: 0 0 60px;
  }
}
.point .bg_yellow {
  background: #fcd717;
  padding: 20px;
}
@media screen and (min-width: 740px) {
  .point .bg_yellow {
    padding: 30px 10px;
  }
}
.point .point__top .colWrap .col {
  position: relative;
}
.point .point__top .colWrap .col > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.point .point__top .colWrap .col:first-of-type::before {
  content: "+";
  font-size: 5rem;
  font-weight: bold;
  position: absolute;
  color: #da5a01;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 740px) {
  .point .point__top .colWrap .col:first-of-type::before {
    font-size: 6rem;
    bottom: auto;
    left: auto;
    transform: translateX(0);
    right: -20px;
    top: 16%;
  }
}
.point .point__top .colWrap .col:last-of-type {
  margin-top: 60px;
}
@media screen and (min-width: 740px) {
  .point .point__top .colWrap .col:last-of-type {
    margin-top: 0;
  }
}
.point .point__ttl .ttlLv1 {
  background: #2d9688;
  margin: 0;
  padding: 15px 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__coupon-example {
  background: #fff8f8;
  padding: 10px;
}
@media screen and (min-width: 740px) {
  .point__coupon-example {
    padding: 20px;
  }
}
.point__coupon-example .point__coupon-example--flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 740px) {
  .point__coupon-example .point__coupon-example--flex > div:first-of-type {
    width: 23% !important;
  }
}
.point__coupon-example .point__coupon-example--flex > div:last-of-type {
  background: #fbf9d0;
  padding: 10px 15px;
}
@media screen and (min-width: 740px) {
  .point__coupon-example .point__coupon-example--flex > div:last-of-type {
    width: 77% !important;
    padding: 0 20px;
  }
}
.point__coupon-example .example-table table tr {
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 740px) {
  .point__coupon-example .example-table table tr {
    padding: 5px 0;
  }
}
.point__coupon-example .example-table table tr th {
  background: #309488;
  padding: 5px 10px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
@media screen and (min-width: 740px) {
  .point__coupon-example .example-table table tr th {
    font-size: 1.4rem;
  }
}
.point__coupon-example .example-table table tr td .fs3L {
  text-decoration: underline;
  display: inline-block;
}
.point__coupon-example .example-table table tr td:nth-of-type(2) strong {
  color: #309488;
}
.point__coupon-example .example-table table tr td:nth-of-type(4) strong {
  color: #309488;
}
.point__coupon-example .colWrap .col {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
}
.point__coupon-example .colWrap .col .coupon__example--label {
  width: fit-content;
  color: #fff;
  font-weight: bold;
  padding: 2px 20px 0;
  position: relative;
}
.point__coupon-example .colWrap .col .coupon__example--label.label01 {
  background: #707070;
}
.point__coupon-example .colWrap .col .coupon__example--label.label02 {
  background: #c00;
}

.point__coupon-get {
  background: #defcfd;
  padding: 15px;
}
.point__coupon-get .colWrap .col {
  background: #fff;
}

.coupon__txt p b i {
  background: #c00;
  padding: 3px 10px 0px;
  color: #fff;
}

.fukidashi .ttlLv2 .heading {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 740px) {
  .fukidashi .ttlLv2 .heading {
    display: inline-block;
  }
}
.fukidashi .ttlLv2 .heading span {
  background: #309488;
  color: #fff;
  padding: 5px 20px 3px;
  border-radius: 8px;
  margin-top: 15px;
  display: inline-block;
  position: relative;
  width: fit-content;
}
@media screen and (min-width: 740px) {
  .fukidashi .ttlLv2 .heading span {
    margin-top: 0;
    margin-left: 25px;
  }
}
.fukidashi .ttlLv2 .heading span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 15px solid #309488;
  border-top: 0;
  position: absolute;
  top: -13px;
  left: 20px;
}
@media screen and (min-width: 740px) {
  .fukidashi .ttlLv2 .heading span::before {
    border-top: 3px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 20px solid #309488;
    border-left: 0;
    position: absolute;
    top: 18px;
    left: -15px;
  }
}

.modal-cont .modal-cont__gentei img {
  vertical-align: bottom;
  max-width: 160px;
}
@media screen and (min-width: 740px) {
  .modal-cont .modal-cont__gentei img {
    max-width: 220px;
  }
}

.discount .discount__ttl .ttlLv1 {
  background: #DA5A01;
  margin: 0;
  padding: 20px 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: #DA5A01;
  margin: 0;
  padding: 20px 0;
}
.coupon .coupon__ttl .ttlLv1 .heading {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
@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%;
}
.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;
}
.coupon .coupon__box .textlink {
  visibility: hidden;
}

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

.book .book__btn a {
  background: #DA5A01;
  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: #2756d4;
  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: #2756d4;
  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: #007668;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(2) a {
  background: #007668;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(3) {
  background: #F63939;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(3) a {
  background: #F63939;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(4) {
  background: #EACD00;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(4) a {
  background: #EACD00;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(5) {
  background: #309488;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(5) a {
  background: #309488;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(6) {
  background: #9C5CAC;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(6) a {
  background: #9C5CAC;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(7) {
  background: #DA5A01;
}
.hotel .hotel__tab-list .tabs_parent li:nth-of-type(7) a {
  background: #DA5A01;
}
.hotel .hotel__tab-list .tabs_parent li.current {
  background: #FFFFFF;
  border: 2px solid #2756d4;
  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 #2756d4;
  border-bottom: 0;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.hotel .hotel__tab-list .tabs_parent li.current a {
  background: #FFFFFF;
  color: #2756d4;
  border-bottom: 10px solid #2756d4;
  height: 100%;
}
.hotel .hotel__tab-list.thu .tabs_parent li.current {
  border: 2px solid #007668;
}
.hotel .hotel__tab-list.thu .tabs_parent li.current::before {
  border-top: 7px solid #007668;
}
.hotel .hotel__tab-list.thu .tabs_parent li.current a {
  color: #007668;
  border-bottom: 10px solid #007668;
}
.hotel .hotel__tab-list.kat .tabs_parent li.current {
  border: 2px solid #F63939;
}
.hotel .hotel__tab-list.kat .tabs_parent li.current::before {
  border-top: 7px solid #F63939;
}
.hotel .hotel__tab-list.kat .tabs_parent li.current a {
  color: #F63939;
  border-bottom: 10px solid #F63939;
}
.hotel .hotel__tab-list.kas .tabs_parent li.current {
  border: 2px solid #EACD00;
}
.hotel .hotel__tab-list.kas .tabs_parent li.current::before {
  border-top: 7px solid #EACD00;
}
.hotel .hotel__tab-list.kas .tabs_parent li.current a {
  color: #EACD00;
  border-bottom: 10px solid #EACD00;
}
.hotel .hotel__tab-list.ssy .tabs_parent li.current {
  border: 2px solid #309488;
}
.hotel .hotel__tab-list.ssy .tabs_parent li.current::before {
  border-top: 7px solid #309488;
}
.hotel .hotel__tab-list.ssy .tabs_parent li.current a {
  color: #309488;
  border-bottom: 10px solid #309488;
}
.hotel .hotel__tab-list.kyu .tabs_parent li.current {
  border: 2px solid #9C5CAC;
}
.hotel .hotel__tab-list.kyu .tabs_parent li.current::before {
  border-top: 7px solid #9C5CAC;
}
.hotel .hotel__tab-list.kyu .tabs_parent li.current a {
  color: #9C5CAC;
  border-bottom: 10px solid #9C5CAC;
}
.hotel .hotel__tab-list.oka .tabs_parent li.current {
  border: 2px solid #DA5A01;
}
.hotel .hotel__tab-list.oka .tabs_parent li.current::before {
  border-top: 7px solid #DA5A01;
}
.hotel .hotel__tab-list.oka .tabs_parent li.current a {
  color: #DA5A01;
  border-bottom: 10px solid #DA5A01;
}
.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.hokkaido .ttlLv2 {
  background: #2756d4;
}
.hotel .hotel__ttl.thu .ttlLv2 {
  background: #007668;
}
.hotel .hotel__ttl.kat .ttlLv2 {
  background: #F63939;
}
.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: #EACD00;
}
.hotel .hotel__ttl.ssy .ttlLv2 {
  background: #309488;
}
.hotel .hotel__ttl.kyu .ttlLv2 {
  background: #9C5CAC;
}
.hotel .hotel__ttl.oka .ttlLv2 {
  background: #DA5A01;
}
.hotel .hotel__list {
  background: #fff2e8;
  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 .hotel__list .top-txt img {
  max-width: 200px;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list .top-txt img {
    max-width: 260px;
  }
}
.hotel .hotel__list--box .colWrap .col > div {
  position: relative;
}
.hotel .hotel__list--box .colWrap .col > div .ichioshi {
  width: 115px;
  position: relative;
  left: -25px;
  top: -5px;
}
.hotel .hotel__list--box .colWrap .col > div .gentei {
  width: 220px;
  position: relative;
  left: -25px;
  top: -5px;
}
.hotel .hotel__list--box .colWrap .col .ico_onsen {
  position: relative;
}
.hotel .hotel__list--box .colWrap .col .ico_onsen.free::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/gogo-sale/img_sites/ico_onsen_free.svg) no-repeat;
  width: 20px;
  height: 40px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
.hotel .hotel__list--box .colWrap .col .ico_onsen.paid::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/gogo-sale/img_sites/ico_onsen_paid.svg) no-repeat;
  width: 20px;
  height: 40px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
.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 .hotel__list--flex.center {
  justify-content: center;
}
.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 .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: 10px auto 0;
}
.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: #ffb582;
  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;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 740px) {
  .faq .faq__ttl .ttlLv1 .heading .en {
    font-size: 3.6rem;
  }
}
.faq .faq__sub-ttl .ttlLv2 {
  background: #DA5A01;
  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: #fff2e8 !important;
}
.faq .faq__acc .heading .inr {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 740px) {
  .faq .faq__acc .heading .inr {
    font-size: 1.8rem;
  }
}
.faq .faq__acc .en {
  color: #DA5A01;
  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: #DA5A01;
  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: #fff2e8;
}
.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;
  }
}

.point__coupon-example {
  padding: 20px;
}
.point__coupon-example .fukidashi p {
  background: #052d6e;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  width: fit-content;
  border-radius: 10px;
  position: relative;
}
.point__coupon-example .fukidashi p::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 4px 0 10px;
  border-color: #052d6e transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 20px;
}