@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

/* CSS Document */
:root {
  --c-1st: #007e41;
  --c-2nd: #6fb82c;
}



body {
  height: auto;
}

/*小規模物件テンプレート用ヘッダー*/

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;
}

.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: 10em;
}

/**/
.header-propaty-sm-row-1-list-btns-1 {
  display: flex;
  margin: 0;
  margin-top: 1.5em;
  padding: 0;
  width: 100%;
  flex-wrap: wrap;
}

.header-propaty-sm-row-1-list-btns-1-item {
  text-align: center;
  width: 100%;
  border-top: 1px solid hsl(0, 0%, 80%);
}

.header-propaty-sm-row-1-list-btns-1-item-link {
  display: block;
  padding: 0.8em 0;
}

/**/
.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: -moz-linear-gradient(50% 100% 90deg, rgba(30, 110, 71, 1) 0%, rgba(76, 143, 55, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(30, 110, 71, 1) 0%, rgba(76, 143, 55, 1) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(30, 110, 71, 1)), color-stop(1, rgba(76, 143, 55, 1)));
  background: -ms-linear-gradient(90deg, rgba(30, 110, 71, 1) 0%, rgba(76, 143, 55, 1) 100%);
  background: linear-gradient(0deg, rgba(30, 110, 71, 1) 0%, rgba(76, 143, 55, 1) 100%);
  color: #fff;
  display: flex;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E6E47', endColorstr='#4C8F37' ,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C8F37', endColorstr='#1E6E47', GradientType=0);
  padding: 0.8em 0;
}

.header-propaty-sm-row-1-list-btns-2-item-link:hover {
  background: rgba(30, 110, 71, 1);
  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: #ffff;
  text-align: center;
  width: 100%;
}

.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-image: radial-gradient(farthest-corner circle at 100% 0% in oklab, #5cbb00 0%, hsl(147 74% 31%) 100%);
}

.header-propaty-sm-row-1-list-btns-2-item-link-alt:hover {
  background-image: radial-gradient(farthest-corner circle at 100% 0% in oklab, #5cbb00 0%, hsl(147 54% 31%) 100%);
}

/**/
.header-propaty-sm-row-1-btn-menu {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  cursor: pointer;
  display: block;
  line-height: 1;
  margin-left: auto;
  padding-right: 1em;
}

.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;
}

.header-propaty-sm-row-1 .header-propaty-sm-phone {
  display: none;
}

/**/
.header-propaty-sm-row-2 {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  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.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 hsl(0, 0%, 80%);
}

.header-propaty-sm-row-2-nav-list {
  margin: 0;
  padding: 0;
}

.header-propaty-sm-row-2-nav-list-item {
  border-bottom: 1px solid hsl(0, 0%, 80%);
  position: relative;
}

.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: #333;
  display: block;
  padding: 1em;
  padding: 0.6em;
  position: relative
}

.header-propaty-sm-row-2-nav-list-item-link.active::after {
  background-color: #227d49;
  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: #c70021;
  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: "Times New Roman", Times, serif;
  font-size: 2.2em;
}

.header-propaty-sm-phone-num .material-icons {
  font-size: 0.9em;
}

.header-propaty-sm-phone-time {
  font-size: 0.8em;
}

/**/
.header-propaty-sm-row-3 {
  border-top: 1px solid hsl(0, 0%, 80%);
  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 hsl(0, 0%, 80%);
  list-style: none;
  margin: 0;
  margin-top: 1.5em;
  padding: 0;
  ;
}

.header-propaty-sm-row-3-list-btns-item {
  border-top: 1px solid hsl(0, 0%, 80%);
}

.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;
}

/*メインビジュアル*/

/*コンセプト*/
.h-propatypage-title {
  margin-top: 4em;
  text-align: center;
}

.h-propatypage-title-name {
  display: block;
  font-size: 1.8em;
}

.h-propatypage-title-area {
  border-bottom: 0.3em solid #333;
  display: inline-block;
  margin-top: 1.5em;
  padding: 0.6em 0;
}

.h-propatypage-title-mark {
  display: block;
  margin-top: 2em;
  width: 5em;
}

.concept-lead {
  font-size: 1.7em;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}

.concept-copy {
  font-size: 1.4em;
  line-height: 1.8;
  text-align: center;
}

/**/
.c-pink {
  color: #e85e7c !important;
}

.c-green {
  color: #009163 !important;
}

.c-red {
  color: #bd0035 !important;
}

.c-lime {
  color: #78972e !important;
}

.c-blue {
  color: #00abb8 !important;
}

.fw-400 {
  font-weight: 400;
}

/*新着情報*/
.flex-news-title {
  margin-top: 0;
  padding-right: 1rem;
}

.flex-news-body {
  margin-top: 2em;
  padding-right: 1rem;
}

.list-section-news {
  list-style: none;
  margin: 0;
  margin-top: 1em;
  padding: 0;
}

.article-news {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-news-figure {
  background-color: #666;
  background-position: right 50% top 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  flex-shrink: 0;
  width: 7em;
}

.article-news-new {
  position: relative;
}

.article-news-new::after {
  background-color: #c72424;
  color: #fff;
  content: "NEW";
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.7em;
  font-style: italic;
  left: -0.5em;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 0.1em 0.6em;
  position: absolute;
  top: 0em;
}

.article-news-figure {
  height: 0;
  padding-bottom: 60%;
  width: 100%;
}

.list-section-news-item {
  background-color: hsla(0, 0%, 0%, 0);
  display: block;
}

.article-news-body {
  padding: 1em 0 0;
  width: 100%;
}

.article-news-body-link {
  display: block;
  position: relative;
}

.article-news-body-area-name {
  font-size: 0.8em;
}

.article-news-body-area-date {
  font-size: 0.8em;
}

.article-news-body-copy {
  font-size: 0.8em;
  margin-top: 0.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.article-news-tags {
  display: flex;
  list-style: none;
  margin: 0;
  margin-top: 0.3em;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
}

.article-news-tags-item {
  display: inline-block;
}

.article-news-tags-item+.article-news-tags-item {
  margin-left: 0.3em;
}

.article-news-tags-item-link {
  background-color: #d0d0d0;
  border-radius: 1em;
  display: inline-block;
  font-size: 0.6em;
  line-height: 1;
  padding: 0.2em 0.6em;
  white-space: nowrap;
}

.article-news-tags {
  overflow-x: hidden;
}

.article-news-tags-item-link {
  font-size: 0.8em;
}

.swiper-news .swiper-slide {
  max-width: 16em;
}

/*ロケーション*/
.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;
  height: 25em;
  position: relative;
  width: 100%;
}

#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: #009163;
}

.leaflet-popup-content a.red {
  display: block;
  width: fit-content;
  margin: 0.8em auto 0;
  background-color: #aa002a;
  color: #FFF;
  padding: 0.6em 2em;
  white-space: nowrap;
  border-radius: 0.4em;
}

.leaflet-popup-content a.green {
  display: block;
  width: fit-content;
  margin: 0.8em auto 0;
  background-color: #009163;
  color: #FFF;
  padding: 0.6em 2em;
  white-space: nowrap;
  border-radius: 0.4em;
}

.leaflet-popup-content a.blue {
  display: block;
  width: fit-content;
  margin: 0.8em auto 0;
  background-color: #0075b7;
  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 #333;
  border-left: 1px solid #333;
  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;
  position: relative;
  white-space: nowrap;
  border-right: 1px solid #333;
  flex-shrink: 0;
  width: 25%;
  text-align: center;
  border-bottom: 1px solid #333;
  margin-bottom: -1px;
}

.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: #333;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  content: "+";
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-family: Arial, Helvetica, sans-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: #333;
  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: #333;
  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;
}

.swiper-location.swiper-container-initialized {
  opacity: 1;
}

/**/
.div-lifeinfo-item {
  border-top: 1px solid #ccc;
  font-size: 0.9em;
  padding: 0.2em 0;
}

.div-lifeinfo {
  height: auto;
  overflow-y: auto;
  width: 100%;
}

/**/
.div-shift-1 {
  background-color: #dcdcde;
  box-shadow: -2em -2em 0em #dcdcde,
    2em 2em 0em #dcdcde,
    -2em 2em 0em #dcdcde,
    2em -2em 0em #dcdcde;
  margin-top: 2em;
  position: relative;
  z-index: 1;
}

/**/
.list-location-anchor {
  border-bottom: 1px solid #333;
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-location-anchor-item {
  border-top: 1px solid #333;
}

.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;
}

/**/
.div-shift-2 {
  background-color: #eaeaea;
  box-shadow: -2em -2em 0em #eaeaea,
    2em 2em 0em #eaeaea,
    -2em 2em 0em #eaeaea,
    2em -2em 0em #eaeaea;
  margin-top: 2em;
  position: relative;
  z-index: 1;
}

/**/
.div-shift-3 {
  background-color: #eaeaea;
  box-shadow: -2em -2em 0em #eaeaea,
    2em 2em 0em #eaeaea,
    -2em 2em 0em #eaeaea,
    2em -2em 0em #eaeaea;
  margin-top: 0;
  position: static;
  z-index: 1;
}

/**/
.viewport.leaflet-container {
  background-color: #fff;
}

/**/
.leaflet-top,
.leaflet-bottom {
  z-index: 999;
}

/*デザイン*/
.section-design {
  overflow: hidden;
  width: 100%;
}

.swiper-container.swiper-design {
  max-width: 30em;
  overflow: hidden;
}

.swiper-design-item {
  margin-left: auto;
  margin-right: auto;
}

.swiper-design-item img {
  width: auto;
}

.slider-mv-arrow-left,
.slider-mv-arrow-right {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  cursor: pointer;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 3em;
  z-index: 2;
}

.slider-mv-arrow-left:hover,
.slider-mv-arrow-right:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.slider-mv-arrow-left {
  left: 0;
}

.slider-mv-arrow-right {
  right: 0;
}

/**/
.swiper-design-thumbnail-item {
  cursor: pointer;
  opacity: 1;
}

.swiper-slide-thumb-active {
  position: relative;
}

.swiper-slide-thumb-active::after {
  border: 0.2em solid #4c8f37;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.swiper-design-thumbnail {
  margin-left: 1em;
  margin-right: 1em;
  max-width: 800px;
  overflow: hidden;
  padding: 1em 0;
}

.swiper-design .swiper-wrapper {
  transition-timing-function: linear
}

/*設備・仕様*/
.list-equipment [class^=col-] {
  margin-top: 2em;
}

.article-equipment {
  background-color: #fff;
  height: 100%;
}

.article-equipment-body {
  padding: 1em;
}

.article-equipment-body-title {
  font-size: 1em;
  line-height: 1.4;
}

.article-equipment-body-copy {
  font-size: 0.9em;
  line-height: 1.4;
  margin-top: 1em;
}

/*区画図・間取り*/
.flex-plan-title {
  margin-top: 2em;
  padding-right: 1rem;
}

.flex-plan-body {
  margin-top: 2em;
}

/**/
.article-plan-block {
  background-image: url("../../../images/propaty-sm/sv-jurokucho/plan/bg-green.jpg");
  background-position: right 50% top 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.5em;
  text-align: center;
}

.article-plan-block-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.article-plan-block-inner {
  background-color: #fff;
  display: inline-block;
  padding: 0;
}

/**/
.swiper-plan {
  margin-right: 1rem;
}

.swiper-plan .swiper-slide {
  padding-top: 0;
}

.swiper-plan-card {
  background-color: #fff;
  padding: 1em;
}

.swiper-plan-card-header-type {
  background-color: #333;
  color: #fff;
  line-height: 1;
  margin-top: -2em;
  padding: 0.8em 0.8em 0.4em;
  width: 38.2%;
}

.swiper-plan-card-header-type-text {
  font-size: 1em;
  letter-spacing: 0.2em;
}

.swiper-plan-card-header-type-num {
  font-size: 2em;
}

.swiper-plan-card-header-area {
  margin-top: 1em;
}

.swiper-plan-card-header-area-land strong {
  font-size: 1.4em;
  font-weight: normal;
}

.swiper-plan-card-header-area-building {
  font-size: 0.8em;
  margin-top: 0.5em;
}

.swiper-plan-card-header-elevation {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  max-width: 80%;
}

.swiper-plan-card-body .col-sm-6 {
  margin-top: 2em;
}

/*区画図の特徴説明*/
.swiper-parcel-card {}

.swiper-parcel-card-header {
  display: flex;
}

.swiper-parcel-card-header-title {
  font-weight: normal;
}

.swiper-parcel-card-header-num {
  background-color: #c30e23;
  color: #fff;
  font-size: 1.4em;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.5rem;
}

.swiper-parcel-card-header-description {
  font-weight: bold;
}

/**/
.btn-plan {
  display: flex;
  position: absolute;
  background-color: #c30e23;
  color: #fff;
  font-size: 1.2rem;
  width: 1.6rem;
  height: 1.6rem;
  transform-origin: 50% 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.btn-plan-1 {
  left: 76%;
  top: 39%;
}

.btn-plan-2 {
  left: 22%;
  top: 34%;
}

.btn-plan-3 {
  left: 39%;
  top: 34%;
}

.btn-plan-4 {
  left: 48%;
  top: 24%;
}

.btn-plan-5 {
  left: 50%;
  top: 73%;
}

.btn-plan-6 {
  left: 58%;
  top: 35%;
}

.btn-plan-7 {
  left: 66%;
  top: 29%;
}

.btn-plan-8 {
  left: 37%;
  top: 65%;
}

.swiper-plan .swiper-button-next,
.swiper-plan .swiper-button-prev {
  top: 12.5em;
}

/* モデルハウス/////////////////////////////////////////////////////////////////// */
.tab-content-modelhouse {
  display: none;
}

.tab-content-modelhouse.active {
  display: block;
}

/**/
.h-modelhouse {
  font-size: 2em;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.3;
}

.h-modelhouse-num {
  font-size: 1.3em;
  font-weight: normal;
}

.swiper-modelhouse .swiper-slide {
  max-width: 20em;
}

.swiper-modelhouse-card-figcaption {
  font-size: 0.9em;
  margin-top: 1em;
}

/**/
.flex-modelhouse-title {
  margin-top: 2em;
  padding-right: 1rem;
}

.flex-modelhouse-body {
  margin-top: 2em;
}

/**/
.article-modelhouse-tags {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  margin-left: -0.2em;
  margin-right: -0.2em;
  margin-top: 0.3em;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  width: calc(100% + 0.4em);
}

.article-modelhouse-tags-item {
  display: inline-block;
  margin: 0.2em;
}

.article-modelhouse-tags-item-link {
  background-color: #fff;
  border-radius: 1em;
  display: inline-block;
  font-size: 0.7em;
  line-height: 1;
  padding: 0.2em 0.6em;
  white-space: nowrap;
}

/**/
.swiper-pagination-outer {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 2em;
  justify-content: center;
  width: 100%;
}

.swiper-pagination-outer .swiper-pagination-bullets-dynamic {
  -webkit-box-pack: center;
  display: flex;
  -ms-flex-pack: center;
  flex-wrap: nowrap;
  font-size: 1em;
  justify-content: center;
  width: auto;
  width: 10em !important;
}

.swiper-pagination-outer .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: none;
  position: static;
  transition: all 0.3s ease-out;
}

/**/
.article-modelhouse-plan {
  background-color: #fff;
  margin-right: 1rem;
  margin-top: 2em;
  padding: 1.5em;
}

.article-modelhouse-plan .col-sm-6 {
  margin-top: 2em;
}

/**/
.snav-modelhouse {
  border-top: 1px solid #333;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8em;
  list-style: none;
  margin: 0;
  padding: 0;
}

.snav-modelhouse-item {
  cursor: pointer;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 1.0em;
  padding: 0.6em;
  position: relative;
  white-space: nowrap;
}

.snav-modelhouse-item:hover {
  background-color: hsl(240, 2.9%, 76.7%);
}

.snav-modelhouse-item.active {
  background-color: hsl(0, 0%, 20%);
  color: #fff;
}

.snav-modelhouse-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: #333;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  content: "+";
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-family: Arial, Helvetica, sans-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;
}

/**/
.plan-circle {
  position: absolute;
  width: 6%;
  cursor: pointer;
  opacity: 0;
}

.plan-circle:hover {
  opacity: 1;
}

.plan-circle-1 {
  left: 85%;
  top: 16%;
}

.plan-circle-2 {
  left: 73%;
  top: 16%;
}

.plan-circle-3 {
  left: 60.3%;
  top: 16%;
}

/* .plan-circle-4 {left: 12.5%;top: 55.5%;}
.plan-circle-5 {left: 15%;top: 70%;}
.plan-circle-6 {left: 18.5%;top: 83%;}
.plan-circle-7 {left: 46%;top: 31%;}
.plan-circle-8 {left: 61.5%;top: 29%;}
.plan-circle-9 {left: 77%;top: 27%;}
.plan-circle-10 {left: 83%;top: 61%;}
.plan-circle-11 {left: 68.5%;top: 66%;} */
.plan-circle-13 {
  left: 54.4%;
  top: 79%;
}

.plan-circle-14 {
  left: 69%;
  top: 81.5%;
}

.plan-circle-15 {
  left: 70.3%;
  top: 60%;
}


/**/
.btn-open-plan {
  border: 1px solid hsl(0, 0%, 50%);
  display: block;
  padding: 0.5em;
  background-color: #fff;
}

.btn-open-plan-header {
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-open-plan-header strong {
  display: inline-block;
  margin-right: 0em;
  width: 5em;
  white-space: nowrap;
  color: #a6052f;
}

.btn-open-plan-header span {
  background-color: #a6052f;
  font-size: 0.8em;
  display: inline-block;
  color: #FFF;
  padding: 0 0.6em;
}

.btn-open-plan-body {
  color: #333;
}

.btn-open-plan.active,
.btn-open-plan:hover {
  text-decoration: none;
  background-color: #FFF;
  color: #c70021;
  border: 1px solid #c70021;
}

.btn-open-plan.active .btn-open-plan-body,
.btn-open-plan:hover .btn-open-plan-body {
  color: #c70021;
}

.btn-open-plan:hover * {
  filter: brightness(1);
}

.btn-open-plan-col-row {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-open-plan-body-elevation {
  margin-left: auto;
  width: 6em;
  flex-shrink: 0;
}

.btn-open-plan.active .btn-open-plan-header strong,
.btn-open-plan:hover .btn-open-plan-header strong {
  color: #c70021;
}

.btn-open-plan.active .btn-open-plan-header span,
.btn-open-plan:hover .btn-open-plan-header span {
  background-color: #c70021
}

.btn-open-plan:hover,
.btn-open-plan:active,
.btn-open-plan:focus,
.btn-open-plan:visited {
  text-decoration: none;
}

/**/
.flex-selling-outer {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-selling-outer .flex-selling+.flex-selling {
  margin-left: 1.5em;
}

.flex-selling {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.8em;
  line-height: 1;
}

.selling-block {
  width: 1.5em;
  height: 1.2em;
  background-color: #FFF;
  display: inline-block;
  border: 1px solid hsl(344.5, 0%, 33.4%);
  margin-bottom: 0.3em;
}

.selling-subdivision {
  width: 1.5em;
  display: inline-block;
  margin-bottom: 0.3em;
}

/* 物件概要////////////////////////////////////// */
.dl-outline {
  margin-top: 2em;
}

.dl-outline dt {
  border-bottom: 1px solid #333;
  font-size: 0.9em;
  padding: 0.8em 0;
}

/**/
.btn-cta {
  margin-top: 1em;
  position: relative;
}

/*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;
}


/*CTA*/
.cta-a {
  background: -moz-linear-gradient(13.37% -59.21% -30.66deg, rgba(234, 196, 68, 1) 0%, rgba(255, 251, 240, 1) 26.92%, rgba(234, 196, 68, 1) 50.55%, rgba(255, 255, 255, 1) 76.37%, rgba(234, 196, 68, 1) 98.35%);
  background: -webkit-linear-gradient(-30.66deg, rgba(234, 196, 68, 1) 0%, rgba(255, 251, 240, 1) 26.92%, rgba(234, 196, 68, 1) 50.55%, rgba(255, 255, 255, 1) 76.37%, rgba(234, 196, 68, 1) 98.35%);
  background: -webkit-gradient(linear, 13.37% -59.21%, 76.38% 128.64%, color-stop(0, rgba(234, 196, 68, 1)), color-stop(0.2692, rgba(255, 251, 240, 1)), color-stop(0.5055, rgba(234, 196, 68, 1)), color-stop(0.7637, rgba(255, 255, 255, 1)), color-stop(0.9835, rgba(234, 196, 68, 1)));
  background: -ms-linear-gradient(-30.66deg, rgba(234, 196, 68, 1) 0%, rgba(255, 251, 240, 1) 26.92%, rgba(234, 196, 68, 1) 50.55%, rgba(255, 255, 255, 1) 76.37%, rgba(234, 196, 68, 1) 98.35%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAC444', endColorstr='#EAC444' ,GradientType=0)";
  background: linear-gradient(120.66deg, rgba(234, 196, 68, 1) 0%, rgba(255, 251, 240, 1) 26.92%, rgba(234, 196, 68, 1) 50.55%, rgba(255, 255, 255, 1) 76.37%, rgba(234, 196, 68, 1) 98.35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAC444', endColorstr='#EAC444', GradientType=1);
  padding: 0.4em;
}

.cta-a-inner {
  background-image: url("../images/top/bg-cta.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 0 top 50%;
  padding: 0 1em 1em;
  display: flex;
  flex-wrap: wrap;
}

.cta-a-inner-1 {
  width: 100%;
}

.cta-a-inner-2 {
  padding: 0 0.5em
}

.cta-a-inner-3 {
  padding: 0 0.5em;
  margin-top: 0.5em;
}

/*CTA第2期*/
.cta-b {
  background: -moz-linear-gradient(13.37% -59.21% -30.66deg, rgba(234, 196, 68, 1) 0%, rgba(255, 251, 240, 1) 26.92%, rgba(234, 196, 68, 1) 50.55%, rgba(255, 255, 255, 1) 76.37%, rgba(234, 196, 68, 1) 98.35%);
  background: -webkit-linear-gradient(-30.66deg, rgba(234, 196, 68, 1) 0%, rgba(255, 251, 240, 1) 26.92%, rgba(234, 196, 68, 1) 50.55%, rgba(255, 255, 255, 1) 76.37%, rgba(234, 196, 68, 1) 98.35%);
  background: -webkit-gradient(linear, 13.37% -59.21%, 76.38% 128.64%, color-stop(0, rgba(234, 196, 68, 1)), color-stop(0.2692, rgba(255, 251, 240, 1)), color-stop(0.5055, rgba(234, 196, 68, 1)), color-stop(0.7637, rgba(255, 255, 255, 1)), color-stop(0.9835, rgba(234, 196, 68, 1)));
  background: -ms-linear-gradient(-30.66deg, rgba(234, 196, 68, 1) 0%, rgba(255, 251, 240, 1) 26.92%, rgba(234, 196, 68, 1) 50.55%, rgba(255, 255, 255, 1) 76.37%, rgba(234, 196, 68, 1) 98.35%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAC444', endColorstr='#EAC444' ,GradientType=0)";
  background: linear-gradient(120.66deg, rgba(234, 196, 68, 1) 0%, rgba(255, 251, 240, 1) 26.92%, rgba(234, 196, 68, 1) 50.55%, rgba(255, 255, 255, 1) 76.37%, rgba(234, 196, 68, 1) 98.35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAC444', endColorstr='#EAC444', GradientType=1);
  padding: 0.4em;
}

.cta-b-inner {
  background-image: url("../images/top/bg-cta.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 0 top 50%;
  padding: 0 1em 1em;
  display: flex;
  flex-wrap: wrap;
}

.cta-b-inner-1 {
  width: 100%;
  margin-top: 0.8em;
  padding: 0 2em;
}

.cta-b-inner-2 {
  padding: 0 0em;
  margin-top: 0.3em;
}

.cta-b-inner-3 {
  padding: 0 0.5em;
  margin-top: 0.5em;
}

.cta-b-inner-3-1 {}

.cta-b-inner-3-2 {
  margin-top: 0.5em;
}

/*間取りページ*/
.header-plan-inner-num {
  margin-top: 0.5em;
  font-size: 2em
}

.header-plan-inner-num-1 {
  background-color: #a21030;
  color: #FFF;
  display: inline-block;
  padding: 0.4em 0.6em;
  margin-right: 0.5em;
}

.header-plan-inner-num-2 {
  color: #a21030;
}

/**/
.close-fixed {
  background-color: #DDD;
  position: fixed;
  top: 0;
  right: 0;
  line-height: 1;
  padding: 0.2em 0.6em;
  cursor: pointer;
}

.close-fixed .material-icons-outlined {
  font-size: 2.6em;
  text-align: center;
}

.close-fixed-label {
  display: block;
  text-align: center;
  font-size: 0.7em;
}

/**/
.flex-feature {
  display: inline-flex;
  margin-left: auto;
  width: 100%;
}

.flex-feature-1 {
  display: inline-flex;
  text-align: center;
  line-height: 1.2;
  background-color: #a21030;
  color: #FFF;
  padding: 0.3em 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-basis: 0;
  white-space: nowrap;
}

.flex-feature-2 {
  display: inline-flex;
  text-align: center;
  line-height: 1.2;
  background-color: #c47b00;
  color: #FFF;
  margin-left: 1em;
  padding: 0.3em 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-basis: 0;
  white-space: nowrap;
}

/**/
.list-equipment {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: auto;
}

.list-equipment li {
  font-size: 0.8em;
  width: 50%;
  padding: 0 0.5em;
}

.list-equipment li span {
  display: block;
  border-top: 1px dotted #000;
  height: 100%;
  padding: 0.3em 0
}



/**/
.row-price {}

.row-price-col-1 {}

.row-price-col-2 {
  background-color: hsla(142.7, 100%, 29%, 0.2);
  padding: 0.4em 0.8em;
  display: inline-block;
}

.row-price-col-2 dd {
  font-size: 0.8em;
}

/**/
.section-mv-catch {
  position: absolute;
  width: 80%;
  top: 10%;
  left: 10%;
  z-index: 10;
}

.section-mv-catch-1 {
  filter: blur(2rem);
  opacity: 0;
  transform: translateZ(0);
}

.section-mv-catch-2 {
  filter: blur(2rem);
  opacity: 0;
  transform: translateZ(0);
}

.btn-close-present {
  position: absolute;
  top: 0rem;
  right: -0rem;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
}

.btn-close-present .material-icons {
  font-size: 1.5rem;
  color: hsl(41.8, 63.3%, 41%);
  line-height: 1;
}

.section-mv-catch-2:hover img {
  filter: brightness(1);
}

.section-mv-catch-2-btn {
  position: absolute;
  width: 52%;
  left: 24%;
  top: 85%;
}

.section-mv-catch-2-btn-inner {
  position: relative;
}

.section-mv-catch-2-btn-off {
  position: absolute;
  top: 0;
  left: 1;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.section-mv-catch-2-btn-on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.section-mv-catch-2:hover .section-mv-catch-2-btn-on {
  opacity: 1;
}

.section-mv-catch-2:hover .section-mv-catch-2-btn-off {
  opacity: 0;
}


/**/
.swiper-mv-item-image {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.container-asym-right-alt {
  margin-right: 0;
}

.btn-red {
  background: linear-gradient(0deg, rgb(112 27 27) 0%, rgb(153 39 39) 100%);
  color: #FFF;
  border-radius: 0;
  padding: 0.8em 0;
}

.btn-red:hover {
  color: #FFF;
  background: #780e1b;
}

/*長期優良住宅*/
.section-excellent-house {
  border: 2px solid #a21030;
  padding: 1em;
  background-color: #fff;
}

.c-rouge {
  color: #a21030 !important;
}

.ch-bg-rouge {
  background-color: #a21030;
  color: #fff;
  line-height: 1.2;
  padding: 0.4em;
  letter-spacing: 0.06em;
  font-size: 1.2em;
}

/**/
.arrow-down-ex-house-1 {
  text-align: center;
  color: #e1b7ae;
  font-size: 3em;
  line-height: 1;
}

/**/
.dl-ex-house-1 {
  line-height: 1.2;
  display: flex;
  width: 100%;
  gap: 1em
}

.dl-ex-house-1-dt {
  background-color: #333;
  flex-shrink: 0;
  color: #FFF;
  font-size: 0.8em;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 6em;
}

.dl-ex-house-1-dd {
  flex-grow: 1;
}

.dl-ex-house-1-dd-list {
  font-size: 0.8em;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.dl-ex-house-1-dd-list-item {
  border-bottom: 1px solid hsla(0, 0%, 75%, 1);
  display: block;
  padding: 0.3em 0;
}

.dl-ex-house-1-rouge {}

.dl-ex-house-1-rouge .dl-ex-house-1-dt {
  background-color: #a21030;
}

.dl-ex-house-1-rouge .dl-ex-house-1-dd strong {
  color: #a21030;
  font-size: 1.2em;
}

/**/
.section-better {
  background-color: #f8f6ec;
  padding: 1em;
  margin: -1em;
}

.b-9 {
  margin: 0 -1em;
}

.swiper-container {
  opacity: 0;
}

.swiper-container-initialized {
  opacity: 1;
}

/**/
.leaf-1,
.leaf-2 {
  position: absolute;
  z-index: 1;
}

.leaf-1 {
  width: 24%;
  left: 0%;
  top: 90%;
}

.leaf-2 {
  width: 24%;
  right: 0%;
  top: 84%;
}

/**/
.header-propaty-sm-row-2-2nd {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #cccccc;
  margin-top: -1px;
  background-color: #fff;
  display: none;
}

.header-propaty-sm-row-2-2nd-item {
  border-bottom: 1px solid #cccccc;
}

.header-propaty-sm-row-2-2nd-item-link {
  display: block;
  padding: 0.5em 0;
  background-image: url(../images/ic-chevron-right.svg);
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position: right 0.5em top 50%;
  padding-left: 2em;
}

.header-propaty-sm-row-2-2nd-item-link::before {
  content: '';
}

/*賀茂Twinsの資料請求*/
.cta-twins {
  background: linear-gradient(to right, #48450f, #9a931d)
}

.cta-twins-inner {
  background-color: #666;
  background-image: url("../images/bg-cta.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 50% top 50%;
}

.cta-twins {
  padding: 0.3rem;
}

.cta-twins-inner {
  padding: 1rem;
  box-shadow: inset 0 0 0.5em #205e11;
}

.cta-twins-title {
  display: block;
  margin-inline: auto;
  text-align: center;
  width: fit-content;
}

.cta-twins-btn__wrapper {
  display: grid;
  gap: 1rem 1rem;
  grid-template-columns: 1fr;
  margin-top: 1rem;
}

.cta-twins-btn {
  display: block;
  border: 1px solid #FFF;
  position: relative;
  text-align: center;
  color: #FFF !important;
  padding: 0.8em 0;
  text-shadow: 0px 0px 20px rgb(98 192 0 / 53%);
  background-color: hsla(0, 0%, 0%, 0.5);
  background-image: url("../../../images/slider-arrow-right.png");
  background-repeat: no-repeat;
  background-size: 1.5em;
  background-position: right 0.5rem top 50%;
}




/*地図のレイヤー入れ替え*/
.snav-map-layer {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  gap: 1em
}

.snav-map-layer-item {
  display: block;
  padding: 0.5em 0.5em;
  cursor: pointer;
  position: relative;
}

.snav-map-layer-item.active {
  color: #FFF;
  background-color: #333;
}

.snav-map-layer-item.active::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8em;
  border-color: hsla(0, 0%, 20%, 1.00) hsla(355, 100%, 45%, 0.00) hsla(355, 100%, 45%, 0.00) hsla(355, 100%, 45%, 0.00);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

/* MARK:物件の一覧 */
.property-list {
  display: grid;
  gap: 2rem;
}

.property-list__item {
  background-color: #fff;
  box-shadow: 0em 0em 1rem 0em hsla(0, 0%, 0%, 0.15);
}

.property-list__link {
  text-decoration: none !important;
}

.property-list__image-container {
  overflow: hidden;
  position: relative;
}

.property-list__image {
  transition: transform 0.3s ease-out;
  max-width: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-list__link:hover .property-list__image {
  transform: scale(1.1);
}

.property-list__caption {
  position: absolute;
  font-size: 0.6em;
  right: 0;
  bottom: 0;
}

.property-list__content {
  padding: 1rem 1.5rem;
}

.property-list__title {
  border-top-color: var(--c-local);
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-color: var(--c-local);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 1rem 0;
  position: relative;
}

.property-list__title-en {
  background-color: #fff;
  width: fit-content;
  display: block;
  padding: 0.5em 1em 0.5em 0;
  font-family: roboto;
  font-weight: 200;
  letter-spacing: 0.05em;
  font-size: 0.6em;
  z-index: 1;
  color: var(--c-local);
  margin-top: -2.5em;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 1.4em;
}

.property-list__title-jp {
  font-family: var(--ff-serif);
  color: var(--c-local);
  font-weight: bold;
  font-size: 1.6em;
}

.property-list__title-jp small {
  font-size: 0.8em;
}

.property-list__title-image {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -0.5em;
  width: 2em;
}

.property-list__title-image-icon {}

.property-list__description {
  font-size: 0.9em;
  font-family: var(--ff-serif);
  padding-right: 3em;
  text-wrap: balance;
  word-break: auto-phrase;
  overflow-wrap: anywhere;
  line-break: strict;
  line-height: 1.4;
  margin-top: 0.5rem;
}

.property-list__details {
  padding: 0.3rem 0;
  font-family: var(--ff-serif);
  color: var(--c-local);
  font-size: 1.0em;
  width: fit-content;
  line-height: 1.1;
}

.property-list__detail {
  display: grid;
  gap: 2rem;
  grid-template-columns: auto auto;
  position: relative;
  padding-left: 1em;
  align-items: baseline;
}

.property-list__detail+.property-list__detail {
  margin-top: 0.0rem;
}

.property-list__detail::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.5em;
  height: auto;
  background-color: var(--c-local);
  opacity: 0.5;
  aspect-ratio: 2/1;
}

.property-list__detail-title {}

.property-list__detail-value {
  white-space: nowrap;
}

.property-list__detail-value span {
  font-size: 1.5em;
}

.property-list__cta {
  display: flex;
  margin-top: 1.5rem;
  gap: 1.0rem;

}

.property-list__cta-text {

  background: linear-gradient(to right, #038040, #65b32e);
  color: white;
  border: none;
  border-radius: 2em;
  padding: 0.5em 1.5em;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  font-family: var(--ff-serif);
  font-size: 0.78em;
  white-space: nowrap;
  letter-spacing: 0.1em;
  border: 1px solid #038040;
}

.property-list__cta-text:hover {
  background: linear-gradient(to right, #65b32e, #038040);
  /* ホバー時の明るいグラデーション */
  color: #FFF;
}

.property-list__gmap {

  background: #FFF;
  color: #038040;
  border: 1px solid #038040;
  border-radius: 2em;
  padding: 0.5em 1.5em;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  font-family: var(--ff-serif);
  font-size: 0.78em;
  white-space: nowrap;
  letter-spacing: 0.1em;
}

.property-list__gmap:hover {
  background: #65b32e1c;
  color: #426c25;
}




.hl-new-style {
  width: fit-content;
  max-width: 78%;
  margin: 0 auto;
}















































/* MARK:New Style New Life */
.section-newlife {
  background-color: #fff;
  background-image: url("../images/bg-pastel.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 50% top 50%;
  padding: 2rem 1rem;
  font-family: var(--ff-serif);
}

.hl-section-newlife {
  width: 12rem;
  margin-inline: auto;
}

.dl-newlife {
  background-color: hsla(0, 0%, 100%, 0.5);
  border-block: 1px solid var(--c-2nd);
  margin-top: -1px;
  transition: background-color 1s ease-out;
}

.dl-newlife-title {
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 1.5rem;
  gap: 1rem;
  padding: 1rem 1rem;
  align-items: center;
  line-height: 1;
}

.dl-newlife-title__body {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.dl-newlife-title__body span {
  font-size: 1.5em;
  color: var(--c-1st);
}

.dl-newlife-title__icon {
  background-image: url("../images/icon-more.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
  text-indent: -10000px;
}

.dl-newlife-body {
  padding: 1.5rem;
  display: none;
}

.dl-newlife-body-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem
}

.dl-newlife-body-inner__item {}

.dl-newlife-body-inner__item-title {
  color: var(--c-1st);
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-size: 1.1em;
}

.dl-newlife-body-inner__item-image {
  aspect-ratio: 3/2;
  object-fit: cover;
  background-color: #fff;
  margin-top: 0.5rem;
}

.table-newlife {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.5rem;
}

.table-newlife tr {
  border-bottom: 1px solid var(--c-text);
  line-height: 1.2;
}

.table-newlife th,
.table-newlife td {
  padding-block: 0.2rem;
}

.table-newlife tr td {
  text-align: right;
  color: var(--c-1st);
  text-wrap: balance;
  word-break: auto-phrase;
  overflow-wrap: anywhere;
  line-break: strict;
}

.table-newlife tr strong {
  font-size: 1.4em;
  margin-inline: 0.1em;
}


.dl-newlife:has(.dl-newlife-title.active) .dl-newlife-body {
  display: block;
  animation: animToggle 0.5s ease-out forwards;
  /* アニメーション適用 */
}

.dl-newlife:has(.dl-newlife-title.active) .dl-newlife-title__icon {
  background-image: url("../images/icon-less.webp");
}

.dl-newlife:has(.dl-newlife-title.active) {
  background-color: #fff;
}

.dl-newlife:hover {
  background-color: #fff;
}

.table-newlife tr {
  padding-block: 0.5rem;
  padding: 0.5rem 0 !important
}

.table-newlife tr,
.table-newlife tr th,
.table-newlife tr td {
  display: block;
  text-align: left;
  line-height: 1 !important;
  padding: 0;
}

.table-newlife tr td {
  margin-top: 0.1rem;
}

.comment-newlife {
  margin-top: 0.5rem;
  letter-spacing: 0.1em;
}

/* アニメーションの定義 */
@keyframes animToggle {
  from {
    opacity: 0;
    transform: translateY(-1rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* MARK:物件の一覧 */
#sectionConcept {
  padding: 2rem 0;
  background-color: #fff;
}

.lead-wajiro {
  font-family: var(--ff-serif);
  text-align: center;
  text-wrap: balance;
  word-break: auto-phrase;
  overflow-wrap: anywhere;
  line-break: strict;
  letter-spacing: 0.2em;
  font-size: 1.1em;
  line-height: 2;
}









/* MARK:デスクトップ */
@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;
  }

  .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;
    position: relative;
  }

  .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;
  }

  .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
  }

  .header-propaty-sm-row-2-nav-list {
    border: none;
    -webkit-box-pack: center;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .header-propaty-sm-row-2-nav-list-item {
    border-bottom: none;
    width: 16.666%;
  }

  .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 #ccc;
  }

  /*.header-propaty-sm-row-2-nav-list .header-propaty-sm-row-2-nav-list-item:last-child .header-propaty-sm-row-2-nav-list-item-link {border-right: none;}*/
  .header-propaty-sm-row-2-nav-list-item-link {
    background: none;
    border-right: 1px solid hsl(0, 0%, 80%);
    position: relative;
    position: relative;
    text-align: center;
  }

  .header-propaty-sm-row-2-nav-list-item-link::after {
    background-color: #fff;
    content: "";
    height: 1.2em;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
  }

  .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: #333;
    text-decoration: none;
  }

  .header-propaty-sm-row-2-nav-list-item-link::before {
    background-color: hsl(145.7, 57.2%, 51.2%);
    bottom: 0;
    content: "";
    height: 0.2em;
    left: 0;
    position: absolute;
    top: auto;
    transition: width 0.3s ease-out;
    width: 0%;
  }

  .header-propaty-sm-row-2-nav-list-item-link:hover:before {
    width: 100%
  }

  .header-propaty-sm-row-2-nav-list-item-link.active::after {
    bottom: 0;
    height: 0.2em;
    left: 0;
    top: auto;
    width: 100%;
  }

  .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: hsla(0, 0%, 100%, 1);
  }

  .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: "Times New Roman", Times, serif;
    font-size: 2em;
  }

  .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;
  }

  /**/
  .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 hsl(0, 0%, 80%);
    border-top: none;
    width: 20%;
  }

  .header-propaty-sm-row-3-list-btns {
    border-left: 1px solid hsl(0, 0%, 80%);
  }

  .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%
  }

  /*メインビジュアル*/
  .section-mv {}

  .section-mv__image {
    width: 100%;
    max-width: unset;
  }

  /**/

  /*新着情報*/
  .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 #333;
    padding-left: 2em;
    padding-right: 0;
    width: calc(100% - 16em);
  }

  /*ロケーション*/
  .flex-location {
    display: block;
    font-size: 0.9em;
    width: 100%;
  }

  .flex-location-title {
    flex-shrink: 0;
    padding-right: 2em;
    width: 22.2em;
  }

  .flex-location-body {}

  .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 #333;
    margin-right: 0;
  }

  .snav-location-item {
    width: 7em
  }

  .map-outer {
    height: 38em;
  }

  /*デザイン*/
  .swiper-design-thumbnail {
    margin-left: auto;
    margin-right: auto;
  }

  /*設備・仕様*/
  .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-plan-slider {}

  .swiper-plan .swiper-slide {
    width: 23em;
  }

  .swiper-plan-card-body .col-sm-6 {
    margin-top: 0;
  }

  /**/
  .swiper-plan-card {
    padding: 2em;
  }

  .swiper-plan-card-header {
    display: flex;
    position: relative;
    width: 100%;
  }

  .swiper-plan-card-header-type {
    height: 9em;
    left: 0;
    padding-top: 3.4em;
    position: absolute;
    top: -1em;
    width: 4em;
  }

  .swiper-plan-card-header-type-text {
    display: block;
    font-size: 0.6em;
    text-align: center;
  }

  .swiper-plan-card-header-type-num {
    display: block;
    font-size: 2.5em;
    margin-top: 0.2em;
    text-align: center;
  }

  .swiper-plan-card-header-area {
    margin-left: auto;
    margin-top: 0;
    width: 15em;
  }

  .swiper-plan-card-header-area-land {
    font-size: 0.9em;
    line-height: 1.2;
    white-space: nowrap;
  }

  .swiper-plan-card-header-area-building {
    font-size: 0.8em;
    white-space: nowrap;
  }

  .swiper-plan-card-header-elevation {
    border-left: 1px solid #333;
    margin-left: 1em;
    margin-right: 0;
    margin-top: 0;
    padding: 1em 0 1em 1em;
    width: 8em;
  }

  .swiper-plan-card-body {
    margin-top: 2em;
  }

  /**/
  .article-plan-block-image {
    margin-left: 0;
  }

  /* モデルハウス/////////////////////////////////////////////////////////////////// */

  .flex-modelhouse {
    display: flex;
    width: 100%;
  }

  .flex-modelhouse-title {
    flex-shrink: 0;
    padding-right: 2em;
    width: 18em;
  }

  .flex-modelhouse-body {
    border-left: 1px solid #333;
    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 #333;
    width: 25%;
  }

  .dl-outline dd {
    padding-left: 1em;
  }

  /**/
  .btn-cta {
    margin-top: 2em;
    position: relative;
  }

  .swiper-container.swiper-design {
    overflow: visible;
  }


  /*CTA*/
  .cta-a {
    padding: 0.4em;
  }

  .cta-a-inner {
    padding: 0.6em;
  }

  .cta-a-inner {
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-a-inner-1 {
    width: auto;
  }

  .cta-a-inner-2 {
    width: auto;
  }

  .cta-a-inner-3 {
    margin-top: 0;
  }

  .cta-a-inner-2 a img {
    transition: transform 0.3s ease-out;
  }

  .cta-a-inner-2 a:hover img {
    transform: scale(1.04);
  }

  .cta-a-inner-3 a img {
    transition: transform 0.3s ease-out;
  }

  .cta-a-inner-3 a:hover img {
    transform: scale(1.04);
  }

  /*CTA第2期*/
  .cta-b-inner {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.6em;
  }

  .cta-b-inner-1 {
    width: 100%;
    margin-top: 0em;
    padding: 0 0 0 1em;
    flex-shrink: 0;
    width: 31%;
  }

  .cta-b-inner-2 {
    padding: 0 0em;
    margin-top: 0em;
  }

  .cta-b-inner-3 {
    padding: 0 0em;
    margin-top: 0em;
    width: 22%;
    flex-shrink: 0;
  }

  .cta-b-inner-3-1 {}

  .cta-b-inner-3-2 {
    margin-top: 0.5em;
  }

  .cta-b-inner-3-1 a img {
    transition: transform 0.3s ease-out;
  }

  .cta-b-inner-3-1 a:hover img {
    transform: scale(1.04);
  }

  .cta-b-inner-3-2 a img {
    transition: transform 0.3s ease-out;
  }

  .cta-b-inner-3-2 a:hover img {
    transform: scale(1.04);
  }


  /*間取りページ*/
  .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-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);
  }

  .article-plan-block {
    padding: 1em;
  }


  /*長期優良住宅*/
  .section-excellent-house {
    padding: 3em;
  }

  .dl-ex-house-1-dt {
    width: 8em;
  }

  .section-better {
    padding: 2em;
  }

  .b-9 {
    margin: 0 0;
  }

  /*葉*/
  .leaf-1 {
    width: 18%;
    left: 0%;
    top: 90%;
  }

  .leaf-2 {
    width: 14%;
    right: 0%;
    top: 84%;
  }

  /*ヘッダーのプルダウン*/
  .header-propaty-sm-row-2-2nd {
    position: absolute;
    left: 0;
    top: auto;
    background-color: #fff;
    height: auto !important;
    width: fit-content;
    box-shadow: 0px 1em 1em 0px hsl(0deg 0% 0% / 10%);
  }

  .header-propaty-sm-row-2-2nd-item-link {
    white-space: nowrap;
    padding-right: 1em;
  }

  .header-propaty-sm-row-2 {
    overflow: visible;
  }

  /*ヘッダーのプルダウン※物件概要*/
  .header-propaty-sm-row-1-list-btns-1-item {
    position: relative;
    border: none;
  }

  .header-propaty-sm-row-1-list-btns-1-2nd {
    position: absolute;
    text-align-last: left;
    left: 0;
    top: auto;
    background-color: #fff;
    height: auto !important;
    box-shadow: 0px 0em 0.5em 0em hsl(0deg 0% 0% / 15%);
    z-index: 1;
    margin: 0;
    padding: 0;
    height: auto;
    display: none;
  }

  .header-propaty-sm-row-1-list-btns-1-2nd-item {
    border-bottom: 1px solid #cccccc;
  }

  .header-propaty-sm-row-1-list-btns-1-2nd-item-link {
    display: block;
    padding: 0.5em 0;
    background-image: url(../images/ic-chevron-right.svg);
    background-repeat: no-repeat;
    background-size: 1em 1em;
    background-position: right 0.5em top 50%;
    white-space: nowrap;
    padding: 0.6em 1em;
  }

  .header-propaty-sm-row-1-list-btns-1-2nd-item-link::before {
    content: '';
  }

  .header-propaty-sm-row-1-list-btns-2-item .header-propaty-sm-row-1-list-btns-1-2nd {
    left: auto;
    right: 0;
  }



  /*賀茂Twinsの資料請求*/
  .cta-twins-btn__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 2rem;
    width: 80%;
    margin-inline: auto;
  }



  .concept-lead {
    font-size: 2.1em;
  }


  /* New Style New Life */
  .section-newlife {
    padding: 4rem 1rem;
  }

  .hl-section-newlife {
    width: 20rem;
  }

  .dl-newlife-body-inner {
    grid-template-columns: 1fr 1fr;
    gap: 6rem
  }

  .dl-newlife-title {
    padding: 2rem 4rem;
    grid-template-columns: 1fr 2rem;
  }

  .dl-newlife-title__body {
    font-size: 1.6em;
  }

  .dl-newlife-body {
    padding: 2rem 9rem 3rem;
  }

  .table-newlife tr strong {
    font-size: 1.4em;
  }

  .dl-newlife-body-inner__item {
    display: grid;
    grid-template-rows: subgrid;
    gap: 0rem;
    grid-row: span 3;
  }

  .dl-newlife-body-inner__item-title {
    font-size: 1.3em;
    letter-spacing: 0.05em;
    line-height: 1.2;
    display: grid;
    align-items: end;
  }


  .table-newlife tr {
    padding-block: unset;
    padding: 0 !important;
    display: table-row;
  }

  .table-newlife tr th,
  .table-newlife tr td {
    display: table-cell;
    line-height: 1.2 !important;
    padding: 0.3rem 0;
  }

  .table-newlife tr td {
    margin-top: 0.1rem;
    text-align: right;
  }

  .comment-newlife {
    margin-top: 1rem;
    line-height: 1.8;
  }

  /* MARK:物件の一覧 */
  #sectionConcept {
    padding: 4rem 0;
  }

  .property-list {
    gap: 3rem
  }

  .property-list__link {
    display: grid;
    grid-template-columns: 0.45fr 0.55fr;
  }

  .property-list__content {
    padding: 2rem 3.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .property-list__title-en {
    font-size: 0.8em;
  }

  .property-list__title {
    padding: 1.5rem 0;
  }

  .property-list__title-jp {
    font-size: 2.4em;
  }

  .property-list__title-image {
    width: 3em;
  }

  .property-list__description {
    font-size: 1.0em;
    padding-right: 4em;
    letter-spacing: 0.1em;
  }

  .property-list__title {
    padding: 1.5rem 0 0.5rem;
  }

  .property-list__details {
    font-size: 1.3em;
    margin-top: 0.5rem;
  }

  .property-list__cta {
    margin-top: 1rem;
    justify-content: flex-end;
  }


  .hl-new-style {
    width: fit-content;
    max-width: 39rem;
    margin: 0 auto;
  }



  .lead-wajiro {
    font-size: 1.8em;
  }

  .property-list__cta-text {
    font-size: 1em;
    padding: 0.5em 2em;
    transform: translate(0, 0.5em);
  }

  .property-list__gmap {
    font-size: 1em;
    padding: 0.5em 2em;
    transform: translate(0, 0.5em);
  }

}





.special-news {
  background: #fff;
  width: 90%;
  margin: 24px auto 40px;
  padding: 16px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.6em;
}

.special-news-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #4c8e38;
}

.special-news-caution {
  margin-top: 16px;
  border-top: 2px dotted #ccc;
  padding-top: 10px;
  display: inline-block;
}

.special-news-caution p {
  font-weight: bold;
  font-size: 18px;
  color: #333;
}

.special-news-caution span {
  margin-top: 6px;
  font-weight: normal;
  display: block;
  font-size: 12px;
  color: #333;
}

.pc-none {
  display: none;
}

.kanbai-map {
  border: 1px solid #780e1b;
  line-height: 1.2;
  color: #780e1b;
  text-align: center;
  font-family: var(--ff-serif);
  font-size: 1.5em;
  padding: 0.2em 0;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
}


/* 特典 */
.h-tokuten {
  line-height: 1;
  font-family: var(--ff-serif);
white-space: nowrap;
}

.h-tokuten__label {
  white-space: nowrap;

  position: relative;
  background-color: #8f1e25;
  color: #e8d39b;
  height: 2rem;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: bold;
  width: 62%;
  letter-spacing: 0.5em;
}

.h-tokuten__label::after {
  content: '';
  position: absolute;
  right: -1rem;
  top: 0;
  width: 0;
  height: 0;
  border-left: 1rem solid #8f1e25;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}

.h-tokuten__abount {
  font-size: 3rem;
  font-weight: bold;
  color: #8f1e25;
  margin-top: 0.5rem;
  display: block;
}

.h-tokuten__abount small {
  font-size: 0.5em;
  transform: translateX(-0.5em);
  display: inline-block;
}

.h-tokuten__present {
  display: block;
  color: #8f1e25;
  font-weight: bold;
  font-size: 1.8em;

}

.h-tokuten__body {
  border-top: 1px solid #8f1e25;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  display: block;
  width: fit-content;
}

@media (min-width:768px) {

  .property-list__details-wrapper {
    display: grid;
    gap: 1rem;
    grid-template-columns: 2fr 1fr;
  }

  .h-tokuten {
    padding-top: 1rem;
  }

}