@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
:root {
  --container-max-width: 100vw;
  --content-max-width: 1280px;
  --color-gold-light: #c69c6d;
  --color-gold-mid: #a67c52;
  --color-gold-dark: #534741;
  --color-point: #caad5f;
  --color-point-sp: #bec23f;
  --font-default: "Shippori Mincho", serif;
}
@media (max-width: 769px) {
  :root {
    --content-max-width: 100vw;
  }
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  letter-spacing: 1px;
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (max-width: 769px) {
  html {
    scroll-padding: 0;
  }
}

body {
  line-height: 1.6;
  font-family: var(--font-default), sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  margin: auto;
  min-height: 100vh;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

section {
  padding: 2rem;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
a.toInstagram {
  text-align: center;
  border: 1px solid #ddd;
  display: block;
  padding: 2rem;
  background: #fff;
  color: #000;
}

h1, h2, h3, p, dl, a {
  color: #fff;
}

.head {
  width: 90vw;
  height: 100vh;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .head {
    width: 100vw;
  }
}
.head header {
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.head header .logo p {
  color: #fff;
  text-align: center;
}
.head header .logo p a {
  color: #fff;
}
.head header .logo img {
  width: 250px;
  height: auto;
  margin: auto;
}
@media (max-width: 769px) {
  .head header nav {
    display: none;
  }
}
.head header nav ul {
  display: flex;
  list-style-type: none;
  padding: 2rem;
  backdrop-filter: blur(2px);
  border-radius: 2rem;
}
.head header nav ul li {
  margin: auto 1.4rem;
}
.head header nav ul li a {
  color: #fff;
}

article {
  width: 100vw;
  background: url(../images/bg.webp) repeat fixed;
}
article section {
  width: 90vw;
  max-width: var(--container-max-width);
  margin: auto;
  padding: 15rem 0;
}
article section h2 {
  text-align: center;
  font-size: 2.4rem;
}
article section.lunch dl {
  text-align: center;
  margin: 4rem auto;
}
article section.lunch dl dt {
  font-size: 1.8rem;
}
article section.lunch dl dd {
  margin-top: 0.6rem;
}
article section.dinner h2 {
  margin-bottom: 3.4rem;
}
article section.dinner .dinner-container {
  display: flex;
  align-items: center;
  width: 60vw;
  margin: auto;
  gap: 2rem;
}
@media (max-width: 769px) {
  article section.dinner .dinner-container {
    flex-direction: column;
    width: 90vw;
  }
}
article section.dinner .dinner-container .dinner-detail h3 {
  text-align: center;
  font-size: 1.8rem;
}
article section.dinner .dinner-container .dinner-detail dl {
  display: grid;
  grid-template-columns: 6rem 1fr;
  width: 30vw;
  margin: 1.6rem auto;
  gap: 2rem;
}
@media (max-width: 769px) {
  article section.dinner .dinner-container .dinner-detail dl {
    width: 90%;
  }
}
article section.dinner .dinner-container .dinner-detail dl dt {
  padding: 0.8rem;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
article section.dinner .dinner-container .dinner-detail dl dd {
  padding: 0.8rem;
  text-align: justify;
}
article section.dinner .dinner-container .dinner-pics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
  max-width: 450px;
  height: auto;
  margin: 0 auto;
}
article section.dinner .dinner-container .dinner-pics img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2666666667);
}
article section.dinner .dinner-container .dinner-pics img:first-child {
  grid-column: span 3;
}
article section.dinner .dinner-container .dinner-pics p {
  grid-column: span 3;
}
article section.space {
  width: 50vw;
  margin: auto;
}
@media (max-width: 769px) {
  article section.space {
    width: 90vw;
  }
}
article section.space .space-container {
  display: grid;
  grid-template-columns: 70% 1fr;
  align-items: stretch;
  gap: 2rem;
  max-width: var(--content-max-width);
  margin: auto;
}
article section.space .space-container > img {
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
article section.space .space-container .small-image {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-height: 0;
}
article section.space .space-container .small-image img {
  width: auto;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  article section.space .space-container {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  article section.space .space-container > img {
    width: 100%;
    height: auto;
  }
  article section.space .space-container .small-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  article section.space .space-container .small-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}
article section.space .space-container + p {
  margin-top: 1rem;
}
article section.access {
  width: 70vw;
  max-width: var(--content-max-width);
  margin: auto;
}
@media (max-width: 769px) {
  article section.access {
    width: 90vw;
  }
}
article section.access .store {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}
article section.access .store img {
  display: block;
  width: 180px;
  height: auto;
}
article section.access .store .tel {
  font-size: 1.8rem;
  text-align: right;
}
article section.access .store-detail {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 2rem;
}
article section.access .store-detail iframe {
  width: 100%;
}
@media (max-width: 769px) {
  article section.access .store-detail {
    grid-template-columns: 1fr;
  }
}
article section.access .store-detail .info dl {
  display: grid;
  grid-template-columns: 15rem 1fr;
  border-bottom: 1px solid #fff;
}
@media (max-width: 769px) {
  article section.access .store-detail .info dl {
    grid-template-columns: 1fr;
  }
}
article section.access .store-detail .info dl.ptz dt, article section.access .store-detail .info dl.ptz dd {
  padding-top: 0;
}
article section.access .store-detail .info dl dt {
  padding: 2rem;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media (max-width: 769px) {
  article section.access .store-detail .info dl dt {
    -moz-text-align-last: auto;
         text-align-last: auto;
    padding: 2rem 0 0;
  }
}
article section.access .store-detail .info dl dd {
  padding: 2rem;
}
@media (max-width: 769px) {
  article section.access .store-detail .info dl dd {
    padding-top: 0;
  }
}

.book {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
}
.book a {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 8rem 3rem;
  color: #fff;
  background: #c30d23;
  border-radius: 15px 0 0 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2666666667);
}
@media (max-width: 769px) {
  .book {
    top: auto;
    bottom: 2rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
  }
  .book a {
    writing-mode: horizontal-tb;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
  }
}

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}/*# sourceMappingURL=style.css.map */