{#
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>〒606-8275<br>京都市左京区北白川上別当町21-5</dd>
</dl>
<dl>
<dt>運営統括責任者</dt>
<dd>水戸 正幸(ミト マサユキ)</dd>
</dl>
<dl>
<dt>連絡先/ホームページ</dt>
<dd><a target="_blank" href="http://www.mitohifuku.co.jp">http://www.mitohifuku.co.jp</a></dd>
</dl>
<dl>
<dt>連絡先/電子メール</dt>
<dd><a href="mailto:mu@mitohifuku.co.jp">mu@mitohifuku.co.jp</a></dd>
</dl>
<dl>
<dt>連絡先/TEL</dt>
<dd>075-781-8360</dd>
</dl>
<dl>
<dt>販売価格帯</dt>
<dd>各商品紹介ページに記載がございます。</dd>
</dl>
<dl>
<dt>商品等の引き渡し時期(日数)</dt>
<dd>
2月下旬~4月上旬
</dd>
</dl>
<dl>
<dt>商品の引き渡し方法</dt>
<dd>
・自宅配送<br>
・店頭受け取り<br>
・(学校受け取り)
</dd>
</dl>
<dl>
<dt>代金の支払時期および方法</dt>
<dd>
・クレジットカード決済<br>
・代金引換
</dd>
</dl>
<dl>
<dt>商品代金以外に必要な費用 /<br>送料、消費税等</dt>
<dd>
・送料一律750円<br>
・代引きの場合手数料一律750円
</dd>
</dl>
<dl>
<dt>返品の取扱条件/返品期限、<br>返品時の送料負担<br>または解約や退会条件</dt>
<dd>
<p class="tenn" style="margin:0;">お客様のご都合によるキャンセル・返品は承ることができません。</p>
<p class="tenn" style="margin:0;">ご注文の商品と内容が違う場合や、商品の破損・傷みなど品質上問題がある場合は、075-708-8626までご連絡ください。<br>
当社の送料負担にて、返品・交換のお手続きをさせていただきます。</p>
</dd>
</dl>
<!---
<dl>
<dt>不良品の取扱条件</dt>
<dd>商品受け取り時に必ず商品の確認をお願いいたします。<br>
商品には万全を期しておりますが、万が一下記のような場合にはお電話にてお問い合わせください。<br>
<br>
・申し込まれた商品と届いた商品が異なっていた場合<br>
・商品が汚れている、または破損している場合
</dd>
</dl>
--->
</div>
</div><!-- /.col -->
</div><!-- /.row -->
</div>
</div>
</div>
</div>
{% endblock %}