*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  position: relative;
  font-family: "Zen Old Mincho";
  color: #1E1E3E;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
body.active {
  height: 100%;
  overflow: hidden;
}
body.is-fixed {
  overflow-y: hidden;
}

.content-wrap {
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
  height: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

#top-return {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 5;
  padding: 0.5em;
  opacity: 0;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: arrowmove 2s ease-in-out infinite;
  animation: arrowmove 2s ease-in-out infinite;
}
@-webkit-keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
#top-return span {
  position: absolute;
  left: -1em;
  bottom: 0;
  padding: 5px 0;
  color: #1E1E3E;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #1E1E3E;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#top-return span:hover {
  color: rgba(255, 255, 255, 0.5);
  background-color: #1E1E3E;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  #top-return span {
    font-size: 14px;
  }
}
#top-return:before {
  content: "";
  position: absolute;
  top: -45px;
  right: -6px;
  width: 1px;
  height: 20px;
  background: rgb(255, 255, 255);
  -webkit-transform: skewX(31deg);
  -ms-transform: skewX(31deg);
  transform: skewX(31deg);
}
#top-return:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 60px;
  background: rgb(255, 255, 255);
}
#top-return.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.tel {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 2.5em;
  color: rgb(217, 217, 217);
  font-size: clamp(1rem, 0.636rem + 1.82vw, 2rem);
}
.tel:before {
  position: absolute;
  left: 1.2em;
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.ttl-wrapper {
  padding: 50px 0;
}

.section-ttl {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .section-ttl {
    font-size: 16px;
  }
}
.section-ttl .op {
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  opacity: 0.5;
}
.section-ttl .sub-ttl {
  font-size: clamp(1.5rem, 1.357rem + 0.71vw, 2rem);
  font-family: "Zen Old Mincho";
  font-weight: 400;
  letter-spacing: 6px;
}

.fr-ttl {
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  font-family: "Oooh Baby";
  color: rgba(30, 30, 62, 0.5);
  line-height: 1.2;
}

.fr-ttl--beige {
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  font-family: "Oooh Baby";
  color: rgba(235, 219, 187, 0.5);
  line-height: 1;
}

.speace {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}

.reserve-btn {
  width: 200px;
  padding: 1em 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #1E1E3E;
  background-color: #ecdcd5;
  outline-offset: -8px;
  outline: 1px solid rgb(255, 255, 255);
}
.reserve-btn:hover {
  opacity: 0.4;
}
@media screen and (max-width: 1024px) {
  .reserve-btn {
    margin-top: 50px;
    width: 180px;
  }
}
.reserve-btn a {
  display: block;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
}

.reserve-position {
  margin: 0 auto;
  margin-top: 20px;
}

.left {
  margin-right: auto;
  padding-left: 10%;
}
@media screen and (max-width: 520px) {
  .left {
    margin: 0 auto;
  }
}

.center {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.color--beige {
  color: rgb(235, 219, 187);
}

.color--navy {
  color: #1E1E3E;
}

.color--red {
  color: rgb(161, 39, 39);
}

.bg--navy {
  background-color: #1E1E3E;
}

.bg--white {
  background-color: rgb(255, 255, 255);
}

.bg--beige {
  background-color: rgb(235, 219, 187);
}

.under--line {
  position: relative;
}
.under--line:after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  border-bottom: 1px solid rgb(235, 219, 187);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.under--line:hover:after, .under--line:active:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.raddius {
  max-width: 330px;
  min-width: 220px;
  width: 21vw;
  aspect-ratio: 300/300;
  border-radius: 50%;
}

.guidance {
  display: inline-block;
  padding: 20px;
  margin: 0 auto;
  margin-top: 70px;
  border-radius: 0 20px 0 20px;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.guidance li:not(:first-child) {
  margin-top: 10px;
}

.menu .menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .menu .menu__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu .menu__item:not(:last-child) {
    padding-bottom: 15px;
  }
  .menu .menu__item:nth-child(1) {
    width: 80%;
  }
  .menu .menu__item:nth-child(2) {
    width: 100%;
    margin-left: auto;
  }
  .menu .menu__item:nth-child(3) {
    width: 80%;
  }
  .menu .menu__item:nth-child(4) {
    width: 80%;
    margin-left: auto;
  }
  .menu .menu__item:nth-child(5) {
    width: 100%;
  }
  .menu .menu__item:nth-child(6) {
    width: 80%;
    margin-left: auto;
  }
}
.menu .menu__item:nth-child(1) .lunch__img {
  width: 47.01%;
}
.menu .menu__item:nth-child(2) .lunch__img {
  width: 55%;
}
.menu .menu__item:nth-child(3) .lunch__img {
  width: 51%;
}
.menu .menu__item:nth-child(4) .lunch__img {
  width: 51.04%;
}
.menu .menu__item:nth-child(5) .lunch__img {
  width: 56.38%;
}
.menu .menu__item:nth-child(6) .lunch__img {
  width: 46.25%;
}
@media screen and (max-width: 768px) {
  .menu .menu__item:nth-child(1) .lunch__img, .menu .menu__item:nth-child(2) .lunch__img, .menu .menu__item:nth-child(3) .lunch__img, .menu .menu__item:nth-child(4) .lunch__img, .menu .menu__item:nth-child(5) .lunch__img, .menu .menu__item:nth-child(6) .lunch__img {
    width: 100%;
  }
}
.menu .menu__item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: -15%;
}
.menu .menu__item:nth-of-type(2n) .lunch__img {
  margin-bottom: 15px;
}
.menu .menu__item:nth-of-type(2n) .menu__list {
  text-align: right;
  margin-top: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .menu .menu__item:nth-of-type(2n) .menu__list {
    margin-bottom: unset;
    text-align: center;
  }
}
.menu .menu__item:nth-of-type(2n) .menu__list .fr-ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .menu .menu__item:nth-of-type(2n) .menu__list .fr-ttl {
    width: unset;
    margin-left: unset;
  }
}
@media screen and (max-width: 768px) {
  .menu .menu__item:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: unset;
  }
}
.menu .menu__item:nth-of-type(2n):not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .menu .menu__item:nth-of-type(2n):not(:last-child) {
    margin-bottom: unset;
  }
}
.menu .menu__item:nth-of-type(2n) .menu__list__mainName {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .menu .menu__item:nth-of-type(2n) .menu__list__mainName {
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .menu .menu__item:nth-of-type(2n) .menu__list__mainName {
    text-align: center;
  }
}
.menu .menu__item:nth-of-type(2n + 1) .menu__list {
  margin-top: 5%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .menu .menu__item:nth-of-type(2n + 1) .menu__list {
    margin-top: unset;
    margin-top: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .menu .menu__item:nth-of-type(2n + 1) .menu__list {
    text-align: center;
  }
}
.menu__list {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .menu__list {
    padding: unset;
  }
}
.menu__list__mainName {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}

.aspect {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .aspect {
    aspect-ratio: 1440/600;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 520px) {
  .aspect {
    aspect-ratio: unset;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-br {
    display: block;
  }
}

.sp-br768 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-br768 {
    display: block;
  }
}

.btn {
  text-align: center;
}
.btn .btn__ly {
  width: 100%;
  background-color: rgb(255, 255, 255);
  color: #1E1E3E;
  padding: 13px 10px;
  font-size: 14px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn .btn__ly:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .btn .btn__ly {
    font-size: 13px;
  }
}

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 85%;
  height: 80%;
  overflow: auto;
  z-index: 800;
  background-color: #fff;
  border: 2px solid #1E1E3E;
}
.modal .modal__top {
  position: absolute;
  top: 20px;
  right: 50px;
}
@media screen and (max-width: 520px) {
  .modal .modal__top {
    top: 20px;
    right: 20px;
  }
}
.modal .modal__top .modal__close {
  display: inline-block;
  width: 20px;
  height: 20px;
  z-index: 850;
  cursor: pointer;
}
.modal__content {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal__conteiner {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modal__conteiner {
    width: 94%;
  }
}
.modal__conteiner .attention {
  margin-top: 70px;
  font-size: 13px;
  text-align: center;
}
.modal__ul {
  margin: 0 auto;
  margin-top: 30px;
}
.modal__ul li {
  margin: 0 auto;
}
.modal__ul li:not(:first-child) {
  margin-top: 20px;
}
.modal__menu__cat {
  font-weight: bold;
}
.modal__menu__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1024px) {
  .modal__menu__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.modal__list-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 150px;
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
  font-weight: bold;
  border-bottom: double;
}
@media screen and (max-width: 768px) {
  .modal__list-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.modal__menu__info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1em;
  font-size: 14px;
}
.modal__mariage-wrap {
  position: relative;
  padding: 50px 20px;
  margin-top: 150px;
  border: 3px solid rgb(161, 39, 39);
}
.modal__mariage-ttl {
  position: absolute;
  top: -6%;
  left: 20%;
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
  font-weight: bold;
  background-color: rgb(255, 255, 255);
  line-height: 1.2;
}
@media screen and (max-width: 375px) {
  .modal__mariage-ttl {
    left: 12px;
  }
}
.modal__mariage-ttl span {
  font-size: clamp(0.875rem, 0.872rem + 0.01vw, 1rem);
}
.modal__mariage-ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.modal__mariage-ul li:not(:first-child) {
  margin-top: 20px;
}
.modal__mariage-ul li span {
  font-size: 14px;
}
.modal__mariage-guidance {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 50px;
  font-size: 14px;
}
.modal__house-wine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .modal__house-wine {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.modal__house-wine p:not(:first-child) {
  margin-left: 2em;
}

.mt100 {
  margin-top: 100px;
}

.cat-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
}
.cat-ttl span {
  position: relative;
  font-size: 12px;
}
.cat-ttl span:before, .cat-ttl span:after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: rgb(161, 39, 39);
}
.cat-ttl span:before {
  left: -3em;
}
.cat-ttl span:after {
  right: -3em;
}

.rose-wine__ul {
  margin-top: 70px;
  text-align: center;
}
.rose-wine__ul li:not(:first-child) {
  margin-top: 100px;
}

.rose-wine__name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
  font-weight: bold;
  border-bottom: 2px solid #1E1E3E;
}

.rose-wine__price,
.rose-wine__info {
  font-size: 14px;
}

.rose-wine__info2 {
  margin-top: 30px;
  font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
}
@media screen and (max-width: 520px) {
  .rose-wine__info2 br {
    display: none;
  }
}

.sns {
  margin-top: 20px;
}
.sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(1.25rem, 1.071rem + 0.89vw, 1.875rem);
}
.sns__item {
  width: 60px;
  height: 60px;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.footer {
  padding: 85px 0 85px 0;
  text-align: center;
  background-color: #1E1E3E;
}
.footer .copy {
  color: rgb(235, 219, 187);
}

.header-sp {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 20vw;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .header-sp {
    height: 25vw;
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
}
@media screen and (max-width: 768px) {
  .header-sp {
    height: 32vw;
  }
}
@media screen and (max-width: 520px) {
  .header-sp {
    height: 38vw;
  }
}
@media screen and (max-width: 375px) {
  .header-sp {
    height: 52vw;
  }
}
.header-sp__logo {
  width: 200px;
  margin: 0 auto;
  height: auto;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .header-sp__logo {
    position: absolute;
    top: 7%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 520px) {
  .header-sp__logo {
    width: 150px;
  }
}

.ham {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 1024px) {
  .ham {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
}
@media screen and (max-width: 520px) {
  .ham {
    width: 45px;
    height: 50px;
  }
}
.ham span:not(:last-child) {
  position: absolute;
  display: block;
  width: 80%;
  height: 2px;
  background-color: rgb(235, 219, 187);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ham span:nth-child(1) {
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ham span:nth-child(2) {
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ham span:nth-child(3) {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 30px;
}
.ham span:nth-child(4) {
  width: 80%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  color: rgba(235, 219, 187, 0.5);
}
@media screen and (max-width: 520px) {
  .ham span:nth-child(4) {
    font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
  }
}
.ham-open span:nth-child(1) {
  top: 20px;
  left: 14%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ham-open span:nth-child(2) {
  display: none;
}
.ham-open span:nth-child(3) {
  top: 20px;
  left: 14%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.header-pc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
}
.header-pc__logo {
  width: 70%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .header-pc__logo {
    width: 150px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .header-pc__logo {
    top: 15%;
  }
}
.header-pc__nav {
  position: absolute;
  width: 30vw;
  height: 100vh;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .header-pc__nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #1E1E3E;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease;
    -o-transition: opacity 0.5s ease-in-out, visibility 0.5s ease;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease;
  }
}
.header-pc__nav.active {
  z-index: 999;
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease;
  -o-transition: opacity 0.5s ease-in-out, visibility 0.5s ease;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease;
}
.header-pc__nav.active .wrapper {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header-pc__nav.active .sns {
  display: none;
}
.header-pc__ul {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 30px;
}
.header-pc__li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: rgb(255, 255, 255);
}
.header-pc__li:not(:first-child) {
  margin-top: 14px;
}
@media screen and (max-width: 1024px) {
  .header-pc__li:not(:first-child) {
    margin-top: clamp(0.625rem, 0.446rem + 0.89vw, 1.25rem);
  }
}

.nav-sns {
  display: none;
}
@media screen and (max-width: 1024px) {
  .nav-sns {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
    text-align: center;
    color: rgb(255, 255, 255);
  }
}
@media screen and (max-width: 768px) {
  .nav-sns {
    bottom: 20px;
  }
}
.nav-sns img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

#scroll {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 25px 0;
  z-index: 999;
  display: none;
  opacity: 0.8;
}

.scroll-header__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
}
.scroll-header__li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: rgb(255, 255, 255);
}
.scroll-header .reserve-btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .scroll-header .reserve-btn {
    display: block;
  }
}

.fade-wrap {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.fade-wrap__item {
  width: 100%;
  height: 100vh;
}
.fade-wrap__item img {
  -o-object-fit: cover;
  object-fit: cover;
}
.fade-wrap__item:last-child img {
  -o-object-position: 0 80%;
  object-position: 0 80%;
}
@media screen and (max-width: 1024px) {
  .fade-wrap__item:last-child img {
    -o-object-position: unset;
    object-position: unset;
  }
}

h1 {
  position: absolute;
  top: 8%;
  right: 10%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  color: aliceblue;
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  opacity: 0;
}

.fv {
  position: relative;
}
.fv.active h1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%, -50%);
    transform: translateX(-50%, -50%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%, -50%);
    transform: translateX(-50%, -50%);
  }
}
.wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .wrapper {
    display: none;
  }
}

.Interior {
  position: relative;
  padding-top: 100px 0 50px;
}
.Interior__top__txt {
  width: 50%;
  height: auto;
  padding: 100px 3% 0 100px;
  margin-bottom: 70px;
  font-size: 24px;
  line-height: 1.5;
  color: rgb(235, 219, 187);
}
@media screen and (max-width: 768px) {
  .Interior__top__txt {
    width: 80%;
    padding: unset;
    padding: 100px 0 0 0;
    margin: 0 auto 70px;
  }
}
.Interior__top__txt h3 {
  margin-bottom: 40px;
  font-size: clamp(1rem, 0.857rem + 0.71vw, 1.5rem);
}
.Interior__top__txt p {
  font-size: 14px;
}
.Interior__top__txt p:not(:last-child) {
  margin-bottom: 25px;
}
.Interior__img__ul {
  width: 100%;
  max-width: 1440px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .Interior__img__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .Interior__img__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.Interior__img__item img {
  margin-bottom: clamp(0.938rem, 0.817rem + 0.6vw, 6.25rem);
}
.Interior__img__item p {
  margin-left: clamp(1.25rem, 0.568rem + 3.41vw, 3.125rem);
  font-size: clamp(0.875rem, 0.872rem + 0.01vw, 1rem);
  color: rgb(217, 217, 217);
}
@media screen and (max-width: 768px) {
  .Interior__img__item p {
    margin-left: unset;
  }
}
.Interior__img__item:nth-child(1) {
  width: 41%;
  max-width: 580px;
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .Interior__img__item:nth-child(1) {
    width: 70%;
    margin-left: unset;
  }
}
.Interior__img__item:nth-child(2) {
  width: 48%;
  max-width: 680px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .Interior__img__item:nth-child(2) {
    width: 85%;
    margin-top: unset;
  }
}
.Interior__img__item:nth-child(3) {
  width: 48%;
  max-width: 680px;
}
@media screen and (max-width: 768px) {
  .Interior__img__item:nth-child(3) {
    width: 85%;
  }
}
.Interior__img__item:nth-child(4) {
  width: 41%;
  max-width: 580px;
  margin-top: 70px;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .Interior__img__item:nth-child(4) {
    width: 70%;
    margin-top: unset;
  }
}
.Interior--sakura {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
}

.btn-ly {
  position: relative;
  width: 180px;
  padding: 0.7em 1em 0.7em 0;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  color: #1E1E3E;
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-ly:after {
  position: absolute;
  right: 7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: block;
}
.btn-ly:hover {
  opacity: 0.5;
}

.ingredients-link {
  margin-left: 20px;
}
@media screen and (max-width: 520px) {
  .ingredients-link {
    margin: unset;
    margin-top: 20px;
  }
}

.vaisselle .tableware-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 1024px) {
  .vaisselle .tableware-ul {
    row-gap: unset;
  }
}
.vaisselle .tableware-ul .tableware1 {
  width: 100%;
  position: relative;
  margin-bottom: 90px;
  aspect-ratio: 1440/715;
}
@media screen and (max-width: 1024px) {
  .vaisselle .tableware-ul .tableware1 {
    aspect-ratio: unset;
  }
}
.vaisselle .tableware-ul .tableware2,
.vaisselle .tableware-ul .tableware3 {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .vaisselle .tableware-ul .tableware2,
.vaisselle .tableware-ul .tableware3 {
    width: 100%;
  }
}
.vaisselle .tableware-ul .tableware-ly img {
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .vaisselle .tableware-ul .tableware-ly img {
    height: auto;
    aspect-ratio: 1440/715;
  }
}
@media screen and (max-width: 520px) {
  .vaisselle .tableware-ul .tableware-ly img {
    aspect-ratio: unset;
  }
}
.vaisselle .tableware-txt {
  background-color: rgba(255, 255, 255, 0.9);
  color: #1E1E3E;
  line-height: 1.5;
  opacity: 0.8;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.vaisselle__txt {
  position: absolute;
  width: 100%;
  bottom: -68px;
  text-align: center;
  font-size: clamp(0.875rem, 0.482rem + 1.96vw, 2.25rem);
}
@media screen and (max-width: 768px) {
  .vaisselle__txt {
    bottom: -60px;
  }
}

.introduction {
  position: relative;
}
@media screen and (max-width: 768px) {
  .introduction__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.introduction__img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .introduction__img {
    width: 100%;
    margin: 0 auto;
  }
}
.introduction__img .chef {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: clamp(0.625rem, 0.357rem + 1.34vw, 1.563rem) 0;
  color: rgb(217, 217, 217);
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.introduction__img .chef__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.introduction__img .chef__position {
  font-size: clamp(0.625rem, 0.357rem + 1.34vw, 1.563rem);
}
.introduction__img .chef__name {
  font-size: clamp(1rem, 0.714rem + 1.43vw, 2rem);
  line-height: 1;
}
.introduction__img .chef__name span {
  font-size: clamp(0.625rem, 0.554rem + 0.36vw, 0.875rem);
}
.introduction__txt {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 2;
}
.introduction__txt__inner {
  padding: 90px 10%;
}
.introduction__txt p:not(:first-child) {
  margin-top: 30px;
}

.section-logo {
  width: clamp(9.375rem, 7.589rem + 8.93vw, 15.625rem);
  margin-top: 10px;
}

.ingredients {
  background-color: #1E1E3E;
}
.ingredients__wrapper {
  position: relative;
  top: 0;
  left: 0;
}
.ingredients .ingredients__txt {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30%;
  max-width: 355px;
  padding: 30px;
  opacity: 0.8;
  color: #1E1E3E;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.ingredients .ingredients__txt p {
  font-weight: bold;
}
.ingredients .ingredients__txt p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .ingredients .ingredients__txt br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .ingredients .ingredients__txt {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    background-color: rgb(255, 255, 255);
    opacity: 1;
  }
}

.btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 45px;
  padding-right: 70px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .btns-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: unset;
  }
}
@media screen and (max-width: 520px) {
  .btns-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.btns-wrap .btns-ly {
  position: relative;
  width: 100%;
  max-width: 260px;
}
.btns-wrap .btns-ly a {
  display: inline-block;
  width: 100%;
  padding: 20px 15px;
  background-color: rgb(255, 255, 255);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btns-wrap .btns-ly a:hover {
  opacity: 0.7;
}

.floor {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .floor__img {
    width: 100%;
  }
}
.floor__img__item {
  position: relative;
  width: 65%;
  max-width: 1200px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .floor__img__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .floor__img__item img {
    padding-bottom: 15px;
  }
}
.floor__img__item p {
  position: absolute;
  top: 30%;
  left: -320px;
  font-size: clamp(1rem, 0.786rem + 1.07vw, 1.75rem);
  color: rgb(217, 217, 217);
}
.floor__img__item p br {
  display: none;
}
@media screen and (max-width: 375px) {
  .floor__img__item p br {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .floor__img__item p {
    top: 20%;
    left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .floor__img__item p {
    position: static;
    padding-left: 20px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .floor__img__item p {
    padding-left: unset;
    padding: 0 20px 15px 20px;
  }
}
.floor__img__item:last-child {
  width: 52%;
  margin-top: 50px;
  margin-left: unset;
  margin-right: auto;
  margin-left: 135px;
  aspect-ratio: 761/676;
}
.floor__img__item:last-child p {
  left: unset;
  right: -320px;
}
@media screen and (max-width: 1024px) {
  .floor__img__item:last-child p {
    right: -100px;
  }
}
@media screen and (max-width: 1024px) {
  .floor__img__item:last-child {
    width: 80%;
    margin-left: unset;
  }
}
@media screen and (max-width: 768px) {
  .floor__img__item:last-child {
    width: 100%;
    padding-left: unset;
    margin-top: unset;
    aspect-ratio: unset;
  }
  .floor__img__item:last-child p {
    padding-bottom: unset;
  }
}

.dinner {
  padding-bottom: 50px;
  background-color: #1e1e3e;
}
.dinner__top {
  position: relative;
  aspect-ratio: 1440/488;
}
@media screen and (max-width: 768px) {
  .dinner__top {
    aspect-ratio: unset;
  }
}
.dinner__ttl {
  position: absolute;
  top: 10%;
  left: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.4% 2.2%;
  color: rgb(217, 217, 217);
  font-size: clamp(1.125rem, 0.716rem + 2.05vw, 2.25rem);
  text-align: center;
}
@media screen and (max-width: 375px) {
  .dinner__ttl {
    left: 20px;
  }
}
.dinner__corseWrap {
  padding-top: 70px;
}
.dinner__corseTtl {
  font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.25rem);
}
.dinner__corseTtl span {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .dinner__corseTtl span {
    margin-left: unset;
  }
}
.dinner__corseTtl br {
  display: none;
}
@media screen and (max-width: 768px) {
  .dinner__corseTtl br {
    display: block;
  }
}
.dinner__corseMenu {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
}
.dinner__corseMenu .guidance {
  padding: 20px 5%;
  border: 1px solid rgb(235, 219, 187);
  text-align: left;
}
.dinner__corseName {
  margin-bottom: 20px;
}
.dinner__corseItem {
  margin-top: 60px;
  text-align: center;
  color: rgb(217, 217, 217);
  font-size: 14px;
}
.dinner__corseItem__name {
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
  border-bottom: 1px solid rgb(235, 219, 187);
}
.dinner__corseItem__sub-name {
  padding-top: 5px;
  font-size: clamp(0.875rem, 0.857rem + 0.09vw, 0.938rem);
}
.dinner__corseItem li:not(:first-child) {
  margin-top: 20px;
}
.dinner__itemName {
  line-height: 1.2;
}
.dinner__item .fr-ttl {
  color: rgba(235, 219, 187, 0.5);
}
.dinner__img:not(:last-child) {
  margin-bottom: 15px;
}
.dinner__menuList {
  margin-top: 70px;
}
.dinner__menuList__mainName {
  display: none;
}
@media screen and (max-width: 375px) {
  .dinner__menuList__mainName {
    display: block;
  }
}

.mariage {
  text-align: center;
}
.mariage__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 90px;
  color: rgb(235, 219, 187);
}
@media screen and (max-width: 768px) {
  .mariage__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .mariage__wrap {
    padding: 15px;
  }
}
.mariage__img {
  width: 46%;
  max-width: 670px;
}
@media screen and (max-width: 768px) {
  .mariage__img {
    width: 70%;
  }
}
@media screen and (max-width: 375px) {
  .mariage__img {
    width: 100%;
  }
}
.mariage__txt-ttl {
  font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.25rem);
  margin-bottom: 50px;
}
.mariage__txt-ttl span {
  font-size: 14px;
  color: rgb(217, 217, 217);
}
.mariage__txt__price-list {
  font-size: clamp(0.875rem, 0.857rem + 0.09vw, 0.938rem);
  margin-top: 30px;
}
.mariage__txt__price-list:not(:last-child) {
  margin-bottom: 8px;
}
.mariage__txt p:nth-child(2) {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 375px) {
  .mariage__txt p:nth-child(2) br {
    display: none;
  }
}
.mariage .guidance {
  border: 1px solid rgb(235, 219, 187);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mariage .guidance {
    width: 90%;
  }
}

.menu {
  text-align: center;
}
.menu .dinner__item:nth-child(2), .menu .dinner__item:nth-child(3), .menu .dinner__item:nth-child(5), .menu .dinner__item:nth-child(6), .menu .dinner__item:nth-child(7), .menu .dinner__item:nth-child(9) {
  position: relative;
}
.menu .dinner__item:nth-child(2) p, .menu .dinner__item:nth-child(3) p, .menu .dinner__item:nth-child(5) p, .menu .dinner__item:nth-child(6) p, .menu .dinner__item:nth-child(7) p, .menu .dinner__item:nth-child(9) p {
  position: absolute;
  top: 20%;
}
@media screen and (max-width: 1024px) {
  .menu .dinner__item:nth-child(2) p, .menu .dinner__item:nth-child(3) p, .menu .dinner__item:nth-child(5) p, .menu .dinner__item:nth-child(6) p, .menu .dinner__item:nth-child(7) p, .menu .dinner__item:nth-child(9) p {
    position: static;
  }
}
.menu .dinner__item:nth-child(2), .menu .dinner__item:nth-child(6) {
  width: 65%;
  max-width: 925px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .menu .dinner__item:nth-child(2), .menu .dinner__item:nth-child(6) {
    width: 100%;
    max-width: unset;
    text-align: unset;
  }
}
.menu .dinner__item:nth-child(2) p, .menu .dinner__item:nth-child(6) p {
  left: -28%;
  padding: 0 20px;
}
.menu .dinner__item:nth-child(3), .menu .dinner__item:nth-child(5), .menu .dinner__item:nth-child(7) {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .menu .dinner__item:nth-child(3), .menu .dinner__item:nth-child(5), .menu .dinner__item:nth-child(7) {
    text-align: unset;
  }
}
.menu .dinner__item:nth-child(1), .menu .dinner__item:nth-child(4), .menu .dinner__item:nth-child(8) {
  margin-bottom: 65px;
}
@media screen and (max-width: 1024px) {
  .menu .dinner__item:nth-child(1), .menu .dinner__item:nth-child(4), .menu .dinner__item:nth-child(8) {
    margin-bottom: unset;
  }
}
@media screen and (max-width: 768px) {
  .menu .dinner__item:nth-child(1), .menu .dinner__item:nth-child(4), .menu .dinner__item:nth-child(8) {
    margin-bottom: 15px;
  }
}
.menu .dinner__item:nth-child(1) p, .menu .dinner__item:nth-child(4) p, .menu .dinner__item:nth-child(8) p {
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .menu .dinner__item:nth-child(1) p, .menu .dinner__item:nth-child(4) p, .menu .dinner__item:nth-child(8) p {
    margin-top: unset;
  }
}
.menu .dinner__item:nth-child(3), .menu .dinner__item:nth-child(5), .menu .dinner__item:nth-child(7), .menu .dinner__item:nth-child(9) {
  width: 41%;
}
@media screen and (max-width: 1024px) {
  .menu .dinner__item:nth-child(3), .menu .dinner__item:nth-child(5), .menu .dinner__item:nth-child(7), .menu .dinner__item:nth-child(9) {
    width: 80%;
  }
}
.menu .dinner__item:nth-child(3) p, .menu .dinner__item:nth-child(5) p, .menu .dinner__item:nth-child(7) p, .menu .dinner__item:nth-child(9) p {
  position: absolute;
  right: -500px;
}
@media screen and (max-width: 1024px) {
  .menu .dinner__item:nth-child(3) p, .menu .dinner__item:nth-child(5) p, .menu .dinner__item:nth-child(7) p, .menu .dinner__item:nth-child(9) p {
    position: static;
    padding: 0 20px;
  }
}
.menu .dinner__item:nth-child(5) p {
  right: unset;
  right: -150px;
}
.menu .dinner__item:nth-child(7) p {
  right: unset;
  right: -350px;
}
.menu .dinner__item:nth-child(9) p {
  right: unset;
  left: -100px;
}
.menu .dinner__item:nth-child(1) p, .menu .dinner__item:nth-child(4) p, .menu .dinner__item:nth-child(8) p {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .menu .dinner__item:nth-child(1) p, .menu .dinner__item:nth-child(4) p, .menu .dinner__item:nth-child(8) p {
    text-align: unset;
    padding: 0 20px;
    margin-bottom: 15px;
  }
}
.menu .dinner__item:nth-child(2), .menu .dinner__item:nth-child(6), .menu .dinner__item:nth-child(9) {
  margin-left: auto;
}
.menu .dinner__item:nth-child(2), .menu .dinner__item:nth-child(3), .menu .dinner__item:nth-child(5), .menu .dinner__item:nth-child(6), .menu .dinner__item:nth-child(7) {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .menu .dinner__item:nth-child(2), .menu .dinner__item:nth-child(3), .menu .dinner__item:nth-child(5), .menu .dinner__item:nth-child(6), .menu .dinner__item:nth-child(7) {
    margin-bottom: unset;
    margin-bottom: 15px;
  }
}

.alacarte {
  padding-bottom: 50px;
}
.alacarte__ul {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .alacarte__item {
    text-align: center;
  }
}
.alacarte__item:nth-child(1) {
  margin: 0 auto;
  margin-bottom: 65px;
  text-align: center;
}
.alacarte__item:nth-child(1) .alacarte__img {
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .alacarte__item:nth-child(1) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .alacarte__item:nth-child(1) {
    width: 100%;
    margin-bottom: 15px;
  }
}
.alacarte__item:nth-child(2) {
  position: relative;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .alacarte__item:nth-child(2) {
    width: 90%;
  }
}
.alacarte__item:nth-child(2) .alacarte__item__name {
  position: absolute;
  top: 50px;
  right: -180px;
}
@media screen and (max-width: 768px) {
  .alacarte__item:nth-child(2) .alacarte__item__name {
    position: static;
    padding-left: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
}
.alacarte__item:nth-child(3) {
  position: relative;
  width: 50%;
  margin-top: -10%;
  margin-bottom: 65px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .alacarte__item:nth-child(3) {
    width: 90%;
    margin-top: unset;
    margin-bottom: 15px;
  }
}
.alacarte__item:nth-child(3) .alacarte__item__name {
  position: absolute;
  left: -290px;
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  .alacarte__item:nth-child(3) .alacarte__item__name {
    position: static;
    padding-left: 20px;
  }
}
.alacarte__item:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
  width: 62.5%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .alacarte__item:nth-child(4) {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}
.alacarte__item--small {
  width: 60%;
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  .alacarte__item--small {
    width: 85%;
  }
}
.alacarte__item__name {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 1.2;
}
.alacarte .fr-ttl {
  color: rgba(235, 219, 187, 0.5);
}
.alacarte__btn {
  width: 90%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  -webkit-column-gap: 6%;
  -moz-column-gap: 6%;
  column-gap: 6%;
  row-gap: 50px;
}
@media screen and (max-width: 680px) {
  .alacarte__btn {
    row-gap: 10px;
  }
}
.alacarte__btn .btn {
  width: 23%;
  max-width: 260px;
  min-width: 260px;
}
.alacarte__img {
  margin-bottom: 15px;
}

.drink {
  background-color: #1E1E3E;
}
.drink__img {
  background-image: url(../img/wine.webp);
  background-repeat: no-repeat;
  width: 37%;
  max-width: 450px;
  aspect-ratio: 438/578;
  background-size: cover;
  background-position: 50%;
}
@media screen and (max-width: 680px) {
  .drink__img {
    width: 60%;
    background-attachment: unset;
  }
}
@media screen and (max-width: 375px) {
  .drink__img {
    width: 80%;
  }
}
.drink__txt {
  width: 60%;
  margin-top: 20px;
  margin-left: auto;
}
@media screen and (max-width: 1222px) {
  .drink__txt {
    width: 100%;
    margin-left: unset;
  }
}
.drink__txt p {
  text-align: center;
  color: rgb(235, 219, 187);
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.drink__wrap {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1222px) {
  .drink__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.drink__btn {
  margin: 0 auto;
  margin-top: clamp(3.125rem, 2.232rem + 4.46vw, 6.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .drink__btn {
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .drink__btn {
    min-width: unset;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .drink__btn .btn {
    width: 100%;
  }
}
.drink__btn .btn .btn__ly {
  width: 320px;
}
@media screen and (max-width: 375px) {
  .drink__btn .btn .btn__ly {
    width: 293px;
  }
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wine__wrap__item img {
  width: 87.5%;
  aspect-ratio: 340/340;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .wine__wrap__item img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.wine__wrap .slick-track {
  height: 100%;
}

.wine {
  margin-top: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
}

.drink__sub__ttl {
  color: rgb(235, 219, 187);
  margin-bottom: 50px;
  text-align: center;
}
.drink__sub__ttl p:nth-of-type(1) {
  font-size: clamp(1rem, 0.929rem + 0.36vw, 1.25rem);
  margin-bottom: 20px;
}
.drink__sub__ttl p:nth-of-type(2) {
  font-size: 0.875rem;
  margin-bottom: 50px;
}

.lunch {
  padding: 50px 0 50px 0;
  background-image: url(../img/22047566_m.webp);
}
.lunch__ttl {
  width: 60%;
  position: absolute;
  top: 10%;
  left: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.4% 2.2%;
  font-size: clamp(1.125rem, 0.716rem + 2.05vw, 2.25rem);
  text-align: center;
}
@media screen and (max-width: 375px) {
  .lunch__ttl {
    left: 10px;
  }
}
.lunch__corseMenu {
  margin: 0 auto;
  padding: 0 8%;
  margin-bottom: 70px;
}
.lunch__corseMenu .guidance {
  display: block;
  text-align: center;
}
.lunch__corseMenu .guidance ul {
  display: inline-block;
  padding: 20px;
  text-align: left;
  border: 1px solid #1E1E3E;
  border-radius: 0 20px 0 20px;
}
.lunch__corseMenu .guidance .example {
  margin-top: 50px;
  font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
}
@media screen and (max-width: 375px) {
  .lunch__corseMenu .guidance .example {
    text-align: left;
  }
}
.lunch__ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 70px;
}
.lunch__ul p {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: bold;
}
.lunch__ul span {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  font-weight: 400;
  margin-left: 1em;
}
.lunch__ul li:not(:first-child) {
  margin-top: 15px;
}

.news {
  padding: 50px 0 50px;
}
.news__wrap .tel {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.news .classroom__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgb(235, 219, 187);
}
@media screen and (max-width: 1024px) {
  .news .classroom__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.news .classroom__img {
  width: 46%;
  max-width: 660px;
}
@media screen and (max-width: 768px) {
  .news .classroom__img {
    width: 60%;
  }
}
.news .classroom__info {
  margin-left: 10%;
}
.news .classroom__info dl {
  margin-bottom: clamp(0.625rem, 0.446rem + 0.89vw, 1.25rem);
}
.news .classroom__info dt {
  font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
}
.news .classroom__info dd {
  font-size: clamp(0.75rem, 0.714rem + 0.18vw, 0.875rem);
}
.news .classroom__info dt,
.news .classroom__info dd {
  padding-left: 1em;
}
@media screen and (max-width: 1024px) {
  .news .classroom__info {
    margin-top: clamp(2.5rem, 1.786rem + 3.57vw, 5rem);
    margin-left: unset;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.news .classroom__header {
  font-size: clamp(0.875rem, 0.768rem + 0.54vw, 1.25rem);
  font-weight: bold;
  margin-bottom: 25px;
}
.news .produce {
  margin-top: 50px;
}
.news .produce__header {
  font-size: clamp(0.875rem, 0.768rem + 0.54vw, 1.25rem);
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 375px) {
  .news .produce__header {
    text-align: center;
  }
}
.news .produce__header br {
  display: none;
}
@media screen and (max-width: 375px) {
  .news .produce__header br {
    display: block;
  }
}
.news .produce p:nth-child(2) {
  padding-left: 1em;
  font-size: clamp(0.75rem, 0.714rem + 0.18vw, 0.875rem);
}
.news .reserve-wrap {
  margin-top: 20px;
}

.access {
  padding: 50px 0 0 0;
}
.access__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
  gap: 10%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .access__wrapper {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.access__map {
  width: 60%;
}
.access__map iframe {
  width: 100%;
  display: block;
  aspect-ratio: 845/390;
}
@media screen and (max-width: 1024px) {
  .access__map {
    width: 100%;
  }
}
.access__address__inner {
  line-height: 2;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.access__address__inner a {
  text-decoration: underline;
}
@media screen and (max-width: 520px) {
  .access__address {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .access__address {
    margin-top: 50px;
  }
}
.access__item {
  font-weight: bold;
}
.access__item .after--line {
  position: relative;
}
.access__item .after--line:after {
  position: absolute;
  top: 60%;
  right: -85px;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
  content: "";
  height: 2px;
  width: 65px;
  background-color: #1E1E3E;
}
.access__item span:not(:first-child) {
  font-weight: 400;
}

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