{#
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">
<dl id="help_about_box__shop_name">
<dt>
<label class="ec-label">{{ '店名'|trans }}</label>
</dt>
<dd>タスタスアートギャラリーカフェ</dd>
</dl>
<dl id="help_about_box__company_name">
<dt>
<label class="ec-label">{{ '会社名'|trans }}</label>
</dt>
<dd>株式会社タスタス</dd>
</dl>
<dl id="help_about_box__address">
<dt>
<label class="ec-label">{{ '住所'|trans }}</label>
</dt>
<dd>【本社・東京オフィス】
〒101-0047 東京都千代田区内神田1-11-5 カーサ内神田202<br />
【長野オフィス】
〒386-8567 長野県上田市常田3-15-1 信州大学繊維学部内 Fii施設604号室<br />
【福岡オフィス】
〒810-0041 福岡市中央区大名 2-6-11 Fukuoka Growth Next
</dd>
</dl>
<dl id="help_about_box__phone_number">
<dt>
<label class="ec-label">{{ '電話番号'|trans }}</label>
</dt>
<dd>03-5577-6925</dd>
</dl>
{% 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 %}
<dl id="help_about_box__good_traded">
<dt>
<label class="ec-label">{{ '取り扱い商品'|trans }}</label>
</dt>
<dd>絵画</dd>
</dl>
{% 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>
</div>
</div>
</div>
{% endblock %}