/* ==============================
   ホームページのデザイン用ののコード
   ============================== */
        body { font-family: 'Helvetica Neue', Arial, sans-serif; margin: 0; padding: 0; background-color: #f9f6f0; color: #333; line-height: 1.6; }
        
        /* ヘッダー（ロゴとナビゲーション） */
        header { background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.05); padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 100; }
        .logo { font-size: 1.5rem; font-weight: bold; color: #d32f2f; text-decoration: none; }
        nav a { text-decoration: none; color: #555; margin-left: 20px; font-weight: bold; }
        nav a:hover { color: #d32f2f; }

        /* メインビジュアル */
        .hero-slider {
            position: relative;
            width: 100%;
            height: 85vh;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* スライド共通の設定 */
        .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            opacity: 0;
            animation: sliderAnime 15s infinite;
            z-index: 1;
        }

        .slide1 { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('slide1.jpg'); animation-delay: 0s; }
        .slide2 { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('slide2.jpg'); animation-delay: 5s; }
        .slide3 { background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('slide3.jpg'); animation-delay: 10s; }

        .hero-content { position: relative; z-index: 10; color: #fff; text-align: center; padding: 0 20px; }
        .hero-content h1 { font-size: 2.5rem; margin: 0 0 10px 0; text-shadow: 2px 2px 4px rgba(0,0,0,0.6); }
        .hero-content p { font-size: 1.2rem; margin: 0; text-shadow: 1px 1px 3px rgba(0,0,0,0.6); }

        @keyframes sliderAnime {
            0% { opacity: 0; transform: scale(1); }
            5% { opacity: 1; }
            33% { opacity: 1; }
            38% { opacity: 0; transform: scale(1.05); }
            100% { opacity: 0; }
        }

        /* コンテンツの共通レイアウト */
        .container { max-width: 900px; margin: 40px auto; padding: 0 20px; }
        h2 { text-align: center; color: #d32f2f; border-bottom: 2px solid #d32f2f; padding-bottom: 10px; margin-bottom: 30px; }

        /* こだわりセクション */
        .about-text { text-align: left; max-width: 650px; margin: 0 auto; background: #fff; padding: 25px; border-radius: 8px; box-shadow: 0 3px 10px rgba(0,0,0,0.05); }
        .about-text h3 { color: #d32f2f; text-align: center; margin-top: 0; font-size: 1.3rem; }
        .about-text p { margin-bottom: 15px; color: #555; }
        .about-text p:last-child { margin-bottom: 0; }

        /* おすすめメニューセクション（画像対応） */
        .menu-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 30px; }
        .menu-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 3px 10px rgba(0,0,0,0.05); }
        
        /* 📸 写真を表示するボックス（ここにメニュー写真のファイル名を指定します） */
        .menu-card .image-box { width: 100%; height: 160px; background-size: cover; background-position: center; background-color: #ddd; }
        .pic-gokiten { background-image: url('images/okonomiyaki_gokiraku.jpg'); }     
        .pic-mentai { background-image: url('images/monja_moti+men+ti.jpg'); } 
        .pic-mix { background-image: url('images/monja_mix.jpg'); }      
        .pic-rizzot { background-image: url('images/rizzot_tityuukai.jpg'); }
        .pic-geso { background-image: url('images/teppan_geso.jpg'); }
        .pic-takoyaki { background-image: url('images/takoyaki.jpg'); }
        .pic-wagyu { background-image: url('images/teppan_hotate.jpg'); } /* ※和牛写真がなければ他の鉄板写真等を指定 */
        .pic-eringi { background-image: url('images/teppan_asupala.jpg'); } /* ※エリンギ写真がなければ他の野菜系等を指定 */
        .pic-butakimuchi { background-image: url('images/teppan_butakimuti.JPG'); }
        .pic-yakisoba { background-image: url('images/yakisoba_pirimotu.jpg'); }
        .pic-hanpen { background-image: url('images/teppan_hanti.jpg'); }
        .pic-ninniku { background-image: url('images/tumami_ninnikuoil.jpg'); }

                /*税込価格を薄く小さく見せる */
        .tax-included { color: #888; font-size: 0.9rem; font-weight: normal; margin-left: 5px; }


        .menu-info { padding: 15px; text-align: center; }
        .menu-title { font-size: 1.1rem; font-weight: bold; margin: 0 0 5px 0; }
        .menu-price { color: #d32f2f; font-weight: bold; font-size: 1.1rem; }
        
        /* 全メニューページへの移動ボタン */
        .all-menu-btn-container { text-align: center; margin-top: 25px; }
        .all-menu-btn { background: #d32f2f; color: white; padding: 12px 35px; border-radius: 25px; font-size: 1.1rem; font-weight: bold; text-decoration: none; display: inline-block; box-shadow: 0 4px 10px rgba(211,47,47,0.3); transition: 0.3s; }
        .all-menu-btn:hover { background: #b71c1c; box-shadow: 0 4px 15px rgba(211,47,47,0.5); }

        /* 店舗情報セクション */
        .info-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 3px 10px rgba(0,0,0,0.05); }
        .info-table th, .info-table td { padding: 15px; border-bottom: 1px solid #eee; text-align: left; }
        .info-table th { background: #f5f5f5; width: 30%; color: #666; }

        /* フッター */
        footer { background: #333; color: #fff; text-align: center; padding: 20px; margin-top: 60px; font-size: 0.9rem; }

        .sp-only { display: none; }

        /* 📱 スマホ用の調整 */
        @media (max-width: 768px) {
            header { flex-direction: column; padding: 12px 10px; height: auto; }
            .logo { margin-bottom: 10px; font-size: 1.4rem; text-align: center; width: 100%; }
            header nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; width: 100%; }
            header nav a { font-size: 0.8rem; margin: 0 !important; }
            .hero-content .sp-only { display: inline !important; }
            .hero-content h1 { font-size: 2.1rem !important; line-height: 1.4 !important; white-space: nowrap !important; max-width: 100% !important; margin: 0 auto 15px auto !important; }
            .hero-content p { font-size: 1.05rem !important; line-height: 1.5 !important; }
            .menu-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 0; } /* スマホは2列でコンパクトに */
            .menu-card .image-box { height: 120px; }
            .menu-title { font-size: 0.95rem; }
        }

        