/* 訂房須知・22人包棟價格：本頁專屬樣式 */
.price-table {
    width:100%;
    border-collapse:collapse;
    margin:30px 0;
}

.price-table th,.price-table td {
    padding:22px 15px;
    border-bottom:1px solid var(--line);
    text-align:left;
}

.price-table th {
    color:var(--sage);
}

.price-table td {
    font-family:var(--serif);
    font-size: 22px;
}

.booking-steps {
    counter-reset:step;
}

.booking-steps article {
    padding:25px 0 25px 60px;
    border-bottom:1px solid var(--line);
    position:relative;
}

.booking-steps article::before {
    counter-increment:step;
    content:'0' counter(step);
    position:absolute;
    left:0;
    top:28px;
    color:var(--rust);
    font-family:var(--serif);
    font-size: 26px;
}

@media(max-width:600px) {
    .price-table th,.price-table td {
        padding:16px 7px;
        font-size: 15px;
    }
}

.price-table {
    border:1px solid #c39465;
    background:#fff8e9;
}

.price-table thead {
    background:#294b4c;
    color:#fff5dd;
}

.price-table thead th {
    color:#fff5dd;
    font-size:17px;
}

.price-table tbody tr:nth-child(2) {
    background:#f1e2c5;
}

.price-table td {
    font-weight:700;
    color:#8d472b;
}

.booking-steps article::before {
    font-family:Georgia,serif;
    font-size:32px;
    font-weight:700;
}

.booking-steps article h3 {
    color:#85462d;
}

@media (max-width:600px) {
    .price-table th,.price-table td,.price-table thead th {
        font-size:15px;
        padding:17px 5px;
    }
}
.remittance {
    margin-bottom: 55px;
    padding: 30px;
    border: 1px solid #dfc6a3;
    border-radius: 32px 12px 32px 12px;
    background: #f7ecd7;
}

.remittance dl {
    margin: 0;
}

.remittance dl > div {
    display: grid;
    grid-template-columns: 65px 1fr;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #dfc6a3;
}

.remittance dl > div:last-child {
    border-bottom: 0;
}

.remittance dt {
    color: #874b30;
    font-weight: 700;
}

.remittance dd {
    margin: 0;
    overflow-wrap: anywhere;
}

.bank-account {
    font-variant-numeric: tabular-nums;
    font-weight: 700;
}

@media (max-width: 600px) {
    .remittance {
        padding: 22px 16px;
    }

    .remittance dl > div {
        grid-template-columns: 1fr;
        gap: 2px;
    }
}
