@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lusitana&display=swap");
/*! destyle.css v2.0.2 | 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

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;
  text-decoration: none;
  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; /* 2 */
  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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* フェードイン時のズームアウト */
.zoom {
  animation: zoom 6s ease forwards;
}

@keyframes zoom {
  0% {
    transform: scale(1.03);
    filter: blur(10px);
  }
  25% {
    transform: scale(1);
    filter: blur(0);
  }
  75% {
    transform: scale(1);
    filter: blur(0);
  }
  100% {
    transform: scale(1.03);
    filter: blur(10px);
  }
}
/*  MVインジケーター */
@keyframes indicator-progress {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
html {
  font-family: "Zen Old Mincho", "Lusitana", serif;
  font-weight: 400;
  font-style: normal;
  text-size-adjust: 100%;
  font-size: 0.7320644217vw;
  scroll-behavior: smooth;
  overscroll-behavior: none;
}
@media screen and (min-width: 750px) {
  html {
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 749.98px) {
  html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
    font-size: 2.6666666667vw;
  }
}
html {
  /* IE11だけに適応 */
}
html _:lang(x)::-ms-backdrop, html {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

.mouse * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

body,
dd,
div,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
td,
th,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
  box-sizing: border-box;
}

figure {
  font-size: 0;
}
figure figcaption {
  line-height: 1.5;
}

button,
input,
select,
textarea {
  background: none;
  padding: 0;
  margin: 0;
  outline: 0;
  border: none;
  font: inherit;
  overflow: visible;
  box-sizing: border-box;
}

input[type=radio] {
  transform: translateY(-0.02rem);
}
.safari input[type=radio] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 749.98px) {
  .safari input[type=radio] {
    transform: translateY(0.01rem);
  }
}

input[type=checkbox] {
  transform: translateY(-0.02rem);
}
.safari input[type=checkbox] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 749.98px) {
  .safari input[type=checkbox] {
    transform: translateY(0.01rem);
  }
}

button,
select {
  cursor: pointer;
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: border-box;
  height: 0;
  overflow: visible;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

li {
  list-style: none;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* .link */
a {
  transition: all 0.3s ease 0s;
  display: inline-block;
}
.mouse a:hover {
  opacity: 0.8;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
.btn {
  background-color: #fff;
  border-radius: 200rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0.5rem 0 rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .btn {
    height: auto;
    width: 60%;
    font-size: 1.8rem;
    padding: 0.08rem;
  }
}
.btn span {
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  padding-right: 0.16rem;
  transition: all 0.3s ease 0s;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .btn span {
    font-size: 1.1rem;
    letter-spacing: 0.2em;
  }
}

@media screen and (max-width: 749.98px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 749.98px) {
  .sp {
    display: block !important;
  }
}

/*************************
common
************************ */
body {
  font-size: 1.3rem;
  line-height: 1;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.15em;
  min-width: 120rem;
  opacity: 0;
  transition: opacity 1s ease 0s;
  position: relative;
  overflow-x: hidden;
  touch-action: pan-x pan-y;
}
@media screen and (max-width: 1199px) {
  body {
    min-width: 0;
  }
}
@media screen and (max-width: 749.98px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    min-width: 0;
  }
}
body.show {
  opacity: 1;
}
body.menuon, body.form-show {
  overflow: hidden;
}

@media screen and (max-width: 749.98px) {
  p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .ie p {
    font-feature-settings: "palt";
  }
}

input,
textarea {
  width: 100%;
  background-color: #fff;
  padding: 0.06rem 0.16rem;
}
@media screen and (max-width: 749.98px) {
  input,
  textarea {
    padding: 0.06rem 0.12rem;
    line-height: 1.4;
  }
}
/*************************
main
************************ */
#menubtn {
  display: none;
}
@media screen and (max-width: 749.98px) {
  #menubtn {
    width: 4rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0.4rem;
    right: 1rem;
    z-index: 1000;
  }
}
@media screen and (max-width: 749.98px) {
  #menubtn span {
    display: block;
    width: 2.6rem;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition: all 0.2s ease 0s;
  }
}
@media screen and (max-width: 749.98px) {
  #menubtn span:before, #menubtn span:after {
    content: "";
    display: block;
    width: 2.6rem;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: all 0.2s ease 0s;
  }
}
@media screen and (max-width: 749.98px) {
  #menubtn span:before {
    top: -0.8rem;
  }
}
@media screen and (max-width: 749.98px) {
  #menubtn span:after {
    top: 0.8rem;
  }
}
@media screen and (max-width: 749.98px) {
  .menuon #menubtn span {
    background: #EFEBE4;
  }
}
.menuon #menubtn span:before, .menuon #menubtn span:after {
  background: #000;
}
@media screen and (max-width: 749.98px) {
  .menuon #menubtn span:before {
    top: -0.06rem;
    top: 0;
    transform: rotate(135deg);
  }
}
@media screen and (max-width: 749.98px) {
  .menuon #menubtn span:after {
    top: 0.06rem;
    top: 0;
    transform: rotate(-135deg);
  }
}

@media screen and (max-width: 749.98px) {
  #close {
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0.025rem;
    right: 0.025rem;
    z-index: 2001;
  }
}
@media screen and (max-width: 749.98px) {
  #close span {
    display: block;
    width: 0.2rem;
    height: 2px;
    background-color: #425974;
    position: absolute;
    transition: all 0.2s ease 0s;
  }
}
@media screen and (max-width: 749.98px) {
  #close span:before, #close span:after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 2px;
    position: absolute;
    left: 0;
    transition: all 0.5s ease 0s;
  }
}
@media screen and (max-width: 749.98px) {
  #close span:before {
    top: 0;
    transform: rotate(135deg);
  }
}
@media screen and (max-width: 749.98px) {
  #close span:after {
    top: 0;
    transform: rotate(-135deg);
  }
}

.arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.1rem;
  height: 3.1rem;
  max-width: 31px;
  max-height: 31px;
  background-color: #382E25;
  border-radius: 50%;
  transition: 0.2s;
}
.arrow::before {
  content: "";
  display: block;
  width: 1.069rem;
  height: 0.374rem;
  mask: url(../images/common/arrow-r.svg) no-repeat center center/cover;
  background-color: #fff;
}

.arrow-b {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.6rem;
  height: 4.6rem;
  max-width: 46px;
  max-height: 46px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.2s;
}
@media screen and (min-width: 750px) {
  .arrow-b {
    cursor: pointer;
  }
}
.arrow-b::before {
  content: "";
  display: block;
  width: 1.47rem;
  height: 0.515rem;
  mask: url(../images/common/arrow-r.svg) no-repeat center center/cover;
  background-color: #382E25;
}
.arrow-b:hover {
  background-color: #CDA32D;
}
.arrow-b:hover::before {
  background-color: #fff;
}

.shadow {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

.header {
  position: fixed;
  width: 100%;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  height: 5.7rem;
  transition: 0.2s;
}
@media screen and (min-width: 750px) {
  .header {
    right: 0;
    padding: 0;
    width: fit-content;
    height: auto;
    font-weight: 600;
    mix-blend-mode: difference;
  }
}

.menuon .header {
  mix-blend-mode: normal;
}

@media screen and (min-width: 750px) {
  .header__button {
    display: flex;
    gap: 1rem;
  }
}

.header__cta {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 99;
}
@media screen and (min-width: 750px) {
  .header__cta {
    position: relative;
    top: 0;
    display: flex;
    gap: 1rem;
  }
}

.header__cta-catalog {
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 750px) {
  .header__cta-catalog {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 750px) {
  .header__cta-reserve {
    position: relative;
    width: fit-content;
  }
  .header__cta-reserve::after {
    position: absolute;
    top: 80%;
    left: -80%;
    content: "";
    display: block;
    background: url(../images/common/nav_banner_pc.png) no-repeat center center/contain;
    width: 18rem;
    height: 7.7rem;
  }
}

.header__cta-catalog-link,
.header__cta-reserve-link {
  display: flex;
  background: #eaeef2;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.header__cta-catalog-link .catalog,
.header__cta-reserve-link .catalog {
  writing-mode: vertical-lr;
  padding: 1rem 0.2rem;
  white-space: pre;
}
@media screen and (min-width: 750px) {
  .header__cta-catalog-link,
  .header__cta-reserve-link {
    display: block;
    margin-bottom: 0;
    padding: 1rem 2.4rem;
    font-size: 1.4rem;
    writing-mode: initial;
    line-height: 1.5;
  }
  .header__cta-catalog-link span,
  .header__cta-reserve-link span {
    line-height: normal;
    letter-spacing: 0.1em;
  }
}

.header__cta-reserve-link {
  background: #c6a649;
  color: #fff;
}
.header__cta-reserve-link .reserve {
  padding: 3rem 0.2rem;
  writing-mode: vertical-lr;
  white-space: nowrap;
}
@media screen and (min-width: 750px) {
  .header__cta-reserve-link .reserve {
    padding: 1rem 2.4rem;
  }
}

.subpage-logo {
  position: absolute;
  top: 2.06rem;
  left: 1rem;
  z-index: 99;
  width: 12.1rem;
}
@media screen and (min-width: 750px) {
  .subpage-logo {
    top: 28px;
    left: 13px;
    width: 159px;
  }
}

.header__insta {
  position: fixed;
  top: 50%;
  right: 1.5rem;
  z-index: 111;
  display: flex;
  font-size: 1rem;
  white-space: nowrap;
  transform: translateY(-50%);
}
@media screen and (min-width: 750px) {
  .header__insta {
    right: 27px;
    font-size: 13px;
    z-index: 210;
  }
}

.header__insta-link {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: #fff;
  writing-mode: vertical-lr;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 750px) {
  .header__insta-link {
    gap: 12px;
  }
}
.header__insta-link::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/common/icon_insta.webp) no-repeat center center/cover;
}
@media screen and (min-width: 750px) {
  .header__insta-link::before {
    width: 14px;
    height: 14px;
    background: url(../images/common/icon_insta.webp) no-repeat center center/contain;
  }
}

.l-gtranslate {
  position: fixed;
  top: 2.2rem;
  left: 17rem;
  z-index: 111;
  background: #fff;
  padding: 0.4rem 1rem;
  font-size: 1.2rem;
  border-radius: 0.3rem;
  cursor: pointer;
}
@media screen and (min-width: 750px) {
  .l-gtranslate {
    top: 10px;
    left: initial;
    right: 10px;
    padding: 6px 14px;
    font-size: 16px;
  }
}
.l-gtranslate:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 0.6rem;
  height: 0.6rem;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
@media screen and (min-width: 750px) {
  .l-gtranslate:after {
    right: 14px;
    width: 6px;
    height: 6px;
  }
}

body.menuon .gnav__container {
  opacity: 1;
  filter: blur(0);
  pointer-events: all;
}

.gnav__container {
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 10rem;
  z-index: 200;
  padding: 12rem 2.5rem 2.5rem;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  background: #EFEBE4;
  transition: all 0.5s ease 0s;
  pointer-events: none;
  opacity: 0;
  filter: blur(4px);
}
@media screen and (min-width: 750px) {
  .gnav__container {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    padding: 40px 50px 0;
    background: none;
    width: auto;
    height: auto;
    overflow-x: initial;
    opacity: 1;
    pointer-events: all;
    filter: blur(0);
  }
}

.gnav__logo {
  position: absolute;
  top: 1rem;
  left: 1.4rem;
  width: 8.3rem;
}

.gnav__nav {
  margin-left: 1.5rem;
}
@media screen and (min-width: 750px) {
  .gnav__nav {
    display: flex;
    flex-direction: row-reverse;
    margin-left: 0;
  }
}

.gnav__list {
  margin-bottom: 4.2rem;
  font-size: 1.9rem;
  letter-spacing: 0.22em;
}
@media screen and (min-width: 750px) {
  .gnav__list {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 750px) {
  .gnav__list:hover {
    color: #CDA32D;
    opacity: 1 !important;
  }
}

@media screen and (min-width: 750px) {
  .gnav__link {
    padding: 10px 9px;
  }
}

.gnav__reserve-btn {
  margin-bottom: 2rem;
  background: #000;
  text-align: center;
}

.gnav__reserve-link {
  position: relative;
  padding: 2.2rem 0 2rem;
  font-size: 1.7rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
}
.gnav__reserve-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40%;
  display: block;
  margin-bottom: 0.3rem;
  width: 2.3rem;
  height: 2.095rem;
  background: url(../images/common/icon_reserve-w.webp) no-repeat center center/cover;
  transform: translateY(-54%);
}

.gnav__insta {
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.gnav__insta-link {
  display: flex;
  justify-content: center;
  gap: 1.1rem;
  padding: 0.6rem;
}
.gnav__insta-link::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/common/icon_insta-b.webp) no-repeat center center/contain;
}

.footer__reserve {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 101;
  width: 20.3rem;
  background: #A98957;
  color: #fff;
  font-size: 1.4rem;
  transition: 0.3s;
}
@media screen and (min-width: 750px) {
  .footer__reserve {
    width: 300px;
    font-size: 14px;
  }
}
@media screen and (min-width: 750px) {
  .footer__reserve:hover {
    background: #CDA32D;
  }
}

.footer__reserve-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.75rem 1.5rem 2rem;
}
@media screen and (min-width: 750px) {
  .footer__reserve-link {
    padding: 20px 17.5px 20px 20px;
  }
}
@media screen and (min-width: 750px) {
  .footer__reserve-link:hover {
    background: #CDA32D;
  }
}
.footer__reserve-link::before {
  position: absolute;
  top: 50%;
  left: 66%;
  content: "";
  display: block;
  height: 2.4rem;
  width: 0.3rem;
  background: url(../images/common/border_dot.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
@media screen and (min-width: 750px) {
  .footer__reserve-link::before {
    height: 21px;
    left: 83%;
    transition: 0.3s;
  }
}
.footer__reserve-link::after {
  content: "";
  display: block;
  margin-bottom: 0.3rem;
  width: 2.3rem;
  height: 2.095rem;
  background: url(../images/common/icon_reserve-w.webp) no-repeat center center/cover;
}
@media screen and (min-width: 750px) {
  .footer__reserve-link::after {
    width: 23px;
    height: 20.95px;
    background: url(../images/common/icon_reserve-w.webp) no-repeat center center/contain;
  }
}

.footer__wrap {
  padding: 4rem 0 8.26rem;
  background: #382E25;
  color: #fff;
}
@media screen and (min-width: 750px) {
  .footer__wrap {
    padding-bottom: 4.2rem;
  }
}

.footer__box {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 750px) {
  .footer__box {
    flex-direction: row;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
  }
}
.footer__box.--02 {
  flex-direction: column;
}
@media screen and (min-width: 750px) {
  .footer__box.--02 {
    flex-direction: row;
    align-items: center;
    width: fit-content;
    margin: 0 auto 32px;
  }
}

.footer__company {
  margin-bottom: 2.87rem;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .footer__company {
    margin-bottom: 0;
    border-right: 1px solid #fff;
    font-size: 12px;
  }
}
.footer__company:last-of-type {
  border: none;
}

@media screen and (min-width: 750px) {
  .footer__company__link {
    padding: 6px 25.5px;
  }
}

.footer__copy {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .footer__copy {
    font-size: 12px;
    padding: 6px 25.5px 6px 0;
    border-right: 1px solid #fff;
  }
}

.footer__insta {
  margin-bottom: 2.87rem;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (min-width: 750px) {
  .footer__insta {
    margin-bottom: 0;
    padding-left: 25.5px;
    font-size: 13px;
  }
}

.footer__insta-link {
  display: flex;
  justify-content: center;
  gap: 1.1rem;
  padding: 0.6rem;
}
@media screen and (min-width: 750px) {
  .footer__insta-link {
    gap: 11px;
    padding: 6px;
  }
}
.footer__insta-link::before {
  content: "";
  display: block;
  width: 1.269rem;
  height: 1.291rem;
  background: url(../images/common/icon_insta.webp) no-repeat center center/cover;
}
@media screen and (min-width: 750px) {
  .footer__insta-link::before {
    width: 13px;
    height: 13px;
    background: url(../images/common/icon_insta.webp) no-repeat center center/contain;
  }
}

.mv__wrap {
  position: relative;
  height: 100vh;
}

.mv__logo {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  top: 1rem;
  left: 1.4rem;
  z-index: 99;
  width: 8.3rem;
}
@media screen and (min-width: 750px) {
  .mv__logo {
    top: 8px;
    left: 33px;
    padding: 0;
    width: 147px;
  }
}

.mv__logo-line {
  position: fixed;
  bottom: 0.4rem;
  left: 0.4rem;
  width: 8rem;
  display: block;
}
@media screen and (min-width: 750px) {
  .mv__logo-line {
    top: 260px;
    bottom: initial;
    right: 10px;
    left: initial;
    width: 140px;
  }
}

.mv__logo-line.-furunavi {
  left: 9rem;
}
@media screen and (min-width: 750px) {
  .mv__logo-line.-furunavi {
    top: 410px;
    bottom: initial;
    left: initial;
  }
}

.mv__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -100;
}
.mv__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(29, 29, 29, 0.16);
  z-index: 1;
  pointer-events: none;
}
.mv__swiper-wrapper {
  height: 100vh;
}

.mv__slide {
  height: 100vh;
}
.mv__slide img {
  height: 100vh;
  object-fit: cover;
}
.mv__slide .mv__slide-img-01 {
  width: 100%;
  object-position: 48% center;
}
@media screen and (min-width: 750px) {
  .mv__slide .mv__slide-img-01 {
    width: 100%;
    object-position: center center;
  }
}
.mv__slide .mv__slide-img-02 {
  object-position: center center;
}
.mv__slide .mv__slide-img-03 {
  object-position: 60% center;
}
.mv__slide .mv__slide-img-04 {
  object-position: 60% center;
}

.mv__catch-text {
  font-size: 2.8rem;
  position: absolute;
  top: 32%;
  padding: 0 2.6rem 0;
  width: 100%;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-align: center;
}
.mv__catch-text span {
  font-size: 1.6rem;
}
@media screen and (min-width: 750px) {
  .mv__catch-text {
    top: 42%;
    font-size: 3.5rem;
  }
  .mv__catch-text span {
    font-size: 2.8rem;
  }
}

.mv__content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  filter: blur(10px); /* 初期ぼかし */
  transition: opacity 1.5s ease-out, filter 1.5s ease-out;
}
@media screen and (min-width: 750px) {
  .mv__content {
    top: 40%;
    transform: translateX(-50%);
  }
}
.mv__content.is-active {
  opacity: 1;
}

.mv__content-catch {
  width: 17.7rem;
  max-width: 177px;
}
@media screen and (min-width: 750px) {
  .mv__content-catch {
    width: 17.4rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .mv__indicator {
    position: absolute;
    bottom: 32px;
    left: 32px;
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 10;
  }
}

@media screen and (min-width: 750px) {
  .mv__indicator-bar {
    width: 80px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
  }
}

@media screen and (min-width: 750px) {
  .mv__indicator-progress {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 750px) {
  .mv__indicator-progress.is-active {
    animation: indicator-progress linear forwards;
  }
}

@media screen and (min-width: 750px) {
  .mv__indicator-num {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}

.intro__wrap {
  padding: 25rem 2.6rem 0;
  background: linear-gradient(0deg, rgb(5, 5, 7) 0%, rgba(5, 5, 7, 0.650297619) 80%, rgba(5, 5, 7, 0) 100%);
}
@media screen and (min-width: 750px) {
  .intro__wrap {
    padding: 13rem 0 16.5rem;
  }
}

.intro__cantainer {
  color: #fff;
}
@media screen and (min-width: 750px) {
  .intro__cantainer {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 1010px;
  }
}

.intro__ttl {
  margin-bottom: 3rem;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.125em;
  line-height: 1.5;
}
@media screen and (min-width: 750px) {
  .intro__ttl {
    margin-bottom: 40px;
    font-size: min(3.2rem, 32px);
  }
}

.intro__txt {
  margin-bottom: 3rem;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 2;
}
.intro__txt:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  .intro__txt {
    font-size: min(1.4rem, 14px);
    letter-spacing: 0.34em;
  }
}

.features {
  margin-top: -1px;
  overflow: hidden;
}

.features__wrap {
  padding: 11.3rem 2.6rem 11.4rem;
  background: linear-gradient(180deg, #050507 0%, #463220 100%);
  color: #fff;
  position: relative;
}
.features__wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: -200px;
  left: -35%;
  width: 140vw;
  height: 80rem;
  background: url(../images/common/wave02.webp) no-repeat center center/cover;
}
@media screen and (min-width: 750px) {
  .features__wrap::after {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .features__wrap {
    padding: 0 0 min(10.3rem, 103px);
  }
}

.features__menu {
  margin-bottom: 3.76rem;
}
@media screen and (min-width: 750px) {
  .features__menu {
    margin-bottom: 7.8rem;
  }
}

@media screen and (min-width: 750px) {
  .features__menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: min(14rem, 140px);
  }
}

.features__menu-pic-box {
  position: relative;
  margin-bottom: 5.2rem;
}
@media screen and (min-width: 750px) {
  .features__menu-pic-box {
    margin-bottom: min(13rem, 130px);
  }
}

.features__menu-pic-01 {
  position: relative;
  left: -10%;
  width: 30rem;
}
@media screen and (min-width: 750px) {
  .features__menu-pic-01 {
    left: -23%;
    width: 59.3rem;
    max-width: 593px;
  }
}
.features__menu-pic-02 {
  position: absolute;
  bottom: -12%;
  right: 0;
  z-index: 1;
  width: 16rem;
}
.features__menu-pic-02::after {
  content: "";
  display: block;
  position: absolute;
  top: -18%;
  left: -116%;
  z-index: -1;
  width: 100vw;
  height: 80rem;
  background: url(../images/common/wave01.webp) no-repeat center center/cover;
}
@media screen and (min-width: 750px) {
  .features__menu-pic-02::after {
    top: -80%;
    left: -131%;
    background: url(../images/common/wave02.webp) no-repeat center center/cover;
  }
}
@media screen and (min-width: 1366px) {
  .features__menu-pic-02::after {
    left: -208%;
    width: 120vw;
  }
}
@media screen and (min-width: 750px) {
  .features__menu-pic-02 {
    width: 31.4rem;
    max-width: 314px;
    right: 5%;
  }
}

.features__content {
  position: relative;
  margin-bottom: 3rem;
  padding-top: 1.3rem;
  padding-left: 3.5rem;
}
.features__content.padding-l-none {
  padding-left: 0;
  padding-top: 0;
}
@media screen and (min-width: 750px) {
  .features__content {
    margin-bottom: 24rem;
    padding: 0;
  }
}

.features__content-container {
  display: flex;
  align-items: flex-start;
  gap: 2.48rem;
}

.features__content-catch-main {
  margin-bottom: 1.8rem;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (min-width: 750px) {
  .features__content-catch-main {
    margin-bottom: min(3.5rem, 35px);
    font-size: min(2.6rem, 26px);
    line-height: 1.7;
  }
}

.features__content-catch-sub {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  line-height: 2;
}
@media screen and (min-width: 750px) {
  .features__content-catch-sub {
    width: min(36rem, 360px);
    font-size: min(1.6rem, 16px);
  }
}

.features__room-container {
  margin-bottom: 3.76rem;
}
@media screen and (min-width: 750px) {
  .features__room-container {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: min(14rem, 140px);
    margin-bottom: 0;
  }
}

.features__room-pic-box {
  position: relative;
  margin-bottom: 18.6rem;
}
@media screen and (min-width: 750px) {
  .features__room-pic-box {
    margin-bottom: min(7.65rem, 76.5px);
  }
}

.features__room-pic-01 {
  position: relative;
  right: -16%;
  z-index: 2;
  width: 29.7rem;
  height: 22rem;
  overflow: hidden;
}
.features__room-pic-01 img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media screen and (min-width: 750px) {
  .features__room-pic-01 {
    width: 56.4rem;
    max-width: 564px;
    height: auto;
    right: -25%;
  }
}
.features__room-pic-02 {
  position: absolute;
  z-index: 2;
  bottom: -50%;
  width: 20rem;
}
@media screen and (min-width: 750px) {
  .features__room-pic-02 {
    bottom: -36%;
    left: -83%;
    width: 33.6rem;
    max-width: 336px;
  }
}
@media screen and (min-width: 750px) {
  .features__room-pic-03 {
    position: absolute;
    bottom: -100%;
    left: -114%;
    width: 33.6rem;
    max-width: 336px;
  }
}

.features__room-pic-bottom {
  position: relative;
  right: -46%;
  width: 16.1rem;
  z-index: 1;
}
.features__room-pic-bottom::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -160%;
  left: -110%;
  width: 100vw;
  height: 80rem;
  background: url(../images/common/wave02.webp) no-repeat center center/cover;
}
@media screen and (min-width: 750px) {
  .features__room-pic-bottom::before {
    top: -117%;
    left: -160%;
    background: url(../images/common/wave01.webp) no-repeat center center/cover;
  }
}
@media screen and (min-width: 1366px) {
  .features__room-pic-bottom::before {
    left: -224%;
    width: 146vw;
  }
}
@media screen and (min-width: 750px) {
  .features__room-pic-bottom {
    width: 44.7rem;
    max-width: 447px;
    right: -52%;
  }
}

.features__freshness {
  margin-bottom: 9.5rem;
}
@media screen and (min-width: 750px) {
  .features__freshness {
    margin-bottom: min(30rem, 300px);
  }
}

@media screen and (min-width: 750px) {
  .features__freshness-inner {
    position: relative;
  }
}
@media screen and (min-width: 750px) and (min-width: 750px) {
  .features__freshness-inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 26%;
    left: 5%;
    width: 100vw;
    height: 80rem;
    background: url(../images/common/wave01.webp) no-repeat center center/cover;
  }
}
@media screen and (min-width: 750px) and (min-width: 1366px) {
  .features__freshness-inner::before {
    left: -21%;
    width: 120vw;
  }
}

.features__freshness-container {
  position: relative;
  margin-top: 32rem;
}
@media screen and (min-width: 750px) {
  .features__freshness-container {
    position: relative;
    display: flex;
    justify-content: center;
    gap: min(14rem, 140px);
    align-items: center;
    margin-top: 0;
    padding-top: min(6rem, 60px);
    padding-left: min(59rem, 590px);
  }
}

.features__freshness-pic-top {
  position: absolute;
  left: -36%;
  top: -43rem;
  width: 43.3rem;
  z-index: 1;
}
@media screen and (min-width: 750px) {
  .features__freshness-pic-top {
    top: min(4rem, 40px);
    left: -12%;
    margin-bottom: 0;
    width: 89.5rem;
    max-width: 895px;
    height: auto;
  }
}
@media screen and (min-width: 1580px) {
  .features__freshness-pic-top {
    left: -4vw;
  }
}
@media screen and (min-width: 1800px) {
  .features__freshness-pic-top {
    left: 4vw;
  }
}
.features__freshness-pic-top img {
  height: 100%;
  object-fit: cover;
}

.features__freshness-pic-box {
  position: relative;
}

.features__freshness-pic-01 {
  position: relative;
  right: -63%;
  width: 14.7rem;
}
@media screen and (min-width: 750px) {
  .features__freshness-pic-01 {
    top: 16rem;
    right: 0;
    width: 25.8rem;
    max-width: 258px;
  }
}
.features__freshness-pic-02 {
  position: absolute;
  top: 70%;
  left: -10%;
  width: 29.2rem;
}
@media screen and (min-width: 750px) {
  .features__freshness-pic-02 {
    top: 120%;
    left: -130%;
    width: 41.2rem;
    max-width: 412px;
  }
}

@media screen and (min-width: 750px) {
  .features__textcontainer {
    width: min(96.2rem, 962px);
    margin: 0 auto;
  }
}

.features__textcontainer-title {
  margin-bottom: 5.3rem;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .features__textcontainer-title {
    margin-bottom: 8.1rem;
    font-size: min(3.2rem, 32px);
  }
}

@media screen and (min-width: 750px) {
  .features__textcontainer-inner {
    position: relative;
  }
}
@media screen and (min-width: 750px) and (min-width: 750px) {
  .features__textcontainer-inner::before {
    content: "";
    display: block;
    position: absolute;
    top: -24%;
    left: 5%;
    width: 100vw;
    height: 80rem;
    background: url(../images/common/wave01.webp) no-repeat center center/cover;
  }
}
@media screen and (min-width: 750px) and (min-width: 1366px) {
  .features__textcontainer-inner::before {
    left: -49%;
    width: 120vw;
  }
}

@media screen and (min-width: 750px) {
  .features__textcontainer-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.features__textcontainer-item {
  margin-bottom: 3rem;
}
@media screen and (min-width: 750px) {
  .features__textcontainer-item {
    margin-bottom: 5.3rem;
    width: min(26rem, 260px);
  }
}
.features__textcontainer-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  .features__textcontainer-item:nth-last-of-type(1) {
    margin-bottom: 5.3rem;
  }
}

.features__textcontainer-name {
  margin-bottom: 2.2rem;
  font-size: 2.6rem;
  font-weight: 900;
}
@media screen and (min-width: 750px) {
  .features__textcontainer-name {
    font-size: min(2.8rem, 28px);
    letter-spacing: 0.16em;
  }
}

.features__textcontainer-text {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 750px) {
  .features__textcontainer-text {
    font-size: min(1.4rem, 14px);
    line-height: 1.4;
  }
}

.menu__bg {
  background: linear-gradient(180deg, rgb(241, 237, 230) 0%, rgb(216, 212, 202) 100%);
}

.menu {
  overflow: hidden;
}

.menu__wrap {
  position: relative;
  padding: 6.5rem 2.6rem 12.2rem;
}
@media screen and (min-width: 750px) {
  .menu__wrap {
    padding: 12.8rem 17.9rem 10.9rem;
  }
}

.section__ttl {
  position: relative;
  z-index: 1;
}

.section__ttl-box {
  display: flex;
  gap: 0.6rem;
}
@media screen and (min-width: 750px) {
  .section__ttl-box {
    gap: min(0.6rem, 6px);
  }
}

.section__ttl-jp {
  position: relative;
  font-size: 5.4rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.3;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (min-width: 750px) {
  .section__ttl-jp {
    font-size: min(5.4rem, 54px);
  }
}
.section__ttl-jp::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -10%;
  display: inline-block;
  width: 1px;
  height: 40rem;
  background: #000;
}
@media screen and (min-width: 750px) {
  .section__ttl-jp::before {
    top: min(1rem, 10px);
    height: 33rem;
    max-height: 310px;
  }
}

.section__ttl-en {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-family: "Lusitana", serif;
}
@media screen and (min-width: 750px) {
  .section__ttl-en {
    padding-top: min(1rem, 10px);
    font-size: min(3.2rem, 32px);
  }
}

@media screen and (min-width: 750px) {
  .menu__ttl-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: min(8.3rem, 83px);
    margin-right: calc(50% - 50vw) !important;
    margin-bottom: min(12rem, 120px);
  }
}
@media screen and (min-width: 1580px) {
  .menu__ttl-container {
    gap: min(34rem, 340px);
  }
}

.menu__ttl {
  margin: 0 0 29.4rem 3.1rem;
}
@media screen and (min-width: 750px) {
  .menu__ttl {
    margin: 0;
  }
}

.menu__ttl-jp::before {
  height: 34rem;
}

.menu__top-pic {
  position: absolute;
  top: 33rem;
  margin-right: calc(50% - 50vw) !important;
}
@media screen and (min-width: 750px) {
  .menu__top-pic {
    position: static;
    width: 97.8rem;
    max-width: 978px;
    margin-right: auto;
  }
}

@media screen and (min-width: 750px) {
  .menu__dish:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.menu__dish:nth-last-of-type(1) {
  margin-bottom: 7rem;
}
@media screen and (min-width: 750px) {
  .menu__dish:nth-last-of-type(1) {
    margin-bottom: 14.7rem;
  }
}
.menu__dish {
  margin-bottom: 4.2rem;
}
@media screen and (min-width: 750px) {
  .menu__dish {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: min(5.5rem, 55px);
  }
}

.menu__dish-pic {
  position: relative;
  z-index: 1;
  margin-bottom: 3.8rem;
}
@media screen and (min-width: 750px) {
  .menu__dish-pic {
    margin-bottom: 0;
    width: 64.9rem;
    max-width: 649px;
  }
  .menu__dish-pic.odd {
    position: relative;
    top: auto;
    left: auto;
    width: min(50.4rem, 504px);
  }
}

@media screen and (min-width: 750px) {
  .menu__dish-box {
    position: relative;
    flex-shrink: 0;
    width: 50rem;
    max-width: 532px;
  }
  .menu__dish-box.odd {
    width: min(44.5rem, 445px);
  }
}
@media screen and (min-width: 1580px) {
  .menu__dish-box {
    left: auto;
  }
}

.menu__dish-name {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  border-bottom: 1px solid #382E25;
}
@media screen and (min-width: 750px) {
  .menu__dish-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: min(2rem, 20px);
    padding-bottom: min(0.9rem, 9px);
    padding-left: min(4.6rem, 46px);
    padding-right: min(4.6rem, 46px);
    font-size: min(2.8rem, 28px);
  }
}
.menu__dish-name .menu__dish-name__price {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5;
  text-align-last: right;
}
@media screen and (min-width: 750px) {
  .menu__dish-name .menu__dish-name__price {
    display: inline-block;
  }
}
.menu__dish-name .menu__dish-name__price span {
  font-size: 1.3rem;
}
@media screen and (min-width: 750px) {
  .menu__dish-name.odd {
    text-align: center;
  }
}

.menu__dish-name-sub {
  font-size: 1.2rem;
}

.menu__dish-introduction {
  color: #382E25;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 1.725;
}
@media screen and (min-width: 750px) {
  .menu__dish-introduction {
    padding-left: min(8.6rem, 86px);
    font-size: min(1.6rem, 16px);
  }
}
@media screen and (min-width: 750px) {
  .menu__dish-introduction.odd {
    padding-left: 0;
  }
}

.menu__list-kind {
  font-size: min(1.6rem, 16px);
  letter-spacing: 0.2em;
}
@media screen and (min-width: 750px) {
  .menu__list-kind {
    margin: 0 auto;
    width: fit-content;
  }
}

.menu__list-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.menu__list-link::after {
  content: "";
  display: block;
  width: 2.071rem;
  height: 2.541rem;
  background: url(../images/common/icon_pdf.webp) no-repeat center center/cover;
}
@media screen and (min-width: 750px) {
  .menu__list-link {
    gap: 1rem;
    font-weight: 700;
  }
}

.reserve {
  position: relative;
  background: url(../images/top/reserve/bg.webp) no-repeat center center/cover;
}
@media screen and (min-width: 750px) {
  .reserve .reserve::after {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(15px) brightness(0.77);
    -webkit-backdrop-filter: blur(15px) brightness(0.77);
    background: rgba(0, 0, 0, 0.3); /* 少し暗くする */
    width: 100%;
    height: 100%;
  }
}

.reserve__wrap {
  position: relative;
  z-index: 1;
  padding: 5rem 4.1rem 5.05rem;
}
@media screen and (min-width: 750px) {
  .reserve__wrap {
    padding: min(9.2rem, 92px) 0 min(11.8rem, 118px);
  }
}

.reserve__ttl {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .reserve__ttl {
    margin-bottom: min(4.8rem, 48px);
    font-size: min(3.1rem, 31px);
  }
}

.rserve__btn {
  margin-bottom: 2rem;
  background: rgba(255, 255, 255, 0.7843137255);
  text-align: center;
}
@media screen and (min-width: 750px) {
  .rserve__btn {
    margin: 0 auto min(2.1rem, 21px);
    width: fit-content;
    transition: 0.3s;
  }
}
@media screen and (min-width: 750px) {
  .rserve__btn:hover {
    background: #fff;
  }
}

.reserve__link {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 3.33rem;
  padding: 2.2rem 1.87rem 2.2rem 0;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (min-width: 750px) {
  .reserve__link {
    gap: 0;
    padding: min(3rem, 30px) min(4rem, 40px) min(2.8rem, 28px) min(4.8rem, 48px);
    font-size: min(1.9rem, 19px);
  }
}
@media screen and (min-width: 750px) {
  .reserve__link span {
    margin-left: 1.3rem;
    font-size: 1.6rem;
    font-weight: 400;
  }
}
.reserve__link::after {
  content: "";
  display: block;
  margin-bottom: 0.3rem;
  width: 2.3rem;
  height: 2.095rem;
  background: url(../images/common/icon_reserve.webp) no-repeat center center/cover;
}
@media screen and (min-width: 750px) {
  .reserve__link::after {
    margin-left: min(4.6rem, 46px);
    width: 2.995rem;
    max-width: 29.95px;
    height: 2.728rem;
    min-height: 27.28px;
    background: url(../images/common/icon_reserve.webp) no-repeat center center/contain;
  }
}

.reserve__txt {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.16em;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (min-width: 750px) {
  .reserve__txt {
    font-size: min(1.6rem, 16px);
  }
}

.reserve__tel {
  border-bottom: 1px solid #fff;
}
.reserve__tel::before {
  content: "";
  display: inline-block;
  margin-right: 0.2rem;
  width: 1.119rem;
  height: 1.119rem;
  background: url(../images/common/icon_tel.webp) no-repeat center center/cover;
}
@media screen and (min-width: 750px) {
  .reserve__tel::before {
    width: 1.255rem;
    height: 1.255rem;
  }
}

.hospitality__wrap {
  padding: 7.7rem 2.6rem 0;
  color: #fff;
  background: #382E25;
}
@media screen and (min-width: 750px) {
  .hospitality__wrap {
    position: relative;
    padding: min(16.3rem, 163px) 0 0;
  }
}

.hospitality__ttl {
  margin: 0 0 26.8rem 2rem;
}
@media screen and (min-width: 750px) {
  .hospitality__ttl {
    display: flex;
    justify-content: space-between;
    margin: 0 0 13rem 18rem;
  }
}
@media screen and (min-width: 1366px) {
  .hospitality__ttl {
    position: relative;
    left: 50%;
    transform: translateX(-46%);
    margin: 0;
    max-width: 1140px;
  }
}

.hospitality__ttl-jp::before {
  background: #fff;
  height: 40rem;
}

.hospitality__ttl-en {
  font-size: 3.2rem;
}

.hospitality__ttl-pic {
  position: absolute;
  z-index: -1;
  top: 75%;
  width: 100vw;
  margin: 0 calc(50% - 53vw);
}
@media screen and (min-width: 750px) {
  .hospitality__ttl-pic {
    position: static;
    width: min(70rem, 700px);
    margin: 0;
  }
}

.hospitality__ttl-pic-box {
  display: flex;
}

.hospitality__txt {
  padding-top: 3rem;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 2;
}
@media screen and (min-width: 750px) {
  .hospitality__txt {
    position: absolute;
    top: 56rem;
    left: 0;
    margin: 0 0 0 18rem;
    padding: 0;
    font-size: min(1.6rem, 16px);
    line-height: 1.6;
  }
}
@media screen and (min-width: 1366px) {
  .hospitality__txt {
    top: min(56rem, 560px);
    margin: 0;
    width: 1000px;
    left: 50%;
    transform: translateX(-51%);
  }
}

.hospitality__swiper-ttl-box {
  margin-bottom: 2rem;
}
@media screen and (min-width: 750px) {
  .hospitality__swiper-ttl-box {
    margin: 0 18rem 2.2rem;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1366px) {
  .hospitality__swiper-ttl-box {
    margin: 0 auto min(2.2rem, 22px);
    width: 1000px;
  }
}

.hospitality__swiper-ttl {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
}
.hospitality__swiper-ttl::before {
  background: #fff;
}
@media screen and (min-width: 750px) {
  .hospitality__swiper-ttl {
    font-size: min(1.6rem, 16px);
  }
}

.hospitality__swiper {
  margin: 0 calc(50% - 50vw) !important;
}

.hospitality__swiper-wrapper > .swiper-slide {
  transition: 0.5s;
  filter: brightness(40%);
}

.hospitality__swiper-wrapper > .swiper-slide-active {
  filter: brightness(100%);
}

@media screen and (min-width: 750px) {
  .hospitality__slide {
    margin: 0 1.7rem;
  }
}

.hospitality__slide-pic {
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 750px) {
  .hospitality__slide-pic {
    margin-bottom: 1.4rem;
  }
}

.hospitality__slide-name {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 750px) {
  .hospitality__slide-name {
    font-size: min(1.4rem, 14px);
  }
}

.info {
  position: relative;
  z-index: 0;
  margin-top: -1px;
  padding: 9.8rem 2.6rem 3.15rem;
  background: #382E25;
}
@media screen and (min-width: 750px) {
  .info {
    padding: 20.5rem 13.2rem 1.75rem 18rem;
  }
}

.info__wrap {
  color: #fff;
}
@media screen and (min-width: 750px) {
  .info__wrap {
    margin: 0 auto;
    max-width: 1000px;
  }
}

@media screen and (min-width: 750px) {
  .info__container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.info__ttl {
  display: flex;
  justify-content: end;
  margin-bottom: 5.7rem;
}
@media screen and (min-width: 750px) {
  .info__ttl {
    margin-bottom: 0;
  }
}

.info__ttl-jp::before {
  background: #fff;
  height: 31rem;
}

@media screen and (min-width: 750px) {
  .info__box {
    width: 83rem;
    max-width: 830px;
  }
}

.info__shop {
  margin-bottom: 2rem;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 750px) {
  .info__shop {
    margin-bottom: 2.25rem;
    font-size: min(2.1rem, 21px);
  }
}

.info__inner {
  margin-bottom: 2.95rem;
  border-bottom: 1px solid #d0cbc4;
}
@media screen and (min-width: 750px) {
  .info__inner {
    margin-bottom: min(3.15rem, 31.5px);
  }
}

.info__dl {
  display: flex;
  gap: 1rem;
  padding: 1.6rem 0.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.4;
  border-top: 1px solid #d0cbc4;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (min-width: 750px) {
  .info__dl {
    gap: min(4.3rem, 43px);
    padding: min(1.8rem, 18px) min(0.6rem, 6px);
    line-height: 2;
    font-size: min(1.4rem, 14px);
  }
}

.info__item {
  width: 6.9rem;
  font-weight: 400 !important;
}
@media screen and (min-width: 750px) {
  .info__item {
    width: 8.7rem;
    min-width: 87px;
    text-align: end;
  }
}

.info__content {
  font-weight: 400 !important;
}

.info__content-map {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: fit-content;
}
@media screen and (min-width: 750px) {
  .info__content-map {
    gap: min(0.6rem, 6px);
    cursor: pointer;
  }
}
@media screen and (min-width: 750px) {
  .info__content-map:hover .info__content-map-arrow {
    background: #CDA32D;
  }
  .info__content-map:hover .info__content-map-arrow::before {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.info__content-map .info__content-map-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50px;
  background: #fff;
  transition: 0.3s;
}
.info__content-map .info__content-map-arrow::before {
  content: "";
  display: block;
  width: 0.67rem;
  height: 0.24rem;
  border-bottom: 1px solid #382E25;
  border-right: 1px solid #382E25;
  transform: skew(45deg);
}

.info__map {
  width: 100%;
  height: 20rem;
}
@media screen and (min-width: 750px) {
  .info__map {
    height: min(40rem, 400px);
  }
}

.fadeIn {
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
}
.fadeIn.is-active {
  opacity: 1;
  visibility: visible;
}

.is-hidden {
  display: none; /* フェードアウト完了後に非表示にする */
}

.is-visible {
  opacity: 1;
  filter: blur(0); /* ぼかしがなくなる */
}

.mv__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* モーダル */
.modal__course {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  background-color: #383838;
}
@media screen and (min-width: 750px) {
  .modal__course {
    position: static;
    z-index: 10;
    display: block;
    width: 88.6rem;
    height: fit-content;
    opacity: 1;
    padding: 0;
    background-color: transparent;
    pointer-events: all;
  }
}

/* モーダルがactiveの時 */
.modal__course.is-active {
  opacity: 1;
  pointer-events: auto;
}

.modal__course .swiper-backface-hidden .swiper-slide {
  overflow-y: auto;
  height: 84vh;
}
@media screen and (min-width: 750px) {
  .modal__course .swiper-backface-hidden .swiper-slide {
    height: 100%;
  }
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .modal__inner {
    display: block;
    margin: 0;
  }
}

/* 閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 0;
  top: -26px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 20;
}

.modal__close-btn:hover {
  opacity: 0.8;
}

/* 閉じるボタンのX */
.lineClose {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  width: 3rem;
  height: 0.15rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: relative;
  transform: rotate(45deg);
}

.lineClose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

/* モーダル自体のスタイル */
.modal__course .modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  width: 86vw; /* モーダルの横幅 */
  max-width: 600px; /* モーダルの最大横幅 */
  max-height: 76vh; /* 高さを画面の90%に制限 */
  z-index: 100;
  padding: 0; /* モーダル内の余白 */
  box-sizing: border-box; /* パディング込みでサイズを計算 */
}
@media screen and (min-width: 750px) {
  .modal__course .modal__content {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    background: #faf8f5;
  }
}

/* モーダルオーバーレイが画面全体を覆うようにする */
.modal__course .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100; /* モーダルの重なり順を最前面に */
}

.swiper-prev,
.swiper-next {
  position: relative;
  display: inline-block;
  width: 1.07rem;
  height: 2.74rem;
  background: url(../images/common/arrow_swiper-r.svg) no-repeat center center/cover;
}

.swiper-prev {
  background: url(../images/common/arrow_swiper-l.svg) no-repeat center center/cover;
}

.swiper-course-button-sp {
  position: relative;
  top: -43vh;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .swiper-course-button-sp {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .swiper-course-button {
    position: absolute;
    bottom: 0;
    right: -7%;
    display: block;
  }
}

.course__prev {
  position: relative;
  right: 2rem;
}
@media screen and (min-width: 750px) {
  .course__prev {
    right: 0;
  }
}
@media screen and (min-width: 750px) {
  .course__prev::before {
    mask: url(../images/common/arrow-l.svg) no-repeat center center/cover;
  }
}

.course__next {
  position: relative;
  left: 2rem;
}
@media screen and (min-width: 750px) {
  .course__next {
    top: -1rem;
    left: 0;
  }
}

.swiper-mv-pagination {
  width: fit-content !important;
  position: absolute; /* 絶対配置 */
  bottom: 3% !important; /* スライダーの下からの距離 */
  left: 6% !important; /* 左端を50%に設定して中央に配置 */
  display: flex !important;
  flex-direction: column !important;
  transform: translateX(-50%); /* 自身の幅の半分だけ左に移動 */
  z-index: 150; /* スライドの上に表示する */
}
.swiper-mv-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
  height: auto;
}
@media screen and (min-width: 750px) {
  .swiper-mv-pagination {
    top: 40% !important;
    left: 97% !important;
  }
}

.swiper-mv-pagination span {
  background: none; /* 背景色 */
  padding: 7px 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  width: fit-content;
  white-space: nowrap;
  color: #ffffff; /* テキストカラー */
  font-size: 14px; /* フォントサイズ */
  cursor: pointer; /* カーソルをポインタに */
  transition: background 0.3s; /* ホバー時のトランジション */
}
@media screen and (min-width: 750px) {
  .swiper-mv-pagination span {
    padding: 14px 0;
    font-size: 17px;
  }
}

.grecaptcha-badge {
  bottom: 7rem !important;
}
@media screen and (min-width: 750px) {
  .grecaptcha-badge {
    bottom: 90px !important;
  }
}