<div class="c-brand_shop-detail-wrap">
<h3 id="{{ id }}" class="c-brand_shop-detail_title">{{ title | raw }}</h3>
<div class="c-brand_shop-detail-inner">
<div class="c-brand_shop-detail_img">
<img src="{{ img01 }}" alt="" class="pc-style">
<img src="{{ sp_img01 }}" alt="" class="sp-style">
</div>
<div class="c-brand_shop-detail_info">
<dl class="c-brand_shop-detail_info_wrap">
<dt class="c-brand_shop-detail_info_title">{{ sales_title }}</dt>
<dd class="c-brand_shop-detail_info_text">{{ sales_time|raw }}</dd>
<dd class="c-brand_shop-detail_info_text">{{ sales_time2|raw }}</dd>
<dd class="c-brand_shop-detail_info_text">{{ sales_time3|raw }}</dd>
<dd class="c-brand_shop-detail_info_text">{{ sales_time4|raw }}</dd>
</dl>
<dl class="c-brand_shop-detail_info_wrap">
<dt class="c-brand_shop-detail_info_title">{{ holiday_title }}</dt>
<dd class="c-brand_shop-detail_info_text">{{ holiday_date }}</dd>
</dl>
<dl class="c-brand_shop-detail_info_wrap">
<dt class="c-brand_shop-detail_info_title">{{ tel_title }}</dt>
<dd class="c-brand_shop-detail_info_text">{{ tel_number }}</dd>
</dl>
<dl class="c-brand_shop-detail_info_wrap">
<dt class="c-brand_shop-detail_info_title">{{ address_title }}</dt>
<dd class="c-brand_shop-detail_info_text">{{ address|raw }}</dd>
</dl>
</div>
<div class="c-brand_shop-detail_gmap">
<iframe src="{{ gmap }}" width="100%" height="100%
" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="c-brand_shop-detail_button-area">
{% if href01 is defined %}
<a class="{{ class01 }}" href="{{ href01 }}">{{ button_text01 }}<img src="{{ asset(src01) }}" alt="" style="width: {{ width01 }}px;height: {{ height01 }}px;"></a>
{% endif %}
{% if href02 is defined %}
<a class="{{ class02 }}" href="{{ href02 }}">{{ button_text02 }}<img src="{{ asset(src02) }}" alt="" style="width: {{ width02 }}px;height: {{ height02 }}px;"></a>
{% endif %}
{% if href03 is defined %}
<a class="{{ class03 }}" href="{{ href03 }}">{{ button_text03 }}<img src="{{ asset(src03) }}" alt="" style="width: {{ width03 }}px;height: {{ height03 }}px;"></a>
{% endif %}
{% if href04 is defined %}
<a class="{{ class04 }}" href="{{ href04 }}" target="_blank">{{ button_text04 }}<img src="{{ asset(src04) }}" alt="" style="width: {{ width04 }}px;height: {{ height04 }}px;"></a>
{% else %}
{% endif %}
</div>
</div>
</div>