@charset "UTF-8";
.property .amount__note {
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.property__amount {
  font-size: 1.2rem;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 10px;
}
.property__amount span {
  color: #0057A6;
  font-weight: bold;
  font-size: 3rem;
  font-family: "Noto Sans", sans-serif;
  margin-right: -3px;
  line-height: 1;
}
.property__point {
  font-size: 1.2rem;
}
.property__text {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
.property__point {
  margin-top: 20px;
}
.property .solid-button {
  margin-top: 30px;
}
.property-subscribe {
  text-align: center;
  margin-top: 30px;
}
.property-subscribe a {
  color: #0057A6;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.property__th {
  text-align: left;
  padding-right: 8px;
}
.property__td {
  padding-left: 8px;
}
.property-contact {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  background-color: #F9F7F1;
  width: 100%;
  padding: 20px;
  gap: 20px;
  z-index: 5;
}
.property-contact .solid-button,
.property-contact .border-button {
  margin: 0;
}
.property-contact .solid-button {
  background-color: #E70012;
}
.property-contact .border-button {
  color: #E70012;
  border-color: #E70012;
}
.property-contact .border-button::after {
  border-top-color: #E70012;
  border-right-color: #E70012;
}
.property-detail {
  margin-top: 100px;
}

.is-property:not(.detail) .amount-wrap + .amount-wrap {
  margin-top: 20px;
}
.is-property:not(.detail) .property-category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.is-property.detail {
  background-color: #fff;
  /* モーダルがactiveの時 */
  /* モーダル背景のオーバーレイ部分 */
  /* モーダルのコンテンツ */
  /* モーダルを閉じるボタン */
}
.is-property.detail .to-top {
  bottom: 20%;
}
.is-property.detail .property-category {
  margin-top: 10px;
  border: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-content: flex-start;
}
.is-property.detail .property__category,
.is-property.detail .property-category a {
  border: 1px solid #0057A6;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  line-height: 1;
  display: inline-block;
  font-size: 1.2rem;
  color: #0057A6;
  height: -moz-fit-content;
  height: fit-content;
}
.is-property.detail .grecaptcha-badge {
  margin-bottom: 90px;
}
.is-property.detail .property-inner {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
@media (min-width: 897px) {
  .is-property.detail .property-inner {
    min-width: 50%;
  }
}
.is-property.detail .flex:has(.amount-wrap) {
  gap: 20px;
  justify-content: center;
  align-items: flex-end;
}
.is-property.detail .amount-wrap {
  width: 100%;
}
.is-property.detail .amount-wrap.flex {
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.is-property.detail .headline__title {
  text-align: left;
}
.is-property.detail .property__amount {
  text-align: center;
  font-size: 1.6rem;
}
.is-property.detail .property__amount span {
  font-size: 4.5rem;
}
.is-property.detail .property__amount span.comming-soon {
  font-size: 3.5rem;
}
.is-property.detail .amount-wrap.loan span {
  font-size: 2.5rem;
}
.is-property.detail .property-points {
  border: 3px dotted #0057A6;
  padding: 20px;
  border-radius: 3px;
  margin-top: 20px;
}
.is-property.detail .property-point__title {
  color: #0057A6;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.is-property.detail .property-tel {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 50px;
}
.is-property.detail .property-tel .property__text {
  font-size: 1.4rem;
}
.is-property.detail .property__titti {
  position: absolute;
  max-width: 77px;
  width: 100%;
  left: calc(50% + 105px);
  top: 10px;
}
.is-property.detail .property__number {
  font-size: 4.5rem;
  white-space: nowrap;
  color: #0057A6;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  line-height: 1;
  display: block;
  margin-top: 5px;
}
.is-property.detail .property__info {
  margin-top: 15px;
}
.is-property.detail .property__title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
.is-property.detail .property-table:not(.nearby) {
  margin-top: 20px;
}
@media (min-width: 897px) {
  .is-property.detail .property-table:not(.nearby) {
    max-width: 50%;
  }
}
@media (max-width: 896px) {
  .is-property.detail .property-table + .property-table {
    margin-top: 0;
  }
}
.is-property.detail .property__th,
.is-property.detail .property__td {
  padding-top: 4px;
  padding-bottom: 4px;
}
.is-property.detail .property__th {
  white-space: nowrap;
}
.is-property.detail .flex:has(.property-table.overview) {
  justify-content: center;
}
@media (min-width: 897px) {
  .is-property.detail .flex:has(.property-table.overview) {
    gap: 20px;
  }
}
@media (max-width: 896px) {
  .is-property.detail .flex:has(.property-table.overview) {
    flex-direction: column;
  }
}
.is-property.detail .property-table.overview th,
.is-property.detail .property-table.overview td {
  padding: 20px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 896px) {
  .is-property.detail .property-table.overview th {
    width: 30%;
  }
}
.is-property.detail .property-category {
  width: 100%;
}
.is-property.detail .property-notes {
  width: 100%;
}
@media (min-width: 897px) {
  .is-property.detail .property-notes {
    max-width: 50%;
  }
}
.is-property.detail .property-notes {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 896px) {
  .is-property.detail .flex:has(.property-notes) {
    flex-direction: column;
  }
}
.is-property.detail .property-inner .property-category,
.is-property.detail .property-inner .property-notes,
.is-property.detail .property-inner .property-map {
  font-size: 1.2rem;
  margin-top: 40px;
}
.is-property.detail .property-category__title,
.is-property.detail .property-notes__title,
.is-property.detail .property-map__title {
  font-weight: bold;
  font-size: 1.4rem;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.is-property.detail .property__note {
  margin-top: 10px;
}
.is-property.detail .property__map {
  margin-top: 10px;
  width: 100%;
}
@media (min-width: 897px) {
  .is-property.detail .overview-wrap {
    display: flex;
  }
}
.is-property.detail .sp-swiper {
  display: none;
}
@media (max-width: 896px) {
  .is-property.detail .sp-swiper {
    display: block;
    overflow-x: hidden;
    position: relative;
  }
}
.is-property.detail .swiper-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.is-property.detail .js-open-modal {
  max-width: 20%;
}
@media (max-width: 896px) {
  .is-property.detail .js-open-modal {
    max-width: 33.333%;
  }
}
.is-property.detail .js-open-modal:first-of-type {
  max-width: 100%;
  max-height: 500px;
  overflow: hidden;
}
.is-property.detail .swiper-button__wrap {
  height: 100%;
  background-color: rgba(0, 87, 166, 0.5);
  width: 35px;
  position: absolute;
  z-index: 1;
  top: 0;
}
.is-property.detail .swiper-button__wrap:has(.swiper-button-prev) {
  left: 0;
}
.is-property.detail .swiper-button__wrap:has(.swiper-button-next) {
  right: 0;
}
.is-property.detail .swiper-button-next,
.is-property.detail .swiper-button-prev {
  color: #fff;
}
.is-property.detail .swiper-button-next:after,
.is-property.detail .swiper-button-prev:after {
  font-size: 3.5rem;
}
.is-property.detail .site-footer {
  padding-bottom: 75px;
}
@media (min-width: 897px) {
  .is-property.detail .swiperThumbnail {
    margin-top: 20px;
  }
}
.is-property.detail .swiperThumbnail .swiper-slide {
  cursor: pointer;
}
.is-property.detail .swiper-caption {
  color: #fff;
  padding: 2px 2px 3px;
}
.is-property.detail .no-resource {
  text-align: center;
  margin-top: 20px;
}
.is-property.detail .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(120, 123, 131, 0.8);
}
.is-property.detail .modal .swiper-wrapper {
  align-items: center;
}
.is-property.detail .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.is-property.detail .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.is-property.detail .modal__content {
  position: relative;
  background-color: #000;
  width: 100%;
}
@media (min-width: 897px) {
  .is-property.detail .modal__content {
    max-width: 800px;
  }
}
.is-property.detail .modal__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 10;
}

.solid-button.download {
  background-color: #0057A6;
}
.solid-button.download::after {
  content: none;
}

.download {
  margin-top: 20px;
}
.download__text {
  font-size: 1.6rem;
  font-weight: bold;
  border-left: 8px solid #0057A6;
  padding: 6px 14px;
}
.download .flex {
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.download__link {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  border-bottom: 1px solid #0057A6;
  line-height: 1;
}
.download__link::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 11px;
  height: 11px;
  border-top: 2px solid #0057A6;
  border-right: 2px solid #0057A6;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  right: 15px;
}

.estimate-wrap {
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
}

#toggle,
.estimate {
  display: none;
}

.toggle {
  width: 35px;
  height: 35px;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
}

.square_btn {
  display: inline-block;
  background: #0057A6;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}

.square_btn {
  display: block;
  margin-inline: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.close__btn {
  position: absolute;
  right: 6px;
  top: -23px;
  font-size: 5rem;
  cursor: pointer;
}

#toggle:checked + label + .estimate {
  display: block;
}

.estimate {
  position: absolute;
  background: #fff;
  padding: 40px 30px 30px 20px;
  right: 0;
  border: 10px solid #0057A6;
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
@media (min-width: 897px) {
  .estimate {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.estimate table {
  width: 100%;
}
.estimate th {
  min-width: 115px;
  text-align: right;
}
.estimate-baloon {
  background-color: #0057A6;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  line-height: 1.4;
  text-align: center;
  font-size: 1.1rem;
  position: relative;
}
.estimate-baloon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #0057a6;
  translate: 100% -50%;
}

.amount__caution {
  font-size: 1.1rem;
  padding-left: 1em;
  text-indent: -1em;
}

.amount__caution + .amount__caution {
  margin-top: 2px;
}/*# sourceMappingURL=property.css.map */