@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Shippori Mincho";
  font-weight: 400;
  line-height: 1.5;
  color: #373c38;
  /* Safari */
}
body _::-webkit-full-page-media,
body _:future,
body :root .sample {
  background-color: cornflowerblue;
}

.section__container {
  position: relative;
  padding: 0 clamp(32px, (100vw - 768px) * 0.1 + 32px, 128px) clamp(48px, 8vw, 64px);
}

.section__title-sub-common, .section__title-sub-info, .section__title-sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: clamp(1.2px, 0.15vw, 1.74px);
  padding: clamp(5.5px, 1.2vw, 16px) clamp(12px, 2vw, 24px);
  border-radius: clamp(8px, 1vw, 20px);
}
@media screen and (max-width: 1024px) {
  .section__title-sub-common, .section__title-sub-info, .section__title-sub {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.section__title-common, .section__title-info, .section__title {
  font-family: "Shippori Mincho";
  font-size: 58px;
  font-size: 3.625rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: clamp(0.78px, 0.15vw, 1.74px);
  margin-block: clamp(8px, 1.5vw, 16px);
}
@media screen and (max-width: 1024px) {
  .section__title-common, .section__title-info, .section__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.section__title-text-common, .section__title-text-info, .section__title-text {
  font-family: "Shippori Mincho";
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: clamp(0.42px, 0.15vw, 0.66px);
}
@media screen and (max-width: 1024px) {
  .section__title-text-common, .section__title-text-info, .section__title-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.section__title-sub {
  color: #fbf6e8;
  background-color: #36563c;
}

.section__title {
  color: #373c38;
}

.section__title-text {
  color: #373c38;
}

.section__title-info {
  color: #fbf6e8;
}

.section__title-sub-info {
  color: #36563c;
  background-color: #fbf6e8;
}

.section__title-text-info {
  color: #fbf6e8;
}

.u-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-sp {
    display: block;
  }
}

.u-pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .u-pc {
    display: none;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #36563c;
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  padding: clamp(13px, 1.5vw, 16px) clamp(11px, 2vw, 24px);
  border-radius: clamp(5px, 1vw, 10px);
  border: clamp(0.5px, 0.2vw, 1px) solid #36563c;
  text-decoration: none;
  background-color: transparent;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .btn {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.btn::after {
  content: "";
  position: absolute;
  right: 7px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn--outline {
  padding: 8px 12px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .btn--outline {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.36px;
  }
}
.btn--outline .btn__icon {
  display: inline-block;
  margin-left: 7px;
  width: 18px;
  height: 18px;
  background-image: url(../img/svg/btn_icon-outline.svg);
}

@media screen and (max-width: 1024px) {
  .btn--primary {
    font-weight: 400;
  }
}
.btn--primary .btn__icon {
  display: inline-block;
  margin-left: 7px;
  width: clamp(10px, 2vw, 18px);
  height: clamp(10px, 2vw, 18px);
  background-image: url(../img/svg/btn_icon-primary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn--secondary {
  line-height: 1.2;
}
.btn--secondary .btn__icon {
  display: inline-block;
  margin-left: 8px;
  width: clamp(10px, 1.5vw, 16px);
  height: clamp(10px, 1.5vw, 16px);
  background-image: url(../img/svg/btn_icon-secondary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn--down {
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .btn--down {
    letter-spacing: 1.2px;
  }
}
.btn--down .btn__icon {
  display: inline-block;
  margin-left: 8px;
  width: clamp(20px, 3vw, 28px);
  height: clamp(20px, 3vw, 28px);
  background-image: url(../img/svg/btn_icon-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn--send {
  border: 1px solid #fbf6e8;
  color: #fbf6e8;
  line-height: 1.2;
}
.btn--send .btn__icon {
  display: inline-block;
  margin-left: 8px;
  width: clamp(10px, 2vw, 20px);
  height: clamp(10px, 2vw, 20px);
  background-image: url(../img/svg/btn_icon-send.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* ヘッダー*/
.header {
  position: fixed;
  height: 100px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header__inner {
  padding: clamp(32px, 5vw, 48px) clamp(32px, 5vw, 64px) 0 0;
}

.header__menu {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: clamp(16px, 5vw, 64px);
  min-height: 0;
}

.header__menu-map {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  cursor: pointer;
}

.header__menu-map img {
  width: clamp(25px, 5vw, 40px);
  height: clamp(25px, 5vw, 40px);
  min-height: 0;
}

.header__menu-map p {
  color: #fbf6e8;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 1024px) {
  .header__menu-map p {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu-map p {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 1.2px;
  }
}

/* メニューアイコン */
.menu__icon {
  display: flex;
  width: clamp(50px, 10vw, 100px);
  height: clamp(50px, 10vw, 100px);
  min-height: 0;
  cursor: pointer;
}

.menu {
  position: fixed;
  top: 5% !important;
  right: 5%;
  width: 20vw;
  max-width: 500px;
  height: auto;
  border-radius: 30px;
  background: #36563c;
  color: white;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  scale: 0.2;
}
@media screen and (max-width: 1024px) {
  .menu {
    transform: translate(-50%, -50%);
    top: 13% !important;
    width: 25vw;
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    top: 15% !important;
    width: 50vw;
    max-width: 300px;
  }
}

.menu.is-active {
  visibility: visible;
}

.menu__content {
  position: relative;
  padding: 50px 32px 48px;
}
@media screen and (max-width: 1024px) {
  .menu__content {
    padding: 0 20px 32px;
  }
}

.menu__close {
  display: flex;
}
.menu__close img {
  margin-left: auto;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .menu__close img {
    width: 80px;
    height: 80px;
  }
}

.menu__title,
.menu__list li {
  color: #fbf6e8;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .menu__title,
  .menu__list li {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.48px;
  }
}

.menu__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  list-style: none;
  padding: 0;
}

.menu__sublist {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 32px);
  list-style: none;
  margin: 10px 0 20px;
  padding: 0 0 0 20px;
}

.menu__link {
  color: #fbf6e8;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .menu__link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .menu__link {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 420px) {
  .menu__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.menu__sublink {
  font-size: 16px;
  font-size: 1rem;
  color: #fbf6e8;
  font-family: "Shippori Mincho";
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  .menu__sublink {
    color: #fbf6e8;
    font-family: "Shippori Mincho";
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: 1.2px;
  }
}

.menu__sns {
  display: flex;
  gap: 20px;
  margin-top: 32px;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .menu__sns {
    margin-top: 0;
  }
}

.menu__img-button {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .menu__img-button {
    margin-top: 16px;
  }
}

.menu__img-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu__img-link img {
  width: 60%;
  height: 60%;
}
@media screen and (max-width: 1024px) {
  .menu__img-link img {
    width: 50%;
    height: 50%;
  }
}

/* フッター */
.footer {
  position: relative;
  background: url("../img/footer_img.png") no-repeat center center/cover;
  padding: 4vw 8vw 2vw 8vw;
  z-index: 1;
  overflow: hidden;
}

.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #36563c 0%, rgba(54, 86, 60, 0) 100%);
  z-index: -1;
}

.footer__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .footer__wrapper {
    justify-content: space-between;
  }
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5vw;
}
@media screen and (max-width: 1024px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 857px) and (min-width: 767px) {
  .footer-container {
    gap: 8vw;
  }
}

@media (max-width: 857px) and (min-width: 767px) {
  .footer-left {
    width: 100%;
    margin-block: 2vw 0;
  }
}

.footer-title {
  color: #fbf6e8;
  font-family: "Shippori Mincho";
  font-size: clamp(14px, 4vw, 40px);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 2vw;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  list-style: none;
  color: #fbf6e8;
  font-family: "Shippori Mincho";
  font-size: clamp(12px, 2.5vw, 20px);
  font-weight: 500;
  line-height: 1.2;
  margin-top: 4vw;
}
@media screen and (max-width: 1024px) {
  .footer-links {
    gap: 1vw;
  }
}

.footer-links a {
  text-decoration: none;
}
@media screen and (max-width: 420px) {
  .footer-links a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.footer-center {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2vw;
  margin-inline: 5vw;
  margin-top: -100px;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .footer-center {
    margin-top: 0;
    margin-inline: 0;
  }
}
@media (max-width: 857px) and (min-width: 767px) {
  .footer-center {
    margin-inline: 0;
    margin-block: 2vw 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-center {
    margin-inline: 0;
  }
}

.footer-sub-title {
  color: #fbf6e8;
  margin-bottom: 1vw;
  font-family: "Shippori Mincho";
  font-size: clamp(13px, 2.5vw, 22px);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.footer-address {
  color: #fbf6e8;
  font-family: "Shippori Mincho";
  font-size: clamp(13px, 2.5vw, 20px);
  font-weight: 500;
  line-height: 1.2;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 1.5vw;
}

.footer-social a {
  margin: 0;
}

.footer-social img {
  width: clamp(16px, 2vw, 24px);
  height: auto;
}

.footer-right {
  text-align: right;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .footer-right {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .footer-right {
    width: 50%;
  }
}

.footer-map {
  width: 100%;
  height: auto;
}

.footer-bottom {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: auto;
  font-size: clamp(12px, 2vw, 14px);
  color: #fbf6e8;
  font-family: "Shippori Mincho";
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 4vw;
}

body {
  background: #fbf6e8;
}

/* FV*/
.card__fv {
  position: relative;
}

.card__img-fv {
  position: absolute;
  top: 25%;
  left: 42%;
  transform: translateX(-50%);
  z-index: 2;
  width: clamp(300px, 100%, 1300px);
  height: auto;
  min-height: 0;
  rotate: -5deg;
}
@media screen and (max-width: 1024px) {
  .card__img-fv {
    top: 32%;
    left: 46%;
  }
}
@media screen and (max-width: 768px) {
  .card__img-fv {
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.card__inner-fv {
  position: relative;
}

.card__swiper__container-fv {
  position: relative;
}

.card__swiper-slide-fv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.card__swiper-slide-fv img {
  width: 100%;
  height: 100svh;
  object-fit: cover;
}

.fv_caption {
  position: absolute;
  bottom: 24px;
  left: 2%;
  color: #fbf6e8;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1.1px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .fv_caption {
    font-size: 18px;
    font-size: 1.125rem;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .fv_caption {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* introduction*/
.introduction {
  padding-block: 128px;
  background: #fbf6e8;
  position: relative;
  z-index: 1;
  margin-bottom: 3px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .introduction {
    padding-block: 96px;
    padding-inline: 24px;
  }
}
@media screen and (max-width: 768px) {
  .introduction {
    padding-block: 64px;
    padding-inline: 32px;
  }
}

.introduction__container-top {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  width: 95%;
  max-width: 1440px;
  margin-inline: auto;
  margin-bottom: 77px;
  position: relative;
  z-index: 1;
}

.introduction__container-left {
  display: flex;
  flex-direction: column;
  gap: 77px;
  flex: 1;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .introduction__container-left {
    flex-direction: row;
  }
}

.introduction__container-left img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .introduction__container-left img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .introduction__container-left img {
    width: 60%;
  }
}

.introduction__container-left img:nth-child(2) {
  width: 65%;
  height: auto;
  object-fit: cover;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .introduction__container-left img:nth-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .introduction__container-left img:nth-child(2) {
    width: 40%;
    margin-left: 68%;
    margin-top: 30%;
    position: absolute;
  }
}

.introduction__container-center {
  display: flex;
  flex-direction: column;
  writing-mode: vertical-rl;
  line-height: 2.3;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .introduction__container-center {
    width: 100%;
    writing-mode: unset;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 420px) {
  .introduction__container-center {
    margin-bottom: 20px;
  }
}

.introduction__container-center p {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .introduction__container-center p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 5%;
  }
}
@media screen and (max-width: 768px) {
  .introduction__container-center p {
    writing-mode: unset;
    margin-top: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.introduction__container-center p:nth-child(1) {
  font-weight: 700;
}

.introduction__container-center h2 {
  font-size: 58px;
  font-size: 3.625rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .introduction__container-center h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .introduction__container-center h2 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: 5%;
  }
}

.introduction__container-right {
  padding-top: 73px;
  width: calc(50% - 191.5px);
}
@media screen and (max-width: 1024px) {
  .introduction__container-right {
    width: 100%;
  }
}
.introduction__container-right div {
  position: relative;
}
@media screen and (max-width: 768px) {
  .introduction__container-right div {
    display: flex;
  }
}
.introduction__container-right div img {
  display: block;
  margin-left: auto;
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .introduction__container-right div img {
    width: 50%;
    margin-left: 15%;
  }
}
@media screen and (max-width: 768px) {
  .introduction__container-right div img {
    margin-left: 0;
  }
}
.introduction__container-right div img:nth-child(2) {
  width: 50%;
  height: auto;
  object-fit: cover;
  position: absolute;
  bottom: -21%;
}
@media screen and (max-width: 1024px) {
  .introduction__container-right div img:nth-child(2) {
    width: 30%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .introduction__container-right div img:nth-child(2) {
    margin-left: 20%;
  }
}

.introduction__container-bottom {
  position: relative;
  max-width: 1440px;
  margin-inline: auto;
}
.introduction__container-bottom .introduction__container-map {
  position: absolute;
  bottom: -30%;
  right: 9%;
  width: 39%;
  aspect-ratio: 3/4;
}
@media screen and (max-width: 1024px) {
  .introduction__container-bottom .introduction__container-map {
    bottom: 100%;
    right: 0%;
    width: 45%;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .introduction__container-bottom .introduction__container-map {
    bottom: 165%;
    width: 65%;
    z-index: -1;
  }
}
@media screen and (max-width: 420px) {
  .introduction__container-bottom {
    bottom: 190%;
    width: 80%;
    z-index: -1;
  }
}
.introduction__container-bottom img {
  position: relative;
  display: block;
  width: 47%;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 1024px) {
  .introduction__container-bottom img {
    width: 60%;
    margin-left: 40%;
  }
}
@media screen and (max-width: 768px) {
  .introduction__container-bottom img {
    width: 80%;
    margin-left: auto;
    margin-top: 20%;
  }
}

/* point*/
.firefly-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.firefly {
  position: absolute;
  width: 0.4vw;
  height: 0.4vw;
  background-color: yellow;
  border-radius: 50%;
  box-shadow: 0 0 2vw 0.4vw yellow;
  opacity: 0;
  animation: drift ease alternate infinite, flash ease infinite;
}

@keyframes drift {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flash {
  0%, 30%, 100% {
    opacity: 0;
    box-shadow: 0 0 0vw 0vw yellow;
  }
  5% {
    opacity: 1;
    box-shadow: 0 0 2vw 0.4vw yellow;
  }
}
/* セクション全体の設定 */
.point {
  position: relative;
  z-index: 2;
  color: white;
}

.point {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.point__back-img {
  overflow: hidden;
  width: 100%;
  background-color: #fbf6e8;
}
.point__back-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-block: -1px;
}

.point__wrapper {
  background: #36563c;
}

.point__inner {
  background-color: #36563c;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: clamp(24px, 10vw, 128px);
  padding-bottom: clamp(64px, 10vw, 128px);
}
@media screen and (max-width: 1024px) {
  .point__inner {
    padding-inline: clamp(24px, 5vw, 64px);
  }
}

.section__container--point {
  writing-mode: vertical-rl;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .section__container--point {
    writing-mode: unset;
    margin-left: 0;
  }
}
.section__container--point .section__title-info {
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .section__container--point .section__title-info {
    line-height: 1;
  }
}
.section__container--point .section__title-text-info {
  margin-top: 32px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .section__container--point .section__title-text-info {
    margin-top: 8px;
  }
}

.point__container {
  display: flex;
  flex-direction: column;
  gap: 128px;
  margin-block: clamp(64px, 10vw, 128px) clamp(32px, 5vw, 64px);
}
@media screen and (max-width: 1024px) {
  .point__container {
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    margin-block: clamp(32px, 8vw, 56px) clamp(24px, 5vw, 64px);
  }
}

.point__section--nature {
  margin-inline: auto;
}

.point__section--nature--l {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: clamp(24px, 10vw, 128px);
}
@media screen and (max-width: 1024px) {
  .point__section--nature--l {
    flex-direction: column;
    justify-content: center;
  }
}

.point__image-wrapper {
  max-width: 67%;
  position: relative;
}
.point__image-wrapper img {
  width: 56vw;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .point__image-wrapper {
    max-width: 100%;
  }
  .point__image-wrapper img {
    width: 100%;
  }
}

.point__subtitle {
  position: absolute;
  writing-mode: vertical-rl;
  top: -9%;
  right: 2%;
  color: #fbf6e8;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  display: inline-block;
  background: rgba(55, 60, 56, 0.6);
  padding: 3% 0.5% 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .point__subtitle {
    position: static;
    writing-mode: unset;
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
    padding: 1% 0.5% 1%;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .point__subtitle {
    text-align: left;
  }
}

.point__text {
  color: #fbf6e8;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.66px;
}
@media screen and (max-width: 1024px) {
  .point__text {
    margin-top: 8px;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 30px;
  }
}

/* news*/
.news {
  background: #fbf6e8;
  overflow: hidden;
}

.news__inner {
  padding-top: clamp(64px, 10vw, 128px);
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}

.card {
  width: 100%;
  max-width: clamp(320px, 90%, 1312px);
  padding-inline: clamp(24px, 5vw, 64px);
  margin-inline: auto;
  margin-bottom: clamp(64px, 10vw, 128px);
}

.card__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: clamp(32px, 5vw, 64px);
  margin-bottom: 64px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .card__list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
  }
}
@media (max-width: 650px) {
  .card__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.card__item {
  width: 100%;
}

.swiper.card__swiper.--swiper1 {
  position: relative;
}

.swiper-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 32px;
  background-color: #fbf6e8;
  border: 1px solid #36563c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.c__news {
  display: block;
  width: 100%;
}

.c__news-inner {
  display: flex;
  flex-direction: column;
}

.c__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 650px) {
  .c__img img {
    max-width: 100%;
  }
}

.c__news-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 16px;
}

.c__title {
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.48px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .c__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 420px) {
  .c__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.c__tags {
  margin-bottom: 8px;
}

.c__tags-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: -8px;
  gap: 0 8px;
}

.c__tag {
  border-radius: 10px;
  background: #36563c;
  margin-top: 8px;
  padding: 2px 12px;
  color: #fbf6e8;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.42px;
}
@media screen and (max-width: 420px) {
  .c__tag {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.c__time {
  font-family: "Work Sans";
  font-weight: 500;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}

.c__new-btn {
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .c__new-btn {
    margin-bottom: 32px;
  }
  .c__new-btn:nth-last-of-type(3) {
    margin-bottom: 0;
  }
}

.news__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}
@media screen and (max-width: 420px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
    position: absolute;
    top: 15%;
    width: 30px;
    height: 30px;
    margin-top: 0;
  }
}

@media screen and (max-width: 420px) {
  .swiper-button-prev {
    left: -33px;
  }
}

@media screen and (max-width: 420px) {
  .swiper-button-next {
    right: -33px;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  width: fit-content !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  background: #d9d9d9;
  width: 12px;
  height: 12px;
  margin-inline: 5.5px;
  opacity: 1;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #000;
}

.event {
  background: #dbe5d6;
  padding-block: clamp(64px, 10vw, 128px);
}

.event__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}

.event__calendar {
  width: 100%;
  max-width: 1140px;
  margin-top: clamp(0px, 3vw, 32px);
  margin-inline: auto;
  padding-inline: clamp(16px, 5vw, 128px);
}
.event__calendar iframe {
  width: 100%;
  height: 800px;
}
@media screen and (max-width: 1024px) {
  .event__calendar iframe {
    height: 700px;
  }
}
@media (max-width: 425px) {
  .event__calendar iframe {
    height: 500px;
  }
}

@media screen and (max-width: 1024px) {
  .event__note {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .event__note {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.card--event {
  width: 100%;
  height: auto;
}

.card__title--event {
  color: #36563c;
  font-family: "Work Sans";
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  padding-block: clamp(32px, 6vw, 96px) clamp(8px, 2vw, 32px);
}
@media screen and (max-width: 1024px) {
  .card__title--event {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .card__title--event {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 420px) {
  .card__title--event {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.card__inner--event {
  width: min(1220px, 100%);
  padding-inline: 80px;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .card__inner--event {
    width: min(760px, 100%);
    padding-inline: 30px;
  }
}
@media screen and (max-width: 768px) {
  .card__inner--event {
    width: min(680px, 100%);
    padding-inline: 30px;
  }
}
@media screen and (max-width: 420px) {
  .card__inner--event {
    width: min(460px, 100%);
    padding-inline: 20px;
  }
}
@media (max-width: 472px) and (min-width: 425px) {
  .card__inner--event {
    width: min(668px, 100%);
    padding-inline: 24px;
  }
}

.card__swiper-slide--event {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ================================
   本題のCSS
=============================== */
/* =============================
   ナビゲーションボタン
============================= */
/* =============================
   ページネーション (bullets)
============================= */
/* 位置の設定 (枠組み) */
.c__event {
  display: block;
  width: 100%;
  max-width: 400px;
}

.c__event-inner {
  display: flex;
  flex-direction: column;
}

.c__event-img {
  padding-top: 75%;
  position: relative;
}
.c__event-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.e__news-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-block: 16px;
}

.e__date {
  color: #36563c;
  font-family: "Work Sans";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .e__date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 420px) {
  .e__date {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.e__heading {
  color: #36563c;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.66px;
  margin-block: 8px;
}
@media screen and (max-width: 768px) {
  .e__heading {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 420px) {
  .e__heading {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.e__description {
  color: #373c38;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.48px;
  min-height: 200px;
}
@media screen and (max-width: 420px) {
  .e__description {
    font-size: 14px;
    font-size: 0.875rem;
    min-height: 150px;
  }
}

.event__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: clamp(32px, 2vw, 64px);
}

.event__calendar-img {
  width: 100%;
  max-width: 900px;
}

.event__btn-text {
  color: #36563c;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 420px) {
  .event__btn-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.spot {
  padding-block: clamp(64px, 5vw, 128px);
  background: #fbf6e8;
  overflow: hidden;
}

.spot_kougei {
  padding-block: clamp(64px, 5vw, 128px);
  background: #dbe5d6;
  overflow: hidden;
}

.spot__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}

.spot__tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 24px;
  padding: 0 clamp(32px, (100vw - 768px) * 0.1 + 32px, 128px) clamp(48px, 8vw, 64px);
}
@media screen and (max-width: 1024px) {
  .spot__tags {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px 16px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.spot__tags img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .spot__tags img {
    width: 20px;
    height: 20px;
  }
}

.spot__tag {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}

.card__spot-wapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 425px) {
  .card__spot-wapper {
    gap: 10px;
  }
}

.card--spot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding-inline: clamp(37px, 10vw, 95px);
}

.card__inner--spot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  border-radius: 10px;
  border: 1px solid #36563c;
}

.card__label--spot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  width: clamp(300px, 100%, 400px);
  min-height: 60px;
  padding-inline: 50px;
  border-radius: 10px 0px 30px 0px;
  background: #36563c;
}
@media (max-width: 425px) {
  .card__label--spot {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    padding-inline: 32px 8px;
  }
}
.card__label--spot span {
  color: #fbf6e8;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.66px;
  width: 100%;
  margin-right: 8px;
  text-align: left;
}
@media (max-width: 425px) {
  .card__label--spot span {
    font-size: 14px;
    font-size: 0.875rem;
    width: 70%;
  }
}
@media (max-width: 425px) {
  .card__label--spot svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 425px) {
  .toggle-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fbf6e8;
    position: relative;
    cursor: pointer;
  }
  .toggle-btn::before, .toggle-btn::after {
    content: "";
    position: absolute;
    transition: transform 0.3s ease-in-out;
    background: #36563c;
  }
  .toggle-btn::before {
    width: 50%;
    height: 2px;
    top: 50%;
    left: 25%;
    transform: translateY(-50%);
  }
  .toggle-btn::after {
    width: 2px;
    height: 50%;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 425px) {
  .card--spot.is-open .toggle-btn::after {
    transform: translateX(-50%) scaleY(0);
  }
}

@media (max-width: 425px) {
  .card--spot.is-open .toggle-btn::before {
    transform: translateY(-50%) rotate(0deg);
  }
}

.card__container--spot {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .card__container--spot {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-inline: auto;
  }
}

.card__wrapper--spot {
  margin-block: 32px 32px;
  margin-inline: 48px;
  display: flex;
  gap: 48px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .card__wrapper--spot {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-inline: 24px;
  }
}
@media (max-width: 425px) {
  .card__wrapper--spot {
    margin-block: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
  }
}

.card--spot.is-open .card__wrapper--spot {
  max-height: 1500px;
  margin-block: 32px 32px;
}

.card__img--spot {
  width: 100%;
  height: 100%;
}
.card__img--spot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

.card__info--spot {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .card__info--spot {
    width: 100%;
    max-width: 576px;
  }
}

.card__items--spot {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 425px) {
  .card__items--spot {
    gap: 8px;
  }
}

.info--address {
  flex-shrink: 0;
  display: flex;
  width: clamp(100px, 10vw, 125px);
  height: 32px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #36563c;
}

.card__address--spot {
  flex-grow: 1;
}
@media screen and (max-width: 420px) {
  .card__address--spot {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0.36px;
  }
}
.card__address--spot img {
  vertical-align: inherit;
}
.card__address--spot a {
  text-decoration: underline;
}
@media (max-width: 425px) {
  .card__address--spot a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0.36px;
  }
}

.card__items--spot--text {
  display: flex;
  gap: 32px;
}
@media (max-width: 425px) {
  .card__items--spot--text {
    gap: 8px;
  }
}

@media (max-width: 425px) {
  .card__text--text {
    margin-top: 4px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.info__icon {
  color: #36563c;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.48px;
}
@media (max-width: 425px) {
  .info__icon {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0.36px;
  }
}

.card__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.6px;
}
@media (max-width: 425px) {
  .card__text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0.36px;
  }
}

.card__items--sns {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 157px;
}
@media screen and (max-width: 1024px) {
  .card__items--sns {
    margin-left: 135px;
  }
}
@media (max-width: 425px) {
  .card__items--sns {
    margin-left: 0;
  }
}

.card__sns--spot {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 3.2px;
  text-decoration-line: underline;
  cursor: pointer;
}
@media (max-width: 425px) {
  .card__sns--spot {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.36px;
  }
}

.menu__sns--spot {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu__sns-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(20px, 2vw, 24px);
  height: clamp(20px, 2vw, 24px);
}

.is-hidden {
  display: none;
}

.spot__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

.info {
  padding-block: clamp(64px, 10vw, 128px);
  background: #36563c;
  overflow: hidden;
}

.info__container {
  padding-inline: 64px;
}
@media screen and (max-width: 1024px) {
  .info__container {
    padding-inline: 48px;
  }
}
@media screen and (max-width: 768px) {
  .info__container {
    padding-inline: 32px;
  }
}

.info__items {
  display: flex;
  gap: 32px;
}
.info__items img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .info__items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
}

.info__item {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .info__item {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .info__item {
    width: 80%;
  }
}

/* 共通フォームグループのスタイル */
form {
  display: flex;
  flex-direction: column;
  width: 39vw;
  padding-inline: 3.9%;
}
@media screen and (max-width: 1024px) {
  form {
    width: 80%;
    padding-inline: 0;
  }
}

.form-group {
  width: 100%;
  margin-inline: auto;
  margin-top: 24px;
}
.form-group:first-of-type {
  margin-top: 0;
}
/* 特定のフォームグループに追加するスタイル */
.form-group--name {
  transition: margin-top 0.3s ease;
}

label {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: #fbf6e8;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.48px;
}

/* 入力フィールド共通スタイル */
input[type=text],
input[type=email],
textarea {
  width: 100%;
  margin-inline: auto;
  padding: 12px 0 12px 48px;
  border: 1px solid;
  background-color: #fbf6e8;
  border-radius: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  input[type=text],
  input[type=email],
  textarea {
    padding: 8px 0 8px 20px;
  }
}

textarea {
  height: 200px;
  resize: vertical;
}

.required {
  color: rgb(251, 92, 92);
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.32px;
}

.form__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.privacy {
  color: #fbf6e8;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 24px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 4px solid #dbe5d6;
}
.privacy a {
  color: #fbf6e8;
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.privacy a:hover {
  color: #f6f9f5;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .privacy {
    font-size: 12px;
    line-height: 1.4;
    padding: 12px;
  }
}

.scroll-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: 64px;
  background: rgba(54, 86, 60, 0.8);
  border-radius: 50%;
  width: clamp(60px, 10vw, 125px);
  height: clamp(60px, 10vw, 125px);
  min-height: 0;
  z-index: 1000;
  color: #fbf6e8;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 1.8px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .scroll-top {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 768px) {
  .scroll-top {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 1.4px;
    gap: 0;
    right: 32px;
  }
}
.scroll-top a {
  position: absolute;
  top: clamp(-1%, 10vw, 50%);
  min-height: 0;
}
.scroll-top::before {
  content: "";
  position: absolute;
  top: 16%;
  width: clamp(11px, 5vw, 28px);
  height: clamp(11px, 5vw, 28px);
  min-height: 0;
  background-image: url(../img/svg/page-top__btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.scroll-top.hidden {
  opacity: 0;
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */