@charset "UTF-8";
@media (max-width: 760px) {
  .is-property .hero-numProperty,
  .is-property .brand-logo {
    display: none;
  }
}

.archive .property__img img {
  aspect-ratio: auto;
  max-height: 130px;
}
.archive .property__img::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 2;
}
.archive .property__img.is-human-01::after {
  background-image: url(../img/property/human01.png);
  background-size: 24px;
  width: 24px;
  height: 68px;
  bottom: 17px;
  left: 20px;
}
.archive .property__img.is-human-02::after {
  background-image: url(../img/property/human02.png);
  background-size: 40px;
  width: 35px;
  height: 60px;
  bottom: 9px;
  left: 40px;
}
.archive .property__img.is-human-03::after {
  background-image: url(../img/property/human03.png);
  background-size: 24px;
  width: 24px;
  height: 68px;
  bottom: 17px;
  right: 20px;
}
.archive .property__img.is-human-04::after {
  background-image: url(../img/property/human04.png);
  background-size: 30px;
  width: 30px;
  height: 68px;
  bottom: 17px;
  right: 20px;
}
.archive .property__img.is-human-05::after {
  background-image: url(../img/property/human05.png);
  background-size: 34px;
  width: 34px;
  height: 74px;
  bottom: 17px;
  right: 20px;
}
.archive .property__img.is-human-06::after {
  background-image: url(../img/property/human06.png);
  background-size: 24px;
  width: 24px;
  height: 68px;
  bottom: 17px;
  right: 40px;
}
.archive .property__img.is-human-07::after {
  background-image: url(../img/property/human07.png);
  background-size: 24px;
  width: 24px;
  height: 68px;
  bottom: 17px;
  right: 20px;
}
.archive .property__img.is-human-08::after {
  background-image: url(../img/property/human08.png);
  background-size: 24px;
  width: 24px;
  height: 68px;
  bottom: 17px;
  left: 20px;
}
.archive .property__img.is-human-none::after {
  display: none;
}

.section-property {
  padding-top: 30px;
  padding-bottom: 30px;
}

.headline .flex {
  align-items: center;
}
.headline__illust {
  max-width: 72px;
}
.headline__category {
  background-color: #005fff;
  color: #fff;
  font-size: 2.2rem;
}
@media (max-width: 760px) {
  .headline__category {
    font-size: 1.2rem;
  }
}
.headline__category {
  width: fit-content;
  line-height: 1;
  padding: 4px 4px 6px;
  border-radius: 4px;
}
.headline__category.new-house {
  background-color: #f15a24;
}
.headline__category.used-house {
  background-color: #005fff;
}
.headline__category.land {
  background-color: #1d9a39;
}
.headline__category.mansion {
  background-color: #ff9800;
}
@media (min-width: 1041px) {
  .headline__title {
    margin-top: 30px;
  }
}
.headline__title {
  font-weight: 600;
  font-size: 3.6rem;
}
@media (max-width: 760px) {
  .headline__title {
    font-size: 1.9rem;
    padding-top: 10px;
  }
}
.headline__price {
  color: #458ee9;
  font-weight: bold;
  line-height: 1;
  font-size: 4.4rem;
}
@media (max-width: 760px) {
  .headline__price {
    font-size: 2.4rem;
  }
}
.headline__price span {
  font-size: 2.6rem;
}
@media (max-width: 760px) {
  .headline__price span {
    font-size: 1.4rem;
  }
}
.headline__img {
  margin-top: 20px;
}
@media (min-width: 1041px) {
  .headline__img img {
    border-radius: 35px;
  }
}
.headline__img img {
  max-height: 495px;
  object-fit: cover;
}

.property__title {
  text-align: center;
  font-weight: bold;
}
@media (max-width: 760px) {
  .property__title {
    font-size: 1.6rem;
  }
}
.property .simplefavorite-button {
  margin-left: auto;
  font-size: 6rem;
}
@media (max-width: 760px) {
  .property .simplefavorite-button {
    font-size: 4rem;
  }
}
.property .simplefavorite-button {
  line-height: 1;
  color: #ff5b76;
  font-weight: bold;
}
.property-map {
  margin-top: 30px;
}
.property-map iframe {
  margin-top: 20px;
}
.property__item {
  color: #8cc63f;
  display: inline;
  font-weight: bold;
}
.property__item::before {
  content: "・";
  color: #dbdbdb;
}
.property:has(.post-checker) .flex {
  gap: 0 !important;
  align-items: center;
}
.property .post-checker {
  width: 100%;
  max-width: 24px;
  height: 24px;
  appearance: none;
  background-color: #fff;
  border: solid 2px #dbdbdb;
  vertical-align: middle;
}
.property .post-checker:checked {
  border-color: #005fff;
}
.property .post-checker:checked::after {
  content: "●";
  color: #005fff;
  margin-top: 0px;
  display: block;
  line-height: 1;
}

.overview {
  margin-top: 40px;
}
@media (min-width: 1041px) {
  .overview {
    gap: 40px;
  }
}
@media (max-width: 760px) {
  .overview {
    flex-direction: column;
    display: block;
    margin-bottom: 40px;
  }
}
.overview-texts-wrap, .overview-comments {
  flex: 1;
}
.overview-texts-wrap {
  background-color: #f2f6fa;
  padding: 30px 40px;
  height: fit-content;
}
.overview-texts {
  height: fit-content;
}
@media (min-width: 1041px) {
  .overview-texts {
    border-spacing: 0 10px;
  }
}
@media (max-width: 1040px) {
  .overview-texts tbody {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 760px) {
  .overview-texts tbody {
    display: block;
  }
}
.overview__title, .overview__text {
  padding-inline: 10px;
  line-height: 1;
  padding: 7px 10px 10px;
}
.overview__title {
  background-color: #458ee9;
  color: #fff;
  border-radius: 4px;
  font-weight: 400;
  white-space: nowrap;
}
.overview__text {
  color: #458ee9;
  font-weight: bold;
}
@media (max-width: 1040px) {
  .overview-comments {
    width: fit-content;
    margin-inline: auto;
  }
}
@media (max-width: 760px) {
  .overview-comments {
    margin-top: 40px;
  }
}
.overview__comment {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 16px 17px;
  border: 2px solid #005fff;
  border-radius: 6px;
  background-color: #fff;
}
.overview__comment::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70%;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: #005fff transparent transparent;
  translate: -50% 100%;
}
.overview__comment::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70%;
  border-style: solid;
  border-width: 15.2px 0 0 15.2px;
  border-color: #fff transparent transparent;
  translate: calc(-50% + 0.4px) 100%;
}
.overview__illust {
  max-width: 120px;
  margin-left: auto;
}
.overview {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
@media (min-width: 1041px) {
  .overview {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.overview-texts {
  display: flex;
}
.overview__title {
  width: 100%;
  background: #458ee9;
  text-align: center;
  max-width: 35%;
}
@media (max-width: 760px) {
  .overview__title {
    max-width: 27%;
  }
}
.overview__text {
  width: 65%;
}

.images-wrap {
  margin-top: 40px;
  display: flex;
  gap: 40px;
}
@media (max-width: 760px) {
  .images-wrap {
    display: initial;
  }
}

.images {
  max-width: 52%;
}
@media (max-width: 760px) {
  .images {
    max-width: 100%;
  }
}
.images .swiper-button-prev,
.images .swiper-button-next {
  width: 30px;
  height: 30px;
}
.images .swiper-main {
  border-radius: 35px;
}
@media (min-width: 1041px) {
  .images .swiper-main .swiper-slide {
    max-height: 350px;
    aspect-ratio: 1;
    width: auto;
  }
}
.images .swiper-main .swiper-slide img {
  height: 100%;
  object-fit: contain;
  background-color: #dbdbdb;
}
.images .swiper-thumbnail {
  margin-top: 10px;
}
.images .swiper-thumbnail .swiper-slide img {
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.3s;
}
.images .swiper-thumbnail .swiper-slide img:hover {
  opacity: 1;
}
.images .swiper-thumbnail .swiper-slide img {
  height: 100%;
  object-fit: contain;
  background-color: #dbdbdb;
}
.images .swiper-thumbnail .swiper-slide {
  height: auto !important;
  max-height: 90px;
}
@media (max-width: 1040px) {
  .images .swiper-thumbnail .swiper-slide {
    max-height: 130px;
  }
}
.images .swiper__text {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  width: 100%;
  padding: 10px 20px;
  font-size: 1.2rem;
}

.madori {
  background-color: #fff;
  position: relative;
  width: stretch;
}
.madori img {
  aspect-ratio: 1;
  object-fit: contain;
  cursor: pointer;
}
.madori::after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/zoom.svg);
}

.detail {
  padding-top: 60px;
}
.detail .flex {
  gap: 40px;
}
@media (max-width: 760px) {
  .detail .flex {
    flex-direction: column;
  }
}
.detail-spec {
  max-width: 50%;
}
@media (max-width: 760px) {
  .detail-spec {
    max-width: initial;
  }
}
.detail-spec {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  border-collapse: collapse;
}
.detail-spec.single {
  max-width: 100%;
}
.detail-spec tr {
  border-top: 1px solid #dbdbdb;
}
.detail-spec tr:last-of-type {
  border-bottom: 1px solid #dbdbdb;
}

.spec__title, .spec__detail {
  padding: 10px 15px;
}
.spec__title {
  font-size: 1.2rem;
  font-weight: normal;
  background-color: #458ee9;
  color: #fff;
  text-align: left;
}
.spec__detail {
  font-size: 1.4rem;
}

.other__title {
  text-align: center;
}

.contact .headline__title {
  font-size: 2rem;
  text-align: center;
}

.sort-container {
  display: flex;
}
.sort-label {
  padding-top: 7px;
}
.sort {
  font-size: 1.2rem;
  padding-top: 15px;
  padding-bottom: 20px;
  width: fit-content;
  position: relative;
}
.sort::before, .sort::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.sort::before {
  display: inline-block;
  right: 0;
  width: 2.8em;
  height: 2.8em;
  border-radius: 0 3px 3px 0;
}
.sort::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translate(50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
.sort select {
  height: 2.8em;
  padding: 0.4em 10px 0.4em 0.8em;
  margin-right: 10px;
  border: none;
  color: #231815;
  font-size: 1em;
  cursor: pointer;
}

.archive .section-property .flex:not(.google) {
  gap: 40px;
}

.archive .property-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
}
.archive .property-item {
  max-width: 18.1818181818%;
  width: 100%;
}
@media (max-width: 760px) {
  .archive .property-item {
    max-width: initial;
  }
}
.archive .property-item .swiper-slide-item {
  height: 100%;
}
.archive .property-item .name {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.3;
}
.archive .property-detail {
  width: 100%;
}
.archive .property__title, .archive .property__detail {
  font-size: 1.2rem;
  border-top: 1px solid #dbdbdb;
}
.archive .property__title {
  text-align: left;
}
.archive .property__detail .price {
  font-size: inherit;
}

.primary-btn + .property-list {
  margin-top: 20px;
}

/* モーダルと背景の指定 */
.modal:hover {
  cursor: pointer;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 1;
  /* モーダルの擬似要素の指定 */
}
.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
.modal {
  /* クラスが追加された時の指定 */
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
}
.modal {
  /* モーダル内側の指定 */
}
.modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 90%;
}
.modal .info {
  background-color: #fff;
  color: #231815;
  padding: 22px 28px;
}
.modal .info-item {
  display: flex;
  gap: 20px;
}
.modal .info-item + .info-item {
  border-top: #dbdbdb 1px solid;
}

.search {
  overflow-x: hidden;
  width: 100%;
  border-radius: 6px;
  height: fit-content;
  padding-bottom: 20px;
}
.search .section + .section {
  margin-top: 40px;
}
.search .google {
  margin-bottom: 40px;
  gap: 0;
}
.search .google .search__sub-title {
  font-weight: bold;
  color: #fff;
  background-color: #005fff;
  height: stretch;
  padding: 9px 10px 0;
}
.search .google .search__sub-title::after {
  content: none;
}
@media (min-width: 1041px) {
  .search .google input[name=s] {
    max-width: 35%;
  }
}
.search .google input[name=s] {
  width: 100%;
  background-color: #fff;
  padding: 3px 3px 3px 10px;
}
.search .google input[type=submit] {
  color: #fff;
  font-weight: 900;
  background-color: #005fff;
  padding: 2px 10px 4px;
  border: 5px solid #fff !important;
  font-size: 1.2rem;
  cursor: pointer;
  margin-left: 0;
}
.search-list {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 760px) {
  .search-list {
    flex-direction: column;
  }
}
.search-list.area .search-item {
  max-width: 110px;
  width: 100%;
}
.search-list:has(.icon) {
  justify-content: space-between;
}
@media (min-width: 1041px) {
  .search-list:has(.icon) {
    padding-inline: 50px;
  }
}
@media (max-width: 760px) {
  .search-list:has(.icon) {
    flex-direction: column;
  }
}
.search input[type=checkbox] {
  appearance: none;
  background-color: #fff;
  border: solid 2px #dbdbdb;
  vertical-align: middle;
}
.search input[type=checkbox]:checked {
  border-color: #005fff;
}
.search input[type=checkbox]:checked::after {
  content: "●";
  color: #005fff;
  margin-top: 0px;
  display: block;
  line-height: 1;
}
.search-item.icon {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
}
.search-item.icon input[type=checkbox] {
  width: 24px;
  height: 24px;
}
.search-item.icon input[type=checkbox]:checked::after {
  font-size: 1.1em;
}
.search__title-wrap {
  background-color: #005fff;
  color: #fff;
  padding: 15px 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.search__title {
  font-size: 1.6rem;
  line-height: 1;
}
.search__title span {
  font-size: 4.8rem;
}
.search .primary-btn {
  margin-top: 20px;
}
@media (max-width: 1040px) {
  .search-btn {
    margin-inline: auto;
  }
}
.search .icon-wrapper {
  max-width: 50px;
  height: auto;
  display: inline-block;
}
.search-form {
  padding-bottom: 30px;
}
.search__sub-title {
  font-size: 1.5rem;
}
.search .search__sub-title {
  line-height: 1;
  white-space: nowrap;
}
.search .search__sub-title + .flex {
  gap: 5px !important;
  margin-bottom: 40px;
}
@media (min-width: 1041px) {
  .search .search__sub-title + .flex {
    align-items: center;
  }
}
.search .search__sub-title::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #231815;
  vertical-align: middle;
}
@media (max-width: 760px) {
  .search .flex:has(.search-price) {
    flex-direction: column;
  }
}
.search-price {
  margin-top: 20px;
}
.search-price span {
  font-size: 1.2rem;
}
@media (min-width: 1041px) {
  .search-price input[type=number] {
    max-width: 150px;
  }
}
.search input[type=checkbox] {
  width: 18px;
  height: 18px;
}
.search input[type=checkbox]:checked::after {
  font-size: 0.8em;
}/*# sourceMappingURL=property.css.map */