: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: "Lato", "Zen Kaku Gothic New";
}
@media (max-width: 769px) {
  :root {
    --content-max-width: 100vw;
  }
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

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: 100;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  letter-spacing: 1px;
  word-wrap: break-word;
}

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

body {
  line-height: 1.6;
  font-family: var(--font-default), sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  margin: auto;
  min-height: 100vh;
  color: #fff;
}
body::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  background: url(../images/background.jpg) no-repeat top center;
  background-size: cover;
}

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

section {
  padding: 2rem;
}

p:not(:first-child) {
  margin-top: 2rem;
}

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

header {
  width: var(--container-max-width);
  margin: auto;
  height: 160px;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(rgb(67, 67, 67), rgba(67, 67, 67, 0) 90%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  position: fixed;
  top: 0;
  z-index: 10;
}
@media (max-width: 1279px) {
  header {
    width: 100vw;
  }
}
@media (max-width: 769px) {
  header {
    height: 140px;
  }
}
header .logo {
  width: 120px;
  margin-left: 3rem;
}
@media (max-width: 769px) {
  header .logo {
    width: 100px;
    margin-left: 0;
  }
}
header nav {
  padding: 2rem 3rem;
}
@media (max-width: 769px) {
  header nav {
    padding: 3rem 0;
  }
}
header nav ul {
  display: flex;
  align-items: center;
  list-style-type: none;
}
header nav ul li {
  margin: auto 1rem;
}
header nav ul li a {
  color: #fff;
}

main {
  max-width: var(--container-max-width);
  margin: 160px auto 40px;
}
@media (max-width: 1279px) {
  main {
    width: 100vw;
  }
}
main .fv {
  width: var(--content-max-width);
  height: calc(100vh - 200px);
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 1279px) {
  main .fv {
    width: 100vw;
  }
}
@media (max-width: 769px) {
  main .fv {
    flex-direction: column;
    margin-top: -30px;
    height: auto;
  }
}
main .fv .catch {
  width: 50%;
  writing-mode: vertical-rl;
  align-content: center;
}
@media (max-width: 1070px) {
  main .fv .catch {
    width: 30%;
  }
}
@media (max-width: 769px) {
  main .fv .catch {
    width: 100%;
  }
}
main .fv .catch h1 {
  font-size: 3rem;
  font-family: "Zen Old Mincho";
}
main .fv .catch p {
  margin-right: 1.4rem;
  line-height: 2;
}
main .fv .catch p i {
  text-combine-upright: all;
  font-style: normal;
}
main .fv .concept {
  width: 50%;
}
@media (max-width: 1070px) {
  main .fv .concept {
    width: 70%;
  }
}
@media (max-width: 769px) {
  main .fv .concept {
    width: 100%;
  }
}
main .fv .concept div {
  padding: 2rem;
  margin: 2rem;
  background: rgba(190, 190, 190, 0.1);
  border-radius: 2px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
main .fv .concept div h2 {
  font-size: 120%;
  font-weight: 500;
  text-shadow: 0 0 3px #000;
}
main .fv .concept div p {
  text-shadow: 0 0 3px #000;
}
main .menu {
  padding: 8rem 3rem;
  background: url(../images/menu_bg.jpg) repeat center;
  background-size: auto;
  color: rgb(67, 67, 67);
}
main .menu h2 {
  text-align: center;
  font-size: 3rem;
  font-family: "Zen Old Mincho";
  line-height: 1.2;
}
main .menu .note {
  text-align: center;
  font-size: 80%;
}
main .menu ul {
  list-style-type: none;
  writing-mode: vertical-rl;
}
main .menu .course-detail {
  width: 850px;
  max-width: var(--content-max-width);
  margin: 4rem auto;
  border: 1px solid rgb(101, 103, 101);
}
@media (max-width: 849px) {
  main .menu .course-detail {
    width: 100%;
  }
}
main .menu .course-detail .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(101, 103, 101);
  background: linear-gradient(#fff, #e0e0e0);
  padding: 2rem;
}
main .menu .course-detail .price h3 {
  font-size: 2rem;
}
@media (max-width: 769px) {
  main .menu .course-detail .price h3 {
    font-size: 1.8rem;
  }
}
main .menu .course-detail .price a {
  padding: 1rem 2rem;
  background: #000;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  transition: border-radius 0.2s, background 0.2s;
}
main .menu .course-detail .price a:hover {
  border-radius: 4px;
  background: var(--color-point);
}
@media (max-width: 769px) {
  main .menu .course-detail .price a span {
    display: none;
  }
}
main .menu .course-detail .kondate {
  width: 100%;
  padding: 2rem;
  display: grid;
  gap: 2rem;
  align-content: center;
  writing-mode: vertical-rl;
}
@media (max-width: 769px) {
  main .menu .course-detail .kondate {
    writing-mode: horizontal-tb;
  }
}
@media (max-width: 769px) {
  main .menu .course-detail .kondate dl {
    margin-top: 1rem;
  }
  main .menu .course-detail .kondate dl:first-child {
    margin-top: auto;
  }
}
main .menu .course-detail .kondate dl dt {
  font-weight: 500;
  font-family: "Zen Old Mincho";
}
@media (max-width: 769px) {
  main .menu .course-detail .kondate dl dt {
    font-weight: 600;
  }
}
main .menu .course-detail .kondate dl dd {
  margin-top: 1.6rem;
}
@media (max-width: 769px) {
  main .menu .course-detail .kondate dl dd {
    margin-top: auto;
    margin-left: 1.8rem;
  }
}
main .menu .dish-content {
  width: var(--content-max-width);
  margin: 4rem auto;
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
@media (max-width: 1279px) {
  main .menu .dish-content {
    width: 100%;
  }
}
main .menu .dish-content .dish-detail {
  writing-mode: vertical-rl;
}
main .menu .dish-content .dish-detail h3 {
  font-family: "Zen Old Mincho";
  font-size: 110%;
  font-weight: 500;
}
main .menu .dish-content .dish-detail ul li {
  margin-top: 1rem;
}
main .menu .dish-content .dish-detail ul li i {
  text-combine-upright: all;
  font-style: normal;
}
main #course {
  border-top: 20px solid var(--color-gold-light);
}

footer {
  width: var(--container-max-width);
  background: rgb(67, 67, 67);
}
footer .shopinfo {
  width: var(--content-max-width);
  margin: auto;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 1rem;
}
@media (max-width: 1279px) {
  footer .shopinfo {
    width: 100%;
  }
}
@media (max-width: 769px) {
  footer .shopinfo {
    display: block;
  }
  footer .shopinfo div {
    margin-bottom: 2rem;
  }
  footer .shopinfo iframe {
    height: 50vh !important;
  }
}
footer .shopinfo h1 {
  font-size: 200%;
}
footer .shopinfo h2 {
  font-size: 140%;
}
footer .shopinfo h2 span {
  font-size: 60%;
  color: #999;
}
footer .shopinfo p {
  margin-top: 8px;
}
footer .shopinfo a {
  color: #fff;
  text-decoration: none;
}
footer .shopinfo dl {
  margin-top: 8px;
  display: flex;
}
footer .shopinfo dl dt {
  width: 7em;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin-right: 2rem;
}
footer .shopinfo dl dd {
  width: calc(100% - 5em);
}
footer .copyright {
  padding: 2rem;
  text-align: center;
  font-size: 1.2rem;
}

#book {
  position: fixed;
  top: calc(100vh - 140px);
  left: calc(100vw - 140px);
}
@media (max-width: 769px) {
  #book {
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
  }
}
#book p {
  background: var(--color-point);
  border-radius: 50%;
  transition: border-radius 0.3s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
@media (max-width: 769px) {
  #book p {
    background: var(--color-gold-light);
    border-radius: 0;
    transition: none;
    box-shadow: none;
  }
}
#book p:hover {
  border-radius: 30%;
}
@media (max-width: 769px) {
  #book p:hover {
    border-radius: 0;
  }
}
#book p a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 769px) {
  #book p a {
    width: 100vw;
    height: auto;
    display: block;
    text-align: center;
    font-weight: 500;
    padding: 2rem 0;
  }
}/*# sourceMappingURL=style.css.map */