@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-moz-selection {
  background-color: color(selection);
}
*::selection {
  background-color: color(selection);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10vw;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  line-height: 1.7;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.5;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.5;
}
@media (min-width: 769px) {
  a a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

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

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

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  word-break: break-all;
}

input::-ms-clear {
  display: none;
}

[data-js-focus-visible]:focus:not([data-focus-visible-added]) {
  outline: none;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
*:focus {
  outline: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button,
html [type=button],
[type=reset],
[type=submit] {
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: bottom;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ol,
ul {
  list-style: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
textarea {
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Abril Fatface", serif;
  color: #101010;
}

p,
input,
textarea,
li,
span {
  font-family: "Noto Sans JP", sans-serif;
  color: #101010;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  color: #101010;
  text-decoration: none;
}

.lazyload-img {
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.lazyload-img.lazyloaded {
  opacity: 1;
}

.is-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-nav {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .is-pc {
    display: none;
  }
}

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

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/**
* @file _l-footer.scss
**/
.reservation {
  padding-top: 60px;
  padding-bottom: 85px;
  background-image: url(../images/common/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .reservation {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.reservation__menu {
  margin-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .reservation__menu {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.reservation__list {
  width: 48%;
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .reservation__list {
    width: 100%;
  }
}

.reservation__list:nth-of-type(1) .reservation__text span:nth-of-type(1) {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .reservation__list:nth-of-type(1) .reservation__text span:nth-of-type(1) {
    font-size: 16px;
  }
}
.reservation__list:nth-of-type(1) .reservation__text span:nth-of-type(2) {
  margin-top: 10px;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .reservation__list:nth-of-type(1) .reservation__text span:nth-of-type(2) {
    font-size: 36px;
  }
}
.reservation__list:nth-of-type(1) .reservation__text span:nth-of-type(3) {
  margin-top: 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .reservation__list:nth-of-type(1) .reservation__text span:nth-of-type(3) {
    font-size: 12px;
  }
}

.reservation__list:nth-of-type(2) .reservation__text span:nth-of-type(1) {
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .reservation__list:nth-of-type(2) .reservation__text span:nth-of-type(1) {
    font-size: 28px;
  }
}
.reservation__list:nth-of-type(2) .reservation__text span:nth-of-type(2) {
  margin-top: 10px;
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .reservation__list:nth-of-type(2) .reservation__text span:nth-of-type(2) {
    font-size: 12px;
  }
}

.reservation__text span {
  white-space: nowrap;
  line-height: 1;
  text-align: center;
  display: block;
}

.reservation__link {
  text-align: right;
  display: block;
  background-color: #fff;
  padding: 20px;
  border: solid 1px #101010;
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
  gap: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.reservation__link:visited {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .reservation__link {
    padding: 15px;
    height: 120px;
  }
}

.reservation__link:hover {
  background-color: #101010;
  letter-spacing: 0.03em;
  opacity: 1;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}
.reservation__link:hover .reservation__text span {
  color: #fff;
}
.reservation__link:hover .reservation__svg path {
  fill: #fff;
}

.reservation__list:nth-of-type(1) .reservation__link {
  gap: 0;
}
@media screen and (max-width: 768px) {
  .reservation__list:nth-of-type(1) .reservation__link {
    gap: 0;
  }
}

.reservation__icon {
  max-width: 56px;
  width: 30%;
}

.access {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .access {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.access::before {
  content: url(../images/common/ornament8.svg);
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .access::before {
    bottom: -45px;
    left: -90px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.access__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .access__contents {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .access__item:nth-of-type(1) {
    max-width: 275px;
    margin-inline: auto;
    height: 215px;
  }
}

.access__item:nth-of-type(2) {
  position: relative;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .access__item:nth-of-type(2) {
    padding: 0;
  }
}
.access__item:nth-of-type(2)::before {
  content: url(../images/common/ornament7.svg);
  position: absolute;
  top: 50px;
  right: -100px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .access__item:nth-of-type(2)::before {
    top: -50px;
    right: -115px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.access__logo {
  max-width: 150px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .access__logo {
    max-width: 75px;
  }
}

.access__address {
  margin-top: 45px;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .access__address {
    margin-top: 20px;
    font-size: 14px;
  }
}

.footer {
  padding-top: 30px;
  background-color: #101010;
}

.footer__contents {
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__contents {
    left: -9.0666666667vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.footer__logo {
  max-width: 90px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin-left: 40px;
  }
}

.footer__menu {
  max-width: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .footer__menu {
    left: 60%;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__link {
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .footer__link {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .footer__list:nth-of-type(2) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .footer__list:nth-of-type(3) {
    margin-top: 10px;
  }
}

.footer__btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .footer__btn {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.footer__btn__link {
  display: block;
  max-width: 26px;
  width: 100%;
}

.footer__copyright {
  margin-top: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #101010;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding-top: 20px;
    margin-bottom: 65px;
    font-size: 9px;
  }
}

/**
* @file _l-header.scss
**/
.header {
  padding: 35px 20px;
  position: fixed;
  z-index: 1000;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.header.is-fixed {
  position: fixed;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 15px;
    background-color: #fff;
  }
}
.header.hidden {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  opacity: 0;
}
.header.scrolled {
  background-color: #fff; /* スクロール時の背景色 */
}
.header .header__nav {
  width: 100%;
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr 90%;
}
@media screen and (max-width: 768px) {
  .header .header__nav {
    width: unset;
  }
}
.header .header__logo {
  width: 100%;
  margin-left: 30%;
  max-width: 89px;
}
@media screen and (max-width: 768px) {
  .header .header__logo {
    display: none;
  }
}
.header .header__logo--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .header__logo--sp {
    display: block;
    width: 100%;
    margin-inline: auto;
    max-width: 90px;
  }
}
.header .header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  .header .header__menu {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .header .header__menu::before {
    content: url(../images/common/ornament10.svg);
    position: absolute;
    bottom: 200px;
    right: -20px;
    z-index: -1;
  }
}
.header .header__menu .header__list {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header .header__menu .header__list {
    width: 100%;
    margin-top: 5px;
  }
}
.header .header__menu .header__list .header__link {
  position: relative;
  font-size: clamp(0.875rem, 0.8268rem + 0.241vw, 1.125rem);
}
@media screen and (max-width: 768px) {
  .header .header__menu .header__list .header__link {
    font-size: 18px;
    display: block;
    padding: 20px 20px 25px 20px;
    line-height: 1;
    border-bottom: 1px solid #707070;
  }
}
@media screen and (max-width: 768px) {
  .header .header__menu .header__list .header__link::before {
    position: absolute;
    top: 30%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: url(../images/common/arrow.svg);
    display: block;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 768px) {
  .header .header__list:nth-of-type(4) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header .header__tel {
    display: none;
  }
}
.header .header__tel__link {
  text-align: right;
  display: block;
  background-color: #fff;
  padding: 20px 20px 20px 50px;
  border: solid 1px #101010;
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.header .header__tel__link span {
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.header .header__tel__link span:nth-of-type(1) {
  font-size: 24px;
  position: relative;
}
.header .header__tel__link span:nth-of-type(1)::before {
  position: absolute;
  left: -50px;
  top: -3px;
  content: "";
  display: block;
  max-width: 72px;
  width: 100%;
  height: 52px;
  background-image: url(../images/common/tel.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header .header__tel__link span:nth-of-type(2) {
  margin-top: 5px;
  font-size: 12px;
}
.header .nav {
  /********************************************************/
  /* ハンバーガーメニュー */
  /********************************************************/
}
@media screen and (max-width: 768px) {
  .header .nav::before {
    content: url(../images/common/ornament9.svg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .header .nav::after {
    content: url(../images/common/ornament11.svg);
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .header .nav {
    position: fixed;
    top: 0;
    right: -100%;
    padding: 110px 27px;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    width: 100%;
    height: 100svh;
    background-color: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .header .nav.is-open {
    right: 0;
  }
}
.header .nav .header__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  padding: 2% 0;
}
.header .nav .header__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header .nav .header__item {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .header .nav .header__item:first-of-type {
    margin-top: 30px;
  }
}
.header .nav .header__item:not(:first-of-type) {
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .header .nav .header__item:not(:first-of-type) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header .nav .header__item:not(:first-of-type) {
    margin-left: 0;
  }
}
.header .nav__link {
  width: 100%;
  font-size: min(1vw, 15px);
  font-weight: 600;
  color: #333;
  text-decoration: none;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header .nav__link:hover {
  color: #ef7b51;
}
.header .nav__link:hover::after {
  width: 100%;
}
.header .nav__link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 50%;
  background-color: #ef7b51;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .header .nav__link {
    display: block;
    padding: 16px 0;
    font-size: 1.5rem;
  }
}
.header .nav__toggle {
  position: fixed;
  z-index: 2000;
  min-width: 50px;
  height: 40px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header .nav__toggle {
    top: 40px;
    right: 15px;
  }
}
.header .nav__menu-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  width: 50px;
  height: 3px;
  background-color: #101010;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .header .nav__link--top {
    padding: 8px 0;
  }
}
.header .menu-line1 {
  top: 0;
}
.header .menu-line2 {
  top: 20px;
  max-width: 38px;
}
.header .menu-line3 {
  top: 40px;
  max-width: 29px;
}
.header #js-nav-menu.is-open .menu-line1 {
  position: absolute;
  top: 15px;
  left: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  height: 3px;
}
.header #js-nav-menu.is-open .menu-line2 {
  opacity: 0;
}
.header #js-nav-menu.is-open .menu-line3 {
  position: absolute;
  max-width: 50px;
  top: 15px;
  left: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  height: 3px;
}
.header #js-nav.is-open .nav__lists {
  right: 0;
}

.top__btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .top__btn {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}

.sp__menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp__menu {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
  }
}

.sp__list:nth-of-type(1) .sp__link {
  gap: 10px;
}
.sp__list:nth-of-type(1) .sp__link span {
  display: block;
  font-size: 16px;
}

.sp__list:nth-of-type(2) .sp__link span:nth-of-type(1) {
  display: block;
  font-size: 20px;
}
.sp__list:nth-of-type(2) .sp__link span:nth-of-type(2) {
  margin-top: 10px;
  display: block;
  font-size: 10px;
}
.sp__list:nth-of-type(2) .sp__icon {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.sp__link {
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 15px;
  border: solid 1px #101010;
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
  height: 65px;
}

.sp__icon {
  width: 50%;
  max-width: 38px;
}

.sp__text span {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .header__lower {
    background-color: transparent !important;
  }
}

/**
* @file _l-header.scss
**/
.header__menu {
  position: relative;
}
.header__menu::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 70%;
  display: block;
  height: 100%;
  width: 70%;
  background-color: #fff;
  opacity: 0.7;
  -ms-filter: blur(35px);
  -webkit-filter: blur(35px);
          filter: blur(35px);
}

.section {
  overflow-x: clip;
}

.lower__section {
  position: relative;
  overflow-x: clip;
  padding-top: 35px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .lower__section {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.lower__section::before {
  content: url(../images/common/ornament2.svg);
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .lower__section::before {
    bottom: 600px;
    left: -70px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@media screen and (max-width: 768px) {
  .lower__section::after {
    content: url(../images/common/ornament3.svg);
    position: absolute;
    z-index: -1;
    top: 35%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    z-index: -1;
    left: -50px;
  }
}

.reserve__section {
  position: relative;
  overflow-x: clip;
  padding-top: 35px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .reserve__section {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.reserve__section::before {
  content: url(../images/common/ornament2.svg);
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .reserve__section::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .reserve__section::after {
    content: url(../images/common/ornament3.svg);
    position: absolute;
    z-index: -1;
    top: 35%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    z-index: -1;
    left: -50px;
  }
}

.thanks__section {
  position: relative;
  padding-top: 35px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .thanks__section {
    padding-top: 40px;
    padding-bottom: 55px;
  }
}
.thanks__section::before {
  content: url(../images/common/ornament2.svg);
  position: absolute;
  top: 130px;
  left: 0px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .thanks__section::before {
    display: none;
  }
}

.faq__sectiion {
  position: relative;
  overflow-x: clip;
  padding-top: 35px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .faq__sectiion {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.faq__sectiion::before {
  content: url(../images/common/ornament2.svg);
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .faq__sectiion::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .faq__sectiion::after {
    display: none;
  }
}

.lower__ornament {
  position: relative;
  overflow-x: clip;
}
.lower__ornament::after {
  content: url(../images/common/ornament4.svg);
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .lower__ornament::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    right: -90px;
  }
}
.lower__ornament::before {
  content: url(../images/common/ornament5.svg);
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .lower__ornament::before {
    left: -70px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.reserve__ornament {
  position: relative;
  overflow-x: clip;
}
.reserve__ornament::after {
  content: url(../images/common/ornament4.svg);
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .reserve__ornament::after {
    display: none;
  }
}
.reserve__ornament::before {
  content: url(../images/common/ornament5.svg);
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .reserve__ornament::before {
    display: none;
  }
}

.thanks__ornament {
  position: relative;
  overflow-x: clip;
}
.thanks__ornament::after {
  content: url(../images/common/ornament4.svg);
  position: absolute;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .thanks__ornament::after {
    display: none;
  }
}
.thanks__ornament::before {
  content: url(../images/common/ornament5.svg);
  position: absolute;
  bottom: -170px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .thanks__ornament::before {
    display: none;
  }
}

.faq__ornament {
  position: relative;
  overflow-x: clip;
}
.faq__ornament::after {
  content: url(../images/common/ornament4.svg);
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .faq__ornament::after {
    display: none;
  }
}
.faq__ornament::before {
  content: url(../images/common/ornament5.svg);
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .faq__ornament::before {
    display: none;
  }
}

.inner {
  width: 100%;
  max-width: min(100% - 60px, 1130px);
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    max-width: min(100% - 30px, 740px);
  }
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: min(100% - 30px, 540px);
  }
}

/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  /* 下に10pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  /* フェード開始を0.2秒遅らせる */
}

/*=======
# パンくず
==================*/
.c-breadcrumb {
  text-align: right;
}

.c-breadcrumb-padding {
  padding: 10px 20px;
}/*# sourceMappingURL=header-lower.css.map */