app/template/default/Block/eyecatch.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. <!--
  9. <div class="ec-role">
  10.     <div class="ec-eyecatchRole">
  11.         <div class="ec-eyecatchRole__image">
  12.             <img src="{{ asset('assets/img/top/img_about.jpg') }}" alt="" role="presentation"/>
  13.         </div>
  14.         <div class="ec-eyecatchRole__intro">
  15.             <p class="ec-eyecatchRole__introEnTitle">{{ 'CUBE GELATO ICE'|trans }}</p>
  16.             <p class="ec-eyecatchRole__introTitle">{{ '彩のジェラート"CUBE"をご堪能ください。'|trans }}</p>
  17.             <p class="ec-eyecatchRole__introDescription">{{ 'ジェラートとはイタリアン・アイスクリームのことで、一般的なアイスクリームに比べて、乳脂肪分が低くいのが特徴です。
  18. 当店では厳選した旬の果物のおいしさをそのままジェラートに仕上げました。風味が濃厚でありながら、甘さ控えめでヘルシーなキューブジェラートをご堪能ください。
  19. さらにジェラートの製法を活かした、アイスキャンディ・アイスサンドも販売しております。
  20. '|trans|nl2br }}</p>
  21.             <a class="ec-blockBtn--top" href="{{ url('product_list') }}?category_id=4">{{ '一覧を見る'|trans }}</a>
  22.         </div>
  23.     </div>
  24. </div>
  25. -->
  26. <div style="margin-left: 10%; margin-right: 10%;">
  27.     <Inb style="text-align: center;">
  28.             <p style="font-size: 1.0rem; margin-bottom: 0.2rem;">- Online Order Service -</p>
  29.             <p style="font-size: 1.4rem; font-weight: bold;">ネット注文サービスを始めました!</p>
  30.             <p style="font-size: 1.0rem; margin-top: 1.4rem;">本ショッピングサイトは契約サロン様専用の<br/>ショップとなっております。</p> 
  31.             <p style="font-size: 1.0rem; margin-top: 1.2rem; text-align: center;"><span style="font-weight: bold;">・土日祝日のご注文は、翌営業日のご入金確認後、発送</span><br/><span style="font-weight: bold;">・平日10時~15時迄のご注文はご入金確認後、発送</span><br/> ※集荷の都合上、翌日以降の発送となる場合があります。<p>
  32.             <p style="font-size: 1.2rem; margin-top: 1.0rem;;"><span style="font-weight: bold;">㈱杏 樹</span><br/>☎078-947ー0022<br/>https://anju-inc.co.jp</p>
  33.             <p style="margin: 1.0rem 30% 1.5rem 30%; padding: 1.0rem 2.0rem 1.0rem 2.0rem; color: white; background-color: black; font-size: 1.2rem;">
  34.                 <a href="{{ url('product_list') }}"><font color="#FFFFFF">一覧を見る</font></a></p>
  35.     </Inb>
  36. </div>