var/cache/dev/twig/03/03264efa640f902b93d145972b7327ec921b7567d89ed8de85181136ba908622.php line 52

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. /* Contact/index.twig */
  14. class __TwigTemplate_e8021a2e3eaf1bde471875a5d920d4d6c84d597ec78059eb0df34d5ad3458338 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.             'javascript' => [$this'block_javascript'],
  24.             'main' => [$this'block_main'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 1
  30.         return "fullwidth_frame.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Contact/index.twig"));
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Contact/index.twig"));
  39.         // line 3
  40.         $this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'3$this->source); })()), [=> "Form/form_div_layout.twig"], true);
  41.         // line 1
  42.         $this->parent $this->loadTemplate("fullwidth_frame.twig""Contact/index.twig"1);
  43.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  46.         
  47.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  48.     }
  49.     // line 5
  50.     public function block_javascript($context, array $blocks = [])
  51.     {
  52.         $macros $this->macros;
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  57.         // line 6
  58.         echo "    <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
  59.     <script>
  60.         \$(document).ready(function() {
  61.         \$('#privacy_policy').change(function() {
  62.             if (\$(this).is(':checked')) {
  63.                 \$('#submit_button').removeAttr('disabled');
  64.             } else {
  65.                 \$('#submit_button').attr('disabled', 'disabled');
  66.             }
  67.         });
  68.     });
  69.     </script>
  70. ";
  71.         
  72.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  73.         
  74.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  75.     }
  76.     // line 21
  77.     public function block_main($context, array $blocks = [])
  78.     {
  79.         $macros $this->macros;
  80.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  81.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  82.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  83.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  84.         // line 22
  85.         echo "
  86. <div class=\"home_title__inner\">
  87.     <h2 class=\"home_en_title \"><span class=\"en\">Contact </span><small>お問い合わせ</small></h2>
  88. </div><!--/.home_title__inner-->
  89. <section class=\"page_section\">
  90.     <div class=\"page_container\">
  91.         <p class=\"ec-para-normal\">
  92.             家具・インテリアのオンライン通販をご利用いただき、誠にありがとうございます。<br>
  93.             ご不明な点がございましたら、まずは「<a target=\"_blank\" href=\"";
  94.         // line 31
  95.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  96.         echo "guide\">ご利用ガイド</a>」または「<a target=\"_blank\" href=\"";
  97.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  98.         echo "faq\">よくある質問</a>」をご確認ください。
  99.         </p>
  100.         <br>
  101.         <h2 class=\"page_h2\">ご利用ガイド</h2>
  102.         <div class=\"page_link_nav\">
  103.             <nav>
  104.                 <ul class=\"page_link_nav__list\">
  105.                     <li>
  106.                         <a href=\"";
  107.         // line 41
  108.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  109.         echo "guide#target_01\"><span>ご注文について</span></a>
  110.                     </li>
  111.                     <li>
  112.                         <a href=";
  113.         // line 44
  114.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  115.         echo "guide\"#target_02\"><span>ご注文方法について</span></a>
  116.                     </li>
  117.                     <li>
  118.                         <a href=\"#target_03\"><span>お支払い方法について</span></a>
  119.                     </li>
  120.                     <li>
  121.                         <a href=\"";
  122.         // line 50
  123.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  124.         echo "guide#target_04\"><span>配送・送料について</span></a>
  125.                     </li>
  126.                     <li>
  127.                         <a href=\"";
  128.         // line 53
  129.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  130.         echo "guide#target_05\"><span>搬入・設置について</span></a>
  131.                     </li>
  132.                     <li>
  133.                         <a href=\"";
  134.         // line 56
  135.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  136.         echo "guide#target_06\"><span>キャンセル・返品について</span></a>
  137.                     </li>
  138.                 </ul>
  139.             </nav>
  140.         </div><!--/.page_link_nav-->
  141.         <h2 class=\"page_h2\">よくある質問</h2>
  142.         <div class=\"contact_faq_area\">
  143.             <h3>よく閲覧されているご質問内容</h3>
  144.             <ul class=\"contact_faq_list\">
  145.                 <li>掲載商品を実際に見てみたいのですが可能ですか?</li>
  146.                 <li>不要になった家具の引き取りや処分をお願いできますか?</li>
  147.                 <li>配送時間は指定できますか?</li>
  148.                 <li>商品不良(傷・汚れ・パーツ不足)のため返品、交換したい</li>
  149.             </ul>
  150.             <a class=\"base_link_brn\" href=\"";
  151.         // line 72
  152.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  153.         echo "faq\">
  154.                 <span>よくある質問を全て見る</span>
  155.                 <span>よくある質問を全て見る</span>
  156.             </a>
  157.         </div>
  158.         ";
  159.         // line 78
  160.         if ((((((((((((($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'78$this->source); })()), "contact_type", [], "any"falsefalsefalse78)) || $this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'78$this->source); })()), "name", [], "any"falsefalsefalse78), "name01", [], "any"falsefalsefalse78))) || $this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'78$this->source); })()), "name", [], "any"falsefalsefalse78), "name02", [], "any"falsefalsefalse78))) || $this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'78$this->source); })()), "kana", [], "any"falsefalsefalse78), "kana01", [], "any"falsefalsefalse78))) || $this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'78$this->source); })()), "kana", [], "any"falsefalsefalse78), "kana02", [], "any"falsefalsefalse78))) || $this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'78$this->source); })()), "kana", [], "any"falsefalsefalse78), "kana02", [], "any"falsefalsefalse78))) || $this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'78$this->source); })()), "postal_code", [], "any"falsefalsefalse78))) || $this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'78$this->source); })()), "address", [], "any"falsefalsefalse78), "pref", [], "any"falsefalsefalse78))) || $this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'78$this->source); })()), "address", [], "any"falsefalsefalse78), "addr01", [], "any"falsefalsefalse78))) || $this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'78$this->source); })()), "address", [], "any"falsefalsefalse78), "addr02", [], "any"falsefalsefalse78))) || $this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'78$this->source); })()), "phone_number", [], "any"falsefalsefalse78))) || $this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'78$this->source); })()), "email", [], "any"falsefalsefalse78))) || $this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'78$this->source); })()), "contents", [], "any"falsefalsefalse78)))) {
  161.             // line 79
  162.             echo "
  163.         <div class=\"accordion_area accordion_area__contact has_error\">
  164.         ";
  165.         } else {
  166.             // line 82
  167.             echo "        <div class=\"accordion_area accordion_area__contact\">
  168.         ";
  169.         }
  170.         // line 84
  171.         echo "            <div class=\"ac_header\">
  172.                 <h2 class=\"page_h2\">お問い合わせフォーム</h2>
  173.                 <div class=\"i_box\"><span>フォームを入力する</span></div>
  174.             </div><!--/.ac_header-->
  175.             <div class=\"ac_inner\">
  176.                 <p>下記より内容を入力のうえ、お問い合わせください。受付時間は24時間となります。内容によっては回答を差し上げるのにお時間を頂くこともございます。<br>また、休業日は翌営業日以降の対応となりますのでご了承ください。</p>
  177.                 <div class=\"ec-contactRole form_all_wrap\">
  178.                             <form method=\"post\" action=\"";
  179.         // line 94
  180.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("contact");
  181.         echo "\" class=\"h-adr\" novalidate>
  182.                                 <span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  183.                                 ";
  184.         // line 96
  185.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'96$this->source); })()), "_token", [], "any"falsefalsefalse96), 'widget');
  186.         echo "
  187.                                 <div class=\"ec-borderedDefs contact_input_area\">
  188.                                     <dl>
  189.                                         <dt>
  190.                                             ";
  191.         // line 101
  192.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'101$this->source); })()), "contact_type", [], "any"falsefalsefalse101), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お問い合わせ項目"]);
  193.         echo "
  194.                                         </dt>
  195.                                         <dd>
  196.                                             <div class=\"ec-halfInput";
  197.         // line 104
  198.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'104$this->source); })()), "contact_type", [], "any"falsefalsefalse104))) ? (" error") : (""));
  199.         echo "\">
  200.                                                 ";
  201.         // line 105
  202.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'105$this->source); })()), "contact_type", [], "any"falsefalsefalse105), 'widget');
  203.         echo "
  204.                                                 ";
  205.         // line 106
  206.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'106$this->source); })()), "contact_type", [], "any"falsefalsefalse106), 'errors');
  207.         echo "
  208.                                             </div>
  209.                                         </dd>
  210.                                     </dl>
  211.                                     <dl>
  212.                                         <dt>
  213.                                             ";
  214.         // line 112
  215.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'112$this->source); })()), "order_number", [], "any"falsefalsefalse112), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "ご注文番号"]);
  216.         echo "
  217.                                         </dt>
  218.                                         <dd>
  219.                                             <div class=\"ec-halfInput";
  220.         // line 115
  221.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'115$this->source); })()), "order_number", [], "any"falsefalsefalse115))) ? (" error") : (""));
  222.         echo "\">
  223.                                                 ";
  224.         // line 116
  225.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'116$this->source); })()), "order_number", [], "any"falsefalsefalse116), 'widget', ["attr" => ["placeholder" => "(例)1234567890"]]);
  226.         echo "
  227.                                                <span class=\"form_caution_text\">※注文履歴や、メール等に記載されている00桁の番号を半角英数で入力してください。</span>
  228.                                             </div>
  229.                                         </dd>
  230.                                     </dl>
  231.                                     <dl>
  232.                                         <dt>
  233.                                             ";
  234.         // line 123
  235.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'123$this->source); })()), "name", [], "any"falsefalsefalse123), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お名前"]);
  236.         echo "
  237.                                         </dt>
  238.                                         <dd>
  239.                                             <div class=\"ec-halfInput";
  240.         // line 126
  241.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'126$this->source); })()), "name", [], "any"falsefalsefalse126), "name01", [], "any"falsefalsefalse126), twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'126$this->source); })()), "name", [], "any"falsefalsefalse126), "name02", [], "any"falsefalsefalse126))) ? (" error") : (""));
  242.         echo "\">
  243.                                                 ";
  244.         // line 127
  245.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'127$this->source); })()), "name", [], "any"falsefalsefalse127), "name01", [], "any"falsefalsefalse127), 'widget', ["attr" => ["placeholder" => "姓"]]);
  246.         echo "
  247.                                                 ";
  248.         // line 128
  249.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'128$this->source); })()), "name", [], "any"falsefalsefalse128), "name02", [], "any"falsefalsefalse128), 'widget', ["attr" => ["placeholder" => "名"]]);
  250.         echo "
  251.                                                 ";
  252.         // line 129
  253.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'129$this->source); })()), "name", [], "any"falsefalsefalse129), "name01", [], "any"falsefalsefalse129), 'errors');
  254.         echo "
  255.                                                 ";
  256.         // line 130
  257.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'130$this->source); })()), "name", [], "any"falsefalsefalse130), "name02", [], "any"falsefalsefalse130), 'errors');
  258.         echo "
  259.                                             </div>
  260.                                         </dd>
  261.                                     </dl>
  262.                                     <dl>
  263.                                         <dt>
  264.                                             ";
  265.         // line 136
  266.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'136$this->source); })()), "kana", [], "any"falsefalsefalse136), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "フリガナ"]);
  267.         echo "
  268.                                         </dt>
  269.                                         <dd>
  270.                                             <div class=\"ec-halfInput";
  271.         // line 139
  272.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'139$this->source); })()), "kana", [], "any"falsefalsefalse139), "kana01", [], "any"falsefalsefalse139), twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'139$this->source); })()), "kana", [], "any"falsefalsefalse139), "kana02", [], "any"falsefalsefalse139))) ? (" error") : (""));
  273.         echo "\">
  274.                                                 ";
  275.         // line 140
  276.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'140$this->source); })()), "kana", [], "any"falsefalsefalse140), "kana01", [], "any"falsefalsefalse140), 'widget', ["attr" => ["placeholder" => "セイ"]]);
  277.         echo "
  278.                                                 ";
  279.         // line 141
  280.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'141$this->source); })()), "kana", [], "any"falsefalsefalse141), "kana02", [], "any"falsefalsefalse141), 'widget', ["attr" => ["placeholder" => "メイ"]]);
  281.         echo "
  282.                                                 ";
  283.         // line 142
  284.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'142$this->source); })()), "kana", [], "any"falsefalsefalse142), "kana01", [], "any"falsefalsefalse142), 'errors');
  285.         echo "
  286.                                                 ";
  287.         // line 143
  288.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'143$this->source); })()), "kana", [], "any"falsefalsefalse143), "kana02", [], "any"falsefalsefalse143), 'errors');
  289.         echo "
  290.                                             </div>
  291.                                         </dd>
  292.                                     </dl>
  293.                                     <dl>
  294.                                         <dt>
  295.                                             ";
  296.         // line 149
  297.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'149$this->source); })()), "address", [], "any"falsefalsefalse149), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "住所"]);
  298.         echo "
  299.                                         </dt>
  300.                                         <dd>
  301.                                             <div class=\"ec-zipInput";
  302.         // line 152
  303.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'152$this->source); })()), "postal_code", [], "any"falsefalsefalse152))) ? (" error") : (""));
  304.         echo "\">
  305.                                                 <span>";
  306.         // line 153
  307.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("〒"), "html"nulltrue);
  308.         echo "</span>
  309.                                                 ";
  310.         // line 154
  311.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'154$this->source); })()), "postal_code", [], "any"falsefalsefalse154), 'widget');
  312.         echo "
  313.                                                 <div class=\"ec-zipInputHelp\">
  314.                                                     <a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\">";
  315.         // line 156
  316.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("郵便番号検索"), "html"nulltrue);
  317.         echo "</a>
  318.                                                 </div>
  319.                                                 ";
  320.         // line 158
  321.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'158$this->source); })()), "postal_code", [], "any"falsefalsefalse158), 'errors');
  322.         echo "
  323.                                             </div>
  324.                                             <div class=\"ec-select";
  325.         // line 160
  326.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'160$this->source); })()), "address", [], "any"falsefalsefalse160), "pref", [], "any"falsefalsefalse160))) ? (" error") : (""));
  327.         echo "\">
  328.                                                 ";
  329.         // line 161
  330.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'161$this->source); })()), "address", [], "any"falsefalsefalse161), "pref", [], "any"falsefalsefalse161), 'widget');
  331.         echo "
  332.                                                 ";
  333.         // line 162
  334.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'162$this->source); })()), "address", [], "any"falsefalsefalse162), "pref", [], "any"falsefalsefalse162), 'errors');
  335.         echo "
  336.                                             </div>
  337.                                             <div class=\"ec-input";
  338.         // line 164
  339.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'164$this->source); })()), "address", [], "any"falsefalsefalse164), "addr01", [], "any"falsefalsefalse164))) ? (" error") : (""));
  340.         echo "\">
  341.                                                 ";
  342.         // line 165
  343.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'165$this->source); })()), "address", [], "any"falsefalsefalse165), "addr01", [], "any"falsefalsefalse165), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]);
  344.         echo "
  345.                                                 ";
  346.         // line 166
  347.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'166$this->source); })()), "address", [], "any"falsefalsefalse166), "addr01", [], "any"falsefalsefalse166), 'errors');
  348.         echo "
  349.                                             </div>
  350.                                             <div class=\"ec-input";
  351.         // line 168
  352.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'168$this->source); })()), "address", [], "any"falsefalsefalse168), "addr02", [], "any"falsefalsefalse168))) ? (" error") : (""));
  353.         echo "\">
  354.                                                 ";
  355.         // line 169
  356.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'169$this->source); })()), "address", [], "any"falsefalsefalse169), "addr02", [], "any"falsefalsefalse169), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]);
  357.         echo "
  358.                                                 ";
  359.         // line 170
  360.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'170$this->source); })()), "address", [], "any"falsefalsefalse170), "addr02", [], "any"falsefalsefalse170), 'errors');
  361.         echo "
  362.                                             </div>
  363.                                         </dd>
  364.                                     </dl>
  365.                                     <dl>
  366.                                         <dt>
  367.                                             ";
  368.         // line 176
  369.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'176$this->source); })()), "phone_number", [], "any"falsefalsefalse176), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "電話番号"]);
  370.         echo "
  371.                                         </dt>
  372.                                         <dd>
  373.                                             <div class=\"ec-telInput";
  374.         // line 179
  375.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'179$this->source); })()), "phone_number", [], "any"falsefalsefalse179))) ? (" error") : (""));
  376.         echo "\">
  377.                                                 ";
  378.         // line 180
  379.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'180$this->source); })()), "phone_number", [], "any"falsefalsefalse180), 'widget');
  380.         echo "
  381.                                                 ";
  382.         // line 181
  383.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'181$this->source); })()), "phone_number", [], "any"falsefalsefalse181), 'errors');
  384.         echo "
  385.                                                 <span class=\"form_caution_text\">※ハイフンなしで半角英数で入力してください。</span>
  386.                                             </div>
  387.                                         </dd>
  388.                                     </dl>
  389.                                     <dl>
  390.                                         <dt>
  391.                                             ";
  392.         // line 188
  393.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'188$this->source); })()), "email", [], "any"falsefalsefalse188), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "メールアドレス"]);
  394.         echo "
  395.                                         </dt>
  396.                                         <dd>
  397.                                             <div class=\"ec-input";
  398.         // line 191
  399.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'191$this->source); })()), "email", [], "any"falsefalsefalse191))) ? (" error") : (""));
  400.         echo "\">
  401.                                                 ";
  402.         // line 192
  403.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'192$this->source); })()), "email", [], "any"falsefalsefalse192), 'widget');
  404.         echo "
  405.                                                 ";
  406.         // line 193
  407.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'193$this->source); })()), "email", [], "any"falsefalsefalse193), 'errors');
  408.         echo "
  409.                                                 <span class=\"form_caution_text\">※半角英数で入力してください。</span>
  410.                                             </div>
  411.                                         </dd>
  412.                                     </dl>
  413.                                     <dl>
  414.                                         <dt>
  415.                                             ";
  416.         // line 200
  417.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'200$this->source); })()), "contents", [], "any"falsefalsefalse200), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お問い合わせ内容"]);
  418.         echo "
  419.                                         </dt>
  420.                                         <dd>
  421.                                             <div class=\"ec-input";
  422.         // line 203
  423.         echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'203$this->source); })()), "contents", [], "any"falsefalsefalse203))) ? (" error") : (""));
  424.         echo "\">
  425.                                                 ";
  426.         // line 204
  427.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'204$this->source); })()), "contents", [], "any"falsefalsefalse204), 'widget');
  428.         echo "
  429.                                                 ";
  430.         // line 205
  431.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'205$this->source); })()), "contents", [], "any"falsefalsefalse205), 'errors');
  432.         echo "
  433.                                             </div>
  434.                                         </dd>
  435.                                     </dl>
  436.                                     ";
  437.         // line 211
  438.         echo "                                    ";
  439.         $context['_parent'] = $context;
  440.         $context['_seq'] = twig_ensure_traversable(twig_array_filter($this->env, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'211$this->source); })()), function ($__f__) use ($context$macros) { $context["f"] = $__f__; return twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse211), "eccube_form_options", [], "any"falsefalsefalse211), "auto_render", [], "any"falsefalsefalse211); }));
  441.         foreach ($context['_seq'] as $context["_key"] => $context["f"]) {
  442.             // line 212
  443.             echo "                                        ";
  444.             if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse212), "eccube_form_options", [], "any"falsefalsefalse212), "form_theme", [], "any"falsefalsefalse212)) {
  445.                 // line 213
  446.                 echo "                                            ";
  447.                 $this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme($context["f"], [=> twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse213), "eccube_form_options", [], "any"falsefalsefalse213), "form_theme", [], "any"falsefalsefalse213)], true);
  448.                 // line 214
  449.                 echo "                                            ";
  450.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'row');
  451.                 echo "
  452.                                         ";
  453.             } else {
  454.                 // line 216
  455.                 echo "                                            <dl>
  456.                                                 <dt>
  457.                                                     ";
  458.                 // line 218
  459.                 $context["label_class"] = ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsetruefalse218), "label_attr", [], "any"falsetruefalse218), "class", [], "any"truetruefalse218)) ? (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse218), "label_attr", [], "any"falsefalsefalse218), "class", [], "any"falsefalsefalse218)) : (""));
  460.                 // line 219
  461.                 echo "                                                    ";
  462.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'label', ["label_attr" => ["class" => ((isset($context["label_class"]) || array_key_exists("label_class"$context) ? $context["label_class"] : (function () { throw new RuntimeError('Variable "label_class" does not exist.'219$this->source); })()) . " ec-label")]] + (twig_test_empty($_label_ twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse219), "label", [], "any"falsefalsefalse219)) ? [] : ["label" => $_label_]));
  463.                 echo "
  464.                                                 </dt>
  465.                                                 <dd>
  466.                                                     <div class=\"";
  467.                 // line 222
  468.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse222), "eccube_form_options", [], "any"falsefalsefalse222), "style_class", [], "any"falsefalsefalse222), "html"nulltrue);
  469.                 echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($context["f"])) ? (" error") : (""));
  470.                 echo "\">
  471.                                                         ";
  472.                 // line 223
  473.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'widget');
  474.                 echo "
  475.                                                         ";
  476.                 // line 224
  477.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'errors');
  478.                 echo "
  479.                                                     </div>
  480.                                                 </dd>
  481.                                             </dl>
  482.                                         ";
  483.             }
  484.             // line 229
  485.             echo "                                    ";
  486.         }
  487.         $_parent $context['_parent'];
  488.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['f'], $context['_parent'], $context['loop']);
  489.         $context array_intersect_key($context$_parent) + $_parent;
  490.         // line 230
  491.         echo "                                </div>
  492.                                 ";
  493.         // line 233
  494.         echo "                                <div class=\"policy_form_check\">
  495.                                     <input class=\"form-check-input\" type=\"checkbox\" value=\"\" id=\"privacy_policy\">
  496.                                     <label class=\"form-check-label\" for=\"privacy_policy\">
  497.                                         <a target=\"_blank\" href=\"";
  498.         // line 236
  499.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  500.         echo "policy\">個人情報保護方針</a>に同意する
  501.                                     </label>
  502.                                 </div>
  503.                                 <div class=\"ec-RegisterRole__actions\">
  504.                                     <div class=\"ec-off4Grid\">
  505.                                         <div class=\"ec-off4Grid__cell\">
  506.                                             <button type=\"submit\" class=\"ec-blockBtn--action\" name=\"mode\" value=\"confirm\" id=\"submit_button\" disabled>";
  507.         // line 243
  508.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("確認ページへ"), "html"nulltrue);
  509.         echo "
  510.                                             </button>
  511.                                         </div>
  512.                                     </div>
  513.                                 </div>
  514.                             </form>
  515.                 </div>
  516.             </div><!--/.ac_inner-->
  517.         </div><!--/.accordion_area-->
  518.     </div><!--/.page_container-->
  519. </section><!--/.page_section-->
  520. ";
  521.         
  522.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  523.         
  524.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  525.     }
  526.     public function getTemplateName()
  527.     {
  528.         return "Contact/index.twig";
  529.     }
  530.     public function isTraitable()
  531.     {
  532.         return false;
  533.     }
  534.     public function getDebugInfo()
  535.     {
  536.         return array (  540 => 243,  530 => 236,  525 => 233,  521 => 230,  515 => 229,  507 => 224,  503 => 223,  498 => 222,  491 => 219,  489 => 218,  485 => 216,  479 => 214,  476 => 213,  473 => 212,  468 => 211,  460 => 205,  456 => 204,  452 => 203,  446 => 200,  436 => 193,  432 => 192,  428 => 191,  422 => 188,  412 => 181,  408 => 180,  404 => 179,  398 => 176,  389 => 170,  385 => 169,  381 => 168,  376 => 166,  372 => 165,  368 => 164,  363 => 162,  359 => 161,  355 => 160,  350 => 158,  345 => 156,  340 => 154,  336 => 153,  332 => 152,  326 => 149,  317 => 143,  313 => 142,  309 => 141,  305 => 140,  301 => 139,  295 => 136,  286 => 130,  282 => 129,  278 => 128,  274 => 127,  270 => 126,  264 => 123,  254 => 116,  250 => 115,  244 => 112,  235 => 106,  231 => 105,  227 => 104,  221 => 101,  213 => 96,  208 => 94,  196 => 84,  192 => 82,  187 => 79,  185 => 78,  176 => 72,  157 => 56,  151 => 53,  145 => 50,  136 => 44,  130 => 41,  115 => 31,  104 => 22,  94 => 21,  72 => 6,  62 => 5,  51 => 1,  49 => 3,  36 => 1,);
  537.     }
  538.     public function getSourceContext()
  539.     {
  540.         return new Source("{% extends 'fullwidth_frame.twig' %}
  541. {% form_theme form 'Form/form_div_layout.twig' %}
  542. {% block javascript %}
  543.     <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
  544.     <script>
  545.         \$(document).ready(function() {
  546.         \$('#privacy_policy').change(function() {
  547.             if (\$(this).is(':checked')) {
  548.                 \$('#submit_button').removeAttr('disabled');
  549.             } else {
  550.                 \$('#submit_button').attr('disabled', 'disabled');
  551.             }
  552.         });
  553.     });
  554.     </script>
  555. {% endblock javascript %}
  556. {% block main %}
  557. <div class=\"home_title__inner\">
  558.     <h2 class=\"home_en_title \"><span class=\"en\">Contact </span><small>お問い合わせ</small></h2>
  559. </div><!--/.home_title__inner-->
  560. <section class=\"page_section\">
  561.     <div class=\"page_container\">
  562.         <p class=\"ec-para-normal\">
  563.             家具・インテリアのオンライン通販をご利用いただき、誠にありがとうございます。<br>
  564.             ご不明な点がございましたら、まずは「<a target=\"_blank\" href=\"{{ url('homepage') }}guide\">ご利用ガイド</a>」または「<a target=\"_blank\" href=\"{{ url('homepage') }}faq\">よくある質問</a>」をご確認ください。
  565.         </p>
  566.         <br>
  567.         <h2 class=\"page_h2\">ご利用ガイド</h2>
  568.         <div class=\"page_link_nav\">
  569.             <nav>
  570.                 <ul class=\"page_link_nav__list\">
  571.                     <li>
  572.                         <a href=\"{{ url('homepage') }}guide#target_01\"><span>ご注文について</span></a>
  573.                     </li>
  574.                     <li>
  575.                         <a href={{ url('homepage') }}guide\"#target_02\"><span>ご注文方法について</span></a>
  576.                     </li>
  577.                     <li>
  578.                         <a href=\"#target_03\"><span>お支払い方法について</span></a>
  579.                     </li>
  580.                     <li>
  581.                         <a href=\"{{ url('homepage') }}guide#target_04\"><span>配送・送料について</span></a>
  582.                     </li>
  583.                     <li>
  584.                         <a href=\"{{ url('homepage') }}guide#target_05\"><span>搬入・設置について</span></a>
  585.                     </li>
  586.                     <li>
  587.                         <a href=\"{{ url('homepage') }}guide#target_06\"><span>キャンセル・返品について</span></a>
  588.                     </li>
  589.                 </ul>
  590.             </nav>
  591.         </div><!--/.page_link_nav-->
  592.         <h2 class=\"page_h2\">よくある質問</h2>
  593.         <div class=\"contact_faq_area\">
  594.             <h3>よく閲覧されているご質問内容</h3>
  595.             <ul class=\"contact_faq_list\">
  596.                 <li>掲載商品を実際に見てみたいのですが可能ですか?</li>
  597.                 <li>不要になった家具の引き取りや処分をお願いできますか?</li>
  598.                 <li>配送時間は指定できますか?</li>
  599.                 <li>商品不良(傷・汚れ・パーツ不足)のため返品、交換したい</li>
  600.             </ul>
  601.             <a class=\"base_link_brn\" href=\"{{ url('homepage') }}faq\">
  602.                 <span>よくある質問を全て見る</span>
  603.                 <span>よくある質問を全て見る</span>
  604.             </a>
  605.         </div>
  606.         {% if has_errors(form.contact_type) or has_errors(form.name.name01) or has_errors(form.name.name02) or has_errors(form.kana.kana01) or has_errors(form.kana.kana02) or has_errors(form.kana.kana02) or has_errors(form.postal_code) or has_errors(form.address.pref) or has_errors(form.address.addr01) or has_errors(form.address.addr02) or has_errors(form.phone_number) or has_errors(form.email) or has_errors(form.contents) %}
  607.         <div class=\"accordion_area accordion_area__contact has_error\">
  608.         {% else %}
  609.         <div class=\"accordion_area accordion_area__contact\">
  610.         {% endif %}
  611.             <div class=\"ac_header\">
  612.                 <h2 class=\"page_h2\">お問い合わせフォーム</h2>
  613.                 <div class=\"i_box\"><span>フォームを入力する</span></div>
  614.             </div><!--/.ac_header-->
  615.             <div class=\"ac_inner\">
  616.                 <p>下記より内容を入力のうえ、お問い合わせください。受付時間は24時間となります。内容によっては回答を差し上げるのにお時間を頂くこともございます。<br>また、休業日は翌営業日以降の対応となりますのでご了承ください。</p>
  617.                 <div class=\"ec-contactRole form_all_wrap\">
  618.                             <form method=\"post\" action=\"{{ url('contact') }}\" class=\"h-adr\" novalidate>
  619.                                 <span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  620.                                 {{ form_widget(form._token) }}
  621.                                 <div class=\"ec-borderedDefs contact_input_area\">
  622.                                     <dl>
  623.                                         <dt>
  624.                                             {{ form_label(form.contact_type, 'お問い合わせ項目', { 'label_attr': { 'class': 'ec-label' }}) }}
  625.                                         </dt>
  626.                                         <dd>
  627.                                             <div class=\"ec-halfInput{{ has_errors(form.contact_type) ? ' error' }}\">
  628.                                                 {{ form_widget(form.contact_type) }}
  629.                                                 {{ form_errors(form.contact_type) }}
  630.                                             </div>
  631.                                         </dd>
  632.                                     </dl>
  633.                                     <dl>
  634.                                         <dt>
  635.                                             {{ form_label(form.order_number, 'ご注文番号', { 'label_attr': { 'class': 'ec-label' }}) }}
  636.                                         </dt>
  637.                                         <dd>
  638.                                             <div class=\"ec-halfInput{{ has_errors(form.order_number) ? ' error' }}\">
  639.                                                 {{ form_widget(form.order_number, {'attr': { 'placeholder': '(例)1234567890' }}) }}
  640.                                                <span class=\"form_caution_text\">※注文履歴や、メール等に記載されている00桁の番号を半角英数で入力してください。</span>
  641.                                             </div>
  642.                                         </dd>
  643.                                     </dl>
  644.                                     <dl>
  645.                                         <dt>
  646.                                             {{ form_label(form.name, 'お名前', { 'label_attr': { 'class': 'ec-label' }}) }}
  647.                                         </dt>
  648.                                         <dd>
  649.                                             <div class=\"ec-halfInput{{ has_errors(form.name.name01, form.name.name02) ? ' error' }}\">
  650.                                                 {{ form_widget(form.name.name01, {'attr': { 'placeholder': '姓' }}) }}
  651.                                                 {{ form_widget(form.name.name02, {'attr': { 'placeholder': '名' }}) }}
  652.                                                 {{ form_errors(form.name.name01) }}
  653.                                                 {{ form_errors(form.name.name02) }}
  654.                                             </div>
  655.                                         </dd>
  656.                                     </dl>
  657.                                     <dl>
  658.                                         <dt>
  659.                                             {{ form_label(form.kana, 'フリガナ', {'label_attr': {'class': 'ec-label'}}) }}
  660.                                         </dt>
  661.                                         <dd>
  662.                                             <div class=\"ec-halfInput{{ has_errors(form.kana.kana01, form.kana.kana02) ? ' error' }}\">
  663.                                                 {{ form_widget(form.kana.kana01, {'attr': { 'placeholder': 'セイ' }}) }}
  664.                                                 {{ form_widget(form.kana.kana02, {'attr': { 'placeholder': 'メイ' }}) }}
  665.                                                 {{ form_errors(form.kana.kana01) }}
  666.                                                 {{ form_errors(form.kana.kana02) }}
  667.                                             </div>
  668.                                         </dd>
  669.                                     </dl>
  670.                                     <dl>
  671.                                         <dt>
  672.                                             {{ form_label(form.address, '住所', { 'label_attr': { 'class': 'ec-label' }}) }}
  673.                                         </dt>
  674.                                         <dd>
  675.                                             <div class=\"ec-zipInput{{ has_errors(form.postal_code) ? ' error' }}\">
  676.                                                 <span>{{ '〒'|trans }}</span>
  677.                                                 {{ form_widget(form.postal_code) }}
  678.                                                 <div class=\"ec-zipInputHelp\">
  679.                                                     <a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\">{{ '郵便番号検索'|trans }}</a>
  680.                                                 </div>
  681.                                                 {{ form_errors(form.postal_code) }}
  682.                                             </div>
  683.                                             <div class=\"ec-select{{ has_errors(form.address.pref) ? ' error' }}\">
  684.                                                 {{ form_widget(form.address.pref) }}
  685.                                                 {{ form_errors(form.address.pref) }}
  686.                                             </div>
  687.                                             <div class=\"ec-input{{ has_errors(form.address.addr01) ? ' error' }}\">
  688.                                                 {{ form_widget(form.address.addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }}
  689.                                                 {{ form_errors(form.address.addr01) }}
  690.                                             </div>
  691.                                             <div class=\"ec-input{{ has_errors(form.address.addr02) ? ' error' }}\">
  692.                                                 {{ form_widget(form.address.addr02,  { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }}
  693.                                                 {{ form_errors(form.address.addr02) }}
  694.                                             </div>
  695.                                         </dd>
  696.                                     </dl>
  697.                                     <dl>
  698.                                         <dt>
  699.                                             {{ form_label(form.phone_number, '電話番号', { 'label_attr': { 'class': 'ec-label' }}) }}
  700.                                         </dt>
  701.                                         <dd>
  702.                                             <div class=\"ec-telInput{{ has_errors(form.phone_number) ? ' error' }}\">
  703.                                                 {{ form_widget(form.phone_number) }}
  704.                                                 {{ form_errors(form.phone_number) }}
  705.                                                 <span class=\"form_caution_text\">※ハイフンなしで半角英数で入力してください。</span>
  706.                                             </div>
  707.                                         </dd>
  708.                                     </dl>
  709.                                     <dl>
  710.                                         <dt>
  711.                                             {{ form_label(form.email, 'メールアドレス', { 'label_attr': { 'class': 'ec-label' }}) }}
  712.                                         </dt>
  713.                                         <dd>
  714.                                             <div class=\"ec-input{{ has_errors(form.email) ? ' error' }}\">
  715.                                                 {{ form_widget(form.email) }}
  716.                                                 {{ form_errors(form.email) }}
  717.                                                 <span class=\"form_caution_text\">※半角英数で入力してください。</span>
  718.                                             </div>
  719.                                         </dd>
  720.                                     </dl>
  721.                                     <dl>
  722.                                         <dt>
  723.                                             {{ form_label(form.contents, 'お問い合わせ内容', { 'label_attr': { 'class': 'ec-label' }}) }}
  724.                                         </dt>
  725.                                         <dd>
  726.                                             <div class=\"ec-input{{ has_errors(form.contents) ? ' error' }}\">
  727.                                                 {{ form_widget(form.contents) }}
  728.                                                 {{ form_errors(form.contents) }}
  729.                                             </div>
  730.                                         </dd>
  731.                                     </dl>
  732.                                     {# エンティティ拡張の自動出力 #}
  733.                                     {% for f in form|filter(f => f.vars.eccube_form_options.auto_render) %}
  734.                                         {% if f.vars.eccube_form_options.form_theme %}
  735.                                             {% form_theme f f.vars.eccube_form_options.form_theme %}
  736.                                             {{ form_row(f) }}
  737.                                         {% else %}
  738.                                             <dl>
  739.                                                 <dt>
  740.                                                     {% set label_class =  f.vars.label_attr.class is defined ? f.vars.label_attr.class : '' %}
  741.                                                     {{ form_label(f, f.vars.label, { 'label_attr': {'class': label_class ~ ' ec-label' }}) }}
  742.                                                 </dt>
  743.                                                 <dd>
  744.                                                     <div class=\"{{ f.vars.eccube_form_options.style_class }}{{ has_errors(f) ? ' error' }}\">
  745.                                                         {{ form_widget(f) }}
  746.                                                         {{ form_errors(f) }}
  747.                                                     </div>
  748.                                                 </dd>
  749.                                             </dl>
  750.                                         {% endif %}
  751.                                     {% endfor %}
  752.                                 </div>
  753.                                 {# 個人情報保護方針のチェック #}
  754.                                 <div class=\"policy_form_check\">
  755.                                     <input class=\"form-check-input\" type=\"checkbox\" value=\"\" id=\"privacy_policy\">
  756.                                     <label class=\"form-check-label\" for=\"privacy_policy\">
  757.                                         <a target=\"_blank\" href=\"{{ url('homepage') }}policy\">個人情報保護方針</a>に同意する
  758.                                     </label>
  759.                                 </div>
  760.                                 <div class=\"ec-RegisterRole__actions\">
  761.                                     <div class=\"ec-off4Grid\">
  762.                                         <div class=\"ec-off4Grid__cell\">
  763.                                             <button type=\"submit\" class=\"ec-blockBtn--action\" name=\"mode\" value=\"confirm\" id=\"submit_button\" disabled>{{ '確認ページへ'|trans }}
  764.                                             </button>
  765.                                         </div>
  766.                                     </div>
  767.                                 </div>
  768.                             </form>
  769.                 </div>
  770.             </div><!--/.ac_inner-->
  771.         </div><!--/.accordion_area-->
  772.     </div><!--/.page_container-->
  773. </section><!--/.page_section-->
  774. {% endblock %}
  775. ""Contact/index.twig""/home/xs626321/ikus.furniture/public_html/dev/app/template/default/Contact/index.twig");
  776.     }
  777. }