@charset "UTF-8";
.serch-property-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px;
  color: rgb(135, 148, 157);
  font-family: "Noto Sans JP", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 27.2px;
  width: 800px;
  margin: 0 auto;
  /* チェック時のスタイル */
  /* チェック時にレ点を表示 */
  /* チェックが入るとレ点を表示 */
}
.serch-property-wrapper .headline {
  width: 220px;
  padding: 5px;
  margin: 1.75rem 0;
  vertical-align: middle;
}
.serch-property-wrapper .form {
  margin: 1.75rem 0;
  width: calc(100% - 220px);
}
.serch-property-wrapper input[type=text] {
  width: 100%;
  padding: 5px;
  background: url(../images/bg-input.webp) no-repeat left bottom/auto 60%;
  border: none;
}
.serch-property-wrapper select {
  padding: 5px;
  width: 110px;
  font-size: 15px;
}
.serch-property-wrapper label {
  padding-right: 10px;
}
.serch-property-wrapper .select-text {
  padding: 0 20px 0 5px;
}
.serch-property-wrapper .layout-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.serch-property-wrapper input[type=checkbox] {
  border: 2px solid #87949d;
  border-radius: 0.75rem;
  margin: 0;
  height: 26px;
  width: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.2s, border-color 0.2s;
}
.serch-property-wrapper #form-search input[type=checkbox]:checked {
  background-color: #f39939; /* チェック時の背景色 */
  border-color: #f39939;
}
.serch-property-wrapper #form-search input[type=checkbox]::before {
  content: "✔";
  font-size: 18px;
  color: white;
  position: absolute;
  top: calc(50% - 2px); /* 3px 上に調整 */
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s;
}
.serch-property-wrapper #form-search input[type=checkbox]:checked::before {
  opacity: 1;
}

/* #suumoArea */
#content > #searchResultArea {
  padding-top: 4rem;
}

@media (min-width: 768px) {
  #content > #searchResultArea {
    padding-top: 8rem;
  }
}
#searchResultArea .cardHeader {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

#searchResultArea .link {
  letter-spacing: 0.25rem;
  margin-top: -2rem;
}

#form-search input[type=checkbox]:checked {
  background-color: #f39939; /* チェック時の背景色 */
  border-color: #f39939;
}

#form-search input[type=checkbox] {
  position: relative;
}

/* チェック時にレ点を表示 */
#form-search input[type=checkbox]::before {
  content: "✔" !important;
  font-size: 18px;
  color: white;
  position: absolute;
  top: calc(50% - 2px); /* 3px 上に調整 */
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s;
}

/* チェックが入るとレ点を表示 */
#form-search input[type=checkbox]:checked::before {
  opacity: 1;
}

.search-property-footer {
  background-color: #eee;
  padding: 15px;
  text-align: center;
}
.search-property-footer .search-property-button {
  background-color: #000;
  color: #fff;
  font-size: 15px;
  text-align: center;
  width: 100px;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
}
.search-property-footer .search-property-button:hover {
  opacity: 0.6;
}

.search-result-wrapper {
  width: 100%;
  margin: 30px 0;
}

.property-image-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.property-image-wrapper .image-property {
  margin: 2px;
  width: calc(14.28% - 4px);
  aspect-ratio: 4/3;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #f0f0f0;
}
.property-image-wrapper .image-property img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.property-image-wrapper .image-property img.selected {
  opacity: 1;
}
.property-image-wrapper .image-property img.not-selected {
  opacity: 0.4;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.property-image-wrapper .image-property img.not-selected:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

.suumo-detail .suumoArea .deta .row .col-two .d-flex .f-item {
  width: 50%;
}

.suumo-detail .suumoArea .deta .row .col-two .d-flex table th {
  width: 150px !important;
}

@media (max-width: 767.98px) {
  .suumo-detail .suumoArea .deta .row .col-two .d-flex .f-item {
    width: 100%;
  }
  .suumo-detail .suumoArea .deta .row .col-two .d-flex table th {
    width: 11em !important;
  }
  .serch-property-wrapper {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .suumo-detail .suumoArea .deta .row .col-two .d-flex table th {
    width: 8.5em !important;
  }
}
.external-link {
  margin: 20px auto;
  display: block;
  border: 1px solid #eee;
  box-shadow: 0px 0px 15px -5px #000;
  background-color: #3489ff;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  width: 220px;
  line-height: 20px;
  font-size: 16px;
  text-decoration: none !important;
  text-align: center;
  position: fixed;
  bottom: 50px;
  /* bottom: -100px;  */
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  border-radius: 6px;
  border: none;
}

.external-link:hover {
  opacity: 0.7;
  color: #eee;
}/*# sourceMappingURL=front.css.map */