@charset "UTF-8";
:root {
  /* fonts */
  --font-gothic: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  --font-mincho: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  /* font-weight */
  --fw-thin: 100;
  --fw-ex-light: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semi-bold: 600;
  --fw-bold: 700;
  --fw-ex-bold: 800;
  --fw-black: 900;
}

/*--------------------------------
  リセット（reset）
--------------------------------*/
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*--------------------------------
  ベース（base）
--------------------------------*/
body {
  -webkit-animation: fadeInBody 1s ease forwards;
          animation: fadeInBody 1s ease forwards;
}

@-webkit-keyframes fadeInBody {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInBody {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------
  テンプレート上書き
--------------------------------*/
.header {
  margin-bottom: 0;
  padding-bottom: 0;
}

.header-detail:not(.is-header-fixed) {
  position: relative;
}

.header__title-img {
  display: inline-block;
  padding-bottom: 0;
}

.header-body {
  padding-left: 8px;
  padding-block: 15px;
}

.header-body__title a {
  display: block;
  font-size: 1rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .header-body__title img {
    width: auto;
  }
}

.header-nav__list {
  opacity: 1;
  gap: 13px;
}

.header-nav__list .header-nav__link {
  justify-content: center;
  width: 116px;
  height: 40px;
  background-color: #009b63;
  color: #fff;
  font-family: var(--font-gothic);
  transition: 0.3s;
}
.header-nav__list .header-nav__link:hover {
  background-color: #006842;
}

.header-nav__list .header-nav__link.header-nav__link_arrow {
  padding-right: 0;
  border: 1px solid #009b63;
  background: none;
  color: #262626;
}
.header-nav__list .header-nav__link.header-nav__link_arrow:hover {
  background-color: #009b63;
  color: #fff;
}

.header-nav__list .header-nav__item {
  margin-right: 0;
}

.iconSvg-catalog {
  width: 20px;
  aspect-ratio: 35/38;
  padding: 0;
}

.iconSvg-request {
  width: 20px;
  aspect-ratio: 35/38;
  padding: 0;
}

.localnav {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1024px) {
  .localnav {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
  }
}
.is-header-fixed .localnav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.localnav__item .localnav__link {
  display: grid;
  height: 53px;
  padding: 0;
  color: #000;
  font-size: 0.875rem;
  font-family: var(--font-gothic);
  letter-spacing: 0;
  transition: 0.3s;
  place-items: center;
}
.localnav__item .localnav__link.is-current, .localnav__item .localnav__link:hover {
  background-color: #009b63;
  color: #fff;
}

.localnav__list {
  opacity: 1;
  background-color: transparent;
}

.localnav__list .localnav__item {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-left: none;
}

.localnav__list .localnav__item:first-of-type {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1023px) {
  .localnav__list .localnav__item:nth-of-type(2n + 1) {
    border-right: 1px solid rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 1023px) {
  .localnav .localnav__list .localnav__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
}
.footer {
  background-color: transparent;
}

.footer-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.footer-tel {
  color: #000;
  border-block: 1px solid rgba(0, 0, 0, 0.25);
}

.footer-tel__body .footer-tel__link {
  color: #000;
  font-weight: var(--fw-medium);
  font-size: 45px;
  font-family: var(--font-mincho);
  letter-spacing: 0;
}

.footer-tel__detail {
  display: flex;
  justify-content: center;
  gap: clamp(0.625rem, -0.0694444444rem + 2.962962963vw, 1.875rem);
}
@media (max-width: 767px) {
  .footer-tel__detail {
    flex-direction: column;
  }
}

.footer-tel__detail .footer-tel__detail-text:not(:last-of-type) {
  margin: 0;
}

.footer-company__list {
  justify-content: center;
}

.footer-company__title {
  color: #000;
}

.footer-company__list {
  padding-block: 50px;
}

.footer-company__list .footer-company__item {
  margin-bottom: 0;
}

.footer-menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.footer-copy {
  padding: 10px 0;
}

.footer-topcontrol {
  display: block;
  position: absolute;
  top: calc(clamp(1.875rem, -0.9027777778rem + 11.8518518519vw, 6.875rem) * -1);
  right: 10px;
  width: clamp(3.125rem, 1.3888888889rem + 7.4074074074vw, 6.25rem);
  height: clamp(3.125rem, 1.3888888889rem + 7.4074074074vw, 6.25rem);
  background-image: url("../img/common/page_top.svg");
  background-size: cover;
  cursor: pointer;
}
.footer-topcontrol::after {
  display: none;
}

.footer-tel__body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.footer-tel__body .footer-tel__item {
  padding-right: 0;
}

.footer-tel__body .footer-tel__item-img {
  width: auto;
}

.footer-nav__item-request .footer-nav__link {
  background-color: #009b63;
}

.footer-nav__item-catalog .footer-nav__link {
  background-color: #009b63;
}

.footer-nav__item-tel .footer-nav__link {
  background-color: #333;
  color: #fff;
}

.footer-nav .footer-nav__item-tel .footer-nav__svg svg {
  fill: #fff;
}

/*--------------------------------
  汎用クラス（utility）
--------------------------------*/
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.w-full {
  width: 100%;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: 20px;
  box-sizing: content-box;
}
.container--small {
  max-width: 950px;
}

.img-photo {
  position: relative;
}
.img-photo__caption {
  position: absolute;
  right: 1em;
  bottom: 1em;
  color: #fff;
  font-size: clamp(0.625rem, 0.5555555556rem + 0.2962962963vw, 0.75rem);
  line-height: 1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 1px rgba(0, 0, 0, 0.2), -1px 1px 1px rgba(0, 0, 0, 0.2), 1px -1px 1px rgba(0, 0, 0, 0.2);
}
.img-photo--bk .img-photo__caption {
  color: #000;
  text-shadow: none;
}

.img-border {
  border: 1px solid #ccc;
}

.note-list {
  font-size: 0.625rem;
}
.note-list > li {
  display: flex;
  --marker: "※";
}
.note-list > li::before {
  flex-shrink: 0;
  margin-right: 0.25em;
  content: var(--marker);
}

.btn-more {
  display: grid;
  width: clamp(11.25rem, 5.6329787234rem + 11.7021276596vw, 13.3125rem);
  aspect-ratio: 213/65;
  background-color: #009b63;
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
  transition: 0.3s;
  place-items: center;
}
.btn-more span {
  display: flex;
  align-items: center;
  position: relative;
  gap: 1em;
}
.btn-more span::after {
  position: absolute;
  right: -20px;
  transform: rotate(45deg);
  width: 6px;
  aspect-ratio: 1;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
}
.btn-more:hover {
  background-color: #006842;
}

.page-main {
  padding-bottom: clamp(2.5rem, 1.1111111111rem + 5.9259259259vw, 5rem);
  line-height: 1.75;
}
@media (min-width: 768px) {
  .page-main {
    letter-spacing: 0.05em;
  }
}
.page-main--flat {
  padding-bottom: 0;
}
.page-main img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.page-fv {
  display: grid;
  position: relative;
  height: 200px;
  margin-bottom: clamp(2.5rem, 0.0694444444rem + 10.3703703704vw, 6.875rem);
  place-items: center;
}
@media (min-width: 768px) {
  .page-fv {
    height: 300px;
  }
}
.page-fv__title {
  position: relative;
  z-index: 1;
}
.page-fv__bg {
  position: absolute;
  inset: 0;
}
.page-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-title {
  margin-bottom: clamp(2.5rem, 1.1111111111rem + 5.9259259259vw, 5rem);
  font-weight: var(--fw-semi-bold);
  font-size: clamp(1.375rem, 1.3055555556rem + 0.2962962963vw, 1.5rem);
  text-align: center;
}
@media (min-width: 768px) {
  .page-title {
    letter-spacing: 0.1em;
  }
}

.page-note {
  padding-block: clamp(2.5rem, 1.1111111111rem + 5.9259259259vw, 5rem);
  border-top: 1px solid #ccc;
}
@media (min-width: 768px) {
  .page-note {
    letter-spacing: 0.1em;
  }
}
.page-note__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 0.5555555556rem + 2.962962963vw, 2.5rem);
}

/*--------------------------------
  トップ（top）
--------------------------------*/
.top-fv {
  position: relative;
}
.top-fv__title {
  position: absolute;
  top: 10px;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.top-fv__title img {
  width: 51.6666666667vw;
}
@media (max-width: 767px) {
  .top-fv__title img {
    width: 320px;
  }
}
.top-fv__bg {
  background-color: #ccc;
}
@media (max-width: 767px) {
  .top-fv__bg {
    height: 400px;
  }
}
.top-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-block: clamp(1.875rem, 1.25rem + 2.6666666667vw, 3rem) clamp(1.25rem, 0.9027777778rem + 1.4814814815vw, 1.875rem);
  padding-inline: 20px;
  background-color: #009b63;
  color: #fff;
  line-height: 1.3;
  gap: clamp(0.625rem, 0.2777777778rem + 1.4814814815vw, 1.25rem);
}
.top-info::before {
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(0.625rem, 0.3472222222rem + 1.1851851852vw, 1.125rem);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%);
  content: "a";
  mix-blend-mode: multiply;
}
.top-info__name {
  font-size: clamp(1.125rem, 0.9166666667rem + 0.8888888889vw, 1.5rem);
}
.top-info__title {
  font-weight: var(--fw-semi-bold);
  font-size: clamp(2.125rem, 1.7430555556rem + 1.6296296296vw, 2.8125rem);
  text-align: center;
  font-feature-settings: "palt";
}
.top-info__title span {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .top-info__title span {
    display: block;
  }
}

.top-lead {
  padding-inline: 20px;
  background-color: #006e2f;
  color: #fff;
  font-weight: var(--fw-semi-bold);
  line-height: 1.3;
  text-align: center;
  font-feature-settings: "palt";
}
.top-lead > ul > li {
  padding-block: 20px;
}
.top-lead > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.top-lead .-text-l {
  color: #ffff9f;
  font-size: clamp(1.875rem, 1.5277777778rem + 1.4814814815vw, 2.5rem);
}
.top-lead .-text-m {
  font-size: clamp(1.25rem, 1.1111111111rem + 0.5925925926vw, 1.5rem);
}
.top-lead .-text-s {
  font-size: 0.875rem;
}

.top-lead-access {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .top-lead-access {
    row-gap: 10px;
  }
}
.top-lead-access > li:not(:last-child)::after {
  content: "　/　";
}

@media (max-width: 767px) {
  .top-featureds {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

.top-featured {
  display: grid;
  align-items: center;
}
@media (max-width: 767px) {
  .top-featured {
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .top-featured {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-featured__contents {
  display: flex;
  flex-direction: column;
  padding-inline: clamp(1.25rem, -3.8563829787rem + 10.6382978723vw, 3.125rem);
  gap: clamp(1.875rem, 0.1728723404rem + 3.5460992908vw, 2.5rem);
}
.top-featured__thumb {
  height: clamp(32.5rem, 10.3723404255rem + 46.0992907801vw, 40.625rem);
}
@media (max-width: 767px) {
  .top-featured__thumb {
    height: 200px;
  }
}
.top-featured__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-featured__en img {
  width: 70%;
}
.top-featured__title {
  font-weight: var(--fw-semi-bold);
  font-size: clamp(1.25rem, 0.2287234043rem + 2.1276595745vw, 1.625rem);
}
.top-featured__text {
  font-size: clamp(0.875rem, 0.5345744681rem + 0.7092198582vw, 1rem);
}
@media (max-width: 767px) {
  .top-featured__text p:not(:last-child) {
    margin-bottom: 1em;
  }
}

.top-text-flat-location {
  width: clamp(16.75rem, -2.8244680851rem + 40.780141844vw, 23.9375rem);
}

.top-text-4wayaccess {
  width: clamp(15.875rem, -2.6781914894rem + 38.6524822695vw, 22.6875rem);
}

.top-text-location {
  width: clamp(11.3125rem, -1.9640957447rem + 27.6595744681vw, 16.1875rem);
}

.top-text-plan {
  width: clamp(6.125rem, -1.0239361702rem + 14.8936170213vw, 8.75rem);
}

/*--------------------------------
  アクセス（access）
--------------------------------*/
.access-fv {
  display: grid;
  text-align: center;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .access-fv {
    grid-template-columns: repeat(4, 1fr);
  }
}
.access-fv img {
  width: 100%;
}
.access-fv figcaption {
  padding: 5px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.access-heading {
  margin-bottom: clamp(2.5rem, 1.1111111111rem + 5.9259259259vw, 5rem);
  text-align: center;
}
.access-heading img {
  width: clamp(20rem, 12.2569444444rem + 33.037037037vw, 33.9375rem);
}
@media (min-width: 768px) {
  .access-heading img {
    position: relative;
    top: calc(clamp(1.25rem, -3.8563829787rem + 10.6382978723vw, 3.125rem) * -1);
    left: clamp(1.875rem, -3.2313829787rem + 10.6382978723vw, 3.75rem);
  }
}

.access-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(3.125rem, -5.3856382979rem + 17.7304964539vw, 6.25rem);
}
.access-body .page-title {
  margin-bottom: 0;
}
.access-body > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5625rem, 0.6944444444rem + 3.7037037037vw, 3.125rem);
}

.access-map {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .access-map {
    margin-inline: -20px;
  }
}

.access-bus {
  display: flex;
  gap: clamp(1.25rem, -2.1542553191rem + 7.0921985816vw, 2.5rem);
}
@media (max-width: 767px) {
  .access-bus {
    flex-direction: column;
  }
}
.access-bus .access-text {
  padding-bottom: 5px;
  background-color: #fff;
}
.access-bus__contents {
  display: flex;
  flex-direction: column;
  padding: clamp(0.625rem, 0.2777777778rem + 1.4814814815vw, 1.25rem);
  gap: clamp(0.5rem, 0.2569444444rem + 1.037037037vw, 0.9375rem);
}
.access-bus__contents figure {
  align-self: center;
}
.access-bus > div {
  background-color: #f2f2f2;
}

.access-text {
  line-height: 1.3;
  font-feature-settings: "palt";
}
.access-text .-text-s {
  font-size: 0.625rem;
}
.access-text .-text-m {
  font-size: clamp(1.125rem, 0.1037234043rem + 2.1276595745vw, 1.5rem);
}
.access-text .-text-l {
  color: #009b63;
  font-weight: var(--fw-semi-bold);
  font-size: clamp(1.625rem, -2.1196808511rem + 7.8014184397vw, 3rem);
}
.access-text .-start {
  position: relative;
  color: #009b63;
  font-size: clamp(0.8125rem, 0.642287234rem + 0.3546099291vw, 0.875rem);
}
@media (min-width: 1024px) {
  .access-text .-start {
    top: 20px;
  }
}
.access-text .-start2 {
  color: #009b63;
  font-size: clamp(0.8125rem, 0.642287234rem + 0.3546099291vw, 0.875rem);
}
@media (min-width: 1024px) {
  .access-text:has(.-start) {
    margin-top: -20px;
  }
}
.access-text .-flex {
  display: flex;
  align-items: baseline;
}
.access-text .-text-right {
  margin-left: auto;
}

.access-bus-stop {
  display: flex;
  align-items: center;
  font-size: clamp(0.8125rem, 0.642287234rem + 0.3546099291vw, 0.875rem);
  line-height: 1.5;
  gap: clamp(0.625rem, 0.4513888889rem + 0.7407407407vw, 0.9375rem);
}
.access-bus-stop::before {
  display: block;
  flex-shrink: 0;
  width: 13px;
  aspect-ratio: 13/45;
  background-image: url("../img/access/icon_bus-stop.svg");
  background-size: cover;
  content: "";
}
.access-bus-stop .-name {
  font-size: clamp(1.125rem, 0.6143617021rem + 1.0638297872vw, 1.3125rem);
}

.access-name {
  display: block;
  padding: 5px;
  border: 1px solid #009b63;
  background-color: #fff;
  color: #009b63;
  font-size: clamp(0.8125rem, 0.642287234rem + 0.3546099291vw, 0.875rem);
  text-align: center;
}
.access-name--l {
  font-size: clamp(1.125rem, 0.6143617021rem + 1.0638297872vw, 1.3125rem);
}

.access-train__title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.access-train__title::after {
  display: inline-block;
  align-self: center;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 26px;
  height: 13px;
  background-color: #009b63;
  content: "";
}
.access-train__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  background-color: #f2f2f2;
  gap: 15px;
}
.access-train__detail {
  display: flex;
  gap: 26px;
}
@media (max-width: 767px) {
  .access-train__detail {
    flex-direction: column;
  }
}
.access-train__detail > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .access-train__detail > div:first-child {
    order: 1;
  }
}
@media (max-width: 767px) {
  .access-train__detail > div:first-child::after {
    display: inline-block;
    align-self: center;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 26px;
    height: 13px;
    background-color: #009b63;
    content: "";
  }
}
@media (min-width: 768px) {
  .access-train__detail > div:nth-child(2) {
    order: 0;
  }
}
@media (min-width: 768px) {
  .access-train__detail > div:nth-child(3) {
    order: 2;
  }
}

.access-train-start {
  position: relative;
}
.access-train-start::before, .access-train-start::after {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 26px;
  background-color: #009b63;
  content: "";
}
@media (max-width: 767px) {
  .access-train-start::before, .access-train-start::after {
    display: none;
  }
}
.access-train-start::before {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
          clip-path: polygon(100% 0, 100% 100%, 0 50%);
  left: -20px;
}
.access-train-start::after {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  right: -20px;
}

.access-car__detail {
  display: grid;
  align-items: center;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .access-car__detail {
    grid-template-columns: 1fr clamp(13.75rem, 3.5372340426rem + 21.2765957447vw, 17.5rem) 1fr;
  }
}
.access-car__thumb {
  height: 100%;
}
.access-car__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.access-car__contents {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  background-color: #f2f2f2;
  gap: 10px;
}
.access-car__start {
  display: flex;
  flex-direction: column;
}
.access-car__start::after {
  display: inline-block;
  align-self: center;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 26px;
  height: 13px;
  margin-top: 10px;
  background-color: #009b63;
  content: "";
}
.access-car__box {
  margin-top: 0;
  padding: 10px 5px;
  border-top: 1px solid #009b63;
  border-inline: 1px solid #009b63;
}
.access-car__box.access-text {
  margin-top: 0;
}
.access-car__box2 {
  padding: 10px 5px;
  border: 1px solid #009b63;
}
.access-car__text {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .access-car__text {
    align-items: center;
  }
  .access-car__text .-text-right {
    margin-inline: auto;
  }
}
.access-car__text2 {
  display: flex;
  align-items: baseline;
}
@media (min-width: 768px) {
  .access-car__text2 {
    justify-content: end;
  }
}
@media (max-width: 767px) {
  .access-car .access-text {
    text-align: center;
  }
}

/*--------------------------------
  プラン（plan）
--------------------------------*/
.plan-map {
  margin-bottom: clamp(2.5rem, 1.1111111111rem + 5.9259259259vw, 5rem);
  text-align: center;
}
@media (max-width: 767px) {
  .plan-map {
    margin-inline: -15px;
  }
}

.plan-detail {
  padding-block: clamp(2.5rem, 1.1111111111rem + 5.9259259259vw, 5rem);
  background-color: #14a79f;
  color: #fff;
}

.plan-spec {
  margin-bottom: clamp(2.5rem, 1.1111111111rem + 5.9259259259vw, 5rem);
  text-align: center;
}
.plan-spec__name {
  display: inline-block;
  margin-bottom: clamp(1.25rem, 0.5555555556rem + 2.962962963vw, 2.5rem);
  padding-bottom: 5px;
  padding-inline: 0.3em;
  border-bottom: 3px solid currentColor;
  font-size: 1.5rem;
  line-height: 1;
}
.plan-spec__name span {
  font-size: 2em;
}
.plan-spec__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  font-size: clamp(1.125rem, 0.9861111111rem + 0.5925925926vw, 1.375rem);
}
.plan-spec__title span {
  font-size: 1.8em;
}

.plan-spec-list {
  display: grid;
  -moz-column-gap: clamp(0.625rem, 0.2777777778rem + 1.4814814815vw, 1.25rem);
       column-gap: clamp(0.625rem, 0.2777777778rem + 1.4814814815vw, 1.25rem);
  row-gap: clamp(0.625rem, 0.2777777778rem + 1.4814814815vw, 1.25rem);
}
@media (min-width: 768px) {
  .plan-spec-list {
    grid-template-columns: repeat(2, auto);
  }
}
@media (max-width: 767px) {
  .plan-spec-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.plan-spec-list li {
  line-height: 1;
}
.plan-spec-list li dl {
  display: flex;
  align-items: center;
  gap: 1em;
}
.plan-spec-list li .-text-large {
  font-size: clamp(1.625rem, 1.2777777778rem + 1.4814814815vw, 2.25rem);
}
.plan-spec-list li:first-child {
  position: relative;
}
@media (min-width: 768px) {
  .plan-spec-list li:first-child::after {
    position: absolute;
    top: 0;
    right: -7px;
    width: 1px;
    height: 100%;
    background-color: #fff;
    content: "";
  }
}
@media (min-width: 768px) {
  .plan-spec-list li:nth-child(odd) dl {
    justify-content: end;
  }
}

.plan1-images {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  gap: clamp(0.625rem, 0.2777777778rem + 1.4814814815vw, 1.25rem);
}
@media (max-width: 767px) {
  .plan1-images {
    flex-direction: column;
  }
}
.plan1-images > div {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 0.2777777778rem + 1.4814814815vw, 1.25rem);
}
@media (min-width: 768px) {
  .plan1-images > div:last-child {
    padding-top: 40px;
  }
}

.plan-info {
  padding-block: clamp(2.5rem, 1.1111111111rem + 5.9259259259vw, 5rem);
  background-color: #008378;
  color: #fff;
}
.plan-info .page-title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .plan-info .page-title {
    letter-spacing: 0.05em;
  }
}

.plan-info-header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.plan-info-header__copy {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 0.5555555556rem + 2.962962963vw, 2.5rem);
}
.plan-info-header__copy::before, .plan-info-header__copy:after {
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}
.plan-info-header__copy span {
  flex-shrink: 0;
}
.plan-info-header__title {
  padding-inline: clamp(0.9375rem, 0.4166666667rem + 2.2222222222vw, 1.875rem);
}

.plan-info-contents {
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 1.1805555556rem + 2.962962963vw, 3.125rem);
}

.plan-info-zumen {
  display: grid;
  gap: clamp(1.25rem, -1.3031914894rem + 5.3191489362vw, 2.1875rem);
}
@media (min-width: 768px) {
  .plan-info-zumen {
    grid-template-columns: repeat(4, 1fr);
  }
}
.plan-info-zumen > div {
  display: grid;
  gap: clamp(0.625rem, 0.2777777778rem + 1.4814814815vw, 1.25rem);
  grid-template-rows: subgrid;
  grid-row: span 2;
}

.plan-info-equip {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .plan-info-equip {
    grid-template-columns: repeat(2, 1fr);
  }
}
.plan-info-equip .plan-info-item {
  display: flex;
  gap: clamp(0.625rem, 0.4513888889rem + 0.7407407407vw, 0.9375rem);
}
@media (max-width: 767px) {
  .plan-info-equip .plan-info-item {
    flex-direction: column;
  }
}
.plan-info-equip .plan-info-item:nth-child(2) {
  grid-row: span 2;
}
@media (min-width: 768px) {
  .plan-info-equip .plan-info-item__img {
    flex-shrink: 0;
    width: 150px;
  }
}
.plan-info-equip .plan-info-item__img figcaption {
  font-size: 0.75rem;
  font-family: var(--font-gothic);
  text-align: right;
}
.plan-info-equip .plan-info-item dt {
  align-items: start;
  line-height: 1;
}
.plan-info-equip .plan-info-item dt .-small {
  display: inline-block;
  margin-bottom: 10px;
}
.plan-info-equip .plan-info-item dt .-ttl {
  line-height: 1.5;
}

.plan-info-item dt {
  display: flex;
  align-items: center;
  margin-bottom: clamp(0.3125rem, 0.1388888889rem + 0.7407407407vw, 0.625rem);
  font-size: 1.125rem;
  gap: 6px;
}
.plan-info-item dt .-num {
  display: grid;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background-color: #000;
  color: #fff;
  font-weight: var(--fw-bold);
  font-size: 1.25rem;
  line-height: 1;
  font-family: var(--font-gothic);
  place-items: center;
}
.plan-info-item dt .-small {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
}
.plan-info-item dd {
  font-size: 0.875rem;
}

/*--------------------------------
  周辺環境（location）
--------------------------------*/
.location_map {
  margin-bottom: clamp(3.125rem, 1.3888888889rem + 7.4074074074vw, 6.25rem);
}
@media (max-width: 767px) {
  .location_map {
    margin-inline: -20px;
  }
}

.location-mv {
  margin-bottom: clamp(1.5625rem, 0.6944444444rem + 3.7037037037vw, 3.125rem);
}
@media (max-width: 767px) {
  .location-mv {
    margin-inline: -20px;
  }
}

.location-thumbs {
  display: grid;
  margin-bottom: clamp(3.125rem, 1.3888888889rem + 7.4074074074vw, 6.25rem);
  font-size: clamp(0.8125rem, 0.642287234rem + 0.3546099291vw, 0.875rem);
  line-height: 1.5;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .location-thumbs {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.location-thumbs > figure {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.location-thumbs > figure img {
  width: 100%;
}

.location-banner {
  margin-bottom: clamp(3.125rem, 1.3888888889rem + 7.4074074074vw, 6.25rem);
}
@media (max-width: 767px) {
  .location-banner {
    margin-inline: -20px;
  }
}

.lifeinfo-contents {
  display: grid;
  gap: clamp(1.25rem, -3.8563829787rem + 10.6382978723vw, 3.125rem);
}
@media (min-width: 768px) {
  .lifeinfo-contents {
    grid-template-columns: repeat(2, 1fr);
  }
}

.location-list:not(:last-child) {
  margin-bottom: clamp(1.25rem, 0.9027777778rem + 1.4814814815vw, 1.875rem);
}
.location-list dt {
  margin-bottom: 1rem;
  padding-block: 0.5em;
  border-bottom: 1px solid #ccc;
  font-size: clamp(0.9375rem, 0.8333333333rem + 0.4444444444vw, 1.125rem);
  letter-spacing: 0.2em;
}
.location-list dd > ul > li {
  display: grid;
  font-size: clamp(0.75rem, 0.4095744681rem + 0.7092198582vw, 0.875rem);
  letter-spacing: 0;
  gap: clamp(0.3125rem, -2.2406914894rem + 5.3191489362vw, 1.25rem);
  grid-template-columns: 1fr clamp(4.375rem, 2.6728723404rem + 3.5460992908vw, 5rem) clamp(5.625rem, 2.2207446809rem + 7.0921985816vw, 6.875rem);
}
.location-list dd > ul > li:not(:last-child) {
  margin-bottom: 0.5em;
}
.location-list span.min, .location-list span.dist {
  white-space: nowrap;
}

/*--------------------------------
  品質（quality）
--------------------------------*/
.quality-items {
  display: grid;
  font-size: clamp(0.75rem, 0.579787234rem + 0.3546099291vw, 0.8125rem);
  line-height: 1.5;
  font-family: var(--font-gothic);
  gap: clamp(1.25rem, -0.4521276596rem + 3.5460992908vw, 1.875rem);
}
@media (min-width: 768px) {
  .quality-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.quality-items > div {
  display: flex;
  flex-direction: column;
  text-align: justify;
  gap: 5px;
}

/*--------------------------------
  物件概要（outline）
--------------------------------*/
.outline-note {
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .outline-note {
    letter-spacing: 0.1em;
  }
}
.outline-note span {
  font-size: 1.4em;
}

.outline-container {
  max-width: 1025px;
}

.outline-contents {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 1.1111111111rem + 5.9259259259vw, 5rem);
}

.outline-title {
  margin-bottom: 1em;
  font-weight: var(--fw-regular);
  font-size: clamp(1.25rem, 1.1805555556rem + 0.2962962963vw, 1.375rem);
  font-family: var(--font-gothic);
}

.outline-table {
  width: 100%;
  font-family: var(--font-gothic);
  border-collapse: collapse;
}
.outline-table th, .outline-table td {
  padding-block: 1em;
  -webkit-padding-end: 1em;
          padding-inline-end: 1em;
  text-align: left;
}
@media (max-width: 767px) {
  .outline-table th, .outline-table td {
    display: block;
  }
}
.outline-table th {
  width: 30%;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .outline-table th {
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  .outline-table th {
    padding-bottom: 0;
  }
}
.outline-table td {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  .outline-table td {
    padding-top: 0.5em;
  }
}

/*--------------------------------
  アニメーション（animation）
--------------------------------*/
[data-animate] {
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s;
}

.is-show[data-animate] {
  opacity: 1;
  transform: none;
}

[data-animate=fade-up] {
  transform: translateY(30px);
}

[data-animate=fade-left] {
  transform: translateX(-30px);
}

[data-animate=fade-right] {
  transform: translateX(30px);
}

[data-animate=zoom-in] {
  transform: scale(0.9);
}

[data-animate=blur-in] {
  filter: blur(10px);
}
[data-animate=blur-in].is-show {
  filter: blur(0);
}

[data-scroll] {
  transform-origin: center center;
  will-change: transform, opacity;
}

[data-scroll=fade] {
  opacity: 0;
  transform: translateY(30px);
}

[data-scroll=parallax] {
  transform: translateY(0);
}

[data-scroll=zoom] {
  transform: scale(0.9);
}

[data-scroll=blur] {
  opacity: 0;
  filter: blur(8px);
  will-change: filter, opacity;
}

[data-scroll=clip] {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  will-change: clip-path;
}