html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 50%;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.6;
  background: #ecede3;
  overflow-x: hidden;
}
.inner {
  max-width: 1040px;
  margin: 0 auto;
  width: 95%;
  padding: 0 16px;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
a:hover {
  opacity: 0.7;
}
.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}
.inner {
  width: 1120px;
  margin: 0 auto;
  max-width: 100%;
}
.base {
  padding: clamp(40px, 33.1034482759px + 0.0183908046 * 100vw, 64px) 0;
}
.base .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(24px, 20.5517241379px + 0.0091954023 * 100vw, 36px);
}
.text-center {
  text-align: center;
}
.ttl {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(28px, 24.5517241379px + 0.0091954023 * 100vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 4px;
  text-align: left;
  margin-bottom: 0;
}
.ttl .en {
  color: #347448;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Allison", cursive;
  font-size: clamp(48px, 36.5057471264px + 0.030651341 * 100vw, 88px);
  font-style: normal;
  font-weight: 400;
  line-height: 60%;
  display: inline-block;
  margin-bottom: clamp(18px, 18.5747126437px + -0.001532567 * 100vw, 16px);
}
.ttl .marker {
  display: inline;
  background: -webkit-linear-gradient(transparent calc(100% - 17px), #ffa600 0);
  background: linear-gradient(transparent calc(100% - 17px), #ffa600 0);
}
.ttl .ttl-back {
  border-radius: 8px;
  background: #347448;
  padding: 8px clamp(4px, 1.1264367816px + 0.0076628352 * 100vw, 14px);
  display: inline-block;
  color: #fff;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 22.8505747126px + 0.0030651341 * 100vw, 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.8px;
}
.ttl.text-center {
  text-align: center;
}
.inner-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.inner-btn a {
  display: block;
  width: 400px;
  max-width: 90%;
  margin: 0 auto;
}
.inner-btn p {
  color: #222;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(12px, 10.8505747126px + 0.0030651341 * 100vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.inner-btn img {
  width: 100%;
  height: auto;
}
.head {
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .head {
    gap: 10px;
  }
}
.head-logo {
  padding: 0 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .head-logo {
    padding: 0;
    padding-left: 12px;
  }
}
.head-logo img {
  width: 118px;
  aspect-ratio: 59/27;
}
@media screen and (max-width: 768px) {
  .head-logo img {
    width: clamp(72px, 22vw, 92px);
  }
}
.head-btn {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 220px;
  -ms-flex: 0 1 220px;
  flex: 0 1 220px;
  min-width: 0;
}
.head-btn img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .head-btn {
    -webkit-flex-basis: min(120px, 50vw);
    -ms-flex-preferred-size: min(120px, 50vw);
    flex-basis: min(120px, 50vw);
  }
}
.mv {
  position: relative;
  margin-bottom: clamp(40px, 33.1034482759px + 0.0183908046 * 100vw, 64px);
}
.mv > picture {
  position: relative;
}
.mv-btnarea {
  position: absolute;
  bottom: 25%;
  margin: auto;
  left: 0;
  right: 0;
  width: 38%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .mv-btnarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    width: 80%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 14.5%;
  }
  .mv-btnarea__tokuten {
    width: 72%;
    display: inline-block;
  }
}
.discription {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(24px, 20.5517241379px + 0.0091954023 * 100vw, 36px);
}
.discription .inner {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.sub-ttl {
  position: relative;
}
.sub-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: -1;
}
.sub-ttl h3 {
  color: #222;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(20px, 17.7011494253px + 0.0061302682 * 100vw, 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  background: #ecede3;
  display: inline-block;
  padding-right: 12px;
}
.discription-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 480px) {
  .discription-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.discription-contents .img {
  width: clamp(360px, 259.024137931px + 0.2692689655 * 100vw, 711.396px);
}
@media screen and (max-width: 768px) {
  .discription-contents .img {
    width: 80%;
  }
}
.discription-contents .img {
  aspect-ratio: 711.396/577.315;
  overflow: hidden;
  position: relative;
}
.discription-contents .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.discription-contents .img .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
}
.discription-contents .text {
  width: 360px;
  max-width: 100%;
}
.discription-contents .text .property-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.discription-contents .text .property-detail__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.discription-contents .text .property-detail__line--address .property-detail__value {
  padding-left: 0;
}
.discription-contents .text .property-detail__label {
  min-width: 128px;
  margin: 0;
  color: #347448;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.discription-contents .text .property-detail__value {
  margin: 0;
  color: #222;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.discription-contents .text .property-detail__price {
  margin-top: 8px;
  padding: 16px 0;
  border-top: 2px dotted #347448;
  border-bottom: 2px dotted #347448;
}
.discription-contents .text .property-detail__amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 6px;
  margin: 0;
  color: #222;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  line-height: 120%;
}
.discription-contents .text .property-detail__amount-number {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.discription-contents .text .property-detail__amount-unit {
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 4px;
}
.discription-contents .text .property-detail__amount-note {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 6px;
}
.discription-contents .text .property-detail__tags {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.discription-contents .text .property-detail__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  padding: 0 7px 2px 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #fdffe6;
  color: #222;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  white-space: nowrap;
}
.model-gallery {
  width: 100%;
}
.model-gallery__slider {
  margin: 0 -8px;
}
.model-gallery__slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.model-gallery__slider:not(.slick-initialized) .model-gallery__slide {
  width: calc((100% - 48px) / 4);
}
@media screen and (max-width: 768px) {
  .model-gallery__slider:not(.slick-initialized) .model-gallery__slide {
    width: calc((100% - 16px) / 2);
  }
}
.model-gallery__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.model-gallery__slider .slick-slide {
  height: auto;
  padding: 0 8px;
}
.model-gallery__slider .slick-slide > div {
  height: 100%;
}
.model-gallery__slide {
  height: auto;
}
.model-gallery__card {
  position: relative;
  width: 100%;
  aspect-ratio: 266.828/219.753;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #d7d7d7;
}
.model-gallery__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.model-gallery__open {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 28px;
  height: 28px;
  border: 2px solid #222;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, 0.82);
  cursor: pointer;
  -webkit-transition:
    opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}
.model-gallery__open::before,
.model-gallery__open::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #222;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.model-gallery__open::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.model-gallery__open:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.model-gallery__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 39px;
  padding: 8px 0 11px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  background: rgba(52, 116, 72, 0.85);
  background-blend-mode: multiply;
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .model-gallery__caption {
    min-height: 34px;
    padding: 6px 10px 8px;
    font-size: 13px;
  }
}
.floor-gallery {
  width: 100%;
  overflow: hidden;
}
.floor-gallery__plans {
  display: grid;
  grid-template-columns: minmax(0, 860px);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .floor-gallery__plans {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 24px;
  }
}
.floor-gallery__plan {
  position: relative;
}
.floor-gallery__plan img {
  display: block;
  width: 100%;
  height: auto;
}
.floor-gallery__pin,
.floor-gallery__open {
  position: absolute;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 2px solid #222;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, 0.86);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition:
    opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}
.floor-gallery__pin::before,
.floor-gallery__pin::after,
.floor-gallery__open::before,
.floor-gallery__open::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  border-radius: 2px;
  background: #222;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.floor-gallery__pin::after,
.floor-gallery__open::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.floor-gallery__pin:hover,
.floor-gallery__open:hover {
  opacity: 0.82;
}
@media screen and (max-width: 768px) {
  .floor-gallery__pin,
  .floor-gallery__open {
    width: 30px;
    height: 30px;
  }
  .floor-gallery__pin::before,
  .floor-gallery__pin::after,
  .floor-gallery__open::before,
  .floor-gallery__open::after {
    width: 13px;
  }
}
.floor-gallery__pin--01 {
  left: 44.2%;
  top: 28.4%;
}
.floor-gallery__pin {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.floor-gallery__pin:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
  transform: translate(-50%, -50%) scale(1.06);
}
/* 間取り図ピンを少し小さめに（写真スライダーの＋ボタンは変更しない） */
.floor-gallery__pin {
  width: 28px;
  height: 28px;
}
.floor-gallery__pin::before,
.floor-gallery__pin::after {
  width: 12px;
}
@media screen and (max-width: 768px) {
  .floor-gallery__pin {
    width: 24px;
    height: 24px;
  }
  .floor-gallery__pin::before,
  .floor-gallery__pin::after {
    width: 10px;
  }
}
.floor-gallery__pin--02 {
  left: 56.7%;
  top: 66.2%;
}
.floor-gallery__pin--03 {
  left: 72.7%;
  top: 66.2%;
}
.floor-gallery__pin--04 {
  left: 31%;
  top: 72.3%;
}
.floor-gallery__pin--05 {
  left: 68.8%;
  top: 76.9%;
}
.floor-gallery__slider {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
.floor-gallery__slider .slick-list {
  overflow: visible;
}
.floor-gallery__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.floor-gallery__slider .slick-slide {
  width: 251.548px;
  height: auto;
  margin: 0 8px;
  padding: 0;
}
.floor-gallery__slider .slick-slide > div {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .floor-gallery__slider .slick-slide {
    width: 178px;
    margin: 0 8px;
  }
}
.floor-gallery__slide {
  height: auto;
}
.floor-gallery__card {
  position: relative;
  width: 251.548px;
  height: 387.807px;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #d7d7d7;
}
.floor-gallery__card img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .floor-gallery__card {
    width: 178px;
    height: 274px;
    border-radius: 12px;
  }
}
.floor-gallery__open {
  top: 14px;
  right: 14px;
}
.floor-summary {
  display: grid;
  grid-template-columns: minmax(0, 449.229px) 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 36px;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .floor-summary {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 32px;
  }
}
.floor-summary__image {
  width: 100%;
  aspect-ratio: 449.229/387.807;
  overflow: hidden;
  border-radius: 16px;
}
.floor-summary__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.floor-summary__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.floor-summary__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .floor-summary__row {
    grid-template-columns: 1fr;
  }
}
.floor-summary__item {
  position: relative;
  padding: 10px 16px 10px 18px;
  border-bottom: 1px dotted #000;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.6px;
}
.floor-summary__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: calc(100% - 18px);
  background: #222;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .floor-summary__item {
    padding: 9px 12px 9px 16px;
    font-size: 14px;
    letter-spacing: 1px;
  }
}
body.is-lightbox-open {
  overflow: hidden;
}
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 32px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.gallery-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .gallery-lightbox {
    padding: 20px;
  }
}
.gallery-lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
}
.gallery-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
}
.gallery-lightbox__image {
  display: block;
  width: 100%;
  max-height: 82vh;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px;
  background: #111;
}
.gallery-lightbox__caption {
  margin: 12px 0 0;
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.gallery-lightbox__close,
.gallery-lightbox__nav {
  position: absolute;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, 0.9);
  cursor: pointer;
  -webkit-transition:
    opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}
.gallery-lightbox__close:hover,
.gallery-lightbox__nav:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.gallery-lightbox__close {
  top: -18px;
  right: -18px;
  width: 40px;
  height: 40px;
}
.gallery-lightbox__close::before,
.gallery-lightbox__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #222;
}
.gallery-lightbox__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.gallery-lightbox__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .gallery-lightbox__close {
    top: -16px;
    right: -8px;
    width: 36px;
    height: 36px;
  }
}
.gallery-lightbox__nav {
  top: 50%;
  width: 44px;
  height: 44px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery-lightbox__nav:hover {
  -webkit-transform: translateY(-50%) scale(1.05);
  transform: translateY(-50%) scale(1.05);
}
.gallery-lightbox__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 3px solid #222;
  border-left: 3px solid #222;
}
@media screen and (max-width: 768px) {
  .gallery-lightbox__nav {
    width: 38px;
    height: 38px;
  }
}
.gallery-lightbox__nav--prev {
  left: -22px;
}
.gallery-lightbox__nav--prev::before {
  -webkit-transform: translate(-35%, -50%) rotate(-45deg);
  transform: translate(-35%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .gallery-lightbox__nav--prev {
    left: -10px;
  }
}
.gallery-lightbox__nav--next {
  right: -22px;
}
.gallery-lightbox__nav--next::before {
  -webkit-transform: translate(-65%, -50%) rotate(135deg);
  transform: translate(-65%, -50%) rotate(135deg);
}
@media screen and (max-width: 768px) {
  .gallery-lightbox__nav--next {
    right: -10px;
  }
}
.cta .inner p {
  color: #222;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(15px, 14.1379310345px + 0.0022988506 * 100vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.visit-benefit {
  width: 720px;
  max-width: 100%;
  margin-inline: auto;
  min-height: auto;
  padding: 32px 50px 40px;
  border: 4px solid var(--gra2, #f9e58c);
  border-radius: 40px;
  background: -webkit-linear-gradient(
    348deg,
    rgba(239, 201, 129, 0.3) -15.89%,
    rgba(242, 215, 143, 0.3) 19.16%,
    rgba(248, 240, 228, 0.3) 59.76%,
    rgba(197, 133, 17, 0.3) 118.8%,
    rgba(228, 183, 108, 0.3) 150.17%,
    rgba(238, 198, 135, 0.3) 159.39%
  );
  background: linear-gradient(
    102deg,
    rgba(239, 201, 129, 0.3) -15.89%,
    rgba(242, 215, 143, 0.3) 19.16%,
    rgba(248, 240, 228, 0.3) 59.76%,
    rgba(197, 133, 17, 0.3) 118.8%,
    rgba(228, 183, 108, 0.3) 150.17%,
    rgba(238, 198, 135, 0.3) 159.39%
  );
}
@media screen and (max-width: 768px) {
  .visit-benefit {
    min-height: auto;
    padding: 24px 18px 28px;
    border-radius: 28px;
  }
}
.visit-benefit__heading {
  margin: 0 0 30px;
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 2.8px;
}
.visit-benefit__banner {
  margin: 0;
  padding: 0;
}
.visit-benefit__banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .visit-benefit__heading {
    margin-bottom: 20px;
    font-size: 22px;
    letter-spacing: 1.8px;
    line-height: 130%;
  }
}
.visit-benefit__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .visit-benefit__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
  }
}
.visit-benefit__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 106px;
  padding: 18px 26px;
  border: 1.5px solid #161d27;
  border-radius: 24px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.visit-benefit__item--paypay {
  border-color: #f03;
}
@media screen and (max-width: 768px) {
  .visit-benefit__item {
    min-height: 92px;
    padding: 16px 18px;
    border-radius: 18px;
  }
}
.visit-benefit__icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.visit-benefit__icon--paypay {
  width: 90px;
  margin-right: 22px;
}
.visit-benefit__icon--amazon {
  width: 90px;
  margin-right: 22px;
}
@media screen and (max-width: 768px) {
  .visit-benefit__icon--paypay,
  .visit-benefit__icon--amazon {
    width: 72px;
    margin-right: 16px;
  }
}
.visit-benefit__body {
  min-width: 0;
}
.visit-benefit__service {
  color: #161d27;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .visit-benefit__service {
    font-size: 17px;
  }
}
.visit-benefit__amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 10px;
  white-space: nowrap;
}
.visit-benefit__amount--paypay {
  color: #f03;
}
.visit-benefit__amount--amazon {
  color: #f27123;
}
.visit-benefit__number {
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.92px;
}
@media screen and (max-width: 768px) {
  .visit-benefit__number {
    font-size: 28px;
  }
}
.visit-benefit__unit {
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .visit-benefit__unit {
    font-size: 17px;
  }
}
.offer .inner {
  gap: clamp(28px, 24.5517241379px + 0.0091954023 * 100vw, 40px);
}
.offer-title {
  font-size: clamp(38px, 32.8275862069px + 0.0137931034 * 100vw, 56px);
  line-height: 140%;
  letter-spacing: 2.8px;
}
.offer-title__accent {
  color: #f0282b;
}
.offer-title__number {
  font-family: "Inter", sans-serif;
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .offer-title {
    font-size: 34px;
    line-height: 135%;
    letter-spacing: 1.6px;
  }
}
.offer {
  background: #fff;
}
.offer-notes {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 1.7;
  color: #666;
}
.offer-notes li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .offer-notes {
    font-size: 12px;
  }
}
.offer-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  padding: 34px 38px;
  border-radius: 24px;
  background: #eceee4;
}
.offer-box--single {
  grid-template-columns: minmax(0, 720px);
}
@media screen and (max-width: 768px) {
  .offer-box {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 16px;
    border-radius: 18px;
  }
}
.offer-box__appeal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0;
}
.offer-box__payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 21.7011494253px + 0.0061302682 * 100vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.offer-box__payment-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}
.offer-box__payment strong {
  color: #f0282b;
  font-family: "Noto Sans JP";
  font-size: clamp(48px, 41.1034482759px + 0.0183908046 * 100vw, 72px);
  font-weight: 700;
  line-height: 100%;
  white-space: nowrap;
}
.offer-box__payment strong span {
  font-family: "Inter", sans-serif;
  font-size: 1.45em;
  line-height: 0.9;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 768px) {
  .offer-box__payment {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 20px;
  }
  .offer-box__payment strong {
    font-size: 42px;
  }
}
.offer-box__balloon {
  position: relative;
  width: 100%;
  margin-top: 24px;
  padding: 24px 20px;
  border-radius: 14px;
  background: #006b32;
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(22px, 19.7011494253px + 0.0061302682 * 100vw, 30px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
}
.offer-box__balloon::after {
  content: "";
  position: absolute;
  left: 22%;
  bottom: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 22px 0 22px;
  border-color: #006b32 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media screen and (max-width: 768px) {
  .offer-box__balloon {
    margin-top: 18px;
    padding: 18px 14px;
    font-size: 19px;
    letter-spacing: 1px;
  }
}
.offer-box__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 22px;
  width: 100%;
  margin-top: 30px;
}
.offer-box__bottom img {
  width: min(210px, 45%);
  height: auto;
}
@media screen and (max-width: 768px) {
  .offer-box__bottom {
    gap: 12px;
    margin-top: 24px;
  }
  .offer-box__bottom img {
    width: 42%;
  }
}
.offer-box__family {
  color: #000;
  text-align: right;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(22px, 19.7011494253px + 0.0061302682 * 100vw, 30px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.offer-box__family-rate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 100%;
  white-space: nowrap;
}
.offer-box__family-prefix,
.offer-box__family-suffix {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(30px, 27.1264367816px + 0.0076628352 * 100vw, 40px);
  font-weight: 700;
  letter-spacing: 0;
}
.offer-box__family-number {
  color: #f0282b;
  font-family: "Inter", sans-serif;
  font-size: clamp(78px, 68.2298850575px + 0.0260536398 * 100vw, 112px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.06em;
}
.offer-box__family-percent {
  color: #f0282b;
  font-family: "Inter", sans-serif;
  font-size: clamp(52px, 46.2528735632px + 0.0153256705 * 100vw, 72px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 768px) {
  .offer-box__family {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 17px;
  }
  .offer-box__family-prefix,
  .offer-box__family-suffix {
    font-size: 24px;
  }
  .offer-box__family-number {
    font-size: 62px;
  }
  .offer-box__family-percent {
    font-size: 42px;
  }
}
.offer-box__loan {
  padding: 28px 32px;
  border-radius: 22px;
  background: #fff;
}
.offer-box__loan h3 {
  margin: 0 0 18px;
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(26px, 23.7011494253px + 0.0061302682 * 100vw, 34px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.6px;
}
.offer-box__loan p {
  margin: 16px 0 0;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .offer-box__loan {
    padding: 24px 18px;
    border-radius: 18px;
  }
  .offer-box__loan h3 {
    font-size: 26px;
  }
}
.offer-box__loan-list {
  margin: 0;
}
.offer-box__loan-list div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px dotted #000;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(18px, 16.8505747126px + 0.0030651341 * 100vw, 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.offer-box__loan-list dt,
.offer-box__loan-list dd {
  margin: 0;
}
.offer-box__loan-list dd {
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .offer-box__loan-list div {
    font-size: 18px;
  }
}
.about .inner {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.about-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 499.5px);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(40px, 33.1034482759px + 0.0183908046 * 100vw, 64px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about-area {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.about-area__content {
  min-width: 0;
}
.about-area__lead {
  margin: 32px 0 22px;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  .about-area__lead {
    margin: 24px 0 18px;
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}
.about-area__text {
  margin: 0;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 768px) {
  .about-area__text {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 190%;
  }
}
.about-area__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.about-area__tags li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 24px;
  padding: 5px 10px;
  border-radius: 12px;
  background: #347448;
  color: #fff;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  white-space: nowrap;
}
.about-area__map {
  width: 100%;
  max-width: 499.5px;
  aspect-ratio: 499.5/466;
  overflow: hidden;
  border-radius: 16px;
}
.about-area__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 768px) {
  .about-area__map {
    max-width: none;
  }
}
.area-info {
  width: 100%;
  margin-top: clamp(40px, 35.4022988506px + 0.0122605364 * 100vw, 56px);
}
.area-info__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 28px;
  padding: 13px 48px 15px;
  border-radius: 28px;
  background: #347448;
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 768px) {
  .area-info__heading {
    width: 100%;
    padding: 12px 18px 14px;
    font-size: 18px;
    letter-spacing: 1.2px;
    line-height: 130%;
  }
}
.area-info__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .area-info__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}
@media screen and (max-width: 480px) {
  .area-info__cards {
    grid-template-columns: 1fr;
  }
}
.area-info__card {
  min-height: 238px;
  padding: 26px 20px 22px;
  border-radius: 24px;
  background: #fff;
  -webkit-box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.12);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.12);
}
.area-info__card img {
  display: block;
  width: 58px;
  height: 58px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto 14px;
}
.area-info__card h4 {
  margin: 0 0 24px;
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.4px;
}
.area-info__card dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
.area-info__card dl div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.area-info__card dt,
.area-info__card dd {
  margin: 0;
}
.area-info__card dd {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .area-info__card {
    min-height: auto;
    padding: 22px 18px 20px;
  }
  .area-info__card h4 {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}
.area-info__access {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  margin-top: 28px;
}
.area-info__access div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 88px;
  padding: 16px;
  border-radius: 8px;
  background: #347448;
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .area-info__access {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .area-info__access div {
    min-height: 64px;
    font-size: 20px;
  }
}
.access .inner {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.access-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 548px);
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  gap: clamp(40px, 33.1034482759px + 0.0183908046 * 100vw, 64px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .access-area {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.access-area__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
.access-area__row {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 24px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.55);
}
.access-area__row:last-child {
  margin-bottom: 0;
}
.access-area__row dt,
.access-area__row dd {
  margin: 0;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 1.8px;
}
.access-area__row dt {
  font-weight: 700;
}
.access-area__row dd {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .access-area__row {
    grid-template-columns: 80px 1fr;
    gap: 16px;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .access-area__row dt,
  .access-area__row dd {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
.access-area__map {
  width: 100%;
  max-width: 548px;
  aspect-ratio: 548/550;
  overflow: hidden;
  border-radius: 16px;
}
.access-area__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 768px) {
  .access-area__map {
    max-width: none;
  }
}
.footer__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 48px 16px 42px;
}
.footer__logo img {
  width: 118px;
  height: auto;
}
.footer__copyright {
  margin: 0;
  padding: 26px 16px;
  background: #222;
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
} /*# sourceMappingURL=style.css.map */

/* ========== 修正追加CSS ========== */

/* ===== エリア紹介バナー（左右ファミリー写真） ===== */
.area-info__banner {
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.area-info__banner::before,
.area-info__banner::after {
  display: none;
}
.area-info__banner-img {
  flex: 0 0 auto;
  width: 300px;
  max-width: 28%;
}
.area-info__banner-img img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}
.area-info__banner-text {
  flex: 1;
  min-width: 0;
  text-align: center;
  padding: 20px 24px;
}
.area-info__banner-eyebrow {
  font-size: 1.4rem;
  color: #347448;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.area-info__banner-title {
  font-size: clamp(2rem, 3.2vw, 3.8rem);
  font-weight: 900;
  color: #1a3d24;
  line-height: 1.25;
  margin: 0 0 14px;
  letter-spacing: 2px;
  white-space: nowrap;
}
.area-info__banner-desc {
  font-size: 1.5rem;
  color: #3d6b4f;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .area-info__banner {
    flex-direction: column;
    gap: 12px;
  }
  .area-info__banner-img {
    width: 220px;
    max-width: 65%;
  }
  .area-info__banner-img--right {
    /* order: 3; */
    display: none;
  }
  .area-info__banner-text {
    order: 2;
    padding: 0 16px;
  }
  .area-info__banner-title {
    font-size: 3rem;
  }
}

/* offer画像の白背景透過・サイズ調整 */
.offer-box__bottom img {
  mix-blend-mode: multiply;
  width: min(300px, 55%) !important;
}

/* 時間・距離ハイライト */
.time-highlight {
  color: #d97706;
  font-weight: 700;
}

/* ③ アクセスタグラベル */
.access-tag-group {
  margin-bottom: 8px;
}
.access-tag-label {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 6px;
  color: #fff;
}
.access-tag-label--station {
  background: #2563eb;
}
.access-tag-label--access {
  background: #d97706;
}

/* ⑤ 新カード型施設情報 */
.area-info__cards-new {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  background: #fdf9f3;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 768px) {
  .area-info__cards-new {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 20px 14px;
  }
}
@media screen and (max-width: 480px) {
  .area-info__cards-new {
    grid-template-columns: 1fr;
  }
}

.area-info__card-new {
  background: #fff;
  border-radius: 14px;
  padding: 18px 12px 14px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.area-info__card-icon {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 4px;
}

.area-info__card-en {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  color: #f97316;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 2px;
}

.area-info__card-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e5e7eb;
  width: 100%;
}

.area-info__card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.area-info__card-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  font-size: 1.2rem;
}

.area-info__card-name {
  color: #333;
  font-weight: 500;
  line-height: 1.3;
  flex: 1;
  min-width: 0;
}

.area-info__badge {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}

.area-info__badge--walk {
  background: #fff7ed;
  color: #ea580c;
  border: 1px solid #fed7aa;
}

.area-info__badge--car {
  background: #f0fdf4;
  color: #16a34a;
  border: 1px solid #bbf7d0;
}

@media screen and (max-width: 768px) {
  .area-info__card-icon {
    font-size: 24px;
  }

  .area-info__card-en {
    font-size: 12px;
  }

  .area-info__card-title {
    font-size: 17px;
  }

  .area-info__card-list li {
    font-size: 15px;
  }

  .area-info__badge {
    font-size: 13px;
    padding: 3px 8px;
  }
}

/* フッター追従LINEバナー */
.floating-line-banner {
  position: fixed;
  left: 50%;
  bottom: 12px;
  z-index: 900;
  width: min(420px, calc(100% - 24px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
}

.floating-line-banner.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.floating-line-banner__link {
  display: block;
}

.floating-line-banner__link img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .floating-line-banner {
    bottom: 10px;
    width: calc(100% - 20px);
  }
}
