{% extends '@user_data/layout/default_frame.twig' %}
{% block title %}
配送・送料について | こだわり品質【小ロット1個から】ZEAMI Goods
{% endblock %}
{% block content %}
<!-- ▼▼ MAIN CONTENTS __________________________________________________________________________________________________ ▼▼ -->
<main
id="mainContents">
<!-- // ++ パンクズ ++ //////////////////////////////////////////////////////////// // -->
<div id="bread_crumbBloc" class="fades">
<ul id="breadCrumb" class="fades">
<li class="up">
<a href="/"><img src="{{ asset('assets/img/icon_home.png') }}" alt="ホーム"></a>
</li>
<li class="up">
ご利用ガイド
</li>
<li class="up">配送・送料について</li>
</ul>
<!-- ///// #breadCrumb +++++ ///// -->
<!-- ///// +++++ #bread_crumbBloc +++++ ///// -->
</div>
<!-- // == MAIN ================================================================================ // -->
<section
id="Delivery" class="section_basic">
<!-- // ++ ページタイトル ++ /////////////////////////////////////////////////////////////// -->
<div id="section_titleBloc" class="fades twolayout_body">
<div id="title_twoLayout">
<h3 class="section_title up">配送・送料について</h3>
{% if deliveryDiscount.type and (deliveryDiscount.discount) and (deliveryDiscount.type) %}
<p class="title_cap up">商品代金{{deliveryDiscount.MinOrder|price}}円以上で送料{{deliveryDiscount.discount|price}}{{deliveryDiscount.type}}OFFサービス</p>
{% endif %}
<p class="section_note up">大阪にある自社工房から全世界に発送いたします。<br>
※来店引取時 無料</p>
</div>
<!-- //// ++++ #title_twoLayout ++++ //// -->
<figure id="titlePic" class="two_layout"><img src="{{ asset('/html/user_data/assets/image/delivery_image2.png') }}"></figure>
<!-- ///// #section_titleBloc +++++ ///// -->
</div>
<!-- // ++ 送料など ++ /////////////////////////////////////////////////////////////// -->
<div id="Postage" class="one_box">
<h3 class="section_title up">送料など</h3>
<div id="tableContainer" class="fades">
<table id="postageTable" cellpadding="0" cellspacing="0" class="fades">
<tbody>
<tr>
<th class="carrier" rowspan="2">運送業者</th>
<th class="postage_price separator" colspan="4">配送料金</th>
<th class="postage_type" rowspan="2">配達日数<br>目安</th>
<th class="postage_type" rowspan="2">到着日<br>指定</th>
<th class="postage_type" rowspan="2">到着時間<br>指定</th>
<th class="postage_type" rowspan="2">代金引換</th>
<th class="postage_type" rowspan="2">配達形式</th>
</tr>
<tr>
<th class="postage_price">全国</th>
<th class="postage_price">北海道</th>
<th class="postage_price">沖縄</th>
<th class="postage_price separator">離島</th>
</tr>
{% for delivery in deliveries %}
<tr>
<td class="carrier">{{delivery.name}}</td>
<td class="postage_price">{{delivery.nationwide ? delivery.nationwide|price : '-'}}</td>
<td class="postage_price">
{% for item in delivery.DeliveryFees %}
{% if item.Pref.name == "北海道" %}
{{item.fee is defined and item.fee is not null and item.fee|trim != '' ? item.fee|price : '-'}}
{% endif %}
{% endfor %}
</td>
<td class="postage_price">
{% for item in delivery.DeliveryFees %}
{% if item.Pref.name == "沖縄県" or item.Pref.name == "沖縄" %}
{{item.fee is defined and item.fee is not null and item.fee|trim != '' ? item.fee|price : '-'}}
{% endif %}
{% endfor %}
</td>
<td class="postage_price separator"> {{delivery.islands is same as(0) ? 'Ask' : (delivery.islands ? delivery.islands|price : '-')}}</td>
<td>{{delivery.delivery_date}}</td>
<td>{{delivery.arrive_date ? '◯' : '×'}}</td>
<td class="postage_type">
{% if delivery.DeliveryTimes|length > 0 %}
{% for time in delivery.DeliveryTimes %}
{{ time.delivery_time }} <br>
{% endfor %}
{% else %}
{{ '×' }}
{% endif %}
</td>
<td>{{delivery.pay_cash ? '◯' : '×'}}</td>
<td>{{delivery.delivery_type}}</td>
</tr>
{% endfor %}
<tr>
<td class="carrier">海外発送</td>
<td class="postage_price" colspan="4" style="border-right: 4px solid #014646">{{minInternationalFee ? (minInternationalFee|price ~ '〜') : '-'}}</td>
<td class="postage_price" colspan="5"></td>
</tr>
</tbody>
</table>
</div>
<div style="margin-top: 30px">※一部の地域(離島等)はご注文後に正式な送料をご連絡させていただく場合がございます。予めご了承ください。</div>
<!-- //// ++++ #tableContainer ++++ //// -->
<!-- ///// #Postage +++++ ///// -->
</div>
<!-- // ++ お届け日数について ++ /////////////////////////////////////////////////////////////// -->
<div id="Postage" class="one_box">
<h3 class="section_title up">お届け日数について</h3>
<p class="title_cap up">平常配送日数目安</p>
<ul
id="postage_infoList">
{% for delivery in deliveries %}
<!-- ☆☆ クロネコゆうパケット ☆☆ -->
<li class="one_data up">
<h5 class="postage_list_headline up">{{delivery.name}}</h5>
<figure class="postage_pic up"><img style="width: 361px; height: 272px;" src="{{ asset(delivery.image|no_image_product, 'save_image') }}"></figure>
<!-- //// .one_data **** /// -->
</li>
{% endfor %}
<!-- //// ++++ #postage_infoList ++++ ///// -->
</ul>
<p class="postage_cap up">天候・災害・交通事情・その他トラブルが発生した場合、ご指定の日時での配送が出来ない場合がございます。納期にはじゅうぶん余裕を持ってご注文頂けますようお願い致します。一部の地域(離島等)は、それ以降の配送の可能性もございます。</p>
<!-- ///// #Postage +++++ ///// -->
</div>
<!-- // ++ 店頭引取について ++ /////////////////////////////////////////////////////////////// -->
<div id="Store" class="one_box">
<h3 class="section_title up">店頭引取について</h3>
<h4 class="guide_headline fades">本社/FACTO_OSAKA [大阪・江坂]</h4>
<p class="flow_notes indent up">◯ 商品お受取時店頭支払(現金・クレジットカード・PayPay・au PAY)</p>
<p class="flow_notes indent up">◯ 店頭引取をご希望の場合は、完成予定日の翌営業日11時からお引取可能。事前のご予約にご協力ください</p>
<figure id="payment-accessMap">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3277.868877398006!2d135.4902870757471!3d34.75889572289904!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6000e5b6f9ba168b%3A0x3185ef8a686677c2!2sFACTO_OSAKA!5e0!3m2!1sja!2sjp!4v1713609119019!5m2!1sja!2sjp" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</figure>
<!-- /// +++ #payment-accessMap +++ /// -->
<p class="flow_notes up">〒564-0051 大阪府吹田市豊津町21-10 クルーズ江坂第二ビル2F<br>
<span class="nolink">tel 06-6384-8422</span><br>
営業時間:11:00〜19:00<a href="#" target="_blank">(営業日カレンダー)</a>
</p>
<!-- ///// #Store +++++ ///// -->
</div>
<!-- // ++ GUIDE LINK ++ //////////////////////////////////////////////////////////// -->
{# {% include '@user_data/layout/guide_link.twig' %} #}
</section>
<!-- ///// +++++ #Delivery +++++ ///// -->
<!-- ///// +++++ #mainContents +++++ ///// -->
</main>
{% endblock %}