/*! 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 {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "Shippori Mincho B1", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #f4e1d5;
  color: #623a0c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  kerning: auto;
}

.container, .p-index__access, .p-index__product, .p-index__menu__row, .p-index__about__feature {
  max-width: 1200px;
  width: calc(100vw - 8rem);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .container, .p-index__access, .p-index__product, .p-index__menu__row, .p-index__about__feature {
    width: calc(100vw - 6rem);
  }
}

.u-center {
  text-align: center;
}

.sp-only {
  display: none;
}
@media (max-width: 1024px) {
  .sp-only {
    display: inherit !important;
  }
}

.pc-only {
  display: none;
}
@media (min-width: 1025px) {
  .pc-only {
    display: inherit !important;
  }
}

.c-button, .p-index__access__button, .p-index__product__button, .p-index__reserve__button, .p-index__menu__button {
  border: 1px solid #623a0c;
  color: #623a0c;
  padding: 1rem 3rem;
  display: inline-block;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.c-button:hover, .p-index__access__button:hover, .p-index__product__button:hover, .p-index__reserve__button:hover, .p-index__menu__button:hover {
  background-color: #623a0c;
  color: #fff;
}

.c-section, .p-index__access, .p-index__product, .p-index__reserve, .p-index__menu, .p-index__about {
  padding: 8rem 0;
}

.section-title, .p-index__product__title, .p-index__reserve__title, .p-index__menu__title, .p-index__about__feature h3 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 5.6rem;
}
@media (max-width: 1024px) {
  .section-title, .p-index__product__title, .p-index__reserve__title, .p-index__menu__title, .p-index__about__feature h3 {
    font-size: 2rem;
  }
}
.section-title:after, .p-index__product__title:after, .p-index__reserve__title:after, .p-index__menu__title:after, .p-index__about__feature h3:after {
  content: "";
  display: block;
  width: 5rem;
  height: 1px;
  background-color: #623a0c;
  margin: 1rem auto;
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  z-index: 9999;
  background-color: #f4e1d5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.2rem;
  line-height: 1.8;
  -webkit-transition: 0.5s ease-out 1s;
  transition: 0.5s ease-out 1s;
}
.l-loading.is-loaded {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.l-loading__text span {
  display: block;
  opacity: 0;
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}
.l-loading__text span:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.l-loading__text span:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.l-loading__text span:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.l-loading__text span.is-inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

#headerNav {
  display: none;
}
#headerNav:checked + .l-header + .l-header__nav__menu {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
}
#headerNav:checked + .l-header .l-header__nav__button span {
  opacity: 0;
}
#headerNav:checked + .l-header .l-header__nav__button::before, #headerNav:checked + .l-header .l-header__nav__button::after {
  top: 50%;
}
#headerNav:checked + .l-header .l-header__nav__button::before {
  -webkit-transform: rotate(45deg) translate3d(-50%, -50%, 0);
          transform: rotate(45deg) translate3d(-50%, -50%, 0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  top: 80%;
  left: 35%;
}
#headerNav:checked + .l-header .l-header__nav__button::after {
  -webkit-transform: rotate(-45deg) translate3d(-50%, -50%, 0);
          transform: rotate(-45deg) translate3d(-50%, -50%, 0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  top: 20%;
  left: 35%;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
  background-color: rgba(244, 225, 213, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo {
  width: 10rem;
  margin-left: 5rem;
}
@media (max-width: 1024px) {
  .l-header__logo {
    width: 7rem;
    margin-left: 2rem;
  }
}
.l-header__nav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 4rem;
}
@media (max-width: 1024px) {
  .l-header__nav {
    padding: 2rem;
  }
}
.l-header__nav__reserve {
  border: 1px solid #623a0c;
  padding: 0.75rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #623a0c;
}
.l-header__nav__reserve::after {
  content: ">";
  margin-left: 1rem;
}
.l-header__nav__button {
  position: relative;
  display: block;
  width: 3.5rem;
  height: 4rem;
  margin-left: 4rem;
}
.l-header__nav__button::before, .l-header__nav__button::after,
.l-header__nav__button span {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #623a0c;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.l-header__nav__button span {
  top: 50%;
}
.l-header__nav__button::before {
  top: calc(50% - 1rem);
}
.l-header__nav__button::after {
  top: calc(50% + 1rem);
}
.l-header__nav__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  z-index: 10;
  background-color: #f4e1d5;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.l-header__nav__menu__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10rem 10rem 0 10rem;
}
.l-header__nav__menu__inner h1 {
  margin-bottom: 5rem;
}
.l-header__nav__menu__inner ul {
  margin-bottom: 5rem;
}
.l-header__nav__menu__inner li a {
  color: #623a0c;
  font-size: 2.8rem;
  line-height: 2.25;
}
.l-header__nav__menu__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
}
.l-header__nav__menu__media__hpb img {
  width: 12rem;
}
.l-header__nav__menu__media__ig img {
  width: 4rem;
}

.l-footer {
  background-color: #f4e1d5;
  padding: 4rem;
  text-align: center;
}
.l-footer__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.2rem;
  margin-bottom: 3rem;
}
.l-footer__media__hpb img {
  width: 12rem;
}
.l-footer__media__ig img {
  width: 4rem;
}

.p-index__fv {
  width: 100vw;
  min-height: 100svh;
  background: url(../img/hero.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.p-index__fv:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(244, 225, 213)), to(rgba(244, 225, 213, 0)));
  background: -webkit-linear-gradient(bottom, rgb(244, 225, 213) 0%, rgba(244, 225, 213, 0) 100%);
  background: linear-gradient(0deg, rgb(244, 225, 213) 0%, rgba(244, 225, 213, 0) 100%);
  width: 100vw;
  height: 10rem;
}
.p-index__fv__text {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 12rem 0 4rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .p-index__fv__text {
    width: 100%;
  }
}
.p-index__fv__text p {
  margin-bottom: 2.8rem;
  line-height: 1.75;
  text-shadow: 0 0 4px rgb(0, 0, 0);
  text-align: center;
}
.p-index__fv__text span {
  display: block;
  font-size: 3.5rem;
}
@media (max-width: 1024px) {
  .p-index__fv__text span {
    font-size: 2rem;
  }
}
.p-index__about img {
  width: 100%;
  height: 54rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .p-index__about img {
    height: 22.5rem;
  }
}
.p-index__about__text {
  text-align: center;
  margin-bottom: 8rem;
}
.p-index__about__text h2 {
  font-size: 3.6rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .p-index__about__text h2 {
    font-size: 2.4rem;
  }
}
.p-index__about__text p {
  line-height: 2;
}
.p-index__about__feature__row {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
  .p-index__about__feature__row {
    grid-template-columns: auto;
  }
}
.p-index__about__feature__row h4 {
  font-size: 2.1rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 1024px) {
  .p-index__about__feature__row h4 {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
@media (max-width: 1024px) {
  .p-index__about__feature__row p {
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .p-index__menu {
    padding-top: 0;
  }
}
.p-index__menu__row {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 3rem auto 4rem;
}
@media (max-width: 1024px) {
  .p-index__menu__row {
    gap: 1.6rem;
    grid-template-columns: auto;
  }
}
.p-index__menu__col {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.45);
  padding-bottom: 4rem;
}
@media (max-width: 1024px) {
  .p-index__menu__col {
    padding-bottom: 2rem;
  }
}
.p-index__menu__col img {
  width: 100%;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .p-index__menu__col img {
    margin-bottom: 2rem;
  }
}
.p-index__reserve {
  height: 50svh;
  background: url(../img/reserve-bg.jpg) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-index__reserve__container {
  background-color: rgba(255, 255, 255, 0.75);
  width: 45vw;
  margin: auto;
  padding: 4rem;
}
@media (max-width: 1024px) {
  .p-index__reserve__container {
    width: 90%;
    padding: 2rem;
  }
}
.p-index__reserve__title {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .p-index__reserve__title {
    margin-bottom: 2.5rem;
  }
}
.p-index__reserve__text {
  text-align: center;
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  .p-index__reserve__text {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
  }
}
.p-index__reserve__button {
  margin-bottom: 3rem;
}
.p-index__product__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .p-index__product__row {
    grid-template-columns: auto;
  }
}
@media (max-width: 1024px) {
  .p-index__product__text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 1024px) {
  .p-index__product__image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-index__product__image img {
  width: 100%;
}
.p-index__product__buttons {
  display: grid;
  grid-template-columns: auto;
  gap: 1.6rem;
  margin-top: 3rem;
}
@media (max-width: 1024px) {
  .p-index__product__buttons {
    grid-template-columns: auto;
  }
}
.p-index__product__button {
  text-align: center;
  max-width: 40rem;
}
.p-index__access {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
}
@media (max-width: 1024px) {
  .p-index__access {
    grid-template-columns: auto;
    gap: 4rem;
  }
}
.p-index__access h2 {
  font-size: 2.4rem;
}
@media (max-width: 1024px) {
  .p-index__access h2 {
    font-size: 1.8rem;
  }
}
.p-index__access iframe {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .p-index__access iframe {
    height: 30rem;
  }
}
.p-index__access table {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .p-index__access table {
    margin: 2rem 0;
  }
}
.p-index__access table th,
.p-index__access table td {
  border-top: 1px solid #623a0c;
  padding: 1.2rem 2rem;
}
@media (max-width: 1024px) {
  .p-index__access table th,
  .p-index__access table td {
    padding: 1.2rem 2rem 1.2rem 0;
  }
}
@media (max-width: 1024px) {
  .p-index__access table th {
    max-width: 30rem;
    white-space: pre;
  }
}
.p-index__access table tr:last-child th,
.p-index__access table tr:last-child td {
  border-bottom: 1px solid #623a0c;
}
.p-index__access table tr:last-child th a,
.p-index__access table tr:last-child td a {
  text-decoration: underline;
}
.p-index__access__button {
  text-align: center;
  margin: 2rem auto;
}
@media (max-width: 1024px) {
  .p-index__access__button {
    width: 100%;
  }
}

.js-fadein {
  -webkit-filter: 1rem;
          filter: 1rem;
  opacity: 0;
  -webkit-transition: 1s ease-out 0.5s;
  transition: 1s ease-out 0.5s;
}
.js-fadein.is-inview {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}