@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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 {
  font-size: 62.5%;
  word-break: break-all;
  margin-top: 0;
  font-size: 2.6666666667vw;
  font-size: max(10 / 375 * 100vw, 10px);
}
@media (min-width: 768px) {
  html {
    font-size: calc(10 / 1024 * 100vw);
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 10px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Serif JP", "BIZ UDPMincho", "Hiragino Mincho ProN", "MS Mincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333333;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

li {
  list-style: none;
}

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

a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
a:hover {
  opacity: 0.5;
}

.inner {
  max-width: 98rem;
  margin-inline: auto;
  padding: 0 2rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .inner {
    padding: 0 3rem;
  }
}

.sp-only {
  display: block;
}
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.section__title {
  color: #C5A059;
  font-size: 3rem;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .section__title {
    font-size: 5rem;
    margin-bottom: 3rem;
  }
}

section {
  padding: 3rem 0;
  scroll-margin-top: 5rem;
}
@media (min-width: 768px) {
  section {
    padding: 5rem 0;
    scroll-margin-top: 7rem;
  }
}
section:first-child {
  padding: 0;
}

/* --- Animation Base --- */
.js-fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
}
.js-fade.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nobr {
  display: inline-block;
  white-space: nowrap;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  z-index: 100000;
}
@media (min-width: 768px) {
  header {
    height: 7rem;
  }
}
header .inner {
  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;
  height: 100%;
}

.header-nav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 40%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 4rem 0 1rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  z-index: 1000;
}
@media (min-width: 768px) {
  .header-nav {
    display: block;
    position: static;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background-color: transparent;
    padding: 0;
  }
}

.header-nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header__logo {
  width: 11rem;
}
.header__logo a {
  font-size: 2.5rem;
  display: block;
  height: 5rem;
}
.header__logo {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.header__logo:hover {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .header__logo {
    width: 15rem;
  }
  .header__logo a {
    height: 7rem;
  }
}

.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  height: auto;
  -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;
}
@media (min-width: 768px) {
  .header-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
    gap: 3rem;
  }
}
.header-nav__list li {
  margin-bottom: 0;
  border: none;
  height: 100%;
}
.header-nav__list li a {
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  text-decoration: none;
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 768px) {
  .header-nav__list li a {
    height: 7rem;
  }
}
.header-nav__list li a:hover {
  color: #C5A059;
  opacity: 1;
  text-decoration: none;
}
.header-nav__list li:last-child a {
  background-color: #C5A059;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  border: 2px solid #C5A059;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-nav__list li:last-child a:hover {
  background-color: #f5f5f5;
  color: #C5A059;
  border: 2px solid #C5A059;
}

.header-nav__list .pc-only {
  display: none;
}
@media (min-width: 768px) {
  .header-nav__list .pc-only {
    display: block;
  }
}

/* --- スマホ専用の独立予約ボタン --- */
.header__res-btn {
  background-color: #C5A059;
  color: #fff;
  padding: 1.5rem 1.2rem;
  border-radius: 4px;
  border: 2px solid #C5A059;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  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-left: auto;
  margin-right: 1.5rem;
}
.header__res-btn:hover {
  background-color: #f5f5f5;
  color: #C5A059;
  border: 2px solid #C5A059;
  opacity: 1;
}
@media (min-width: 768px) {
  .header__res-btn {
    display: none;
  }
}

.hamburger {
  cursor: pointer;
  width: 3rem;
  height: 5rem;
  background-color: transparent;
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  z-index: 100001;
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  width: 2.8rem;
  height: 0.15rem;
  border-radius: 2px;
  background-color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateY(0.75rem) rotate(45deg);
          transform: translateY(0.75rem) rotate(45deg);
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-0.75rem) rotate(-45deg);
          transform: translateY(-0.75rem) rotate(-45deg);
}

footer {
  background-color: #333333;
  color: #f5f5f5;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  footer {
    padding: 3rem 0;
  }
}

.footer__logo {
  margin-inline: auto;
  width: 14rem;
}
@media (min-width: 768px) {
  .footer__logo {
    margin-inline: 0;
  }
}
.footer__logo a {
  display: block;
  text-align: center;
  color: #f5f5f5;
  text-align: left;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  font-size: 2.5rem;
}

.footer__content {
  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;
  border-bottom: 0.5px solid #ccc;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 4rem;
  }
}

.footer__shop-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .footer__shop-group {
    gap: 4rem;
  }
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .footer__nav-list {
    gap: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__nav-list a {
  color: #f5f5f5;
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.footer__nav-list a:hover {
  color: #C5A059;
}
.footer__nav-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  border: none;
}

.footer__info-item {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .footer__info-item {
    margin-top: 1rem;
  }
}
.footer__info-item:first-child {
  margin-top: 0;
}

.footer__nav {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .footer__nav {
    margin-top: 0;
  }
}

.footer__copyright {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .footer__copyright {
    margin-top: 3rem;
    font-size: 1rem;
  }
}

main {
  margin-top: 4rem;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  main {
    margin-top: 7rem;
  }
}

.fv {
  position: relative;
}

.fv__copy {
  color: #f5f5f5;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.fv__title {
  font-size: 2.5rem;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 1rem;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .fv__title {
    font-size: 5rem;
  }
}

.fv__text {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 2rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .fv__text {
    font-size: 2.5rem;
  }
}

hr {
  width: 40%;
  margin-inline: auto;
}

.fv__img-wrapper {
  position: relative;
}
.fv__img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.fv__img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* ===========================
   concept
   =========================== */
.concept__container {
  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;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .concept__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
  }
}

.concept__img {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .concept__img {
    width: 30rem;
  }
}
.concept__img img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .concept__img img {
    aspect-ratio: 3/4;
  }
}

.concept__text {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.concept__lead {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333333;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .concept__lead {
    font-size: 2.4rem;
  }
}

/* ===========================
   MENU
   =========================== */
.menu {
  background-color: #F9F8F6;
}

.menu__inner {
  max-width: 80rem;
  margin-inline: auto;
  padding: 0 1.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .menu__inner {
    padding: 0 3rem;
  }
}

.menu__category {
  background-color: #fff;
  padding: 1rem;
}
@media (min-width: 768px) {
  .menu__category {
    padding: 7rem;
  }
}

.menu__group {
  text-align: center;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .menu__group {
    margin-top: 4rem;
  }
}
.menu__group:first-of-type {
  margin-top: 0;
}

h3.menu__category-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  h3.menu__category-title {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
}

.menu-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.5px solid #eee;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .menu-list__item {
    padding: 2rem 0;
  }
}

.menu__footer {
  text-align: center;
  color: #666;
  margin-top: 2rem;
  text-align: left;
}
@media (min-width: 768px) {
  .menu__footer {
    font-size: 1.5rem;
    margin-top: 3rem;
    text-align: center;
  }
}

.menu__notes {
  font-size: 1rem;
  color: #999;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  text-align: left;
}
@media (min-width: 768px) {
  .menu__notes {
    font-size: 1.1rem;
  }
}

.price-wrapper {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.price-note {
  font-size: 1.1rem;
  color: #999;
}
@media (min-width: 768px) {
  .price-note {
    font-size: 1.3rem;
  }
}

.menu__contact {
  text-align: center;
}

.menu__contact-text {
  font-size: 1rem;
  color: #333333;
}
@media (min-width: 768px) {
  .menu__contact-text {
    font-size: 1.5rem;
    width: auto;
  }
}

.u-keep {
  display: inline-block;
}

.menu__line-link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu__line-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  transition: background-color 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media (min-width: 768px) {
  .menu__line-link {
    padding: 0;
  }
  .menu__line-link::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .menu__line-link:hover {
    color: #C5A059;
    opacity: 1;
  }
  .menu__line-link:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
    background-color: #C5A059;
  }
}
.menu__line-link:active {
  background-color: #F3ECE1;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

/* ===========================
   gallery
   =========================== */
.instagram__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .instagram__container {
    gap: 2rem;
    margin-top: 4rem;
  }
}

.instagram__item {
  width: calc((100% - 1rem) / 2);
  max-width: none;
}
@media (min-width: 768px) {
  .instagram__item {
    width: calc((100% - 2rem) / 2);
    max-width: none;
  }
}
.instagram__item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 320/440;
}

.instagram__icon {
  display: inline-block;
  width: 2rem;
}
.instagram__icon svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .instagram__icon {
    width: 2.5rem;
  }
}

.instagram__link-wrapper {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .instagram__link-wrapper {
    margin-top: 3rem;
  }
}
.instagram__link-wrapper span {
  line-height: 1;
}

.instagram__link {
  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: 0.5rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border-bottom: 0.5px solid #333333;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .instagram__link {
    gap: 1rem;
    padding-bottom: 1rem;
  }
}
.instagram__link:hover {
  color: #C5A059;
  opacity: 1;
}

.instagram__text-sub {
  font-size: 1.2rem;
  color: #666;
  text-align: center;
}
@media (min-width: 768px) {
  .instagram__text-sub {
    font-size: 1.5rem;
  }
}

.instagram__link-wrapper {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.instagram__link-wrapper span {
  line-height: 1;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .instagram__link-wrapper span {
    margin-top: 1rem;
  }
}

/* ===========================
   Reservation
   =========================== */
.reservation {
  background-color: #F3ECE1;
}

.reservation__content {
  text-align: left;
}
@media (min-width: 768px) {
  .reservation__content {
    text-align: center;
  }
}

@-webkit-keyframes line-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}

@keyframes line-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.reservation__button {
  display: block;
  background-color: #06C755;
  color: #f5f5f5;
  border-radius: 12px;
  padding: 1.5rem 2.5rem;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: line-bounce 2s infinite ease-in-out;
          animation: line-bounce 2s infinite ease-in-out;
}
@media (min-width: 768px) {
  .reservation__button {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    padding: 2rem 5rem;
    -webkit-animation: none;
            animation: none;
  }
}
.reservation__button:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.reservation__button:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}

.reservation__button-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .reservation__button-top {
    gap: 1rem;
  }
}

.reservation__button-icon {
  width: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reservation__button-icon svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .reservation__button-icon {
    width: 5rem;
  }
}

.reservation__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .reservation__action {
    margin-top: 3rem;
  }
}

.reservation__button-text {
  display: contents;
}

span.reservation__button-main {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  color: #f5f5f5;
}
@media (min-width: 768px) {
  span.reservation__button-main {
    font-size: 3rem;
  }
}

.reservation__button-sub {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 0.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .reservation__button-sub {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

/* ===========================
    Access
   =========================== */
.access__content {
  text-align: center;
}
.access__time-sub {
  display: block;
  font-size: 1.1rem;
  margin-top: 0.5rem;
  line-height: 1.8;
  color: #666;
}
@media (min-width: 768px) {
  .access__time-sub {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

.u-nowrap {
  display: inline;
  white-space: nowrap;
  border-bottom: 0.5px solid #C5A059;
}

.access__address-note {
  margin-top: 2rem;
  text-align: left;
}
@media (min-width: 768px) {
  .access__address-note {
    text-align: center;
    margin-top: 3rem;
  }
}

.access__parking {
  background-color: #F9F8F6;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-inline: auto;
  padding: 1rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .access__parking {
    font-size: 1.5rem;
    margin-top: 3rem;
    padding: 2rem 3rem;
  }
}

.access__parking-title {
  text-align: center;
}

.access__parking-text {
  text-align: left;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .access__parking-text {
    text-align: center;
    margin-top: 2rem;
  }
}/*# sourceMappingURL=style.css.map */