var/cache/dev/twig/0a/0a571872ffdf3139d1f0e8f606c9bb6cd4097746295f563465795b2518f91ffc.php line 40

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* index.twig */
  14. class __TwigTemplate_2886bd85987e440f3282907ceebd6deefd7734b3d0f71fc1cd65b54ced2d6eb5 extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'stylesheet' => [$this'block_stylesheet'],
  24.             'javascript' => [$this'block_javascript'],
  25.             'main' => [$this'block_main'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 11
  31.         return "default_frame.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  40.         // line 13
  41.         $context["body_class"] = "front_page";
  42.         // line 11
  43.         $this->parent $this->loadTemplate("default_frame.twig""index.twig"11);
  44.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  47.         
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  49.     }
  50.     // line 15
  51.     public function block_stylesheet($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  58.         // line 16
  59.         echo "    <style>
  60.         .slick-slider {
  61.             margin-bottom: 30px;
  62.         }
  63.         .slick-dots {
  64.             position: absolute;
  65.             bottom: -45px;
  66.             display: block;
  67.             width: 100%;
  68.             padding: 0;
  69.             list-style: none;
  70.             text-align: center;
  71.         }
  72.         .slick-dots li {
  73.             position: relative;
  74.             display: inline-block;
  75.             width: 20px;
  76.             height: 20px;
  77.             margin: 0 5px;
  78.             padding: 0;
  79.             cursor: pointer;
  80.         }
  81.         .slick-dots li button {
  82.             font-size: 0;
  83.             line-height: 0;
  84.             display: block;
  85.             width: 20px;
  86.             height: 20px;
  87.             padding: 5px;
  88.             cursor: pointer;
  89.             color: transparent;
  90.             border: 0;
  91.             outline: none;
  92.             background: transparent;
  93.         }
  94.         .slick-dots li button:hover,
  95.         .slick-dots li button:focus {
  96.             outline: none;
  97.         }
  98.         .slick-dots li button:hover:before,
  99.         .slick-dots li button:focus:before {
  100.             opacity: 1;
  101.         }
  102.         .slick-dots li button:before {
  103.             content: \" \";
  104.             line-height: 20px;
  105.             position: absolute;
  106.             top: 0;
  107.             left: 0;
  108.             width: 12px;
  109.             height: 12px;
  110.             text-align: center;
  111.             opacity: .25;
  112.             background-color: black;
  113.             border-radius: 50%;
  114.         }
  115.         .slick-dots li.slick-active button:before {
  116.             opacity: .75;
  117.             background-color: black;
  118.         }
  119.         .slick-dots li button.thumbnail img {
  120.             width: 0;
  121.             height: 0;
  122.         }
  123.     </style>
  124. ";
  125.         
  126.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  127.         
  128.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  129.     }
  130.     // line 93
  131.     public function block_javascript($context, array $blocks = [])
  132.     {
  133.         $macros $this->macros;
  134.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  135.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  136.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  137.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  138.         // line 94
  139.         echo "    <script>
  140.         \$(function() {
  141.             \$('.main_visual').slick({
  142.                 dots: true,
  143.                 arrows: false,
  144.                 autoplay: true,
  145.                 speed: 300
  146.             });
  147.         });
  148.     </script>
  149. ";
  150.         
  151.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  152.         
  153.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  154.     }
  155.     // line 106
  156.     public function block_main($context, array $blocks = [])
  157.     {
  158.         $macros $this->macros;
  159.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  160.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  161.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  162.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  163.         // line 107
  164.         echo "
  165. <!-- ▼main ================================================== -->
  166. <main id=\"content\">
  167. \t<div id=\"keyvisual\">
  168.         <p class=\"home-keyvisual01\">
  169.             <img src=\"assets/img/home/keyvisual_01_01_s.jpg\" alt=\"小ロット生産 実験用生産 タブレットを1錠から打錠。\" class=\"visible-ss\">
  170.             <img src=\"assets/img/home/keyvisual_01_m.jpg\" alt=\"小ロット生産 実験用生産 タブレットを1錠から打錠。\" class=\"hidden-ss uk-hidden-large\">
  171.             <img src=\"assets/img/home/keyvisual_01.jpg\" alt=\"小ロット生産 実験用生産 タブレットを1錠から打錠。\" class=\"uk-visible-large\">
  172.         </p>
  173.         <p class=\"home-keyvisual02 visible-ss\"><img src=\"assets/img/home/keyvisual_01_02_s.png\" alt=\"小ロット生産 実験用生産 タブレットを1錠から打錠。\"></p>
  174.     </div><!-- /#keyvisual -->
  175.     <section id=\"home-01\">
  176. \t    <h1 class=\"page-tit-01\">オンラインショップをご利用のお客様へ<small class=\"note\">ATTENTION</small></h1>
  177. \t    <div class=\"uk-container uk-text-center\">
  178. \t        <p>打錠機用の打錠金型杵・臼をご購入頂く場合、会員登録をしていただく必要がございます。<br class=\"uk-hidden-small\">会員登録がお済みのお客様はログイン後に商品の選択・ご購入が可能です。</p>
  179. \t    </div>
  180.     </section><!-- /#home-01 -->
  181. \t<section class=\"login-page-01\">
  182. \t    <h1 class=\"page-tit-01\">ログイン<small class=\"note\">LOGIN</small></h1>
  183. \t    <div class=\"uk-container\">
  184. \t        <div class=\"com-sec-01\">
  185. \t\t\t\t<div class=\"uk-grid com-grid-40 uk-grid-width-large-1-2 data-uk-grid-match\" data-uk-grid-margin=\"\" data-uk-grid-match=\"{target:'.js-height'}\">
  186. \t\t\t\t\t<div id=\"login-page-01\" class=\"mb40\">
  187. \t\t\t\t\t\t<h2 class=\"contact-tit-01 js-height uk-flex uk-flex-middle uk-flex-center\">会員登録がお済みの方</h2>
  188. \t\t\t\t\t\t<p class=\"mb15\">会員の方は、登録時に入力されたメールアドレスとパスワードでログインしてください。</p>
  189.             <form name=\"login_mypage\" id=\"login_mypage\" method=\"post\" action=\"";
  190.         // line 141
  191.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage_login");
  192.         echo "\">
  193. \t\t\t\t\t\t<div class=\"contact-panel-01 mb20 pt40\">
  194. \t\t\t\t\t\t\t<dl class=\"login-panel-01\">
  195. \t\t\t\t\t\t\t\t<dt class=\"catch\">メールアドレス</dt>
  196. \t\t\t\t\t\t\t\t<dd class=\"more\">
  197.                 <input type=\"email\" id=\"login_email\" name=\"login_email\" required=\"required\" maxlength=\"255\" style=\"ime-mode: disabled;\" placeholder=\"メールアドレス\" class=\"form-control\"></dd>
  198. \t\t\t\t\t\t\t</dl>
  199. \t\t\t\t\t\t\t<dl class=\"login-panel-01\">
  200. \t\t\t\t\t\t\t\t<dt class=\"catch\">パスワード</dt>
  201. \t\t\t\t\t\t\t\t<dd class=\"more\"><input type=\"password\" id=\"login_pass\" name=\"login_pass\" required=\"required\" maxlength=\"255\" placeholder=\"パスワード\" class=\"form-control\"></dd>
  202. \t\t\t\t\t\t\t</dl>
  203.               <button type=\"submit\" class=\"form-btn-02 submit button-01 mt25\">";
  204.         // line 156
  205.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ログイン"), "html"nulltrue);
  206.         echo "</button>
  207. \t\t\t\t\t\t</div>
  208.             <input type=\"hidden\" name=\"_csrf_token\" value=\"";
  209.         // line 158
  210.         echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html"nulltrue);
  211.         echo "\">
  212.             </form>
  213. \t\t\t\t\t\t<p>※パスワードを忘れた方は<a class=\"ec-link\" href=\"";
  214.         // line 161
  215.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("forgot");
  216.         echo "\"><span class=\"color-red\">こちら</span></a>からパスワードの再発行を行ってください。<br>
  217.             ※メールアドレスを忘れた方は、お手数ですが、<a class=\"ec-link\" href=\"";
  218.         // line 162
  219.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("contact");
  220.         echo "\"><span class=\"color-red\">お問い合わせページ</span></a>からお問い合わせください。</p>
  221. \t\t\t\t\t</div><!-- /#contact-02 -->
  222. \t\t\t\t\t<div id=\"login-page-02\" class=\"contact-blu mt0 mb40\">
  223. \t\t\t\t\t\t<h2 class=\"contact-tit-01 js-height uk-flex uk-flex-middle uk-flex-center\" >新規会員登録</h2>
  224. \t\t\t\t\t\t<p class=\"mb15 pl15\">会員登録をすると便利なMyページをご利用いただけます。2</p>
  225. \t\t\t\t\t\t<div class=\"contact-panel-01 mb20 pt40\">
  226. \t\t\t\t\t\t\t<a href=\"";
  227.         // line 169
  228.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("entry");
  229.         echo "\" class=\"form-btn-02 submit button-02\">";
  230.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("新規会員登録"), "html"nulltrue);
  231.         echo "</a>
  232. \t\t\t\t\t\t</div>
  233. \t\t\t\t\t\t<p>※お見積り・ご注文等のご利用は会員登録が必要となります。</p>
  234. \t\t\t\t\t</div><!-- /#contact-03 -->
  235. \t\t\t\t</div><!-- /.uk-grid -->
  236. \t\t\t</div>
  237. \t    </div>
  238. \t</section>
  239. </main><!-- /#main -->
  240. ";
  241.         
  242.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  243.         
  244.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  245.     }
  246.     public function getTemplateName()
  247.     {
  248.         return "index.twig";
  249.     }
  250.     public function isTraitable()
  251.     {
  252.         return false;
  253.     }
  254.     public function getDebugInfo()
  255.     {
  256.         return array (  277 => 169,  267 => 162,  263 => 161,  257 => 158,  252 => 156,  234 => 141,  198 => 107,  188 => 106,  168 => 94,  158 => 93,  73 => 16,  63 => 15,  52 => 11,  50 => 13,  37 => 11,);
  257.     }
  258.     public function getSourceContext()
  259.     {
  260.         return new Source("{#
  261. This file is part of EC-CUBE
  262. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  263. http://www.ec-cube.co.jp/
  264. For the full copyright and license information, please view the LICENSE
  265. file that was distributed with this source code.
  266. #}
  267. {% extends 'default_frame.twig' %}
  268. {% set body_class = 'front_page' %}
  269. {% block stylesheet %}
  270.     <style>
  271.         .slick-slider {
  272.             margin-bottom: 30px;
  273.         }
  274.         .slick-dots {
  275.             position: absolute;
  276.             bottom: -45px;
  277.             display: block;
  278.             width: 100%;
  279.             padding: 0;
  280.             list-style: none;
  281.             text-align: center;
  282.         }
  283.         .slick-dots li {
  284.             position: relative;
  285.             display: inline-block;
  286.             width: 20px;
  287.             height: 20px;
  288.             margin: 0 5px;
  289.             padding: 0;
  290.             cursor: pointer;
  291.         }
  292.         .slick-dots li button {
  293.             font-size: 0;
  294.             line-height: 0;
  295.             display: block;
  296.             width: 20px;
  297.             height: 20px;
  298.             padding: 5px;
  299.             cursor: pointer;
  300.             color: transparent;
  301.             border: 0;
  302.             outline: none;
  303.             background: transparent;
  304.         }
  305.         .slick-dots li button:hover,
  306.         .slick-dots li button:focus {
  307.             outline: none;
  308.         }
  309.         .slick-dots li button:hover:before,
  310.         .slick-dots li button:focus:before {
  311.             opacity: 1;
  312.         }
  313.         .slick-dots li button:before {
  314.             content: \" \";
  315.             line-height: 20px;
  316.             position: absolute;
  317.             top: 0;
  318.             left: 0;
  319.             width: 12px;
  320.             height: 12px;
  321.             text-align: center;
  322.             opacity: .25;
  323.             background-color: black;
  324.             border-radius: 50%;
  325.         }
  326.         .slick-dots li.slick-active button:before {
  327.             opacity: .75;
  328.             background-color: black;
  329.         }
  330.         .slick-dots li button.thumbnail img {
  331.             width: 0;
  332.             height: 0;
  333.         }
  334.     </style>
  335. {% endblock %}
  336. {% block javascript %}
  337.     <script>
  338.         \$(function() {
  339.             \$('.main_visual').slick({
  340.                 dots: true,
  341.                 arrows: false,
  342.                 autoplay: true,
  343.                 speed: 300
  344.             });
  345.         });
  346.     </script>
  347. {% endblock javascript %}
  348. {% block main %}
  349. <!-- ▼main ================================================== -->
  350. <main id=\"content\">
  351. \t<div id=\"keyvisual\">
  352.         <p class=\"home-keyvisual01\">
  353.             <img src=\"assets/img/home/keyvisual_01_01_s.jpg\" alt=\"小ロット生産 実験用生産 タブレットを1錠から打錠。\" class=\"visible-ss\">
  354.             <img src=\"assets/img/home/keyvisual_01_m.jpg\" alt=\"小ロット生産 実験用生産 タブレットを1錠から打錠。\" class=\"hidden-ss uk-hidden-large\">
  355.             <img src=\"assets/img/home/keyvisual_01.jpg\" alt=\"小ロット生産 実験用生産 タブレットを1錠から打錠。\" class=\"uk-visible-large\">
  356.         </p>
  357.         <p class=\"home-keyvisual02 visible-ss\"><img src=\"assets/img/home/keyvisual_01_02_s.png\" alt=\"小ロット生産 実験用生産 タブレットを1錠から打錠。\"></p>
  358.     </div><!-- /#keyvisual -->
  359.     <section id=\"home-01\">
  360. \t    <h1 class=\"page-tit-01\">オンラインショップをご利用のお客様へ<small class=\"note\">ATTENTION</small></h1>
  361. \t    <div class=\"uk-container uk-text-center\">
  362. \t        <p>打錠機用の打錠金型杵・臼をご購入頂く場合、会員登録をしていただく必要がございます。<br class=\"uk-hidden-small\">会員登録がお済みのお客様はログイン後に商品の選択・ご購入が可能です。</p>
  363. \t    </div>
  364.     </section><!-- /#home-01 -->
  365. \t<section class=\"login-page-01\">
  366. \t    <h1 class=\"page-tit-01\">ログイン<small class=\"note\">LOGIN</small></h1>
  367. \t    <div class=\"uk-container\">
  368. \t        <div class=\"com-sec-01\">
  369. \t\t\t\t<div class=\"uk-grid com-grid-40 uk-grid-width-large-1-2 data-uk-grid-match\" data-uk-grid-margin=\"\" data-uk-grid-match=\"{target:'.js-height'}\">
  370. \t\t\t\t\t<div id=\"login-page-01\" class=\"mb40\">
  371. \t\t\t\t\t\t<h2 class=\"contact-tit-01 js-height uk-flex uk-flex-middle uk-flex-center\">会員登録がお済みの方</h2>
  372. \t\t\t\t\t\t<p class=\"mb15\">会員の方は、登録時に入力されたメールアドレスとパスワードでログインしてください。</p>
  373.             <form name=\"login_mypage\" id=\"login_mypage\" method=\"post\" action=\"{{ url('mypage_login') }}\">
  374. \t\t\t\t\t\t<div class=\"contact-panel-01 mb20 pt40\">
  375. \t\t\t\t\t\t\t<dl class=\"login-panel-01\">
  376. \t\t\t\t\t\t\t\t<dt class=\"catch\">メールアドレス</dt>
  377. \t\t\t\t\t\t\t\t<dd class=\"more\">
  378.                 <input type=\"email\" id=\"login_email\" name=\"login_email\" required=\"required\" maxlength=\"255\" style=\"ime-mode: disabled;\" placeholder=\"メールアドレス\" class=\"form-control\"></dd>
  379. \t\t\t\t\t\t\t</dl>
  380. \t\t\t\t\t\t\t<dl class=\"login-panel-01\">
  381. \t\t\t\t\t\t\t\t<dt class=\"catch\">パスワード</dt>
  382. \t\t\t\t\t\t\t\t<dd class=\"more\"><input type=\"password\" id=\"login_pass\" name=\"login_pass\" required=\"required\" maxlength=\"255\" placeholder=\"パスワード\" class=\"form-control\"></dd>
  383. \t\t\t\t\t\t\t</dl>
  384.               <button type=\"submit\" class=\"form-btn-02 submit button-01 mt25\">{{ 'ログイン'|trans }}</button>
  385. \t\t\t\t\t\t</div>
  386.             <input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token('authenticate') }}\">
  387.             </form>
  388. \t\t\t\t\t\t<p>※パスワードを忘れた方は<a class=\"ec-link\" href=\"{{ url('forgot') }}\"><span class=\"color-red\">こちら</span></a>からパスワードの再発行を行ってください。<br>
  389.             ※メールアドレスを忘れた方は、お手数ですが、<a class=\"ec-link\" href=\"{{ url('contact') }}\"><span class=\"color-red\">お問い合わせページ</span></a>からお問い合わせください。</p>
  390. \t\t\t\t\t</div><!-- /#contact-02 -->
  391. \t\t\t\t\t<div id=\"login-page-02\" class=\"contact-blu mt0 mb40\">
  392. \t\t\t\t\t\t<h2 class=\"contact-tit-01 js-height uk-flex uk-flex-middle uk-flex-center\" >新規会員登録</h2>
  393. \t\t\t\t\t\t<p class=\"mb15 pl15\">会員登録をすると便利なMyページをご利用いただけます。2</p>
  394. \t\t\t\t\t\t<div class=\"contact-panel-01 mb20 pt40\">
  395. \t\t\t\t\t\t\t<a href=\"{{ url('entry') }}\" class=\"form-btn-02 submit button-02\">{{ '新規会員登録'|trans }}</a>
  396. \t\t\t\t\t\t</div>
  397. \t\t\t\t\t\t<p>※お見積り・ご注文等のご利用は会員登録が必要となります。</p>
  398. \t\t\t\t\t</div><!-- /#contact-03 -->
  399. \t\t\t\t</div><!-- /.uk-grid -->
  400. \t\t\t</div>
  401. \t    </div>
  402. \t</section>
  403. </main><!-- /#main -->
  404. {% endblock %}
  405. ""index.twig""/home/dwpjdqeo/public_html/dajou.com/shop/public_html/app/template/default/index.twig");
  406.     }
  407. }