/* ここから */
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp-noto.min.css');
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v29/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v29/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf) format('truetype');
}
html {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 16px;
  background-color: #fff;
  position: relative;
}
a.reservation {
  margin-left: auto;
  display: inline-block;
  color: #fff;
  background-color: #000;
  padding: 0.5em 2em;
  font-weight: bold;
  letter-spacing: 0.1em;
  border: 1px solid #000;
  -o-transition: background-color 0.6s, color 0.6s;
  transition: background-color 0.6s, color 0.6s;
  position: fixed;
  top: 30px;
  right: 40px;
  z-index: 11;
}
a.reservation:hover {
  background-color: #fff;
  color: #000;
}
header {
  position: absolute;
  top: 100px;
  left: 100px;
  z-index: 10;
}
header h1 img {
  width: 230px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
header p {
  margin-top: 20px;
  font-size: 29px;
  color: #fff;
  line-height: 2em;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
@media (max-width: 768px) {
  header {
    left: 50%;
    transform: translateX(-50%);
  }
  header h1 {
    text-align: center;
  }
  header p {
    text-align: center;
  }
}
section.slide {
  position: relative;
  height: 100vh;
  height: 100dvh;
  display: block;
  --swiper-pagination-bottom: 20px;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-color: #fff;
}
section.slide .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.slide .swiper {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
}
section.slide .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.slide .swiper .swiper-pagination {
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 768px) {
  section.slide .swiper .swiper-pagination {
    text-align: center;
    padding: 0;
  }
}
section.slide .scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: #fff;
}
section.slide .scroll a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  section.slide .scroll {
    bottom: 50px;
  }
}
section.about {
  padding: 60px 20px 80px;
}
section.about .inner {
  max-width: 860px;
  margin: 0 auto;
}
section.about .logo {
  text-align: center;
  margin-bottom: 40px;
}
section.about .logo img {
  width: 100%;
  max-width: 230px;
}
section.about p {
  display: block;
  font-size: 26px;
  font-size: 20px;
  line-height: 2em;
}
@media (min-width: 320px) {
  section.about p {
    font-size: calc(20px  +  6  * ((100vw -  320px ) / 448 ));
  }
}
@media (min-width: 768px) {
  section.about p {
    font-size: 26px;
  }
}
section.imgs figure {
  display: block;
  aspect-ratio: 3 / 2;
  position: relative;
}
section.imgs figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.imgs figure figcaption {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff;
  font-size: 26px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  gap: 15px;
}
@media (min-width: 320px) {
  section.imgs figure figcaption {
    font-size: calc(20px  +  6  * ((100vw -  320px ) / 448 ));
  }
}
@media (min-width: 768px) {
  section.imgs figure figcaption {
    font-size: 26px;
  }
}
section.imgs figure figcaption::before {
  content: "";
  display: inline-block;
  background-image: url(../img/hat.svg);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
section.plan {
  padding: 60px 20px;
}
section.plan .inner {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
section.plan h2 {
  font-size: 24px;
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 40px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 320px) {
  section.plan h2 {
    font-size: calc(20px  +  4  * ((100vw -  320px ) / 448 ));
  }
}
@media (min-width: 768px) {
  section.plan h2 {
    font-size: 24px;
  }
}
section.plan h2 span {
  white-space: nowrap;
}
section.plan dl {
  display: grid;
  gap: 20px;
  font-size: 20px;
  font-size: 18px;
}
@media (min-width: 320px) {
  section.plan dl {
    font-size: calc(18px  +  2  * ((100vw -  320px ) / 448 ));
  }
}
@media (min-width: 768px) {
  section.plan dl {
    font-size: 20px;
  }
}
section.plan dl div {
  display: grid;
  gap: 10px;
}
section.plan dl div dd {
  line-height: 1.8em;
}
@media (max-width: 640px) {
  section.plan {
    text-align: center;
  }
  section.plan h2 {
    flex-direction: column;
    gap: 5px;
  }
}
section.tile {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
section.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
@media (max-width: 640px) {
  section.tile {
    grid-template-columns: repeat(2, 1fr);
  }
}
footer {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 40px 20px 20px;
}
footer .name {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.05em;
}
footer address {
  font-size: 14px;
}
footer a {
  margin-left: auto;
  display: inline-block;
  color: #fff;
  background-color: #000;
  padding: 0.5em 2em;
  font-weight: bold;
  letter-spacing: 0.1em;
  border: 1px solid #000;
  -o-transition: background-color 0.6s, color 0.6s;
  transition: background-color 0.6s, color 0.6s;
}
footer a:hover {
  background-color: #fff;
  color: #000;
}
@media (max-width: 768px) {
  footer {
    flex-direction: column;
  }
  footer .name {
    text-align: center;
  }
  footer address {
    text-align: center;
  }
  footer a {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
