@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
# 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 {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::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;
}

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

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] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

[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 */
}

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

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] {
  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 {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

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

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

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

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

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  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;
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* 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=true] {
  cursor: default;
}

/* # =================================================================
# Add
# ================================================================= */
* {
  line-height: 1;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #382A34;
}

/* # =================================================================
# Common
# ================================================================= */
@media (hover: hover) {
  select:hover, input:hover, textarea:hover, button:hover, a:hover {
    opacity: 0.5;
    -webkit-transition: opacty, 0.3s;
    transition: opacty, 0.3s;
  }
  select:hover,
  label:hover {
    cursor: pointer;
  }
}
body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #382a34;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* # =================================================================
# Component
# ================================================================= */
/* # =================================================================
# Layout
# ================================================================= */
.l-main {
  padding: 60px 60px 60px 0;
}

@media screen and (max-width: 770px) {
  .l-main {
    padding: 60px 30px 60px 0;
  }
}
@media screen and (max-width: 624px) {
  .l-main {
    padding: 0 60px;
  }
}
@media screen and (max-width: 545px) {
  .l-main {
    padding: 0;
  }
}
.l-sp-only-contents {
  display: block;
  position: relative;
  width: 425px;
  height: auto;
  background-color: #fff;
  margin-left: auto;
  overflow: hidden;
  z-index: 5;
}

@media screen and (max-width: 624px) {
  .l-sp-only-contents {
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 425px) {
  .l-sp-only-contents {
    width: 100%;
  }
}
.l-pc-only-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/img_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-pc-only-contents {
  width: 340px;
  position: absolute;
  bottom: 110px;
  left: 60px;
}

@media screen and (max-width: 940px) {
  .l-pc-only-contents {
    bottom: 60px;
    width: 21.2765957447vw;
  }
}
@media screen and (max-width: 770px) {
  .l-pc-only-contents {
    left: 20px;
  }
}
@media screen and (max-width: 624px) {
  .l-pc-only-contents {
    display: none;
  }
}
/* # =================================================================
# Style
# ================================================================= */
html {
  scroll-behavior: smooth;
}

/* info-block */
.info-block__heading {
  width: 310px;
}
.info-block__limit {
  color: #fff;
  margin-top: 28px;
}
.info-block__limit span {
  font-size: 22px;
}
.info-block__title {
  color: #fff;
  font-size: 38px;
  margin-top: 18px;
}
.info-block__date {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  margin-top: 18px;
}
.info-block__date span.year {
  font-size: 16px;
  padding-right: 5px;
}
.info-block__date span.week {
  font-size: 12px;
}
.info-block__date .sp-only {
  display: none;
}
.info-block__hours {
  color: #fff;
  font-size: 15px;
  margin-top: 16px;
}
.info-block__place {
  color: #fff;
  font-size: 18px;
  margin-top: 16px;
}
.info-block__note {
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 12px;
}
.info-block__link {
  display: block;
  width: 100%;
  background-color: #dddb1f;
  text-align: center;
  padding: 20px 10px 20px;
  margin-top: 50px;
}
.info-block__link-text {
  font-size: 25px;
}

@media screen and (max-width: 940px) {
  .info-block {
    font-size: 1.7021276596vw;
  }
  .info-block__heading {
    width: 20vw;
  }
  .info-block__limit span {
    font-size: 2.3404255319vw;
  }
  .info-block__title {
    font-size: 4.0425531915vw;
  }
  .info-block__date {
    font-size: 2.3404255319vw;
  }
  .info-block__date span.year {
    font-size: 1.7021276596vw;
  }
  .info-block__date span.week {
    font-size: 1.2765957447vw;
  }
  .info-block__date .sp-only {
    display: block;
  }
  .info-block__hours {
    font-size: 1.5957446809vw;
  }
  .info-block__place {
    font-size: 1.0638297872vw;
  }
  .info-block__note {
    font-size: 1.3829787234vw;
  }
  .info-block__link {
    display: block;
    width: 100%;
    background-color: #dddb1f;
    text-align: center;
    padding: 20px 10px 20px;
    margin-top: 50px;
  }
  .info-block__link-text {
    font-size: 1.914893617vw;
  }
}
/* header */
.menu-button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  background-color: rgba(56, 42, 52, 0.4);
  z-index: 15;
}
.menu-button span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.menu-button span:first-child {
  top: 18px;
}
.menu-button span:last-child {
  bottom: 18px;
}
.menu-button.is-open span:first-child {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.menu-button.is-open span:nth-child(2) {
  opacity: 0;
}
.menu-button.is-open span:last-child {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.menu {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#257381), to(#fff8a8));
  background-image: linear-gradient(90deg, #257381, #fff8a8);
  z-index: 10;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  right: -425px;
}
.menu.is-open {
  right: 0;
}

.menu-list {
  margin-top: min(270px, 20vh);
  margin-left: 60px;
}
.menu-list__link span {
  color: #fff;
}
.menu-list__link + .menu-list__link {
  margin-top: 30px;
}

.menu-link {
  display: block;
  width: 100%;
  max-width: 315px;
  text-align: center;
  background-color: #dddb1f;
  padding: 14px 10px;
  margin: 82px auto 0;
}
.menu-link__text {
  font-size: 16px;
}

/* top */
.top {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  min-height: 700px;
  max-height: 1008px;
  background-image: url("../img/img_top.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.4156862745) 0.5px, transparent 0.5px), radial-gradient(circle, rgba(0, 0, 0, 0.4156862745) 0.5px, transparent 0.5px);
  background-position: 0 0, 1px 2px;
  background-size: 2px 4px;
  background-repeat: repeat;
}
.top__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 18px 18px 42px;
  z-index: 1;
}
.top__point {
  position: absolute;
  top: 100px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #dddb1f;
  border-radius: 50%;
}
.top__point p {
  line-height: 1.2;
}
.top__point p span {
  font-size: 20px;
}
.top__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.top__sns-youtube {
  width: 26px;
  height: 26px;
  background-image: url("../img/icon/icon_youtube.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.top__sns-instagram {
  width: 26px;
  height: 26px;
  background-image: url("../img/icon/icon_instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.top__lead {
  margin-top: min(250px, 30vh);
}
.top__lead p {
  color: #fff;
  font-weight: 200;
}
.top__lead p + p {
  margin-top: 18px;
}
.top__head {
  margin-top: 43px;
}
.top__logo-wrap {
  width: 100%;
  max-width: 309px;
  margin-bottom: 60px;
}
.top__logo-wrap p {
  text-align: right;
  font-size: 16px;
  font-weight: 300;
  padding-right: 10px;
  margin-top: 5px;
}
.top__text {
  margin-top: auto;
}
.top__main-text {
  display: inline-block;
  color: #dddb1f;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.7;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  border-bottom: 1px solid #dddb1f;
  padding-right: 10px;
}
.top__sub-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
}

@media screen and (max-width: 624px) {
  .top {
    height: 100vh;
  }
  .top__text {
    margin-bottom: 60px;
  }
}
/* open-house */
.open-house {
  position: relative;
}
.open-house::before, .open-house::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #257381;
  opacity: 0.1;
}
.open-house::before {
  top: 0;
  left: 0;
  width: 58.8235294118%;
  height: 390px;
  background-image: -webkit-gradient(linear, left top, right top, from(#257381), to(#fff8a8));
  background-image: linear-gradient(90deg, #257381, #fff8a8);
}
.open-house::after {
  bottom: 0;
  right: 0;
  width: 33.4117647059%;
  height: 300px;
  background-image: -webkit-gradient(linear, right top, left top, from(#257381), to(#fff8a8));
  background-image: linear-gradient(-90deg, #257381, #fff8a8);
}
.open-house__inner {
  padding: 70px 30px;
}
.open-house__inner * {
  position: relative;
  z-index: 1;
}
.open-house__limit {
  font-size: 16px;
  text-align: center;
}
.open-house__limit span {
  font-size: 22px;
}
.open-house__title {
  text-align: center;
  font-size: 38px;
  font-weight: 200;
  margin-top: 20px;
}
.open-house__date {
  text-align: center;
  font-size: 24px;
  margin-top: 25px;
}
.open-house__date span.year {
  font-size: 16px;
}
.open-house__date span.week {
  font-size: 12px;
}
.open-house__hours {
  text-align: center;
  font-size: 15px;
  margin-top: 15px;
}
.open-house__concept {
  text-align: center;
  margin-top: 35px;
}
.open-house__place {
  text-align: center;
  margin-top: 15px;
}
.open-house__note {
  text-align: center;
  font-size: 13px;
  margin-top: 15px;
}
.open-house__link {
  display: block;
  width: 100%;
  max-width: 218px;
  text-align: center;
  background-color: #dddb1f;
  padding: 14px 10px;
  margin: 28px auto 0;
}
.open-house__link-text {
  font-size: 16px;
}

/* point */
.point {
  position: relative;
}
.point::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(199, 215, 230, 0.8);
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.1) 1px, transparent 1px), radial-gradient(circle, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
  background-position: 0 0, 1px 2px;
  background-size: 2px 4px;
  background-repeat: repeat;
  z-index: 2;
}
.point * {
  position: relative;
  z-index: 3;
}
.point__video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 220px);
  z-index: 1;
}
.point__video-wrap video {
  left: -980px;
}
.point__video-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
.point__heading {
  position: absolute;
  top: 80px;
  left: -82px;
  font-size: 66px;
  color: #e5e5e5;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
.point__heading::before, .point__heading::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  background-color: #382a34;
}
.point__heading::before {
  top: -150px;
  right: 80px;
  height: 140px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.point__heading::after {
  top: -120px;
  right: 80px;
  height: 80px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.point__lead {
  text-align: right;
  padding: 60px 30px 0;
}
.point__lead p + p {
  position: relative;
  margin-top: 40px;
}
.point__lead p + p::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 40px;
  display: block;
  width: 1px;
  height: 16px;
  background-color: #382a34;
}
.point__text {
  padding: 60px 30px 0;
}
.point__text p {
  font-size: 15px;
  line-height: 2;
}
.point__text p + p {
  margin-top: 30px;
}
.point__summary {
  padding: 60px 30px;
}
.point__summary-inner {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 35px 25px;
}
.point__list-title {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.point__list {
  margin-top: 24px;
}
.point__list li {
  font-size: 15px;
  line-height: 1.4;
  background-image: url("../img/icon/icon_check.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-position: center left;
  padding-left: 20px;
}
.point__list li span {
  font-size: 10px;
}
.point__list li + li {
  margin-top: 15px;
}
.point__image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.point__image {
  width: 50%;
}

@media screen and (max-width: 624px) {
  .point__heading::before {
    top: -120px;
  }
  .point__heading::after {
    top: -80px;
  }
}
@media screen and (max-width: 425px) {
  .point__list li .pc-only {
    display: none;
  }
}
/* concept */
.concept__inner {
  padding: 60px 30px;
}
.concept__heading {
  font-weight: 500;
  text-align: center;
}
.concept__text {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  line-height: 2;
  margin-top: 30px;
}

/* gallery */
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gallery__image {
  width: 100%;
  height: auto;
  aspect-ratio: 425/290;
}
.gallery__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* faq */
.faq__inner {
  padding: 60px 20px;
}
.faq__heading {
  font-weight: 500;
  text-align: center;
}
.faq__contents {
  margin-top: 30px;
}
.faq__item dt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}
.faq__item dd {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.7;
  padding-right: 10px;
}
.faq__item dd span {
  display: inline-block;
  text-decoration: underline;
  line-height: 1.7;
  margin: 30px 0;
}
.faq__item + .faq__item {
  margin-top: 30px;
}

/* about */
.about {
  position: relative;
  background-image: url("../img/img_about.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.about__heading {
  position: absolute;
  top: 80px;
  left: -94px;
  font-size: 66px;
  color: #e5e5e5;
  opacity: 0.4;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  z-index: 1;
}
.about__inner {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 60px 30px;
  margin: 90px 0 90px 30px;
  z-index: 2;
}
.about__profile-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
}
.about__image {
  width: 112px;
  height: 112px;
}
.about__name {
  width: calc(100% - 122px);
}
.about__name p {
  font-size: 16px;
}
.about__name span {
  font-size: 10px;
}
.about__profile-lower {
  margin-top: 20px;
}
.about__profile-lower p {
  font-size: 15px;
  line-height: 1.7;
}
.about__detail {
  border-top: 1px solid #382a34;
  padding-top: 30px;
  margin-top: 30px;
}
.about__firm {
  text-align: right;
  font-size: 16px;
}
.about__address {
  text-align: right;
  margin-top: 20px;
}
.about__address-text {
  font-size: 15px;
  line-height: 1.7;
}
.about__map-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-size: 15px;
  line-height: 1.7;
  text-decoration: underline;
  margin-top: 17px;
}
.about__map-link::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 17px;
  background-image: url("../img/icon/icon_pin.svg");
}
.about__link {
  width: 100%;
  display: block;
  text-align: center;
  border: 1px solid #382a34;
  padding: 17px;
  margin-top: 30px;
}

/* reservation */
.reservation {
  background-color: #f6f6f6;
}
.reservation__inner {
  padding: 60px 30px;
}
.reservation__heading {
  font-weight: 500;
  text-align: center;
}
.reservation__tel-hading {
  position: relative;
  width: 180px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  background-color: #f6f6f6;
  padding: 2px 10px;
  margin: 30px auto 0;
}
.reservation__tel-contents {
  border: 1px solid #382a34;
  background-color: #fff;
  text-align: center;
  padding: 22px 10px 19px;
  margin-top: -10px;
}
.reservation__web-heading {
  position: relative;
  width: 180px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  background-color: #fff;
  padding: 2px 10px;
  margin: 40px auto 0;
}
.reservation__web-contents {
  border-top: 1px solid #382a34;
  padding-top: 45px;
  margin-top: -10px;
}

.form-item + .form-item {
  margin-top: 16px;
}
.form-item__title label {
  font-size: 16px;
}
.form-item__title.required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.form-item__title.required::after {
  content: "必須";
  font-size: 12px;
  color: #fff;
  background-color: #a0141a;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 5px;
}
.form-item__disc {
  margin-top: 10px;
}
.form-item__disc select, .form-item__disc input, .form-item__disc textarea {
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid #382a34;
  border-left: 1px solid #382a34;
  padding: 8px 16px 16px;
}
.form-item__disc select {
  padding-right: 60px;
}
.form-item__disc:has(> select) {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form-item__disc:has(> select)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 20px;
  width: 16px;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #707070;
}
.form-item__disc::-webkit-input-placeholder {
  opacity: 0.8;
}
.form-item__disc::-moz-placeholder {
  opacity: 0.8;
}
.form-item__disc:-ms-input-placeholder {
  opacity: 0.8;
}
.form-item__disc::-ms-input-placeholder {
  opacity: 0.8;
}
.form-item__disc::placeholder {
  opacity: 0.8;
}
.form-item__disc--short > input {
  width: 40%;
  min-width: 126px;
}

.form-button {
  display: block;
  width: 218px;
  margin: 30px auto 0;
}
.form-button button {
  display: block;
  width: 100%;
  font-size: 16px;
  background-color: #dddb1f;
  padding: 14px 10px;
}

/* thanks */
.thanks  h2 {
  font-size: 18px;
  margin-bottom: 30px;
}
.thanks  p {
  font-size: 15px;
  line-height: 2;
}
.thanks__link {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #dddb1f;
  padding: 14px 10px;
  margin-top: 30px;
}
.thanks__link span {
  font-size: 16px;
}
.reservation:has(.thanks) {
  height: calc(100vh - 120px);
}
@media screen and (max-width: 624px) {
  .reservation:has(.thanks) {
    height: 100vh;
  }
}

/* sp-only-fixed-link */
.sp-only-fixed-link {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 0;
  width: 100%;
  z-index: 8;
}
.sp-only-fixed-link__button {
  display: block;
  width: calc(100% - 60px);
  max-width: 365px;
  text-align: center;
  background-color: #dddb1f;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  padding: 14px;
  margin: 0 auto;
}

@media screen and (max-width: 624px) {
  .sp-only-fixed-link {
    display: block;
  }
}
/* footer */
.footer {
  background-color: #382a34;
}
.footer__inner {
  padding: 100px 30px 10px;
}
.footer__text {
  color: #fff;
  margin-top: 10px;
}
.footer__image {
  width: 100%;
  max-width: 309px;
  margin-top: 18px;
}
.footer__address {
  margin-top: 30px;
}
.footer__address-text {
  color: #fff;
  font-size: 15px;
  line-height: 1.74;
}
.footer__copy {
  color: #707070;
  font-size: 10px;
  text-align: center;
  margin-top: 160px;
}