@charset "UTF-8";
/* Sass Document */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 2.41545893vw;
  scroll-behavior: smooth;
}
@media screen and (min-width: 900px) {
  html {
    font-size: 0.52083333vw;
  }
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

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

* {
  box-sizing: border-box;
  word-break: break-word; /* 長い単語を強制的に折り返す */
  overflow-wrap: break-word; /* 同様の目的。対応ブラウザが広い */
  line-break: strict; /* 節での自然な改行を優先（日本語では特に有効） */
  white-space: normal; /* 普通の折り返し挙動に */
}

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

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

.swiper-button-next,
.swiper-button-prev {
  position: static;
  margin-top: inherit;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

:root {
  /*  Global */
  --primary-color: #555555;
  --secondary-color: #555555;
  --thirdly-color: #555555;
  --attention-color: #ab0507;
  --light-gray: #f5f7f9;
  --medium-gray: #eeeeee;
  --dark-gray: #8c8c8c;
  --black: #333333;
  --white: #ffffff;
  --global-radius: 5px;
  --global-hover-opacity: 0.8;
  /* Body */
  --body-min-width: 320px;
  --body-font-color: var(--black);
  --font-family-zen-maru-go: "Zen Maru Gothic", serif;
  --font-family-zen-kaku-go: "Zen Kaku Gothic New", sans-serif;
  --pcW: 16;
  /* Base Typography */
  --paragraph-line-height: 1.7;
  --list-line-height: var(--paragraph-line-height);
  /*  Form */
  --form-element-padding: 1em 4.83vw;
  --form-element-parts-color: #707070;
  --form-element-border-width: 1px;
  --form-element-border-color: var(--white);
  --form-element-background: var(--white);
  --form-element-color: var(--body-font-color);
  --form-element-radious: 0;
  --form-element-space: 7px;
  --form-element-font-size-large: 16;
  --content-width: 100%;
  --content-width2: 100%;
  --content-width3: 100%;
  --content-width-gutter: 5.3vw;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: text-bottom;
}

.i-event:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-event.svg);
  mask: url(../img/common/icon-event.svg);
}

.i-topics:before {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-topics.svg);
  mask: url(../img/common/icon-event.svg);
}

.i-facility:before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 2.7rem;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icn_facility_sp.svg);
          mask: url(../img/common/icn_facility_sp.svg);
}

.i-information:before {
  content: "";
  display: inline-block;
  width: 2.7rem;
  height: 2.7rem;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-information.svg);
  mask: url(../img/common/icon-information.svg);
}

.i-guide:before {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-guide.svg);
  mask: url(../img/common/icon-guide.svg);
}

.i-access:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 2.3rem;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-access.svg);
  mask: url(../img/common/icon-access.svg);
}

.i-spot:before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 2.6rem;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-spot.svg);
  mask: url(../img/common/icon-spot.svg);
}

.i-mail:before {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-mail.svg);
  mask: url(../img/common/icon-mail.svg);
  position: relative;
  top: 0.1rem;
}

.i-ca-right:before {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-circle-arrow-right.svg);
  mask: url(../img/common/icon-circle-arrow-right.svg);
  will-change: transform;
}

.i-ca-left:before {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-circle-arrow-left.svg);
  mask: url(../img/common/icon-circle-arrow-left.svg);
}

.i-hour:before {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-hour.svg);
  mask: url(../img/common/icon-hour.svg);
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
  top: -0.15rem;
}

.i-calendar:before {
  content: "";
  display: inline-block;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-calendar.svg);
  mask: url(../img/common/icon-calendar.svg);
  width: 1.8rem;
  height: 1.8rem;
}

.i-car:before {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  height: 0.58em;
  height: 0.58lh;
  -webkit-mask: url(../img/common/icon-car.svg);
  mask: url(../img/common/icon-car.svg);
}

.i-tel:before {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-tel.svg);
  mask: url(../img/common/icon-tel.svg);
}

.i-payment:before {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-payment.svg);
  mask: url(../img/common/icon-payment.svg);
}

.i-phone:before {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-phone.svg);
  mask: url(../img/common/icon-phone.svg);
}

.i-parking:before {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  height: 0.55em;
  height: 0.55lh;
  -webkit-mask: url(../img/common/icon-parking.svg);
  mask: url(../img/common/icon-parking.svg);
}

.i-ev:before {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-ev.svg);
  mask: url(../img/common/icon-ev.svg);
}

.i-toilet:before {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  height: 0.75em;
  height: 0.75lh;
  -webkit-mask: url(../img/common/icon-toilet.svg);
  mask: url(../img/common/icon-toilet.svg);
}

.i-phone2:before {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  height: 0.75em;
  height: 0.75lh;
  -webkit-mask-position: 30% center !important;
  mask-position: 30% center !important;
  -webkit-mask: url(../img/common/icon-phone2.svg);
  mask: url(../img/common/icon-phone2.svg);
}

.i-smorking:before {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  height: 0.75em;
  height: 0.85lh;
  -webkit-mask: url(../img/common/icon-smorking.svg);
  mask: url(../img/common/icon-smorking.svg);
}

.i-c-company:before {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-circle-company.svg);
  mask: url(../img/common/icon-circle-company.svg);
}

.i-c-personal:before {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-circle-personal.svg);
  mask: url(../img/common/icon-circle-personal.svg);
}

.i-train:before {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  height: 0.55em;
  height: 0.55lh;
  -webkit-mask: url(../img/common/icon-train.svg);
  mask: url(../img/common/icon-train.svg);
}

.i-site:before {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  height: 0.5em;
  height: 0.5lh;
  -webkit-mask: url(../img/common/icon-site.svg);
  mask: url(../img/common/icon-site.svg);
}

.i-time:before {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-clock.svg);
  mask: url(../img/common/icon-clock.svg);
}

.i-download:before {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-download.svg);
  mask: url(../img/common/icon-download.svg);
}

html {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  min-width: var(--body-min-width);
  background-color: var(--white);
  color: var(--body-font-color);
  -webkit-print-color-adjust: exact;
  word-wrap: break-word;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
  font-feature-settings: "palt", "kern";
  --font-size-sp: calc(16 / 4.14 * 1vw);
  letter-spacing: 0.05em;
}

*,
*:before,
*:after,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
  font-size: var(--font-size-sp);
}

body,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
blockquote,
p,
address,
hr,
table,
fieldset,
figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  line-height: var(--paragraph-line-height);
  letter-spacing: 0.06em;
}

ul,
ol,
dl {
  padding: 0;
  line-height: var(--list-line-height);
}

ul,
ol {
  padding-left: 1rem;
}

dt,
dd {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

a {
  cursor: pointer;
  color: currentColor;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1;
}

[src$=".svg"],
[data$=".svg"] {
  width: 100%;
}

figure {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

[hidden] {
  display: none;
}

template {
  display: none;
}

.font-robots {
  font-family: "Roboto", serif;
}

.font-zen {
  font-family: var(--font-family-zen-kaku-go);
}

.lum-lightbox {
  z-index: 101;
}

.lum-gallery-button {
  display: none !important;
}

.ssc-Content {
  position: relative;
  z-index: 1;
}

.ssc-Content ul,
.ssc-Content ol {
  list-style-type: none;
}

.ssc-Content ul li {
  padding-left: 1em;
}

.ssc-Content ul li:before {
  content: "・";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.ssc-Content ol {
  counter-reset: item;
}

.ssc-Content ol li {
  padding-left: 1em;
}

.ssc-Content ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.s-footer-access {
  box-sizing: content-box;
  padding-right: var(--content-width-gutter);
  padding-left: var(--content-width-gutter);
  padding-top: 7.25vw;
  padding-bottom: 19.32vw;
  position: relative;
}

.s-footer-access:before {
  content: " ";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 24.15vw;
  background: url(../img/common/access-bg-top@2x.png) no-repeat center bottom/contain;
  z-index: 2;
}

.s-footer-access:has(.s-footer-access__body):after {
  content: " ";
  position: absolute;
  top: -24.15vw;
  right: 5.31vw;
  width: 32.37vw;
  height: 40.34vw;
  background: url(../img/common/access-bg-dec@2x.png) no-repeat center center/contain;
  z-index: 3;
}

.s-footer-access__container {
  position: relative;
}

.s-footer-access__container:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: -2.42vw;
  width: 26.57vw;
  height: 29.71vw;
  background: url(../img/common/access-bg-dec2@2x.png) no-repeat center center/contain;
  z-index: 3;
}

.s-footer-access__heading {
  text-align: left !important;
}

.s-footer-access__heading2 {
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 2.42vw;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  margin-top: 4.83vw;
  margin-bottom: 3.38vw;
  padding-bottom: 2.42vw;
  font-weight: normal;
}

.s-footer-access__heading2:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, currentColor, currentColor 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.s-footer-access__heading2 span.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #c28d48;
  color: var(--white);
  border-radius: 100%;
  width: 7.25vw;
  height: 7.25vw;
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(15 / 4.14 * 1vw);
}

.s-footer-access__name {
  margin-bottom: 2.9vw;
  --font-size-pc: calc(22 / var(--pcW) * 1vw);
  --font-size-sp: calc(18 / 4.14 * 1vw);
  font-weight: bold;
}

.s-footer-access__address {
  margin-bottom: 7.25vw;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
}

.s-footer-access__text {
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
  line-height: 2;
}

.s-footer-access__map {
  margin-top: 9.66vw;
}

.s-footer-access__map-iframe {
  aspect-ratio: 37/24;
}

.s-footer-access__map-iframe iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.s-footer-access__map-link {
  margin-top: 1.93vw;
}

.s-footer-access__map-link a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
}

.s-footer-access__map-link a:after {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-blank.svg);
  mask: url(../img/common/icon-blank.svg);
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  margin-left: 0.44vw;
}

.s-footer-main {
  position: relative;
  box-sizing: content-box;
  padding-right: var(--content-width-gutter);
  padding-left: var(--content-width-gutter);
  padding-top: 7.25vw;
  padding-bottom: 34.48vw;
  background: #464237;
  color: var(--white);
}

.s-footer-main:before {
  content: " ";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 24.15vw;
  background: url(../img/common/footer-bg-top@2x.png) no-repeat center bottom/contain;
  z-index: 4;
}

.s-footer-main__container {
  display: flex;
  flex-direction: column;
}

.s-footer__about {
  order: 4;
  margin-top: 19.32vw;
}

.s-footer__logo {
  text-align: center;
}

.s-footer__contact {
  margin-top: 7.25vw;
}

.s-footer__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 2.42vw;
  text-underline-offset: 1.21vw;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
}
@media (any-hover) {
  .s-footer__contact a {
    transition: 0.3s;
  }
  .s-footer__contact a:hover {
    opacity: 0.7;
  }
}

.s-footer__contact .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c28d48;
  color: var(--white);
  border-radius: 100%;
  width: 7.25vw;
  height: 7.25vw;
  --font-size-pc: calc(15 / var(--pcW) * 1vw);
  --font-size-sp: calc(15 / 4.14 * 1vw);
}

.s-footer__access {
  margin-top: 7.25vw;
  line-height: 1.7;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  text-align: center;
}
.s-footer__access a {
  text-decoration: none;
}

.s-footer__hour {
  margin-top: 4.83vw;
  line-height: 1.7;
  text-align: center;
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
}

.s-footer-information {
  order: 1;
}

.s-footer__recruit-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 21.74vw;
  margin-inline: auto;
  border-radius: 1.21vw;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #c28d48 0%, #e5c34e 100%);
  --font-size-pc: calc(24 / var(--pcW) * 1vw);
  --font-size-sp: calc(18 / 4.14 * 1vw);
  font-weight: normal;
  color: var(--white);
}

.s-footer__recruit-btn .text {
  position: relative;
}

.s-footer__recruit-btn .text:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 17.39vw;
  height: 4.11vw;
  background: url(../img/common/footer-text-recruit@2x.png) no-repeat center center/contain;
  transform: translate(-50%, -50%);
}

.s-footer__recruit-btn .i-ca-right {
  position: absolute;
  right: 7.25vw;
  top: 50%;
  transform: translateY(-50%);
  --font-size-pc: calc(30 / var(--pcW) * 1vw);
  --font-size-sp: calc(20 / 4.14 * 1vw);
}

.s-footer__guide {
  margin-top: 7.25vw;
}

.s-footer__guide-heading {
  position: relative;
  margin-bottom: 4.83vw;
  padding-bottom: 2.42vw;
  --font-size-pc: calc(22 / var(--pcW) * 1vw);
  --font-size-sp: calc(18 / 4.14 * 1vw);
}

.s-footer__guide-heading:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, currentColor, currentColor 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.s-footer__guide-items {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding-left: 0;
  grid-gap: 2.42vw;
}

.s-footer__guide-items li {
  display: flex;
  align-items: center;
  grid-gap: 2.42vw;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
}

.s-footer__guide-items li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333333;
  color: #c28d48;
  border-radius: 100%;
  width: 7.25vw;
  height: 7.25vw;
  --font-size-pc: calc(15 / var(--pcW) * 1vw);
  --font-size-sp: calc(13 / 4.14 * 1vw);
}

.s-footer-calendar {
  order: 2;
  grid-column: span 2;
  margin-top: 10.39vw;
}

.s-footer-calendar__items {
  display: flex;
  flex-direction: column;
  grid-gap: 4.83vw;
}

.s-footer-calendar__item {
  background: #f2f0e9;
  border-radius: 2.42vw;
  padding: 4.83vw 4.11vw;
  color: #333333;
}

.s-footer-calendar__item-heading {
  display: flex;
  align-items: flex-end;
  color: #464237;
  grid-gap: 2.42vw;
  margin-bottom: 4.83vw;
}

.s-footer-calendar__item-heading-text {
  --font-size-pc: calc(50 / var(--pcW) * 1vw);
  --font-size-sp: calc(50 / 4.14 * 1vw);
  font-weight: bold;
  line-height: 0.9;
}

.s-footer-calendar__item-heading-text2 {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.72vw;
}

.s-footer-calendar__item-heading-text2 span:first-child {
  --font-size-pc: calc(12 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
}

.s-footer-calendar__item-heading-text2 span:nth-child(2) {
  --font-size-pc: calc(18 / var(--pcW) * 1vw);
  --font-size-sp: calc(18 / 4.14 * 1vw);
  line-height: 1;
}

.s-footer-calendar__item-table {
  width: 100%;
}

.s-footer-calendar__item-table {
  display: flex;
  flex-direction: column;
}

.s-footer-calendar__item-table-tr {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

.s-footer-calendar__item-table tr,
.s-footer-calendar__item-table-tr {
  position: relative;
}

.s-footer-calendar__item-table tr:after,
.s-footer-calendar__item-table-tr:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #d1d1d1, #d1d1d1 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.s-footer-calendar__item-table th,
.s-footer-calendar__item-table-th {
  position: relative;
  height: 12.08vw;
  color: var(--white);
  text-align: center;
  z-index: 1;
  --font-size-pc: calc(12 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
}

.s-footer-calendar__item-table th:before,
.s-footer-calendar__item-table-th:before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50px;
  transform: translate(-50%, -50%);
  background: #464237;
  width: 7.25vw;
  height: 7.25vw;
  z-index: -1;
}

.s-footer-calendar__item-table-th {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-footer-calendar__item-table td,
.s-footer-calendar__item-table-td {
  height: 12.08vw;
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  text-align: center;
}

.s-footer-calendar__item-table-td {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-footer-calendar__item-table td.holiday,
.s-footer-calendar__item-table-td.holiday {
  background: #c28d48;
  color: var(--white);
}

.s-footer-calendar__item-mark {
  display: flex;
  align-items: center;
  margin-top: 3.62vw;
  grid-gap: 2.42vw;
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  line-height: 1;
}

.s-footer-calendar__item-mark:before {
  content: " ";
  width: 2.9vw;
  height: 2.9vw;
  background: #c28d48;
}

.s-footer__bottom {
  order: 5;
}

.s-footer__bnr {
  margin-top: 14.49vw;
  list-style-type: none;
  padding-left: 0;
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.42vw 2.9vw;
  gap: 2.42vw 1.2rem;
  order: 1;
}
.s-footer__bnr img {
  width: 100%;
}
.s-footer__bnr a {
  width: 100%;
  display: block;
}
@media (any-hover) {
  .s-footer__bnr a {
    transition: 0.3s;
  }
  .s-footer__bnr a:hover {
    opacity: 0.7;
  }
}

.s-footer__legal {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 9.66vw;
  grid-gap: 4.83vw;
  order: 2;
}

.s-footer__legal a {
  display: inline-flex;
  align-items: center;
  padding-bottom: 1.21vw;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
}
@media (any-hover) {
  .s-footer__legal a {
    transition: 0.3s;
  }
  .s-footer__legal a:hover {
    opacity: 0.7;
  }
}

.s-footer__legal a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-blank.svg);
  mask: url(../img/common/icon-blank.svg);
  margin-left: 1.93vw;
}

.s-footer__copyright {
  order: 3;
}

.s-footer-pagetop {
  order: 3;
  margin-top: 9.66vw;
}

.s-footer-pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14.49vw;
  grid-gap: 2.9vw;
  border: 1px solid currentColor;
  color: var(--white);
  text-decoration: none;
  border-radius: 100px;
  --font-size-pc: calc(12 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
  font-family: Roboto, Serif;
}
@media (any-hover) {
  .s-footer-pagetop a {
    transition: 0.3s;
  }
  .s-footer-pagetop a:hover {
    opacity: 0.7;
  }
}

.s-footer-pagetop a:after {
  content: "<";
  transform: rotate(90deg);
  --font-size-pc: calc(24 / var(--pcW) * 1vw);
  --font-size-sp: calc(24 / 4.14 * 1vw);
  font-weight: 200;
}

.s-footer__copyright {
  margin-top: 14.49vw;
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
  text-align: center;
}

.s-footer__fixed {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 4.83vw;
  width: 100%;
  display: flex;
  padding-inline: 1.45vw;
  justify-content: space-between;
  z-index: 100;
  opacity: 0;
  transition: 0.3s opacity;
}
.s-footer__fixed.is-show {
  opacity: 1;
}
@media screen and (min-width: 900px) {
  .s-footer__fixed {
    display: none;
  }
}

.s-footer__fixed-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.49vw;
  height: 14.49vw;
  border-radius: 100px;
  background: #333333;
  color: var(--white);
  --font-size-sp: calc(34 / 4.14 * 1vw);
}

.s-footer__fixed-contact {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82.13vw;
  height: 14.49vw;
  margin-inline: auto;
  border-radius: 100px;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #ee4964 0%, #eeab5c 100%);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--white);
}

.s-footer__fixed-contact .i-mail {
  margin-right: 1.45vw;
}

.s-footer__fixed-contact .i-ca-right {
  position: absolute;
  right: 7.25vw;
  top: 50%;
  transform: translateY(-50%);
  --font-size-sp: calc(20 / 4.14 * 1vw);
}

.s-footer-gallery {
  overflow-x: clip;
  padding-top: 24.15vw;
  padding-bottom: 7.25vw;
  position: relative;
  background: #f2f0e9 url(../img/common/gallery-bg-top@2x.png) no-repeat top center/contain;
}

.s-footer-gallery__slide {
  width: 43.48vw;
  margin-right: 3.38vw;
}

.s-footer-gallery__slide:nth-child(2n) {
  margin-top: 9.66vw;
}

.s-footer-gallery__text {
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 12.32vw;
  font-family: Roboto, Serif;
  --font-size-pc: calc(333 / 18 * 1vw);
  --font-size-sp: calc(76 / 4.14 * 1vw);
  text-align: center;
  color: #ffffff;
  transform: translateX(-50%);
  font-weight: bold;
  white-space: nowrap;
  z-index: 3;
}

.s-footer-instagram {
  box-sizing: content-box;
  padding-right: var(--content-width-gutter);
  padding-left: var(--content-width-gutter);
  position: relative;
  background: #f2f0e9;
  padding-top: 3.86vw;
  padding-bottom: 26.05vw;
}

.s-footer-instagram:before {
  content: " ";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 18.84vw;
  background: url(../img/common/instagram-bg-top@2x.png) no-repeat center bottom/contain;
  z-index: 1;
}

.s-footer-instagram__more {
  margin-top: 9.66vw;
  text-align: center;
}

.s-footer-instagram__more a {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82.13vw;
  height: 14.49vw;
  color: var(--white);
  text-decoration: none;
  border-radius: 50px;
  background: #464237;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  text-align: center;
  padding: 2.42vw 4.83vw;
  border-radius: 1000px;
}

.s-footer-instagram__more a:after {
  position: absolute;
  right: 4.83vw;
  top: 50%;
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-blank.svg);
  mask: url(../img/common/icon-blank.svg);
  transform: translateY(-50%);
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
}

.s-header_hamburger {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 7.25vw;
  height: 4.83vw;
}

.s-header_hamburger:before,
.s-header_hamburger:after {
  box-sizing: content-box;
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 5px;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, transform 400ms cubic-bezier(0.775, -0.185, 0, 1.01) 0ms;
}

.s-header_hamburger:before {
  top: 0;
  left: 0;
}

.s-header_hamburger:after {
  bottom: 0;
  left: 0;
}

[aria-expanded=true] .s-header_hamburger {
  border: none;
}

[aria-expanded=true] .s-header_hamburger:before,
[aria-expanded=true] .s-header_hamburger:after {
  transform-origin: center center;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, transform 400ms cubic-bezier(0.775, -0.185, 0, 1.01) 200ms;
}

[aria-expanded=true] .s-header_hamburger:before {
  top: calc(50% - 1px);
  transform: rotate(25deg);
}

[aria-expanded=true] .s-header_hamburger:after {
  bottom: calc(50% - 1px);
  transform: rotate(-25deg);
}

.s-header_hamburger-bar {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(50% - 1px);
  height: 2px;
  background: currentColor;
  border-radius: 5px;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 300ms, transform 400ms cubic-bezier(0.775, -0.185, 0, 1.01) 0ms;
}

[aria-expanded=true] .s-header_hamburger-bar {
  opacity: 0;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, transform 400ms cubic-bezier(0.775, -0.185, 0, 1.01) 200ms;
}

.s-header {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 299;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.is-menu-open .s-header {
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  /* width: 100%;*/
}

.s-header__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #f2f0e9;
}

.s-header__logo {
  position: fixed;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41.06vw;
  height: 14.49vw;
  padding: 0 4.35vw;
  border-radius: 0 0 2.42vw 0;
  background: var(--white);
  text-align: center;
  z-index: 10001;
}

.s-header__action {
  position: relative;
  z-index: 3;
  margin-left: auto;
}

.s-header__action-cta {
  display: none;
}

.s-header__action-cta a {
  position: relative;
  box-sizing: border-box;
  display: block;
  box-sizing: border-box;
  width: 13.89vw;
  padding: 1.94vw 0;
  background: #ee4964;
  border-radius: 0 0 0 2.22vw;
  color: #fff;
  --font-size-pc: calc(20 / 18 * 1vw);
  --font-size-sp: calc(20 / 4.14 * 1vw);
  text-decoration: none;
  text-align: center;
}
@media (any-hover) {
  .s-header__action-cta a {
    transition: 0.3s;
  }
  .s-header__action-cta a:hover {
    opacity: 0.7;
  }
}

.s-header__action-cta a:after {
  position: absolute;
  right: 0.56vw;
  top: 51%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-circle-arrow-right.svg);
  mask: url(../img/common/icon-circle-arrow-right.svg);
  --font-size-pc: calc(20 / 17.7 * 1vw);
  will-change: transform;
}

.s-header__action-cta .icon {
  margin-right: 0.56vw;
  vertical-align: middle;
  position: relative;
  top: -0.2rem;
}

.s-header__action-menu {
  color: var(--primary-color);
}

.s-header__menu {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.49vw;
  height: 14.49vw;
  background: #464237;
  color: var(--white);
  border-radius: 0 0 0 2.42vw;
}

.s-header__navigation {
  display: none;
}

.s-header__navigation-items {
  display: flex;
  align-items: center;
  list-style-type: none;
  justify-content: flex-end;
  grid-gap: 2.22vw;
  height: 3.33vw;
}

.s-header__navigation-item {
  --font-size-pc: calc(16 / 17.7 * 1vw);
  position: relative;
}

.s-header__navigation-item a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  letter-spacing: 0.08em;
  font-weight: 600;
  grid-gap: 0.33vw;
}

.s-header__navigation-item span.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #c28d48;
  color: var(--white);
  border-radius: 100%;
  width: 1.67vw;
  height: 1.67vw;
}
.s-header__navigation-item span.icon::before {
  will-change: transform;
}

.s-header__navigation-item span.i-facility::before {
  -webkit-mask: none !important;
          mask: none !important;
  background: url(../img/common/icn_facility.svg) no-repeat center/contain;
  will-change: transform;
  width: 1.5rem;
  height: 1.7rem;
}

.s-header__navigation-item span.i-information {
  font-size: 120%;
}

.s-navigation {
  opacity: 0;
  pointer-events: none;
  max-height: 100vh;
  overflow-y: scroll;
  overscroll-behavior-y: none;
  background: #f5f3ed;
  z-index: 199;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.8s opacity;
}
.s-navigation.is-open {
  opacity: 1;
  pointer-events: auto;
}

.s-navigation__items {
  padding: 28.99vw 5.31vw 24.15vw;
  list-style-type: none;
}

.s-navigation__item {
  position: relative;
  margin-top: 5.8vw;
  margin-left: 3.62vw;
  padding-bottom: 2rem;
}

.s-navigation__item:first-child {
  margin-top: 0;
  margin-left: 0;
}

.s-navigation__item:first-child:after {
  display: none;
}

.s-navigation__item:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #000000, #000000 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.s-navigation__item > a {
  position: relative;
  padding-left: 7.25vw;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 500;
}

.s-navigation__item > a:before {
  position: absolute;
  top: 54%;
  left: 0;
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-circle-arrow-right.svg);
  mask: url(../img/common/icon-circle-arrow-right.svg);
  --font-size-sp: calc(20 / 4.14 * 1vw);
  color: #c28d48;
  transform: translateY(-50%);
}

.s-navigation__sub-items {
  margin-top: 9.66vw;
  /* display: grid; */
  /* autoprefixer: off */
  /* grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.42vw 2.42vw;
  gap: 2.42vw 2.42vw; */
  list-style-type: none;
}
.s-navigation__sub-items:last-of-type {
  margin-bottom: 2rem;
}

.s-navigation__sub-item + .s-navigation__sub-item {
  margin-top: 1.2rem;
}

.s-navigation__subnav {
  padding-top: 3.6rem;
}

.s-navigation__subnav-list {
  position: relative;
  background-color: #fff;
  padding-left: 0;
  list-style: none;
  font-size: 2rem;
  font-weight: 700;
  padding: 1rem 1.4rem 3.4rem;
  border-radius: 1rem;
  margin-bottom: 4rem;
}
.s-navigation__subnav-list::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% - 1px);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 0, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0, 0% 100%, 100% 100%);
  background-color: #fff;
  width: 3rem;
  height: 3rem;
}

.s-navigation__subnav-item {
  background-image: repeating-linear-gradient(90deg, #000000, #000000 2px, transparent 2px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.s-navigation__subnav-item a {
  font-size: 2rem;
  display: block;
  padding: 2rem 0 2rem 5rem;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.1em;
}
.s-navigation__subnav-item a::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 1.4rem;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.5rem;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.s-navigation__sub-item > a {
  display: flex;
  grid-gap: 1.6rem;
  text-decoration: none;
  --font-size-sp: calc(16 / 4.14 * 1vw);
  border-radius: 0.7rem;
  background: #c28d48;
  padding: 4.83vw 3.62vw;
  color: var(--white);
  font-size: 2.4rem;
  align-items: center;
}

.s-navigation__sub-item span.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: #c28d48;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  --font-size-sp: calc(18 / 4.14 * 1vw);
}

.s-navigation__information {
  background: #464237;
  padding: 16.18vw 8.94vw 33.82vw;
  color: var(--white);
}

.s-navigation__logo {
  text-align: center;
}

.s-navigation__contact {
  margin-top: 7.25vw;
}

.s-navigation__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 2.42vw;
  text-underline-offset: 1.21vw;
}

.s-navigation__contact .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c28d48;
  color: var(--white);
  border-radius: 100%;
  width: 7.25vw;
  height: 7.25vw;
  --font-size-sp: calc(15 / 4.14 * 1vw);
}

.s-navigation__access {
  margin-top: 7.25vw;
  line-height: 1.7;
  text-align: center;
}
.s-navigation__access a {
  text-decoration: none;
}

.s-navigation__hour {
  margin-top: 4.83vw;
  line-height: 1.7;
  text-align: center;
}

.s-navigation__bnr {
  margin-top: 14.49vw;
  list-style-type: none;
  padding-left: 0;
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.42vw 2.42vw;
  gap: 2.42vw 2.42vw;
}

.s-navigation__legal {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 9.66vw;
  grid-gap: 4.83vw;
}

.s-navigation__legal a {
  display: inline-flex;
  align-items: center;
  padding-bottom: 1.21vw;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.s-navigation__legal a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-blank.svg);
  mask: url(../img/common/icon-blank.svg);
  margin-left: 1.93vw;
}

.s-navigation__sns {
  margin-top: 9.66vw;
}

.s-navigation__sns a[target=_blank] {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 2.42vw;
  position: relative;
  background: var(--white);
  border-radius: 50px;
  padding: 3.62vw;
  --font-size-sp: calc(14 / 4.14 * 1vw);
  color: var(--black);
  text-decoration: none;
  text-align: center;
}

.s-navigation__sns a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  position: absolute;
  right: 7.25vw;
  top: 50%;
  -webkit-mask: url(../img/common/icon-blank.svg);
  mask: url(../img/common/icon-blank.svg);
  transform: translateY(-50%);
}

.ssp-Loading {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  transition: 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ssp-Loading[data-animation=false] {
  display: none;
}

.ssp-Loading[data-progress=complete] {
  transition-delay: 0.2s;
  background: rgba(var(--white-rgb), 0.1);
}

.ssp-Loading_Progress {
  position: absolute;
  top: calc(50% - 65px);
  left: calc(50% - 65px);
  width: 130px;
  height: 130px;
  opacity: 0;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-progress=loading] .ssp-Loading_Progress {
  opacity: 1;
}
.ssp-Loading_Progress [data-progress=complete] {
  filter: blur(6px);
  transform: scale(0.8);
  opacity: 1;
}

.ssp-Loading_Progress svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.ssp-Loading_Progress circle {
  stroke: var(--primary-color);
  stroke-width: 2;
}

.ssp-Loading_Percentage {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: var(--primary-color);
  font-size: 2.4rem;
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  transform: scale(0.85);
}
[data-progress=complete] .ssp-Loading_Percentage {
  transform: none;
  transition: color 0.6s, transform 0.6s cubic-bezier(0.3, 1.4, 0.7, 1);
}

.sw-box {
  position: relative;
  margin-top: 16.91vw;
  border-radius: 9.66vw;
  padding: 19.32vw 7.25vw 16.91vw;
  background: var(--white);
}

.sw-box__heading {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 1.93vw;
  padding: 3.86vw 9.66vw;
  background: #fff3ce;
  color: #704522;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(28 / 4.14 * 1vw);
  font-weight: 600;
  white-space: nowrap;
}

.sw-buttons {
  margin-top: 9.66vw;
  display: flex;
  justify-content: center;
}

.sw-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #dcdcdc;
  background: #f8f8f8;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none !important;
  font-weight: normal;
  transition: all 0.2s ease;
  height: 23.19vw;
  width: inherit;
  min-width: 111.11vw;
  padding-right: 13.29vw;
  padding-left: 13.29vw;
  border-radius: 11.59vw;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(30 / 4.14 * 1vw);
}
.sw-button + .sw-button {
  margin-left: 20px;
}

.sw-button--primary {
  border-color: #f83c6a;
  background: #f83c6a;
  color: var(--white);
}

.sw-button--primary2 {
  border-width: 0;
  background-image: linear-gradient(91deg, #e8536e 0%, #e14374 100%);
  color: var(--white);
}

.sw-button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 1em;
}

.sw-button__icon--left {
  left: 10.87vw;
}

.sw-button__icon--right {
  right: 6.52vw;
}

.icon-blank:before {
  content: " ";
  display: block;
  width: 5.56vw;
  height: 1lh;
  background: url(../img/common/icon-blank@2x.png) no-repeat center center/contain;
}

.icon-arrow-right:before {
  content: " ";
  display: block;
  width: 2.66vw;
  height: 1lh;
  background: url(../img/common/icon-arrow-right@2x.png) no-repeat center center/contain;
}

.sw-heading {
  margin-bottom: 9.66vw;
  text-align: center;
}

.sw-heading__text {
  --font-size-pc: calc(60 / 18 * 1vw);
  --font-size-sp: calc(40 / 4.14 * 1vw);
  font-family: "Roboto", serif;
  color: #c28d48;
  font-weight: bold;
}

.sw-heading__text2 {
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  font-family: var(--font-family-zen-kaku-go);
}

.sw-Heading2 {
  margin-bottom: 1em;
}
* + .sw-Heading2 {
  margin-top: 1.5em;
}

.sw-Heading2_Title {
  margin-bottom: 0.8em;
  color: var(--primary-color);
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(20 / 4.14 * 1vw);
  line-height: 1.4;
  font-weight: bold;
}

.sw-Paragraph-pc {
  display: none;
}

.sw-Paragraph p + p {
  margin-top: 1em;
}

.sw-section {
  box-sizing: content-box;
  padding-right: var(--content-width-gutter);
  padding-left: var(--content-width-gutter);
  padding-top: 14.49vw;
}

.s-page__contents .sw-section:last-child {
  padding-bottom: 33.82vw;
}

.doc-breadcrumbs {
  display: none;
}
@media screen and (min-width: 900px) {
  .doc-breadcrumbs {
    display: block;
  }
}

.doc-breadcrumbs__container {
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
}

.doc-breadcrumbs__items {
  padding-left: 0 !important;
  list-style-type: none;
  font-size: 0;
}

.doc-breadcrumbs__item {
  position: relative;
  display: inline-block;
  padding-left: 0 !important;
  color: var(--body-font-color);
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(10 / 4.14 * 1vw);
}

.doc-breadcrumbs__item:first-child:before {
  display: none;
}

.doc-breadcrumbs__item:not(:first-child):before {
  content: ">";
  color: var(--body-font-color);
  font-weight: 500;
  width: auto;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.doc-breadcrumbs__item > a {
  color: var(--body-font-color);
  text-decoration: none;
}
@media (any-hover) {
  .doc-breadcrumbs__item > a {
    transition: 0.3s;
  }
  .doc-breadcrumbs__item > a:hover {
    opacity: 0.7;
  }
}

.doc-breadcrumbs__item > a:hover {
  color: var(--body-font-color);
}

.doc-pagenation {
  padding-top: 7.25vw;
}

.doc-pagenation__items {
  display: flex;
  justify-content: center;
  padding-left: 0 !important;
  list-style-type: none;
  line-height: 1;
}

.doc-pagenation__item {
  padding-left: 0 !important;
}

.doc-pagenation__item:before {
  display: none !important;
}

.doc-pagenation__item + .doc-pagenation__item {
  margin-left: 1.21vw;
}

.doc-pagenation__item > .page-numbers {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.08vw;
  height: 12.08vw;
  background: var(--white);
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
}

.doc-pagenation__item > .dots {
  border: 0 !important;
  width: 1px;
  min-width: inherit;
  background: none !important;
  overflow: hidden;
  color: var(--black);
}

.doc-pagenation__item > .current {
  background: #578200;
  color: var(--white);
}

.doc-pagenation__item > .prev,
.doc-pagenation__item > .next {
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(20 / 4.14 * 1vw);
  background: #464237;
  color: var(--white);
  font-weight: normal;
}

.doc-pagenation__item:has(.prev) {
  margin-right: 2.9vw;
}

.doc-pagenation__item:has(.next) {
  margin-left: 2.9vw;
}

.doc-page-title {
  box-sizing: content-box;
  padding-right: var(--content-width-gutter);
  padding-left: var(--content-width-gutter);
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding-top: 14.49vw;
  padding-right: 8.94vw;
  padding-left: 8.94vw;
  padding-bottom: 2rem;
  background: linear-gradient(to bottom, #f2f0e9, #f2f0e9 calc(100% - 31.4vw), transparent calc(100% - 31.4vw)), url(../img/common/page-title-bg@2x.png) no-repeat center bottom/contain;
}

.doc-page-title__container {
  margin-inline: auto;
}

.doc-page-title__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 28.99vw;
}

.doc-page-title__heading-text {
  display: block;
  color: #c28d48;
  --font-size-pc: calc(60 / 18 * 1vw);
  --font-size-sp: calc(30 / 4.14 * 1vw);
  font-family: Roboto, Serif;
  font-weight: bold;
  text-transform: uppercase;
}

.doc-page-title__heading-text2 {
  display: block;
  margin-top: 1.21vw;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  font-family: var(--font-family-zen-kaku-go);
  font-weight: bold;
}

.doc-postlink {
  position: relative;
  margin-top: 7.25vw;
}

.doc-postlink__items {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding-left: 0;
}

.doc-postlink__item {
  display: flex;
  justify-content: center;
  width: 24.15vw;
  padding-left: 0 !important;
  --font-size-pc: calc(15 / var(--pcW) * 1vw);
  --font-size-sp: calc(15 / 4.14 * 1vw);
}

.doc-postlink__item--list {
  width: 33.82vw;
  border-bottom: 0;
  align-items: center;
  justify-content: center;
}

.doc-postlink__item--list-b {
  width: 82.13vw;
  margin-inline: auto;
}

.doc-postlink__item a {
  display: flex;
  justify-content: center;
  width: 100%;
  grid-gap: 2.42vw;
  text-decoration: none;
  padding-top: 2.9vw;
  padding-bottom: 2.9vw;
  border-bottom: 1px solid currentColor;
  --font-size-pc: calc(18 / var(--pcW) * 1vw);
  --font-size-sp: calc(18 / 4.14 * 1vw);
}

.doc-postlink__item--list a {
  background: #f8f8f8;
  border-bottom: 0;
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
}

.doc-postlink__item--list-b a {
  background: #333333 !important;
  color: var(--white);
}

.doc-postlink__icon {
  margin-right: 1.21vw;
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(20 / 4.14 * 1vw);
}

.doc-tab {
  overflow: hidden;
}

.doc-tab__list {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  list-style-type: none;
}

.doc-tab__list li {
  flex: 1 1 auto;
  text-align: center;
}

.doc-tab__tab {
  display: block;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.doc-tab__panels {
  position: relative;
}

.doc-tab__panel {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  transition: opacity 0.1s ease;
}

.doc-tab__panel[aria-hidden=false] {
  position: static;
  opacity: 1;
  transition: opacity 0.3s ease 0.3s;
}

/* #Form Element
  -------------------------------------------------------------------------- */
.input {
  width: 100%;
  box-sizing: border-box;
  padding: var(--form-element-padding);
  border: var(--form-element-border-width) solid var(--form-element-border-color);
  border-radius: var(--form-element-radious);
  background: var(--form-element-background);
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(15 / 4.14 * 1vw);
  color: var(--form-element-color);
}

.input:disabled {
  color: #757575;
}

.input {
  height: 13.53vw;
}

input[type=file] {
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
}

.textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: var(--form-element-padding);
  border: var(--form-element-border-width) solid var(--form-element-border-color);
  border-radius: var(--form-element-radious);
  background: var(--form-element-background);
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
  color: var(--form-element-color);
  height: 48.07vw;
}

.js-form-check-error .textarea {
  border-color: var(--form-element-error);
}

.radio {
  visibility: hidden;
  position: absolute;
  color: var(--form-element-color);
}

label:has(input.radio) {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

label:has(input.radio):before {
  box-sizing: border-box;
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  top: 0.5lh;
  background-color: var(--white);
  border: 2px solid #bcbcbc;
  width: 1.5em;
  height: 1.5em;
}

label:has(input.radio:disabled) {
  cursor: not-allowed;
}

label:has(input.radio:disabled):before {
  background-color: #bcbcbc;
}

label:has(input.radio:checked):before {
  background: #bcbcbc url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwcHgiIGhlaWdodD0iMTAwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPGcgaWQ9IkNvbG9yZWRJY29uIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iY29sb3JlZC1pY29uIiBmaWxsPSIjMDAwMDAwIj4KICAgICAgICAgICAgPGNpcmNsZSBpZD0iY2lyY2xlIiBjeD0iNTAiIGN5PSI1MCIgcj0iMzYiPjwvY2lyY2xlPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center center;
  background-size: 80% auto;
}

.checkbox {
  visibility: hidden;
  position: absolute;
  color: var(--form-element-color);
}

label:has(input.checkbox) {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 7.25vw;
}

label:has(input.checkbox):before {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  top: 0.5lh;
  background-color: var(--white);
  border: 1px solid #333333;
  width: 1.5em;
  height: 1.5em;
}

label:has(input.checkbox:disabled) {
  cursor: not-allowed;
}

label:has(input.checkbox:disabled):before {
  background-color: #bcbcbc;
}

label:has(input.checkbox:checked):before {
  background: #ffffff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9Ijc3LjU5IiBoZWlnaHQ9IjU2Ljc4IiB2aWV3Qm94PSIwIDAgNzcuNTkgNTYuNzgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMjMxODE1O2ZpbGwtcnVsZTpldmVub2RkO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iX+ODrOOCpOODpOODvF8xLTIiPjxnIGlkPSJJQ09OIj48ZyBpZD0iY2hlY2ttYXJrIj48ZyBpZD0iQ2hlY2ttYXJrIj48ZyBpZD0iTGF5ZXJfMSI+PHBhdGggaWQ9IlNoYXBlIiBjbGFzcz0iY2xzLTEiIGQ9Ik03MS4wOSwxLjEzTDI1LjMzLDQ3LjU4LDYuNSwyOC40NmMtMS40Ny0xLjQ5LTMuODctMS41MS01LjM3LS4wNC0xLjQ5LDEuNDctMS41MSwzLjg3LS4wNCw1LjM3bDIxLjU0LDIxLjg2YzEuNDksMS41MSwzLjkyLDEuNTEsNS40MSwwTDc2LjUsNi40NmMxLjQ3LTEuNDksMS40NS0zLjktLjA0LTUuMzctMS40OS0xLjQ3LTMuOS0xLjQ1LTUuMzcuMDRoMFoiLz48L2c+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==) no-repeat center center;
  background-size: 80% auto;
}

.select-wrap {
  position: relative;
}

.select-wrap:before {
  content: " ";
  display: block;
  position: absolute;
  right: 4.83vw;
  top: 50%;
  width: 3.38vw;
  height: 2.9vw;
  transform: translateY(-50%);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: var(--form-element-color);
}

.mw_wp_form_confirm .select-wrap:before,
.mw_wp_form_confirm .select-wrap:after {
  display: none;
}

.select {
  width: 100%;
  outline: none;
  text-indent: 0.01px;
  vertical-align: middle;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: var(--form-element-padding);
  padding-right: 35px;
  border: var(--form-element-border-width) solid var(--form-element-border-color);
  border-radius: var(--form-element-radious);
  background: var(--form-element-background);
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
  height: 13.53vw;
}

.select option {
  color: #000;
  background-color: #fff;
}

.select::-ms-expand {
  display: none;
}

.select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.js-form-error {
  margin-top: var(--form-element-space);
  color: var(--attention-color);
}

.js-viewport > *,
.js-viewport-children > * > * {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 1;
  transform: translate3d(0, 150px, 0);
  transition: 2.8s cubic-bezier(0.14, 1, 0.34, 1);
  transition-property: transform, opacity;
}

.js-viewport.viewed > * {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 1;
  transform: translateZ(0);
}

.js-viewport-children > .viewed > * {
  opacity: 1;
  transform: translateZ(0);
}

/*
@for $i from 0 to 20 {
  .js-viewport-children>:nth-child($i)>* {
    transition-delay: calc($i * 0.2)s;
  }
}

.js-viewport-children.no-delay>:first-child>*,.js-viewport-children.no-delay>:nth-child(0)>*,.js-viewport-children.no-delay>:nth-child(2)>*,.js-viewport-children.no-delay>:nth-child(3)>*,.js-viewport-children.no-delay>:nth-child(4)>*,.js-viewport-children.no-delay>:nth-child(5)>*,.js-viewport-children.no-delay>:nth-child(6)>*,.js-viewport-children.no-delay>:nth-child(7)>*,.js-viewport-children.no-delay>:nth-child(8)>*,.js-viewport-children.no-delay>:nth-child(9)>*,.js-viewport-children.no-delay>:nth-child(10)>*,.js-viewport-children.no-delay>:nth-child(11)>*,.js-viewport-children.no-delay>:nth-child(12)>*,.js-viewport-children.no-delay>:nth-child(13)>*,.js-viewport-children.no-delay>:nth-child(14)>*,.js-viewport-children.no-delay>:nth-child(15)>*,.js-viewport-children.no-delay>:nth-child(16)>*,.js-viewport-children.no-delay>:nth-child(17)>*,.js-viewport-children.no-delay>:nth-child(18)>*,.js-viewport-children.no-delay>:nth-child(19)>*,.js-viewport-children.no-delay>:nth-child(20)>* {
  transition-delay: 0s
}*/
.access-detail__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 9.66vw;
  grid-gap: 3.38vw;
  text-align: center;
  font-family: var(--font-family-zen-kaku-go);
}

.access-detail__heading-text {
  display: block;
  --font-size-pc: calc(28 / var(--pcW) * 1vw);
  --font-size-sp: calc(18 / 4.14 * 1vw);
  font-weight: normal;
}

.access-detail__heading-text2 {
  display: block;
  padding-bottom: 1.93vw;
  --font-size-pc: calc(38 / var(--pcW) * 1vw);
  --font-size-sp: calc(24 / 4.14 * 1vw);
  font-weight: 600;
  border-bottom: 2px solid #ee4964;
}

.access-detail__map {
  width: 100vw;
  height: 53.14vw;
  margin-inline: calc(50% - 50vw);
}

.access-detail__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.access-detail__information {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 2.9vw;
  margin-top: 5.8vw;
}

.access-detail__information-name {
  --font-size-pc: calc(22 / var(--pcW) * 1vw);
  --font-size-sp: calc(18 / 4.14 * 1vw);
  font-weight: bold;
}

.access-detail__information-address {
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
}

.access-detail__information-link {
  margin-top: 2.9vw;
}

.access-detail__information-link a {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.42vw;
  width: 72.46vw;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid currentColor;
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
  text-align: center;
}

.access-detail__information-link a:after {
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-blank.svg);
  mask: url(../img/common/icon-blank.svg);
  position: absolute;
  right: 5.56vw;
  top: 50%;
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  margin-left: 0.44vw;
  transform: translateY(-50%);
}

.access-detail__panel {
  position: relative;
  background: #fcfbf6;
  margin-top: 21.74vw;
  padding: 14.49vw 6.04vw;
}

.access-detail__panel + .access-detail__panel {
  margin-top: 14.49vw;
}

.access-detail__panel-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 1.21vw;
  position: absolute;
  left: 50%;
  top: 0;
  width: 62.8vw;
  height: 14.49vw;
  border-radius: 1.21vw;
  transform: translate(-50%, -50%);
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(18 / 4.14 * 1vw);
  font-weight: 700;
  background: #fff3ce;
}

.access-detail__panel-heading .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c28d48;
  color: var(--white);
  border-radius: 100%;
  width: 4.35vw;
  height: 4.35vw;
  --font-size-pc: calc(18 / var(--pcW) * 1vw);
  --font-size-sp: calc(13 / 4.14 * 1vw);
}

.access-detail__panel-box {
  background: var(--white);
}

.access-detail__panel-box:has(.access-detail__panel-head) {
  padding-bottom: 2.42vw;
}

.access-detail__panel-box + .access-detail__panel-box {
  margin-top: 7.25vw;
}

.access-detail__panel-box:has(.access-detail__panel-items--border) {
  background: transparent;
  padding-bottom: 0;
  margin-inline: -2.42vw;
}

.access-detail__panel-head {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 21.74vw;
  background: #f2f0e9;
  -webkit-clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
          clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
  text-align: center;
}

.access-detail__panel-heading2 {
  --font-size-pc: calc(18 / var(--pcW) * 1vw);
  --font-size-sp: calc(18 / 4.14 * 1vw);
}

.access-detail__panel-heading2 .small {
  --font-size-pc: calc(12 / var(--pcW) * 1vw);
  --font-size-sp: calc(10 / 4.14 * 1vw);
}

.access-detail__panel-items {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  width: 100%;
}

.access-detail__panel-items--border {
  grid-gap: 5.31vw 0;
  margin-top: 4.83vw;
}

.access-detail__panel-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1 1 auto;
  width: 50%;
  height: 18.36vw;
  padding-top: 1.21vw;
  padding-bottom: 1.21vw;
  --font-size-pc: calc(22 / var(--pcW) * 1vw);
  --font-size-sp: calc(20 / 4.14 * 1vw);
  text-align: center;
  font-weight: 500;
}

.access-detail__panel-items--border .access-detail__panel-item:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
}

.access-detail__panel-items--border .access-detail__panel-item:nth-child(2n):after {
  background-image: repeating-linear-gradient(180deg, #000000, #000000 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1px 100%;
}

.access-detail__panel-item-text {
  --font-size-pc: calc(18 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
}

.access-detail__panel-item-text:has(.small) {
  --font-size-pc: calc(18 / var(--pcW) * 1vw);
  --font-size-sp: calc(13 / 4.14 * 1vw);
}

.access-detail__panel-item-text .small {
  --font-size-pc: calc(12 / var(--pcW) * 1vw);
  --font-size-sp: calc(10 / 4.14 * 1vw);
}

.access-detail__panel-item-text2 {
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
}

.access-detail__panel-item-text2 .number {
  --font-size-pc: calc(36 / var(--pcW) * 1vw);
  --font-size-sp: calc(30 / 4.14 * 1vw);
  font-weight: bold;
  line-height: 1.2;
}

.access-detail__gallery {
  position: relative;
  width: 82.13vw;
  margin-inline: auto;
  margin-top: 14.49vw;
}

.access-detail__gallery-slider {
  position: relative;
}

.access-detail__gallery-slider-wrapper {
  align-items: flex-start;
}

.access-detail__gallery-prev,
.access-detail__gallery-next {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 9.66vw;
  height: 9.66vw;
  background: #464237;
  border-radius: 50px;
  color: var(--white);
  z-index: 3;
}

.access-detail__gallery-prev:before,
.access-detail__gallery-next:before {
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(10 / 4.14 * 1vw);
}

.access-detail__gallery-prev {
  left: 0;
  transform: translate(-50%, -50%);
}

.access-detail__gallery-prev:before {
  content: "<";
}

.access-detail__gallery-next {
  right: 0;
  transform: translate(50%, -50%);
}

.access-detail__gallery-next:before {
  content: ">";
}

.access-detail__gallery-prev.swiper-button-disabled:before,
.access-detail__gallery-next.swiper-button-disabled:before {
  opacity: 0.5;
}

.access-detail__gallery-slide {
  text-align: center;
}

.access-detail__gallery-slide img {
  display: inline-block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.access-detail__gallery-thumbnail {
  margin-top: 2.42vw;
}

.access-detail__gallery-thumbnail-list {
  list-style-type: none;
  padding-right: 0;
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.97vw 0.97vw;
  gap: 0.97vw 0.97vw;
}

.access-detail__gallery-thumbnail-list div {
  cursor: pointer;
  /*&:after{
     content: ' ';
     display: block;
     width: 100%;
     height: 4px;
     margin-top: unit_vw(10);
     background: #EEF0F0;
   }
   &.is-active:after{
     background: var(--primary-color);
   }*/
}

.access-detail__gallery-thumbnail-list img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-form {
  position: relative;
  padding-top: 9.66vw;
  background: #ffe585;
}

.contact-form:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 33.82vw;
  background: #ffe585;
}

.contact-form:after {
  content: " ";
  position: absolute;
  top: -14.25vw;
  right: 0;
  width: 57.97vw;
  height: 43.96vw;
  background: url(../img/contact/form-bg-top@2x.png) no-repeat center center/contain;
  z-index: 2;
}

.contact-form__container {
  position: relative;
  z-index: 3;
}

.contact-form__heading {
  width: 57.97vw;
  margin-bottom: 6.76vw;
  padding-right: 0.83vw;
  text-align: center;
  margin-inline: auto;
}

.contact-form__intro p {
  --font-size-pc: calc(22 / var(--pcW) * 1vw);
  --font-size-sp: calc(18 / 4.14 * 1vw);
  font-family: var(--font-family-zen-kaku-go);
  line-height: 2;
  text-align: center;
  font-weight: 500;
}

.contact-form__tel {
  margin-top: 8.45vw;
  padding: 8.45vw 6.04vw;
  border-radius: 2.42vw;
  background: var(--white);
}

.contact-form__tel-text {
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 5.8vw;
  font-family: var(--font-family-zen-maru-go);
  --font-size-pc: calc(22 / var(--pcW) * 1vw);
  --font-size-sp: calc(20 / 4.14 * 1vw);
  text-align: center;
  font-weight: 500;
}

.contact-form__tel-hour {
  margin-top: 2.42vw;
  text-align: center;
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
}

.contact-form__tel-btn {
  position: relative;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 19.32vw;
  margin-inline: auto;
  border-radius: 100px;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  background: #f8efe5;
  font-family: "Roboto", serif;
  --font-size-pc: calc(50 / var(--pcW) * 1vw);
  --font-size-sp: calc(24 / 4.14 * 1vw);
  font-weight: 500;
}

.contact-form__tel-btn .i-mail {
  margin-right: 1.93vw;
}

.contact-form__tel-btn .i-ca-right {
  position: absolute;
  right: 4.83vw;
  top: 50%;
  transform: translateY(-50%);
  --font-size-pc: calc(40 / var(--pcW) * 1vw);
  --font-size-sp: calc(20 / 4.14 * 1vw);
}

.contact-form__tel-btn .i-tel {
  --font-size-pc: calc(22 / var(--pcW) * 1vw);
  --font-size-sp: calc(20 / 4.14 * 1vw);
}

.contact-form__tel-btn .i-phone {
  --font-size-sp: calc(36 / 4.14 * 1vw);
  margin-right: 2.42vw;
  color: #c28d48;
}

.contact-form__tab {
  margin-top: 14.49vw;
}

.contact-form__tab .doc-tab__list {
  align-items: flex-end;
  padding-left: 0;
}

.contact-form__tab .doc-tab__list li {
  flex: 1 1 auto;
  width: 10%;
}

.contact-form__tab .doc-tab__list li a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 21.74vw;
  border-radius: 4.83vw 4.83vw 0 0;
  font-family: var(--font-family-zen-kaku-go);
  color: var(--white);
  --font-size-pc: calc(30 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  text-decoration: none;
}

.contact-form__tab .doc-tab__list li a[aria-selected=true] {
  height: 26.57vw;
}

.contact-form__tab .doc-tab__list li a[aria-controls=personal] {
  background: #ee4964;
  color: #f591a2;
}

.contact-form__tab .doc-tab__list li a[aria-controls=personal][aria-selected=true],
.contact-form__tab .doc-tab__list li a[aria-controls=personal].is-active {
  color: var(--white);
}

.contact-form__tab .doc-tab__list li a[aria-controls=company] {
  background: #f9c663;
  color: #ffe585;
}

.contact-form__tab .doc-tab__list li a[aria-controls=company][aria-selected=true],
.contact-form__tab .doc-tab__list li a[aria-controls=company].is-active {
  color: #333333;
}

.contact-form__tab .doc-tab__list li .icon {
  --font-size-pc: calc(33 / var(--pcW) * 1vw);
  --font-size-sp: calc(30 / 4.14 * 1vw);
}

.contact-form__tab .doc-tab__panel {
  box-sizing: border-box;
  padding: 7.25vw 3.62vw 15.7vw;
  background: #fff3ce;
  border-radius: 0 0 2.42vw 2.42vw;
}

.contact-form__attention {
  list-style-type: none;
  padding-left: 0;
}

.contact-form__attention li {
  position: relative;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(11 / 4.14 * 1vw);
}

.contact-form__attention li:before {
  content: "・";
}

.contact-form__data {
  margin-top: 7.25vw;
}

.contact-form__data-group {
  border-bottom: 1px solid var(--white);
  line-height: 1.75;
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(15 / 4.14 * 1vw);
}

.contact-form__data-key {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding-top: 3.86vw;
  font-weight: bold;
}

.contact-form__data-group--required .contact-form__data-key:after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "必須";
  background: #ee4964;
  color: var(--white);
  --font-size-pc: calc(12 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
  width: 14.49vw;
  height: 6.04vw;
  border-radius: 1.21vw;
  text-align: center;
}

.contact-form__data-value {
  padding-top: 3.14vw;
  padding-bottom: 3.14vw;
}

.contact-form__privacy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-gap: 4.83vw;
  margin-top: 9.66vw;
  --font-size-pc: calc(13 / var(--pcW) * 1vw);
  --font-size-sp: calc(11 / 4.14 * 1vw);
  text-align: center;
}

.contact-form__btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 9.66vw;
  grid-gap: 4.83vw;
}

.contact-form__btn {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 19.32vw;
  margin-inline: auto;
  border-radius: 100px;
  border: 0;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
}

.contact-form__btn:after {
  position: absolute;
  right: 7.25vw;
  top: 50%;
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-circle-arrow-right.svg);
  mask: url(../img/common/icon-circle-arrow-right.svg);
  transform: translateY(-50%);
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
}

.contact-form__btn--send {
  background: linear-gradient(45deg, #ee4964 0%, #eeab5c 100%);
  color: var(--white);
}

.mw_wp_form_input .contact-form__btn--send {
  display: none;
}

.contact-form__btn--confirm {
  border: 1px solid currentColor;
  background: var(--white);
  color: var(--black);
}

.mw_wp_form_confirm .contact-form__btn--confirm {
  display: none;
}

.contact-form__btn--back {
  background: var(--black);
  color: var(--white);
}

.contact-form__btn--back:after {
  display: none !important;
}

.mw_wp_form_input .contact-form__btn--back {
  display: none;
}

.privacy-detail__intro p {
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  font-weight: 500;
  line-height: 2;
}

.privacy-detail__heading {
  margin-top: 14.49vw;
  margin-bottom: 3.62vw;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  color: #c28d48;
  font-weight: 500;
}

.privacy-detail_content {
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  line-height: 2;
}

.privacy-detail_content a {
  text-decoration: none;
}

.privacy-detail_content a:hover {
  text-decoration: underline;
}

.privacy-detail_content h3 {
  margin-top: 2em;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  line-height: 2;
  font-weight: normal;
}

.privacy-detail_content p + p {
  margin-top: 2em;
}

.privacy-detail_content ol {
  list-style-type: none;
  padding-left: 1em;
  line-height: 2;
}

.privacy-detail_content ol li {
  position: relative;
  padding-left: 2.5em;
  counter-increment: mycounter;
}

.privacy-detail_content ol li:before {
  position: absolute;
  left: 0;
  top: 0.5lh;
  transform: translateY(-50%);
  content: "( " counter(mycounter) " ) ";
}

.privacy-detail_content ul {
  list-style-type: none;
  padding-left: 0;
}

.privacy-detail_content ul li {
  position: relative;
  padding-left: 1em;
  counter-increment: mycounter;
}

.privacy-detail_content ul li:before {
  position: absolute;
  left: 0;
  top: 0.5lh;
  transform: translateY(-50%);
  content: "・";
  text-align: center;
  width: 1em;
}

.privacy-detail__information {
  margin-top: 14.49vw;
  padding: 7.25vw 4.83vw;
  border-radius: 2.42vw;
  background: #f8f8f8;
}

.privacy-detail__information-heading {
  position: relative;
  margin-bottom: 3.86vw;
  padding-bottom: 1.93vw;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
}

.privacy-detail__information-heading:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, currentColor, currentColor 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.privacy-detail__information {
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  line-height: 2;
}

.privacy-detail__information p + p {
  margin-top: 2em;
}

.rental-anchor.js-sticky-nav {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.rental-anchor.is-hidden {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: none;
}

.rental-anchor.is-scrollup {
  opacity: 1;
  padding-top: 19.32vw;
  transition: transform 0.3s ease, opacity 0.3s ease;
  pointer-events: auto;
}

.rental-anchor__items {
  display: flex;
  margin-inline: auto;
  flex-wrap: wrap;
  justify-content: center;
  background: #c28d48;
  list-style-type: none;
  padding: 7.25vw 2.42vw;
  grid-gap: 4.83vw;
  border-radius: 2.42vw;
}

.rental-anchor__item {
  display: block;
  color: #e1c6a4;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  font-weight: 500;
}

.rental-anchor__item a {
  color: var(--white);
}

.rental-faq {
  padding-top: 18.36vw;
}

.rental-faq__items {
  display: flex;
  flex-direction: column;
  grid-gap: 3.62vw;
}

.rental-faq__item dt {
  position: relative;
  background: #f2f0e9;
  border-radius: 1.21vw;
  padding: 5.56vw 12.08vw 5.56vw 13.53vw;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  cursor: pointer;
}
@media (any-hover) {
  .rental-faq__item dt {
    transition: 0.3s;
  }
  .rental-faq__item dt:hover {
    opacity: 0.7;
  }
}

.rental-faq__item dt.js-dropdown-button:before,
.rental-faq__item dt.js-dropdown-button:after {
  content: " ";
  position: absolute;
  right: 4.83vw;
  top: 50%;
  width: 3.86vw;
  height: 2px;
  background: #c28d48;
  transform: rotateY(-50%);
  transition: 0.3s transform ease;
}

.rental-faq__item dt.js-dropdown-button:after {
  transform: rotate(-90deg);
}

.rental-faq__item dt[aria-expanded=true]:after {
  transform: rotate(0);
  transition: 0.3s ease;
}

.rental-faq__item.is-open dt.js-dropdown-button:after {
  transform: rotate(0deg);
}

.rental-faq__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 3.86vw;
  top: 4.83vw;
  width: 7.25vw;
  height: 7.25vw;
  background: var(--white);
  border-radius: 50px;
  color: #c28d48;
  --font-size-pc: calc(24 / var(--pcW) * 1vw);
  --font-size-sp: calc(18 / 4.14 * 1vw);
  font-family: Roboto, Serif;
  font-weight: bold;
  line-height: 1;
}

.rental-faq__item dd {
  box-sizing: border-box;
  padding: 5.56vw 5.8vw 0 5.56vw;
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  line-height: 2;
  display: none;
}

.rental-faq__item dd img {
  margin-top: 4.83vw;
}

.rental-flow {
  overflow-x: clip;
  position: relative;
  background: #f2f0e9 url(../img/rental-space/flow-bg-top@2x.png) no-repeat center top/contain;
  margin-top: 14.49vw;
  padding-top: 3.62vw;
  padding-bottom: 33.82vw;
}

.rental-flow__items {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding-top: 9.66vw;
  padding-left: 3.62vw;
  padding-right: 3.62vw;
  grid-gap: 16.91vw;
}

.rental-flow__item {
  position: relative;
  box-sizing: border-box;
  counter-increment: mycounter;
  border-radius: 2.42vw;
  padding: 14.49vw 4.83vw;
  background: var(--white);
  z-index: 1;
}

.rental-flow__item:before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  width: 19.32vw;
  height: 19.32vw;
  transform: translate(-50%, -50%);
  color: var(--white);
  content: counter(mycounter, decimal-leading-zero);
  font-weight: bold;
  border-radius: 50px;
  background: #c28d48;
  font-family: Roboto, Serif;
  text-align: center;
  --font-size-pc: calc(22 / var(--pcW) * 1vw);
  --font-size-sp: calc(22 / 4.14 * 1vw);
}

.rental-flow__item:nth-child(n+2):after {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: -16.91vw;
  width: 0.97vw;
  height: 24.15vw;
  transform: translate(-50%, 0);
  color: var(--white);
  content: " ";
  font-weight: bold;
  background: #464237;
  font-family: Roboto, Serif;
  text-align: center;
  --font-size-pc: calc(15 / var(--pcW) * 1vw);
  --font-size-sp: calc(15 / 4.14 * 1vw);
  z-index: -1;
}

.rental-flow__item-heading {
  margin-bottom: 3.62vw;
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(20 / 4.14 * 1vw);
  color: #c28d48;
  font-family: var(--font-family-zen-kaku-go);
  text-align: center;
}

.rental-flow__item-image {
  text-align: center;
}

.rental-flow__item-text {
  margin-top: 3.38vw;
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  text-align: center;
}

.rental-map {
  padding-inline: 2.9vw;
}

.rental-map__heading {
  margin-bottom: 4.83vw;
  --font-size-pc: calc(40 / var(--pcW) * 1vw);
  --font-size-sp: calc(40 / 4.14 * 1vw);
  font-family: "Roboto", serif;
  color: #c28d48;
  font-weight: bold;
  text-align: center;
}

.rental-map__box {
  padding: 9.66vw 6.04vw;
  background: #f8f8f8;
}

.rental-map__area-items {
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 7.25vw 0;
  gap: 7.25vw 0;
}

.rental-map__area-item img {
  width: 100%;
  height: auto;
}

.rental-map__area-item-heading {
  margin-bottom: 1.21vw;
  text-align: center;
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(18 / 4.14 * 1vw);
}

.rental-map__area-item-image {
  text-align: center;
}

.rental-map__detail {
  margin-top: 4.83vw;
}

.rental-map__detail-items {
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0.48vw 0;
  gap: 0.48vw 0;
}

.rental-map__detail-item-list {
  padding-left: 0;
  font-weight: 500;
}

.rental-map__detail-item-list li {
  display: flex;
  min-height: 12.08vw;
  background: var(--white);
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  margin-top: 0.48vw;
}

.rental-map__detail-item-list li:first-child {
  margin-top: 0;
}

.rental-map__detail-item-number {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #578200;
  text-align: center;
  width: 9.66vw;
  color: var(--white);
}

.rental-map__detail-item-name {
  flex: 1 1 auto;
  padding: 3.62vw 2.42vw;
}

.rental-place {
  padding-inline: 0;
}

.rental-place__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 2.42vw;
  background: #578200;
  padding: 4.35vw;
  border-radius: 2.42vw 2.42vw 0 0;
  --font-size-pc: calc(50 / var(--pcW) * 1vw);
  --font-size-sp: calc(24 / 4.14 * 1vw);
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-family-zen-kaku-go);
}

.rental-place__heading:before,
.rental-place__heading:after {
  content: "";
  width: 9.66vw;
  height: 1.93vw;
  background: url(../img/rental-space/place-bg-heading@2x.png) no-repeat center center/contain;
}

.rental-place__box {
  padding: 9.66vw 4.83vw;
  border-radius: 0 0 2.42vw 2.42vw;
  background: #fff3ce;
}

.rental-place__information {
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
}

.rental-place__information-items {
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0.24vw 0;
  gap: 0.24vw 0;
}

.rental-place__information-item {
  display: flex;
  background: var(--white);
}

.rental-place__information-item-data {
  box-sizing: border-box;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  background: #c28d48;
  text-align: center;
  width: 33.82vw;
  grid-gap: 1.21vw;
  color: var(--white);
  padding: 4.83vw 3.38vw;
  font-weight: bold;
}

.rental-place__information-item-value {
  flex: 1 1 auto;
  padding: 4.83vw;
  font-weight: 500;
}

.rental-place__box2 {
  margin-top: 9.66vw;
  padding: 7.25vw 4.83vw;
  border-radius: 2.42vw;
  background: var(--white);
}

.rental-place__box2-heading {
  position: relative;
  margin-bottom: 3.62vw;
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  padding-bottom: 1.93vw;
  font-weight: 500;
  line-height: 1.5;
}

.rental-place__box2-heading:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, currentColor, currentColor 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.rental-place__box2-text {
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  line-height: 1.7;
}

.rental-place__heading2 {
  margin-top: 9.18vw;
  margin-bottom: 4.83vw;
  --font-size-pc: calc(40 / var(--pcW) * 1vw);
  --font-size-sp: calc(40 / 4.14 * 1vw);
  font-family: "Roboto", serif;
  color: #c28d48;
  font-weight: bold;
  text-align: center;
}

.rental-place__grid {
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 4.83vw 0;
  gap: 4.83vw 0;
}

.rental-place__grid-column {
  text-align: center;
}

.rental-place__box3 {
  margin-top: 14.49vw;
  margin-inline: 2.9vw;
  padding: 7.25vw 4.83vw;
  border-radius: 2.42vw;
  background: #f8f8f8;
}

.rental-place__box3-heading {
  margin-bottom: 4.83vw;
  text-align: center;
}

.rental-place__box3-heading-text {
  display: inline;
  --font-size-pc: calc(38 / var(--pcW) * 1vw);
  --font-size-sp: calc(24 / 4.14 * 1vw);
  font-weight: 600;
  background: linear-gradient(to bottom, transparent calc(100% - 2px), #ee4964 0, #ee4964 100%);
  font-family: var(--font-family-zen-kaku-go);
  line-height: 1.7;
}

.rental-place__box3-text {
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  line-height: 1.7;
  text-align: center;
}

.rental-place__box3-btns {
  display: flex;
  align-items: center;
  flex-direction: column;
  grid-gap: 3.62vw;
  margin-top: 4.83vw;
}

.rental-place__box3-btn {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 14.49vw;
  color: var(--white);
  text-decoration: none;
  border-radius: 50px;
  background: #464237;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  text-align: center;
  padding: 2.42vw 4.83vw;
}

.rental-place__box3-btn .icon {
  position: absolute;
  right: 4.83vw;
  top: 50%;
  transform: translateY(-50%);
}

.rental-reserve {
  position: relative;
  background: #ffe585;
  padding-top: 30.19vw;
}

.rental-reserve:before {
  content: " ";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 33.82vw;
  background: url(../img/rental-space/reserve-bg-top@2x.png) no-repeat center bottom/contain;
}

.rental-reserve__container:before {
  content: " ";
  position: absolute;
  background: url(../img/rental-space/reserve-bg-dec@2x.png) no-repeat center center/contain;
  top: 7.25vw;
  left: 2.9vw;
  width: 25.12vw;
  height: 23.19vw;
  z-index: 2;
}

.rental-reserve__container:after {
  content: " ";
  position: absolute;
  background: url(../img/rental-space/reserve-bg-dec2@2x.png) no-repeat center center/contain;
  top: -11.59vw;
  right: 8.94vw;
  width: 33.33vw;
  height: 23.19vw;
  z-index: 2;
}

.rental-reserve__heading {
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 7.25vw;
}

.rental-reserve__heading-text {
  position: absolute;
  left: calc(50% - 26.09vw);
  bottom: calc(100% + 6.52vw);
  transform: rotate(-8deg);
  z-index: 3;
}

.rental-reserve__heading-text img {
  max-width: inherit;
  width: 61.11vw;
  height: 26.57vw;
}

.rental-reserve__heading-text2 {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  --font-size-pc: calc(50 / var(--pcW) * 1vw);
  --font-size-sp: calc(26.5 / 4.14 * 1vw);
  text-align: center;
  font-family: var(--font-family-zen-maru-go);
  font-weight: 500;
  background: linear-gradient(transparent 60%, #f9c663 60%);
}

.rental-reserve__intro p {
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  text-align: center;
  font-weight: bold;
  line-height: 2;
}

.rental-reserve__contact {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 7.25vw;
  grid-gap: 7.25vw;
}

.rental-reserve__contact-tel {
  width: 100%;
}

.rental-reserve__contact-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  border-radius: 100px;
  text-decoration: none !important;
  letter-spacing: 0.05em;
}

.rental-reserve__contact-btn--mail {
  width: 82.13vw;
  height: 19.32vw;
  background: linear-gradient(54deg, #ee4964 0%, #eeab5c 100%);
  --font-size-pc: calc(22 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--white);
}

.rental-reserve__contact-btn--tel {
  box-sizing: border-box;
  width: 100%;
  flex-direction: column;
  padding: 8.45vw 6.04vw;
  border-radius: 2.42vw;
  background: var(--white);
}

.rental-reserve__contact-btn2 {
  position: relative;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  border-radius: 100px;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  background: #f8efe5;
  font-family: "Roboto", serif;
  --font-size-pc: calc(40 / var(--pcW) * 1vw);
  --font-size-sp: calc(24 / 4.14 * 1vw);
  font-weight: 500;
  height: 19.32vw;
}

.rental-reserve__contact-tel-text {
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 5.8vw;
  font-family: var(--font-family-zen-maru-go);
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(20 / 4.14 * 1vw);
  text-align: center;
  font-weight: 500;
}

.rental-reserve__contact-tel-hour {
  margin-top: 2.42vw;
  text-align: center;
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  letter-spacing: 0.05em;
}

.rental-reserve__contact-btn .i-mail {
  margin-right: 1.93vw;
  --font-size-pc: calc(25 / var(--pcW) * 1vw);
  --font-size-sp: calc(20 / 4.14 * 1vw);
}

.rental-reserve__contact-btn .i-ca-right {
  position: absolute;
  right: 4.83vw;
  top: 50%;
  transform: translateY(-50%);
  --font-size-pc: calc(28 / var(--pcW) * 1vw);
  --font-size-sp: calc(20 / 4.14 * 1vw);
}

.rental-reserve__contact-btn .i-tel {
  --font-size-pc: calc(22 / var(--pcW) * 1vw);
  --font-size-sp: calc(20 / 4.14 * 1vw);
}

.rental-reserve__contact-btn .i-phone {
  --font-size-sp: calc(36 / 4.14 * 1vw);
  margin-right: 2.42vw;
  color: #c28d48;
}

.spot-article {
  position: relative;
  padding-top: 9.66vw;
  background: #f8f8f8;
}

.spot-article:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 33.82vw;
  background: #f8f8f8;
}

.spot-article__head {
  margin-bottom: 7.25vw;
}

.spot-article__meta {
  display: flex;
  grid-gap: 1.45vw;
  flex-direction: column;
}

.spot-article__head {
  display: flex;
  flex-direction: column;
  grid-gap: 1.93vw;
  margin-bottom: 4.83vw;
}

.spot-article__tag {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.21vw;
}

.spot-article__category {
  box-sizing: border-box;
  align-self: flex-start;
  padding: 1.21vw 4.83vw;
  --font-size-pc: calc(12 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
  background: var(--white);
  text-align: center;
}

.spot-article__heading {
  position: relative;
  padding-bottom: 2.42vw;
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  font-weight: bold;
  line-height: 1.78;
  color: #578200;
}

.spot-article__heading:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, currentColor, currentColor 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.spot-article__content {
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  padding-bottom: 14.49vw;
}
.spot-article__content *:first-child {
  margin-top: 0 !important;
}

.spot-article__content .grid {
  margin-top: 4.83vw;
}

.spot-article__content.grid__column:has(> img) {
  text-align: center;
}

.spot-article__content .grid--2 {
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.42vw 2.42vw;
  gap: 2.42vw 2.42vw;
}

.spot-article__content .media {
  margin-top: 7.25vw;
  display: flex;
  flex-direction: column;
  grid-gap: 4.83vw;
}

.spot-article__content .media__image {
  text-align: center;
}

.spot-article__content p {
  margin-top: 1.5em;
}

.spot-article__content .box {
  margin-top: 9.66vw;
  padding: 7.25vw 4.83vw;
  border-radius: 2.42vw;
  background: var(--white);
}

.spot-article__content .box_heading {
  position: relative;
  margin-bottom: 3.62vw;
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  padding-bottom: 1.93vw;
  font-weight: 500;
  line-height: 1.5;
}

.spot-article__content .box_heading:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, currentColor, currentColor 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.spot-article__content .box_heading + * {
  margin-top: 0 !important;
}

.spot-article__content .box ul {
  line-height: 2.4;
}

.spot-article__content h3 {
  margin-top: 14.49vw;
  padding-left: 3.62vw;
  --font-size-pc: calc(22 / var(--pcW) * 1vw);
  --font-size-sp: calc(18 / 4.14 * 1vw);
  border-left: 2px solid #578200;
  font-weight: bold;
  line-height: 1.78;
}

.spot-article__content h4 {
  margin-top: 14.49vw;
  margin-bottom: 4.83vw;
  padding: 1.21vw 3.62vw;
  --font-size-pc: calc(18 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  background: #578200;
  color: var(--white);
  line-height: 1.5;
}

.spot-article__content h5 {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-top: 14.49vw;
  margin-bottom: 4.83vw;
  padding: 1.21vw 3.62vw;
  --font-size-pc: calc(18 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  line-height: 1.5;
}

.spot-article__content h6 {
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-top: 14.49vw;
  margin-bottom: 4.83vw;
  padding-left: 7.25vw;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  line-height: 1.5;
}

.spot-article__content h6:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0.5lh;
  display: block;
  width: 4.83vw;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
}

.spot-article__content table {
  border-top: 1px solid #d1d1d1;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  background: var(--white);
  margin-top: 7.25vw;
  line-height: 1.8;
}

.spot-article__content table th {
  position: relative;
  box-sizing: border-box;
  width: 33.82vw;
  padding: 4.35vw 3.38vw 4.35vw 7.73vw;
  border-bottom: 1px solid #d1d1d1;
  background: #f2f0e9;
  font-weight: bold;
  vertical-align: top;
}

.spot-article__content table th .icon {
  position: absolute;
  left: 2.42vw;
  top: 5.56vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #c28d48;
  color: var(--white);
  border-radius: 100%;
  width: 3.86vw;
  height: 3.86vw;
  margin-right: 1.45vw;
  --font-size-pc: calc(13 / var(--pcW) * 1vw);
  --font-size-sp: calc(9 / 4.14 * 1vw);
}

.spot-article__content table td {
  box-sizing: border-box;
  border-bottom: 1px solid #d1d1d1;
  font-weight: 500;
  padding: 4.35vw;
}

.spot-article__content ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 14.49vw;
}

.spot-article__content ul li {
  position: relative;
  padding-left: 5.8vw;
}

.spot-article__content ul li:before {
  position: absolute;
  left: 0;
  top: 0.5lh;
  transform: translateY(-50%);
  color: #578200;
  content: "・";
  font-weight: bold;
  text-align: center;
  width: 1em;
}

.spot-article__content ol {
  list-style-type: none;
  padding-left: 0;
  margin-top: 14.49vw;
}

.spot-article__content ol li {
  position: relative;
  padding-left: 5.31vw;
  counter-increment: mycounter;
}

.spot-article__content ol li:before {
  position: absolute;
  left: 0;
  top: 0.5lh;
  transform: translateY(-50%);
  color: #578200;
  content: counter(mycounter, decimal-leading-zero) ".";
  font-weight: bold;
}

.spot-article__content .btns {
  margin-top: 4.83vw;
}

.spot-article__content .btn {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 86.96vw;
  margin-inline: auto;
  color: var(--white);
  text-decoration: none;
  border-radius: 50px;
  background: #464237;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  text-align: center;
  padding: 4.83vw;
}

.spot-article__content .btn:after {
  position: absolute;
  right: 4.83vw;
  top: 50%;
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-circle-arrow-right.svg);
  mask: url(../img/common/icon-circle-arrow-right.svg);
  transform: translateY(-50%);
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
}

.spot-article__content .btn--strong {
  background: #ee4964;
}

.spot-list {
  position: relative;
}

.spot-list__items {
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 7.25vw 0;
  gap: 7.25vw 0;
}

.spot-list__item-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 9.66vw 6.04vw;
  border-radius: 2.42vw;
  background: #f8f8f8;
  box-shadow: 6px 6px 12px rgba(51, 51, 51, 0.1);
}

.spot-list__item-image img {
  width: 100%;
  height: auto;
}

.spot-list__item-head {
  display: flex;
  flex-direction: column;
  grid-gap: 1.93vw;
  margin-bottom: 4.83vw;
}

.spot-list__item-tag {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.21vw;
}

.spot-list__item-category {
  box-sizing: border-box;
  padding: 1.21vw 4.83vw;
  --font-size-pc: calc(12 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
  background: var(--white);
  text-align: center;
}

.spot-list__item-heading {
  position: relative;
  padding-bottom: 2.42vw;
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  font-weight: bold;
  line-height: 1.78;
  color: #578200;
}

.spot-list__item-heading:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, currentColor, currentColor 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.spot-list__item-text {
  margin-top: 3.38vw;
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  line-height: 2;
}

.spot-list__item-btns {
  display: flex;
  justify-content: center;
  margin-top: 3.62vw;
}

.spot-list__item-btn {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 57.97vw;
  height: 12.08vw;
  margin-inline: auto;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid currentColor;
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  text-align: center;
  padding: 1.21vw 4.83vw;
}

.spot-list__item-btn:after {
  position: absolute;
  right: 4.83vw;
  top: 50%;
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-circle-arrow-right.svg);
  mask: url(../img/common/icon-circle-arrow-right.svg);
  transform: translateY(-50%);
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
}

.status--lv1 {
  background: #4cb368;
}

.status--lv2 {
  background: #ee7649;
}

.status--lv3 {
  background: #464237;
}

.topics-article {
  padding-top: 9.66vw;
}

.topics-article__head {
  margin-bottom: 7.25vw;
}

.topics-article__meta {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.45vw;
}

.topics-article__date {
  width: 100%;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(11 / 4.14 * 1vw);
}

.topics-article__category {
  box-sizing: border-box;
  align-self: flex-start;
  min-width: 33.82vw;
  padding: 1.21vw 2.42vw;
  --font-size-pc: calc(12 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
  background: #c28d48;
  color: var(--white);
  text-align: center;
}

.topics-article__status {
  margin-left: auto;
}

.topics-article__status .status {
  padding: 1.21vw 4.83vw;
  --font-size-pc: calc(12 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
  border-radius: 50px;
  text-align: center;
  color: var(--white);
}

.topics-article__heading {
  margin-top: 1.93vw;
  --font-size-pc: calc(28 / var(--pcW) * 1vw);
  --font-size-sp: calc(18 / 4.14 * 1vw);
  --font-size-pc: calc(32 / var(--pcW) * 1vw);
  --font-size-sp: calc(18 / 4.14 * 1vw);
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 3.62vw;
  border-bottom: 2px solid #333333;
}

.topics-article__content {
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  padding-bottom: 14.49vw;
  border-bottom: 1px solid currentColor;
}
.topics-article__content *:first-child {
  margin-top: 0 !important;
}

.topics-article__content .grid {
  margin-top: 4.83vw;
}

.topics-article__content.grid__column:has(> img) {
  text-align: center;
}

.topics-article__content .grid--2 {
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.42vw 2.42vw;
  gap: 2.42vw 2.42vw;
}

.topics-article__content .media {
  margin-top: 7.25vw;
  display: flex;
  flex-direction: column;
  grid-gap: 4.83vw;
}

.topics-article__content .media__image {
  text-align: center;
}

.topics-article__content p {
  margin-top: 1.5em;
}

.topics-article__content h3 {
  margin-top: 14.49vw;
  padding-left: 3.62vw;
  --font-size-pc: calc(22 / var(--pcW) * 1vw);
  --font-size-sp: calc(18 / 4.14 * 1vw);
  --font-size-pc: calc(25 / var(--pcW) * 1vw);
  --font-size-sp: calc(18 / 4.14 * 1vw);
  border-left: 2px solid #578200;
  font-weight: bold;
  line-height: 1.78;
}

.topics-article__content h4 {
  margin-top: 14.49vw;
  margin-bottom: 4.83vw;
  padding: 1.21vw 3.62vw;
  --font-size-pc: calc(18 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  --font-size-pc: calc(22 / var(--pcW) * 1vw);
  --font-size-sp: calc(18 / 4.14 * 1vw);
  background: #578200;
  color: var(--white);
  line-height: 1.5;
}

.topics-article__content h5 {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-top: 14.49vw;
  margin-bottom: 4.83vw;
  padding: 1.21vw 3.62vw;
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  line-height: 1.5;
}

.topics-article__content h6 {
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-top: 14.49vw;
  margin-bottom: 4.83vw;
  padding-left: 7.25vw;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  --font-size-pc: calc(18 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  line-height: 1.5;
}

.topics-article__content h6:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0.5lh;
  display: block;
  width: 4.83vw;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
}

.topics-article__content ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 14.49vw;
}

.topics-article__content ul li {
  position: relative;
  padding-left: 5.8vw;
  counter-increment: mycounter;
}

.topics-article__content ul li:before {
  position: absolute;
  left: 0;
  top: 0.5lh;
  transform: translateY(-50%);
  color: #578200;
  content: "・";
  font-weight: bold;
  text-align: center;
  width: 1em;
}

.topics-article__content ol {
  list-style-type: none;
  padding-left: 0;
  margin-top: 14.49vw;
}

.topics-article__content ol li {
  position: relative;
  padding-left: 5.31vw;
  counter-increment: mycounter;
}

.topics-article__content ol li:before {
  position: absolute;
  left: 0;
  top: 0.5lh;
  transform: translateY(-50%);
  color: #578200;
  content: counter(mycounter, decimal-leading-zero) ".";
  font-weight: bold;
}

.topics-article__content .btns {
  margin-top: 4.83vw;
}

.topics-article__content .btn {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 86.96vw;
  margin-inline: auto;
  color: var(--white);
  text-decoration: none;
  border-radius: 50px;
  background: #464237;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  text-align: center;
  padding: 4.83vw;
}

.topics-article__content .btn:after {
  position: absolute;
  right: 4.83vw;
  top: 50%;
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-circle-arrow-right.svg);
  mask: url(../img/common/icon-circle-arrow-right.svg);
  transform: translateY(-50%);
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
}

.topics-article__content .btn--strong {
  background: #ee4964;
}

.topics-list {
  position: relative;
  padding-top: 9.66vw;
  background: #ead7c0;
}

.topics-list:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
  width: 100%;
  height: 33.82vw;
  background: #ead7c0;
}

.topics-list__category {
  margin-bottom: 9.66vw;
  margin-inline: -1.93vw;
}
.topics-list__category + p {
  font-size: 1.4rem;
}
@media screen and (min-width: 900px) {
  .topics-list__category + p {
    font-size: 2rem;
  }
}

.topics-list__category-items {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.93vw;
}

.topics-list__category-item a {
  box-sizing: border-box;
  display: block;
  background: #f8f8f8;
  padding: 1.93vw 4.83vw;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
}

.topics-list__category-item.is-current a {
  background: #c28d48;
  color: var(--white);
}

.topics-list__items {
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 7.25vw 2.42vw;
  gap: 7.25vw 2.42vw;
}

.topics-list__item-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.topics-list__item-date {
  margin-bottom: 2.42vw;
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(11 / 4.14 * 1vw);
  letter-spacing: 0.01em;
}

.topics-list__item-image {
  aspect-ratio: 14/9;
  overflow: hidden;
}

.topics-list__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.21vw 1.21vw 0 0;
}

.topics-list__item-tag {
  display: flex;
}

.topics-list__item-status {
  box-sizing: border-box;
  width: 50%;
}

.topics-list__item-status .status {
  padding-top: 1.21vw;
  padding-bottom: 1.21vw;
  --font-size-pc: calc(12 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
  border-radius: 0 0 2.42vw 0;
  text-align: center;
  color: var(--white);
}

.topics-list__item-category {
  box-sizing: border-box;
  width: 50%;
  padding-top: 1.21vw;
  padding-bottom: 1.21vw;
  --font-size-pc: calc(12 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
  background: var(--white);
  border-radius: 0 0 0 2.42vw;
  text-align: center;
}

.topics-list__item-heading {
  margin-top: 1.93vw;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  font-weight: bold;
  line-height: 1.78;
}

.has-mv {
  padding-bottom: 15rem;
  background: linear-gradient(to bottom, #f2f0e9, #f2f0e9 calc(100% - 31.4vw), transparent calc(100% - 31.4vw)), url(../img/common/page-title-bg@2x.png) no-repeat center top/contain;
  background-image: none;
  background: url(../img/common/page-title-bg@2x.png) no-repeat 50% 5.9rem/contain;
  background-color: #ead7c0;
}
.has-mv .mv {
  margin-inline: calc(50% - 50vw);
  box-sizing: border-box;
}
@media screen and (min-width: 900px) {
  .has-mv .mv {
    margin-inline: 0;
  }
}
.has-mv .mv .swiper-slide > div {
  aspect-ratio: 414/340;
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (min-width: 900px) {
  .has-mv .mv .swiper-slide > div {
    border-radius: 4rem;
    aspect-ratio: 1080/677;
  }
}
.has-mv .mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.has-mv .top-kv__popup {
  margin-top: 3rem;
}

@media (min-width: 769px) {
  .sw-box {
    margin-top: 60px;
    padding: 40px;
    border-radius: 40px;
  }
  .sw-box__heading {
    padding: 13px 30px;
    border-radius: 8px;
  }
  .sw-box__heading:after {
    content: " ";
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    width: 12px;
    height: 10px;
    background: #fff3ce;
    transform: translateX(-50%);
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
            clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
  .sw-buttons {
    margin-top: 40px;
  }
  .sw-button {
    min-width: 257px;
    height: 63px;
    padding-right: 62px;
    padding-left: 62px;
    border-radius: 32px;
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .sw-button:hover {
    opacity: var(--global-hover-opacity);
  }
  .sw-button__icon--left {
    left: 22px;
  }
  .sw-button__icon--right {
    right: 22px;
  }
  .icon-blank:before {
    width: 16px;
  }
  .icon-arrow-right:before {
    width: 11px;
  }
  .sw-Paragraph-pc {
    display: block;
  }
  .sw-Paragraph-sp {
    display: none;
  }
}
@media (min-width: 900px) {
  :root {
    --content-width: 1400px;
    --content-width2: 1200px;
    --content-width3: 820px;
    --content-width-gutter: 0;
    --form-element-padding: 1em 1.04vw;
  }
  body {
    font-size: 1rem;
  }
  *,
*:before,
*:after,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
    font-size: var(--font-size-pc);
  }
  .sp {
    display: none;
  }
  .top-renewal__heading2-text {
    text-align: center !important;
  }
  .s-footer-access {
    padding-top: 1px;
    padding-bottom: 7.78vw;
  }
  .s-footer-access:before {
    height: 18.89vw;
    background: url(../img/common/access-bg-top_large@2x.png) no-repeat center bottom/contain;
  }
  .s-footer-access:has(.s-footer-access__body):after {
    width: 13.67vw;
    height: 17.06vw;
    top: inherit;
    bottom: calc(100% + 1.11vw);
  }
  .s-footer-access__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 66.67vw;
    margin-inline: auto;
    grid-gap: 1.67vw;
  }
  .s-footer-access__container:after {
    width: 7.83vw;
    height: 8.72vw;
    left: inherit;
    right: calc(100% + 2.22vw);
  }
  .s-footer-access__body {
    flex: 0 0 auto;
    width: 21.56vw;
  }
  .s-footer-access__heading2 {
    margin-top: 1.2vw;
    margin-bottom: 1.11vw;
    padding-bottom: 0.56vw;
    grid-gap: 0.56vw;
  }
  .s-footer-access__heading2 span.icon {
    width: 1.67vw;
    height: 1.67vw;
  }
  .s-footer-access__detail {
    max-width: 16.67vw;
  }
  .s-footer-access__name {
    margin-bottom: 1.11vw;
  }
  .s-footer-access__address {
    margin-bottom: 2.22vw;
  }
  .s-footer-access__map {
    width: 43.33vw;
    margin-top: 0;
  }
  .s-footer-access__map-iframe {
    aspect-ratio: 20/11;
  }
  .s-footer-access__map-link {
    margin-top: 1.11vw;
  }
  .s-footer-access__map-link a {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 16.67vw;
    padding: 0.56vw;
    border: 1px solid currentColor;
    text-decoration: none;
    border-radius: 1000px;
    background: transparent;
    margin-left: auto;
    text-align: center;
  }
  .s-footer-access__map-link a:after {
    position: absolute;
    right: 2.22vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .s-footer-access__map-link a {
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .s-footer-access__map-link a:hover {
    opacity: var(--global-hover-opacity);
  }
  .s-footer-main {
    padding-top: 3.89vw;
    padding-bottom: 7.78vw;
  }
  .s-footer-main:before {
    height: 18.89vw;
    background: url(../img/common/footer-bg-top_large@2x.png) no-repeat center bottom/contain;
  }
  .s-footer-main__container {
    position: relative;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 23.89vw 1fr;
    max-width: 61.11vw;
    margin-inline: auto;
    grid-gap: 0 1.67vw;
  }
  .s-footer__about {
    order: initial;
    margin-top: 0;
  }
  .s-footer__logo {
    width: 18.22vw;
  }
  .s-footer__logo img {
    width: 100%;
    height: auto;
  }
  .s-footer__contact {
    margin-top: 1.67vw;
  }
  .s-footer__contact a {
    justify-content: flex-start;
    grid-gap: 0.56vw;
    text-underline-offset: 0.28vw;
  }
  .s-footer__contact .icon {
    width: 1.67vw;
    height: 1.67vw;
  }
  .s-footer__about-detail {
    padding-left: 0.56vw;
  }
  .s-footer__access {
    margin-top: 2.22vw;
    text-align: left;
  }
  .s-footer__hour {
    margin-top: 1.11vw;
    text-align: left;
  }
  .s-footer-information {
    order: initial;
  }
  .s-footer__recruit-btn {
    height: 6.67vw;
    border-radius: 1.11vw;
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .s-footer__recruit-btn:hover {
    opacity: var(--global-hover-opacity);
  }
  .s-footer__recruit-btn .text:before {
    top: -0.56vw;
    left: -4.67vw;
    width: 5.33vw;
    height: 1.28vw;
    transform: translate(0);
  }
  .s-footer__recruit-btn .i-ca-right {
    right: 9.78vw;
  }
  .s-footer__guide {
    margin-top: 1.67vw;
  }
  .s-footer__guide-heading {
    margin-bottom: 1.11vw;
    padding-bottom: 0.78vw;
  }
  .s-footer__guide-items {
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 1.11vw 0.67vw;
  }
  .s-footer__guide-items li {
    grid-gap: 0.56vw;
  }
  .s-footer__guide-items li .icon {
    width: 1.67vw;
    height: 1.67vw;
  }
  .s-footer-calendar {
    order: initial;
    margin-top: 3.33vw;
  }
  .s-footer-calendar__items {
    flex-direction: row;
    justify-content: space-between;
    grid-gap: 2.22vw;
  }
  .s-footer-calendar__item {
    box-sizing: border-box;
    width: 100%;
    padding: 2.22vw;
    border-radius: 1.11vw;
  }
  .s-footer-calendar__item-heading {
    margin-bottom: 1.11vw;
    grid-gap: 0.56vw;
  }
  .s-footer-calendar__item-heading-text2 {
    padding-bottom: 0.17vw;
  }
  .s-footer-calendar__item-table th,
.s-footer-calendar__item-table-th {
    height: 2.78vw;
  }
  .s-footer-calendar__item-table th:before,
.s-footer-calendar__item-table-th:before {
    width: 1.67vw;
    height: 1.67vw;
  }
  .s-footer-calendar__item-table td,
.s-footer-calendar__item-table-td {
    height: 2.78vw;
  }
  .s-footer-calendar__item-mark {
    margin-top: 1.11vw;
    grid-gap: 0.56vw;
  }
  .s-footer-calendar__item-mark:before {
    width: 1.11vw;
    height: 1.11vw;
  }
  .s-footer__bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-column: span 2;
  }
  .s-footer__bnr {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 2.22vw;
    margin-bottom: 2.22vw;
    grid-gap: 1.11vw;
    gap: 1.8% 2rem;
  }
  .s-footer__bnr li {
    width: calc((100% - 6rem) / 4);
  }
  .s-footer__legal {
    flex-direction: row;
    order: 3;
    margin-top: 0;
    grid-gap: 1.11vw;
  }
  .s-footer__legal a {
    padding-bottom: 0;
  }
  .s-footer__legal a[target=_blank]:after {
    margin-left: 0.44vw;
  }
  .s-footer__copyright {
    order: 2;
  }
  .s-footer-pagetop {
    order: initial;
    position: absolute;
    left: calc(100% + 8.33vw);
    bottom: 0;
    margin-top: 0;
  }
  .s-footer-pagetop a {
    display: flex;
    flex-direction: column-reverse;
    border: 0;
    border-radius: 50px;
    width: 5.56vw;
    height: 5.56vw;
    background: #c28d48;
    color: #ffffff;
    grid-gap: 0.44vw;
  }
  .s-footer__copyright {
    margin-top: 0;
    text-align: left;
  }
  .s-footere__fixed {
    display: none;
  }
  .s-footer-gallery {
    padding-top: 1px;
    padding-bottom: 16.89vw;
    background: #f2f0e9 url(../img/common/gallery-bg-top_large@2x.png) no-repeat top center/contain;
  }
  .s-footer-gallery:before {
    display: none;
  }
  .s-footer-gallery:after {
    content: " ";
    position: absolute;
    top: -4.44vw;
    right: 15.56vw;
    width: 7.17vw;
    height: 6.61vw;
    z-index: 4;
    background: url(../img/common/gallery-bg-dec@2x.png) no-repeat center center/contain;
  }
  .s-footer-gallery__slide {
    width: 36rem;
    margin-right: 3.33vw;
  }
  .s-footer-gallery__slide img {
    width: 100%;
  }
  .s-footer-gallery__slide:nth-child(2n) {
    margin-top: 4.44vw;
  }
  .s-footer-gallery__text {
    bottom: 1.22vw;
  }
  .s-footer-instagram {
    padding-top: 1px;
    padding-bottom: 13.89vw;
  }
  .s-footer-instagram .sw-heading {
    margin-bottom: 3rem;
  }
  .s-footer-instagram:before {
    height: 16.56vw;
    background: url(../img/common/instagram-bg-top_large@2x.png) no-repeat center bottom/contain;
  }
  .s-footer-instagram__container {
    position: relative;
    z-index: 3;
    max-width: 88.89vw;
    margin-inline: auto;
    margin-top: -2.22vw;
  }
  .s-footer-instagram__more {
    margin-top: 2rem;
  }
  .s-footer-instagram__more a {
    width: 22.22vw;
    height: 4.44vw;
    padding: 0.83vw 1.56vw;
  }
  .s-footer-instagram__more a:after {
    right: 2.22vw;
  }
  .s-footer-instagram__more a {
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .s-footer-instagram__more a:hover {
    opacity: var(--global-hover-opacity);
  }
  .s-header {
    flex: 0 0 auto;
  }
  body.is-menu-open .s-header {
    overflow-y: visible;
    overflow-y: initial;
    width: inherit;
    max-height: inherit;
  }
  .s-header__container {
    background-color: transparent;
  }
  .s-header__logo {
    width: 17.78vw;
    height: inherit;
    margin-top: 0;
    border-radius: 0 0 2.22vw 0;
    padding: 2vw 1.89vw;
  }
  .s-header__logo a {
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media (min-width: 900px) and (any-hover) {
  .s-header__logo a {
    transition: 0.3s;
  }
  .s-header__logo a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 900px) {
  .s-header__logo a:hover {
    opacity: var(--global-hover-opacity);
  }
}
@media (min-width: 900px) {
  .s-header__action-cta {
    display: block;
  }
}
@media (min-width: 900px) {
  .s-header__action-menu {
    display: none;
  }
}
@media (min-width: 900px) {
  .s-header__navigation {
    display: block;
    flex: 1 1 auto;
    padding-right: 2.22vw;
    background: #f2f0e9;
  }
}
@media (min-width: 900px) {
  .s-header__navigation-item {
    position: relative;
  }
}
@media (min-width: 900px) {
  .s-header__subnav {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 5rem;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s opacity;
  }
  .s-header__subnav.is-show {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (min-width: 900px) {
  .s-header__subnav-list {
    padding-left: 0;
    list-style: none;
    background-color: #fff;
    padding: 0.5rem 3rem 1rem;
    border-radius: 2rem;
    position: relative;
  }
  .s-header__subnav-list::before {
    content: "";
    position: absolute;
    width: 2.4rem;
    height: 2rem;
    background-color: #fff;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% - 1px);
  }
}
@media (min-width: 900px) {
  .s-header__subnav-item {
    background-image: repeating-linear-gradient(90deg, #000000, #000000 2px, transparent 2px, transparent 4px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1px;
  }
  .s-header__subnav-item:last-of-type {
    background: none;
  }
  .s-header__subnav-item a {
    display: block;
    padding: 1.5rem 0 1.5rem 2rem;
    transition: 0.3s color;
    position: relative;
    font-size: 1.4rem;
  }
  .s-header__subnav-item a::before {
    content: "";
    position: absolute;
    left: 0.5rem;
    width: 0.9rem;
    height: 1rem;
    background-color: #c28d47;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.3s opacity;
  }
}
@media (min-width: 900px) and (any-hover: hover) {
  .s-header__subnav-item a:hover {
    color: #c28d47;
  }
  .s-header__subnav-item a:hover::before {
    opacity: 1;
  }
}
@media (min-width: 900px) {
  .s-header__navigation-item a {
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media (min-width: 900px) {
  .s-header__navigation-item a:hover {
    opacity: var(--global-hover-opacity);
  }
}
@media (min-width: 900px) {
  .s-navigation {
    display: none;
  }
}
@media (min-width: 900px) {
  .sw-container {
    max-width: 77.78vw;
    margin-inline: auto;
  }
}
@media (min-width: 900px) {
  .sw-container2 {
    max-width: 66.67vw;
    margin-inline: auto;
  }
}
@media (min-width: 900px) {
  .sw-heading {
    margin-bottom: 3.33vw;
  }
}
@media (min-width: 900px) {
  .sw-section {
    padding-top: 3.33vw;
  }
}
@media (min-width: 900px) {
  .s-page__contents .sw-section:last-child {
    padding-bottom: 22.22vw;
  }
}
@media (min-width: 900px) {
  .doc-pagenation {
    padding-top: 60px;
  }
}
@media (min-width: 900px) {
  .doc-pagenation__item + .doc-pagenation__item {
    margin-left: 5px;
  }
}
@media (min-width: 900px) {
  .doc-pagenation__item > .page-numbers {
    width: 4.44vw;
    height: 4.44vw;
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media (min-width: 900px) {
  .doc-pagenation__item > .page-numbers:hover {
    opacity: var(--global-hover-opacity);
  }
}
@media (min-width: 900px) {
  .doc-pagenation__item:has(.prev) {
    margin-right: 2.9vw;
  }
}
@media (min-width: 900px) {
  .doc-pagenation__item:has(.next) {
    margin-left: 2.9vw;
  }
}
@media (min-width: 900px) {
  .doc-page-title {
    padding-top: 6.67vw;
    padding-bottom: 0;
    height: 26.67vw;
    background: linear-gradient(to bottom, #f2f0e9, #f2f0e9 9.44vw, transparent 9.44vw), url(../img/common/page-title-bg_large@2x.png) no-repeat center bottom/contain;
  }
  .doc-page-title.has-mv {
    padding-top: 16.2rem;
    height: auto;
    background-position: 50% 6rem;
    padding-inline: 16rem;
    background-color: #ead7c0;
    background-image: url(../img/common/page-title-bg_large.svg);
    background-repeat: no-repeat;
    background-size: 100% 40rem;
    padding-bottom: 26rem;
  }
}
@media (min-width: 900px) {
  .doc-page-heading {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: auto 108rem;
    grid-template-rows: auto 1fr;
  }
  .doc-page-heading .doc-page-title__container {
    grid-column: 1;
    grid-row: 1;
    width: auto;
  }
  .doc-page-heading .doc-page-title__heading {
    height: auto;
    min-height: 9vw;
  }
  .doc-page-heading .mv {
    grid-column: 2;
    grid-row: 1/span 2;
    margin-left: auto;
    width: 108rem;
  }
  .doc-page-heading .top-kv__popup {
    margin-top: auto;
    margin-left: -10rem;
    margin-bottom: 10rem;
    bottom: 0;
    left: 0;
    grid-column: 1;
    grid-row: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 30.6rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
}
@media (min-width: 900px) {
  .doc-page-title__container {
    width: 77.78vw;
  }
}
@media (min-width: 900px) {
  .doc-page-title__heading {
    height: 13.61vw;
  }
}
@media (min-width: 900px) {
  .doc-page-title__heading-text2 {
    margin-top: 0.28vw;
  }
}
@media (min-width: 900px) {
  .doc-postlink {
    margin-top: 2.22vw;
  }
}
@media (min-width: 900px) {
  .doc-postlink__item {
    width: 8.33vw;
  }
}
@media (min-width: 900px) {
  .doc-postlink__item--list {
    width: 24.44vw;
  }
}
@media (min-width: 900px) {
  .doc-postlink__item a {
    grid-gap: 0.56vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media (min-width: 900px) {
  .doc-postlink__item a:hover {
    opacity: var(--global-hover-opacity);
  }
}
@media (min-width: 900px) {
  .doc-postlink__icon {
    margin-right: 10px;
  }
}
@media (min-width: 900px) {
  .doc-tab__list {
    justify-content: flex-start;
  }
}
@media (min-width: 900px) {
  .input {
    height: 2.78vw;
  }
}
@media (min-width: 900px) {
  .input--m {
    width: 22.78vw;
  }
}
@media (min-width: 900px) {
  .textarea {
    height: 8.89vw;
  }
}
@media (min-width: 900px) {
  label:has(input.checkbox) {
    padding-left: 1.67vw;
  }
}
@media (min-width: 900px) {
  .select-wrap:before {
    right: 1.11vw;
    width: 0.72vw;
    height: 0.61vw;
  }
}
@media (min-width: 900px) {
  .select {
    height: 2.78vw;
  }
}
@media (min-width: 900px) {
  .access-detail__container {
    max-width: 61.11vw;
  }
}
@media (min-width: 900px) {
  .access-detail__heading {
    margin-bottom: 3.33vw;
    grid-gap: 0.78vw;
  }
}
@media (min-width: 900px) {
  .access-detail__heading-text2 {
    padding-bottom: 0.44vw;
  }
}
@media (min-width: 900px) {
  .access-detail__map {
    height: 31.11vw;
  }
}
@media (min-width: 900px) {
  .access-detail__information {
    flex-direction: row;
    grid-gap: 1.11vw;
    margin-top: 2.22vw;
  }
}
@media (min-width: 900px) {
  .access-detail__information-link {
    margin-left: auto;
    margin-top: 0;
  }
}
@media (min-width: 900px) {
  .access-detail__information-link a {
    position: relative;
    width: 16.67vw;
    padding: 0.56vw;
    margin-left: auto;
  }
}
@media (min-width: 900px) {
  .access-detail__information-link a:after {
    right: 2.22vw;
  }
}
@media (min-width: 900px) {
  .access-detail__information-link a {
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media (min-width: 900px) {
  .access-detail__information-link a:hover {
    opacity: var(--global-hover-opacity);
  }
}
@media (min-width: 900px) {
  .access-detail__panel {
    margin-top: 6.39vw;
    padding: 4.17vw 4.44vw;
  }
}
@media (min-width: 900px) {
  .access-detail__panel + .access-detail__panel {
    margin-top: 4.17vw;
  }
}
@media (min-width: 900px) {
  .access-detail__panel-heading {
    grid-gap: 0.56vw;
    width: 22.22vw;
    height: 3.89vw;
    border-radius: 0.56vw;
  }
}
@media (min-width: 900px) {
  .access-detail__panel-heading .icon {
    width: 1.33vw;
    height: 1.33vw;
  }
}
@media (min-width: 900px) {
  .access-detail__panel-box {
    display: flex;
  }
}
@media (min-width: 900px) {
  .access-detail__panel-box:has(.access-detail__panel-head) {
    padding-bottom: 0;
  }
}
@media (min-width: 900px) {
  .access-detail__panel-box + .access-detail__panel-box {
    margin-top: 1.11vw;
  }
}
@media (min-width: 900px) {
  .access-detail__panel-box:has(.access-detail__panel-items--border) {
    margin-inline: 0;
  }
}
@media (min-width: 900px) {
  .access-detail__panel-head {
    flex: 0 0 auto;
    flex-direction: row;
    width: 11.78vw;
    height: 5.89vw;
    padding-right: 2.56vw;
    -webkit-clip-path: polygon(78% 0, 100% 50%, 78% 100%, 0 100%, 0 0);
            clip-path: polygon(78% 0, 100% 50%, 78% 100%, 0 100%, 0 0);
  }
}
@media (min-width: 900px) {
  .access-detail__panel-items {
    flex-wrap: nowrap;
  }
}
@media (min-width: 900px) {
  .access-detail__panel-items--border {
    margin-top: 0;
  }
}
@media (min-width: 900px) {
  .access-detail__panel-item {
    width: 10%;
    height: 5.89vw;
    padding-top: 0.28vw;
    padding-bottom: 0.28vw;
  }
}
@media (min-width: 900px) {
  .access-detail__panel-items--border .access-detail__panel-item:first-child:after {
    display: none;
  }
}
@media (min-width: 900px) {
  .access-detail__panel-items--border .access-detail__panel-item:after {
    background-image: repeating-linear-gradient(180deg, #000000, #000000 2px, transparent 2px, transparent 4px);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 1px 100%;
  }
}
@media (min-width: 900px) {
  .access-detail__gallery {
    width: 56vw;
    margin-inline: auto;
    margin-top: 4.44vw;
  }
}
@media (min-width: 900px) {
  .access-detail__gallery-slider {
    margin-inline: auto;
  }
}
@media (min-width: 900px) {
  .access-detail__gallery-prev,
.access-detail__gallery-next {
    width: 4.44vw;
    height: 4.44vw;
  }
}
@media (min-width: 900px) {
  .access-detail__gallery-thumbnail {
    margin-top: 1.11vw;
  }
}
@media (min-width: 900px) {
  .access-detail__gallery-thumbnail-list {
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.11vw 0.44vw;
    gap: 1.11vw 0.44vw;
  }
}
@media (min-width: 900px) {
  .contact-form {
    padding-top: 3.33vw;
  }
}
@media (min-width: 900px) {
  .contact-form:before {
    height: 20vw;
  }
}
@media (min-width: 900px) {
  .contact-form:after {
    top: -14.06vw;
    width: 32.72vw;
    height: 23.5vw;
  }
}
@media (min-width: 900px) {
  .contact-form__heading {
    width: 26.89vw;
    margin-top: -11vw;
    margin-bottom: 1.94vw;
    padding-right: 1.11vw;
  }
}
@media (min-width: 900px) {
  .contact-form__tel {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 66.67vw;
    margin-inline: auto;
    margin-top: 2.22vw;
    border-radius: 1.11vw;
    padding: 2.22vw;
  }
}
@media (min-width: 900px) {
  .contact-form__tel-text {
    display: flex;
    align-items: flex-end;
    align-self: stretch;
    margin-inline: 0;
    margin-bottom: 0;
    padding-bottom: 1vw;
    padding-top: 1.28vw;
    padding-right: 2.22vw;
    margin-right: 2.22vw;
    line-height: 1;
  }
}
@media (min-width: 900px) {
  .contact-form__tel-text:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-image: repeating-linear-gradient(180deg, #000000, #000000 2px, transparent 2px, transparent 4px);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 1px 100%;
  }
}
@media (min-width: 900px) {
  .contact-form__tel-hour {
    margin-top: 0vw;
    margin-left: 0.56vw;
    padding-bottom: 0.83vw;
  }
}
@media (min-width: 900px) {
  .contact-form__tel-btn {
    flex: 0 0 auto;
    padding: 0;
    background: transparent;
    width: auto;
    height: inherit;
    margin-inline: 0;
    pointer-events: none;
  }
}
@media (min-width: 900px) {
  .contact-form__tel-btn .i-mail {
    margin-right: 1.67vw;
  }
}
@media (min-width: 900px) {
  .contact-form__tel-btn .i-tel {
    border-radius: 50px;
    width: 2.22vw;
    height: 2.22vw;
    margin-right: 0.56vw;
    background: #ffffff;
    color: #c28d48;
    --font-size-pc: calc(30 / 17.7 * 1vw);
  }
}
@media (min-width: 900px) {
  .contact-form__tab {
    margin-top: 5.56vw;
  }
}
@media (min-width: 900px) {
  .contact-form__tab .doc-tab__list li a {
    flex-direction: row;
    grid-gap: 0.56vw;
    height: 5vw;
    border-radius: 1.11vw 1.11vw 0 0;
  }
}
@media (min-width: 900px) {
  .contact-form__tab .doc-tab__list li a[aria-selected=true] {
    height: 6.89vw;
  }
}
@media (min-width: 900px) {
  .contact-form__tab .doc-tab__panel {
    padding: 4.44vw 11.11vw 7.78vw;
    border-radius: 0 0 1.11vw 1.11vw;
  }
}
@media (min-width: 900px) {
  .contact-form__data {
    margin-top: 2.78vw;
  }
}
@media (min-width: 900px) {
  .contact-form__data-group {
    display: flex;
  }
}
@media (min-width: 900px) {
  .contact-form__data-group:first-child {
    border-top: 1px solid var(--white);
  }
}
@media (min-width: 900px) {
  .contact-form__data-key {
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 18vw;
    padding: 1.78vw 1.11vw 1.78vw 3.33vw;
  }
}
@media (min-width: 900px) {
  .contact-form__data-group--required .contact-form__data-key:after {
    width: 3.33vw;
    height: 1.44vw;
    border-radius: 0.39vw;
  }
}
@media (min-width: 900px) {
  .contact-form__data-value {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 1.11vw;
    padding-bottom: 1.11vw;
  }
}
@media (min-width: 900px) {
  .contact-form__privacy {
    margin-top: 3.33vw;
    grid-gap: 1.11vw;
  }
}
@media (min-width: 900px) {
  .contact-form__btns {
    margin-top: 3.33vw;
    grid-gap: 1.11vw;
  }
}
@media (min-width: 900px) {
  .contact-form__btn {
    width: 45.56vw;
    height: 4.44vw;
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media (min-width: 900px) {
  .contact-form__btn:hover {
    opacity: var(--global-hover-opacity);
  }
}
@media (min-width: 900px) {
  .contact-form__btn:after {
    right: 1.67vw;
  }
}
@media (min-width: 900px) {
  .privacy-detail__container {
    max-width: 61.11vw;
  }
}
@media (min-width: 900px) {
  .privacy-detail__intro p {
    line-height: 1.9;
  }
}
@media (min-width: 900px) {
  .privacy-detail__heading {
    margin-top: 3.33vw;
    margin-bottom: 1.11vw;
  }
}
@media (min-width: 900px) {
  .privacy-detail_content {
    line-height: 1.9;
  }
}
@media (min-width: 900px) {
  .privacy-detail_content h3 {
    margin-top: 1.9em;
    line-height: 1.9;
  }
}
@media (min-width: 900px) {
  .privacy-detail_content p + p {
    margin-top: 1.9em;
  }
}
@media (min-width: 900px) {
  .privacy-detail_content ol {
    line-height: 1.9;
  }
}
@media (min-width: 900px) {
  .privacy-detail__information {
    margin-top: 4.44vw;
    padding: 2.22vw 3.33vw;
    border-radius: 1.11vw;
  }
}
@media (min-width: 900px) {
  .privacy-detail__information-heading {
    margin-bottom: 1.11vw;
    padding-bottom: 0.78vw;
  }
}
@media (min-width: 900px) {
  .privacy-detail__information {
    line-height: 1.9;
  }
}
@media (min-width: 900px) {
  .privacy-detail__information p + p {
    margin-top: 1.9;
  }
}
@media (min-width: 900px) {
  .rental-anchor.is-scrollup {
    padding-top: 4.44vw;
  }
}
@media (min-width: 900px) {
  .rental-anchor__items {
    justify-content: center;
    width: 61.11vw;
    margin-inline: auto;
    grid-gap: 3.33vw;
    border-radius: 50px;
    padding: 0 1.11vw;
  }
}
@media (min-width: 900px) {
  .rental-anchor__item {
    padding-top: 0.83vw;
    padding-bottom: 0.83vw;
  }
}
@media (min-width: 900px) {
  .rental-faq {
    margin-top: 5.33vw;
  }
}
@media (min-width: 900px) {
  .rental-faq__container {
    max-width: 61.11vw;
  }
}
@media (min-width: 900px) {
  .rental-faq__items {
    grid-gap: 1.11vw;
  }
}
@media (min-width: 900px) {
  .rental-faq__item dt {
    padding: 1.56vw 3.89vw;
    border-radius: 0.56vw;
  }
}
@media (min-width: 900px) {
  .rental-faq__item dt:before,
.rental-faq__item dt:after {
    right: 2.22vw;
    width: 1.67vw;
    height: 2px;
  }
}
@media (min-width: 900px) {
  .rental-faq__item dt.js-dropdown-button:before,
.rental-faq__item dt.js-dropdown-button:after {
    right: 2.22vw;
    width: 1.67vw;
    height: 2px;
  }
}
@media (min-width: 900px) {
  .rental-faq__item-icon {
    top: 1.11vw;
    left: 1.11vw;
    width: 2.22vw;
    height: 2.22vw;
  }
}
@media (min-width: 900px) {
  .rental-faq__item dd {
    padding: 1.56vw 3.89vw 0 3.89vw;
  }
}
@media (min-width: 900px) {
  .rental-faq__item dd img {
    margin-top: 1.11vw;
  }
}
@media (min-width: 900px) {
  .rental-flow {
    margin-top: 4.44vw;
    padding-top: 3.33vw;
    padding-bottom: 12.33vw;
    background: #f2f0e9 url(../img/rental-space/flow-bg-top_large@2x.png) no-repeat center top/contain;
  }
}
@media (min-width: 900px) {
  .rental-flow__container {
    max-width: 82.22vw;
  }
}
@media (min-width: 900px) {
  .rental-flow__items {
    flex-direction: row;
    grid-gap: 2.22vw;
    padding-top: 2.22vw;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 900px) {
  .rental-flow__item {
    width: 18.89vw;
    padding: 3.33vw 1.11vw 2.22vw;
    border-radius: 0.56vw;
  }
}
@media (min-width: 900px) {
  .rental-flow__item:before {
    width: 4.44vw;
    height: 4.44vw;
  }
}
@media (min-width: 900px) {
  .rental-flow__item:nth-child(n+2):after {
    content: ">";
    left: -2.78vw;
    top: 50%;
    width: 3.33vw;
    height: 3.33vw;
    transform: translate(0, -50%);
    border-radius: 50px;
    z-index: 1;
  }
}
@media (min-width: 900px) {
  .rental-flow__item-heading {
    margin-bottom: 0.83vw;
  }
}
@media (min-width: 900px) {
  .rental-flow__item-text {
    margin-top: 1.11vw;
  }
}
@media (min-width: 900px) {
  .rental-map {
    padding-inline: var(--content-width-gutter);
  }
}
@media (min-width: 900px) {
  .rental-map__heading {
    margin-bottom: 2.22vw;
  }
}
@media (min-width: 900px) {
  .rental-map__box {
    padding: 2.22vw 4.44vw;
  }
}
@media (min-width: 900px) {
  .rental-map__area-items {
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.22vw 2.22vw;
    gap: 2.22vw 2.22vw;
  }
}
@media (min-width: 900px) {
  .rental-map__area-item-heading {
    margin-bottom: 0.56vw;
  }
}
@media (min-width: 900px) {
  .rental-map__detail {
    margin-top: 2.22vw;
  }
}
@media (min-width: 900px) {
  .rental-map__detail-items {
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.22vw 2.22vw;
    gap: 2.22vw 2.22vw;
  }
}
@media (min-width: 900px) {
  .rental-map__detail-item-list li {
    min-height: 3.33vw;
    margin-top: 0.11vw;
  }
}
@media (min-width: 900px) {
  .rental-map__detail-item-number {
    width: 3.33vw;
  }
}
@media (min-width: 900px) {
  .rental-map__detail-item-name {
    padding: 0.83vw 1.11vw;
  }
}
@media (min-width: 900px) {
  .rental-place__heading {
    grid-gap: 2.22vw;
    padding: 1.39vw;
    border-radius: 1.11vw 1.11vw 0 0;
  }
}
@media (min-width: 900px) {
  .rental-place__heading:before,
.rental-place__heading:after {
    width: 2.78vw;
    height: 0.56vw;
  }
}
@media (min-width: 900px) {
  .rental-place__box {
    padding: 3.33vw 8.33vw;
    border-radius: 0 0 1.11vw 1.11vw;
  }
}
@media (min-width: 900px) {
  .rental-place__information-items {
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 0;
    gap: 0 0;
  }
}
@media (min-width: 900px) {
  .rental-place__information-item-data {
    width: 11.11vw;
    grid-gap: 0.28vw;
    padding: 1.67vw;
  }
}
@media (min-width: 900px) {
  .rental-place__information-item-value {
    padding: 1.67vw;
  }
}
@media (min-width: 900px) {
  .rental-place__box2 {
    margin-top: 2.22vw;
    padding: 2.22vw 3.33vw;
    border-radius: 1.11vw;
  }
}
@media (min-width: 900px) {
  .rental-place__box2-heading {
    margin-bottom: 1.11vw;
    padding-bottom: 0.83vw;
    text-align: center;
  }
}
@media (min-width: 900px) {
  .rental-place__box2-text {
    line-height: 2;
  }
}
@media (min-width: 900px) {
  .rental-place__heading2 {
    margin-top: 3.06vw;
    margin-bottom: 2.22vw;
  }
}
@media (min-width: 900px) {
  .rental-place__grid {
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.22vw 2.22vw;
    gap: 2.22vw 2.22vw;
  }
}
@media (min-width: 900px) {
  .rental-place__grid-column--wide {
    grid-column: span 2;
  }
}
@media (min-width: 900px) {
  .rental-place__box3 {
    width: 55.56vw;
    margin-top: 5.56vw;
    margin-inline: auto;
    padding: 3.33vw 5vw;
    border-radius: 1.11vw;
  }
}
@media (min-width: 900px) {
  .rental-place__box3-heading {
    margin-bottom: 1.33vw;
  }
}
@media (min-width: 900px) {
  .rental-place__box3-heading-text {
    padding-bottom: 0.44vw;
  }
}
@media (min-width: 900px) {
  .rental-place__box3-text {
    line-height: 2;
  }
}
@media (min-width: 900px) {
  .rental-place__box3-btns {
    margin-top: 2.22vw;
    grid-gap: 0.83vw;
  }
}
@media (min-width: 900px) {
  .rental-place__box3-btn {
    width: 45.56vw;
    height: 4.44vw;
    padding: 0.83vw 1.56vw;
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media (min-width: 900px) {
  .rental-place__box3-btn:hover {
    opacity: var(--global-hover-opacity);
  }
}
@media (min-width: 900px) {
  .rental-place__box3-btn .icon {
    right: 2.22vw;
  }
}
@media (min-width: 900px) {
  .rental-reserve:before {
    bottom: 100%;
    height: 18.89vw;
    background: url(../img/rental-space/reserve-bg-top_large@2x.png) no-repeat center bottom/contain;
  }
}
@media (min-width: 900px) {
  .rental-reserve__container {
    position: relative;
    max-width: 77.78vw;
    z-index: 1;
  }
}
@media (min-width: 900px) {
  .rental-reserve__container:before {
    top: -3.89vw;
    left: 0;
    width: 18.39vw;
    height: 16.94vw;
    z-index: -1;
  }
}
@media (min-width: 900px) {
  .rental-reserve__container:after {
    top: -10.44vw;
    right: 0.94vw;
    width: 23.11vw;
    height: 16.06vw;
    z-index: -1;
  }
}
@media (min-width: 900px) {
  .rental-reserve__heading {
    margin-bottom: 1.67vw;
  }
}
@media (min-width: 900px) {
  .rental-reserve__heading-text {
    left: calc(50% - 10.72vw);
    bottom: calc(100% + 1vw);
    transform: rotate(-8deg);
  }
}
@media (min-width: 900px) {
  .rental-reserve__heading-text img {
    width: 22.67vw;
    height: 9.94vw;
  }
}
@media (min-width: 900px) {
  .rental-reserve__heading-text2 {
    letter-spacing: 0.06em;
  }
}
@media (min-width: 900px) {
  .rental-reserve__contact {
    flex-direction: row;
    justify-content: center;
    margin-top: 2.22vw;
    grid-gap: 1.11vw;
  }
}
@media (min-width: 900px) {
  .rental-reserve__contact-tel {
    display: flex;
    justify-content: center;
    width: auto;
  }
}
@media (min-width: 900px) {
  .rental-reserve__contact-btn {
    width: 32.22vw;
    height: 7.78vw;
    border-radius: 100px;
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media (min-width: 900px) {
  .rental-reserve__contact-btn:hover {
    opacity: var(--global-hover-opacity);
  }
}
@media (min-width: 900px) {
  .rental-reserve__contact-btn--tel {
    text-align: center;
    align-items: center;
    --font-size-pc: calc(50 / var(--pcW) * 1vw);
    --font-size-sp: calc(24 / 4.14 * 1vw);
    font-weight: 500;
    padding: 0;
    opacity: 1 !important;
  }
}
@media (min-width: 900px) {
  .rental-reserve__contact-btn2 {
    width: auto;
    height: auto;
    background: transparent;
    letter-spacing: 0;
    pointer-events: none;
  }
}
@media (min-width: 900px) {
  .rental-reserve__contact-tel-text {
    display: flex;
    margin-bottom: 0.17vw;
    font-family: "Noto Sans JP", serif;
  }
}
@media (min-width: 900px) {
  .rental-reserve__contact-tel-hour {
    margin-top: 0vw;
  }
}
@media (min-width: 900px) {
  .rental-reserve__contact-btn .i-mail {
    margin-right: 1.67vw;
  }
}
@media (min-width: 900px) {
  .rental-reserve__contact-btn .i-ca-right {
    right: 3.33vw;
  }
}
@media (min-width: 900px) {
  .rental-reserve__contact-btn .i-tel {
    border-radius: 50px;
    width: 1.67vw;
    height: 1.67vw;
    margin-right: 0.56vw;
    background: #c28d48;
    color: var(--white);
  }
}
@media (min-width: 900px) {
  .spot-article {
    padding-top: 3.33vw;
  }
}
@media (min-width: 900px) {
  .spot-article:before {
    height: 20vw;
  }
}
@media (min-width: 900px) {
  .spot-article__container {
    max-width: 61.11vw;
  }
}
@media (min-width: 900px) {
  .spot-article__head {
    margin-bottom: 3.33vw;
  }
}
@media (min-width: 900px) {
  .spot-article__meta {
    flex-direction: row;
    align-items: center;
    grid-gap: NaNvw;
  }
}
@media (min-width: 900px) {
  .spot-article__head {
    grid-gap: 0.89vw;
    margin-bottom: 2.22vw;
  }
}
@media (min-width: 900px) {
  .spot-article__tag {
    grid-gap: 0.56vw;
  }
}
@media (min-width: 900px) {
  .spot-article__category {
    padding: 0.28vw 1.11vw;
  }
}
@media (min-width: 900px) {
  .spot-article__heading {
    padding-bottom: 0.56vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content {
    padding-bottom: 3.33vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content .grid {
    margin-top: 2.22vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content .grid--2 {
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5.8vw 1.33vw;
    gap: 5.8vw 1.33vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content .media {
    flex-direction: row;
    margin-top: 2.22vw;
    grid-gap: 2.22vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content .media__image {
    width: 26.67vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content .media__body {
    width: 32.22vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content .box {
    margin-top: 2.22vw;
    padding: 2.22vw 3.33vw;
    border-radius: 1.11vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content .box_heading {
    margin-bottom: 1.11vw;
    padding-bottom: 0.83vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content h3 {
    margin-top: 5.56vw;
    padding-left: 1.11vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content h4 {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin-top: 3.33vw;
    margin-bottom: 1.11vw;
    padding: 0.39vw 0.56vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content h5 {
    margin-top: 3.33vw;
    margin-bottom: 1.11vw;
    padding: 0.39vw 0.28vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content h6 {
    margin-top: 3.33vw;
    margin-bottom: 1.11vw;
    padding-left: 1.67vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content h6:before {
    width: 1.11vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content table {
    margin-top: 2.22vw;
    line-height: 2;
  }
}
@media (min-width: 900px) {
  .spot-article__content table th {
    width: 13.33vw;
    padding: 1.39vw 1.67vw 1.39vw 3.33vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content table th .icon {
    left: 1.67vw;
    top: 1.61vw;
    width: 1.33vw;
    height: 1.33vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content table td {
    padding: 1.39vw 1.67vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content ul {
    margin-top: 3.33vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content ul li {
    padding-left: 1.33vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content ol {
    margin-top: 3.33vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content ol li {
    padding-left: 1.83vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content .btns {
    margin-top: 2.22vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content .btn {
    width: 22.22vw;
    padding: 1.56vw;
    margin-inline: 0;
  }
}
@media (min-width: 900px) {
  .spot-article__content .btn:after {
    right: 2.22vw;
  }
}
@media (min-width: 900px) {
  .spot-article__content .btn {
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media (min-width: 900px) {
  .spot-article__content .btn:hover {
    opacity: var(--global-hover-opacity);
  }
}
@media (min-width: 900px) {
  .spot-list__items {
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2.22vw 0;
    gap: 2.22vw 0;
  }
}
@media (min-width: 900px) {
  .spot-list__item-link {
    display: grid;
    grid-template-rows: auto 1fr auto;
    justify-content: space-between;
    grid-template-columns: 26.67vw 28.89vw;
    padding: 3.33vw 4.44vw;
    border-radius: 1.11vw;
    grid-gap: 0;
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media (min-width: 900px) {
  .spot-list__item-link:hover {
    opacity: var(--global-hover-opacity);
  }
}
@media (min-width: 900px) {
  .spot-list__item-image {
    grid-row: span 3;
    grid-column: 1;
  }
}
@media (min-width: 900px) {
  .spot-list__item-head {
    grid-gap: 0.89vw;
    grid-row: 1;
    grid-column: 2;
    align-self: start;
    height: auto;
    margin-bottom: 1.11vw;
  }
}
@media (min-width: 900px) {
  .spot-list__item-tag {
    grid-gap: 0.56vw;
  }
}
@media (min-width: 900px) {
  .spot-list__item-category {
    padding: 0.28vw 1.11vw;
  }
}
@media (min-width: 900px) {
  .spot-list__item-heading {
    padding-bottom: 0.56vw;
  }
}
@media (min-width: 900px) {
  .spot-list__item-text {
    margin-top: 0;
  }
}
@media (min-width: 900px) {
  .spot-list__item-btns {
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: 0.83vw;
  }
}
@media (min-width: 900px) {
  .spot-list__item-btn {
    width: inherit;
    min-width: 13.33vw;
    height: 2.78vw;
    padding: 0.44vw 2.22vw;
    margin-inline: 0;
  }
}
@media (min-width: 900px) {
  .spot-list__item-btn:after {
    right: 1.11vw;
  }
}
@media (min-width: 900px) {
  .topics-article__container {
    max-width: 61.11vw;
  }
}
@media (min-width: 900px) {
  .topics-article__head {
    margin-bottom: 3.33vw;
  }
}
@media (min-width: 900px) {
  .topics-article__meta {
    flex-wrap: nowrap;
    align-items: center;
    grid-gap: 1.11vw;
  }
}
@media (min-width: 900px) {
  .topics-article__date {
    width: inherit;
  }
}
@media (min-width: 900px) {
  .topics-article__category {
    min-width: 7.78vw;
    padding: 0.28vw 3.62vw;
  }
}
@media (min-width: 900px) {
  .topics-article__status .status {
    width: 7.78vw;
    padding: 0.28vw 0.28vw;
  }
}
@media (min-width: 900px) {
  .topics-article__heading {
    padding-bottom: 0.89vw;
  }
}
@media (min-width: 900px) {
  .topics-article__content {
    padding-bottom: 5.56vw;
  }
}
@media (min-width: 900px) {
  .topics-article__content .grid {
    margin-top: 2.22vw;
  }
}
@media (min-width: 900px) {
  .topics-article__content .grid--2 {
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5.8vw 1.33vw;
    gap: 5.8vw 1.33vw;
  }
}
@media (min-width: 900px) {
  .topics-article__content .media {
    flex-direction: row;
    margin-top: 2.22vw;
    grid-gap: 2.22vw;
  }
}
@media (min-width: 900px) {
  .topics-article__content .media__image {
    width: 26.67vw;
  }
}
@media (min-width: 900px) {
  .topics-article__content .media__body {
    width: 32.22vw;
  }
}
@media (min-width: 900px) {
  .topics-article__content h3 {
    margin-top: 5.56vw;
    padding-left: 1.11vw;
  }
}
@media (min-width: 900px) {
  .topics-article__content h4 {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin-top: 3.33vw;
    margin-bottom: 1.11vw;
    padding: 0.39vw 0.56vw;
  }
}
@media (min-width: 900px) {
  .topics-article__content h5 {
    margin-top: 3.33vw;
    margin-bottom: 1.11vw;
    padding: 0.39vw 0.28vw;
  }
}
@media (min-width: 900px) {
  .topics-article__content h6 {
    margin-top: 3.33vw;
    margin-bottom: 1.11vw;
    padding-left: 1.67vw;
  }
}
@media (min-width: 900px) {
  .topics-article__content h6:before {
    width: 1.11vw;
  }
}
@media (min-width: 900px) {
  .topics-article__content ul {
    margin-top: 3.33vw;
  }
}
@media (min-width: 900px) {
  .topics-article__content ul li {
    padding-left: 1.33vw;
  }
}
@media (min-width: 900px) {
  .topics-article__content ol {
    margin-top: 3.33vw;
  }
}
@media (min-width: 900px) {
  .topics-article__content ol li {
    padding-left: 1.83vw;
  }
}
@media (min-width: 900px) {
  .topics-article__content .btns {
    margin-top: 2.22vw;
  }
}
@media (min-width: 900px) {
  .topics-article__content .btn {
    width: inherit;
    min-width: 22.22vw;
    padding: 1.56vw;
    margin-inline: 0;
  }
}
@media (min-width: 900px) {
  .topics-article__content .btn:after {
    right: 2.22vw;
  }
}
@media (min-width: 900px) {
  .topics-article__content .btn {
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media (min-width: 900px) {
  .topics-article__content .btn:hover {
    opacity: var(--global-hover-opacity);
  }
}
@media (min-width: 900px) {
  .topics-list {
    padding-top: 3.33vw;
  }
}
@media (min-width: 900px) {
  .topics-list:before {
    height: 20vw;
  }
}
@media (min-width: 900px) {
  .topics-list__category {
    width: 61.11vw;
    margin-inline: auto;
    margin-bottom: 3.33vw;
  }
}
@media (min-width: 900px) {
  .topics-list__category-items {
    grid-gap: 1.11vw;
  }
}
@media (min-width: 900px) {
  .topics-list__category-item {
    width: 14.44vw;
  }
}
@media (min-width: 900px) {
  .topics-list__category-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.44vw;
    height: 3.33vw;
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media (min-width: 900px) {
  .topics-list__category-item a:hover {
    opacity: var(--global-hover-opacity);
  }
}
@media (min-width: 900px) {
  .topics-list__items {
    display: grid;
    /* autoprefixer: off */
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.22vw 1.11vw;
    gap: 2.22vw 1.11vw;
  }
}
@media (min-width: 900px) {
  .topics-list__item-link {
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media (min-width: 900px) {
  .topics-list__item-link:hover {
    opacity: var(--global-hover-opacity);
  }
}
@media (min-width: 900px) {
  .topics-list__item-date {
    margin-bottom: 0.56vw;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 900px) {
  .topics-list__item-image img {
    border-radius: 0.56vw 0.56vw 0 0;
  }
}
@media (min-width: 900px) {
  .topics-list__item-status .status {
    border-radius: 0 0 0.56vw 0;
    padding-top: 0.28vw;
    padding-bottom: 0.28vw;
  }
}
@media (min-width: 900px) {
  .topics-list__item-category {
    border-radius: 0 0 0 0.56vw;
    padding-top: 0.28vw;
    padding-bottom: 0.28vw;
  }
}
@media (min-width: 900px) {
  .topics-list__item-heading {
    margin-top: 0.89vw;
  }
}
@media (max-width: 900px) {
  .pc {
    display: none;
  }
}
@media (max-width: 768px) {
  .top-news__button .sw-button__icon {
    position: static;
    margin-right: 3.86vw;
    transform: translateY(0);
  }
}
@media screen and (max-width: 460px) {
  .lum-lightbox-inner img {
    max-width: 160vw !important; /* 軽くスワイプで左端から右端まで動かせる量 */
    max-height: 85vh !important; /* 上下に適度に余白 */
  }
}
.fixed-bnr {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 9999;
}

/* 固定バナー本体 */
.fixed-bnr {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 9999;
}

/* 画像＋ボタンのラッパー */
.fixed-bnr__inner {
  position: relative;
  display: inline-block;
}

/* 画像リンク */
.fixed-bnr__link {
  display: block;
  position: relative;
  z-index: 1;
}

.fixed-bnr__link img {
  max-width: 400px;
  display: block;
}

/* 閉じるボタン */
.fixed-bnr__close {
  position: absolute;
  /* ここは画像の中の「×」に合わせて調整してOK */
  top: 8px;
  right: 8px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.01); /* ほぼ透明 */
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2; /* リンクより前面に */
  pointer-events: auto;
}

/* デバッグで位置確認したいときだけ ON
.fixed-bnr__close {
  background: rgba(255, 0, 0, 0.3);
}
*/
/* 非表示用クラス（JSから付ける） */
.fixed-bnr.is-hidden {
  display: none !important;
}

/* スマホサイズ */
@media (max-width: 500px) {
  .fixed-bnr {
    bottom: 0;
  }
  .fixed-bnr__link img {
    max-width: 300px;
  }
}
.content__inner {
  padding-inline: 2.2rem;
}

.bg-dots {
  background: url(../img/common/bg_dots.jpg) repeat top center/1.2rem 1.2rem;
}

.btn {
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #464237;
  color: #fff;
  text-decoration: none;
  display: grid;
  place-content: center;
  min-height: 6rem;
  min-width: 34rem;
  border-radius: 1000px;
  position: relative;
  padding-inline: 4rem;
  box-sizing: border-box;
}
@media (any-hover) {
  .btn {
    transition: 0.3s;
  }
  .btn:hover {
    opacity: 0.7;
  }
}
.btn.white {
  background-color: #fff;
  border: 1px solid #464237;
  color: #464237;
}
.btn.white::after {
  background-image: url(../img/common/icn_arrow_b.svg);
}
.btn.-color-2 {
  background-color: #ee8149;
}
@media screen and (min-width: 900px) {
  .btn {
    font-size: 1.6rem;
    min-height: 8rem;
    min-width: 32rem;
  }
}
.btn::after {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/common/icn_arrow.svg) no-repeat center/contain;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .btn::after {
    width: 2rem;
    height: 2rem;
    right: 3rem;
  }
}

.js-gallery .swiper-wrapper {
  transition-timing-function: linear !important;
}

.content__ttl .font-robots {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #c28d48;
  letter-spacing: 0.05em;
  margin-bottom: 0.1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  .content__ttl .font-robots {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.content__ttl .jp {
  display: block;
  font-size: 3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 900px) {
  .content__ttl .jp {
    font-size: 4.8rem;
  }
}

.section__ttl.-center {
  text-align: center;
}
.section__ttl.-center span {
  text-align: center;
}
.section__ttl .font-robots {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #c28d48;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
@media screen and (min-width: 900px) {
  .section__ttl .font-robots {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.section__ttl .jp {
  display: block;
  font-size: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .section__ttl .jp {
    font-size: 4.8rem;
  }
}
.section__ttl .jp span {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 0.9rem;
  line-height: 1.5416666667;
}
@media screen and (min-width: 900px) {
  .section__ttl .jp span {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
  }
}

.general-container {
  padding: 4rem 1.2rem 14rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .general-container {
    padding: 6rem 0 27rem;
    width: 120rem;
    margin-inline: auto;
  }
}
.general-container p {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 900px) {
  .general-container p {
    font-size: 1.8rem;
    line-height: 2.2222222222;
    font-weight: 600;
  }
}
.general-container p + p {
  margin-top: 1em;
}
.general-container ul,
.general-container ol {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  list-style: none;
  margin: 2rem 0;
  padding-left: 0;
}
@media screen and (min-width: 900px) {
  .general-container ul,
.general-container ol {
    font-size: 1.8rem;
    line-height: 2.2222222222;
  }
}
.general-container ul > li {
  position: relative;
  padding-left: 2rem;
}
@media screen and (min-width: 900px) {
  .general-container ul > li {
    padding-left: 2.8rem;
  }
}
.general-container ul > li::before {
  content: "";
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 1000px;
  background-color: #c28d48;
  left: 0;
  top: 0.7em;
}
@media screen and (min-width: 900px) {
  .general-container ul > li::before {
    top: 0.9em;
  }
}
.general-container li li {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .general-container li li {
    font-size: 1.8rem;
  }
}
.general-container li ol,
.general-container li ul {
  margin: 0;
}
.general-container li ul li::before {
  height: 1px;
  border-radius: 0;
  width: 1.2rem;
  top: 0.9em;
}
@media screen and (min-width: 900px) {
  .general-container li ul li::before {
    top: 1em;
  }
}
.general-container li ul li + li {
  margin-top: 0.5rem;
}
@media screen and (min-width: 900px) {
  .general-container li ul li + li {
    margin-top: 0;
  }
}
.general-container li ol {
  counter-reset: num;
}
.general-container li ol li {
  font-weight: 400;
  counter-increment: num;
  position: relative;
  padding-left: 2.6em;
}
.general-container li ol li::before {
  font-size: 1.4rem;
  content: "（" counter(num, decimal-leading-zero) ")";
}
@media screen and (min-width: 900px) {
  .general-container li ol li::before {
    font-size: 1.8rem;
  }
}
.general-container ol {
  counter-reset: cnt;
  font-weight: 600;
}
.general-container ol > li {
  position: relative;
  counter-increment: cnt;
  padding-left: 2.3em;
}
.general-container ol > li::before {
  content: counter(cnt, decimal-leading-zero) ".";
  left: 0;
  position: absolute;
  color: #c28d48;
}
.general-container li + li {
  margin-top: 0.8rem;
}
@media screen and (min-width: 900px) {
  .general-container li + li {
    margin-top: 0;
  }
}
.general-container table {
  width: 100%;
  margin: 4rem 0;
}
.general-container table p {
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
@media screen and (min-width: 900px) {
  .general-container table p {
    font-size: 1.8rem;
  }
}
.general-container table tr:first-of-type th,
.general-container table tr:first-of-type td {
  border-top: 1px solid #d1d1d1;
}
.general-container table td,
.general-container table th {
  padding: 1.9rem 2rem;
  border-bottom: 1px solid #d1d1d1;
}
@media screen and (min-width: 900px) {
  .general-container table td,
.general-container table th {
    padding: 2.8rem 1rem 2.8rem 3rem;
  }
}
.general-container table th {
  width: 14rem;
  text-align: left;
  vertical-align: top;
  background-color: #f2f0e9;
}
@media screen and (min-width: 900px) {
  .general-container table th {
    font-size: 2rem;
    width: 20rem;
  }
  .general-container table th * {
    font-size: 2rem;
  }
}
.general-container table th p {
  position: relative;
}
@media screen and (min-width: 900px) {
  .general-container table td {
    font-size: 1.8rem;
  }
}
.general-container table td span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .general-container table td span {
    font-size: 1.6rem;
  }
}
.general-container table td a {
  text-decoration: none;
  color: currentColor;
}
.general-container table .holiday p,
.general-container table .tel p,
.general-container table .hour p,
.general-container table .payment p {
  padding-left: 2rem;
}
@media screen and (min-width: 900px) {
  .general-container table .holiday p,
.general-container table .tel p,
.general-container table .hour p,
.general-container table .payment p {
    padding-left: 2.6rem;
  }
}
.general-container table .holiday p::before,
.general-container table .tel p::before,
.general-container table .hour p::before,
.general-container table .payment p::before {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #c28d48;
  left: 0;
  top: 0.5rem;
}
@media screen and (min-width: 900px) {
  .general-container table .holiday p::before,
.general-container table .tel p::before,
.general-container table .hour p::before,
.general-container table .payment p::before {
    width: 1.8rem;
    height: 1.8rem;
    top: 0.8rem;
  }
}
.general-container table .hour p::before {
  -webkit-mask: url(../img/common/icon-hour.svg) no-repeat center/contain;
          mask: url(../img/common/icon-hour.svg) no-repeat center/contain;
}
.general-container table .holiday p::before {
  -webkit-mask: url(../img/common/icon-calendar.svg) no-repeat center/contain;
          mask: url(../img/common/icon-calendar.svg) no-repeat center/contain;
}
.general-container table .tel p::before {
  -webkit-mask: url(../img/common/icon-tel.svg) no-repeat center/contain;
          mask: url(../img/common/icon-tel.svg) no-repeat center/contain;
}
.general-container table .payment p::before {
  -webkit-mask: url(../img/common/icon-payment.svg) no-repeat center/contain;
          mask: url(../img/common/icon-payment.svg) no-repeat center/contain;
}

.media {
  background-color: #fff;
}
.media + .media {
  margin-top: 5rem;
}
@media screen and (min-width: 900px) {
  .media + .media {
    margin-top: 12rem;
  }
}
@media screen and (min-width: 900px) {
  .media {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .media:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.media__image {
  border-radius: 1rem;
  aspect-ratio: 390/260;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .media__image {
    width: 54rem;
    flex-shrink: 0;
    aspect-ratio: 540/364;
    border-radius: 2rem;
  }
}
.media__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media__body {
  padding: 3rem 1.2rem 0;
}
@media screen and (min-width: 900px) {
  .media__body {
    padding: 0;
  }
}
.media__body > *:first-child {
  margin-top: 0 !important;
}
.media__body > *:last-child {
  margin-bottom: 0 !important;
}
.media__ttl {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1.7307692308;
}
@media screen and (min-width: 900px) {
  .media__ttl {
    font-size: 3.6rem;
    line-height: 1.25;
  }
}

.information {
  background-color: #ffe585;
  padding: 6rem 1.2rem 14rem;
  position: relative;
}
.information .btn-wrapper {
  margin: 4rem auto 0;
}
@media screen and (min-width: 900px) {
  .information .btn-wrapper {
    margin-top: 8rem;
    max-width: 82rem;
  }
}
.information .btn-wrapper .btn {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .information {
    padding-bottom: 39rem;
  }
}
.information::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  right: 0;
  width: 100%;
  height: 10rem;
  background: url(../img/common/upper_information_sp.svg) no-repeat top center/100% 100%;
}
@media screen and (min-width: 900px) {
  .information::before {
    background-image: url(../img/common/upper_information.svg);
    height: 34rem;
  }
}
.information__container {
  background-color: #fff;
  border-radius: 1rem;
  padding: 5rem 2.5rem 4rem;
}
@media screen and (min-width: 900px) {
  .information__container {
    border-radius: 6rem;
    width: 140rem;
    margin-inline: auto;
    padding: 8rem 0 10rem;
  }
}
.information__list {
  list-style: none;
  padding-left: 0;
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 1rem;
}
@media screen and (min-width: 900px) {
  .information__list {
    gap: 4rem 6rem;
    width: 100.3rem;
    margin: 5.2rem auto 0;
  }
}
.information__item {
  height: 18rem;
  overflow: hidden;
  position: relative;
  width: 16.5rem;
}
@media screen and (min-width: 900px) {
  .information__item {
    aspect-ratio: inherit;
    height: 20rem;
    width: 29.4rem;
  }
}
.information__item a {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
}
@media (any-hover) {
  .information__item a {
    transition: 0.3s;
  }
  .information__item a:hover {
    opacity: 0.7;
  }
}
.information__item.-large {
  width: auto;
}
@media screen and (min-width: 900px) {
  .information__item.-large {
    width: 47.1rem;
  }
}
.information__item::before {
  content: "";
  position: absolute;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 1px solid #fff;
  inset: 0;
  margin: auto;
  z-index: 10;
  pointer-events: none;
}
.information__inner {
  display: grid;
  width: 100%;
  height: 100%;
}
.information__image {
  grid-row: 1;
  grid-column: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.information__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.information__body {
  grid-row: 1;
  grid-column: 1;
  display: grid;
  place-content: center;
  position: relative;
  z-index: 2;
}
.information__body p {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 900px) {
  .information__body p {
    font-size: 2.8rem;
  }
}

.top-recruit {
  overflow-x: clip;
  position: relative;
  padding-top: 12.08vw;
  padding-bottom: 28.99vw;
  background: #ffe585;
}

.top-recruit:before {
  content: " ";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 24.15vw;
  background: url(../img/index/recruit-bg-top@2x.png) no-repeat center bottom/contain;
}

.top-recruit__container {
  position: relative;
  z-index: 2;
}

.top-recruit__container:before {
  content: " ";
  position: absolute;
  background: url(../img/index/recruit-bg-dec@2x.png) no-repeat center center/contain;
  z-index: -1;
  top: -53.14vw;
  right: -14.98vw;
  width: 68.36vw;
  height: 54.83vw;
}

.top-recruit__heading {
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 7.25vw;
}

.top-recruit__heading-text {
  position: absolute;
  left: -6.76vw;
  bottom: calc(100% + 8.94vw);
  transform: rotate(-8deg);
}

.top-recruit__heading-text img {
  max-width: inherit;
  width: 56.76vw;
  height: 19.08vw;
}

.top-recruit__heading-text .ballon {
  position: absolute;
  left: 15.7vw;
  top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.82vw;
  height: 7vw;
  font-family: var(--font-family-zen-maru-go);
  --font-size-pc: calc(26 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  color: #578200;
  border-radius: 1000px;
  background: var(--white);
  transform: translate(0, -50%);
  letter-spacing: 0.14em;
  font-weight: 500;
}

.top-recruit__heading-text .ballon:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: calc(100% - 0.72vw);
  width: 3.14vw;
  height: 1.93vw;
  background: var(--white);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  transform: translateX(-50%);
}

.top-recruit__heading-text2 {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  --font-size-pc: calc(60 / 18 * 1vw);
  --font-size-sp: calc(40 / 4.14 * 1vw);
  text-align: center;
  font-family: var(--font-family-zen-maru-go);
  letter-spacing: 0.06em;
  font-weight: 500;
  background: linear-gradient(transparent 60%, #f9c663 60%);
}

.top-recruit__intro {
  margin-bottom: 7.25vw;
  --font-size-pc: 1.6rem;
  --font-size-sp: calc(16 / 4.14 * 1vw);
  text-align: center;
}
.top-recruit__intro p {
  line-height: 2;
}

.top-recruit__detail {
  position: relative;
}

.top-recruit__detail:before {
  content: " ";
  width: 27.54vw;
  height: 25.36vw;
  background: url(../img/index/recruit-bg-dec2@2x.png) no-repeat center center/contain;
  position: absolute;
  top: calc(100% - 3.14vw);
}

.top-recruit__detail-item {
  margin-top: 2.42vw;
}

.top-recruit__detail-item:first-child {
  margin-top: 0;
}

.top-recruit__detail-item dt {
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(18 / 4.14 * 1vw);
  color: var(--white);
  text-align: center;
  padding: 2.42vw;
  border-radius: 2.42vw 2.42vw 0 0;
}

.top-recruit__detail-item--target dt {
  background: #4f93cf;
  color: var(--white);
}

.top-recruit__detail-item--recommend dt {
  background: #0aae89;
  color: var(--white);
}

.top-recruit__detail-item dd {
  background: var(--white);
  padding: 4.83vw 7.25vw;
  border-radius: 0 0 2.42vw 2.42vw;
}

.top-recruit__target-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style-type: none;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  grid-gap: 3.86vw;
  padding-left: 0;
}

.top-recruit__target-list li {
  position: relative;
  padding-left: 4.83vw;
  padding-bottom: 1.21vw;
}

.top-recruit__target-list li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0.5lh;
  display: block;
  width: 2.42vw;
  height: 2.42vw;
  border-radius: 50px;
  transform: translateY(-50%);
  background: currentColor;
}

.top-recruit__target-list li:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #c4beab, #c4beab 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.top-recruit__detail-item--target .top-recruit__target-list li:before {
  background: #4f93cf;
}

.top-recruit__detail-item--recommend .top-recruit__target-list li:before {
  background: #0aae89;
}

.top-recruit__contact {
  position: relative;
  margin-top: 15.7vw;
}

.top-recruit__contact-text {
  margin-bottom: 2.4rem;
  text-align: center;
  --font-size-pc: 2.8rem;
  --font-size-sp: 2rem;
  font-family: var(--font-family-zen-maru-go);
  font-weight: 500;
}
@media screen and (min-width: 900px) {
  .top-recruit__contact-text {
    letter-spacing: 0.1em;
  }
}

.top-recruit__contact-text:before {
  content: " ";
  position: absolute;
  right: 0;
  top: -6.04vw;
  width: 12.32vw;
  height: 13.04vw;
  background: url(../img/index/recruit-bg-dec3@2x.png) no-repeat center center/contain;
}

.top-recruit__contact-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82.13vw;
  height: 19.32vw;
  margin-inline: auto;
  border-radius: 100px;
  text-decoration: none !important;
  letter-spacing: 0.05em;
}

.top-recruit__contact-btn--mail {
  background: linear-gradient(54deg, #ee4964 0%, #eeab5c 100%);
  --font-size-pc: calc(36 / 18 * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--white);
  border-radius: 1000px;
}

.top-recruit__contact-btn--tel {
  background: var(--white);
  font-family: "Roboto", serif;
  --font-size-pc: calc(50 / 18 * 1vw);
  --font-size-sp: calc(24 / 4.14 * 1vw);
  font-weight: 500;
}

.top-recruit__contact-tel {
  margin-top: 8.45vw;
}

.top-recruit__contact-tel-text {
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 5.8vw;
  font-family: var(--font-family-zen-maru-go);
  --font-size-pc: calc(22 / var(--pcW) * 1vw);
  --font-size-sp: calc(20 / 4.14 * 1vw);
  text-align: center;
  font-weight: 500;
}

.top-recruit__contact-tel-text:before {
  content: " ";
  position: absolute;
  right: calc(100% + 1.93vw);
  top: 50%;
  width: 11.59vw;
  height: 13.29vw;
  background: url(../img/index/recruit-bg-dec5@2x.png) no-repeat center center/contain;
  transform: translateY(-50%);
}

.top-recruit__contact-tel-hour {
  margin-top: 2.42vw;
  text-align: center;
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
}

.top-recruit__contact-btn .i-mail {
  margin-right: 1.93vw;
}

.top-recruit__contact-btn .i-ca-right {
  position: absolute;
  right: 4.83vw;
  top: 50%;
  transform: translateY(-50%);
  --font-size-pc: calc(40 / var(--pcW) * 1vw);
  --font-size-sp: calc(20 / 4.14 * 1vw);
}

.top-recruit__contact-btn .i-tel {
  --font-size-pc: calc(22 / var(--pcW) * 1vw);
  --font-size-sp: calc(20 / 4.14 * 1vw);
}

.top-recruit__contact-btn .i-phone {
  --font-size-sp: calc(36 / 4.14 * 1vw);
  margin-right: 2.42vw;
}

.top-recruit__contact-line {
  position: relative;
  text-align: center;
  z-index: 5;
  margin-top: 4.83vw;
  margin-inline: auto;
}

.top-recruit__contact-line img {
  width: 100%;
  height: auto;
}

@media (min-width: 900px) {
  .top-recruit {
    padding-top: 7.78vw;
    padding-bottom: 9.44vw;
  }
  .top-recruit:before {
    bottom: 100%;
    height: 18.89vw;
    background: url(../img/index/recruit-bg-top_large@2x.png) no-repeat center bottom/contain;
  }
  .top-recruit__container:before {
    top: -25.94vw;
    right: -3.22vw;
    width: 37.06vw;
    height: 36.78vw;
    background: url(../img/index/recruit-bg-dec_large@2x.png) no-repeat center center/contain;
  }
  .top-recruit__heading {
    margin-bottom: 1.67vw;
  }
  .top-recruit__heading-text {
    left: -2.89vw;
    bottom: calc(100% + 1vw);
    transform: translateX(-50%) rotate(-8deg);
  }
  .top-recruit__heading-text img {
    width: 43.83vw;
    height: 14.67vw;
  }
  .top-recruit__heading-text .ballon {
    left: 18.89vw;
    top: calc(100% - 0.78vw);
    width: 30rem;
    height: 2.78vw;
    box-sizing: border-box;
  }
  .top-recruit__heading-text .ballon:after {
    top: calc(100% - 0.22vw);
    width: 1.22vw;
    height: 0.78vw;
  }
  .top-recruit__intro {
    margin-bottom: 2.22vw;
  }
  .top-recruit__detail {
    max-width: 58.33vw;
    margin-inline: auto;
  }
  .top-recruit__detail:before {
    left: -13.33vw;
    width: 18.39vw;
    height: 16.94vw;
    top: calc(100% - 3.28vw);
  }
  .top-recruit__detail-item {
    display: flex;
    margin-top: 0.56vw;
  }
  .top-recruit__detail-item dt {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.22vw;
    padding: 0;
    border-radius: 0.56vw 0 0 0.56vw;
  }
  .top-recruit__detail-item dd {
    flex: 1 1 auto;
    padding: 1.94vw 1.92vw;
    border-radius: 0 0.56vw 0.56vw 0;
  }
  .top-recruit__target-list {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    grid-gap: 0.78vw 1.3vw;
  }
  .top-recruit__target-list li {
    padding-left: 1.11vw;
    padding-bottom: 0.28vw;
  }
  .top-recruit__target-list li:before {
    width: 0.56vw;
    height: 0.56vw;
  }
  .top-recruit__contact {
    margin-top: 3.61vw;
  }
  .top-recruit__contact-text {
    position: relative;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 2.5vw;
  }
  .top-recruit__contact-text:before {
    top: inherit;
    bottom: calc(100% + 0.17vw);
    width: 3.94vw;
    height: 4.11vw;
  }
  .top-recruit__contact-text:after {
    content: " ";
    position: absolute;
    left: -4.44vw;
    bottom: -1.11vw;
    width: 3.28vw;
    height: 2.61vw;
    background: url(../img/index/recruit-bg-dec4@2x.png) no-repeat center center/contain;
  }
  .top-recruit__contact-btn--mail {
    width: 66.67vw;
    height: 11.11vw;
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .top-recruit__contact-btn--mail:hover {
    opacity: var(--global-hover-opacity);
  }
  .top-recruit__contact-btn--tel {
    padding: 0;
    background: transparent;
    width: inherit;
    height: inherit;
    margin-inline: 0;
    pointer-events: none;
  }
  .top-recruit__contact-tel {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 4rem;
  }
  .top-recruit__contact-tel-text {
    display: flex;
    align-items: flex-end;
    align-self: stretch;
    margin-inline: 0;
    margin-bottom: 0;
    padding-bottom: 1vw;
    padding-top: 1.28vw;
    padding-right: 2.22vw;
    margin-right: 2.22vw;
    line-height: 1;
  }
  .top-recruit__contact-tel-text:before {
    display: none;
  }
  .top-recruit__contact-tel-text:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-image: repeating-linear-gradient(180deg, #000000, #000000 2px, transparent 2px, transparent 4px);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 1px 100%;
  }
  .top-recruit__contact-tel-hour {
    margin-top: 0vw;
    margin-left: 0.56vw;
    padding-bottom: 0.83vw;
  }
  .top-recruit__contact-btn .i-mail {
    margin-right: 1.67vw;
  }
  .top-recruit__contact-btn .i-tel {
    border-radius: 50px;
    width: 2.22vw;
    height: 2.22vw;
    margin-right: 0.56vw;
    background: #ffffff;
    color: #c28d48;
  }
  .top-recruit__contact-line {
    width: 44.44vw;
    margin-top: 1.67vw;
  }
  .top-recruit__contact-line a {
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .top-recruit__contact-line a:hover {
    opacity: var(--global-hover-opacity);
  }
}
.top-kv__popup {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 82.13vw;
  margin-top: -2.42vw;
  margin-inline: auto;
  background: #fff;
  border-radius: 4.83vw;
  padding: 7.25vw 4.83vw;
  box-shadow: 6px 6px 12px rgba(51, 51, 51, 0.24);
}

.top-kv__hour {
  list-style-type: none;
  padding-left: 0;
  margin-inline: auto;
}

.top-kv__hour li {
  display: flex;
  align-items: center;
  grid-gap: 1.93vw;
  margin-top: 0.72vw;
}

.top-kv__hour li:first-child {
  margin-top: 0;
}

.top-kv__hour li .icon {
  color: #c28d48;
}

.top-kv__hour-time {
  --font-size-pc: 1.6rem;
  --font-size-sp: calc(16 / 4.14 * 1vw);
  letter-spacing: 0.05em;
}

.top-kv__hour-day {
  --font-size-pc: calc(14 / 19.2 * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  letter-spacing: 0.05em;
}

.top-kv__hour-day .holiday {
  border: 1px solid currentColor;
  --font-size-pc: calc(12 / 19.2 * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
  padding: 0.2em 0.7em 0.3em;
  line-height: 1.1;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 900px) {
  .top-kv__hour-day .holiday {
    padding-inline: 0.3em;
  }
}

.top-kv__calendar {
  margin-top: 4.83vw;
  width: 55.56vw;
  margin-inline: auto;
}

.top-kv__calendar a {
  position: relative;
  display: block;
  padding: 2.82vw;
  background: #464237;
  color: #fff;
  text-decoration: none;
  --font-size-pc: calc(14 / 19.2 * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  text-align: center;
  border-radius: 1000px;
}
@media screen and (min-width: 900px) {
  .top-kv__calendar a {
    margin: 3rem auto 0;
    min-height: 4rem;
    max-width: 23rem;
    box-sizing: border-box;
  }
}

.top-kv__calendar a:after {
  content: "▼";
  position: absolute;
  right: 4.83vw;
  top: 50%;
  transform: translateY(-50%);
  --font-size-pc: calc(8 / 19.2 * 1vw);
  --font-size-sp: calc(8 / 4.14 * 1vw);
}

@media (min-width: 769px) {
  .top-kv__popup {
    position: absolute;
    left: 4.44vw;
    bottom: 8.89vw;
    width: 25.4166666667vw;
    border-radius: 1.11vw;
    background: #fff;
    margin-top: 0;
    margin-inline: 0;
    padding: 1.0416666667vw 1.5625vw 3rem;
  }
  .top-kv__information {
    box-sizing: border-box;
    width: auto;
    padding-inline: 0;
  }
  .top-kv__hour li {
    grid-gap: 0.44vw;
    margin-top: 0.17vw;
  }
  .top-kv__calendar {
    margin-top: 1.11vw;
    width: auto;
  }
  .top-kv__calendar a {
    padding: 0.56vw;
  }
  .top-kv__calendar a:after {
    right: 1.11vw;
  }
  .top-kv__calendar a {
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .top-kv__calendar a:hover {
    opacity: var(--global-hover-opacity);
  }
}
@media (min-width: 900px) {
  .top-information__data {
    line-height: 2;
    margin-top: 4.3rem;
  }
  .top-information__data div {
    min-height: 8.4rem;
    box-sizing: border-box;
  }
  .top-information__data div > dt {
    width: 20rem;
    font-size: 2rem;
    padding-left: 2.5rem;
  }
  .top-information__data div > dt p {
    font-size: 2rem;
  }
  .top-information__data div > dt .icon {
    margin-right: 0.6rem;
    position: relative;
    top: -0.3rem;
  }
  .top-information__data div > dd {
    font-size: 1.8rem;
    padding-block: 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .top-information__data div > dd * {
    font-size: 1.8rem;
  }
  .top-information__data dd dl dd {
    font-size: 1.4rem;
  }
  .top-information__data div.pay {
    min-height: 17.6rem;
  }
  .top-information__data div.pay > dt {
    justify-content: flex-start;
  }
  .top-information__data dd .hour {
    display: inline-block;
    font-size: 1.4rem;
    margin-top: 0.2rem;
  }
  .top-information__data dd dl dt ~ dt {
    margin-top: 1.8rem;
  }
}
.top-topics {
  position: relative;
  background: #ead7c0;
  z-index: 1;
  padding-top: 4.83vw;
  padding-bottom: 24.15vw;
}

.top-topics:before {
  content: " ";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 31.64vw;
  background: url(../img/index/topics-bg-top@2x.png) no-repeat center bottom/contain;
  z-index: -1;
}

@media screen and (min-width: 900px) {
  .top-topics__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14.49vw;
  }
}

.top-events__heading {
  padding-inline: 3.7rem;
  text-align: left;
}
.top-events__heading .section__ttl .font-robots {
  color: #ee8149;
}
@media screen and (min-width: 900px) {
  .top-events__heading .section__ttl {
    text-align: center;
  }
}
@media screen and (min-width: 900px) {
  .top-events__heading.sw-heading {
    margin-bottom: 3.5rem;
  }
}

.top-topics__heading {
  margin-bottom: 0 !important;
  text-align: left;
}

.top-topics__slider {
  margin: 2.8rem calc(50% - 50vw) 0;
}
@media screen and (min-width: 900px) {
  .top-topics__slider {
    margin: 0;
  }
}

.top-topics__slider-control {
  display: flex;
  grid-gap: 4.83vw;
  justify-content: flex-end;
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .top-topics__slider-control {
    margin-top: 0;
  }
}

.top-topics__slider-prev,
.top-topics__slider-next {
  width: 12.08vw;
}

.top-topics__items,
.top-events__items {
  grid-gap: 3rem;
}

.swiper-initialized .top-topics__items,
.swiper-initialized .top-events__items {
  grid-gap: 0 !important;
}

.top-topics__item,
.top-events__item {
  width: 24rem;
}

.top-topics__item-link,
.top-events__item-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
@media (any-hover) {
  .top-topics__item-link,
.top-events__item-link {
    transition: 0.3s;
  }
  .top-topics__item-link:hover,
.top-events__item-link:hover {
    opacity: 0.7;
  }
}

.top-topics__item-meta,
.top-events__item-meta {
  margin-top: 1.45vw;
  margin-bottom: 2.42vw;
}

.top-topics__item-date,
.top-events__item-date {
  --font-size-pc: calc(14 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
  margin-top: 1.2rem;
}

.top-topics__item-category,
.top-events__item-category {
  padding: 1.21vw 4.83vw;
  --font-size-pc: calc(12 / var(--pcW) * 1vw);
  --font-size-sp: calc(12 / 4.14 * 1vw);
  background: var(--white);
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.top-topics__item-image,
.top-events__item-image {
  aspect-ratio: 14/9;
  overflow: hidden;
}

.top-topics__item-image img,
.top-events__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
}

.top-topics__item-heading,
.top-events__item-heading {
  --font-size-pc: calc(18 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  font-weight: bold;
  line-height: 1.78;
}

.top-topics__more,
.top-events__more {
  margin-top: 9.66vw;
}

.top-topics__more a,
.top-events__more a {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 34rem;
  margin-inline: auto;
  color: var(--white);
  text-decoration: none;
  border-radius: 1000px;
  background: #464237;
  --font-size-pc: calc(16 / var(--pcW) * 1vw);
  --font-size-sp: calc(14 / 4.14 * 1vw);
  text-align: center;
  padding: 4.83vw;
}
@media (any-hover) {
  .top-topics__more a,
.top-events__more a {
    transition: 0.3s;
  }
  .top-topics__more a:hover,
.top-events__more a:hover {
    opacity: 0.7;
  }
}

.top-topics__more a:after,
.top-events__more a:after {
  position: absolute;
  right: 4.83vw;
  top: 50%;
  content: "";
  display: inline-block;
  width: 0.99em;
  height: 0.65em;
  height: 0.65lh;
  background: currentColor;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle;
  -webkit-mask: url(../img/common/icon-circle-arrow-right.svg);
  mask: url(../img/common/icon-circle-arrow-right.svg);
  transform: translateY(-50%);
  --font-size-pc: calc(20 / var(--pcW) * 1vw);
  --font-size-sp: calc(16 / 4.14 * 1vw);
  will-change: transform;
}

@media (min-width: 900px) {
  .top-topics {
    padding-bottom: 7.78vw;
  }
  .top-topics:before {
    height: 12.22vw;
    background: url(../img/index/topics-bg-top_large@2x.png) no-repeat center bottom/contain;
  }
  .top-topics__container {
    position: relative;
    max-width: 160rem;
    margin-inline: auto;
  }
  .top-topics__head {
    display: inline-flex;
    margin-bottom: 3.33vw;
    flex-direction: row;
    grid-gap: 3.33vw;
  }
  .top-topics__slider-control {
    grid-gap: 0.56vw;
  }
  .top-topics__slider-prev,
.top-topics__slider-next {
    cursor: pointer;
    width: 3.33vw;
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .top-topics__slider-prev:hover,
.top-topics__slider-next:hover {
    opacity: var(--global-hover-opacity);
  }
  .top-topics__items {
    grid-gap: 2.22vw;
  }
  .top-topics__item {
    width: 31.11vw;
  }
  .top-topics__item-meta,
.top-events__item-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    order: 1;
    margin-bottom: 0.67vw;
  }
  .top-topics__item-category,
.top-events__item-category {
    padding: 0.28vw 1.11vw;
  }
  .top-events__item-date {
    margin-top: 0;
    font-size: 1.6rem;
  }
  .top-topics__item-image,
.top-events__item-image {
    order: 2;
    margin-bottom: 1.11vw;
  }
  .top-topics__item-image img {
    border-radius: 1.11vw;
  }
  .top-topics__item-heading,
.top-events__item-heading {
    order: 3;
  }
  .top-topics__more,
.top-events__more {
    margin-top: 7rem;
  }
  .top-topics__more a,
.top-events__more a {
    width: 82rem;
    padding: 2.8rem;
  }
  .top-topics__more a:after,
.top-events__more a:after {
    right: 2.22vw;
  }
  .top-topics__more.-absolute {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
  .top-topics__more.-absolute a {
    width: 40rem;
  }
}
@media screen and (min-width: 900px) {
  .top-kv__information-wrapper {
    display: flex;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}

.top-kv__information dl div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .top-kv__information dl div {
    width: auto;
  }
}
.top-kv__information dl div dt {
  --font-size-pc: 1.8rem;
  --font-size-sp: 2rem;
  font-weight: 700;
  margin-bottom: 2.4154589372vw;
}
@media screen and (min-width: 900px) {
  .top-kv__information dl div dt {
    margin-bottom: 0.5rem;
  }
}
.top-kv__information dl + dl {
  border-top: 1px dashed currentColor;
  padding-top: 4.8309178744vw;
  margin-top: 4.8309178744vw;
}
@media screen and (min-width: 900px) {
  .top-kv__information dl + dl {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
div[id],
section[id],
h2[id],
h3[id],
dt[id],
li[id] {
  scroll-margin-top: 8rem;
}

.mv-swiper {
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 900px) {
  .mv-swiper {
    padding-bottom: 6.5rem;
    margin: 0 1.25rem !important;
  }
}

.mv-pagination {
  bottom: 0 !important;
}
.mv-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  margin: 0 1rem !important;
}
@media screen and (min-width: 900px) {
  .mv-pagination .swiper-pagination-bullet {
    width: 2rem;
    height: 2rem;
    margin: 0 1.25rem !important;
  }
}
.mv-pagination .swiper-pagination-bullet-active {
  background-color: #c28d48;
}

.versatility-content {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-top: 2.3rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 900px) {
  .versatility-content {
    padding-top: 3rem;
    padding-bottom: 14rem;
  }
}
.versatility-content::before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 12.7rem;
  background: url(../img/common/upper_content_sp.png) no-repeat center/100% 100%;
  bottom: calc(100% - 1px);
}
@media screen and (min-width: 900px) {
  .versatility-content::before {
    background-image: url(../img/common/upper_content.png);
    height: 30rem;
  }
}

h2 + .cards {
  margin-top: 3rem;
}
@media screen and (min-width: 900px) {
  h2 + .cards {
    margin-top: 6rem;
  }
}

.cards {
  padding-left: 0;
  list-style: none;
  margin-inline: 2.2rem;
}
@media screen and (min-width: 900px) {
  .cards {
    margin-inline: auto;
    width: 120rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 6rem;
  }
}

@media screen and (min-width: 900px) {
  .card__item {
    width: 56rem;
  }
}
.card__item a {
  text-decoration: none;
  display: block;
}
@media (any-hover) {
  .card__item a {
    transition: 0.3s;
  }
  .card__item a:hover {
    opacity: 0.7;
  }
}
.card__item + .card__item {
  margin-top: 4rem;
}
@media screen and (min-width: 900px) {
  .card__item + .card__item {
    margin-top: 0;
  }
}
.card__body {
  padding-top: 2rem;
}
@media screen and (min-width: 900px) {
  .card__body {
    padding-top: 2.5rem;
  }
}
.card__body p {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 900px) {
  .card__body p {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2;
  }
}
.card__image {
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 370/240;
}
@media screen and (min-width: 900px) {
  .card__image {
    border-radius: 4rem;
    aspect-ratio: 560/360;
  }
}
.card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 900px) {
  .card__ttl {
    font-size: 3.6rem;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 2rem;
  }
}

.swiper-button-disabled {
  opacity: 0.35 !important;
  cursor: default !important;
}

.access-detail {
  overflow-x: clip;
}

.js-access-slider {
  overflow: visible;
}
/*# sourceMappingURL=style.css.map */