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

Open in your IDE?
  1. {% set shop_items = [
  2.   {
  3.   text:'小田原駅前店',
  4.   href: '#shop01',
  5.   },
  6.   {
  7.   text:'平塚豊田店',
  8.   href: '#shop02',
  9.   },
  10.   {
  11.   text:'下大井店',
  12.   href: '#shop03',
  13.   },
  14. ] %}
  15. <section class="pg_kaisen_shop">
  16.   {% include "components/common/_block-title.html.twig" with {
  17.     english:'SHOP',
  18.     japanese :'店舗一覧',
  19.     class:'c-block_head',
  20.   }%}
  21.   <div class="c-brand_shop-item-wrap">
  22.     <div class="c-brand_shop-item-inner">
  23.       {% for item in shop_items %}
  24.         <a class="c-brand_shop-item_anchor" href="{{ item.href }}">
  25.           <p class="c-brand_shop-item_anchor__text">{{ item.text }}</p>
  26.         </a>
  27.       {% endfor %}
  28.     </div>
  29.   </div>
  30.   {% include "components/brand/_shop-detail.html.twig" with {
  31.   id: 'shop01',
  32.   title:'炭火焼肉 快 小田原駅前店',
  33.   img01: asset('build/images/brand/yakiniku_kai/shop01.jpg'),
  34.   sp_img01: asset('build/images/brand/yakiniku_kai/sp_shop01.jpg'),
  35.   sales_title:'営業時間',
  36.   sales_time:'【平日】<br class="sp-style">11:30~14:30(L.O.14:00)<br><span class="pc-style-row">&emsp;&emsp;&emsp;&emsp;</span>17:00〜22:00(L.O.21:30)',
  37.   sales_time2:'【土日祝】<br class="sp-style">11:30~14:30(L.O.14:00)<br><span class="pc-style-row">&emsp;&emsp;&emsp;&emsp;&emsp;</span>16:00〜22:00(L.O.21:30)',
  38.   sales_time3: '',
  39.   sales_time4: '',
  40.   holiday_title:'定休日',
  41.   holiday_date:'お問い合わせください',
  42.   tel_title:'電話番号',
  43.   tel_number:'0465-24-3443',
  44.   address_title:'住所',
  45.   address:'神奈川県小田原市栄町2-7-2',
  46.   button_text01: 'グランドメニュー',
  47.   src01: 'build/images/common/arrow_white.svg',
  48.   width01: '8',
  49.   height01: '12',
  50.   class01: 'c-black-button',
  51.   button_text02: 'ランチメニュー',
  52.   src02: 'build/images/common/arrow_white.svg',
  53.   width02: '8',
  54.   height02: '12',
  55.   class02: 'c-black-button',
  56.   button_text03: '宴会メニュー',
  57.   src03: 'build/images/common/arrow_white.svg',
  58.   width03: '8',
  59.   height03: '12',
  60.   class03: 'c-black-button',
  61.   button_text04: '予約する',
  62.   src04: 'build/images/common/icon-reserve.svg',
  63.   href04: 'https://booking.ebica.jp/webrsv/search/e014111401/28810?isfixshop=true',
  64.   width04: '16',
  65.   height04: '18',
  66.   class04: 'c-red-button',
  67.   gmap:'https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d814.5057659168757!2d139.15710682924842!3d35.25568199876849!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6019a4ff4c906b4b%3A0xffdb9fd59b104593!2z54Kt54Gr54S86IKJIOW_qyDlsI_nlLDljp_pp4XliY3lupc!5e0!3m2!1sja!2sjp!4v1670871136910!5m2!1sja!2sjp',
  68.   }%}
  69.   {% include "components/brand/_shop-detail.html.twig" with {
  70.   id: 'shop02',
  71.   title:'炭火焼肉 快 平塚豊田店',
  72.   img01: asset('build/images/brand/yakiniku_kai/shop02.jpg'),
  73.   sp_img01: asset('build/images/brand/yakiniku_kai/sp_shop02.jpg'),
  74.   sales_title:'営業時間',
  75.   sales_time:'【平日】<br class="sp-style">11:30~15:00(L.O.14:30)<br><span class="pc-style-row">&emsp;&emsp;&emsp;&emsp;</span>17:00〜22:00(L.O.21:30)',
  76.   sales_time2:'【土日祝】<br class="sp-style">11:00~15:00(L.O.14:30)<br><span class="pc-style-row">&emsp;&emsp;&emsp;&emsp;&emsp;</span>16:30〜22:00(L.O.21:30)',
  77.   sales_time3: '',
  78.   sales_time4: '',
  79.   holiday_title:'定休日',
  80.   holiday_date:'お問い合わせください',
  81.   tel_title:'電話番号',
  82.   tel_number:'0463-37-5811',
  83.   address_title:'住所',
  84.   address:'神奈川県平塚市南豊田55−1<br>※駐車場有',
  85.   button_text01: 'グランドメニュー',
  86.   src01: 'build/images/common/arrow_white.svg',
  87.   width01: '8',
  88.   height01: '12',
  89.   class01: 'c-black-button',
  90.   button_text02: 'ランチメニュー',
  91.   src02: 'build/images/common/arrow_white.svg',
  92.   width02: '8',
  93.   height02: '12',
  94.   class02: 'c-black-button',
  95.   button_text03: '宴会メニュー',
  96.   src03: 'build/images/common/arrow_white.svg',
  97.   width03: '8',
  98.   height03: '12',
  99.   class03: 'c-black-button',
  100.   gmap:'https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d375.8012272989632!2d139.3272400241997!3d35.35597270092094!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6019ac86e3bb2f83%3A0x2783fc8650defd18!2z54Kt54Gr54S86IKJIOW_qyDlubPloZrosYrnlLDlupc!5e0!3m2!1sja!2sjp!4v1670871008058!5m2!1sja!2sjp',
  101.   }%}
  102.   {% include "components/brand/_shop-detail.html.twig" with {
  103.   id: 'shop03',
  104.   title:'やきにくの快 下大井店',
  105.   img01: asset('build/images/brand/yakiniku_kai/shop03.jpg'),
  106.   sp_img01: asset('build/images/brand/yakiniku_kai/sp_shop03.jpg'),
  107.   sales_title:'営業時間',
  108.   sales_time:'【平日】<br class="sp-style">11:30~15:00(L.O.14:30)<br><span class="pc-style-row">&emsp;&emsp;&emsp;&emsp;</span>17:00〜21:30(L.O.21:00)',
  109.   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)',
  110.   sales_time3: '',
  111.   sales_time4: '',
  112.   holiday_title:'定休日',
  113.   holiday_date:'お問い合わせください',
  114.   tel_title:'電話番号',
  115.   tel_number:'0465-39-4222',
  116.   address_title:'住所',
  117.   address:'神奈川県小田原市下大井433-4<br>※駐車場有',
  118.   button_text01: 'グランドメニュー',
  119.   src01: 'build/images/common/arrow_white.svg',
  120.   width01: '8',
  121.   height01: '12',
  122.   class01: 'c-black-button',
  123.   button_text02: 'ランチメニュー',
  124.   src02: 'build/images/common/arrow_white.svg',
  125.   width02: '8',
  126.   height02: '12',
  127.   class02: 'c-black-button',
  128.   button_text03: '宴会メニュー',
  129.   src03: 'build/images/common/arrow_white.svg',
  130.   width03: '8',
  131.   height03: '12',
  132.   class03: 'c-black-button',
  133.   gmap:'https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d26055.034239576387!2d139.14115852433557!3d35.28412758846867!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6019a4ff4c906b4b%3A0xffdb9fd59b104593!2z54Kt54Gr54S86IKJIOW_qyDlsI_nlLDljp_pp4XliY3lupc!5e0!3m2!1sja!2sjp!4v1670871293086!5m2!1sja!2sjp',
  134.   }%}
  135. </section>