{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% extends 'default_frame.twig' %}
{% block main %}
<div class="ec-role">
<div class="ec-pageHeader">
<h1>{{ '会社概要/アクセス'|trans }}</h1>
</div>
<div class="ec-off1Grid">
<div class="ec-off1Grid__cell">
<div class="ec-borderedDefs">
{% if BaseInfo.shop_name|default is not empty %}
<dl id="help_about_box__shop_name">
<dt>
<label class="ec-label">{{ '店名'|trans }}</label>
</dt>
<dd>{{ BaseInfo.shop_name }}</dd>
</dl>
{% endif %}
{% if BaseInfo.company_name|default is not empty %}
<dl id="help_about_box__company_name">
<dt>
<label class="ec-label">{{ '会社名'|trans }}</label>
</dt>
<dd>{{ BaseInfo.company_name }}</dd>
</dl>
{% endif %}
{% if BaseInfo.postal_code|default is not empty %}
<dl id="help_about_box__address">
<dt>
<label class="ec-label">{{ '住所'|trans }}</label>
</dt>
<dd>{{ '〒'|trans }}{{ BaseInfo.postal_code }}<br />
{{ BaseInfo.pref }}{{ BaseInfo.addr01 }}{{ BaseInfo.addr02 }}
</dd>
</dl>
{% endif %}
{% if BaseInfo.phone_number|default is not empty %}
<dl id="help_about_box__phone_number">
<dt>
<label class="ec-label">{{ '電話番号'|trans }}</label>
</dt>
<dd>{{ BaseInfo.phone_number }}</dd>
</dl>
{% endif %}
{% if BaseInfo.business_hour|default is not empty %}
<dl id="help_about_box__business_hour">
<dt>
<label class="ec-label">{{ '店舗営業時間'|trans }}</label>
</dt>
<dd>{{ BaseInfo.business_hour }}</dd>
</dl>
{% endif %}
{% if BaseInfo.good_traded|default is not empty %}
<dl id="help_about_box__good_traded">
<dt>
<label class="ec-label">{{ '取り扱い商品'|trans }}</label>
</dt>
<dd>{{ BaseInfo.good_traded|nl2br }}</dd>
</dl>
{% endif %}
{% if BaseInfo.message|default is not empty %}
<dl id="help_about_box__message">
<dt>
<label class="ec-label">{{ 'メッセージ'|trans }}</label>
</dt>
<dd>{{ BaseInfo.message|nl2br }}</dd>
</dl>
{% endif %}
</div>
<ul class="div2">
<li>
<div class="kodawari_pic"><img src="{{ asset('/shop/html/user_data/assets/img/about/kodawari_photo8.png') }}" alt="" width="517" ></div>
</li>
<li>
<div class="kodawari_pic"><img src="{{ asset('/shop/html/user_data/assets/img/about/kodawari_photo9.png') }}" alt="" width="517" ></div>
</li></ul>
<div id="newarr_title2">【堺本店】アクセスマップ</div>
<div class="kodawari_line1"></div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3285.4452880359713!2d135.49157255090125!3d34.56759779774683!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6000db84597ccda5%3A0x5acfc40a6e65c29a!2z44CSNTkwLTAwMjQg5aSn6Ziq5bqc5aC65biC5aC65Yy65ZCR6Zm15Lit55S677yR5LiB77yR4oiS77yR!5e0!3m2!1sja!2sjp!4v1489581671175" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
<br />
JR阪和線 三国ヶ丘駅・南海高野線 三国ヶ丘駅より徒歩5分
</div>
</div>
</div>
{% endblock %}