{% set shop_items = [
{
text:'伊勢原店',
href: '#shop01',
},
] %}
<section class="pg_kaisen_shop">
{% include "components/common/_block-title.html.twig" with {
english:'SHOP',
japanese :'店舗一覧',
class:'c-block_head',
}%}
<div class="c-brand_shop-item-wrap">
<div class="c-brand_shop-item-inner">
{% for item in shop_items %}
<a class="c-brand_shop-item_anchor" href="{{ item.href }}">
<p class="c-brand_shop-item_anchor__text">{{ item.text }}</p>
</a>
{% endfor %}
</div>
</div>
{% include "components/brand/_shop-detail.html.twig" with {
id: 'shop01',
title:'江戸前回転寿司<br>海鮮問屋 ふじ丸 伊勢原店',
img01: asset('build/images/brand/edo_fujimaru/shop01.jpg'),
sp_img01: asset('build/images/brand/edo_fujimaru/sp_shop01.jpg'),
sales_title:'営業時間',
sales_time:'【月〜木】<br class="sp-style">11:30~15:00(L.O.14:30)<br><span class="pc-style-row">     </span>17:00~21:00(L.O.20:30)',
sales_time2:'【金曜日】<br class="sp-style">11:30~15:00(L.O.14:30)<br><span class="pc-style-row">     </span>17:00~22:00(L.O.21:30)',
sales_time3: '【土曜日】<br class="sp-style">11:30~22:00(L.O.21:30)',
sales_time4: '【日曜日】<br class="sp-style">11:30~21:00(L.O.20:30)',
holiday_title:'定休日',
holiday_date:'お問い合わせください',
tel_title:'電話番号',
tel_number:'0463-91-1400',
address_title:'住所',
address:'神奈川県伊勢原市岡崎4855-1<br>※駐車場有',
button_text01: 'グランドメニュー',
src01: 'build/images/common/arrow_white.svg',
width01: '8',
height01: '12',
class01: 'c-black-button',
button_text02: 'ランチメニュー',
src02: 'build/images/common/arrow_white.svg',
width02: '8',
height02: '12',
class02: 'c-black-button',
button_text03: '宴会メニュー',
src03: 'build/images/common/arrow_white.svg',
width03: '8',
height03: '12',
class03: 'c-black-button',
button_text04: '予約する',
src04: 'build/images/common/icon-reserve.svg',
width04: '16',
height04: '18',
class04: 'c-red-button',
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',
}%}
</section>