
.cat-section{padding:48px 40px;position:relative;background:#F8F6F1;font-family:'Segoe UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo',sans-serif;}
.cat-section .cat-header{text-align:center;margin-bottom:32px;}
.cat-section .cat-header h2{font-size:24px;color:#1A3A5C;margin:0 0 6px 0;}
.cat-section .cat-header h2 em{color:#C9A961;font-style:normal;}
.cat-section .cat-header p{font-size:13px;color:#888;margin:0;}
.cat-section .cat-header .deco{width:40px;height:2px;background:#C9A961;margin:12px auto 0;}
.cat-section .cat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;max-width:1200px;margin:0 auto;}
.cat-section .cat-card{display:block;text-decoration:none;background:#fff;border-radius:8px;overflow:hidden;text-align:center;transition:box-shadow 0.2s;border:1px solid #DDE5EF;}
.cat-section .cat-card:hover{box-shadow:0 4px 20px rgba(26,58,92,0.12);}
.cat-section .cat-img{height:100px;overflow:hidden;}
.cat-section .cat-img img{width:100%;height:100%;object-fit:cover;object-position:top;}
.cat-section .cat-name{padding:10px;font-size:12px;color:#1A3A5C;font-weight:bold;}
.cat-section .cat-card:hover .cat-name{color:#C9A961;}
@media(max-width:1024px){
  .cat-section .cat-grid{grid-template-columns:repeat(3,1fr);gap:12px;}
}
@media(max-width:600px){
  .cat-section{padding:32px 16px;}
  .cat-section .cat-header h2{font-size:20px;}
  .cat-section .cat-header p{font-size:12px;}
  .cat-section .cat-grid{grid-template-columns:repeat(2,1fr);gap:10px;}
  .cat-section .cat-img{height:80px;}
  .cat-section .cat-name{padding:8px 4px;font-size:11px;}
}
