body {
    font-weight: 400;
    color: #333333;
}
.reservation-table td {
    /* 表の値列の幅 */
    width: 65%;
}

.reservation-datetime-title {
    font-size: 16px;
    font-weight: bold;
}

/* 予約日時の値の文字サイズを指定 */
.reservation-datetime-value {
    font-size: 18px;
    font-weight: bold;
}

.contact-info-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}