@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

h1,
.h1-like {
  font-size: 36px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
}
h1.front-h1,
.h1-like.front-h1 {
  font-size: 24px;
}

h2,
.h2-like {
  font-size: 28px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  color: #D0AE00;
}

h3,
.h3-like {
  font-size: 20px;
  font-weight: 700;
}

h4,
.h4-like {
  font-size: 16px;
  font-weight: 700;
  font-weight: bold;
}

p,
.p-like {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 180%;
}

.p-small {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 180%;
}

ul li, ol li {
  font-size: 14px;
  letter-spacing: 0.05rem;
  font-weight: 400;
}

.p-28 {
  font-size: 24px;
}

.p-20 {
  font-size: clamp(16px, 1.66vw, 20px);
}

.p-22 {
  font-size: clamp(18px, 2vw, 22px);
}

@media screen and (min-width: 500px) {
  h1,
.h1-like {
    font-size: 48px;
  }
  h1.front-h1,
.h1-like.front-h1 {
    font-size: 28px;
  }

  h2,
.h2-like {
    font-size: 32px;
  }

  h3,
.h3-like {
    font-size: 20px;
  }

  h4,
.h4-like {
    font-size: 16px;
  }

  p,
.p-like {
    font-size: 14px;
  }

  .p-small {
    font-size: 10px;
  }

  ul li, ol li {
    font-size: 14px;
  }

  .p-28 {
    font-size: 24px;
  }
}
@media screen and (min-width: 800px) {
  h1,
.h1-like {
    font-size: 64px;
  }
  h1.front-h1,
.h1-like.front-h1 {
    font-size: 32px;
  }

  h2,
.h2-like {
    font-size: 36px;
  }

  h3,
.h3-like {
    font-size: 24px;
  }

  h4,
.h4-like {
    font-size: 18px;
  }

  p,
.p-like {
    font-size: 16px;
    line-height: 200%;
  }

  .p-small {
    font-size: 11px;
  }

  ul li, ol li {
    font-size: 16px;
  }

  .p-28 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  h1,
.h1-like {
    font-size: 80px;
  }
  h1.front-h1,
.h1-like.front-h1 {
    font-size: 35px;
  }

  h2,
.h2-like {
    font-size: 40px;
  }

  h3,
.h3-like {
    font-size: 24px;
  }

  h4,
.h4-like {
    font-size: 18px;
  }

  p,
.p-like {
    font-size: 16px;
  }

  .p-small {
    font-size: 12px;
  }

  ul li, ol li {
    font-size: 16px;
  }
}
.font-shuei-l {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-yugothic {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bold {
  font-weight: bold;
}

.page-landing {
  background: url(../img/hotel/landing-bg.webp) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .page-landing {
    background: url(../img/hotel/landing-bg-mobile.webp) center no-repeat;
    background-size: cover;
  }
}

section.extra-info {
  margin: clamp(100px, 15vw, 180px) auto clamp(60px, 10vw, 120px) auto;
}

section.price .table-container .table-row {
  display: flex;
  width: 100%;
}
section.price .table-container .table-row .price-block,
section.price .table-container .table-row .note-block {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
}
section.price .table-container .table-row .price-block {
  padding-right: 1em;
  text-align: end;
}
section.price .table-container .table-row .note-block {
  padding-right: 1em;
  text-align: start;
  color: #838383;
  font-weight: 500;
  font-size: 0.8em;
  letter-spacing: 0;
  line-height: 180%;
}
section.price .table-container th.annotation-header {
  padding: 1em 0.5em;
}
@media screen and (max-width: 800px) {
  section.price .table-container .table-row {
    flex-direction: column;
  }
  section.price .table-container .table-row .price-block,
section.price .table-container .table-row .note-block {
    width: 100%;
    padding: 0.2em 1em;
    text-align: start;
  }
}

/*# sourceMappingURL=hotel.css.map */
