{#This file is part of EC-CUBECopyright(c) EC-CUBE CO.,LTD. All Rights Reserved.http://www.ec-cube.co.jp/For the full copyright and license information, please view the LICENSEfile that was distributed with this source code.#}{% extends 'default_frame.twig' %}{% block main %}<style> @media screen and (max-width: 768px) { .custom-heading__ja{ font-size: 1.2rem; } .custom-heading__en{ font-size: 0.75rem; } } </style><div class="custom-heading"> <div class="custom-heading__row"> <img src="/html/user_data/ContentImg/siopanda.png" alt="Logo" class="custom-heading__logo"> <div class="custom-heading__text"> <span class="custom-heading__ja">{{ '特定商取引に基づく表示'|trans }}</span> <span class="custom-heading__en">{{ 'Trade Law'|trans }}</span> </div> </div></div><div class="ec-role"> <table class="tokusho-table"> <tr> <th class="tokusho-item-col">販売事業者</th> <td class="tokusho-content-col">株式会社伊勢屋建材店</td> </tr> <tr> <th class="tokusho-item-col">代表責任者</th> <td class="tokusho-content-col">内海 博嗣</td> </tr> <tr> <th class="tokusho-item-col">所在地</th> <td class="tokusho-content-col">〒462-0035 愛知県名古屋市北区大野町4丁目10-1<br/><br/><店舗 問い合わせ先><br/>店舗:Good Bakery 伊せ屋<br/>店舗所在地:愛知県江南市大間町新町147<br/> </td> </tr> <tr> <th class="tokusho-item-col">電話番号</th> <td class="tokusho-content-col">052-911-5531<br/><br/><店舗 問い合わせ先><br/>電話番号:0587-81-3061 <br/>受付時間:9:00~17:00<br/> </td> </tr> <tr> <th class="tokusho-item-col">メールアドレス</th> <td class="tokusho-content-col"><a href="mailto:iseyabread@gmail.com">iseyabread@gmail.com</a></td> </tr> <tr> <th class="tokusho-item-col">販売価格</th> <td class="tokusho-content-col">各商品ページに記載</td> </tr> <tr> <th class="tokusho-item-col">商品代金以外の必要料金</th> <td class="tokusho-content-col">消費税、送料</td> </tr> <tr> <th class="tokusho-item-col">引き渡し時期</th> <td class="tokusho-content-col">ご注文から7~9営業日以内に発送いたします</td> </tr> <tr> <th class="tokusho-item-col">お支払方法</th> <td class="tokusho-content-col">クレジットカード</td> </tr> <tr> <th class="tokusho-item-col">お支払期限</th> <td class="tokusho-content-col">ご注文確定即時</td> </tr> <tr> <th class="tokusho-item-col">返品・交換・キャンセル等</th> <td class="tokusho-content-col">商品に欠陥がある場合を除き、返品・交換はお受けできません<br/>なお、返品などのお問い合わせは以下にお願いします。<br/><br/> 店舗:Good Bakery 伊せ屋<br/> 店舗所在地:愛知県江南市大間町新町147<br/> 店舗電話番号:0587-81-3061<br/> 受付時間:9:00~17:00<br/> </td> </tr> <tr> <th class="tokusho-item-col">返品期限</th> <td class="tokusho-content-col">商品到着後2日以内にご連絡ください</td> </tr> <tr> <th class="tokusho-item-col">返品送料</th> <td class="tokusho-content-col">初期不良の場合は当店負担</td> </tr> <tr> <th class="tokusho-item-col">送料</th> <td class="tokusho-content-col">ユーザ―ガイド<a href="/guide#fee">「送料について」</a>をご確認ください</td> </tr> </table></div>{#<div class="ec-role"> <div class="ec-pageHeader"> <h1> {{ '特定商取引法に基づく表記'|trans }}</h1> </div> <div class="ec-off1Grid"> <div class="ec-off1Grid__cell"> <div class="ec-borderedDefs"> {% for tradelaw in tradelaws|filter(t => t.name and t.description) %} <dl> <dt> <label class="ec-label">{{ tradelaw.name }}</label> </dt> <dd>{{ tradelaw.description|raw }}</dd> </dl> {% endfor %} </div> </div> </div> </div>#} {% endblock %}