@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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;
  border: 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 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

body {
  color: #333333;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 56px;
  }
  body.is-sp-menu-open {
    overflow: hidden;
  }
}

a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}
a img {
  transition-property: opacity;
  transition-duration: 0.2s;
  backface-visibility: hidden;
}

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

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 1px;
}

small {
  font-size: inherit;
}

.m-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .m-wrapper {
    max-width: 89.3%;
  }
}

.m-tellink {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .m-tellink {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.for-ie {
  display: none;
  width: 100%;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 25px 5.35%;
  background-color: #921d19;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.for-ie .m-wrapper {
  position: relative;
  padding-right: 100px;
}
.for-ie a {
  text-decoration: underline;
}
.for-ie a:hover {
  text-decoration: none;
}
.for-ie button {
  width: 120px;
  text-align: center;
  line-height: 1;
  padding: 10px 10px 12px;
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.for-ie button:focus {
  outline: none;
}

.tCenter {
  text-align: center !important;
}

.tRight {
  text-align: right !important;
}

.tLeft {
  text-align: left !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR30 {
  padding-right: 30px !important;
}

.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translate(0, 50px);
}
.fadeInUp.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeInLeft {
  opacity: 0;
  transition: 1s;
  transform: translate(-50px, 0);
}
.fadeInLeft.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeInRight {
  opacity: 0;
  transition: 1s;
  transform: translate(50px, 0);
}
.fadeInRight.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.zoomIn {
  opacity: 0;
  transition: 1s;
  transform: scale(0.6);
}
.zoomIn.is-show {
  opacity: 1;
  transform: scale(1);
}

.m-pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .m-pc-hidden {
    display: inline-block;
  }
}

.m-sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .m-sp-hidden {
    display: none;
  }
}

.visually-hidden {
  /**
   * a11y-css-resetから引用
   * https://github.com/mike-engel/a11y-css-reset
  **/
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*******************************
Style
*******************************/
.m-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-shrink: 0;
  min-width: 295px;
  min-height: 75px;
  padding: 0 28px;
  background: url("./../img/ichimatsu.png") repeat center/30px 30px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
}
.m-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #fff;
  transform: translate(-50%, -50%);
}
@media (hover: hover) and (pointer: fine) {
  .m-btn:hover {
    filter: saturate(0);
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .m-btn {
    width: 100%;
    min-width: initial;
    margin: 0 auto;
  }
}

.m-btn__arrow {
  font-size: 16px;
  line-height: 1;
}

.l-header {
  background: #111;
  color: #fff;
  background-image: url("./../img/header_bg.png");
  background-size: 358px 310px;
  background-position: left bottom -80px;
  background-repeat: no-repeat;
}

.l-main {
  min-width: 0;
  letter-spacing: 0.14em;
}

.l-mv-layout {
  display: grid;
  grid-template-columns: 370px 1fr;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .l-mv-layout {
    grid-template-columns: 1fr;
  }
}

.l-header {
  position: sticky;
  top: 0;
  height: 100dvh;
}
@media screen and (max-width: 768px) {
  .l-header {
    position: static;
    height: auto;
  }
}

.l-header__inner {
  height: 100%;
  padding: 36px 24px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    height: auto;
    padding: 14px 16px;
    gap: 0;
  }
}

.l-header__logo {
  line-height: 1.4;
  text-align: center;
  margin-top: 20vh;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    margin-top: 0;
  }
}

.l-header__logo a {
  color: inherit;
  text-decoration: none;
}

.l-header__logoMain {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-header__logoMain {
    font-size: 24px;
  }
}

.l-header__logoSub {
  display: block;
  margin-top: 12px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-header__logoSub {
    margin-top: 6px;
    font-size: 10px;
  }
}

.l-header__contact {
  text-align: center;
}

.l-header__gnav {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 28px;
  min-height: 0;
}
@media screen and (max-width: 768px) {
  .l-header__gnav {
    position: fixed;
    bottom: 56px;
    left: 0;
    z-index: 195;
    width: 100%;
    max-height: calc(100dvh - 56px);
    padding: 32px 24px 40px;
    background: #111;
    overflow-y: auto;
    visibility: hidden;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.4s;
  }
  body.is-sp-menu-open .l-header__gnav {
    visibility: visible;
    transform: translateY(0);
  }
}

.l-header__reserve {
  pointer-events: none;
  display: block;
  width: 100%;
  background: #921d19;
  padding: 12px 16px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media screen and (max-width: 640px) {
  .l-header__reserve {
    font-size: 20px;
  }
}

.l-header__reserve:hover {
  opacity: 0.9;
}

.l-header__telText {
  margin-top: 24px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
}

.l-header__time {
  margin-top: 8px;
  font-size: 14px;
  color: #fff;
}

.l-header__nav {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    margin-top: 0;
    padding-top: 24px;
  }
}

.l-header__menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .l-header__menu {
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
  }
}

.l-header__menu li {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-header__menu li {
    flex: none;
  }
}

.l-header__menu a {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .l-header__menu a {
    writing-mode: horizontal-tb;
    display: block;
    padding: 16px 8px;
    font-size: 15px;
  }
}

.l-header__menu a:hover {
  opacity: 0.75;
}

.l-header__ins {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__ins {
    margin-top: 0;
  }
}

.l-header__insLink {
  display: block;
}

.l-header__insText {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.p-hero {
  height: 100dvh;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-hero {
    height: calc(100dvh - 70px);
    min-height: 520px;
  }
}

.js-hero-swiper,
.js-hero-swiper .swiper-wrapper {
  height: 100%;
}

.js-hero-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.p-hero__slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-hero__slide--1 {
  background-image: url("./../img/mv_01.jpg");
}

.p-hero__slide--2 {
  background-image: url("./../img/mv_02.jpg");
}

.p-hero__slide--3 {
  background-image: url("./../img/mv_03.jpg");
}

.js-hero-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}

.js-hero-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.l-sp-bar {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-sp-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 56px;
  }
}

@media screen and (max-width: 768px) {
  .l-sp-bar__reserve {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 0;
    padding: 0 16px 0 20px;
    background: #8c1f23;
  }
}

@media screen and (max-width: 768px) {
  .l-sp-bar__reserveText {
    flex-shrink: 0;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .l-sp-bar__tel {
    font-size: 23px;
    line-height: 1.2;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .l-sp-bar__telLabel {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .l-sp-bar__btn {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    padding: 0;
    border: 0;
    background: #000;
    color: #fff;
    cursor: pointer;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .l-sp-bar__btn.is-open .l-sp-bar__icon span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
  }
  .l-sp-bar__btn.is-open .l-sp-bar__icon span:nth-child(2) {
    opacity: 0;
  }
  .l-sp-bar__btn.is-open .l-sp-bar__icon span:nth-child(3) {
    top: 5px;
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 768px) {
  .l-sp-bar__icon {
    position: relative;
    display: block;
    width: 22px;
    height: 12px;
  }
  .l-sp-bar__icon span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: transform 0.3s, opacity 0.3s, top 0.3s;
  }
  .l-sp-bar__icon span:nth-child(1) {
    top: 0;
  }
  .l-sp-bar__icon span:nth-child(2) {
    top: 5px;
  }
  .l-sp-bar__icon span:nth-child(3) {
    top: 10px;
  }
}

.l-sp-drawer {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-sp-drawer {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 190;
    pointer-events: none;
  }
  .l-sp-drawer.is-open {
    pointer-events: auto;
  }
  .l-sp-drawer.is-open .l-sp-drawer__overlay {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .l-sp-drawer__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.35s;
  }
}

.l-pc-fixed-tel {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-pc-fixed-tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 800;
    width: 306px;
    min-height: 107px;
    padding: 18px 20px;
    background: #111;
    color: #fff;
    text-decoration: none;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .l-pc-fixed-tel.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .l-pc-fixed-tel.is-visible:hover {
    opacity: 0.9;
    text-decoration: none;
  }
}

.l-pc-fixed-tel__lead {
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.l-pc-fixed-tel__line {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.9;
}

.l-pc-fixed-tel__tel {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  line-height: 1;
}

.l-pc-fixed-tel__telLabel {
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
}

.l-pc-fixed-tel__telNum {
  font-size: 28px;
  font-weight: 700;
}

.deco {
  position: absolute;
  pointer-events: none;
}

.goldline {
  position: relative;
}
.goldline::before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url("./../img/line_gold.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.round::before {
  content: "";
  display: block;
  position: absolute;
  top: -138px;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1500/138;
  background-image: url("./../img/bg_round.png");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 138px;
}
@media screen and (max-width: 1500px) {
  .round::before {
    background-size: auto 138px;
  }
}
@media screen and (max-width: 640px) {
  .round::before {
    background-image: url("./../img/bg_round_sp.png");
    aspect-ratio: 75/8;
    height: 80px;
    top: -80px;
    background-size: auto 80px;
  }
}

.section_area {
  background-color: #fff;
}
.section_area .section__title {
  font-size: 60px;
  line-height: 1.3;
  margin-bottom: 25px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section_area .section__title {
    font-size: 40px;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .section_area .section__title {
    font-size: 30px;
  }
}
.section_area .section__text {
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 60px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section_area .section__text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .section_area .section__text {
    font-size: 16px;
  }
}

#about {
  background-image: url("./../img/bg_01.jpg");
  background-size: 200px;
  background-position: center;
  background-repeat: repeat;
  padding-top: 120px;
  padding-bottom: 170px;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  #about {
    padding-top: 80px;
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 640px) {
  #about {
    padding-top: 50px;
    padding-bottom: 250px;
  }
}
#about .gaikan {
  width: 80%;
  z-index: 2;
  position: relative;
}
#about .copy {
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #fff;
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 10px;
  top: -200px;
  right: 10%;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  #about .copy {
    top: -100px;
    right: 5%;
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  #about .copy {
    top: -100px;
    right: 0;
    font-size: 20px;
    gap: 5px;
  }
}
#about .copy__line {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-text-orientation: mixed;
  white-space: nowrap;
  display: block;
  margin: 0;
  padding: 20px 15px;
  background-color: #921d19;
}
#about .copy__line--offset {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  #about .copy__line {
    padding: 10px 5px;
  }
  #about .copy__line--offset {
    margin-top: 50px;
  }
}
#about .about_area {
  position: relative;
  overflow: visible;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #about .about_area {
    margin-top: 48px;
  }
}
#about .about_bg {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
#about .about_bg--sushi {
  top: -500px;
  right: 0;
  width: 58%;
  height: calc(100% + 120px);
  background-image: url("./../img/sushi.png");
  background-position: right top;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #about .about_bg--sushi {
    top: -80px;
    width: 75%;
    opacity: 0.55;
  }
}
#about .about_bg--nigiri {
  bottom: -170px;
  left: 0;
  width: 55%;
  height: 75%;
  background-image: url("./../img/nigiri.png");
  background-position: left bottom;
}
@media screen and (max-width: 768px) {
  #about .about_bg--nigiri {
    background-image: url("./../img/nigiri_sp.png");
    bottom: -300px;
    width: 100%;
    height: auto;
    aspect-ratio: 750/747;
  }
}
@media screen and (max-width: 640px) {
  #about .about_bg--nigiri {
    bottom: -250px;
  }
}
#about .about_deco_01 {
  background-image: url("./../img/deco_round_01.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 663px;
  height: 763px;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 768px) {
  #about .about_deco_01 {
    background-image: url("./../img/deco_round_01_sp.png");
    background-size: 100% 100%;
    width: 548px;
    height: 802px;
  }
}
@media screen and (max-width: 640px) {
  #about .about_deco_01 {
    width: 70%;
    height: auto;
    aspect-ratio: 548/802;
  }
}
#about .about_deco_02 {
  background-image: url("./../img/deco_wave_03.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 670px;
  height: 257px;
  right: 0;
  bottom: 400px;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 640px) {
  #about .about_deco_02 {
    background-image: url("./../img/deco_wave_03_sp.png");
    width: 50%;
    height: auto;
    aspect-ratio: 450/257;
    bottom: 0;
  }
}
#about .about_rows {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  #about .about_rows {
    gap: 64px;
  }
}
@media screen and (max-width: 640px) {
  #about .about_rows {
    gap: 28px;
  }
}
#about .about_row {
  display: grid;
  gap: 40px 60px;
  align-items: center;
}
#about .about_row--1 {
  grid-template-columns: min(680px, 68%);
}
#about .about_row--img-left {
  grid-template-columns: 2fr 3fr;
}
#about .about_row--img-left .about_row__visual {
  order: 1;
}
#about .about_row--img-left .about_row__body {
  order: 2;
}
#about .about_row--img-right {
  grid-template-columns: 3fr 2fr;
}
#about .about_row--img-right .about_row__visual {
  order: 2;
}
#about .about_row--img-right .about_row__body {
  order: 1;
}
@media screen and (max-width: 768px) {
  #about .about_row {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  #about .about_row--1 {
    grid-template-columns: 1fr;
  }
  #about .about_row--img-left, #about .about_row--img-right {
    grid-template-columns: 1fr;
  }
  #about .about_row--img-left .about_row__visual, #about .about_row--img-right .about_row__visual {
    order: 1;
  }
  #about .about_row--img-left .about_row__body, #about .about_row--img-right .about_row__body {
    order: 2;
  }
}
#about .about_row__body {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 12px 0;
}
#about .about_row__label {
  display: inline-block;
  background: #333333;
  color: #fff;
  font-size: 18px;
  padding: 5px 20px;
  line-height: 1.4;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}
@media screen and (max-width: 640px) {
  #about .about_row__label {
    font-size: 13px;
    padding: 3px 15px;
  }
}
#about .about_row__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  margin: 20px 0 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #333333;
  color: #333333;
}
@media screen and (max-width: 768px) {
  #about .about_row__title {
    font-size: 26px;
    padding-bottom: 10px;
    margin-top: 5px;
  }
}
#about .about_row__text {
  font-size: 18px;
  line-height: 2;
  margin-top: 24px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  #about .about_row__text {
    font-size: 15px;
    margin-top: 10px;
  }
}
#about .about_row__visual {
  position: relative;
  z-index: 1;
}
#about .about_row__photo {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #about .about_row__photo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
#about .about_row__photo img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .about_row__deco {
  position: absolute;
  z-index: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 130px;
  height: 130px;
}
#menu {
  background-image: url("./../img/bg_01.jpg");
  background-size: 200px;
  background-position: center;
  background-repeat: repeat;
  position: relative;
  padding: 0 0 100px;
}
@media screen and (max-width: 640px) {
  #menu {
    padding: 0 0 60px;
  }
}
#menu .deco_menu_01 {
  background-image: url("./../img/deco_wave_01.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 446px;
  height: 257px;
  left: 0;
  top: 100px;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 640px) {
  #menu .deco_menu_01 {
    background-image: url("./../img/deco_wave_01_sp.png");
    width: 50%;
    height: auto;
    aspect-ratio: 230/180;
    top: 0;
  }
}
#menu .deco_menu_02 {
  background-image: url("./../img/deco_wave_03.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 670px;
  height: 257px;
  right: 0;
  bottom: 25px;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 640px) {
  #menu .deco_menu_02 {
    background-image: url("./../img/deco_wave_03_sp.png");
    width: 50%;
    height: auto;
    aspect-ratio: 450/257;
    bottom: 0;
  }
}
#menu .deco_menu_03 {
  background-image: url("./../img/kinpaku_01.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 269px;
  height: 470px;
  right: 0;
  bottom: -352px;
  z-index: 1;
}
#menu .m-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #menu .m-wrapper {
    max-width: 89.3%;
  }
}
@media screen and (max-width: 640px) {
  #menu .section__title {
    font-size: 35px;
  }
}
#menu .menu_list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}
@media screen and (max-width: 768px) {
  #menu .menu_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}
@media screen and (max-width: 640px) {
  #menu .menu_list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
#menu .menu_item .menu_item__img img {
  width: 100%;
  aspect-ratio: 380/250;
  -o-object-fit: cover;
     object-fit: cover;
}
#menu .menu_item .menu_item__info .menu_item__title {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 20px;
  padding-bottom: 12px;
  padding-top: 10px;
  border-bottom: 1px solid #333333;
  margin-top: 16px;
  margin-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #menu .menu_item .menu_item__info .menu_item__title {
    font-size: 30px;
  }
}
#menu .menu_item .menu_item__info .menu_item__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 33px;
  background-color: #333333;
}
#menu .menu_item .menu_item__info .menu_item__text {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  #menu .menu_item .menu_item__info .menu_item__text {
    font-size: 16px;
  }
}
#menu .menu_list__btn {
  margin-top: 40px;
  text-align: center;
  z-index: 2;
  position: relative;
}

#scene {
  background-image: url("./../img/bg_02.jpg");
  background-size: 200px;
  background-position: center;
  background-repeat: repeat;
  padding-top: 120px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #scene {
    padding-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  #scene .section__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  #scene .section__text {
    margin-bottom: 40px;
  }
}
#scene .scene_img {
  display: flex;
  justify-content: center;
  gap: 4px;
}
@media screen and (max-width: 640px) {
  #scene .scene_img {
    flex-wrap: wrap;
  }
}
#scene .scene_img .scene_img__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  #scene .scene_img .scene_img__img {
    width: 49%;
  }
}

#interior {
  background-image: url("./../img/bg_01.jpg");
  background-size: 200px;
  background-position: center;
  background-repeat: repeat;
  padding: 110px 0 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  #interior {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 640px) {
  #interior .section__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 640px) {
  #interior .section__text {
    margin-bottom: 0;
    letter-spacing: 0.075em;
  }
}
#interior .m-wrapper {
  position: relative;
  z-index: 1;
}
#interior .interior_copy {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  display: block;
  height: 500px;
  top: 0;
  left: 0;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  #interior .interior_copy {
    position: relative;
    writing-mode: horizontal-tb;
    height: auto;
    font-size: 18px;
    background-color: #15120d;
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 50px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 640px) {
  #interior .interior_copy {
    font-size: 14px;
    letter-spacing: 0.075em;
  }
}
#interior .interior_copy span {
  padding: 15px 10px;
  margin-left: 10px;
  display: inline-block;
  background-color: #15120d;
}
#interior .interior_copy span:nth-child(2) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #interior .interior_copy span {
    padding: 0px;
    margin-left: 0;
  }
  #interior .interior_copy span:nth-child(2) {
    margin-top: 0;
  }
}
#interior .interior_img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  justify-content: center;
  gap: 4px;
}
@media screen and (max-width: 640px) {
  #interior .interior_img {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
@media screen and (max-width: 640px) {
  #interior .interior_img .interior_img__img {
    width: 100%;
  }
}
#interior .interior_img .interior_img__img img {
  width: 100%;
}

#yoyaku {
  background-image: url("./../img/yoyaku_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  padding: 100px 0 170px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #yoyaku {
    padding: 70px 0 120px;
  }
}
@media screen and (max-width: 640px) {
  #yoyaku {
    padding: 50px 0 100px;
  }
}
#yoyaku::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url("./../img/line_gold.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#yoyaku .section__title {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #yoyaku .section__title {
    font-size: 20px;
  }
}
#yoyaku .section__text {
  color: #fff;
  line-height: 1.8;
}
#yoyaku .yoyaku_box {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #1a1614;
  padding: 16px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #yoyaku .yoyaku_box {
    padding: 8px;
  }
}
#yoyaku .yoyaku_box__frame {
  position: relative;
  padding: 48px 56px 44px;
  border: 1px solid #fff;
}
#yoyaku .yoyaku_box__frame::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background: linear-gradient(135deg, #fff 50%, transparent 50%) 0 0/12px 12px no-repeat, linear-gradient(225deg, #fff 50%, transparent 50%) 100% 0/12px 12px no-repeat, linear-gradient(45deg, #fff 50%, transparent 50%) 0 100%/12px 12px no-repeat, linear-gradient(315deg, #fff 50%, transparent 50%) 100% 100%/12px 12px no-repeat;
}
@media screen and (max-width: 768px) {
  #yoyaku .yoyaku_box__frame {
    padding: 36px 20px 32px;
  }
}
#yoyaku .yoyaku_box__head {
  text-align: center;
}
#yoyaku .yoyaku_box__lead {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #yoyaku .yoyaku_box__lead {
    font-size: 20px;
  }
}
#yoyaku .yoyaku_box__note {
  margin-top: 22px;
  font-size: 22px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #yoyaku .yoyaku_box__note {
    font-size: 16px;
  }
}
#yoyaku .yoyaku_box__line {
  margin: 36px 0 32px;
  border: 0;
  border-top: 1px solid #fff;
  opacity: 0.9;
}
@media screen and (max-width: 640px) {
  #yoyaku .yoyaku_box__line {
    margin: 20px 0 20px;
  }
}
#yoyaku .yoyaku_box__foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #yoyaku .yoyaku_box__foot {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }
}
@media screen and (max-width: 768px) {
  #yoyaku .yoyaku_box__contact {
    text-align: center;
  }
}
#yoyaku .yoyaku_box__tel {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #yoyaku .yoyaku_box__tel {
    justify-content: center;
  }
}
#yoyaku .yoyaku_box__telLabel {
  font-size: 32px;
}
@media screen and (max-width: 640px) {
  #yoyaku .yoyaku_box__telLabel {
    font-size: 18px;
  }
}
#yoyaku .yoyaku_box__tel a {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #yoyaku .yoyaku_box__tel a {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  #yoyaku .yoyaku_box__tel a {
    font-size: 33px;
    letter-spacing: 0.02em;
  }
}
#yoyaku .yoyaku_box__time {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

#access {
  background-image: url("./../img/bg_01.jpg");
  background-size: 200px;
  background-position: center;
  background-repeat: repeat;
  position: relative;
  padding: 0 0 50px;
  overflow-x: clip;
}
#access .m-wrapper {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #access .m-wrapper {
    overflow: visible;
  }
}
@media screen and (max-width: 640px) {
  #access .section__title {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
#access .access {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 50px;
  align-items: stretch;
  color: #333333;
}
@media screen and (max-width: 768px) {
  #access .access {
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
  }
}
#access .access__name {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #access .access__name {
    font-size: 22px;
    margin-bottom: 0;
  }
}
#access .access__item {
  display: grid;
  grid-template-columns: 5.5em 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #333333;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #access .access__item {
    grid-template-columns: 5em 1fr;
    gap: 12px;
    padding: 14px 0;
    font-size: 15px;
  }
}
#access .access__item dt {
  white-space: nowrap;
}
#access .access__item dd {
  margin: 0;
}
#access .access__item a {
  color: inherit;
  text-decoration: none;
}
#access .access__map {
  min-height: 0;
}
@media screen and (min-width: 769px) {
  #access .access__map {
    margin-right: calc(50% - 50vw);
    width: calc(100% + 50vw - 50%);
  }
}
#access .access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 769px) {
  #access .access__map iframe {
    min-height: 0;
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 768px) {
  #access .access__map iframe {
    min-height: 280px;
  }
}

#faq {
  background-image: url("./../img/bg_01.jpg");
  background-size: 200px;
  background-position: center;
  background-repeat: repeat;
  padding-top: 50px;
  padding-bottom: 0;
  position: relative;
}
#faq .deco_faq_01 {
  background-image: url("./../img/deco_wave_02.png");
  background-size: 375px;
  background-position: center;
  background-repeat: no-repeat;
  width: 375px;
  height: 257px;
  mix-blend-mode: overlay;
  left: 0;
  top: 0;
}
@media screen and (max-width: 640px) {
  #faq .deco_faq_01 {
    display: none;
  }
}
#faq .deco_faq_02 {
  background-image: url("./../img/kinpaku_02.png");
  background-size: 198px;
  background-position: center;
  background-repeat: no-repeat;
  width: 198px;
  height: 341px;
  left: 0;
  top: 60px;
}
@media screen and (max-width: 640px) {
  #faq .deco_faq_02 {
    display: none;
  }
}
#faq .deco_faq_03 {
  background-image: url("./../img/deco_round_02.png");
  background-size: 582px;
  background-position: center;
  background-repeat: no-repeat;
  width: 582px;
  height: 900px;
  mix-blend-mode: overlay;
  right: 0;
  bottom: 200px;
}
@media screen and (max-width: 640px) {
  #faq .deco_faq_03 {
    width: 60%;
    height: auto;
    background-size: cover;
    aspect-ratio: 582/900;
    bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  #faq .section__title {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
#faq .m-wrapper {
  position: relative;
  z-index: 1;
}
#faq .faq_list {
  padding-bottom: 110px;
}
@media screen and (max-width: 640px) {
  #faq .faq_list {
    padding-bottom: 65px;
  }
}
#faq .faq_list .faq_item {
  background-image: url("./../img/bg_03.jpg");
  background-size: 150px;
  background-position: center;
  background-repeat: repeat;
  padding: 30px 27px;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  #faq .faq_list .faq_item {
    padding: 23px;
  }
}
#faq .faq_list .faq_item .faq_item__title {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  position: relative;
  padding-left: 50px;
  border-bottom: 1px solid #d4d3d2;
  padding-bottom: 28px;
}
@media screen and (max-width: 640px) {
  #faq .faq_list .faq_item .faq_item__title {
    font-size: 16px;
    padding-bottom: 20px;
    padding-left: 40px;
  }
}
#faq .faq_list .faq_item .faq_item__title:before {
  content: "Q";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background-color: #921d19;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #faq .faq_list .faq_item .faq_item__title:before {
    width: 30px;
    height: 30px;
    font-size: 16px;
    top: -5px;
  }
}
#faq .faq_list .faq_item .faq_item__answer {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-left: 50px;
  padding-top: 28px;
}
@media screen and (max-width: 640px) {
  #faq .faq_list .faq_item .faq_item__answer {
    padding-left: 0;
    padding-top: 10px;
    font-size: 16px;
  }
}
#faq .faq_img img {
  width: 100%;
  height: auto;
}

.l-footer {
  background: #15120d;
  color: #fff;
  padding: 50px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}
.l-footer .footer_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}/*# sourceMappingURL=style.css.map */