templates/pages/brand/fujikitchen/_shop.html.twig line 1

Open in your IDE?
  1. {% set shop_items = [
  2.   {
  3.   text:'ふじきっちん お届け調理センター',
  4.   href: '#shop01',
  5.   },
  6. ] %}
  7. <section class="pg_kaisen_shop">
  8.   {% include "components/common/_block-title.html.twig" with {
  9.     english:'SHOP',
  10.     japanese :'店舗一覧',
  11.     class:'c-block_head',
  12.   }%}
  13.   <div class="c-brand_shop-item-wrap">
  14.     <div class="c-brand_shop-item-inner">
  15.       {% for item in shop_items %}
  16.         <a class="c-brand_shop-item_anchor" href="{{ item.href }}">
  17.           <p class="c-brand_shop-item_anchor__text">{{ item.text }}</p>
  18.         </a>
  19.       {% endfor %}
  20.     </div>
  21.   </div>
  22.   {% include "components/brand/_shop-detail.html.twig" with {
  23.   id: 'shop01',
  24.   title:'ふじきっちん お届け調理センター',
  25.   img01: asset('build/images/brand/fujikitchen/shop01.jpg'),
  26.   sp_img01: asset('build/images/brand/fujikitchen/sp_shop01.jpg'),
  27.   sales_title:'営業時間',
  28.   sales_time:'AM9:00~PM18:00',
  29.   sales_time2:'',
  30.   sales_time3: '',
  31.   sales_time4: '',
  32.   holiday_title:'定休日',
  33.   holiday_date:'お問い合わせください',
  34.   tel_title:'電話番号',
  35.   tel_number:'0120-396-933',
  36.   address_title:'住所',
  37.   address:'神奈川県平塚市西真土1丁目9−45',
  38.   button_text01: 'グランドメニュー',
  39.   src01: 'build/images/common/arrow_white.svg',
  40.   width01: '8',
  41.   height01: '12',
  42.   class01: 'c-black-button',
  43.   button_text02: 'ランチメニュー',
  44.   src02: 'build/images/common/arrow_white.svg',
  45.   width02: '8',
  46.   height02: '12',
  47.   class02: 'c-black-button',
  48.   button_text03: '宴会メニュー',
  49.   src03: 'build/images/common/arrow_white.svg',
  50.   width03: '8',
  51.   height03: '12',
  52.   class03: 'c-black-button',
  53.   gmap:'https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d286.9552745474181!2d139.34617376174776!3d35.35469658604408!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6019acbe3fccfb27%3A0xaac76c4927ec96e7!2z44G144GY44GN44Gj44Gh44KTIOOBiuWxiuOBkeiqv-eQhuOCu-ODs-OCv-ODvA!5e0!3m2!1sja!2sjp!4v1672428438422!5m2!1sja!2sjp',
  54.   }%}
  55. </section>