@charset "UTF-8";
:root {
  --estate-cream: #f8f0dd;
  --estate-gold: #d6b95d;
  --estate-land: #7a8989;
  --estate-house: #ad5b5b;
  --estate-content-width: 1040px;
}

.estate-page--house {
  --estate-color: var(--estate-house);
  --estate-soft: rgba(255, 255, 255, .08);
  --estate-point-icon: url("../assets/figma/esttate-point-icon.png");
  --estate-outline-icon: url("../assets/figma/esttate-outline-icon.png");
  --estate-map-icon: url("../assets/figma/esttate-map-icon.png");
}

.estate-page--land {
  --estate-color: var(--estate-land);
  --estate-soft: rgba(255, 255, 255, .1);
  --estate-point-icon: url("../assets/figma/bunjou_point_icon.png");
  --estate-outline-icon: url("../assets/figma/bunjou_outline_icon.png");
  --estate-map-icon: url("../assets/figma/bunjou_map_icon.png");
}

.estate-layout {
  background: var(--estate-color);
}

.estate-main {
  background: var(--estate-color);
  color: var(--white);
}

.estate-detail {
  padding: 188px var(--main-pad) 74px;
}

.lower-heading {
  margin-bottom: 72px;
}

.estate-title {
  margin-bottom: 58px;
}

.estate-title h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(70px, 7.8vw, 112px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.03em;
}

.estate-title p {
  margin: 10px 0 0 4px;
  font-size: 13px;
  letter-spacing: 0.14em;
}

.estate-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  min-width: 244px;
  min-height: 69px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 33px calc(-1 * var(--main-pad));
  border-radius: 0 999px 999px 0;
  background: var(--white);
  color: var(--estate-color);
  font-size: 24px;
  line-height: 1;
}

.estate-category::before {
  content: "";
  display: inline-block;
  background: url("../assets/figma/todate-icon.png") 0 0 no-repeat;
  width: 41px;
  height: 36px;
  background-size: contain;
}

#bunjou .estate-category::before {
  content: "";
  display: inline-block;
  background: url("../assets/figma/bunjou-icon.png") 0 0 no-repeat;
  width: 41px;
  height: 36px;
  background-size: contain;
}

.estate-detail h2 {
  width: min(var(--estate-content-width), 100%);
  margin: 0 auto 22px;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.08em;
  font-family: var(--mincho);
}

.estate-lead {
  width: min(var(--estate-content-width), 100%);
  margin: 0 auto 38px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.estate-summary {
  display: -ms-grid;
  display: grid;
  gap: 14px;
  width: min(var(--estate-content-width), 100%);
  margin: 0 auto 76px;
}

.estate-summary div {
  -ms-grid-columns: 178px 1fr;
  grid-template-columns: 178px 1fr;
  /*min-height: 64px;*/
  padding: 22px 30px;
  background: var(--estate-soft);
}

.estate-slider {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px auto 32px 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  width: min(760px, 100%);
  margin: 0 auto 70px;
}

.estate-slider__viewport {
  position: relative;
  width: 600px;
  height: 600px;
  overflow: hidden;
}

.estate-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.estate-slider__slide.is-active {
  z-index: 1;
  opacity: 1;
}

.estate-slider__slide img {
  width: 600px;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.estate-map-frame {
  display: block;
  width: 100%;
  aspect-ratio: 1040/469;
  border: 0;
}

.estate-slider button {
  width: 20px;
  height: 41px;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 41px;
  color: transparent;
  font-size: 0;
  line-height: 1;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

.estate-slider button[data-estate-slider-prev] {
  -ms-grid-column-align: end;
      justify-self: end;
  background-image: url("../assets/figma/place_left-arrow.svg");
}

.estate-slider button[data-estate-slider-next] {
  -ms-grid-column-align: start;
      justify-self: start;
  background-image: url("../assets/figma/place_right_arrow.svg");
}

.estate-slider button:first-child {
  -ms-grid-column-align: end;
      justify-self: end;
}

.estate-point {
  position: relative;
  width: min(var(--estate-content-width), 100%);
  margin: 0 auto;
  padding: 50px 100px 44px;
  border: 1px solid rgba(255, 255, 255, 0.65);
}

.estate-point::before {
  content: "";
  position: absolute;
  inset: 8px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.estate-point h3 {
  position: absolute;
  left: 50%;
  top: -25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  min-width: 211px;
  min-height: 54px;
  margin: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 999px;
  background: var(--white);
  color: var(--estate-color);
  font-family: var(--latin);
  font-size: 24px;
  letter-spacing: 0.12em;
  z-index: 1;
}

.estate-point h3::before {
  content: "";
  width: 43px;
  height: 44px;
  background: var(--estate-point-icon) center/contain no-repeat;
}

.estate-point ul {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.estate-point li {
  position: relative;
  padding-left: 45px;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.estate-point li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  height: 28px;
  background: url("../assets/figma/check.png") 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  border-radius: 50%;
  font-size: 11px;
  line-height: 28px;
  text-align: center;
}

.estate-nearby {
  padding: 78px var(--main-pad) 76px;
  background: var(--white);
  color: var(--estate-color);
  text-align: center;
}

.estate-nearby h2,
.estate-overview h2 {
  position: relative;
  margin: 0 0 39px;
  padding-top: 36px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.14em;
}

.estate-nearby h2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 26px;
  height: 36px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: center/contain no-repeat;
}

.estate-overview h2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -45px;
  width: 50px;
  height: 69px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: center/contain no-repeat;
}

.estate-nearby h2::before {
  background-image: var(--estate-map-icon);
}

.estate-overview h2::before {
  background-image: var(--estate-outline-icon);
}

.estate-nearby__photos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: min(var(--estate-content-width), 100%);
  margin: 0 auto 36px;
}

.estate-nearby__photos figure {
  margin: 0;
}

.estate-nearby__photos i {
  display: block;
  height: 150px;
  margin-bottom: 5px;
  overflow: hidden;
  background: #b9b9b9;
}

.estate-nearby__photos i img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.estate-nearby__photos figcaption {
  font-size: 16px;
  text-align: left;
}

.estate-nearby__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 26px 1fr;
  grid-template-columns: 150px 1fr;
  gap: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(var(--estate-content-width), 100%);
  margin: 0 auto;
  padding: 22px 34px;
  border: 1px dashed rgba(173, 91, 91, 0.45);
  text-align: left;
}

.estate-page--land .estate-nearby__list {
  border-color: rgba(122, 137, 137, 0.55);
}

.estate-nearby__list h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
}

.estate-nearby__list ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.9;
}

.estate-docs {
  display: -ms-grid;
  display: grid;
  gap: 72px;
  padding: 92px var(--main-pad) 100px;
  background: var(--estate-color);
}

.estate-docs figure {
  width: min(var(--estate-content-width), 100%);
  margin: 0 auto;
  text-align: center;
}

.estate-docs figcaption {
  margin: 0 0 36px;
  background: var(--estate-soft);
}

.estate-docs img {
  width: min(560px, 100%);
  margin: 0 auto;
  background: var(--white);
  -o-object-fit: contain;
     object-fit: contain;
}

.estate-docs figure:first-child img {
  width: min(600px, 100%);
}

.estate-docs figure:last-child img {
  width: min(var(--estate-content-width), 100%);
}

.estate-overview {
  padding: 110px var(--main-pad) 75px;
  background: var(--white);
  color: var(--estate-color);
}
.estate-overview h2 {
  text-align: center;
}

.estate-overview dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px 44px;
  width: 880px;
  margin: 0 auto;
}

.estate-overview div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 14px 1fr;
  grid-template-columns: 100px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 14px;
}

.estate-overview dt,
.estate-overview dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  font-size: 14px;
}

.estate-overview dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100px;
  font-size: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  padding: 4px 8px;
  border: 1px solid currentColor;
  line-height: 1.35;
}

.estate-contact {
  padding: 70px 0 72px;
  background: var(--estate-color);
  color: var(--white);
  text-align: center;
}

.estate-contact h2 {
  position: relative;
  margin: 0 0 54px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.18em;
}

.estate-contact h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 26px;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: currentColor;
}

.estate-contact__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 50px;
  background: var(--estate-gold);
}

.estate-contact__grid a {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 96px 24px minmax(0, auto) 24px 28px;
  grid-template-columns: 96px minmax(0, auto) 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 150px;
  padding: 22px 44px 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
}

.estate-contact__grid a::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../assets/figma/right-arrow.png") 0 0 no-repeat;
  display: inline-block;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  right: 0;
}

.estate-contact__grid a:first-child {
  border-left: 0;
}

.estate-contact__grid small {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 8px;
  background: var(--white);
  color: var(--estate-gold);
  font-family: var(--latin);
  font-size: 10px;
  line-height: 1.4;
}

.estate-contact__grid span {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.55;
}

.estate-contact__grid .icon img {
  width: 75px;
  margin: 0 auto;
}

.estate-contact__grid .name {
  min-width: 0;
}

.estate-back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 200px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-family: var(--latin);
  letter-spacing: 0.14em;
}

.estate-back::after {
  content: "→";
  margin-left: 12px;
}

.estate-main .global-footer {
  background: var(--estate-color);
}

@media (max-width: 780px) {
  .estate-detail,
  .estate-nearby,
  .estate-docs,
  .estate-overview {
    padding-left: 20px;
    padding-right: 20px;
  }
  .estate-detail {
    padding-top: 82px;
  }
  .lower-heading {
    margin-bottom: 40px;
  }
  .estate-summary div,
  .estate-nearby__photos,
  .estate-nearby__list,
  .estate-overview dl,
  .estate-overview div,
  .estate-contact__grid,
  .estate-contact__grid a {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .estate-overview dl {
    width: auto;
  }
  .estate-slider {
    display: block;
    width: 100%;
    margin: 0 auto 54px;
  }
  .estate-slider button {
    display: none;
  }
  .estate-slider__viewport {
    position: static;
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .estate-map-frame {
    aspect-ratio: 1/1;
  }
  .estate-slider__slide {
    position: static;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  .estate-slider__slide + .estate-slider__slide {
    margin-top: 20px;
  }
  .estate-slider__slide img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .estate-point {
    padding: 50px 22px 34px;
  }
  .estate-point::before {
    inset: 6px;
  }
  .estate-nearby__list ul {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .estate-contact__grid a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 120px;
    padding: 28px;
    text-align: center;
  }
  .estate-contact__grid a::after {
    margin-top: 10px;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
.estate-floating-nav {
  position: fixed;
  left: 240px;
  right: 0;
  bottom: 0;
  z-index: 80;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  background: var(--white);
  color: var(--estate-gold);
  -webkit-transform: translateY(calc(100% + 24px));
          transform: translateY(calc(100% + 24px));
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.36s ease, -webkit-transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.36s ease, -webkit-transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.72s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.36s ease;
  transition: transform 0.72s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.36s ease, -webkit-transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
}

.estate-floating-nav.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.estate-floating-nav a {
  position: relative;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 10px 18px 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  letter-spacing: 0.12em;
}

.estate-floating-nav a:first-child {
  border-left: 0;
}

.estate-floating-nav a:nth-child(2) {
  border-left: 1px solid var(--estate-gold);
  border-right: 1px solid var(--estate-gold);
}

.estate-floating-nav a:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../assets/figma/right-arrow-g.png) 0 0 no-repeat;
  display: inline-block;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  right: 0;
}

.estate-floating-nav small {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 8px;
  background: #EFEFEF;
  color: var(--estate-gold);
  font-family: var(--latin);
  font-size: 10px;
  line-height: 1.4;
}

.estate-floating-nav p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.estate-floating-nav p span {
  vertical-align: middle;
  font-size: 24px;
}
.estate-floating-nav p .tel {
  font-size: 32px;
}
.estate-floating-nav p .icon {
  width: 80px;
  height: 80px;
  padding-right: 90px;
  vertical-align: middle;
}

.estate-floating-nav .contact .icon {
  background: url("../assets/figma/float_mail.png") 0 0 no-repeat;
  width: 80px;
  background-size: contain;
}

.estate-floating-nav .tour .icon {
  background: url("../assets/figma/float_visit.png") 0 0 no-repeat;
  width: 80px;
  background-size: contain;
}

.estate-floating-nav .call .icon {
  background: url("../assets/figma/float_tel.png") 0 0 no-repeat;
  width: 80px;
  background-size: contain;
}
.estate-floating-nav .call span span {
  font-size: 12px;
  display: block;
}

.estate-floating-nav span {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.55;
}

@media (max-width: 780px) {
  .estate-floating-nav {
    left: 0;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .estate-floating-nav a {
    padding: 8px 17px 7px 12px;
  }
  .estate-floating-nav a .name {
    display: none;
  }
  .estate-floating-nav a {
    min-height: initial;
  }
  .estate-floating-nav a:nth-child(3) {
    grid-column: 1/-1;
    min-height: 54px;
  }
  .estate-floating-nav p .icon {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: block;
    padding-right: 0;
  }
  .estate-floating-nav p {
    -webkit-margin-before: 0em;
            margin-block-start: 0em;
    -webkit-margin-after: 0em;
            margin-block-end: 0em;
    margin: 0;
  }
  .estate-floating-nav p .tel {
    font-size: 20px;
  }
  .estate-floating-nav .tour .icon {
    width: 40px;
    height: 40px;
  }
  .estate-floating-nav .call span span {
    font-size: 10px;
  }
  .estate-floating-nav .call .icon {
    background: url(../assets/figma/float_tel.png) 0px 0px no-repeat;
    width: 40px;
    background-size: contain;
    margin: 5px;
  }
  .estate-floating-nav .contact .icon {
    width: 40px;
  }
  .estate-floating-nav a:nth-child(2) {
    border-right: none;
  }
  .estate-floating-nav a:nth-child(3) {
    border-top: 1px solid var(--estate-gold);
  }
  .estate-floating-nav a:after {
    width: 15px;
    height: 15px;
  }
  .estate-floating-nav span {
    font-size: 13px;
  }
}
.estate-totop {
  position: fixed;
  right: clamp(24px, 3.2vw, 56px);
  bottom: 182px;
  z-index: 90;
  width: 116px;
  height: 116px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, visibility 0s linear 0.4s;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
}

.estate-totop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.4s ease, visibility 0s;
  transition: opacity 0.4s ease, visibility 0s;
}

.estate-totop img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 780px) {
  .estate-category {
    min-width: 140px;
    font-size: 16px;
    min-height: 40px;
    gap: 10;
  }
  .estate-totop {
    right: 16px;
    bottom: 130px;
    width: 78px;
    height: 78px;
  }
  #bunjou .estate-category::before {
    width: 20.5px;
    height: 18px;
  }
  .estate-detail h2 {
    font-size: 20px;
    line-height: 1.4em;
  }
  .estate-lead {
    font-size: 14px;
  }
  .estate-summary div {
    padding: 15px;
    font-size: 13px;
  }
  .estate-summary div dt {
    font-size: 14px;
  }
  .estate-summary div dd {
    font-size: 13px;
  }
  .estate-point h3::before {
    content: "";
    width: 21.5px;
    height: 22px;
    background: var(--estate-point-icon) center/contain no-repeat;
  }
  .estate-point h3 {
    position: absolute;
    left: 50%;
    top: -20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 9px;
    min-width: 140px;
    min-height: 40px;
    margin: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 999px;
    background: var(--white);
    color: var(--estate-color);
    font-family: var(--latin);
    font-size: 18px;
    letter-spacing: 0.12em;
    z-index: 1;
  }
  .estate-point li {
    font-size: 13px;
    padding-left: 30px;
  }
  .estate-point li::before {
    width: 20px;
    height: 20px;
  }
  .estate-nearby__photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4%;
  }
  .estate-nearby__photos i {
    height: 130px;
  }
  .estate-nearby__photos figure {
    width: 48%;
  }
  .estate-category::before {
    width: 20.5px;
    height: 18px;
  }
  .estate-point {
    padding: 40px 25px 34px;
  }
  .estate-nearby h2, .estate-overview h2 {
    font-size: 18px;
  }
  .estate-nearby h2::before {
    top: -5px;
  }
  .estate-nearby__list h3 {
    text-align: center;
  }
  .estate-nearby__list h3 br {
    display: none;
  }
  .estate-nearby__list ul {
    padding-left: 0;
  }
  .estate-nearby__list {
    gap: 20px;
    padding: 22px 26px;
  }
  estate-docs {
    display: -ms-grid;
    display: grid;
    gap: 60px;
    padding: 80px var(--main-pad) 80px;
    background: var(--estate-color);
  }
  .estate-overview div {
    display: table;
  }
  .estate-overview div dt {
    font-size: 12px;
    text-align: center;
    display: table-cell;
    width: 70px;
  }
  .estate-overview div dd {
    padding-left: 10px;
    display: table-cell;
  }
  .estate-contact__grid span {
    font-size: 16px;
    font-weight: normal;
    padding-top: 20px;
  }
  .estate-contact__grid span br {
    display: none;
  }
  .estate-contact__grid a {
    padding: 16px;
  }
  .estate-contact__grid a:first-child {
    border-bottom: 1px solid #FFF;
  }
  .estate-contact__grid .icon img {
    width: 55px;
  }
}