app/template/osechi/Help/tradelaw.twig line 1

Open in your IDE?
  1. {#
  2. ///////////////////////////////////////////////////////////////////////
  3. This template is part of EC-CUBE Design template.
  4. Copyright(c) JAPAN ELECTRONIC INDUSTRIAL ARTS CO.LTD.
  5. http://www.jeia.co.jp/
  6. For the full copyright and license information, please view the LICENSE
  7. file that was distributed with this source code.
  8. 本テンプレートの著作権は、「株式会社日本電子工藝社」に帰属いたします。
  9. ※本テンプレートを譲渡・再頒布・転用・第三者へ開示することは禁止いたします。
  10. ただし、事業者によるショップ運営者への設置代行を禁止するものではございません。
  11. ※本テンプレートを申請されたご利用サイトへの設置以外の目的で複製することは禁止いたします。
  12. ※本テンプレートデータ内のライセンス条項、および著作権に関する記述を削除することはできません。
  13. ※ご利用サイトを変更することはできません。申請と異なるサイトにてご利用になる場合は、
  14. 別途、ご利用費用をお支払いただく必要がございます。
  15. ※本テンプレートの改変にあたり、一切のサポートはいたしかねます。
  16. ※本テンプレートは、すべての設置環境で動作する事は保証しておりません。
  17. ///////////////////////////////////////////////////////////////////////
  18. #}
  19. {#
  20. 特定商取引法に基づく表記
  21. #}
  22. {% extends 'default_frame.twig' %}
  23. {% block main %}
  24. <div class="ec-helpRole">
  25.     <div class="ec-pageHeader">
  26.         <h1> {{ 'Description based on Specified Commercial Transactions Law'|trans }}</h1>
  27.     </div>
  28.     {% include 'Help/navi.twig' %}
  29.     <div class="ec-borderedDefs">
  30.         <dl>
  31.             <dt>
  32.                 <label class="ec-label">distributor</label>
  33.             </dt>
  34.             <dd>THE GIFT LIFE Inc.</dd>
  35.         </dl>
  36.         <dl>
  37.             <dt>
  38.                 <label class="ec-label">representative person</label>
  39.             </dt>
  40.             <dd>
  41.                 Marehiko Yamada
  42.             </dd>
  43.         </dl>
  44.         <dl>
  45.             <dt>
  46.                 <label class="ec-label">Operation manager</label>
  47.             </dt>
  48.             <dd>
  49.                 Hirato Yamada
  50.             </dd>
  51.         </dl>
  52.         <dl>
  53.             <dt>
  54.                 <label class="ec-label">Head office location</label>
  55.             </dt>
  56.             <dd>
  57.                 2nd floor, Shinoda Building, 23-3 Sakuragaoka-cho, Shibuya-ku, Tokyo 〒150-0031
  58.             </dd>
  59.         </dl>
  60.         <dl>
  61.             <dt>
  62.                 <label class="ec-label">E-MAIL</label>
  63.             </dt>
  64.             <dd><a href="mailto:awd@giftlife.tokyo">awd@giftlife.tokyo</a></dd>
  65.         </dl>
  66. {#
  67.         <dl>
  68.             <dt>
  69.                 <label class="ec-label">TEL</label>
  70.             </dt>
  71.             <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>
  72.         </dl>
  73. #}
  74.         <dl>
  75.             <dt>
  76.                 <label class="ec-label">Share fee</label>
  77.             </dt>
  78.             <dd>
  79. The total price for each product (all prices including consumption tax) is listed on the product introduction page.
  80.             </dd>
  81.         </dl>
  82.         <dl>
  83.             <dt>
  84.                 <label class="ec-label">Delivery Service</label>
  85.             </dt>
  86.             <dd>
  87. 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.
  88.             </dd>
  89.         </dl>
  90.         <dl>
  91.             <dt>
  92.                 <label class="ec-label">payment method</label>
  93.             </dt>
  94.             <dd>
  95.                 *credit card<br>
  96.                 VISA、MASTER、JCB、AMEX、Diners<br>
  97.                 (Payment method is lump sum only)<br>
  98.                 We will make the payment after returning the car.<br>
  99. <br>
  100.             </dd>
  101.         </dl>
  102.         <dl id="cancel">
  103.             <dt>
  104.                 <label class="ec-label">About cancellation</label>
  105.             </dt>
  106.             <dd>
  107. Cancellations are free up to one week in advance. After that, the following charges will apply:
  108. <br><br>
  109. ・between 6 days and 3 days before: 20% fee<br>
  110. ・2 days before: 50% fee<br>
  111. ・the day before: 80% fee<br>
  112. ・Same-day cancellation: 100% fee<br>
  113.             </dd>
  114.         </dl>
  115.     </div>
  116. </div>
  117. {% endblock %}