{#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.#}{% block stylesheet %}<style>.footer-frame { position: relative; max-width: 1300px;}.footer-left { position: absolute; margin: 5px; top: 0; left: 0; max-width: 47%; word-wrap: break-word;}.footer-right{ position: absolute; margin: 5px; top: 0; left: 50%; max-width: 47%; word-wrap: break-word;}</style>{% endblock %}<div class="ec-footerRole" style="background-color: white !important;"> <div class="ec-footerRole__inner"><div class="footer-frame" style="overflow: scroll;"> <img src="{{ asset('assets/imgs/footerback.png','user_data') }}" alt="footer" style="max-width: 100vw;"> <div class="footer-left"> <p> <div> ■お支払方法について </div> <div> クレジットカードがご利用いただけます。 <img src="{{ asset('assets/imgs/cards.png', 'user_data') }}" alt="cards" style="max-width: 100%;"> </div> </p> <p> <div style="margin-top: 10px;"> ■送料について </div> <div> 送料は無料です。 </div> </p> <p> <div style="margin-top: 10px;"> ■配送方法について </div> <div> メール便対応サイズの商品は、メール便での配送となります。 その他の商品は、定形外郵便での配送となります。<br /> 【業者】クロネコヤマト </div> </p> <p> <div style="margin-top: 10px;"> ■お届け日について </div> <div> 原則、注文日より5営業日以内に発送致します。 ただし、年末年始、ゴールデンウィーク、夏季休暇時期は それ以上の日数がかかる場合がございます。 また、配送地域や自然災害等により到着が遅れる場合が ございます。 </div> </p> </div> <div class="footer-right"> <p> <div> ■返品について </div> <div> 商品到着時における商品本体の不良、破損または配送の手違いなどの 場合は、良品との交換をさせていただきます。この場合、商品到着後 7日以内に問い合わせフォームよりご連絡ください。お客様のご都合による キャンセル、交換のご希望はお受け出来ませんのでご了承下さい。 </div> </p> <p> <div style="margin-top: 10px;"> ■個人情報のお取り扱いについて </div> <div> 当店は、お客様からお預かりした個人情報(お名前・ご住所・ 電話番号等)は責任を持って保管し、商品の発送業務以外、 第三者に譲渡・提供する事はございません。 </div> </p> </div></div> <ul class="ec-footerNavi" style=" color: black !important;"> <li class="ec-footerNavi__link"> <a href="{{ url('help_about') }}">{{ 'front.block.footer.about_us'|trans }}</a> </li> <li class="ec-footerNavi__link"> <a href="{{ url('help_privacy') }}">{{ 'front.block.footer.privacy_policy'|trans }}</a> </li> <li class="ec-footerNavi__link"> <a href="{{ url('help_tradelaw') }}">{{ 'front.block.footer.act_on_specified_commercial_transactions'|trans }}</a> </li> <li class="ec-footerNavi__link"> <a href="{{ url('contact') }}">{{ 'front.block.footer.inquiry'|trans }}</a> </li> </ul> <div class="ec-footerTitle" style=" color: black !important;"> <div class="ec-footerTitle__logo"> <a href="{{ url('homepage') }}">{{ BaseInfo.shop_name }}</a> </div> <div class="ec-footerTitle__copyright">copyright (c) {{ BaseInfo.shop_name }} all rights reserved.</div> </div> </div></div>