.page-content {
  width: 100rem;
  margin-top: 12rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .page-content {
    margin-top: 18rem;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .slide-wrap {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .slide-wrap {
    margin-bottom: 8rem;
    width: 68.7rem;
    margin: 0 auto 8rem;
  }
}

.property-left {
  width: 60rem;
  margin: 0 1rem 0 0;
}
.property-left figure {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .property-left figure {
    margin-bottom: 4.3rem;
  }
}
.property-left figure img {
  aspect-ratio: 600/490;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .property-left figure img {
    aspect-ratio: 687/561;
  }
}
.property-left figure figcaption {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 1.4rem 0 0;
}
@media only screen and (max-width: 767px) {
  .property-left figure figcaption {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .property-left {
    width: 100%;
    margin: 0 0 2rem;
    width: 68.7rem;
    margin: 0 auto 4rem;
  }
}

.property-right {
  width: 39rem;
}
@media only screen and (max-width: 767px) {
  .property-right {
    width: 68.7rem;
    margin: 0 auto 8rem;
  }
}
.property-right ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .property-right ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.property-right ul li {
  position: relative;
  background: #fff;
}
.property-right ul li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/property/zoom-icon.svg") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .property-right ul li::after {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.property-right ul li img {
  border: 1px solid #666C73;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.property-right ul li .slide-media {
  margin-bottom: 1rem;
}

.property-detail {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .property-detail {
    width: 68.7rem;
    margin: 0 auto;
  }
}
.property-detail .title {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .property-detail .title {
    margin-bottom: 3rem;
  }
}
.property-detail .title .icon {
  width: 11.5rem;
  line-height: 2.4rem;
  text-align: center;
  display: block;
  margin-bottom: 0.8rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .property-detail .title .icon {
    font-size: 2.4rem;
    width: 20rem;
    line-height: 4rem;
    margin-bottom: 2rem;
  }
}
.property-detail .title .icon.apartment-tag, .property-detail .title .icon.built_house-tag, .property-detail .title .icon.detached_house-tag {
  background: #00426C;
}
.property-detail .title .icon.land-tag {
  background: #6B5F00;
}
.property-detail .title .icon.other-tag {
  background: #666C73;
}
.property-detail .title h1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .property-detail .title h1 {
    font-size: 3.5rem;
  }
}
.property-detail .price {
  margin-bottom: 3rem;
}
.property-detail .price p {
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .property-detail .price p {
    font-size: 2.4rem;
  }
}
.property-detail .price p.price-txt {
  font-size: 2.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .property-detail .price p.price-txt {
    font-size: 3rem;
  }
}
.property-detail .price p.price-txt span {
  font-size: 5.6rem;
  font-weight: inherit;
}
@media only screen and (max-width: 767px) {
  .property-detail .price p.price-txt span {
    font-size: 6rem;
  }
}
.property-detail .single-info--detail {
  border-bottom: 1px solid #666C73;
  margin-bottom: 10rem;
}
.property-detail .single-info--detail h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .property-detail .single-info--detail h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.property-detail .single-info--detail dl {
  border-top: 1px solid #666C73;
}
@media print, screen and (min-width: 768px) {
  .property-detail .single-info--detail dl {
    display: flex;
    align-items: stretch;
  }
}
.property-detail .single-info--detail dl dt, .property-detail .single-info--detail dl dd {
  padding: 1rem 2rem;
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  .property-detail .single-info--detail dl dt, .property-detail .single-info--detail dl dd {
    padding: 0.7rem 2rem 0.6rem 2rem;
  }
}
.property-detail .single-info--detail dl dt {
  font-size: 1.6rem;
  font-weight: 500;
  background: #E2E8EF;
}
@media print, screen and (min-width: 768px) {
  .property-detail .single-info--detail dl dt {
    width: 20.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .property-detail .single-info--detail dl dt {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .property-detail .single-info--detail dl dd {
    width: calc(100% - 20.8rem);
  }
}
@media only screen and (max-width: 767px) {
  .property-detail .single-info--detail dl dd {
    padding: 1.2rem 2rem 1.2rem 2rem;
    font-size: 2.6rem;
  }
}
.property-detail .single-info--detail dl dd a {
  text-decoration: underline;
  color: #00426C;
}

#lightbox {
  width: 80rem;
  margin: auto;
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 80rem;
  width: 80vw;
  height: 80vh;
  max-width: 80rem;
  max-height: 60rem;
}
@media only screen and (max-width: 767px) {
  #lightbox {
    width: 80vw;
    height: 60vw;
  }
}
#lightbox .lb-container {
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#lightbox .lb-outerContainer {
  width: 100% !important;
  height: 100% !important;
}
#lightbox.lightbox .lb-image {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: 100% !important;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
}
#lightbox .lb-data .lb-details {
  display: none;
}
#lightbox .lb-dataContainer {
  position: absolute;
  width: 3rem !important;
  left: 101%;
  top: -1%;
}
@media only screen and (max-width: 767px) {
  #lightbox .lb-dataContainer {
    top: -15%;
    left: 98%;
  }
}
#lightbox .lb-nav a.lb-prev,
#lightbox .lb-nav a.lb-next {
  display: block !important;
  opacity: 1;
}
/*# sourceMappingURL=single-property.css.map */