<?php 
 
use Twig\Environment; 
use Twig\Error\LoaderError; 
use Twig\Error\RuntimeError; 
use Twig\Extension\SandboxExtension; 
use Twig\Markup; 
use Twig\Sandbox\SecurityError; 
use Twig\Sandbox\SecurityNotAllowedTagError; 
use Twig\Sandbox\SecurityNotAllowedFilterError; 
use Twig\Sandbox\SecurityNotAllowedFunctionError; 
use Twig\Source; 
use Twig\Template; 
 
/* Contact/index.twig */ 
class __TwigTemplate_d8be7e5975fe1868139672848a8ce99e extends \Eccube\Twig\Template 
{ 
    private $source; 
    private $macros = []; 
 
    public function __construct(Environment $env) 
    { 
        parent::__construct($env); 
 
        $this->source = $this->getSourceContext(); 
 
        $this->blocks = [ 
            'javascript' => [$this, 'block_javascript'], 
            'main' => [$this, 'block_main'], 
        ]; 
        $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); 
        $this->checkSecurity(); 
    } 
 
    protected function doGetParent(array $context) 
    { 
        // line 11 
        return "default_frame.twig"; 
    } 
 
    protected function doDisplay(array $context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Contact/index.twig")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Contact/index.twig")); 
 
        // line 13 
        $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.', 13, $this->source); })()), [0 => "Form/form_div_layout.twig"], true); 
        // line 11 
        $this->parent = $this->loadTemplate("default_frame.twig", "Contact/index.twig", 11); 
        $this->parent->display($context, array_merge($this->blocks, $blocks)); 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
    } 
 
    // line 15 
    public function block_javascript($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript")); 
 
        // line 16 
        echo "    <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script> 
"; 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
    } 
 
    // line 19 
    public function block_main($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main")); 
 
        // line 20 
        echo " 
    <div class=\"ec-contactRole\"> 
        <div class=\"ec-pageHeader\"> 
            <h1>"; 
        // line 23 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お問い合わせ"), "html", null, true); 
        echo "</h1> 
        </div> 
        <div class=\"ec-off1Grid\"> 
            <div class=\"ec-off1Grid__cell\"> 
                <form method=\"post\" action=\""; 
        // line 27 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("contact"); 
        echo "\" class=\"h-adr\" novalidate> 
                    <span class=\"p-country-name\" style=\"display:none;\">Japan</span> 
                    "; 
        // line 29 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(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.', 29, $this->source); })()), "_token", [], "any", false, false, true, 29), 29, $this->source), 'widget'); 
        echo " 
                    <p class=\"ec-para-normal\">"; 
        // line 30 
        echo twig_nl2br(twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("内容によっては回答をさしあげるのにお時間をいただくこともございます。 
また、休業日は翌営業日以降の対応となりますのでご了承ください。 
"), "html", null, true)); 
        // line 32 
        echo "</p> 
                    <div class=\"ec-borderedDefs\"> 
                        <dl> 
                            <dt> 
                                "; 
        // line 36 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(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.', 36, $this->source); })()), "name", [], "any", false, false, true, 36), 36, $this->source), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お名前"]); 
        echo " 
                            </dt> 
                            <dd> 
                                <div class=\"ec-halfInput"; 
        // line 39 
        echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 39, $this->source); })()), "name", [], "any", false, false, true, 39), "name01", [], "any", false, false, true, 39), 39, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 39, $this->source); })()), "name", [], "any", false, false, true, 39), "name02", [], "any", false, false, true, 39), 39, $this->source))) ? (" error") : ("")); 
        echo "\"> 
                                    "; 
        // line 40 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 40, $this->source); })()), "name", [], "any", false, false, true, 40), "name01", [], "any", false, false, true, 40), 40, $this->source), 'widget', ["attr" => ["placeholder" => "姓"]]); 
        echo " 
                                    "; 
        // line 41 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 41, $this->source); })()), "name", [], "any", false, false, true, 41), "name02", [], "any", false, false, true, 41), 41, $this->source), 'widget', ["attr" => ["placeholder" => "名"]]); 
        echo " 
                                    "; 
        // line 42 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 42, $this->source); })()), "name", [], "any", false, false, true, 42), "name01", [], "any", false, false, true, 42), 42, $this->source), 'errors'); 
        echo " 
                                    "; 
        // line 43 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 43, $this->source); })()), "name", [], "any", false, false, true, 43), "name02", [], "any", false, false, true, 43), 43, $this->source), 'errors'); 
        echo " 
                                </div> 
                            </dd> 
                        </dl> 
                        <dl> 
                            <dt> 
                                "; 
        // line 49 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(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.', 49, $this->source); })()), "kana", [], "any", false, false, true, 49), 49, $this->source), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お名前(カナ)"]); 
        echo " 
                            </dt> 
                            <dd> 
                                <div class=\"ec-halfInput"; 
        // line 52 
        echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 52, $this->source); })()), "kana", [], "any", false, false, true, 52), "kana01", [], "any", false, false, true, 52), 52, $this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 52, $this->source); })()), "kana", [], "any", false, false, true, 52), "kana02", [], "any", false, false, true, 52), 52, $this->source))) ? (" error") : ("")); 
        echo "\"> 
                                    "; 
        // line 53 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 53, $this->source); })()), "kana", [], "any", false, false, true, 53), "kana01", [], "any", false, false, true, 53), 53, $this->source), 'widget', ["attr" => ["placeholder" => "セイ"]]); 
        echo " 
                                    "; 
        // line 54 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 54, $this->source); })()), "kana", [], "any", false, false, true, 54), "kana02", [], "any", false, false, true, 54), 54, $this->source), 'widget', ["attr" => ["placeholder" => "メイ"]]); 
        echo " 
                                    "; 
        // line 55 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 55, $this->source); })()), "kana", [], "any", false, false, true, 55), "kana01", [], "any", false, false, true, 55), 55, $this->source), 'errors'); 
        echo " 
                                    "; 
        // line 56 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 56, $this->source); })()), "kana", [], "any", false, false, true, 56), "kana02", [], "any", false, false, true, 56), 56, $this->source), 'errors'); 
        echo " 
                                </div> 
                            </dd> 
                        </dl> 
                        <dl> 
                            <dt> 
                                "; 
        // line 62 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(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.', 62, $this->source); })()), "address", [], "any", false, false, true, 62), 62, $this->source), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "住所"]); 
        echo " 
                            </dt> 
                            <dd> 
                                <div class=\"ec-zipInput"; 
        // line 65 
        echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(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.', 65, $this->source); })()), "postal_code", [], "any", false, false, true, 65), 65, $this->source))) ? (" error") : ("")); 
        echo "\"> 
                                    <span>"; 
        // line 66 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("〒"), "html", null, true); 
        echo "</span> 
                                    "; 
        // line 67 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(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.', 67, $this->source); })()), "postal_code", [], "any", false, false, true, 67), 67, $this->source), 'widget'); 
        echo " 
                                    <div class=\"ec-zipInputHelp\"> 
                                        <div class=\"ec-zipInputHelp__icon\"> 
                                            <div class=\"ec-icon\"><img 
                                                    src=\""; 
        // line 71 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/question-white.svg"), "html", null, true); 
        echo "\" alt=\"\"> 
                                            </div> 
                                        </div><a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>"; 
        // line 73 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("郵便番号検索"), "html", null, true); 
        echo "</span></a> 
                                    </div> 
                                    "; 
        // line 75 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(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.', 75, $this->source); })()), "postal_code", [], "any", false, false, true, 75), 75, $this->source), 'errors'); 
        echo " 
                                </div> 
                                <div class=\"ec-select"; 
        // line 77 
        echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 77, $this->source); })()), "address", [], "any", false, false, true, 77), "pref", [], "any", false, false, true, 77), 77, $this->source))) ? (" error") : ("")); 
        echo "\"> 
                                    "; 
        // line 78 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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); })()), "address", [], "any", false, false, true, 78), "pref", [], "any", false, false, true, 78), 78, $this->source), 'widget'); 
        echo " 
                                    "; 
        // line 79 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 79, $this->source); })()), "address", [], "any", false, false, true, 79), "pref", [], "any", false, false, true, 79), 79, $this->source), 'errors'); 
        echo " 
                                </div> 
                                <div class=\"ec-input"; 
        // line 81 
        echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 81, $this->source); })()), "address", [], "any", false, false, true, 81), "addr01", [], "any", false, false, true, 81), 81, $this->source))) ? (" error") : ("")); 
        echo "\"> 
                                    "; 
        // line 82 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 82, $this->source); })()), "address", [], "any", false, false, true, 82), "addr01", [], "any", false, false, true, 82), 82, $this->source), 'widget', ["attr" => ["placeholder" => "市区町村名(例:大阪市北区)"]]); 
        echo " 
                                    "; 
        // line 83 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 83, $this->source); })()), "address", [], "any", false, false, true, 83), "addr01", [], "any", false, false, true, 83), 83, $this->source), 'errors'); 
        echo " 
                                </div> 
                                <div class=\"ec-input"; 
        // line 85 
        echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 85, $this->source); })()), "address", [], "any", false, false, true, 85), "addr02", [], "any", false, false, true, 85), 85, $this->source))) ? (" error") : ("")); 
        echo "\"> 
                                    "; 
        // line 86 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 86, $this->source); })()), "address", [], "any", false, false, true, 86), "addr02", [], "any", false, false, true, 86), 86, $this->source), 'widget', ["attr" => ["placeholder" => "番地・ビル名(例:西梅田1丁目6-8)"]]); 
        echo " 
                                    "; 
        // line 87 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 87, $this->source); })()), "address", [], "any", false, false, true, 87), "addr02", [], "any", false, false, true, 87), 87, $this->source), 'errors'); 
        echo " 
                                </div> 
                            </dd> 
                        </dl> 
                        <dl> 
                            <dt> 
                                "; 
        // line 93 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(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.', 93, $this->source); })()), "phone_number", [], "any", false, false, true, 93), 93, $this->source), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "電話番号"]); 
        echo " 
                            </dt> 
                            <dd> 
                                <div class=\"ec-telInput"; 
        // line 96 
        echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(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); })()), "phone_number", [], "any", false, false, true, 96), 96, $this->source))) ? (" error") : ("")); 
        echo "\"> 
                                    "; 
        // line 97 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(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.', 97, $this->source); })()), "phone_number", [], "any", false, false, true, 97), 97, $this->source), 'widget'); 
        echo " 
                                    "; 
        // line 98 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(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.', 98, $this->source); })()), "phone_number", [], "any", false, false, true, 98), 98, $this->source), 'errors'); 
        echo " 
                                </div> 
                            </dd> 
                        </dl> 
                        <dl> 
                            <dt> 
                                "; 
        // line 104 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(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); })()), "email", [], "any", false, false, true, 104), 104, $this->source), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "メールアドレス"]); 
        echo " 
                            </dt> 
                            <dd> 
                                <div class=\"ec-input"; 
        // line 107 
        echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(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.', 107, $this->source); })()), "email", [], "any", false, false, true, 107), 107, $this->source))) ? (" error") : ("")); 
        echo "\"> 
                                    "; 
        // line 108 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(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.', 108, $this->source); })()), "email", [], "any", false, false, true, 108), 108, $this->source), 'widget'); 
        echo " 
                                    "; 
        // line 109 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(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.', 109, $this->source); })()), "email", [], "any", false, false, true, 109), 109, $this->source), 'errors'); 
        echo " 
                                </div> 
                            </dd> 
                        </dl> 
                        <dl> 
                            <dt> 
                                "; 
        // line 115 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(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); })()), "contents", [], "any", false, false, true, 115), 115, $this->source), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お問い合わせ内容"]); 
        echo " 
                            </dt> 
                            <dd> 
                                <div class=\"ec-input"; 
        // line 118 
        echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(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.', 118, $this->source); })()), "contents", [], "any", false, false, true, 118), 118, $this->source))) ? (" error") : ("")); 
        echo "\"> 
                                    "; 
        // line 119 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(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.', 119, $this->source); })()), "contents", [], "any", false, false, true, 119), 119, $this->source), 'widget'); 
        echo " 
                                    "; 
        // line 120 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(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.', 120, $this->source); })()), "contents", [], "any", false, false, true, 120), 120, $this->source), 'errors'); 
        echo " 
                                </div> 
                                <p>"; 
        // line 122 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご注文に関するお問い合わせには、必ず「ご注文番号」をご記入くださいますようお願いいたします。"), "html", null, true); 
        echo "</p> 
                            </dd> 
                        </dl> 
                        "; 
        // line 126 
        echo "                        "; 
        $context['_parent'] = $context; 
        $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.', 126, $this->source); })()), function ($__f__) use ($context, $macros) { $context["f"] = $__f__; return twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["f"], "vars", [], "any", false, false, true, 126), "eccube_form_options", [], "any", false, false, true, 126), "auto_render", [], "any", false, false, true, 126); })); 
        foreach ($context['_seq'] as $context["_key"] => $context["f"]) { 
            // line 127 
            echo "                            "; 
            if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["f"], "vars", [], "any", false, false, true, 127), "eccube_form_options", [], "any", false, false, true, 127), "form_theme", [], "any", false, false, true, 127)) { 
                // line 128 
                echo "                                "; 
                $this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme($context["f"], [0 => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["f"], "vars", [], "any", false, false, true, 128), "eccube_form_options", [], "any", false, false, true, 128), "form_theme", [], "any", false, false, true, 128)], true); 
                // line 129 
                echo "                                "; 
                echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed($context["f"], 129, $this->source), 'row'); 
                echo " 
                            "; 
            } else { 
                // line 131 
                echo "                                <dl> 
                                    <dt> 
                                        "; 
                // line 133 
                $context["label_class"] = ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["f"], "vars", [], "any", false, true, true, 133), "label_attr", [], "any", false, true, true, 133), "class", [], "any", true, true, true, 133)) ? (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["f"], "vars", [], "any", false, false, true, 133), "label_attr", [], "any", false, false, true, 133), "class", [], "any", false, false, true, 133)) : ("")); 
                // line 134 
                echo "                                        "; 
                echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed($context["f"], 134, $this->source), 'label', ["label_attr" => ["class" => ($this->sandbox->ensureToStringAllowed((isset($context["label_class"]) || array_key_exists("label_class", $context) ? $context["label_class"] : (function () { throw new RuntimeError('Variable "label_class" does not exist.', 134, $this->source); })()), 134, $this->source) . " ec-label")]] + (twig_test_empty($_label_ = $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["f"], "vars", [], "any", false, false, true, 134), "label", [], "any", false, false, true, 134), 134, $this->source)) ? [] : ["label" => $_label_])); 
                echo " 
                                    </dt> 
                                    <dd> 
                                        <div class=\""; 
                // line 137 
                echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["f"], "vars", [], "any", false, false, true, 137), "eccube_form_options", [], "any", false, false, true, 137), "style_class", [], "any", false, false, true, 137), 137, $this->source), "html", null, true); 
                echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed($context["f"], 137, $this->source))) ? (" error") : ("")); 
                echo "\"> 
                                            "; 
                // line 138 
                echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed($context["f"], 138, $this->source), 'widget'); 
                echo " 
                                            "; 
                // line 139 
                echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed($context["f"], 139, $this->source), 'errors'); 
                echo " 
                                        </div> 
                                    </dd> 
                                </dl> 
                            "; 
            } 
            // line 144 
            echo "                        "; 
        } 
        $_parent = $context['_parent']; 
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['f'], $context['_parent'], $context['loop']); 
        $context = array_intersect_key($context, $_parent) + $_parent; 
        // line 145 
        echo "                    </div> 
                    <div class=\"ec-RegisterRole__actions\"> 
                        <div class=\"ec-off4Grid\"> 
                            <div class=\"ec-off4Grid__cell\"> 
                                <button type=\"submit\" class=\"ec-blockBtn--action\" name=\"mode\" value=\"confirm\">"; 
        // line 149 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("確認ページへ"), "html", null, true); 
        echo " 
                                </button> 
                            </div> 
                        </div> 
                    </div> 
                </form> 
            </div> 
        </div> 
    </div> 
 
"; 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
    } 
 
    public function getTemplateName() 
    { 
        return "Contact/index.twig"; 
    } 
 
    public function isTraitable() 
    { 
        return false; 
    } 
 
    public function getDebugInfo() 
    { 
        return array (  397 => 149,  391 => 145,  385 => 144,  377 => 139,  373 => 138,  368 => 137,  361 => 134,  359 => 133,  355 => 131,  349 => 129,  346 => 128,  343 => 127,  338 => 126,  332 => 122,  327 => 120,  323 => 119,  319 => 118,  313 => 115,  304 => 109,  300 => 108,  296 => 107,  290 => 104,  281 => 98,  277 => 97,  273 => 96,  267 => 93,  258 => 87,  254 => 86,  250 => 85,  245 => 83,  241 => 82,  237 => 81,  232 => 79,  228 => 78,  224 => 77,  219 => 75,  214 => 73,  209 => 71,  202 => 67,  198 => 66,  194 => 65,  188 => 62,  179 => 56,  175 => 55,  171 => 54,  167 => 53,  163 => 52,  157 => 49,  148 => 43,  144 => 42,  140 => 41,  136 => 40,  132 => 39,  126 => 36,  120 => 32,  116 => 30,  112 => 29,  107 => 27,  100 => 23,  95 => 20,  85 => 19,  74 => 16,  64 => 15,  53 => 11,  51 => 13,  38 => 11,); 
    } 
 
    public function getSourceContext() 
    { 
        return new Source("{# 
This file is part of EC-CUBE 
 
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. 
 
http://www.ec-cube.co.jp/ 
 
For the full copyright and license information, please view the LICENSE 
file that was distributed with this source code. 
#} 
{% extends 'default_frame.twig' %} 
 
{% form_theme form 'Form/form_div_layout.twig' %} 
 
{% block javascript %} 
    <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script> 
{% endblock javascript %} 
 
{% block main %} 
 
    <div class=\"ec-contactRole\"> 
        <div class=\"ec-pageHeader\"> 
            <h1>{{ 'お問い合わせ'|trans }}</h1> 
        </div> 
        <div class=\"ec-off1Grid\"> 
            <div class=\"ec-off1Grid__cell\"> 
                <form method=\"post\" action=\"{{ url('contact') }}\" class=\"h-adr\" novalidate> 
                    <span class=\"p-country-name\" style=\"display:none;\">Japan</span> 
                    {{ form_widget(form._token) }} 
                    <p class=\"ec-para-normal\">{{ '内容によっては回答をさしあげるのにお時間をいただくこともございます。 
また、休業日は翌営業日以降の対応となりますのでご了承ください。 
'|trans|nl2br }}</p> 
                    <div class=\"ec-borderedDefs\"> 
                        <dl> 
                            <dt> 
                                {{ form_label(form.name, 'お名前', { 'label_attr': { 'class': 'ec-label' }}) }} 
                            </dt> 
                            <dd> 
                                <div class=\"ec-halfInput{{ has_errors(form.name.name01, form.name.name02) ? ' error' }}\"> 
                                    {{ form_widget(form.name.name01, {'attr': { 'placeholder': '姓' }}) }} 
                                    {{ form_widget(form.name.name02, {'attr': { 'placeholder': '名' }}) }} 
                                    {{ form_errors(form.name.name01) }} 
                                    {{ form_errors(form.name.name02) }} 
                                </div> 
                            </dd> 
                        </dl> 
                        <dl> 
                            <dt> 
                                {{ form_label(form.kana, 'お名前(カナ)', {'label_attr': {'class': 'ec-label'}}) }} 
                            </dt> 
                            <dd> 
                                <div class=\"ec-halfInput{{ has_errors(form.kana.kana01, form.kana.kana02) ? ' error' }}\"> 
                                    {{ form_widget(form.kana.kana01, {'attr': { 'placeholder': 'セイ' }}) }} 
                                    {{ form_widget(form.kana.kana02, {'attr': { 'placeholder': 'メイ' }}) }} 
                                    {{ form_errors(form.kana.kana01) }} 
                                    {{ form_errors(form.kana.kana02) }} 
                                </div> 
                            </dd> 
                        </dl> 
                        <dl> 
                            <dt> 
                                {{ form_label(form.address, '住所', { 'label_attr': { 'class': 'ec-label' }}) }} 
                            </dt> 
                            <dd> 
                                <div class=\"ec-zipInput{{ has_errors(form.postal_code) ? ' error' }}\"> 
                                    <span>{{ '〒'|trans }}</span> 
                                    {{ form_widget(form.postal_code) }} 
                                    <div class=\"ec-zipInputHelp\"> 
                                        <div class=\"ec-zipInputHelp__icon\"> 
                                            <div class=\"ec-icon\"><img 
                                                    src=\"{{ asset('assets/icon/question-white.svg') }}\" alt=\"\"> 
                                            </div> 
                                        </div><a href=\"https://www.post.japanpost.jp/zipcode/\" target=\"_blank\"><span>{{ '郵便番号検索'|trans }}</span></a> 
                                    </div> 
                                    {{ form_errors(form.postal_code) }} 
                                </div> 
                                <div class=\"ec-select{{ has_errors(form.address.pref) ? ' error' }}\"> 
                                    {{ form_widget(form.address.pref) }} 
                                    {{ form_errors(form.address.pref) }} 
                                </div> 
                                <div class=\"ec-input{{ has_errors(form.address.addr01) ? ' error' }}\"> 
                                    {{ form_widget(form.address.addr01, { 'attr': { 'placeholder': '市区町村名(例:大阪市北区)' }}) }} 
                                    {{ form_errors(form.address.addr01) }} 
                                </div> 
                                <div class=\"ec-input{{ has_errors(form.address.addr02) ? ' error' }}\"> 
                                    {{ form_widget(form.address.addr02,  { 'attr': { 'placeholder': '番地・ビル名(例:西梅田1丁目6-8)' }}) }} 
                                    {{ form_errors(form.address.addr02) }} 
                                </div> 
                            </dd> 
                        </dl> 
                        <dl> 
                            <dt> 
                                {{ form_label(form.phone_number, '電話番号', { 'label_attr': { 'class': 'ec-label' }}) }} 
                            </dt> 
                            <dd> 
                                <div class=\"ec-telInput{{ has_errors(form.phone_number) ? ' error' }}\"> 
                                    {{ form_widget(form.phone_number) }} 
                                    {{ form_errors(form.phone_number) }} 
                                </div> 
                            </dd> 
                        </dl> 
                        <dl> 
                            <dt> 
                                {{ form_label(form.email, 'メールアドレス', { 'label_attr': { 'class': 'ec-label' }}) }} 
                            </dt> 
                            <dd> 
                                <div class=\"ec-input{{ has_errors(form.email) ? ' error' }}\"> 
                                    {{ form_widget(form.email) }} 
                                    {{ form_errors(form.email) }} 
                                </div> 
                            </dd> 
                        </dl> 
                        <dl> 
                            <dt> 
                                {{ form_label(form.contents, 'お問い合わせ内容', { 'label_attr': { 'class': 'ec-label' }}) }} 
                            </dt> 
                            <dd> 
                                <div class=\"ec-input{{ has_errors(form.contents) ? ' error' }}\"> 
                                    {{ form_widget(form.contents) }} 
                                    {{ form_errors(form.contents) }} 
                                </div> 
                                <p>{{ 'ご注文に関するお問い合わせには、必ず「ご注文番号」をご記入くださいますようお願いいたします。'|trans }}</p> 
                            </dd> 
                        </dl> 
                        {# エンティティ拡張の自動出力 #} 
                        {% for f in form|filter(f => f.vars.eccube_form_options.auto_render) %} 
                            {% if f.vars.eccube_form_options.form_theme %} 
                                {% form_theme f f.vars.eccube_form_options.form_theme %} 
                                {{ form_row(f) }} 
                            {% else %} 
                                <dl> 
                                    <dt> 
                                        {% set label_class =  f.vars.label_attr.class is defined ? f.vars.label_attr.class : '' %} 
                                        {{ form_label(f, f.vars.label, { 'label_attr': {'class': label_class ~ ' ec-label' }}) }} 
                                    </dt> 
                                    <dd> 
                                        <div class=\"{{ f.vars.eccube_form_options.style_class }}{{ has_errors(f) ? ' error' }}\"> 
                                            {{ form_widget(f) }} 
                                            {{ form_errors(f) }} 
                                        </div> 
                                    </dd> 
                                </dl> 
                            {% endif %} 
                        {% endfor %} 
                    </div> 
                    <div class=\"ec-RegisterRole__actions\"> 
                        <div class=\"ec-off4Grid\"> 
                            <div class=\"ec-off4Grid__cell\"> 
                                <button type=\"submit\" class=\"ec-blockBtn--action\" name=\"mode\" value=\"confirm\">{{ '確認ページへ'|trans }} 
                                </button> 
                            </div> 
                        </div> 
                    </div> 
                </form> 
            </div> 
        </div> 
    </div> 
 
{% endblock %} 
", "Contact/index.twig", "/home/tomodashokai/tomoda.ne.jp/public_html/shop.tomoda.ne.jp/src/Eccube/Resource/template/default/Contact/index.twig"); 
    } 
     
    public function checkSecurity() 
    { 
        static $tags = array("form_theme" => 13, "for" => 126, "if" => 127, "set" => 133); 
        static $filters = array("escape" => 23, "trans" => 23, "nl2br" => 32, "filter" => 126); 
        static $functions = array("url" => 27, "form_widget" => 29, "form_label" => 36, "has_errors" => 39, "form_errors" => 42, "asset" => 71, "form_row" => 129); 
 
        try { 
            $this->sandbox->checkSecurity( 
                ['form_theme', 'for', 'if', 'set'], 
                ['escape', 'trans', 'nl2br', 'filter'], 
                ['url', 'form_widget', 'form_label', 'has_errors', 'form_errors', 'asset', 'form_row'] 
            ); 
        } catch (SecurityError $e) { 
            $e->setSourceContext($this->source); 
 
            if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { 
                $e->setTemplateLine($tags[$e->getTagName()]); 
            } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { 
                $e->setTemplateLine($filters[$e->getFilterName()]); 
            } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { 
                $e->setTemplateLine($functions[$e->getFunctionName()]); 
            } 
 
            throw $e; 
        } 
 
    } 
}