app/template/default/Block/footer.twig line 1

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  4. http://www.ec-cube.co.jp/
  5. For the full copyright and license information, please view the LICENSE
  6. file that was distributed with this source code.
  7. #}
  8. <div class="ec-footerRole">
  9.     <div class="ec-footerRole__inner">
  10.         <div class="ec-footerRole__top">
  11.             <a href="{{ url('homepage') }}" class="logo">
  12.                 <img src="{{ asset('assets/img/common/logo-footer.png') }}" alt="エアココ">
  13.             </a>
  14.             <a href="https://kouji.aircoco.shop/" target="_blank" class="ec-footerRole__top__aruaru">エアコン工事の<br>あるある漫画</a>
  15.         </div>
  16.         <div class="ec-footerRole__nav">
  17.             <div class="ec-header__top">
  18.                 <div class="ec-header__top__contact">
  19.                     <a href="tel:080-0222-4466 ">
  20.                         <span>フリーダイヤル<span>080-0222-4466</span></span>
  21.                     </a>
  22.                     <p>受付時間:平日/土日祝 9:00~18:00</p>
  23.                 </div>
  24.                 <div class="ec-header__top__loan">
  25.                     <a href="{{ url('contact') }}" class="btn">
  26.                         <span>お問い合わせ</span>
  27.                     </a>
  28.                 </div>
  29.             </div>
  30.             <div class="lists">
  31.                 <ul class="list">
  32.                     <a href="{{ url('product_list') }}?category_id=8" class="itemLink">商品を探す</a>
  33.                     <a href="{{ url('product_recommend') }}" class="itemLink-sc">おすすめ商品</a>
  34.                     <a href="{{ url('loan') }}" class="itemLink-sc">自社ローン対象商品</a>                    
  35.                 </ul>
  36.                 <ul class="list">
  37.                     <a href="{{ url('construction_only') }}" class="itemLink">工事のみのご依頼</a>
  38.                     <a href="{{ url('new-replace') }}" class="itemLink-sc">新設・交換工事について</a>
  39.                     <a href="{{ url('electrical') }}" class="itemLink-sc">電気工事について</a>
  40.                 </ul>
  41.                 <ul class="list">
  42.                     <a href="{{ url('user_data', {'route': 'strengths'}) }}" class="itemLink">エアココの強み</a>
  43.                     <a href="{{ url('user_data', {'route': 'strengths'}) }}#voice" class="itemLink">お客様の声</a>
  44.                     <a href="{{ url('loan') }}" class="itemLink">エアココ自社ローンについて</a>
  45.                     <a href="{{ url('tel_service') }}" class="itemLink">電話完結型サービスについて</a>
  46.                     
  47.                 </ul>                
  48.                 <ul class="list">
  49.                     <a href="{{ url('columns') }}" class="itemLink">お役立ち情報</a>
  50.                     <a href="{{ url('faq') }}" class="itemLink">よくある質問</a>
  51.                     <a href="{{ url('help_about') }}" class="itemLink">会社概要</a>
  52.                     <a href="{{ url('user_data', {'route': 'sdgs'}) }}" class="itemLink">SDGs</a>
  53.                 </ul>
  54.             </div>
  55.         </div>
  56.         
  57.         <div class="list-link">
  58.             <a href="http://rintec.tokyo/" target="_blank" class="link">合同会社リンテック</a>
  59.             <span class="pc"></span>
  60.             <a href="{{ url('help_privacy') }}" class="link">プライバシーポリシー</a>
  61.             <span class="pc"></span>
  62.             <a href="{{ url('help_tradelaw') }}" class="link">特定商取引に基づく表記</a>
  63.         </div>
  64.         <div class="copyright">
  65.             <p>©2024 エアココ.All Rights Reserved.</p>
  66.         </div>
  67.     </div>
  68. </div>