body {
    background: url('../images/common/sub_bg.png') no-repeat 0 0 / cover;
    width: 100vw;
    height: 63.75vw;
    object-fit: cover;
}
/* ヘッダーセクション */
.header-section {
    margin-top: 156px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.header-section .main-title {
     font-family: 'Cinzel', serif;
     font-size: 5.6rem;
     color: #231815;
     text-align: center;
     letter-spacing: 0;
     line-height: 170%;
 }

 .header-section .subtitle {
     font-size: 2.0rem;
     color: #231815;
     line-height: 170%;
     letter-spacing: 0.09em;
 }

 .header-section .divider {
     width: 140px;
     height: 2px;
     background: linear-gradient(to right, transparent, #231815, transparent);
     margin: 20px auto;
 }

 /* 物件概要セクション */
.property-section {
    max-width: 1000px;
    margin: 80px auto;
}

.section-header {
    font-size: 2.4rem;
    margin-bottom: 24px;
    letter-spacing: 0.09em;
}

.property-table {
    width: 100%;
    border-collapse: collapse;
}

.property-row {
    display: flex;
    border: 1px solid #E4E4E4;
}

.property-label {
    width: 268px;
    padding: 12px 16px;
    border-right: 1px solid #E4E4E4;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
}

.property-value {
    flex: 1;
    padding: 12px 16px;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
}
.contents-section {
    width: 731px;
    margin: 189px auto 0;
}
footer p.footer-info  {
    color: #fff;
}
@media screen and (max-width: 768px) {
    main {
        width: 90%;
        margin: 0 auto;
    }
    .property-label {
        width: 25%;
        padding: 6px 8px;
    }
    .contents-section {
        width: 100%;
        margin: 189px auto 0;
    }
    footer p.footer-info  {
        margin: 0;
    }
    
}