@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.1em;
}

sup {
  top: -0.3em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: middle;
}

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

button {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* common */
/* ============================================ */
#htlMainContent {
  width: 100vw;
  min-width: 1220px;
  background: url("../img/common/bg_leaf.png") top right/100% auto no-repeat, #FFFDF7;
}

#RthCustomizeW {
  width: 950px !important;
  margin-inline: auto;
}

.outer {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
.outer a {
  color: currentColor;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .outer a:hover {
    opacity: 0.7;
  }
}
.outer img {
  max-width: 100%;
  height: auto;
}

.reading {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

.span_br {
  display: inline-block;
}

.mt0 {
  margin-top: 0 !important;
}

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

.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

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

.mt48 {
  margin-top: 48px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.--bold {
  font-weight: 700;
}

.common-nav {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #6A5036;
  margin-top: 40px;
}
.common-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 28px;
}
.common-nav ul > li {
  position: relative;
}
.common-nav ul > li:first-of-type::before {
  content: none;
}
.common-nav ul > li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
  top: 0;
  left: -13.5px;
}

.common-ttl {
  word-break: keep-all;
  text-align: center;
  position: relative;
  z-index: 1;
}
.common-ttl .ttl_en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: #3C6D5A;
}
.common-ttl .ttl_jp {
  font-size: 0.875rem;
  color: #000;
  margin-top: 8px;
}

.common-btn {
  max-width: 346px;
  margin-inline: auto;
}
.common-btn a {
  padding: 12px 24px;
  text-align: center;
  display: block;
  background: #3d3d3d;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
}
.common-btn a::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../img/common/arrow_right_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
}

.common-btn__two {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 100px;
}
.common-btn__two > li:nth-of-type(2) a {
  background: #3C6D5A;
}
.common-btn__two a {
  padding: 40px 72px;
  display: flex;
  align-items: center;
  background: #3d3d3d;
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
}
.common-btn__two a p {
  flex-grow: 1;
}
.common-btn__two a::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../img/common/arrow_right_white.svg") center center/contain no-repeat;
}

.footer {
  margin-top: 170px;
  position: relative;
  padding: 100px 32px;
  background: url("../img/common/footer_bg.jpg") bottom center/cover no-repeat;
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.footer::after {
  content: "";
  display: block;
  width: 197px;
  height: 138px;
  background: url("../img/common/footer_illust.png") center center/contain no-repeat;
  position: absolute;
  top: -138px;
  right: 0;
}
.footer-container {
  max-width: 780px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  color: #fff;
}
.footer-logo img {
  width: 300px;
}
.footer-address {
  font-size: 0.9375rem;
  margin-top: 32px;
}
.footer-list {
  font-size: 0.9375rem;
  margin-top: 16px;
}
.footer-list > div {
  display: flex;
}
.footer-list dt {
  flex-shrink: 0;
  width: 2.5em;
}

.second-main {
  padding: 120px 32px 40px;
  min-height: 300px;
  position: relative;
}
.second-main::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #3d3d3d 0%, transparent 20%), rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.second-main__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.second-main__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.second-main__ttl {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px #3d3d3d;
}
.second-main__ttl .ttl_en {
  font-family: "Radley", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.2;
}
.second-main__ttl .ttl_jp {
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 4px;
}

.second-intro {
  margin-top: 80px;
}
.second-intro.--flex {
  display: flex;
  gap: 32px;
}
.second-intro.--flex .img {
  flex-shrink: 0;
  width: 340px;
}
.second-intro.--flex .img img {
  width: 100%;
  max-width: none;
  border-radius: 4px;
}
.second-intro.--flex .block {
  flex-grow: 1;
}
.second-intro.--flex .catch {
  text-align: left;
}
.second-intro.--flex .txt {
  word-break: normal;
  text-align: left;
}
.second-intro .catch {
  word-break: keep-all;
  text-align: center;
  font-size: 2rem;
  line-height: 1.45;
}
.second-intro .catch .color {
  color: #3C6D5A;
}
.second-intro .txt {
  word-break: keep-all;
  text-align: center;
  line-height: 2;
  margin-top: 32px;
}

.second-ttl {
  text-align: center;
}
.second-ttl .fukidashi {
  width: 100%;
  max-width: 170px;
  margin-inline: auto;
  margin-bottom: 20px;
  padding: 4px 24px;
  border-radius: 9999px;
  background: #A65757;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.second-ttl .fukidashi.day {
  background: #A69957;
}
.second-ttl .fukidashi.day::after {
  border-top-color: #A69957;
}
.second-ttl .fukidashi::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #A65757 transparent transparent transparent;
  position: absolute;
  left: 20px;
  bottom: -8px;
}
.second-ttl .passport {
  background: #E68E9C;
  color: #fff;
  font-weight: 700;
  padding: 4px 24px;
  display: inline-flex;
  justify-content: center;
  gap: 8px;
  border-radius: 9999px;
  margin-bottom: 12px;
}
.second-ttl .passport::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/common/icon_passport.svg") center center/contain no-repeat;
  margin-top: 3px;
}
.second-ttl .ttl_en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.2;
  color: #3C6D5A;
}
.second-ttl .ttl_jp {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #000;
  margin-top: 8px;
}

.third-ttl {
  font-size: 1.375rem;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid #3C6D5A;
}

.common-modal {
  display: none;
}
.common-modal.is-open {
  display: block;
}
.common-modal[aria-hidden=false] .overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.common-modal[aria-hidden=false] .container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.common-modal[aria-hidden=true] .overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.common-modal[aria-hidden=true] .container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.common-modal[aria-hidden=true] .block {
  display: none;
}
.common-modal .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 4000;
  will-change: transform;
}
.common-modal .container {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  position: relative;
  will-change: transform;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-modal .contents {
  width: calc(100% - 40px);
  max-width: 950px;
  margin: auto;
  position: relative;
}
.common-modal .block {
  background: #fff;
  padding: 80px 40px;
  border-radius: 4px;
}
.common-modal .btn {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #272727;
  border-radius: 4px;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 20;
}
.common-modal .btn::before, .common-modal .btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  border-radius: 9999px;
  background: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
}
.common-modal .btn::before {
  rotate: 45deg;
}
.common-modal .btn::after {
  rotate: -45deg;
}

[data-micromodal-trigger] {
  cursor: pointer;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
/* top */
/* ============================================ */
.top-main {
  position: relative;
  margin-bottom: 72px;
}
.top-main__slide .swiper__slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 950/534;
}
.top-main__ttl {
  width: 728px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
.top-main__tree01 {
  width: 188px;
  position: absolute;
  left: 28px;
  bottom: -30px;
  z-index: 2;
}
.top-main__tree02 {
  width: 107px;
  position: absolute;
  right: 28px;
  bottom: -30px;
  z-index: 2;
}

.top-catch {
  margin-top: 40px;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  line-height: 2;
}

.top-banner {
  max-width: 730px;
  margin-inline: auto;
  margin-top: 50px;
  padding-bottom: 32px;
}
.top-banner .swiper-slide img {
  width: 100%;
  max-width: none;
}
.top-banner .swiper-pagination {
  bottom: 0;
}
.top-banner .swiper-pagination-bullet {
  border: 1px solid #000;
  background: transparent;
  opacity: 1;
  margin-inline: 6px !important;
}
.top-banner .swiper-pagination-bullet-active {
  background: #000;
}

.top-info {
  margin-top: 60px;
}
.top-info__container {
  background: #EBEFE7;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  gap: 40px;
  position: relative;
}
.top-info__container::after {
  content: "";
  display: block;
  width: 209px;
  height: 122px;
  background: url("../img/common/woods_01.png") center center/contain no-repeat;
  position: absolute;
  left: 10px;
  bottom: -110px;
}
.top-info__ttl {
  flex-shrink: 0;
}
.top-info__ttl .ttl_en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5625rem;
  color: #3C6D5A;
  line-height: 1.2;
}
.top-info__ttl .ttl_jp {
  font-size: 0.75rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
.top-info__list {
  flex-grow: 1;
  font-size: 0.9375rem;
  font-weight: 500;
}
.top-info__list > li {
  margin-top: 24px;
}
.top-info__list > li:first-of-type {
  margin-top: 0;
}
.top-info__list > li > * {
  display: flex;
  gap: 10px;
}
.top-info__list .list_date {
  width: 92px;
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: rgba(0, 0, 0, 0.5);
  padding-top: 0.1em;
}
.top-info__list .list_ttl {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top-info__illust {
  text-align: right;
  margin-top: 20px;
}
.top-info__illust img {
  width: 562px;
}

.top-charm {
  margin-top: 32px;
}
.top-charm__flex {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
.top-charm__block {
  flex-grow: 1;
}
.top-charm__block .catch {
  font-size: 1.75rem;
  font-weight: 600;
  color: #6A5036;
}
.top-charm__block .txt {
  line-height: 2;
  margin-top: 32px;
}
.top-charm__img {
  flex-shrink: 0;
  width: 250px;
}
.top-charm__img img {
  width: 100%;
  max-width: none;
  border-radius: 5px;
}
.top-charm__point {
  margin-top: 50px;
}

.top-plan {
  margin-top: 160px;
  position: relative;
}
.top-plan::before {
  content: "";
  display: block;
  width: 156px;
  height: 161px;
  background: url("../img/common/woods_02.png") center center/contain no-repeat;
  position: absolute;
  top: -130px;
  left: 0;
}
.top-plan__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
}
.top-plan__list > li {
  width: calc((100% - 48px) / 3);
  padding: 0 20px 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-plan__list .img {
  margin-inline: -20px;
}
.top-plan__list .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 300/216;
  border-radius: 5px 5px 0 0;
}
.top-plan__list .txt {
  color: #000;
  line-height: 2;
  margin-top: 12px;
}
.top-plan__btn {
  margin-top: 20px;
}
.top-plan__btn a {
  padding: 12px 24px;
  text-align: center;
  display: block;
  background: #3C6D5A;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
}
.top-plan__btn a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/common/arrow_right_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
}

.top-room {
  margin-top: 130px;
  position: relative;
}
.top-room::before {
  content: "";
  display: block;
  width: 199px;
  height: 176px;
  background: url("../img/top/room_illist.png") center center/contain no-repeat;
  position: absolute;
  right: 10px;
  top: -74px;
}
.top-room__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
.top-room__list img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 469/264;
}
.top-room__list > li {
  width: calc((100% - 20px) / 3);
}
.top-room__list > li:first-of-type {
  width: calc((100% - 10px) / 2);
}
.top-room__list > li:nth-of-type(2) {
  width: calc((100% - 10px) / 2);
}

.top-cafe {
  margin-top: 160px;
  position: relative;
}
.top-cafe::before {
  content: "";
  display: block;
  width: 192px;
  height: 185px;
  background: url("../img/top/cafe_illust.png") center center/contain no-repeat;
  position: absolute;
  top: -72px;
  left: 0;
}
.top-cafe__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 32px;
}
.top-cafe__list > li:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
.top-cafe__list > li:nth-of-type(2) {
  grid-area: 2/1/3/2;
}
.top-cafe__list > li:nth-of-type(3) {
  grid-area: 1/2/3/4;
}
.top-cafe__list > li:nth-of-type(4) {
  grid-area: 3/1/4/2;
}
.top-cafe__list > li:nth-of-type(5) {
  grid-area: 3/2/4/3;
}
.top-cafe__list > li:nth-of-type(6) {
  grid-area: 3/3/4/4;
}
.top-cafe__list > li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-spa {
  margin-top: 140px;
  position: relative;
}
.top-spa::before {
  content: "";
  display: block;
  width: 313px;
  height: 185px;
  background: url("../img/top/spa_illust.png") center center/contain no-repeat;
  position: absolute;
  top: -80px;
  right: 0;
}
.top-spa__list {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.top-spa__list > li:nth-of-type(1) {
  grid-area: 1/1/3/6;
}
.top-spa__list > li:nth-of-type(2) {
  grid-area: 1/6/2/9;
}
.top-spa__list > li:nth-of-type(3) {
  grid-area: 2/6/3/9;
}
.top-spa__list > li:nth-of-type(4) {
  grid-area: 3/1/4/4;
}
.top-spa__list > li:nth-of-type(5) {
  grid-area: 3/4/4/9;
}
.top-spa__list > li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-link {
  margin-top: 220px;
  position: relative;
}
.top-link::before {
  content: "";
  display: block;
  width: 221px;
  height: 180px;
  background: url("../img/top/link_illust.png") center center/contain no-repeat;
  position: absolute;
  top: -186px;
  left: -20px;
}
.top-link__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.top-link__list > li {
  position: relative;
}
.top-link__bg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  position: relative;
}
.top-link__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.top-link__bg > li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.top-link__block {
  text-align: center;
  padding: 60px 20px 20px;
  width: calc(100% - 40px);
  max-width: 250px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  aspect-ratio: 250/215;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.top-link__block::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/common/arrow_right.svg") center center/contain no-repeat;
  position: absolute;
  bottom: 20px;
  left: 50%;
  translate: -50% 0;
}
.top-link__block .ttl_en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.1875rem;
  font-weight: 700;
  color: #3C6D5A;
}
.top-link__block .ttl_jp {
  color: #000;
}

/* room */
/* ============================================ */
.room-anchor {
  margin-top: 56px;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 32px;
}

.room-container {
  margin-top: 80px;
  padding: 0 40px 40px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.room-slide {
  margin-inline: -40px;
  padding-bottom: 32px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.room-slide .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 950/442;
  border-radius: 5px;
}
.room-slide .swiper-pagination {
  bottom: 0;
}
.room-slide .swiper-pagination-bullet {
  border: 1px solid #000;
  background: transparent;
  opacity: 1;
  margin-inline: 6px !important;
}
.room-slide .swiper-pagination-bullet-active {
  background: #000;
}

.room-inner {
  margin-top: 32px;
  display: flex;
  gap: 16px;
}
.room-inner .contents {
  flex-grow: 1;
  position: relative;
  z-index: 1;
}
.room-inner .en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 5.625rem;
  color: #DADFDE;
  line-height: 1.1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.room-inner .kind {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3C6D5A;
  line-height: 1.4;
}
.room-inner .name {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 4px;
}
.room-inner .txt {
  line-height: 2;
  margin-top: 8px;
}
.room-inner .point {
  flex-shrink: 0;
}
.room-inner .point img {
  width: 143px;
}

.room-detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 12px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #ccc;
}
.room-detail > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.room-detail dt {
  flex-shrink: 0;
  width: 80px;
}
.room-detail dd {
  flex-grow: 1;
  word-break: keep-all;
}
.room-detail .note {
  padding-left: 1.2em;
  font-size: 0.8125rem;
  margin-top: 10px;
  position: relative;
}
.room-detail .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.room-detail .sub {
  font-size: 0.8125rem;
  margin-top: 8px;
}

.room-btn {
  max-width: 600px;
  margin-inline: auto;
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.room-btn > li:nth-of-type(2) a, .room-btn > li:nth-of-type(2) span {
  background: #3C6D5A;
}
.room-btn a, .room-btn span {
  padding: 16px 24px;
  text-align: center;
  display: block;
  background: #3d3d3d;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
}
.room-btn a::after, .room-btn span::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../img/common/arrow_right_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
}

.room-facility {
  margin-top: 120px;
}

.room-rental {
  margin-top: 32px;
}

/* meal */
/* ============================================ */
.meal-anchor {
  margin-top: 64px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 32px;
}
.meal-anchor > li {
  max-width: 164px;
}
.meal-anchor > li img {
  width: 164px;
}

.meal-point {
  padding: 40px;
  background: rgba(60, 109, 90, 0.05);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 100px;
  position: relative;
}
.meal-point::before {
  content: "";
  display: block;
  width: 91px;
  height: 95px;
  background: url("../img/common/woods_02.png") center center/contain no-repeat;
  position: absolute;
  top: -76px;
  left: 0;
}
.meal-point .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 265/200;
  border-radius: 4px;
}
.meal-point .point {
  text-align: center;
  font-family: "Radley", serif;
  font-weight: 400;
  font-style: normal;
  color: #3C6D5A;
  margin-top: 10px;
  line-height: 1.2;
}
.meal-point .point .large {
  font-size: 1.5em;
}
.meal-point .catch {
  word-break: keep-all;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  color: #3C6D5A;
  margin-top: 2px;
}
.meal-point .txt {
  margin-top: 12px;
  line-height: 2.1;
}

.meal-container {
  margin-top: 100px;
  position: relative;
}
.meal-container.dinner::before {
  content: "";
  display: block;
  width: 232px;
  height: 225px;
  background: url("../img/meal/dinner_illust.png") center center/contain no-repeat;
  position: absolute;
  top: -120px;
  right: 0;
}
.meal-container.cafe::before {
  content: "";
  display: block;
  width: 221px;
  height: 180px;
  background: url("../img/meal/cafe_illust.png") center center/contain no-repeat;
  position: absolute;
  left: 16px;
  top: -92px;
}

.meal-slide {
  margin-top: 32px;
  padding-bottom: 32px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.meal-slide .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 950/442;
  border-radius: 5px;
}
.meal-slide .swiper-pagination {
  bottom: 0;
}
.meal-slide .swiper-pagination-bullet {
  border: 1px solid #000;
  background: transparent;
  opacity: 1;
  margin-inline: 6px !important;
}
.meal-slide .swiper-pagination-bullet-active {
  background: #000;
}

.meal-catch {
  word-break: keep-all;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.45;
  margin-top: 32px;
}
.meal-catch .color {
  color: #3C6D5A;
}

.meal-txt {
  word-break: keep-all;
  text-align: center;
  line-height: 2;
  margin-top: 24px;
}

.meal-place {
  padding: 24px;
  background: rgba(60, 109, 90, 0.05);
  margin-top: 48px;
}
.meal-place__ttl {
  word-break: keep-all;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid #3C6D5A;
  margin-bottom: 16px;
}
.meal-place .time {
  word-break: keep-all;
  text-align: center;
  font-weight: 700;
  color: #3C6D5A;
}
.meal-place .time .large {
  font-size: 1.5em;
}
.meal-place__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.meal-place__list {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 12px;
}
.meal-place__list > li {
  width: calc((100% - 16px) / 2);
}
.meal-place__list .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 208/100;
  border-radius: 4px;
}
.meal-place__list .name {
  word-break: keep-all;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 8px;
}

.meal-flex {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
.meal-flex .meal-txt {
  flex-grow: 1;
  word-break: normal;
  text-align: left;
}
.meal-flex .meal-place {
  flex-shrink: 0;
  width: 450px;
}

/* spa */
/* ============================================ */
.spa-container {
  margin-top: 100px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.spa-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 950/442;
  border-radius: 5px;
}

.spa-inner {
  padding: 40px;
  position: relative;
  z-index: 1;
}
.spa-inner .en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 5.625rem;
  line-height: 1.1;
  color: #DADFDE;
  position: absolute;
  top: 24px;
  right: 40px;
  z-index: -1;
}
.spa-inner .name {
  font-size: 2.5rem;
  font-weight: 500;
}
.spa-inner .txt {
  word-break: keep-all;
  line-height: 2.1;
  margin-top: 8px;
}

.spa-detail {
  margin-top: 24px;
}
.spa-detail > div {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 12px;
}
.spa-detail > div:first-of-type {
  margin-top: 0;
}
.spa-detail > div.temp > dt::before {
  background-image: url("../img/spa/icon_temp.svg");
}
.spa-detail > div > dt {
  flex-shrink: 0;
  text-align: center;
  width: 112px;
  background: #3d3d3d;
  color: #fff;
  padding: 4px 8px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
}
.spa-detail > div > dt::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;
  background: url("../img/spa/icon_onsen.svg") center center/contain no-repeat;
}
.spa-detail > div > dt > p {
  flex-grow: 1;
  font-weight: 700;
}
.spa-detail > div > dd {
  flex-grow: 1;
  font-weight: 700;
  line-height: 2;
  word-break: keep-all;
}

.spa-contents {
  padding: 32px 40px;
  border-radius: 5px;
  background: rgba(60, 109, 90, 0.1);
  margin-top: 32px;
}
.spa-contents .note {
  padding-left: 1.2em;
  font-size: 0.875rem;
  margin-top: 10px;
  position: relative;
}
.spa-contents .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.spa-list {
  display: flex;
  gap: 32px;
}
.spa-list > div {
  width: calc((100% - 32px) / 2);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.spa-list > div.--column {
  flex-direction: column;
  align-items: normal;
}
.spa-list > div.time > dt::before {
  background-image: url("../img/common/icon_time.svg");
}
.spa-list > div.place > dt::before {
  background-image: url("../img/common/icon_place.svg");
}
.spa-list > div > dt {
  flex-shrink: 0;
  text-align: center;
  width: 112px;
  background: #3C6D5A;
  color: #fff;
  padding: 4px 8px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
}
.spa-list > div > dt::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/common/icon_pencil.svg") center center/contain no-repeat;
}
.spa-list > div > dt > p {
  flex-grow: 1;
  font-weight: 700;
}
.spa-list > div > dd {
  flex-grow: 1;
  font-weight: 700;
  line-height: 2;
  word-break: keep-all;
}
.spa-list .list_time > div {
  display: flex;
  margin-top: 4px;
}
.spa-list .list_time > div:first-of-type {
  margin-top: 0;
}
.spa-list .list_time > div > dt {
  flex-shrink: 0;
  width: 112px;
  padding: 0 4px 8px;
  border-bottom: 1px solid #3C6D5A;
}
.spa-list .list_time > div > dd {
  flex-grow: 1;
  padding: 0 4px 8px;
  border-bottom: 1px solid #DADFDE;
}

.spa-amenity {
  margin-top: 120px;
}
.spa-amenity__container {
  padding: 40px 24px;
  background: rgba(60, 109, 90, 0.05);
  margin-top: 24px;
}
.spa-amenity .list_spa {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.spa-amenity .list_spa > li {
  position: relative;
}
.spa-amenity .list_spa > li:first-of-type::before {
  content: none;
}
.spa-amenity .list_spa > li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #DADFDE;
  position: absolute;
  top: 0;
  left: -9.5px;
}
.spa-amenity .list_room {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.spa-amenity .list_room > li {
  position: relative;
}
.spa-amenity .list_room > li:first-of-type::before {
  content: none;
}
.spa-amenity .list_room > li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #DADFDE;
  position: absolute;
  top: 0;
  left: -9.5px;
}
.spa-amenity .img {
  text-align: center;
}
.spa-amenity .img img {
  width: 120px;
}
.spa-amenity .name {
  word-break: keep-all;
  text-align: center;
  margin-top: 12px;
  font-weight: 700;
}
.spa-amenity .name .small {
  font-size: 0.875em;
}
.spa-amenity .note {
  font-size: 0.875rem;
  padding-left: 1.2em;
  margin-top: 16px;
  position: relative;
}
.spa-amenity .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.spa-original {
  margin-top: 120px;
}
.spa-original .catch {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 32px;
  line-height: 2;
}
.spa-original__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 48px;
}
.spa-original__list .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 459/329;
  border-radius: 4px;
}
.spa-original__list .name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3C6D5A;
  margin-top: 12px;
}
.spa-original__list .txt {
  line-height: 2.1;
  margin-top: 12px;
}
.spa-original__list .btn {
  margin-top: 20px;
}
.spa-original__list .btn a {
  padding: 12px 24px;
  text-align: center;
  display: block;
  background: #3d3d3d;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
}
.spa-original__list .btn a::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../img/common/arrow_right_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
}

/* activity */
/* ============================================ */
.active-anchor {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 64px;
}

.active-catch {
  word-break: keep-all;
  text-align: center;
  font-size: 2rem;
  line-height: 1.45;
  margin-top: 64px;
}
.active-catch .color {
  color: #3C6D5A;
}

.active-txt {
  word-break: keep-all;
  text-align: center;
  line-height: 2;
  margin-top: 28px;
}

.resort {
  margin-top: 100px;
  position: relative;
}
.resort::before {
  content: "";
  display: block;
  width: 228px;
  height: 177px;
  background: url("../img/active/resort_illust.png") center center/contain no-repeat;
  position: absolute;
  top: -15px;
  left: 0;
}
.resort::after {
  content: "";
  display: block;
  width: 125px;
  height: 130px;
  background: url("../img/common/woods_02.png") center center/contain no-repeat;
  position: absolute;
  top: 25px;
  right: 0;
}
.resort-container {
  padding: 40px;
  background: rgba(60, 109, 90, 0.05);
  border-radius: 4px;
  margin-top: 32px;
}
.resort .ttl {
  font-size: 2rem;
  padding-left: 32px;
  border-left: 2px solid #3C6D5A;
}
.resort .img {
  margin-top: 24px;
}
.resort .note {
  margin-top: 24px;
  padding-left: 1.2em;
  font-size: 0.875rem;
  position: relative;
}
.resort .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.resort .note + .note {
  margin-top: 10px;
}

.therme {
  margin-top: 140px;
  position: relative;
}
.therme::before {
  content: "";
  display: block;
  width: 213px;
  height: 126px;
  background: url("../img/active/therme_illust.png") center center/contain no-repeat;
  position: absolute;
  top: 36px;
  right: 0;
}
.therme::after {
  content: "";
  display: block;
  width: 125px;
  height: 130px;
  background: url("../img/common/woods_02.png") center center/contain no-repeat;
  position: absolute;
  top: 68px;
  left: 0;
}
.therme-container {
  margin-top: 100px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.therme-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 950/442;
  border-radius: 5px;
}
.therme-inner {
  padding: 40px;
  position: relative;
  z-index: 1;
}
.therme-inner .en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 5.625rem;
  line-height: 1.1;
  color: #DADFDE;
  position: absolute;
  top: 18px;
  right: 40px;
  z-index: -1;
}
.therme-ttl {
  font-size: 2.5rem;
  font-weight: 500;
}
.therme-txt {
  word-break: keep-all;
  line-height: 2.1;
  margin-top: 16px;
}
.therme-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}
.therme-list .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 270/160;
  border-radius: 4px;
}
.therme-list .name {
  font-size: 1.375rem;
  font-weight: 700;
  color: #3C6D5A;
  margin-top: 16px;
}
.therme-list .txt {
  line-height: 2.1;
  margin-top: 12px;
}
.therme-detail {
  margin-top: 72px;
  background: rgba(60, 109, 90, 0.1);
  border-radius: 5px;
  padding: 32px 40px;
  display: flex;
  gap: 32px;
}
.therme-detail .detail-list {
  width: calc((100% - 32px) / 2);
}
.therme-detail .detail-list > div {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 32px;
}
.therme-detail .detail-list > div:first-of-type {
  margin-top: 0;
}
.therme-detail .detail-list > div.--column {
  flex-direction: column;
  align-items: normal;
}
.therme-detail .detail-list > div.time > dt::before {
  background-image: url("../img/common/icon_time.svg");
}
.therme-detail .detail-list > div.place > dt::before {
  background-image: url("../img/common/icon_place.svg");
}
.therme-detail .detail-list > div.tel > dt::before {
  background-image: url("../img/common/icon_tel.svg");
}
.therme-detail .detail-list > div.target > dt::before {
  background-image: url("../img/common/icon_person.svg");
}
.therme-detail .detail-list > div.start > dt::before {
  background-image: url("../img/common/icon_calendar.svg");
}
.therme-detail .detail-list > div.price > dt::before {
  background-image: url("../img/common/icon_price.svg");
}
.therme-detail .detail-list > div > dt {
  flex-shrink: 0;
  text-align: center;
  width: 112px;
  background: #3C6D5A;
  color: #fff;
  padding: 4px 8px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
}
.therme-detail .detail-list > div > dt::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/common/icon_pencil.svg") center center/contain no-repeat;
}
.therme-detail .detail-list > div > dt > p {
  flex-grow: 1;
  font-weight: 700;
}
.therme-detail .detail-list > div > dd {
  flex-grow: 1;
  font-weight: 700;
  line-height: 2;
  word-break: keep-all;
}
.therme-detail .detail-list > div .note {
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 1.2em;
  position: relative;
}
.therme-detail .detail-list > div .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.therme-detail .detail-list .list_time > div {
  display: flex;
  margin-top: 4px;
}
.therme-detail .detail-list .list_time > div:first-of-type {
  margin-top: 0;
}
.therme-detail .detail-list .list_time > div > dt {
  flex-shrink: 0;
  width: 112px;
  padding: 0 4px 8px;
  border-bottom: 1px solid #3C6D5A;
}
.therme-detail .detail-list .list_time > div > dd {
  flex-grow: 1;
  padding: 0 4px 8px;
  border-bottom: 1px solid #DADFDE;
}

.indoor {
  margin-top: 130px;
  position: relative;
}
.indoor::before {
  content: "";
  display: block;
  width: 204px;
  height: 136px;
  background: url("../img/active/indoor_illust.png") center center/contain no-repeat;
  position: absolute;
  top: -26px;
  right: 0;
}
.indoor-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 56px;
}
.indoor-list .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  border-radius: 4px;
}
.indoor-list .passport {
  background: #E68E9C;
  color: #fff;
  padding: 4px 24px;
  display: flex;
  justify-content: center;
  gap: 8px;
  border-radius: 9999px;
  font-weight: 700;
  margin-top: 12px;
}
.indoor-list .passport::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/common/icon_passport.svg") center center/contain no-repeat;
  margin-top: 3px;
}
.indoor-list .name {
  word-break: keep-all;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 12px;
}

.outdoor {
  margin-top: 130px;
  position: relative;
}
.outdoor::before {
  content: "";
  display: block;
  width: 197px;
  height: 167px;
  background: url("../img/active/outdoor_illust.png") center center/contain no-repeat;
  position: absolute;
  top: -62px;
  left: 0;
}
.outdoor-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 56px;
}
.outdoor-list .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  border-radius: 4px;
}
.outdoor-list .passport {
  background: #E68E9C;
  color: #fff;
  padding: 4px 24px;
  display: flex;
  justify-content: center;
  gap: 8px;
  border-radius: 9999px;
  font-weight: 700;
  margin-top: 12px;
}
.outdoor-list .passport::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/common/icon_passport.svg") center center/contain no-repeat;
  margin-top: 2px;
}
.outdoor-list .passport.--none {
  opacity: 0;
}
.outdoor-list .name {
  word-break: keep-all;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 12px;
}

.forest {
  margin-top: 130px;
  position: relative;
}
.forest::before {
  content: "";
  display: block;
  width: 195px;
  height: 151px;
  background: url("../img/active/forest_illust.png") center center/contain no-repeat;
  position: absolute;
  top: 32px;
  right: 0;
}
.forest::after {
  content: "";
  display: block;
  width: 125px;
  height: 130px;
  background: url("../img/common/woods_02.png") center center/contain no-repeat;
  position: absolute;
  top: 140px;
  left: 0;
}
.forest-container {
  margin-top: 100px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.forest-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 950/442;
  border-radius: 5px;
}
.forest-inner {
  padding: 40px;
  position: relative;
  z-index: 1;
}
.forest-inner .en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 5.625rem;
  line-height: 1.1;
  color: #DADFDE;
  position: absolute;
  top: 18px;
  right: 40px;
  z-index: -1;
}
.forest-inner .en.small {
  font-size: 3.75rem;
}
.forest-inner .note {
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 1.2em;
  position: relative;
}
.forest-inner .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.forest-ttl {
  font-size: 2.5rem;
  font-weight: 500;
}
.forest-txt {
  line-height: 2.1;
  margin-top: 16px;
}
.forest-detail {
  margin-top: 72px;
  background: rgba(60, 109, 90, 0.1);
  border-radius: 5px;
  padding: 32px 40px;
  display: flex;
  gap: 32px;
}
.forest-detail .detail-list {
  width: calc((100% - 32px) / 2);
}
.forest-detail .detail-list.--second {
  width: 60%;
}
.forest-detail .detail-list.--second > div > dt {
  width: 146px;
}
.forest-detail .detail-list > div {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 32px;
}
.forest-detail .detail-list > div:first-of-type {
  margin-top: 0;
}
.forest-detail .detail-list > div.--column {
  flex-direction: column;
  align-items: normal;
}
.forest-detail .detail-list > div.time > dt::before {
  background-image: url("../img/common/icon_time.svg");
}
.forest-detail .detail-list > div.place > dt::before {
  background-image: url("../img/common/icon_place.svg");
}
.forest-detail .detail-list > div.tel > dt::before {
  background-image: url("../img/common/icon_tel.svg");
}
.forest-detail .detail-list > div.target > dt::before {
  background-image: url("../img/common/icon_person.svg");
}
.forest-detail .detail-list > div.start > dt::before {
  background-image: url("../img/common/icon_calendar.svg");
}
.forest-detail .detail-list > div.price > dt::before {
  background-image: url("../img/common/icon_price.svg");
}
.forest-detail .detail-list > div > dt {
  flex-shrink: 0;
  text-align: center;
  width: 112px;
  background: #3C6D5A;
  color: #fff;
  padding: 4px 8px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
}
.forest-detail .detail-list > div > dt::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/common/icon_person.svg") center center/contain no-repeat;
}
.forest-detail .detail-list > div > dt > p {
  flex-grow: 1;
  font-weight: 700;
}
.forest-detail .detail-list > div > dd {
  flex-grow: 1;
  font-weight: 700;
  line-height: 2;
  word-break: keep-all;
}
.forest-detail .detail-list .list_time > div {
  display: flex;
  margin-top: 4px;
}
.forest-detail .detail-list .list_time > div:first-of-type {
  margin-top: 0;
}
.forest-detail .detail-list .list_time > div > dt {
  flex-shrink: 0;
  width: 130px;
  padding: 0 4px 8px;
  border-bottom: 1px solid #3C6D5A;
}
.forest-detail .detail-list .list_time > div > dd {
  flex-grow: 1;
  padding: 0 4px 8px;
  border-bottom: 1px solid #DADFDE;
}
.forest-note {
  font-size: 0.875rem;
  padding-left: 1.2em;
  position: relative;
  margin-top: 24px;
}
.forest-note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* experience */
/* ============================================ */
.exp-anchor {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 64px;
}
.exp-anchor > li {
  width: calc((100% - 64px) / 3);
  max-width: 180px;
}

.exp-catch {
  word-break: keep-all;
  text-align: center;
  font-size: 2rem;
  line-height: 1.45;
  margin-top: 64px;
}
.exp-catch .color {
  color: #3C6D5A;
}

.exp-txt {
  word-break: keep-all;
  text-align: center;
  line-height: 2;
  margin-top: 28px;
}

.event {
  margin-top: 100px;
  position: relative;
}
.event::before {
  content: "";
  display: block;
  width: 192px;
  height: 134px;
  background: url("../img/exp/event_illust.png") center center/contain no-repeat;
  position: absolute;
  top: -40px;
  left: 0;
}
.event::after {
  content: "";
  display: block;
  width: 125px;
  height: 130px;
  background: url("../img/common/woods_03.png") center center/contain no-repeat;
  position: absolute;
  top: 16px;
  right: 0;
}
.event .calendar {
  margin-top: 40px;
}
.event-note {
  padding-left: 1.2em;
  font-size: 0.875rem;
  margin-top: 16px;
  position: relative;
}
.event-note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.event-container {
  background: rgba(60, 109, 90, 0.05);
  padding: 40px 24px;
  margin-top: 40px;
}
.event-ttl {
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 24px;
  border-left: 3px solid #3C6D5A;
}
.event-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
}
.event-contents {
  padding: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 4px;
}
.event-contents .name {
  font-size: 1.375rem;
  font-weight: 700;
  color: #3C6D5A;
}
.event-contents .img {
  margin-top: 16px;
}
.event-contents .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  border-radius: 5px;
}
.event-contents .txt {
  line-height: 2.1;
  margin-top: 10px;
}
.event-list {
  margin-top: 20px;
}
.event-list > div {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 20px;
}
.event-list > div:first-of-type {
  margin-top: 0;
}
.event-list > div.schedule > dt::before {
  background-image: url("../img/common/icon_calendar.svg");
}
.event-list > div.time > dt::before {
  background-image: url("../img/common/icon_time.svg");
}
.event-list > div.price > dt::before {
  background-image: url("../img/common/icon_price.svg");
}
.event-list > div > dt {
  flex-shrink: 0;
  text-align: center;
  width: 112px;
  background: #3C6D5A;
  color: #fff;
  padding: 4px 8px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
}
.event-list > div > dt::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/common/icon_pencil.svg") center center/contain no-repeat;
}
.event-list > div > dt > p {
  flex-grow: 1;
  font-weight: 700;
}
.event-list > div > dd {
  flex-grow: 1;
  font-weight: 700;
  line-height: 2;
  word-break: keep-all;
}
.event-list .price-list > div {
  display: flex;
  justify-content: space-between;
  gap: 8px 20px;
}
.event-btn {
  margin-top: 24px;
}
.event-btn a {
  padding: 12px 24px;
  text-align: center;
  display: block;
  background: #3d3d3d;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
}
.event-btn a::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../img/common/arrow_right_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
}
.event-txt {
  margin-top: 20px;
  line-height: 2;
}

.original {
  margin-top: 130px;
  position: relative;
}
.original::before {
  content: "";
  display: block;
  width: 214px;
  height: 126px;
  background: url("../img/exp/original_illust.png") center center/contain no-repeat;
  position: absolute;
  top: 15px;
  right: 0;
}
.original::after {
  content: "";
  display: block;
  width: 125px;
  height: 130px;
  background: url("../img/common/woods_02.png") center center/contain no-repeat;
  position: absolute;
  top: 260px;
  left: 0;
}
.original-container {
  margin-top: 100px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.original-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 950/442;
  border-radius: 5px;
}
.original-inner {
  padding: 40px;
  position: relative;
  z-index: 1;
}
.original-inner .en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 5.625rem;
  line-height: 1.1;
  color: #DADFDE;
  position: absolute;
  top: 18px;
  right: 40px;
  z-index: -1;
}
.original-inner .en.small {
  font-size: 3.75rem;
}
.original-inner .note {
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 1.2em;
  position: relative;
  margin-top: 8px;
}
.original-inner .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.original-ttl {
  font-size: 2.5rem;
  font-weight: 500;
}
.original-txt {
  line-height: 2.1;
  margin-top: 16px;
}
.original-detail {
  margin-top: 32px;
  background: rgba(60, 109, 90, 0.1);
  border-radius: 5px;
  padding: 32px 40px;
  display: flex;
  gap: 32px;
}
.original-detail .detail-list {
  width: calc((100% - 32px) / 2);
}
.original-detail .detail-list > div {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 32px;
}
.original-detail .detail-list > div:first-of-type {
  margin-top: 0;
}
.original-detail .detail-list > div.--column {
  flex-direction: column;
  align-items: normal;
}
.original-detail .detail-list > div.time > dt::before {
  background-image: url("../img/common/icon_time.svg");
}
.original-detail .detail-list > div.recp > dt::before {
  background-image: url("../img/common/icon_bell.svg");
}
.original-detail .detail-list > div.tel > dt::before {
  background-image: url("../img/common/icon_tel.svg");
}
.original-detail .detail-list > div.dur > dt::before {
  background-image: url("../img/common/icon_hourglass.svg");
}
.original-detail .detail-list > div.place > dt::before {
  background-image: url("../img/common/icon_place.svg");
}
.original-detail .detail-list > div.price > dt::before {
  background-image: url("../img/common/icon_price.svg");
}
.original-detail .detail-list > div > dt {
  flex-shrink: 0;
  text-align: center;
  width: 112px;
  background: #3C6D5A;
  color: #fff;
  padding: 4px 8px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
}
.original-detail .detail-list > div > dt::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/common/icon_pencil.svg") center center/contain no-repeat;
}
.original-detail .detail-list > div > dt > p {
  flex-grow: 1;
  font-weight: 700;
}
.original-detail .detail-list > div > dd {
  flex-grow: 1;
  font-weight: 700;
  line-height: 2;
  word-break: keep-all;
}
.original-detail .detail-list .list_time > div {
  display: flex;
  margin-top: 4px;
}
.original-detail .detail-list .list_time > div:first-of-type {
  margin-top: 0;
}
.original-detail .detail-list .list_time > div > dt {
  flex-shrink: 0;
  width: 130px;
  padding: 0 4px 8px;
  border-bottom: 1px solid #3C6D5A;
}
.original-detail .detail-list .list_time > div > dd {
  flex-grow: 1;
  padding: 0 4px 8px;
  border-bottom: 1px solid #DADFDE;
}

.bath {
  margin-top: 130px;
  position: relative;
}
.bath::before {
  content: "";
  display: block;
  width: 200px;
  height: 176px;
  background: url("../img/exp/bath_illust.png") center center/contain no-repeat;
  position: absolute;
  top: -72px;
  left: 0;
}
.bath::after {
  content: "";
  display: block;
  width: 125px;
  height: 130px;
  background: url("../img/common/woods_03.png") center center/contain no-repeat;
  position: absolute;
  top: 40px;
  right: 0;
}
.bath-container {
  margin-top: 80px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.bath-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 950/442;
  border-radius: 5px;
}
.bath-inner {
  padding: 40px;
  position: relative;
  z-index: 1;
}
.bath-inner .en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 5.625rem;
  line-height: 1.1;
  color: #DADFDE;
  position: absolute;
  top: 18px;
  right: 40px;
  z-index: -1;
}
.bath-inner .en.small {
  font-size: 3.75rem;
}
.bath-inner .note {
  font-size: 0.875rem;
  font-weight: 400;
  padding-left: 1.2em;
  position: relative;
  margin-top: 8px;
}
.bath-inner .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.bath-catch {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3C6D5A;
}
.bath-ttl {
  font-size: 2.5rem;
  font-weight: 500;
}
.bath-txt {
  line-height: 2.1;
  margin-top: 16px;
}
.bath-detail {
  margin-top: 32px;
  background: rgba(60, 109, 90, 0.1);
  border-radius: 5px;
  padding: 32px 40px;
  display: flex;
  gap: 32px;
}
.bath-detail .detail-list {
  width: calc((100% - 32px) / 2);
}
.bath-detail .detail-list > div {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 32px;
}
.bath-detail .detail-list > div:first-of-type {
  margin-top: 0;
}
.bath-detail .detail-list > div.--column {
  flex-direction: column;
  align-items: normal;
}
.bath-detail .detail-list > div.time > dt::before {
  background-image: url("../img/common/icon_time.svg");
}
.bath-detail .detail-list > div.recp > dt::before {
  background-image: url("../img/common/icon_bell.svg");
}
.bath-detail .detail-list > div.tel > dt::before {
  background-image: url("../img/common/icon_tel.svg");
}
.bath-detail .detail-list > div.dur > dt::before {
  background-image: url("../img/common/icon_hourglass.svg");
}
.bath-detail .detail-list > div.place > dt::before {
  background-image: url("../img/common/icon_place.svg");
}
.bath-detail .detail-list > div.price > dt::before {
  background-image: url("../img/common/icon_price.svg");
}
.bath-detail .detail-list > div > dt {
  flex-shrink: 0;
  text-align: center;
  width: 112px;
  background: #3C6D5A;
  color: #fff;
  padding: 4px 8px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
}
.bath-detail .detail-list > div > dt::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/common/icon_pencil.svg") center center/contain no-repeat;
}
.bath-detail .detail-list > div > dt > p {
  flex-grow: 1;
  font-weight: 700;
}
.bath-detail .detail-list > div > dd {
  flex-grow: 1;
  font-weight: 700;
  line-height: 2;
  word-break: keep-all;
}
.bath-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 64px;
}
.bath-list .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  border-radius: 4px;
}
.bath-list .passport {
  background: #E68E9C;
  color: #fff;
  padding: 4px 24px;
  display: flex;
  justify-content: center;
  gap: 8px;
  border-radius: 9999px;
  font-weight: 700;
  margin-top: 12px;
}
.bath-list .passport::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/common/icon_passport.svg") center center/contain no-repeat;
  margin-top: 3px;
}
.bath-list .name {
  word-break: keep-all;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 12px;
}
.bath-list .txt {
  line-height: 2.1;
  margin-top: 12px;
}

/* kids */
/* ============================================ */
.kids-anchor {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 64px;
}
.kids-anchor > li {
  width: calc((100% - 96px) / 4);
  max-width: 164px;
}

.kids-room {
  margin-top: 100px;
  position: relative;
}
.kids-room::before {
  content: "";
  display: block;
  width: 200px;
  height: 176px;
  background: url("../img/kids/room_illust.png") center center/contain no-repeat;
  position: absolute;
  top: -60px;
  right: 0;
}
.kids-room__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 32px;
  margin-top: 40px;
}
.kids-room__list .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 500/310;
  border-radius: 4px;
}
.kids-room__list .name {
  font-size: 1.375rem;
  font-weight: 700;
  color: #3C6D5A;
  margin-top: 12px;
}
.kids-room__list .txt {
  line-height: 2.1;
  margin-top: 10px;
}

.kids-meal {
  margin-top: 100px;
  position: relative;
}
.kids-meal::before {
  content: "";
  display: block;
  width: 120px;
  height: 124px;
  background: url("../img/common/woods_02.png") center center/contain no-repeat;
  position: absolute;
  top: 15px;
  left: 0;
}
.kids-meal__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 32px;
  margin-top: 40px;
}
.kids-meal__list .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 500/310;
  border-radius: 4px;
}
.kids-meal__list .name {
  font-size: 1.375rem;
  font-weight: 700;
  color: #3C6D5A;
  margin-top: 12px;
}
.kids-meal__list .txt {
  line-height: 2.1;
  margin-top: 10px;
}

.kids-fac {
  margin-top: 100px;
  position: relative;
}
.kids-fac::before {
  content: "";
  display: block;
  width: 274px;
  height: 158px;
  background: url("../img/kids/fac_illust.png") center center/contain no-repeat;
  position: absolute;
  top: -64px;
  right: 0;
}
.kids-fac__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 32px;
  margin-top: 40px;
}
.kids-fac__list .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 500/310;
  border-radius: 4px;
}
.kids-fac__list .name {
  font-size: 1.375rem;
  font-weight: 700;
  color: #3C6D5A;
  margin-top: 12px;
}
.kids-fac__list .txt {
  line-height: 2.1;
  margin-top: 10px;
}

.kids-goods {
  margin-top: 100px;
  position: relative;
}
.kids-goods__container {
  padding: 40px 24px;
  background: rgba(60, 109, 90, 0.05);
  margin-top: 80px;
}
.kids-goods__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 48px;
}
.kids-goods__item {
  width: calc((100% - 80px) / 3);
}
.kids-goods .list_room {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px 20px;
  margin-top: 40px;
}
.kids-goods .list_room.two {
  grid-template-columns: repeat(2, 1fr);
}
.kids-goods .list_room.three {
  grid-template-columns: repeat(3, 1fr);
}
.kids-goods .list_room.five {
  grid-template-columns: repeat(5, 1fr);
}
.kids-goods .list_room > li {
  text-align: center;
  position: relative;
}
.kids-goods .list_room > li:first-of-type::before {
  content: none;
}
.kids-goods .list_room > li:nth-of-type(5n + 1)::before {
  content: none;
}
.kids-goods .list_room > li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #DADFDE;
  position: absolute;
  top: 0;
  left: -9.5px;
}
.kids-goods .list_room > li .img img {
  width: 120px;
}
.kids-goods .list_room > li .name {
  word-break: keep-all;
  font-weight: 700;
  margin-top: 12px;
}

.kids-plan {
  margin-top: 120px;
  position: relative;
}
.kids-plan::before {
  content: "";
  display: block;
  width: 156px;
  height: 150px;
  background: url("../img/common/woods_02.png") center center/contain no-repeat;
  position: absolute;
  top: -60px;
  left: 0;
}
.kids-plan__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
}
.kids-plan__list > li {
  width: calc((100% - 48px) / 3);
  padding: 0 20px 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kids-plan__list .img {
  margin-inline: -20px;
}
.kids-plan__list .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 300/216;
  border-radius: 5px 5px 0 0;
}
.kids-plan__list .txt {
  color: #000;
  line-height: 2;
  margin-top: 12px;
}
.kids-plan__btn {
  margin-top: 20px;
}
.kids-plan__btn a {
  padding: 12px 24px;
  text-align: center;
  display: block;
  background: #3C6D5A;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
}
.kids-plan__btn a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/common/arrow_right_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
}

/* how */
/* ============================================ */
.how-anchor {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 64px;
}
.how-anchor > li {
  width: calc((100% - 24px) / 2);
  max-width: 280px;
}

.family {
  margin-top: 130px;
  position: relative;
}
.family::before {
  content: "";
  display: block;
  width: 174px;
  height: 154px;
  background: url("../img/how/family_illust_01.png") center center/contain no-repeat;
  position: absolute;
  top: -180px;
  left: 0;
}
.family::after {
  content: "";
  display: block;
  width: 172px;
  height: 117px;
  background: url("../img/how/family_illust_02.png") center center/contain no-repeat;
  position: absolute;
  top: -140px;
  right: 0;
}

.group {
  margin-top: 260px;
  position: relative;
}
.group::before {
  content: "";
  display: block;
  width: 552px;
  height: 155px;
  background: url("../img/how/group_illust_01.png") center center/contain no-repeat;
  position: absolute;
  top: -155px;
  left: 0;
}
.group::after {
  content: "";
  display: block;
  width: 148px;
  height: 142px;
  background: url("../img/how/group_illust_02.png") center center/contain no-repeat;
  position: absolute;
  top: -190px;
  right: 0;
}

.how-intro {
  position: relative;
  z-index: 10;
}

.how-ttl {
  text-align: center;
  color: #fff;
  padding-top: 88px;
  filter: drop-shadow(0 0 20px #000);
}
.how-ttl .ttl_en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
}
.how-ttl .ttl_jp {
  font-size: 1.75rem;
  font-weight: 500;
  margin-top: 8px;
}

.how-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}
.how-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.how-bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 950/386;
  border-radius: 4px;
}

.how-schedule {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 780px;
  margin-inline: auto;
  margin-top: 64px;
}
.how-schedule > li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
.how-schedule .day {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 6px 20px;
  background: #3C6D5A;
  color: #fff;
  border-radius: 9999px;
  position: relative;
}
.how-schedule .day::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 8px;
  background: url("../img/common/anchor_arrow_bottom_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
}
.how-schedule .schedule-list {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 12px;
}
.how-schedule .schedule-list > div {
  display: flex;
  gap: 4px;
  margin-top: 8px;
}
.how-schedule .schedule-list > div:first-of-type {
  margin-top: 0;
}
.how-schedule .schedule-list > div > dt {
  flex-shrink: 0;
  width: 48px;
  font-family: "Radley", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  color: #3C6D5A;
  line-height: 1.3;
}
.how-schedule .schedule-list > div > dd {
  font-weight: 700;
}

.how-plan {
  margin-top: 100px;
  position: relative;
}
.how-plan + .how-plan {
  margin-top: 160px;
}
.how-plan.group02 .how-plan__item:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.how-plan.group02 .how-plan__item:nth-of-type(even) {
  flex-direction: row;
}
.how-plan.group03 .how-plan__item:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.how-plan.group03 .how-plan__item:nth-of-type(even) {
  flex-direction: row;
}
.how-plan__item {
  margin-top: 100px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.how-plan__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.how-plan__item .block {
  flex-grow: 1;
}
.how-plan__item .time {
  font-family: "Radley", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.1;
  color: #3C6D5A;
}
.how-plan__item .name {
  font-size: 1.875rem;
  font-weight: 500;
  margin-top: 8px;
}
.how-plan__item .txt {
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 24px;
}
.how-plan__item .img {
  flex-shrink: 0;
  width: 56.84%;
}
.how-plan__item .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 541/240;
  border-radius: 4px;
}

.how-en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 7.5rem;
  font-weight: 500;
  color: #DADFDE;
  line-height: 1;
  opacity: 0.5;
  position: absolute;
  top: -32px;
  right: 0;
}

.how-day {
  font-size: 1.75rem;
  font-weight: 500;
  padding-left: 32px;
  border-left: 3px solid #3C6D5A;
}