templates/pages/brand/edo_fujimaru/_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:'江戸前回転寿司<br>海鮮問屋 ふじ丸 伊勢原店',
  25.   img01: asset('build/images/brand/edo_fujimaru/shop01.jpg'),
  26.   sp_img01: asset('build/images/brand/edo_fujimaru/sp_shop01.jpg'),
  27.   sales_title:'営業時間',
  28.   sales_time:'【月〜木】<br class="sp-style">11:30~15:00(L.O.14:30)<br><span class="pc-style-row">&emsp;&emsp;&emsp;&emsp;&emsp;</span>17:00~21:00(L.O.20:30)',
  29.   sales_time2:'【金曜日】<br class="sp-style">11:30~15:00(L.O.14:30)<br><span class="pc-style-row">&emsp;&emsp;&emsp;&emsp;&emsp;</span>17:00~22:00(L.O.21:30)',
  30.   sales_time3: '【土曜日】<br class="sp-style">11:30~22:00(L.O.21:30)',
  31.   sales_time4: '【日曜日】<br class="sp-style">11:30~21:00(L.O.20:30)',
  32.   holiday_title:'定休日',
  33.   holiday_date:'お問い合わせください',
  34.   tel_title:'電話番号',
  35.   tel_number:'0463-91-1400',
  36.   address_title:'住所',
  37.   address:'神奈川県伊勢原市岡崎4855-1<br>※駐車場有',
  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.   button_text04: '予約する',
  54.   src04: 'build/images/common/icon-reserve.svg',
  55.   width04: '16',
  56.   height04: '18',
  57.   class04: 'c-red-button',
  58.   gmap:'https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3253.0659812893286!2d139.31621905121432!3d35.37881948016908!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6019aba249d7e1cb%3A0x6a81f65ed00e6b23!2z44CSMjU5LTExMzUg56We5aWI5bed55yM5LyK5Yui5Y6f5biC5bKh5bSO77yU77yY77yV77yV4oiS77yR!5e0!3m2!1sja!2sjp!4v1670819272936!5m2!1sja!2sjp',
  59.   }%}
  60. </section>