{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% set categories = [
{
'name': 'お仏壇・ステージ',
'id':'2',
},
{
'name': 'お位牌',
'id':'1',
},
{
'name': '仏具・日用品',
'id':'4',
},
{
'name': '仏壇・仏具セット',
'id':'3',
},
{
'name': '手元供養',
'id':'21',
},
] %}
{% set siteMaps = [
{
'name': 'お知らせ',
'route': 'reading',
'url': 'user_data'
},
{
'name': '祈りに親しむ',
'route': null,
'url': 'special_posts'
},
{
'name': 'サポートサービス',
'route': 'service',
'url': 'user_data'
},
{
'name': 'ご利用ガイド',
'route': 'guide_top',
'url': 'user_data'
},
{
'name': '会社概要',
'route': 'corporate',
'url': 'user_data'
},
{
'name': 'プライバシーポリシー',
'route': null,
'url': 'help_privacy'
},
{
'name': '会員規約',
'route': null,
'url': 'help_agreement'
},
{
'name': '特定商取引に基づく表記',
'route': null,
'url': 'help_tradelaw'
},
{
'name': 'お問い合わせ',
'route': null,
'url': 'contact'
},
{
'name': 'サイトマップ',
'route': 'sitemap',
'url':'help_sitemap'
},
] %}
{% block main %}
{{ include('recommendation.twig') }}
<div class="footer relative pt-[100px] pb-20 md:pt-11 md:pb-11 mx-auto flex flex-col bg-manakaBeige w-full items-center justify-center gap-y-10 px-[max(8vw,28px)]">
<div class="max-w-[1120px] w-full flex flex-col lg:w-[max(84vw,315px)] gap-y-10 lg:gap-y-6">
<div class="w-full flex flex-col gap-y-11 lg:gap-y-6">
<div class="w-full flex flex-col justify-center gap-y-10 lg:gap-y-3">
<div class="w-full relative flex justify-between items-center lg:justify-center gap-x-6">
<div class="w-full flex flex-col lg:hidden">
<div class="w-full bg-[#E2DFD6] h-[1px]"></div>
<div class="w-full bg-white h-[1px]"></div>
</div>
<h3 class="md:text-lg whitespace-nowrap font-extralight tracking-[2.8px]">商品カテゴリ一覧</h3>
<div class="w-full flex flex-col lg:hidden">
<div class="w-full bg-[#E2DFD6] h-[1px]"></div>
<div class="w-full bg-white h-[1px]"></div>
</div>
<div class="ec-blockTopBtn pagetop hover:opacity-80">
<div class="absolute right-0 top-[-24px] bg-white w-20 h-20 shadow-manaka flex items-center justify-center rounded-full xl:hidden"><img src={{ asset('assets/img/top/arrow_link.svg') }} alt="ページトップ" class="w-8 h-2 -rotate-90 content-center transform translate-x-0"></div>
</div>
</div>
<div class="w-full flex-col hidden lg:flex ">
<div class="w-full bg-[#E2DFD6] h-[1px]"></div>
<div class="w-full bg-white h-[1px]"></div>
</div>
<ul class="w-full lg:w-[max(84vw,315px)] flex gap-x-14 items-center justify-center lg:flex-col gap-y-[14px]">
{% for category in categories %}
<li>
<a href="{{url('product_list',{'category_id':category.id})}}" class="whitespace-nowrap text-[18px] lg:text-base tracking-wider">{{category.name}}</a>
</li>
{% endfor %}
</ul>
<div class="w-full flex flex-col test">
<div class="w-full bg-[#E2DFD6] h-[1px]"></div>
<div class="w-full bg-white h-[1px]"></div>
</div>
</div>
<div class="w-full flex flex-col items-center justify-center gap-y-5">
<a href="{{url("help_about")}}" class="whitespace-nowrap tracking-widest hover">祈りの道具屋 まなかについて</a>
<ul class="flex gap-x-6 flex-wrap items-center justify-center gap-y-4 lg:gap-x-3">
{% for siteMap in siteMaps %}
<li class="text-xs whitespace-nowrap font-extralight font-notosans tracking-wider">
{% if siteMap.url != null %}
<a href="{{ url(siteMap.url, {'route': siteMap.route }) }}">
{{siteMap.name}}
</a>
{% else %}
<a href="{{ url(siteMap.url)}}">
{{siteMap.name}}
</a>
{% endif %}
</li>
{% endfor %}
</ul>
</div>
</div>
<div class="flex flex-col gap-y-8">
<div
class="flex gap-y-5 flex-col">
{# SNS #}
<div class="flex items-center gap-4 justify-center w-full">
<a href="https://www.facebook.com/inorinodouguya.manaka" class="cursor-pointer hover">
<img src={{ asset('assets/img/footer/facebook.svg') }}>
</a>
<a href="https://www.instagram.com/inorinodouguya.manaka" class="cursor-pointer hover">
<img src={{ asset('assets/img/footer/instagram.svg') }}>
</a>
</div>
{# 電話 #}
<div class="flex flex-col gap-y-[10px] items-center">
<a href="tel:0355795671" class="flex gap-x-4 bg-white px-[44px] py-[14px] items-center rounded-full w-[580px] lg:w-[300px] justify-center">
<div class="flex gap-x-2 items-center">
<p class="text-[22px] lg:text-[20px]">03-5579-5671</p>
<img src={{ asset('assets/img/footer/phone.svg') }} alt="電話" class="w-[30px] h-[30px]">
</div>
<p class="text-xs lg:hidden tracking-widest">受付時間/10:00~18:00(年末年始除く)</p>
</a>
<p class="hidden lg:block text-[10px] tracking-widest">受付時間/10:00~18:00(年末年始除く)</p>
</div>
</div>
<div
class="w-full flex flex-col gap-y-10 lg:gap-y-8">
{# 案内 #}
<nav class="flex items-center gap-10 mx-auto lg:flex-col lg:gap-1">
<a href="{{url('user_data',{route:'showroom'})}}" class="text-manakaGold underline tracking-widest cursor-pointer hover lg:text-xs">
銀座・横浜 ショールームのご案内 >
</a>
<a href="{{url('catalog_confirm')}}" class="text-manakaGold underline tracking-widest cursor-pointer hover lg:text-xs">
資料請求はこちら >
</a>
</nav>
{# 会社情報 #}
<div class="w-full items-center justify-center gap-2 flex flex-col text-sm lg:text-xs">
<p class="lg:hidden tracking-widest">モダン位牌・モダン仏壇・ミニ仏壇・ステージ仏壇・おしゃれ仏壇・ミニ骨壺</p>
<p class="tracking-wider">©︎2022 株式会社まなか</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="max-w-[1200px] mx-auto w-full flex justify-between items-center md:flex-col md:gap-y-5 py-8 md:pt-5 md:pb-8 px-10">
<img src={{ asset('assets/img/footer/manaka_logo.webp') }} class="w-[142px] h-auto md:w-[132px] block">
<img src={{ asset('assets/img/footer/manaka_logo_phrase.webp') }} class="w-[184px] h-auto md:w-[164px] block">
</div>
{% endblock %}