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

.fnt15 {
  font-size: 1.5rem;
}
.fnt15.spfnt {
  font-size: 1.3rem;
}
@media (min-width: 740px) {
  .fnt15.spfnt {
    font-size: 1.5rem;
  }
}

.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;
  }
}
.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--bl {
  color: #006a8f;
}

.txt--y {
  color: #ffff5a;
}

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

.indent6 {
  text-indent: -6em;
  padding-left: 6em;
}

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

.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-ttl .ttlLv1 {
  background: #006a8f;
  margin: 0;
}
.sec-ttl .ttlLv1 .heading {
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (min-width: 740px) {
  .sec-ttl .ttlLv1 .heading {
    font-size: 4rem;
  }
}

.top .top__lead {
  margin-bottom: 20px;
}
.top .top__lead p b {
  background: linear-gradient(transparent 70%, #ff6 60%);
  font-size: 2.4rem;
}
@media screen and (min-width: 740px) {
  .top .top__lead p b {
    font-size: 4rem;
  }
}
.top .top__coupon .colWrap {
  border: 1px solid #707070;
}
.top .top__coupon .colWrap .col:first-of-type {
  background: #ff7400;
  display: flex;
  align-items: center;
  padding: 20px;
}
@media screen and (min-width: 740px) {
  .top .top__coupon .colWrap .col:first-of-type {
    width: 36%;
  }
}
.top .top__coupon .colWrap .col:first-of-type .place-name p b {
  color: #ffff5a;
  font-size: 1.8rem;
  border: 2px solid #ffff5a;
  display: inline-block;
  line-height: 1;
  padding: 7px 26px 3px;
}
@media screen and (min-width: 740px) {
  .top .top__coupon .colWrap .col:first-of-type .place-name p b {
    font-size: 2.4rem;
  }
}
.top .top__coupon .colWrap .col:last-of-type {
  padding: 0px 15px 20px;
}
@media screen and (min-width: 740px) {
  .top .top__coupon .colWrap .col:last-of-type {
    width: 64%;
    padding: 10px 20px;
    margin-left: 0;
  }
}
.top .top__coupon .coupon-label {
  background: #ffd8d8;
  color: #c00;
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px 3px;
  margin-left: 5px;
}

.grade {
  display: inline-block;
  font-size: 1.2rem;
  padding: 2px 6px;
  margin-right: 10px;
}
@media screen and (min-width: 481px) {
  .grade {
    margin-right: 30px;
  }
}
.grade.gradeA {
  background-color: #f79155;
}
.grade.gradeB {
  background-color: #efcf02;
}
.grade.gradeC {
  background-color: #9b9baa;
}
.grade.gradeS {
  background-color: #caaa49;
}
.grade.gradeL {
  background-color: #5f9cff;
}

.hotel .bg-yellow {
  padding: 3px 30px;
  background: #ffcd59;
  font-size: 1.6rem;
  margin-left: 20px;
  border-radius: 40px;
  display: inline-block;
}
@media screen and (min-width: 740px) {
  .hotel .bg-yellow {
    display: inline;
  }
}
.hotel .scrollNote {
  margin-top: 10px;
}
.hotel .hotel__list--box .hotel__list--flex {
  display: flex;
  align-items: center;
}
.hotel .hotel__list--box .hotel__list--flex.center {
  justify-content: center;
}
.hotel .hotel__list--box .hotel__list--flex > div {
  width: fit-content !important;
}
.hotel .hotel__list--box .border-gr {
  margin-right: 0;
}
@media screen and (min-width: 481px) {
  .hotel .hotel__list--box .border-gr {
    margin-right: 0;
  }
}
.hotel .hotel__list--box .border-gr p {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 2px 20px;
}
.hotel .hotel__list--box .class {
  background: #40BD91;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 2px 6px;
}
.hotel .hotel__list--box .border-red p span {
  border: 1px solid #c00;
  padding: 4px 25px;
}
.hotel .hotel__list--box .ichioshi {
  background: #AA000F;
  position: absolute;
  left: 0;
  top: 25px;
  width: fit-content;
  align-items: center;
  padding: 5px 20px 6px 10px;
}
.hotel .hotel__list--box .ichioshi::before {
  width: 9%;
  height: 100%;
  background-size: contain;
  position: absolute;
  right: -17px;
  top: 0;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list--box .hotel-name .ttlLv3 {
    min-height: 72px;
  }
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list--box .hotel-name.fnt-s .ttlLv3 .heading {
    font-size: 1.5rem;
  }
}
.hotel .hotel__list--box.box-01 {
  background: #fff;
  padding: 10px;
  position: relative;
  border: 8px solid #e6d27a;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list--box.box-01 {
    border: 20px solid #e6d27a;
    padding: 25px;
  }
}
.hotel .hotel__list--box.box-01 .hotel-name .ttlLv3 {
  min-height: auto;
}
.hotel .hotel__list--box.box-02 .colWrap .col {
  background: #fff;
  padding: 10px;
  position: relative;
  border: 8px solid #bbe1ff;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list--box.box-02 .colWrap .col {
    border: 20px solid #bbe1ff;
    padding: 25px;
  }
}
.hotel .hotel__price-table table {
  width: 820px;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__price-table table {
    width: 100%;
  }
}
.hotel .hotel__price-table table tr td:nth-of-type(3), .hotel .hotel__price-table table tr td:nth-of-type(4), .hotel .hotel__price-table table tr td:nth-of-type(5), .hotel .hotel__price-table table tr td:nth-of-type(6) {
  background: #fff;
}

.book .reservation-module-unit {
  margin-top: 20px;
}