/* ===============================
   共通
=============================== */
body {
  background: #fffcf6;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

/* ===============================
   TOP 物件セクション
=============================== */

.top-property-list {
  padding: 80px 20px;

  background-color: #fff;

  /* ドット＋グレーグラデーション */
  background-image:
    radial-gradient(circle, rgba(0, 0, 0, 0.12) 1px, transparent 1px),
    linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);

  background-size: 22px 22px, 100% 100%;
}

.top-property-list-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* タイトル */
.top-property-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* オススメの物件情報 下の説明文を完全中央 */
.top-property-lead {
  display: block;
  width: 100%;
  max-width: 680px;
  margin: 0 auto 50px !important;
  padding: 0 20px;
  box-sizing: border-box;

  text-align: center !important;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  color: #333;
}

.top-property-lead br {
  display: none;
}

/* ===============================
   スライダー
=============================== */
.top-property-slider {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}

/* スライド */
.top-property-slider .swiper-slide {
  transition: all 0.4s ease;
  opacity: 0.6;
  transform: scale(0.9);
}

/* 中央カードだけ強調 */
.top-property-slider .swiper-slide-active {
  opacity: 1;
  transform: scale(1.08);
  z-index: 2;
}

/* ===============================
   カード
=============================== */
.top-property-card-link {
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  margin: 0 6px;
}

/* ホバー */
.top-property-card-link:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}

/* 画像 */
.top-property-card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* 本文 */
.top-property-card-body {
  padding: 20px;
  text-align: left;
}

/* タイトル */
.top-property-card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* 価格 */
.top-property-card-price {
  font-size: 20px;
  font-weight: 700;
  color: #f47a44;
  margin-bottom: 10px;
}

/* 情報 */
.top-property-card-info p {
  font-size: 14px;
  margin: 0 0 4px;
  line-height: 1.6;
}

/* 物件一覧ボタン（強制上書き） */
.top-property-more a {
  background: #5bbad5 !important;
  color: #fff !important;
  padding: 14px 36px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

/* ホバー */
.top-property-more a:hover {
  background: #888 !important;
  color: #fff !important;
}

/* ===============================
   ページネーション
=============================== */
.top-property-pagination {
  margin-top: 20px;
}

.top-property-pagination .swiper-pagination-bullet {
  background: #ccc;
}

.top-property-pagination .swiper-pagination-bullet-active {
  background: #f47a44;
}

/* ===============================
   ボタン
=============================== */
.top-property-more {
  margin-top: 50px;
}

.top-property-more a {
  display: inline-block;
  background: #f47a44;
  color: #fff;
  padding: 14px 36px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.top-property-more a:hover {
  opacity: 0.85;
}

/* ===============================
   レスポンシブ
=============================== */
@media (max-width: 768px) {

  .top-property-slider .swiper-slide {
    opacity: 1;
    transform: scale(1);
  }

  .top-property-title {
    font-size: 22px;
  }

  .top-property-lead {
    font-size: 14px;
    line-height: 1.8;
  }

  .top-property-card-image img {
    height: 180px;
  }
}

/* ===============================
   title01 吹き出し付き見出し
=============================== */

.category .title01 {
  position: relative;
  padding-left: 28px;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
}

/* 吹き出しアイコン */
.category .title01::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f075"; /* 吹き出し */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #63bee2;
  font-size: 1.2rem;
}

/* ===============================
   共通装飾：説明ボックス
=============================== */

.box-011 {
  position: relative;
  max-width: 100%;
  margin: 3.5em auto 2em;
  padding: 1.4em 1.5em;
  border: 2px solid #63bee2;
  border-radius: 6px;
  background: #ffffff;
}

.box-011 span {
  position: absolute;
  top: -1.7em;
  left: -2px;
  padding: 0.35em 0.9em;
  border-radius: 6px 6px 0 0;
  background: #63bee2;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
}

.box-011 p {
  margin: 0;
  color: #333333;
  line-height: 1.9;
}

/* ===============================
   共通装飾：水色リスト
=============================== */

.list-9 {
  list-style-type: disc;
  list-style-position: inside;
  margin: 24px 0;
  padding: 1.6em;
  border: 2px solid #87cefa;
  border-radius: 6px;
  background: #ffffff;
}

.list-9 li {
  padding: 0.45em 0;
  line-height: 1.8;
}

.list-9 li:not(:last-child) {
  border-bottom: 1px dashed #87cefa;
}

.list-9 li::marker {
  color: #87cefa;
}

/* ===============================
   共通装飾：黄色丸つき見出し
=============================== */

.heading-29 {
  display: inline-block;
  position: relative;
  margin: 2.4em 0 1.2em 1.4em;
  font-size: 1.45rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
  z-index: 1;
}

.heading-29::before {
  content: "";
  position: absolute;
  bottom: -0.15em;
  left: -0.9em;
  z-index: -1;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  background: #eded0b;
}

/* ===============================
   必須ラベル
=============================== */

/* CF7のデフォルト必須表示を消す */
.wpcf7-not-valid-tip {
  display: none !important;
}

/* ラベル下に出る「必須」を消す */
.wpcf7 form span.wpcf7-form-control-wrap::after {
  display: none !important;
}

/* ラベル行 */
.form-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

/* 必須（自作） */
.required {
  background: #e60023;
  color: #fff;
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 700;
}

/* フォーム余白 */
.form-row {
  margin-bottom: 20px;
}
.wpcf7-submit {
  background: #ffd800;
  color: #111;
  font-weight: 700;
  border-radius: 999px;
  padding: 14px 40px;
  border: none;
}

.wpcf7-submit:hover {
  background: #888;
  color: #fff;
}
/* ===============================
   安心ボックス（最終版）
=============================== */

.contact安心 {
  margin: 30px auto;
  padding: 20px 22px;
  max-width: 700px;
  background: #ffffff; /* 白 */
  border: 1px solid #e5e5e5;
  border-left: 4px solid #63bee2; /* アクセント */
  border-radius: 6px;
  font-size: 0.95rem;
  line-height: 1.7;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.contact安心 strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  color: #333;
}

/* ===============================
   物件一覧ページ：カード強化版
=============================== */

.property-archive-page {
  padding: 70px 20px;
  background: #ffffff;
}

.property-archive-container {
  max-width: 1180px;
  margin: 0 auto;
}

.property-archive-header {
  margin-bottom: 42px;
  text-align: center;
}

.property-archive-title {
  margin: 0 0 14px;
  font-size: 32px;
  font-weight: 700;
}

.property-archive-lead {
  margin: 0;
  font-size: 15px;
  color: #555;
  line-height: 1.9;
}

.property-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.property-archive-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: 0.25s ease;
}

.property-archive-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.12);
}

.property-archive-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.property-archive-image {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #f2f2f2;
}

.property-archive-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s ease;
}

.property-archive-card:hover .property-archive-image img {
  transform: scale(1.05);
}

.property-archive-label {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 5px 12px;
  background: #ffd800;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
}

.property-archive-noimage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #999;
  font-size: 14px;
}

.property-archive-body {
  padding: 22px;
}

.property-archive-type {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 10px;
  background: #f2fbff;
  color: #333;
  border: 1px solid #63bee2;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.property-archive-card-title {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}

.property-archive-price {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 800;
  color: #111;
}

.property-archive-info {
  margin: 0 0 20px;
}

.property-archive-info div {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px dashed #dcdcdc;
  font-size: 13px;
}

.property-archive-info dt {
  color: #555;
  font-weight: 700;
}

.property-archive-info dd {
  margin: 0;
  color: #333;
}

.property-archive-button {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: #ffd800;
  color: #111;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  transition: 0.25s ease;
}

.property-archive-card:hover .property-archive-button {
  background: #888;
  color: #fff;
}

.property-archive-pagination {
  margin-top: 46px;
  text-align: center;
}

.property-archive-empty {
  text-align: center;
  padding: 60px 20px;
}

@media (max-width: 900px) {
  .property-archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .property-archive-page {
    padding: 50px 16px;
  }

  .property-archive-title {
    font-size: 26px;
  }

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

  .property-archive-image {
    height: 230px;
  }
}

/* ===============================
   成約済ラベル
=============================== */

.property-archive-sold {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 6px 14px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 999px;
}

/* 成約済は少し暗く */
.property-archive-card.sold {
  opacity: 0.6;
}

/* ===============================
   物件一覧ページ：GAIAヘッダー非表示
=============================== */

.post-type-archive-property .p-page-header,
.post-type-archive-property .page-header,
.post-type-archive-property .archive-header,
.post-type-archive-property .l-header-image,
.post-type-archive-property .p-archive-header {
  display: none !important;
}

.post-type-archive-property .property-archive-page {
  padding-top: 80px;
}
/* ===============================
   一覧ページ CTA
=============================== */

.property-archive-cta {
  margin: 16px 0 0;
  font-size: 15px;
  color: #333;
  text-align: center;
  line-height: 1.8;
}
/* ===============================
   一覧CTA（線なし・最終版）
=============================== */

.property-archive-cta {
  margin: 24px auto 40px;
  max-width: 600px;
  padding: 12px 10px;
  background: transparent; /* ←白も消す */
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

/* 吹き出し付きタイトル */
.property-archive-cta .cta-title {
  position: relative;
  padding-left: 26px;
  font-weight: 600;
}

/* 吹き出しアイコン */
.property-archive-cta .cta-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f075";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #63bee2;
}

/* ===============================
   一覧ページ SEOテキスト（最終版）
=============================== */

.property-archive-seo {
  max-width: 800px;
  margin: 60px auto 0;
  padding: 0 10px;
  background: transparent; /* ←背景を消す */
  font-size: 14px;
  line-height: 1.9;
  color: #444;
}

/* タイトル */
.property-archive-seo h2 {
  margin-bottom: 18px; /* ←タイトルと本文の余白 */
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

/* 本文 */
.property-archive-seo p {
  margin-bottom: 16px; /* ←段落の余白 */
}