.ccrc-reservation{width:100%;color:#333;font-family:Pretendard,sans-serif;font-size:18px;line-height:1.6}
.ccrc-reservation [hidden]{display:none!important}
.ccrc-reservation .reservation-intro{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:32px}
.ccrc-reservation .reservation-intro h2{font-size:32px;font-weight:700;margin:4px 0 12px;line-height:1.3}
.ccrc-reservation .reservation-intro p{margin:0;color:#666}
.ccrc-reservation .reservation-intro .reservation-eyebrow{color:#2B8458;font-size:17px;font-weight:600}
.ccrc-reservation .reservation-link{color:#2B8458;font-weight:600;text-decoration:underline;text-underline-offset:5px;white-space:nowrap}
.ccrc-reservation .reservation-steps{display:flex;list-style:none;padding:0;margin:0 0 28px;border-bottom:1px solid #ddd}
.ccrc-reservation .reservation-steps li{flex:1;padding:15px;text-align:center;color:#777;border-bottom:3px solid transparent}
.ccrc-reservation .reservation-steps .active{color:#2B8458;font-weight:700;border-color:#2B8458}
.ccrc-reservation .reservation-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}
.ccrc-reservation .reservation-panel{margin:0 0 24px;font-size:18px;min-width:0}
.ccrc-reservation .reservation-panel h3{font-size:24px;font-weight:600;margin:0 0 22px}
.ccrc-reservation .reservation-month{display:flex;justify-content:space-between;align-items:center;margin:10px 0 20px;font-size:24px}
.ccrc-reservation button,.ccrc-reservation input,.ccrc-reservation select,.ccrc-reservation textarea{font:inherit}
.ccrc-reservation button{cursor:pointer}
.ccrc-reservation button:disabled{cursor:not-allowed}
.ccrc-reservation .reservation-month button{width:44px;height:44px;border:1px solid #ddd;border-radius:8px;background:#fff;color:#333}
.ccrc-reservation .reservation-month button:disabled{color:#aaa;background:#f8f8f8}
.ccrc-reservation .reservation-calendar{table-layout:fixed;width:100%;border-collapse:collapse}
.ccrc-reservation .reservation-calendar th{text-align:center;font-size:16px;padding:8px 0;color:#666;font-weight:500}
.ccrc-reservation .reservation-calendar td{text-align:center;height:58px;padding:3px;vertical-align:middle}
.ccrc-reservation .reservation-calendar button{width:100%;min-height:48px;background:#fff;border:1px solid transparent;border-radius:10px;color:#333;font-weight:600}
.ccrc-reservation .reservation-calendar button:not(:disabled):hover{background:#f0fbf5;border-color:#539e73}
.ccrc-reservation .reservation-calendar button:disabled{color:#aaa;font-weight:400;background:#fafafa}
.ccrc-reservation .reservation-calendar button.is-holiday:disabled,.ccrc-reservation .reservation-calendar button.is-sunday:disabled{color:#d32f2f;font-weight:600}
.ccrc-reservation .reservation-calendar button[aria-pressed=true]{background:#2B8458;color:#fff}
.ccrc-reservation .reservation-help{font-size:16px;color:#666;margin:18px 0;line-height:1.6}
.ccrc-reservation .reservation-selected{color:#2B8458;font-weight:600;margin-bottom:18px}
.ccrc-reservation fieldset{border:0;margin:0 0 20px;padding:0;min-width:0}
.ccrc-reservation legend{font-size:18px;border:0;font-weight:600;margin:0 0 10px;width:auto}
.ccrc-reservation legend small{font-size:16px;color:#2B8458;margin-left:10px}
.ccrc-reservation .reservation-times{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ccrc-reservation .reservation-times label{position:relative;margin:0;cursor:pointer}
.ccrc-reservation .reservation-times input{position:absolute;left:14px;top:20px;accent-color:#2B8458}
.ccrc-reservation .reservation-times span{display:block;border:1px solid #ddd;border-radius:12px;padding:12px 10px 12px 38px;font-weight:600}
.ccrc-reservation .reservation-times small{display:block;font-size:14px;font-weight:400;color:#666}
.ccrc-reservation .reservation-times input:checked+span{background:#f0fbf5;border-color:#2B8458;color:#2B8458}
.ccrc-reservation .reservation-times input:disabled+span{background:#f8f8f8;color:#999}
.ccrc-reservation .reservation-field{display:flex;flex-direction:column;gap:8px;font-weight:600;margin-bottom:20px}
.ccrc-reservation .reservation-field input,.ccrc-reservation .reservation-field select,.ccrc-reservation textarea,.ccrc-reservation .reservation-groups select{width:100%;min-height:46px;border:1px solid #ccc;border-radius:8px;background:#fff;color:#333;padding:9px 12px;font-weight:400;box-sizing:border-box}
.ccrc-reservation .reservation-groups{display:grid;grid-template-columns:1fr 1fr;gap:12px 18px}
.ccrc-reservation .reservation-groups label{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0;font-size:16px;font-weight:400}
.ccrc-reservation .reservation-groups select{width:78px;padding:8px;flex-shrink:0}
.ccrc-reservation .reservation-fields{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}
.ccrc-reservation .reservation-field-wide{grid-column:1/-1}
.ccrc-reservation textarea{resize:vertical}
.ccrc-reservation .reservation-summary{background:#f0fbf5;color:#2B8458;padding:16px;border-radius:10px;margin-bottom:24px}
.ccrc-reservation .reservation-actions{display:flex;justify-content:center;gap:12px;margin:20px 0 32px}
.ccrc-reservation .reservation-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 30px;border:1px solid #2B8458;border-radius:10px;background:#2B8458;color:#fff;font-size:18px;font-weight:600;text-decoration:none}
.ccrc-reservation .reservation-button.secondary{background:#fff;color:#555;border-color:#ccc}
.ccrc-reservation .reservation-button:disabled{opacity:.6}
.ccrc-reservation .reservation-message{color:#b42318;font-size:17px}
.ccrc-reservation .reservation-message:empty{display:none}
.ccrc-reservation .reservation-privacy details{border-bottom:1px solid #eaeaea;padding:14px 0}
.ccrc-reservation .reservation-privacy summary{cursor:pointer;font-size:18px}
.ccrc-reservation .reservation-privacy details div{font-size:16px;color:#666;line-height:1.8;padding:16px 0}
.ccrc-reservation .reservation-consent{display:flex;align-items:flex-start;gap:12px;font-size:17px;font-weight:400;margin:22px 0 0}
.ccrc-reservation .reservation-consent input{width:20px;height:20px;flex-shrink:0;margin-top:4px;accent-color:#2B8458}
.ccrc-reservation .reservation-empty{text-align:center;padding:50px 24px;font-size:18px}
.ccrc-reservation .reservation-empty h3{font-size:24px;margin-bottom:16px}
.ccrc-reservation .reservation-empty p{margin:0 0 24px;color:#666}
.ccrc-reservation .reservation-contact{text-align:center;margin:32px 0;color:#666;font-size:17px}
.ccrc-reservation .reservation-contact a{font-weight:700;color:#2B8458;margin-left:12px}
.ccrc-reservation .reservation-card{margin-bottom:22px;font-size:18px}
.ccrc-reservation .reservation-card-head{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #eaeaea;padding-bottom:16px;margin-bottom:20px}
.ccrc-reservation .reservation-card h3{font-size:19px;margin:0;font-weight:600}
.ccrc-reservation .reservation-card h4{font-size:22px;font-weight:600;margin-bottom:18px}
.ccrc-reservation .reservation-status{background:#f4f4f4;border-radius:20px;padding:5px 18px;white-space:nowrap;font-size:16px}
.ccrc-reservation .state-1,.ccrc-reservation .reservation-success{background:#f0fbf5;color:#2B8458}
.ccrc-reservation .state-99{color:#888}
.ccrc-reservation .reservation-success{padding:18px 24px;border-radius:12px;margin-bottom:24px}
.ccrc-reservation .reservation-card dl{display:grid;grid-template-columns:100px 1fr;gap:10px;margin:0 0 22px}
.ccrc-reservation .reservation-card dt{color:#666;font-weight:400}
.ccrc-reservation .reservation-card dd{margin:0}
.ccrc-reservation .reservation-card small{display:block;font-size:16px;color:#666}
.ccrc-reservation :is(button,a,input,select,textarea,summary):focus-visible{outline:3px solid #2B8458;outline-offset:3px}
@media(max-width:991px){.ccrc-reservation .reservation-grid{grid-template-columns:1fr;gap:0}.ccrc-reservation .reservation-intro h2{font-size:28px}}
@media(max-width:496px){.ccrc-reservation{font-size:17px}.ccrc-reservation .reservation-intro{align-items:flex-start;flex-direction:column;gap:14px}.ccrc-reservation .reservation-intro h2{font-size:25px}.ccrc-reservation .reservation-steps li{font-size:15px;padding:12px 5px}.ccrc-reservation .reservation-panel h3{font-size:21px}.ccrc-reservation .reservation-fields{grid-template-columns:1fr}.ccrc-reservation .reservation-groups{gap:12px 10px}.ccrc-reservation .reservation-groups label{font-size:14px}.ccrc-reservation .reservation-groups select{width:62px;font-size:15px}.ccrc-reservation .reservation-times span{font-size:16px;padding-left:32px}.ccrc-reservation .reservation-times input{left:10px}.ccrc-reservation .reservation-card h3{font-size:16px}.ccrc-reservation .reservation-card h4{font-size:19px}.ccrc-reservation .reservation-status{padding:4px 12px}.ccrc-reservation .reservation-card dl{grid-template-columns:80px 1fr}.ccrc-reservation .reservation-button{font-size:17px;padding:12px 22px}.ccrc-reservation .reservation-calendar td{height:50px;padding:1px}.ccrc-reservation .reservation-calendar button{min-height:44px}}
