@charset "utf-8";

html {
  font-size: 100%;
}

body {
  background: #bba546;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.85;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

body.appear {
  background: #fff;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #fff;
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  box-sizing: border-box
}

.background-circle {
  background: url(../img/backCircle.webp) repeat-y center top -52px / 956px 1896px;
}

.wrapper {
  max-width: 984px;
  padding: 0 20px;
  margin: 0 auto;
}

/* Grow */
.header-area {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
}

.header-area h1 {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  font-size: 12vw;
  line-height: 0.95;
  letter-spacing: 0.15;
  padding: 0 10px;
}

.header-area p {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 3vw;
  letter-spacing: 0.2em;
  margin: 0 0 10px 0;
}


@media screen and (min-width: 768px) {
  .header-area h1 {
    font-size: 3rem;
  }
  .header-area p {
    font-size: 1.2rem;
  }
}

.menu-area {
  font-size: 0.85rem;
  padding: 90px 32px 30px;
}

h2.menu-title {
  font-size: 1.8rem;
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  color: #bba546;
  text-align: center;
  padding-bottom: 40px;
}

.menu-area .title-jp {
  font-size: 1.2rem;
}

.menu-area .title-en {
  font-size: 1.6rem;
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  color: rgb(200 180 25 / 0.5);
  line-height: 0.8;
  padding-bottom: 30px;
  transform: translate(-20px, -42px);
}

.menu-item {
  display: flex;
  justify-content: space-between;
  transform: translateY(-30px);
  padding-bottom: 10px;
}

.menu-inner {
  padding-bottom: 50px;
}

.menu-cut h3.title-jp span {
  letter-spacing: -0.15em;
}

.menu-hqit h3.title-jp {
  transform: translateY(22px);
}

.menu-hqit .title-en span.hqit {
  font-size: 1.55rem;
}

.menu-notes {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 8px;
}

.notes-icon {
  width: 24px;
  min-width: 24px;
}

.notes-text {
  font-size: 0.7rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: justify;
  text-justify: inter-ideograph;
}


#footer {
  color: #fff;
  background-color: rgb(187 165 70);
}

.footer-inner {
  padding: 16px 32px 24px;
}

.footer-nav-link {
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  font-size: 1.1rem;
  margin-bottom: 2.4em;
  letter-spacing: 0.03rem;
}

.footer-nav-reserv {
  text-align: center;
}

.footer-nav-reservation, .footer-nav-mos {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer-nav-reservation {
  margin-bottom: 10px;
}

.footer-nav-reservation a {
  display: block;
  background: rgb(255 255 255 / 0.5);
  border-radius: 16px;
  color: #a08c00;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 0.7rem;
  letter-spacing: 0;
  padding: 0 20px 1px;
}

.footer-access {
  text-align: center;
  font-size: 0.82rem;
  margin-bottom: 1em;
}

.footer-access img {
  max-width: 30px;
  margin-right: 10px;
}

.footer-access span {
  letter-spacing: -0.04em;
}

.footer-info {
  font-size: 0.82rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 3em;
}

.footer-adds address {
  font-style: normal;
}

.wrapper-tel-open {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 0.8em;
}

.footer-holiday {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.holiday-s span, .holiday-k span {
  letter-spacing: -0.2em;
}

.footer-logo {
  text-align: center;
}

.footer-logo-inner img {
  max-width: 96px;
  height: auto;
}

.footer-copyright {
  padding-top: 50px;
  color: #fff;
}