{% 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/fujikitchen/shop01.jpg'),
sp_img01: asset('build/images/brand/fujikitchen/sp_shop01.jpg'),
sales_title:'営業時間',
sales_time:'AM9:00~PM18:00',
sales_time2:'',
sales_time3: '',
sales_time4: '',
holiday_title:'定休日',
holiday_date:'お問い合わせください',
tel_title:'電話番号',
tel_number:'0120-396-933',
address_title:'住所',
address:'神奈川県平塚市西真土1丁目9−45',
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!1d286.9552745474181!2d139.34617376174776!3d35.35469658604408!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6019acbe3fccfb27%3A0xaac76c4927ec96e7!2z44G144GY44GN44Gj44Gh44KTIOOBiuWxiuOBkeiqv-eQhuOCu-ODs-OCv-ODvA!5e0!3m2!1sja!2sjp!4v1672428438422!5m2!1sja!2sjp',
}%}
</section>