app/template/osechi/Help/company.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. Operating Company
  21. #}
  22. {% extends 'default_frame.twig' %}
  23. {% block main %}
  24. <div class="ec-helpRole">
  25.     <div class="ec-pageHeader">
  26.         <h1>{{ 'Operating Company'|trans }}</h1>
  27.     </div>
  28.     {% include 'Help/navi.twig' %}
  29.     <div class="ec-borderedDefs">
  30.             <dl id="help_about_box__shop_name">
  31.                 <dt>
  32.                     <label class="ec-label">{{ 'Site name'|trans }}</label>
  33.                 </dt>
  34.                 <dd>A wonderful Day</dd>
  35.             </dl>
  36.             <dl id="help_about_box__company_name">
  37.                 <dt>
  38.                     <label class="ec-label">{{ 'Company name'|trans }}</label>
  39.                 </dt>
  40.                 <dd>THE GIFT LIFE Inc.</dd>
  41.             </dl>
  42.             <dl id="help_about_box__address">
  43.                 <dt>
  44.                     <label class="ec-label">{{ 'Location'|trans }}</label>
  45.                 </dt>
  46.                 <dd>
  47.                 2nd floor, Shinoda Building, 23-3 Sakuragaoka-cho, Shibuya-ku, Tokyo
  48.                 </dd>
  49.             </dl>
  50.             <dl id="help_about_box__address">
  51.                 <dt>
  52.                     <label class="ec-label">E-Mail</label>
  53.                 </dt>
  54.                 <dd>
  55.                 awd@giftlife.tokyo
  56.                 </dd>
  57.             </dl>
  58.             <dl id="help_about_box__address">
  59.                 <dt>
  60.                     <label class="ec-label">Business Perpose</label>
  61.                 </dt>
  62.                 <dd>
  63. Endeavors Enabling Remarkable Moments
  64.                 </dd>
  65.             </dl>
  66. {#            
  67.             <dl id="help_about_box__address">
  68.                 <dt>
  69.                     <label class="ec-label">Partner hotels</label>
  70.                 </dt>
  71.                 <dd>
  72. ・The Ritz-Carlton, Tokyo<br>
  73. ・The Ritz-Carlton, Kyoto<br>
  74. ・The Ritz-Carlton, Okinawa<br>
  75. ・Shangri-La Tokyo<br>
  76. ・THE PENINSULA TOKYO<br>
  77. ・Mandarin Oriental Tokyo<br>
  78. ・PALACE HOTEL TOKYO<br>
  79. ・HYATT CENTRIC GINZA TOKYO<br>
  80. ・Grand Hyatt Tokyo<br>
  81. ・Tokyo Marriott Hotel<br>
  82. ・The Westin Yokohama<br>
  83. ・Yokohama Bay Sheraton Hotel & Towers<br>
  84. ・W OSAKA<br>
  85. ・The St. Regis Osaka<br>
  86. ・InterContinental Yokohama Grand<br>
  87. ・The Classic House at Akasaka Prince
  88.                 </dd>
  89.             </dl>
  90. #}
  91.             <dl id="help_about_box__address">
  92.                 <dt>
  93.                     <label class="ec-label">Representative</label>
  94.                 </dt>
  95.                 <dd>
  96.                 CEO: Marehiko Yamada
  97.                 </dd>
  98.             </dl>
  99.             <dl id="help_about_box__address">
  100.                 <dt>
  101.                     <label class="ec-label">Establishment</label>
  102.                 </dt>
  103.                 <dd>
  104.                 March 14, 2013
  105.                 </dd>
  106.             </dl>
  107.             <dl id="help_about_box__address">
  108.                 <dt>
  109.                     <label class="ec-label">Capital</label>
  110.                 </dt>
  111.                 <dd>
  112.                 52.23 million yen
  113.                 </dd>
  114.             </dl>
  115.     </div>
  116. </div>
  117. {% endblock %}