@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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) */
/* ============================================ */
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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px;
}
@media (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 11.6279069767px);
  }
}

body {
  font-family: "Zen Old Mincho", serif, serif;
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  color: #333333;
}

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

h1,
h2,
h3,
a,
p {
  letter-spacing: 0.16em;
  line-height: 1;
}

a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

p {
  line-height: 1.8;
}

.main {
  position: relative;
  min-height: 100vh;
}
.inner128 {
  max-width: 132rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner128 {
    padding: 0 2rem;
  }
}

.section-title {
  font-family: noto serif jp;
  font-size: 6rem;
  font-weight: 900;
  position: relative;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 4rem;
  }
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 12rem;
  background: url(../images/bg-about.webp) #fff no-repeat center center/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (max-width: 767px) {
  .l-header {
    height: 8rem;
  }
}

.l-header-wrap {
  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;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 2rem;
}

.l-header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header-logo img {
  width: 21rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .l-header-logo img {
    width: 15rem;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.l-header-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.l-header-contents__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 2rem;
}

.l-header-contents__left--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  padding-right: 2rem;
  gap: 1rem;
  text-decoration: none;
  color: #fff;
}
.l-header-contents__left--tel .icon img {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header-contents__left--tel .text {
  font-size: 3rem;
  font-weight: 700;
}

.l-nav__content {
  display: block;
}

.l-header-nav .l-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-header-nav .l-header-nav__list--li .l-nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
}
.l-header-nav .l-header-nav__list--li .l-nav__btn .en {
  font-size: 2rem;
  color: #885425;
}

.l-header-contents__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.outline-contact-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: 34rem;
  height: 10rem;
  padding: 2rem 0;
  background: #885425;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.outline-contact-button:hover {
  opacity: 0.6;
}

.outline-contact-button__icon img {
  width: 2.9rem;
  height: 2.9rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.outline-contact-button__text {
  font-size: 3rem;
}

.l-header-nav__list--item--icon01 {
  width: 2.8rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header-nav__list--item--icon02 {
  width: 10.5rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#l-nav__open.u-sp {
  display: none;
  -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: 1.5rem;
  cursor: pointer;
  z-index: 1001;
  background: #000;
  width: 5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem;
  padding: 1rem;
}
#l-nav__open.u-sp .hamburger-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 3.5rem;
  height: 3rem;
}
#l-nav__open.u-sp .hamburger-lines span {
  width: 100%;
  height: 0.3rem;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.2rem;
}
#l-nav__open.u-sp .hamburger-text {
  font-size: 1.1rem;
  font-weight: 700;
  color: #e06d2f;
  text-transform: uppercase;
  letter-spacing: 0em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#l-nav__open.u-sp.active .hamburger-lines span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(0.95rem, 0.95rem);
          transform: rotate(45deg) translate(0.95rem, 0.95rem);
}
#l-nav__open.u-sp.active .hamburger-lines span:nth-child(2) {
  opacity: 0;
}
#l-nav__open.u-sp.active .hamburger-lines span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(0.95rem, -0.95rem);
          transform: rotate(-45deg) translate(0.95rem, -0.95rem);
}
#l-nav__open.u-sp.active .hamburger-text {
  opacity: 0;
}

.l-header-sp-menu {
  display: none;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-about.webp) #fff no-repeat center center/cover;
  z-index: 1000;
}
.l-header-sp-menu.active {
  display: block;
}

.l-header-sp-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 8rem 2rem 2rem;
}
@media (max-width: 767px) {
  .l-header-sp-nav {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
    padding: 2rem;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 1rem;
  }
}
@media (max-width: 767px) {
  .l-header-sp-nav .l-header-sp-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }
}
.l-header-sp-nav .l-header-sp-nav__list--li .l-header-sp-nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 1rem;
  text-decoration: none;
  color: #885425;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header-sp-nav .l-header-sp-nav__list--li .l-header-sp-nav__btn:hover {
  opacity: 0.6;
}
.l-header-sp-nav .l-header-sp-nav__list--li .l-header-sp-nav__btn .en {
  font-size: 2rem;
  color: #885425;
  font-weight: 600;
}
.l-header-sp-nav .l-header-sp-nav__list--li .l-header-sp-nav__btn .ja {
  font-size: 2.4rem;
  font-weight: 700;
}
.l-header-sp-nav .l-header-sp-nav__list--li .l-header-sp-nav__btn.l-header-sp-nav__btn--tel {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5rem;
}
.l-header-sp-nav .l-header-sp-nav__list--li .l-header-sp-nav__btn.l-header-sp-nav__btn--tel .icon img {
  width: 3rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header-sp-nav .l-header-sp-nav__list--li .l-header-sp-nav__btn.l-header-sp-nav__btn--tel .text {
  font-size: 2.4rem;
  font-weight: 700;
}
.l-header-sp-nav .l-header-sp-nav__list--li .l-header-sp-nav__btn.l-header-sp-nav__btn--contact {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5rem;
  background: #e06d2f;
  padding: 2rem 3rem;
  border-radius: 0.5rem;
  border-bottom: 0.5rem solid #af5220;
}
.l-header-sp-nav .l-header-sp-nav__list--li .l-header-sp-nav__btn.l-header-sp-nav__btn--contact .icon img {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header-sp-nav .l-header-sp-nav__list--li .l-header-sp-nav__btn.l-header-sp-nav__btn--contact .text {
  font-size: 2rem;
  font-weight: 600;
}

.sp-header-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .l-header-contents.u-pc {
    display: none;
  }
}

.l-footer {
  background: url(../images/bg-footer.webp) no-repeat center center/contain;
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .l-footer {
    background: url(../images/bg-footer__sp.webp) no-repeat center top/contain;
    padding-top: 0;
  }
}

.l-footer__logo {
  width: 23rem;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 15rem;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    padding-top: 3rem;
  }
}

.footer-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  text-decoration: none;
  color: #fff;
  font-size: 3rem;
  background: #885425;
  padding: 3rem 2rem;
  width: 34rem;
  height: auto;
  letter-spacing: 0.02em;
  margin: 6rem auto 5rem;
}
@media (max-width: 767px) {
  .footer-tel {
    width: 26.5rem;
    font-size: 2.4rem;
  }
}

.footer-tel__icon {
  width: 3rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .footer-nav__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-nav__list--item {
  color: #885425;
}
@media (max-width: 767px) {
  .footer-nav__list--item {
    min-width: 4rem;
  }
}

.footer-links {
  margin-top: 3rem;
}

.footer-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3rem;
}

.footer-links__list--item01 {
  width: 3rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-links__list--item02 {
  width: 12rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer-copyright {
  padding: 2rem 0;
  background: #fff;
}

.l-footer-copyright__text {
  color: #885425;
  text-align: center;
}

.mv {
  margin-top: 12rem;
  padding-top: 9rem;
  width: 100%;
  background: url(../images/bg-about.webp) no-repeat center center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .mv {
    margin-top: 8rem;
    padding-top: 5rem;
  }
}

.mv-swiper {
  width: 88%;
  height: 100%;
  margin-left: 0 !important;
  margin-right: auto;
}
@media (max-width: 767px) {
  .mv-swiper {
    width: 93%;
  }
}

.mv-content {
  font-size: 3.6rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  top: 5rem;
  right: 25rem;
  line-height: 1.6;
  position: absolute;
  z-index: 1;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .mv-content {
    font-size: 3.2rem;
    top: 1.6rem;
    right: 3rem;
  }
}
.mv-content span {
  color: #000;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}

.about {
  padding-top: 13.5rem;
  background: url(../images/bg-about.webp) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .about {
    padding-top: 5rem;
  }
}

.about-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .about-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-flex__head .about-flex__left {
  width: 39%;
}
@media (max-width: 767px) {
  .about-flex__head .about-flex__left {
    width: 100%;
  }
}
.about-flex__head .vertical-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 3.6rem;
  padding-top: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about-flex__head .vertical-text {
    font-size: 2.4rem;
    padding-top: 1.6rem;
    line-height: 1.2;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-inline: auto;
  }
}
.about-flex__head .vertical-text span {
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
}
.about-flex__head .about-flex__right {
  width: 61%;
}
@media (max-width: 767px) {
  .about-flex__head .about-flex__right {
    width: 34rem;
    margin: 3rem 0 0 auto;
  }
}
.about-flex__head .about-flex__right--img {
  width: 100%;
  aspect-ratio: 878/575;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .about-flex__head .about-flex__right--img {
    aspect-ratio: 340/227;
  }
}
.about-flex__head .about-flex__right--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-flex__bottom {
  margin-top: 10rem;
  padding-bottom: 13rem;
  gap: 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .about-flex__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 2rem;
  }
}
.about-flex__bottom::before {
  content: "";
  position: absolute;
  bottom: 12rem;
  right: 9rem;
  width: 33rem;
  height: 33.2rem;
  background: url(../images/bg-img01.webp) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .about-flex__bottom::before {
    width: 15.5rem;
    height: 14.8rem;
    bottom: 3rem;
    right: 0;
  }
}
.about-flex__bottom .about-flex__left {
  width: 48.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .about-flex__bottom .about-flex__left {
    width: 100%;
  }
}

.about-flex__left--img {
  width: 100%;
  height: 100%;
  aspect-ratio: 700/465;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .about-flex__left--img {
    width: 34rem;
    aspect-ratio: 340/227;
  }
}

.about-flex__right--text {
  padding-top: 2rem;
  padding-right: 8rem;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .about-flex__right--text {
    padding: 0 2rem;
    font-size: 1.6rem;
    line-height: 2;
  }
}

.concept {
  background: url(../images/bg-concept.webp) no-repeat center center/cover;
}

.banner {
  position: relative;
  margin: 0 auto;
  width: 63rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .banner {
    width: 100%;
  }
}

.banner-img {
  width: 100%;
  height: 100%;
}

.banner-textarea {
  position: absolute;
  top: 1.5rem;
  left: 4rem;
  width: 40%;
  height: 100%;
}
@media (max-width: 767px) {
  .banner-textarea {
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 0 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.banner-text {
  font-size: 2rem;
  line-height: 2;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .banner-text {
    text-align: center;
    letter-spacing: 0.02em;
  }
}

.banner-icon {
  width: 4.8rem;
  margin: 0 auto;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .banner-icon {
    width: 3.2rem;
    margin: 0 auto;
    padding-top: 1rem;
  }
}

@media (max-width: 767px) {
  .concept {
    padding-bottom: 5.5rem;
  }
}

.concept-contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7rem;
  margin-top: 10rem;
  position: relative;
}
@media (max-width: 767px) {
  .concept-contents {
    margin-top: 5.5rem;
    gap: 3rem;
  }
}

.concept-flex__image {
  width: 61.5rem;
  height: 41rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media (max-width: 767px) {
  .concept-flex__image {
    width: 28rem;
    height: auto;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
  }
}
.concept-flex__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-1.5rem, -2rem);
          transform: translate(-1.5rem, -2rem);
  width: 95%;
  height: 95%;
  border: 1px solid #885425;
}
@media (max-width: 767px) {
  .concept-flex__image::before {
    width: 95%;
    height: 95%;
    -webkit-transform: translate(-0.5rem, -0.5rem);
            transform: translate(-0.5rem, -0.5rem);
  }
}

.concept-title {
  font-size: 6.4rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  color: #885425;
  position: absolute;
  top: -9rem;
  left: 3.6rem;
  letter-spacing: 0.04em;
  z-index: 1;
}
@media (max-width: 767px) {
  .concept-title {
    font-size: 3.6rem;
    position: static;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: upright;
    text-align: center;
  }
}

.concept-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .concept-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.concept-flex__textarea--title {
  font-size: 3.2rem;
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 767px) {
  .concept-flex__textarea--title {
    font-size: 2.2rem;
    line-height: 2;
    letter-spacing: 0;
    text-align: center;
  }
}
.concept-flex__textarea--title span {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .concept-flex__textarea--title span {
    font-size: 3.6rem;
  }
}

.concept-flex__textarea--text {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .concept-flex__textarea--text {
    font-size: 1.6rem;
  }
}

.concept-flex__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .concept-flex__reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.concept-flex__reverse .concept-flex__image {
  width: 61.5rem;
  height: 41rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media (max-width: 767px) {
  .concept-flex__reverse .concept-flex__image {
    width: 28rem;
    height: auto;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.concept-flex__reverse .concept-flex__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(2rem, 2rem);
          transform: translate(2rem, 2rem);
  width: 95%;
  height: 95%;
  border: 1px solid #885425;
}
@media (max-width: 767px) {
  .concept-flex__reverse .concept-flex__image::before {
    width: 98%;
    height: 98%;
    -webkit-transform: translate(0.5rem, 0.5rem);
            transform: translate(0.5rem, 0.5rem);
  }
}

.menu {
  padding: 11rem 0 13rem;
}
@media (max-width: 767px) {
  .menu {
    padding-top: 0;
  }
}

.recomend-menu {
  background: url(../images/bg-menu.webp) no-repeat center center/cover;
  padding-bottom: 13rem;
}
@media (max-width: 767px) {
  .recomend-menu {
    background: url(../images/bg-menu__sp.webp) no-repeat center center/cover;
    padding-bottom: 5.5rem;
  }
}

.recomend-menu__title {
  font-size: 4.8rem;
  line-height: 2;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .recomend-menu__title {
    font-size: 2.4rem;
    padding: 4rem 0;
  }
}

.recomend-menu__contents {
  width: 65%;
  border: 2px solid #fff;
  margin: 0 auto;
  position: relative;
  padding: 6.5rem 13rem;
}
@media (max-width: 767px) {
  .recomend-menu__contents {
    width: 92.5%;
    padding: 4rem 2rem;
  }
}
.recomend-menu__contents::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 98%;
  height: 98%;
  border: 1px solid #fff;
}

.recomend-menu__vertical-title {
  font-size: 4rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  padding: 1rem;
  text-align: center;
  background: #fff;
  position: absolute;
  left: 10rem;
  top: -5rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .recomend-menu__vertical-title {
    font-size: 2rem;
    left: 3rem;
    top: -2rem;
  }
}

.recomend-menu__text {
  font-family: "Square Peg", cursive;
  position: absolute;
  bottom: -1rem;
  right: 1rem;
  font-size: 12.8rem;
  color: #885425;
  line-height: 1;
  letter-spacing: 0.02em;
  z-index: 3;
}
@media (max-width: 767px) {
  .recomend-menu__text {
    font-size: 6.4rem;
  }
}

.recomend-menu__image {
  position: relative;
  z-index: 1;
}
.recomend-menu__image::before {
  content: "";
  position: absolute;
  top: -2rem;
  right: -3rem;
  width: 7rem;
  height: 8rem;
  background: url(../images/icon-recomend.webp) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .recomend-menu__image::before {
    width: 4.2rem;
    height: 4.7rem;
    top: -1rem;
    right: -1rem;
  }
}

.menu-head {
  padding: 8rem 0;
  background: url(../images/bg-menu02.webp) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .menu-head {
    background: url(../images/bg-menu02__sp.webp) no-repeat center center/cover;
    padding: 7rem 1.3rem;
  }
}

.menu-head__title {
  font-size: 6.4rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .menu-head__title {
    font-size: 4rem;
  }
}

.menu-head__text {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .menu-head__text {
    font-size: 1.6rem;
    padding-top: 1rem;
    text-align: left;
    letter-spacing: 0;
  }
}

.menu__item {
  width: 100%;
}

.menu-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 2rem;
  padding: 2rem 0;
  background: url(../images/bg-menu-title.webp) no-repeat center center/cover;
}

.menu-category__title--en {
  font-size: 6.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .menu-category__title--en {
    font-size: 4rem;
  }
}

.menu-category__title--ja {
  font-size: 2.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .menu-category__title--ja {
    font-size: 2rem;
  }
}

.menu__contents {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}

.menu-category {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1.6rem 5rem 1.6rem 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 1rem;
  background: url(../images/bg-menu-title.webp) no-repeat center center/cover;
}

.menu-contents {
  height: 0;
  overflow: hidden;
  /* paddingを上下0に固定し、開いた時は中の要素に持たせるのが計算のコツ */
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 全てを縦並びに強制 */
  gap: 0;
  -webkit-transition: height 0.4s ease, opacity 0.3s ease;
  transition: height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-contents.is-open {
  opacity: 1;
  /* 上下の大きな余白は、is-open時のpaddingではなく、
     中の要素のmarginやpaddingで制御すると高さ計算が安定します */
}

.menu-contents__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 767px) {
  .menu-contents__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}
.menu-contents__item:first-child {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .menu-contents__item:first-child {
    margin-top: 5rem;
  }
}
.menu-contents__item:last-child {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .menu-contents__item:last-child {
    margin-bottom: 5rem;
  }
}

.menu-contents__course {
  gap: 8rem;
}

.menu-contents__textarea {
  padding-top: 2rem;
}

.menu-contents__item--title {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .menu-contents__item--title {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.menu-contents__item--title span {
  font-size: 3.6rem;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .menu-contents__item--title span {
    font-size: 2.8rem;
  }
}

td {
  padding: 1rem 0;
  line-height: 2;
}
@media (max-width: 767px) {
  td {
    display: block;
    line-height: 1.2;
  }
}

.menu-contents__table--title {
  min-width: 14rem;
}
@media (max-width: 767px) {
  .menu-contents__table--title {
    font-weight: 700;
    padding-bottom: 0;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .menu-contents__table--text {
    padding-top: 0.5rem;
    font-size: 1.4rem;
  }
}

.menu-contents__imagearea {
  width: 70rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media (max-width: 767px) {
  .menu-contents__imagearea {
    width: 100%;
  }
}

.menu-contents__image--text {
  font-size: 4.8rem;
  text-align: center;
  color: #fff;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  top: -5rem;
  right: 2rem;
  z-index: 1;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .menu-contents__image--text {
    font-size: 4rem;
  }
}
.menu-contents__image--text span {
  color: #000;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.menu-contents__item--lunch {
  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;
  margin: 8rem auto 5rem;
  position: relative;
  z-index: 1;
  font-size: 3.2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .menu-contents__item--lunch {
    font-size: 2rem;
    margin: 4rem auto 2rem;
  }
}
.menu-contents__item--lunch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40rem;
  height: 21.5rem;
  background: url(../images/bg-img02.webp) no-repeat center center/cover;
  z-index: -1;
}
@media (max-width: 767px) {
  .menu-contents__item--lunch::before {
    width: 24rem;
    height: 13rem;
  }
}
.menu-contents__item--lunch .menu-contents__item--lunch--text {
  margin-left: 8rem;
}
@media (max-width: 767px) {
  .menu-contents__item--lunch .menu-contents__item--lunch--text {
    margin-left: 0;
    text-align: center;
  }
}

.menu-contents__table--food {
  width: 53rem;
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .menu-contents__table--food {
    margin: 2rem auto 0;
    width: 100%;
  }
  .menu-contents__table--food tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem 2rem;
  }
}

.menu-contents__item--food {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .menu-contents__item--food {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.menu-contents__imagearea--food {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 4rem;
  width: 52rem;
}
@media (max-width: 767px) {
  .menu-contents__imagearea--food {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.menu-contents__imagearea--food .menu-contents__image {
  width: 52rem;
  height: auto;
}
@media (max-width: 767px) {
  .menu-contents__imagearea--food .menu-contents__image {
    width: 100%;
  }
}

.menu-contents__food {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .menu-contents__food {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.menu-contents__food .menu-contents__item--title {
  padding-top: 2rem;
}
.menu-contents__food .menu-contents__table {
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
}
.menu-contents__food .menu-contents__table--title {
  text-align: left;
}
@media (max-width: 767px) {
  .menu-contents__food .menu-contents__table--title {
    padding: 0;
  }
}
.menu-contents__food .menu-contents__table--text {
  text-align: right;
}
@media (max-width: 767px) {
  .menu-contents__food .menu-contents__table--text {
    padding: 0;
  }
}

.menu-contents__food--flex--item {
  width: 52rem;
}
@media (max-width: 767px) {
  .menu-contents__food--flex--item {
    width: 100%;
  }
  .menu-contents__food--flex--item tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem 2rem;
  }
}

.food-category__title {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .food-category__title {
    line-height: 1.2;
  }
}
.food-category__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
}
.food-category__title01::before {
  background: url(../images/bg-img03.webp) no-repeat center center/contain;
}
.food-category__title02::before {
  background: url(../images/bg-img04.webp) no-repeat center center/contain;
}
.food-category__title03::before {
  background: url(../images/bg-img05.webp) no-repeat center center/contain;
}
.food-category__title04::before {
  background: url(../images/bg-img06.webp) no-repeat center center/contain;
}
.food-category__title05::before {
  background: url(../images/bg-img07.webp) no-repeat center center/contain;
}
.food-category__title06::before {
  background: url(../images/bg-img06.webp) no-repeat center center/contain;
}
.food-category__title07::before {
  background: url(../images/bg-img07.webp) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .menu-contents__item--head-text {
    font-size: 1.6rem;
  }
}

.food-flex__table {
  width: 100%;
}

.food-flex__table--title {
  text-align: left;
}
@media (max-width: 767px) {
  .food-flex__table--title {
    font-size: 1.6rem;
  }
}

.food-flex__table--text {
  text-align: right;
}
@media (max-width: 767px) {
  .food-flex__table--text {
    font-size: 1.4rem;
  }
}

.menu-contents__food--season .menu-contents__item {
  gap: 8rem;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .menu-contents__food--season .menu-contents__item {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .menu-contents__food--season .menu-contents__item--title {
    padding-top: 0;
    font-size: 2rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .menu-contents__food--season .menu-contents__item--head-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .menu-contents__food--season .menu-contents__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem 2rem;
  }
}
.menu-contents__food--season .menu-contents__imagearea {
  width: 52rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .menu-contents__food--season .menu-contents__imagearea {
    width: 80%;
    margin: 0 auto;
  }
}
.menu-contents__food--season .menu-contents__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-contents__food--other {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0 !important;
}

.menu-contents__drink {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .menu-contents__drink {
    margin-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.menu-contents__item-center {
  width: 80rem;
  margin: 9rem auto 0;
}
@media (max-width: 767px) {
  .menu-contents__item-center {
    width: 100%;
    margin: 0 auto;
  }
  .menu-contents__item-center tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem;
  }
}

@media (max-width: 767px) {
  .food-flex__table--title {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .food-flex__table--text {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.menu-note {
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .menu-note {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

.drink-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .drink-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.drink-grid2 {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 1rem;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .drink-grid__item {
    font-size: 1.6rem;
  }
}

.gallery {
  width: 100%;
  background: url(../images/bg-menu.webp) no-repeat center center/cover;
}

.gallery__title {
  font-size: 6.4rem;
  text-align: center;
  color: #fff;
  padding: 7rem 0 5rem;
}
@media (max-width: 767px) {
  .gallery__title {
    font-size: 3.6rem;
    padding: 5rem 0 4rem;
  }
}

.gallery-contents {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 1rem;
  padding: 0 7.5rem 15rem;
}
@media (max-width: 767px) {
  .gallery-contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    padding: 0 1rem 5rem;
  }
}

.gallery-contents__item {
  width: 31.3rem;
  height: auto;
}
@media (max-width: 767px) {
  .gallery-contents__item {
    width: 16.6rem;
    margin: 0 auto;
  }
}
.gallery-contents__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 既存のgallery-contents内のアイテム */
.gallery-contents__item {
  cursor: pointer; /* クリックできることを示す */
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.gallery-contents__item:hover {
  opacity: 0.8;
}

/* モーダル背景 */
.modal {
  display: none; /* 初期状態は非表示 */
  position: fixed;
  z-index: 9999; /* 最前面に */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9); /* 黒背景 */
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); /* 背景をぼかすとおしゃれです */
}

/* モーダル画像 */
.modal__content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1000px;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain; /* アスペクト比を維持 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: zoom 0.3s ease;
          animation: zoom 0.3s ease;
}

/* 閉じるボタン */
.modal__close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  cursor: pointer;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@keyframes zoom {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.information {
  background: url(../images/bg-fv.webp) no-repeat center center/cover;
  padding: 10rem 15rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .information {
    padding: 2rem;
  }
}

.information-contents {
  border: 2px solid #885425;
  position: relative;
  z-index: 0;
  padding: 9rem 0;
}
@media (max-width: 767px) {
  .information-contents {
    padding: 3rem 0;
  }
}
.information-contents::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 98%;
  height: 99%;
  border: 1px solid #885425;
  z-index: -1;
}

.information-logo {
  width: 23rem;
  height: auto;
  margin: 9rem auto 0;
}
@media (max-width: 767px) {
  .information-logo {
    margin: 0 auto;
    width: 15rem;
  }
}

.information-table {
  width: 76rem;
  margin: 3rem auto;
}
@media (max-width: 767px) {
  .information-table {
    width: 30rem;
    margin: 1rem auto;
    font-size: 1.6rem;
  }
}

.information-table__item {
  border-bottom: 1px solid #885425;
}

.information-table__item--title {
  width: 30%;
}
@media (max-width: 767px) {
  .information-table__item--title {
    width: 100%;
    padding: 1rem 1rem 0.5rem;
  }
}

@media (max-width: 767px) {
  .information-table__item--text {
    width: 100%;
    padding: 0.5rem 1rem 1rem;
  }
}

.google-map {
  max-width: 76rem;
  height: 38rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .google-map {
    width: 30rem;
    height: 15rem;
    margin: 0 auto;
    margin: 2rem auto;
  }
}

.c-page-top {
  width: 7.23rem;
  height: 7.23rem;
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  z-index: 100;
}
@media (max-width: 767px) {
  .c-page-top {
    width: 5rem;
    height: 5rem;
    bottom: 12rem;
    right: 2rem;
  }
}

.page-top {
  background: #a9a5a4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-sp-fix-button-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 100;
  background: url(../images/bg-menu-title__sp.webp) #eee no-repeat center center/contain;
  /* 追加: aタグを中央に寄せる */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  /* 共通設定: figureのデフォルト余白をリセット */
  /* 各ボタンの共通スタイル */
  /* アイコンごとのサイズ微調整 */
}
.c-sp-fix-button-area figure {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-sp-fix-button-area .sp-instagram-button,
.c-sp-fix-button-area .sp-tabelog-button,
.c-sp-fix-button-area .sp-tel-button {
  width: 9.1rem;
  height: 6.6rem;
  background: #fff;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none; /* 下線を消す */
}
.c-sp-fix-button-area .sp-instagram-button__icon {
  width: 4.5rem; /* 少し大きく調整 */
  height: 4.5rem;
}
.c-sp-fix-button-area .sp-tabelog-button__icon {
  width: 7rem; /* 食べログは横長な場合が多いので幅を広めに */
  height: auto;
}
.c-sp-fix-button-area .sp-tel-button__icon {
  width: 5rem;
  height: 5rem;
}
.c-sp-fix-button-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-flex__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .u-flex__reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}