{% set shop_items = [
{
text:'伊勢原店',
href: '#shop01',
},
{
text:'小田原駅前店',
href: '#shop02',
},
] %}
<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:'やきとりの快 伊勢原店',
img01: asset('build/images/brand/yakitori_kai/shop01.jpg'),
sp_img01: asset('build/images/brand/yakitori_kai/sp_shop01.jpg'),
sales_title:'営業時間',
sales_time:'【平日】<br class="sp-style">17:00~22:00(L.O.21:30)',
sales_time2:'【土日】<br class="sp-style">11:30~14:00(L.O.13:30)<br><span class="pc-style-row">    </span>16:30〜22:00(L.O.21:30)',
sales_time3: '',
sales_time4: '',
holiday_title:'定休日',
holiday_date:'月曜日',
tel_title:'電話番号',
tel_number:'0463-94-3900',
address_title:'住所',
address:'神奈川県伊勢原市東大竹929-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',
href04: 'https://booking.ebica.jp/webrsv/search/e014111401/28808?isfixshop=true',
width04: '16',
height04: '18',
class04: 'c-red-button',
gmap:'https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3252.814162866768!2d139.31448071564577!3d35.385064880264416!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6019aba57b9aaaab%3A0x94b85e3f0c068253!2z44KE44GN44Go44KK44Gu5b-rIOS8iuWLouWOn-W6lw!5e0!3m2!1sja!2sjp!4v1670871635669!5m2!1sja!2sjp',
}%}
{% include "components/brand/_shop-detail.html.twig" with {
id: 'shop02',
title:'炭火やきとり 快 小田原駅前店',
img01: asset('build/images/brand/yakitori_kai/shop02.jpg'),
sp_img01: asset('build/images/brand/yakitori_kai/sp_shop02.jpg'),
sales_title:'営業時間',
sales_time:'16:30~22:00(L.O.21:30)',
sales_time2:'',
sales_time3: '',
sales_time4: '',
holiday_title:'定休日',
holiday_date:'無',
tel_title:'電話番号',
tel_number:'0465-23-7668',
address_title:'住所',
address:'神奈川県小田原市栄町1-4-3 山崎ビル1F',
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',
href04: 'https://booking.ebica.jp/webrsv/search/e014111401/28809?isfixshop=true',
width04: '16',
height04: '18',
class04: 'c-red-button',
gmap:'https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d104174.23105379104!2d139.16625001554283!3d35.31977650584959!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6019a4f8ec8ef6dd%3A0x312e1047f4ebd29d!2z54Kt54Gr44KE44GN44Go44KKIOW_q--8iOOCq-OCpO-8iSDlsI_nlLDljp_pp4XliY3lupc!5e0!3m2!1sja!2sjp!4v1670871722456!5m2!1sja!2sjp',
}%}
</section>