:root{--main-color: #63889d;--main-color-dark: #124d6f;--accent-color: orange;--bg-color: #f6f6f6;--text-color: #353535;--text-color-light: #63889d;--z-loading: 9999;--z-modal: 1000;--z-header: 999;--z-navigation: 998;--z-overlay: 500;--z-menu: 302;--z-menu-item: 301;--z-content: 50;--z-content-high: 51;--z-background: 1;--z-background-low: -1;--font-family-primary: "Shippori Mincho", "Shippori Mincho B1", serif;--font-family: var(--font-family-primary);--font-size-base: 1rem;--font-size-xs: 0.75rem;--font-size-sm: 0.875rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-weight-medium: 500;--font-weight-bold: 700;--line-height-normal: 1.5;--line-height-tight: 1.25;--line-height-relaxed: 1.75;--spacing-xs: 0.25rem;--spacing-sm: 0.5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--container-lg: 992px;--container-xl: 1200px;--container-padding: 1rem;--border-radius: 0.5rem;--transition-normal: 250ms ease-in-out;--transition-fast: 150ms ease-in-out;--transition-slow: 500ms ease-in-out;--touch-target: 44px}.simple-calendar{max-width:650px;width:100%;margin:0 auto;background:#fff;overflow:hidden;font-family:"shippori mincho",serif;max-width:100%;margin:0;border-radius:0}.simple-calendar__today-status{padding:8px 24px;text-align:center;border-bottom:1px solid #f0f0f0;background:linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);font-family:"Noto Sans JP",sans-serif}.simple-calendar__today-status--open{background:linear-gradient(135deg, #e8f5e8 0%, #f0f8f0 100%);border-left:4px solid #4caf50;font-family:"Noto Sans JP",sans-serif}.simple-calendar__today-status--closed{background:linear-gradient(135deg, #ffe8e8 0%, #fff0f0 100%);border-left:4px solid #f44336}.simple-calendar__today-status--holiday{background:linear-gradient(135deg, #ffe8e8 0%, #fff0f0 100%);border-left:4px solid #ff9800}.simple-calendar__today-status--special{background:linear-gradient(135deg, #e8f0ff 0%, #f0f8ff 100%);border-left:4px solid #2196f3}.simple-calendar__today-status--lunch-night{background:linear-gradient(135deg, #fff8e8 0%, #fffcf0 100%);border-left:4px solid #ff9800}.simple-calendar__today-status--lunch-only{background:linear-gradient(135deg, #fff8e8 0%, #fffcf0 100%);border-left:4px solid #ff9800}.simple-calendar__today-status--private{background:linear-gradient(135deg, #ffe8e8 0%, #fff0f0 100%);border-left:4px solid #f44336}.simple-calendar__today-status--anniversary{background:linear-gradient(135deg, #ffe0f0 0%, #fff0f8 100%);border-left:4px solid #ff1493}.simple-calendar__today-date{font-size:14px;font-weight:700;color:#666;margin-bottom:4px}.simple-calendar__today-text{font-size:16px;font-weight:600;color:#333}.simple-calendar__status-highlight{padding:0 2px;line-height:.8;font-weight:700;margin:0 5px}.simple-calendar__today-status--open .simple-calendar__status-highlight{background-color:#4caf50;color:#fff}.simple-calendar__today-status--closed .simple-calendar__status-highlight{background-color:#f44336;color:#fff}.simple-calendar__today-status--holiday .simple-calendar__status-highlight{background-color:#ff9800;color:#fff}.simple-calendar__today-status--special .simple-calendar__status-highlight{background-color:#2196f3;color:#fff}.simple-calendar__today-status--lunch-night .simple-calendar__status-highlight{background-color:#ff9800;color:#fff}.simple-calendar__today-status--lunch-only .simple-calendar__status-highlight{background-color:#ff9800;color:#fff}.simple-calendar__today-status--private .simple-calendar__status-highlight{background-color:#f44336;color:#fff}.simple-calendar__today-status--anniversary .simple-calendar__status-highlight{background-color:#ff1493;color:#fff}.simple-calendar__header{display:flex;align-items:center;justify-content:space-between;padding:10px 30px;background:#fff;border-bottom:1px solid #e5e5e5}.simple-calendar__month-display{text-align:center;flex:1}.simple-calendar__month-display .simple-calendar__year{font-size:14px;color:#6c757d;line-height:1}.simple-calendar__month-display .simple-calendar__month-number{font-size:24px;font-weight:bold;color:#495057}.simple-calendar__nav{background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;transition:all .3s ease;color:#666;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.simple-calendar__nav:hover{background-color:#f6f6f6;color:#333;transform:scale(1.1)}.simple-calendar__nav:active{transform:scale(0.95)}.simple-calendar__nav--disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.simple-calendar__nav--disabled:hover{background-color:rgba(0,0,0,0);transform:none}.simple-calendar__nav svg{width:20px;height:20px}.simple-calendar__table{width:100%;border-collapse:collapse;font-family:inherit;table-layout:fixed}.simple-calendar__weekday{background:#f8f9fa;color:#495057;font-weight:600;text-align:center;padding:12px 8px;border-bottom:1px solid #dee2e6;font-size:12px;text-transform:uppercase;letter-spacing:.5px;width:14.285%}.simple-calendar__weekday--sunday{color:#dc3545}.simple-calendar__weekday--saturday{color:#007bff}.simple-calendar__day{text-align:center;padding:8px 4px;border:1px solid #e9ecef;height:70px;vertical-align:top;position:relative;transition:background-color .2s ease;font-family:"Noto Sans JP",sans-serif;width:14.285%;word-wrap:break-word;overflow:hidden}.simple-calendar__day:hover:not(.simple-calendar__day--today){opacity:.9}.simple-calendar__day-number{display:block;font-size:14px;font-weight:500;margin-bottom:2px;color:#495057}.simple-calendar__day-status{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.2px;color:#6c757d;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.simple-calendar__day--prev-month,.simple-calendar__day--next-month{color:#adb5bd;background-color:#f8f9fa}.simple-calendar__day--prev-month .simple-calendar__day-number,.simple-calendar__day--next-month .simple-calendar__day-number{color:#adb5bd}.simple-calendar__day--prev-month .simple-calendar__day-status,.simple-calendar__day--next-month .simple-calendar__day-status{color:#adb5bd}.simple-calendar__day--sunday .simple-calendar__day-number{color:#dc3545}.simple-calendar__day--saturday .simple-calendar__day-number{color:#007bff}.simple-calendar__day--closed{background-color:#f8d7da}.simple-calendar__day--closed .simple-calendar__day-number{color:#721c24}.simple-calendar__day--closed .simple-calendar__day-status{color:#721c24}.simple-calendar__day--holiday{background-color:#fff3cd}.simple-calendar__day--holiday .simple-calendar__day-number{color:#856404}.simple-calendar__day--holiday .simple-calendar__day-status{color:#856404}.simple-calendar__day--special{background-color:#d1ecf1}.simple-calendar__day--special .simple-calendar__day-number{color:#0c5460}.simple-calendar__day--special .simple-calendar__day-status{color:#0c5460}.simple-calendar__day--lunch-night{background-color:#ffe4b5}.simple-calendar__day--lunch-night .simple-calendar__day-number{color:#452903}.simple-calendar__day--lunch-night .simple-calendar__day-status{color:#3a3a3a}.simple-calendar__day--lunch-only{background-color:#ffe4b5}.simple-calendar__day--lunch-only .simple-calendar__day-number{color:#452903}.simple-calendar__day--lunch-only .simple-calendar__day-status{color:#3a3a3a}.simple-calendar__day--private{background-color:#f8d7da}.simple-calendar__day--private .simple-calendar__day-number{color:#721c24}.simple-calendar__day--private .simple-calendar__day-status{color:#721c24}.simple-calendar__day--anniversary{background-color:#124d6f;border:2px solid #f6f6f6}.simple-calendar__day--anniversary .simple-calendar__day-number{color:#f6f6f6;font-weight:700}.simple-calendar__day--anniversary .simple-calendar__day-status{color:#f6f6f6;font-weight:700;white-space:normal;line-height:1.1}.simple-calendar__day--anniversary .anniversary-text{display:block;font-weight:900;font-size:9px;line-height:1.1;letter-spacing:.5px}.simple-calendar__day--anniversary .anniversary-text:first-child{margin:4px 0 2px}.simple-calendar__footer{background:#f8f9fa;border-top:1px solid #e5e5e5;text-align:center}.simple-calendar__header{padding:15px 20px}.simple-calendar__month-display .simple-calendar__year{font-size:12px}.simple-calendar__month-display .simple-calendar__month-number{font-size:20px}.simple-calendar__nav{width:35px;height:35px;padding:6px}.simple-calendar__nav svg{width:16px;height:16px}.simple-calendar__weekday{padding:8px 4px;font-size:11px}.simple-calendar__day{height:60px;padding:6px 2px}.simple-calendar__day-number{font-size:12px}.simple-calendar__day-status{font-size:9px}@media(min-width: 992px){.simple-calendar{max-width:800px;margin:2rem auto;border-radius:12px}.simple-calendar__header{padding:20px 30px}.simple-calendar__month-display .simple-calendar__year{font-size:14px}.simple-calendar__month-display .simple-calendar__month-number{font-size:24px}.simple-calendar__nav{width:40px;height:40px;padding:8px}.simple-calendar__nav svg{width:18px;height:18px}.simple-calendar__weekday{padding:10px 5px;font-size:12px}.simple-calendar__day{height:80px;padding:8px 4px}.simple-calendar__day-number{font-size:14px}.simple-calendar__day-status{font-size:10px}}@media(max-width: 480px){.simple-calendar__header{padding:10px 15px}.simple-calendar__month-display .simple-calendar__year{font-size:11px}.simple-calendar__month-display .simple-calendar__month-number{font-size:18px}.simple-calendar__nav{width:30px;height:30px}.simple-calendar__nav svg{width:14px;height:14px}.simple-calendar__weekday{padding:6px 2px;font-size:10px}.simple-calendar__day{height:50px;padding:4px 1px}.simple-calendar__day-number{font-size:11px;margin-bottom:1px}.simple-calendar__day-status{font-size:8px}}