{#
///////////////////////////////////////////////////////////////////////
This template is part of EC-CUBE Design template.
Copyright(c) JAPAN ELECTRONIC INDUSTRIAL ARTS CO.LTD.
http://www.jeia.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-helpRole">
<div class="ec-pageHeader">
<h1> {{ 'Description based on Specified Commercial Transactions Law'|trans }}</h1>
</div>
{% include 'Help/navi.twig' %}
<div class="ec-borderedDefs">
<dl>
<dt>
<label class="ec-label">distributor</label>
</dt>
<dd>THE GIFT LIFE Inc.</dd>
</dl>
<dl>
<dt>
<label class="ec-label">representative person</label>
</dt>
<dd>
Marehiko Yamada
</dd>
</dl>
<dl>
<dt>
<label class="ec-label">Operation manager</label>
</dt>
<dd>
Hirato Yamada
</dd>
</dl>
<dl>
<dt>
<label class="ec-label">Head office location</label>
</dt>
<dd>
2nd floor, Shinoda Building, 23-3 Sakuragaoka-cho, Shibuya-ku, Tokyo 〒150-0031
</dd>
</dl>
<dl>
<dt>
<label class="ec-label">E-MAIL</label>
</dt>
<dd><a href="mailto:awd@giftlife.tokyo">awd@giftlife.tokyo</a></dd>
</dl>
{#
<dl>
<dt>
<label class="ec-label">TEL</label>
</dt>
<dd>03-5784-3280<br>*We accept inquiries from customers from 10:00 to 18:00 on our business days (Monday to Friday, excluding holidays). Please note that responses to inquiries may be delayed during Golden Week, summer, and New Year's holidays as our company is closed.</dd>
</dl>
#}
<dl>
<dt>
<label class="ec-label">Share fee</label>
</dt>
<dd>
The total price for each product (all prices including consumption tax) is listed on the product introduction page.
</dd>
</dl>
<dl>
<dt>
<label class="ec-label">Delivery Service</label>
</dt>
<dd>
Delivery Service: Free at AWD's certified hotels within Tokyo's 23 wards. ¥30,000 within the same area for non-certified hotels with us. For delivery outside Tokyo within a 200 km radius, please inquire about the fee with the hotel concierge or contact us directly.
</dd>
</dl>
<dl>
<dt>
<label class="ec-label">payment method</label>
</dt>
<dd>
*credit card<br>
VISA、MASTER、JCB、AMEX、Diners<br>
(Payment method is lump sum only)<br>
We will make the payment after returning the car.<br>
<br>
</dd>
</dl>
<dl id="cancel">
<dt>
<label class="ec-label">About cancellation</label>
</dt>
<dd>
Cancellations are free up to one week in advance. After that, the following charges will apply:
<br><br>
・between 6 days and 3 days before: 20% fee<br>
・2 days before: 50% fee<br>
・the day before: 80% fee<br>
・Same-day cancellation: 100% fee<br>
</dd>
</dl>
</div>
</div>
{% endblock %}