<div class="l-footerRole__wrap">
<div class="l-blockRole">
<div class="u-cts l-footerRole-howto">
<div class="u-cts__inner">
<ul class="l-footerRole-howto__list">
<li>
<p class="image"><img src="{{ asset('assets/img/icon_creditcard.svg') }}" alt=""></p>
<p class="title">お支払い方法</p>
<div class="button"><a href="{{ url('help_guide') }}#payment" target="_blank" class="c-button--b">詳しく見る</a></div>
</li>
<li>
<p class="image"><img src="{{ asset('assets/img/icon_calendar.svg') }}" alt=""></p>
<p class="title">納期</p>
<div class="button"><a href="{{ url('help_guide') }}#date" target="_blank" class="c-button--b">詳しく見る</a></div>
</li>
<li>
<p class="image"><img src="{{ asset('assets/img/icon_cardboard.svg') }}" alt=""></p>
<p class="title">返品交換</p>
<div class="button"><a href="{{ url('help_guide') }}#exchange" target="_blank" class="c-button--b">詳しく見る</a></div>
</li>
<li>
<p class="image"><img src="{{ asset('assets/img/icon_truck.svg') }}" alt=""></p>
<p class="title">配送方法・送料</p>
<div class="button"><a href="{{ url('help_guide') }}#delivery" target="_blank" class="c-button--b">詳しく見る</a></div>
</li>
</ul>
</div>
</div>
<!-- / --></div>
<div class="l-blockRole">
<div class="u-cts p-breadcrumbs">
<div class="u-cts__inner">
<ul class="p-breadcrumbs__list">
<li><a href="{{ url('homepage') }}">TOP</a></li>
{% if Page.url == 'product_detail' %}
{% set hasSelectcupboard = false %}
{% for ProductCategory in Product.ProductCategories %}
{% if ProductCategory.Category.id == 49 %}
{% set hasSelectcupboard = true %}
{% endif %}
{% endfor %}
{% if hasSelectcupboard %}
<li><a href="{{ url('product_list') }}?category_id=2">セレクト家具</a></li>
<li><a href="{{ url('product_list') }}?category_id=49">組み合わせが選べるカップボード</a></li>
{% else %}
{% for ProductCategory in Product.ProductCategories %}
<li><a href="/products/list?category_id={{ ProductCategory.Category.id }}">{{ ProductCategory.Category.name }}</a></li>
{% endfor %}
{% endif %}
{% endif %}
{% if Page.url == 'product_list' %}
{% if Category is not null and (Category.id == 3) %}
<li>オーダー家具</li>
{% elseif Category is not null and Category.Parent is not null and (Category.Parent.id == 3) %}
<li><a href="{{ url('product_list') }}?category_id=3">オーダー家具</a></li>
<li>{{ Category.name }}</li>
{% elseif Category is not null and (Category.id == 2) %}
<li>セレクト家具</li>
{% elseif Category is not null and (Category.id == 48) %}
<li>パーツ・部品販売</li>
{% else %}
<li><a href="{{ url('product_list') }}?category_id=2">セレクト家具</a></li>
<li>{{ Category.name }}</li>
{% endif %}
{% elseif Page.url != 'homepage' %}
{% if subtitle is defined and subtitle is not empty %}
<li class="a1">{{ subtitle }}</li>
{% elseif title is defined and title is not empty %}
<li class="a2">{{ title }}</li>
{% endif %}
{% endif %}
{#
<li><a href="●●●●●">第2階層</a></li>
<li><a href="●●●●●">第3階層</a></li>
<li>現在位置</li>
#}
</ul>
</div>
</div>
<!-- / --></div>
</div>