
:root {
    --primary: #049cdb;
    --dark: #2c3e50;
    --accent: #e74c3c;
    --text: #333;
    --bg: #f9f9f9;
}
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; line-height: 1.6; color: var(--text); margin: 0; }
a { text-decoration: none; color: inherit; }
.l_wrapper { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
header { background: #fff; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid var(--primary); }
.header_logo img { max-width: 200px; }
.gnav ul { display: flex; list-style: none; padding: 0; gap: 20px; }
.main_slider { width: 100%; height: 400px; background: url('/archive/wp-content/themes/iphonekoubou/img/index/slider/hero_03.jpg') center/cover; }
.sec_title { text-align: center; padding: 40px 0; color: var(--dark); border-bottom: 2px solid var(--primary); margin-bottom: 30px; }
.price_table { width: 100%; border-collapse: collapse; margin-bottom: 30px; }
.price_table th, .price_table td { border: 1px solid #ddd; padding: 12px; text-align: center; }
.price_num { color: var(--accent); font-weight: bold; font-size: 1.2em; }
.repair_list { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; list-style: none; }
.repair_list li { background: #fff; padding: 20px; text-align: center; border: 1px solid #eee; border-radius: 8px; }
.btn_tel { display: block; background: var(--accent); color: #fff; padding: 15px; text-align: center; font-weight: bold; border-radius: 5px; margin: 20px 0; }
footer { background: var(--dark); color: #fff; text-align: center; padding: 30px; margin-top: 50px; }
@media (max-width: 768px) { .gnav { display: none; } .main_slider { height: 200px; } }
