/* =========================
   estate.css（物件情報ページ専用）
   ========================= */

/* セクション全体のゆとり */
.estate-section{
  padding: 80px 0;
}

/* カードの内側余白を広げる */
.estate-section .card{
  padding: 48px 60px;
  border-radius: 28px; /* 少し丸みを増やす */
}

/* テキストの呼吸 */
.estate-section p{
  margin-bottom: 28px;
  line-height: 1.9;
}

/* ボタン周りの余白 */
.estate-section .btn-area{
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}