@charset "UTF-8";
/*共通*/
html {
  font-size: 62.5% !important;
}

main {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

#form h3 {
  margin-bottom: inherit;
  text-align: inherit;
  font-size: 2.4rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  #form h3 {
    font-size: 2rem;
  }
}
.main-title.--estate {
  height: 140px;
  background: #F18916;
}
@media screen and (max-width: 767px) {
  .main-title.--estate {
    height: 24.155vw;
  }
}

.main-title.--estate .jp {
  color: #fff;
}

.post-estate {
  color: #1a1a1a;
}
.post-estate a {
  transition: 0.4s;
}
.post-estate a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.post-estate-cmn__wrap {
  margin: 0 auto;
  padding-inline: min(40px, 3.90625vw);
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .post-estate-cmn__wrap {
    padding-inline: min(40px, 5.3333333333vw);
  }
}
.post-estate-cmn__ttl {
  display: flex;
  gap: 1.5rem;
  margin-bottom: min(32px, 3.125vw);
}
@media screen and (max-width: 767px) {
  .post-estate-cmn__ttl {
    gap: min(15px, 2vw);
  }
}
.post-estate-cmn__ttl-ttl img {
  width: auto;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .post-estate-cmn__ttl-ttl img {
    height: 18px;
  }
}
.post-estate-cmn__ttl-st {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .post-estate-cmn__ttl-st {
    font-size: 1.8rem;
  }
}
.post-estate-cmn__more-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  padding: 24px;
  width: 100%;
  max-width: 300px;
  height: 64px;
  background: #F18916;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .post-estate-cmn__more-btn {
    padding: min(24px, 3.2vw);
    border-radius: min(4px, 0.5333333333vw);
  }
}
.post-estate-cmn__more-btn::before {
  content: "";
  width: 30px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .post-estate-cmn__more-btn::before {
    width: min(30px, 4vw);
  }
}
.post-estate-cmn__more-btn::after {
  content: "";
  width: 30px;
  aspect-ratio: 1;
  background: url(../images/land_custom/btn_arw_down.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .post-estate-cmn__more-btn::after {
    width: min(30px, 4vw);
  }
}
.post-estate-cmn__more-btn.is-active::after {
  transform: scaleY(-1);
}
.post-estate-cmn__more-btn-st {
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .post-estate-cmn__more-btn-st {
    font-size: 1.4rem;
  }
}
.post-estate-cmn__more-btn-st .--txt::before {
  content: "もっと見る";
}
.is-active .post-estate-cmn__more-btn-st .--txt::before {
  content: "閉じる";
}
.post-estate-head {
  padding-block: min(80px, 7.8125vw) min(120px, 11.71875vw);
}
@media screen and (max-width: 767px) {
  .post-estate-head {
    padding-block: min(80px, 10.6666666667vw) min(120px, 16vw);
  }
}
.post-estate-head__ttl {
  margin-bottom: min(40px, 3.90625vw);
}
@media screen and (max-width: 767px) {
  .post-estate-head__ttl {
    margin-bottom: min(40px, 5.3333333333vw);
  }
}
.post-estate-head__ttl-st {
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .post-estate-head__ttl-st {
    font-size: 2rem;
  }
}
.post-estate-head__ph {
  margin-bottom: min(36px, 3.515625vw);
  width: 100%;
  aspect-ratio: 960/540;
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .post-estate-head__ph {
    margin-bottom: min(36px, 4.8vw);
  }
}
.post-estate-head__ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.post-estate-head__data-price {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: min(45px, 4.39453125vw);
}
@media screen and (max-width: 767px) {
  .post-estate-head__data-price {
    flex-direction: column;
    margin-bottom: min(36px, 4.8vw);
  }
}
.post-estate-head__data-price-ttl {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .post-estate-head__data-price-ttl {
    font-size: 1.6rem;
  }
}
.post-estate-head__data-price-num {
  flex: 1;
  font-size: 2.4rem;
  font-weight: 600;
  color: #D30000;
}
@media screen and (max-width: 767px) {
  .post-estate-head__data-price-num {
    font-size: 2rem;
  }
}
.post-estate-head__data-price-num .--attn {
  font-size: 1.6666666667em;
}
.post-estate-head__data-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-estate-head__data-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 43.75%;
}
@media screen and (max-width: 767px) {
  .post-estate-head__data-list {
    display: block;
    width: 100%;
  }
}
.post-estate-head__data-item {
  display: flex;
  align-items: center;
  min-height: 48px;
  border-bottom: 1px solid #F2F2F2;
}
@media screen and (max-width: 767px) {
  .post-estate-head__data-item {
    width: 100%;
  }
}
.post-estate-head__data-item-ttl {
  width: 120px;
}
.post-estate-head__data-item-ttl-st {
  font-size: 1.6rem;
  color: #F18916;
}
.post-estate-head__data-item-cnt {
  flex: 1;
}
.post-estate-head__data-item-cnt-st {
  font-size: 1.6rem;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .post-estate-head__data-item-cnt-st {
    font-size: 1.4rem;
  }
}
.post-estate-gallery {
  padding-block: min(120px, 11.71875vw);
}
@media screen and (max-width: 767px) {
  .post-estate-gallery {
    padding-block: min(120px, 16vw);
  }
}
.post-estate-gallery__slider {
  display: flex;
  justify-content: space-between;
  margin-bottom: min(16px, 1.5625vw);
}
@media (max-width: 767px) {
  .post-estate-gallery__slider {
    display: block;
    margin-bottom: min(32px, 4.2666666667vw);
  }
}
.post-estate-gallery__slider-main {
  width: 70.8333333333%;
}
@media (max-width: 767px) {
  .post-estate-gallery__slider-main {
    margin-bottom: min(16px, 2.1333333333vw);
    width: 100%;
  }
}
.post-estate-gallery__slider-main-slider {
  max-width: min(640px, 62.5vw);
}
@media (max-width: 767px) {
  .post-estate-gallery__slider-main-slider {
    max-width: 100%;
  }
}
.post-estate-gallery__slider-main-item {
  position: relative;
  aspect-ratio: 680/420;
  background: #ccc;
}
.post-estate-gallery__slider-main-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-estate-gallery__slider-main-item::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  aspect-ratio: 1;
  background: url(../images/land_custom/photo_zoom.png) no-repeat center center/25px auto;
  background-color: rgba(60, 60, 60, 0.5);
}
@media (max-width: 767px) {
  .post-estate-gallery__slider-main-item::after {
    width: 30px;
    background-size: 12px;
  }
}
.post-estate-gallery__slider-sub {
  width: 27.0833333333%;
  aspect-ratio: 260/420;
  overflow-y: scroll;
}
@media (max-width: 640px) {
  .post-estate-gallery__slider-sub {
    width: 100%;
    aspect-ratio: initial;
    overflow-x: scroll;
  }
}
.post-estate-gallery__slider-sub-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: min(8px, 0.78125vw) 0;
}
@media (max-width: 640px) {
  .post-estate-gallery__slider-sub-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: min(8px, 1.0666666667vw);
  }
}
.post-estate-gallery__slider-sub-item {
  width: 48.9690721649%;
  aspect-ratio: 680/420;
  background: #ccc;
}
@media (max-width: 640px) {
  .post-estate-gallery__slider-sub-item {
    width: 21.875%;
    min-width: 18.6666666667%;
  }
}
.post-estate-gallery__slider-sub-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-estate-area {
  padding-block: 0 min(120px, 11.71875vw);
}
@media screen and (max-width: 767px) {
  .post-estate-area {
    padding-block: 0 min(120px, 16vw);
  }
}
.post-estate-area__map {
  margin-inline: auto;
  width: 100%;
  max-width: 680px;
  border: 1px solid #F2F2F2;
  aspect-ratio: 68/43;
}
.post-estate-area__map-anc {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.post-estate-area__map-anc::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  aspect-ratio: 1;
  background: url(../images/land_custom/photo_zoom.png) no-repeat center center/25px auto;
  background-color: rgba(60, 60, 60, 0.5);
}
@media (max-width: 767px) {
  .post-estate-area__map-anc::after {
    width: 30px;
    background-size: 12px;
  }
}
.post-estate-area__map-frame {
  width: 100%;
  height: 100%;
}
.post-estate-area__map-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .post-estate-area__map {
    aspect-ratio: auto;
  }
  .post-estate-area__map-frame img {
    height: auto;
  }
}
.post-estate-cta + .post-estate-area {
  padding-top: min(120px, 11.71875vw);
}
@media screen and (max-width: 767px) {
  .post-estate-cta + .post-estate-area {
    padding-top: min(120px, 16vw);
  }
}
.post-estate-layout {
  padding-block: 0 min(120px, 11.71875vw);
}
@media screen and (max-width: 767px) {
  .post-estate-layout {
    padding-block: 0 min(120px, 16vw);
  }
}
.post-estate-layout__wrap {
  display: flex;
  justify-content: center;
  gap: min(32px, 3.125vw);
}
.post-estate-layout__map {
  width: calc((100% - min(32px, 3.125vw)) / 2);
  max-width: 400px;
  border: 1px solid #F2F2F2;
  aspect-ratio: 1;
}
.post-estate-layout__map-anc {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.post-estate-layout__map-anc::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  aspect-ratio: 1;
  background: url(../images/land_custom/photo_zoom.png) no-repeat center center/25px auto;
  background-color: rgba(60, 60, 60, 0.5);
}
@media (max-width: 767px) {
  .post-estate-layout__map-anc::after {
    width: 30px;
    background-size: 12px;
  }
}
.post-estate-layout__map-frame {
  position: relative;
  width: 100%;
  height: 100%;
}
.post-estate-layout img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .post-estate-layout__wrap {
    flex-direction: column;
  }
  .post-estate-layout__map {
    width: 100%;
    max-width: 100%;
    aspect-ratio: auto;
  }
  .post-estate-layout img {
    height: auto;
  }
}
.post-estate-point {
  padding-block: min(80px, 7.8125vw);
  background: #F2F2F2;
  border-radius: min(40px, 3.90625vw) min(40px, 3.90625vw) 0 0;
}
@media screen and (max-width: 767px) {
  .post-estate-point {
    padding-block: min(80px, 10.6666666667vw);
    border-radius: min(40px, 5.3333333333vw) min(40px, 5.3333333333vw) 0 0;
  }
}
.post-estate-point.--head {
  padding-block: 0 min(120px, 11.71875vw);
  background: none;
}
@media screen and (max-width: 767px) {
  .post-estate-point.--head {
    padding-block: 0 min(120px, 16vw);
  }
}
.post-estate-point__pickup.swiper {
  margin-right: calc(50% - 50vw);
}
.post-estate-point__pickup-item {
  width: 100%;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .post-estate-point__pickup-item {
    max-width: 280px;
  }
}
.post-estate-point__pickup-item-num {
  margin-bottom: min(16px, 1.5625vw);
}
@media screen and (max-width: 767px) {
  .post-estate-point__pickup-item-num {
    margin-bottom: min(16px, 2.1333333333vw);
  }
}
.post-estate-point__pickup-item-num-st {
  font-size: 1.4rem;
  color: #E95471;
}
.post-estate-point__pickup-item-ph {
  width: 100%;
  aspect-ratio: 42/24;
  background: #ccc;
}
.post-estate-point__pickup-item-ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-estate-point__pickup-item-info {
  padding: min(24px, 2.34375vw);
}
@media screen and (max-width: 767px) {
  .post-estate-point__pickup-item-info {
    padding: min(24px, 3.2vw);
  }
}
.post-estate-point__pickup-item-ttl {
  margin-bottom: min(24px, 2.34375vw);
  padding-bottom: min(24px, 2.34375vw);
  border-bottom: 1px solid #8C8C8C;
}
@media screen and (max-width: 767px) {
  .post-estate-point__pickup-item-ttl {
    margin-bottom: min(24px, 3.2vw);
    padding-bottom: min(24px, 3.2vw);
  }
}
.post-estate-point__pickup-item-ttl-st {
  font-size: 2rem;
}
.post-estate-point__pickup-item-cnt-st {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.post-estate-point__menu {
  display: flex;
  align-items: center;
  gap: min(16px, 1.5625vw);
}
@media screen and (max-width: 767px) {
  .post-estate-point__menu {
    gap: min(16px, 2.1333333333vw);
  }
}
.post-estate-point__menu-pagination.swiper-pagination-progressbar {
  position: relative;
  width: calc(100% - min(96px, 9.375vw));
}
.post-estate-point__menu-arw {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(16px, 1.5625vw);
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .post-estate-point__menu-arw {
    gap: min(16px, 2.1333333333vw);
  }
}
.post-estate-point__menu-arw > div {
  width: min(40px, 3.90625vw);
  aspect-ratio: 1;
  background: url(../images/land_custom/cmn_arw_pager01.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .post-estate-point__menu-arw > div {
    width: min(80px, 10.6666666667vw);
  }
}
.post-estate-point__menu-arw-next {
  transform: scaleX(-1);
}
.post-estate-point .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #1A1A1A;
}
.post-estate-access {
  padding-block: min(120px, 11.71875vw);
}
@media screen and (max-width: 767px) {
  .post-estate-access {
    padding-block: min(120px, 16vw);
  }
}
.post-estate-access__block {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .post-estate-access__block {
    flex-direction: column;
    gap: min(16px, 2.1333333333vw);
  }
}
.post-estate-access__data {
  width: 43.75%;
}
@media screen and (max-width: 767px) {
  .post-estate-access__data {
    width: 100%;
  }
}
.post-estate-access__data-item {
  display: flex;
  align-items: center;
  padding-block: min(12px, 1.171875vw);
  width: 100%;
  border-bottom: 1px solid #F2F2F2;
}
.post-estate-access__data-item:nth-of-type(1) {
  border-top: 1px solid #F2F2F2;
}
.post-estate-access__data-item-ttl {
  width: 120px;
}
.post-estate-access__data-item-ttl-st {
  font-size: 1.6rem;
  color: #F18916;
}
.post-estate-access__data-item-cnt {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .post-estate-access__data-item-cnt {
    width: 100%;
  }
}
.post-estate-access__data-item-cnt-st {
  font-size: 1.6rem;
  word-break: break-word;
}
.post-estate-access__map {
  width: 50%;
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .post-estate-access__map {
    width: 100%;
  }
}
.post-estate-access__map-frame {
  width: 100%;
  aspect-ratio: 48/30;
}
.post-estate-access__map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.post-estate-facility {
  padding-block: 0 min(120px, 11.71875vw);
}
@media screen and (max-width: 767px) {
  .post-estate-facility {
    padding-block: 0 min(120px, 16vw);
  }
}
.post-estate-facility__pickup {
  margin-bottom: min(64px, 6.25vw);
}
@media screen and (max-width: 767px) {
  .post-estate-facility__pickup {
    margin-bottom: min(64px, 8.5333333333vw);
  }
}
.post-estate-facility__pickup-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(24px, 2.34375vw);
}
@media screen and (max-width: 767px) {
  .post-estate-facility__pickup-list {
    gap: min(24px, 3.2vw);
  }
}
.post-estate-facility__pickup-list + .post-estate-facility__pickup-list {
  margin-top: min(24px, 2.34375vw);
}
@media screen and (max-width: 767px) {
  .post-estate-facility__pickup-list + .post-estate-facility__pickup-list {
    margin-top: min(24px, 3.2vw);
  }
}
.post-estate-facility__pickup-item {
  padding: min(24px, 2.34375vw);
  width: calc((100% - min(72px, 7.03125vw)) / 4);
  background: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .post-estate-facility__pickup-item {
    padding: min(24px, 3.2vw);
    width: calc((100% - min(24px, 3.2vw)) / 2);
  }
}
.post-estate-facility__pickup-item-ph {
  margin-inline: auto;
  margin-bottom: min(16px, 1.5625vw);
  width: 100%;
  max-width: 140px;
  aspect-ratio: 1;
}
.post-estate-facility__pickup-item-ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-estate-facility__pickup-item-cnt {
  text-align: center;
}
.post-estate-facility__pickup-item-cnt-name {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .post-estate-facility__pickup-item-cnt-name {
    font-size: 1.4rem;
  }
  .post-estate-facility__pickup-item-ph {
    max-width: 80px;
  }
}
.post-estate-spec {
  padding-block: 0 min(120px, 11.71875vw);
}
@media screen and (max-width: 767px) {
  .post-estate-spec {
    padding-block: 0 min(120px, 16vw);
  }
}
.post-estate-spec__pickup {
  margin-bottom: min(64px, 6.25vw);
}
@media screen and (max-width: 767px) {
  .post-estate-spec__pickup {
    margin-bottom: min(64px, 8.5333333333vw);
  }
}
.post-estate-spec__pickup-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(24px, 2.34375vw);
}
@media screen and (max-width: 767px) {
  .post-estate-spec__pickup-list {
    gap: min(24px, 3.2vw);
  }
}
.post-estate-spec__pickup-list + .post-estate-spec__pickup-list {
  margin-top: min(24px, 2.34375vw);
}
@media screen and (max-width: 767px) {
  .post-estate-spec__pickup-list + .post-estate-spec__pickup-list {
    margin-top: min(24px, 3.2vw);
  }
}
.post-estate-spec__pickup-item {
  padding: min(24px, 2.34375vw);
  width: calc((100% - min(72px, 7.03125vw)) / 4);
  background: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .post-estate-spec__pickup-item {
    padding: min(24px, 3.2vw);
    width: calc((100% - min(24px, 3.2vw)) / 2);
  }
}
.post-estate-spec__pickup-item-ph {
  margin-inline: auto;
  margin-bottom: min(16px, 1.5625vw);
  width: 100%;
  max-width: 140px;
  aspect-ratio: 1;
}
.post-estate-spec__pickup-item-ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-estate-spec__pickup-item-cnt {
  text-align: center;
}
.post-estate-spec__pickup-item-cnt-name {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .post-estate-spec__pickup-item-cnt-name {
    font-size: 1.4rem;
  }
  .post-estate-spec__pickup-item-ph {
    max-width: 80px;
  }
}
.post-estate-spot {
  padding-block: 0 min(120px, 11.71875vw);
}
@media screen and (max-width: 767px) {
  .post-estate-spot {
    padding-block: 0 min(120px, 16vw);
  }
}
.post-estate-spot__pickup {
  margin-bottom: min(64px, 6.25vw);
}
@media screen and (max-width: 767px) {
  .post-estate-spot__pickup {
    margin-bottom: min(64px, 8.5333333333vw);
  }
}
.post-estate-spot__pickup-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(40px, 3.90625vw) min(30px, 2.9296875vw);
}
@media screen and (max-width: 767px) {
  .post-estate-spot__pickup-list {
    gap: min(40px, 5.3333333333vw) min(30px, 4vw);
  }
}
.post-estate-spot__pickup-list + .post-estate-spot__pickup-list {
  margin-top: min(40px, 3.90625vw);
}
@media screen and (max-width: 767px) {
  .post-estate-spot__pickup-list + .post-estate-spot__pickup-list {
    margin-top: min(40px, 5.3333333333vw);
  }
}
.post-estate-spot__pickup-item {
  width: calc((100% - min(60px, 5.859375vw)) / 3);
}
@media screen and (max-width: 767px) {
  .post-estate-spot__pickup-item {
    width: calc((100% - min(30px, 4vw)) / 2);
  }
}
.post-estate-spot__pickup-item-ph {
  margin-bottom: min(16px, 1.5625vw);
  width: 100%;
  aspect-ratio: 1;
  background: #ccc;
}
.post-estate-spot__pickup-item-ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-estate-spot__pickup-item-cnt {
  text-align: center;
}
.post-estate-spot__pickup-item-cnt-name {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .post-estate-spot__pickup-item-cnt-name {
    font-size: 1.4rem;
  }
}
.post-estate-spot__pickup-item-cnt-remarks {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .post-estate-spot__pickup-item-cnt-remarks {
    font-size: 1.4rem;
  }
}
.post-estate-overview {
  padding-block: 0 min(120px, 11.71875vw);
}
@media screen and (max-width: 767px) {
  .post-estate-overview {
    padding-block: 0 min(120px, 16vw);
  }
}
.post-estate-overview__data-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: min(80px, 7.8125vw);
  width: calc(100% + 2px);
}
@media screen and (max-width: 767px) {
  .post-estate-overview__data-list {
    margin-bottom: min(80px, 10.6666666667vw);
    width: 100%;
  }
}
.post-estate-overview__data-item {
  display: flex;
  width: 50%;
  border: 1px solid #BEBEBE;
}
@media screen and (max-width: 767px) {
  .post-estate-overview__data-item {
    width: 100%;
  }
}
.post-estate-overview__data-item:nth-of-type(even) {
  margin-left: -2px;
}
@media screen and (max-width: 767px) {
  .post-estate-overview__data-item:nth-of-type(even) {
    margin-left: 0;
  }
}
.post-estate-overview__data-item:nth-of-type(n+3) {
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .post-estate-overview__data-item {
    margin-top: -1px;
  }
}
.post-estate-overview__data-item-ttl {
  padding: min(16px, 1.5625vw);
  width: 160px;
  background: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .post-estate-overview__data-item-ttl {
    padding: min(16px, 2.1333333333vw);
  }
}
.post-estate-overview__data-item-ttl-st {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .post-estate-overview__data-item-ttl-st {
    font-size: 1.4rem;
  }
}
.post-estate-overview__data-item-cnt {
  flex: 1;
  padding: min(16px, 1.5625vw);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .post-estate-overview__data-item-cnt {
    padding: min(16px, 2.1333333333vw);
  }
}
.post-estate-overview__data-item-cnt-st {
  font-size: 1.4rem;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .post-estate-overview__data-item-cnt-st {
    font-size: 1.2rem;
  }
}
.post-estate-overview__data-caution {
  padding: min(40px, 3.90625vw);
  background: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .post-estate-overview__data-caution {
    padding: min(40px, 5.3333333333vw);
  }
}
.post-estate-overview__data-caution-st {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .post-estate-overview__data-caution-st {
    font-size: 1.4rem;
  }
}
.post-estate-contact {
  padding-block: min(120px, 11.71875vw);
}
@media screen and (max-width: 767px) {
  .post-estate-contact {
    padding-block: min(120px, 16vw);
  }
}
.post-estate-contact__form.form-Box {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.post-estate-contact__form.form-Box * {
  font-size: 16px !important;
}
.post-estate-recommend {
  padding-block: min(120px, 11.71875vw);
}
@media screen and (max-width: 767px) {
  .post-estate-recommend {
    padding-block: min(120px, 16vw);
  }
}
.post-estate-recommend__pickup.swiper {
  margin-right: calc(50% - 50vw);
  padding: 0 min(40px, 3.90625vw) min(15px, 1.46484375vw) 0;
}
@media screen and (max-width: 767px) {
  .post-estate-recommend__pickup.swiper {
    padding: 0 min(40px, 5.3333333333vw) min(15px, 2vw) min(15px, 2vw);
  }
}
.post-estate-recommend__pickup-item {
  width: 100%;
  max-width: 460px;
  border-radius: min(16px, 1.5625vw);
  overflow: hidden;
  box-shadow: 0 0 min(10px, 0.9765625vw) rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .post-estate-recommend__pickup-item {
    max-width: 280px;
    box-shadow: 0 0 min(10px, 1.3333333333vw) rgba(0, 0, 0, 0.2);
  }
}
.post-estate-recommend__pickup-item-ph {
  width: 100%;
  aspect-ratio: 46/30;
  background: #ccc;
}
.post-estate-recommend__pickup-item-ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-estate-recommend__pickup-item-info {
  padding: min(24px, 2.34375vw) min(16px, 1.5625vw);
}
@media screen and (max-width: 767px) {
  .post-estate-recommend__pickup-item-info {
    padding: min(24px, 3.2vw) min(24px, 3.2vw);
  }
}
.post-estate-recommend__pickup-item-ttl {
  margin-bottom: min(32px, 3.125vw);
}
@media screen and (max-width: 767px) {
  .post-estate-recommend__pickup-item-ttl {
    margin-bottom: min(32px, 4.2666666667vw);
  }
}
.post-estate-recommend__pickup-item-ttl-st {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .post-estate-recommend__pickup-item-ttl-st {
    font-size: 1.6rem;
  }
}
.post-estate-recommend__pickup-item-price {
  margin-bottom: min(24px, 2.34375vw);
}
@media screen and (max-width: 767px) {
  .post-estate-recommend__pickup-item-price {
    margin-bottom: min(24px, 3.2vw);
  }
}
.post-estate-recommend__pickup-item-price-st {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 600;
  color: #D30000;
}
@media screen and (max-width: 767px) {
  .post-estate-recommend__pickup-item-price-st {
    font-size: 1.6rem;
  }
}
.post-estate-recommend__pickup-item-price-st .--attn {
  font-size: 1.6666666667em;
}
.post-estate-recommend__pickup-item-data-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F2F2F2;
}
.post-estate-recommend__pickup-item-data-item-ttl {
  padding-block: min(16px, 1.5625vw);
  width: 120px;
}
@media screen and (max-width: 767px) {
  .post-estate-recommend__pickup-item-data-item-ttl {
    padding-block: min(16px, 2.1333333333vw);
  }
}
.post-estate-recommend__pickup-item-data-item-ttl-st {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .post-estate-recommend__pickup-item-data-item-ttl-st {
    font-size: 1.4rem;
  }
}
.post-estate-recommend__pickup-item-data-item-cnt {
  flex: 1;
  padding-block: min(16px, 1.5625vw);
}
@media screen and (max-width: 767px) {
  .post-estate-recommend__pickup-item-data-item-cnt {
    padding-block: min(16px, 2.1333333333vw);
  }
}
.post-estate-recommend__pickup-item-data-item-cnt-st {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .post-estate-recommend__pickup-item-data-item-cnt-st {
    font-size: 1.4rem;
  }
}
.post-estate-cta {
  padding-block: min(56px, 5.46875vw);
  background: url(../images/land_custom/cta_bg_pc.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .post-estate-cta {
    padding-block: min(56px, 7.4666666667vw);
  }
}
.post-estate-cta__ttl {
  margin-bottom: min(48px, 4.6875vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post-estate-cta__ttl {
    margin-bottom: min(48px, 6.4vw);
  }
}
.post-estate-cta__ttl-st {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .post-estate-cta__ttl-st {
    font-size: 2rem;
  }
}
.post-estate-cta__item-ph {
  margin-inline: auto;
  margin-bottom: min(24px, 2.34375vw);
  max-width: 516px;
}
@media screen and (max-width: 767px) {
  .post-estate-cta__item-ph {
    margin-bottom: min(24px, 3.2vw);
  }
}
.post-estate-cta__item-ph img {
  width: 100%;
}
.post-estate-cta__item-cnt {
  margin-bottom: min(32px, 3.125vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post-estate-cta__item-cnt {
    margin-bottom: min(32px, 4.2666666667vw);
  }
}
.post-estate-cta__item-cnt-st {
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .post-estate-cta__item-cnt-st {
    font-size: 1.4rem;
  }
}
.post-estate-cta__btn {
  margin-inline: auto;
  width: 100%;
  max-width: 350px;
  height: 72px;
}
.post-estate-cta__btn-anc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  width: 100%;
  height: 100%;
  background: #E95471;
  border-radius: min(5px, 0.48828125vw);
}
.post-estate-cta__btn-anc::after {
  content: "";
  width: 30px;
  aspect-ratio: 1;
  background: url(../images/land_custom/btn_arw_down.png) no-repeat center center/contain;
  transform: rotate(-90deg);
}
.post-estate-cta__btn-st {
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .post-estate-cta__btn-st {
    font-size: 1.6rem;
  }
}
.post-estate-cta__benefit {
  margin-inline: auto;
  padding: min(24px, 2.34375vw);
  width: 100%;
  max-width: 640px;
  height: 180px;
  background: #fff;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .post-estate-cta__benefit {
    padding: min(24px, 3.2vw);
  }
}
.post-estate-cta__benefit-st {
  font-size: 1.6rem;
}
.post-estate-nav__link {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .post-estate-nav__link {
    gap: 12px;
  }
}
.post-estate-nav__link-btn {
  min-width: 120px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .post-estate-nav__link-btn {
    min-width: 80px;
  }
}
.post-estate-nav__link-btn-anc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px;
  width: 100%;
  height: 100%;
  background: #E95471;
  border-radius: min(5px, 0.48828125vw);
}
@media screen and (max-width: 767px) {
  .post-estate-nav__link-btn-anc {
    gap: 8px;
    padding: 8px;
  }
}
.post-estate-nav__link-btn-anc::before {
  content: "";
  width: 30px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .post-estate-nav__link-btn-anc::before {
    width: 20px;
  }
}
.post-estate-nav__link-btn-anc::after {
  content: "";
  width: 30px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .post-estate-nav__link-btn-anc::after {
    width: 20px;
  }
}
.--prev .post-estate-nav__link-btn-anc::before {
  content: "";
  background: url(../images/land_custom/btn_arw_down.png) no-repeat center center/contain;
  transform: rotate(90deg);
}
.--prev .post-estate-nav__link-btn-anc::after {
  width: 15px;
}
@media screen and (max-width: 767px) {
  .--prev .post-estate-nav__link-btn-anc::after {
    width: 0;
  }
}
.--next .post-estate-nav__link-btn-anc::before {
  width: 15px;
}
@media screen and (max-width: 767px) {
  .--next .post-estate-nav__link-btn-anc::before {
    width: 0;
  }
}
.--next .post-estate-nav__link-btn-anc::after {
  content: "";
  background: url(../images/land_custom/btn_arw_down.png) no-repeat center center/contain;
  transform: rotate(-90deg);
}
.post-estate-nav__link-btn-st {
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .post-estate-nav__link-btn-st {
    font-size: 1.3rem;
  }
}

#estate-body {
  background: #F6F4F2;
}

.cmn-btn {
  background: #FFF;
}

.br-sp {
  display: none;
}
@media (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

/* estateアーカイブ */
#lands.--estate .main-title {
  background: url("../images/new/main-title_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 328px;
}
@media (max-width: 768px) {
  #lands.--estate .main-title {
    height: auto;
    padding-block: 10%;
  }
}
#lands.--estate .main-title__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#lands.--estate .main-title .en {
  display: block;
  color: #5C5C5C;
  font-family: Abel;
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #lands.--estate .main-title .en {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  #lands.--estate .main-title .en {
    font-size: 2.4rem;
  }
}
#lands.--estate .main-title .jp {
  display: block;
  color: #8A7B7F;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
#lands.--estate .main-title .jp::before {
  content: "";
  display: block;
  border-radius: 1px;
  background: #E85471;
  width: 4px;
  height: 4px;
}
#lands.--estate #panlistid {
  display: block;
  padding: 0;
}
#lands.--estate .bgc,
#lands.--estate .bgc2 {
  background: none;
}
#lands.--estate #estates_result .p-contents__main {
  margin: 0;
}
#lands.--estate #estates_result .sy-ttl-box {
  display: flex;
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #D3C8BE;
}
#lands.--estate #estates_result .sy-ttl-box .estates_ttl {
  margin: 0;
  padding: 0;
  background: none;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border: none;
}
#lands.--estate #estates_result .sy-ttl-box .sy-txt-01 {
  position: unset;
  width: 100px;
  color: var(--463A3D, #5C5C5C);
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
#lands.--estate .two-page-block .bgc .sy-w1000 {
  border-radius: 16px;
  border: 2px solid #EEE6DF;
  background: #FFF;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}
#lands.--estate #kensaku {
  padding: 40px;
  border-radius: 16px;
  border: 2px solid #EEE6DF;
  background: #FFF;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1024px) {
  #lands.--estate #kensaku {
    padding: 4%;
  }
}
@media (max-width: 768px) {
  #lands.--estate #kensaku {
    padding: 6%;
  }
}
#lands.--estate #kensaku .kensaku-checkbox label {
  min-width: 30%;
}
@media (max-width: 768px) {
  #lands.--estate #kensaku table th {
    width: 100%;
  }
}
#lands.--estate #kensaku table tr {
  border-bottom: none;
}
#lands.--estate #kensaku .kensaku2-ttl {
  color: #463A3D;
}
#lands.--estate #kensaku table {
  margin-bottom: 32px;
  border: 1px solid #F2F2F2;
}
#lands.--estate #kensaku table th {
  background: #E4DED9;
  width: 200px;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
#lands.--estate #kensaku table td {
  background: #FFFFFF;
}
#lands.--estate .kensaku-btn button {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 333px;
  width: 100%;
  height: 64px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #463A3D;
}
#lands.--estate .kensaku-btn button::before {
  content: "";
  display: block;
  background: url("../images/estates/megane.svg");
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  #lands.--estate #estates_result .system-list {
    width: 100%;
    padding-inline: 20px;
  }
}
#lands.--estate #estates_result .system-list__item {
  padding: 20px 20px 32px 20px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 10px 0 #D4D4D4;
}
@media (max-width: 768px) {
  #lands.--estate #estates_result .system-list__item {
    width: 100%;
    margin-right: 0;
  }
}
#lands.--estate #estates_result .system-list .sy-table-box tr {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #D3C8BE;
}
@media (max-width: 768px) {
  #lands.--estate #estates_result .system-list .sy-table-box tr {
    flex-direction: column;
    gap: 0;
  }
}
#lands.--estate #estates_result .system-list .sy-table-box tr:first-child {
  border-top: 1px solid #D3C8BE;
}
#lands.--estate #estates_result .system-list .sy-table-box .sy-th-txt {
  flex-shrink: 0;
  text-align: left;
}
#lands.--estate #estates_result .system-list .sy-table-box .sy-th-txt p {
  all: unset;
  color: #E95471;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#lands.--estate #estates_result .system-list .sy-s-box {
  margin-top: 24px;
  padding: 0;
}
#lands.--estate #estates_result .system-list .system-ttl-01 {
  margin-block: 20px;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#lands.--estate #estates_result .system-list .sy-kakaku {
  color: #E85471;
  font-family: "Helvetica Neue";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
}
#lands.--estate #estates_result .system-list .sy-kakaku .ss {
  margin: 0;
  font-size: 1.8rem;
}
#lands.--estate #estates_result .system-list__item-txt {
  padding-block: 20px;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#lands.--estate #estates_result .estate-status {
  display: flex;
  gap: 8px;
}
#lands.--estate #estates_result .estate-status__item {
  all: unset;
  display: flex;
  padding: 6px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 21px;
  background: #A19182;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
}
#lands.--estate #estates_result .btn-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#lands.--estate #estates_result .btn-area .link-btn a {
  all: unset;
}
#lands.--estate #estates_result .btn-area .link-btn.--detail a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background: #A19182;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
#lands.--estate #estates_result .btn-area .link-btn.--contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background: #E85471;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

/* estateバナー */
.estate-banner__inner {
  position: relative;
}
.estate-banner__cnt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-inline: 80px;
}
@media (max-width: 768px) {
  .estate-banner__cnt {
    padding-inline: 24px;
  }
}
.estate-banner__ttl {
  margin-bottom: 24px;
  color: #FFF;
  text-shadow: 0 0 40px rgba(70, 58, 61, 0.4);
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .estate-banner__ttl {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .estate-banner__ttl {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}

/* estateシングル */
#land.--estate .main-title {
  background: url("../images/new/main-title_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 328px;
}
@media (max-width: 768px) {
  #land.--estate .main-title {
    height: auto;
    padding-block: 10%;
  }
}
#land.--estate .main-title__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#land.--estate .main-title .en {
  display: block;
  color: #5C5C5C;
  font-family: Abel;
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #land.--estate .main-title .en {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  #land.--estate .main-title .en {
    font-size: 2.4rem;
  }
}
#land.--estate .main-title .jp {
  display: block;
  color: #8A7B7F;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
#land.--estate .main-title .jp::before {
  content: "";
  display: block;
  border-radius: 1px;
  background: #E85471;
  width: 4px;
  height: 4px;
}
#land.--estate #panlistid {
  display: block;
  padding: 0;
}
#land.--estate .post-estate-head__ttl {
  margin-bottom: 32px;
  border-bottom: 1px solid #D3C8BE;
}
#land.--estate .post-estate-head__ttl-st {
  padding-block: 24px;
  color: #5C5C5C;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
#land.--estate .post-estate-head__ttl-status {
  display: inline-flex;
  padding: 6px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #E85471;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0.05em;
}
#land.--estate .post-estate-head__ph {
  border-radius: 10px;
  overflow: hidden;
}
#land.--estate .post-estate-head__data-list {
  width: calc(50% - 16px);
}
#land.--estate .post-estate-head__data-price {
  align-items: center;
}
#land.--estate .post-estate-head__data-price-ttl {
  color: #5C5C5C;
  font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#land.--estate .post-estate-head__data-price-num {
  color: #E85471;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
#land.--estate .post-estate-head__data-price-num .--attn {
  font-size: 40px;
}
@media (max-width: 768px) {
  #land.--estate .post-estate-head__data-list {
    width: 100%;
  }
}
#land.--estate .post-estate-head__data-item {
  border-bottom: 1px solid #D3C8BE;
}
#land.--estate .post-estate-head__data-item:first-of-type {
  border-top: 1px solid #D3C8BE;
}
@media (max-width: 768px) {
  #land.--estate .post-estate-head__data-item:first-of-type {
    border-top: none;
  }
}
#land.--estate .post-estate-head__data-item-ttl-st {
  width: 72px;
  flex-shrink: 0;
  color: #E95471;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#land.--estate .post-estate-head__data-item-cnt-st {
  color: var(--463A3D, #5C5C5C);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#land.--estate .post-estate-cmn__ttl {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
#land.--estate .post-estate-cmn__ttl-en {
  color: var(--A19182, #A19182);
  text-align: center;
  font-family: Abel;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
#land.--estate .post-estate-cmn__ttl-st {
  color: #5C5C5C;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
#land.--estate .post-estate-movie video {
  width: 100%;
}
#land.--estate {
  /* ギャラリー */
}
#land.--estate .post-estate-gallery .post-estate-gallery__slider-main-item::after {
  background: url(../images/estate_custom/photo_zoom_new.png) no-repeat center center/60px auto;
}
#land.--estate {
  /* 区画図 */
}
#land.--estate .post-estate-area .post-estate-area__map-anc::after {
  background: url(../images/estate_custom/photo_zoom_new.png) no-repeat center center/60px auto;
}
#land.--estate .post-estate-area .post-estate-area__map {
  max-width: 100%;
  aspect-ratio: 960/423;
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #land.--estate .post-estate-area .post-estate-area__map {
    aspect-ratio: auto;
  }
}
#land.--estate {
  /* 間取り */
}
#land.--estate .post-estate-layout .post-estate-layout__map-anc::after {
  background: url(../images/estate_custom/photo_zoom_new.png) no-repeat center center/60px auto;
}
#land.--estate .post-estate-layout .post-estate-layout__map {
  border-radius: 10px;
  overflow: hidden;
}
#land.--estate {
  /* おすすめポイント */
}
#land.--estate .post-estate-point .post-estate-point__pickup-item {
  position: relative;
  padding-top: 40px;
}
#land.--estate .post-estate-point .post-estate-point__pickup-item-num {
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 0;
}
#land.--estate .post-estate-point .post-estate-point__pickup-item-num-st {
  display: inline-block;
  color: #E85471;
  font-family: Abel;
  font-size: 9.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
#land.--estate .post-estate-point .post-estate-point__pickup-item-ph {
  border-radius: 10px;
  overflow: hidden;
}
#land.--estate .post-estate-point .post-estate-point__pickup-item-info {
  padding: 24px 16px;
}
#land.--estate .post-estate-point .post-estate-point__pickup-item-ttl-st {
  color: #5C5C5C;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#land.--estate {
  /* 物件概要 */
}
#land.--estate .post-estate-overview .post-estate-overview__data-list {
  margin-bottom: 40px;
}
#land.--estate .post-estate-overview .post-estate-overview__data-item-ttl {
  background: #E4DED9;
}
#land.--estate .post-estate-overview .post-estate-overview__data-item-cnt {
  background: #FFF;
}
#land.--estate .post-estate-overview .post-estate-overview__data-item p {
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
#land.--estate .post-estate-overview .post-estate-overview__term {
  padding: 40px 60px;
  background: #FFF;
}
@media (max-width: 768px) {
  #land.--estate .post-estate-overview .post-estate-overview__term {
    padding: 6%;
  }
}
#land.--estate .post-estate-overview .post-estate-overview__term-txt {
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
@media (max-width: 768px) {
  #land.--estate .post-estate-overview .post-estate-overview__data-item p {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  #land.--estate .post-estate-overview .post-estate-overview__data-item-cnt-st {
    font-size: 1.4rem;
  }
}
#land.--estate {
  /* 周辺環境 */
}
#land.--estate .post-estate-spot .post-estate-spot__pickup-item-ph {
  aspect-ratio: 310/180;
  border-radius: 10px;
  overflow: hidden;
}
#land.--estate .post-estate-spot .post-estate-spot__pickup-item-cnt p {
  color: #5C5C5C;
  font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
#land.--estate .post-estate-spot .cmn-btn {
  margin-inline: auto;
}
#land.--estate {
  /* 設備仕様 */
}
#land.--estate .post-estate-facility .post-estate-facility__pickup-item {
  border-radius: 10px;
  background: #D3C8BE;
}
#land.--estate .post-estate-facility p {
  color: #463A3D;
  font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #land.--estate .post-estate-facility p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#land.--estate {
  /* 保証・性能 */
}
#land.--estate .post-estate-spec .post-estate-spec__pickup-item {
  background: #D3C8BE;
  border-radius: 10px;
}
#land.--estate .post-estate-spec p {
  color: #463A3D;
  font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #land.--estate .post-estate-spec p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#land.--estate {
  /* お問い合わせ */
}
#land.--estate .post-estate-contact {
  margin-bottom: 120px;
  background: url("../images/estate_custom/contact_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#land.--estate .post-estate-contact .post-estate-cmn__ttl {
  align-items: center;
}
#land.--estate .post-estate-contact .form-Box {
  background: none;
}
#land.--estate .post-estate-contact .btn-box button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  width: 100%;
  height: 56px;
  background: url("../images/estate_custom/contact-btn.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
#land.--estate {
  /* ACCESS */
}
#land.--estate .post-estate-access .post-estate-access__data-item-ttl-st {
  display: inline-flex;
  width: 80px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  border: 1px solid #D4CBCD;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
#land.--estate .post-estate-access .post-estate-access__data-item-cnt-st {
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
#land.--estate .post-estate-access .post-estate-access__map {
  border-radius: 10px;
  overflow: hidden;
}
#land.--estate {
  /* おすすめ */
}
#land.--estate .post-estate-recommend .post-estate-recommend__pickup-item-ph {
  border-radius: 10px;
  overflow: hidden;
}
#land.--estate .post-estate-recommend .post-estate-recommend__pickup-item {
  box-shadow: unset;
}
#land.--estate .post-estate-recommend .post-estate-recommend__pickup-item-ttl .post-estate-recommend__pickup-item-ttl-st {
  color: #463A3D;
  font-family: "Helvetica Neue";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}
#land.--estate .post-estate-recommend .post-estate-recommend__pickup-item-price .post-estate-recommend__pickup-item-price-st {
  color: #E85471;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5;
}
#land.--estate .post-estate-recommend .post-estate-recommend__pickup-item-price .post-estate-recommend__pickup-item-price-st .--attn {
  font-size: 3.2rem;
}
#land.--estate .post-estate-recommend .post-estate-recommend__pickup-item-data .post-estate-recommend__pickup-item-data-item-ttl-st {
  color: #E85471;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
#land.--estate .post-estate-recommend .post-estate-recommend__pickup-item-data .post-estate-recommend__pickup-item-data-item-cnt-st {
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
#land.--estate .post-estate-recommend .post-estate-recommend__pickup-item-data-item {
  border-bottom: 1px solid #D3C8BE;
}
#land.--estate {
  /* pager */
}
#land.--estate .post-estate-pagenav {
  margin-bottom: 148px;
}
#land.--estate .post-estate-pagenav .post-estate-nav__link-btn-anc {
  background: none;
}
#land.--estate .post-estate-pagenav .post-estate-nav__link-btn-anc .post-estate-nav__link-btn-st {
  color: #463A3D;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
#land.--estate .post-estate-pagenav .--prev .post-estate-nav__link-btn-anc::before {
  content: "";
  background: url(../images/estate_custom/btn_arw_down_new.png) no-repeat center center/contain;
  transform: rotate(0deg);
  width: 10px;
  height: 16px;
}
#land.--estate .post-estate-pagenav .--prev .post-estate-nav__link-btn-anc::after {
  display: none;
}
#land.--estate .post-estate-pagenav .--next .post-estate-nav__link-btn-anc::after {
  content: "";
  background: url(../images/estate_custom/btn_arw_down_new.png) no-repeat center center/contain;
  transform: rotate(180deg);
  width: 10px;
  height: 16px;
}
#land.--estate .post-estate-pagenav .--next .post-estate-nav__link-btn-anc::before {
  display: none;
}
#land.--estate .post-estate-pagenav .post-estate-nav__link div {
  border-bottom: 1px solid #D3C8BE;
}
#land.--estate {
  /* CTA */
}
#land.--estate #main-cta {
  padding-block: 56px;
  background: url("../images/estate_custom/main-cta_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#land.--estate #main-cta .main-cta__figure {
  max-width: 536px;
  margin-bottom: 16px;
  margin-inline: auto;
  width: 100%;
}
#land.--estate #main-cta .cmn-btn {
  margin-inline: auto;
}

/* estateアーカイブ */
#estates_area.--new .main-title {
  background: url("../images/new/main-title_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 328px;
}
@media (max-width: 768px) {
  #estates_area.--new .main-title {
    height: auto;
    padding-block: 10%;
  }
}
#estates_area.--new .main-title__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#estates_area.--new .main-title .en {
  display: block;
  color: #5C5C5C;
  font-family: Abel;
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #estates_area.--new .main-title .en {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  #estates_area.--new .main-title .en {
    font-size: 2.4rem;
  }
}
#estates_area.--new .main-title .jp {
  display: block;
  color: #8A7B7F;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
#estates_area.--new .main-title .jp::before {
  content: "";
  display: block;
  border-radius: 1px;
  background: #E85471;
  width: 4px;
  height: 4px;
}
#estates_area.--new #panlistid {
  display: block;
  margin-bottom: 48px;
  padding: 0;
}
#estates_area.--new .bgc,
#estates_area.--new .bgc2 {
  background: none;
}
#estates_area.--new #estates_result .p-contents__main {
  margin: 0;
}
#estates_area.--new #estates_result .sy-ttl-box {
  display: flex;
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #D3C8BE;
}
#estates_area.--new #estates_result .sy-ttl-box .estates_ttl {
  margin: 0;
  padding: 0;
  background: none;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border: none;
}
#estates_area.--new #estates_result .sy-ttl-box .sy-txt-01 {
  position: unset;
  width: 100px;
  color: var(--463A3D, #5C5C5C);
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
#estates_area.--new .two-page-block {
  margin-bottom: 56px;
}
#estates_area.--new .two-page-block .bgc .sy-w1000 {
  border-radius: 16px;
  border: 2px solid #EEE6DF;
  background: #FFF;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}
#estates_area.--new #kensaku-wrap {
  padding: 40px;
  border-radius: 16px;
  border: 2px solid #EEE6DF;
  background: #FFF;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1024px) {
  #estates_area.--new #kensaku-wrap {
    padding: 4%;
  }
}
@media (max-width: 768px) {
  #estates_area.--new #kensaku-wrap {
    padding: 6%;
  }
}
#estates_area.--new #kensaku-wrap .kensaku-checkbox label {
  min-width: 30%;
}
#estates_area.--new #kensaku-wrap #kensaku table,
#estates_area.--new #kensaku-wrap #kensaku2 table {
  margin-bottom: 32px;
  border: 1px solid #F2F2F2;
}
#estates_area.--new #kensaku-wrap #kensaku table th,
#estates_area.--new #kensaku-wrap #kensaku2 table th {
  background: #E4DED9;
  width: 200px;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  #estates_area.--new #kensaku-wrap #kensaku table th,
  #estates_area.--new #kensaku-wrap #kensaku2 table th {
    width: 100%;
  }
}
#estates_area.--new #kensaku-wrap #kensaku table tr,
#estates_area.--new #kensaku-wrap #kensaku2 table tr {
  border-bottom: none;
}
#estates_area.--new #kensaku-wrap #kensaku table td,
#estates_area.--new #kensaku-wrap #kensaku2 table td {
  background: #FFFFFF;
}
#estates_area.--new #kensaku-wrap .kensaku2-ttl {
  color: #463A3D;
}
#estates_area.--new #kensaku-wrap .kensaku2-box select {
  font-size: 1.4rem;
}
#estates_area.--new .kensaku-btn button {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 333px;
  width: 100%;
  height: 64px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #463A3D;
}
#estates_area.--new .kensaku-btn button::before {
  content: "";
  display: block;
  background: url("../images/estates/megane.svg");
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  #estates_area.--new #estates_result .system-list {
    width: 100%;
    padding-inline: 20px;
  }
}
#estates_area.--new #estates_result .system-list__item {
  padding-bottom: 32px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 10px 0 #D4D4D4;
}
@media (max-width: 768px) {
  #estates_area.--new #estates_result .system-list__item {
    width: 100%;
    margin-right: 0;
    padding-bottom: 5%;
  }
}
#estates_area.--new #estates_result .system-list__item-txt {
  padding-block: 20px;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#estates_area.--new #estates_result .system-list .system-pic {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
#estates_area.--new #estates_result .system-list .sy-table-box tr {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #D3C8BE;
}
@media (max-width: 768px) {
  #estates_area.--new #estates_result .system-list .sy-table-box tr {
    flex-direction: column;
    gap: 0;
  }
}
#estates_area.--new #estates_result .system-list .sy-table-box tr:first-child {
  border-top: 1px solid #D3C8BE;
}
#estates_area.--new #estates_result .system-list .sy-table-box .sy-th-txt {
  flex-shrink: 0;
  text-align: left;
}
#estates_area.--new #estates_result .system-list .sy-table-box .sy-th-txt p {
  all: unset;
  color: #E95471;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#estates_area.--new #estates_result .system-list .sy-s-box {
  padding: 20px;
}
#estates_area.--new #estates_result .system-list .system-ttl-01 {
  margin-block: 20px;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#estates_area.--new #estates_result .system-list .sy-kakaku {
  color: #E85471;
  font-family: "Helvetica Neue";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
}
#estates_area.--new #estates_result .system-list .sy-kakaku .ss {
  margin: 0;
  font-size: 1.8rem;
}
#estates_area.--new #estates_result .system-list .system-pic-rel .sale {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  background: linear-gradient(180deg, #E85471 0%, var(--EE7F95, #EE7F95) 100%);
}
#estates_area.--new #estates_result .estate-status {
  display: flex;
  gap: 8px;
}
#estates_area.--new #estates_result .estate-status__item {
  all: unset;
  display: flex;
  padding: 6px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 21px;
  background: #A19182;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
}
#estates_area.--new #estates_result .btn-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#estates_area.--new #estates_result .btn-area .link-btn a {
  all: unset;
}
#estates_area.--new #estates_result .btn-area .link-btn.--detail a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background: #A19182;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
#estates_area.--new #estates_result .btn-area .link-btn.--contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background: #E85471;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
#estates_area.--new #estates_result .icon-category .sale {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  background: linear-gradient(180deg, #E85471 0%, var(--EE7F95, #EE7F95) 100%);
}
#estates_area.--new #estates_result .sy-flex-01 {
  position: unset;
  width: 100%;
  margin: 0;
  padding-inline: 20px;
}
#estates_area.--new #estates_result .sy-box-l,
#estates_area.--new #estates_result .sy-box-r {
  width: calc(50% - 8px);
  box-shadow: none;
}
@media (max-width: 768px) {
  #estates_area.--new #estates_result .sy-box-l,
  #estates_area.--new #estates_result .sy-box-r {
    width: 100%;
  }
}
#estates_area.--new #estates_result .sy-box-l a,
#estates_area.--new #estates_result .sy-box-r a {
  box-shadow: none;
}
#estates_area.--new #estates_result .sy-box-l a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background: #A19182;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
#estates_area.--new #estates_result .sy-box-r a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background: #E85471;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
#estates_area.--new #estates_result .kensaku-btn a {
  display: flex;
  max-width: 333px;
  width: 100%;
  height: 64px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: #463A3D;
  color: #FFFFFF;
  text-decoration: none;
}
#estates_area.--new #estates_result .estates_result_come {
  border: none;
}
#estates_area.--new #estates_result .system-ttl-01 {
  margin-top: 0;
}
#estates_area.--new #estates_result .system-pic {
  border: none;
}
#estates_area.--new #estates_result .system-pic img {
  height: auto;
  aspect-ratio: 340/243;
}
#estates_area.--new .page-list .page-numbers {
  background: none;
  border: none;
  color: #463A3D;
  text-align: center;
  font-family: Abel;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0.5;
}
#estates_area.--new .page-list .page-numbers span {
  background: none !important;
  opacity: 1;
}/*# sourceMappingURL=estate-custom_new.css.map */