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

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

  .p-28 {
    font-size: 28px;
  }
}
.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;
}

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

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