.p-property {
  position: relative;
}
.p-property-lead {
  font-size: 1.8rem;
  line-height: 2.2;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-property-lead {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .p-property-lead.m-noinfo {
    margin: 10rem 0;
  }
}
.p-property-link {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-property-link {
    margin-top: 4rem;
  }
}
.p-property-link a {
  display: block;
  border-radius: 10rem;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(215, 201, 183, 0.3019607843);
          box-shadow: 2px 2px 2px 0px rgba(215, 201, 183, 0.3019607843);
  background: rgba(255, 255, 255, 0.5);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-property-link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-property-link a {
    display: block;
    border-radius: 5rem;
  }
}
.p-property-link a .-img {
  width: 50%;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-property-link a .-img {
    width: 100%;
  }
}
.p-property-link a .-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-property-link a .-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 7rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-property-link a .-txt {
    padding: 4rem 0;
  }
}
.p-property-link a .-txt .icn {
  width: 6.3rem;
  height: 6.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-property-link a .-txt .icn {
    width: 3rem;
    height: 3.1rem;
  }
}
.p-property-link a .-txt .ttl {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-property-link a .-txt .ttl {
    margin-top: 2rem;
  }
}
.p-property-link a .-txt .ttl .ttl-txt {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 1.5rem;
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-property-link a .-txt .ttl .ttl-txt {
    font-size: 1.6rem;
    padding-right: 1.8rem;
  }
}
.p-property-link a .-txt .ttl .ttl-icn {
  width: 1.2rem;
  height: 1.6rem;
  background: url(../img/common/util_linkicn_brown.svg) no-repeat center center/contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-property-link a .-txt .ttl .ttl-icn {
    width: 0.6rem;
    height: 0.8rem;
    top: calc(50% + 0.2rem);
  }
}
.p-property-link a .-txt .comment {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-property-link a .-txt .comment {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.p-property-btn {
  margin: 8rem auto 0;
  width: 22rem;
}
@media screen and (max-width: 767px) {
  .p-property-btn {
    width: 32.1rem;
    margin-top: 4rem;
  }
}