@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
.secHouseDetail__inner {
  padding-top: 12rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 750px) {
  .secHouseDetail__inner {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}

.columnHouseDetail {
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .columnHouseDetail {
    flex-direction: column-reverse;
    align-items: center;
    gap: 5rem;
  }
}

.columnHouseDetail__item:first-child {
  max-width: 61rem;
}

.secHouseDetail__title {
  display: flex;
  flex-direction: column;
  gap: 0.7rem 0;
}
@media screen and (max-width: 750px) {
  .secHouseDetail__title {
    gap: 0.2rem 0;
  }
}

.secHouseDetail__title--small {
  color: #000;
  font-family: "Playfair", serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.secHouseDetail__title--large {
  color: #191919;
  font-family: "Zen Old Mincho", serif;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 550;
  line-height: 4.2rem; /* 100% */
}
@media screen and (max-width: 750px) {
  .secHouseDetail__title--large {
    font-size: 2.4rem;
  }
}

.secHouseDetail__list {
  margin-top: 7.5rem;
}
@media screen and (max-width: 750px) {
  .secHouseDetail__list {
    margin-top: 3.2rem;
  }
}

.listHouseDetail__item {
  counter-increment: section;
}
.listHouseDetail__item + .listHouseDetail__item {
  margin-top: 3.2rem;
}
.listHouseDetail__item:first-of-type {
  counter-reset: section;
}

.listHouseDetail__title {
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 550;
  line-height: 2.4rem; /* 100% */
  display: flex;
  align-items: flex-start;
  gap: 0 1.6rem;
}
@media screen and (max-width: 750px) {
  .listHouseDetail__title {
    font-size: 1.8rem;
    line-height: 1.4;
    gap: 0 1rem;
    align-items: center;
  }
}
.listHouseDetail__title::before {
  content: counter(section);
  flex-shrink: 0;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  color: #FFF;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 550;
  line-height: 1; /* 100% */
  width: 3rem;
  height: 3rem;
  border-radius: 0.2rem;
  background-color: #191919;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .listHouseDetail__title::before {
    font-size: 1.8rem;
    width: 2.6rem;
    height: 2.6rem;
  }
}

.listHouseDetail__text {
  margin-top: 1.6rem;
  color: #000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem; /* 171.429% */
  padding-left: 4.6rem;
}
@media screen and (max-width: 750px) {
  .listHouseDetail__text {
    margin-top: 0.8rem;
    font-size: 1.2rem;
    padding-left: 3.6rem;
  }
}

.columnHouseDetail__title {
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 550;
  line-height: 1.6; /* 100% */
  writing-mode: vertical-rl;
  text-orientation: mixed;
  width: 6.3rem;
}
@media screen and (max-width: 750px) {
  .columnHouseDetail__title {
    font-size: 2.4rem;
    width: 7.7rem;
  }
}

.secHouseTextLoop__inner {
  padding-bottom: 2rem;
}

.secHouseArchive {
  background-image: url(../images/common/main_bg_01.png);
  background-repeat: repeat;
  background-size: 67.5rem auto;
}
@media screen and (max-width: 750px) {
  .secHouseArchive {
    background-size: 25rem auto;
  }
}

.secHouseArchive__pagination {
  margin-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  .secHouseArchive__pagination {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
}
.secHouseArchive__pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 750px) {
  .secHouseArchive__pagination .wp-pagenavi {
    gap: 0;
  }
}
.secHouseArchive__pagination .wp-pagenavi a, .secHouseArchive__pagination .wp-pagenavi span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  color: #CCCCCC;
  padding: 0.3rem;
}
.secHouseArchive__pagination .wp-pagenavi a.nextpostslink, .secHouseArchive__pagination .wp-pagenavi a.previouspostslink, .secHouseArchive__pagination .wp-pagenavi span.nextpostslink, .secHouseArchive__pagination .wp-pagenavi span.previouspostslink {
  width: 3.5rem;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  position: relative;
  font-size: 0;
  padding-top: 0.5rem;
}
.secHouseArchive__pagination .wp-pagenavi a.nextpostslink::before, .secHouseArchive__pagination .wp-pagenavi a.nextpostslink::after, .secHouseArchive__pagination .wp-pagenavi a.previouspostslink::before, .secHouseArchive__pagination .wp-pagenavi a.previouspostslink::after, .secHouseArchive__pagination .wp-pagenavi span.nextpostslink::before, .secHouseArchive__pagination .wp-pagenavi span.nextpostslink::after, .secHouseArchive__pagination .wp-pagenavi span.previouspostslink::before, .secHouseArchive__pagination .wp-pagenavi span.previouspostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 1.1rem;
  height: 0.1rem;
  border-radius: 9999px;
  background-color: #191919;
  transform-origin: calc(100% - 0.5px) 50%;
}
.secHouseArchive__pagination .wp-pagenavi a.nextpostslink::before, .secHouseArchive__pagination .wp-pagenavi a.previouspostslink::before, .secHouseArchive__pagination .wp-pagenavi span.nextpostslink::before, .secHouseArchive__pagination .wp-pagenavi span.previouspostslink::before {
  transform: rotate(35deg);
}
.secHouseArchive__pagination .wp-pagenavi a.nextpostslink::after, .secHouseArchive__pagination .wp-pagenavi a.previouspostslink::after, .secHouseArchive__pagination .wp-pagenavi span.nextpostslink::after, .secHouseArchive__pagination .wp-pagenavi span.previouspostslink::after {
  transform: rotate(-35deg);
}
.secHouseArchive__pagination .wp-pagenavi a.previouspostslink, .secHouseArchive__pagination .wp-pagenavi span.previouspostslink {
  transform: rotate(180deg);
}
.secHouseArchive__pagination .wp-pagenavi a.page:hover {
  color: #191919;
  text-decoration: underline;
}
.secHouseArchive__pagination .wp-pagenavi span.current {
  color: #191919;
  text-decoration: none;
}

.secHouseLink__inner {
  padding-bottom: 24rem;
}
@media screen and (max-width: 750px) {
  .secHouseLink__inner {
    padding-bottom: 12rem;
  }
}

.secHouseDetailHead__slide .swiper-slide {
  height: 37.5vw;
}
@media screen and (max-width: 750px) {
  .secHouseDetailHead__slide .swiper-slide {
    height: 20.2rem;
  }
}
.secHouseDetailHead__slide .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.secHouseDetailContent__inner {
  padding-top: 9rem;
  padding-bottom: 9rem;
  max-width: 109rem;
}
@media screen and (max-width: 750px) {
  .secHouseDetailContent__inner {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.secHouseDetailContent__column + .secHouseDetailContent__column {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .secHouseDetailContent__column + .secHouseDetailContent__column {
    margin-top: 3rem;
  }
}

.columnHouseDetailContent {
  justify-content: space-between;
  align-items: center;
  gap: 0 3rem;
}
@media screen and (max-width: 750px) {
  .columnHouseDetailContent {
    flex-direction: column-reverse;
    gap: 2rem 0;
  }
}

.columnHouseDetailContent__item:nth-child(1) {
  width: 51.5rem;
  flex-grow: 1;
}
@media screen and (max-width: 750px) {
  .columnHouseDetailContent__item:nth-child(1) {
    width: 100%;
  }
}
.columnHouseDetailContent__item:nth-child(2) {
  width: 43.5rem;
}
@media screen and (max-width: 750px) {
  .columnHouseDetailContent__item:nth-child(2) {
    width: 100%;
  }
}

.columnHouseDetailContent__head {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 750px) {
  .columnHouseDetailContent__head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.secHouseDetailContent__img {
  width: 100%;
  height: 7.5rem;
}
@media screen and (max-width: 750px) {
  .secHouseDetailContent__img {
    height: 5rem;
  }
}
.secHouseDetailContent__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
}

.listHouseDetailContent {
  gap: 1rem;
}

.listHouseDetailContent__categoryItem {
  color: #191919;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.125; /* 125% */
  min-width: 8rem;
  padding: 0.4rem 1.2rem;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .listHouseDetailContent__categoryItem {
    font-size: 1.4rem;
  }
}

.listHouseDetailContent__categoryItem--property {
  color: #F8FFFF;
  background: #C0486E;
}

.listHouseDetailContent__categoryItem--area {
  background: #D8CFBE;
}

.listHouseDetailContent__categoryItem--kinds {
  color: #fff;
  background: #503900;
}

.columnHouseDetailContent__lead {
  margin-top: 2.8rem;
  color: #1A1818;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 200% */
}
@media screen and (max-width: 750px) {
  .columnHouseDetailContent__lead {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.columnHouseDetailContent__lead:first-child {
  margin-top: 0;
}

.columnHouseDetailContent__detail {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  .columnHouseDetailContent__detail {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.columnHouseDetailContent__detailTitle {
  color: #000;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
}
@media screen and (max-width: 750px) {
  .columnHouseDetailContent__detailTitle {
    font-size: 1.8rem;
  }
}

.columnHouseDetailContent__table {
  margin-top: 2rem;
}

.tableHouseDetailContent {
  width: 100%;
}

.tableHouseDetailContent__tr {
  display: flex;
}
.tableHouseDetailContent__tr:last-child .tableHouseDetailContent__th {
  border-bottom: 0.1rem solid #000;
}
.tableHouseDetailContent__tr:last-child .tableHouseDetailContent__td {
  border-bottom: 0.1rem solid #F2F2F2;
}

.tableHouseDetailContent__th {
  border-top: 0.1rem solid #000;
  width: 7rem;
  padding: 1rem 0.5rem 1rem 0;
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 262.5% */
}
@media screen and (max-width: 750px) {
  .tableHouseDetailContent__th {
    font-size: 1.4rem;
    padding: 1rem 0.5rem 1rem 0;
  }
}

.tableHouseDetailContent__td {
  border-top: 0.1rem solid #F2F2F2;
  padding: 1rem 0.5rem 1rem 3.5rem;
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 262.5% */
  flex-grow: 1;
}
@media screen and (max-width: 750px) {
  .tableHouseDetailContent__td {
    font-size: 1.4rem;
    padding: 0.7rem 0.5rem 0.7rem 1.5rem;
  }
}

@media screen and (max-width: 750px) {
  .columnHouseDetailContent__photo {
    margin-top: 2rem;
  }
}

.secHouseDetailContact {
  background-image: url(../images/common/main_bg_01.png);
  background-repeat: repeat;
  background-size: 67.5rem auto;
}
@media screen and (max-width: 750px) {
  .secHouseDetailContact {
    background-size: 25rem auto;
  }
}

.secHouseDetailContact__inner {
  max-width: 108rem;
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .secHouseDetailContact__inner {
    padding-bottom: 5rem;
  }
}

.secHouseDetailContact__lead {
  padding-left: 18rem;
  color: #191919;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.2857142857; /* 228.571% */
}
@media screen and (max-width: 750px) {
  .secHouseDetailContact__lead {
    padding-left: 0;
    font-size: 1.2rem;
  }
}

.secHouseDetailContact__form {
  margin-top: 3rem;
}

.secHouseRecommend__inner {
  padding-top: 5rem;
  padding-bottom: 2.2rem;
}

.secHouseRecommend__title {
  color: #000;
  font-family: "Playfair", serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.secHouseRecommend__slide {
  margin-top: 3rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.secHouseRecommend__slide .swiper {
  position: relative;
}
.secHouseRecommend__slide .swiper-container {
  padding-bottom: 2rem;
}
.secHouseRecommend__slide .swiper__swiper-prev--houseRecommend,
.secHouseRecommend__slide .swiper__swiper-next--houseRecommend {
  width: 6.1rem;
  top: calc(50% - 1rem);
}
@media screen and (max-width: 750px) {
  .secHouseRecommend__slide .swiper__swiper-prev--houseRecommend,
  .secHouseRecommend__slide .swiper__swiper-next--houseRecommend {
    width: 3rem;
  }
}
.secHouseRecommend__slide .swiper__swiper-prev--houseRecommend::after,
.secHouseRecommend__slide .swiper__swiper-next--houseRecommend::after {
  content: none;
}
.secHouseRecommend__slide .swiper__swiper-prev--houseRecommend {
  left: 7rem;
}
@media screen and (max-width: 750px) {
  .secHouseRecommend__slide .swiper__swiper-prev--houseRecommend {
    left: 2rem;
  }
}
.secHouseRecommend__slide .swiper__swiper-next--houseRecommend {
  right: 7rem;
  transform: rotate(180deg);
}
@media screen and (max-width: 750px) {
  .secHouseRecommend__slide .swiper__swiper-next--houseRecommend {
    right: 2rem;
  }
}
.secHouseRecommend__slide .swiper__pagination {
  justify-content: center;
  gap: 0 0.4rem;
  display: flex;
  width: 100%;
}
.secHouseRecommend__slide .swiper-pagination-bullet {
  width: 4.5rem;
  height: 0.2rem;
  border-radius: 0;
  background-color: #F2F2F2;
  opacity: 1;
}
.secHouseRecommend__slide .swiper-pagination-bullet-active {
  background-color: #191919;
}