.container{max-width:900px;margin:0 auto;padding:0 2rem}.notice-section{padding:3rem 2rem;background:var(--bg-elevated)}.notice-card{background:var(--primary-light);border-radius:16px;padding:2rem;border-left:4px solid var(--primary)}.notice-card h2{font-size:1.2rem;margin-bottom:1rem;color:var(--primary)}.notice-card ul{list-style:none}.notice-card li{padding:.5rem 0 .5rem 1.5rem;position:relative}.notice-card li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}.price-section{padding:3rem 2rem;background:var(--bg-light)}.price-section:nth-child(odd){background:var(--bg-elevated)}.category-title{font-size:1.4rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary);color:var(--primary)}.price-table{background:var(--bg-elevated);border-radius:12px;overflow:hidden;box-shadow:0 5px 20px var(--shadow)}.table-header{display:grid;grid-template-columns:1fr 150px 100px;padding:1rem 1.5rem;background:var(--primary);color:#fff;font-weight:600;font-size:.9rem}.table-row{display:grid;grid-template-columns:1fr 150px 100px;padding:1.2rem 1.5rem;border-bottom:1px solid var(--border);align-items:center}.table-row:last-child{border-bottom:none}.table-row:hover{background:var(--bg-light)}.item-info h3{font-size:1rem;margin-bottom:.3rem}.item-info p{font-size:.85rem;color:var(--text-light)}.item-price{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--primary)}.item-time{font-size:.9rem;color:var(--text-gray)}.notes-section{padding:4rem 2rem;background:var(--bg-section)}.notes-section h2{text-align:center;font-size:1.5rem;margin-bottom:2rem}.notes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.note-card{background:var(--bg-elevated);border-radius:12px;padding:1.5rem;box-shadow:0 5px 20px var(--shadow)}.note-card h3{font-size:1rem;margin-bottom:.8rem}.note-card p{font-size:.9rem;color:var(--text-gray);line-height:1.7}.cta-section{padding:4rem 2rem;background:var(--primary);text-align:center}.cta-section h2{font-size:1.5rem;color:#fff;margin-bottom:.5rem}.cta-section>.container>p{color:#fffc;margin-bottom:1.5rem;font-size:.95rem}.cta-buttons{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.btn-line:hover{background:#05a847}.cta-phone{margin-top:1rem;color:#ffffff80;font-size:.85rem}.cta-phone a{color:#ffffffb3}@media (max-width: 768px){.container{padding:0 1rem}.notice-section{padding:2rem 1rem}.notice-card{padding:1.5rem}.price-section{padding:2rem 1rem}.table-header,.table-row{grid-template-columns:1fr 100px}.hide-mobile{display:none}.notes-grid{grid-template-columns:1fr}.notes-section{padding:2rem 1rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:280px}}@media (prefers-color-scheme:dark){.notice-section{background:var(--bg-base)}.price-section{background:var(--bg-section)}.price-section:nth-child(odd){background:var(--bg-base)}.price-table{background:var(--bg-elevated)}.table-row:hover{background:var(--bg-section)}.item-info h3{color:var(--text-primary)}.notes-section{background:var(--bg-section)}.notes-section h2{color:var(--text-primary)}.note-card{background:var(--bg-elevated)}.note-card h3{color:var(--text-primary)}.note-card p{color:var(--text-secondary)}}
