.page-title {
  background: url("../img/property/page-title-bg.jpg") no-repeat top center/cover;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .page-title {
    background: url("../img/property/page-title-bg-sp.jpg") no-repeat top center/cover;
  }
}

.property {
  width: min(1000px, 92%);
  margin: 0 auto 9.4rem;
}
.property--category {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 4rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .property--category {
    gap: 1.3rem;
    margin-bottom: 8rem;
  }
}
.property--category li {
  text-align: center;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  line-height: 4rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .property--category li {
    line-height: 6rem;
    font-size: 2.4rem;
  }
}
.property--category li.all {
  background: #fff;
  color: #00426C;
}
.property--category li.situation {
  background: #00426C;
}
.property--category li.land {
  background: #6B5F00;
}
.property--category li.other {
  background: #666C73;
}
@media print, screen and (min-width: 768px) {
  .property--list__single {
    display: flex;
    align-items: stretch;
  }
}
.property--list__single:not(:last-of-type) {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .property--list__single:not(:last-of-type) {
    margin-bottom: 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .property--list__single .thumb {
    width: 48rem;
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .property--list__single .thumb {
    margin-bottom: 3rem;
  }
  .property--list__single .thumb img {
    width: 100%;
  }
}
.property--list__single .thumb a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .property--list__single .single-info {
    width: calc(100% - 50rem);
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
}
.property--list__single .single-info .category {
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .property--list__single .single-info .category {
    margin-bottom: 1.5rem;
  }
}
.property--list__single .single-info .category li {
  width: 11rem;
  line-height: 2.3rem;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .property--list__single .single-info .category li {
    font-size: 2.4rem;
    width: 20rem;
    line-height: 4rem;
  }
}
.property--list__single .single-info .category li.other-tag, .property--list__single .single-info .category li.gray {
  background: #666C73;
}
.property--list__single .single-info .category li.land-tag, .property--list__single .single-info .category li.gold {
  background: #6B5F00;
}
.property--list__single .single-info .category li.built_house-tag, .property--list__single .single-info .category li.detached_house-tag, .property--list__single .single-info .category li.apartment-tag, .property--list__single .single-info .category li.navy {
  background: #00426C;
}
.property--list__single .single-info--detail {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .property--list__single .single-info--detail {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .property--list__single .single-info--detail {
    margin-bottom: 3rem;
  }
}
.property--list__single .single-info dl {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.property--list__single .single-info dl:not(:last-of-type) {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #2B2B2B;
  padding-bottom: 1.1rem;
}
.property--list__single .single-info dl dt,
.property--list__single .single-info dl dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .property--list__single .single-info dl dt,
.property--list__single .single-info dl dd {
    font-size: 2.4rem;
  }
}
.property--list__single .single-info dl dt {
  width: 13rem;
}
@media only screen and (max-width: 767px) {
  .property--list__single .single-info dl dt {
    width: 20rem;
  }
}
.property--list__single .single-info dl dd {
  width: calc(100% - 13rem);
}
@media only screen and (max-width: 767px) {
  .property--list__single .single-info dl dd {
    width: calc(100% - 20rem);
  }
}
.property--list__single .link-btn {
  width: 20rem;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .property--list__single .link-btn {
    width: 34.4rem;
    margin: auto;
  }
}
.property--list__single .link-btn a {
  display: block;
  line-height: 4rem;
  border: 1px solid #00426C;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  color: #00426C;
}
.property--list__single .link-btn a:hover {
  background: #00426C;
  color: #fff;
  opacity: 1;
}
.property--list__single .link-btn a:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media only screen and (max-width: 767px) {
  .property--list__single .link-btn a {
    line-height: 7rem;
    font-size: 2.6rem;
  }
}
.property--list__single .link-btn a::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1.5px solid #00426C;
  border-right: 1.5px solid #00426C;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1.2rem;
  bottom: 0;
  margin: auto;
}

.content {
  display: none;
}

.content.show {
  display: block;
}
/*# sourceMappingURL=property-list.css.map */