/* :root var(--gi-primary) defined inline */
.gi-container { max-width: 700px; margin: 30px auto; padding: 30px; border-radius: 12px; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.08); font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
.gi-form-group { margin-bottom: 25px; }
.gi-form-group label.gi-main-label { display: block; font-weight: bold; margin-bottom: 10px; color: #333; font-size: 15px; border-left: 4px solid var(--gi-primary); padding-left: 8px; }
.gi-form-group select, .gi-form-group input[type="text"], .gi-form-group textarea { width: 100%; padding: 12px; border: 1px solid #e0e0e0; border-radius: 8px; font-size: 16px; background: #fafafa; box-sizing: border-box; }
.gi-checkbox-group { display: flex; flex-wrap: wrap; gap: 10px; }
.gi-checkbox-label { 
    display: inline-flex; align-items: center; 
    background: var(--gi-bg-light); 
    padding: 10px 12px; border-radius: 20px; font-size: 14px; color: #444; cursor: pointer; 
    border: 1px solid var(--gi-border-light); 
    transition: 0.2s; 
}
.gi-checkbox-label:hover { background: var(--gi-hover-light); border-color: var(--gi-primary); }
.gi-checkbox-label input { margin-right: 6px; transform: scale(1.1); }
.gi-checkbox-label input:checked + span { font-weight: bold; color: var(--gi-primary); }
.gi-btn { background: var(--gi-primary); color: #fff; padding: 15px; border: none; cursor: pointer; border-radius: 50px; font-size: 18px; width: 100%; font-weight: bold; transition: 0.2s; margin-top: 20px; }
.gi-btn:hover { opacity: 0.9; transform: translateY(-1px); }
.gi-btn:disabled { background: #ccc; cursor: not-allowed; }
#gi-result { margin-top: 30px; display: none; line-height: 1.8; color: #2c3e50; }
.gi-card { background: #fff; border: 1px solid #e1e4e8; border-radius: 8px; padding: 20px; margin-bottom: 20px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.gi-card h3 { color: var(--gi-primary); border-bottom: 2px solid #f0f0f0; padding-bottom: 10px; margin-top: 0; margin-bottom: 15px; font-size: 20px; }
.gi-card.gi-pickup { background: #fffdf0; border: 2px solid #f1c40f; box-shadow: 0 4px 12px rgba(241, 196, 15, 0.2); position: relative; }
.gi-card.gi-pickup h3 { color: #b7791f; border-bottom: 2px solid #fceeb5; }
.gi-card-img { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; border: 1px solid #eee; }
.gi-link-list { margin-top: 15px; padding-top: 15px; border-top: 1px dashed #ddd; font-size: 14px; }
.gi-link-list ul { margin: 5px 0 0 20px; padding: 0; }
.gi-link-list li { margin-bottom: 5px; color: #555; }
.gi-link-list a { color: #0073aa; text-decoration: none; }
.gi-link-list a:hover { text-decoration: underline; }
.gi-internal-link-btn { display: inline-block; background: #f1c40f; color: #333; padding: 10px 20px; text-decoration: none; border-radius: 50px; font-weight: bold; margin-top: 15px; font-size: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.gi-internal-link-btn:hover { background: #f39c12; color: #fff; }
.gi-loading-overlay { display: none; text-align: center; margin-top: 20px; }
.gi-spinner { width: 40px; height: 40px; margin: 0 auto 15px; border: 4px solid #f3f3f3; border-top: 4px solid var(--gi-primary); border-radius: 50%; animation: spin 1s linear infinite; }
.gi-loading-text { margin-top: 15px; color: #666; font-size: 14px; font-weight: bold; }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.cf-turnstile { margin-bottom: 15px; }
.gi-login-link { text-align: center; margin-top: 20px; font-size: 12px; }
.gi-login-link a { color: #ccc; text-decoration: none; }
.gi-login-link a:hover { color: #999; }
.gi-booking-container { max-width: 650px; margin: 30px auto; padding: 30px; border: 1px solid #e1e4e8; border-radius: 12px; background: #fff; box-shadow: 0 5px 20px rgba(0,0,0,0.05); }
.gi-booking-title { text-align: center; color: var(--gi-primary); margin-top: 0; font-size: 22px; }
.gi-booking-desc { text-align: center; font-size: 14px; color: #666; margin-bottom: 20px; }
.gi-booking-section { margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px dashed #ddd; }
.gi-booking-section:last-child { border-bottom: none; }
.gi-section-title { font-size: 16px; color: #333; margin-bottom: 15px; border-left: 4px solid var(--gi-primary); padding-left: 10px; }
.gi-date-row { margin-bottom: 15px; display: flex; align-items: center; flex-wrap: wrap; }
.gi-date-row label { width: 80px; font-weight: bold; font-size: 14px; }
.gi-date-inputs { flex: 1; display: flex; gap: 10px; }
.gi-date-inputs input[type="date"], .gi-date-inputs select { flex: 1; padding: 8px; border: 1px solid #ccc; border-radius: 4px; font-size: 16px; }
.gi-booking-container .gi-form-group input, .gi-booking-container .gi-form-group textarea { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-size: 16px; }
.gi-booking-container .required { color: red; margin-left: 3px; }
.gi-step-progress { display: flex; align-items: center; justify-content: center; margin-bottom: 30px; }
.gi-step-item { display: flex; align-items: center; color: #999; font-weight: bold; font-size: 14px; }
.gi-step-item.active { color: var(--gi-primary); }
.gi-step-item .step-num { width: 24px; height: 24px; border-radius: 50%; background: #eee; color: #666; display: flex; align-items: center; justify-content: center; margin-right: 8px; font-size: 12px; }
.gi-step-item.active .step-num { background: var(--gi-primary); color: #fff; }
.gi-step-line { width: 50px; height: 2px; background: #eee; margin: 0 15px; }
.gi-step-actions { display: flex; justify-content: center; gap: 15px; margin-top: 20px; }
.gi-booking-message { margin-top: 15px; padding: 15px; border-radius: 4px; display: none; font-size: 14px; text-align: center; }
.gi-booking-message.success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.gi-booking-message.error { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }
@media (max-width: 600px) {
    .gi-container, .gi-booking-container { padding: 20px 15px; }
    .gi-checkbox-label { flex: 1 1 45%; justify-content: center; } 
    .gi-date-row { display: block; }
    .gi-date-row label { display: block; margin-bottom: 5px; }
    .gi-btn { width: 100%; }
}