{% extends 'default_frame.twig' %}{% block main %} <div class="custom-page"> <!-- トップバナー --> <div class="top-banner"> <img src="/html/user_data/assets/img/content/LINE_ALBUM_20250712_250714_18.jpg" alt="トップバナー"> </div> <!-- セクション1: 国産小麦について --> <div class="bakery-content-section"> <div class="bakery-section-text"> <p> good bakery伊せ屋は<br> 『パン王国』と呼ばれるほど、パン屋さんが多いことで有名な<br> 愛知県江南市にある小さなパン屋です。 </p> </div> </div> <!-- セクション1: 国産小麦について --> <div class="bakery-content-section"> <div class="bakery-hero-image"> <img src="{{ asset('/html/user_data/assets/img/content/about-iseya1.jpg', 'user_data') }}" alt="メイン画像"> </div> <div class="bakery-section-text"> <h2> 『毎日食べるパンだからこそ、安心・安全を。』 </h2> <p> 伊せ屋のパン生地は、北海道産小麦100%!<br> もっちりとした生地は噛めば噛むほど、小麦本来の味を引き出します。 </p> </div> <div class="bakery-section-text"> <p> お店で毎日仕込むパン生地は、乳化剤などの添加物を一切使用しておらず、<br>安心してお召し上がりいただけるパン作りを心がけています。</p> </div> </div> <div class="bakery-content-section"> <div class="bakery-hero-image"> <img src="{{ asset('/html/user_data/assets/img/content/about-iseya2.png', 'user_data') }}" alt="メイン画像"> </div> <div class="bakery-section-text"> <p> 焼きたてパンが最も豊富に並ぶのは朝9時とランチタイムです。<br> お昼にはピザなどのお惣菜パンがたくさん焼き上がります!<br> </p> </div> <div class="bakery-section-text"> <p> カレーパンは1度に揚げる個数を少なくし<br> 1日に何回も揚げたてが提供出来るようになっております。 </p> </div> </div> <div class="bakery-content-section"> <div class="bakery-hero-image"> <img src="{{ asset('/html/user_data/assets/img/content/about-iseya3.png', 'user_data') }}" alt="メイン画像"> </div> <div class="bakery-section-text"> <p> キッズスペースあり。<br>ゆっくりパンをお選びいただけます。 </p> </div> </div> <div class="bakery-content-section"> <div class="bakery-hero-image"> <img src="{{ asset('/html/user_data/assets/img/content/about-iseya4.jpg', 'user_data') }}" alt="お店の外観"> </div> <div class="bakery-section-text"> <p> イートインスペースあり。<br>購入されたパンをお店の中でお召し上がりいただけます。 </p> </div> </div> <!-- セクション3: お店の情報 --> <div class="bakery-content-section"> <div class="top-banner"> <img src="{{ asset('/html/user_data/assets/img/content/LINE_ALBUM_20250712_250714_17.jpg', 'user_data') }}" alt="お店の外観"> </div> <div class="bakery-section-text"> <p class="bakery-shop-info" style="margin-bottom:0px;"> 江南市大間町新町147<br> TEL:0587-81-3061<br> 営業時間 9:00~17:00<br> 駐車場完備<br> イートインスペースあり </p> <div style=""> <a href="https://www.instagram.com/iseyabread/"><img src="{{ asset('/html/user_data/ContentImg/instagram-logo.png', 'user_data') }}" alt="お店の外観" style="width:120px;"></a> </div> <div class="bakery-map-container"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2268.566207440815!2d136.85999682354338!3d35.33325658047305!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60030a2a8130c621%3A0x94c9fedcb8bc0655!2z44CSNDgzLTgyNTEg5oSl55-l55yM5rGf5Y2X5biC5aSn6ZaT55S65paw55S677yR77yU77yX!5e0!3m2!1sja!2sjp!4v1749123061443!5m2!1sja!2sjp" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div> <div class="bakery-hero-image"> <img src="{{ asset('/html/user_data/assets/img/content/LINE_ALBUM_20250712_250714_21.jpg', 'user_data') }}" alt="お店の外観"> </div> </div> </div> </div>{% endblock %}{% block stylesheet %} <style> .custom-page { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* トップバナー */ .top-banner { text-align: center; margin-bottom: 20px; } .top-banner img { width: 100%; height: auto; max-height: 400px; object-fit: cover; } /* メイン画像 */ .bakery-hero-image { text-align: center; margin-bottom: 30px; } .bakery-hero-image img { width: 100%; height: auto; max-height: 500px; object-fit: cover; border-radius:8px; } /* セクション */ .bakery-content-section { margin-bottom: 30px; text-align: center; } .bakery-section-image { margin-bottom: 30px; } .bakery-section-image img { width: 100%; height: auto; max-height: 400px; object-fit: cover; } .bakery-section-text { padding: 0 16px; } .bakery-section-text h2 { font-size: 24px; margin-bottom: 30px; color: #333; font-weight: bold; } .bakery-section-text p { font-size: 14px; line-height: 1.8; color: #666; margin-bottom: 30px; text-align: center; } /* お店情報 */ .bakery-shop-info { text-align: center !important; font-size: 18px; margin-bottom: 30px; } .bakery-map-container { text-align: center; } .bakery-map-container iframe { width: 100%; max-width: 400px; height: 250px; border: 0; } /* タブレット対応 */ @media (min-width: 768px) { .custom-page { padding: 0 40px; } .bakery-hero-image img { max-height: 600px; } .bakery-section-image img { max-height: 500px; } .bakery-section-text h2 { font-size: 28px; } .bakery-section-text p { font-size: 18px; max-width: 800px; margin-left: auto; margin-right: auto; } .bakery-shop-info { font-size: 20px; } .bakery-map-container iframe { width: 500px; height: 350px; } } /* PC対応 */ @media (min-width: 1024px) { .bakery-content-section { margin-bottom: 80px; } .bakery-section-text { padding: 0 60px; } .bakery-section-text h2 { font-size: 32px; margin-bottom: 30px; } .bakery-section-text p { font-size: 20px; line-height: 2; } .bakery-map-container iframe { width: 600px; height: 400px; } } </style>{% endblock %}