/* ========================================
   Single Property Layout
======================================== */

/* ページタイトル */

.kf-detail-page-title {
    text-align: center;
    margin-bottom: 80px;
}

.kf-detail-page-title .en {
    font-size: 34px;
    letter-spacing: 6px;
    color: #9b8f6a;
    font-weight: 500;
}

.kf-detail-page-title .jp {
    font-size: 14px;
    margin-top: 8px;
}

/* =========================
   外側背景
========================= */

.kf-property-detail {
    background: #e9e6df;
    padding: 120px 0;
}

/* =========================
   全体を囲む白ボックス
========================= */

.kf-property-card {
    max-width: 1200px;
    margin: 100px auto;
    background: #ffffff;
    padding: 100px 80px;
    border-radius: 8px;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.06);
}