@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Amiri&family=Cardo&family=Montserrat:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Quicksand:wght@300..700&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

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

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font-size: 1.4rem;
  font-family: sans-serif;
  word-break: break-all;
  color: #333;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

input,
select,
textarea {
  font-size: 1.6rem;
}

input[type=number],
input[type=text],
input[type=email],
select,
textarea {
  appearance: none;
}

a {
  text-decoration: none;
}

button {
  outline: 0;
}

button:hover {
  cursor: pointer;
}

body,
html {
  height: 100%;
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  background-color: #fff;
  color: #000;
}

body.fixed {
  position: fixed;
  height: 100%;
  width: 100%;
}

@media (min-width: 640px) {
  a.link {
    transition: 0.3s opacity ease;
  }

  a.link:hover {
    opacity: 0.5;
  }
}

br.is-pc {
  display: block;
}

br.is-sp {
  display: none;
}

@media (max-width: 640px) {
  br.is-pc {
    display: none;
  }

  br.is-sp {
    display: block;
  }
}

.lower__hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 640px) {
  .lower__hero {
    height: 100dvh;
  }
}

.lower__hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lower__hero-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scrolldown {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  color: #7d7c7c;
  font-size: 12px;
  line-height: 200%;
  width: fit-content;
  transition: 2s all ease;
  opacity: 1;
}

.scrolldown.is-hide {
  opacity: 0;
}

.scrolldown::before,
.scrolldown::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 7px;
  background: url(/img/common/scrolldown.svg) no-repeat center center;
  background-size: contain;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  animation: scroll 2s infinite 0.5s;
}

.scrolldown::before {
  animation: scroll 2s infinite;
}

.scrolldown::after {
  bottom: -7px;
}

@keyframes scroll {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }

  40% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    transform: translate(0, 5px);
  }

  100% {
    opacity: 0;
  }
}

.header {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10;
  transition: 2s all ease;
}

@media (max-width: 640px) {
  .header {
    top: 20px;
    left: 10px;
  }
}

.header.is-hide {
  opacity: 0;
}

.header__logo {
  position: relative;
  transition: 1s all ease;
}

.header__logo.is-hide {
  opacity: 0;
}

@media (max-width: 640px) {
  .header__logo {
    display: block;
    width: 132px;
  }

  .header__logo img {
    width: 100%;
  }
}

.header__reservation {
  position: fixed;
  top: 32px;
  right: 95px;
}

@media (max-width: 640px) {
  .header__reservation {
    display: none;
  }
}

.header__reservation a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 185px;
  height: 35px;
  color: #040000;
  border: 1px solid #040000;
  font-size: 13px;
  font-style: normal;
  font-weight: 100;
  line-height: 100%;
  transition: 0.3s all ease;
}

.header__reservation a span {
  font-family: "Cardo", serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding-top: 1px;
}

.header__reservation a:hover {
  background: #040000;
  color: #fff;
  border: 1px solid #040000;
}

.header__sns {
  position: fixed;
  right: 25px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.header__sns a {
  transition: 0.3s all ease;
}

.header__sns a:hover {
  opacity: 0.5;
}

@media (max-width: 640px) {
  .header__sns {
    display: none;
  }
}

.footer {
  background: #fff;
  padding: 86px 0 20px;
}

@media (max-width: 960px) {
  .footer {
    padding: 68px 0;
  }
}

.footer__inner {
  width: 90%;
  max-width: 980px;
  margin: auto;
  display: flex;
}

@media (max-width: 960px) {
  .footer__inner {
    width: fit-content;
    flex-direction: column;
  }
}

.footer__block {
  width: 100%;
  flex: 1;
  border-right: 1px dotted #000;
}

.footer__block:last-child {
  border-right: none;
}

@media (max-width: 960px) {
  .footer__block {
    border-right: none;
  }
}

.footer__block-1 {
  padding: 0 35px 0 0;
}

@media (max-width: 960px) {
  .footer__block-1 {
    padding: 0;
  }
}

.footer__block-1__text {
  margin: 6px 0 0;
  color: #555;
  font-size: 13px;
  line-height: normal;
}

@media (max-width: 960px) {
  .footer__block-1__text {
    margin: 6px 0 0;
    font-size: 14px;
  }
}

.footer__block-1__link {
  margin: 1px 0 0;
  color: #555;
  font-size: 14px;
  line-height: normal;
}

@media (max-width: 960px) {
  .footer__block-1__link {
    font-size: 13px;
  }
}

.footer__block-2 {
  padding: 0 35px;
}

@media (max-width: 960px) {
  .footer__block-2 {
    padding: 0;
  }
}

.footer__block-2__text-1 {
  margin: 6px 0 16px;
  color: #555;
  font-size: 15px;
  line-height: 130%;
}

@media (max-width: 960px) {
  .footer__block-2__text-1 {
    margin: 6px 0 0;
  }
}

.footer__block-2__text-1 span {
  font-family: "Amiri", serif;
}

.footer__block-2__text-1 span span {
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  margin-left: 5px;
}

.footer__block-2__text-2 {
  margin: 6px 0 0;
  color: #555;
  font-size: 13px;
  line-height: 150%;
}

.footer__block-2__text-2 span {
  font-size: 12px;
}

@media (max-width: 960px) {
  .footer__block-2__text-2 {
    margin: 6px 0 0;
    font-size: 13px;
  }
}

.footer__block-3 {
  padding: 0 0 0 35px;
}

@media (max-width: 960px) {
  .footer__block-3 {
    padding: 0;
  }
}

.footer__block-3__tel {
  margin: 2px 0 0;
  color: #555;
  font-family: "Amiri", serif;
  font-size: 40px;
  line-height: 1;
}

@media (max-width: 960px) {
  .footer__block-3__tel {
    margin: 8px 0 0;
    text-align: center;
  }
}

.footer__block-3__text {
  margin: 2px 0 0;
  color: #555;
  font-size: 12px;
  line-height: normal;
}

@media (max-width: 960px) {
  .footer__block-3__text {
    margin: 6px 0 0;
    text-align: center;
  }
}

.footer__block-3__btn {
  margin: 8px 0 0;
  display: flex;
  width: 260px;
  height: 35px;
  justify-content: center;
  align-items: center;
  color: #555;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  transition: 0.3s all ease;
  border: 1px solid #555;
}

@media (max-width: 960px) {
  .footer__block-3__btn {
    margin: 20px 0 0;
    width: 100%;
  }
}

.footer__block-3__btn:hover {
  background: #000;
  color: #fff;
}

.footer__block-3__fax {
  margin: 10px 0 0;
  font-family: "Amiri", serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {
  .footer__block-3__fax {
    text-align: center;
    margin: 14px 0 0;
  }
}

.footer__title {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 960px) {
  .footer__title {
    margin: 24px 0 0;
    font-size: 17px;
  }
}

.footer__logo {
  display: block;
  margin: 0 0 24px;
  width: 247px;
}

.footer__logo img {
  width: 100%;
}

@media (max-width: 640px) {
  .footer__logo {
    width: 100%;
    max-width: 300px;
  }
}

.footer__copyright {
  margin: 80px 0 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1;
}

@media (max-width: 960px) {
  .footer__copyright {
    margin: 48px 0 0;
  }
}

.sp-menu__btn {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  z-index: 999;
  cursor: pointer;
}

@media (max-width: 640px) {
  .sp-menu__btn {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

.sp-menu__btn span,
.sp-menu__btn::before,
.sp-menu__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 1px;
  background: #000;
  transition: 0.3s all ease;
}

.sp-menu__btn::before {
  margin-top: -10px;
}

.sp-menu__btn::after {
  margin-top: 10px;
}

.sp-menu__btn.is-open span {
  opacity: 0;
}

.sp-menu__btn.is-open::before {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.sp-menu__btn.is-open::after {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(135deg);
}

.sp-menu__body {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(255, 255, 255, 0.95);
  z-index: 998;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
}

.sp-menu__body.is-open {
  opacity: 1;
  visibility: visible;
}

.sp-menu__logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 264px;
}

.sp-menu__logo img {
  width: 100%;
}

@media (max-width: 700px) {
  .sp-menu__logo {
    left: 6px;
    width: 160px;
  }
}

.sp-menu__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 10%;
}

@media (max-width: 700px) {
  .sp-menu__inner {
    padding: 60px 20px 0;
    align-items: flex-start;
  }
}

.sp-menu__menu {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 110px;
}

@media (max-width: 700px) {
  .sp-menu__menu {
    flex-direction: column;
    width: 100%;
    gap: 32px;
    padding-bottom: 100px;
  }
}

@media (max-width: 700px) {
  .sp-menu__menu nav {
    padding: 0 72px 0 0;
  }
}

.sp-menu__menu nav ul {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

@media (max-width: 700px) {
  .sp-menu__menu nav ul {
    gap: 32px;
  }
}

.sp-menu__menu nav ul li {
  text-align: right;
}

.sp-menu__menu nav ul li a {
  font-family: "Cardo", serif;
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
}

@media (max-width: 700px) {
  .sp-menu__menu nav ul li a {
    font-size: 22px;
  }
}

.sp-menu__menu-btns {
  width: 350px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 700px) {
  .sp-menu__menu-btns {
    width: 100%;
  }
}

.sp-menu__menu-btns a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
}

.sp-menu__menu-btns a:first-child {
  height: 86px;
}

.sp-menu__menu-btns a:last-child {
  height: 60px;
  color: #000;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.sp-menu__sns {
  position: absolute;
  top: 140px;
  right: 35px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

@media (max-width: 700px) {
  .sp-menu__sns {
    right: 16px;
  }
}

.index__hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 640px) {
  .index__hero {
    height: 100dvh;
  }
}

.index__hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 3s ease-in-out;
  overflow: hidden;
}

.index__hero-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 640px) {
  .index__hero-img img {
    object-position: bottom center;
  }
}

.index__hero-img.is-show {
  opacity: 1;
  z-index: 1;
}

.index__hero-logo {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  transition: 1.5s opacity ease, 2.5s top ease;
}

.index__hero-logo.is-show {
  opacity: 1;
}

.index__hero-logo.is-top {
  top: 30%;
}

.index__hero-news {
  position: absolute;
  bottom: 35px;
  left: 60px;
  z-index: 10;
  opacity: 0;
  transform: translateY(-5px);
  transition: 2s all ease;
}

.index__hero-news.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 640px) {
  .index__hero-news {
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 20px;
    width: 100%;
  }
}

.index__hero-news__title {
  color: #000;
  font-family: "Cardo", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.index__hero-news__body {
  margin: 6px 0 0;
}

.index__hero-news__body ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.index__hero-news__body ul li a {
  display: inline-flex;
  align-items: flex-start;
  border-bottom: 1px solid transparent;
  transition: 0.3s all ease;
}

.index__hero-news__body ul li a:hover {
  opacity: 0.6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.index__hero-news__date {
  font-size: 15px;
  line-height: 150%;
  width: 85px;
}

.index__hero-news__text {
  font-size: 15px;
  line-height: 150%;
  width: calc(100% - 85px);
}

@media (max-width: 640px) {
  .index__hero .scrolldown {
    display: none;
  }
}

.index__news {
  display: none;
}

@media (max-width: 640px) {
  .index__news {
    display: block;
    padding: 16px 16px 32px;
  }
}

.index__intro {
  position: relative;
  width: 100%;
  height: 100vh;
}

.index__intro-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 2s all ease;
}

.is-show .index__intro-bg {
  opacity: 1;
}

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

.index__intro-text {
  position: absolute;
  top: 20%;
  left: 40%;
  writing-mode: vertical-rl;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translateY(10px);
  transition: 2s all ease 1s;
}

.is-show .index__intro-text {
  opacity: 1;
  transform: translateY(0);
}

.index__intro-text span:last-child {
  margin-top: 135px;
}

@media (max-width: 700px) {
  .index__intro-text {
    top: 15%;
    left: 35%;
  }
}

.index__about {
  position: relative;
  width: 100%;
  height: 100vh;
}

.index__about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 2s all ease;
}

.is-show .index__about-bg {
  opacity: 1;
}

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

.index__about-inner {
  position: absolute;
  right: 120px;
  bottom: 66px;
  display: flex;
  flex-direction: column;
  gap: 55px;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(10px);
  transition: 2s all ease 1s;
}

.is-show .index__about-inner {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 700px) {
  .index__about-inner {
    right: 0;
    left: 0;
    bottom: 22px;
    margin: auto;
  }
}

.index__about-text {
  writing-mode: vertical-rl;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
}

.index__about-text span:last-child {
  margin-top: 135px;
}

@media (max-width: 700px) {
  .index__about-text {
    line-height: 170%;
  }
}

.index__about-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #000;
  font-family: "Cardo", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  transition: 0.3s all ease;
}

.index__about-btn::after {
  content: "";
  display: block;
  position: relative;
  width: 49px;
  height: 8px;
  background: url(/img/top/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  transition: 0.3s all ease;
}

.index__about-btn:hover {
  opacity: 0.5;
}

.index__about-btn:hover::after {
  transform: translateX(5px);
}

@media (max-width: 700px) {
  .index__about-btn {
    width: 85%;
    justify-content: flex-start;
  }
}

.index__cuisine {
  padding: 250px 0 0;
  width: 100%;
  overflow: hidden;
}

.index__cuisine-title {
  font-family: "Cardo", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}

.index__cuisine-subtitle {
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  margin: 8px 0 0;
}

.index__cuisine-wrap {
  display: flex;
  flex-direction: column;
  gap: 160px;
  margin: 80px 0 0;
}

.index__cuisine-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
}

.index__cuisine-block:nth-child(odd) {
  text-align: right;
}

.index__cuisine-block:nth-child(odd) .index__cuisine-block__img {
  transform: translateX(0);
}

.index__cuisine-block:nth-child(even) {
  flex-direction: row-reverse;
}

.index__cuisine-block:nth-child(even) .index__cuisine-block__img {
  transform: translateX(0);
}

.index__cuisine-block.is-show:nth-child(odd) .index__cuisine-block__img {
  transform: translateX(10px);
}

@media (max-width: 700px) {
  .index__cuisine-block.is-show:nth-child(odd) .index__cuisine-block__img {
    transform: translateX(0px);
  }
}

.index__cuisine-block.is-show:nth-child(even) .index__cuisine-block__img {
  transform: translateX(-10px);
}

@media (max-width: 700px) {
  .index__cuisine-block.is-show:nth-child(even) .index__cuisine-block__img {
    transform: translateX(0px);
  }
}

@media (max-width: 700px) {
  .index__cuisine-block {
    flex-direction: column;
  }

  .index__cuisine-block:nth-child(even) {
    flex-direction: column;
  }
}

.index__cuisine-block__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.index__cuisine-block__en {
  margin: 10px 0 0;
  font-family: "Cardo", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.index__cuisine-block__dsc {
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.index__cuisine-block__img {
  opacity: 0;
  transition: 2s all ease;
}

.is-show .index__cuisine-block__img {
  opacity: 1;
}

.index__cuisine-block__text {
  opacity: 0;
  transition: 1s all ease;
}

.is-show .index__cuisine-block__text {
  opacity: 1;
}

@media (max-width: 700px) {
  .index__cuisine-block__text {
    width: 100%;
    padding: 0 20px;
  }
}

.index__cuisine-specialty {
  margin: 220px 0 0;
}

.index__cuisine-specialty__title {
  text-align: center;
  font-family: "Cardo", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
}

.index__cuisine-specialty__btn {
  margin: 20px 0 0;
}

.index__cuisine-specialty__btn a {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 80px;
  border: 1px solid #040000;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.index__cuisine-specialty__btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 190px;
  transform: translateY(-50%);
  width: 49px;
  height: 8px;
  background: url(/img/top/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  transition: 0.3s all ease;
}

.index__cuisine-specialty__btn a:hover {
  opacity: 0.5;
}

.index__cuisine-specialty__btn a:hover::after {
  transform: translateY(-50%) translateX(5px);
}

@media (max-width: 700px) {
  .index__cuisine-specialty__btn a {
    width: 80%;
  }

  .index__cuisine-specialty__btn a::after {
    position: relative;
    top: inherit;
    right: inherit;
    transform: none;
  }
}

.index__cuisine-menu {
  margin: 280px 0 0;
}

@media (max-width: 700px) {
  .index__cuisine-menu {
    margin: 230px 0 0;
  }
}

.index__cuisine-menu__title {
  text-align: center;
  font-family: "Cardo", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 120%;
}

.index__cuisine-menu__btn {
  margin-top: 30px;
}

.index__cuisine-menu__btn-wrap {
  display: flex;
  justify-content: center;
  gap: 5px;
}

@media (max-width: 700px) {
  .index__cuisine-menu__btn-wrap {
    padding: 0 20px;
  }
}

.index__cuisine-menu__btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 1;
  transition: 0.3s all ease;
}

@media (max-width: 700px) {
  .index__cuisine-menu__btn-wrap a {
    width: 100%;
  }
}

.index__cuisine-menu__btn-wrap a:hover {
  background: #000;
  color: #fff;
}

.index__cuisine-menu__text {
  margin: 130px 0 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}

.index__cuisine-menu__text a {
  color: #09f;
}

@media (max-width: 700px) {
  .index__cuisine-menu__text {
    margin: 50px 0 0;
  }
}

.index__bg {
  margin: 200px 0 0;
  padding: 0;
  overflow: visible;
}

@media (max-width: 640px) {
  .index__bg {
    margin: 64px 0 0;
  }
}

.index__chef {
  background: #f4f4f3;
  padding: 200px 0 0;
}

@media (max-width: 700px) {
  .index__chef {
    padding: 180px 0 0;
  }
}

.index__chef-inner {
  width: calc(100% - 70px);
  margin: auto;
  transition: 1.5s all ease;
  opacity: 0;
  transform: translateY(10px);
}

.index__chef-inner.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 700px) {
  .index__chef-inner {
    width: 100%;
    padding: 0 10px;
  }
}

.index__chef-wrap {
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 880px) {
  .index__chef-wrap {
    flex-direction: column;
    gap: 32px;
  }
}

.index__chef-block-1 {
  flex: 0 0 600px;
}

.index__chef-block-1 img {
  width: 100%;
}

@media (max-width: 1100px) {
  .index__chef-block-1 {
    flex: 0 0 400px;
  }
}

@media (max-width: 880px) {
  .index__chef-block-1 {
    flex: inherit;
    width: 100%;
  }
}

.index__chef-block-2 {
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 0 90px;
}

@media (max-width: 1100px) {
  .index__chef-block-2 {
    padding: 0 0 10px;
  }
}

@media (max-width: 880px) {
  .index__chef-block-2 {
    padding: 0;
  }
}

.index__chef-block-2__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
}

@media (max-width: 880px) {
  .index__chef-block-2__inner {
    padding: 0 10px;
  }
}

.index__chef-block-2__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.2px;
}

.index__chef-block-2__name {
  margin: 30px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.index__chef-block-2__text {
  margin: 16px 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%;
}

@media (max-width: 700px) {
  .index__chef-block-2__text {
    font-size: 16px;
  }
}

.index__chef-block-2__btn {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #000;
  font-family: "Cardo", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  transition: 0.3s all ease;
}

.index__chef-block-2__btn::after {
  content: "";
  display: block;
  position: relative;
  width: 49px;
  height: 8px;
  background: url(/img/top/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  transition: 0.3s all ease;
}

.index__chef-block-2__btn:hover {
  opacity: 0.5;
}

.index__chef-block-2__btn:hover::after {
  transform: translateX(5px);
}

.index__wine {
  background: #f4f4f3;
  padding: 300px 0 0;
}

@media (max-width: 700px) {
  .index__wine {
    padding: 180px 0 0;
  }
}

.index__wine-title {
  text-align: center;
  font-family: "Cardo", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 50px;
}

.index__wine-inner {
  width: calc(100% - 70px);
  margin: auto;
  transition: 1.5s all ease;
  opacity: 0;
  transform: translateY(10px);
}

.index__wine-inner.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 880px) {
  .index__wine-inner {
    width: 100%;
    padding: 0 10px;
  }
}

.index__wine-wrap {
  display: flex;
  flex-direction: row;
}

@media (max-width: 880px) {
  .index__wine-wrap {
    flex-direction: column;
    gap: 32px;
  }
}

.index__wine-block-1 {
  flex: 0 0 750px;
}

.index__wine-block-1 img {
  width: 100%;
}

@media (max-width: 1200px) {
  .index__wine-block-1 {
    flex: 0 0 500px;
  }
}

@media (max-width: 1000px) {
  .index__wine-block-1 {
    flex: 0 0 400px;
  }
}

@media (max-width: 880px) {
  .index__wine-block-1 {
    flex: inherit;
    width: 100%;
  }
}

.index__wine-block-2 {
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 0 90px;
}

@media (max-width: 1200px) {
  .index__wine-block-2 {
    padding: 0 0 10px;
  }
}

@media (max-width: 880px) {
  .index__wine-block-2 {
    padding: 0;
  }
}

.index__wine-block__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
}

@media (max-width: 880px) {
  .index__wine-block__inner {
    padding: 0 10px;
  }
}

.index__wine-block__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.2px;
}

.index__wine-block__text {
  margin: 30px 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%;
}

@media (max-width: 700px) {
  .index__wine-block__text {
    font-size: 16px;
  }
}

.index__wine-block__btn {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #000;
  font-family: "Cardo", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  transition: 0.3s all ease;
}

.index__wine-block__btn::after {
  content: "";
  display: block;
  position: relative;
  width: 49px;
  height: 8px;
  background: url(/img/top/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  transition: 0.3s all ease;
}

.index__wine-block__btn:hover {
  opacity: 0.5;
}

.index__wine-block__btn:hover::after {
  transform: translateX(5px);
}

.index__room {
  background: #f4f4f3;
  padding: 300px 0 225px;
}

@media (max-width: 640px) {
  .index__room {
    padding: 180px 0 140px;
  }
}

.index__room-title {
  text-align: center;
  font-family: "Cardo", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 50px;
}

.index__room-inner {
  width: calc(100% - 70px);
  margin: auto;
  transition: 1.5s all ease;
  opacity: 0;
  transform: translateY(10px);
}

.index__room-inner.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 880px) {
  .index__room-inner {
    width: 100%;
    padding: 0 10px;
  }
}

.index__room-wrap {
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 880px) {
  .index__room-wrap {
    flex-direction: column;
    gap: 32px;
  }
}

.index__room-block-1 {
  flex: 0 0 700px;
  position: relative;
}

@media (max-width: 1200px) {
  .index__room-block-1 {
    flex: 0 0 500px;
  }
}

@media (max-width: 1000px) {
  .index__room-block-1 {
    flex: 0 0 400px;
  }
}

@media (max-width: 880px) {
  .index__room-block-1 {
    flex: inherit;
  }
}

.index__room-block-1 .index__room-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.084;
}

@media (max-width: 880px) {
  .index__room-block-1 .index__room-img {
    aspect-ratio: 1/1.35;
  }
}

.index__room-block-1 .index__room-img__img {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 3s ease-in-out;
}

.index__room-block-1 .index__room-img__img.is-show {
  opacity: 1;
  visibility: visible;
}

.index__room-block-1 .index__room-img__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index__room-block-2 {
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 0 90px;
}

@media (max-width: 1200px) {
  .index__room-block-2 {
    padding: 0 0 10px;
  }
}

@media (max-width: 880px) {
  .index__room-block-2 {
    padding: 0;
  }
}

.index__room-block__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
}

@media (max-width: 880px) {
  .index__room-block__inner {
    padding: 0 10px;
  }
}

.index__room-block__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.2px;
}

.index__room-block__text {
  margin: 30px 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%;
}

@media (max-width: 700px) {
  .index__room-block__text {
    font-size: 16px;
  }
}

.index__room-block__btn {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 50px 0 0;
}

@media (max-width: 880px) {
  .index__room-block__btn {
    margin: 20px 0 0;
  }
}

.index__room-block__btn-wrap {
  display: flex;
  gap: 20px;
}

.index__room-block__btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 143px;
  height: 30px;
  border: 1px solid #000;
  font-size: 15px;
  line-height: 1;
  padding-bottom: 2px;
  transition: 0.3s all ease;
}

.index__room-block__btn-wrap a:hover {
  background: #000;
  color: #fff;
}

.index__osechi-banner {
  margin: 155px 0 0;
}

.index__osechi-banner.is-hide {
  display: none;
}

.index__osechi-banner a {
  display: block;
  width: 450px;
  margin: auto;
  transition: 0.3s all ease;
}

.index__osechi-banner a img {
  width: 100%;
}

.index__osechi-banner a:hover {
  opacity: 0.7;
}

@media (max-width: 640px) {
  .index__osechi-banner a {
    width: 90%;
    max-width: 450px;
  }
}

.about__intro {
  padding: 200px 0;
}

.about__intro-inner {
  max-width: 400px;
  margin: auto;
  opacity: 0;
  transform: translateY(10px);
  transition: 2s all ease;
}

.about__intro-inner.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 700px) {
  .about__intro-inner {
    padding: 0 20px;
  }
}

.about__intro-inner h2 {
  font-family: "Cardo", serif;
  font-size: 20px;
  line-height: 200%;
}

.about__intro-inner p {
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 220%;
}

@media (max-width: 640px) {
  .about__intro-inner p {
    font-size: 16px;
  }
}

.about__intro-btn {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #000;
  font-family: "Cardo", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.about__intro-btn::after {
  content: "";
  display: block;
  position: relative;
  width: 49px;
  height: 8px;
  background: url(/img/top/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  transition: 0.3s all ease;
}

.about__intro-btn:hover {
  opacity: 0.5;
}

.about__intro-btn:hover::after {
  transform: translateX(5px);
}

.about__specialty {
  padding-bottom: 160px;
}

.about__specialty-img {
  width: 100%;
  max-width: 730px;
  margin: auto;
}

.about__specialty-img img {
  width: 100%;
}

.about__specialty-text {
  max-width: 400px;
  margin: auto;
  padding: 50px 0 0;
}

@media (max-width: 700px) {
  .about__specialty-text {
    padding: 50px 20px 0;
  }
}

.about__specialty-title {
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  line-height: 150%;
}

.about__specialty-dsc {
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 220%;
}

@media (max-width: 640px) {
  .about__specialty-dsc {
    font-size: 16px;
  }
}

.about__team {
  background: #f4f4f3;
  padding: 120px 0 230px;
}

@media (max-width: 640px) {
  .about__team {
    padding: 120px 0 150px;
  }
}

.about__team-inner {
  width: 90%;
  max-width: 800px;
  margin: auto;
}

@media (max-width: 640px) {
  .about__team-inner {
    width: 100%;
    padding: 0 25px;
  }
}

.about__team-inner h2 {
  font-family: "Cardo", serif;
  font-size: 20px;
  line-height: 200%;
  text-align: center;
}

.about__team-wrap {
  margin: 30px 0 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #bababa;
}

@media (max-width: 640px) {
  .about__team-wrap {
    margin: 60px 0 0;
  }
}

.about__team-block {
  border-bottom: 1px solid #bababa;
  padding: 90px 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 62px;
  opacity: 0;
  transform: translateY(10px);
  transition: 2s all ease;
}

.about__team-block.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 800px) {
  .about__team-block {
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 640px) {
  .about__team-block {
    padding: 47px 0;
  }
}

.about__team-block__img {
  width: 200px;
}

.about__team-block__img img {
  width: 100%;
}

@media (max-width: 800px) {
  .about__team-block__img {
    width: 100%;
    text-align: right;
  }

  .about__team-block__img img {
    width: 180px;
  }
}

.about__team-block__info {
  width: calc(100% - 200px);
}

@media (max-width: 800px) {
  .about__team-block__info {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .about__team-block__info {
    margin-top: -16px;
  }
}

.about__team-block__name {
  font-size: 13px;
  line-height: 180%;
}

@media (max-width: 640px) {
  .about__team-block__name {
    font-size: 15px;
    line-height: 130%;
  }

  .about__team-block__name small {
    display: block;
    font-size: 13px;
  }

  .about__team-block__name span {
    font-size: 14px;
  }
}

.about__team-block__text {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 180%;
}

@media (max-width: 640px) {
  .about__team-block__text {
    font-size: 13px;
    margin: 24px 0 0;
  }
}

.about__team-other {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 120px 50px;
  padding: 180px 0 0;
}

@media (max-width: 870px) {
  .about__team-other {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 70px;
  }
}

@media (max-width: 640px) {
  .about__team-other {
    padding: 160px 0 0;
  }
}

.about__team-other__block {
  width: calc(50% - 25px);
  display: flex;
  align-items: flex-end;
  gap: 15px;
  opacity: 0;
  transform: translateY(10px);
  transition: 2s all ease;
}

.about__team-other__block.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 640px) {
  .about__team-other__block {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 20px;
  }
}

.about__team-other__block-img {
  width: 150px;
}

.about__team-other__block-img img {
  width: 100%;
}

@media (max-width: 640px) {
  .about__team-other__block-img {
    width: 120px;
  }
}

.about__team-other__block-info {
  width: calc(100% - 165px);
}

@media (max-width: 640px) {
  .about__team-other__block-info {
    width: calc(100% - 135px);
  }
}

.about__team-other__block-pos {
  font-size: 13px;
  line-height: 180%;
}

.about__team-other__block-name {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 140%;
}

@media (max-width: 640px) {
  .about__team-other__block-name {
    font-size: 16px;
  }

  .about__team-other__block-name span {
    font-size: 14px;
  }
}

.about__team-other__block-text {
  margin: 16px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}

@media (max-width: 640px) {
  .about__team-other__block-text {
    line-height: 180%;
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .about__team-other__block-text.is-pc {
    display: none;
  }
}

.about__team-other__block-text.is-sp {
  display: none;
}

@media (max-width: 640px) {
  .about__team-other__block-text.is-sp {
    display: block;
    width: 100%;
  }
}

.menu__inner {
  width: 720px;
  margin: auto;
}

@media (max-width: 740px) {
  .menu__inner {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}

.menu__nav {
  margin: 80px 0 0;
}

.menu__nav-title {
  font-family: "Cardo", serif;
  font-size: 20px;
  line-height: 200%;
}

.menu__nav-wrap {
  display: flex;
  gap: 5px;
  margin: 5px 0 0;
}

.menu__nav-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  border: 1px solid #000;
  font-size: 13px;
  line-height: 1;
  transition: 0.3s all ease;
}

.menu__nav-wrap a:last-child {
  width: 120px;
}

.menu__nav-wrap a:hover {
  background: #000;
  color: #fff;
}

.menu__lunch {
  margin: 60px 0 0;
  padding: 60px 0 0;
}

@media (max-width: 640px) {
  .menu__lunch {
    margin: 50px 0 0;
    padding: 50px 0 0;
  }
}

.menu__lunch-wrap {
  margin: 80px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}

@media (max-width: 940px) {
  .menu__lunch-wrap {
    flex-direction: column;
  }
}

.menu__lunch-block {
  width: 290px;
}

@media (max-width: 940px) {
  .menu__lunch-block {
    width: 100%;
  }
}

.menu__lunch-block__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  padding: 0 24px 0 0;
  cursor: pointer;
  transition: 0.3s all ease;
}

.menu__lunch-block__head:hover {
  opacity: 0.5;
}

.menu__lunch-block__head::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 12px;
  transition: 0.3s all ease;
}

.menu__lunch-block__head.is-show::after {
  transform: rotate(135deg);
}

.menu__lunch-block__title {
  font-size: 15px;
  line-height: 270%;
}

@media (max-width: 640px) {
  .menu__lunch-block__title {
    font-size: 16px;
  }
}

.menu__lunch-block__price {
  font-size: 15px;
  line-height: 270%;
  letter-spacing: 0.1em;
}

@media (max-width: 640px) {
  .menu__lunch-block__price {
    font-size: 16px;
  }
}

.menu__lunch-block__body {
  display: none;
}

.menu__lunch-block__body-inner {
  padding: 24px 0 0;
  font-size: 15px;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

@media (max-width: 640px) {
  .menu__lunch-block__body {
    font-size: 16px;
  }
}

.menu__dinner {
  background: #f4f4f3;
  padding: 113px 0 237px;
}

@media (max-width: 640px) {
  .menu__dinner {
    padding-top: 32px;
    padding-bottom: 64px;
  }
}

.menu__title {
  font-family: "Cardo", serif;
  font-size: 15px;
  line-height: 100%;
  width: 75px;
  height: 25px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .menu__title {
    font-size: 17px;
    height: 29px;
  }
}

.menu__wrap {
  margin: 64px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 100px 0;
  justify-content: space-between;
}

@media (max-width: 940px) {
  .menu__wrap {
    flex-direction: column;
  }
}

.menu__block {
  width: 290px;
}

@media (max-width: 940px) {
  .menu__block {
    width: 100%;
  }
}

.menu__block-title {
  font-size: 15px;
  line-height: 270%;
}

@media (max-width: 640px) {
  .menu__block-title {
    font-size: 16px;
  }
}

.menu__block-price {
  font-size: 15px;
  line-height: 270%;
  letter-spacing: 0.1em;
}

@media (max-width: 640px) {
  .menu__block-price {
    font-size: 16px;
  }
}

.menu__block-text {
  margin: 15px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #000;
  font-size: 15px;
  line-height: 160%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 640px) {
  .menu__block-text {
    font-size: 16px;
  }
}

.menu__note {
  margin-top: 112px;
  font-size: 13px;
  line-height: 190%;
}

@media (max-width: 640px) {
  .menu__note {
    font-size: 14px;
  }
}

.menu__img {
  margin: 84px 0 0;
  width: 100%;
}

.menu__img img {
  width: 100%;
}

@media (max-width: 640px) {
  .menu__img {
    padding: 10px 10px 0;
    background: #f4f4f3;
  }
}

.menu__wine {
  margin: 137px 0 0;
}

@media (max-width: 640px) {
  .menu__wine {
    margin: 80px 0 0;
  }
}

.menu__wine .menu__title {
  width: 112px;
  margin: 0 0 40px;
}

@media (max-width: 640px) {
  .menu__wine .menu__title {
    width: 137px;
  }
}

.menu__wine-img {
  width: 556px;
  opacity: 0;
  transform: translateY(10px);
  transition: 1.5s all ease;
}

.menu__wine-img.is-show {
  opacity: 1;
  transform: translateY(0);
}

.menu__wine-img img {
  width: 100%;
}

@media (max-width: 640px) {
  .menu__wine-img {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}

.menu__wine-body {
  flex: 0 0 235px;
  opacity: 0;
  transform: translateY(10px);
  transition: 1.5s all ease;
}

.menu__wine-body.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 640px) {
  .menu__wine-body {
    flex: inherit;
    width: 100%;
  }
}

.menu__wine-inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 80px;
  margin: 0 0 0 -120px;
}

@media (max-width: 940px) {
  .menu__wine-inner {
    gap: 64px;
  }
}

@media (max-width: 640px) {
  .menu__wine-inner {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }
}

.menu__wine-wrap {
  display: flex;
  flex-direction: column;
}

.menu__wine-block {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  line-height: 270%;
}

@media (max-width: 640px) {
  .menu__wine-block {
    font-size: 16px;
  }
}

.menu__wine-btn {
  margin: 18px 0 48px;
}

.menu__wine-btn a {
  border: 1px solid #000;
  width: 220px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}

.menu__wine-btn a:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 640px) {
  .menu__wine-btn a {
    width: 100%;
  }
}

.menu__caution {
  margin: 100px 0 0;
}

@media (max-width: 640px) {
  .menu__caution {
    margin: 32px 0 80px;
  }
}

.menu__caution p {
  border: 1px solid #000;
  padding: 40px 56px;
  font-size: 15px;
  line-height: 190%;
}

@media (max-width: 640px) {
  .menu__caution p {
    padding: 30px 34px;
    font-size: 15px;
  }
}

.menu__box {
  margin: 90px 0;
}

.menu__box-title {
  font-size: 21px;
  font-weight: 400;
  line-height: 100%;
  border-bottom: 1px solid #000;
  padding: 0 0 15px;
}

.menu__box-text {
  margin: 15px 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%;
}

.menu__next-btn {
  position: relative;
  margin: 160px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 270%;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  cursor: pointer;
  transition: 0.3s all ease;
}

.menu__next-btn:hover {
  opacity: 0.5;
}

.menu__next-btn::after {
  content: "+";
  position: absolute;
  right: 0;
  transition: 0.3s all ease;
}

.menu__next-btn.is-show::after {
  transform: rotate(135deg);
}

.menu__next-body {
  display: none;
}

.story__inner {
  position: relative;
  width: 90%;
  max-width: 928px;
  margin: auto;
  overflow: hidden;
}

@media (max-width: 640px) {
  .story__inner {
    width: 100%;
  }
}

.story h2 {
  margin: 140px 0 0;
  font-family: "Cardo", serif;
  font-size: 20px;
  line-height: 1em;
  text-align: center;
}

.story__block {
  position: relative;
  font-size: 15px;
  line-height: 230%;
  transition: 1.5s all ease;
  opacity: 0;
  transform: translateY(10px);
}

.story__block.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 640px) {
  .story__block {
    font-size: 16px;
  }
}

.story__block-1 {
  margin: 90px auto 0;
  max-width: 400px;
  width: 100%;
}

@media (max-width: 640px) {
  .story__block-1 {
    padding: 0 20px;
  }
}

.story__block-2 {
  margin: 73px 0 160px;
  padding: 0 0 0 50%;
}

@media (max-width: 870px) {
  .story__block-2 {
    padding: 0;
    max-width: 400px;
    width: 100%;
    margin: 73px auto 160px;
  }
}

@media (max-width: 640px) {
  .story__block-2 {
    padding: 0 20px;
  }
}

.story__img {
  margin: 100px 0 0;
  width: 50%;
}

.story__img img {
  width: 100%;
}

@media (max-width: 640px) {
  .story__img {
    width: 80%;
  }
}

.room .scrolldown {
  color: #fff;
}

.room .scrolldown::before,
.room .scrolldown::after {
  background-image: url(/img/common/scrolldown_wh.svg);
}

.room__block-1 {
  width: 90%;
  max-width: 500px;
  margin: 150px auto 300px;
}

@media (max-width: 640px) {
  .room__block-1 {
    width: 100%;
    padding: 0 25px;
    margin: 100px 0;
  }
}

.room__block-2 {
  position: relative;
  padding: 0 0 0 22%;
}

@media (max-width: 640px) {
  .room__block-2 {
    padding: 0;
  }
}

.room__block-2__inner {
  width: 520px;
  padding: 337px 60px 0 50px;
}

@media (max-width: 1200px) {
  .room__block-2__inner {
    padding: 160px 60px 0 50px;
  }
}

@media (max-width: 640px) {
  .room__block-2__inner {
    width: 100%;
    padding: 0 25px;
  }
}

.room__block-2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 520px - 23%);
  height: 100%;
  background: url(/img/room/img_02.jpg) no-repeat center left;
  background-size: cover;
}

@media (max-width: 640px) {
  .room__block-2::before {
    position: relative;
    width: calc(100% - 20px);
    top: inherit;
    left: inherit;
    height: auto;
    aspect-ratio: 1/1.35;
    margin: 0 10px 80px;
  }
}

.room__block-2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22%;
  height: 100%;
  background: url(/img/room/img_01.jpg) no-repeat center right;
  background-size: cover;
}

@media (max-width: 640px) {
  .room__block-2::after {
    position: relative;
    width: calc(100% - 20px);
    top: inherit;
    left: inherit;
    height: auto;
    aspect-ratio: 1/1.35;
    margin: 120px 10px 0;
  }
}

.room__block-3 {
  margin: 293px auto 194px;
}

@media (max-width: 640px) {
  .room__block-3 {
    margin: 165px auto 200px;
  }
}

.room__block-3__wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 44px;
  margin: auto;
}

@media (max-width: 1200px) {
  .room__block-3__wrap {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .room__block-3__wrap {
    flex-direction: column-reverse;
    gap: 32px;
  }
}

.room__block-3__img {
  margin: 0 0 0 74px;
  width: 738px;
}

.room__block-3__img img {
  width: 100%;
}

@media (max-width: 1200px) {
  .room__block-3__img {
    width: 60%;
    margin: 0;
  }
}

@media (max-width: 900px) {
  .room__block-3__img {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .room__block-3__img {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
}

.room__block-3__body {
  width: 360px;
}

@media (max-width: 1200px) {
  .room__block-3__body {
    width: 40%;
    padding: 0 30px 0 0;
  }
}

@media (max-width: 900px) {
  .room__block-3__body {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .room__block-3__body {
    width: 100%;
    padding: 0 25px;
  }
}

.room__block-3 a {
  padding: 6px 20px;
}

.room__block h2 {
  font-family: "Cardo", serif;
  font-size: 20px;
  line-height: 200%;
}

.room__block p {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 220%;
}

@media (max-width: 640px) {
  .room__block p {
    font-size: 16px;
    line-height: 230%;
  }
}

.room__block ul {
  display: flex;
  flex-direction: column;
}

.room__block ul li {
  position: relative;
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 140%;
  padding: 0 0 0 15px;
}

@media (max-width: 640px) {
  .room__block ul li {
    font-size: 16px;
  }
}

.room__block ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.room__block a {
  margin: 32px 0 0;
  display: inline-block;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  padding: 6px 40px;
  transition: 0.3s all ease;
}

.room__block a:hover {
  background: #000;
  color: #fff;
}

.modal__bk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  cursor: pointer;
}

.is-show .modal__bk {
  opacity: 1;
  visibility: visible;
}

.modal__close {
  position: absolute;
  width: 32px;
  height: 32px;
  top: -16px;
  right: -16px;
  background: url(/img/common/icon_modal_close.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  transition: 0.3s all ease;
}

.modal__close:hover {
  opacity: 0.7;
}

@media (max-width: 640px) {
  .modal__close {
    top: -8px;
    right: -8px;
    width: 24px;
    height: 24px;
  }
}

.modal__body {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  padding: 30px;
  background: #fff;
  width: 80%;
  max-width: 1040px;
  height: auto;
  aspect-ratio: 1/0.63;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}

.is-show .modal__body {
  opacity: 1;
  visibility: visible;
}

.js-modal-2 .modal__body {
  max-width: 690px;
  aspect-ratio: 1/0.95;
}

@media (max-width: 640px) {
  .js-modal-2 .modal__body {
    aspect-ratio: 1/1.7;
    padding: 0;
  }

  .js-modal-2 .modal__body .modal__img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 640px) {
  .modal__body {
    width: 90%;
    padding: 10px 10px 30px;
  }
}

.modal__img {
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
}

@media (max-width: 640px) {
  .modal__img {
    width: calc(100% - 20px);
    height: calc(100% - 40px);
  }
}

.modal__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.modal__img img.is-show {
  display: block;
}

.modal__text {
  position: absolute;
  bottom: 8px;
  font-family: "Cardo", serif;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
}

.modal__text.is-show {
  opacity: 1;
  visibility: visible;
}

.modal__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(/img/room/btn_next.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  transition: 0.3s all ease;
}

.modal__btn.is-hide {
  opacity: 0;
  pointer-events: none;
}

.modal__btn.is-next {
  right: -2px;
}

.modal__btn.is-next:hover {
  opacity: 0.5;
  transform: translateY(-50%) translateX(2px);
}

.modal__btn.is-prev {
  left: -2px;
  transform: translateY(-50%) rotate(180deg);
}

.modal__btn.is-prev:hover {
  opacity: 0.5;
  transform: translateY(-50%) translateX(-2px) rotate(180deg);
}

@media (max-width: 640px) {
  .modal__btn {
    width: 30px;
    height: 30px;
  }

  .modal__btn.is-next {
    right: -8px;
  }

  .modal__btn.is-prev {
    left: -8px;
  }
}

.access {
  min-height: calc(100vh - 330px);
}

.access__bg-1 {
  position: absolute;
  width: 311px;
  height: 345px;
  top: 60px;
  right: 0;
  overflow-x: hidden;
}

.access__bg-1 img {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  right: -75px;
}

@media (max-width: 640px) {
  .access__bg-1 {
    width: 220px;
    top: 30px;
    right: 0;
  }

  .access__bg-1 img {
    right: 10px;
  }
}

.access__bg-2 {
  position: absolute;
  width: 311px;
  top: 688px;
  left: -114px;
}

.access__bg-2 img {
  width: 100%;
}

@media (max-width: 800px) {
  .access__bg-2 {
    display: none;
  }
}

.access__inner {
  padding: 200px 0 90px 346px;
}

@media (max-width: 1000px) {
  .access__inner {
    padding: 200px 0 90px 250px;
  }
}

@media (max-width: 800px) {
  .access__inner {
    width: 100%;
    padding: 230px 25px 80px;
  }
}

.access__inner h2 {
  font-family: "Cardo", serif;
  font-size: 20px;
  line-height: 200%;
}

@media (max-width: 640px) {
  .access__inner h2 {
    font-size: 18px;
  }
}

.access__wrap {
  margin: 87px 0 0;
  display: flex;
}

@media (max-width: 1370px) {
  .access__wrap {
    flex-direction: column;
    gap: 32px;
  }
}

.access__img {
  width: 416px;
}

.access__img img {
  width: 100%;
}

@media (max-width: 640px) {
  .access__img {
    width: 100%;
  }
}

.access__title {
  font-family: "Cardo", serif;
  font-size: 20px;
  line-height: 200%;
}

@media (max-width: 640px) {
  .access__title {
    font-size: 18px;
  }
}

.access__text {
  margin: 9px 0 0;
  font-size: 15px;
  line-height: 220%;
}

@media (max-width: 640px) {
  .access__text {
    font-size: 16px;
  }
}

.access__btn {
  margin: 44px 0 16px;
}

.access__btn a {
  display: inline-block;
  font-family: "Cardo", serif;
  font-size: 15px;
  line-height: 1;
  padding: 8px 16px;
  border: 1px solid #000;
  transition: 0.3s all ease;
}

.access__btn a:hover {
  background: #000;
  color: #fff;
}

.access__exterior {
  width: 100%;
  max-width: 600px;
  margin: 120px 0 0;
}

.access__exterior img {
  width: 100%;
}

.news__bg-1 {
  position: absolute;
  width: 311px;
  height: 345px;
  top: 60px;
  right: 0;
  overflow-x: hidden;
}

.news__bg-1 img {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  right: -75px;
  right: inherit;
}

@media (max-width: 640px) {
  .news__bg-1 {
    width: 220px;
    top: 30px;
    right: 0;
  }

  .news__bg-1 img {
    right: 10px;
  }
}

.news__bg-2 {
  position: absolute;
  width: 311px;
  top: -260px;
  left: -167px;
  z-index: -1;
}

.news__bg-2 img {
  width: 100%;
}

@media (max-width: 640px) {
  .news__bg-2 {
    display: none;
  }
}

.news__wrap {
  position: relative;
  margin: 84px 5% 0 50px;
  display: flex;
  flex-direction: column;
  gap: 55px;
  max-width: 770px;
  width: 90%;
}

@media (max-width: 640px) {
  .news__wrap {
    width: 88%;
  }
}

.news__block {
  padding: 20px 0 0;
}

.news__block-date {
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  line-height: 100%;
}

.news__block-title {
  padding-bottom: 12px;
  border-bottom: 1px solid #b8c8eb;
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 147%;
  letter-spacing: 0.85px;
}

.news__block-text {
  margin: 32px 0 0;
  font-size: 15px;
  font-weight: 350;
  line-height: 190%;
  white-space: pre-wrap;
}

@media (max-width: 640px) {
  .news__block-text {
    font-size: 16px;
  }
}

.news__block-link {
  margin: 20px 0 0;
}

.news__block-link a {
  font-size: 15px;
  font-weight: 350;
  line-height: 190%;
  border: 1px solid #b8c8eb;
  padding: 6px 20px;
  transition: 0.3s all ease;
}

@media (max-width: 640px) {
  .news__block-link a {
    font-size: 16px;
  }
}

.news__block-link a:hover {
  background: #eaeff9;
}

.article__inner {
  width: 100%;
  padding: 200px 20px 0;
  max-width: 800px;
  margin: auto;
}

.article__inner h2 {
  font-family: "Cardo", serif;
  font-size: 20px;
  line-height: 200%;
}

@media (max-width: 640px) {
  .article__inner h2 {
    font-size: 18px;
  }
}

.article__wrap {
  position: relative;
  display: block;
  padding: 0 0 200px;
}

.article__main {
  margin: 64px 0 0;
  width: 100%;
}

.article__main img {
  width: 100%;
}

.article__date {
  margin: 80px 0 0;
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  line-height: 100%;
}

.article__title {
  padding-bottom: 16px;
  border-bottom: 1px dotted #000;
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 147%;
  letter-spacing: 0.85px;
}

.article__text {
  margin: 32px 0 0;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 350;
  line-height: 190%;
  white-space: pre-line;
}

.article__link {
  margin: 48px 0 0;
}

.article__link a {
  font-size: 13px;
  font-weight: 350;
  line-height: 190%;
  border: 1px solid #000;
  padding: 6px 40px;
  transition: 0.3s all ease;
}

.article__link a:hover {
  background: #000;
  color: #fff;
}

.article__img {
  margin: 120px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

@media (max-width: 640px) {
  .article__img {
    gap: 20px;
  }
}

.article__img img {
  width: calc(50% - 20px);
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/10;
}

@media (max-width: 640px) {
  .article__img img {
    width: calc(50% - 10px);
  }
}

.reservation__wrap {
  width: 100%;
  max-width: 800px;
  padding: 0 74px;
}

@media (max-width: 1000px) {
  .reservation__wrap {
    padding: 0 5%;
  }
}

@media (max-width: 640px) {
  .reservation__wrap {
    padding: 0;
  }
}

.reservation__tel {
  margin: 16px 0 0;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
}

.reservation__tel a {
  margin: 24px 0 0;
  display: inline-block;
  font-family: "Amiri", serif;
  text-align: center;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 1.75px;
}

@media (max-width: 640px) {
  .reservation__tel {
    margin: 100px 0 0;
  }
}

.reservation__btn {
  margin: 100px 0 0;
}

@media (max-width: 640px) {
  .reservation__btn {
    margin: 45px 0 0;
  }
}

.reservation__btn a {
  border: 1px solid #000;
  display: flex;
  width: 280px;
  height: 35px;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: 0.3s all ease;
}

.reservation__btn a:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 640px) {
  .reservation__btn a {
    width: 100%;
    height: 65px;
  }
}

.reservation__btn-2 {
  margin: 38px 0 0;
}

.reservation__btn-2 p {
  margin: 0 0 16px;
  text-align: center;
  font-size: 13px;
  line-height: 1.5em;
}

@media (max-width: 640px) {
  .reservation__btn-2 p {
    font-size: 15px;
  }
}

.reservation__note {
  margin: 48px 0 100px;
  text-align: center;
  font-size: 15px;
  line-height: 200%;
}

@media (max-width: 640px) {
  .reservation__note {
    text-align: left;
    font-size: 16px;
  }
}

.reservation__policy {
  margin: 68px 0 0;
}

.reservation__policy-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}

@media (max-width: 640px) {
  .reservation__policy-title {
    font-size: 16px;
  }
}

.reservation__policy-text {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 180%;
}

@media (max-width: 640px) {
  .reservation__policy-text {
    font-size: 16px;
  }
}

.recruit__title {
  margin: 48px 0 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 260%;
}

.recruit__text {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 220%;
}

@media (max-width: 640px) {
  .recruit__text {
    font-size: 16px;
  }
}

.recruit__text.mt32 {
  margin: 32px 0 0;
}

.recruit__text.mt64 {
  margin: 64px 0 0;
}

.recruit__photogallery {
  background: #f4f4f3;
  margin: 230px 0 0;
  padding: 1px 0 0;
}

.recruit__photogallery img {
  display: block;
  width: 80%;
  margin: -200px 0 0 16.5%;
}

@media (max-width: 640px) {
  .recruit__photogallery {
    background: none;
    margin: 0;
  }

  .recruit__photogallery img {
    width: 100%;
    margin: 0;
  }
}

.products__inner {
  max-width: 735px;
  margin: auto;
  padding: 200px 0 90px;
}

@media (max-width: 800px) {
  .products__inner {
    width: 100%;
    padding: 230px 25px 80px;
  }
}

.products__text {
  position: relative;
  margin: 80px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1px;
}

.products__text span {
  font-size: 16px;
}

@media (max-width: 640px) {
  .products__text {
    font-size: 16px;
  }

  .products__text span {
    font-size: 14px;
  }
}

.products__osechi-banner {
  position: relative;
  margin-top: 80px;
}

@media (max-width: 640px) {
  .products__osechi-banner a {
    width: 100%;
    max-width: 450px;
  }
}

.osechi .lower__hero-img img {
  object-position: top center;
}

.osechi__inner {
  background: url(/img/osechi/bg.png);
  padding: 100px 0 0;
}

.osechi__title {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 700px) {
  .osechi__title {
    font-size: 24px;
  }
}

.osechi__text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
  margin: 60px auto 0;
}

@media (max-width: 700px) {
  .osechi__text {
    font-size: 16px;
    line-height: 190%;
  }
}

.osechi__text-wrap {
  display: flex;
  justify-content: center;
}

.osechi__wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 90px;
  margin: 200px auto 0;
}

@media (max-width: 700px) {
  .osechi__wrap {
    flex-direction: column-reverse;
    align-items: center;
    gap: 48px;
    margin: 160px auto 0;
  }
}

.osechi__wrap-text {
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  line-height: 180%;
  padding-bottom: 10px;
}

@media (max-width: 700px) {
  .osechi__wrap-text {
    font-size: 16px;
  }
}

.osechi__wrap-img {
  width: 210px;
}

.osechi__wrap-img img {
  width: 100%;
}

.osechi__otodoke {
  margin: 200px 0 0;
}

@media (max-width: 700px) {
  .osechi__otodoke {
    margin: 100px 0 0;
  }
}

.osechi__otodoke-box {
  max-width: 812px;
  width: 90%;
  margin: auto;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.35);
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 180%;
  padding: 30px 0;
}

@media (max-width: 700px) {
  .osechi__otodoke-box {
    font-size: 24px;
    line-height: 150%;
    padding: 24px 0;
  }
}

.osechi__otodoke-note {
  margin: 20px 0 0;
  text-align: center;
  color: #231815;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}

@media (max-width: 700px) {
  .osechi__otodoke-note {
    padding: 0 5%;
  }
}

.osechi__lineup {
  margin: 100px 0 0;
  padding: 120px 0 200px;
  background: rgba(204, 207, 181, 0.5);
}

@media (max-width: 700px) {
  .osechi__lineup {
    padding: 100px 0 160px;
  }
}

.osechi__lineup-icon {
  margin: auto;
  text-align: center;
}

.osechi__lineup-block {
  margin: 120px 0 0;
}

@media (max-width: 700px) {
  .osechi__lineup-block {
    margin: 100px 0 0;
  }
}

.osechi__lineup-block__title {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 700px) {
  .osechi__lineup-block__title {
    font-size: 24px;
  }
}

.osechi__lineup-block__img {
  max-width: 950px;
  width: 100%;
  margin: 32px auto 0;
}

.osechi__lineup-block__img img {
  width: 100%;
}

@media (max-width: 700px) {
  .osechi__lineup-block__img {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}

.osechi__lineup-note {
  max-width: 950px;
  width: 100%;
  margin: 40px auto 0;
  font-size: 16px;
  line-height: 150%;
}

@media (max-width: 950px) {
  .osechi__lineup-note {
    padding: 0 20px;
  }
}

.osechi__btn {
  background: rgba(18, 3, 3, 0.6);
  padding: 155px 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

@media (max-width: 700px) {
  .osechi__btn {
    padding: 100px 0;
  }
}

.osechi__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  background: #fff;
  width: 90%;
  max-width: 660px;
  height: 93px;
  margin: auto;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  transition: 0.3s all ease;
}

.osechi__btn a.is-tel {
  font-size: 16px;
}

.osechi__btn a.is-tel span {
  display: flex;
  align-items: baseline;
  font-size: 16px;
  gap: 8px;
}

.osechi__btn a.is-tel span b {
  font-size: 24px;
  letter-spacing: 0.1em;
}

@media (max-width: 700px) {
  .osechi__btn a.is-tel span {
    flex-direction: column;
    align-items: center;
  }
}

.osechi__btn a:hover {
  opacity: 0.7;
}