{% 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:'ロココファーム',
img01: asset('build/images/brand/farm/shop01.jpg'),
sp_img01: asset('build/images/brand/farm/sp_shop01.jpg'),
sales_title:'営業時間',
sales_time:'AM10:00~PM17:00',
sales_time2:'',
sales_time3: '',
sales_time4: '',
holiday_title:'定休日',
holiday_date:'お問い合わせください',
tel_title:'電話番号',
tel_number:'080-8086-9510',
address_title:'住所',
address:'神奈川県茅ヶ崎市中島913',
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',
gmap:'https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3255.0926815371276!2d139.36894483104845!3d35.32851991719738!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x601853cf9dce6613%3A0xbf8490913e014f30!2z44Ot44Kz44Kz44OV44Kh44O844Og!5e0!3m2!1sja!2sjp!4v1670864986363!5m2!1sja!2sjp',
}%}
</section>