{#
This file is part of EC-CUBE
Copyright(c) 2000-2015 LOCKON CO.,LTD. All Rights Reserved.
http://www.lockon.co.jp/
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#}
{% extends 'default_frame.twig' %}
{% block main %}
<div id="contents" class="main_only">
<div class="container-fluid inner no-padding">
<div id="main">
<h1 class="page-heading">特定商取引法に基づく表記</h1>
<div id="tradelaw_wrap" class="container-fluid">
<div class="row">
<div id="tradelaw_box" class="col-md-10 col-md-offset-1">
<div id="tradelaw__body" class="dl_table">
<dl>
<dt>販売事業者名</dt>
<dd>株式会社 {{ BaseInfo.company_name }}</dd>
</dl>
<dl>
<dt>販売事業者所在地</dt>
<dd>〒816-0823<br>福岡県春日市若葉台西6丁目90番地の1</dd>
</dl>
<dl>
<dt>運営統括責任者</dt>
<dd>藤井 美和子(フジイ ミワコ)</dd>
</dl>
<dl>
<dt>連絡先/ホームページ</dt>
<dd><a target="_blank" href="{{ url('homepage') }}">{{ url('homepage') }}</a></dd>
</dl>
<dl>
<dt>連絡先/電子メール</dt>
<dd>seifuku@tokyo-ladies.co.jp</dd>
</dl>
<dl>
<dt>連絡先/TEL</dt>
<dd>092-574-0807(10:00~18:30 日・祝日定休)</dd>
</dl>
<dl>
<dt>販売価格帯</dt>
<dd>各商品紹介ページに記載がございます。</dd>
</dl>
<dl>
<dt>商品等の引き渡し時期(日数)・<br>発送方法</dt>
<dd>
・制服・ソックス・通学靴<br>
冬服 2月下旬~3月初旬<br>
夏服 4月下旬~6月初旬<br>
・体操服一式<br>
4月上旬
</dd>
</dl>
<dl>
<dt>代金の支払時期および方法</dt>
<dd>
・クレジットカード決済<br>
・代金引換
</dd>
</dl>
<dl>
<dt>商品代金以外に必要な費用 /<br>送料、消費税等</dt>
<dd>送料(1万円以上は送料無料)</dd>
</dl>
<dl>
<dt>返品の取扱条件/返品期限、<br>返品時の送料負担<br>または解約や退会条件</dt>
<dd>・お客様のご都合によるキャンセル・返品はお断りする場合がございます。何卒ご了承ください。<br>
・商品受け取り時に必ず商品の確認をお願いいたします。<br>
・ご注文の商品と内容が違う場合や、 商品の破損・傷みなど品質上問題がある場合は、春日本店(TEL:092-574-0807)までご連絡ください。 返品・交換のお手続きをさせて頂きます。
</dd>
</dl>
<dl>
<dt>不良品の取扱条件</dt>
<dd>
商品受け取り時に必ず商品の確認をお願いいたします。<br>
商品には万全を期しておりますが、万が一下記のような場合には、<br>
春日本店092-574-0807、若しくは太宰府店092-408-8211までお問い合わせください。<br>
・申し込まれた商品と届いた商品が異なっていた場合。<br>
・商品が汚れている、または破損している場合
</dd>
</dl>
</div>
</div><!-- /.col -->
</div><!-- /.row -->
</div>
</div>
</div>
</div>
{% endblock %}