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

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;
}
@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%;
  object-fit: cover;
}
.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;
}
@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%;
  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%;
  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 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.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%;
  object-fit: contain;
}
.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%;
  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;
}
.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%;
  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-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%;
  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-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%;
  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;
  align-items: center;
  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;
}
@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%;
  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;
  }
}

/*# sourceMappingURL=estate-custom.css.map */
