*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
}

iframe {
  max-width: 100%;
  vertical-align: middle;
}

picture {
  display: block;
  max-width: 100%;
}

:root {
  --color-black: #333333;
  --color-white: #ffffff;
  --color-bg: #efece0;
  --color-main: #27563e;
  --color-gold: #b79f54;
  --lg-btn: linear-gradient(
    90deg,
    var(--main, #27563e) 0%,
    var(--sub, #92b482) 100%
  );
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
  overflow-y: scroll;
}

body {
  background-color: var(--color-white);
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-black);
  line-height: 1.2;
}
body.of-hidden {
  overflow: hidden;
}
body h1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: all 0.35s ease;
}

.container {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 1199px) {
  .container {
    padding-inline: 15px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-inline: 20px;
  }
}
.container.top {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  margin-top: 235px;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .container.top {
    margin-top: 32.57vw;
    padding-inline: 24px;
  }
}

.h1,
.h2,
.h3,
.h4 {
  font-family: "Noto Serif JP", serif;
  letter-spacing: normal;
  font-weight: 400;
  line-height: auto;
}

.h1 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .h1 {
    font-size: 18px;
  }
}

.h2 {
  font-size: 17px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .h2 {
    font-size: 16px;
  }
}

.h3 {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .h3 {
    font-size: 15px;
  }
}

.h4 {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .h4 {
    font-size: 13px;
  }
}

.p-text {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .p-text {
    font-size: 11px;
    line-height: 18px;
  }
}

.btn-text {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.5px;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .btn-text {
    font-size: 13px;
    line-height: 18px;
  }
}

.a-text {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: normal;
  text-decoration: underline;
  color: #007bff;
}
.a-text:hover {
  color: #0056b3;
}
@media (max-width: 767px) {
  .a-text {
    font-size: 9px;
    line-height: 13px;
  }
}

.note-text {
  font-size: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: normal;
  color: #666;
}
@media (max-width: 767px) {
  .note-text {
    font-size: 9px;
    line-height: 16px;
  }
}

.section__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .section__header {
    gap: 4px;
  }
}

.section__headicon {
  max-width: 177px;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .section__headicon {
    max-width: 66px;
  }
}

.section__ttl {
  color: #27563e;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}
@media (max-width: 767px) {
  .section__ttl {
    font-size: 20px;
    line-height: 24px;
  }
}

.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
@media only screen and (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 576px) {
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}
@media only screen and (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important;
  }
}

.header {
  width: 100%;
  padding: 40px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: auto;
  background-image: url("../../assets/images/common/bg_header.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 34.722vw;
}
@media (max-width: 1279px) {
  .header {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 15px 15px 10px;
  }
}
@media (max-width: 767px) {
  .header {
    background-image: url("../../assets/images/common/bg_header-sp.webp");
    padding: 16px 24px;
    min-width: 100%;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
  }
}

.header.home {
  z-index: 10;
}

.header.cld::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/images/common/bg_cloud_subheader.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: 7%;
  width: 374px;
  height: 344px;
  z-index: 1;
}
@media (max-width: 767px) {
  .header.cld::after {
    background-image: url("../../assets/images/common/bg_cloud_subheader_sp.webp");
    width: 120px;
    height: 120px;
    top: 23%;
  }
}

.header__wrapper {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .header__wrapper {
    height: 32px;
  }
}

.header__logo {
  transition: opacity 0.3s ease;
}

.header__logo img {
  max-width: 156px;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .header__logo img {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .header__logo img {
    max-width: 88px;
    width: 100%;
  }
}

.header__logo:hover {
  opacity: 0.7;
}

/* ==============================
   HAMBURGER
================================ */
.header-hamburger {
  width: 30px;
  height: 8px;
  cursor: pointer;
  position: relative;
  z-index: 20;
  display: none;
}

@media (max-width: 767px) {
  .header-hamburger {
    display: block;
    cursor: pointer;
    width: 24px;
    height: 19px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.header-hamburger span {
  display: block;
  background: #fff;
  transition: all 0.3s ease;
  width: 24px;
  height: 2px;
  border-radius: 2px;
}

.header-hamburger.cross span:nth-child(1) {
  transform: rotate(45deg) translate(10px, 5px);
}

.header-hamburger.cross span:nth-child(2) {
  opacity: 0;
}

.header-hamburger.cross span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -2px);
}

.header-hamburger.cross {
  height: 19px;
  margin-top: -5px;
}

.header-hamburger.cross::before {
  transform: rotate(45deg);
  top: 15px;
}

.header-hamburger.cross::after {
  transform: rotate(-45deg);
  top: 15px;
}

.header__navbar-wrapper {
  display: flex;
  align-items: center;
  gap: 71px;
}

@media (max-width: 767px) {
  .header__navbar-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    /* height: 100vh; */
    background-color: #27563e;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 20px 24px 30px;
    z-index: 15;
    gap: 8px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
  }
  .header__navbar-wrapper.show {
    opacity: 1;
    visibility: visible;
  }
}
.header__navbar-wrapper .header__logo {
  display: none;
}

@media (max-width: 767px) {
  .header__navbar-wrapper .header__logo {
    display: block;
    margin: 5px 0 0px;
    margin: 11px 0 0px;
    max-width: 88px;
  }
}
/* ==============================
   NAV LINKS
================================ */
.header-nav {
  display: flex;
  align-items: baseline;
  gap: 40px;
}
@media (max-width: 991px) {
  .header-nav {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .header-nav {
    flex-direction: column;
    width: 100%;
    gap: 0;
    /* margin-bottom: 40px; */
  }
}

.header-nav__item {
  width: auto;
}

@media (max-width: 767px) {
  .header-nav__item {
    width: 100%;
  }
}
.header-nav__link {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  transition: all 0.5s ease;
}
.header-nav__link:hover {
  color: #b79f54;
}
@media (max-width: 767px) {
  .header-nav__link {
    font-size: 15px;
    font-weight: 600;
    padding: 20px 0 0;
  }
}

.header-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.header-nav__link:hover::after {
  transform: scaleX(1);
}

/* 現在のページにホバー時の色を常に適用 */
.header-nav__link.current {
  color: #b79f54;
}
/* 現在のページには円形のインジケーターを表示 */
.header-nav__link.current::after {
  content: "";
  position: absolute;
  border: 3px solid #b79f54;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: -10px;
  right: 50%;
  transform: translate(50%);
  left: auto;
  bottom: auto;
  background: transparent;
}
@media (max-width: 767px) {
  .header-nav__link.current::after {
    display: none;
  }
}

/* ==============================
   BODY OVERLAY
================================ */
.overlaymenu-items li {
  position: relative;
  list-style: none;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.4px;
  padding-left: 23px;
  margin-bottom: 15px;
}
.overlaymenu-items li a {
  color: #fff;
}

.overlaymenu-items li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  background: #fff;
}

.header-nav__link.active + .overlaymenu-items {
  margin-top: 12px;
}

.header-nav__link {
  position: relative;
}

@media (max-width: 767px) {
  .header-nav__item {
    position: relative;
  }
}

.overlaymenu-toggle {
  display: none;
}

@media (max-width: 767px) {
  .overlaymenu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 64px;
    height: 48px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
  }
  .overlaymenu-toggle::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("../../assets/images/common/anchor-gold.svg") no-repeat center/contain;
    transition: transform 0.3s ease;
  }
  .header-nav__item.active .overlaymenu-toggle::after {
    transform: rotate(180deg);
  }
}
.overlaymenu-items {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.overlaymenu-items li {
  position: relative;
  list-style: none;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  padding-left: 23px;
  margin-top: 10px;
}

.overlaymenu-items li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  background: #b79f54;
}

/* ネストされたサブメニュー項目（見学についての下の項目） */
.overlaymenu-items li.overlaymenu-subitem {
  padding-left: 37px;
}

.overlaymenu-items li.overlaymenu-subitem::before {
  content: "●";
  width: auto;
  height: auto;
  background: none;
  color: #b79f54;
  font-size: 5px;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.no-scroll {
  overflow-y: hidden;
}

.footer {
  width: 100%;
  display: flex;
  padding: 24px 0;
  justify-content: center;
  align-items: flex-end;
  background: #27563e;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .footer {
    padding: 24px 20px;
  }
}

.footer-wrapper {
  max-width: 1000px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 767px) {
  .footer-wrapper {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
  }
}

.footer__content {
  display: flex;
  flex-direction: column;
}

.footer__committee {
  color: #fff;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
@media (max-width: 767px) {
  .footer__committee {
    font-size: 12px;
    line-height: 18px;
  }
}

.footer__items {
  color: #fff;
  font-family:
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    Meiryo,
    sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}
@media (max-width: 767px) {
  .footer__items {
    font-size: 12px;
    line-height: 18px;
  }
}

.footer__cp {
  line-height: 0;
}
@media (max-width: 767px) {
  .footer__cp {
    width: 100%;
    text-align: center;
  }
}

.footer__copyright {
  color: #fff;
  font-family:
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    Meiryo,
    sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 21px;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 10px;
    line-height: 15px;
  }
}

.topage {
  position: fixed;
  bottom: 40px;
  z-index: 60000;
  width: 50px;
  height: 50px;
  background-color: #b79f54;
  right: 40px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  cursor: pointer;
  pointer-events: none;
  transition:
    opacity 0.3s,
    pointer-events 0.3s;
}
@media (max-width: 767px) {
  .topage {
    width: 32px;
    height: 33px;
    right: 5px;
    bottom: 40px;
    z-index: 99999;
  }
}
.topage:hover .topage-txt {
  margin-top: -4px;
}
.topage:hover svg {
  display: none;
}

.topage svg {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  transform: translate(-50%);
  top: 13px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .topage svg {
    top: 8px;
    width: 12px;
    height: 9px;
  }
}

.topage-txt {
  color: #fff;
  font-weight: 600;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  font-size: 14px;
  bottom: -21px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .topage-txt {
    font-size: 10px;
    bottom: -16px;
  }
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white, #fff);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  background-image: linear-gradient(
    90deg,
    var(--main, #27563e) 0%,
    var(--sub, #92b482) 100%
  );
  position: relative;
  padding: 16px 40px;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
@media (max-width: 767px) {
  .btn-primary {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 15px;
  }
}
.btn-primary::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='18' height='18' fill='url(%23pattern0_2206_4119)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_2206_4119' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_2206_4119' transform='scale(0.0277778)'/%3E%3C/pattern%3E%3Cimage id='image0_2206_4119' width='36' height='36' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAABSElEQVRYhe2YsS4FQRSGv71EgohKKJS3kqg09yFEoVJ4BA+g9wx6hRegR63QaERIFBpRaUSDT7EjbiF2ZveO3WL/5FS7Z843Z8+cmdmCCKkAxrzbVIP/CJKi6Ro+xcQpSgkdzFAPVKUeqEo9UJVSgArie9ByDRYgT4b2gAdgVMc5B9AaMAucAsMM45eba4JNqSeWulUXI/007OKTBkJdUK9DjDN1pm0g1FX1McQ5igbKbBvqa4i13wUg1C31Xf1Ud6qAiujvNjmNgMvfKgPa6dTzfz0c8NOBc9km8EGZgV3gvPGUGtTPuvoSyuMgqqgzAo0v++NQr60BzalXIcaFLTfG8a3jTl2K9MsGdBjGflaHCX6qpix7ibu93gBvwDZwnzA+EHngCpn8honxWQGeElnMCVRH/c01Sj1QlToHVOf/UNbzU+cy9AUEhq08gCzshQAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  .btn-primary::after {
    width: 14px;
    height: 14px;
  }
}
.btn-primary::before {
  content: "";
  background: linear-gradient(
    90deg,
    var(--sub, #92b482) 0%,
    var(--main, #27563e) 100%
  );
  transition: all 0.3s ease-in-out;
  position: absolute;
  inset: 0;
  z-index: -1;
}
/* .btn-primary:hover {
  background: var(--grd, linear-gradient(90deg, var(--main, #92B482) 0%, var(--sub, #27563E) 100%));
} */
.btn-primary:hover::before {
  transition: all 0.3s ease-in-out;
  background: linear-gradient(
    90deg,
    var(--sub, #92b482) 0%,
    var(--main, #27563e) 100%
  );
  opacity: 0;
}

.btn-primary.pdf::after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='11' height='14.6667' fill='url(%23pattern0_2206_1785)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_2206_1785' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_2206_1785' transform='scale(0.0555556 0.0416667)'/%3E%3C/pattern%3E%3Cimage id='image0_2206_1785' width='18' height='24' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAYCAQAAABdXGW6AAAAtklEQVR42u2TMQqDQBBF5wg5ikewCSaYNHusEPBKQYzapkziNDbCdrKlxUu3rMuiFwi/+zyYYeZ/QbGMaKAR670RiwqOBaUPpCzeUxacMDNRYQJVTN6rmJgFpaVEAl3oqMkRhJyarzDQUKygE88YUnrMCjK8/LgbH8YUdKbzi79x2BSUcedBsw0dyDhy3R4XqqRl2IMKmn3I0KN/SFNRSR4zDl38Fk3FN47ynCpCXAoniUrF9dIfN95YuU6sWkoAAAAASUVORK5CYII='/%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 11px;
  height: 14.667px;
}
.btn-primary.pdf .pdf {
  font-size: 14px;
}

.pagination__list {
  display: flex;
  justify-content: center;
}
.pagination__item {
  background-color: var(--color-black);
  height: 30px;
  min-width: 30px;
}
.pagination__item:not(:last-of-type) {
  margin-right: 10px;
}
.pagination__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: var(--color-white);
  height: 100%;
  padding: 7px;
  transition: 0.3s;
}
.pagination__item a:hover {
  opacity: 0.7;
}
.pagination__item.-dots {
  background-color: transparent;
  min-width: auto;
}
.pagination__item.-dots a {
  color: var(--color-black);
  padding-left: 0;
  padding-right: 0;
}
.pagination__item.-active {
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
}
.pagination__item.-active a {
  color: var(--color-black);
}
.pagination__item.-prev a,
.pagination__item.-next a {
  position: relative;
  width: auto;
}
.pagination__item.-prev a::after,
.pagination__item.-next a::after {
  content: "";
  background-image: url(../img/pagination-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 6px;
  width: 8px;
  position: absolute;
}
.pagination__item.-prev a {
  padding: 5px 7px 5px 20px;
}
.pagination__item.-prev a:after {
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.pagination__item.-next a {
  padding: 5px 20px 5px 7px;
}
.pagination__item.-next a:after {
  right: 7px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.swiper {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .swiper-wrapper {
    height: 80vh !important;
  }
}
@media (max-width: 575px) {
  .swiper-wrapper {
    height: 100% !important;
  }
}

.swiper-slide.swiper-slide-active img {
  animation: zoomIn 12s ease forwards;
}


.swiper-slide.swiper-slide-prev img {
  animation: zoomIn 12s ease forwards;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper__slide img {
  width: 100%;
  transform: scale(1.1);
}

.mySwiper .swiper-slide {
  overflow: hidden;
}

.mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: transform 7s ease;
}

/* Zoom ONLY active slide */
.mySwiper .swiper-slide-active img {
  transform: scale(1.15);
}

/* .swiper-pagination {
  bottom: 38.4vh !important;
  height: 2.736vw !important;
}
@media (max-width: 767px) {
  .swiper-pagination {
    bottom: unset !important;
    height: unset !important;
  }
} */

.swiper-pagination-bullet {
  color: inherit !important;
  border: solid 1px #fff !important;
  background: unset !important;
  opacity: unset !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

.swiper-slide {
  animation: fadeSlide 5s linear infinite;
}

.slide-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* Image initial state */
.slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.15);
}

/* Animate ONLY active slide */
.swiper-slide-active .slide-img img {
  animation: kenBurns 5s ease-out forwards;
}

/* Keyframes for smooth zoom */
@keyframes kenBurns {
  from {
    transform: scale(1.15);
  }
  to {
    transform: scale(1);
  }
}
/* Optional: pagination style */
.swiper-pagination {
  bottom: 20px;
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
  width: 12px;
  height: 12px;
  opacity: 1;
  transition: all 0.3s;
}

.swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.2);
}

.mv {
  position: relative;
}
@media (max-width: 767px) {
  .mv {
    width: 100vw;
    height: 141.48vw;
  }
}

@media (min-width: 768px) {
  .mv .swiper {
    padding-bottom: 100px;
  }
}

.mv__btmwrap {
  background-image: url("../../assets/images/home/bg_slider_bottom.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -1px;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 34.6354166667vw;
}
@media (max-width: 767px) {
  .mv__btmwrap {
    background-image: url("../../assets/images/home/bg_slider_bottom-sp.png");
    background-position: top;
    height: 100vw;
  }
}

.mv__btm-txt {
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .mv__btm-txt {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: normal;
  }
}

.mv__btm-icon {
  max-width: 166px;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .mv__btm-icon {
    max-width: 126px;
  }
}

.mv__btm {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  padding: 18px 10px 80px;
}
@media (max-width: 991px) {
  .mv__btm {
    padding: 18px 10px 36px;
  }
}
@media (max-width: 767px) {
  .mv__btm {
    padding: 75px 10px 38px;
    padding: 0 10px 38px;
  }
}

@media (max-width: 767px) {
  .swiper-wrapper {
    height: 81.425vw !important;
  }
}

.mv .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  bottom: 312px;
}

@media (max-width: 767px) {
  .mv .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-horizontal.swiper-pagination-bullets {
    position: relative;
    top: -30px;
    gap: 8px;
    bottom: unset;
  }

  .mv .swiper-pagination-bullet {
    display: block;
  }
}

.mv .swiper-pagination-bullet {
  margin: 0 !important;
  width: 7px;
  height: 7px;
}

@media (max-width: 767px) {
  .mv .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

.home__swiper .mySwiper .swiper-slide-active img {
  transform: unset;
}

.home__swiper .swiper-wrapper {
  height: auto !important;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.news {
  padding-block: 80px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .news {
    padding-inline: 10px;
  }
}
@media (max-width: 767px) {
  .news {
    padding-inline: 0;
    padding-block: 64px;
  }
}
.news__wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .news__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news__left {
  padding-right: 70px;
}
@media (max-width: 767px) {
  .news__left {
    padding-right: unset;
    padding-bottom: 15px;
  }
}
.news__title {
  color: #295740;
  font-size: 18px;
  line-height: 34px;
  font-weight: 700;
}
.news__right {
  padding: 15px 0 15px 70px;
  border-left: 1px solid #a9a9a9;
}
@media (max-width: 767px) {
  .news__right {
    border-top: 1px solid #a9a9a9;
    border-left: unset;
    padding: 24px 0 0 0;
    width: 100%;
  }
}
.news__right a {
  display: block;
  color: #333;
  transition: 0.3s;
}
.news__right a:visited {
  color: #333 !important;
}
.news__right a.news__info:visited {
  color: #333 !important;
}
.news__right a.news__date:visited {
  color: #333 !important;
}
.news__right a:hover {
  color: #c5b174 !important;
}
.news__right a.news__info:hover {
  color: #c5b174 !important;
}
.news__right a.news__date:hover {
  color: #c5b174 !important;
}
.news__right a:hover path {
  stroke: #b79f54 !important;
}
.news__info {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  padding-top: 10px;
}
.news__info span {
  font-size: 14px;
  font-weight: 400;
}
.news__info:first-of-type {
  padding-top: 0;
}
.news__info-item {
  display: block;
}
.news__info-item:first-child .news__info {
  padding-top: 0;
}
@media (max-width: 767px) {
  .news__info {
    font-size: 14px;
    line-height: 17px;
    padding-top: 4px;
  }
}
.news__lists {
  padding-top: 20px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .news__lists {
    padding-top: 16px;
    padding-left: 0;
  }
}
/* トップページ専用のスタイル（お知らせ一覧ページには影響しない） */
.news .news__lists {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .news .news__lists {
    padding-top: 32px;
  }
}
.news__date {
  font-size: 16px;
  line-height: 30px;
  position: relative;
  color: #333;
  transition: 0.3s;
  padding-top: 4px;
  font-weight: 400;
}
.news__date:first-of-type {
  padding-top: 0;
}
/* トップページ専用のスタイル（お知らせ一覧ページには影響しない） */
.news .news__date {
  padding-top: 15px;
}
.news .news__date:first-of-type {
  padding-top: 0;
}
@media (max-width: 767px) {
  .news .news__date {
    padding-top: 16px;
  }
}
a.news__date {
  cursor: pointer;
}
a.news__date:visited {
  color: #295740;
}
a.news__date:hover {
  color: #c5b174;
}
a.news__date:hover path {
  stroke: #b79f54;
}
.news__date span {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .news__date {
    font-size: 14px;
    line-height: 24px;
    padding-top: 4px;
  }
}
.news__anno {
  text-decoration: underline;
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.075em;
  font-weight: 400;
  text-underline-offset: 5px;
}
@media (max-width: 767px) {
  .news__anno {
    font-size: 14px;
    padding-top: 24px;
  }
}

.seasons {
  background-image: url("../../assets/images/home/seasons-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-block: 144px;
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .seasons {
    padding-block: 64px;
  }
}
.seasons::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/images/home/bg_cloud01.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 503px;
  width: 100%;
  height: 542px;
  right: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .seasons::after {
    background-image: url("../../assets/images/home/bg_cloud01-sp.svg");
    max-width: 265px;
    height: 286px;
    top: 2%;
    display: none;
  }
}
.seasons::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/images/home/bg_cloud03.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 375px;
  width: 100%;
  height: 393px;
  right: 0;
  bottom: -10px;
  z-index: 0;
}
@media (max-width: 767px) {
  .seasons::before {
    background-image: url("../../assets/images/home/bg_cloud03-sp.svg");
    max-width: 198px;
    height: 227px;
    bottom: -4.3%;
  }
}

.seasons__ttl {
  max-width: 245px;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .seasons__ttl {
    max-width: 113px;
  }
}

.bl_flex-content {
  margin-top: 175px;
  position: relative;
}
@media (max-width: 767px) {
  .bl_flex-content {
    margin-right: 16px;
    margin-top: 105px;
  }
}

@media (max-width: 767px) {
  .bl_flex-content.rev {
    margin-right: unset;
    margin-left: 16px;
  }
}

.bl_flex-content.cld {
  position: relative;
}
.bl_flex-content.cld::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/images/home/bg_cloud02.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 600px;
  width: 100%;
  height: 542px;
  left: 0;
  top: -63%;
  z-index: 0;
}
@media (max-width: 767px) {
  .bl_flex-content.cld::after {
    background-image: url("../../assets/images/home/bg_cloud02-sp.svg");
    max-width: 316px;
    height: 286px;
    top: -53%;
  }
}

.bl_flex-content:before,
.bl_flex-content:after {
  position: absolute;
  content: "";
  background-color: #fff;
  height: 100%;
  width: 78.125vw;
  z-index: 1;
  right: 50%;
}

.bl_flex-content.rev:before {
  right: unset;
  left: 50%;
}

.bl_flex-img-content {
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
  margin: 0 auto;
  padding-right: 76px;
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .bl_flex-img-content {
    flex-direction: column;
    align-items: center;
    padding-left: unset;
    padding: 0 40px 30px 40px;
    padding: 0 20px 30px 20px;
  }
}

.bl_flex-img-content.rev {
  flex-direction: row-reverse;
  padding-left: 76px;
  padding-right: unset;
}
@media (max-width: 767px) {
  .bl_flex-img-content.rev {
    flex-direction: column;
    padding-left: unset;
    padding: 0 20px 30px 20px;
  }
}

.el_flex-img {
  width: 592px;
  height: 514px;
  position: relative;
  top: -61px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .el_flex-img {
    width: 432px;
    height: 434px;
  }
}
@media (max-width: 767px) {
  .el_flex-img {
    width: 320px;
    height: 288px;
    top: unset;
    margin-top: -60px;
    width: 320px;
    height: 282px;
    margin-top: -33px;
  }
}

.el_flex-img:before {
  position: absolute;
  content: "";
  background-image: url("../../assets/images/home/event_frame.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 592px;
  height: 512px;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .el_flex-img:before {
    width: 430px;
    height: 371px;
  }
}
@media (max-width: 767px) {
  .el_flex-img:before {
    background-image: url("../../assets/images/home/event_frame-sp.webp");
    width: 296px;
    height: 296px;
    width: 313px;
    height: 270px;
  }
}

.el_event_img {
  position: relative;
  width: 572px;
  height: 470px;
  top: 35px;
  left: 10px;
  border-top-left-radius: 270px;
  border-top-right-radius: 270px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 991px) {
  .el_event_img {
    width: 410px;
    height: 325px;
    top: 32px;
  }
}
@media (max-width: 767px) {
  .el_event_img {
    width: 287px;
    height: 235px;
    top: 20px;
    left: 9px;
    width: 297px;
    height: 240px;
  }
}

.el_event_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: inherit;
}

.bl_flex-text-content {
  padding-top: 106px;
  padding-right: 0;
  padding-left: 48px;
  max-width: 365px;
  width: 100%;
}
@media (max-width: 991px) {
  .bl_flex-text-content {
    max-width: 290px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .bl_flex-text-content {
    max-width: 100%;
    padding-top: 20px;
    padding-left: unset;
  }
}

.bl_flex-text-content.rev {
  padding-left: unset;
  padding-right: 48px;
}
@media (max-width: 767px) {
  .bl_flex-text-content.rev {
    padding-right: unset;
  }
}

.el_event-text {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 34px;
}
@media (max-width: 767px) {
  .el_event-text {
    font-size: 14px;
    padding-top: 10px;
    line-height: 24px;
  }
}

.bl_flex-content:after {
  position: absolute;
  content: "";
  opacity: 0.8;
  background: linear-gradient(
    180deg,
    var(--bg, #efece0) 0%,
    var(--sub, #92b482) 60.1%,
    var(--main, #27563e) 100%
  );
  height: 440px;
  width: 30.556vw;
  z-index: 0;
  right: -95px;
  top: -65px;
}
@media (max-width: 767px) {
  .bl_flex-content:after {
    height: 200px;
    width: 50.891vw;
  }
}

.bl_flex-content.rev:after {
  right: unset;
  left: -95px;
}

@media (min-width: 768px) {
  .el_event_img {
    overflow: hidden;
  }
  /* Initial state (before scroll) */
  .el_event_img .el_event_image.d-none.d-md-block {
    transform: scale(1.12);
    /* zoomed OUT */
    opacity: 0;
    transition:
      transform 3s cubic-bezier(0.25, 0.1, 0.25, 1),
      opacity 1.5s ease;
    will-change: transform;
  }
  /* Triggered when visible */
  .el_event_img.is-visible .el_event_image.d-none.d-md-block {
    transform: scale(1);
    /* zoom IN */
    opacity: 1;
  }
}
.el_event_img .el_event_image {
  transform: scale(1.12);
  opacity: 0;
  transition:
    transform 2.5s ease,
    opacity 1.2s ease;
}

.el_event_img.is-visible .el_event_image {
  transform: scale(1);
  opacity: 1;
}

.top__description {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .top__description {
    margin-top: 40px;
  }
}

body {
  background: #f0ece1;
}

.top {
  max-width: 69.4444444444vw;
  width: 100%;
  margin-inline: auto;
  margin-top: 235px;
}
@media (max-width: 767px) {
  .top {
    padding-inline: 0px;
    margin-top: 128px;
    max-width: 100vw;
  }
}
.top__description {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .top__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
    padding-inline: 24px;
  }
}
.top__title {
  position: relative;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  padding-left: 34px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .top__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-inline: 58px 24px;
    margin-bottom: 16px;
  }
}
.top__title::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/images/garden/icon-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 26px;
  height: 26px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top__title::before {
    left: 23px;
    top: unset;
    transform: unset;
  }
}
.top__images {
  position: relative;
}
.top__images .shadow {
  position: absolute;
  left: -100px;
  bottom: -68px;
  z-index: -1;
}

.card {
  max-width: 980px;
  width: 100%;
  margin-inline: auto;
  padding-block: 128px;
  margin-top: 194px;
}
@media (max-width: 767px) {
  .card {
    padding-inline: 27.5px;
    padding-block: 79px 80px;
    margin-top: 104px;
  }
}
.card__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
}
.card__wrapper.rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .card__wrapper.rev {
    flex-direction: column;
  }
}
.card__wrapper:last-child {
  margin-bottom: 0;
}
.card__wrapper:nth-of-type(4),
.card__wrapper:nth-of-type(9) {
  position: relative;
}
@media (max-width: 767px) {
  .card__wrapper {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.card__left,
.card__right {
  width: 50%;
}
@media (max-width: 767px) {
  .card__left,
  .card__right {
    width: 100%;
  }
}
.card__right {
  padding: 48px;
  background: #fff;
}
@media (max-width: 991px) {
  .card__right {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .card__right {
    padding: 24px;
  }
}
.card__ttl {
  position: relative;
  color: #27563e;
  border-bottom: 1px solid #b79f54;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  padding-bottom: 8px;
  margin-bottom: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .card__ttl {
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 4px;
    margin-bottom: 12px;
  }
}
.card__ttl::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b79f54;
  bottom: -2.3px;
  left: -1px;
}
.card__ttl::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b79f54;
  bottom: -2.3px;
  right: -1px;
}
.card__des {
  color: var(--font, #333);
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}
@media (max-width: 767px) {
  .card__des {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .card__image img {
    width: 100%;
  }
}

/* .btm {
  position: relative;
  background-image: url("../../assets/images/garden/background.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  overflow: clip;
}
@media (max-width: 1199px) {
  .btm {
    padding-inline: 15px;
  }
}
@media (max-width: 767px) {
  .btm {
    overflow: unset;
    background-image: url("../../assets/images/garden/background-sp.png");
    padding-inline: 0;
  }
}
.btm:after {
  content: "";
  position: absolute;
  background-image: url("../../assets/images/garden/icon-cloud-btm01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 0;
  bottom: -16px;
  width: 314px;
  height: 320px;
  z-index: -1;
}
@media (max-width: 991px) {
  .btm:after {
    background-image: url("../../assets/images/garden/icon-cloud-btm01-sp.svg");
    width: 250px;
    height: 250px;
    bottom: -42px;
  }
}
@media (max-width: 767px) {
  .btm:after {
    background-image: url("../../assets/images/garden/icon-cloud-btm01-sp.svg");
    width: 159px;
    height: 161px;
    bottom: -42px;
  }
} */

.garden {
  position: relative;
}

.garden .top__description {
  margin-top: 64px;
  position: relative;
  position: relative;
}
@media (max-width: 767px) {
  .garden .top__description {
    margin-top: 40px;
  }
}
.garden__top {
  position: relative;
  /* overflow: hidden; */
}
.house .garden__top {
  /* overflow: hidden; */
}

.house .top {
  position: relative;
}

.garden__content-cld.mdl {
  z-index: -1;
  left: 0;
  top: 104.5%;
  width: 327px;
  height: 327px;
  position: absolute;
}
@media (max-width: 767px) {
  .garden__content-cld.mdl {
    top: 107%;
    left: 0;
    width: 148px;
    height: 148px;
    z-index: -1;
    display: block;
  }
}

.garden__content-cld {
  z-index: -1;
  right: 0;
  top: 47.7%;
  width: 314px;
  height: 320px;
  position: absolute;
}
@media (max-width: 767px) {
  .garden__content-cld {
    display: none;
  }
}

.garden__content-cld.cnter {
  z-index: -1;
  left: 0;
   top: 71%;
  width: 327px;
  height: 327px;
  position: absolute;
}
@media (max-width: 767px) {
  .garden__content-cld.cnter {
    top: 107%;
    left: 0;
    width: 148px;
    height: 148px;
    z-index: -1;
    display: none;
  }
}

.atamiyowado__image {
  position: relative;
  width: 69.4444444444vw;
  margin: 1.5972vw auto 0.5556vw;
  /* 23px -> 1.5972vw, 8px -> 0.5556vw */
}
@media (max-width: 767px) {
  .atamiyowado__image {
    width: auto;
    margin: 6.1333vw auto 2.1333vw;
  }
}

.atamiyowado__image img {
  position: relative;
  z-index: 1;
  width: 100vw;
}

.atamiyowado__image:after {
  content: "";
  width: 14.7916666667vw;
  /* 280px / 1000px */
  height: 21.5277777778vw;
  /* 450px / 858px */
  display: inline-block;
  background-image: url("../../assets/images/garden/icon-shadow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -8.04%;
  /* -69px / 858px */
  left: -10%;
  /* -140px / 1000px */
  z-index: 0;
}
@media (max-width: 767px) {
  .atamiyowado__image:after {
    display: none;
  }
}

.atamiyowado__image .modal__trigger {
  height: 5.24%;
  /* 45px / 858px */
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  transition: 0.3s;
}

.atamiyowado__image .modal__trigger::after {
  height: auto;
  width: 100%;
}

.atamiyowado__image .modal__trigger.__1 {
  top: 11.65%;
  /* 100px / 858px */
  right: 29.7%;
  /* 297px / 1000px */
  width: 14.5%;
  /* 145px / 1000px */
  background-image: url(../../assets/images/garden/garden_map_img2.jpg);
}

.atamiyowado__image .modal__trigger.__1:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /* 145px */
  height: 100%;
  /* 45px */
  background: #b79f54 center/contain repeat
    url(../../assets/images/garden/garden_map_hover2.jpg);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.atamiyowado__image .modal__trigger.__2 {
  top: 11.65%;
  /* 100px */
  left: 44%;
  /* 440px */
  width: 8.7%;
  /* 87px */
  background-image: url(../../assets/images/garden/garden_map_img1.jpg);
}

.atamiyowado__image .modal__trigger.__2:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /* 87px */
  height: 100%;
  /* 45px */
  background: #b79f54 center/contain repeat
    url(../../assets/images/garden/garden_map_hover1.jpg);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.atamiyowado__image .modal__trigger.__3 {
  bottom: 16.43%;
  /* 141px / 858px */
  left: 41.3%;
  /* 413px */
  width: 11.7%;
  /* 117px */
  background-image: url(../../assets/images/garden/garden_map_img7.jpg);
}

.atamiyowado__image .modal__trigger.__3:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /* 117px */
  height: 100%;
  /* 45px */
  background: #b79f54 center/contain repeat
    url(../../assets/images/garden/garden_map_hover7.jpg);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.atamiyowado__image .modal__trigger.__4 {
  top: 41.14%;
  /* 353px */
  left: 11.7%;
  /* 117px */
  width: 8.7%;
  /* 87px */
  background-image: url(../../assets/images/garden/garden_map_img11.jpg);
}

.atamiyowado__image .modal__trigger.__4:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /* 87px */
  height: 100%;
  /* 45px */
  background: #b79f54 center/contain repeat
    url(../../assets/images/garden/garden_map_hover11.jpg);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.atamiyowado__image .modal__trigger.__5 {
  bottom: 44.87%;
  /* 385px */
  left: 11.7%;
  /* 117px */
  width: 13%;
  /* 130px */
  background-image: url(../../assets/images/garden/garden_map_img10.jpg);
}

.atamiyowado__image .modal__trigger.__5:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /* 130px */
  height: 100%;
  /* 45px */
  background: #b79f54 center/contain repeat
    url(../../assets/images/garden/garden_map_hover10.jpg);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.atamiyowado__image .modal__trigger.__6 {
  top: 32.4%;
  /* 278px */
  left: 11.7%;
  /* 117px */
  width: 10%;
  /* 100px */
  background-image: url(../../assets/images/garden/garden_map_img12.jpg);
}

.atamiyowado__image .modal__trigger.__6:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /* 100px */
  height: 100%;
  /* 45px */
  background: #b79f54 center/contain repeat
    url(../../assets/images/garden/garden_map_hover12.jpg);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.atamiyowado__image .modal__trigger.__7 {
  bottom: 36.13%;
  /* 310px */
  left: 11.7%;
  /* 117px */
  width: 16%;
  /* 160px */
  background-image: url(../../assets/images/garden/garden_map_img9.jpg);
}

.atamiyowado__image .modal__trigger.__7:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /* 160px */
  height: 100%;
  /* 45px */
  background: #b79f54 center/contain repeat
    url(../../assets/images/garden/garden_map_hover9.jpg);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.atamiyowado__image .modal__trigger.__8 {
  bottom: 16.43%;
  /* 141px */
  left: 28.3%;
  /* 283px */
  width: 10%;
  /* 100px */
  background-image: url(../../assets/images/garden/garden_map_img8.jpg);
}

.atamiyowado__image .modal__trigger.__8:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /* 100px */
  height: 100%;
  /* 45px */
  background: #b79f54 center/contain repeat
    url(../../assets/images/garden/garden_map_hover8.jpg);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.atamiyowado__image .modal__trigger.__9 {
  top: 58.62%;
  /* 503px */
  right: 11.9%;
  /* 119px */
  width: 8.7%;
  /* 87px */
  background-image: url(../../assets/images/garden/garden_map_img6.jpg);
}

.atamiyowado__image .modal__trigger.__9:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /* 87px */
  height: 100%;
  /* 45px */
  background: #b79f54 center/contain repeat
    url(../../assets/images/garden/garden_map_hover6.jpg);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.atamiyowado__image .modal__trigger.__10 {
  top: 41.14%;
  /* 353px */
  right: 11.9%;
  /* 119px */
  width: 8.7%;
  /* 87px */
  background-image: url(../../assets/images/garden/garden_map_img4.jpg);
}

.atamiyowado__image .modal__trigger.__10:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /* 87px */
  height: 100%;
  /* 45px */
  background: #b79f54 center/contain repeat
    url(../../assets/images/garden/garden_map_hover4.jpg);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.atamiyowado__image .modal__trigger.__11 {
  top: 49.88%;
  /* 428px */
  right: 11.9%;
  /* 119px */
  width: 8.7%;
  /* 87px */
  background-image: url(../../assets/images/garden/garden_map_img5.jpg);
}

.atamiyowado__image .modal__trigger.__11:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /* 87px */
  height: 100%;
  /* 45px */
  background: #b79f54 center/contain repeat
    url(../../assets/images/garden/garden_map_hover5.jpg);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.atamiyowado__image .modal__trigger.__12 {
  top: 32.4%;
  /* 278px */
  right: 8.9%;
  /* 89px */
  width: 11.7%;
  /* 117px */
  background-image: url(../../assets/images/garden/garden_map_img3.jpg);
}

.atamiyowado__image .modal__trigger.__12:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b79f54 center/contain repeat
    url(../../assets/images/garden/garden_map_hover3.jpg);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.atamiyowado__image .modal__trigger:hover:after {
  opacity: 1;
}

.c-dec_img {
  position: absolute;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .splide__slide img {
    width: 100%;
  }
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  contain: strict;
  display: inline-block;
  height: 20px;
  inset: 0;
  margin: auto;
  position: absolute;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .splide__track {
    height: 70vh;
  }
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
  transition: 0.3s;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: 0.3s;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  display: flex;
  flex-direction: column;
  inset: 0 0.5em 0 auto;
  padding: 1em 0;
}

.modal-container:where(.astro-5TOZOQGJ) {
  background-image: url(../../assets/images/garden/modal_bg.jpg);
  max-height: 100%;
  height: 100%;
  width: 90vw;
  margin: 0 auto;
  padding: 20px 15px;
  overflow-y: auto;
  display: flex;
}
@media (max-width: 767px) {
  .modal-container:where(.astro-5TOZOQGJ) {
    flex-direction: column;
    gap: 20px;
  }
}

@media (min-width: 1024px) {
  .modal-container:where(.astro-5TOZOQGJ) {
    width: 1000px;
    padding: 77px 70px 77px 90px;
    flex-direction: row;
    max-height: 480px;
    gap: unset;
  }
}
.modal-image:where(.astro-5TOZOQGJ) {
  min-width: 240px;
  min-height: 324px;
}
@media (max-width: 767px) {
  .modal-image:where(.astro-5TOZOQGJ) {
    min-width: 100%;
    min-height: unset;
  }
}

@media (min-width: 1024px) {
  .modal-image:where(.astro-5TOZOQGJ) {
    min-width: 446px;
    min-height: 324px;
  }
}
.modal-header:where(.astro-5TOZOQGJ) {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.modal-title:where(.astro-5TOZOQGJ) {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #295740;
  border-bottom: 1px solid #b79f54;
  padding-bottom: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .modal-title:where(.astro-5TOZOQGJ) {
    font-size: 16px;
    line-height: 20px;
  }
}

.modal-title:where(.astro-5TOZOQGJ):after {
  border: 3px solid #b79f54;
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: -3.5px;
  left: 0;
  width: 6px;
}

.modal-title:where(.astro-5TOZOQGJ):before {
  border: 3px solid #b79f54;
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: -3.5px;
  right: 0;
  width: 6px;
}

.modal-wrap:where(.astro-5TOZOQGJ) {
  margin-left: 25px;
}

@media (min-width: 1024px) {
  .modal-wrap:where(.astro-5TOZOQGJ) {
    margin-left: 65px;
  }
}
.modal-content:where(.astro-5TOZOQGJ) {
  font-size: 18px;
  line-height: 1.8888888;
  letter-spacing: 0.05em;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .modal-content:where(.astro-5TOZOQGJ) {
    font-size: 12.5px;
    line-height: 1.6;
  }
}

.splide__slide:where(.astro-5TOZOQGJ) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.modal:where(.modal-common) {
  position: relative;
  display: none;
  z-index: 99999;
}

.modal:where(.modal-common).is-open {
  display: block;
}

.modal:where(.modal-common)[aria-hidden="false"] {
  animation: fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal:where(.modal-common)[aria-hidden="true"] {
  animation: fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal-overlay:where(.modal-common) {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  max-height: 100%;
}

.modal-close:where(.modal-common) {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  margin-top: 30px;
  width: 200px;
  height: 60px;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.3s;
}

.modal-close:where(.modal-common) .modal-close_text:where(.modal-common) {
  margin-left: -14px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.modal-close:where(.modal-common):after,
.modal-close:where(.modal-common):before {
  content: "";
  position: absolute;
  top: 2px;
  right: 58px;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 12px;
  background-color: #fff;
}

.modal-close:where(.modal-common):after {
  transform: rotate(45deg);
}

.modal-close:where(.modal-common):before {
  transform: rotate(-45deg);
}

.modal-close:where(.modal-common):hover {
  background-color: #b79f54;
}

.modal-open:where(.modal-common) {
  display: block;
  margin: 100px auto;
}

.splide:where(.modal-common) {
  position: relative;
}

.splide:where(.modal-common) .splide__arrow:where(.modal-common) {
  width: 60px;
  height: 110px;
  color: #fff;
  font-size: 0.9375rem;
  opacity: 1;
  background-color: #27563e;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .splide:where(.modal-common) .splide__arrow:where(.modal-common) {
    width: 45px;
    height: 80px;
  }
}

.splide:where(.modal-common) .splide__arrow:where(.modal-common):hover {
  background-color: #b79f54;
  opacity: 1 !important;
  transition: 0.3s;
}

.splide:where(.modal-common) .splide__arrow--next:where(.modal-common) {
  right: -30px;
}

.splide:where(.modal-common) .splide__arrow--prev:where(.modal-common) {
  left: -30px;
}

.pagination:where(.modal-common) {
  top: -48px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1;
}

.pagination:where(.modal-common) #slide-current:where(.modal-common) {
  color: #fff;
  font-size: 23px;
}

.pagination:where(.modal-common) #slide-length:where(.modal-common) {
  color: #fff;
  font-size: 18px;
}

.pagination:where(.modal-common) span:where(.modal-common) {
  color: #fff;
  font-size: 19px;
  margin-left: -2px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border-style: none;
  background-color: transparent;
  transition: 0.3s;
}

.access {
  margin-bottom: 130px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .access {
    margin-bottom: 100px;
  }
}

.access__nav {
  margin-block: 90px 87px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .access__nav {
    margin-block: 40px;
  }
}

.access__nav-list {
  border-left: 1px solid #a9a9a9;
}
.access__nav-list:last-of-type {
  border-right: 1px solid #a9a9a9;
}

.access__nav-option {
  color: #333;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 12px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .access__nav-option {
    font-size: 13px;
    padding: 10px 14px;
  }
}
.access__nav-option:hover {
  color: #b79f54;
}
.access__nav-option:hover .icon {
  display: none;
}
.access__nav-option:hover .icon-hover {
  display: block;
}

.icon {
  display: block;
  position: absolute;
  bottom: -10px;
}

.icon-hover {
  display: none;
  position: absolute;
  bottom: -10px;
}

.access__content {
  position: relative;
}

.access__content--first,
.access__content--second {
  max-width: 1000px;
  margin: 90px auto 0;
}
@media (max-width: 1199px) {
  .access__content--first,
  .access__content--second {
    padding-inline: 10px;
  }
}
@media (max-width: 767px) {
  .access__content--first,
  .access__content--second {
    padding-inline: 24px;
    margin: 64px auto 0;
  }
}

.access__content--first {
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .access__content--first {
    margin: 70px auto 0;
  }
}

.access__content-title,
.access__content-title-second {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  color: #27563e;
  border-bottom: 1px solid #b79f54;
  padding-bottom: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .access__content-title,
  .access__content-title-second {
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 4px;
  }
}

.access__content-title:before,
.access__content-title-second:before {
  border: 3px solid #b79f54;
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: -3.5px;
  right: 0;
  width: 6px;
}
@media (max-width: 767px) {
  .access__content-title:before,
  .access__content-title-second:before {
    bottom: -3.5px;
    width: 4px;
  }
}

.access__content-title:after,
.access__content-title-second:after {
  border: 3px solid #b79f54;
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: -3.5px;
  left: 0;
  width: 6px;
}
@media (max-width: 767px) {
  .access__content-title:after,
  .access__content-title-second:after {
    bottom: -3.5px;
    width: 4px;
  }
}

.access__content-big-text {
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .access__content-big-text {
    font-size: 18px;
    line-height: 22px;
    padding-top: 20px;
  }
}

.access__content-list {
  padding-top: 32px;
}
@media (max-width: 767px) {
  .access__content-list {
    padding-top: 16px;
  }
}

.access__content-list dt {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  color: #27563e;
  font-weight: 600;
  margin-left: 10px;
  margin-top: 24px;
}
.access__content-list dt:first-of-type {
  margin-top: 0;
}
@media (max-width: 767px) {
  .access__content-list dt {
    font-size: 16px;
    line-height: 19px;
    margin-left: 7px;
    mask-type: 16px;
  }
}

.access__content-list dt:before {
  position: absolute;
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAVCAYAAABhe09AAAAAFUlEQVR4AWPYPj/kPxSD2dQXGBUAAHRDyop9w/XVAAAAAElFTkSuQmCC);
  width: 4px;
  height: 21px;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .access__content-list dt:before {
    height: 19px;
    left: -10px;
  }
}

.access__content-list dd {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .access__content-list dd {
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
  }
}

.access__content-row {
  max-width: 1440px;
  width: 100%;
  margin: 42px auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .access__content-row {
    margin: 24px auto 0;
  }
}

.access__content-image {
  max-width: 1000px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
}
.access__content-row img {
  width: 100%;
}

.access__content-row:after {
  content: "";
  position: absolute;
  opacity: 0.8;
  background: linear-gradient(
    180deg,
    var(--bg, #efece0) 0%,
    var(--sub, #92b482) 60.1%,
    var(--main, #27563e) 100%
  );
  height: 460px;
  width: 280px;
  z-index: -1;
  right: 0;
  top: -14%;
}
@media (max-width: 991px) {
  .access__content-row:after {
    height: 415px;
  }
}
@media (max-width: 767px) {
  .access__content-row:after {
    content: unset;
  }
}

.access__content-row.lft:after {
  right: unset;
  left: 0;
  top: 15%;
  position: absolute;
}
@media (max-width: 1279px) {
  .access__content-row.lft:after {
    top: 9%;
  }
}
@media (max-width: 991px) {
  .access__content-row.lft:after {
    height: 415px;
    top: -12%;
  }
}
@media (max-width: 767px) {
  .access__content-row.lft:after {
    content: unset;
  }
}

.access__content-cld {
  z-index: -1;
  left: 0;
  top: -23%;
  width: 327px;
  height: 327px;
  position: absolute;
}
@media (max-width: 767px) {
  .access__content-cld {
    width: 148px;
    height: 148px;
    top: -16%;
  }
}

.access__content-note {
  margin-top: 33px;
}

.access__content-note {
  margin-left: 18px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .access__content-note {
    margin-top: 16px;
  }
}

.access__content-note li {
  list-style: disc;
  font-size: 18px;
  font-weight: 600;
  line-height: 31px;
  color: #333;
}
@media (max-width: 767px) {
  .access__content-note li {
    font-size: 14px;
    line-height: 22px;
  }
}

.access__content-note li::marker {
  font-size: 10px;
  line-height: 1;
}

.access__content-note li span {
  vertical-align: middle;
}

.access__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .access__btn {
    margin-top: 80px;
  }
}

.access__btn .btn-primary span {
  display: flex;
  gap: 4px;
  align-items: center;
}

.access__btn .btn-primary .sm {
  font-size: 14px;
  line-height: 17px;
}

.access__btn .btn-primary::after {
  background-image: url("../../assets/images/common/icon_pdf_white.svg");
  width: 11px;
  height: 15px;
}

.access__content-cld-btn {
  z-index: 0;
  right: 0;
  bottom: -6.5%;
  width: 314px;
  height: 320px;
  position: absolute;
}
@media (max-width: 767px) {
  .access__content-cld-btn {
    width: 159px;
    height: 161px;
    bottom: -6.5%;
    bottom: -12%;
    z-index: -1;
  }
}

.guide {
  padding-inline: 0;
  margin-bottom: 130px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .guide {
    margin-bottom: 80px;
  }
}

.guide__inner {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .guide__inner {
    margin-top: 56px;
  }
}

.guide__txt {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .guide__txt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }
}

.guide_dl {
  display: flex;
  border-top: 1px solid #b79f54;
  padding: 20px 0;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .guide_dl {
    flex-direction: column;
    margin-top: 40px;
    padding: 8px 0 16px 0;
  }
}
.guide_dl:last-of-type {
  border-bottom: 1px solid #b79f54;
}

.guide_dl + .guide_dl {
  margin-top: 0;
}

.guide_dl > dt {
  border-right: 1px dotted #b79f54;
  width: 144px;
  min-width: 144px;
  padding: 15px 0 15px 30px;
  display: flex;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  align-items: center;
}
@media (max-width: 767px) {
  .guide_dl > dt {
    border-right: unset;
    border-bottom: 1px dotted #b79f54;
    width: 100%;
    padding: 0 8px 8px 8px;
    font-size: 16px;
    line-height: 19px;
  }
}

.guide_dl > dd {
  padding: 15px 30px;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .guide_dl > dd {
    padding: 8px 8px;
    font-size: 14px;
    line-height: 24px;
  }
}

.un-btn_list {
  display: flex;
  gap: 20px;
}

.guide_dl > dd .c-btn_wrap {
  display: inline-block;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .guide_dl > dd .c-btn_wrap {
    margin-top: 8px;
  }
}

.guide_dl > dd .c-btn_wrap .c-btn {
  min-width: 330px;
  padding: 7px 30px 9px;
  font-size: 1.125rem;
}

.guide__schedule_dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.guide__schedule_dl > dt {
  width: 250px;
  position: relative;
}
@media (max-width: 767px) {
  .guide__schedule_dl > dt {
    width: 160px;
  }
}

.guide__schedule_dl > dt {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .guide__schedule_dl > dt {
    padding-bottom: 4px;
  }
}
.guide__schedule_dl > dt:last-of-type {
  padding-bottom: 0;
}

.guide__schedule_dl > dt:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #999;
}

.guide__schedule_dl > dt span {
  position: relative;
  padding: 0 10px 0 0;
  background-color: #f0ece1;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  line-height: 22px;
}
@media (max-width: 767px) {
  .guide__schedule_dl > dt span {
    font-size: 14px;
    line-height: 24px;
  }
}

.guide__schedule_dl > dd {
  padding-left: 10px;
  width: calc(100% - 250px);
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 767px) {
  .guide__schedule_dl > dd {
    font-size: 14px;
    line-height: 24px;
    width: calc(100% - 160px);
  }
}

.c-default_dl > dd .c-text {
  margin-top: 10px;
}

.c-text_link {
  background: linear-gradient(transparent 98%, #295740 0%);
  color: #295740;
}

.pt-16 {
  padding-top: 16px;
}
@media (max-width: 767px) {
  .pt-16 {
    padding-top: 8px;
  }
}

.guide_stit {
  color: #295740;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 767px) {
  .guide_stit {
    margin-top: 8px;
    font-size: 16px;
    line-height: 19px;
  }
}
.guide_stit span {
  border-left: #b79f54 solid 2px;
  position: relative;
  padding-left: 10px;
}
.guide_stit span::before {
  content: "";
  width: 1px;
  background: #b79f54;
  height: 100%;
  position: absolute;
  left: 1px;
  top: 0;
}

.guide__image {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  padding-block: 16px;
}
@media (max-width: 767px) {
  .guide__image {
    gap: 8px;
    padding-block: 8px;
    margin-top: 8px;
  }
}

.guide__btn .btn-primary span {
  display: flex;
  gap: 4px;
  align-items: center;
}

.guide__btn .btn-primary .sm {
  font-size: 14px;
  line-height: 17px;
}

.guide__btn .btn-primary::after {
  background-image: url("../../assets/images/common/icon_pdf_white.svg");
  width: 11px;
  height: 15px;
}

.guide__content-cld-btn {
  z-index: 1;
  right: 0;
  bottom: -6.5%;
  width: 314px;
  height: 320px;
  position: absolute;
}
@media (max-width: 767px) {
  .guide__content-cld-btn {
    width: 159px;
    height: 161px;
    bottom: -6.5%;
    bottom: -12%;
    z-index: -1;
  }
}

.guide__faq {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .guide__faq {
    margin-top: 64px;
  }
}

.guide__faq-wrapper {
  background: #fff;
  padding: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .guide__faq-wrapper {
    padding: 20px 16px;
    margin-top: 16px;
  }
}

.guide__faq-content {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .guide__faq-content {
    margin-top: 8px;
    gap: 8px;
    align-items: flex-start;
  }
}
.guide__faq-content:first-of-type {
  margin-top: 0;
}

.guide__faq-image {
  max-width: 44px;
  width: 100%;
  height: 44px;
}
@media (max-width: 767px) {
  .guide__faq-image {
    max-width: 22px;
    height: 22px;
  }
}

.guide__faq-text {
  color: #b79f54;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
@media (max-width: 767px) {
  .guide__faq-text {
    font-size: 16px;
    line-height: 19px;
  }
}

.guide__faq-text.blc {
  color: #333;
  font-weight: 400;
}
@media (max-width: 767px) {
  .guide__faq-text.blc {
    font-size: 14px;
    line-height: 24px;
  }
}

.guide__inquiry {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .guide__inquiry {
    margin-top: 64px;
  }
}

.guide__inquiry-read {
  margin-top: 40px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}
@media (max-width: 767px) {
  .guide__inquiry-read {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
}

.guide__inquiry-link {
  text-decoration: underline;
  color: #27563e;
  transition: 0.3s;
}
.guide__inquiry-link:hover {
  color: #b79f54;
  text-decoration: unset;
}

.guide__content-cld {
  z-index: 1;
  left: 0;
  top: 49.9%;
  width: 327px;
  height: 327px;
  position: absolute;
}
@media (max-width: 767px) {
  .guide__content-cld {
    top: 55.6%;
    left: 0;
    width: 148px;
    height: 148px;
    z-index: -1;
    pointer-events: none;
  }
}

.guide__content-cld-btn {
  z-index: 1;
  right: 0;
  bottom: -3.5%;
  width: 314px;
  height: 320px;
  position: absolute;
}
@media (max-width: 767px) {
  .guide__content-cld-btn {
    bottom: -4.5%;
    width: 159px;
    height: 161px;
    z-index: -1;
    pointer-events: none;
  }
}

/* ==============================
   GUIDE PAGE - ANCHOR LINKS
================================ */
/* アンカーリンクのスクロール位置調整（ヘッダーと被らないように） */
/* PC版もSP版と同じ位置に来るように統一 */
.guide-anchor {
  position: relative;
  display: block;
  height: 0;
  width: 0;
  top: -100px;
  visibility: hidden;
}

/* アンカーリンクがヘッダーより上に表示されるように - 全画面サイズで適用 */
/* 親要素のz-indexも上げる */
.guide .container.top {
  position: relative !important;
  z-index: 30 !important;
}
@media (max-width: 767px) {
  .guide .container.top {
    z-index: 1 !important;
  }
}
.guide .access__nav {
  position: relative !important;
  z-index: 30 !important;
  pointer-events: auto !important;
}
.guide .access__nav-list {
  position: relative !important;
  z-index: 30 !important;
  pointer-events: auto !important;
}
.guide .access__nav-option,
.guide .access__nav-option * {
  position: relative !important;
  z-index: 30 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}
/* すべての画面サイズで確実に適用 */
@media screen {
  .guide .container.top {
    z-index: 30 !important;
  }
  .guide .access__nav {
    z-index: 30 !important;
  }
  .guide .access__nav-list {
    z-index: 30 !important;
  }
  .guide .access__nav-option {
    z-index: 30 !important;
  }
}
/* 各ブレークポイントでも確実に適用 */
@media (min-width: 0px) {
  .guide .container.top {
    z-index: 30 !important;
  }
  .guide .access__nav {
    z-index: 30 !important;
  }
  .guide .access__nav-list {
    z-index: 30 !important;
  }
  .guide .access__nav-option {
    z-index: 30 !important;
  }
}
@media (min-width: 768px) {
  .guide .container.top {
    z-index: 30 !important;
  }
  .guide .access__nav {
    z-index: 30 !important;
  }
  .guide .access__nav-list {
    z-index: 30 !important;
  }
  .guide .access__nav-option {
    z-index: 30 !important;
  }
}
@media (min-width: 992px) {
  .guide .container.top {
    z-index: 30 !important;
  }
  .guide .access__nav {
    z-index: 30 !important;
  }
  .guide .access__nav-list {
    z-index: 30 !important;
  }
  .guide .access__nav-option {
    z-index: 30 !important;
  }
}
@media (min-width: 1280px) {
  .guide .container.top {
    z-index: 30 !important;
  }
  .guide .access__nav {
    z-index: 30 !important;
  }
  .guide .access__nav-list {
    z-index: 30 !important;
  }
  .guide .access__nav-option {
    z-index: 30 !important;
  }
}

/* ==============================
   ACCESS PAGE - ANCHOR LINKS
================================ */
/* アンカーリンクのスクロール位置調整（ヘッダーと被らないように） */
/* PC版もSP版と同じ位置に来るように統一 */
.access-anchor {
  position: relative;
  display: block;
  height: 0;
  width: 0;
  top: -100px;
  visibility: hidden;
}

/* 別アプローチ: ヘッダーにpointer-events: noneを設定し、ヘッダー内の要素にはautoを設定 */
/* アクセスページとご利用案内ページでのみ適用 */
/* JavaScriptで動的にクラスを追加する前提で、より包括的なセレクタを使用 */
.header.allow-click-through {
  pointer-events: none !important;
}
.header.allow-click-through * {
  pointer-events: auto !important;
}

/* アンカーリンクが確実にクリック可能になるように */
.access .access__nav,
.access .access__nav *,
.guide .access__nav,
.guide .access__nav * {
  pointer-events: auto !important;
  cursor: pointer !important;
}

.page-header {
  padding-block: 240px 90px;
}
@media only screen and (max-width: 767px) {
  .page-header {
    padding-block: 120px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .section__header {
    gap: 4px;
  }
}
@media only screen and (max-width: 991px) {
  .page-header .section__ttl {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .section__ttl {
    font-size: 20px;
  }
}

.ly-section {
  padding-bottom: 120px;
}
.ly-section__ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  color: var(--color-main);
  position: relative;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--color-gold);
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .ly-section__ttl {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.ly-section__ttl::before,
.ly-section__ttl::after {
  content: "";
  border: 3px solid #b79f54;
  border-radius: 50%;
  width: 6px;
  position: absolute;
  bottom: -3.5px;
}
@media only screen and (max-width: 767px) {
  .ly-section__ttl::before,
  .ly-section__ttl::after {
    width: 4px;
    bottom: -2.5px;
  }
}
.ly-section__ttl::before {
  left: -2px;
}
.ly-section__ttl::after {
  right: -2px;
}
.ly-section__read {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 767px) {
  .ly-section__read {
    font-size: 14px;
    line-height: 24px;
  }
}
.ly-section__read + .ly-section__read {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .ly-section__read + .ly-section__read {
    margin-top: 33px;
  }
}
.ly-section__bl-image {
  display: flex;
  justify-content: center;
  margin-block: 42px;
}
@media only screen and (max-width: 767px) {
  .ly-section__bl-image {
    margin-block: 32px;
  }
}
.ly-section__bl-image .el_flex-img {
  top: 0;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .ly-section__bl-image .el_event_img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.about-page {
  background-color: var(--color-bg);
}
.about-page .container {
  max-width: 1048px;
  padding-inline: 24px;
}
.about-page__parallax {
  margin-top: 42px;
  height: 500px;
  position: relative;
}
.about-page__parallax-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: 1;
}
.about-page__parallax-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .about-page__parallax {
    height: 240px;
  }
}
.about-page__parallax--text {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-block: 16px 40px;
}
@media only screen and (max-width: 767px) {
  .about-page__parallax--text {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 20px;
  }
}
.about-page__img-cloud {
  max-width: 327px;
  position: absolute;
  bottom: -183px;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .about-page__img-cloud {
    max-width: 148px;
    bottom: -84px;
  }
}
.about-page__section--first {
  padding-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .about-page__section--first {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .about-page__section--first .about-page__parallax-img {
    background-position: 0 center;
  }
}
.about-page__section--second {
  padding-bottom: 90px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .about-page__section--second {
    padding-bottom: 60px;
  }
}
.about-page__section--third {
  padding-block: 0 166px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .about-page__section--third {
    padding-bottom: 80px;
  }
}
.about-page__section--third .about-page__img-cloud {
  max-width: 314px;
  position: absolute;
  bottom: -20px;
  right: 0;
}
@media only screen and (max-width: 767px) {
.about-page__section--third .about-page__img-cloud {
  max-width: 148px;
}
}

@media only screen and (max-width: 575px) {
  .about-page__section--third .about-page__img-cloud {
    max-width: 159px;
    top: -100px;
    bottom: inherit;
    right: -20px;
    z-index: 0;
  }
}
.about-page__section--forth {
  padding-block: 0 130px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about-page__section--forth {
    padding-bottom: 80px;
  }
}
.about-page__section--forth .about-page__img-cloud {
  bottom: -50px;
}
@media only screen and (max-width: 767px) {
  .about-page__section--forth .about-page__img-cloud {
    bottom: 0;
  }
}
.about-page__section--fifth {
  position: relative;
  overflow: hidden;
}
.about-page__section--fifth .about-page__img-cloud {
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .about-page__section--fifth .about-page__img-cloud {
    max-width: 159px;
  }
}
.about-page__content--img-sub {
  padding-block: 130px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .about-page__content--img-sub {
    gap: 30px;
    margin-inline: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .about-page__content--img-sub {
    gap: 0;
    margin-inline: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-page__content--img-sub1-wrap,
  .about-page__content--img-sub2-wrap {
    flex: 0 0 calc(50% - 15px);
  }
}
@media only screen and (max-width: 575px) {
  .about-page__content--img-sub1-wrap,
  .about-page__content--img-sub2-wrap {
    flex: 0 0 100%;
  }
}
.about-page__content--img-sub1-wrap::before,
.about-page__content--img-sub2-wrap::before {
  content: "";
  width: 200px;
  height: 160px;
  display: inline-block;
  opacity: 0.8;
  background: linear-gradient(
    180deg,
    var(--bg, #efece0) 0%,
    var(--sub, #92b482) 60.1%,
    var(--main, #27563e) 100%
  );
  position: absolute;
  z-index: 0;
}
@media only screen and (max-width: 575px) {
  .about-page__content--img-sub1-wrap::before {
    z-index: 1;
  }

  .about-page__content--img-sub1-wrap::before,
  .about-page__content--img-sub2-wrap::before {
    width: 150px;
    height: 120px;
  }
}
.about-page__content--img-sub1-wrap {
  position: relative;
}
.about-page__content--img-sub1-wrap::before {
  bottom: -20px;
  left: -60px;
}
.about-page__content--img-sub1 {
  position: relative;
  z-index: 1;
}
.about-page__content--img-sub2-wrap {
  position: relative;
}
@media only screen and (max-width: 575px) {
  .about-page__content--img-sub2-wrap {
    margin-top: 40px;
  }
}
.about-page__content--img-sub2-wrap::before {
  top: -40px;
  right: -60px;
}
@media only screen and (max-width: 575px) {
  .about-page__content--img-sub2-wrap::before {
    right: -24px;
    top: -22px;
  }
}
.about-page__content--img-sub2-wrap p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 16px;
}
@media only screen and (max-width: 575px) {
  .about-page__content--img-sub2-wrap p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 8px;
  }
}
.about-page__content--img-sub2 {
  position: relative;
  z-index: 1;
}
.about-page__content--second-wrap .about-page__content--img-sub {
  padding-top: 80px;
}
.about-page__content--third-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-page__content--third-wrap .ly-section__read-wrap {
  flex: 0 0 auto;
  max-width: 54%;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .about-page__content--third-wrap .ly-section__read-wrap {
    max-width: 100%;
    margin-bottom: 64px;
  }
}
.about-page__content--third-wrap .about-page__content-img-wrap {
  flex: 0 0 auto;
  max-width: 41%;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .about-page__content--third-wrap .about-page__content-img-wrap {
    max-width: 100%;
    position: relative;
  }
}
.about-page__content--third-wrap .about-page__content--img-sub1-wrap {
  margin-top: 42px;
}
.about-page__content--third-wrap .about-page__content--img-sub1-wrap::before {
  width: 280px;
  height: 230px;
  bottom: -40px;
}
@media only screen and (max-width: 991px) {
  .about-page__content--third-wrap .about-page__content--img-sub1-wrap::before {
    bottom: -20px;
  }
}
.about-page__content--third-wrap .about-page__content--img-sub2-wrap {
  margin-top: 0;
}
.about-page__content--third-wrap .about-page__content--img-sub2-wrap::before {
  width: 225px;
  height: 335px;
}
@media only screen and (max-width: 767px) {
  .about-page__content--third-wrap .about-page__content--img-sub2-wrap P {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .about-page__content--third-wrap .about-page__content--img-sub2 {
    width: 100%;
  }
}
.about-page__content--forth-wrap .ly-section__bl-image {
  margin-bottom: 0;
}
.about-page__content--forth-wrap .ly-section__read + .ly-section__read {
  margin-top: 22px;
}
.about-page__content--fifth-wrap .about-page__content--img-sub {
  padding-top: 56px;
}
.about-page__content--fifth-wrap .about-page__content--img-sub1-wrap::before {
  bottom: -40px;
}
@media only screen and (max-width: 575px) {
  .about-page__content--fifth-wrap .about-page__content--img-sub1-wrap::before {
    bottom: -20px;
  }
}
.about-page__content--fifth-wrap .about-page__content--img-sub2-wrap {
  margin-top: 0;
}
@media only screen and (max-width: 575px) {
  .about-page__content--fifth-wrap .about-page__content--img-sub2-wrap {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .about-page__content--fifth-wrap .about-page__content--img-sub2-wrap::before {
    top: -20px;
  }
}

.page-nav {
  display: flex;
  justify-content: center;
  gap: 11px;
  position: relative;
  z-index: 11;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .page-nav {
    display: none;
  }
}
.page-nav__item {
  border-left: 1px solid #a9a9a9;
}
.page-nav__item:last-child {
  border-right: 1px solid #a9a9a9;
}
.page-nav__link {
  font-size: 18px;
  font-weight: 500;
  padding: 12px 32px;
  display: block;
  color: #333;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .page-nav__link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .page-nav__link {
    font-size: 14px;
    padding: 12px 14px;
  }
}
.page-nav__link .icon,
.page-nav__link .icon_hover {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.page-nav__link .icon_hover {
  opacity: 0;
}
.page-nav__link:hover {
  color: var(--color-gold);
}
.page-nav__link:hover .icon {
  opacity: 0;
}
.page-nav__link:hover .icon_hover {
  opacity: 1;
}

/* 現在のページにホバー時の色を常に適用 */
.page-nav__link.current {
  color: var(--color-gold);
}
.page-nav__link.current .icon {
  opacity: 0;
}
.page-nav__link.current .icon_hover {
  opacity: 1;
}

.atamiyowado-house__image {
  position: relative;
  width: 69.4444444444vw;
  margin: 1.5972vw auto 0.5556vw;
  /* 23px -> 1.5972vw, 8px -> 0.5556vw */
}
@media (max-width: 767px) {
  .atamiyowado-house__image {
    width: 100vw;
    margin: 6.1333vw auto 2.1333vw;
  }
}

.atamiyowado-house__image img {
  position: relative;
  z-index: 1;
  width: 100vw;
}

.atamiyowado-house__image:after {
  content: "";
  width: 28%;
  /* 280px / 1000px */
  height: 38.86%;
  /* 450px / 1158px */
  display: inline-block;
  background-image: url("../../assets/images/garden/icon-shadow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -5.96%;
  /* -69px / 1158px */
  left: -14%;
  /* -140px / 1000px */
  z-index: 0;
}
@media (max-width: 767px) {
  .atamiyowado-house__image:after {
    content: none;
  }
}

/* .house .garden__content-cld {
  top: 42%;
} */

.house .garden__content-cld {
    top: 33%;
    width: 314px;
    height: 320px;
    position: absolute;
}

.house .garden__content-cld.mdl {
  top: 26%;
  z-index: -1;
}
.house .garden__content-cld.cnter {
  top: 68.3%;
  z-index: -1;
}

.modal__trigger {
  transition: 0.3s;
  position: absolute;
  z-index: 1;
}

.modal__trigger.area1 {
  top: 30.14%;
  /* 349px */
  left: 51.1%;
  /* 511px */
  width: 16.9%;
  /* 169px */
  height: 14.59%;
  /* 169px */
  clip-path: polygon(
    0 0,
    0% 91%,
    9% 100%,
    38% 100%,
    48% 90%,
    48% 77%,
    60% 77%,
    60% 52%,
    100% 52%,
    100% 11%,
    32% 11%,
    32% 25%,
    20% 25%,
    20% 0
  );
}

.modal__trigger.area1:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b79f54 center/cover no-repeat
    url(../../assets/images/house/area01_hover.png);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal__trigger.area1:hover:after {
  opacity: 1;
}

.modal__trigger.area2 {
  top: 30.05%;
  /* 348px */
  left: 32.9%;
  /* 329px */
  width: 10.9%;
  /* 109px */
  height: 7.25%;
  /* 84px */
}

.modal__trigger.area2:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b79f54 center/cover no-repeat
    url(../../assets/images/house/area02_hover.png);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal__trigger.area2:hover:after {
  opacity: 1;
}

.modal__trigger.area3 {
  top: 30.05%;
  /* 348px */
  left: 43.8%;
  /* 438px */
  width: 7.4%;
  /* 74px */
  height: 7.25%;
  /* 84px */
}

.modal__trigger.area3:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b79f54 center/cover no-repeat
    url(../../assets/images/house/area03_hover.png);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal__trigger.area3:hover:after {
  opacity: 1;
}

.modal__trigger.area4 {
  top: 28.24%;
  /* 327px */
  left: 75.9%;
  /* 759px */
  width: 7.5%;
  /* 75px */
  height: 12.44%;
  /* 144px */
}

.modal__trigger.area4:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b79f54 center/cover no-repeat
    url(../../assets/images/house/area04_hover.png);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal__trigger.area4:hover:after {
  opacity: 1;
}

.modal__trigger.area5 {
  top: 34.8%;
  /* 403px */
  left: 23%;
  /* 230px */
  width: 10.1%;
  /* 101px */
  height: 7.51%;
  /* 87px */
}

.modal__trigger.area5:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b79f54 center/cover no-repeat
    url(../../assets/images/house/area05_hover.png);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal__trigger.area5:hover:after {
  opacity: 1;
}

.modal__trigger.area6 {
  top: 37.31%;
  /* 432px */
  left: 32.9%;
  /* 329px */
  width: 18.2%;
  /* 182px */
  height: 5.1%;
  /* 59px */
}

.modal__trigger.area6:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b79f54 center/cover no-repeat
    url(../../assets/images/house/area06_hover.png);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal__trigger.area6:hover:after {
  opacity: 1;
}

.modal__trigger.area7 {
  top: 35.66%;
  /* 413px */
  left: 61%;
  /* 610px */
  width: 14.9%;
  /* 149px */
  height: 10.97%;
  /* 127px */
  clip-path: polygon(
    0 20%,
    0 53%,
    6% 53%,
    6% 100%,
    100% 100%,
    100% 0,
    47% 0,
    47% 20%
  );
}

.modal__trigger.area7:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b79f54 center/cover no-repeat
    url(../../assets/images/house/area07_hover.png);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal__trigger.area7:hover:after {
  opacity: 1;
}

.modal__trigger.area8 {
  bottom: 13.9%;
  /* 161px */
  left: 32.9%;
  /* 329px */
  width: 8.5%;
  /* 85px */
  height: 8.912781%;
  /* 103px */
}

.modal__trigger.area8:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b79f54 center/contain repeat
    url(../../assets/images/house/area08_hover.png);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal__trigger.area8:hover:after {
  opacity: 1;
}

.modal__trigger.area9 {
  bottom: 15.63%;
  /* 181px */
  right: 16.3%;
  /* 163px */
  width: 7.4%;
  /* 74px */
  height: 6.13%;
  /* 71px */
}

.modal__trigger.area9:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b79f54 center/contain repeat
    url(../../assets/images/house/area09_hover.png);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal__trigger.area9:hover:after {
  opacity: 1;
}

.modal__trigger.area10 {
  bottom: 13.64%;
  /* 158px */
  left: 41.2%;
  /* 412px */
  width: 10.3%;
  /* 103px */
  height: 9.4127806563%;
  /* 109px */
}

.modal__trigger.area10:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b79f54 center/contain no-repeat
    url(../../assets/images/house/area10_hover.png);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal__trigger.area10:hover:after {
  opacity: 1;
}

.modal__trigger.area11 {
  bottom: 12.61%;
  /* 146px */
  left: 24.1%;
  /* 241px */
  width: 6.6%;
  /* 66px */
  height: 6.13%;
  /* 71px */
  clip-path: polygon(
    0% 0%,
    0 80%,
    19% 80%,
    37% 97%,
    80% 97%,
    98% 82%,
    100% 36%,
    100% 36%,
    100% 14%,
    100% 14%,
    100% 0%
  );
}

.modal__trigger.area11:after {
  content: "";
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b79f54 center/cover no-repeat
    url(../../assets/images/house/area11_hover.png);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal__trigger.area11:hover:after {
  opacity: 1;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

section[id],
div[id] {
  scroll-margin-top: 170px;
}
@media only screen and (max-width: 767px) {
  section[id],
  div[id] {
    scroll-margin-top: 34.722vw;
  }
}

dl[id] {
  scroll-margin-top: 120px; /* match your header height */
}

/*# sourceMappingURL=app.css.map */
