{#トップページ用 サービス導線ブロック配置先: EC-CUBE管理画面 → コンテンツ管理 → ブロック管理ブロック名: service_nav_block#}<section class="nz-top-service-nav"> <style> .nz-top-service-nav { padding: 60px 20px; background: #f8f9fa; } .nz-top-service-inner { max-width: 1200px; margin: 0 auto; } .nz-top-section-title { text-align: center; margin-bottom: 40px; } .nz-top-section-title-en { display: block; font-size: 12px; font-weight: 600; color: #1e3c72; letter-spacing: 2px; margin-bottom: 8px; } .nz-top-section-title-ja { display: block; font-size: 28px; font-weight: 700; color: #333; } .nz-top-service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .nz-top-service-card { display: flex; flex-direction: column; align-items: center; padding: 35px 25px; background: #fff; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); text-decoration: none; color: #333; transition: all 0.3s ease; } .nz-top-service-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.15); } .nz-top-service-icon { font-size: 48px; margin-bottom: 15px; } .nz-top-service-title { font-size: 18px; font-weight: 700; margin: 0 0 10px; text-align: center; } .nz-top-service-desc { font-size: 13px; color: #666; text-align: center; line-height: 1.6; margin: 0; } </style> <div class="nz-top-service-inner"> <h2 class="nz-top-section-title"> <span class="nz-top-section-title-en">SERVICES</span> <span class="nz-top-section-title-ja">サービス一覧</span> </h2> <div class="nz-top-service-grid"> <a href="/user_data/guide_first" class="nz-top-service-card"> <span class="nz-top-service-icon">📖</span> <h3 class="nz-top-service-title">初めての方へ</h3> <p class="nz-top-service-desc">当店のご紹介と<br>ご注文の流れ</p> </a> <a href="{{ url('contact') }}" class="nz-top-service-card"> <span class="nz-top-service-icon">📝</span> <h3 class="nz-top-service-title">お見積り・ご相談</h3> <p class="nz-top-service-desc">無料でお見積り<br>お気軽にご相談ください</p> </a> <a href="/user_data/guide_gallery" class="nz-top-service-card"> <span class="nz-top-service-icon">🎨</span> <h3 class="nz-top-service-title">制作実績</h3> <p class="nz-top-service-desc">世界一の美配線<br>制作事例をご覧ください</p> </a> <a href="/user_data/guide_knowledge" class="nz-top-service-card"> <span class="nz-top-service-icon">💡</span> <h3 class="nz-top-service-title">知識コンテンツ</h3> <p class="nz-top-service-desc">PC選びのヒントと<br>トラブル対処法</p> </a> <a href="/user_data/guide_staff" class="nz-top-service-card"> <span class="nz-top-service-icon">👤</span> <h3 class="nz-top-service-title">店主紹介</h3> <p class="nz-top-service-desc">誰が作っているか<br>顔が見える安心感</p> </a> <a href="/user_data/guide_support" class="nz-top-service-card"> <span class="nz-top-service-icon">🛡️</span> <h3 class="nz-top-service-title">購入者サポート</h3> <p class="nz-top-service-desc">セットアップガイド<br>トラブル対処法</p> </a> </div> </div></section>