@charset "UTF-8";
/* -----------------------------------------------------------------
 Foundation
----------------------------------------------------------------- */
/*======================
  reset
======================*/
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*=======================
  breakpoints
=======================*/
/*=======================
  animation
=======================*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scrollSlider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scrollSlider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 140px, 0);
            transform: translate3d(-50%, 140px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 140px, 0);
            transform: translate3d(-50%, 140px, 0);
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 140px, 0);
            transform: translate3d(-50%, 140px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 140px, 0);
            transform: translate3d(-50%, 140px, 0);
  }
}
/*======================
  base
======================*/
* {
  min-height: 0vw; /* Safari clamp関数対策 */
}

html {
  scroll-behavior: smooth;
}

body {
  color: #2C3331;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic", "ヒラギノ角ゴ W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8; /* 180% */
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
  overflow-x: hidden;
}
body.backlayer {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img {
  display: block;
  width: 100%;
}

.wrap {
  padding-top: clamp(4rem, 3.714rem + 1.43vw, 5rem);
  /* 64 - 80*/
  padding-bottom: clamp(7.5rem, 5.61rem + 4.88vw, 10rem);
  /* 120 - 160 */
}

/*======================
  svg
======================*/
.svg, .svg-defs {
  display: none;
  position: relative;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.icon {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

/*======================
  icon
======================*/
.icon_arrow {
  width: 20px;
  height: 20px;
  stroke: #2C3331;
}
.icon_arrow.accent {
  stroke: #B88E52;
}
.icon_arrow.sub {
  stroke: #469FD9;
}
.icon_arrow.white {
  stroke: #fff;
}
.icon_arrow.gray {
  stroke: #CFCFCF;
}
.icon_arrow.rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.icon_c-arrow {
  width: 32px;
  height: 32px;
}
.icon_c-arrow .icon_c-arrow_base {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.icon_c-arrow .icon_c-arrow_symbol {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.icon_c-arrow.sm {
  width: 20px;
  height: 20px;
}
.icon_c-arrow.rotate-90 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.icon_c-arrow.accent .icon_c-arrow_base {
  fill: #B88E52;
}
.icon_c-arrow.accent .icon_c-arrow_symbol {
  stroke: #fff;
}
.icon_c-arrow.sub .icon_c-arrow_base {
  fill: #469FD9;
}
.icon_c-arrow.sub .icon_c-arrow_symbol {
  stroke: #fff;
}
.icon_c-arrow.sub2 .icon_c-arrow_base {
  fill: #11B4C9;
}
.icon_c-arrow.sub2 .icon_c-arrow_symbol {
  stroke: #fff;
}

.icon_window {
  width: 18px;
  height: 18px;
  stroke: #2C3331;
}
.icon_window.white {
  stroke: #fff;
}
.icon_window.gray {
  stroke: #7A7A7A;
}
.icon_window.accent {
  stroke: #B88E52;
}

.icon_toggle {
  width: 24px;
  height: 24px;
  stroke: #2C3331;
}

.icon_map {
  width: 16px;
  height: 17px;
  fill: #B88E52;
}

/* -----------------------------------------------------------------
 Layout
----------------------------------------------------------------- */
/*=======================
  header
=======================*/
.l-header {
  height: 64px;
  position: fixed;
  inset: 0;
  z-index: 990;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 88px;
  }
}
.l-header.is-hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-header.is-scroll {
  background-color: #F8F8F8;
}
.l-header.is-scroll .l-header__nav-cta {
  color: #2C3331;
  border-color: rgba(44, 51, 49, 0.7);
}
.l-header.is-scroll .l-header__nav-cta .icon {
  stroke: #2C3331;
}
.l-header.is-scroll .l-navbtn__bar {
  background-color: #2C3331;
}
.l-header.is-scroll .l-navbtn::before {
  color: #2C3331;
}
.l-header.is-scroll .l-navbtn.is-active::before {
  color: #fff;
}
.l-header.is-scroll .l-header__logo .logo-main {
  display: none;
}
.l-header.is-scroll .l-header__logo .logo-sub {
  display: block;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  height: 100%;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding-inline: clamp(1.5rem, 0.357rem + 2.38vw, 2.5rem);
    /* 24 - 40 */
  }
}
.l-header__logo {
  display: block;
  width: 200px;
  z-index: 990;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 260px;
  }
}
.l-header__logo img {
  display: block;
  width: 100%;
}
.l-header__logo:hover {
  opacity: 0.7;
}
.l-header__logo .logo-main {
  display: block;
}
.l-header__logo .logo-sub {
  display: none;
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(1rem, -0.714rem + 3.57vw, 2.5rem);
     -moz-column-gap: clamp(1rem, -0.714rem + 3.57vw, 2.5rem);
          column-gap: clamp(1rem, -0.714rem + 3.57vw, 2.5rem);
  /* 16 - 40 */
}
.l-header__nav-cta {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__nav-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 160px;
    height: 48px;
    padding: 14px 24px 16px 24px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.04em;
    cursor: pointer;
  }
}
.l-header__nav-cta .txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  cursor: inherit;
}
.l-header__nav-cta .icon {
  margin-top: 2px;
}
.l-header__nav-cta:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.l-navbtn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  position: relative;
  width: 28px;
  height: 14px;
  border: none;
  text-align: center;
  cursor: pointer;
  z-index: 991;
}
@media screen and (min-width: 768px) {
  .l-navbtn {
    width: 80px;
  }
}
@media screen and (min-width: 768px) {
  .l-navbtn::before {
    content: "MENU";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    color: #fff;
  }
}
.l-navbtn__bar {
  display: block;
  position: absolute;
  right: 0;
  width: 28px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.l-navbtn__bar.m-top {
  top: 2px;
}
.l-navbtn__bar.m-bottom {
  bottom: 3px;
  width: 20px;
}

.is-active.l-navbtn .l-navbtn__bar.m-top {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  background: #fff;
}
.is-active.l-navbtn .l-navbtn__bar.m-bottom {
  bottom: 50%;
  width: 28px;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
  background: #fff;
}
@media screen and (min-width: 768px) {
  .is-active.l-navbtn {
    width: 84px;
  }
}
@media screen and (min-width: 768px) {
  .is-active.l-navbtn::before {
    content: "CLOSE";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    color: #fff;
  }
}

.l-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 510px;
  height: 100svh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000000;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  z-index: 990;
  color: #fff;
  overflow: hidden;
}
.l-nav.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-nav__wrap {
  position: relative;
  width: 100%;
  max-width: 510px;
}
.l-nav__wrap::before {
  content: "";
  background-image: url(../img/common/bg.png);
  background-repeat: repeat;
  background-size: 100px;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.l-nav__content {
  position: relative;
  height: 100svh;
  overflow-y: auto;
  padding-inline: clamp(1.25rem, 0.355rem + 4.47vw, 2.5rem);
  /* 20 - 40 */
  padding-block: 80px;
  font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #fff;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .l-nav__content {
    padding-top: 88px;
  }
}
@media screen and (min-width: 1024px) {
  .l-nav__content {
    padding-inline: 11.6%;
  }
}
.l-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.l-nav__link {
  font-size: 1.125rem;
}
.l-nav__link:hover {
  opacity: 0.7;
}
.l-nav__cta {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto minmax(90px, 1fr) minmax(90px, 1fr);
  grid-template-areas: "tel" "link" "form";
  gap: 8px;
  width: 100%;
  margin-inline: auto;
  margin-top: 40px;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic", "ヒラギノ角ゴ W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
}
.l-nav__bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 16px;
  margin-top: 40px;
}
.l-nav__bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic", "ヒラギノ角ゴ W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
}
.l-nav__bottom-link img {
  width: 16px;
}
.l-nav__bottom-link.en {
  font-family: "Inter", sans-serif;
}
.l-nav__bottom-link:hover {
  opacity: 0.7;
}

.page-faq .l-header__nav-cta, .page-contact .l-header__nav-cta, .page-thanks .l-header__nav-cta, .page-privacy .l-header__nav-cta {
  color: #2C3331;
  border-color: rgba(44, 51, 49, 0.7);
}
.page-faq .l-header__nav-cta .icon, .page-contact .l-header__nav-cta .icon, .page-thanks .l-header__nav-cta .icon, .page-privacy .l-header__nav-cta .icon {
  stroke: #2C3331;
}
.page-faq .l-navbtn__bar, .page-contact .l-navbtn__bar, .page-thanks .l-navbtn__bar, .page-privacy .l-navbtn__bar {
  background-color: #2C3331;
}
.page-faq .l-navbtn::before, .page-contact .l-navbtn::before, .page-thanks .l-navbtn::before, .page-privacy .l-navbtn::before {
  color: #2C3331;
}
.page-faq .l-navbtn.is-active::before, .page-contact .l-navbtn.is-active::before, .page-thanks .l-navbtn.is-active::before, .page-privacy .l-navbtn.is-active::before {
  color: #fff;
}
.page-faq .l-header__logo img.logo-main, .page-contact .l-header__logo img.logo-main, .page-thanks .l-header__logo img.logo-main, .page-privacy .l-header__logo img.logo-main {
  display: none;
}
.page-faq .l-header__logo img.logo-sub, .page-contact .l-header__logo img.logo-sub, .page-thanks .l-header__logo img.logo-sub, .page-privacy .l-header__logo img.logo-sub {
  display: block;
}

/*=======================
  footer
=======================*/
.l-footer {
  padding-top: clamp(5rem, 4.286rem + 3.57vw, 7.5rem);
  /* 80 - 120 */
  padding-bottom: 40px;
  background: #0a0a0a;
  position: relative;
  color: #fff;
}
.l-footer::before {
  content: "";
  background-image: url(../img/common/bg.png);
  background-repeat: repeat;
  background-size: 100px;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-footer__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .l-footer__wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.l-footer__logo {
  width: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-footer__logo img {
  display: block;
  width: 100%;
}
.l-footer__logo:hover {
  opacity: 0.7;
}
.l-footer__head {
  margin-block: 20px 8px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.l-footer__address .sp-only {
  display: block;
}
@media screen and (min-width: 620px) {
  .l-footer__address .sp-only {
    display: none;
  }
}
.l-footer__map {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 620px) {
  .l-footer__map {
    margin-left: 16px;
  }
}
.l-footer__map .icon {
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 4px;
}
.l-footer__map:hover {
  opacity: 0.7;
}
.l-footer__nav-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px 24px;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-list {
    grid-template-columns: 1fr 1fr;
  }
}
.l-footer__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0 16px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.l-footer__nav-link:hover {
  opacity: 0.7;
}
.l-footer__nav-link:hover .icon {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.l-footer__nav-sublist {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 40px;
}
@media screen and (min-width: 620px) {
  .l-footer__nav-sublist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-footer__nav-sublink:hover {
  opacity: 0.7;
}
.l-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-top: 8px;
}
.l-footer__bottom {
  margin-top: clamp(2.5rem, 1.429rem + 5.36vw, 6.25rem);
  /* 40 - 100 */
}
.l-footer__bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 16px;
  font-size: 0.875rem;
}
@media screen and (min-width: 620px) {
  .l-footer__bottom-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.l-footer__bottom-item {
  padding-inline: 0;
  position: relative;
}
@media screen and (min-width: 620px) {
  .l-footer__bottom-item {
    padding-inline: 16px;
  }
}
@media screen and (min-width: 620px) {
  .l-footer__bottom-item::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #C1C1C1;
    vertical-align: middle;
    margin-left: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}
.l-footer__bottom-item:first-of-type {
  padding-left: 0;
}
.l-footer__bottom-item:last-of-type {
  padding-right: 0;
}
.l-footer__bottom-item:last-of-type::after {
  display: none;
}
.l-footer__bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.l-footer__bottom-link img {
  width: 16px;
}
.l-footer__bottom-link.en {
  font-family: "Inter", sans-serif;
}
.l-footer__bottom-link:hover {
  opacity: 0.7;
}
.l-footer__copyright {
  margin-top: 64px;
  font-size: 0.75rem;
  text-align: center;
  color: #C1C1C1;
}
@media screen and (min-width: 620px) {
  .l-footer__copyright {
    margin-top: 16px;
    text-align: right;
  }
}

/*=======================
  main
=======================*/
.l-main {
  display: block;
  position: relative;
  overflow: clip;
  background-image: url(../img/common/bg.png);
  background-repeat: repeat;
  background-size: 100px;
}

/*=======================
  inner
=======================*/
.l-inner {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 620px) {
  .l-inner {
    padding-inline: 5.22%;
  }
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-inline: 7%;
    max-width: 1000px;
  }
}

.l-inner-sm {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-inner-sm {
    padding-inline: 5.22%;
    max-width: 800px;
  }
}

.l-inner-lg {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-inner-lg {
    padding-inline: 5.22%;
    max-width: 1240px;
  }
}

.l-inner-xl {
  position: relative;
  width: calc(100% - 40px);
  margin-inline: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-inner-xl {
    width: calc(100% - 80px);
  }
}

/*=======================
  cta
=======================*/
.l-cta {
  position: relative;
  background-color: #F5F5F5;
  padding-top: clamp(4rem, 3.714rem + 1.43vw, 5rem);
  /* 64 - 80 */
  padding-bottom: clamp(7.5rem, 6.071rem + 2.98vw, 8.75rem);
  /* 120 - 140 */
  overflow: hidden;
}
.l-cta::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 72px;
  aspect-ratio: 1440/97;
  background-image: url(../img/common/foot_bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
}
.l-cta__wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 8px;
  grid-template-areas: "contact" "tel" "fax";
}
@media screen and (min-width: 620px) {
  .l-cta__wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "contact contact" "tel fax";
  }
}
@media screen and (min-width: 768px) {
  .l-cta__wrap {
    gap: 16px;
    grid-template-areas: "contact tel" "contact fax";
  }
}
.l-cta__item {
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #fff;
  border-radius: 4px;
}
.l-cta__item .tel-num,
.l-cta__item .fax-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-cta__item .label {
  padding: 2px 8px 3px 8px;
  margin-right: 8px;
  border-radius: 4px;
  background-color: #B88E52;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1;
}
.l-cta__item .num {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.375rem, 1.107rem + 1.34vw, 1.75rem);
  /* 22 - 28 */
  font-weight: 600;
  color: #B88E52;
  line-height: 1;
}
.l-cta__item-contact {
  grid-area: contact;
}
.l-cta__item-contact .en {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.625rem, 1.357rem + 1.34vw, 2rem);
  /* 26 - 32 */
  font-weight: 600;
  color: #B88E52;
  letter-spacing: 0;
  line-height: 1;
}
.l-cta__item-contact .ja {
  position: relative;
  padding-left: 14px;
  margin-top: 6px;
  font-size: 0.8125rem;
}
.l-cta__item-contact .ja::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #B88E52;
}
.l-cta__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 24px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 620px) {
  .l-cta__contact-link {
    padding: 24px;
  }
}
@media screen and (min-width: 768px) {
  .l-cta__contact-link {
    padding: 24px 40px;
  }
}
.l-cta__contact-link:hover .icon_c-arrow {
  -webkit-transform: rotate(-90deg) translateY(4px);
          transform: rotate(-90deg) translateY(4px);
}
.l-cta__item-tel {
  grid-area: tel;
  padding: 24px clamp(0.625rem, -3.065rem + 9.52vw, 1.5rem);
  /* 10 - 24 */
}
.l-cta__item-tel .tel-time {
  margin-top: 4px;
  font-size: 0.8125rem;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.l-cta__item-fax {
  grid-area: fax;
  padding: 24px clamp(0.625rem, -3.065rem + 9.52vw, 1.5rem);
  /* 10 - 24 */
}

/* -----------------------------------------------------------------
 Component
----------------------------------------------------------------- */
/*=======================
  btn
=======================*/
.c-link {
  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;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 240px;
  height: 58px;
  padding: 14px 24px;
  background-color: #B88E52;
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
}
.c-btn .txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  cursor: inherit;
}
.c-btn:hover {
  background-color: #9B7540;
}

/*=======================
  head
=======================*/
.c-pagehead {
  margin-bottom: 10px;
}
.c-pagehead__inner {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, rgb(184, 142, 82) 0%, rgb(184, 142, 82) 16%, rgb(202, 202, 202) 16%, rgb(202, 202, 202) 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(184, 142, 82)), color-stop(16%, rgb(184, 142, 82)), color-stop(16%, rgb(202, 202, 202)), to(rgb(202, 202, 202))) 1;
     border-image: linear-gradient(90deg, rgb(184, 142, 82) 0%, rgb(184, 142, 82) 16%, rgb(202, 202, 202) 16%, rgb(202, 202, 202) 100%) 1;
  padding-top: 164px;
  padding-bottom: clamp(6.25rem, 5.355rem + 4.47vw, 7.5rem);
  /* 100 - 120 */
  margin-inline: 20px;
}
@media screen and (min-width: 620px) {
  .c-pagehead__inner {
    margin-inline: 5.22%;
  }
}
@media screen and (min-width: 620px) {
  .c-pagehead__inner {
    -o-border-image: linear-gradient(90deg, rgb(184, 142, 82) 0%, rgb(184, 142, 82) 4%, rgb(202, 202, 202) 4%, rgb(202, 202, 202) 100%) 1;
       border-image: -webkit-gradient(linear, left top, right top, from(rgb(184, 142, 82)), color-stop(4%, rgb(184, 142, 82)), color-stop(4%, rgb(202, 202, 202)), to(rgb(202, 202, 202))) 1;
       border-image: linear-gradient(90deg, rgb(184, 142, 82) 0%, rgb(184, 142, 82) 4%, rgb(202, 202, 202) 4%, rgb(202, 202, 202) 100%) 1;
  }
}
@media screen and (min-width: 768px) {
  .c-pagehead__inner {
    padding-top: calc(88px + clamp(6.25rem, 4.821rem + 2.98vw, 7.5rem));
    padding-bottom: clamp(7.5rem, 6.071rem + 2.98vw, 8.75rem);
    /* 120 - 140 */
  }
}
.c-pagehead__ttl {
  font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (min-width: 375px) {
  .c-pagehead__ttl {
    font-size: clamp(1.75rem, 1.679rem + 0.36vw, 2rem);
    /* 28 - 32 */
  }
}

.c-subhead {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.c-subhead__inner {
  position: relative;
  border-bottom: none;
  z-index: 10;
  padding-top: clamp(8.75rem, 2.061rem + 33.44vw, 15rem);
  /* 140 - 240 */
  padding-bottom: clamp(8.75rem, 2.061rem + 33.44vw, 15rem);
  /* 140 - 240 */
  margin-inline: 20px;
}
@media screen and (min-width: 620px) {
  .c-subhead__inner {
    padding-top: clamp(12.5rem, 8.72rem + 9.76vw, 17.5rem);
    padding-bottom: clamp(12.5rem, 8.72rem + 9.76vw, 17.5rem);
    /* 200 - 280 */
    margin-inline: 5.22%;
  }
}
.c-subhead__ttl {
  font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.75rem, 1.679rem + 0.36vw, 2rem);
  /* 28 - 32 */
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #fff;
}
.c-subhead__ttl .sp-only {
  display: block;
}
@media screen and (min-width: 375px) {
  .c-subhead__ttl .sp-only {
    display: none;
  }
}
.c-subhead__ttl .pc-only {
  display: none;
}
@media screen and (min-width: 375px) {
  .c-subhead__ttl .pc-only {
    display: inline-block;
  }
}
.c-subhead__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-section__head {
  padding-bottom: 10px;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, rgb(184, 142, 82) 0%, rgb(184, 142, 82) 16%, rgb(202, 202, 202) 16%, rgb(202, 202, 202) 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(184, 142, 82)), color-stop(16%, rgb(184, 142, 82)), color-stop(16%, rgb(202, 202, 202)), to(rgb(202, 202, 202))) 1;
     border-image: linear-gradient(90deg, rgb(184, 142, 82) 0%, rgb(184, 142, 82) 16%, rgb(202, 202, 202) 16%, rgb(202, 202, 202) 100%) 1;
  font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.25rem;
  margin-bottom: 24px;
}
@media screen and (min-width: 620px) {
  .c-section__head {
    -o-border-image: linear-gradient(90deg, rgb(184, 142, 82) 0%, rgb(184, 142, 82) 4%, rgb(202, 202, 202) 4%, rgb(202, 202, 202) 100%) 1;
       border-image: -webkit-gradient(linear, left top, right top, from(rgb(184, 142, 82)), color-stop(4%, rgb(184, 142, 82)), color-stop(4%, rgb(202, 202, 202)), to(rgb(202, 202, 202))) 1;
       border-image: linear-gradient(90deg, rgb(184, 142, 82) 0%, rgb(184, 142, 82) 4%, rgb(202, 202, 202) 4%, rgb(202, 202, 202) 100%) 1;
  }
}

/*=======================
  form
=======================*/
/* reset */
input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}

/* contactform7 */
span.wpcf7-spinner {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  text-align: center;
}

/* form base */
.form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 24px;
  padding-block: 24px;
}
.form__group-body {
  width: 100%;
  line-height: 2;
}
.form__group-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 16px;
}
@media screen and (min-width: 768px) {
  .form__group-header {
    width: 34%;
  }
}
@media screen and (min-width: 1024px) {
  .form__group-header {
    width: 29.8%;
  }
}
.form__group-header .label {
  color: #fff;
  line-height: 1.4;
}
.form__group-header .require {
  color: #B88E52;
}
.form__group-header .optional {
  color: #2C3331;
}
.form__label {
  display: block;
  font-weight: 500;
}
.form__input {
  padding: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #D3D3D3;
}
@media screen and (max-width: 767px) {
  .form__input {
    font-size: 1rem;
  }
}
.form__input:focus {
  border: 1px solid #B88E52;
}
.form__input::-webkit-input-placeholder {
  letter-spacing: 0.04em;
  line-height: 2;
  color: #C1C1C1;
}
.form__input::-moz-placeholder {
  letter-spacing: 0.04em;
  line-height: 2;
  color: #C1C1C1;
}
.form__input:-ms-input-placeholder {
  letter-spacing: 0.04em;
  line-height: 2;
  color: #C1C1C1;
}
.form__input::-ms-input-placeholder {
  letter-spacing: 0.04em;
  line-height: 2;
  color: #C1C1C1;
}
.form__input::placeholder {
  letter-spacing: 0.04em;
  line-height: 2;
  color: #C1C1C1;
}
@media screen and (max-width: 767px) {
  .form__input::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  .form__input::-moz-placeholder {
    font-size: 0.875rem;
  }
  .form__input:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .form__input::-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .form__input::placeholder {
    font-size: 0.875rem;
  }
}
.form__textarea {
  padding: 16px 24px;
  height: 240px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #D3D3D3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .form__textarea {
    font-size: 1rem;
  }
}
.form__textarea:focus {
  border: 1px solid #B88E52;
}
.form__textarea::-webkit-input-placeholder {
  color: #ccc;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.form__textarea::-moz-placeholder {
  color: #ccc;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.form__textarea:-ms-input-placeholder {
  color: #ccc;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.form__textarea::-ms-input-placeholder {
  color: #ccc;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.form__textarea::placeholder {
  color: #ccc;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.form__privacy {
  text-align: center;
}
.form__privacy .link {
  display: inline-block;
  margin-right: 4px;
  border-bottom: 1px solid #B88E52;
  color: #B88E52;
}
.form__privacy .link:hover {
  opacity: 0.7;
}
.form__privacy .link .icon {
  margin-bottom: 2px;
}

/* form checkbox */
input[type=checkbox] {
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form__group-body.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .form__group-body.checkbox {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 14px;
  }
}

.c-checkbox .text {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  font-weight: 500;
}
.c-checkbox .text::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #C1C1C1;
  background-color: #f4f4f4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-checkbox .text::after {
  content: "✔";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 17px;
  height: 17px;
  color: #B88E52;
  font-size: 0.875rem;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-checkbox input:focus + span::before {
  border: 1px solid #B88E52;
}

.c-checkbox input:checked + span::after {
  opacity: 1;
}

/* form radio */
input[type=radio] {
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form__group-body.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}
@media screen and (min-width: 768px) {
  .form__group-body.radio {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

.c-radio .text {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  line-height: 1.6;
}
.c-radio .text::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #f4f4f4;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
}
.c-radio .text::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #B88E52;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.radio input:focus + span::before {
  border: 1px solid #B88E52;
}

.radio input:checked + span::after {
  opacity: 1;
}

/* form submit */
input[type=submit] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 240px;
  height: 58px;
  line-height: 58px;
  padding-inline: 24px 56px;
  background-color: #B88E52;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input[type=submit]:hover {
  background-color: #9B7540;
}

.form-submit__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 64px;
}

.c-submit-btn {
  position: relative;
}
.c-submit-btn::before {
  content: "";
  background-image: url("../img/icon/icon_arrow_w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*=======================
  breadcrumb
=======================*/
.c-breadcrumb {
  text-align: right;
}
.c-breadcrumb__item {
  display: inline-block;
  font-size: 0.8125rem;
}
.c-breadcrumb__item.is-current {
  color: #B88E52;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: "/";
  margin-inline: 4px;
  color: #2C3331;
}

/*=======================
  pagination
=======================*/
/* 一覧　 */
.pagination {
  width: 100%;
  /* WP-Pagenavi用 */
  margin-top: 56px;
}
.pagination .wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 5px;
  width: 100%;
  text-align: center;
}
.pagination .wp-pagenavi span, .pagination .wp-pagenavi a {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 5px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F5F5F5;
  border-radius: 2px;
  font-size: 0.9375rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .wp-pagenavi span.current, .pagination .wp-pagenavi a.current {
  cursor: default;
  pointer-events: none;
  color: #fff;
  background-color: #11B4C9;
}
@media (hover: hover) and (pointer: fine) {
  .pagination .wp-pagenavi span:hover, .pagination .wp-pagenavi a:hover {
    background-color: #11B4C9;
    color: #fff;
  }
}
.pagination .wp-pagenavi .pages {
  display: none;
}
.pagination .wp-pagenavi .previouspostslink, .pagination .wp-pagenavi .nextpostslink {
  position: relative;
  display: grid;
  place-items: center;
}
.pagination .wp-pagenavi .previouspostslink::before, .pagination .wp-pagenavi .nextpostslink::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
.pagination .wp-pagenavi .previouspostslink::before {
  background-image: url(../img/icon/icon_arrow_pagination.svg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .wp-pagenavi .previouspostslink:hover {
  background-color: #11B4C9;
}
.pagination .wp-pagenavi .previouspostslink:hover::before {
  background-image: url(../img/icon/icon_arrow.svg);
}
.pagination .wp-pagenavi .nextpostslink::before {
  background-image: url(../img/icon/icon_arrow_pagination.svg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .wp-pagenavi .nextpostslink:hover {
  background-color: #11B4C9;
}
.pagination .wp-pagenavi .nextpostslink:hover::before {
  background-image: url(../img/icon/icon_arrow.svg);
}
.pagination .wp-pagenavi .first, .pagination .wp-pagenavi .last {
  display: none;
}

.single__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 40px;
}
.single__pagination-link {
  font-size: clamp(0.813rem, 0.723rem + 0.45vw, 1rem);
  /* 13 - 16 */
}
@media screen and (max-width: 619px) {
  .single__pagination-link .icon {
    display: none;
  }
}
.single__pagination-link .icon {
  margin-bottom: 2px;
}
.single__pagination-link.prev, .single__pagination-link.next {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 1px solid #2C3331;
}
.single__pagination-link.prev:hover, .single__pagination-link.next:hover {
  border-bottom: 1px solid #B88E52;
  color: #B88E52;
}
.single__pagination-link.prev:hover .icon, .single__pagination-link.next:hover .icon {
  fill: #B88E52;
}
.single__pagination-link.prev.sub:hover, .single__pagination-link.next.sub:hover {
  border-bottom: 1px solid #469FD9;
  color: #469FD9;
}

/* -----------------------------------------------------------------
 Parallax
----------------------------------------------------------------- */
[data-parallax] {
  overflow: hidden;
  position: relative;
}
[data-parallax] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.js-parallax,
.js-parallax-r {
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.js-parallax *,
.js-parallax-r * {
  will-change: transform;
}

/* -----------------------------------------------------------------
 Utility
----------------------------------------------------------------- */
.u-fit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

/* -----------------------------------------------------------------
Project
----------------------------------------------------------------- */
/*====================================================
*
*	Home
*
====================================================*/
.loading {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  background-image: url(../img/common/bg.png);
  background-repeat: repeat;
  background-size: 100px;
  z-index: 9999;
  overflow: hidden;
}

.fv {
  position: relative;
}
.fv__swiper {
  position: relative;
  width: 100%;
  height: 100svh;
}
.fv__swiper .swiper {
  width: 100%;
  height: 100%;
}
.fv__swiper .swiper .swiper-slide img {
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}
.fv__swiper .swiper .swiper-slide[class*=-active] img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.fv__copy {
  position: absolute;
  top: calc(50% + 2px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  line-height: 1.5;
}
.fv__copy .sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .fv__copy .sp-only {
    display: none;
  }
}
.fv__copy-ja {
  font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.75rem, 1.571rem + 0.89vw, 2rem);
  /* 28 - 32 */
  letter-spacing: 0.04em;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .fv__copy-ja {
    padding-left: 10px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .fv__copy-ja {
    font-size: 2.2vw;
  }
}
.fv__copy-en {
  margin-top: 16px;
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .fv__copy-en {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .fv__copy-en {
    font-size: 1vw;
  }
}

.home-head {
  padding-top: 8px;
  border-top: 1px solid;
  -o-border-image: linear-gradient(90deg, rgb(184, 142, 82) 0%, rgb(184, 142, 82) 16%, rgb(202, 202, 202) 16%, rgb(202, 202, 202) 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(184, 142, 82)), color-stop(16%, rgb(184, 142, 82)), color-stop(16%, rgb(202, 202, 202)), to(rgb(202, 202, 202))) 1;
     border-image: linear-gradient(90deg, rgb(184, 142, 82) 0%, rgb(184, 142, 82) 16%, rgb(202, 202, 202) 16%, rgb(202, 202, 202) 100%) 1;
}
@media screen and (min-width: 620px) {
  .home-head {
    -o-border-image: linear-gradient(90deg, rgb(184, 142, 82) 0%, rgb(184, 142, 82) 4%, rgb(202, 202, 202) 4%, rgb(202, 202, 202) 100%) 1;
       border-image: -webkit-gradient(linear, left top, right top, from(rgb(184, 142, 82)), color-stop(4%, rgb(184, 142, 82)), color-stop(4%, rgb(202, 202, 202)), to(rgb(202, 202, 202))) 1;
       border-image: linear-gradient(90deg, rgb(184, 142, 82) 0%, rgb(184, 142, 82) 4%, rgb(202, 202, 202) 4%, rgb(202, 202, 202) 100%) 1;
  }
}
.home-head__en {
  position: relative;
  padding-left: 16px;
  margin-bottom: 24px;
  color: #B88E52;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
}
.home-head__en::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #B88E52;
  margin-right: 8px;
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home-head__ja {
  font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.625rem, 1.357rem + 1.34vw, 2rem);
  /* 26 - 32 */
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .home-head__ja {
    font-size: 2rem;
  }
}
.home-head__intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .home-head__intro {
    grid-template-columns: 24% 1fr;
  }
}
.home-head__intro.column {
  grid-template-columns: 1fr;
}
.home-head__txt {
  margin-top: 10px;
}
.home-head__txt .main {
  margin-bottom: 16px;
  font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.125rem, 0.946rem + 0.89vw, 1.375rem);
  /* 18 - 22 */
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .home-head__txt .main {
    font-size: 1.375rem;
  }
}
.home-head__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 24px;
}
.home-head.white {
  border-color: #fff;
  -o-border-image: none;
     border-image: none;
}
.home-head.white .home-head__en {
  color: #fff;
}
.home-head.white .home-head__en::before {
  background: #fff;
}
.home-head.white .home-head__ja {
  color: #fff;
}
.home-head.white .home-head__txt .main {
  color: #fff;
}
.home-head.white .home-head__txt .sub {
  color: #fff;
}

.home-concept {
  background-image: url(../img/common/bg.png);
  background-repeat: repeat;
  background-size: 100px;
}
.home-concept__inner {
  padding-block: clamp(7.5rem, 6.429rem + 5.36vw, 11.25rem) 40px;
  position: relative;
}
.home-concept__inner::before {
  content: "";
  display: block;
  background-image: url(../img/home/concept_shadow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1440px;
  aspect-ratio: 1440/973;
}
.home-concept__inner::after {
  content: "";
  display: block;
  background-image: url(../img/home/concept_shadow_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 1440px;
  aspect-ratio: 1440/973;
}
.home-concept__img {
  aspect-ratio: 460/613;
  width: 100%;
  margin-inline: auto;
  z-index: 10;
}
@media screen and (min-width: 620px) {
  .home-concept__img {
    max-width: 460px;
  }
}
@media screen and (min-width: 768px) {
  .home-concept__img {
    width: 42%;
  }
}
.home-concept__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px 4%;
}
@media screen and (min-width: 620px) {
  .home-concept__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .home-concept__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home-concept__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #B88E52;
}
.home-concept__ttl::after {
  content: "";
  display: block;
  width: 68px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(184, 142, 82)), color-stop(30%, rgb(184, 142, 82)), color-stop(30%, rgb(202, 202, 202)), to(rgb(202, 202, 202)));
  background: linear-gradient(90deg, rgb(184, 142, 82) 0%, rgb(184, 142, 82) 30%, rgb(202, 202, 202) 30%, rgb(202, 202, 202) 100%);
}
.home-concept__txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.0625rem;
  line-height: 2.2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 375px) {
  .home-concept__txt {
    font-size: clamp(1.25rem, 0.772rem + 2.04vw, 1.75rem);
    /* 20 - 28 */
  }
}
@media screen and (min-width: 768px) {
  .home-concept__txt {
    font-size: clamp(1.25rem, 0.679rem + 1.19vw, 1.75rem);
    /* 20 - 28 */
  }
}
.home-concept__txt .sp-only {
  display: block;
}
@media screen and (min-width: 620px) {
  .home-concept__txt .sp-only {
    display: none;
  }
}

.home-room {
  padding-block: clamp(5rem, 4.286rem + 3.57vw, 7.5rem);
  /* 80 - 120 */
  background-image: url(../img/common/bg.png);
  background-repeat: repeat;
  background-size: 100px;
}
.home-room__swiper {
  margin-top: 40px;
}
.home-room__swiper .swiper {
  overflow: unset;
  -webkit-clip-path: inset(0 -50vw 0 0);
          clip-path: inset(0 -50vw 0 0);
  padding-bottom: 64px;
}
.home-room__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.home-room__link:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.home-room__name {
  position: absolute;
  bottom: 10px;
  left: 16px;
  z-index: 10;
  color: #fff;
  font-size: clamp(0.938rem, 0.796rem + 0.37vw, 1.125rem);
  /* 15 - 18 */
}

.home-room__swiper .swiper-button-prev::after,
.home-room__swiper .swiper-button-next::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/icon/carousel_arrow.svg);
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-room__swiper .swiper-button-next::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.home-room__swiper .swiper-button-prev,
.home-room__swiper .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-room__swiper .swiper-button-prev:hover,
.home-room__swiper .swiper-button-next:hover {
  opacity: 0.7;
}
.home-room__swiper .swiper-button-prev {
  left: 0;
}
.home-room__swiper .swiper-button-next {
  left: 50px;
}

.home-dining {
  padding-block: clamp(5rem, 4.286rem + 3.57vw, 7.5rem);
  /* 80 - 120 */
  background: #0a0a0a;
  position: relative;
  color: #fff;
}
.home-dining::before {
  content: "";
  background-image: url(../img/common/bg.png);
  background-repeat: repeat;
  background-size: 100px;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-dining__box {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 4%;
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .home-dining__box {
    grid-template-columns: 46% 1fr;
  }
}
@media screen and (min-width: 768px) {
  .home-dining__box.dinner {
    margin-top: 40px;
  }
}
.home-dining__ttl {
  padding-left: 30px;
  margin-bottom: 16px;
  position: relative;
  font-size: clamp(1.125rem, 1.054rem + 0.36vw, 1.375rem);
  /* 18 - 22 */
  font-weight: 500;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.home-dining__ttl::before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/icon_morning.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home-dining__ttl.dinner::before {
  background-image: url(../img/icon/icon_dinner.svg);
}
.home-dining__ttl span {
  font-size: clamp(0.938rem, 0.884rem + 0.27vw, 1.125rem);
  /* 15 - 18 */
  font-weight: 400;
}
.home-dining__desc {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.home-dining__attention {
  padding: 10px 16px 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  margin-top: 16px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

.home-gallery__swiper .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.home-gallery__swiper .swiper .swiper-slide {
  width: 76.9%;
}
@media screen and (min-width: 768px) {
  .home-gallery__swiper .swiper .swiper-slide {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .home-gallery__swiper .swiper .swiper-slide {
    width: 27.8%;
  }
}
@media screen and (min-width: 1440px) {
  .home-gallery__swiper .swiper .swiper-slide {
    width: 20%;
  }
}

.home-facilities {
  padding-block: clamp(5rem, 4.286rem + 3.57vw, 7.5rem);
  /* 80 - 120 */
  background-image: url(../img/common/bg.png);
  background-repeat: repeat;
  background-size: 100px;
}
.home-facilities__swiper {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .home-facilities__swiper {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.home-facilities__swiper .swiper {
  padding-bottom: 20px;
}
.home-facilities__swiper .swiper .swiper-pagination {
  bottom: 0;
}
.home-facilities__swiper .swiper .swiper-pagination-bullet {
  width: 24px;
  height: 2px;
  border-radius: 0;
  margin: 0 2px;
}
.home-facilities__swiper .swiper .swiper-pagination-bullet-active {
  background-color: #B88E52;
}
.home-facilities__list {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-top: 56px;
}
@media screen and (min-width: 1024px) {
  .home-facilities__list {
    grid-template-columns: 1fr 1fr;
  }
}
.home-facilities__item:nth-of-type(6) .home-facilities__head {
  border-bottom: 1px solid #D3D3D3;
}
@media screen and (min-width: 1024px) {
  .home-facilities__item:nth-of-type(5) .home-facilities__head {
    border-bottom: 1px solid #D3D3D3;
  }
}
.home-facilities__head {
  padding: 32px 46px 32px 16px;
  border-top: 1px solid #D3D3D3;
  position: relative;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home-facilities__head::before {
  content: "";
  background-image: url(../img/icon/icon_plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.home-facilities__head.is-open::before {
  background-image: url(../img/icon/icon_minus.svg);
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.home-facilities__content {
  padding: 16px 16px 32px 16px;
  display: none;
}
.home-facilities__content.is-open {
  display: block;
}
.home-facilities__imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.home-facilities__lead {
  margin-top: 24px;
}
.home-facilities__desc {
  margin-top: 24px;
}
.home-facilities__desc dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px 16px;
}
@media screen and (min-width: 620px) {
  .home-facilities__desc dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home-facilities__desc dl:not(:first-of-type) {
  margin-top: 16px;
}
.home-facilities__desc dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-facilities__desc dt span {
  display: inline-block;
  border: 1px solid #D3D3D3;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2px 8px;
  border-radius: 2px;
  min-width: 100px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

.home-event {
  padding-top: clamp(5rem, 4.286rem + 3.57vw, 7.5rem);
  /* 80 - 120 */
  padding-bottom: clamp(7.5rem, 7.143rem + 1.79vw, 8.75rem);
  /* 120 - 140 */
  background-image: url(../img/home/event_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.home-event::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
}
.home-event__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .home-event__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home-event__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  padding: 3px 24px 3px 3px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: clamp(0.875rem, 0.852rem + 0.1vw, 0.938rem);
  /* 14 - 15 */
  color: #fff;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 390px) {
  .home-event__link {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    max-width: 300px;
    padding: 3px 40px 3px 3px;
  }
}
.home-event__link img {
  aspect-ratio: 120/90;
  max-width: 120px;
}
.home-event__link:hover {
  background-color: transparent;
}

.home-access {
  padding-block: clamp(5rem, 4.286rem + 3.57vw, 7.5rem);
  /* 80 - 120 */
  background-image: url(../img/common/bg.png);
  background-repeat: repeat;
  background-size: 100px;
}
.home-access__ttl {
  text-align: center;
}
.home-access__ja {
  font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.home-access__en {
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #B88E52;
}
.home-access__box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto);
  grid-template-areas: "content" "attention" "map";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.2%;
     -moz-column-gap: 3.2%;
          column-gap: 3.2%;
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .home-access__box {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "map content" "attention attention";
  }
}
.home-access__map {
  grid-area: map;
}
.home-access__map iframe {
  width: 100%;
  aspect-ratio: 480/390;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .home-access__map iframe {
    aspect-ratio: 480/390;
    margin-top: 0;
  }
}
.home-access__content {
  grid-area: content;
}
@media screen and (max-width: 767px) {
  .home-access__content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.home-access__link {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  font-weight: 300;
}
.home-access__item:not(:first-of-type) {
  margin-top: 24px;
}
.home-access__item-ttl {
  font-weight: 500;
  margin-bottom: 4px;
}
.home-access__attention {
  grid-area: attention;
  width: 100%;
  margin-inline: auto;
  padding: 10px 24px;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  margin-top: 24px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .home-access__attention {
    margin-top: 40px;
    max-width: 610px;
  }
}

.home-reserve {
  padding-top: clamp(5rem, 4.286rem + 3.57vw, 7.5rem);
  /* 80 - 120 */
  background-image: url(../img/common/bg.png);
  background-repeat: repeat;
  background-size: 100px;
}
.home-reserve__box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto minmax(90px, 1fr) minmax(90px, 1fr);
  grid-template-areas: "tel" "link" "form";
  gap: 4px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .home-reserve__box {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 4px;
    grid-template-areas: "tel link" "tel form";
  }
}
@media screen and (min-width: 1024px) {
  .home-reserve__box {
    width: 86%;
    gap: 8px;
  }
}
.home-reserve__bg {
  position: relative;
  height: 100%;
}
.home-reserve__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-reserve__tel {
  grid-area: tel;
  position: relative;
  padding: 3px;
  border: 1px solid #D3D3D3;
  line-height: 1.6;
}
.home-reserve__tel .num {
  font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.5rem, 1.142rem + 1.79vw, 2rem);
  /* 24 - 32 */
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .home-reserve__tel .num {
    font-size: clamp(1.625rem, 1.196rem + 0.89vw, 2rem);
    /* 26 - 32 */
  }
}
.home-reserve__tel .time {
  font-size: clamp(0.813rem, 0.777rem + 0.18vw, 0.938rem);
  /* 13 - 15 */
}
.home-reserve__link {
  grid-area: link;
  padding: 3px;
  border: 1px solid #D3D3D3;
  position: relative;
}
.home-reserve__link:hover .home-reserve__bg::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.home-reserve__form {
  grid-area: form;
  position: relative;
  padding: 3px;
  border: 1px solid #D3D3D3;
}
.home-reserve__form:hover .home-reserve__bg::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.home-reserve__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  font-weight: 500;
  white-space: nowrap;
}

/*====================================================
*
*	faq
*
====================================================*/
.faq__anchor-link {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  gap: 10px;
}
@media screen and (min-width: 620px) {
  .faq__anchor-link {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .faq__anchor-link {
    grid-template-columns: repeat(3, 1fr);
  }
}
.faq__anchor-link .anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 10px 16px 16px;
  border: 1px solid #D3D3D3;
  border-radius: 2px;
  font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1rem;
}
.faq__anchor-link .anchor-link:hover {
  color: #B88E52;
}
.faq__list {
  padding-top: 64px;
}
.faq__accordion-item {
  margin-top: 10px;
  line-height: 1.6;
  cursor: pointer;
}
.faq__accordion-item:first-of-type {
  margin-top: 24px;
}
.faq__accordion-head {
  position: relative;
  padding: 16px 36px 16px 40px;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 620px) {
  .faq__accordion-head {
    padding: 16px 40px 16px 52px;
  }
}
.faq__accordion-head::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #B88E52;
}
@media screen and (min-width: 620px) {
  .faq__accordion-head::before {
    left: 16px;
    font-size: 1.5rem;
  }
}
.faq__accordion-head::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/icon/icon_plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (min-width: 620px) {
  .faq__accordion-head::after {
    width: 30px;
    height: 30px;
    right: 16px;
  }
}
.faq__accordion-head.is-open {
  border-radius: 4px 4px 0 0;
}
.faq__accordion-head.is-open::after {
  background-image: url("../img/icon/icon_minus.svg");
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.faq__accordion-desc {
  position: relative;
  display: none;
  padding: 10px 10px 16px 40px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  line-height: 1.8;
}
@media screen and (min-width: 620px) {
  .faq__accordion-desc {
    padding: 10px 16px 16px 52px;
  }
}
.faq__accordion-desc p + p {
  margin-top: 16px;
}
.faq__accordion-desc .small {
  font-size: 0.8125rem;
}
.faq__accordion-desc .attention {
  color: #B88E52;
}
.faq__accordion-desc::before {
  content: "A";
  display: inline-block;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #7D7D7D;
}
@media screen and (min-width: 620px) {
  .faq__accordion-desc::before {
    font-size: 1.5rem;
    left: 16px;
  }
}
.faq__accordion-desc.is-open {
  display: block;
}

/*====================================================
*
*	room
*
====================================================*/
.room__intro {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.room__anchor-link {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 260px));
  grid-template-rows: 1fr;
  gap: 10px;
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.room__anchor-link .anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.room__anchor-link .anchor-link:hover {
  color: #B88E52;
}
.room__section {
  padding-top: 100px;
}
.room__section:first-of-type {
  padding-top: 80px;
}
.room__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px 32px;
}
@media screen and (min-width: 768px) {
  .room__item {
    grid-template-columns: 42% 1fr;
  }
}
.room__item:first-of-type {
  padding-top: 64px;
  margin-top: -64px;
}
.room__item:not(:first-of-type) {
  padding-top: 64px;
}
.room__item-img {
  aspect-ratio: 420/280;
}
.room__item-name {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 500;
}
.room__item-spec {
  margin-bottom: 10px;
}
.room__item-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.room__item-info dl:not(:first-of-type) {
  margin-top: 6px;
}
.room__item-info dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.room__item-info .small {
  font-size: 0.8125rem;
}
.room__item-detail-head {
  position: relative;
  cursor: pointer;
  padding: 24px 0;
  border-bottom: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  font-weight: 500;
  margin-top: 24px;
}
.room__item-detail-head::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url(../img/icon/icon_plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.room__item-detail-head.is-open {
  border-bottom: none;
}
.room__item-detail-head.is-open::before {
  background-image: url(../img/icon/icon_minus.svg);
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.room__item-detail-content {
  padding: 16px 0;
  display: none;
}
.room__item-detail-content.is-open {
  display: block;
}
.room__item-detail-content dl:not(:first-of-type) {
  margin-top: 10px;
}
.room__item-detail-content dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.room__item-detail-content .attention {
  display: block;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
  font-size: 0.875rem;
}
.room__item-detail-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 32px;
}
.room__swiper .swiper {
  padding-bottom: 20px;
}
.room__swiper .swiper .swiper-pagination {
  bottom: 0;
}
.room__swiper .swiper .swiper-pagination-bullet {
  width: 24px;
  height: 2px;
  border-radius: 0;
  margin: 0 2px;
}
.room__swiper .swiper .swiper-pagination-bullet-active {
  background-color: #B88E52;
}

/*====================================================
*
*	event
*
====================================================*/
.event__intro {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.event__anchor-link {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .event__anchor-link {
    grid-template-columns: 1fr 1fr;
  }
}
.event__anchor-link .anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10%;
     -moz-column-gap: 10%;
          column-gap: 10%;
  padding: 3px 16px 3px 3px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #d3d3d3;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 375px) {
  .event__anchor-link .anchor-link {
    padding: 3px 24px 3px 3px;
  }
}
@media screen and (min-width: 620px) {
  .event__anchor-link .anchor-link {
    padding: 3px 32px 3px 3px;
  }
}
.event__anchor-link .anchor-link img {
  aspect-ratio: 164/120;
  max-width: 164px;
  width: 41.8%;
}
.event__anchor-link .anchor-link:hover {
  background-color: transparent;
}
.event__anchor-link .anchor-link:hover .anchor-link__txt {
  color: #B88E52;
}
.event__anchor-link .anchor-link__txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.event__section {
  padding-top: 100px;
}
.event__section:first-of-type {
  padding-top: 80px;
}
.event__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 16px;
}
@media screen and (min-width: 768px) {
  .event__list {
    grid-template-columns: 1fr 1fr;
  }
}
.event__item {
  padding: 10px 10px 18px 10px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 1024px) {
  .event__item {
    padding: 16px 16px 24px 16px;
  }
}
.event__item-img {
  position: relative;
  aspect-ratio: 460/307;
  width: 100%;
}
.event__item-img .located {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  background-color: #fff;
  border: 1px solid #D5C2A5;
  padding: 2px 10px 3px 8px;
  position: absolute;
  right: 4px;
  top: 4px;
  font-size: 0.8125rem;
}
.event__item-content {
  font-size: 0.8125rem;
}
.event__item-ttl {
  padding-block: 10px 14px;
  border-bottom: 1px solid #d3d3d3;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.event__item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
}
.event__item-tag {
  display: block;
  padding: 1px 8px 2px 8px;
  border: 1px solid #B88E52;
  color: #B88E52;
  border-radius: calc(infinity * 1px);
  line-height: 1.6;
}
.event__item-desc {
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 16px;
}
.event__item-info {
  margin-top: 16px;
}
.event__item-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px 8px;
}
@media screen and (min-width: 1024px) {
  .event__item-info dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.event__item-info dl:not(:first-of-type) {
  margin-top: 8px;
}
.event__item-info dt {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .event__item-info dt {
    width: 20%;
  }
}
.event .event__item-link {
  border-bottom: 1px solid #2C3331;
}
.event .event__item-link .icon {
  margin-bottom: 2px;
}
.event .event__item-link:hover {
  opacity: 0.7;
}

/*====================================================
*
*	contact
*
====================================================*/
.contact__infro .link {
  border-bottom: 1px solid #2C3331;
}
.contact__infro .link:hover {
  opacity: 0.7;
}
.contact__section {
  margin-top: 56px;
}
.contact__section.reserve .attention {
  margin-top: 24px;
  text-align: center;
}
.contact__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 24px 32px 24px;
  border: 1px solid #D3D3D3;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  line-height: 1.5;
}
.contact__tel .num {
  font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
}
.contact__tel .time {
  font-size: 0.8125rem;
  font-weight: 500;
  text-align: center;
}
.contact-reserve__link {
  display: block;
  width: 100%;
  aspect-ratio: 427/130;
  max-width: 427px;
  padding: 3px;
  border: 1px solid #D3D3D3;
  margin-inline: auto;
}
@media screen and (min-width: 620px) {
  .contact-reserve__link {
    aspect-ratio: 427/94;
  }
}
.contact-reserve__link:hover .contact-reserve__bg::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.contact-reserve__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  background-image: url("../img/common/reserve_plan.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 16px;
  width: 100%;
  height: 100%;
  position: relative;
}
.contact-reserve__bg .txt {
  font-size: clamp(0.875rem, 0.808rem + 0.33vw, 0.938rem);
  /* 14 - 15 */
  color: #fff;
  z-index: 10;
  cursor: inherit;
}
.contact-reserve__bg .icon {
  z-index: 10;
  margin-top: 4px;
}
.contact-reserve__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact__form .attention {
  font-size: 0.8125rem;
  text-align: right;
}

.thanks__head {
  font-family: "Shippori Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.5rem, 1.429rem + 0.36vw, 1.75rem);
  /* 24 - 28 */
  text-align: center;
  line-height: 1.6;
}
.thanks__head .sp-only {
  display: block;
}
@media screen and (min-width: 620px) {
  .thanks__head .sp-only {
    display: none;
  }
}
.thanks__txt {
  margin-top: 32px;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 620px) {
  .thanks__txt {
    text-align: center;
  }
}
.thanks__txt .pc-only {
  display: none;
}
@media screen and (min-width: 620px) {
  .thanks__txt .pc-only {
    display: block;
  }
}
.thanks .attention {
  margin-top: 32px;
  margin-inline: auto;
  padding: 10px;
  width: 100%;
  max-width: 600px;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 620px) {
  .thanks .attention {
    padding: 10px 16px;
  }
}
.thanks__btn {
  margin-top: clamp(5rem, 3.571rem + 2.98vw, 6.25rem);
  /* 80 - 100 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*====================================================
*
*	privacy
*
====================================================*/
.privacy__item {
  position: relative;
  margin-top: 40px;
}
.privacy__item-ttl {
  margin-bottom: 16px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #B88E52;
  line-height: 1.4;
}
.privacy__list {
  margin-top: 10px;
}