@charset "UTF-8";

.p-searchdetail .p-main__inner {
  margin-inline: auto;
  max-width: 690px;
  padding-inline: 20px;
}

.p-searchdetail__contents {
  padding-bottom: 150px;
}

.p-searchdetail__data {
  background-color: #fff;
  border-radius: 10px;
  margin-inline: auto;
  padding: 40px 20px;
}

.property-detail__title {
  align-items: center;
  border-bottom: solid 1.5px #d0d0d0;
  display: inline-flex;
  font-size: 20px;
  font-weight: bold;
  gap: 14px;
  letter-spacing: 1.44px;
  line-height: 1.5;
  padding-bottom: 18px;
  width: 100%;
}
.property-detail__title::before {
  background-color: #e53784;
  border-radius: 5px;
  content: "";
  flex-shrink: 0;
  height: 15px;
  width: 15px;
}

.property-detail__tag {
  border-top: none;
  margin-top: 15px;
  padding-left: 0;
  padding-top: 0;
}
.property-detail__img {
  aspect-ratio: 898/397;
  background-image: url(../images/topics_img_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-top: 30px;
  overflow: hidden;
  width: 100%;
}

.property-detail__comment {
  color: #495965;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.12px;
  line-height: 2.29;
  margin-top: 35px;
}

.property-detail__body {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 60px;
}

.property-detail__section-title {
  align-items: center;
  background-color: #f4f3f5;
  border-radius: 0 25px 25px 0;
  color: #495966;
  display: inline-flex;
  font-size: 20px;
  font-weight: 500;
  gap: calc(10 / 1366 * 100vw);
  gap: 10px;
  letter-spacing: 1.2px;
  padding: 13px 20px;
  width: 100%;
}
.property-detail__section-title::before {
  background-color: #e53884;
  content: "";
  flex-shrink: 0;
  height: 13px;
  width: 5px;
}

.property-detail__boxs {
  border: solid 1px #f4dce6;
  border-radius: 5px;
  margin-top: 43px;
  overflow: hidden;
}

.property-detail__box {
  display: flex;
  flex-direction: column;
}
.property-detail__box + .property-detail__box {
  border-top: solid 1px #f4dce6;
}

.property-detail__box-title {
  background-color: #fff5f9;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.5;
  padding: 20px;
}

.property-detail__box-body {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.2;
  padding: 20px;
  width: 100%;
}
.property-detail__box-body iframe {
  aspect-ratio: 686/260;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.property-list__btn {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 75px 75px;
  margin-top: 60px;
  width: 100%;
}

.property-list__btn-item:nth-of-type(1) {
  grid-column: 1/1;
}
.p-searchdetail__bottom {
  margin-top: 80px;
}
@media (min-width: 1024px) {
  .p-searchdetail .p-main__inner {
    max-width: 1100px;
    width: 100%;
  }
  .p-searchdetail__data {
    padding: calc(80 / 1366 * 100vw) calc(80 / 1366 * 100vw) calc(110 / 1366 * 100vw) calc(80 / 1366 * 100vw);
  }
  .property-detail__title {
    font-size: 24px;
    line-height: 3;
  }
  .property-detail__img {
    margin-top: 60px;
  }
  .property-detail__box {
    align-items: center;
    display: grid;
    grid-template-columns: 120px auto;
  }
  .property-detail__box-title {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    max-width: 120px;
    min-width: 120px;
    padding: 20px 18px;
    text-align: center;
    width: calc(120 / 1366 * 100vw);
  }
  .property-detail__box-body {
    padding: 15px 40px;
  }
}
@media (min-width: 1366px) {
  .p-searchdetail__data {
    padding: 80px 80px 110px 80px;
  }
}