@charset "utf-8";

/* #region MARK:ベーススタイル */
:root {
  --c-beige: #eeefee;
  --c-bg-gray: #f0f0f0;
  --c-border: #ccc;
  --c-text-sub: #212121;
  --c-text-sub: rgba(33, 33, 33, 0.54);
  --space-section-lg: clamp(5rem, 15.625vw - 2.5rem, 10rem);
  --space-section-md: clamp(2rem, 5.208vw - 0.5rem, 4rem);
  --f-Kapakana: "Kapakana", cursive;
}

body {
  height: auto;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-weight: 400;
  background-color: #dadbda;
  /* padding-top: 0 !important; */
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

img {
  /* width: 100%; */
  max-width: 100%;
  display: block;
  height: auto;
  -ms-interpolation-mode: bicubic;
  shape-margin: 1em;
  font-style: italic;
  object-fit: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* #endregion */
/* #region MARK:ヘッダー */
.head_propertyname {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.2;
}

.head_propertyname__brand {
  display: inline-block;
  white-space: nowrap;
}

.head_propertyname__name {
  display: inline-block;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .head_propertyname {
    font-size: 1.3rem
  }
}

.header-propaty-sm {
  display: block;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header-propaty-sm-row-1 {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 1);
  -webkit-box-align: center;
  display: flex;
  -ms-flex-align: center;
  width: 100%;
}

.header-propaty-sm-row-1-logo {
  padding: 0.5em 0 0.5em 1em;
  width: 7rem;
}

.header-propaty-sm-row-1-list-btns-1 {
  display: flex;
  margin: 0;
  margin-top: 1.5em;
  padding: 0;
  width: 100%;
  font-family: var(--ff-serif);
}

.header-propaty-sm-row-1-list-btns-1-item {
  text-align: center;
  width: 50%;
}

.header-propaty-sm-row-1-list-btns-1-item:first-child {
  border-right: 1px solid var(--c-border);
}

.header-propaty-sm-row-1-list-btns-1-item-link {
  display: block;
  padding: 0.8em 0;
  /* white-space: nowrap; */
  white-space: nowrap;
}

.header-propaty-sm-row-1-list-btns-2 {
  list-style: none;
  margin: 0;
  margin-top: 1.5em;
  padding: 0;
}

.header-propaty-sm-row-1-list-btns-2-item+.header-propaty-sm-row-1-list-btns-2-item {
  margin-top: 1em;
}

.header-propaty-sm-row-1-list-btns-2-item-link {
  background: linear-gradient(0deg, #5a4a25 0%, #ae8454 100%);
  color: #fff;
  display: flex;
  padding: 0.8em 0;
}

.header-propaty-sm-row-1-list-btns-2-item-link:hover {
  background: #5a4a25;
  text-decoration: none;
}

.header-propaty-sm-row-1-list-btns-2-item-prepend {
  color: #fff;
  text-align: center;
  width: 2em;
}

.header-propaty-sm-row-1-list-btns-2-item-body {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: var(--ff-serif);
}

.header-propaty-sm-row-1-list-btns-2-item-append {
  color: #fff;
  text-align: center;
  width: 2em;
}

.header-propaty-sm-row-1-list-btns-2-item-link-alt {
  background: linear-gradient(0deg, #c9a06e 0%, #ad8654 40%, #8a6a3e 100%);
  box-shadow:
    -4px 0 8px rgba(0, 0, 0, 0.15),
    0 -10px 24px rgba(0, 0, 0, 0.18);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.15s ease;
}

.header-propaty-sm-row-1-list-btns-2-item-link-alt:hover {
  background: linear-gradient(0deg, #ad8654 0%, #8a6a3e 40%, #6b5230 100%);
  box-shadow:
    -2px 0 5px rgba(0, 0, 0, 0.12),
    0 -5px 14px rgba(0, 0, 0, 0.15);
  transform: translateY(1px);
}

.header-propaty-sm-row-1-btn-menu {
  background-color: #fff;
  color: #212121;
  cursor: pointer;
  cursor: pointer;
  display: flex;
  line-height: 1;
  margin-left: auto;
  padding-right: 1em;
  gap: 0.3rem;
  flex-direction: column;
  align-items: center;
}

.header-propaty-sm-row-1-btn-menu-prepend {
  display: block;
  font-size: 1.6em;
  text-align: center;
}

.header-propaty-sm-row-1-btn-menu .header-propaty-sm-row-1-btn-menu-prepend {
  transition: transform 0.3s ease-out;
}

.header-propaty-sm-row-1-btn-menu.active .header-propaty-sm-row-1-btn-menu-prepend {
  transform: rotate(-90deg);
}

.header-propaty-sm-row-1-btn-menu-body {
  display: block;
  font-size: 0.6em;
  margin-top: -0.4em;
  text-align: center;
  font-family: var(--ff-serif);
  white-space: nowrap;
}

.header-propaty-sm-row-1 .header-propaty-sm-phone {
  display: none;
}

.header-propaty-sm-row-2 {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid var(--c-border);
  /* box-shadow: inset 0px 0.4em 0.2em -0.2em hsla(0, 0%, 0%, 0.15); */
  display: none;
  max-height: 100vh;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}

.header-propaty-sm-row-2::after {
  content: "";
  position: absolute;
  inset: -50%;
  filter: url(#grain);
  opacity: 0.25;
  pointer-events: none;
  z-index: 0;
}

.header-propaty-sm-row-2.active {
  display: block;
}

.header-propaty-sm-row-2-inner {
  padding: 1em 1em 20em;
}

.header-propaty-sm-row-2-nav {
  background-color: #fff;
  border-top: 1px solid var(--c-border);
}

.header-propaty-sm-row-2-nav-list {
  margin: 0;
  padding: 0;
  font-family: var(--ff-serif);
  letter-spacing: 0.05em;
}

.header-propaty-sm-row-2-nav-list-item {
  border-bottom: 1px solid var(--c-border);
}

.header-propaty-sm-row-2-nav-list-item+.header-propaty-sm-row-2-nav-list-item {
  border-top: 1px solid #fff;
}

.header-propaty-sm-row-2-nav-list-item-link {
  background-image: url("../../../images/ic-chevron-right.svg");
  background-position: right 0.5em top 50%;
  background-repeat: no-repeat;
  background-size: 1em auto;
  color: #212121;
  display: block;
  padding: 1em;
  padding: 0.6em;
  position: relative
}

.header-propaty-sm-row-2-nav-list-item-link.active::after {
  background-color: #212121;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.3em;
}

.header-propaty-sm-row-2-nav-list-item-link-new {
  display: inline-block;
  background-color: #98353d;
  color: #fff;
  font-size: 0.6em;
  line-height: 1;
  padding: 0.3em 0.4em 0.2em;
}

.header-propaty-sm-phone {
  margin-top: 2em;
  text-align: center;
}

.header-propaty-sm-phone-num {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 2.2em;
  white-space: nowrap;
}

.header-propaty-sm-phone-num .material-icons {
  font-size: 0.9em;
}

.header-propaty-sm-phone-time {
  font-size: 0.8em;
  font-family: var(--ff-serif);
  white-space: nowrap;
}

.header-propaty-sm-row-3 {
  border-top: 1px solid var(--c-border);
  margin-top: 2em;
  padding-top: 1.5em;
}

.header-propaty-sm-row-3-header {
  margin: 0 auto;
  max-width: 60%;
}

.header-propaty-sm-row-3-list-btns {
  border-bottom: 1px solid var(--c-border);
  list-style: none;
  margin: 0;
  margin-top: 1.5em;
  padding: 0;
  ;
}

.header-propaty-sm-row-3-list-btns-item {
  border-top: 1px solid var(--c-border);
}

.header-propaty-sm-row-3-list-btns-item-link {
  background-image: url("../../../images/ic-chevron-right.svg");
  background-position: right 0.5em top 50%;
  background-repeat: no-repeat;
  background-size: 1em auto;
  display: block;
  padding: 0.6em;
}

.header-propaty-sm-row-3-list-btns-item-link-nhas {
  background-image: url("../../../images/ic-window.png");
}

.header-propaty-sm-row-3-nhas {
  margin-top: 1.5em;
}

/* #endregion */
/* #region MARK:メインビジュアル */
.swiper-mv {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.swiper-mv.swiper-initialized {
  opacity: 1;
}

.section-mv {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
  z-index: 15;
  background-color: #000;
}

.section-mv__credit {
  position: absolute;
  right: 0.75em;
  bottom: 0.5em;
  margin: 0;
  color: #fff;
  font-size: 0.5625rem;
  line-height: 1;
  letter-spacing: 0.02em;
  opacity: 0.7;
  z-index: 2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.section-mv__heading {display: none;}
.section-mv__heading-image {max-width: unset;width: 100%;}

.section-mv-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(44, 30, 27, 0.5) 0%, rgba(44, 30, 27, 0) 150%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.csslider1 {
  margin: 0;
}

.csslider1>.cs_bullets {
  bottom: 5px;
  margin-bottom: 0px;
}

.section-mv-txt {
  text-align: center;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-weight: 500;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 20;
}

.section-mv-txt .mv-copy {
  font-size: clamp(1.5rem, -2.212rem + 7.74vw, 6.5rem);
  letter-spacing: 0.2em;
  line-height: 1.3em;
  color: #fff;
}

.section-mv-txt .mv-name {
  font-size: 2.6vw;
  letter-spacing: 0.2em;
  color: #fff;
  margin-top: 0;
  line-height: 1.6;
}

/* #endregion */
/* #region MARK:フィーチャーセクション */
.feature-sec {
  width: 100%;
  /* height: 5em; */
  height: auto;
  background-color: #212121;
  /* margin-top: -0.5rem; */
  margin-top: -0.3rem;
  display: flex;
  justify-content: center;
  text-decoration: none !important;
}

.feature-inner {
  width: 100%;
  height: 100%;
  display: flex;
  /* align-items: center; */
  align-items: stretch;
  gap: 0px;
  position: relative;
}

.feature-item {
  width: 31%;
  /* height: 100%; */
  height: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  text-align: center;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  letter-spacing: 0.2em;
  color: #fff;
}

.feature-item2 {
  width: 49%;
  /* height: 100%; */
  height: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  text-align: center;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 0.3em 0;
  position: relative;
  flex-direction: column;
}

.feature-btn {
  margin-top: 0.8rem;
}

.feature-item img {
  width: 30%;
  max-width: 220px;
  object-fit: cover;
  position: relative;
  z-index: 10;
}

.feature-item p {
  margin: 0 auto;
  position: relative;
  align-items: center;
}

/*新しいCTA（240919）*/
.newcta {
  background-image: url("../images/top/cta_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #212121;
  text-align: center;
  height: 100%;
  width: 100%;
  font-size: clamp(1rem, 1.111rem + 0.6vw, 2.5rem);
  padding-left: 5px;
  font-weight: 500;
  margin-right: 20px;
  line-height: 1em;
  /* Flexboxを使用して上下中央揃え */
  display: flex;
  align-items: center;
  /* 垂直方向に中央揃え */
  /*justify-content: flex-end; 水平方向に右揃え */
  justify-content: center;
  white-space: nowrap;
}

.newcta_center {
  width: 100%;
  text-align: center;
  font-size: clamp(1.8rem, 1.8rem + 1.65vw, 2.8rem);
  margin: auto;
  white-space: nowrap;
  letter-spacing: 0.10em;
  color: #fff !important;
  text-decoration: none !important;
}

.newcta_center_line1,
.newcta_center_line2 {
  display: block;
}

.newcta_center_line1 {
  margin-top: 0.5em
}

.newcta_center_line2 {
  font-size: 0.85em;
  margin-top: 0.5em
}

@media (min-width: 768px) {
  .newcta_center_line1 {
    margin-top: 0;
  }

  .newcta_center_line2 {
    margin-top: 0.2em;
    font-size: 0.82em;
  }
}

.newcta_center__caption {
  font-size: 0.7em;
  letter-spacing: 0;
  font-weight: normal;
}

.newcta_center:hover {
  animation: brightnessAnimation 0.66s forwards;
}

@keyframes brightnessAnimation {
  0% {
    filter: brightness(1.0);
  }

  38.2% {
    filter: brightness(1.2);
  }

  100% {
    filter: brightness(1.0);
  }
}

.feature-btn {
  width: 32%;
  padding-left: 1rem;
  margin-left: 40px;
  display: flex;
  align-items: center;
}

.feature-btn span img {
  width: 60%;
  max-width: 220px;
}

.feature-btn:hover {
  opacity: 0.8;
  transform: scale(1.04);
  transition: all 0.3s ease-out;
  text-decoration: none;
}

.feature-btn span {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 2% 10%;
  font-size: 1.5rem;
  /* font-size: clamp(1.5rem, 1.111rem + 1.85vw, 1.8rem); */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.feature-btn span::after {
  content: "";
  display: block;
  background: url(../images/arrow_right_white.png)no-repeat;
  background-size: 100%;
  width: 40px;
  height: 8px;
  margin-left: 10px;
}

.list-caption li {
  /* margin-bottom: 20px; */
  /* font-family: var(--ff-serif); */
  font-weight: 400;
}

/* #endregion */
/* #region MARK:仕様・設備 */
.section-specification {
  background-color: #fff;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  color: #212121;
}

.specification-header {
  background: linear-gradient(to bottom, transparent 0%, transparent 0%, #fff 100%), url(../images/specification/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.specification-header-inner {
  width: 90%;
  max-width: 1100px;
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
}

.specification-copy-box h3 {
  font-size: 3rem;
  margin-bottom: 0.3rem;
}

.specification-copy-box span {
  font-size: 1rem;
}

.specification-copy-box .v-line {
  width: 1px;
  height: 4rem;
  background-color: #212121;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.specification-text {
  font-size: 1.2rem;
  margin-left: 2rem;
}

.spec-sec01 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  margin-bottom: 8rem;
  position: relative;
  padding: 0 1rem;
}

.spec-sec02 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  margin-bottom: 8rem;
  position: relative;
  padding: 0 1rem;
}

.spec-sec03 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 8rem;
  padding: 0 1rem;
}

.title-quality {
  display: flex;
  /* Flexboxを有効にする */
  align-items: center;
  /* 子要素を縦方向に中央揃え */
  position: relative;
  /* 擬似要素の位置調整用 */
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-style: italic;
  font-weight: lighter;
  color: #ae8454;
  font-size: 3rem;
  padding-bottom: 0.5rem;
  z-index: 5;
}

.title-quality::before {
  content: "品質性能";
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  color: #212121;
  writing-mode: vertical-rl;
  /* 縦書きに設定 */
  text-orientation: upright;
  /* 縦書き時に文字を立てて表示 */
  letter-spacing: 5px;
  display: inline-block;
  /* 必要に応じて要素をインラインブロックにする */
  align-items: center;
  margin-top: 5px;
  margin-right: 10px;
}

.title-confort {
  display: flex;
  /* Flexboxを有効にする */
  align-items: center;
  /* 子要素を縦方向に中央揃え */
  position: relative;
  /* 擬似要素の位置調整用 */
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-style: italic;
  font-weight: lighter;
  color: #ae8454;
  font-size: 3rem;
  padding-bottom: 0.5rem;
  z-index: 5;
}

.title-confort::before {
  content: "快適空間";
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  color: #212121;
  writing-mode: vertical-rl;
  /* 縦書きに設定 */
  text-orientation: upright;
  /* 縦書き時に文字を立てて表示 */
  letter-spacing: 5px;
  display: inline-block;
  /* 必要に応じて要素をインラインブロックにする */
  align-items: center;
  margin-top: 5px;
  margin-right: 10px;
}

.title-maintenance {
  display: flex;
  /* Flexboxを有効にする */
  align-items: center;
  /* 子要素を縦方向に中央揃え */
  position: relative;
  /* 擬似要素の位置調整用 */
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-style: italic;
  font-weight: lighter;
  color: #ae8454;
  font-size: 3rem;
  padding-bottom: 0.5rem;
  z-index: 5;
}

.title-maintenance::before {
  content: "意匠性能";
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  color: #212121;
  writing-mode: vertical-rl;
  /* 縦書きに設定 */
  text-orientation: upright;
  /* 縦書き時に文字を立てて表示 */
  letter-spacing: 5px;
  display: inline-block;
  /* 必要に応じて要素をインラインブロックにする */
  align-items: center;
  margin-top: 5px;
  margin-right: 10px;
}

.spec-sec01 .image-box,
.spec-sec03 .image-box {
  width: 90%;
  max-width: 700px;
  margin-right: 2.5rem;
  position: relative;
  /* 画像ボックスの相対位置を設定 */
  z-index: 10;
}

.spec-sec02 .image-box {
  width: 90%;
  max-width: 700px;
  margin-left: 2.5rem;
  position: relative;
  /* 画像ボックスの相対位置を設定 */
  z-index: 10;
}

.spec-sec01 .content-box,
.spec-sec03 .content-box {
  width: 45%;
}

.spec-sec02 .content-box {
  width: 45%;
  margin-left: 2rem;
}

.spec-sec01 .content-bg {
  width: 100%;
  max-width: 700px;
  height: 100%;
  /* max-height: 438px; */
  background-color: var(--c-bg-gray);
  position: absolute;
  top: 3rem;
  right: 0;
  z-index: 0;
}

.spec-sec02 .content-bg {
  width: 100%;
  max-width: 700px;
  height: 100%;
  /* max-height: 438px; */
  background-color: var(--c-bg-gray);
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: 0;
}

.spec-sec03 .content-bg {
  width: 100%;
  max-width: 700px;
  height: 100%;
  /* max-height: 500px; */
  background-color: var(--c-bg-gray);
  position: absolute;
  top: 3rem;
  right: 0;
  z-index: 0;
}

.spec-content-copy {
  font-size: 1.3rem;
  padding-left: 0.5rem;
  margin-top: 1rem;
  position: relative;
  z-index: 5;
}

.spec-content-text {
  margin-top: 3rem;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 2.2rem;
  white-space: pre-line;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 5;
}

/* #endregion */
/* #region MARK:ロケーション */
.flex-location-title {
  margin-top: 2em;
  padding-right: 1rem;
}

.flex-location-body {
  margin-top: 2em;
  padding-right: 0;
}

.tab-content-location {
  display: none;
}

.tab-content-location.active {
  display: block;
}

.map-outer {
  border: 1px solid #989898;
  position: relative;
  width: 100%;
  max-width: 63em;
}

#image1 {
  display: inline;
  height: 100%;
  max-width: none;
}

.leaflet-popup-content {
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif
}

.leaflet-popup-content h4 {
  font-size: 1.4em;
}

.leaflet-popup-content p {
  font-size: 1.1em;
}

.leaflet-popup-content p strong {
  font-size: 1.2em;
  color: #ae8454;
}

.leaflet-popup-content a.green {
  display: block;
  width: fit-content;
  margin: 0.8em auto 0;
  background-color: #ae8454;
  color: #fff;
  padding: 0.6em 2em;
  white-space: nowrap;
  border-radius: 0.4em;
}

.leaflet-popup-content a.pink {
  display: block;
  width: fit-content;
  margin: 0.8em auto 0;
  background-color: #9b788a;
  color: #fff;
  padding: 0.6em 2em;
  white-space: nowrap;
  border-radius: 0.4em;
}

.swiper-location .swiper-button-next,
.swiper-location .swiper-button-prev {
  top: 8em;
}

/*ロケーションのサブナビ（ボタンに変更）*/
.snav-location {
  border-top: 1px solid #212121;
  border-left: 1px solid #212121;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8em;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 1rem;
}

.snav-location-item {
  cursor: pointer;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 0;
  padding: 0.6em 0.6em 0.4em 0.6em;
  position: relative;
  white-space: nowrap;
  border-right: 1px solid #212121;
  flex-shrink: 0;
  width: 25%;
  text-align: center;
  border-bottom: 1px solid #212121;
  margin-bottom: -1px;
  font-family: var(--ff-serif);
}

.snav-location-item:hover {
  background-color: hsl(240, 2.9%, 76.7%);
}

.snav-location-item.active {
  background-color: hsl(0, 0%, 20%);
  color: #fff;
}

.snav-location-item.active::after {
  border-color: hsla(0, 0%, 20%, 1.00) hsla(0, 0%, 20%, 0.00) hsla(0, 0%, 20%, 0.00) hsla(0, 0%, 20%, 0.00);
  border-style: solid;
  border-width: 0.6em;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 98%);
  transform: translate(-50%, 98%);
  width: 0;
}

.ic-enlarge {
  display: block;
  position: relative;
}

.ic-enlarge::after {
  align-items: center;
  background-color: #212121;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  content: "+";
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 1.4em;
  height: 1.2em;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: -0.5em;
  top: -0.5em;
  width: 1.2em;
}

.btn-expand {
  margin-left: 0.5em;
  display: inline-block;
  font-size: 0.8em;
  background-color: #212121;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  padding: 0.4em 0.6em;
  cursor: pointer;
}

.section-lifeinfo-list-photo [class^=col-] {
  margin-top: 2em;
}

.table-lifeinfo {
  width: 100%;
  margin-top: 2em;
}

.table-lifeinfo caption {
  background-color: #212121;
  color: #fff;
  padding: 0.4em;
  font-size: 0.9em;
}

.table-lifeinfo th,
.table-lifeinfo td {
  border-bottom: 1px solid hsl(0, 0%, 50%);
  font-weight: normal;
  font-size: 0.9em;
  padding: 0.4em 0.4em !important;
}

.table-lifeinfo td {
  text-align: right;
  white-space: nowrap;
}

.section-lifeinfo-list {
  display: none;
}

.swiper-location {
  margin-right: -1rem;
  opacity: 0;
}

.swiper-location .swiper-slide {
  max-width: 20em;
}

.swiper-location-card-figcaption {
  font-size: 0.9em;
  margin-top: 1em;
  font-family: var(--ff-serif);
}

.swiper-location.swiper-container-initialized {
  opacity: 1;
}

.div-lifeinfo-item {
  border-top: 1px solid var(--c-border);
  font-size: 0.9em;
  font-family: var(--ff-serif);
  padding: 0.2em 0;
}

.div-lifeinfo {
  height: auto;
  overflow-y: auto;
  width: 100%;
}

.div-shift-1 {
  background-color: var(--c-bg-gray);
  box-shadow: -2em -2em 0em var(--c-bg-gray),
    2em 2em 0em var(--c-bg-gray),
    -2em 2em 0em var(--c-bg-gray),
    2em -2em 0em var(--c-bg-gray);
  margin-top: 2em;
  position: relative;
  z-index: 1;
}

.list-location-anchor {
  border-bottom: 1px solid #212121;
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-location-anchor-item {
  border-top: 1px solid #212121;
}

.list-location-anchor-link {
  background-image: url("../../../images/outline_arrow_downward_black_24dp.png");
  background-position: right 0.5em top 50%;
  background-repeat: no-repeat;
  background-size: 0.8em auto;
  display: block;
  padding: 0.8em 0;
  font-family: var(--ff-serif);
}

.div-shift-2 {
  background-color: var(--c-bg-gray);
  box-shadow: -2em -2em 0em var(--c-bg-gray),
    2em 2em 0em var(--c-bg-gray),
    -2em 2em 0em var(--c-bg-gray),
    2em -2em 0em var(--c-bg-gray);
  margin-top: 2em;
  position: relative;
  z-index: 1;
}

.div-shift-3 {
  background-color: var(--c-bg-gray);
  box-shadow: -2em -2em 0em var(--c-bg-gray),
    2em 2em 0em var(--c-bg-gray),
    -2em 2em 0em var(--c-bg-gray),
    2em -2em 0em var(--c-bg-gray);
  margin-top: 0;
  position: static;
  z-index: 1;
}

.viewport.leaflet-container {
  background-color: #fff;
}

.leaflet-top,
.leaflet-bottom {
  z-index: 999;
}

/* #endregion */
/* #region MARK:Swiper共通 */
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "";
}

.swiper-button-next {
  background-color: hsl(0deg 0% 100% / 70%);
  background-image: url("../../../images/slider-arrow-right.png");
  background-repeat: no-repeat;
  background-size: 2.4em auto;
  background-position: right 50% top 50%;
  right: 0;
}

.swiper-button-prev {
  background-color: hsl(0deg 0% 100% / 70%);
  background-image: url("../../../images/slider-arrow-left.png");
  background-repeat: no-repeat;
  background-size: 2.4em auto;
  background-position: right 50% top 50%;
  left: 0;
}

.swiper-button-disabled {
  display: none;
}

/* #endregion */
/* #region MARK:PC - レスポンシブ */
@media (min-width: 768px) {
  body {
    padding-top: 6.238em;
  }

  /*小規模物件テンプレート用ヘッダー*/
  .header-propaty-sm-row-1-logo {
    flex-shrink: 0;
    width: 12em;
  }

  .header-propaty-sm-row-1-btn-menu {
    display: none !important;
  }

  .header-propaty-sm-row-1 {
    background-color: initial;
    margin: 0 auto;
    gap: 0.5rem;
    /* margin-top: -104px; */
  }

  .header-propaty-sm-row-1-list-btns-1 {
    align-items: center;
    -webkit-box-align: center;
    display: flex;
    -ms-flex-align: center;
    font-size: 0.9em;
    margin-left: 2em;
    margin-top: 0;
    width: auto;
  }

  .header-propaty-sm-row-1-list-btns-1-item {
    width: auto;
  }

  .header-propaty-sm-row-1-list-btns-1-item:first-child {
    border: none;
  }

  .header-propaty-sm-row-1-list-btns-1-item+.header-propaty-sm-row-1-list-btns-1-item {
    margin-left: 1em;
  }

  .header-propaty-sm-row-1-list-btns-2-outer {
    margin-left: 1em;
    margin-right: 1em;
  }

  .header-propaty-sm-row-1-list-btns-2 {
    align-items: center;
    -webkit-box-align: center;
    display: flex;
    -ms-flex-align: center;
    margin-top: 0;
  }

  .header-propaty-sm-row-1-list-btns-2-item {
    width: 8em;
  }

  .header-propaty-sm-row-1-list-btns-2-item+.header-propaty-sm-row-1-list-btns-2-item {
    margin-left: 0.5em;
    margin-top: 0;
  }

  .header-propaty-sm-row-1-list-btns-2-item-link {
    padding: 0.4em 0;
  }

  .header-propaty-sm-row-1 .header-propaty-sm-phone {
    display: flex;
  }

  .header-propaty-sm-row-2 {
    display: block;
    background-color: #212121;
    border-bottom: none;
    box-shadow: none;
  }

  .header-propaty-sm-row-2 .header-propaty-sm-row-1-list-btns-1 {
    display: none;
  }

  .header-propaty-sm-row-2 .header-propaty-sm-row-1-list-btns-2 {
    display: none;
  }

  .header-propaty-sm-row-2-inner {
    padding: 0;
  }

  .header-propaty-sm-row-2-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .header-propaty-sm-row-2-inner .header-propaty-sm-row-3 {
    -webkit-box-pack: center;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    opacity: 0;
    order: 1;
    padding: 0;
    transition: all 0.3s ease-out;
    width: 100%;
  }

  .header-propaty-sm-row-2-inner .header-propaty-sm-row-3.active {
    display: flex;
    opacity: 1;
  }

  .header-propaty-sm-row-2-inner .header-propaty-sm-row-2-nav {
    order: 2
  }

  .header-propaty-sm-row-3-inner {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-propaty-sm-row-2-nav {
    background: none;
    font-family: "YakuHanMP", "Shippori Mincho", serif;
    letter-spacing: 0.2rem;
  }

  .header-propaty-sm-row-2-nav-list {
    border: none;
    -webkit-box-pack: center;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.9rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .header-propaty-sm-row-2-nav-list-item {
    border-bottom: none;
    width: 15%;
  }

  .header-propaty-sm-row-2-nav-list .header-propaty-sm-row-2-nav-list-item:first-child .header-propaty-sm-row-2-nav-list-item-link {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }

  .header-propaty-sm-row-2-nav-list-item-link {
    background: none;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7);
    padding-block: 0.9em;
    position: relative;
    text-align: center;
    white-space: nowrap;
  }

  .header-propaty-sm-row-2-nav-list-item-link::after {
    display: none;
  }

  .header-propaty-sm-row-2-nav-list-item-link:hover,
  .header-propaty-sm-row-2-nav-list-item-link:focus,
  .header-propaty-sm-row-2-nav-list-item-link:active {
    color: #fff;
    text-decoration: none;
  }

  .header-propaty-sm-row-2-nav-list-item-link::before {
    background-color: rgba(200, 180, 121, 0);
    content: "";
    inset: 0;
    position: absolute;
    transition: background-color 0.3s ease;
  }

  .header-propaty-sm-row-2-nav-list-item-link:hover::before {
    background-color: rgba(200, 180, 121, 0.15);
  }

  .header-propaty-sm-row-2-nav-list-item-link.active {
    color: #fff;
  }

  .header-propaty-sm-row-2-nav-list-item-link.active::before {
    background-color: rgba(200, 180, 121, 0.12);
  }

  .header-propaty-sm-row-2-nav-list-item-link.active::after {
    display: none;
  }

  .header-propaty-sm-row-2-nav-list-item+.header-propaty-sm-row-2-nav-list-item {
    border: none;
  }

  .header-propaty-sm-row-2 {
    overflow: hidden;
  }

  .header-propaty-sm {
    background-color: #dadbda;
  }

  .header-propaty-sm-row-2 .header-propaty-sm-phone {
    display: none;
  }

  .header-propaty-sm-phone {
    align-items: center;
    -webkit-box-align: center;
    display: flex;
    -ms-flex-align: center;
    margin-left: auto;
    margin-top: 0;
    text-align: left;
  }

  .header-propaty-sm-phone-num {
    font-family: "YakuHanMP", "Shippori Mincho", serif;
    font-size: 1.7em;
  }

  .header-propaty-sm-phone-num .material-icons {
    font-size: 0.9em;
  }

  .header-propaty-sm-phone-time {
    font-size: 0.7em;
    line-height: 1.2;
    margin-left: 1em;
  }

  .header-propaty-sm-row-2-nav-list-item-link-new {
    position: absolute;
    top: 0;
    left: 0;
  }

  .negative {
    pointer-events: none;
    color: var(--c-text-sub);
  }

  .header-propaty-sm-row-3-list-btns {
    border-bottom: none;
    display: flex;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 0;
    width: 100%;
  }

  .header-propaty-sm-row-3-list-btns-item {
    border-right: 1px solid var(--c-border);
    border-top: none;
    width: 20%;
  }

  .header-propaty-sm-row-3-list-btns {
    border-left: 1px solid var(--c-border);
  }

  .header-propaty-sm-row-3-list {
    align-items: center;
    -webkit-box-align: center;
    display: flex;
    -ms-flex-align: center;
    width: calc(100% - 20em)
  }

  .header-propaty-sm-row-3-header {
    margin-left: 0;
    margin-right: 0;
    padding: 0.6em 1em;
    width: 9em;
  }

  .header-propaty-sm-row-3-nhas {
    margin-top: 0;
    padding: 0.6em 1em;
    width: 10em;
  }

  .header-propaty-sm-row-3-list-btns-item-link {
    background-image: unset;
    padding: 0.6em 0;
    text-align: center;
    white-space: nowrap;
    width: auto;
  }

  .header-propaty-sm-row-3-list-btns-item-link:hover {
    text-decoration: none;
  }

  .header-propaty-sm-row-3-list-btns-item-link-nhas {
    background-image: url(../../../images/ic-window.png);
  }

  .header-propaty-sm-row-3-list-btns-item-link {
    position: relative;
  }

  .header-propaty-sm-row-3-list-btns-item-link::before {
    background-color: hsla(105.7, 44.4%, 58.8%, 1);
    bottom: 0;
    content: "";
    height: 0.2em;
    left: 0;
    position: absolute;
    top: auto;
    transition: width 0.3s ease-out;
    width: 0%;
  }

  .header-propaty-sm-row-3-list-btns-item-link:hover:before {
    width: 100%
  }

  /*コンセプト*/
  /*新着情報*/
  .flex-news {
    display: flex;
    font-size: 0.9em;
    width: 100%;
  }

  .flex-news-title {
    flex-shrink: 0;
    padding-right: 2em;
    width: 20em;
  }

  .flex-news-body {
    border-left: 1px solid #212121;
    padding-left: 2em;
    padding-right: 0;
    width: calc(100% - 16em);
  }

  /*ロケーション*/
  .flex-location {
    display: flex;
    font-size: 0.9em;
    width: 100%;
  }

  .flex-location-title {
    flex-shrink: 0;
    padding-right: 2em;
    width: 18em;
  }

  .flex-location-body {
    border-left: 1px solid #212121;
    padding-left: 2em;
    width: calc(100% - 16em);
  }

  .access-image {
    padding-right: 0;
    max-width: 63em;
  }

  .flex-location-item {
    padding: 0.6em 1.5em;
  }

  .div-shift-1 {
    margin-top: -4em;
  }

  .div-shift-2 {
    margin-top: -2em;
  }

  .div-shift-3 {
    margin-top: 0;
  }

  .div-shift-4 {
    margin-top: -3.9em;
  }

  .div-lifeinfo {
    height: 22em;
  }

  .swiper-location {
    margin-right: 0;
  }

  /*ロケーションのサブナビ*/
  .snav-location {
    border-bottom: 1px solid #212121;
    margin-right: 0;
  }

  .snav-location-item {
    width: 7em
  }

  .design-copy {
    position: absolute;
    top: 35%;
    left: 10%;
    margin-top: 0;
  }

  .design-copy h3 {
    font-size: 26px;
  }

  .design-point {
    flex-direction: row;
  }

  .design-point.design-point-bm {
    flex-direction: row;
  }

  .design-point-img {
    width: 50%;
    margin-bottom: 3rem;
  }

  .design-point-text {
    width: 50%;
    margin-top: 3rem;
  }

  .design-point-text-right {
    margin-left: -2rem;
    padding: 4rem 2rem 3rem 4rem;
  }

  .design-point-text-left {
    margin-right: -2rem;
    padding: 4rem 2rem 3rem;
  }

  .design-point-text h3,
  .design-point-text p {
    margin-left: 1rem;
  }

  .design-head::after {
    width: 45%;
  }

  /*設備・仕様*/
  .article-equipment-body {
    padding: 1.5em;
  }

  .article-equipment-body-copy {
    font-size: 0.9em;
  }

  /*区画図・間取り*/
  .flex-plan {
    align-items: center;
    -webkit-box-align: center;
    display: flex;
    -ms-flex-align: center;
    width: 100%;
  }

  .flex-plan-title {
    flex-shrink: 0;
    padding-right: 2em;
    width: 18em;
  }

  .flex-plan-body {
    flex-shrink: 0;
    width: 30em;
  }

  /* モデルハウス/////////////////////////////////////////////////////////////////// */
  .flex-modelhouse {
    display: flex;
    width: 100%;
  }

  .flex-modelhouse-title {
    flex-shrink: 0;
    padding-right: 2em;
    width: 18em;
  }

  .flex-modelhouse-body {
    border-left: 1px solid #212121;
    padding-left: 2em;
    width: calc(100% - 16em);
  }

  .border-slant::after {
    width: 14em;
  }

  .article-modelhouse-tags {
    overflow-x: hidden;
  }

  .article-modelhouse-tags-item-link {
    font-size: 0.8em;
  }

  .article-modelhouse-plan {
    max-width: calc(1106px - 18em);
  }

  .article-modelhouse-plan .col-sm-6 {
    margin-top: 0em;
  }

  .snav-modelhouse {
    font-size: 0.9em;
  }

  .snav-modelhouse-item {
    padding: 0.6em 1.5em;
  }

  /* 物件概要////////////////////////////////////// */
  .dl-outline {
    display: flex;
    width: 100%;
  }

  .dl-outline dt {
    border: none;
    border-right: 1px solid #212121;
    width: 25%;
  }

  .dl-outline dd {
    padding-left: 1em;
  }

  .btn-cta {
    margin-top: 2em;
    position: relative;
  }

  /*間取りページ*/
  .list-equipment li {
    width: 20%;
  }

  .row-price {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row-price-col-2 {
    margin-left: 1em;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row-price-col-2 dd {
    margin-left: 0.5em;
  }

  .section-mv__heading {
	display: block;
	position: fixed;
	left: 3%;
	width: 35%;
	top: 50%;
	transform: translateY(-50%);
}
  .section-mv__heading-image {}

  .section-mv-catch {
    width: 44%;
    top: 5%;
    left: 28%;
  }

  .btn-close-present {
    width: 2rem;
    height: 2rem;
  }

  .btn-close-present .material-icons {
    font-size: 2rem;
  }

  .swiper-mv {
    /* max-width: 1600px; */
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-mv-item-image {
    aspect-ratio: 1600 / 848;
    object-fit: cover;
  }

  .container-asym-right-alt {
    margin-left: 0;
    margin-right: calc(50% - 1rem - 50vw);
  }
}

/* #endregion */
/* #region MARK:ロケーション追加・ボタン */
.flex-location-title {
  margin-top: 2em;
  padding-right: 1rem;
}

.flex-location-body {
  margin-top: 2em;
  padding-right: 1rem;
}

.carnavi {
  margin-top: 20px;
}

.map-outer {
  border: 1px solid #989898;
  position: relative;
  width: 100%;
  max-width: 50em;
}

#image1 {
  display: inline;
  height: 100%;
  max-width: none;
}

.map-box {
  width: 100%;
  max-width: 63em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.googlemapview {
  width: 48%;
  margin-left: auto;
}

.map-narrow {
  border: 1px solid #989898;
  width: 50%;
}

.googlemapview .header-propaty-sm-row-1-list-btns-2-item-link {
  padding: 1.5em 0em;
}

.header-propaty-sm-row-1-list-btns-2-item-body {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: var(--ff-serif);
  font-size: 1rem;
}

.header-propaty-sm-row-1-list-btns-2-item-append {
  color: #fff;
  text-align: center;
  width: 2em;
}

/* CTAボタン: 赤背景 白テキスト */
.header-propaty-sm-row-1-list-btns-2-item-link-alt .header-propaty-sm-row-1-list-btns-2-item-body {
  color: #fff;
}

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

  .newcta_center__caption {
    font-size: 0.7em;
    position: absolute;
    left: 50%;
    bottom: 1%;
    white-space: nowrap;
    letter-spacing: 0;
    transform: translate(-50%, 0%);
    font-weight: normal;
  }

  .feature-btn {
    margin-top: 0;
  }
}

/* #endregion */
/* #region MARK:SP - レスポンシブ */
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }

  /*メインビジュアル*/
  .section-mv-txt .mv-copy {
    font-size: clamp(2.5rem, 1.426rem + 5.37vw, 4rem);
    letter-spacing: 0.2em;
    line-height: 1.3em;
    color: #fff;
  }

  .section-mv-txt .mv-name {
    font-size: 6vw;
    letter-spacing: 0.2em;
    color: #fff;
    margin-top: 1.5rem;
  }

  .feature-sec {
    width: 100%;
    height: 100%;
    background-color: #212121;
    padding: 0 0 1rem;
    /* margin-top: -0.75rem; */
    margin-top: -0.5rem;
    position: relative;
    z-index: 16;
  }

  .feature-inner {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* gap: 5px; */
    position: relative;
    align-items: center;
  }

  .feature-item {
    width: 100%;
    position: relative;
    text-align: center;
    /* margin-top: 0.5rem; */
    margin-top: 0;
  }

  .feature-item2 {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 0rem;
    color: #fff;
  }

  /*新しいCTA（240919）*/
  .newcta {
    background-image: url("../images/top/cta_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #212121;
    text-align: center;
    height: 100%;
    width: 100%;
    font-size: 1.3rem;
    padding-right: 0rem;
    margin-right: 0;
    /* Flexboxを使用して上下中央揃え */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
  }

  .newcta_center {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    margin: auto;
    white-space: nowrap;
    margin-top: 0.3rem;
  }

  .feature-btn {
    /* width: 60%; */
    width: 100%;
    text-align: center;
    padding-left: 0rem;
    margin-left: 0;
    justify-content: center;
  }

  .feature-btn span {
    font-size: 1.2rem;
    padding: 6px 24px;
    color: #fff;
  }

  .feature-btn span::after {
    width: 30px;
  }

  .feature-btn span img {
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
  }

  .feature-btn:hover {
    opacity: 0.8;
    transform: scale(1.04);
    transition: all 0.3s ease-out;
  }

  .col-sm-8 .row {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .mt-sm {
    margin: 0 !important;
  }

  .plan11-img-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* 子要素を右端に配置 */
    align-items: center;
    /* 子要素を上端に配置 */
    margin: 0 auto;
    /* margin-bottom: 2rem; */
    padding-bottom: 2rem;
    gap: 10px;
    /* border-bottom: solid #cccccc 1px; */
  }

  .plan11-img-container .left-img {
    width: 90%;
    z-index: 0;
  }

  .plan11-img-container .right-img {
    position: relative;
    width: 90%;
    z-index: 1;
  }

  .plan15-img-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    /* 子要素を右端に配置 */
    align-items: center;
    /* 子要素を上端に配置 */
    margin: 0 auto;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .plan15-img-container .left-img {
    position: relative;
    width: 90%;
    z-index: 0;
  }

  .plan15-img-container .right-img {
    width: 90%;
    z-index: 1;
  }

  .map-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .map-narrow {
    border: 1px solid #989898;
    width: 100%;
    margin-bottom: 20px;
  }

  .googlemapview {
    width: 100%;
    margin-left: auto;
  }

  .section-specification {
    position: static;
  }

  .spec-sec01 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    position: initial;
    padding: 0;
  }

  .spec-sec02 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 2rem;
    position: initial;
    padding: 0;
  }

  .spec-sec03 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    position: initial;
    padding: 0;
  }

  .title-quality {
    display: flex;
    align-items: center;
    position: relative;
    font-family: "YakuHanMP", "Shippori Mincho", serif;
    font-style: italic;
    font-weight: lighter;
    color: #ae8454;
    font-size: 3rem;
    padding-bottom: 0.5rem;
    margin-left: 1rem;
    z-index: 5;
  }

  .title-quality::before {
    content: "品質性能";
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    font-family: "YakuHanMP", "Shippori Mincho", serif;
    color: #212121;
    writing-mode: horizontal-tb;
    letter-spacing: 5px;
    position: absolute;
    top: 3.2rem;
    left: 0;
  }

  .title-confort {
    display: flex;
    align-items: center;
    position: relative;
    font-family: "YakuHanMP", "Shippori Mincho", serif;
    font-style: italic;
    font-weight: lighter;
    color: #ae8454;
    font-size: 3rem;
    padding-bottom: 0.5rem;
    margin-left: 1rem;
    z-index: 0;
  }

  .title-confort::before {
    content: "快適空間";
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    font-family: "YakuHanMP", "Shippori Mincho", serif;
    color: #212121;
    writing-mode: horizontal-tb;
    letter-spacing: 5px;
    position: absolute;
    top: 3.1rem;
    left: 0;
  }

  .title-maintenance {
    display: flex;
    align-items: center;
    position: relative;
    font-family: "YakuHanMP", "Shippori Mincho", serif;
    font-style: italic;
    font-weight: lighter;
    color: #ae8454;
    font-size: 3rem;
    padding-bottom: 0.5rem;
    margin-left: 1rem;
    z-index: 5;
  }

  .title-maintenance::before {
    content: "意匠性能";
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    font-family: "YakuHanMP", "Shippori Mincho", serif;
    color: #212121;
    writing-mode: horizontal-tb;
    letter-spacing: 5px;
    position: absolute;
    top: 3.1rem;
    left: 0;
  }

  .spec-sec01 .image-box,
  .spec-sec02 .image-box,
  .spec-sec03 .image-box {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
    position: static;
    z-index: 0;
  }

  .spec-sec01 .content-box,
  .spec-sec02 .content-box,
  .spec-sec03 .content-box {
    width: 100%;
    padding: 0.5rem;
    margin: 0 auto;
  }

  .spec-sec01 .content-bg,
  .spec-sec02 .content-bg,
  .spec-sec03 .content-bg {
    display: none;
    position: static;
  }

  .spec-content-copy {
    font-size: 1.3rem;
    padding: 0.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
    position: static;
    z-index: 5;
  }

  .spec-content-text {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.4rem;
    white-space: pre-line;
    /* margin-top: -1rem; */
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    position: static;
    z-index: 5;
    margin: 0;
  }

  .map-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .map-narrow {
    border: 1px solid #989898;
    width: 100%;
    margin-bottom: 20px;
  }

  .googlemapview {
    width: 100%;
    margin-left: auto;
  }

  .btn-spe-detail {
    padding-bottom: 3rem;
  }

  /* 0918 */
  .more_btn {
    margin-left: 0.5rem;
  }

  .more_btn a {
    background: #eee;
    font-size: 12px;
    color: #212121;
  }

  .head_propertyname {
    font-size: 1.1rem;
    margin-left: 1rem;
  }
}

/* #endregion */
/* #region MARK:プランセクション */
.section-plan {
  padding-top: var(--space-section-md, 3rem);
  padding-bottom: var(--space-section-md, 3rem);
  background-color: #dadbda;
}

.section-plan__figure {
  margin: 0 auto;
  max-width: 59rem;
  background-color: var(--c-beige);
  padding: 1rem;
}

@media (min-width: 768px) {
  .section-plan__figure {
    padding: 3rem 10rem;
  }
}

.section-plan__subtitle {
  margin-top: 2.618rem;
  margin-bottom: 1.618rem;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 1.236rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  color: #212121;
  line-height: 1.618;
}

.section-plan__subtitle-tag {
  font-size: 0.764em;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.section-plan__subtitle-tag::before {
  content: "— ";
}

.section-plan__subtitle-tag::after {
  content: " —";
}

@media (min-width: 768px) {
  .section-plan__subtitle-tag::after {
    content: none;
  }
}

/* テーブル */
.section-plan__table-wrap {
  max-width: 59rem;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-semiorder-plan {
  width: 100%;
  border-collapse: collapse;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 0.875rem;
  line-height: 1.618;
}

.table-semiorder-plan thead th {
  font-weight: 500;
  font-size: 0.764rem;
  letter-spacing: 0.15em;
  padding: 0.618rem 1rem;
  text-align: center;
  color: #fff;
  background-color: rgba(33, 33, 33, 0.54);
  border: none;
}

.table-semiorder-plan tbody td {
  padding: 0.764rem 1rem;
  border: none;
  text-align: center;
  color: #212121;
}

.table-semiorder-plan tbody tr:last-child td {
  border: none;
}

.table-semiorder-plan tbody tr:nth-child(odd) {
  background-color: rgba(33, 33, 33, 0.04);
}

.table-semiorder-plan__label {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #212121;
}

.table-semiorder-plan__price {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.table-semiorder-plan__price small {
  font-size: 0.75em;
  margin-left: 0.15em;
}

/* 注釈 */
.section-plan__notes {
  max-width: 59rem;
  margin: 1.618rem auto 0;
}

.section-plan__notes p {
  font-size: 0.764rem;
  line-height: 1.618;
  color: rgba(33, 33, 33, 0.87);
}

.section-plan__notes p+p {
  margin-top: 0.618rem;
}

@media (min-width: 768px) {
  .section-plan__subtitle {
    font-size: 1.618rem;
  }

  .table-semiorder-plan {
    font-size: 1rem;
    table-layout: fixed;
    background-color: #edeeed;
  }

  .table-semiorder-plan thead th {
    font-size: 0.875rem;
    padding: 0.764rem 1.618rem;
  }

  .table-semiorder-plan tbody td {
    padding: 1rem 1.618rem;
  }

  .section-plan .list-caption {
    max-width: 59rem;
    margin-inline: auto;
  }
}

/* #endregion */
/* #region MARK:セミオーダーハウスセクション */
.section-semiorder {
  position: relative;
  overflow: hidden;
}

.section-semiorder__link {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
}

.section-semiorder__visual {
  position: relative;
}

.section-semiorder__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.section-semiorder__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem 1.5rem;
  isolation: isolate;
}

.section-semiorder__content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(33, 33, 33, 0.92) 0%,
      rgba(33, 33, 33, 0.5) 45%,
      transparent 100%);
  mix-blend-mode: multiply;
  z-index: -1;
}

.section-semiorder__title {
  height: auto;
  width: auto;
  max-width: 16.25rem;
}

.section-semiorder__subtitle {
  margin-top: 0.5rem;
  width: auto;
  max-width: 12.5rem;
  opacity: 0.7;
}

.section-semiorder__lead {
  margin-top: 1rem;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 0.8125rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.04em;
}

.section-semiorder__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: #ae8454;
  transition: gap 0.3s ease;
  justify-content: flex-end;
}

.section-semiorder__cta::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background: #ae8454;
  transition: width 0.4s ease;
}

.section-semiorder__link:focus-visible {
  outline: 2px solid #ae8454;
  outline-offset: -2px;
}

@media (min-width: 768px) {
  .section-semiorder__image {
    aspect-ratio: 1389 / 340;
  }

  .section-semiorder__content {
    justify-content: center;
    left: auto;
    padding-inline: 16% 8%;
  }

  .section-semiorder__content::before {
    background: linear-gradient(to left,
        rgba(33, 33, 33, 0.88) 0%,
        rgba(33, 33, 33, 0.55) 55%,
        transparent 100%);
  }

  .section-semiorder__title {
    width: 26.1vw;
    max-width: unset;
  }

  .section-semiorder__subtitle {
    margin-top: 0.9vw;
    height: auto;
    width: 20vw;
    max-width: unset;
  }

  .section-semiorder__lead {
    margin-top: 2vw;
    font-size: 1.2vw;
    white-space: nowrap;
  }

  .section-semiorder__cta {
    margin-top: 2vw;
    font-size: 1vw;
  }

  .section-semiorder__link:hover .section-semiorder__image {
    transform: scale(1.04);
  }

  .section-semiorder__link:hover .section-semiorder__cta::after {
    width: 0.5rem;
  }
}

/* #endregion */
/* #region MARK:スマホ用固定フッター */
@media (min-width: 768px) {
  .footer_sp {
    display: none;
  }
}

@media (max-width: 767px) {

  .pagetop,
  .scrolldown {
    display: none;
    z-index: 999;
  }

  .footer_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #0f2a0e 0%, #183a14 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 1000;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    box-shadow: 0 -1px 20px rgba(44, 30, 27, 0.3);
  }

  .footer_sp ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
  }

  .footer_sp ul li {
    flex: 1;
    font-family: "YakuHanMP", "Shippori Mincho", serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
  }

  /* ディバイダー: ゴールド系の薄い線 */
  .footer_sp ul li+li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 28px;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(200, 180, 121, 0.25), transparent);
  }

  .footer_sp a {
    color: rgba(200, 162, 110, 0.9);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 8px 0 10px;
    -webkit-tap-highlight-color: transparent;
  }

  .footer_sp a:active {
    opacity: 0.65;
  }

  .footer_sp ul li:nth-child(1) {
    font-size: 11px;
  }

  .footer_sp ul li img {
    width: 22px;
    height: 22px;
    margin: 0 auto;
    opacity: 0.85;
    filter: brightness(0.6) sepia(1) saturate(2) hue-rotate(10deg);
  }

  .shinnen {
    width: 42%;
  }
}

/* #endregion */
/* #region MARK:footer-company */
.footer-company {
  margin-top: 5.618rem;
  background-color: #dadbda;
}

.footer-company__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 50rem;
  margin-inline: auto;
}

.footer-company__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
}

.footer-company__unit--owner {
  border-right: 1px solid rgb(0 0 0 / 14%);
}

.footer-company__role {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 0.764rem;
  line-height: 1.618;
  letter-spacing: 0.08em;
  color: var(--c-text);
}

.footer-company__logo {
  margin-top: 1rem;
  width: 16rem;
}

.footer-company__unit--agent .footer-company__logo {
  width: 12rem;
  padding-top: 0.4rem;
}

.footer-company__license {
  font-size: 0.618rem;
  line-height: 1.618;
  color: var(--c-text);
  margin-top: 0.618rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
  margin-left: -0.6rem;
}

@media (min-width: 768px) {
.footer-company__license {
margin-left: 0rem;
}
}

.footer-company__logo-image--agent {
  margin-top: 0.7rem
}

/* #endregion */
/* #region MARK:footer-company - SP */
@media (max-width: 767px) {
  .footer-company__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-company__unit--owner {
    border-right: none;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    padding-bottom: 2rem;
  }

  .footer-company__logo {
    width: 14rem;
  }

  .footer-company__unit--agent .footer-company__logo {
    width: 10rem;
  }

  .footer-company__unit--agent .footer-company__logo {
    padding-top: 0;
  }
}

/* #endregion */
/* #region MARK:section-banner */
.section-banner {
  padding-block: 3rem;
  background-color: #dadbda;
}

.section-banner img {
  margin-inline: auto;
}

/* #endregion */

.hero-h7k__title {
  z-index: 1;
  /* width: 70%; */
  margin-inline: auto;
  /* margin-bottom: 1rem; */
  display: grid;
  place-items: center;
}

.hero-h7k__title-wrapper {
  margin-top: 2vw;
  display: block;
  width: 15rem;
}

@media (min-width: 768px) {
  .hero-h7k__title {
    display: grid;
    place-items: center;
    /* width: 24rem; */
    margin-bottom: 3rem;
  }

  .hero-h7k__title-wrapper {
    width: 27rem;
    margin-top: 0.5rem;
  }

  .hero-h7k__title-image {
    width: 29vw;
  }

  .hero-h7k__title-image--main {
    width: 100%;
  }

  .hero-h7k__title-image--sub {
    width: 22vw;
    margin-inline: auto;
  }
}

.mv-slide-img {
  max-width: unset;
  width: 100%;
}

/* #region MARK:top-cta-banner */
.top-cta-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bg-stone.webp") center / cover no-repeat;
  padding: 1.275rem 1rem;
  transition: background 0.3s ease;
}

@media (min-width: 768px) {
  .top-cta-banner:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/bg-stone.webp") center / cover no-repeat;
  }
}

.top-cta-banner__link {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  display: flex;
  align-items: center;
  gap: 1rem 0.75rem;
  text-decoration: none;
  color: #fff;
  flex-wrap: wrap;
  justify-content: center;
}

.top-cta-banner__link:hover,
.top-cta-banner__link:focus,
.top-cta-banner__link:active {
  color: #fff;
  text-decoration: none;
}

.top-cta-banner__badge {
  flex-shrink: 0;
  font-size: 1.3625rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0.6125rem 0.5rem;
  border-top: 1px solid rgba(200, 180, 121, 0.6);
  border-bottom: 1px solid rgba(200, 180, 121, 0.6);
  color: #ae8454;
  white-space: normal;
}

.top-cta-banner__heading {
  /* flex: 1; */
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 1.525rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1;
  white-space: nowrap;
  color: #ae8454;
}

.top-cta-banner__heading-main {
  display: block;
  letter-spacing: 0;
  font-size: 1.3rem;
  white-space: nowrap;
}

.top-cta-banner__heading-sub {
  display: block;
  /* font-family: "YakuHanJP", "Noto Sans JP", sans-serif; */
  font-size: 0.8rem;
  letter-spacing: 0;
  margin-top: 0.375em;
  margin-left: 7rem;
}


@media (min-width: 768px) {
.top-cta-banner__heading-main {font-size: 2.1rem;}

.top-cta-banner__heading-sub {


}
}

.top-cta-banner__button {
  position: relative;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  background: linear-gradient(180deg, #0f2a0e 0%, #183a14 100%);
  box-shadow:
    -4px 0 8px rgba(0, 0, 0, 0.15),
    0 -10px 24px rgba(0, 0, 0, 0.18);
  color: #c8a26e;
  font-size: 0.925rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0.75rem 2rem;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.15s ease;
  overflow: hidden;
}

.top-cta-banner__button::after {
  content: "";
  position: absolute;
  inset: -50%;
  filter: url(#grain);
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}

.top-cta-banner__button:hover {
  background: linear-gradient(180deg, #0a1e09 0%, #0f2a0e 100%);
  box-shadow:
    -2px 0 5px rgba(0, 0, 0, 0.12),
    0 -5px 14px rgba(0, 0, 0, 0.15);
}

.top-cta-banner__button-line {
  display: block;
  width: 1.5rem;
  height: 1px;
  background: #c8a26e;
  transition: transform 0.3s ease;
  transform-origin: right center;
}

.top-cta-banner__link:hover .top-cta-banner__button-line {
  transform: scaleX(0.6);
}

/* #endregion */
/* #region MARK:top-cta-banner - PC */
@media (min-width: 768px) {
  .top-cta-banner {
    padding: 1.25rem 0;
  }

  .top-cta-banner__link {
    /* width: 62rem; */
    margin-inline: auto;
    gap: 1.5rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .top-cta-banner__badge {
    font-size: 1.74rem;
    padding: 1.0375rem 1.275rem;
  }

  .top-cta-banner__heading {
    font-size: 2.4rem;
    line-height: 1;
    padding-bottom: 0.2em;
  }

  .top-cta-banner__heading-sub {
    font-size: 0.9rem;
    margin-top: 0.2rem;
    margin-left: 13.3rem;
  }

  .top-cta-banner__button {
    font-size: 1.2rem;
    padding: 0 1.5rem;
    gap: 0.25rem;
    height: 3.7rem;
  }

  .top-cta-banner__button-line {
    width: 2rem;
  }
}

/* #endregion */
/* #region MARK:top-concept-intro */
#concept-bg-fixed {
  position: fixed;
  inset: 0;
  background: url("../images/bg-gradation.webp") center / cover no-repeat #dadbda;
  z-index: -1;
  pointer-events: none;
}

.top-concept-intro {
  overflow: hidden;
  position: relative;
}

.top-concept-intro__feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding-block: min(6vw, 6rem);
  position: relative;
  z-index: 3;
  max-width: 1138px;
  margin-inline: auto;
}

.top-concept-intro__feature-item {
  position: relative;
}

.top-concept-intro__feature-item--pending img {
  /* opacity: 0.25; */
}

.top-concept-intro__pending-label {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  /* background-color: rgba(220, 40, 40, 0.85); */
  color: hsl(0deg 0% 0% / 54%);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.2em 0.6em;
  border-radius: 2px;
  z-index: 1;
  font-weight: 400;
}

.top-concept-intro__feature-item img {
  width: 100%;
  height: auto;
}

.top-concept-intro__feature-item::before,
.top-concept-intro__feature-item::after {
  content: "";
  background-color: rgba(33, 33, 33, 0.87);
  position: absolute;
}

.top-concept-intro__feature-item::before {
  width: 1px;
  height: 5rem;
  right: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
}

.top-concept-intro__feature-item::after {
  width: 6rem;
  height: 1px;
  left: 50%;
  bottom: -0.75rem;
  transform: translateX(-50%);
}

/* スマホ: 2列 — 右列(2,4,6番目)の縦線非表示、最終行(5,6番目)の横線非表示 */
.top-concept-intro__feature-item:nth-child(2n)::before {
  display: none;
}

.top-concept-intro__feature-item:nth-child(n+5)::after {
  display: none;
}

@media (min-width: 768px) {
  .top-concept-intro__feature-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  /* PC: 3列 — リセットして再適用 */
  .top-concept-intro__feature-item:nth-child(2n)::before {
    display: block;
  }

  .top-concept-intro__feature-item:nth-child(n+5)::after {
    display: block;
  }

  /* PC: 右列(3,6番目)の縦線非表示 */
  .top-concept-intro__feature-item:nth-child(3n)::before {
    display: none;
  }

  /* PC: 最終行(4,5,6番目)の横線非表示 */
  .top-concept-intro__feature-item:nth-child(n+4)::after {
    display: none;
  }
}

/* town-wrap: pin + clip-path 展開用ラッパー */
.top-concept-intro__town-wrap {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.top-concept-intro__town-figure {
  width: 100%;
  height: 100vh;
  height: auto;
  margin-inline: auto;
  overflow: hidden;
  aspect-ratio: 2 / 1;
  width: 80%;
  margin-inline: auto;
}

.top-concept-intro__town-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

@media (min-width: 768px) {
  .top-concept-intro__town-figure {
    /* width: 50%; */
    /* width: 50%; */
  }

  .top-concept-intro__town-wrap {
    /* margin-top: -5rem; */
  }
}

/* #endregion */
/* #region MARK:pagetop */
.pagetop {
  width: 2.5rem;
  right: 1rem;
  bottom: 2rem;
}
/* #endregion */
/* #region MARK:heading-contact */
.heading-contact {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.618rem;
  margin-bottom: 2.618rem;
}

.heading-contact__en {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 0.764rem;
  line-height: 1;
  letter-spacing: 0.35em;
  text-indent: 0.35em;
  color: #ae8454;
}

.heading-contact__en::before,
.heading-contact__en::after {
  content: "";
  width: 2.5rem;
  height: 1px;
  flex-shrink: 0;
}

.heading-contact__en::before {
  background: linear-gradient(90deg, transparent, #ae8454);
}

.heading-contact__en::after {
  background: linear-gradient(90deg, #ae8454, transparent);
}

.heading-contact__ja {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 1.618rem;
  line-height: 1;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  color: #212121;
  font-weight: 500;
}

@media (min-width: 768px) {
  .heading-contact__en {
    font-size: 0.875rem;
    gap: 1.618rem;
  }

  .heading-contact__en::before,
  .heading-contact__en::after {
    width: 4.236rem;
  }

  .heading-contact__ja {
    font-size: 2rem;
  }
}

/* #endregion */
/* #region MARK:contact-phone */
.contact-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.618rem;
}

.contact-phone__link {
  display: flex;
  gap: 0;
  width: 100%;
  padding: 1.125rem 1.5rem;
  text-decoration: none;
  color: #212121;
  border: 1px solid #183a14;
  transition: background-color 0.3s, color 0.3s;
  justify-content: center;
  align-items: center;
}

.contact-phone__link:hover,
.contact-phone__link:focus {
  background-color: #183a14;
  color: #fff;
  text-decoration: none;
}

.contact-phone__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0;
  /* background-color: #ae8454; */
  color: #006937;
  font-size: 1.125rem;
  flex-shrink: 0;
  transition: background-color 0.3s, color 0.3s;
}

.contact-phone__icon-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  transition: filter 0.3s;
}

.contact-phone__link:hover .contact-phone__icon-img,
.contact-phone__link:focus .contact-phone__icon-img {
  filter: brightness(0) invert(1);
}

.contact-phone__link:hover .contact-phone__icon,
.contact-phone__link:focus .contact-phone__icon {
  background-color: transparent;
  color: #fff;
}

.contact-phone__link:hover .contact-phone__number,
.contact-phone__link:focus .contact-phone__number {
  color: #fff;
}

.contact-phone__number {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 1.618rem;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
  color: #006937;
}

.contact-phone__hours {
  margin-top: 0.618rem;
  font-size: 0.764rem;
  line-height: 1.618;
  color: var(--c-text);
  letter-spacing: 0.03em;
}

@media (min-width: 768px) {
  .contact-phone__link {
    width: auto;
    padding: 1rem 1.918rem;
    gap: 0.318rem;
  }

  .contact-phone__icon {
    width: 1.818rem;
    height: auto;
    /* font-size: 1.236rem; */
    padding-top: 0.1em;
    aspect-ratio: 1;
  }

  .contact-phone__number {
    font-size: 2rem;
  }

  .contact-phone__hours {
    line-height: 1.618;
  }
}

/* #endregion */
/* #region MARK:top-concept-intro - PC */
@media (min-width: 768px) {
  .top-concept-intro__body {
    /* grid-template-columns: 618fr 382fr; */
    position: relative;
    /* height: 36rem; */
  }

}

/* #region MARK:concept-message */
.concept-message {
  text-align: center;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  color: #2c2c2c;
  padding: 0 1.25rem;
  margin-top: 2rem;
  position: relative;
  z-index: 3;
}

.concept-message__title {
  font-size: 1.236rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.618;
  margin-bottom: 1rem;
}

.concept-message__subtitle {
  font-size: 1.236rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.618;
  margin-bottom: 1.618rem;
  color: #555;
}

.concept-message__body p {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.618;
}

.concept-message__body p + p {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .concept-message {
    padding: 0 2rem;
    /* margin-top: -10rem; */
  }

  .concept-message__title {
    font-size: 2.218rem;
    line-height: 1.618;
    margin-bottom: 1.618rem;
  }

  .concept-message__subtitle {
    font-size: 1.618rem;
    margin-bottom: 2.618rem;
  }

  .concept-message__body p {
    font-size: 1rem;
    line-height: 1.618;
  }
}

/* #endregion */

/* #endregion */
/* #region MARK:section-contact */
.section-contact {
  padding-block: var(--space-section-md);
  background-color: #dadbda;
}

/* #endregion */
/* #region MARK:section-outline */
.section-outline {
  padding-block: 3rem;
  background-color: #dadbda;
}

.heading-outline {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 2.5rem;
}

.heading-outline__en {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-family: var(--f-Kapakana);
  font-size: 2.618rem;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  color: #ae8454;
}

.heading-outline__en::before,
.heading-outline__en::after {
  display: none;
}

.heading-outline__en::before {
  background: linear-gradient(90deg, transparent, #ae8454);
}

.heading-outline__en::after {
  background: linear-gradient(90deg, #ae8454, transparent);
}

.heading-outline__ja {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.25em;
  color: #212121;
  font-weight: 500;
}

/* outline-grid */
.outline-grid {}
.outline-grid__col {}

/* outline-data */
.outline-data {
  margin-bottom: 1.618rem;
}

.outline-data__title {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 0.764rem;
  line-height: 1.618;
  letter-spacing: 0.12em;
  color: #212121;
  padding: 0.618rem 0;
  font-weight: 500;
  border-bottom: 1px solid rgba(38, 38, 38, 0.87);
}

.outline-data__body {
  margin: 0;
}

.outline-data__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.outline-data__item {
  font-size: 0.764rem;
  line-height: 1.618;
  padding: 0.618rem 0;
  border-bottom: 1px solid rgba(38, 38, 38, 0.2);
  color: #212121;
}

/* outline-notes */
.outline-notes {
  margin-top: 1.618rem;
}

.outline-notes__item {
  font-size: 0.764rem;
  line-height: 1.618;
  color: rgba(33, 33, 33, 0.87);
  /* padding-left: 1rem; */
  /* border-left: 1px solid rgba(38, 38, 38, 0.87); */
  margin-bottom: 0.618rem;
}

/* outline-meta */
.outline-meta {
  font-size: 0.764rem;
  line-height: 1.618;
  color: rgba(33, 33, 33, 0.87);
  margin-top: 1.618rem;
}

/* dl-yokoku */
.dl-yokoku-dt {
  font-size: 0.875rem;
  padding-bottom: 0.382rem;
}

.dl-yokoku-dd {
  margin-top: 0;
  font-size: 0.764rem;
  line-height: 1.618;
  color: rgba(33, 33, 33, 0.87);
}

/* list-caption */
.list-caption {
  list-style: none;
  margin: 1.618rem 0 0;
  padding: 0;
}

.list-caption li {
  font-size: 0.764rem;
  line-height: 1.618;
  padding-left: 1em;
  text-indent: -1em;
  color: rgba(33, 33, 33, 0.87);
}

@media (min-width: 768px) {
  .section-outline {
    padding-block: 4rem;
  }

  .heading-outline__en {
    font-size: 4.236rem;
    gap: 1.5rem;
  }

  .heading-outline__en::before,
  .heading-outline__en::after {
    width: 4rem;
  }

  .heading-outline__ja {
    font-size: 1.75rem;
  }

  .outline-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.618rem;
  }

  .outline-grid__col {}

  .outline-data__title {
    font-size: 1rem;
  }

  .outline-data__item {
    font-size: 0.875rem;
    padding: 0.764rem 0;
  }
}

/* #endregion */
/* #region MARK:section-access */
.section-access {
  padding-block: var(--space-section-md);
  background-color: #dadbda;
}

/* heading-section */
.heading-section {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.62rem;
  margin-bottom: 2.36rem;
}

.heading-section::before,
.heading-section::after {
  display: none;
}

.heading-section__en {
  font-family: var(--f-Kapakana);
  font-size: 2.618rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: normal;
  color: #ae8454;
}

.heading-section__ja {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 1.618rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #212121;
  font-weight: 500;
}

/* lead copy */
.section-lead {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  text-align: center;
  font-size: 1.0rem;
  line-height: 1.618;
  letter-spacing: 0.06em;
  color: #212121;
  margin-bottom: 3.82rem;
}

/* heading-sub */
.heading-sub {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  text-align: center;
  font-size: 1.236rem;
  line-height: 1.618;
  letter-spacing: 0.15em;
  color: #212121;
  font-weight: 500;
  padding-bottom: 0.618rem;
  margin-bottom: 1.618rem;
}

.heading-sub::after {
  display: none;
}

.info-carnav {
  color: rgba(255, 255, 255, 0.87);
}

.info-carnav::after {
  border-color: rgb(255 255 255 / 50%);
}

.info-carnav__body {
  border-top-color: rgba(255, 255, 255, 0.5);
}

.life-info {
margin-top: var(--space-section-md);
}

.life-info__grid {
  display: flex;
  flex-direction: column;
}

.life-info__grid > .life-info__table {
  order: var(--sp-order, 0);
}

/* table */
.life-info__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2.618rem;
  background-color: #edeeed;
  /* padding-bottom: 1rem; */
}

.life-info__caption {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #212121;
  font-weight: 500;
  /* text-align: center; */
  padding: 1rem 1rem;
  /* background: var(--c-beige); */
  border-bottom: none;
  caption-side: top;
  margin-bottom: 1px;
  background-color: #edeeed;
}

.life-info__caption-en {
  display: inline-block;
  margin-inline: auto 0;
  font-size: 0.6em;
  color: hsl(
0deg 0% 10% / 54%);
  width: fit-content;
  float: right;
  font-weight: 400;
}

.life-info__table tr {
  display: flex;
  align-items: baseline;
  gap: 0.382rem;
  padding: 0.5rem 1rem;
  /* padding: 0.618rem 0; */
}

.life-info__table th,
.life-info__table td {
  font-size: 0.775rem;
  line-height: 1.618;
  font-weight: 400;
  color: #212121;
}

.life-info__table th {
  text-align: left;
  white-space: nowrap;
  display: flex;
  flex: 1;
  align-items: baseline;
  flex-wrap: wrap;
}

.life-info__table th::after {
  /* content: ""; */
  flex: 1;
  border-bottom: 1px dotted #26262687;
  margin-inline: 0.25rem;
  translate: 0 -0.2em;
}

.life-info__table td {
  text-align: right;
  white-space: nowrap;
  /* color: #888; */
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .heading-section {
    gap: 0.76rem;
    margin-bottom: 2.63rem;
  }

  .heading-section::before {
    width: min(60%, 24rem);
  }

  .heading-section__en {
    font-size: 4.236rem;
  }

  .heading-section__ja {
    font-size: 1.4rem;
  }

  .section-lead {
    font-size: 1.136rem;
  }

  .heading-sub {
    font-size: 1.136rem;
  }

  .life-info {
    margin-top: 4.236rem;
  }

  .life-info__grid {
    display: block;
    columns: 3;
    column-gap: 2.618rem;
  }

  .life-info__grid > .life-info__table {
    order: unset;
    break-inside: avoid;
  }

  .life-info__caption {
    font-size: 0.936rem;
    clear: both;
  }
}

/* access-blocks */
.access-blocks {
  padding: 1rem;
  margin-top: var(--space-section-md);
  padding-top: var(--space-section-md);
  background-color: var(--c-beige);
}

@media (min-width: 768px) {
  .access-blocks {
    padding-inline: 6rem;
    padding-bottom: 3rem;
  }
}

.access-blocks__item {
  text-align: center;
}

.access-blocks__item+.access-blocks__item {
  margin-top: var(--space-section-md);
}

.access-blocks__row {
  display: flex;
  flex-direction: column;
  margin-top: var(--space-section-md);
  scroll-margin-top: 8rem;
}

@media (min-width: 768px) {
  .access-blocks__row {
    /* flex-direction: row; */
    gap: 5rem;
    display: grid;
    margin-inline: auto;
  }

  .access-blocks__row>.access-blocks__item {
    flex: 1;
    margin-top: 0;
  }
}

/* section-map */
.section-map__frame {
  overflow: hidden;
  height: auto;
  border: 1px solid var(--c-border);
  aspect-ratio: 1 / 1;
}

@media (min-width: 768px) {
  .section-map__frame {
    height: 30rem;
    max-width: 60rem;
    margin-inline: auto;
    aspect-ratio: unset;
  }
}

/* section-route */
.section-route {
  text-align: center;
}

.section-route__lead {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #212121;
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section-route__lead-item {
	display: inline-block;
}

.section-route__image {
  margin-top: 1.5rem;
}

.section-route__image-img {
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 0.5);
  /* aspect-ratio: 447 / 446; */
  object-fit: contain;
  padding: 1.5rem
}

@media (min-width: 768px) {
  .section-route__image-img {
    aspect-ratio: auto;
    padding: 4rem 6rem;
  }
}

@media (min-width: 768px) {
  .section-route__lead {
    font-size: 0.9375rem;
    gap: 3rem;
  }

  .section-route__lead-item {}

  .section-route__image {
    max-width: 48rem;
    margin-inline: auto;
  }
}

/* section-guide */
.section-guide {
  text-align: center;
}

.section-guide__image {
  margin-bottom: 1.25rem;
  border: 1px solid var(--c-border);
  overflow: hidden;
}

.section-guide__image img {
  width: 100%;
  height: auto;
}

.section-guide__gmap {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #262626;
  text-decoration: none;
  border: 1px solid #ad8654;
  padding: 0.75rem 2rem;
  transition: background-color 0.3s, color 0.3s;
}

.section-guide__gmap:hover {
  background-color: #212121;
  color: #ad8654;
}

.section-guide__gmap-icon {
  font-size: 1.125rem;
  color: #ae8454;
  transition: color 0.3s;
}

.section-guide__gmap:hover .section-guide__gmap-icon {
  color: #ae8454;
  background-color#212121;
}

.section-guide__carnav {
  margin-top: 1.5rem;
  max-width: 32rem;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .section-guide__image {
    margin-bottom: 1.5rem;
    max-width: 29rem;
    margin-inline: auto;
  }

  .section-guide__gmap {
    font-size: 0.9375rem;
    padding: 0.875rem 2.5rem;
  }

  .section-route__image {
    max-width: none;
  }
}

/* #endregion */
/* #region MARK:アクセス図モーダル */
.js-access-modal {
  cursor: zoom-in;
}

.mfp-access.mfp-bg {
  background: #dadbda;
  opacity: 0.9;
}

.mfp-access .mfp-content {
  max-width: 960px;
  width: 100%;
  padding: 2rem;
  background-color: #fff;
}

.mfp-access .mfp-img {
  width: 100%;
}

.mfp-access .mfp-figure::after {
  background: #fff;
  box-shadow: none;
}

.mfp-access .mfp-close {
  color: #212121;
  padding-right: 1rem;
}

/* #endregion */
/* #region MARK:notame-chuokoen2-semiorder-banner */
.notame-chuokoen2-semiorder-banner {
  display: block;
  max-width: 600px;
  margin: 2rem auto;
  transition: opacity 0.3s ease;
}

.notame-chuokoen2-semiorder-banner:hover {
  opacity: 0.8;
}

.notame-chuokoen2-semiorder-banner__image {
  display: block;
  width: 100%;
  height: auto;
}
/* #endregion */

/* #region MARK:notame-chuokoen2-semiorder-banner - PC */
@media (min-width: 768px) {
  .notame-chuokoen2-semiorder-banner {
    max-width: 49rem;
    margin: 4rem auto;
  }
}
/* #endregion */
