.p-property a{
  transition: opacity .2s;
}
.p-property a:hover{
  opacity: .7;
}

.p-logo {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 186px;
}

.p-logo img {
  vertical-align: bottom;
}

@media (max-width: 648px) {
  .p-logo {
    top: 20px;
    left: 20px;
    width: 124px;
  }
}

.c-propOutline-sub-header__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 648px) {
  .c-propOutline-sub-header__title {
    font-size: 16px;
  }
}

.c-propOutline-sub-header__address {
  font-size: 16px;
  margin: 10px 0 0;
}

.c-propOutline__detail {
  margin-top: 40px;
}

@media (max-width: 648px) {
  .c-propOutline__detail {
    margin-top: 30px;
  }
}

.c-propOutline {
  padding-bottom: 0;
}

.c-propOutline__button {
  margin-top: 60px;
}

@media (max-width: 648px) {
  .c-propOutline__button {
    margin-top: 40px;
  }
}

.c-propContent {
  padding-top: 40px;
}

@media (max-width: 648px) {
  .c-propContent {
    padding-top: 30px;
  }
}

.c-propContent .grid .photoswipe-img img {
  aspect-ratio: 175 / 116;
  object-fit: contain;
}

.c-propContent__button {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

@media (max-width: 648px) {
  .c-propContent__button {
    margin-top: 45px;
  }
}

.c-propDetail__table {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.c-propDetail__section {
  margin: 0 !important;
  width: 100%;
}

.c-propDetail__section h3 {
  font-size: 16px;
  margin: 0;
}

@media (max-width: 648px) {
  .c-propDetail__section h3 {
    font-size: 14px;
  }
}

.c-propDetail__section dl {
  margin-top: 10px;
}

.c-button {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  padding: 20px 56px;
  border-radius: 4px;
  font-weight: 300;
}

.c-button:hover {
  color: #fff;
}

.c-button:after {
  content: none;
}

@media (max-width: 648px) {
  .c-button {
    min-width: 300px;
    padding: 20px;
  }
}

.c-button.--gray {
  background: #3C3C43;
}

.c-link-button {
  padding: 18px 36px;
  border: 1px solid #D8D8D9;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
.c-propContent__button .c-link-button {
  transition: border-color .2s, color .2s;
}
.c-link-button:hover {
  color: #191919;
  opacity: 1;
  border-color: #000;
}

.c-propDetail__button {
  margin-top: 95px;
}

@media (max-width: 648px) {
  .c-propDetail__button {
    margin-top: 45px;
  }
}