@charset "UTF-8";
.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;
  }
}

.sales {
  margin-bottom: 10rem;
}
.sales--category {
  display: flex;
  flex-wrap: wrap;
  gap: 1.7rem 1.9rem;
  margin: 0 auto 4.3rem;
  width: 100rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .sales--category {
    width: 68.6rem;
    gap: 1.5rem 1.3rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.sales--category li {
  width: 11rem;
}
@media only screen and (max-width: 767px) {
  .sales--category li {
    width: 16.1rem;
  }
}
.sales--category li.all a {
  background: #00426C;
  color: #fff;
}
.sales--category li.all a:hover {
  color: #00426C;
  background: #fff;
}
.sales--category li a {
  display: block;
  background: #fff;
  text-align: center;
  line-height: 2.7rem;
  border-radius: 2.7rem;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  color: #00426C;
}
.sales--category li a:hover {
  color: #fff;
  background: #00426C;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .sales--category li a {
    font-size: 2.4rem;
    line-height: 5.4rem;
  }
}
.sales .archive-header {
  width: 106.8rem;
  margin: 0 auto 10rem;
}
@media only screen and (max-width: 767px) {
  .sales .archive-header {
    width: 100%;
    overflow: hidden;
    margin-bottom: 8rem;
  }
}
.sales .archive-header ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2.8rem;
}
@media only screen and (max-width: 767px) {
  .sales .archive-header ul {
    position: relative;
    left: -6rem;
    width: 87rem;
    gap: 1.7rem 2.4rem;
  }
}
.sales .archive-header ul li {
  width: 46rem;
}
@media only screen and (max-width: 767px) {
  .sales .archive-header ul li {
    width: 38.5rem;
  }
}
.sales .archive-header ul li:nth-of-type(2), .sales .archive-header ul li:nth-of-type(3) {
  width: 55rem;
}
@media only screen and (max-width: 767px) {
  .sales .archive-header ul li:nth-of-type(2), .sales .archive-header ul li:nth-of-type(3) {
    width: 46rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sales .archive-header ul li:nth-of-type(2) {
    margin-right: 3rem;
  }
  .sales .archive-header ul li:nth-of-type(3) {
    margin-left: 3rem;
  }
}
.sales .archive-header ul li img {
  width: 100%;
  height: 27rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .sales .archive-header ul li img {
    height: 22.6rem;
  }
}
.sales--list {
  width: 100rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sales--list {
    width: 68.7rem;
  }
}
.sales--list__content:not(:last-of-type) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .sales--list__content:not(:last-of-type) {
    margin-bottom: 7rem;
  }
}
.sales--list__content h2 {
  position: relative;
  font-size: 5rem;
  font-weight: 400;
  color: #00426C;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .sales--list__content h2 {
    font-size: 5.6rem;
    padding-left: 3.2rem;
    margin-bottom: 1.5rem;
  }
}
.sales--list__content h2::before {
  content: "";
  width: 5.2rem;
  height: 5.2rem;
  position: absolute;
  top: -2rem;
  left: -3rem;
  background: url("../img/sales/title-icon.svg") no-repeat top left/cover;
}
@media only screen and (max-width: 767px) {
  .sales--list__content h2::before {
    left: 0;
  }
}
.sales--list__content table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sales--list__content table {
    display: block;
  }
  .sales--list__content table tbody,
.sales--list__content table tr {
    display: block;
  }
}
.sales--list__content table th, .sales--list__content table td {
  padding: 0.4rem 2rem;
}
@media only screen and (max-width: 767px) {
  .sales--list__content table th, .sales--list__content table td {
    display: block;
    padding: 0.4rem 2rem 0.4rem 0;
  }
}
.sales--list__content table th {
  background: #00426C;
  color: #fff;
}
.sales--list__content table th:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.sales--list__content table th:first-of-type {
  width: 40%;
}
.sales--list__content table th:last-of-type {
  width: 14%;
}
.sales--list__content table td {
  border-bottom: 1px solid #666C73;
}
@media print, screen and (min-width: 768px) {
  .sales--list__content table td:not(:last-of-type) {
    border-right: 1px solid #666C73;
  }
}
@media only screen and (max-width: 767px) {
  .sales--list__content table td {
    position: relative;
    padding-left: 19rem;
    font-size: 2.6rem;
  }
  .sales--list__content table td::before {
    position: absolute;
    left: 2rem;
  }
  .sales--list__content table td.name {
    background: #00426C;
    color: #fff;
  }
  .sales--list__content table td.name::before {
    content: "物　　　件";
  }
  .sales--list__content table td.address::before {
    content: "住　　　所";
  }
  .sales--list__content table td.plan::before {
    content: "間　取　り";
  }
}
/*# sourceMappingURL=sales.css.map */