.site-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}

/* ===== image behavior hardening (list/top/detail) ===== */
body.site-theme-conversion .thumb-wrap,
body.site-theme-conversion .list-card-thumb,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .tp-home-new__grid > .property-card,
body.site-theme-conversion .pd-main-slide-wrap,
body.site-theme-conversion .pd-thumb {
  overflow: hidden !important;
}

body.site-theme-conversion .thumb-wrap,
body.site-theme-conversion .list-card-thumb,
body.site-theme-conversion .pd-main-slide-wrap,
body.site-theme-conversion .pd-thumb {
  border-radius: inherit;
}

body.site-theme-conversion .thumb-wrap.list-card-thumb:not(.is-floorplan) img {
  transform-origin: center center;
  transition: transform 0.22s ease;
}

body.site-theme-conversion .pd-main-img,
body.site-theme-conversion .pd-thumb img {
  transform-origin: center center;
}

@media (hover: hover) and (pointer: fine) {
  body.site-theme-conversion .thumb-wrap.list-card-thumb:not(.is-floorplan):hover img:not(.is-floorplan),
  body.site-theme-conversion .property-card:hover .thumb-wrap.list-card-thumb:not(.is-floorplan) img:not(.is-floorplan) {
    transform: scale(1.04);
  }

  body.site-theme-conversion .pd-main-slide-wrap:hover .pd-main-img,
  body.site-theme-conversion .pd-thumb:hover img {
    transform: scale(1.04);
  }
}

/* TOP新着: 画像だけ見せるカードで下余白が残らないようにする */
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .tp-home-new__grid > .property-card,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new__grid.property-grid > .property-card {
  height: auto !important;
  min-height: 0 !important;
}

body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .tp-home-new__grid > .property-card > .thumb-wrap.list-card-thumb,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new__grid.property-grid > .property-card > .thumb-wrap.list-card-thumb {
  width: 240px !important;
  min-width: 240px !important;
  max-width: 240px !important;
  height: 100% !important;
  min-height: 200px !important;
  max-height: none !important;
  aspect-ratio: auto !important;
}

body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .tp-home-new__grid > .property-card > .list-card-info,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new__grid.property-grid > .property-card > .list-card-info {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
}
.site-wrap.list-page {
  padding-left: 206px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
  color: #1f2937;
  background: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
}

.tp-global-header {
  position: sticky;
  top: 0;
  z-index: 1200;
  background: linear-gradient(90deg, #0f766e, #0ea5a4);
  color: #fff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.18);
}

.tp-global-header__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.tp-brand__name {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
}

.tp-brand__copy {
  margin: 2px 0 0;
  font-size: 12px;
  opacity: 0.92;
}

.tp-head-contact {
  text-align: right;
}

.tp-head-contact__tel {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

.tp-head-contact__meta {
  margin: 2px 0 0;
  font-size: 12px;
  opacity: 0.92;
}

.tp-top-nav {
  max-width: 1120px;
  margin: 0 auto;
  padding: 8px 16px 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tp-top-nav__link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 13px;
  font-weight: 700;
}

.tp-top-nav__link:hover,
.tp-top-nav__link.is-active {
  background: #fff;
  color: #0f766e;
}

.tp-side-banners {
  position: fixed;
  left: 14px;
  top: 160px;
  z-index: 900;
  width: 172px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tp-side-banners__item {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background: linear-gradient(135deg, #2563eb, #0891b2);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.2);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.tp-side-banners__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.25);
}

.page-title {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 700;
}

.page-sub {
  margin: 0 0 20px;
  color: #6b7280;
  font-size: 14px;
}

.list-search-panel {
  margin: 0 0 20px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.list-search-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px 16px;
  align-items: end;
}

.list-search-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.list-search-field--grow {
  grid-column: auto;
}

.list-search-label {
  font-size: 12px;
  font-weight: 600;
  color: #475569;
}

.list-search-control {
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  font-size: 15px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  color: #1f2937;
  -webkit-appearance: none;
  appearance: none;
}

.list-search-control[type="search"] {
  -webkit-appearance: textfield;
}

.list-search-control:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.list-search-actions {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-width: 0;
}

.list-search-reset {
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  cursor: pointer;
}

.list-search-reset:hover {
  background: #f1f5f9;
  border-color: #94a3b8;
}

.list-search-reset:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.sort-control {
  width: 100%;
}

.sort-control .list-search-label {
  font-weight: 700;
}

.sort-control .list-search-control {
  width: 100%;
}

@media (min-width: 640px) {
  .list-search-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
  .list-search-field--grow {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .tp-side-banners {
    display: none;
  }
  .site-wrap.list-page {
    padding-left: 12px;
  }
  .tp-brand__name {
    font-size: 20px;
  }
  .tp-head-contact__tel {
    font-size: 16px;
  }
  .tp-top-nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 12px;
  }
  .sort-control {
    grid-column: 1 / -1;
  }
}

.list-empty {
  grid-column: 1 / -1;
  margin: 16px 0 8px;
  padding: 24px 16px;
  text-align: center;
  color: #64748b;
  font-size: 15px;
  line-height: 1.5;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}

.list-cat-nav {
  margin: 0 0 20px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.list-cat-nav__title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}

.list-cat-nav__intro {
  margin: 0 0 12px;
  font-size: 12px;
  color: #64748b;
  line-height: 1.5;
}

.list-cat-nav__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}

a.list-cat-nav__link {
  display: inline-flex;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #1e40af;
  background: #fff;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  text-decoration: none;
}

a.list-cat-nav__link:hover {
  background: #eff6ff;
}

a.list-cat-nav__link--active {
  background: #1d4ed8;
  color: #fff;
  border-color: #1d4ed8;
}

.status-box {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 14px;
}

.status-box.error {
  color: #991b1b;
  background: #fef2f2;
  border-color: #fecaca;
}

.property-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}

.property-grid.property-grid--station {
  grid-template-columns: 1fr;
}

.building-card {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.building-card__head {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 14px;
  padding: 12px;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}

.building-card__photo {
  width: 100%;
  height: 170px;
  background: #eef2f7;
}

.building-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.building-card__info {
  min-width: 0;
}

.building-card__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
}

.building-card__meta {
  margin: 0 0 5px;
  font-size: 13px;
  color: #334155;
  line-height: 1.5;
}

.building-card__meta span {
  display: inline-block;
  min-width: 54px;
  color: #64748b;
  font-weight: 700;
  font-size: 11px;
}

.building-card__rent {
  color: #b91c1c;
  font-size: 18px;
}

.building-rooms {
  padding: 2px 10px 10px;
}

.room-row {
  display: grid;
  grid-template-columns: 120px 1fr 190px;
  gap: 12px;
  align-items: center;
  padding: 10px 6px;
  border-top: 1px solid #eef2f7;
}

.room-row__thumb {
  width: 120px;
  height: 80px;
  background: #f1f5f9;
}

.room-row__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-row__rent {
  margin: 0 0 2px;
  color: #b91c1c;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}

.room-row__sub {
  margin: 0;
  font-size: 12px;
  color: #64748b;
}

.room-row__spec {
  margin: 2px 0 0;
  font-size: 13px;
  color: #334155;
}

.room-row__cta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.room-row__cta .list-cta {
  min-height: 38px;
}

.room-row__archive-note {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #9a3412;
  text-align: center;
}

.property-card {
  position: relative;
  border: 1px solid #e8ecf0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04), 0 12px 32px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  cursor: pointer;
}

.property-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1), 0 20px 48px rgba(15, 23, 42, 0.1);
}

.property-card:focus-visible {
  outline: 3px solid #93c5fd;
  outline-offset: 2px;
}

.thumb-wrap {
  height: 200px;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.list-card-thumb {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 100%;
  height: 160px;
  aspect-ratio: 16 / 9;
  max-height: 180px;
  overflow: hidden;
  border-radius: 0;
}

.thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.list-card-thumb.is-floorplan .list-card-image,
.list-card-thumb img.list-card-image.is-floorplan {
  object-fit: contain !important;
  background: #fff;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

.list-card-img-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.list-card-img-nav:hover {
  background: #fff;
}

.list-card-img-nav--prev {
  left: 4px;
}

.list-card-img-nav--next {
  right: 4px;
}

body.site-theme-conversion .property-card .list-card-image {
  transition: transform 0.3s ease;
}

body.site-theme-conversion .property-card:hover .list-card-image:not(.is-floorplan) {
  transform: scale(1.04);
}

.list-card-thumb.list-card-thumb--empty .list-card-img-nav {
  display: none;
}

.thumb-placeholder {
  color: #94a3b8;
  font-size: 13px;
  font-weight: 600;
}

.list-card-body {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  padding: 14px 16px 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tp-search-page .list-card-info {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
}

.list-card-badges {
  margin-bottom: 2px;
}

.list-tag-new {
  display: inline-block;
  background: #fee2e2 !important;
  color: #b91c1c !important;
  border: 1px solid #fecaca;
  font-size: 11px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 999px;
}

.list-rent-block {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
  margin-bottom: 2px;
}

.list-rent {
  color: #b91c1c;
  font-weight: 800;
  font-size: clamp(1.45rem, 3.5vw, 1.7rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.list-rent-suffix {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
}

.list-mgmt {
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  margin-left: auto;
  flex: 0 0 auto;
}

.list-card-title {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  color: #0f172a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-meta-hero {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.5;
}

.list-card-address {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-card-access {
  margin: 0;
  font-size: 12px;
  color: #64748b;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-meta-lbl {
  font-size: 11px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.list-meta-sep {
  color: #cbd5e1;
  font-weight: 400;
}

.tp-search-page .list-card-cta {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .tp-search-page .property-card {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    align-items: stretch;
  }

  .tp-search-page .property-card .list-card-thumb {
    grid-column: 1;
    grid-row: 1;
    height: 100%;
    min-height: 190px;
    max-height: none;
  }

  .tp-search-page .property-card .list-card-info {
    grid-column: 2;
    grid-row: 1;
  }

  .tp-search-page .property-card .list-card-body {
    padding-bottom: 6px;
  }

  .tp-search-page .property-card .list-card-cta {
    padding: 0 12px 14px;
  }
}

.list-cta {
  position: relative;
  z-index: 2;
  flex: 1;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  border: 2px solid #2563eb;
  color: #2563eb;
  background: #fff;
  transition: background 0.15s, color 0.15s;
  cursor: pointer;
}

.list-cta:hover {
  background: #eff6ff;
}

.list-cta--go {
  background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
  border-color: #1d4ed8;
  box-shadow: 0 4px 12px rgba(29, 78, 216, 0.3);
}

.list-cta--go:hover {
  filter: brightness(1.05);
  color: #fff;
}

/* 物件カード下部CTA（新着・一覧・駅・検索共通）：カード幅内2分割、長文は1行・省略 */
.property-card > .list-card-info {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

.property-card__actions,
.building-card__actions,
.tp-property-card__actions,
.property-card .list-card-cta,
.tp-property-card .list-card-cta,
.building-card .list-card-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  padding: 0 12px 14px;
  margin-top: auto;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.property-card__actions a,
.building-card__actions a,
.tp-property-card__actions a,
.property-card .list-card-cta a.list-cta,
.tp-property-card .list-card-cta a.list-cta,
.building-card .list-card-cta a.list-cta {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  height: 42px;
  padding: 0 10px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 1;
  box-sizing: border-box;
  flex: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 420px) {
  .property-card__actions,
  .building-card__actions,
  .tp-property-card__actions,
  .property-card .list-card-cta,
  .tp-property-card .list-card-cta,
  .building-card .list-card-cta {
    grid-template-columns: 1fr;
  }
}

.card-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.rent {
  color: #dc2626;
  font-weight: 700;
  font-size: 22px;
}

.fee {
  color: #64748b;
  font-size: 13px;
}

.name {
  margin: 0;
  font-size: 18px;
}

.meta {
  margin: 0;
  font-size: 14px;
  color: #334155;
}

.address,
.access {
  margin: 0;
  font-size: 13px;
  color: #475569;
}

.btn-detail {
  margin-top: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #2563eb;
  color: #2563eb;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 12px;
}

.list-page {
  max-width: 1200px;
}

@media (max-width: 480px) {
  .tp-search-page .property-card {
    display: flex;
    flex-direction: column;
  }

  .tp-search-page .list-card-info {
    display: flex;
    flex-direction: column;
  }

  .property-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .building-card__head {
    grid-template-columns: 1fr;
  }

  .building-card__photo {
    height: 180px;
  }

  .room-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .room-row__thumb {
    width: 100%;
    height: 160px;
  }

  .list-card-thumb {
    height: 150px;
  }

  .list-mgmt {
    width: 100%;
    margin-left: 0;
  }
}

.detail-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.slider {
  position: relative;
  height: 360px;
  background: #f8fafc;
}

.slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.55);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.slide-btn.prev {
  left: 10px;
}

.slide-btn.next {
  right: 10px;
}

.slide-count {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(15, 23, 42, 0.65);
  border-radius: 999px;
  padding: 4px 8px;
}

.detail-body {
  padding: 18px;
}

.catch-copy {
  margin: 0 0 14px;
  padding: 10px 12px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  color: #1e40af;
}

.detail-title {
  margin: 0 0 12px;
  font-size: 24px;
}

.detail-grid {
  display: grid;
  grid-template-columns: 140px 1fr;
  row-gap: 8px;
  column-gap: 10px;
  margin-bottom: 18px;
}

.detail-grid dt {
  color: #64748b;
  font-size: 13px;
}

.detail-grid dd {
  margin: 0;
  font-size: 14px;
}

.section-title {
  margin: 18px 0 8px;
  font-size: 16px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  padding: 6px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  font-size: 12px;
  color: #334155;
}

.tag.filter-btn {
  border: 1px solid #cbd5e1;
  cursor: pointer;
}

.tag.filter-btn.active {
  background: #dbeafe;
  border-color: #60a5fa;
  color: #1d4ed8;
}

.back-link {
  display: inline-block;
  margin-bottom: 12px;
  color: #2563eb;
  font-size: 14px;
}

@media (max-width: 768px) {
  .site-wrap {
    padding: 16px 12px 32px;
  }
  .slider {
    height: 240px;
  }
  .detail-grid {
    grid-template-columns: 1fr;
    row-gap: 4px;
  }
}

/* ── 物件詳細（売れる不動産風）property.html / detail.js ── */

/* 詳細ページ専用：一覧と共用の .site-wrap に上乗せ */
.site-wrap.pd-page {
  padding-left: max(16px, env(safe-area-inset-left, 0px));
  padding-right: max(16px, env(safe-area-inset-right, 0px));
  padding-bottom: max(40px, env(safe-area-inset-bottom, 0px));
}

.pd-page {
  background: #ffffff;
  color: #1e293b;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.pd-detail-root[hidden] {
  display: none !important;
}

.pd-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(14px, 2.6vw, 24px);
}

.pd-breadcrumb {
  margin: 0 0 6px;
  font-size: 13px;
  color: #64748b;
}

.pd-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pd-breadcrumb__item a {
  color: #1d4ed8;
  font-weight: 600;
  text-decoration: none;
}

.pd-breadcrumb__item a:hover {
  text-decoration: underline;
}

.pd-breadcrumb__item--current {
  color: #0f172a;
  font-weight: 600;
}

.pd-breadcrumb__item + .pd-breadcrumb__item::before {
  content: "›";
  margin: 0 6px;
  color: #94a3b8;
  font-weight: 400;
}

.pd-back {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #1d4ed8;
}

.pd-back:hover {
  text-decoration: underline;
}

.pd-related {
  margin: 28px 0 8px;
  padding: 20px 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}

.pd-related__h {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.pd-related__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pd-related__link {
  display: block;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  text-decoration: none;
  color: #0f172a;
  transition: border-color 0.15s ease;
}

.pd-related__link:hover {
  border-color: #3b82f6;
}

.pd-related__title {
  display: block;
  font-weight: 600;
  font-size: 14px;
}

.pd-related__meta {
  display: block;
  font-size: 12px;
  color: #64748b;
  margin-top: 2px;
}

.pd-header {
  margin-bottom: 24px;
  padding-bottom: 4px;
  border-bottom: 1px solid #f1f5f9;
}

.pd-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.pd-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.pd-badge--type {
  background: #eff6ff;
  color: #1e40af;
  border: 1px solid #bfdbfe;
}

.pd-badge--new {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.pd-badge--pick {
  background: #fffbeb;
  color: #b45309;
  border: 1px solid #fde68a;
}

.pd-badge--walk {
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
}

.pd-catch {
  margin: 0 0 10px;
  padding: 12px 14px;
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
  border-left: 4px solid #2563eb;
  border-radius: 0 10px 10px 0;
  font-size: 15px;
  font-weight: 600;
  color: #1e3a8a;
  line-height: 1.5;
}

.pd-title {
  margin: 0;
  font-size: clamp(1.4rem, 3.8vw, 1.95rem);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.pd-hero {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 420px);
  gap: clamp(20px, 3vw, 36px);
  align-items: start;
  margin-bottom: clamp(20px, 3.5vw, 32px);
}

.pd-hero--dynamic .pd-detail-media-block {
  margin-bottom: 0;
}

.pd-key-cta {
  margin-top: 8px;
}

.pd-key-cta .pd-btn--inquiry-cta {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 14px 18px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.02em;
  background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
  color: #fff;
  border: none;
  box-shadow: 0 8px 26px rgba(21, 128, 61, 0.42);
}

.pd-key-cta .pd-btn--inquiry-cta:hover {
  background: linear-gradient(180deg, #15803d 0%, #166534 100%);
  color: #fff;
}

.pd-gallery-col {
  min-width: 0;
}

.pd-main-slide-wrap {
  position: relative;
  background: #0f172a;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  max-height: min(72vh, 760px);
  min-height: 360px;
  border: 1px solid #1e293b;
  box-shadow: 0 32px 70px rgba(15, 23, 42, 0.28);
}

.pd-main-slide-wrap:has(.is-floorplan) {
  background: #fff !important;
}

.pd-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
  display: block;
  cursor: zoom-in;
  background: transparent;
  transition: transform 0.22s ease;
  transform-origin: center center;
}

.pd-main-img.is-floorplan,
.pd-main-slide-wrap.is-floorplan .pd-main-img {
  object-fit: contain !important;
  object-position: center !important;
  background: #fff !important;
}

.pd-main-placeholder {
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 14px;
  font-weight: 600;
}

.pd-slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.58);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  transition: background 0.15s ease;
}

.pd-slide-btn:hover {
  background: rgba(15, 23, 42, 0.78);
}

.pd-slide-btn--prev {
  left: 12px;
}

.pd-slide-btn--next {
  right: 12px;
}

.pd-slide-count {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: rgba(15, 23, 42, 0.7);
  padding: 6px 12px;
  border-radius: 999px;
}

.pd-thumb-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}

.pd-thumb {
  flex: 0 0 auto;
  width: 72px;
  height: 54px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: #e2e8f0;
}

.pd-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: transform 0.2s ease;
}

.pd-thumb.is-active {
  border-color: #2563eb;
  box-shadow: 0 0 0 1px #2563eb;
}

.pd-thumb--empty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 54px;
  font-size: 10px;
  color: #94a3b8;
  border-radius: 8px;
  border: 1px dashed #cbd5e1;
  background: #f8fafc;
}

.pd-side-col {
  position: sticky;
  top: 16px;
  align-self: start;
}

.pd-key-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: clamp(18px, 2.6vw, 24px);
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.04),
    0 16px 40px rgba(15, 23, 42, 0.08);
}

.pd-key-card--inquiry {
  border: 1px solid #fecaca;
  background: linear-gradient(180deg, #fff 0%, #fffaf8 100%);
  box-shadow:
    0 8px 24px rgba(185, 28, 28, 0.08),
    0 24px 56px rgba(15, 23, 42, 0.1);
}

.pd-rent-block {
  padding: 16px;
  margin-bottom: 14px;
  border: 1px solid #fecdd3;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff 0%, #fff7f8 100%);
  box-shadow: 0 12px 28px rgba(185, 28, 28, 0.1);
}

.pd-rent-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

.pd-rent-cell {
  min-width: 0;
}

.pd-rent-cell--mgmt {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  text-align: right;
}

.pd-rent-label {
  margin: 0 0 3px;
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.08em;
}

.pd-rent-hero {
  margin: 0;
  font-size: clamp(1.8rem, 4.8vw, 2.7rem);
  font-weight: 800;
  color: #b91c1c;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.pd-rent-mgmt {
  margin: 0;
  font-size: clamp(15px, 2.1vw, 17px);
  font-weight: 700;
  color: #1e293b;
  line-height: 1.2;
}

.pd-rent-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.pd-rent-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #fecaca;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.pd-rent-pill__k {
  font-size: 12px;
  font-weight: 700;
  color: #475569;
  line-height: 1.2;
}

.pd-rent-pill__v {
  font-size: 13px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

.pd-rent-parking {
  margin: 12px 2px 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  padding-top: 10px;
  border-top: 1px dashed #fecaca;
}

.pd-rent-parking__k {
  color: #64748b;
  font-weight: 700;
}

.pd-rent-parking__v {
  color: #0f172a;
  font-weight: 700;
  text-align: right;
}

.pd-key-facts {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pd-key-facts li {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 10px 12px;
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 0;
  border-bottom: 1px solid #f1f5f9;
}

.pd-key-facts li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.pd-kf-label {
  color: #64748b;
  font-weight: 600;
}

.pd-kf-val {
  color: #0f172a;
  font-weight: 700;
  font-size: 15px;
  word-break: break-word;
}

.pd-key-facts li:nth-child(1) .pd-kf-val,
.pd-key-facts li:nth-child(2) .pd-kf-val {
  font-size: 16px;
  color: #0f172a;
}

.pd-kf-val--access {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.55;
}

.pd-cta-block {
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
}

.pd-cta-block--wide {
  margin: 0 0 32px;
  padding: clamp(20px, 4vw, 28px);
  border: 1px solid #93c5fd;
  border-radius: 18px;
  background: linear-gradient(165deg, #dbeafe 0%, #eff6ff 45%, #fff 100%);
  box-shadow: 0 12px 32px rgba(29, 78, 216, 0.12);
}

.pd-cta-lead {
  margin: 0 0 12px;
  font-size: 13px;
  color: #475569;
  line-height: 1.55;
}

.pd-cta-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* 物件詳細：電話・内見・メールの並び（サイド・フッター共通） */
.pd-cta-btns--property-contact {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.pd-cta-btns--property-contact > .pd-btn--dial,
.pd-cta-btns--property-contact > .pd-btn--primary,
.pd-cta-btns--property-contact > .pd-btn--visit,
.pd-cta-btns--property-contact > .pd-btn--outline {
  flex: 1 1 calc(50% - 6px);
  min-width: min(100%, 148px);
  width: auto;
  margin-bottom: 0;
  box-sizing: border-box;
}

.pd-cta-btns--property-contact > .pd-btn--dial {
  flex: 1 1 100%;
}

.pd-cta-btns--property-contact > .static-minor {
  flex: 1 1 100%;
  text-align: center;
  align-self: center;
}

@media (min-width: 520px) {
  .pd-cta-btns--property-contact > .pd-btn--dial,
  .pd-cta-btns--property-contact > .pd-btn--primary {
    flex: 1 1 calc(33.333% - 7px);
  }

  .pd-cta-btns--property-contact > .static-minor {
    flex: 1 1 100%;
  }

  .pd-cta-btns--property-contact > .pd-btn--visit,
  .pd-cta-btns--property-contact > .pd-btn--outline {
    flex: 1 1 calc(33.333% - 7px);
  }
}

@media (min-width: 720px) {
  .pd-aside-inquiry .pd-cta-btns--property-contact {
    flex-direction: column;
  }

  .pd-aside-inquiry .pd-cta-btns--property-contact > .pd-btn--dial,
  .pd-aside-inquiry .pd-cta-btns--property-contact > .pd-btn--primary,
  .pd-aside-inquiry .pd-cta-btns--property-contact > .pd-btn--visit,
  .pd-aside-inquiry .pd-cta-btns--property-contact > .pd-btn--outline,
  .pd-aside-inquiry .pd-cta-btns--property-contact > .static-minor {
    flex: 1 1 auto;
    width: 100%;
  }
}

#pd-footer-cta {
  scroll-margin-top: calc(12px + env(safe-area-inset-top, 0px));
}

.pd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.12s, box-shadow 0.12s;
}

.pd-btn:active {
  transform: scale(0.98);
}

.pd-btn--primary {
  background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
  box-shadow: 0 6px 20px rgba(29, 78, 216, 0.45);
}

.pd-btn--primary:hover {
  background: #1e40af;
}

.pd-btn--outline {
  background: #fff;
  color: #1d4ed8;
  border: 2px solid #1d4ed8;
}

.pd-btn--outline:hover {
  background: #eff6ff;
}

.pd-cta-tel {
  margin: 14px 0 0;
  font-size: 13px;
  color: #475569;
  text-align: center;
}

.pd-cta-tel strong {
  font-size: 16px;
  color: #0f172a;
  letter-spacing: 0.02em;
}

.pd-card {
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 18px;
  padding: clamp(20px, 3vw, 28px) clamp(20px, 3vw, 28px);
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05), 0 16px 36px rgba(15, 23, 42, 0.08);
}

.pd-card-title {
  margin: 0 0 18px;
  font-size: clamp(17px, 2.4vw, 19px);
  font-weight: 800;
  color: #0f172a;
  padding-bottom: 12px;
  border-bottom: 2px solid #1d4ed8;
  letter-spacing: 0.02em;
}

.pd-spec-dl {
  display: grid;
  grid-template-columns: minmax(100px, 140px) 1fr;
  gap: 10px 18px;
  margin: 0;
}

.pd-spec-dl--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.pd-spec-dl--compact dt {
  font-size: 12px;
  margin-bottom: 2px;
}

.pd-spec-dl--compact dd {
  font-size: 14px;
  line-height: 1.5;
}

.pd-spec-dl--compact dt,
.pd-spec-dl--compact dd {
  grid-column: auto;
}

.pd-spec-dl dt {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  font-weight: 600;
}

.pd-spec-dl dd {
  margin: 0;
  font-size: 15px;
  color: #1e293b;
  line-height: 1.65;
  word-break: break-word;
}

.pd-p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #334155;
}

.pd-subhead {
  margin: 16px 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #1e40af;
}

.pd-access-list {
  margin: 0;
  padding-left: 1.25em;
  color: #334155;
  font-size: 15px;
  line-height: 1.75;
}

/* 物件詳細：Maps Embed API（周辺地図） */
.pd-map-card .pd-map-embed-wrap {
  position: relative;
  width: 100%;
  margin: 0 0 14px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #f1f5f9;
  aspect-ratio: 16 / 10;
  max-height: min(420px, 70vh);
}

.pd-map-embed {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  border: 0;
}

/* Maps JavaScript API（周辺地図） */
.pd-map-js {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
}

.pd-map-fallback-note {
  margin: -4px 0 10px;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
}

.pd-map-actions {
  margin: 0;
}

.pd-map-actions .pd-map-open-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.pd-detail-media-block {
  margin-bottom: 20px;
}

.pd-detail-media-block #main-image {
  display: block;
  width: 100%;
  max-height: min(420px, 56vw);
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid #e8ecf0;
  margin-bottom: 10px;
  background: #f8fafc;
}

.pd-detail-media-block #main-image[hidden] {
  display: none !important;
}

.pd-muted {
  margin: 0;
  color: #94a3b8;
  font-size: 14px;
}

.pd-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}

.pd-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
}

.pd-info-grid .pd-card {
  margin-bottom: 0;
}

.pd-tag {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f8fafc;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  border: 1px solid #e2e8f0;
  line-height: 1.3;
}

.tp-line-qr__body {
  display: flex;
  gap: 14px;
  align-items: center;
}

.tp-line-qr__body img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
}

.pd-tag--key {
  background: #f8fafc;
  color: #475569;
  border-color: #e2e8f0;
  font-weight: 600;
}

.pd-tag--muted {
  color: #94a3b8;
  font-weight: 500;
}

.pd-tags-seo {
  margin: 0;
  font-size: 13px;
  color: #64748b;
}

.pd-tags-seo span {
  margin-right: 8px;
}

.pd-footer-cta {
  margin-top: 8px;
  padding: clamp(28px, 5vw, 40px) clamp(20px, 4vw, 32px);
  border-radius: 18px;
  background: linear-gradient(180deg, #f1f5f9 0%, #eff6ff 55%, #fff 100%);
  border: 1px solid #cbd5e1;
  text-align: center;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
}

.pd-footer-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
}

.pd-footer-copy {
  margin: 0 0 16px;
  font-size: 14px;
  color: #475569;
}

.pd-footer-cta .pd-cta-block {
  border-top: none;
  padding-top: 0;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

#pd-inquiry {
  scroll-margin-top: calc(16px + env(safe-area-inset-top, 0px));
}

.pd-property-inquiry {
  margin-top: 8px;
}

.pd-property-inquiry__note {
  margin-top: 0;
  margin-bottom: 12px;
}

.pd-property-inquiry .tp-contact-form {
  margin-top: 0;
}

.pd-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10060;
  background: rgba(15, 23, 42, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

.pd-lightbox[hidden] {
  display: none !important;
}

.pd-lightbox-inner {
  max-width: min(96vw, 1200px);
  max-height: 92vh;
  touch-action: pan-y;
}

.pd-lightbox-inner img {
  max-width: 100%;
  max-height: 92vh;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center center;
  border-radius: 8px;
}

.pd-lightbox-close {
  position: fixed;
  top: max(16px, env(safe-area-inset-top, 0px));
  right: max(16px, env(safe-area-inset-right, 0px));
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 10000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.pd-lightbox-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.6);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  z-index: 10061;
}

.pd-lightbox-nav:hover {
  background: rgba(15, 23, 42, 0.82);
}

.pd-lightbox-nav--prev {
  left: max(14px, env(safe-area-inset-left, 0px));
}

.pd-lightbox-nav--next {
  right: max(14px, env(safe-area-inset-right, 0px));
}

.pd-lightbox-count {
  position: fixed;
  left: 50%;
  bottom: max(14px, env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: rgba(15, 23, 42, 0.78);
  z-index: 10061;
}

.pd-no-scroll {
  overflow: hidden;
}

.archive-notice {
  margin: 8px 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  font-weight: 700;
}

.archive-note {
  margin: 6px 0 0;
  color: #475569;
  font-size: 13px;
}

@media (max-width: 960px) {
  .pd-hero {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pd-side-col {
    position: static;
  }

  .pd-main-slide-wrap {
    max-height: min(58vh, 620px);
    min-height: 300px;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 640px) {
  .pd-inner {
    padding: 0 12px;
  }

  .pd-fv {
    margin-bottom: 20px;
    padding: 16px 14px;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
  }

  .pd-fv__title {
    margin-bottom: 10px;
    font-size: clamp(1.3rem, 5.5vw, 1.65rem);
  }

  .pd-fv-title-row .pd-fv__title {
    margin-bottom: 0;
  }

  .pd-fv-title-row {
    margin-bottom: 10px;
    gap: 8px 12px;
  }

  .pd-fv-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .pd-fv-address {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .pd-fv-access {
    gap: 6px 8px;
    font-size: 13px;
  }

  .pd-spec-dl {
    grid-template-columns: 1fr;
  }

  .pd-spec-dl dt {
    margin-top: 8px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }

  .pd-spec-dl dt:first-child {
    margin-top: 0;
  }

  .pd-key-facts li {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 10px 0;
  }

  .pd-rent-grid {
    grid-template-columns: 1fr;
  }

  .pd-rent-pills {
    flex-direction: column;
    align-items: stretch;
  }

  .pd-rent-cell--mgmt {
    align-items: flex-start;
    text-align: left;
  }

  .pd-rent-block {
    padding: 14px 12px;
    border-radius: 12px;
  }

  .pd-rent-hero {
    font-size: clamp(1.65rem, 8vw, 2.05rem);
  }

  .pd-rent-mgmt {
    font-size: 15px;
  }

  .pd-rent-pill {
    border-radius: 12px;
    width: 100%;
    justify-content: space-between;
  }

  .pd-rent-parking {
    font-size: 12px;
  }

  .pd-btn--print {
    min-height: 38px;
    font-size: 13px;
    margin-top: 8px;
  }

  .pd-info-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pd-spec-dl--compact {
    grid-template-columns: 1fr;
  }

  .pd-kf-label {
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #64748b;
  }

  .pd-kf-val,
  .pd-key-facts li:nth-child(1) .pd-kf-val,
  .pd-key-facts li:nth-child(2) .pd-kf-val {
    font-size: 15px;
  }

  .pd-cta-btns {
    gap: 12px;
  }

  .pd-cta-btns .pd-btn {
    width: 100%;
    min-height: 52px;
    font-size: 16px;
    padding: 14px 18px;
  }

  .pd-thumb {
    width: 80px;
    height: 60px;
  }

  .pd-thumb--empty {
    width: 80px;
    height: 60px;
  }

  .pd-slide-btn {
    width: 52px;
    height: 52px;
  }
}

/* ── 物件詳細 LP（売れる・問い合わせ強化）pd-lp ── */

.pd-lp .pd-inner {
  padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
}

.pd-hero-stage {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 28px 64px rgba(15, 23, 42, 0.16);
}

.pd-hero-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 20px 24px;
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0) 0%,
    rgba(15, 23, 42, 0.35) 40%,
    rgba(15, 23, 42, 0.92) 100%
  );
  color: #fff;
  pointer-events: none;
  text-align: left;
}

.pd-hero-overlay-rent {
  margin: 0 0 6px;
  font-size: clamp(2rem, 8vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.pd-hero-overlay-layout {
  margin: 0 0 8px;
  font-size: clamp(1.05rem, 4vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  opacity: 0.98;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.pd-hero-overlay-sub {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  opacity: 0.92;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

@media (min-width: 961px) {
  .pd-hero-overlay {
    display: none;
  }
}

.pd-card-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 8px;
}

.pd-card-stack .pd-card {
  margin-bottom: 0;
}

.pd-cta-block--wide {
  margin-top: 8px !important;
  margin-bottom: 28px !important;
  box-shadow: 0 20px 50px rgba(29, 78, 216, 0.18) !important;
}

.pd-page .company-block {
  margin: 8px 0 16px;
  padding: clamp(24px, 4vw, 36px) clamp(22px, 4vw, 32px);
  border-radius: 22px;
  background: linear-gradient(165deg, #f8fafc 0%, #ffffff 55%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
}

.pd-page .company-block h2 {
  margin: 0 0 12px;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: 0.02em;
}

.pd-page .company-lead {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.75;
  color: #475569;
}

.pd-page .company-card {
  padding: 18px 20px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e8ecf0;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
  font-size: 14px;
  line-height: 1.85;
  color: #1e293b;
}

.pd-page .company-card > div {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.pd-page .company-card a {
  color: #1d4ed8;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pd-page .company-card-icon {
  flex-shrink: 0;
  width: 1.4em;
  text-align: center;
}

.pd-urgency-banner {
  margin: 0 0 20px;
  padding: 14px 16px;
  border-radius: 12px;
  background: linear-gradient(100deg, #fff7ed 0%, #fffbeb 50%, #fff 100%);
  border: 1px solid #fdba74;
  color: #9a3412;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

.pd-cta-reassure {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #475569;
}

.pd-cta-reassure li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 4px;
}

.pd-cta-reassure li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 800;
  font-size: 0.95em;
}

.pd-mobile-sticky-cta {
  display: none;
}

@media (max-width: 960px) {
  .pd-lp .pd-inner {
    padding-bottom: calc(100px + env(safe-area-inset-bottom, 0px));
  }

  .pd-lp .pd-hero {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    gap: 20px;
  }

  .pd-lp .pd-gallery-col {
    padding: 0;
  }

  .pd-lp .pd-main-slide-wrap {
    border-radius: 0;
    max-height: min(52vh, 520px);
    min-height: 260px;
  }

  .pd-lp .pd-hero-stage {
    border-radius: 0;
  }

  .pd-mobile-sticky-cta {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10050;
    gap: 4px;
    padding: 6px 8px calc(6px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.1);
    align-items: stretch;
  }

  .pd-mobile-cta-trustline {
    margin: 0;
    padding: 0 4px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    color: #64748b;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pd-mobile-cta-row {
    display: flex;
    gap: 6px;
    width: 100%;
    justify-content: center;
    align-items: stretch;
  }

  .pd-mobile-cta-btn {
    flex: 1;
    min-width: 0;
    max-width: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 6px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
    border: 1px solid #cbd5e1;
    color: #1e40af;
    background: #fff;
  }

  .pd-mobile-cta-btn--primary {
    background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
    color: #fff;
    border-color: #1d4ed8;
    box-shadow: 0 4px 14px rgba(29, 78, 216, 0.35);
  }
}

@media (min-width: 961px) {
  .pd-side-col {
    position: sticky;
    top: 20px;
    align-self: start;
    z-index: 5;
  }

  .pd-key-card {
    box-shadow:
      0 4px 8px rgba(15, 23, 42, 0.05),
      0 24px 56px rgba(15, 23, 42, 0.12) !important;
  }
}

/* ── 詳細：ファーストビュー・右カードCTA（LP追補） ── */
.pd-fv {
  margin: 0 0 28px;
  padding: clamp(22px, 4vw, 36px) clamp(18px, 3vw, 28px);
  border-radius: 22px;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.09);
}

.pd-fv__title {
  margin: 0 0 14px;
  font-size: clamp(1.55rem, 4.2vw, 2.2rem);
  line-height: 1.28;
}

.pd-fv-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px 16px;
  margin: 0 0 14px;
}

.pd-fv-title-row .pd-fv__title {
  margin: 0;
  flex: 1 1 220px;
  min-width: 0;
}

.pd-fv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
  flex: 0 1 auto;
}

.pd-sub-action-btn {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 5px 11px;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  cursor: pointer;
  line-height: 1.3;
  transition: background 0.12s ease, border-color 0.12s ease, color 0.12s ease;
  font-family: inherit;
}

.pd-sub-action-btn:hover {
  background: #f1f5f9;
  color: #475569;
  border-color: #94a3b8;
}

.pd-fv-mega {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 14px 28px;
  margin-bottom: 18px;
}

.pd-fv-mega__rent {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.pd-fv-mega__num {
  font-size: clamp(2.4rem, 7vw, 3.5rem);
  font-weight: 900;
  color: #b91c1c;
  letter-spacing: -0.04em;
  line-height: 1;
}

.pd-fv-mega__suffix {
  font-size: 1.1rem;
  font-weight: 800;
  color: #64748b;
}

.pd-fv-mega__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pd-fv-pill {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  background: #fff;
  border: 1px solid #cbd5e1;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.pd-fv-address {
  margin: 0 0 12px;
  font-size: clamp(15px, 2.4vw, 17px);
  font-weight: 700;
  color: #0f172a;
  line-height: 1.55;
}

.pd-fv-access {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
  font-size: clamp(14px, 2.2vw, 16px);
  line-height: 1.55;
}

.pd-fv-access__lbl {
  font-weight: 800;
  color: #64748b;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.pd-fv-access__txt {
  font-weight: 700;
  color: #1e293b;
}

.pd-key-facts--compact {
  margin-bottom: 12px;
}

.pd-key-facts--compact li {
  padding: 6px 0;
}

.pd-aside-inquiry {
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid #fecaca;
}

.pd-aside-inquiry__eyebrow {
  margin: 0 0 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  color: #b45309;
  letter-spacing: 0.04em;
}

.pd-aside-inquiry__tel {
  margin: 12px 0 0;
  text-align: center;
  font-size: 12px;
  color: #64748b;
}

.pd-aside-inquiry__tel strong {
  font-size: 15px;
  color: #0f172a;
  letter-spacing: 0.02em;
}

.pd-btn--dial {
  display: flex;
  width: 100%;
  min-height: 52px;
  margin-bottom: 10px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(180deg, #ea580c 0%, #c2410c 100%);
  border: 1px solid #9a3412;
  box-shadow: 0 8px 24px rgba(234, 88, 12, 0.45);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.pd-btn--dial:hover {
  background: linear-gradient(180deg, #f97316 0%, #ea580c 100%);
  box-shadow: 0 10px 28px rgba(234, 88, 12, 0.5);
}

.pd-btn--dial:active {
  transform: scale(0.98);
}

.pd-btn--visit {
  display: flex;
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  color: #1e40af;
  background: #fff;
  border: 2px solid #2563eb;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.15);
  transition: background 0.12s ease, transform 0.12s ease;
}

.pd-btn--visit:hover {
  background: #eff6ff;
}

.pd-btn--visit:active {
  transform: scale(0.98);
}

.pd-btn--print {
  display: flex;
  width: 100%;
  min-height: 42px;
  margin-top: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  color: #334155;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.pd-btn--print:hover {
  background: #f1f5f9;
}

@media print {
  @page {
    size: A4 portrait;
    margin: 10mm;
  }

  body,
  .pd-page {
    font-size: 11pt;
    line-height: 1.4;
    background: #fff !important;
    color: #000;
  }

  .pd-header,
  .pd-breadcrumb,
  .pd-back,
  .pd-cta,
  .pd-cta-block,
  .pd-footer-cta,
  .pd-property-inquiry,
  .pd-mobile-sticky-cta,
  .pd-lightbox,
  .pd-related,
  .pd-urgency-banner,
  .pd-aside-inquiry,
  .pd-fv-actions,
  .pd-sub-action-btn,
  .pd-btn--print,
  .pd-btn {
    display: none !important;
  }

  .pd-inner {
    max-width: none;
    padding: 0;
  }

  .pd-fv {
    margin: 0 0 5mm;
    padding: 3mm;
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
    break-inside: avoid;
    background: #fff;
  }

  .pd-fv__title,
  .pd-fv-title-row .pd-fv__title {
    margin: 0;
    font-size: 15pt;
    line-height: 1.3;
  }

  .pd-hero {
    grid-template-columns: 64% 36%;
    gap: 3mm;
    margin-bottom: 3mm;
    break-inside: avoid;
  }

  .pd-hero-stage,
  .pd-main-slide-wrap {
    min-height: 0;
    max-height: none;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #000;
    background: #fff;
  }

  .pd-hero img,
  .pd-main-img {
    max-height: 300px;
    width: 100%;
    object-fit: contain;
  }

  .pd-thumb-row {
    display: none;
  }

  .pd-key-card,
  .pd-card {
    border-radius: 0;
    border: 1px solid #000;
    box-shadow: none !important;
    padding: 3mm;
    background: #fff;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .pd-rent-block {
    padding: 2.5mm;
    margin-bottom: 2.5mm;
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 0;
    background: #fff;
  }

  .pd-rent-hero {
    font-size: 18pt;
  }

  .pd-card-stack {
    margin-top: 0;
    gap: 2.5mm;
  }

  .pd-info-grid {
    gap: 2.5mm;
  }

  .pd-spec-dl--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2mm 3mm;
  }

  .pd-tag-list {
    gap: 2mm;
  }

  .pd-tag {
    padding: 1.2mm 2mm;
    font-size: 9pt;
    border-color: #000;
    border-radius: 0;
  }

  .company-block,
  .pd-location-card {
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

/* ── 一覧：検索カード・2列カード（SUUMO寄せ） ── */
.list-search-card {
  margin: 0 0 22px;
  padding: 6px;
  border-radius: 22px;
  background: linear-gradient(135deg, #e8eefc 0%, #f8fafc 45%, #ffffff 100%);
  border: 1px solid #c7d2fe;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.08);
}

.list-search-card .list-search-panel {
  margin: 0;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: none;
}

@media (min-width: 640px) {
  .list-page .property-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
  .list-page .property-grid.property-grid--station {
    grid-template-columns: 1fr;
    max-width: none;
  }
}

.list-card-pricebar {
  margin: 0 -16px 10px;
  padding: 12px 16px 10px;
  background: linear-gradient(90deg, #fff5f5 0%, #ffffff 72%);
  border-bottom: 1px solid #fecaca;
}

.list-page .list-rent {
  font-size: clamp(1.25rem, 3.2vw, 1.55rem);
  font-weight: 900;
  color: #b91c1c;
  letter-spacing: -0.02em;
}

.list-page .list-mgmt {
  font-size: 12px;
  color: #64748b;
}

.list-page .list-card-title {
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.4;
  color: #0f172a;
}

.list-page .list-card-address,
.list-page .list-card-access {
  font-size: 13px;
  line-height: 1.45;
}

.list-page .property-card {
  border-radius: 14px;
  border: 1px solid #e8ecf0;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06), 0 16px 36px rgba(15, 23, 42, 0.08);
}

.list-page .list-card-thumb {
  height: 180px;
  max-height: 200px;
}

.list-page .list-cta--go {
  background: linear-gradient(180deg, #ea580c 0%, #c2410c 100%);
  color: #fff;
  border-color: #9a3412;
  font-weight: 900;
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.35);
}

.list-page .list-cta--go:hover {
  filter: brightness(1.05);
}

.list-page .list-cta--line {
  font-weight: 800;
}

/* 静的 /test/archive/ 地域ナビ */
.archive-geo-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0 0 1rem 0;
}
@media (min-width: 900px) {
  .archive-geo-cols {
    grid-template-columns: repeat(3, 1fr);
  }
}
.archive-geo-cols .pd-card {
  margin: 0;
  padding: 14px 16px 18px;
}
ul.archive-geo-list {
  margin: 0;
  padding: 0 0 0 1.1rem;
  list-style: disc;
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
}
ul.archive-geo-list a {
  color: #0f766e;
  text-decoration: underline;
  text-underline-offset: 2px;
}
ul.archive-geo-list .static-minor {
  color: #94a3b8;
  font-size: 12px;
  margin-left: 4px;
}
.archive-list-min {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}
.archive-list-min__item {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 14px 14px;
  margin-bottom: 10px;
  background: #f8fafc;
}
.archive-list-min__title {
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  color: #0f766e;
  margin: 0 0 4px 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.archive-list-min__addr {
  font-size: 14px;
  color: #334155;
  margin: 0 0 2px 0;
}
.archive-list-min__access {
  font-size: 13px;
  color: #64748b;
  margin: 0 0 2px 0;
}
.archive-list-min__spec {
  font-size: 12px;
  color: #94a3b8;
  margin: 0;
}

/* ========== 共通ヘッダー・ナビ（全ページ / 2026-05） ========== */
.tp-site-header {
  background: #fff;
  border-bottom: 1px solid #dbe7f3;
  margin-bottom: 22px;
}

.tp-header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 20px 14px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.tp-logo {
  font-size: 34px;
  font-weight: 900;
  color: #f97316;
  text-decoration: none;
  letter-spacing: .03em;
}

.tp-brand p {
  margin: 4px 0 0;
  color: #475569;
  font-size: 13px;
}

.tp-contact {
  text-align: right;
  color: #475569;
  font-size: 12px;
  line-height: 1.45;
  flex-shrink: 0;
  max-width: min(100%, 280px);
}

.tp-contact__company {
  display: block;
  font-weight: 800;
  color: #334155;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.tp-contact__tel {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  color: #475569;
}

.tp-contact__hours {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  color: #64748b;
  line-height: 1.35;
}

.tp-nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px 14px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
}

.tp-nav a {
  flex: 0 0 auto;
  padding: 11px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #84cc16);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(34, 197, 94, .22);
}

.tp-nav a:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.tp-nav a.is-active {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #22c55e;
}

.tp-list-layout .tp-side-banners {
  width: 220px;
  display: grid;
  gap: 12px;
}

.tp-side-banners a {
  display: block;
  padding: 18px 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #a3e635, #65a30d);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(101, 163, 13, .22);
}

.tp-side-banners__nav {
  display: grid;
  gap: 12px;
}

aside nav a,
aside nav button,
aside nav label {
  display: flex;
  width: 100%;
  cursor: pointer;
}

aside nav label input {
  pointer-events: auto;
}

.tp-side-banners::before,
.tp-side-banners::after {
  pointer-events: none;
}

.tp-side-banners a:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.tp-list-layout .tp-side-banners a.tp-side-banners__promo--image {
  padding: 0;
  overflow: hidden;
  border-radius: 14px;
  line-height: 0;
  background: #0f172a;
}

.tp-list-layout .tp-side-banners a.tp-side-banners__promo--image img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (max-width: 900px) {
  .tp-header-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .tp-contact {
    text-align: left;
    max-width: none;
  }

  .tp-list-layout .tp-side-banners {
    display: none;
  }
}

/* 物件一覧: 左バナー＋右コンテンツ（従来の list-page 左余白を解除） */
.tp-list-layout {
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px 40px;
  gap: 24px;
  align-items: flex-start;
  box-sizing: border-box;
}

.tp-list-layout .tp-side-banners {
  position: static;
  left: auto;
  top: auto;
  z-index: auto;
  flex-shrink: 0;
}

.tp-list-layout .site-wrap.list-page {
  padding-left: 0;
  flex: 1;
  min-width: 0;
  max-width: none;
  margin: 0;
}

@media (max-width: 900px) {
  .tp-list-layout {
    flex-direction: column;
    padding: 0 16px 32px;
  }

  .tp-list-layout .site-wrap.list-page {
    width: 100%;
  }

  .tp-list-layout .site-wrap.tp-static-main {
    width: 100%;
  }
}

/* ── 固定ページ（お問い合わせ・会社概要・アクセス等） ── */
.tp-fixed-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.tp-static-main {
  flex: 1;
  min-width: 0;
  padding-bottom: 40px;
}

.tp-static-fv {
  margin-bottom: 1.25rem;
}

.tp-contact-form {
  max-width: 640px;
  padding: 22px 22px 26px;
}

.tp-field {
  margin-bottom: 16px;
}

.tp-field--fieldset {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 16px 10px;
  margin-bottom: 16px;
}

.tp-field__label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 6px;
}

.tp-req {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: #b91c1c;
  vertical-align: middle;
}

.tp-field__control {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  font-size: 15px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
}

.tp-field__textarea {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
  line-height: 1.55;
}

.tp-check-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.tp-check-list li {
  margin-bottom: 8px;
}

.tp-check {
  font-size: 14px;
  color: #475569;
  cursor: pointer;
}

.tp-check input {
  margin-right: 8px;
  vertical-align: middle;
}

.tp-form-actions {
  margin-top: 20px;
}

.tp-btn-submit {
  appearance: none;
  border: none;
  cursor: pointer;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #22c55e, #84cc16);
  box-shadow: 0 8px 20px rgba(34, 197, 94, 0.28);
}

.tp-btn-submit:hover {
  filter: brightness(1.06);
}

.tp-btn-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.tp-form-actions--stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}

.tp-btn-submit--ghost {
  background: #fff;
  color: #047857;
  border: 2px solid #86efac;
  box-shadow: none;
}

.pd-inq-feedback {
  font-size: 14px;
  margin: 8px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
}

.pd-inq-feedback--ok {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}

.pd-inq-feedback--err {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  white-space: pre-wrap;
}

.pd-footer-cta__no-tel {
  padding: 6px 0 10px;
  color: #64748b;
}

.pd-aside-inquiry__unset {
  display: block;
  margin-bottom: 8px;
  color: #64748b;
}

.tp-contact-thanks {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 14px;
  padding: 22px 20px;
  margin-bottom: 20px;
}

.tp-contact-thanks__msg {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #065f46;
}

.contact-complete-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.contact-complete-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.contact-complete-btn--primary {
  background: linear-gradient(135deg, #ffb703, #fb8500);
  color: #111827;
}

.contact-complete-btn--secondary {
  background: #fff;
  color: #3f8f00;
  border: 2px solid #84cc16;
}

@media (max-width: 700px) {
  .contact-complete-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .contact-complete-btn {
    width: 100%;
  }
}

.tp-dl {
  display: grid;
  grid-template-columns: minmax(100px, 140px) 1fr;
  gap: 10px 16px;
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #334155;
}

.tp-dl dt {
  margin: 0;
  font-weight: 800;
  color: #64748b;
  font-size: 13px;
}

.tp-dl dd {
  margin: 0;
}

.tp-line-id {
  font-family: ui-monospace, monospace;
}

.tp-static-gallery {
  margin-bottom: 22px;
}

.tp-static-gallery__item {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.tp-static-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.tp-static-gallery__row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.tp-search-hub {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
}

.tp-search-hub__card {
  margin: 0;
  padding: 18px 18px 20px;
}

.tp-search-hub__card--wide {
  grid-column: 1 / -1;
}

.tp-search-hub__lead {
  margin: 0 0 10px;
  font-size: 14px;
  color: #64748b;
  line-height: 1.55;
}

.tp-search-hub__cta {
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  color: #0f766e;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tp-access-map-wrap {
  margin-bottom: 22px;
}

.tp-access-map {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

.tp-access-summary {
  margin-bottom: 18px;
}

.tp-site-footer {
  margin-top: auto;
  border-top: 1px solid #dbe7f3;
  background: #f8fafc;
  padding: 22px 20px 28px;
}

.tp-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.tp-footer-copy {
  margin: 0;
  font-size: 12px;
  color: #64748b;
}

.tp-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.tp-footer-nav a {
  font-size: 13px;
  font-weight: 700;
  color: #0f766e;
  text-decoration: none;
}

.tp-footer-nav a:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .tp-dl {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .tp-dl dt {
    margin-top: 10px;
  }

  .tp-dl dt:first-child {
    margin-top: 0;
  }

  .tp-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ========== サイトテーマ（site-content.theme.design） ========== */
.site-theme-conversion {
  --tp-main: #16a34a;
  --tp-main-2: #22c55e;
  --tp-accent: #f97316;
  --tp-ink: #0f172a;
  --tp-muted: #64748b;
  --tp-radius: 14px;
}

.site-theme-premium {
  --tp-main: #111827;
  --tp-main-2: #374151;
  --tp-accent: #b45309;
  --tp-ink: #0f172a;
  --tp-muted: #6b7280;
  --tp-radius: 6px;
}

.site-theme-local-seo {
  --tp-main: #2563eb;
  --tp-main-2: #1d4ed8;
  --tp-accent: #16a34a;
  --tp-ink: #0f172a;
  --tp-muted: #475569;
  --tp-radius: 10px;
}

.site-theme-premium .tp-nav a,
.site-theme-premium .tp-side-banners a {
  background: linear-gradient(135deg, #374151, #111827);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.2);
}

.site-theme-local-seo .tp-nav a {
  background: linear-gradient(135deg, var(--tp-main), var(--tp-main-2));
}

.tp-nav-bar {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px 14px;
}

.tp-nav--desktop {
  display: none;
  gap: 8px;
  overflow-x: auto;
}

.tp-nav-mobile {
  display: block;
}

.tp-nav-mobile__summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--tp-main, #22c55e), var(--tp-main-2, #84cc16));
  box-shadow: 0 8px 18px rgba(34, 197, 94, 0.22);
}

.tp-nav-mobile__summary::-webkit-details-marker {
  display: none;
}

.tp-nav--mobile-drawer {
  flex-direction: column;
  align-items: stretch;
  margin-top: 10px;
  padding: 10px 0 4px;
  gap: 6px;
}

.tp-nav--mobile-drawer a {
  border-radius: 10px;
  text-align: center;
}

@media (min-width: 769px) {
  .tp-nav--desktop {
    display: flex;
  }

  .tp-nav-mobile {
    display: none;
  }
}

.tp-logo {
  color: var(--tp-accent, #f97316);
}

.tp-home-hero {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  min-height: 360px;
  background: #0f172a;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
  margin: 8px 0 28px;
  padding: 0;
  border: 1px solid #e2e8f0;
}

/* ヒーロー画像コンテナ */
.tp-home-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

/* 画像を必ず1枚でフィットさせる */
.tp-home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  opacity: var(--tp-hero-image-opacity, 0.82);
}

.tp-home-hero--no-image .tp-home-hero__media {
  display: none !important;
}

.tp-home-hero--no-image img {
  display: none;
}

.tp-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.78), rgba(15, 23, 42, 0.35), rgba(15, 23, 42, 0.08)),
    linear-gradient(0deg, rgba(15, 23, 42, 0.35), transparent 45%);
  pointer-events: none;
}

.tp-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  max-width: min(960px, 100%);
  padding: clamp(28px, 5vw, 64px);
  color: #fff;
  box-sizing: border-box;
}

.tp-hero-kicker {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #bbf7d0;
}

.tp-hero-title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #fff;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.tp-hero-sub {
  margin: 18px 0 0;
  max-width: 640px;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.8;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.3);
}

.tp-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.tp-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  border: 2px solid transparent;
  box-sizing: border-box;
}

.tp-hero-btn--primary {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  box-shadow: 0 14px 32px rgba(34, 197, 94, 0.35);
}

.tp-hero-btn--secondary {
  background: rgba(255, 255, 255, 0.94);
  color: #166534;
  border: 1px solid rgba(255, 255, 255, 0.65);
}

.tp-hero-search-card {
  width: 100%;
  max-width: min(920px, 100%);
  margin-top: 8px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.22);
  box-sizing: border-box;
  overflow: hidden;
}

.tp-hero-search {
  width: 100%;
  margin: 0;
  padding: 16px 16px 14px;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #e2e8f0;
  box-sizing: border-box;
}

.tp-hero-search__heading {
  margin: 0 0 12px;
  font-size: clamp(1.05rem, 2.2vw, 1.32rem);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.3;
}

.tp-hero-popular-strip {
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(180deg, #ffffff 0%, #fafdf6 100%);
  border-top: 1px solid #dfe8d4;
  box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.06);
}

.tp-hero-popular-strip__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 16px 20px;
  box-sizing: border-box;
}

.tp-hero-popular-strip .tp-hero-area-panel {
  padding: 0;
}

.tp-hero-area-panel {
  padding: 14px 16px 18px;
}

.tp-hero-area-panel__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 12px;
  margin-bottom: 12px;
}

.tp-hero-area-panel__title {
  margin: 0;
  flex: 1 1 12rem;
  font-size: clamp(1.05rem, 2.2vw, 1.28rem);
  font-weight: 900;
  color: #0f172a;
  letter-spacing: 0.02em;
}

.tp-hero-area-panel__all {
  flex-shrink: 0;
  margin-left: auto;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.tp-hero-area-panel__all:hover {
  color: #15803d;
}

.tp-hero-search__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.95fr) minmax(0, 0.95fr) auto;
  gap: 12px 14px;
  align-items: end;
}

.tp-hero-search__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.tp-hero-search__lbl {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #475569;
  text-transform: none;
}

.tp-hero-search__input,
.tp-hero-search__select {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  background: #fff;
  box-sizing: border-box;
}

.tp-hero-search__input:focus,
.tp-hero-search__select:focus {
  outline: none;
  border-color: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
}

.tp-hero-search__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: none;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #22c55e, #15803d);
  box-shadow: 0 10px 26px rgba(22, 163, 74, 0.35);
  white-space: nowrap;
}

.tp-hero-search__submit:hover {
  filter: brightness(1.05);
}

.tp-hero-area-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin: 0;
}

.tp-hero-area-chip {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 92px;
  padding: 15px 14px 12px;
  border-radius: 14px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #cbd5e1;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  box-sizing: border-box;
}

.tp-hero-area-chip:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.15);
  border-color: #94a3b8;
}

.tp-hero-area-chip__name {
  font-size: clamp(1.08rem, 2.1vw, 1.28rem);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.25;
}

.tp-hero-area-chip__sub {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  line-height: 1.45;
}

.tp-hero-area-chip.is-featured {
  background: linear-gradient(145deg, #ecfccb 0%, #d9f99d 38%, #bef264 72%, #86efac 100%);
  border-color: rgba(21, 128, 61, 0.45);
  box-shadow: 0 8px 26px rgba(34, 197, 94, 0.28);
}

.tp-hero-area-chip.is-featured .tp-hero-area-chip__name {
  color: #14532d;
}

.tp-hero-area-chip.is-featured .tp-hero-area-chip__sub {
  color: #166534;
}

.tp-hero-area-chip.is-featured:hover {
  border-color: #15803d;
  box-shadow: 0 12px 36px rgba(22, 163, 74, 0.35);
}

.tp-home-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 24px;
  padding: 0 2px;
}

.tp-home-stats--subtle {
  gap: 8px;
  margin: 0 0 14px;
  padding: 0 4px;
}

.tp-home-stat {
  padding: 16px 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border: 1px solid #e2e8f0;
  text-align: center;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
}

.tp-home-stats--subtle .tp-home-stat {
  padding: 9px 8px;
  border-radius: 10px;
  box-shadow: none;
  background: #f8fafc;
  border-color: #e2e8f0;
}

.tp-home-stat__num {
  margin: 0 0 6px;
  font-size: clamp(1.1rem, 2.4vw, 1.35rem);
  font-weight: 900;
  color: #15803d;
  line-height: 1.25;
}

.tp-home-stats--subtle .tp-home-stat__num {
  margin: 0 0 2px;
  font-size: 12px;
  font-weight: 800;
  color: #64748b;
}

.tp-home-stat__label {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  line-height: 1.55;
}

.tp-home-stats--subtle .tp-home-stat__label {
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
  line-height: 1.4;
}

@media (max-width: 820px) and (min-width: 641px) {
  .tp-hero-search__grid {
    grid-template-columns: 1fr 1fr;
  }

  .tp-hero-search__submit {
    grid-column: 1 / -1;
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 640px) {
  .tp-home-hero {
    min-height: 420px;
    border-radius: 16px;
  }

  .tp-home-hero img {
    height: 420px;
    min-height: 420px;
  }

  .tp-home-hero::after {
    background: linear-gradient(0deg, rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.38));
  }

  .tp-hero-overlay {
    justify-content: flex-end;
    align-items: stretch;
    max-width: none;
    padding: 24px;
    gap: 12px;
  }

  .tp-hero-cta {
    flex-direction: column;
  }

  .tp-hero-btn {
    width: 100%;
  }

  .tp-hero-search__grid {
    grid-template-columns: 1fr;
  }

  .tp-hero-search__submit {
    width: 100%;
    min-height: 48px;
  }

  .tp-hero-area-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tp-hero-area-chip {
    min-height: 84px;
  }

  .tp-home-stats {
    grid-template-columns: 1fr;
  }

  .tp-home-stats--subtle {
    grid-template-columns: 1fr;
  }
}

.tp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  border: 2px solid transparent;
}

.tp-cta--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--tp-main, #16a34a), var(--tp-main-2, #22c55e));
  box-shadow: 0 10px 24px rgba(22, 163, 74, 0.28);
}

.tp-cta--secondary {
  color: #fff;
  background: linear-gradient(135deg, var(--tp-accent, #f97316), #ea580c);
  box-shadow: 0 10px 22px rgba(249, 115, 22, 0.25);
}

.tp-cta--ghost {
  color: var(--tp-ink, #0f172a);
  background: #fff;
  border-color: #cbd5e1;
}

.tp-section-title {
  margin: 0 0 6px;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--tp-ink, #0f172a);
}

.tp-home-new {
  margin-bottom: 26px;
}

.tp-home-new__grid.property-grid {
  margin-top: 12px;
}

.tp-home-viewall-wrap {
  margin-top: 14px;
  text-align: center;
}

.tp-home-viewall {
  display: inline-flex;
  font-weight: 800;
  color: var(--tp-main, #16a34a);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tp-home-strengths__list {
  margin: 0;
  padding-left: 1.2rem;
  color: #334155;
  line-height: 1.75;
}

.tp-home-seo-note {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid #e2e8f0;
}

.tp-search-form {
  margin-bottom: 18px;
  padding: 18px 18px 20px;
}

.tp-search-form__grid {
  display: grid;
  gap: 12px 14px;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .tp-search-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .tp-search-form__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.tp-search-form__field--wide {
  grid-column: 1 / -1;
}

@media (min-width: 960px) {
  .tp-search-form__field--wide {
    grid-column: span 2;
  }
}

.tp-search-form__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #475569;
  margin-bottom: 4px;
}

.tp-search-form__control {
  width: 100%;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 15px;
}

.tp-search-form__kodawari {
  margin: 16px 0 0;
  padding: 12px 0 0;
  border: 0;
  border-top: 1px solid #e2e8f0;
}

.tp-search-form__legend {
  font-size: 14px;
  font-weight: 800;
  padding: 0 4px;
}

.tp-search-form__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 8px;
}

.tp-search-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.tp-search-form__submit {
  appearance: none;
  border: none;
  cursor: pointer;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--tp-main, #16a34a), var(--tp-main-2, #22c55e));
  box-shadow: 0 8px 20px rgba(22, 163, 74, 0.28);
}

.tp-search-form__reset {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  background: #fff;
  font-weight: 700;
  cursor: pointer;
}

.tp-search-count {
  margin: 10px 0 6px;
}

.tp-guide-steps {
  margin: 0;
  padding-left: 1.2rem;
  line-height: 1.75;
  color: #334155;
}

.tp-guide-steps li {
  margin-bottom: 10px;
}

/* ----- /test/search/ 条件検索 v2/v3 ----- */

/* 検索ページ: 左サイド＝条件フォーム、本文＝結果のみ（他ページの .tp-list-layout はそのまま） */
.tp-list-layout.tp-search-shell-layout {
  align-items: flex-start;
}

.tp-search-filters-wrap {
  min-width: 0;
}

@media (min-width: 901px) {
  .tp-list-layout.tp-search-shell-layout {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 28px;
  }

  .tp-list-layout.tp-search-shell-layout > aside.tp-side-banners.tp-search-side {
    position: sticky;
    top: 90px;
    align-self: start;
    width: 360px;
    max-width: 100%;
    max-height: calc(100vh - 110px);
    overflow: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .tp-list-layout.tp-search-shell-layout > main {
    min-width: 0;
  }

  .tp-list-layout.tp-search-shell-layout .tp-search-filters-toggle {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .tp-list-layout.tp-search-shell-layout {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .tp-list-layout.tp-search-shell-layout > aside.tp-side-banners.tp-search-side {
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    max-width: none;
    position: static;
    max-height: none;
    overflow: visible;
    order: -1;
    margin: 0 0 16px;
  }

  .tp-list-layout.tp-search-shell-layout > main {
    width: 100%;
  }
}

.tp-search-layout {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tp-search-layout--results {
  min-width: 0;
}

.tp-search-layout .tp-search-map-results-row {
  margin-bottom: 0;
}

.tp-search-layout .tp-search-sticky-head {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .tp-search-layout .tp-search-sticky-head {
    position: sticky;
    top: 0;
    z-index: 30;
    padding: 10px 0 12px;
    margin: 0 -4px;
    padding-left: 4px;
    padding-right: 4px;
    background: linear-gradient(180deg, #f8fafc 0%, #f8fafc 88%, rgba(248, 250, 252, 0));
    border-bottom: 1px solid #e2e8f0;
  }

  .tp-search-chips {
    margin-bottom: 0;
  }
}

@media (min-width: 901px) {
  .tp-search-layout .tp-search-sticky-head {
    position: static;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
  }
}

/* ----- /test/search/ 地図 ----- */
.tp-search-map-results-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.tp-search-map-toolbar-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}

.tp-search-map-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 9px 16px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
  color: #1e293b;
  cursor: pointer;
  line-height: 1.25;
}

.tp-search-map-toggle:hover {
  border-color: #94a3b8;
  background: #f8fafc;
}

.tp-search-map-toggle[aria-pressed='true'] {
  border-color: #0f766e;
  background: #ecfdf5;
  color: #0f766e;
}

.tp-search-map-toggle--pc {
  display: none;
}

.tp-search-map-toggle--sp {
  display: inline-flex;
}

.tp-search-map-panel {
  display: none;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
  overflow: hidden;
}

.tp-search-map-close-sp {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
  padding: 12px 16px;
  border: none;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  cursor: pointer;
}

.tp-search-map-close-sp:hover {
  background: #f1f5f9;
}

.tp-search-map-container {
  width: 100%;
  flex: 1;
  min-height: min(70vh, 520px);
}

.tp-search-map-placeholder {
  margin: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
  background: #f8fafc;
}

.tp-search-map-placeholder code {
  font-size: 0.92em;
}

@media (max-width: 767px) {
  .tp-search-map-panel.is-sp-open {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 80;
    border: none;
    border-radius: 0;
    max-height: none;
  }

  .tp-search-map-panel.is-sp-open .tp-search-map-container {
    min-height: 0;
    flex: 1;
  }

  body.tp-search-map-sp-open {
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .tp-search-map-toggle--pc {
    display: inline-flex;
  }

  .tp-search-map-toggle--sp {
    display: none;
  }

  .tp-search-map-close-sp {
    display: none !important;
  }

  .tp-search-layout--map-desktop-on .tp-search-map-results-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto minmax(320px, min(70vh, 640px));
    gap: 12px 18px;
    align-items: stretch;
  }

  .tp-search-layout--map-desktop-on .tp-search-map-toolbar-row {
    grid-column: 1 / -1;
  }

  .tp-search-layout--map-desktop-on .tp-search-map-panel {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    min-height: 0;
  }

  .tp-search-layout--map-desktop-on .tp-search-results-col {
    grid-column: 2;
    grid-row: 2;
    min-height: 0;
    max-height: min(70vh, 640px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tp-search-layout--map-desktop-on .tp-search-map-container {
    min-height: 0;
    flex: 1;
  }

  .tp-search-layout:not(.tp-search-layout--map-desktop-on) .tp-search-map-panel {
    display: none !important;
  }
}

/* Google Maps InfoWindow 内の簡易カード */
.tp-search-map-infowin {
  max-width: 220px;
  padding: 4px 2px 2px;
  font-family: inherit;
}

.tp-search-map-infowin__title {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.35;
}

.tp-search-map-infowin__rent {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 700;
  color: #0f766e;
}

.tp-search-map-infowin__addr {
  margin: 0 0 8px;
  font-size: 12px;
  color: #64748b;
  line-height: 1.35;
}

.tp-search-map-infowin__link {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  color: #0369a1;
}

.tp-search-main .tp-search-results-head {
  margin: 0 0 6px;
}

.search-result-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin: 16px 0 12px;
}

.search-result-toolbar__left {
  min-width: 0;
}

.search-sort-control {
  display: flex;
  align-items: center;
  gap: 8px;
}

.search-sort-control label {
  font-size: 12px;
  color: #6b7280;
  font-weight: 700;
}

.search-sort-select {
  height: 38px;
  min-width: 180px;
  border-radius: 999px;
  border: 1px solid #b7e28a;
  background: #fff;
  padding: 0 14px;
  font-weight: 700;
}

@media (max-width: 700px) {
  .search-result-toolbar {
    display: grid;
  }

  .search-sort-control,
  .search-sort-select {
    width: 100%;
  }
}

.tp-search-result-subtitle {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #64748b;
}

.tp-search-main .tp-search-result-count {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #475569;
  line-height: 1.35;
}

.tp-search-result-count__lead {
  font-size: 1rem;
  font-weight: 800;
  color: #334155;
}

.tp-search-result-count__num {
  font-size: clamp(1.5rem, 4.5vw, 2rem);
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.tp-search-result-count__suffix {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
}

.tp-search-result-count__note {
  display: inline-block;
  margin-left: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
}

.tp-search-chips-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 12px;
  margin: 0 0 10px;
}

.tp-search-chips-clear {
  flex-shrink: 0;
  align-self: center;
  margin: 0;
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  color: #475569;
  cursor: pointer;
}

.tp-search-chips-clear:hover {
  border-color: #94a3b8;
  background: #f8fafc;
}

.tp-search-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 0;
  min-height: 0;
  flex: 1;
  min-width: 0;
}

.tp-search-chips[hidden] {
  display: none !important;
}

.tp-search-chips__title {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  margin-right: 4px;
}

.tp-search-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px 6px 12px;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
  cursor: pointer;
  line-height: 1.3;
}

.tp-search-chip:hover {
  border-color: #94a3b8;
  background: #f1f5f9;
}

.tp-search-chip__x {
  font-size: 16px;
  font-weight: 700;
  color: #64748b;
  line-height: 1;
}

.tp-search-filters-toggle {
  display: none;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  background: #fff;
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.tp-search-filters-toggle:hover {
  border-color: #94a3b8;
}

.tp-search-filters-shell {
  margin-bottom: 12px;
}

@media (max-width: 900px) {
  .tp-search-filters-toggle {
    display: flex;
  }

  .tp-search-filters-shell:not(.is-open) {
    display: none;
  }

  .tp-search-filters-shell.is-open {
    display: block;
  }

  .tp-search-results--list {
    margin-top: 0;
  }
}

@media (min-width: 901px) {
  .tp-search-filters-shell {
    display: block !important;
  }
}

.tp-search-form-v2 {
  padding: 16px 16px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.tp-search-acc {
  border-bottom: 1px solid #e2e8f0;
}

.tp-search-acc:last-of-type {
  border-bottom: none;
}

.tp-search-acc__summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 4px 12px 0;
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  position: relative;
  padding-right: 28px;
}

.tp-search-acc__summary::-webkit-details-marker {
  display: none;
}

.tp-search-acc__summary::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-right: 2px solid #64748b;
  border-bottom: 2px solid #64748b;
  transform: rotate(45deg);
  transition: transform 0.15s ease;
}

.tp-search-acc[open] .tp-search-acc__summary::after {
  transform: rotate(-135deg);
  margin-top: -2px;
}

.tp-search-acc__body {
  padding: 0 0 14px 2px;
}

.tp-search-field-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #475569;
  margin-bottom: 6px;
}

.tp-search-input,
.tp-search-select {
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 15px;
  background: #fff;
  box-sizing: border-box;
}

.tp-search-row2 {
  display: grid;
  gap: 12px 14px;
  grid-template-columns: 1fr;
}

@media (min-width: 480px) {
  .tp-search-row2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.tp-search-tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.tp-search-tiles--compact .tp-check-tile {
  font-size: 13px;
  padding: 8px 10px;
}

.tp-search-tiles--wrap {
  gap: 8px;
}

.tp-check-tile {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
  user-select: none;
}

.tp-check-tile:has(input:focus-visible) {
  outline: 2px solid var(--tp-main, #16a34a);
  outline-offset: 2px;
}

.tp-check-tile:has(input:checked) {
  border-color: var(--tp-main, #16a34a);
  background: rgba(22, 163, 74, 0.08);
  color: #14532d;
}

.tp-check-tile input {
  width: 18px;
  height: 18px;
  accent-color: var(--tp-main, #16a34a);
  flex-shrink: 0;
}

.tp-search-form-v2__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #e2e8f0;
}

.tp-search-results--list .property-grid {
  gap: 14px 12px;
}

@media (max-width: 767px) {
  .tp-search-results--list .property-card {
    flex-direction: column;
  }

  .tp-search-results--list .list-card-thumb {
    width: 100%;
    max-width: none;
  }
}

.tp-search-popular {
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e2e8f0;
}

.tp-search-popular__title {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  color: #475569;
}

.tp-search-popular__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tp-search-popular__btn {
  appearance: none;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  cursor: pointer;
  line-height: 1.35;
}

.tp-search-popular__btn:hover {
  border-color: #94a3b8;
  background: #f8fafc;
}

.tp-search-popular__btn.is-active {
  border-color: var(--tp-main, #16a34a);
  background: rgba(22, 163, 74, 0.1);
  color: #14532d;
}

.tp-search-help {
  margin: 0 0 12px;
  font-size: 13px;
  color: #64748b;
  line-height: 1.55;
}

.tp-search-help--compact {
  margin-bottom: 10px;
  font-size: 12px;
}

.tp-search-tiles--routes {
  margin-bottom: 0;
}

.tp-search-tiles--stations {
  margin-bottom: 0;
}

.tp-station-extra-checks {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tp-station-ac-wrap {
  position: relative;
  margin-bottom: 14px;
}

.tp-station-ac {
  position: relative;
}

.tp-station-ac__input {
  margin-bottom: 0;
}

.tp-station-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 40;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  max-height: min(280px, 50vh);
  overflow-y: auto;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
}

.tp-station-suggest__item {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.tp-station-suggest__item:hover,
.tp-station-suggest__item:active {
  background: #f1f5f9;
}

@media (max-width: 767px) {
  .tp-station-suggest {
    max-height: min(240px, 42vh);
  }
}

.tp-search-tiles--area {
  margin-bottom: 12px;
}

.tp-search-showall-stations {
  margin-bottom: 14px;
}

.tp-check-tile--inline {
  width: 100%;
  box-sizing: border-box;
}

.tp-station-tile--hidden {
  display: none !important;
}

/* ── /test/staff/ スタッフ紹介（横長1列カード） ── */
.pd-staff-page {
  margin-top: 28px;
}

.pd-staff-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 22px !important;
  align-items: stretch;
}

.pd-staff-card {
  position: relative;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(132, 204, 22, 0.22);
  border-left: 6px solid #84cc16;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(36, 64, 0, 0.08);
  padding: 22px 24px;
  overflow: hidden;
}

.pd-staff-card__row {
  display: contents;
}

.pd-staff-card__photo-wrap,
.pd-staff-card__image {
  width: min(200px, 100%);
  max-width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 18px;
  background: #f4f7f0;
  flex: 0 0 auto;
  align-self: start;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pd-staff-card__photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
}

.pd-staff-card__intro {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pd-staff-card__position {
  font-size: 12px;
  color: #57b500;
  font-weight: 600;
  margin-bottom: 4px;
}

.pd-staff-card__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  color: #0f172a;
}

.pd-staff-card__message + .pd-staff-card__meta {
  margin-top: 12px;
}

.pd-staff-card__meta {
  font-size: 13px;
  color: #64748b;
  margin: 0 0 10px;
}

.pd-staff-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.pd-staff-fact {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 6px;
  background: #f0fbe4;
  border: 1px solid rgba(132, 204, 22, 0.28);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  color: #2f7d00;
  max-width: 100%;
}

.pd-staff-fact__lbl {
  color: #3d7a0a;
  font-weight: 700;
  font-size: 11px;
  flex-shrink: 0;
}

.pd-staff-fact__val {
  color: #1a3d00;
  line-height: 1.45;
}

.pd-staff-card__message {
  margin-top: 10px;
  padding: 12px 14px;
  background: linear-gradient(135deg, #f8fff0, #ffffff);
  border: 1px solid rgba(132, 204, 22, 0.2);
  border-left: 4px solid #84cc16;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.7;
}

.pd-staff-card__message-title {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #57b500;
}

.pd-staff-card__message-body {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #334155;
}

.pd-staff-empty {
  margin: 0;
  padding: 28px 16px;
  text-align: center;
  font-size: 15px;
  color: #5f6b7a;
  background: linear-gradient(135deg, #f8fff0, #ffffff);
  border: 1px dashed rgba(132, 204, 22, 0.45);
  border-radius: 16px;
}

@media (max-width: 720px) {
  .pd-staff-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px 16px;
  }

  .pd-staff-card__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: center;
    text-align: center;
  }

  .pd-staff-card__intro {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .pd-staff-card__position {
    margin-left: auto;
    margin-right: auto;
  }

  .pd-staff-card__facts {
    justify-content: center;
    text-align: left;
  }

  .pd-staff-fact {
    justify-content: flex-start;
    max-width: min(100%, 28rem);
  }

  .pd-staff-card__photo-wrap,
  .pd-staff-card__image {
    width: min(200px, 100%);
    max-width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
  }

  .pd-staff-card__message {
    font-size: 13px;
    text-align: left;
    width: 100%;
    max-width: 28rem;
  }

  .pd-staff-card__message-body {
    font-size: 13px;
  }
}

/* ===== 太平プラン TOP 強化デザイン（黄緑ベース・検索メイン／末尾で上書き） ===== */

:root {
  --tp-lime: #8ccf00;
  --tp-lime-dark: #62b000;
  --tp-lime-soft: #f3ffe1;
  --tp-orange: #ff8a00;
  --tp-top-ink: #202124;
  --tp-top-muted: #5f6b7a;
  --tp-top-card: #ffffff;
  --tp-top-shadow: 0 16px 40px rgba(36, 64, 0, 0.12);
}

/* ヘッダー */
.tp-site-header {
  background: #fff;
  border-top: 12px solid var(--tp-lime);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}

.tp-header-inner {
  max-width: 1240px;
  padding: 18px 24px 12px;
}

.tp-logo {
  color: var(--tp-lime-dark) !important;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 900;
  letter-spacing: 0.02em;
}

.tp-brand p {
  color: #4b5563;
  font-weight: 700;
}

.tp-contact__tel {
  color: var(--tp-lime-dark);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
}

/* ナビ */
.tp-nav-bar {
  max-width: 1240px;
  padding: 0 24px 16px;
}

.tp-nav--desktop {
  gap: 12px;
}

.tp-nav--desktop a {
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: #fff;
  color: #1f2937;
  border: 1px solid #dfe8d4;
  box-shadow: 0 8px 20px rgba(20, 40, 0, 0.08);
  font-weight: 800;
}

.tp-nav--desktop a:hover,
.tp-nav--desktop a[aria-current="page"],
.tp-nav--desktop a.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--tp-lime), var(--tp-lime-dark));
  border-color: var(--tp-lime-dark);
}

.tp-nav--desktop a[href*="contact"] {
  background: linear-gradient(135deg, #ffd900, var(--tp-orange));
  color: #111 !important;
  border-color: #ffd000;
}

.tp-nav--desktop a[href*="contact"]:hover,
.tp-nav--desktop a[href*="contact"].is-active {
  color: #111 !important;
  filter: brightness(1.03);
}

/* ヒーロー全体 */
.tp-home-hero {
  position: relative;
  max-width: 1240px;
  margin: 28px auto 0;
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(140, 207, 0, 0.18), transparent 28%),
    linear-gradient(90deg, #fff 0%, #fffdf2 45%, #f4ffe5 100%);
  box-shadow: 0 28px 70px rgba(45, 80, 0, 0.16);
  border: 1px solid rgba(140, 207, 0, 0.18);
}

/* ヒーロー画像コンテナ（conversion テーマでも同一挙動） */
.tp-home-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 画像を必ず1枚でフィットさせる */
.tp-home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  opacity: var(--tp-hero-image-opacity, 0.92);
}

.tp-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 35%, rgba(255, 255, 255, 0.34) 58%, rgba(255, 255, 255, 0.08) 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.38), transparent 45%);
  pointer-events: none;
}

/* オーバーレイ：左にコピー・右に検索＋エリアカード */
.tp-home-hero .tp-hero-overlay {
  z-index: 2;
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, min(440px, 42vw));
  grid-template-rows: repeat(4, auto);
  gap: 18px 36px;
  align-items: center;
  max-width: none;
  width: 100%;
  padding: clamp(34px, 5vw, 64px);
  box-sizing: border-box;
  color: var(--tp-top-ink);
}

.tp-home-hero .tp-hero-kicker {
  grid-column: 1;
  grid-row: 1;
  margin: 0 0 6px;
  color: var(--tp-lime-dark);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-shadow: none;
}

.tp-home-hero .tp-hero-title {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  max-width: 620px;
  color: var(--tp-top-ink);
  font-size: clamp(34px, 4.4vw, 60px);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -0.04em;
  text-shadow: 0 3px 0 rgba(255, 255, 255, 0.9);
}

.tp-home-hero .tp-hero-title strong,
.tp-home-hero .tp-hero-title .accent {
  color: var(--tp-lime-dark);
}

.tp-home-hero .tp-hero-sub {
  grid-column: 1;
  grid-row: 3;
  margin: 0;
  max-width: 560px;
  color: #263238;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 800;
  line-height: 1.8;
  text-shadow: none;
}

.tp-home-hero .tp-hero-cta {
  grid-column: 1;
  grid-row: 4;
  align-self: start;
  margin-top: 12px;
}

.tp-home-hero .tp-hero-search-card {
  grid-column: 2;
  grid-row: 1 / -1;
  align-self: center;
  margin-top: 0 !important;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(140, 207, 0, 0.22);
  border-radius: 24px;
  box-shadow: var(--tp-top-shadow);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

.tp-home-hero .tp-hero-search {
  margin: 0;
  padding: 22px 24px 18px;
  background: transparent;
  border: none;
  border-bottom: none;
  border-radius: 0;
  box-shadow: none;
}

.tp-home-hero .tp-hero-search__heading {
  margin: 0 0 16px;
  color: var(--tp-lime-dark);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 900;
}

.tp-home-hero .tp-hero-search::before {
  content: none;
  display: none;
}

.tp-home-hero .tp-hero-search__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.tp-home-hero .tp-hero-search__field:first-child {
  grid-column: 1 / -1;
}

.tp-home-hero .tp-hero-search__lbl {
  font-size: 13px;
  font-weight: 900;
  color: #263238;
}

.tp-home-hero .tp-hero-search__input,
.tp-home-hero .tp-hero-search__select {
  min-height: 54px;
  border-radius: 14px;
  border: 1px solid #d9e6cf;
  font-size: 15px;
  font-weight: 700;
}

.tp-home-hero .tp-hero-search__input:focus,
.tp-home-hero .tp-hero-search__select:focus {
  outline: 3px solid rgba(140, 207, 0, 0.22);
  border-color: var(--tp-lime);
  box-shadow: none;
}

.tp-home-hero .tp-hero-search__submit {
  grid-column: 1 / -1;
  min-height: 58px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #a7e400, var(--tp-lime-dark));
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(98, 176, 0, 0.35);
}

.tp-home-hero .tp-hero-search__submit:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.tp-home-hero .tp-hero-popular-strip .tp-hero-area-panel {
  padding: 0;
}

.tp-home-hero .tp-hero-area-panel__title {
  color: #172033;
  font-size: 17px;
}

.tp-home-hero .tp-hero-area-panel__all {
  color: var(--tp-top-muted);
  font-size: 12px;
}

.tp-home-hero .tp-hero-popular-strip .tp-hero-area-links {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.tp-home-hero .tp-hero-area-chip {
  min-height: 76px;
  padding: 14px 12px;
  border-radius: 16px;
  background: #fff;
  color: #172033;
  border: 1px solid #dfe8d4;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.07);
  text-align: center;
  align-items: center;
}

.tp-home-hero .tp-hero-area-chip__name {
  font-size: clamp(0.98rem, 1.8vw, 1.1rem);
}

.tp-home-hero .tp-hero-area-chip__sub {
  font-size: 11px;
  font-weight: 800;
  opacity: 0.88;
}

.tp-home-hero .tp-hero-area-chip:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(98, 176, 0, 0.2);
}

.tp-home-hero .tp-hero-area-chip.is-featured {
  color: #fff;
  background: linear-gradient(135deg, #a7e400, var(--tp-lime-dark));
  border-color: var(--tp-lime-dark);
  box-shadow: 0 12px 28px rgba(98, 176, 0, 0.35);
}

.tp-home-hero .tp-hero-area-chip.is-featured .tp-hero-area-chip__name,
.tp-home-hero .tp-hero-area-chip.is-featured .tp-hero-area-chip__sub {
  color: #fff;
}

.tp-home-hero .tp-hero-btn {
  min-height: 50px;
  padding: 0 22px;
  font-weight: 900;
}

.tp-home-hero .tp-hero-btn--primary {
  background: linear-gradient(135deg, var(--tp-lime), var(--tp-lime-dark));
  color: #fff;
  box-shadow: 0 12px 28px rgba(98, 176, 0, 0.32);
}

.tp-home-hero .tp-hero-btn--secondary {
  background: #fff;
  color: var(--tp-lime-dark);
  border: 1px solid #bde58b;
}

/* 実績：控えめ */
.tp-home-stats--subtle {
  max-width: 1240px;
  margin: 14px auto 20px;
  opacity: 0.92;
}

.tp-home-stats--subtle .tp-home-stat {
  background: #fafdf6;
  border-color: #e6efd9;
  box-shadow: 0 6px 16px rgba(20, 40, 0, 0.05);
}

.tp-home-stats--subtle .tp-home-stat__num {
  color: var(--tp-lime-dark);
}

.tp-home-stats--subtle .tp-home-stat__label {
  color: #64748b;
}

/* サイドバー */
.tp-side-banners a:not(.tp-side-banners__promo--image) {
  background: linear-gradient(135deg, #a7e400, var(--tp-lime-dark));
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(98, 176, 0, 0.18);
  color: #fff !important;
}

/* 下段セクションの角丸・影 */
.tp-home-new,
.tp-home-strengths {
  border-radius: 22px;
}

.list-page .tp-home-new {
  border: 1px solid #e6efd9;
  box-shadow: 0 12px 32px rgba(20, 40, 0, 0.06);
}

@media (max-width: 900px) {
  .tp-home-hero .tp-hero-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding: 22px 18px;
    gap: 12px;
  }

  .tp-home-hero .tp-hero-kicker,
  .tp-home-hero .tp-hero-title,
  .tp-home-hero .tp-hero-sub,
  .tp-home-hero .tp-hero-cta {
    grid-column: auto;
    grid-row: auto;
  }

  .tp-home-hero .tp-hero-search-card {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    align-self: stretch;
  }

  .tp-home-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .tp-home-hero .tp-hero-search__grid {
    grid-template-columns: 1fr;
  }

  .tp-home-hero .tp-hero-popular-strip .tp-hero-area-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .tp-logo {
    font-size: 32px;
  }

  .tp-home-hero .tp-hero-title {
    font-size: clamp(28px, 8vw, 36px);
  }

  .tp-home-hero .tp-hero-sub {
    font-size: 15px;
  }

  .tp-home-hero .tp-hero-cta {
    flex-direction: column;
  }

  .tp-home-hero .tp-hero-btn,
  .tp-home-hero .tp-hero-search__submit {
    width: 100%;
  }
}

/* ===== TOPのみ：サイドバー非表示・全幅メイン・ヘッダー／ヒーロー調整（:has） ===== */
/* 注: index は .tp-list-layout / .tp-side-banners。ヘッダーは .tp-site-header / .tp-header-inner */

body:has(.tp-home-hero) .tp-list-layout {
  display: block;
  max-width: none;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

body:has(.tp-home-hero) .tp-list-layout .tp-side-banners {
  display: none !important;
}

body:has(.tp-home-hero) .tp-list-layout .site-wrap.list-page {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  background:
    linear-gradient(180deg, rgba(248, 255, 239, 0.8) 0%, rgba(255, 255, 255, 1) 48%),
    radial-gradient(circle at 12% 18%, rgba(132, 204, 22, 0.12), transparent 28%),
    radial-gradient(circle at 88% 40%, rgba(255, 168, 0, 0.1), transparent 30%);
}

body:has(.tp-home-hero) .tp-home-stats--subtle:not(.tp-home-stats--cards) {
  padding-left: clamp(16px, 5vw, 32px);
  padding-right: clamp(16px, 5vw, 32px);
  box-sizing: border-box;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* 人気エリア帯：実績カードの下（DOM はヒーロー内の __visual の次が stats、その次が本帯） */
body:has(.tp-home-hero) .tp-home-hero > .tp-hero-popular-strip {
  flex: 0 0 auto;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 28px;
  padding: 22px 32px 18px;
  box-sizing: border-box;
  align-self: center;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 0 0 28px 28px;
  box-shadow: 0 14px 34px rgba(60, 90, 20, 0.08);
  position: relative;
  z-index: 3;
}

body:has(.tp-home-hero) .tp-home-hero > .tp-hero-popular-strip .tp-hero-popular-strip__inner {
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 実績3枚：ヒーロー画像（__visual）直下・人気エリア帯より上（アイコン左・本文右の横長カード） */
body:has(.tp-home-hero) .tp-home-hero > .tp-home-stats--cards.tp-home-stats--subtle {
  max-width: 1280px;
  margin: -86px auto 28px;
  padding: 0 64px;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  box-sizing: border-box;
}

body:has(.tp-home-hero) .tp-home-stats--cards.tp-home-stats--subtle .tp-home-stat {
  min-height: 104px;
  padding: 18px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(132, 204, 22, 0.14);
  box-shadow: 0 16px 34px rgba(60, 90, 20, 0.13);
  display: flex;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
}

body:has(.tp-home-hero) .tp-home-stats--cards.tp-home-stats--subtle .tp-home-stat__icon {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 30px;
  line-height: 1;
  color: #84cc16;
  background: linear-gradient(135deg, rgba(132, 204, 22, 0.13), rgba(255, 255, 255, 0.9));
  box-sizing: border-box;
}

body:has(.tp-home-hero) .tp-home-stats--cards.tp-home-stats--subtle .tp-home-stat:nth-child(1) .tp-home-stat__icon {
  color: #ff9f00;
}

body:has(.tp-home-hero) .tp-home-stats--cards.tp-home-stats--subtle .tp-home-stat:nth-child(2) .tp-home-stat__icon,
body:has(.tp-home-hero) .tp-home-stats--cards.tp-home-stats--subtle .tp-home-stat:nth-child(3) .tp-home-stat__icon {
  color: #84cc16;
}

body:has(.tp-home-hero) .tp-home-stats--cards.tp-home-stats--subtle .tp-home-stat__body {
  min-width: 0;
  flex: 1 1 auto;
}

body:has(.tp-home-hero) .tp-home-stats--cards.tp-home-stats--subtle .tp-home-stat__eyebrow {
  margin: 0 0 2px;
  font-size: 13px;
  font-weight: 900;
  color: #1f2937;
  line-height: 1.35;
}

body:has(.tp-home-hero) .tp-home-stats--cards.tp-home-stats--subtle .tp-home-stat__num {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0;
  color: #57b500;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.02em;
}

body:has(.tp-home-hero) .tp-home-stats--cards.tp-home-stats--subtle .tp-home-stat__num-main {
  font-size: clamp(38px, 3.1vw, 52px);
  font-weight: 900;
  line-height: 1;
}

body:has(.tp-home-hero) .tp-home-stats--cards.tp-home-stats--subtle .tp-home-stat__num-sub {
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 900;
  margin-left: 2px;
  line-height: 1;
}

body:has(.tp-home-hero) .tp-home-stats--cards.tp-home-stats--subtle .tp-home-stat__label {
  margin: 5px 0 0;
  font-size: 14px;
  color: #334155;
  font-weight: 800;
  line-height: 1.45;
}

/* 新着物件：黄緑ブランド・NEW 透かし・空状態でもリッチ */
body:has(.tp-home-hero) .tp-home-new {
  position: relative;
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto clamp(28px, 2.5vw, 36px);
  padding: clamp(18px, 3.2vw, 34px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 255, 239, 0.55) 45%, rgba(255, 251, 235, 0.35) 100%);
  border: 1px solid rgba(132, 204, 22, 0.2);
  border-radius: 28px;
  box-shadow: 0 16px 40px rgba(60, 90, 20, 0.1);
  box-sizing: border-box;
}

body:has(.tp-home-hero) .tp-home-new::before {
  content: "NEW";
  position: absolute;
  right: 28px;
  top: 24px;
  font-size: 54px;
  font-weight: 900;
  color: rgba(132, 204, 22, 0.1);
  letter-spacing: 0.08em;
  pointer-events: none;
  line-height: 1;
}

body:has(.tp-home-hero) .tp-home-new__head {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}

body:has(.tp-home-hero) .tp-home-new .tp-section-title {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.03em;
  border-bottom: 3px solid rgba(132, 204, 22, 0.65);
  padding-bottom: 12px;
  margin-bottom: 4px;
}

body:has(.tp-home-hero) .tp-home-new .tp-section-title::after {
  content: "公開中";
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #fff;
  background: linear-gradient(135deg, #f59e0b, #ea580c);
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.25);
  vertical-align: middle;
}

body:has(.tp-home-hero) .tp-home-new .status-box {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #f8fff0, #ffffff);
  border: 1px solid rgba(132, 204, 22, 0.22);
  border-radius: 18px;
  padding: 18px 20px;
}

body:has(.tp-home-hero) .tp-home-new .tp-home-new__grid.property-grid {
  position: relative;
  z-index: 1;
}

body:has(.tp-home-hero) .tp-home-viewall-wrap {
  position: relative;
  z-index: 1;
}

body:has(.tp-home-hero) .tp-home-viewall {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #84cc16, #58b600);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(88, 182, 0, 0.22);
}

body:has(.tp-home-hero) .tp-home-viewall:hover {
  filter: brightness(1.05);
  text-decoration: none;
  color: #fff;
}

/* 駅から探す：地図風・駅ピル */
body:has(.tp-home-hero) .tp-home-stations.pd-card {
  position: relative;
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto clamp(28px, 2.5vw, 36px);
  padding: clamp(18px, 3.2vw, 34px);
  border: 1px solid rgba(132, 204, 22, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 255, 239, 0.96));
  box-shadow: 0 16px 40px rgba(60, 90, 20, 0.08);
  box-sizing: border-box;
}

body:has(.tp-home-hero) .tp-home-stations.pd-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(132, 204, 22, 0.1);
  pointer-events: none;
}

body:has(.tp-home-hero) .tp-home-stations .pd-card-title::before {
  content: "📍";
  margin-right: 8px;
}

body:has(.tp-home-hero) .tp-home-stations .static-note,
body:has(.tp-home-hero) .tp-home-stations #homeStationLinks {
  position: relative;
  z-index: 1;
}

body:has(.tp-home-hero) #homeStationLinks a,
body:has(.tp-home-hero) .tp-home-stations .pd-tag-list a {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  margin: 6px 8px 6px 0;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(132, 204, 22, 0.24);
  color: #1f2937;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(60, 90, 20, 0.08);
}

body:has(.tp-home-hero) #homeStationLinks a:hover,
body:has(.tp-home-hero) .tp-home-stations .pd-tag-list a:hover {
  border-color: rgba(245, 158, 11, 0.45);
  box-shadow: 0 10px 22px rgba(88, 182, 0, 0.15);
}

/* 太平プランの強み：3カラムカード（HTML は ul/li のまま） */
body:has(.tp-home-hero) .tp-home-strengths.pd-card {
  max-width: 1280px;
  margin: 0 auto clamp(28px, 2.5vw, 36px);
  padding: clamp(18px, 3.2vw, 34px);
  border-radius: 28px;
  border: 1px solid rgba(132, 204, 22, 0.16);
  background: #fff;
  box-shadow: 0 16px 40px rgba(60, 90, 20, 0.08);
  box-sizing: border-box;
}

/* TOP 新着記事：強み・SEO 枠と同じ外観・幅 */
body:has(.tp-home-hero) .tp-home-articles.pd-card {
  max-width: 1280px;
  width: min(100%, 1280px);
  margin: 0 auto clamp(28px, 2.5vw, 36px);
  padding: clamp(18px, 3.2vw, 34px);
  border-radius: 28px;
  border: 1px solid rgba(132, 204, 22, 0.16);
  background: #fff;
  box-shadow: 0 16px 40px rgba(60, 90, 20, 0.08);
  box-sizing: border-box;
  min-width: 0;
}

body:has(.tp-home-hero) .tp-home-articles .pd-card-title::before {
  content: "📰";
  margin-right: 8px;
}

body:has(.tp-home-hero) .tp-home-strengths .pd-card-title::before {
  content: "🌿";
  margin-right: 8px;
}

body:has(.tp-home-hero) .tp-home-strengths__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-left: 0;
  margin: 0;
  list-style: none;
  color: #334155;
}

body:has(.tp-home-hero) .tp-home-strengths__list li {
  padding: 18px 18px 18px 44px;
  border-radius: 20px;
  background: linear-gradient(135deg, #f8fff0, #ffffff);
  border: 1px solid rgba(132, 204, 22, 0.18);
  position: relative;
  line-height: 1.8;
  font-weight: 700;
}

body:has(.tp-home-hero) .tp-home-strengths__list li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #84cc16;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
}

/* SEO note：案内カード・リンク強調 */
body:has(.tp-home-hero) .tp-home-seo-note {
  max-width: 1280px;
  margin: 0 auto clamp(28px, 2.5vw, 36px);
  margin-top: 0;
  padding: 24px 28px;
  border-top: none;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(248, 255, 239, 0.95), rgba(255, 255, 255, 0.95));
  border: 1px solid rgba(132, 204, 22, 0.16);
  box-shadow: 0 12px 28px rgba(60, 90, 20, 0.07);
  box-sizing: border-box;
}

body:has(.tp-home-hero) .tp-home-seo-note .static-note {
  margin: 0 0 12px;
}

body:has(.tp-home-hero) .tp-home-seo-note .static-note:last-of-type {
  margin-bottom: 0;
}

body:has(.tp-home-hero) .tp-home-seo-note a {
  color: #2f9e00;
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

body:has(.tp-home-hero) .tp-home-seo-note p:last-child a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 4px;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fffefb, #f8fff0);
  border: 2px solid rgba(132, 204, 22, 0.45);
  color: #166534;
  font-weight: 900;
  text-decoration: none;
  text-decoration-thickness: 0;
  box-shadow: 0 8px 20px rgba(60, 90, 20, 0.08);
}

body:has(.tp-home-hero) .tp-home-seo-note p:last-child a:hover {
  border-color: rgba(245, 158, 11, 0.55);
  color: #14532d;
}

/* TOP 下部：見出し下線を黄緑に（青の #1d4ed8 を上書き） */
body:has(.tp-home-hero) .pd-card-title {
  border-bottom: 3px solid rgba(132, 204, 22, 0.75);
  padding-bottom: 14px;
}

body:has(.tp-home-hero) .tp-home-stations .pd-card-title,
body:has(.tp-home-hero) .tp-home-strengths .pd-card-title,
body:has(.tp-home-hero) .tp-home-articles .pd-card-title {
  font-weight: 900;
  letter-spacing: 0.03em;
}

/* ヘッダー：薄い縦幅・上端ライン */
body:has(.tp-home-hero) .tp-site-header {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 8px solid #80c900;
}

body:has(.tp-home-hero) .tp-header-inner {
  max-width: 1280px;
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 28px;
  padding: 10px clamp(16px, 3vw, 32px) 6px;
  flex-wrap: nowrap;
  box-sizing: border-box;
}

body:has(.tp-home-hero) .tp-brand {
  flex: 0 1 auto;
  min-width: 0;
}

body:has(.tp-home-hero) .tp-logo {
  font-size: clamp(36px, 3.8vw, 54px) !important;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

body:has(.tp-home-hero) .tp-brand p {
  margin: 4px 0 0;
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.2;
}

body:has(.tp-home-hero) .tp-contact {
  flex: 0 1 auto;
  min-width: 0;
  text-align: right;
}

body:has(.tp-home-hero) .tp-contact__company {
  display: block;
  white-space: nowrap;
  font-size: clamp(11px, 1vw, 13px);
  line-height: 1.2;
}

body:has(.tp-home-hero) .tp-contact__hours {
  display: block;
  margin-top: 4px;
  white-space: nowrap;
  font-size: clamp(11px, 1vw, 13px);
  line-height: 1.2;
}

body:has(.tp-home-hero) .tp-contact__tel {
  display: block;
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

/* ナビ：低め・横幅を抑え、広い画面では切れない */
body:has(.tp-home-hero) .tp-nav-bar {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px) 12px;
  box-sizing: border-box;
}

body:has(.tp-home-hero) .tp-nav--desktop {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
  overflow-x: visible;
  padding-bottom: 2px;
}

body:has(.tp-home-hero) .tp-nav--desktop a {
  flex: 0 0 auto;
  min-width: 0;
  max-width: 100%;
  height: 44px;
  padding: 0 clamp(12px, 1.4vw, 18px);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1;
  box-sizing: border-box;
}

body:has(.tp-home-hero) .tp-nav--desktop a[href*="contact"] {
  padding: 0 clamp(14px, 1.6vw, 20px);
}

/* ヒーロー：セクションは帯を含むラッパのみ。画像＋オーバーレイは __visual 内で高さ固定 */
body:has(.tp-home-hero) .tp-home-hero {
  position: relative;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  border-radius: 0;
  min-height: 0;
  max-height: none;
  box-shadow: none;
  border-left: none;
  border-right: none;
  overflow: visible;
  display: flex;
  flex-direction: column;
}

body:has(.tp-home-hero) .tp-home-hero__visual {
  position: relative;
  min-height: clamp(520px, 46vw, 680px);
  max-height: 720px;
  overflow: hidden;
}

/* セクション全体の暗幕は media 側に統一（二重にならないよう無効化） */
body:has(.tp-home-hero) .tp-home-hero::after {
  display: none;
}

body:has(.tp-home-hero) .tp-home-hero__visual .tp-home-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

/* TOP のみ：cover トリミングをやや左寄せ（将来は管理画面で左/中央/右を選べるとよい） */
body:has(.tp-home-hero) .tp-home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
  display: block;
  opacity: var(--tp-hero-image-opacity, 0.42);
  filter: saturate(1.08) brightness(1.08);
}

body:has(.tp-home-hero) .tp-home-hero__visual .tp-home-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.82) 43%,
      rgba(255, 255, 255, 0.55) 66%,
      rgba(255, 246, 190, 0.48) 100%
    );
  pointer-events: none;
}

/* 文字なし背景画像へ差し替えたときも破綻しにくいよう、画像上に直接は重ねない */
body:has(.tp-home-hero) .tp-home-hero .tp-hero-overlay {
  position: relative;
  z-index: 2;
  min-height: clamp(430px, 38vw, 560px);
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 28px clamp(16px, 3vw, 32px) 28px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 460px);
  gap: 32px 36px;
  align-items: center;
  align-content: center;
}

body:has(.tp-home-hero) .tp-home-hero .tp-hero-search-card {
  width: 100%;
  max-width: 460px;
  justify-self: end;
  align-self: center;
  margin-top: 0;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(50, 80, 20, 0.18);
}

/* タイトル：画像内の文字と競合しないよう読みやすい幅・影なし（背景差し替え前提） */
body:has(.tp-home-hero) .tp-home-hero .tp-hero-kicker {
  margin: 0 0 8px;
  font-weight: 800;
  font-size: clamp(16px, 1.4vw, 21px);
  line-height: 1.35;
  letter-spacing: 0.025em;
  color: #45a900;
  text-shadow: none;
}

body:has(.tp-home-hero) .tp-home-hero .tp-hero-title {
  max-width: 720px;
  width: 100%;
  font-size: clamp(40px, 4.4vw, 68px);
  line-height: 1.16;
  letter-spacing: 0.025em;
  font-weight: 900;
  text-shadow: none;
}

body:has(.tp-home-hero) .tp-home-hero .tp-hero-sub {
  max-width: min(34em, 100%);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.8;
  font-weight: 700;
}

body:has(.tp-home-hero) .tp-home-hero .tp-hero-search__heading {
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 900;
  color: #45a900;
}

body:has(.tp-home-hero) .tp-home-hero .tp-hero-search__lbl {
  font-weight: 800;
}

body:has(.tp-home-hero) .tp-home-hero .tp-hero-search__input,
body:has(.tp-home-hero) .tp-home-hero .tp-hero-search__select {
  font-weight: 700;
  font-size: 15px;
}

body:has(.tp-home-hero) .tp-home-hero .tp-hero-search__submit {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.04em;
}

body:has(.tp-home-hero) .tp-home-hero .tp-hero-area-panel__title {
  font-weight: 900;
  font-size: 20px;
}

body:has(.tp-home-hero) .tp-home-hero .tp-hero-area-chip__name {
  font-weight: 900;
  font-size: 17px;
}

body:has(.tp-home-hero) .tp-home-hero .tp-hero-area-chip__sub {
  font-weight: 700;
  font-size: 12px;
}

/* 人気エリア：ヒーロー下ストリップ・折り返し（SEO テキストは HTML のまま） */
body:has(.tp-home-hero) .tp-home-hero .tp-hero-popular-strip .tp-hero-area-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  justify-content: flex-start;
  align-items: stretch;
  overflow: visible;
}

body:has(.tp-home-hero) .tp-home-hero .tp-hero-popular-strip .tp-hero-area-chip {
  flex: 0 1 auto;
  min-width: min(148px, 100%);
  max-width: 100%;
  box-sizing: border-box;
}

body:has(.tp-home-hero) .tp-home-hero .tp-hero-popular-strip .tp-hero-area-chip.is-featured {
  flex: 0 1 auto;
  min-width: min(168px, 100%);
}

@media (max-width: 1100px) {
  body:has(.tp-home-hero) .tp-nav--desktop {
    gap: 6px;
  }

  body:has(.tp-home-hero) .tp-nav--desktop a {
    height: 42px;
    padding: 0 12px;
    font-size: 13px;
  }
}

@media (max-width: 1020px) {
  body:has(.tp-home-hero) .tp-nav--desktop {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }
}

@media (max-width: 900px) {
  body:has(.tp-home-hero) .tp-header-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: auto;
    padding: 14px 20px 8px;
  }

  body:has(.tp-home-hero) .tp-contact {
    text-align: center;
    min-width: 0;
  }

  body:has(.tp-home-hero) .tp-nav--desktop {
    justify-content: flex-start;
    padding-inline: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  body:has(.tp-home-hero) .tp-home-hero__visual {
    min-height: auto;
    max-height: none;
  }

  body:has(.tp-home-hero) .tp-home-hero .tp-hero-overlay {
    position: relative;
    left: auto;
    right: auto;
    transform: none;
    width: 100%;
    max-width: none;
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-end;
    align-items: stretch;
    padding: 36px 20px;
  }

  body:has(.tp-home-hero) .tp-home-hero__media img {
    object-position: 42% top;
  }

  body:has(.tp-home-hero) .tp-home-hero .tp-hero-search-card {
    max-width: 100%;
    width: 100%;
    justify-self: auto;
  }

  body:has(.tp-home-hero) .tp-home-hero .tp-hero-title {
    font-size: clamp(32px, 7.5vw, 52px);
    line-height: 1.16;
    letter-spacing: 0.025em;
  }

  body:has(.tp-home-hero) .tp-home-hero > .tp-hero-popular-strip {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 18px 20px;
    border-radius: 0 0 22px 22px;
  }

  body:has(.tp-home-hero) .tp-home-hero > .tp-home-stats--cards.tp-home-stats--subtle {
    margin: 18px auto 24px;
    padding: 0 20px;
    grid-template-columns: 1fr;
  }

  body:has(.tp-home-hero) .tp-home-hero > .tp-home-stats--cards.tp-home-stats--subtle .tp-home-stat {
    min-height: 92px;
  }

  body:has(.tp-home-hero) .tp-home-new {
    margin: 0 20px clamp(28px, 2.5vw, 36px);
    padding: clamp(18px, 4vw, 22px);
    border-radius: 22px;
  }

  body:has(.tp-home-hero) .tp-home-stations.pd-card,
  body:has(.tp-home-hero) .tp-home-strengths.pd-card,
  body:has(.tp-home-hero) .tp-home-articles.pd-card,
  body:has(.tp-home-hero) .tp-home-seo-note {
    margin-left: 20px;
    margin-right: 20px;
    padding: clamp(18px, 4vw, 22px);
  }

  body:has(.tp-home-hero) .tp-home-strengths__list {
    grid-template-columns: 1fr;
  }

  body:has(.tp-home-hero) .tp-home-new::before {
    font-size: 38px;
    right: 18px;
    top: 18px;
  }

  body:has(.tp-home-hero) .tp-home-seo-note {
    padding: 20px 18px;
  }
}

@media (max-width: 640px) {
  body:has(.tp-home-hero) .tp-home-hero .tp-hero-title {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.16;
  }

  body:has(.tp-home-hero) .tp-contact__tel {
    font-size: clamp(18px, 5vw, 26px);
  }

  body:has(.tp-home-hero) .tp-home-hero .tp-hero-popular-strip .tp-hero-area-chip,
  body:has(.tp-home-hero) .tp-home-hero .tp-hero-popular-strip .tp-hero-area-chip.is-featured {
    flex: 1 1 100%;
    min-width: 0;
  }

  body:has(.tp-home-hero) .tp-home-hero > .tp-home-stats--cards.tp-home-stats--subtle {
    grid-template-columns: 1fr;
  }
}

/* Conversion テーマ：下層ページ含む共通ナビ・見出し・注記タイポ */
body.site-theme-conversion .tp-nav a,
body.site-theme-conversion .tp-nav--mobile-drawer a {
  font-weight: 800;
  letter-spacing: 0.03em;
}

body.site-theme-conversion .tp-logo {
  font-weight: 900;
  letter-spacing: 0.04em;
}

body.site-theme-conversion .tp-section-title,
body.site-theme-conversion .pd-card-title {
  font-weight: 900;
  letter-spacing: 0.03em;
}

body.site-theme-conversion .static-note,
body.site-theme-conversion .page-sub {
  line-height: 1.9;
  font-weight: 600;
}

/* ===== TOPヒーロー画像 強制フィット修正 ===== */
body:has(.tp-home-hero) .tp-home-hero {
  position: relative;
  overflow: visible;
}

body:has(.tp-home-hero) .tp-home-hero__visual {
  position: relative;
  min-height: clamp(520px, 46vw, 680px);
  max-height: 720px;
  overflow: hidden;
}

body:has(.tp-home-hero) .tp-home-hero__media {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  z-index: 0;
}

body:has(.tp-home-hero) .tp-home-hero__media img {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

body:has(.tp-home-hero) .tp-hero-overlay {
  position: relative;
  z-index: 2;
}

body:has(.tp-home-hero) .tp-hero-popular-strip {
  position: relative;
  z-index: 3;
}

@media (max-width: 900px) {
  body:has(.tp-home-hero) .tp-home-hero__visual {
    min-height: auto;
    max-height: none;
  }

  body:has(.tp-home-hero) .tp-home-hero__media img {
    object-position: center top !important;
  }
}

/* ===== 物件詳細：TOPと同一トーン（黄緑・白・オレンジ）pd-inner--tp-detail ===== */

body.site-theme-conversion main.site-wrap.pd-page.pd-lp:not(.list-page) {
  background: linear-gradient(180deg, var(--tp-lime-soft) 0%, #ffffff 26%, #fafcf8 100%);
}

body.site-theme-conversion .pd-inner--tp-detail .pd-breadcrumb__item a,
body.site-theme-conversion .pd-inner--tp-detail .pd-back {
  color: var(--tp-lime-dark);
}

body.site-theme-conversion .pd-inner--tp-detail .pd-breadcrumb__item a:hover,
body.site-theme-conversion .pd-inner--tp-detail .pd-back:hover {
  color: #4a9a00;
}

body.site-theme-conversion .pd-inner--tp-detail .pd-fv {
  border: 1px solid #d9e8b8;
  border-top: 4px solid var(--tp-lime);
  background: linear-gradient(165deg, #ffffff 0%, var(--tp-lime-soft) 40%, #ffffff 100%);
  box-shadow: var(--tp-top-shadow);
}

body.site-theme-conversion .pd-inner--tp-detail .pd-title,
body.site-theme-conversion .pd-inner--tp-detail .pd-fv__title {
  color: var(--tp-top-ink);
}

body.site-theme-conversion .pd-inner--tp-detail #pd-fv-address-text,
body.site-theme-conversion .pd-inner--tp-detail .pd-fv-address-inline,
body.site-theme-conversion .pd-inner--tp-detail .pd-fv .static-minor {
  font-size: 14px;
  font-weight: 600;
  color: var(--tp-top-muted);
  line-height: 1.65;
}

body.site-theme-conversion .pd-inner--tp-detail .pd-hero--dynamic .pd-detail-media-block #main-image {
  border-radius: 20px;
  border: 2px solid #dfe8d4;
  box-shadow: 0 20px 48px rgba(36, 64, 0, 0.12);
}

body.site-theme-conversion .pd-inner--tp-detail .pd-hero .pd-main-slide-wrap {
  border-color: #c5d9a8;
  box-shadow: 0 24px 56px rgba(36, 64, 0, 0.14);
}

body.site-theme-conversion .pd-inner--tp-detail .pd-thumb.is-active {
  border-color: var(--tp-lime);
  box-shadow: 0 0 0 2px rgba(140, 207, 0, 0.35);
}

body.site-theme-conversion .pd-inner--tp-detail .pd-key-card--inquiry {
  border: 1px solid #cfe299;
  background: linear-gradient(180deg, #ffffff 0%, #f9fff0 52%, #fffdf8 100%);
  box-shadow:
    0 4px 16px rgba(98, 176, 0, 0.12),
    0 24px 56px rgba(15, 23, 42, 0.08);
  position: relative;
  overflow: hidden;
}

body.site-theme-conversion .pd-inner--tp-detail .pd-key-card--inquiry::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--tp-lime), #ffd900, var(--tp-orange));
  pointer-events: none;
}

body.site-theme-conversion .pd-inner--tp-detail .pd-rent-block {
  border: 2px solid rgba(98, 176, 0, 0.38);
  background: linear-gradient(145deg, #ffffff 0%, #f4ffe8 100%);
  box-shadow: 0 10px 28px rgba(98, 176, 0, 0.12);
}

body.site-theme-conversion .pd-inner--tp-detail .pd-rent-hero {
  color: #d65a00;
}

body.site-theme-conversion .pd-inner--tp-detail .pd-rent-mgmt {
  color: var(--tp-top-ink);
}

body.site-theme-conversion .pd-inner--tp-detail .pd-rent-pill {
  border-color: #cfe8a8;
  background: #fff;
}

body.site-theme-conversion .pd-inner--tp-detail .pd-key-facts--compact li.pd-kf-item--key {
  background: rgba(243, 255, 225, 0.85);
  border-radius: 10px;
  padding: 10px 12px;
  margin: 2px -4px 0;
  border-bottom: none;
}

body.site-theme-conversion .pd-inner--tp-detail .pd-key-facts--compact li.pd-kf-item--key .pd-kf-val {
  color: var(--tp-lime-dark);
  font-size: 17px;
  font-weight: 800;
}

body.site-theme-conversion .pd-inner--tp-detail .pd-key-cta .pd-btn--inquiry-cta {
  background: linear-gradient(135deg, #ffd900, var(--tp-orange));
  color: #111;
  border: 2px solid #f5b000;
  box-shadow: 0 10px 28px rgba(255, 138, 0, 0.35);
}

body.site-theme-conversion .pd-inner--tp-detail .pd-key-cta .pd-btn--inquiry-cta:hover {
  filter: brightness(1.05);
  color: #111;
}

body.site-theme-conversion .pd-inner--tp-detail .pd-card-title {
  border-bottom-color: var(--tp-lime);
  color: var(--tp-top-ink);
}

body.site-theme-conversion .pd-inner--tp-detail .pd-subhead {
  color: var(--tp-lime-dark);
}

body.site-theme-conversion .pd-inner--tp-detail .pd-card {
  border-color: #e2ebd6;
  box-shadow:
    0 4px 14px rgba(36, 64, 0, 0.07),
    0 16px 36px rgba(15, 23, 42, 0.06);
}

body.site-theme-conversion .pd-inner--tp-detail .pd-spec-dt--key {
  color: var(--tp-lime-dark);
  font-weight: 800;
}

body.site-theme-conversion .pd-inner--tp-detail .pd-spec-dd--key {
  font-size: 16px;
  font-weight: 800;
  color: var(--tp-top-ink);
  border-left: 3px solid var(--tp-lime);
  padding-left: 10px;
}

body.site-theme-conversion .pd-inner--tp-detail .pd-aside-inquiry {
  border-top-color: rgba(98, 176, 0, 0.35);
}

body.site-theme-conversion .pd-aside-inquiry__tel {
  display: none !important;
}

body.site-theme-conversion .pd-inner--tp-detail .pd-btn--visit {
  border-color: var(--tp-lime-dark);
  color: var(--tp-lime-dark);
  box-shadow: 0 4px 14px rgba(98, 176, 0, 0.18);
}

body.site-theme-conversion .pd-inner--tp-detail .pd-btn--visit:hover {
  background: var(--tp-lime-soft);
}

body.site-theme-conversion .pd-inner--tp-detail .pd-property-inquiry {
  border: 2px solid #cfe299;
  background: linear-gradient(180deg, #ffffff 0%, var(--tp-lime-soft) 100%);
}

body.site-theme-conversion .pd-inner--tp-detail .pd-property-inquiry .tp-btn-submit:not(.tp-btn-submit--ghost):not(:disabled) {
  background: linear-gradient(135deg, #ffd900, var(--tp-orange));
  color: #111;
  box-shadow: 0 8px 22px rgba(255, 138, 0, 0.35);
}

body.site-theme-conversion .pd-inner--tp-detail .pd-property-inquiry .tp-btn-submit--ghost {
  color: var(--tp-lime-dark);
  border-color: var(--tp-lime);
  background: #fff;
}

body.site-theme-conversion .pd-inner--tp-detail .pd-footer-cta {
  background: linear-gradient(180deg, #fff9e6 0%, var(--tp-lime-soft) 42%, #ffffff 100%);
  border-color: #f0d68a;
}

body.site-theme-conversion .pd-inner--tp-detail .pd-footer-cta .pd-btn--outline {
  border-color: var(--tp-lime-dark);
  color: var(--tp-lime-dark);
}

body.site-theme-conversion .pd-inner--tp-detail .pd-footer-cta .pd-btn--visit {
  border-color: var(--tp-lime-dark);
  color: var(--tp-lime-dark);
  box-shadow: 0 4px 14px rgba(98, 176, 0, 0.18);
}

body.site-theme-conversion .pd-inner--tp-detail .pd-footer-cta .pd-btn--visit:hover {
  background: var(--tp-lime-soft);
}

body.site-theme-conversion .pd-inner--tp-detail .pd-footer-cta .pd-btn--outline:hover {
  background: var(--tp-lime-soft);
}

body.site-theme-conversion .pd-inner--tp-detail .pd-footer-cta .pd-btn--primary {
  box-shadow: 0 8px 24px rgba(234, 88, 12, 0.4);
}

body.site-theme-conversion .pd-inner--tp-detail .pd-sub-action-btn {
  color: var(--tp-lime-dark);
  border-color: #cfe299;
  background: #fff;
}

body.site-theme-conversion .pd-inner--tp-detail .pd-sub-action-btn:hover {
  background: var(--tp-lime-soft);
  border-color: var(--tp-lime);
}

body.site-theme-conversion .pd-inner--tp-detail .company-block {
  border-color: #dfe8d4;
  background: linear-gradient(165deg, #ffffff 0%, var(--tp-lime-soft) 100%);
}

body.site-theme-conversion .pd-inner--tp-detail .pd-map-card .pd-map-embed-wrap {
  border-color: #cfe299;
}

@media (max-width: 960px) {
  body.site-theme-conversion .pd-lp .pd-mobile-sticky-cta {
    border-top-color: var(--tp-lime);
  }

  body.site-theme-conversion .pd-lp .pd-mobile-cta-btn--primary {
    background: linear-gradient(135deg, #ffd900, var(--tp-orange));
    color: #111;
    border-color: #f5b000;
    box-shadow: 0 4px 16px rgba(255, 138, 0, 0.35);
  }

  body.site-theme-conversion .pd-lp .pd-mobile-cta-btn {
    color: var(--tp-lime-dark);
    border-color: #cfe299;
  }
}

/* ===== スタッフ紹介ページ：黄緑トーン・ヘッダーTEL改行防止 ===== */

body.site-theme-conversion:not(:has(.tp-home-hero)) .tp-contact {
  min-width: max-content;
  white-space: nowrap;
  max-width: none;
}

body.site-theme-conversion:not(:has(.tp-home-hero)) .tp-contact__tel {
  display: block;
  white-space: nowrap !important;
  word-break: keep-all;
  overflow-wrap: normal;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.02em;
}

@media (max-width: 900px) {
  body.site-theme-conversion:not(:has(.tp-home-hero)) .tp-contact {
    min-width: 0;
    white-space: normal;
    text-align: center;
  }
}

/* ===== TOPヒーロー：参考画像寄せ（通常TOPのみ・view=all 除外） ===== */
body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy {
  max-width: 720px;
  min-width: 0;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__eyebrow {
  color: #57b500;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 900;
  margin-bottom: 18px;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__title {
  color: #20242a;
  font-size: clamp(42px, 4.7vw, 72px);
  line-height: 1.16;
  letter-spacing: -0.04em;
  font-weight: 950;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__title-accent {
  color: #57b500;
  font-size: 1.08em;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__lead {
  margin-top: 22px;
  color: #1f2937;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.8;
  font-weight: 800;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__actions,
body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__cta,
body.site-theme-conversion:not(.tp-view-all) .tp-hero-cta,
body.site-theme-conversion:not(.tp-view-all) .tp-hero-actions {
  display: none !important;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy .tp-home-stats--cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  max-width: 680px;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy .tp-home-stat {
  padding: 16px 18px;
  min-height: 118px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.09);
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy .tp-home-stat__icon {
  width: 46px;
  height: 46px;
  font-size: 25px;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy .tp-home-stat__num-main {
  font-size: clamp(30px, 2.4vw, 42px);
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy .tp-home-stat__num-sub {
  font-size: clamp(15px, 1.15vw, 20px);
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy .tp-home-stat__label,
body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy .tp-home-stat__eyebrow {
  font-size: 12px;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero > .tp-home-stats--cards {
  display: none !important;
}

@media (max-width: 1000px) {
  body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy .tp-home-stats--cards {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__title {
    font-size: clamp(34px, 8vw, 54px);
  }
}

@media (max-width: 700px) {
  body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy {
    max-width: none;
  }

  body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy .tp-home-stats--cards {
    margin-top: 24px;
  }

  body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__title {
    font-size: clamp(30px, 9vw, 42px);
  }
}

body.site-theme-conversion main.site-wrap.pd-page:has(.pd-staff-page) {
  background:
    linear-gradient(180deg, #ffffff 0%, rgba(248, 255, 239, 0.85) 32%, #f8fff0 72%, #ffffff 100%);
}

body.site-theme-conversion main.site-wrap.pd-page:has(.pd-staff-page) .static-wrap {
  padding-bottom: 40px;
}

body.site-theme-conversion main.site-wrap.pd-page:has(.pd-staff-page) .pd-fv {
  border: 1px solid rgba(132, 204, 22, 0.22);
  border-top: 4px solid var(--tp-lime);
  background: linear-gradient(165deg, #ffffff 0%, rgba(248, 255, 239, 0.75) 45%, #ffffff 100%);
  box-shadow: var(--tp-top-shadow);
}

body.site-theme-conversion main.site-wrap.pd-page:has(.pd-staff-page) .pd-fv .pd-title {
  color: var(--tp-top-ink);
}

body.site-theme-conversion main.site-wrap.pd-page:has(.pd-staff-page) .static-note {
  color: var(--tp-top-muted);
}

body.site-theme-conversion main.site-wrap.pd-page:has(.pd-staff-page) .pd-staff-page {
  margin-top: 24px;
}

/* ===== TOP 新着物件：conversion + ヒーローありのときのみ 5 / 3 / 1 列・横いっぱい寄せ ===== */

body.site-theme-conversion:has(.tp-home-hero) .tp-home-new {
  max-width: none;
  width: 100%;
  box-sizing: border-box;
}

body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .section-inner,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new__inner,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .tp-section-inner {
  max-width: none;
  width: 100%;
}

body.site-theme-conversion:has(.tp-home-hero) .tp-property-grid,
body.site-theme-conversion:has(.tp-home-hero) .tp-new-properties__grid,
body.site-theme-conversion:has(.tp-home-hero) .property-card-grid,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new__grid.property-grid:not(.property-grid--station),
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .property-grid:not(.property-grid--station) {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  justify-content: stretch;
}

body.site-theme-conversion:has(.tp-home-hero) .tp-home-new__grid.property-grid:not(.property-grid--station) > *,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .property-grid:not(.property-grid--station) > * {
  width: 100%;
  max-width: none;
}

body.site-theme-conversion:has(.tp-home-hero) .tp-property-card,
body.site-theme-conversion:has(.tp-home-hero) .property-card,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .property-card {
  min-width: 0;
}

body.site-theme-conversion:has(.tp-home-hero) .tp-property-card__image,
body.site-theme-conversion:has(.tp-home-hero) .property-card__image,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .thumb-wrap.list-card-thumb,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .list-card-thumb {
  height: 150px;
  max-height: 150px;
  aspect-ratio: auto;
}

body.site-theme-conversion:has(.tp-home-hero) .tp-property-card__actions,
body.site-theme-conversion:has(.tp-home-hero) .property-card__actions,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .list-card-cta {
  gap: 8px;
  padding: 0 12px 14px;
}

body.site-theme-conversion:has(.tp-home-hero) .tp-property-card__actions a,
body.site-theme-conversion:has(.tp-home-hero) .property-card__actions a,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .list-card-cta a {
  height: 42px;
  padding: 0 10px;
  font-size: 13px;
}

@media (max-width: 1200px) {
  body.site-theme-conversion:has(.tp-home-hero) .tp-property-grid,
  body.site-theme-conversion:has(.tp-home-hero) .tp-new-properties__grid,
  body.site-theme-conversion:has(.tp-home-hero) .property-card-grid,
  body.site-theme-conversion:has(.tp-home-hero) .tp-home-new__grid.property-grid:not(.property-grid--station),
  body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .property-grid:not(.property-grid--station) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ===== TOP通常表示：新着物件の幅を人気エリアに合わせる ===== */
body.site-theme-conversion:has(.tp-home-hero):not(.tp-view-all) .tp-home-new {
  max-width: 1320px;
  width: calc(100% - 48px);
  margin-left: auto;
  margin-right: auto;
}

body.site-theme-conversion:has(.tp-home-hero):not(.tp-view-all) .tp-home-new__content {
  width: 100%;
}

body.site-theme-conversion:has(.tp-home-hero):not(.tp-view-all) .tp-home-new__grid.property-grid:not(.property-grid--station),
body.site-theme-conversion:has(.tp-home-hero):not(.tp-view-all) .tp-home-new .property-grid:not(.property-grid--station) {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 900px) {
  body.site-theme-conversion:has(.tp-home-hero):not(.tp-view-all) .tp-home-new {
    width: calc(100% - 28px);
  }
}

@media (max-width: 700px) {
  body.site-theme-conversion:has(.tp-home-hero) .tp-property-grid,
  body.site-theme-conversion:has(.tp-home-hero) .tp-new-properties__grid,
  body.site-theme-conversion:has(.tp-home-hero) .property-card-grid,
  body.site-theme-conversion:has(.tp-home-hero) .tp-home-new__grid.property-grid:not(.property-grid--station),
  body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .property-grid:not(.property-grid--station) {
    grid-template-columns: 1fr;
  }
}

/* TOP 新着 #list のカード表示は test/css/home-new-cards.css に隔離（styles.css には混ぜない） */

/* ===== TOP ?view=all（body.tp-view-all）: ヒーロー・TOP専用を隠し一覧のみ。:has(.tp-home-hero) の5列を上書き ===== */

body.site-theme-conversion.tp-view-all .tp-home-hero,
body.site-theme-conversion.tp-view-all .tp-home-stats--cards,
body.site-theme-conversion.tp-view-all .tp-hero-area-panel,
body.site-theme-conversion.tp-view-all .tp-hero-popular-strip,
body.site-theme-conversion.tp-view-all .tp-home-stations,
body.site-theme-conversion.tp-view-all .tp-home-strengths,
body.site-theme-conversion.tp-view-all .tp-home-seo-note {
  display: none !important;
}

body.site-theme-conversion.tp-view-all .tp-home-new {
  margin-top: 32px;
}

body.site-theme-conversion.tp-view-all .tp-home-new__grid.property-grid:not(.property-grid--station),
body.site-theme-conversion.tp-view-all .tp-home-new .property-grid:not(.property-grid--station) {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 18px;
  width: 100%;
  max-width: none;
}

body.site-theme-conversion.tp-view-all:has(.tp-home-hero) .tp-property-grid,
body.site-theme-conversion.tp-view-all:has(.tp-home-hero) .tp-new-properties__grid,
body.site-theme-conversion.tp-view-all:has(.tp-home-hero) .property-card-grid,
body.site-theme-conversion.tp-view-all:has(.tp-home-hero) .tp-home-new__grid.property-grid:not(.property-grid--station),
body.site-theme-conversion.tp-view-all:has(.tp-home-hero) .tp-home-new .property-grid:not(.property-grid--station) {
  grid-template-columns: 1fr !important;
}

body.site-theme-conversion.tp-view-all .tp-home-new .thumb-wrap.list-card-thumb,
body.site-theme-conversion.tp-view-all .tp-home-new .list-card-thumb {
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
}

@media (min-width: 701px) {
  body.site-theme-conversion.tp-view-all .tp-home-new__grid .property-card,
  body.site-theme-conversion.tp-view-all .tp-home-new .property-grid:not(.property-grid--station) .property-card {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 0;
    align-items: stretch;
  }
}

@media (max-width: 700px) {
  body.site-theme-conversion.tp-view-all .tp-home-new__grid .property-card,
  body.site-theme-conversion.tp-view-all .tp-home-new .property-grid:not(.property-grid--station) .property-card {
    grid-template-columns: 1fr;
  }
}

/* TOP ?view=all：一覧左の検索サイドバー（通常TOPでは非表示） */
body.site-theme-conversion .tp-viewall-search-side {
  display: none;
}

.tp-home-new__content {
  min-width: 0;
}

@media (min-width: 901px) {
  body.site-theme-conversion.tp-view-all .tp-home-new {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
  }

  body.site-theme-conversion.tp-view-all .tp-viewall-search-side {
    display: block;
    position: sticky;
    top: 90px;
    max-height: calc(100vh - 110px);
    overflow: auto;
  }

  body.site-theme-conversion.tp-view-all .tp-home-new__head,
  body.site-theme-conversion.tp-view-all .tp-home-new__grid,
  body.site-theme-conversion.tp-view-all #list {
    min-width: 0;
  }

  body.site-theme-conversion.tp-view-all .tp-home-new__content {
    min-width: 0;
  }

  body.site-theme-conversion.tp-view-all .tp-viewall-search-side .tp-search-sidebar {
    padding: 16px;
    border: 1px solid #d9f99d;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  }
}

@media (max-width: 900px) {
  body.site-theme-conversion.tp-view-all .tp-home-new {
    display: block;
  }

  body.site-theme-conversion.tp-view-all .tp-viewall-search-side {
    display: block;
    margin: 0 0 18px;
  }

  body.site-theme-conversion.tp-view-all .tp-viewall-search-side .tp-search-sidebar {
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
  }
}

/* ===== conversion: 横長物件一覧（TOP新着 .tp-home-new__grid・駅ビュー除く） ===== */

body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station),
body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid),
body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid),
body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 980px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}

@media (min-width: 701px) {
  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr) 180px;
    grid-template-rows: auto;
    align-items: stretch;
    gap: 0;
    width: 100%;
    max-width: none;
    overflow: hidden;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .thumb-wrap.list-card-thumb {
    grid-column: 1;
    grid-row: 1;
    height: 100%;
    min-height: 220px;
    max-height: none;
    aspect-ratio: auto;
    border-radius: 0;
    width: 100%;
    align-self: stretch;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card > .list-card-info,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-info,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-info,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    grid-template-rows: auto;
    align-items: stretch;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card .list-card-body,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-body,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-body,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card .list-card-body {
    grid-column: 1;
    grid-row: 1;
    padding: 18px 20px 14px;
    gap: 7px;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card .list-card-cta,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-cta,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-cta,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card .list-card-cta {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 14px 16px;
    min-width: 180px;
    width: 180px;
    max-width: 180px;
    box-sizing: border-box;
    border-left: 1px solid #e2e8f0;
    background: #f8fafc;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card .list-card-cta a,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-cta a,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-cta a,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card .list-card-cta a {
    flex: 0 0 auto;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    height: 44px;
    padding: 0 10px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card .list-card-pricebar,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-pricebar,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-pricebar,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card .list-card-pricebar {
    margin-left: 0;
    margin-right: 0;
    border-top: 0;
    border-bottom: 1px solid #fecaca;
    padding-top: 0;
    margin-bottom: 10px;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card .list-meta-hero,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-meta-hero,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-meta-hero,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card .list-meta-hero {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 12px;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card .list-rent-block,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-rent-block,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-rent-block,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card .list-rent-block {
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 14px;
  }
}

@media (max-width: 700px) {
  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    grid-template-rows: unset;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .thumb-wrap.list-card-thumb {
    grid-column: unset;
    grid-row: unset;
    height: 190px;
    min-height: 190px;
    max-height: 190px;
    border-radius: 0;
    width: 100%;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card > .list-card-body,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-body,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-body,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .list-card-body {
    grid-column: unset;
    grid-row: unset;
    padding: 14px 16px 8px;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card .list-card-cta,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-cta,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-cta,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card .list-card-cta {
    grid-column: unset;
    grid-row: unset;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 0 12px 14px;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card .list-card-cta a,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-cta a,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-cta a,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card .list-card-cta a {
    flex: none;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    height: 42px;
    padding: 0 10px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card .list-card-pricebar,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-pricebar,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-pricebar,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card .list-card-pricebar {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ===== conversion: TOP新着5列 — 文字・余白・黄緑/オレンジCTA ===== */
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .tp-home-new__grid > .property-card,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new__grid.property-grid > .property-card {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

/* TOP新着のみ：グリッド行の高さに合わせて本文エリアを伸ばし、CTAを下端で揃える（/test/search の横長2カラムには非適用） */
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .tp-home-new__grid > .property-card > .list-card-info,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new__grid.property-grid > .property-card > .list-card-info {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .tp-home-new__grid > .property-card .list-card-body,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new__grid.property-grid > .property-card .list-card-body {
  padding: 14px 14px 16px;
}

body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .tp-home-new__grid > .property-card .list-card-pricebar,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new__grid.property-grid > .property-card .list-card-pricebar {
  padding: 12px 14px 10px;
  margin: 0 -14px 12px;
  background: #fff7f7;
  border-bottom: 1px solid #fecaca;
  border-top: none;
}

body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .tp-home-new__grid > .property-card .list-rent,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new__grid.property-grid > .property-card .list-rent {
  font-size: clamp(22px, 1.8vw, 28px);
  font-weight: 900;
  color: #b91c1c;
  line-height: 1.05;
}

body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .tp-home-new__grid > .property-card .list-card-title,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new__grid.property-grid > .property-card .list-card-title {
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
  color: #061735;
  margin-bottom: 8px;
}

body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .tp-home-new__grid > .property-card .list-meta-hero,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new__grid.property-grid > .property-card .list-meta-hero,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .tp-home-new__grid > .property-card .list-card-address,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new__grid.property-grid > .property-card .list-card-address,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .tp-home-new__grid > .property-card .list-card-access,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new__grid.property-grid > .property-card .list-card-access {
  font-size: 13px;
  line-height: 1.6;
  color: #334155;
}

body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .tp-home-new__grid > .property-card .list-card-cta,
body.site-theme-conversion:has(.tp-home-hero) .tp-home-new__grid.property-grid > .property-card .list-card-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  margin-top: auto;
  padding: 0 12px 14px;
}

body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .list-card-cta a.list-cta {
  min-width: 0;
  height: 42px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  border-radius: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .list-card-cta a.list-cta--line {
  border-color: #84cc16;
  color: #3f6212;
  background: #fff;
}

body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .list-card-cta a.list-cta--line:hover {
  background: rgba(132, 204, 22, 0.12);
  color: #365314;
}

body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .list-card-cta a.list-cta--go {
  background: linear-gradient(135deg, #f97316, #d9480f);
  border-color: #c2410c;
  color: #fff;
  box-shadow: 0 4px 14px rgba(217, 72, 15, 0.35);
}

body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .list-card-cta a.list-cta--go:hover {
  filter: brightness(1.06);
  color: #fff;
}

@media (max-width: 700px) {
  body.site-theme-conversion:has(.tp-home-hero) .tp-home-new .tp-home-new__grid > .property-card .list-card-cta,
  body.site-theme-conversion:has(.tp-home-hero) .tp-home-new__grid.property-grid > .property-card .list-card-cta {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 0 10px 12px;
  }
}

/* ===== conversion: 横長一覧 — 優先度・黄緑枠・賃料右ブロック・CTA（list-page / tp-search-page / tp-list-page） ===== */
body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card,
body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card,
body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card,
body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card,
body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card {
  border: 1px solid #d9f99d;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card > .thumb-wrap.list-card-thumb,
body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .thumb-wrap.list-card-thumb,
body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .thumb-wrap.list-card-thumb,
body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .thumb-wrap.list-card-thumb,
body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card > .thumb-wrap.list-card-thumb {
  background: #edf2f7;
}

@media (min-width: 701px) {
  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card > .list-card-body,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-body,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-body,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .list-card-body,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card > .list-card-body {
    display: grid;
    grid-template-columns: 1fr minmax(160px, 220px);
    gap: 10px 22px;
    align-items: start;
    padding: 20px 22px 16px;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-badges,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-body > .list-card-badges,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-body > .list-card-badges,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-badges,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-badges {
    grid-column: 1;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-pricebar,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-body > .list-card-pricebar,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-body > .list-card-pricebar,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-pricebar,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-pricebar {
    grid-column: 2;
    grid-row: 1 / -1;
    align-self: stretch;
    margin: 0;
    padding: 16px;
    border: 1px solid #fecaca;
    border-radius: 14px;
    background: #fff7f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: none;
    border-bottom: none;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-title,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-body > .list-card-title,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-body > .list-card-title,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-title,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-title {
    grid-column: 1;
    font-size: clamp(18px, 1.5vw, 21px);
    line-height: 1.35;
    font-weight: 900;
    color: #061735;
    margin: 0 0 6px;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card .list-rent,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-rent,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-rent,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card .list-rent,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card .list-rent {
    font-size: clamp(24px, 2.2vw, 30px);
    font-weight: 900;
    color: #b91c1c;
    line-height: 1.05;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-meta-hero,
  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-address,
  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-access,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-body > .list-meta-hero,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-body > .list-card-address,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-body > .list-card-access,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-body > .list-meta-hero,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-body > .list-card-address,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-body > .list-card-access,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-meta-hero,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-address,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-access,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-meta-hero,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-address,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-access {
    grid-column: 1;
    font-size: 14px;
    line-height: 1.7;
    color: #334155;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card .list-card-cta,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-cta,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-cta,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card .list-card-cta,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card .list-card-cta {
    margin-top: 4px;
    padding: 14px 12px 14px;
    border-top: 1px solid #e5e7eb;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card .list-card-cta a.list-cta,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-cta a.list-cta,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-cta a.list-cta,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card .list-card-cta a.list-cta,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card .list-card-cta a.list-cta {
    height: 42px;
    padding: 0 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card > .list-card-cta a.list-cta--line,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-cta a.list-cta--line,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-cta a.list-cta--line,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .list-card-cta a.list-cta--line,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card > .list-card-cta a.list-cta--line {
    border-color: #84cc16;
    color: #3f6212;
    background: #fff;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card > .list-card-cta a.list-cta--line:hover,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-cta a.list-cta--line:hover,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-cta a.list-cta--line:hover,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .list-card-cta a.list-cta--line:hover,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card > .list-card-cta a.list-cta--line:hover {
    background: rgba(132, 204, 22, 0.12);
    color: #365314;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card > .list-card-cta a.list-cta--go,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-cta a.list-cta--go,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-cta a.list-cta--go,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .list-card-cta a.list-cta--go,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card > .list-card-cta a.list-cta--go {
    background: linear-gradient(135deg, #f97316, #d9480f);
    border-color: #c2410c;
    color: #fff;
    box-shadow: 0 4px 14px rgba(217, 72, 15, 0.35);
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card > .list-card-cta a.list-cta--go:hover,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-cta a.list-cta--go:hover,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-cta a.list-cta--go:hover,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .list-card-cta a.list-cta--go:hover,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card > .list-card-cta a.list-cta--go:hover {
    filter: brightness(1.06);
    color: #fff;
  }
}

body.site-theme-conversion .list-page.pd-page .pd-card-title,
body.site-theme-conversion .tp-search-page .pd-card-title,
body.site-theme-conversion .tp-list-page .pd-card-title {
  border-bottom-color: #84cc16;
}

@media (max-width: 700px) {
  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card > .list-card-body,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-body,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-body,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .list-card-body,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card > .list-card-body {
    display: flex;
    flex-direction: column;
    padding: 16px;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-pricebar,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-body > .list-card-pricebar,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-body > .list-card-pricebar,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-pricebar,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-pricebar {
    grid-column: unset;
    grid-row: unset;
    margin: 10px 0 12px;
    width: 100%;
  }
}

/* ===== 横長カード：確実に効く最終版（実DOM: .thumb-wrap.list-card-thumb / .list-card-pricebar / .list-card-cta は .property-card 直下） ===== */
@media (min-width: 701px) {
  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .property-card {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .property-card > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-thumb {
    width: 260px;
    height: 100%;
    min-height: 220px;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .property-card > .list-card-info {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 14px 20px;
    align-items: stretch;
    min-width: 0;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .property-card > .list-card-info > .list-card-body,
  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .property-card > .list-card-info > .card-body.list-card-body {
    grid-column: 1;
    padding: 18px 20px 14px;
    display: grid;
    gap: 7px;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-title {
    grid-column: 1;
    font-size: 20px;
    font-weight: 900;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-pricebar {
    grid-column: 1;
    grid-row: auto;
    background: #fff7f7;
    border: 1px solid #fecaca;
    border-radius: 12px;
    padding: 14px;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .property-card > .list-card-info > .list-card-cta {
    grid-column: 2;
    margin: 0;
    padding: 12px 12px 12px 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    gap: 10px;
    min-width: 180px;
    width: 180px;
    max-width: 180px;
    box-sizing: border-box;
    background: transparent;
    border: 0;
    border-left: 1px solid #e5e7eb;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .property-card > .list-card-info > .list-card-cta a.list-cta {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 42px;
    font-size: 13px;
  }
}

/* ===== 物件詳細：賃料カードの重なり防止（conversion） ===== */
body.site-theme-conversion .pd-rent-grid {
  display: grid;
  grid-template-columns: 1fr !important;
  gap: 10px;
}

body.site-theme-conversion .pd-rent-cell {
  min-width: 0;
}

body.site-theme-conversion .pd-rent-cell--mgmt {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid #d9f99d;
  text-align: left;
}

body.site-theme-conversion .pd-rent-hero {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  line-height: 0.95;
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -0.04em;
}

body.site-theme-conversion .pd-inner--tp-detail .pd-rent-mgmt {
  margin-left: 0;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 900;
}

@media (max-width: 1200px) {
  body.site-theme-conversion .pd-rent-hero {
    font-size: clamp(38px, 4.4vw, 60px);
  }
}

@media (max-width: 700px) {
  body.site-theme-conversion .pd-rent-hero {
    font-size: clamp(36px, 10vw, 52px);
  }

  body.site-theme-conversion .pd-rent-cell--mgmt {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

/* ===== 物件詳細FV：種別バッジ・間取り強調・管理費ラベル近接（conversion） ===== */
body.site-theme-conversion .pd-inner--tp-detail .pd-fv-title-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

body.site-theme-conversion .pd-type-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 900;
  border-width: 3px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

body.site-theme-conversion .pd-rent-cell--mgmt .pd-rent-pills {
  width: 100%;
  margin-top: 12px;
}

body.site-theme-conversion .pd-rent-pills {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.site-theme-conversion .pd-rent-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 10px;
  border: 2px solid #84cc16;
  border-radius: 16px;
  background: linear-gradient(135deg, #f7fee7, #ffffff);
  box-shadow: 0 10px 22px rgba(132, 204, 22, 0.16);
}

body.site-theme-conversion .pd-rent-pill__k {
  margin-right: 6px;
  color: #4d7c0f;
  font-size: 14px;
  font-weight: 900;
}

body.site-theme-conversion .pd-rent-pill__v {
  color: #061735;
  font-size: 20px;
  font-weight: 950;
}

body.site-theme-conversion .pd-type-badge--mansion {
  background: #eff6ff;
  color: #1d4ed8;
  border: 2px solid #60a5fa;
}

body.site-theme-conversion .pd-type-badge--apartment {
  background: #ecfccb;
  color: #3f8f00;
  border: 2px solid #84cc16;
}

body.site-theme-conversion .pd-type-badge--house {
  background: #fff7ed;
  color: #c2410c;
  border: 2px solid #fb923c;
}

body.site-theme-conversion .pd-type-badge--terrace {
  background: #fdf4ff;
  color: #a21caf;
  border: 2px solid #e879f9;
}

body.site-theme-conversion .pd-type-badge--other {
  background: #f1f5f9;
  color: #334155;
  border: 2px solid #cbd5e1;
}

body.site-theme-conversion .pd-inner--tp-detail .pd-key-facts .pd-kf-item--layout .pd-kf-val,
body.site-theme-conversion .pd-inner--tp-detail .pd-key-facts .pd-kf-item--key:first-child .pd-kf-val {
  font-size: 30px;
  font-weight: 950;
  color: #57b500;
  line-height: 1;
}

body.site-theme-conversion .pd-rent-mgmt {
  margin-left: 0;
}

@media (max-width: 700px) {
  body.site-theme-conversion .pd-fv-title-row {
    display: block;
  }

  body.site-theme-conversion .pd-inner--tp-detail .pd-fv-title-actions {
    align-items: flex-start;
    margin-top: 10px;
    width: 100%;
  }

  body.site-theme-conversion .pd-type-badge {
    min-width: 120px;
    padding: 10px 18px;
    font-size: 17px;
  }

  body.site-theme-conversion .pd-rent-pill {
    min-height: 46px;
  }

  body.site-theme-conversion .pd-rent-pill__v {
    font-size: 18px;
  }

  body.site-theme-conversion .pd-inner--tp-detail .pd-key-facts .pd-kf-item--layout .pd-kf-val,
  body.site-theme-conversion .pd-inner--tp-detail .pd-key-facts .pd-kf-item--key:first-child .pd-kf-val {
    font-size: 26px;
  }
}

/* ===== /test/search/ 左サイドバー＋右結果（conversion） ===== */

body.site-theme-conversion .tp-search-sidebar__head {
  margin-bottom: 12px;
}

body.site-theme-conversion .tp-search-sidebar__title {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.25;
}

body.site-theme-conversion .tp-search-sidebar__lead {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.45;
}

body.site-theme-conversion .tp-search-sidebar .tp-search-filters-shell {
  margin-bottom: 0;
}

body.site-theme-conversion .tp-search-sidebar-count {
  margin: 10px 0 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ecfccb, #ffffff);
  border: 1px solid #bef264;
  color: #163300;
  font-size: 14px;
  font-weight: 800;
}

body.site-theme-conversion .tp-search-sidebar-count strong {
  font-size: 26px;
  line-height: 1;
  color: #57b500;
  margin: 0 4px;
}

body.site-theme-conversion .tp-search-side-nav {
  display: none !important;
}

@media (min-width: 901px) {
  body.site-theme-conversion .tp-search-shell-layout .tp-search-sidebar {
    padding: 16px;
    border: 1px solid #d9f99d;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  }

  body.site-theme-conversion .tp-search-shell-layout .tp-search-content {
    min-width: 0;
  }

  body.site-theme-conversion .tp-search-layout--results {
    display: block;
  }
}

@media (max-width: 900px) {
  body.site-theme-conversion .tp-search-shell-layout .tp-search-sidebar {
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
  }
}

body.site-theme-conversion .tp-search-sidebar .tp-search-help {
  font-size: 12px;
  line-height: 1.45;
  margin: 4px 0 8px;
}

body.site-theme-conversion .tp-search-sidebar .tp-search-acc {
  margin-bottom: 8px;
}

body.site-theme-conversion .tp-search-sidebar .tp-search-acc__summary {
  padding: 10px 12px;
}

body.site-theme-conversion .tp-search-sidebar .tp-search-acc__body {
  padding: 10px 12px 12px;
}

body.site-theme-conversion .tp-search-sidebar .tp-search-tiles {
  gap: 8px;
}

body.site-theme-conversion .tp-search-sidebar .tp-check-tile {
  padding: 9px 10px;
  font-size: 13px;
}

/* ===== TOP ?view=all：ヒーロー・人気エリア・実績非表示・一覧見出し強調（末尾上書き） ===== */

body.site-theme-conversion.tp-view-all .tp-home-hero,
body.site-theme-conversion.tp-view-all .tp-home-stats--cards,
body.site-theme-conversion.tp-view-all .tp-hero-area-panel,
body.site-theme-conversion.tp-view-all .tp-hero-popular-strip {
  display: none !important;
}

body.site-theme-conversion.tp-view-all .tp-home-new {
  margin-top: 32px;
}

body.site-theme-conversion.tp-view-all .tp-home-new .tp-section-title,
body.site-theme-conversion.tp-view-all .tp-home-new h2:not(.building-card__title) {
  font-size: 32px;
}

/* TOP ?view=all：棟カードの物件名（一覧用サイズ。上記 h2 強調から除外） */
body.site-theme-conversion.tp-view-all .building-card__title {
  font-size: clamp(1.25rem, 1.6vw, 1.65rem);
  line-height: 1.35;
  letter-spacing: 0.02em;
}

@media (min-width: 701px) {
  body.site-theme-conversion.tp-view-all section#list.property-grid.tp-home-new__grid .building-card__head,
  body.site-theme-conversion.tp-view-all .tp-home-new #list.property-grid .building-card__head,
  body.site-theme-conversion.tp-view-all .building-card__head {
    grid-template-columns: 280px minmax(0, 1fr) !important;
  }
}

/* ===== NO IMAGE 表示改善（淡いグレー＋家アイコン） ===== */

body.site-theme-conversion .pd-main-placeholder,
body.site-theme-conversion .list-card-thumb--empty,
body.site-theme-conversion .thumb-wrap.list-card-thumb.list-card-thumb--empty,
body.site-theme-conversion .property-no-image,
body.site-theme-conversion .no-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 180px;
  background:
    radial-gradient(circle at 30% 20%, rgba(132, 204, 22, 0.12), transparent 34%),
    linear-gradient(135deg, #f8fafc 0%, #eef7e8 100%);
  color: #64748b;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  box-sizing: border-box;
}

body.site-theme-conversion .pd-main-placeholder::before,
body.site-theme-conversion .list-card-thumb--empty::before,
body.site-theme-conversion .thumb-wrap.list-card-thumb.list-card-thumb--empty::before,
body.site-theme-conversion .property-no-image::before,
body.site-theme-conversion .no-image::before {
  content: "⌂";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #ffffff;
  color: #84cc16;
  font-size: 32px;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(132, 204, 22, 0.18);
}

body.site-theme-conversion .pd-thumb--empty {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #f8fafc;
  color: #94a3b8;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 800;
}

body.site-theme-conversion .pd-thumb--empty::before {
  content: none;
}

body.site-theme-conversion .pd-thumb--empty::after {
  content: "準備中";
  font-size: 10px;
  font-weight: 800;
  color: #94a3b8;
  letter-spacing: 0.02em;
}

body.site-theme-conversion .thumb-placeholder.property-no-image {
  color: transparent;
  font-size: 0;
}

body.site-theme-conversion .thumb-placeholder.property-no-image::after {
  content: "画像準備中";
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
}

body.site-theme-conversion .pd-main-placeholder,
body.site-theme-conversion .list-card-thumb--empty,
body.site-theme-conversion .thumb-wrap.list-card-thumb.list-card-thumb--empty {
  color: transparent;
  font-size: 0;
}

body.site-theme-conversion .pd-main-placeholder::after,
body.site-theme-conversion .list-card-thumb--empty::after,
body.site-theme-conversion .thumb-wrap.list-card-thumb.list-card-thumb--empty::after {
  content: "画像準備中";
  color: #64748b;
  font-size: 13px;
  font-weight: 900;
}

body.site-theme-conversion .pd-main-placeholder {
  min-height: 420px;
}

body.site-theme-conversion .pd-main-placeholder::after {
  font-size: 15px;
}

body.site-theme-conversion .pd-inner--tp-detail .pd-detail-media-block #main-image-empty.pd-main-placeholder {
  max-height: min(420px, 56vw);
  margin-bottom: 10px;
}

/* .property-no-image / .pd-main-placeholder の display:flex が [hidden] より強く、メイン表示時に空枠が重なるのを防ぐ */
body.site-theme-conversion .pd-detail-media-block #main-image[hidden],
body.site-theme-conversion .pd-detail-media-block #main-image-empty[hidden] {
  display: none !important;
}

body.site-theme-conversion .pd-main-slide-wrap:has(> .pd-main-placeholder) {
  background: #f1f5f9;
  border-color: #e2e8f0;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

body.site-theme-conversion .room-row__thumb > .property-no-image {
  min-height: 0;
  height: 100%;
  gap: 4px;
  border-radius: 10px;
  padding: 4px 2px;
}

body.site-theme-conversion .room-row__thumb > .property-no-image::before {
  width: 34px;
  height: 34px;
  font-size: 20px;
  box-shadow: 0 6px 14px rgba(132, 204, 22, 0.16);
}

body.site-theme-conversion .room-row__thumb > .property-no-image::after {
  content: "準備中";
  font-size: 10px;
  font-weight: 800;
  color: #64748b;
}

body.site-theme-conversion .building-card__photo > .property-no-image {
  min-height: 0;
  height: 100%;
  border-radius: 12px;
}

@media (max-width: 700px) {
  body.site-theme-conversion .pd-main-placeholder {
    min-height: 260px;
  }
}

/* ===== TOPヒーロー実績カード：最終バランス調整 ===== */
body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy .tp-home-stats--cards {
  max-width: 560px;
  gap: 10px;
  margin-top: 24px;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy .tp-home-stat {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 92px;
  padding: 13px 14px;
  border: 1px solid rgba(132, 204, 22, 0.35);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 254, 231, 0.88));
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy .tp-home-stat__icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #f7fee7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy .tp-home-stat__body {
  min-width: 0;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy .tp-home-stat__eyebrow {
  margin: 0 0 3px;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 900;
  color: #334155;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy .tp-home-stat__num {
  margin: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 2px;
  color: #57b500;
  line-height: 1;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy .tp-home-stat__num-main {
  font-size: clamp(26px, 2vw, 34px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -0.04em;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy .tp-home-stat__num-sub {
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  margin-left: 1px;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy .tp-home-stat__label {
  margin: 4px 0 0;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 900;
  color: #334155;
}

/* 長い文言があるカードでも崩れにくくする */
body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy .tp-home-stat__num-main {
  word-break: keep-all;
  overflow-wrap: normal;
}

@media (max-width: 1000px) {
  body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy .tp-home-stats--cards {
    max-width: 420px;
    grid-template-columns: 1fr;
  }
}

/* ===== 公開サイト：ヘッダー全体バランス調整 ===== */
body.site-theme-conversion .tp-site-header {
  border-top: 6px solid #57b500;
  background: #ffffff;
}

body.site-theme-conversion .tp-header-inner {
  max-width: 1440px;
  width: calc(100% - 120px);
  margin: 0 auto;
  padding: 18px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

body.site-theme-conversion .tp-brand {
  flex: 0 0 auto;
}

body.site-theme-conversion .tp-logo {
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -0.04em;
}

body.site-theme-conversion .tp-brand p {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 800;
  color: #334155;
}

body.site-theme-conversion .tp-contact {
  flex: 0 0 auto;
  min-width: max-content;
  padding-right: 28px;
  text-align: right;
}

body.site-theme-conversion .tp-contact__company {
  display: block;
  font-size: 13px;
  font-weight: 900;
  color: #1e293b;
}

body.site-theme-conversion .tp-contact__tel {
  display: block;
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 950;
  color: #57b500;
  white-space: nowrap;
}

body.site-theme-conversion .tp-contact__hours {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
}

body.site-theme-conversion .tp-nav-bar {
  border-top: 1px solid #eef2f7;
  border-bottom: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.94);
}

body.site-theme-conversion .tp-nav--desktop {
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

body.site-theme-conversion .tp-nav--desktop a {
  min-width: 108px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid #d9f99d;
  background: #ffffff;
  color: #061735;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

body.site-theme-conversion .tp-nav--desktop a:hover {
  background: #f7fee7;
  border-color: #84cc16;
}

body.site-theme-conversion .tp-nav--desktop a.is-active {
  background: linear-gradient(135deg, #84cc16, #57b500);
  color: #ffffff;
  border-color: #57b500;
  box-shadow: 0 10px 24px rgba(87, 181, 0, 0.22);
}

body.site-theme-conversion .tp-nav--desktop a[href*="contact"] {
  background: linear-gradient(135deg, #ffb703, #fb8500);
  color: #111827;
  border-color: #f59e0b;
  min-width: 132px;
}

body.site-theme-conversion .tp-nav--desktop a[href*="contact"]:hover {
  filter: brightness(1.04);
}

/* スマホ */
@media (max-width: 900px) {
  body.site-theme-conversion .tp-header-inner {
    width: calc(100% - 32px);
    padding: 14px 0 10px;
    display: block;
    text-align: center;
  }

  body.site-theme-conversion .tp-contact {
    min-width: 0;
    padding-right: 0;
    margin-top: 10px;
    text-align: center;
  }

  body.site-theme-conversion .tp-contact__tel {
    font-size: 30px;
  }

  body.site-theme-conversion .tp-nav--desktop {
    display: none;
  }
}

/* ===== 物件詳細 最終調整（余白・画像なし・CTA・問い合わせ） ===== */
body.site-theme-conversion .pd-fv {
  padding: 22px 28px;
  padding-top: 18px;
  padding-bottom: 18px;
}

body.site-theme-conversion .pd-hero {
  gap: 28px;
}

body.site-theme-conversion .pd-card-stack {
  gap: 20px;
}

body.site-theme-conversion .pd-main-placeholder {
  min-height: 360px;
  background:
    radial-gradient(circle at 30% 20%, rgba(132, 204, 22, 0.14), transparent 34%),
    linear-gradient(135deg, #f8fafc 0%, #eef7e8 100%);
}

body.site-theme-conversion .pd-main-placeholder::after {
  content: "写真準備中";
}

body.site-theme-conversion .list-card-thumb--empty::after {
  content: "写真準備中";
}

body.site-theme-conversion .pd-thumb--empty::after {
  content: "準備中";
}

body.site-theme-conversion .pd-aside-inquiry {
  margin-top: 14px;
}

body.site-theme-conversion .pd-cta-btns--property-contact {
  gap: 12px;
}

body.site-theme-conversion .pd-btn--dial {
  font-size: 16px;
  font-weight: 900;
}

body.site-theme-conversion .pd-property-inquiry__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

body.site-theme-conversion .pd-property-inquiry__form .tp-field:nth-of-type(4),
body.site-theme-conversion .pd-property-inquiry__form .pd-inq-feedback,
body.site-theme-conversion .pd-property-inquiry__form .tp-form-actions {
  grid-column: 1 / -1;
}

body.site-theme-conversion .pd-property-inquiry__note {
  font-size: 14px;
  line-height: 1.7;
}

body.site-theme-conversion .pd-fv .static-minor,
body.site-theme-conversion #pd-fv-address-text {
  margin-top: 0;
}

body.site-theme-conversion .pd-title {
  margin-bottom: 8px;
}

body.site-theme-conversion .pd-inquiry-kind {
  grid-column: 1 / -1;
}

body.site-theme-conversion .pd-inquiry-kind__options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.site-theme-conversion .pd-inquiry-kind__options label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid #bef264;
  border-radius: 999px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

body.site-theme-conversion .pd-inquiry-kind__options input {
  width: auto;
}

@media (max-width: 700px) {
  body.site-theme-conversion .pd-fv {
    padding: 18px;
  }

  body.site-theme-conversion .pd-main-placeholder {
    min-height: 240px;
  }

  body.site-theme-conversion .pd-property-inquiry__form {
    grid-template-columns: 1fr;
  }

  body.site-theme-conversion .pd-inquiry-kind__options {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* ===== TOPヒーロー実績カード：最終上書き版 ===== */
body.site-theme-conversion:not(.tp-view-all) .tp-home-hero .tp-home-stats.tp-home-stats--cards {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  max-width: 620px !important;
  gap: 12px !important;
  margin-top: 22px !important;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero .tp-home-stat {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 88px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(132, 204, 22, 0.45) !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #ffffff 0%, #f7fee7 100%) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08) !important;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero .tp-home-stat__icon {
  width: 42px !important;
  height: 42px !important;
  font-size: 22px !important;
  border-radius: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ecfccb !important;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero .tp-home-stat__eyebrow,
body.site-theme-conversion:not(.tp-view-all) .tp-home-hero .tp-home-stat__label {
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  color: #334155 !important;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero .tp-home-stat__num {
  margin: 2px 0 !important;
  display: flex !important;
  align-items: baseline !important;
  gap: 2px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero .tp-home-stat__num-main {
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  color: #57b500 !important;
  white-space: nowrap !important;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero .tp-home-stat__num-sub {
  font-size: 14px !important;
  font-weight: 900 !important;
  color: #57b500 !important;
  white-space: nowrap !important;
}

@media (max-width: 1000px) {
  body.site-theme-conversion:not(.tp-view-all) .tp-home-hero .tp-home-stats.tp-home-stats--cards {
    grid-template-columns: 1fr !important;
    max-width: 420px !important;
  }
}

/* ===== TOP実績カード：数字行の折返し防止 最終版 ===== */
body.site-theme-conversion:not(.tp-view-all) .tp-home-hero .tp-home-stat__num {
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  width: auto !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  gap: 2px !important;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero .tp-home-stat__num-main,
body.site-theme-conversion:not(.tp-view-all) .tp-home-hero .tp-home-stat__num-sub {
  display: inline-block !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero .tp-home-stat__body {
  min-width: 0 !important;
  overflow: visible !important;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero .tp-home-stat {
  min-width: 0 !important;
}

/* ===== TOPヒーロー：下部余白を削減 最終調整 ===== */
body.site-theme-conversion:not(.tp-view-all) .tp-home-hero {
  margin-bottom: 0 !important;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__visual {
  min-height: 560px !important;
  height: auto !important;
}

body.site-theme-conversion:not(.tp-view-all) .tp-hero-overlay {
  min-height: 560px !important;
  padding-top: 48px !important;
  padding-bottom: 34px !important;
  align-items: flex-start !important;
}

body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__copy {
  padding-bottom: 0 !important;
}

body.site-theme-conversion:not(.tp-view-all) .tp-hero-popular-strip {
  margin-top: -10px !important;
}

@media (max-width: 1000px) {
  body.site-theme-conversion:not(.tp-view-all) .tp-home-hero__visual,
  body.site-theme-conversion:not(.tp-view-all) .tp-hero-overlay {
    min-height: auto !important;
  }

  body.site-theme-conversion:not(.tp-view-all) .tp-hero-overlay {
    padding-top: 32px !important;
    padding-bottom: 28px !important;
  }

  body.site-theme-conversion:not(.tp-view-all) .tp-hero-popular-strip {
    margin-top: 0 !important;
  }
}

.tp-hero-station-strip {
  margin-top: 16px;
}

.tp-home-stations {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tp-home-station__item {
  padding: 10px 14px;
  border-radius: 999px;
  background: #f3ffe1;
  border: 1px solid #8ccf00;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  color: #1f2937;
  text-decoration: none;
}

.tp-home-station__item:hover {
  background: #8ccf00;
  color: #fff;
}

@media (max-width: 768px) {
  .tp-home-stations {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}

/* station page conversion blocks */
.station-feature-card,
.station-popular-condition-links,
.station-cta-card,
.station-filter-card,
.station-featured-card {
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid #d9f99d;
  border-radius: 12px;
  background: linear-gradient(180deg, #f7fee7, #ecfccb);
}

.station-feature-card p,
.station-cta-card p {
  margin: 6px 0 0;
  line-height: 1.75;
}

.station-cta-card__actions {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.station-cta-card {
  margin: 18px 0;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid #d9f99d;
  background: linear-gradient(135deg, #ffffff, #f7fee7);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.station-cta-card__title {
  margin: 0;
  font-size: 22px;
  font-weight: 950;
  color: #163300;
}

.station-cta-card__text {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: #475569;
}

.station-cta-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.station-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.station-cta-btn--primary {
  background: linear-gradient(135deg, #ffb703, #fb8500);
  color: #111827;
  box-shadow: 0 10px 24px rgba(251, 133, 0, 0.22);
}

.station-cta-btn--secondary {
  background: #ffffff;
  color: #3f8f00;
  border: 2.5px solid #84cc16;
}

.station-cta-btn--secondary:hover {
  background: #f7fee7;
}

.station-mini-cta {
  margin: 14px 0;
  padding: 10px 12px;
  border-radius: 16px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.station-mini-cta p {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  color: #7c2d12;
}

.station-empty-cta {
  padding: 16px;
  border-radius: 18px;
  background: #fff5e8;
  border: 1px solid #f59e0b;
}

.station-empty-cta .station-cta-btn--primary {
  box-shadow: 0 12px 28px rgba(251, 133, 0, 0.3);
}

@media (max-width: 700px) {
  .station-cta-card__actions,
  .station-mini-cta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .station-cta-btn {
    width: 100%;
  }
}

.station-page-shell {
  max-width: 1400px;
  margin: 0 auto;
}

.station-page-main {
  min-width: 0;
}

.station-filter-card form {
  display: grid;
  gap: 8px;
}

.station-filter-card__count {
  margin: 0 0 8px;
  font-size: 13px;
  color: #3f6212;
  font-weight: 700;
}

.station-filter-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #365314;
}

.station-filter-check input {
  width: 16px;
  height: 16px;
}

.station-filter-empty {
  margin-top: 12px;
}

.station-featured-section {
  margin: 20px 0;
  padding: 18px;
  border: 1px solid #d9f99d;
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff, #f7fee7);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.station-featured-section__head {
  margin-bottom: 14px;
}

.station-featured-section__title {
  margin: 0;
  font-size: 22px;
  font-weight: 950;
  color: #163300;
}

.station-featured-section__lead {
  margin: 6px 0 0;
  font-size: 13px;
  color: #64748b;
}

.station-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 900px) {
  .station-featured-grid {
    grid-template-columns: 1fr;
  }
}

.station-filter-card {
  padding: 16px;
  border: 1px solid #d9f99d;
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff, #f8fff0);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.tp-side-banners .station-filter-card {
  margin-top: 12px;
}

@media (min-width: 901px) {
  .tp-side-banners .station-filter-card {
    position: sticky;
    top: 96px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  }
}

.station-filter-card__title {
  margin: 0;
  font-size: 18px;
  font-weight: 950;
  color: #163300;
}

.station-filter-card__lead {
  margin: 6px 0 10px;
  font-size: 12px;
  color: #64748b;
  line-height: 1.5;
}

.station-filter-count {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #ecfccb;
  color: #3f8f00;
  font-size: 13px;
  font-weight: 900;
}

.station-filter-card details {
  border-top: 1px solid #e2e8f0;
  padding: 10px 0;
}

.station-filter-card summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  color: #1e293b;
}

.station-filter-grid {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.station-filter-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.station-filter-tile {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 34px;
  padding: 7px 8px;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: #ffffff;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.station-filter-tile input {
  width: auto;
}

.station-filter-reset {
  width: 100%;
  margin-top: 12px;
  min-height: 40px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  font-weight: 900;
}

.station-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.station-sort-control {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
}

.station-sort-control select {
  min-width: 180px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid #b7e28a;
  padding: 0 14px;
  background: #fff;
  font-weight: 700;
}

.property-grid--station .building-card__meta {
  margin: 0 0 3px;
  line-height: 1.35;
}

.property-grid--station .room-row__sub,
.property-grid--station .room-row__spec {
  line-height: 1.35;
}

@media (max-width: 700px) {
  .station-sort-control {
    width: 100%;
  }

  .station-sort-control select {
    width: 100%;
  }
}

/* list card CTA color tuning (conversion tone) */
.list-card-cta a.list-cta--line {
  background: #fff;
  border-color: #86efac;
  color: #166534;
}

.list-card-cta a.list-cta--line:hover {
  background: #f0fdf4;
  border-color: #86efac;
  color: #166534;
}

.list-card-cta a.list-cta--go {
  background: #f97316;
  border-color: #f97316;
  color: #fff;
}

.list-card-cta a.list-cta--go:hover {
  background: #ea580c;
  border-color: #ea580c;
  color: #fff;
}

/* ===== 最終調整: PCも 画像 + 本文1列（独立CTA列を廃止） ===== */
@media (min-width: 701px) {
  body.site-theme-conversion .property-grid:not(.property-grid--station) > .property-card,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station) > .property-card,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card {
    display: grid !important;
    grid-template-columns: 240px minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station) > .property-card > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station) > .property-card > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card > .thumb-wrap.list-card-thumb {
    width: 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;
    min-height: 210px !important;
    height: 100% !important;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station) > .property-card > .list-card-info,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info {
    display: block !important;
    min-width: 0 !important;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-body,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-body,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-body,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-body {
    display: grid !important;
    gap: 8px !important;
    padding: 14px 18px 8px !important;
    min-width: 0 !important;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station) .list-card-pricebar {
    max-width: 300px;
    width: 100%;
    margin: 0 0 8px !important;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station) .list-card-title,
  body.site-theme-conversion .property-grid:not(.property-grid--station) .list-card-address,
  body.site-theme-conversion .property-grid:not(.property-grid--station) .list-card-access {
    min-width: 0;
    max-width: none;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station) .list-card-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-cta {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 8px !important;
    margin-top: 8px !important;
    padding: 0 18px 12px !important;
    border-left: 0 !important;
    border-top: 0 !important;
    background: transparent !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-cta a.list-cta {
    height: 40px !important;
    font-size: 13px !important;
    width: 100% !important;
  }
}

/* ===== 読みやすさ最優先: 一覧カードPC再調整（画像 + 情報1列） ===== */
@media (min-width: 701px) {
  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card {
    display: grid;
    grid-template-columns: 232px minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 0;
    align-items: stretch;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card > .thumb-wrap.list-card-thumb {
    grid-column: 1;
    grid-row: 1;
    width: 232px;
    min-width: 232px;
    max-width: 232px;
    min-height: 210px;
    height: 100%;
    max-height: none;
    aspect-ratio: auto;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card > .list-card-info,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-info,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-info,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-body,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-info > .list-card-body,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-info > .list-card-body,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-body,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-body {
    display: grid;
    gap: 7px;
    padding: 14px 18px 8px;
    min-width: 0;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station) .list-card-pricebar {
    margin: 0 0 8px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station) .list-card-title {
    margin: 0;
    min-width: 0;
    max-width: none;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station) .list-card-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.35;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station) .list-card-address,
  body.site-theme-conversion .property-grid:not(.property-grid--station) .list-card-access {
    min-width: 0;
    max-width: none;
    word-break: normal;
    overflow-wrap: anywhere;
    line-height: 1.6;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    margin-top: 8px;
    padding: 0 18px 12px;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 0;
    background: transparent;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-cta a.list-cta {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 40px;
    font-size: 13px;
  }
}

/* ===== PC再調整: 一覧カードを 画像 / 情報 / CTA に整理（価格は情報欄内） ===== */
@media (min-width: 701px) {
  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    align-items: stretch;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card > .list-card-info,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-info,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-info,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 170px;
    gap: 0;
    min-width: 0;
    align-items: stretch;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-body,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-info > .list-card-body,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-info > .list-card-body,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-body,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-body {
    grid-column: 1;
    display: grid;
    gap: 8px;
    padding: 16px 20px 14px;
    min-width: 0;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-body > .list-card-pricebar,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-info > .list-card-body > .list-card-pricebar,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-info > .list-card-body > .list-card-pricebar,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-body > .list-card-pricebar,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-body > .list-card-pricebar {
    grid-column: 1;
    grid-row: auto;
    margin: 0 0 8px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station) .list-card-title,
  body.site-theme-conversion .property-grid:not(.property-grid--station) .list-card-address,
  body.site-theme-conversion .property-grid:not(.property-grid--station) .list-card-access {
    min-width: 0;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station) .list-card-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.35;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station) .list-card-address,
  body.site-theme-conversion .property-grid:not(.property-grid--station) .list-card-access {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.6;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-cta,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-info > .list-card-cta,
  body.site-theme-conversion .tp-home-new .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-info > .list-card-cta,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-cta,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-cta {
    grid-column: 2;
    margin: 0;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    gap: 10px;
    min-width: 170px;
    width: 170px;
    max-width: 170px;
    box-sizing: border-box;
    background: transparent;
    border: 0;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-cta a.list-cta {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 42px;
    font-size: 13px;
  }
}

/* ===== final unified list card layout (all list pages) ===== */
body.site-theme-conversion .property-grid > .property-card {
  display: grid !important;
  grid-template-columns: 240px minmax(0, 1fr) !important;
  gap: 0 !important;
  align-items: stretch !important;
}

body.site-theme-conversion .property-grid > .property-card > .thumb-wrap.list-card-thumb {
  width: 240px !important;
  min-width: 240px !important;
  max-width: 240px !important;
  height: 100% !important;
  min-height: 200px !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
}

body.site-theme-conversion .property-grid > .property-card > .list-card-info {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
}

body.site-theme-conversion .property-grid > .property-card .list-card-body {
  padding: 14px 16px 8px !important;
}

body.site-theme-conversion .property-grid > .property-card .list-card-cta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 8px !important;
  padding: 0 12px 12px !important;
  margin-top: auto !important;
  border-left: 0 !important;
  background: transparent !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.site-theme-conversion .property-grid > .property-card .list-card-cta a.list-cta {
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 700px) {
  body.site-theme-conversion .property-grid > .property-card {
    display: flex !important;
    flex-direction: column !important;
  }
  body.site-theme-conversion .property-grid > .property-card > .thumb-wrap.list-card-thumb {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 190px !important;
    min-height: 190px !important;
  }
}

/* enforce same card in TOP new grid too */
body.site-theme-conversion .tp-home-new__grid.property-grid > .property-card,
body.site-theme-conversion .tp-home-new .property-grid > .property-card {
  display: grid !important;
  grid-template-columns: 240px 1fr !important;
  min-height: 0 !important;
  height: auto !important;
  padding-bottom: 0 !important;
}

body.site-theme-conversion .tp-home-new__grid.property-grid > .property-card > .list-card-info,
body.site-theme-conversion .tp-home-new .property-grid > .property-card > .list-card-info {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
}

@media (max-width: 700px) {
  body.site-theme-conversion .tp-home-new__grid.property-grid > .property-card,
  body.site-theme-conversion .tp-home-new .property-grid > .property-card {
    display: flex !important;
    flex-direction: column !important;
  }
}

/* TOP新着: common-list-card を通常一覧と同じ本文カード表示へ強制 */
.tp-home-new__grid .property-card[data-card-template="common-list-card"] {
  display: grid !important;
  grid-template-columns: 240px minmax(0, 1fr) !important;
  align-items: stretch !important;
  height: auto !important;
  min-height: 0 !important;
}

.tp-home-new__grid .property-card[data-card-template="common-list-card"] .list-card-info {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.tp-home-new__grid .property-card[data-card-template="common-list-card"] .list-card-body,
.tp-home-new__grid .property-card[data-card-template="common-list-card"] .list-card-cta {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.tp-home-new__grid .property-card[data-card-template="common-list-card"] .list-card-cta {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
}

.tp-home-new__grid .property-card[data-card-template="common-list-card"] .list-card-thumb {
  width: 240px !important;
  height: 220px !important;
  min-height: 0 !important;
}

/* final override: TOP新着も common-list-card を通常一覧と同一表示 */
.tp-home-new__grid .property-card[data-card-template="common-list-card"] {
  display: grid !important;
  grid-template-columns: 240px minmax(0, 1fr) !important;
  height: auto !important;
  min-height: 0 !important;
}

.tp-home-new__grid .property-card[data-card-template="common-list-card"] .list-card-info {
  display: flex !important;
  flex-direction: column !important;
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
}

.tp-home-new__grid .property-card[data-card-template="common-list-card"] .list-card-body,
.tp-home-new__grid .property-card[data-card-template="common-list-card"] .list-card-cta {
  display: grid !important;
}

.tp-home-new__grid .property-card[data-card-template="common-list-card"] .list-card-thumb {
  width: 240px !important;
  height: 220px !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

/* TOP新着のみ復旧（他一覧は変更しない） */
body.site-theme-conversion:has(.tp-home-hero):not(.tp-view-all) .tp-home-new__grid {
  grid-template-columns: 1fr !important;
  gap: 18px !important;
}

body.site-theme-conversion:has(.tp-home-hero):not(.tp-view-all) .tp-home-new__grid .property-card[data-card-template="common-list-card"] {
  display: grid !important;
  grid-template-columns: 240px minmax(0, 1fr) !important;
  height: auto !important;
  min-height: 0 !important;
}

body.site-theme-conversion:has(.tp-home-hero):not(.tp-view-all) .tp-home-new__grid .list-card-info {
  display: flex !important;
  flex-direction: column !important;
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
}

body.site-theme-conversion:has(.tp-home-hero):not(.tp-view-all) .tp-home-new__grid .list-card-body,
body.site-theme-conversion:has(.tp-home-hero):not(.tp-view-all) .tp-home-new__grid .list-card-cta {
  display: grid !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.site-theme-conversion:has(.tp-home-hero):not(.tp-view-all) .tp-home-new__grid .list-card-thumb {
  width: 240px !important;
  height: 220px !important;
  overflow: hidden !important;
}

/* TOP新着: 5列横並び + 本文ありカード（TOPのみ） */
body.site-theme-conversion:has(.tp-home-hero):not(.tp-view-all) .tp-home-new__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

body.site-theme-conversion:has(.tp-home-hero):not(.tp-view-all) .tp-home-new__grid .property-card[data-card-template="common-list-card"] {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 0 !important;
}

body.site-theme-conversion:has(.tp-home-hero):not(.tp-view-all) .tp-home-new__grid .property-card[data-card-template="common-list-card"] .list-card-thumb {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 200px !important;
  min-height: 180px !important;
  max-height: 220px !important;
  overflow: hidden !important;
}

body.site-theme-conversion:has(.tp-home-hero):not(.tp-view-all) .tp-home-new__grid .property-card[data-card-template="common-list-card"] .list-card-info {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
}

body.site-theme-conversion:has(.tp-home-hero):not(.tp-view-all) .tp-home-new__grid .property-card[data-card-template="common-list-card"] .list-card-body,
body.site-theme-conversion:has(.tp-home-hero):not(.tp-view-all) .tp-home-new__grid .property-card[data-card-template="common-list-card"] .list-card-cta {
  display: grid !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.site-theme-conversion:has(.tp-home-hero):not(.tp-view-all) .tp-home-new__grid .property-card[data-card-template="common-list-card"] .list-card-cta {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 8px !important;
  margin-top: auto !important;
}

/* non-TOP list pages: common list card layout */
@media (min-width: 701px) {
  body.site-theme-conversion.tp-view-all .tp-home-new__grid > .property-card[data-card-template="common-list-card"],
  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid > .property-card[data-card-template="common-list-card"],
  body.site-theme-conversion .tp-search-page .property-grid > .property-card[data-card-template="common-list-card"],
  body.site-theme-conversion .list-page .property-grid > .property-card[data-card-template="common-list-card"],
  body.site-theme-conversion .tp-list-page .property-grid > .property-card[data-card-template="common-list-card"] {
    display: grid !important;
    grid-template-columns: 240px minmax(0, 1fr) !important;
    gap: 0 !important;
    align-items: stretch !important;
  }

  body.site-theme-conversion.tp-view-all .tp-home-new__grid > .property-card[data-card-template="common-list-card"] > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid > .property-card[data-card-template="common-list-card"] > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .tp-search-page .property-grid > .property-card[data-card-template="common-list-card"] > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .list-page .property-grid > .property-card[data-card-template="common-list-card"] > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .tp-list-page .property-grid > .property-card[data-card-template="common-list-card"] > .thumb-wrap.list-card-thumb {
    width: 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;
    height: 220px !important;
    min-height: 220px !important;
    overflow: hidden !important;
  }

  body.site-theme-conversion.tp-view-all .tp-home-new__grid > .property-card[data-card-template="common-list-card"] > .list-card-info,
  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid > .property-card[data-card-template="common-list-card"] > .list-card-info,
  body.site-theme-conversion .tp-search-page .property-grid > .property-card[data-card-template="common-list-card"] > .list-card-info,
  body.site-theme-conversion .list-page .property-grid > .property-card[data-card-template="common-list-card"] > .list-card-info,
  body.site-theme-conversion .tp-list-page .property-grid > .property-card[data-card-template="common-list-card"] > .list-card-info {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
  }

  body.site-theme-conversion.tp-view-all .tp-home-new__grid > .property-card[data-card-template="common-list-card"] .list-card-cta,
  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid > .property-card[data-card-template="common-list-card"] .list-card-cta,
  body.site-theme-conversion .tp-search-page .property-grid > .property-card[data-card-template="common-list-card"] .list-card-cta,
  body.site-theme-conversion .list-page .property-grid > .property-card[data-card-template="common-list-card"] .list-card-cta,
  body.site-theme-conversion .tp-list-page .property-grid > .property-card[data-card-template="common-list-card"] .list-card-cta {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 8px !important;
    margin-top: auto !important;
  }
}

@media (max-width: 700px) {
  body.site-theme-conversion.tp-view-all .tp-home-new__grid > .property-card[data-card-template="common-list-card"],
  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid > .property-card[data-card-template="common-list-card"],
  body.site-theme-conversion .tp-search-page .property-grid > .property-card[data-card-template="common-list-card"],
  body.site-theme-conversion .list-page .property-grid > .property-card[data-card-template="common-list-card"],
  body.site-theme-conversion .tp-list-page .property-grid > .property-card[data-card-template="common-list-card"] {
    display: flex !important;
    flex-direction: column !important;
  }

  body.site-theme-conversion.tp-view-all .tp-home-new__grid > .property-card[data-card-template="common-list-card"] > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid > .property-card[data-card-template="common-list-card"] > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .tp-search-page .property-grid > .property-card[data-card-template="common-list-card"] > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .list-page .property-grid > .property-card[data-card-template="common-list-card"] > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .tp-list-page .property-grid > .property-card[data-card-template="common-list-card"] > .thumb-wrap.list-card-thumb {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 190px !important;
    min-height: 190px !important;
    overflow: hidden !important;
  }
}

/* view=all: /test/search/ と同じ中央位置に寄せる */
body.tp-view-all .tp-list-layout {
  width: min(100% - 48px, 1180px) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

body.tp-view-all .site-wrap.list-page {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.tp-view-all .tp-home-new {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* 物件詳細 FV の細部・契約・費用カードは test/css/property-detail.css に集約 */

/* 記事一覧（/test/articles/） */
.tp-article-list {
  display: grid;
  gap: 12px;
}

.tp-article-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 10px;
}

.tp-article-card__thumb {
  width: 160px;
  height: 110px;
  border-radius: 10px;
  overflow: hidden;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 700;
}

.tp-article-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-article-card__body h2 {
  margin: 4px 0 6px;
  font-size: 18px;
  line-height: 1.4;
}

.tp-article-card__body p {
  margin: 0;
  color: #475569;
  font-size: 14px;
}

.tp-article-card__body time {
  color: #64748b;
  font-size: 12px;
}

/* TOP 新着記事：幅・2カラム・カードは横に伸びない */
.tp-home-articles {
  width: min(100%, 1280px);
  max-width: 1280px;
  margin: 0 auto clamp(28px, 2.5vw, 36px);
  box-sizing: border-box;
  min-width: 0;
}

.tp-home-article-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
}

.tp-home-article-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  height: auto;
  min-height: 0;
  max-width: 100%;
  min-width: 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 10px;
  box-sizing: border-box;
}

.tp-home-article-thumb {
  flex: 0 0 160px;
  width: 160px;
  max-width: 160px;
  height: 110px;
  border-radius: 10px;
  overflow: hidden;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 700;
}

.tp-home-article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-home-article-meta {
  flex: 1 1 auto;
  min-width: 0;
}

.tp-home-article-meta h3 {
  margin: 4px 0 6px;
  font-size: 18px;
  line-height: 1.4;
  word-break: break-word;
}

.tp-home-article-meta h3 a {
  color: inherit;
  text-decoration: none;
}

.tp-home-article-meta h3 a:hover {
  text-decoration: underline;
}

.tp-home-article-meta time {
  color: #64748b;
  font-size: 12px;
}

.tp-home-section-head h2 {
  margin: 0 0 10px;
  font-size: 20px;
}

.tp-home-article-more {
  margin: 12px 0 0;
  text-align: right;
}

.tp-home-article-more a {
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: underline;
}

.tp-article-detail {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
}

.tp-article-detail__head h1 {
  margin: 0 0 8px;
  font-size: 28px;
}

.tp-article-detail__date {
  margin: 0 0 10px;
  color: #64748b;
  font-size: 13px;
}

.tp-article-detail__cover img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.tp-article-detail__body {
  font-size: 15px;
  line-height: 1.9;
  color: #1f2937;
}

.tp-article-detail__body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.tp-article-detail__body a img {
  cursor: pointer;
}

@media (max-width: 740px) {
  .tp-article-card {
    grid-template-columns: 1fr;
  }
  .tp-article-card__thumb {
    width: 100%;
    height: 180px;
  }
}

@media (max-width: 768px) {
  .tp-home-article-list {
    grid-template-columns: 1fr;
  }

  .tp-home-article-card {
    flex-direction: column;
    align-items: stretch;
  }

  .tp-home-article-thumb {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    height: 180px;
  }
}

/* ===== list tuning: calmer local-real-estate look ===== */
@media (min-width: 701px) {
  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .property-card {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .property-card > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-thumb {
    width: 276px;
    min-height: 236px;
    background: #f3f4f6;
    border-radius: 10px;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-pricebar {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
  }
}

body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-rent {
  color: #1f2937;
  font-weight: 900;
}

body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-mgmt {
  margin-top: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
}

body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-title {
  margin-bottom: 10px;
}

body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-meta-hero,
body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-address,
body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-access {
  margin: 0;
  line-height: 1.62;
}

body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-cta a.list-cta {
  height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
}

body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-cta a.list-cta--line {
  background: #ffffff;
  border-color: #d1d5db;
  color: #374151;
}

body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-cta a.list-cta--line:hover {
  background: #f9fafb;
  color: #1f2937;
}

body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-cta a.list-cta--go {
  background: linear-gradient(135deg, #f59e0b, #ea580c);
  border-color: #ea580c;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(234, 88, 12, 0.22);
}

body.site-theme-conversion .tp-search-sidebar__title {
  font-size: 18px;
}

body.site-theme-conversion .tp-search-sidebar__lead {
  font-size: 12px;
}

body.site-theme-conversion .tp-search-sidebar-count {
  margin: 8px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #374151;
  font-size: 13px;
}

body.site-theme-conversion .tp-search-sidebar-count strong {
  font-size: 23px;
  color: #3f6212;
}

@media (min-width: 901px) {
  body.site-theme-conversion .tp-search-shell-layout .tp-search-sidebar {
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
  }
}

body.site-theme-conversion .tp-search-sidebar .tp-search-help {
  margin: 2px 0 6px;
}

body.site-theme-conversion .tp-search-sidebar .tp-search-acc {
  margin-bottom: 6px;
}

body.site-theme-conversion .tp-search-sidebar .tp-search-acc__summary {
  padding: 8px 10px;
}

body.site-theme-conversion .tp-search-sidebar .tp-search-acc__body {
  padding: 8px 10px 10px;
}

/* ===== list tuning v2: 視線誘導を優先 ===== */
@media (min-width: 701px) {
  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card > .list-card-info,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-info,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info {
    grid-template-columns: minmax(0, 1fr) 168px;
    gap: 10px 16px;
  }

  /* 管理費を含む賃料情報を左カラムへまとめ、右側孤立を解消 */
  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-pricebar,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-body > .list-card-pricebar,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-pricebar,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-pricebar {
    grid-column: 1;
    grid-row: auto;
    align-self: auto;
    margin: 0 0 8px;
    padding: 10px 12px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    justify-content: flex-start;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card .list-rent-block,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-rent-block,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card .list-rent-block,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card .list-rent-block {
    display: flex;
    align-items: baseline;
    gap: 8px;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card > .list-card-cta,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-cta,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .list-card-cta,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card > .list-card-cta {
    border-left: 1px solid #e5e7eb;
    padding: 10px 10px 10px 6px;
    gap: 8px;
  }
}

/* 物件名は中優先に下げる（写真・賃料を主役に） */
body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-title {
  font-size: clamp(17px, 1.2vw, 19px);
  font-weight: 800;
  color: #1f2937;
  line-height: 1.4;
}

/* 賃料は濃グレー維持、管理費はサブ情報化 */
body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-rent {
  color: #1f2937;
  line-height: 1.08;
}

body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-mgmt {
  color: #6b7280;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}

/* 詳細を見る: さらに弱く。hover 時だけ緑を見せる */
body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-cta a.list-cta--line {
  background: #ffffff;
  border-color: #cbd5e1;
  color: #4b5563;
}

body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-cta a.list-cta--line:hover {
  border-color: #84cc16;
  color: #3f6212;
  background: #f7fee7;
}

/* メールで相談: オレンジを1段落ち着かせる */
body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-cta a.list-cta--go {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  border-color: #d97706;
  box-shadow: 0 3px 8px rgba(217, 119, 6, 0.2);
}

/* 物件詳細 FV：property-detail.css 参照 */
.pd-inner--tp-detail .pd-fv-title-row {
  margin-bottom: 0 !important;
  align-items: flex-start;
}

.pd-inner--tp-detail .pd-fv-title-row .pd-fv__title {
  margin: 0 !important;
}

body.site-theme-conversion .pd-inner--tp-detail .pd-fv {
  padding-top: 18px;
  padding-bottom: 18px;
  min-height: 0 !important;
}

/* ===== list tuning v3: compact rent card + stable photo ===== */
@media (min-width: 701px) {
  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .property-card {
    min-height: 0;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .property-card > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-thumb {
    aspect-ratio: 4 / 3;
    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-image.is-floorplan {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    background: #fff;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-body,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-info > .list-card-body,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-body,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-body {
    padding: 14px 16px 10px;
    gap: 5px;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-cta,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card > .list-card-info > .list-card-cta,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-cta,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card > .list-card-info > .list-card-cta {
    padding: 8px 10px 8px 6px;
    gap: 6px;
  }

  body.site-theme-conversion:not(:has(.tp-home-hero)) .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-pricebar,
  body.site-theme-conversion .list-page .property-grid:not(.property-grid--station):not(.tp-home-new__grid) > .property-card .list-card-body > .list-card-pricebar,
  body.site-theme-conversion .tp-search-page .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-pricebar,
  body.site-theme-conversion .tp-list-page .property-grid:not(.property-grid--station) > .property-card .list-card-body > .list-card-pricebar {
    width: fit-content;
    max-width: 100%;
    padding: 7px 10px 6px;
    margin: 0 0 6px;
    border-radius: 8px;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-rent {
    font-size: clamp(21px, 1.8vw, 25px);
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-rent-block {
    gap: 6px;
  }
}

@media (max-width: 700px) {
  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .property-card > .thumb-wrap.list-card-thumb,
  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-thumb {
    aspect-ratio: 4 / 3;
    min-height: 0;
    height: auto;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-image.is-floorplan {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    background: #fff;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-pricebar {
    width: fit-content;
    max-width: 100%;
    padding: 6px 9px;
    border-radius: 8px;
    margin: 0 0 6px;
  }
}

/* ===== list tuning v4: title emphasis down ===== */
body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-title {
  font-size: clamp(16px, 1.08vw, 18px);
  font-weight: 700;
  color: #334155;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}

/* 長い2行タイトルでも圧迫しないように読みやすさ優先 */
body.site-theme-conversion .property-grid:not(.property-grid--station):not(.tp-home-new__grid) .list-card-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-break: strict;
  word-break: auto-phrase;
}

/* ===== list tuning v5: final lock (override guard) ===== */
@media (min-width: 701px) {
  body.site-theme-conversion .property-grid:not(.property-grid--station) .property-card > .list-card-info > .list-card-body > .list-card-pricebar {
    width: fit-content !important;
    max-width: 100% !important;
    padding: 7px 10px 6px !important;
    margin: 0 0 6px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station) .property-card > .list-card-info > .list-card-body > .list-card-pricebar .list-rent-block {
    gap: 6px !important;
    align-items: baseline !important;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station) .property-card > .list-card-info > .list-card-body > .list-card-pricebar .list-rent {
    color: #1f2937 !important;
    font-size: clamp(21px, 1.8vw, 25px) !important;
    font-weight: 900 !important;
    line-height: 1.08 !important;
  }

  body.site-theme-conversion .property-grid:not(.property-grid--station) .property-card > .list-card-info > .list-card-body > .list-card-pricebar .list-mgmt {
    margin-top: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #6b7280 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
  }
}

body.site-theme-conversion .property-grid:not(.property-grid--station) .property-card > .list-card-info > .list-card-body > .list-card-title {
  font-size: clamp(16px, 1.08vw, 18px) !important;
  font-weight: 700 !important;
  color: #334155 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.01em !important;
  margin-bottom: 8px !important;
}

/* building-group cards for list/search/top-new */
body.site-theme-conversion .property-grid .building-card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

body.site-theme-conversion .property-grid .building-card__photo {
  aspect-ratio: 4 / 3;
}

body.site-theme-conversion .property-grid .building-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.site-theme-conversion .property-grid .building-card__title {
  font-weight: 700;
  color: #334155;
}

body.site-theme-conversion .property-grid .room-row__cta {
  min-width: 180px;
}

@media (max-width: 900px) {
  body.site-theme-conversion .property-grid .building-card__head {
    grid-template-columns: 1fr;
  }
  body.site-theme-conversion .property-grid .room-row {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 10px;
  }
  body.site-theme-conversion .property-grid .room-row__cta {
    grid-column: 1 / -1;
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* TOP 新着 #list.tp-home-new-cards のレイアウトは test/css/home-new-cards.css のみ（重複定義しない） */

/* ===== ヘッダー内ロゴ画像（全ページ共通） =====
 * 小アイコン（デフォルトの家アイコン等）は 44px。.tp-site-logo__img（管理画面の横長ロゴ）は除外し後段で寸法指定。
 * home.css / list-cards.css より前に読まれるページもあるため、header-nav と合わせて :not(.tp-site-logo__img) を維持すること。 */
body.site-theme-conversion .tp-site-header .site-logo img:not(.tp-site-logo__img),
body.site-theme-conversion .tp-header .site-logo img:not(.tp-site-logo__img),
body.site-theme-conversion .site-header .site-logo img:not(.tp-site-logo__img),
body.site-theme-conversion .tp-site-header .header-logo img:not(.tp-site-logo__img),
body.site-theme-conversion .tp-header .header-logo img:not(.tp-site-logo__img),
body.site-theme-conversion .site-header .header-logo img:not(.tp-site-logo__img),
body.site-theme-conversion .tp-site-header .tp-logo img:not(.tp-site-logo__img),
body.site-theme-conversion .tp-header .tp-logo img:not(.tp-site-logo__img),
body.site-theme-conversion .tp-site-header .tp-logo-icon {
  width: 44px !important;
  height: 44px !important;
  max-width: 44px !important;
  max-height: 44px !important;
  object-fit: contain !important;
  flex: 0 0 44px !important;
}

@media (max-width: 760px) {
  body.site-theme-conversion .tp-site-header .site-logo img:not(.tp-site-logo__img),
  body.site-theme-conversion .tp-header .site-logo img:not(.tp-site-logo__img),
  body.site-theme-conversion .site-header .site-logo img:not(.tp-site-logo__img),
  body.site-theme-conversion .tp-site-header .header-logo img:not(.tp-site-logo__img),
  body.site-theme-conversion .tp-header .header-logo img:not(.tp-site-logo__img),
  body.site-theme-conversion .site-header .header-logo img:not(.tp-site-logo__img),
  body.site-theme-conversion .tp-site-header .tp-logo img:not(.tp-site-logo__img),
  body.site-theme-conversion .tp-header .tp-logo img:not(.tp-site-logo__img),
  body.site-theme-conversion .tp-site-header .tp-logo-icon {
    width: 34px !important;
    height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
    flex: 0 0 34px !important;
  }
}

/* 管理画面で設定した横長ロゴ（home.css / list-cards.css の .tp-logo-img !important より詳細度で上書き） */
body.site-theme-conversion .tp-site-header .tp-logo-icon.tp-site-logo__img,
body.site-theme-conversion .tp-header .tp-logo-icon.tp-site-logo__img,
body.site-theme-conversion .tp-site-header .tp-logo img.tp-site-logo__img,
body.site-theme-conversion .tp-header .tp-logo img.tp-site-logo__img,
body.site-theme-conversion .tp-site-header .tp-site-logo img.tp-site-logo__img,
body.site-theme-conversion .tp-header .tp-site-logo img.tp-site-logo__img,
body.site-theme-conversion .tp-site-header .tp-site-logo__img.tp-logo-img,
body.site-theme-conversion .tp-header .tp-site-logo__img.tp-logo-img {
  width: auto !important;
  height: auto !important;
  max-width: var(--site-logo-max-width, 210px) !important;
  max-height: var(--site-logo-max-height, 80px) !important;
  flex: 0 0 auto !important;
  object-fit: contain !important;
  display: block !important;
}

@media (max-width: 760px) {
  body.site-theme-conversion .tp-site-header .tp-logo-icon.tp-site-logo__img,
  body.site-theme-conversion .tp-header .tp-logo-icon.tp-site-logo__img,
  body.site-theme-conversion .tp-site-header .tp-logo img.tp-site-logo__img,
  body.site-theme-conversion .tp-header .tp-logo img.tp-site-logo__img,
  body.site-theme-conversion .tp-site-header .tp-site-logo img.tp-site-logo__img,
  body.site-theme-conversion .tp-header .tp-site-logo img.tp-site-logo__img,
  body.site-theme-conversion .tp-site-header .tp-site-logo__img.tp-logo-img,
  body.site-theme-conversion .tp-header .tp-site-logo__img.tp-logo-img {
    max-width: min(var(--site-logo-max-width, 210px), 160px) !important;
    max-height: min(var(--site-logo-max-height, 80px), 60px) !important;
  }
}

body.site-theme-conversion .tp-site-header .tp-site-logo,
body.site-theme-conversion .tp-site-header .site-logo,
body.site-theme-conversion .tp-site-header .header-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

body.site-theme-conversion .tp-site-header .tp-site-logo .tp-logo-text {
  display: inline-block;
  white-space: nowrap;
}

body.site-theme-conversion .tp-site-header .tp-site-logo__img,
body.site-theme-conversion .tp-site-header .tp-logo-img.tp-site-logo__img,
body.site-theme-conversion .tp-site-header .site-logo img:not(.tp-site-logo__img),
body.site-theme-conversion .tp-site-header .header-logo img:not(.tp-site-logo__img) {
  display: block;
  width: auto;
  max-width: var(--site-logo-max-width, 210px);
  max-height: var(--site-logo-max-height, 80px);
  height: auto;
  object-fit: contain;
}

@media (max-width: 760px) {
  body.site-theme-conversion .tp-site-header .tp-site-logo__img,
  body.site-theme-conversion .tp-site-header .tp-logo-img.tp-site-logo__img,
  body.site-theme-conversion .tp-site-header .site-logo img:not(.tp-site-logo__img),
  body.site-theme-conversion .tp-site-header .header-logo img:not(.tp-site-logo__img) {
    max-width: min(var(--site-logo-max-width, 210px), 160px);
    max-height: min(var(--site-logo-max-height, 80px), 60px);
  }
}

