@charset "UTF-8";
.-parallel-bottom .l-header__gnav {
  margin-top: 0;
}

.-parallel-bottom .l-header__inner {
  padding-top: 0;
}

.-parallel-bottom .l-header__logo {
  order: 0;
  width: auto;
}

.l-header__logo {
  padding: 0;
}

.l-header__inner {
  padding-left: 1rem;
  padding-right: 1rem;
}

.header-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .header-inner {
    padding: 0.5rem 3rem;
  }
}

.-parallel .l-header__gnav .c-gnav > li > a {
  padding: 1.5rem;
}

.c-gnav > .menu-item > a .ttl {
  font-size: 1rem;
  font-weight: bold;
  grid-template-columns: repeat(6, 150px);
}

.c-gnav > .menu-item {
  min-width: 150px;
}

.header-actions {
  display: flex;
  margin-right: 0.75rem;
}
.header-actions__history {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: #666;
  justify-content: space-between;
  transition: background-color 0.3s ease;
  padding: 0.5rem;
  border-radius: 0.25rem;
}
.header-actions__history:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.header-actions__history i {
  transform: rotate(-90deg);
}
.header-actions__favorite {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: #666;
  justify-content: space-between;
  padding: 0.5rem;
  border-radius: 0.25rem;
  transition: background-color 0.3s ease;
}
.header-actions__favorite:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.header-actions__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-grow: 1;
}
.header-actions__icon i {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .header-actions__icon i {
    font-size: 1.25rem;
  }
}
.header-actions__count {
  font-size: 1rem;
}
.header-actions__text {
  font-size: 0.625rem;
  text-align: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .header-actions__text {
    font-size: 0.875rem;
  }
}

.l-header__customBtn.sp_ {
  display: none;
}

.p-breadcrumb--footer.-bg-on {
  background-color: #dfe8df;
}
.p-breadcrumb .p-breadcrumb__list {
  font-size: 0.875rem;
  color: #666;
}

.l-footer {
  background-color: #f6f6f6;
}

.l-footer__foot {
  padding-top: 0;
}

.footer-menu-top {
  display: flex;
}
.footer-menu-top > * {
  flex: 1;
}
.footer-menu-top .menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  transition: background-color 0.3s ease;
  color: #666;
}
.footer-menu-top .menu-item a:hover {
  text-decoration: underline;
  background-color: #d9d9d9;
}

.footer-cta {
  background-color: #fff;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .footer-cta {
    height: 148px;
    flex-direction: row;
  }
}
.footer-cta__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.footer-cta__name {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
}
.footer-cta__meta {
  font-size: 0.875rem;
}
.footer-cta__actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .footer-cta__actions {
    gap: 1rem;
  }
}
.footer-cta__tel {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .footer-cta__tel {
    gap: 0.5rem;
    flex-direction: row;
  }
}
.footer-cta__tel-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
}
.footer-cta__tel-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 0.5rem;
}
.footer-cta__tel-icon {
  font-size: 1.5rem;
  color: #ff6b35;
}
.footer-cta__tel-text {
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
}
.footer-cta__contact {
  border: 1px solid #333;
  border-radius: 0.25rem;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .footer-cta__contact {
    width: 450px;
  }
}
.footer-cta__contact:hover {
  background-color: #f0f0f0;
  transform: translateY(-0.0625rem);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.footer-cta__contact-icon {
  font-size: 1.25rem;
  color: #ff6b35;
  transform: translateY(2px);
}
.footer-cta__contact-text {
  font-size: 1.125rem;
  color: #333;
  font-weight: bold;
  line-height: 1;
}

.p-authorBox .avatar {
  border-radius: 0;
  border: none;
}

.-type-list .p-postList__link:not(:has(.p-postList__thumb)) .p-postList__body {
  width: 100%;
}

.post-type-archive-post .-type-list .p-postList__link {
  flex-wrap: nowrap;
  gap: 2rem;
}
.post-type-archive-post .p-postList__thumb {
  width: 150px;
  flex-shrink: 0;
  order: 2;
}
.post-type-archive-post .p-postList__body {
  width: auto;
  flex-grow: 1;
  order: 1;
}

@media print {
  .p-breadcrumb {
    display: none;
  }
}
.p-postList__thumb.c-postThumb.noimg_ {
  display: none;
}

.property-slider {
  margin-bottom: 1rem;
  padding: 4px;
}
.property-slider .swiper-slide {
  border-radius: 0.5rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 4px;
}
.property-slider__lightbox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  flex-grow: 1;
}
.property-slider__caption {
  background-color: #dfe8df;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  color: #666;
  text-align: center;
  flex-shrink: 0;
}

.swiper-button-next,
.swiper-button-prev {
  border-radius: 50%;
  background-color: #fff;
  width: 3rem;
  height: 3rem;
}

.swiper-button-next {
  right: 1rem;
}

.swiper-button-prev {
  left: 1rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #338a3e;
  font-size: 3.5rem;
}

.swiper-button-next:after {
  content: "\f138";
}

.swiper-button-prev:after {
  content: "\f137";
}

.property h2 {
  font-size: 1.5rem;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  border-left: 4px solid #338a3e;
  margin-bottom: 1rem;
  margin-top: 5rem;
}
.property table {
  table-layout: fixed;
  width: 100%;
}
.property th, .property td {
  padding: 0.5rem 0.75rem;
  border: 1px solid #ddd;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .property th, .property td {
    padding: 0.75rem 1rem;
    display: table-cell;
  }
}
.property th {
  background-color: #f6f6f6;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .property th {
    width: 120px;
  }
}
.property td {
  text-align: left;
  font-size: 14px;
}
@media (min-width: 768px) {
  .property td {
    width: calc((100% - 240px) / 2);
  }
}

.property-image {
  display: flex;
  justify-content: center;
  text-align: center;
}

.property-header {
  margin-bottom: 2rem;
}

.property-title {
  border-bottom: 1px solid #ddd;
  font-size: 2.5rem;
  font-weight: bold;
  color: #338a3e;
  margin-bottom: 1rem;
}

.property-meta {
  display: flex;
  justify-content: flex-start;
}
.property-meta__tag {
  background-color: #f0f0f0;
  color: #666;
  padding: 0.25rem 0.5rem;
  border-radius: 0.125rem;
  font-size: 0.875rem;
}

.property-summary {
  margin-top: 3rem;
}
.property-summary__price {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: red;
}

@media (min-width: 768px) {
  .property-detail th {
    width: 170px;
  }
}
@media (min-width: 768px) {
  .property-detail td:not([colspan]) {
    width: calc((100% - 170px) / 2);
  }
}
@media (min-width: 768px) {
  .property-detail td[colspan] {
    width: calc(100% - 170px);
  }
}

.property-sales-points {
  display: flex;
  flex-direction: column;
}
.property-sales-points__point {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .property-sales-points__point {
    margin-bottom: 1rem;
  }
}
.property-sales-points__body {
  display: flex;
  align-items: flex-start;
}
.property-sales-points__body img {
  width: 120px;
  height: auto;
  flex-shrink: 0;
  display: block;
}
@media (min-width: 768px) {
  .property-sales-points__body img {
    width: 200px;
  }
}
.property-sales-points__advice {
  flex-grow: 1;
  background-color: #dfe8df;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-left: 1rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: 1rem;
}
.property-sales-points__advice::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: -14px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 14px solid #dfe8df;
}
.property-sales-points__advice-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.property-sales-points__advice-text {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}

.property-map iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.property-map__caution {
  display: block;
  text-align: right;
  font-size: 0.875rem;
}

.property-cta {
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  background-color: #dfe8df;
  margin: 5rem 0;
}
.property-cta__open-close {
  display: block;
  text-align: center;
  background-color: #fff;
  padding: 0.25rem 1rem;
}
.property-cta__body {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .property-cta__body {
    flex-wrap: nowrap;
  }
}
.property-cta__favorite {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: opacity 0.3s;
  width: calc(50% - 1rem);
}
@media (min-width: 768px) {
  .property-cta__favorite {
    width: 190px;
  }
}
.property-cta__favorite i {
  font-size: 1.375rem;
  color: gray;
  cursor: pointer;
}
@media (min-width: 768px) {
  .property-cta__favorite i {
    font-size: 1.5rem;
  }
}
.property-cta__favorite:hover {
  opacity: 0.7;
}
.property-cta__favorite.is-favorite i {
  color: #e5474b;
}
.property-cta__favorite-text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .property-cta__favorite-text {
    font-size: 1.25rem;
  }
}
.property-cta__contact {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: #338a3e;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s;
  width: calc(50% - 1rem);
}
@media (min-width: 768px) {
  .property-cta__contact {
    width: 190px;
  }
}
.property-cta__contact i {
  font-size: 1.375rem;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 768px) {
  .property-cta__contact i {
    font-size: 1.5rem;
  }
}
.property-cta__contact:hover {
  opacity: 0.7;
}
.property-cta__contact-text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .property-cta__contact-text {
    font-size: 1.25rem;
  }
}
.property-cta__tel {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  color: #333;
  cursor: pointer;
}
.property-cta__tel i {
  font-size: 1.75rem;
  color: #333;
  cursor: pointer;
}
.property-cta__tel-text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  transform: translateY(-4px);
}

.property-aside {
  position: fixed;
  right: 0;
  top: 250px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1;
}
@media (min-width: 1024px) {
  .property-aside {
    display: block;
  }
}
.property-aside__anchors {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  border-bottom: 1px solid #ddd;
  gap: 1rem;
}
.property-aside__button {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
  transition: background-color 0.3s;
  padding: 0.5rem;
  border-radius: 0.125rem;
}
.property-aside__button i {
  font-size: 1.5rem;
  color: #666;
}
.property-aside__button:hover {
  background-color: #f0f0f0;
}
.property-aside__text {
  font-size: 0.875rem;
  color: #666;
}
.property-aside__print {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background-color: #f0f0f0;
  color: #333;
  font-size: 0.875rem;
  cursor: pointer;
  border-radius: 0.125rem;
  margin-bottom: 0.5rem;
}
.property-aside__contact {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  gap: 1rem;
}
.property-aside__contact-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #338a3e;
  cursor: pointer;
}
.property-aside__contact-tel i {
  margin-right: 0.5rem;
  font-size: 2rem;
}
.property-aside__contact-email {
  text-align: center;
  font-size: 1.25rem;
  color: #338a3e;
  cursor: pointer;
}
.property-aside__contact-email i {
  margin-right: 0.5rem;
  font-size: 1.75rem;
}

@media print {
  .no-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
}
@media screen {
  .print-only {
    display: none !important;
  }
}
.loan-simulator-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.loan-simulator-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.loan-simulator-modal__container {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}
@media (max-width: 767px) {
  .loan-simulator-modal__container {
    margin: 0;
    height: 100%;
    border-radius: 0;
    max-height: 70vh;
  }
}
.loan-simulator-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e5e5;
}
.loan-simulator-modal__title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
@media (max-width: 767px) {
  .loan-simulator-modal__title {
    font-size: 18px;
    text-align: center;
  }
}
.loan-simulator-modal__close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loan-simulator-modal__close:hover {
  color: #333;
}
.loan-simulator-modal__body {
  padding: 24px;
}
.loan-simulator-modal__footer {
  margin-top: 24px;
  text-align: center;
}
.loan-simulator-modal__note {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.loan-simulator-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .loan-simulator-form__grid {
    gap: 16px;
  }
}
.loan-simulator-form__item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .loan-simulator-form__item {
    justify-content: space-between;
  }
}
.loan-simulator-form__label {
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  font-size: 14px;
}
.loan-simulator-form__input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.loan-simulator-form__input {
  flex: 1;
  padding: 8px 40px 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
}
.loan-simulator-form__input:focus {
  outline: none;
  border-color: #007cba;
}
.loan-simulator-form__input[readonly] {
  background-color: #f5f5f5;
  color: #666;
}
.loan-simulator-form__input::-webkit-outer-spin-button, .loan-simulator-form__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.loan-simulator-form__input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.loan-simulator-form__stepper {
  position: absolute;
  right: 4px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.loan-simulator-form__step-btn {
  background: #f0f0f0;
  border: 1px solid #ccc;
  width: 20px;
  height: 16px;
  font-size: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}
.loan-simulator-form__step-btn:hover {
  background: #e0e0e0;
}
.loan-simulator-form__step-btn.loan-simulator-form__step-up {
  border-radius: 2px 2px 0 0;
}
.loan-simulator-form__step-btn.loan-simulator-form__step-down {
  border-radius: 0 0 2px 2px;
}

.loan-simulator-result {
  margin-top: 32px;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .loan-simulator-result {
    display: flex;
    justify-content: space-between;
  }
}
.loan-simulator-result__title {
  margin: 0 0 16px 0;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
@media (max-width: 767px) {
  .loan-simulator-result__title {
    font-size: 18px;
  }
}
.loan-simulator-result__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #dfe8df;
}
.loan-simulator-result__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .loan-simulator-result__item {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 0;
  }
}
.loan-simulator-result__label {
  font-weight: bold;
  color: #333;
}
.loan-simulator-result__value {
  font-size: 18px;
  font-weight: bold;
  color: #338a3e;
}

.property-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.property-list__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border: 0.0625rem solid #e0e0e0;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}
.property-list__main {
  flex: 1;
  min-width: 0;
}
.property-list__clickable {
  cursor: pointer;
}
.property-list__title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0.5rem 0 0.75rem 0;
  color: #333;
}
.property-list__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .property-list__content {
    flex-direction: row;
    gap: 1.25rem;
  }
}
.property-list__thumbnail {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .property-list__thumbnail {
    width: 12.5rem;
  }
}
.property-list__thumbnail img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 300px;
}
@media (min-width: 768px) {
  .property-list__thumbnail img {
    max-height: none;
  }
}
.property-list__details {
  flex: 1;
  min-width: 0;
}
.property-list__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.property-list__table th, .property-list__table td {
  padding: 0.375rem 0.5rem;
  border: 0.0625rem solid #ddd;
  text-align: left;
  font-size: 0.8rem;
  display: block;
  width: 100%;
}
@media (min-width: 480px) {
  .property-list__table th, .property-list__table td {
    width: auto;
    display: table-cell;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
  }
}
.property-list__table th {
  background-color: #f5f5f5;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}
@media (min-width: 480px) {
  .property-list__table th {
    text-align: left;
    width: 7.5rem;
  }
}
.property-list__table td {
  background-color: #fff;
  text-align: center;
}
@media (min-width: 480px) {
  .property-list__table td {
    text-align: left;
  }
}
.property-list__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}
@media (min-width: 480px) {
  .property-list__actions {
    flex-direction: row;
    gap: 0.75rem;
    justify-content: flex-end;
  }
}
.property-list__button {
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
}
@media (min-width: 480px) {
  .property-list__button {
    padding: 0.625rem 1.25rem;
  }
}
.property-list__button--contact {
  background-color: #ff6b35;
  color: white;
}
.property-list__button--contact:hover {
  background-color: #e55a2b;
  transform: translateY(-0.0625rem);
}
.property-list__button--detail {
  background-color: #338a3e;
  color: white;
}
.property-list__button--detail:hover {
  background-color: #2a6f2c;
  transform: translateY(-0.0625rem);
}
.property-list__button--favorite {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.property-list__button--favorite i {
  font-size: 1.125rem;
  color: gray;
  cursor: pointer;
}
@media (min-width: 768px) {
  .property-list__button--favorite i {
    font-size: 1.125rem;
  }
}
.property-list__button--favorite:hover {
  background-color: #f0f0f0;
  transform: translateY(-0.0625rem);
}
.property-list__button--favorite.is-favorite i {
  color: #e5474b;
}
.property-list__button--favorite .property-list__button-text {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1;
}

.bulk-contact-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top: 0.125rem solid #338a3e;
  box-shadow: 0 -0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.bulk-contact-footer__content {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0.75rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 480px) {
  .bulk-contact-footer__content {
    padding: 1rem 1.25rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
}
.bulk-contact-footer__count {
  font-weight: bold;
  color: #338a3e;
  font-size: 1rem;
}
@media (min-width: 480px) {
  .bulk-contact-footer__count {
    font-size: 1.1rem;
  }
}
.bulk-contact-footer__button {
  background-color: #ff6b35;
  color: white;
  border: none;
  padding: 0.875rem 1.25rem;
  border-radius: 0.375rem;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}
@media (min-width: 480px) {
  .bulk-contact-footer__button {
    width: auto;
    padding: 0.75rem 1.5rem;
  }
}
.bulk-contact-footer__button:hover {
  background-color: #e55a2b;
  transform: translateY(-0.0625rem);
}
.bulk-contact-footer__button:active {
  transform: translateY(0);
}

.property-list__checkbox {
  position: relative;
  flex-shrink: 0;
  margin-top: 0.25rem;
}
.property-list__checkbox-visual {
  margin-right: 0.5rem;
  position: relative;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.25rem;
  border: 0.125rem solid #cccfdb;
  transition: all 0.3s ease;
  cursor: pointer;
}
.property-list__checkbox-visual svg {
  fill: none;
  stroke: #ea5514;
  stroke-dasharray: 28;
  stroke-dashoffset: 28;
  transition: all 0.3s ease;
  transform: scale(1.1);
  position: absolute;
  top: 0;
  left: 0.1875rem;
}
.property-list__checkbox-visual svg:first-child {
  stroke: #fff;
}
.property-list__checkbox-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  border: none;
}
.property-list__checkbox-input:after {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.property-list__checkbox-input:checked + .property-list__checkbox-visual {
  color: #ea5514;
  border-color: #ea5514;
}
.property-list__checkbox-input:checked + .property-list__checkbox-visual svg {
  stroke-dashoffset: 0;
}

.template {
  display: none;
}

.property-list__header {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.property-viewed {
  display: flex;
  justify-content: flex-start;
}
.property-viewed__tag {
  background-color: #e8f5e8;
  color: #2d6930;
  border: 1px solid #c3e6c3;
  padding: 0.25rem 0.5rem;
  border-radius: 0.125rem;
  font-size: 0.875rem;
  font-weight: 500;
}

body:has(.bulk-contact-footer[style*="display: block"]) .l-mainContent {
  padding-bottom: 6.25rem;
}
@media (min-width: 480px) {
  body:has(.bulk-contact-footer[style*="display: block"]) .l-mainContent {
    padding-bottom: 5rem;
  }
}

.property-archive__inner {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .property-archive__inner {
    flex-direction: row;
    align-items: flex-start;
  }
}
.property-archive__main {
  order: 2;
  flex: 1;
}
.property-archive__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .property-archive__title {
    text-align: left;
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.property-archive__count {
  font-size: 1rem;
  color: #666;
  margin: 1rem 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .property-archive__count {
    text-align: left;
    font-size: 1.1rem;
  }
}
.property-archive__count--top {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
}
.property-archive__count--bottom {
  margin-top: 1.5rem;
  margin-bottom: 0;
  padding-top: 1rem;
  border-top: 1px solid #e0e0e0;
}
.property-archive__count-value {
  font-weight: bold;
  color: #338a3e;
  font-size: 1.2em;
  margin: 0 0.25rem;
  display: inline-block;
}
.property-archive__sort {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
  justify-content: center;
}
@media (min-width: 1024px) {
  .property-archive__sort {
    justify-content: flex-start;
  }
}
.property-archive__sort-label {
  font-size: 1rem;
  color: #444;
  font-weight: 500;
  white-space: nowrap;
}
.property-archive__sort-select {
  padding: 0.5rem 0.75rem;
  border: 1px solid #cccfdb;
  border-radius: 0.25rem;
  font-size: 1rem;
  background-color: #fff;
  transition: all 0.3s ease;
  min-width: 8rem;
}
.property-archive__sort-select:focus {
  outline: none;
  border-color: #338a3e;
  box-shadow: 0 0 0 0.125rem rgba(51, 138, 62, 0.2);
}
.property-archive__sort-select:hover {
  border-color: #999;
}

.property-archive-list .property-list__item {
  cursor: normal;
}

.property-archive-filter {
  background-color: #f8f9fa;
  border: 0.0625rem solid #e0e0e0;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
}
@media (min-width: 1024px) {
  .property-archive-filter {
    margin-bottom: 0;
    position: sticky;
    top: 1rem;
    width: 250px;
  }
}
.property-archive-filter__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #338a3e;
  color: white;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 1rem;
}
@media (min-width: 1024px) {
  .property-archive-filter__header {
    padding-bottom: 0.75rem;
  }
}
.property-archive-filter__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .property-archive-filter__title {
    font-size: 1.4rem;
    text-align: left;
  }
}
.property-archive-filter__toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .property-archive-filter__toggle {
    display: none;
  }
}
.property-archive-filter__toggle-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}
.property-archive-filter__toggle-icon::before, .property-archive-filter__toggle-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 0.125rem;
  background-color: white;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}
.property-archive-filter__toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.property-archive-filter__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
@media (min-width: 1024px) {
  .property-archive-filter__inner {
    max-height: none;
    overflow: visible;
    gap: 1.5rem;
  }
}
.property-archive-filter.is-open .property-archive-filter__inner {
  max-height: 200vh;
}
@media (min-width: 1024px) {
  .property-archive-filter.is-open .property-archive-filter__inner {
    max-height: none;
  }
}
.property-archive-filter.is-open .property-archive-filter__toggle-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.property-archive-filter-item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
}
.property-archive-filter-item__title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #444;
  margin: 0;
}
.property-archive-filter-item__select {
  padding: 0.75rem;
  border: 0.0625rem solid #cccfdb;
  border-radius: 0.25rem;
  font-size: 0.9rem;
  background-color: #fff;
  transition: all 0.3s ease;
  width: 100%;
}
.property-archive-filter-item__select:focus {
  outline: none;
  border-color: #338a3e;
  box-shadow: 0 0 0 0.125rem rgba(51, 138, 62, 0.2);
}
.property-archive-filter-item__select:hover {
  border-color: #999;
}
.property-archive-filter-item__to {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #666;
  margin: 0 0.5rem;
  white-space: nowrap;
}
.property-archive-filter-item:has(.property-archive-filter-item__to) {
  flex-direction: column;
  gap: 0.25rem;
  align-items: flex-start;
}
.property-archive-filter-item:has(.property-archive-filter-item__to) .property-archive-filter-item__select {
  flex: 1;
}
@media (min-width: 480px) {
  .property-archive-filter-item:has(.property-archive-filter-item__to) .property-archive-filter-item__title {
    flex-shrink: 0;
  }
}
.property-archive-filter-item:not(:has(.property-archive-filter-item__to)) {
  flex-direction: column;
  gap: 0.25rem;
  align-items: flex-start;
}
@media (min-width: 480px) {
  .property-archive-filter-item:not(:has(.property-archive-filter-item__to)) .property-archive-filter-item__title {
    min-width: 8rem;
    flex-shrink: 0;
  }
  .property-archive-filter-item:not(:has(.property-archive-filter-item__to)) .property-archive-filter-item__select {
    flex: 1;
  }
}
.property-archive-filter-item__checkbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.property-archive-filter-item__checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  position: relative;
}
.property-archive-filter-item__checkbox-visual {
  position: relative;
  display: inline-flex;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.25rem;
  border: 0.125rem solid #cccfdb;
  transition: all 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
  pointer-events: none;
}
.property-archive-filter-item__checkbox-visual svg {
  fill: none;
  stroke: #ea5514;
  stroke-dasharray: 28;
  stroke-dashoffset: 28;
  transition: all 0.3s ease;
  transform: scale(1.1);
  position: absolute;
  top: 0;
  left: 0.1875rem;
  pointer-events: none;
}
.property-archive-filter-item__checkbox-visual svg:first-child {
  stroke: #fff;
}
.property-archive-filter-item__checkbox-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  border: none;
  width: 1.75rem;
  height: 1.75rem;
  cursor: pointer;
  z-index: 2;
  margin: 0;
}
.property-archive-filter-item__checkbox-input:checked + .property-archive-filter-item__checkbox-visual {
  color: #ea5514;
  border-color: #ea5514;
}
.property-archive-filter-item__checkbox-input:checked + .property-archive-filter-item__checkbox-visual svg {
  stroke-dashoffset: 0;
}
.property-archive-filter-item__checkbox-input:focus + .property-archive-filter-item__checkbox-visual {
  box-shadow: 0 0 0 0.125rem rgba(51, 138, 62, 0.2);
}
.property-archive-filter-item__checkbox-label {
  font-size: 1rem;
  cursor: pointer;
  user-select: none;
}
.property-archive-filter-item__checkbox-label:hover {
  color: #333;
}

.property-archive-filter-submit {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  padding: 1rem;
  border-top: 0.0625rem solid #e0e0e0;
  background-color: #dfe8df;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  position: sticky;
  bottom: 0;
  z-index: 10;
}
.property-archive-filter-submit__count {
  font-size: 1.1rem;
  color: #555;
}
.property-archive-filter-submit__count-value {
  font-weight: bold;
  color: #338a3e;
  font-size: 1.2rem;
  display: inline-block;
  margin: 0 0.25rem;
}
.property-archive-filter-submit__button {
  background-color: #338a3e;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  width: 100%;
  border-radius: 0.375rem;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}
@media (min-width: 480px) {
  .property-archive-filter-submit__button {
    width: auto;
    min-width: 8rem;
  }
}
@media (min-width: 1024px) {
  .property-archive-filter-submit__button {
    width: 100%;
  }
}
.property-archive-filter-submit__button:hover {
  background-color: #2a6f2c;
  transform: translateY(-0.0625rem);
}
.property-archive-filter-submit__button:active {
  transform: translateY(0);
}
.property-archive-filter-submit__button:focus {
  outline: none;
  box-shadow: 0 0 0 0.125rem rgba(51, 138, 62, 0.3);
}

.property-archive-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.staff-profile__title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 3rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}
.staff-profile__inner {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .staff-profile__inner {
    flex-direction: row;
    gap: 2rem;
  }
}
.staff-profile__image {
  margin: 0;
  width: 100%;
  padding: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .staff-profile__image {
    width: 300px;
    padding: 1rem;
  }
}
.staff-profile__image img {
  max-height: 300px;
}
@media (min-width: 1024px) {
  .staff-profile__image img {
    max-height: none;
  }
}
.staff-profile .post_content {
  flex-grow: 1;
}
.staff-profile .post_content > h2:nth-of-type(1) {
  margin-top: 0;
}
.staff-profile__footer {
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 2rem 0;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.staff-profile__footer-link {
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid #666;
  border-radius: 0.25rem;
  padding: 0.75rem 1.5rem;
  color: #333;
  font-weight: bold;
  transition: all 0.3s ease;
}
.staff-profile__footer-link:hover {
  background-color: #f6f6f6;
  transform: translateY(-0.0625rem);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.archive-staff-profile__title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}

.archive-staff-profile-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .archive-staff-profile-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.archive-staff-profile-list__item {
  display: flex;
  flex-direction: column;
}
.archive-staff-profile-list__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}
.archive-staff-profile-list__link:hover {
  transform: translateY(-0.0625rem);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.archive-staff-profile-list__image {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive-staff-profile-list__image img {
  max-height: 300px;
  width: auto;
  object-fit: contain;
  aspect-ratio: 1/1;
  display: block;
}
.archive-staff-profile-list__name {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  display: block;
}
@media (min-width: 1024px) {
  .archive-staff-profile-list__name {
    font-size: 1.5rem;
  }
}

.top .l-content {
  width: 100%;
}

.top-content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.top-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .top-section {
    margin-bottom: 60px;
  }
}
.top-section__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-flex;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .top-section__title {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
}
.top-section__title::before {
  content: "";
  position: absolute;
  left: -0.8rem;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  width: 1.5rem;
  height: 3px;
  border-radius: 1rem;
  background-color: #338a3e;
}
@media (min-width: 768px) {
  .top-section__title::before {
    width: 2rem;
    left: -1rem;
  }
}
.top-section__title::after {
  content: "";
  position: absolute;
  right: -0.8rem;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  width: 1.5rem;
  height: 3px;
  border-radius: 1rem;
  background-color: #338a3e;
}
@media (min-width: 768px) {
  .top-section__title::after {
    width: 2rem;
    right: -1rem;
  }
}

.top-update-list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-update-list__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .top-update-list__item {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 0;
  }
}
.top-update-list__item:last-child {
  border-bottom: none;
}
.top-update-list__date {
  flex-shrink: 0;
  min-width: 120px;
}
.top-update-list__date time {
  font-size: 0.9rem;
  color: #666;
  background-color: #f5f5f5;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.top-update-list__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .top-update-list__body {
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
  }
}
.top-update-list__body p {
  margin: 0;
  line-height: 1.6;
}
.top-update-list__image {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .top-update-list__image {
    width: 80px;
    height: 80px;
  }
}
.top-update-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-update-list__content {
  flex: 1;
}
.top-update-list__title {
  margin-bottom: 8px;
}
.top-update-list__link {
  color: #338a3e;
  text-decoration: none;
  font-weight: 500;
}
.top-update-list__link:hover {
  text-decoration: underline;
}
.top-update-list__excerpt {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}

.top-properties-tab {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .top-properties-tab {
    margin-bottom: 30px;
  }
}
.top-properties-tab__item {
  flex: 1;
}
.top-properties-tab__link {
  display: block;
  padding: 12px 15px;
  text-align: center;
  background-color: #f5f5f5;
  color: #666;
  text-decoration: none;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  white-space: nowrap;
  min-width: 120px;
}
@media (min-width: 768px) {
  .top-properties-tab__link {
    padding: 15px 20px;
    font-size: 1rem;
    min-width: 150px;
  }
}
.top-properties-tab__link:hover {
  background-color: #ebebeb;
}
.top-properties-tab__link.is-active {
  background-color: #338a3e;
  color: white;
  font-weight: 500;
}

.top-properties-content {
  width: 100%;
  overflow-x: auto;
}

.top-properties-list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(50% - 10px);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
@media (min-width: 768px) {
  .top-properties-list {
    gap: 30px;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
  }
}
.top-properties-list.is-active {
  display: grid;
}
.top-properties-list__item {
  background-color: white;
  transition: opacity 0.3 ease;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  overflow: hidden;
}
.top-properties-list__item:hover {
  opacity: 0.8;
}
.top-properties-list__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.top-properties-list__image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .top-properties-list__image {
    height: 200px;
  }
}
.top-properties-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-properties-list__content {
  padding: 0.75rem;
}
@media (min-width: 768px) {
  .top-properties-list__content {
    padding: 0.875rem;
  }
}
.top-properties-list__tag {
  display: inline-block;
  background-color: #dfe8df;
  color: #333;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
}
.top-properties-list__price {
  font-size: 1.25rem;
  font-weight: bold;
  color: red;
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .top-properties-list__price {
    font-size: 1.5rem;
  }
}
.top-properties-list__price-unit {
  font-size: 0.75rem;
  color: red;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .top-properties-list__price-unit {
    font-size: 1rem;
  }
}
.top-properties-list__location {
  color: #666;
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0;
}

.top-staff-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .top-staff-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-bottom: 30px;
  }
}
.top-staff-list__item {
  text-align: center;
}
.top-staff-list__link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}
.top-staff-list__link:hover {
  transform: translateY(-2px);
}
.top-staff-list__image {
  width: 100%;
  height: auto;
}
.top-staff-list__image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.top-staff-list__name {
  font-weight: 500;
  color: #333;
  font-size: 1.125rem;
}

.top-staff-actions {
  text-align: center;
  margin-top: 20px;
}
.top-staff-actions__link {
  display: inline-block;
  padding: 10px 25px;
  background-color: #338a3e;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .top-staff-actions__link {
    padding: 12px 30px;
    font-size: 1rem;
  }
}
.top-staff-actions__link:hover {
  background-color: #2d7a36;
}

.top-blog-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .top-blog-list {
    grid-template-columns: repeat(3, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
  }
}
.top-blog-list__item {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.top-blog-list__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.top-blog-list__link {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 768px) {
  .top-blog-list__link {
    padding: 20px;
  }
}
.top-blog-list__date {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .top-blog-list__date {
    margin-bottom: 15px;
  }
}
.top-blog-list__date time {
  font-size: 0.9rem;
  color: #666;
  background-color: #f5f5f5;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.top-blog-list__content {
  flex: 1;
}
.top-blog-list__title {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 10px 0;
  line-height: 1.4;
  color: #333;
}
@media (min-width: 768px) {
  .top-blog-list__title {
    font-size: 1.1rem;
  }
}
.top-blog-list__excerpt {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

.top-blog-actions {
  text-align: center;
  margin-top: 20px;
}
.top-blog-actions__link {
  display: inline-block;
  padding: 10px 25px;
  background-color: #338a3e;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .top-blog-actions__link {
    padding: 12px 30px;
    font-size: 1rem;
  }
}
.top-blog-actions__link:hover {
  background-color: #2d7a36;
}

.top-property-updates-list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-property-updates-list__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .top-property-updates-list__item {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 0;
  }
}
.top-property-updates-list__item:last-child {
  border-bottom: none;
}
.top-property-updates-list__link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  width: 100%;
  transition: background-color 0.3s ease;
  padding: 5px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .top-property-updates-list__link {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }
}
.top-property-updates-list__link:hover {
  background-color: #f9f9f9;
}
.top-property-updates-list__date {
  flex-shrink: 0;
  min-width: 120px;
}
.top-property-updates-list__date time {
  font-size: 0.9rem;
  color: #666;
  background-color: #f5f5f5;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.top-property-updates-list__content {
  flex: 1;
  color: #333;
  line-height: 1.6;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .top-property-updates-list__content {
    font-size: 1rem;
  }
}

.top-company {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  width: 100%;
  gap: 0 20px;
}
@media (min-width: 768px) {
  .top-company {
    grid-template-columns: 200px 1fr;
  }
}

.top-company-image {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 0 0.5rem;
}
@media (min-width: 768px) {
  .top-company-image {
    width: 200px;
    margin: 0;
  }
}
.top-company-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.top-company-detail {
  flex: 1;
}
.top-company-detail__title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #333;
  line-height: 1;
}
@media (min-width: 768px) {
  .top-company-detail__title {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}
.top-company-detail__address, .top-company-detail__tel, .top-company-detail__open-close, .top-company-detail__closed {
  margin: 0;
  color: #666;
  line-height: 1.5;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .top-company-detail__address, .top-company-detail__tel, .top-company-detail__open-close, .top-company-detail__closed {
    font-size: 1rem;
  }
}

.top-company-description {
  flex-basis: 100%;
  margin: 0.5rem 0 0 0;
  padding-top: 0.5rem;
  color: #666;
  line-height: 1.6;
  font-size: 0.9rem;
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .top-company-description {
    margin-top: 20px;
    font-size: 1rem;
    grid-area: 2/1/3/3;
  }
}

.top-main-menu {
  margin: 2rem 0;
  width: 100%;
  top: 1rem;
  left: 5%;
  z-index: 100;
  position: static;
}
@media (min-width: 768px) {
  .top-main-menu {
    position: absolute;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .top-main-menu {
    margin: 3rem 0;
    width: 300px;
  }
}

.top-main-menu-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .top-main-menu-wrapper {
    gap: 1rem;
  }
}

.top-main-menu__title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}
@media (min-width: 768px) {
  .top-main-menu__title {
    font-size: 1.25rem;
  }
}

.top-main-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-main-menu__list--buy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .top-main-menu__list--buy {
    gap: 1rem;
  }
}
.top-main-menu__list--buy .top-main-menu__item:nth-child(1) {
  grid-area: 1/1/2/3;
}
.top-main-menu__list--buy .top-main-menu__item:nth-child(2) {
  grid-area: 2/1/3/3;
}
.top-main-menu__list--buy .top-main-menu__item:nth-child(3) {
  grid-area: 3/1/4/2;
}
.top-main-menu__list--buy .top-main-menu__item:nth-child(4) {
  grid-area: 3/2/4/3;
}
.top-main-menu__list--rent {
  display: flex;
  justify-content: center;
}

.top-main-menu__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background: linear-gradient(135deg, #338a3e 0%, #2d7a36 100%);
  color: white;
  text-decoration: none;
  border-radius: 0.25rem;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(51, 138, 62, 0.3);
}
@media (min-width: 768px) {
  .top-main-menu__item a {
    padding: 0.5rem;
    font-size: 1.125rem;
  }
}
.top-main-menu__item a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(51, 138, 62, 0.4);
  background: linear-gradient(135deg, #2d7a36 0%, #338a3e 100%);
}
.top-main-menu__item a:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(51, 138, 62, 0.3);
}
.top-main-menu__list--rent .top-main-menu__item {
  width: 100%;
}

.contact-form {
  margin: 0 auto;
}
.contact-form__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  gap: 2rem;
}
@media (min-width: 768px) {
  .contact-form__header {
    margin-bottom: 3rem;
    gap: 4rem;
  }
}
.contact-form__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .contact-form__title {
    font-size: 2rem;
  }
}
.contact-form__note {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.6;
  margin: 2rem 0;
  padding: 1rem;
  background-color: #f9f9f9;
  border-radius: 0.25rem;
}
.contact-form__note a {
  color: #0066cc;
  text-decoration: underline;
}
.contact-form__note a:hover {
  text-decoration: none;
}

.contact-form-step {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  justify-content: center;
}
.contact-form-step__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #999;
  position: relative;
  padding: 0.5rem 1rem;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
  min-width: 100px;
}
@media (min-width: 768px) {
  .contact-form-step__item {
    padding: 0.75rem 3rem;
  }
}
.contact-form-step__item i {
  font-size: 1rem;
  color: inherit;
}
.contact-form-step__item.is-active {
  color: #e5474b;
  background-color: rgba(229, 71, 75, 0.1);
  border: 1px solid rgba(229, 71, 75, 0.2);
}
.contact-form-step__item.is-completed {
  color: #338a3e;
  background-color: rgba(51, 138, 62, 0.1);
  border: 1px solid rgba(51, 138, 62, 0.2);
  opacity: 0.4;
}

.contact-form-inputs {
  margin-bottom: 2rem;
}
.contact-form-inputs__row {
  display: flex;
  padding: 1rem 0;
  gap: 0.5rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contact-form-inputs__row {
    flex-direction: row;
    gap: 1rem;
    border-bottom: 1px solid #e0e0e0;
  }
}
@media (min-width: 768px) {
  .contact-form-inputs__row:first-child {
    border-top: 1px solid #e0e0e0;
  }
}
.contact-form-inputs__row:last-child {
  border-bottom: none;
}
.contact-form-inputs__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-right: 1rem;
  justify-content: space-between;
  align-items: center;
  background-color: #f6f6f6;
  padding: 1rem;
}
@media (min-width: 768px) {
  .contact-form-inputs__label {
    flex: 0 0 300px;
  }
}
.contact-form-inputs__label-text {
  font-weight: bold;
  color: #333;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .contact-form-inputs__label-text {
    font-size: 1rem;
  }
}
.contact-form-inputs__label-optional {
  background-color: #999;
  color: white;
  font-size: 0.75rem;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: normal;
}
.contact-form-inputs__label-optional.is-required {
  background-color: #dc3545;
}
.contact-form-inputs__label-required {
  background-color: #dc3545;
  color: white;
  font-size: 0.75rem;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: normal;
}
.contact-form-inputs__field {
  flex: 1;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.contact-form-inputs__input {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #e0e0e0;
  border-radius: 0.25rem;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.contact-form-inputs__input:focus {
  outline: none;
  border-color: #e5474b;
  box-shadow: 0 0 0 3px rgba(229, 71, 75, 0.1);
}
.contact-form-inputs__input.wpcf7-not-valid {
  border-color: #dc3545;
}
.contact-form-inputs__input[name*=your-name-sei], .contact-form-inputs__input[name*=your-name-mei] {
  flex: 1;
  min-width: 120px;
}
.contact-form-inputs__textarea {
  width: 100%;
  min-height: 120px;
  padding: 0.75rem;
  border: 2px solid #e0e0e0;
  border-radius: 0.25rem;
  font-size: 1rem;
  resize: vertical;
  transition: border-color 0.3s ease;
}
.contact-form-inputs__textarea:focus {
  outline: none;
  border-color: #e5474b;
  box-shadow: 0 0 0 3px rgba(229, 71, 75, 0.1);
}
.contact-form-inputs__textarea.wpcf7-not-valid {
  border-color: #dc3545;
}
.contact-form-inputs__checkboxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .contact-form-inputs__checkboxes {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0.5rem;
  }
}
.contact-form-inputs__checkboxes .wpcf7-list-item {
  position: relative;
  display: block;
  margin: 0;
}
.contact-form-inputs__checkboxes .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.contact-form-inputs__checkboxes .wpcf7-list-item label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border: 2px solid #e0e0e0;
  border-radius: 0.25rem;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  margin: 0;
}
.contact-form-inputs__checkboxes .wpcf7-list-item label:hover {
  border-color: #e5474b;
  background: linear-gradient(135deg, rgba(229, 71, 75, 0.02) 0%, rgba(229, 71, 75, 0.08) 100%);
  box-shadow: 0 4px 12px rgba(229, 71, 75, 0.15);
}
.contact-form-inputs__checkboxes .wpcf7-list-item label:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(229, 71, 75, 0.2);
}
.contact-form-inputs__checkboxes .wpcf7-list-item label::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #d0d7de;
  border-radius: 0.375rem;
  background-color: #ffffff;
  transition: all 0.3s ease;
  flex-shrink: 0;
  position: relative;
}
.contact-form-inputs__checkboxes .wpcf7-list-item label::after {
  content: "";
  position: absolute;
  left: 1.625rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg) scale(0);
  width: 0.375rem;
  height: 0.75rem;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.contact-form-inputs__checkboxes .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
  margin: 0;
}
.contact-form-inputs__checkboxes .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 0.9rem;
  color: #374151;
  font-weight: 500;
  line-height: 1.4;
  flex: 1;
  padding-left: 0.25rem;
  cursor: pointer;
}
.contact-form-inputs__checkboxes .wpcf7-list-item:has(input:checked) label {
  border-color: #e5474b;
  background: linear-gradient(135deg, rgba(229, 71, 75, 0.08) 0%, rgba(229, 71, 75, 0.15) 100%);
}
.contact-form-inputs__checkboxes .wpcf7-list-item:has(input:checked) label::before {
  background-color: #e5474b;
  border-color: #e5474b;
  transform: scale(1.1);
}
.contact-form-inputs__checkboxes .wpcf7-list-item:has(input:checked) label::after {
  transform: translateY(-50%) rotate(45deg) scale(1);
}
.contact-form-inputs__checkboxes .wpcf7-list-item:has(input:checked) label .wpcf7-list-item-label {
  color: #e5474b;
  font-weight: 600;
}

.contact-form-inputs__field:has([data-name=your-name-sei]),
.contact-form-inputs__field:has([data-name=your-name-sei-kana]) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
}
@media (min-width: 768px) {
  .contact-form-inputs__field:has([data-name=your-name-sei]),
  .contact-form-inputs__field:has([data-name=your-name-sei-kana]) {
    gap: 2rem;
  }
}

.contact-form-confirm {
  display: none;
  margin-bottom: 2rem;
}
.contact-form-confirm.is-active {
  display: block;
}
.contact-form-confirm__row {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .contact-form-confirm__row {
    align-items: flex-start;
  }
}
.contact-form-confirm__row:first-child {
  border-top: 1px solid #e0e0e0;
}
.contact-form-confirm__row:last-child {
  border-bottom: none;
}
.contact-form-confirm__label {
  flex: 0 0 120px;
  font-weight: bold;
  color: #333;
  font-size: 0.875rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .contact-form-confirm__label {
    flex: 0 0 300px;
    font-size: 1rem;
  }
}
.contact-form-confirm__value {
  flex: 1;
  color: #666;
  line-height: 1.6;
  word-break: break-word;
}
.contact-form-confirm__value:empty::after {
  content: "未入力";
  color: #999;
  font-style: italic;
}
.contact-form-confirm__value--textarea {
  white-space: pre-wrap;
  word-break: break-word;
}

.contact-form-action {
  text-align: center;
  margin-top: 2rem;
}
.contact-form-action--confirm {
  display: block;
}
.contact-form-action--confirm.is-hidden {
  display: none;
}
.contact-form-action--submit {
  display: none;
}
.contact-form-action--submit.is-active {
  display: flex;
  gap: 2rem;
}
.contact-form-action--submit p {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .contact-form-action--submit p {
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }
}
.contact-form-action__button {
  background-color: #0066cc;
  color: white;
  border: none;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  min-width: 120px;
}
@media (min-width: 768px) {
  .contact-form-action__button {
    padding: 1rem 3rem;
    min-width: 150px;
  }
}
.contact-form-action__button:hover {
  background-color: #0052a3;
}
.contact-form-action__button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.contact-form-action__button#contact-form-back {
  background-color: #6c757d;
}
.contact-form-action__button#contact-form-back:hover {
  background-color: #545b62;
}
.contact-form-action .wpcf7-form-control.wpcf7-submit {
  background-color: #0066cc;
  color: white;
  border: none;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  min-width: 120px;
}
@media (min-width: 768px) {
  .contact-form-action .wpcf7-form-control.wpcf7-submit {
    padding: 1rem 3rem;
    min-width: 150px;
  }
}
.contact-form-action .wpcf7-form-control.wpcf7-submit:hover {
  background-color: #0052a3;
}
.contact-form-action .wpcf7-form-control.wpcf7-submit:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.contact-form-action .wpcf7-form-control.wpcf7-submit.has-spinner {
  position: relative;
}
.contact-form-action .wpcf7-spinner {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #0066cc;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  vertical-align: middle;
}
.contact-form-action .wpcf7-spinner:not(.is-active) {
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contact-form.is-confirming .contact-form-inputs {
  display: none;
}
.contact-form.is-confirming .contact-form-confirm {
  display: block;
}
.contact-form.is-confirming .contact-form-action--confirm {
  display: none;
}
.contact-form.is-confirming .contact-form-action--submit {
  display: flex;
  justify-content: center;
}

.contact-form-thanks {
  display: none;
  text-align: center;
  padding: 3rem 2rem;
}
.contact-form-thanks__title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #338a3e;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .contact-form-thanks__title {
    font-size: 2.25rem;
  }
}
.contact-form-thanks__message {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.8;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contact-form-thanks__message {
    font-size: 1.125rem;
  }
}

.contact-form.is-complete .contact-form-inputs,
.contact-form.is-complete .contact-form-confirm,
.contact-form.is-complete .contact-form-action {
  display: none;
}
.contact-form.is-complete .contact-form__note {
  display: none;
}
.contact-form.is-complete .contact-form-thanks {
  display: block;
}

.contact-form.is-complete .contact-property-list {
  display: none;
}

.contact-form-required {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 1000;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: rgba(223, 232, 223, 0.7);
  backdrop-filter: blur(4px);
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .contact-form-required {
    bottom: auto;
    left: auto;
    top: 300px;
    right: 3rem;
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
}
.contact-form-required:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}
.contact-form-required__label {
  font-weight: bold;
  color: #495057;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .contact-form-required__label {
    font-size: 0.875rem;
  }
}
.contact-form-required__count {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  font-weight: bold;
}
.contact-form-required__count-text {
  color: #dc3545;
  font-size: 1.5rem;
  min-width: 1.5rem;
  text-align: center;
  line-height: 1;
}
.contact-form-required__count-text.is-complete {
  color: #28a745;
}
.contact-form-required__count-total {
  color: #6c757d;
  font-size: 1rem;
  padding-left: 0.25rem;
}
.contact-form-required::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 0.5rem;
  background: conic-gradient(#28a745 0deg, #28a745 calc(var(--progress, 0) * 3.6deg), #e9ecef calc(var(--progress, 0) * 3.6deg), #e9ecef 360deg);
  z-index: -1;
  opacity: 0.3;
}

.contact-form.is-confirming + .contact-form-required,
.contact-form.is-complete + .contact-form-required {
  display: none;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: block;
}

.wpcf7-validation-errors {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  border-radius: 0.25rem;
  padding: 1rem;
  margin: 1rem 0;
}

.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  border-radius: 0.25rem;
  padding: 1rem;
  margin: 1rem 0;
}

.contact-form.is-loading {
  pointer-events: none;
  opacity: 0.7;
}

.contact-property-list {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .contact-property-list {
    gap: 0.5rem;
  }
}

.contact-property-item {
  border: 1px solid #e0e0e0;
  border-radius: 0.375rem;
  padding: 1rem;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .contact-property-item {
    padding: 1.25rem;
  }
}
.contact-property-item__header {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .contact-property-item__header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
  }
}
.contact-property-item__meta {
  display: inline-block;
  background-color: #338a3e;
  color: white;
  font-size: 0.6875rem;
  font-weight: bold;
  padding: 0.1875rem 0.5rem;
  border-radius: 0.75rem;
  align-self: flex-start;
}
@media (min-width: 768px) {
  .contact-property-item__meta {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
  }
}
.contact-property-item__title {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .contact-property-item__title {
    font-size: 1rem;
  }
}
.contact-property-item__price {
  font-size: 1.125rem;
  font-weight: bold;
  color: #e5474b;
  margin: 0;
  text-align: right;
}
@media (min-width: 768px) {
  .contact-property-item__price {
    font-size: 1.25rem;
  }
}