/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 24 2026 | 17:37:47 */
/* ==========================================================
   WP Simple Booking Calendar 日本語カスタム（最新版対応）
   ========================================================== */

/* 1. 「予約済み」の文字を「臨時休業」に強制書き換え */
.wpsbc-legend-item-booked .wpsbc-legend-item-name {
    visibility: hidden !important;
    position: relative !important;
}
.wpsbc-legend-item-booked .wpsbc-legend-item-name::after {
    content: "臨時休業" !important;
    visibility: visible !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    display: inline-block !important;
    white-space: nowrap !important;
}

/* 2. 「切り替え」の文字を「休業日」に強制書き換え */
.wpsbc-legend-item-changeover .wpsbc-legend-item-name {
    visibility: hidden !important;
    position: relative !important;
}
.wpsbc-legend-item-changeover .wpsbc-legend-item-name::after {
    content: "休業日" !important;
    visibility: visible !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    display: inline-block !important;
    white-space: nowrap !important;
}

/* 3. 凡例のアイコン（黄色）をグレーに強制変更 */
.wpsbc-legend-item-changeover .wpsbc-legend-item-icon {
    background-color: #b0b0b0 !important;
    background: #b0b0b0 !important;
}

/* 4. カレンダー内のマス（黄色）をグレーに強制変更 */
.wpsbc-calendar-wrapper .wpsbc-calendars .wpsbc-calendar .wpsbc-months .wpsbc-month .wpsbc-days .wpsbc-day.wpsbc-status-changeover,
.wpsbc-status-changeover {
    background-color: #b0b0b0 !important;
    background: #b0b0b0 !important;
}
