/*! 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;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 13.3333333333px);
  }
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}

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

.main {
  position: relative;
  min-height: 100vh;
}

h1,
h2,
h3,
a,
p {
  line-height: 1;
}

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

p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.inner100 {
  width: 104rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.inner128 {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.page-fv {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1440/478 !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-fv {
    aspect-ratio: 375/522 !important;
  }
}

.fv-imagearea {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.page-fv-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.page-fv-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .page-title {
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.page-title .page-title__en {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #fff;
}
@media (max-width: 767px) {
  .page-title .page-title__en {
    font-size: 1.6rem;
  }
}
.page-title .page-title__ja {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .page-title .page-title__ja {
    font-size: 2.4rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 9900;
  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;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  color: #fff;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.l-header.is-active {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #333;
}
@media (max-width: 767px) {
  .l-header {
    width: 100%;
    height: 10rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2rem;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    color: #fff;
    -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
  }
  .l-header.is-active {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #333;
  }
}
.l-header .l-header__wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .l-header .l-header__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    gap: 0;
  }
}

.l-header .nav__text {
  color: inherit;
}

.l-header-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Sue Ellen Francisco", cursive;
  font-size: 4rem;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin-left: 5rem;
}
@media (max-width: 767px) {
  .l-header-title {
    font-size: 3.2rem;
    margin-left: 0;
  }
}

#l-nav__content {
  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;
  margin-top: 0;
}
@media (max-width: 767px) {
  #l-nav__content {
    display: none;
  }
}

.l-nav__content--items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10rem;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-nav__content--item {
  text-align: center;
}
.l-nav__content--item:last-child {
  margin-right: 10rem;
}
.l-nav__content--item .l-nav__text--en,
.l-nav__content--item .l-nav__text--ja {
  display: block;
}
.l-nav__content--item .l-nav__text--en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
}
.l-nav__content--item .l-nav__text--ja {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  margin-top: 1rem;
}

.hamburger {
  width: 46px;
  height: 46px;
  position: relative;
  z-index: 9999;
  padding: 0;
  background: #3F1D09;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.l-header__tel {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  border: 2px solid #fff;
  width: 33rem;
  height: 7rem;
  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;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-right: 10rem;
}

.l-header.is-active .l-header__tel {
  border: 2px solid #333;
  color: #333;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger span:nth-child(1) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(50% - 8px);
}

.hamburger span:nth-child(2) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
}

.hamburger span:nth-child(3) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(50% + 8px);
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

.hamburger.open span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
  bottom: initial;
}

.sp-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/bg-footer.webp") no-repeat center center/cover;
  z-index: 9990;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.sp-menu.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.sp-menu__scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
  width: 100%;
}

.sp-menu__wrap {
  padding: 8rem 4rem;
  min-height: 100vh;
  position: relative;
}

.sp-menu__link {
  padding: 2rem 1rem;
  display: block;
  text-align: center;
  letter-spacing: 0.08rem;
  color: #333;
}

.l-nav__text--en {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
}

.l-nav__text--ja {
  font-size: 1.4rem;
  margin-top: 1rem;
  display: block;
}

.l-footer {
  background: url(../img/bg-footer.webp) no-repeat center center/cover;
}
.l-footer .google-map {
  width: 100%;
  height: 57rem;
}
@media (max-width: 767px) {
  .l-footer .google-map {
    height: 35rem;
  }
}
.l-footer .google-map iframe {
  width: 100%;
  height: 100%;
}
.l-footer .l-footer__contents {
  width: 142rem;
  margin: 0 auto;
  padding: 15rem 0 18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .l-footer .l-footer__contents {
    padding: 5rem 2rem 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 4rem;
  }
}
.l-footer .l-footer__contents--outline {
  padding: 3rem 9rem;
  border-right: 1px solid #333;
}
@media (max-width: 767px) {
  .l-footer .l-footer__contents--outline {
    padding: 0;
    border-right: none;
    display: contents;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer__contents--outline .l-footer__outline-body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-footer .l-footer__title {
  font-size: 4rem;
  font-family: "Sue Ellen Francisco", cursive;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.l-footer .l-footer__address {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.l-footer .l-copyright {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .l-footer .l-copyright {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 0;
    text-align: center;
  }
}
.l-footer .l-footer__sitemap {
  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;
  border-right: 1px solid #333;
  padding: 1rem 8rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__sitemap {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    border-right: none;
    padding: 0;
    gap: 2rem;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
}
.l-footer .l-footer__sitemap--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__sitemap--item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    text-align: left;
  }
}
.l-footer .l-footer__sitemap--en {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.l-footer .l-footer__time {
  padding: 1rem 3rem;
  border-right: 1px solid #333;
}
@media (max-width: 767px) {
  .l-footer .l-footer__time {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-right: none;
    padding: 0;
    width: 80%;
    margin: 0 auto;
  }
}
.l-footer .l-footer__time--title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer .l-footer__time--title {
    border-bottom: 1px solid #333;
    padding-bottom: 1rem;
  }
}
.l-footer .l-footer__time--text {
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__time--text {
    margin-top: 1rem;
  }
}
.l-footer .l-footer__contact {
  padding: 1rem 4rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer__contact {
    width: 80%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
    padding: 0;
  }
}
.l-footer .l-footer__contact--title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer .l-footer__contact--title {
    padding-bottom: 1rem;
    border-bottom: 1px solid #333;
  }
}
.l-footer .l-footer__contact--text {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-family: "Montserrat", sans-serif;
  margin-top: 3rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .l-footer .l-footer__contact--text {
    margin-top: 1rem;
  }
}

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

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

.u-size24 {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .u-size24 {
    font-size: 2rem;
  }
}

.u-size26 {
  font-size: 2.6rem;
}

.u-size28 {
  font-size: 2.8rem;
}

.u-size30 {
  font-size: 3rem;
}

.u-size32 {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .u-size32 {
    font-size: 2.4rem;
  }
}

.u-size34 {
  font-size: 3.4rem;
}

.u-size36 {
  font-size: 3.6rem;
}

.u-size38 {
  font-size: 3.8rem;
}

.u-size40 {
  font-size: 4rem;
}

.u-size42 {
  font-size: 4.2rem;
}

.u-size44 {
  font-size: 4.4rem;
}

.u-size46 {
  font-size: 4.6rem;
}

.u-size48 {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .u-size48 {
    font-size: 3.2rem;
  }
}

.u-size50 {
  font-size: 5rem;
}

.u-size52 {
  font-size: 5.2rem;
}

.u-size54 {
  font-size: 5.4rem;
}

.u-size56 {
  font-size: 5.6rem;
}

.u-size58 {
  font-size: 5.8rem;
}

.u-size60 {
  font-size: 6rem;
}

.u-bg-none {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.u-mt20 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .u-mt20 {
    margin-top: 1rem !important;
  }
}

.u-mt30 {
  margin-top: 3rem !important;
}
@media (max-width: 767px) {
  .u-mt30 {
    margin-top: 1.5rem !important;
  }
}

.u-mt40 {
  margin-top: 4rem !important;
}
@media (max-width: 767px) {
  .u-mt40 {
    margin-top: 2rem !important;
  }
}

.u-mt50 {
  margin-top: 5rem !important;
}
@media (max-width: 767px) {
  .u-mt50 {
    margin-top: 2.5rem !important;
  }
}

.u-mt60 {
  margin-top: 6rem !important;
}
@media (max-width: 767px) {
  .u-mt60 {
    margin-top: 2rem !important;
  }
}

.u-mt80 {
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 4rem !important;
  }
}

.u-mt100 {
  margin-top: 10rem !important;
}
@media (max-width: 767px) {
  .u-mt100 {
    margin-top: 5rem !important;
  }
}

.u-mt120 {
  margin-top: 12rem !important;
}
@media (max-width: 767px) {
  .u-mt120 {
    margin-top: 6rem !important;
  }
}

.u-mt140 {
  margin-top: 14rem !important;
}
@media (max-width: 767px) {
  .u-mt140 {
    margin-top: 7rem !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb20 {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 1rem !important;
  }
}

.u-mb40 {
  margin-bottom: 4rem !important;
}
@media (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 2rem !important;
  }
}

.u-mb60 {
  margin-bottom: 6rem !important;
}
@media (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 3rem !important;
  }
}

.u-mb80 {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .u-mb80 {
    margin-bottom: 4rem !important;
  }
}

.u-mb100 {
  margin-bottom: 10rem !important;
}
@media (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 5rem !important;
  }
}

.u-flex {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 112rem;
}
@media (max-width: 767px) {
  .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
}

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

.u-flex,
.u-flex-reverse {
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .u-flex,
  .u-flex-reverse {
    margin: 2rem auto 0;
  }
}

.fv {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  aspect-ratio: 1440/698;
  background: transparent;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fv {
    aspect-ratio: 375/665;
  }
}
.fv .fv-swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.fv .fv-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.fv .fv-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .fv-catch-area {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 17%;
  z-index: 2;
  color: #fff;
}
@media (max-width: 767px) {
  .fv .fv-catch-area {
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.fv .fv-catch__text--en {
  font-family: "Shalimar", cursive;
  font-size: 3.2rem;
  letter-spacing: 0.07em;
  line-height: 2;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .fv .fv-catch__text--en {
    font-size: 2.4rem;
    white-space: nowrap;
  }
}
.fv .fv-catch__text--ja {
  color: #fff;
  font-size: 3.2rem;
  line-height: 2;
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .fv .fv-catch__text--ja {
    font-size: 2.4rem;
    white-space: nowrap;
  }
}

.banner .banner-area {
  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: 7.5rem auto;
}
@media (max-width: 767px) {
  .banner .banner-area {
    margin: 4rem auto;
  }
}
.banner .banner-area__image {
  width: 36%;
  height: auto;
}
@media (max-width: 767px) {
  .banner .banner-area__image {
    width: 100%;
    padding: 0 2rem;
  }
}
.banner .banner-area__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.title-area .title__en {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.title-area .title__ja {
  margin-top: 1rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .title-area .title__ja {
    font-size: 2.4rem;
    letter-spacing: -0.04em;
  }
}

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

.link-btn-area {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .link-btn-area {
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .concept {
    padding: 0 2rem;
    width: 100%;
  }
}
.concept .concept-inner {
  max-width: 133rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .concept .concept-inner {
    padding: 0;
    width: 100%;
  }
}
.concept .concept-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10rem;
}
@media (max-width: 767px) {
  .concept .concept-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 4rem;
  }
}
.concept .text-area {
  width: 76rem;
}
@media (max-width: 767px) {
  .concept .text-area {
    width: 100%;
  }
}
.concept .image-area {
  width: 47rem;
  -ms-flex-negative: 0;
      flex-shrink: 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: 3rem;
}
@media (max-width: 767px) {
  .concept .image-area {
    width: 80%;
    margin: 0 auto;
    gap: 1.5rem;
  }
}
.menu {
  margin-top: 18rem;
  padding: 11rem 0 0;
  background: url(../img/bg-footer.webp) no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .menu {
    margin-top: 3rem;
    padding: 5rem 2rem 7.5rem;
  }
}
.menu .menu-inner {
  width: 150rem;
  margin: 0 auto;
  padding: 0 2rem;
  -webkit-transform: translateX(8.5rem);
          transform: translateX(8.5rem);
}
@media (max-width: 767px) {
  .menu .menu-inner {
    width: 100%;
    padding: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.menu .menu-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10rem;
}
@media (max-width: 767px) {
  .menu .menu-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8rem;
  }
}
.menu .image-area {
  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;
  -webkit-transform: translateY(-17rem);
          transform: translateY(-17rem);
}
@media (max-width: 767px) {
  .menu .image-area {
    -webkit-transform: none;
            transform: none;
    gap: 1.5rem;
  }
}
.menu .menu-link {
  position: relative;
}
.menu .menu-link__text {
  position: absolute;
  bottom: 0;
  left: 3rem;
  font-size: 6.4rem;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (max-width: 767px) {
  .menu .menu-link__text {
    font-size: 4rem;
    left: 1.5rem;
  }
}

.gallery {
  padding: 15rem 0 13rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gallery {
    padding: 5rem 0;
  }
}
.gallery .title-area {
  margin-bottom: 4rem;
  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;
}
.gallery .title-area .title__en {
  font-size: 3.2rem;
}
.gallery .gallery-inner {
  width: 100%;
  margin: 0 auto;
}
.gallery .gallery-slider .splide__slide img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .gallery .gallery {
    margin-top: 8rem;
    padding: 3rem 0;
  }
}
.gallery .link-btn-area {
  margin-top: 4rem;
  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;
}

.information {
  background: #FBF9F3;
  padding: 15.5rem 0;
}
@media (max-width: 767px) {
  .information {
    padding: 5rem 2rem;
  }
}
.information .information-inner {
  padding-left: 20%;
}
@media (max-width: 767px) {
  .information .information-inner {
    padding-left: 0;
  }
}
.information .information-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 9rem;
}
@media (max-width: 767px) {
  .information .information-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}
.information .information-text-area {
  width: 44%;
}
@media (max-width: 767px) {
  .information .information-text-area {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .information .title__en {
    padding-bottom: 4rem;
  }
}
.information .information-table th {
  padding: 2.8rem 0;
  width: 25%;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .information .information-table th {
    display: block;
    padding: 1.5rem 0 0;
    width: 100%;
  }
}
.information .information-table td {
  padding: 2.8rem 0;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .information .information-table td {
    display: block;
    padding: 0 0 1.5rem;
  }
}
.information .information-image-area {
  width: 56%;
}
@media (max-width: 767px) {
  .information .information-image-area {
    width: 100%;
  }
}
.information .link-btn-area {
  margin-top: 15rem;
}
@media (max-width: 767px) {
  .information .link-btn-area {
    margin-top: 3.5rem;
  }
}

.not-found {
  margin: 10rem 0;
}
.not-found .c-message {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .not-found .c-message {
    font-size: 1.6rem;
  }
}
.not-found .c-btn {
  padding: 2rem;
  border: 1px solid #f79427;
  border-radius: 1rem;
  background: rgba(247, 148, 39, 0.1);
  background: #fff;
  width: 30rem;
  height: 6rem;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 4rem auto 0;
}
.page-concept .concept-flex {
  width: 83%;
  padding: 10rem 0 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .page-concept .concept-flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5rem 2rem;
    gap: 3rem;
  }
}
.page-concept .title__ja {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .page-concept .title__ja {
    font-size: 2.4rem;
    text-align: center;
  }
}
.page-concept .text-area__text {
  font-size: 2rem;
  line-height: 2.4;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .page-concept .text-area__text {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}
.page-concept .concept-flex__image-area {
  width: 46%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-concept .concept-flex__image-area {
    width: 100%;
  }
}
.page-concept .concept-flex__reverse {
  background: url(../img/bg-footer.webp) no-repeat center center/cover;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 0;
  width: 100%;
  padding-right: 32rem;
}
@media (max-width: 767px) {
  .page-concept .concept-flex__reverse {
    padding-right: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-concept .space {
  background: url(../img/concept03.webp) no-repeat center center/cover;
  padding: 20rem 0;
  width: 100%;
}
@media (max-width: 767px) {
  .page-concept .space {
    padding: 10rem 2rem;
  }
}
.page-concept .space__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.page-concept .space__text {
  margin-top: 5rem;
  text-align: center;
  font-size: 2rem;
  line-height: 2.4;
  color: #fff;
}
@media (max-width: 767px) {
  .page-concept .space__text {
    text-align: left;
  }
}

.page-menu .menu-head {
  margin: 10rem auto 2.5rem;
}
@media (max-width: 767px) {
  .page-menu .menu-head {
    margin: 5rem auto 1.5rem;
  }
}
.page-menu .link-items__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.page-menu .link-items__link {
  width: 38rem;
  height: 9rem;
  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;
  background: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  color: #3F1D09;
  border: 1px solid #3F1D09;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .page-menu .link-items__link {
    width: 100%;
    height: 6rem;
    font-size: 1.6rem;
  }
}
.page-menu .link-items__link:hover {
  background: #3F1D09;
  color: #fff;
  opacity: 1 !important;
}
.page-menu .menu-head__note {
  margin: 8rem auto 0;
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .page-menu .menu-head__note {
    margin: 4rem auto 0;
    font-size: 1.6rem;
  }
}
.page-menu .food .menu-title__main {
  font-size: 3.2rem;
  font-weight: 700;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .page-menu .food .menu-title__main {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-menu .food .menu-title__sub {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .page-menu .food .menu-title__sub {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-menu .food .menu-title__sub--text {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-menu .food .menu-title__sub--text {
    font-size: 1.6rem;
  }
}
.page-menu .food .menu-title__sub--price {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-menu .food .menu-title__sub--price {
    font-size: 1.6rem;
    text-align: right;
    width: 100%;
  }
}
.page-menu .food .set-menu-table__morning .set-menu-table {
  padding: 0 2rem;
}
.page-menu .food .set-menu-table__morning .set-menu-table__row {
  width: 100%;
  border-bottom: 1px solid #F5F5F5;
}
.page-menu .food .set-menu-table__morning .set-menu-table__row th,
.page-menu .food .set-menu-table__morning .set-menu-table__row td {
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .page-menu .food .set-menu-table__morning .set-menu-table__row th,
  .page-menu .food .set-menu-table__morning .set-menu-table__row td {
    display: block;
  }
}
.page-menu .food .set-menu-table__morning .set-menu-table__name {
  width: 20rem;
}
@media (max-width: 767px) {
  .page-menu .food .set-menu-table__morning .set-menu-table__name {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.page-menu .food .set-menu-table__morning .set-menu-table__about {
  width: 62rem;
}
@media (max-width: 767px) {
  .page-menu .food .set-menu-table__morning .set-menu-table__about {
    width: 100%;
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.page-menu .food .set-menu-table__morning .set-menu-table__image {
  width: 42rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-menu .food .set-menu-table__morning .set-menu-table__image {
    width: 100%;
  }
}
.page-menu .food .set-menu-table__morning .set-menu-table__image img {
  width: 100%;
  height: auto;
}
.page-menu .food .set-menu-table__lunch .set-menu-table__row {
  width: 100%;
  border-bottom: 1px solid #F5F5F5;
}
.page-menu .food .set-menu-table__lunch .set-menu-table__row th,
.page-menu .food .set-menu-table__lunch .set-menu-table__row td {
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .page-menu .food .set-menu-table__lunch .set-menu-table__row th,
  .page-menu .food .set-menu-table__lunch .set-menu-table__row td {
    display: block;
  }
}
.page-menu .food .set-menu-table__lunch .set-menu-table__name {
  width: 20rem;
}
@media (max-width: 767px) {
  .page-menu .food .set-menu-table__lunch .set-menu-table__name {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.page-menu .food .set-menu-table__lunch .set-menu-table__about {
  width: 50rem;
}
@media (max-width: 767px) {
  .page-menu .food .set-menu-table__lunch .set-menu-table__about {
    width: 100%;
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.page-menu .food .set-menu-table__lunch .set-price {
  width: 12rem;
}
@media (max-width: 767px) {
  .page-menu .food .set-menu-table__lunch .set-price {
    width: 100%;
    font-size: 1.6rem;
    text-align: right;
    width: 100%;
  }
}
.page-menu .food .set-menu-table__lunch .set-menu-table__image {
  width: 42rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-menu .food .set-menu-table__lunch .set-menu-table__image {
    width: 100%;
  }
}
.page-menu .food .set-menu-table__lunch .set-menu-table__image img {
  width: 100%;
  height: auto;
}
.page-menu .drink .menu-title__main {
  font-size: 3.2rem;
  font-weight: 700;
  border-bottom: 1px solid #D9D9D9;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .page-menu .drink .menu-title__main {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.6rem;
  }
}
.page-menu .drink .category-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .page-menu .drink .category-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.6rem;
  }
}
.page-menu .drink .category-title__main {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .page-menu .drink .category-title__main {
    font-size: 1.6rem;
  }
}
.page-menu .drink .category-title__main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 2.4rem;
  background: #3F1D09;
}
@media (max-width: 767px) {
  .page-menu .drink .category-title__main::before {
    width: 2px;
    height: 1.6rem;
  }
}
.page-menu .drink .category-title__sub {
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 16rem;
}
@media (max-width: 767px) {
  .page-menu .drink .category-title__sub {
    padding-left: 0;
    font-size: 1.6rem;
  }
}
.page-menu .drink .drink-table {
  width: 100%;
  table-layout: fixed;
}
.page-menu .drink .drink-table th, .page-menu .drink .drink-table td {
  padding: 2rem;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .page-menu .drink .drink-table th, .page-menu .drink .drink-table td {
    padding: 1rem;
  }
}
.page-menu .drink .drink-table__name {
  width: 20rem;
}
@media (max-width: 767px) {
  .page-menu .drink .drink-table__name {
    width: 100%;
    font-size: 1.6rem;
  }
}
.page-menu .drink .drink-table__price {
  text-align: right;
  width: calc(100% - 20rem);
}
@media (max-width: 767px) {
  .page-menu .drink .drink-table__price {
    width: 100%;
    font-size: 1.6rem;
  }
}
.page-menu .drink .drink-image-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .page-menu .drink .drink-image-area {
    -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;
  }
}
.page-menu .drink .drink-image {
  width: 47rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-menu .drink .drink-image {
    width: 100%;
    height: auto;
  }
}
.page-menu .drink .drink-image img {
  width: 100%;
  height: auto;
}
.page-menu .dessert .menu-title__main {
  font-size: 3.2rem;
  font-weight: 700;
  border-bottom: 1px solid #D9D9D9;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .page-menu .dessert .menu-title__main {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.6rem;
  }
}
.page-menu .dessert .menu-title__sub {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .page-menu .dessert .menu-title__sub {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.6rem;
  }
}
.page-menu .dessert .set-menu-table {
  width: 100%;
  border-collapse: collapse;
}
.page-menu .dessert .set-menu-table__row {
  width: 100%;
  border-bottom: 1px solid #F5F5F5;
}
.page-menu .dessert .set-menu-table__row th, .page-menu .dessert .set-menu-table__row td {
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .page-menu .dessert .set-menu-table__row {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "name price" "image image";
    row-gap: 0.5rem;
  }
  .page-menu .dessert .set-menu-table__row th,
  .page-menu .dessert .set-menu-table__row td {
    display: block;
    padding: 0;
  }
}
.page-menu .dessert .set-menu-table__name {
  width: 70rem;
}
@media (max-width: 767px) {
  .page-menu .dessert .set-menu-table__name {
    width: auto;
    font-size: 1.6rem;
    margin-top: 0;
    grid-area: name;
  }
}
.page-menu .dessert .set-price {
  width: 12rem;
}
@media (max-width: 767px) {
  .page-menu .dessert .set-price {
    font-size: 1.6rem;
    text-align: right;
    width: auto;
    margin-top: 0;
    grid-area: price;
  }
}
.page-menu .dessert .set-menu-table__image {
  width: 42rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-menu .dessert .set-menu-table__image {
    width: 95%;
    height: auto;
    margin: 0 auto 2rem;
    grid-area: image;
  }
}
.page-menu .dessert .set-menu-table__image img {
  width: 100%;
  height: auto;
}

.page-gallery .gallery-contents {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .page-gallery .gallery-contents {
    padding: 5rem 0;
  }
}
.page-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .page-gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.page-gallery .gallery-grid__button {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  width: 100%;
}
.page-gallery .gallery-grid__button img {
  display: block;
  width: 100%;
  height: auto;
}
.page-gallery .gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.page-gallery .gallery-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.page-gallery .gallery-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.page-gallery .gallery-modal__content {
  position: relative;
  z-index: 1;
  width: 80vw;
  height: 80vh;
}
@media (max-width: 767px) {
  .page-gallery .gallery-modal__content {
    height: auto;
  }
}
.page-gallery .gallery-modal__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-gallery .gallery-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 4rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page-gallery .gallery-modal__close {
    margin-top: -5rem;
  }
}

.page-access .banner-area {
  margin: 0 auto;
  padding: 7.5rem 0;
  background: #FBF9F3;
}
@media (max-width: 767px) {
  .page-access .banner-area {
    padding: 4rem 0;
  }
}

.c-breadcrumbs__area {
  width: 100%;
  margin: 3.5rem auto 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-breadcrumbs__area {
    margin-top: 2rem;
  }
}

.c-breadcrumbs {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1.6rem;
    -webkit-column-gap: 0.3rem;
       -moz-column-gap: 0.3rem;
            column-gap: 0.3rem;
  }
}

.to-top-area {
  position: fixed;
  bottom: 8rem;
  right: 8rem;
  z-index: 1000;
}
@media (max-width: 767px) {
  .to-top-area {
    bottom: 8.5rem;
    right: 1.5rem;
  }
}

.to-top-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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.to-top-button__image {
  width: 6rem;
  height: 6rem;
}
@media (max-width: 767px) {
  .to-top-button__image {
    width: 4rem;
    height: 4rem;
  }
}

.c-fix-button {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

.c-fix-button__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.c-fix-button__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 7.2rem;
  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;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.c-fix-button__item--tel {
  background: #DBBCA9;
  color: #333;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.c-fix-button__item--access {
  background: #3F1D09;
  color: #fff;
}

.c-fv-headarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-link-btn {
  line-height: 1;
  display: block;
  width: 16rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-top: 6rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .c-link-btn {
    margin-top: 2rem;
  }
}
.c-link-btn:hover {
  opacity: 1 !important;
}
.c-link-btn:hover::before {
  width: 11rem;
  background: #333;
  opacity: 1 !important;
}
.c-link-btn:hover::after {
  right: -3rem;
  background: #DBBCA9;
  border-color: #333;
  opacity: 1 !important;
}
.c-link-btn::before {
  content: "";
  width: 10rem;
  height: 0.12rem;
  background: #333;
  position: absolute;
  right: 0;
  top: calc(50% - 0.06rem);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1 !important;
}
.c-link-btn::after {
  content: "";
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: solid 0.12rem #333;
  position: absolute;
  right: -2rem;
  top: calc(50% - 2.1rem);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1 !important;
}