var/cache/dev/twig/85/85b8dfb860b6a2bb37ae54c1a1287fe65a3dc908985a303d50b88664dee1e1ac.php line 53

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_1c8d1aaba188bc1bade0d4e16d4487495e650ec354fe71dced2e3f25f536eba8 extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'stylesheet' => [$this'block_stylesheet'],
  24.             'javascript' => [$this'block_javascript'],
  25.             'main' => [$this'block_main'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 1
  31.         return "default_frame.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Contact/index.twig"));
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Contact/index.twig"));
  40.         // line 3
  41.         $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);
  42.         // line 1
  43.         $this->parent $this->loadTemplate("default_frame.twig""Contact/index.twig"1);
  44.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  47.         
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  49.     }
  50.     // line 5
  51.     public function block_stylesheet($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  58.         // line 6
  59.         echo "    <style>
  60.         .ec-required {
  61.         display: inline-block;
  62.         color: #fff;
  63.         background-color: #DB2356;
  64.         font-size: 13px;
  65.         border-radius: 2px;
  66.         padding: 5px 10px;
  67.         margin-left: 10px;
  68.         }
  69.         .error input,
  70.         .error textarea {
  71.             background: #FDF1F0
  72.         }
  73.         .ec-errorMessage {
  74.             color: red;
  75.             margin-bottom: 25px;
  76.         }
  77.         @media (min-width: 600px) {
  78.             .ec-errorMessage {
  79.                 margin-left: 35px;
  80.             }
  81.         }
  82.     </style>
  83. ";
  84.         
  85.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  86.         
  87.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  88.     }
  89.     // line 33
  90.     public function block_javascript($context, array $blocks = [])
  91.     {
  92.         $macros $this->macros;
  93.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  94.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  95.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  96.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  97.         // line 34
  98.         echo "\t<script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
  99. \t<script src=\"";
  100.         // line 35
  101.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/lib/ajaxzip3.js"), "html"nulltrue);
  102.         echo "\"></script>
  103. ";
  104.         
  105.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  106.         
  107.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  108.     }
  109.     // line 38
  110.     public function block_main($context, array $blocks = [])
  111.     {
  112.         $macros $this->macros;
  113.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  114.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  115.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  116.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  117.         // line 39
  118.         echo "\t<div
  119. \t\tclass=\"sub-container\">
  120. \t\t<!-- SUB H1 -->
  121. \t\t<div
  122. \t\t\tclass=\"sub-h1Wrap\">
  123. \t\t\t";
  124.         // line 45
  125.         echo "\t\t\t<h1 class=\"sub-h1\">お問い合わせ</h1>
  126. \t\t</div>
  127. \t\t<!-- /SUB H1 -->
  128. \t\t<div
  129. \t\t\tclass=\"l-container\">
  130. \t\t\t<!-- パンくずリスト -->
  131. \t\t\t<ol class=\"sub-breadcrumbs\">
  132. \t\t\t\t<li>
  133. \t\t\t\t\t<a href=\"";
  134.         // line 53
  135.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  136.         echo "\">HOME</a>
  137. \t\t\t\t</li>
  138. \t\t\t\t";
  139.         // line 56
  140.         echo "\t\t\t\t<li>お問い合わせ</li>
  141. \t\t\t</ol>
  142. \t\t\t<!-- /パンくずリスト -->
  143. \t\t\t<div
  144. \t\t\t\tclass=\"l-2ColumnContainer\">
  145. \t\t\t\t<!-- メインコンテンツ -->
  146. \t\t\t\t<div
  147. \t\t\t\t\tclass=\"l-main\">
  148. \t\t\t\t\t<!-- PAGE CONTENTS -->
  149. \t\t\t\t\t<div
  150. \t\t\t\t\t\tclass=\"contact contactIndex\">
  151. \t\t\t\t\t\t<!-- 各営業所・店舗へのお問い合わせはこちら -->
  152. \t\t\t\t\t\t<section class=\"contactIndex-tel\">
  153. \t\t\t\t\t\t\t<h2 class=\"mod-hl-01\">
  154. \t\t\t\t\t\t\t\t<span class=\"isJp\">各営業所・店舗へのお問い合わせはこちら</span>
  155. \t\t\t\t\t\t\t</h2>
  156. \t\t\t\t\t\t\t<p class=\"contactIndex-tel-text\">
  157.                                 ";
  158.         // line 74
  159.         echo twig_nl2br(twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("内容によっては回答をさしあげるのにお時間をいただくこともございます。
  160.                                 また、休業日は翌営業日以降の対応となりますのでご了承ください。"), "html"nulltrue));
  161.         // line 75
  162.         echo "
  163. \t\t\t\t\t\t\t</p>
  164. \t\t\t\t\t\t\t<div class=\"contactIndex-tel-tableContainer\">
  165. \t\t\t\t\t\t\t\t<table class=\"mod-table-01\">
  166. \t\t\t\t\t\t\t\t\t<tbody>
  167. \t\t\t\t\t\t\t\t\t\t<tr>
  168. \t\t\t\t\t\t\t\t\t\t\t<th>広域営業部</th>
  169. \t\t\t\t\t\t\t\t\t\t\t<td>
  170. \t\t\t\t\t\t\t\t\t\t\t\tTEL:0852-21-9950<br class=\"dn-pc\">
  171. \t\t\t\t\t\t\t\t\t\t\t\tFAX:0852-26-4804<br>
  172. \t\t\t\t\t\t\t\t\t\t\t\t<script type=\"text/javascript\">
  173. \t\t\t\t\t\t\t\t\t\t\t\t\tfunction converter(M) {
  174.                                                         var str = \"\",
  175.                                                         str_as = \"\";
  176.                                                         for (var i = 0; i < M.length; i++) {
  177.                                                         str_as = M.charCodeAt(i);
  178.                                                         str += String.fromCharCode(str_as + 1);
  179.                                                         }
  180.                                                         return str;
  181.                                                         }
  182.                                                         var ad = converter(String.fromCharCode(106, 110, 116, 104, 106, 104, 63, 109, 96, 102) + String.fromCharCode(96, 100, 45, 108, 111, 116, 109, 104, 45, 98, 110, 45, 105, 111));
  183.                                                         document.write(ad);
  184. \t\t\t\t\t\t\t\t\t\t\t\t</script>
  185. \t\t\t\t\t\t\t\t\t\t\t</td>
  186. \t\t\t\t\t\t\t\t\t\t</tr>
  187. \t\t\t\t\t\t\t\t\t\t<tr>
  188. \t\t\t\t\t\t\t\t\t\t\t<th>松江営業所(出雲地区営業)</th>
  189. \t\t\t\t\t\t\t\t\t\t\t<td>
  190. \t\t\t\t\t\t\t\t\t\t\t\tTEL:0852-21-9940<br class=\"dn-pc\">
  191. \t\t\t\t\t\t\t\t\t\t\t\tFAX:0852-60-2218<br>
  192. \t\t\t\t\t\t\t\t\t\t\t\t<script type=\"text/javascript\">
  193. \t\t\t\t\t\t\t\t\t\t\t\t\tfunction converter(M) {
  194.                                                     var str = \"\",
  195.                                                     str_as = \"\";
  196.                                                     for (var i = 0; i < M.length; i++) {
  197.                                                     str_as = M.charCodeAt(i);
  198.                                                     str += String.fromCharCode(str_as + 1);
  199.                                                     }
  200.                                                     return str;
  201.                                                     }
  202.                                                     var ad = converter(String.fromCharCode(109, 96, 102, 96, 100, 108, 115, 100, 63, 115) + String.fromCharCode(116, 97, 96, 45, 110, 98, 109, 45, 109, 100, 45, 105, 111));
  203.                                                     document.write(ad);
  204. \t\t\t\t\t\t\t\t\t\t\t\t</script>
  205. \t\t\t\t\t\t\t\t\t\t\t</td>
  206. \t\t\t\t\t\t\t\t\t\t</tr>
  207. \t\t\t\t\t\t\t\t\t\t<tr>
  208. \t\t\t\t\t\t\t\t\t\t\t<th>イオン松江店</th>
  209. \t\t\t\t\t\t\t\t\t\t\t<td>
  210. \t\t\t\t\t\t\t\t\t\t\t\tTEL/FAX:0852-28-2130
  211. \t\t\t\t\t\t\t\t\t\t\t</td>
  212. \t\t\t\t\t\t\t\t\t\t</tr>
  213. \t\t\t\t\t\t\t\t\t\t<tr>
  214. \t\t\t\t\t\t\t\t\t\t\t<th>イオンモール出雲店</th>
  215. \t\t\t\t\t\t\t\t\t\t\t<td>
  216. \t\t\t\t\t\t\t\t\t\t\t\tTEL/FAX:0853-25-7980
  217. \t\t\t\t\t\t\t\t\t\t\t</td>
  218. \t\t\t\t\t\t\t\t\t\t</tr>
  219. \t\t\t\t\t\t\t\t\t\t<tr>
  220. \t\t\t\t\t\t\t\t\t\t\t<th>米子営業所・米子店</th>
  221. \t\t\t\t\t\t\t\t\t\t\t<td>
  222. \t\t\t\t\t\t\t\t\t\t\t\tTEL:0859-32-2217<br class=\"dn-pc\">
  223. \t\t\t\t\t\t\t\t\t\t\t\tFAX:0859-32-2254<br>
  224. \t\t\t\t\t\t\t\t\t\t\t\t<script type=\"text/javascript\">
  225. \t\t\t\t\t\t\t\t\t\t\t\t\tfunction converter(M) {
  226.                                                         var str = \"\",
  227.                                                         str_as = \"\";
  228.                                                         for (var i = 0; i < M.length; i++) {
  229.                                                         str_as = M.charCodeAt(i);
  230.                                                         str += String.fromCharCode(str_as + 1);
  231.                                                         }
  232.                                                         return str;
  233.                                                         }
  234.                                                         var ad = converter(String.fromCharCode(109, 96, 102, 96, 100, 120, 109, 102, 63, 108) + String.fromCharCode(104, 113, 113, 110, 113, 45, 110, 98, 109, 45, 109, 100, 45, 105, 111));
  235.                                                         document.write(ad);
  236. \t\t\t\t\t\t\t\t\t\t\t\t</script>
  237. \t\t\t\t\t\t\t\t\t\t\t</td>
  238. \t\t\t\t\t\t\t\t\t\t</tr>
  239. \t\t\t\t\t\t\t\t\t\t<tr>
  240. \t\t\t\t\t\t\t\t\t\t\t<th>大阪営業所(近畿地区営業)</th>
  241. \t\t\t\t\t\t\t\t\t\t\t<td>
  242. \t\t\t\t\t\t\t\t\t\t\t\tTEL:06-6361-8385<br class=\"dn-pc\">
  243. \t\t\t\t\t\t\t\t\t\t\t\tFAX:06-6361-8381<br>
  244. \t\t\t\t\t\t\t\t\t\t\t\t<script type=\"text/javascript\">
  245. \t\t\t\t\t\t\t\t\t\t\t\t\tfunction converter(M) {
  246.                                                         var str = \"\",
  247.                                                         str_as = \"\";
  248.                                                         for (var i = 0; i < M.length; i++) {
  249.                                                         str_as = M.charCodeAt(i);
  250.                                                         str += String.fromCharCode(str_as + 1);
  251.                                                         }
  252.                                                         return str;
  253.                                                         }
  254.                                                         var ad = converter(String.fromCharCode(109, 96, 102, 96, 100, 110, 114, 106, 63, 98) + String.fromCharCode(110, 99, 96, 45, 110, 98, 109, 45, 109, 100, 45, 105, 111));
  255.                                                         document.write(ad);
  256. \t\t\t\t\t\t\t\t\t\t\t\t</script>
  257. \t\t\t\t\t\t\t\t\t\t\t</td>
  258. \t\t\t\t\t\t\t\t\t\t</tr>
  259. \t\t\t\t\t\t\t\t\t\t<tr>
  260. \t\t\t\t\t\t\t\t\t\t\t<th>岡山営業所</th>
  261. \t\t\t\t\t\t\t\t\t\t\t<td>
  262. \t\t\t\t\t\t\t\t\t\t\t\tTEL:086-224-6511<br class=\"dn-pc\">
  263. \t\t\t\t\t\t\t\t\t\t\t\tFAX:086-224-6533<br>
  264. \t\t\t\t\t\t\t\t\t\t\t\t<script type=\"text/javascript\">
  265. \t\t\t\t\t\t\t\t\t\t\t\t\tfunction converter(M) {
  266.                                                         var str = \"\",
  267.                                                         str_as = \"\";
  268.                                                         for (var i = 0; i < M.length; i++) {
  269.                                                         str_as = M.charCodeAt(i);
  270.                                                         str += String.fromCharCode(str_as + 1);
  271.                                                         }
  272.                                                         return str;
  273.                                                         }
  274.                                                         var ad = converter(String.fromCharCode(109, 96, 102, 96, 100, 110, 106, 120, 63, 115) + String.fromCharCode(113, 96, 99, 45, 110, 98, 109, 45, 109, 100, 45, 105, 111));
  275.                                                         document.write(ad);
  276. \t\t\t\t\t\t\t\t\t\t\t\t</script>
  277. \t\t\t\t\t\t\t\t\t\t\t</td>
  278. \t\t\t\t\t\t\t\t\t\t</tr>
  279. \t\t\t\t\t\t\t\t\t</tbody>
  280. \t\t\t\t\t\t\t\t</table>
  281. \t\t\t\t\t\t\t</div>
  282. \t\t\t\t\t\t</section>
  283. \t\t\t\t\t\t<!-- /各営業所・店舗へのお問い合わせはこちら -->
  284. \t\t\t\t\t\t<!-- オンラインショップへのお問い合わせはこちら -->
  285. \t\t\t\t\t\t<section class=\"contactIndex-mail\">
  286. \t\t\t\t\t\t\t<h2 class=\"mod-hl-01\">
  287. \t\t\t\t\t\t\t\t<span class=\"isJp\">オンラインショップへのお問い合わせはこちら</span>
  288. \t\t\t\t\t\t\t</h2>
  289. \t\t\t\t\t\t\t<p class=\"contactIndex-mail-text\">
  290. \t\t\t\t\t\t\t\tオンラインショップに関するお問合せのみ、下記お問合せフォームよりお願い致します。<br>
  291. \t\t\t\t\t\t\t\t※広告・宣伝・勧誘等を目的としたお問合わせはご遠慮ください。
  292. \t\t\t\t\t\t\t</p>
  293. \t\t\t\t\t\t\t<div class=\"contactIndex-mail-formContainer\">
  294. \t\t\t\t\t\t\t\t<form method=\"post\" action=\"";
  295.         // line 216
  296.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("contact");
  297.         echo "\" class=\"h-adr\" novalidate>
  298. \t\t\t\t\t\t\t\t\t<span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  299. \t\t\t\t\t\t\t\t\t";
  300.         // line 218
  301.         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.'218$this->source); })()), "_token", [], "any"falsefalsefalse218), 'widget');
  302.         echo "
  303.                                     <!-- お問い合わせフォーム -->
  304.                                     <table class=\"mod-table-form\">
  305.                                         <tbody>
  306.                                         <tr>
  307.                                             <th>";
  308.         // line 223
  309.         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.'223$this->source); })()), "name", [], "any"falsefalsefalse223), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お名前"]);
  310.         echo "</th>
  311.                                             <td>
  312.                                                 <div class=\"";
  313.         // line 225
  314.         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.'225$this->source); })()), "name", [], "any"falsefalsefalse225), "name01", [], "any"falsefalsefalse225), 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.'225$this->source); })()), "name", [], "any"falsefalsefalse225), "name02", [], "any"falsefalsefalse225))) ? (" error") : (""));
  315.         echo "\">
  316.                                                     姓";
  317.         // line 226
  318.         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.'226$this->source); })()), "name", [], "any"falsefalsefalse226), "name01", [], "any"falsefalsefalse226), 'widget', ["attr" => ["class" => "mod-form-input-text--02""placeholder" => "例)永江"]]);
  319.         echo "
  320.                                                     ";
  321.         // line 227
  322.         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.'227$this->source); })()), "name", [], "any"falsefalsefalse227), "name01", [], "any"falsefalsefalse227), 'errors');
  323.         echo "                                                   
  324.                                                     名";
  325.         // line 228
  326.         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.'228$this->source); })()), "name", [], "any"falsefalsefalse228), "name02", [], "any"falsefalsefalse228), 'widget', ["attr" => ["class" => "mod-form-input-text--02-last""placeholder" => "例)太郎"]]);
  327.         echo "
  328.                                                     ";
  329.         // line 229
  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.'229$this->source); })()), "name", [], "any"falsefalsefalse229), "name02", [], "any"falsefalsefalse229), 'errors');
  331.         echo "
  332.                                                 </div>
  333.                                             </td>
  334.                                         </tr>
  335.                                         <tr>
  336.                                             <th>";
  337.         // line 235
  338.         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.'235$this->source); })()), "kana", [], "any"falsefalsefalse235), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "ふりがな"]);
  339.         echo "</th>
  340.                                             <td>
  341.                                                 <div class=\"";
  342.         // line 237
  343.         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.'237$this->source); })()), "kana", [], "any"falsefalsefalse237), "kana01", [], "any"falsefalsefalse237), 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.'237$this->source); })()), "kana", [], "any"falsefalsefalse237), "kana02", [], "any"falsefalsefalse237))) ? (" error") : (""));
  344.         echo "\">
  345.                                                     姓";
  346.         // line 238
  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.'238$this->source); })()), "kana", [], "any"falsefalsefalse238), "kana01", [], "any"falsefalsefalse238), 'widget', ["attr" => ["class" => "mod-form-input-text--02""placeholder" => "例)ながえ"]]);
  348.         echo "
  349.                                                     ";
  350.         // line 239
  351.         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.'239$this->source); })()), "kana", [], "any"falsefalsefalse239), "kana01", [], "any"falsefalsefalse239), 'errors');
  352.         echo "                                                    
  353.                                                     名";
  354.         // line 240
  355.         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.'240$this->source); })()), "kana", [], "any"falsefalsefalse240), "kana02", [], "any"falsefalsefalse240), 'widget', ["attr" => ["class" => "mod-form-input-text--02-last""placeholder" => "例)たろう"]]);
  356.         echo "
  357.                                                     ";
  358.         // line 241
  359.         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.'241$this->source); })()), "kana", [], "any"falsefalsefalse241), "kana02", [], "any"falsefalsefalse241), 'errors');
  360.         echo "
  361.                                                 </div>
  362.                                             </td>
  363.                                         </tr>
  364.                                         <tr>
  365.                                             <th>郵便番号</th>
  366.                                             <td>
  367.                                                 <div class=\"";
  368.         // line 249
  369.         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.'249$this->source); })()), "postal_code", [], "any"falsefalsefalse249))) ? (" error") : (""));
  370.         echo "\">
  371.                                                     ";
  372.         // line 250
  373.         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.'250$this->source); })()), "postal_code", [], "any"falsefalsefalse250), 'widget', ["attr" => ["class" => "mod-form-input-text--short""placeholder" => "例)0001234"]]);
  374.         echo "
  375.                                                     ";
  376.         // line 251
  377.         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.'251$this->source); })()), "postal_code", [], "any"falsefalsefalse251), 'errors');
  378.         echo "                                            
  379.                                                     <button type=\"button\" class=\"autofill\" onclick=\"AjaxZip3.zip2addr('contact[postal_code]', 'contact[address][pref]', 'contact[address][addr01]');\">住所自動入力</button>  
  380.                                                 </div>                                             
  381.                                             </td>
  382.                                         </tr>
  383.                                         <tr>
  384.                                             <th>住所</th>
  385.                                             <td>
  386.                                                 <div class=\"ec-select";
  387.         // line 260
  388.         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.'260$this->source); })()), "address", [], "any"falsefalsefalse260), "pref", [], "any"falsefalsefalse260))) ? (" error") : (""));
  389.         echo "\">
  390.                                                     ";
  391.         // line 261
  392.         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.'261$this->source); })()), "address", [], "any"falsefalsefalse261), "pref", [], "any"falsefalsefalse261), 'widget', ["attr" => ["class" => "mod-form-select"]]);
  393.         echo "
  394.                                                     ";
  395.         // line 262
  396.         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.'262$this->source); })()), "address", [], "any"falsefalsefalse262), "pref", [], "any"falsefalsefalse262), 'errors');
  397.         echo "
  398.                                                 </div>
  399.                                                 <div class=\"";
  400.         // line 264
  401.         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.'264$this->source); })()), "address", [], "any"falsefalsefalse264), "addr01", [], "any"falsefalsefalse264))) ? (" error") : (""));
  402.         echo "\">
  403.                                                     ";
  404.         // line 265
  405.         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.'265$this->source); })()), "address", [], "any"falsefalsefalse265), "addr01", [], "any"falsefalsefalse265), 'widget', ["attr" => ["class" => "mod-form-input-text""placeholder" => "市区町村名(例:千代田区神田神保町)"]]);
  406.         echo "
  407.                                                     ";
  408.         // line 266
  409.         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.'266$this->source); })()), "address", [], "any"falsefalsefalse266), "addr01", [], "any"falsefalsefalse266), 'errors');
  410.         echo "
  411.                                                 </div>
  412.                                                 <div class=\"";
  413.         // line 268
  414.         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.'268$this->source); })()), "address", [], "any"falsefalsefalse268), "addr02", [], "any"falsefalsefalse268))) ? (" error") : (""));
  415.         echo "\">
  416.                                                     ";
  417.         // line 269
  418.         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.'269$this->source); })()), "address", [], "any"falsefalsefalse269), "addr02", [], "any"falsefalsefalse269), 'widget', ["attr" => ["class" => "mod-form-input-text""placeholder" => "番地・ビル名(例1-3-5)"]]);
  419.         echo "
  420.                                                     ";
  421.         // line 270
  422.         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.'270$this->source); })()), "address", [], "any"falsefalsefalse270), "addr02", [], "any"falsefalsefalse270), 'errors');
  423.         echo "
  424.                                                 </div>  
  425.                                                 <small>
  426.                                                     ※ 住所は2に分けてご記入ください。<br>
  427.                                                     ※マンション名は必ず記入してください。
  428.                                                 </small>                                              
  429.                                             </td>
  430.                                         </tr>
  431.                                         <tr>
  432.                                             <th>";
  433.         // line 280
  434.         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.'280$this->source); })()), "phone_number", [], "any"falsefalsefalse280), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "電話番号"]);
  435.         echo "</th>
  436.                                             <td>
  437.                                                 <div class=\"";
  438.         // line 282
  439.         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.'282$this->source); })()), "phone_number", [], "any"falsefalsefalse282))) ? (" error") : (""));
  440.         echo "\">
  441.                                                     ";
  442.         // line 283
  443.         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.'283$this->source); })()), "phone_number", [], "any"falsefalsefalse283), 'widget', ["attr" => ["class" => "mod-form-input-text--short""placeholder" => "例)0000110000"]]);
  444.         echo "
  445.                                                     ";
  446.         // line 284
  447.         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.'284$this->source); })()), "phone_number", [], "any"falsefalsefalse284), 'errors');
  448.         echo "
  449.                                                 </div>
  450.                                             </td>
  451.                                         </tr>
  452.                                         <tr>
  453.                                             <th>";
  454.         // line 290
  455.         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.'290$this->source); })()), "email", [], "any"falsefalsefalse290), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "メールアドレス"]);
  456.         echo "</th>
  457.                                             <td>
  458.                                                 <div class=\"";
  459.         // line 292
  460.         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.'292$this->source); })()), "email", [], "any"falsefalsefalse292))) ? (" error") : (""));
  461.         echo "\">
  462.                                                     ";
  463.         // line 293
  464.         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.'293$this->source); })()), "email", [], "any"falsefalsefalse293), 'widget', ["attr" => ["class" => "mod-form-input-text""placeholder" => "例)nagae.xxxx.xxx@xx.jp"]]);
  465.         echo "
  466.                                                     ";
  467.         // line 294
  468.         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.'294$this->source); })()), "email", [], "any"falsefalsefalse294), 'errors');
  469.         echo "                                              
  470.                                                 </div>
  471.                                             </td>
  472.                                         </tr>
  473.                                         <tr>
  474.                                             <th>";
  475.         // line 300
  476.         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.'300$this->source); })()), "contents", [], "any"falsefalsefalse300), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お問い合わせ内容"]);
  477.         echo "</th>
  478.                                             <td>
  479.                                                 <div class=\"";
  480.         // line 302
  481.         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.'302$this->source); })()), "contents", [], "any"falsefalsefalse302))) ? (" error") : (""));
  482.         echo "\">
  483.                                                     ";
  484.         // line 303
  485.         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.'303$this->source); })()), "contents", [], "any"falsefalsefalse303), 'widget', ["attr" => ["class" => "mod-form-input-textArea""placeholder" => "お問い合わせ内容をご記入ください"]]);
  486.         echo "
  487.                                                     ";
  488.         // line 304
  489.         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.'304$this->source); })()), "contents", [], "any"falsefalsefalse304), 'errors');
  490.         echo "
  491.                                                 </div>
  492.                                                 <small>";
  493.         // line 306
  494.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご注文に関するお問い合わせには、必ず「ご注文番号」をご記入くださいますようお願いいたします。"), "html"nulltrue);
  495.         echo "</small>                                            
  496.                                             </td>
  497.                                         </tr>
  498.                                         </tbody>
  499.                                     </table>
  500.                                     <!-- /お問い合わせフォーム -->
  501.                                     <!-- 情報保護方針に同意 -->
  502.                                     <div class=\"contact-form-privacy\">
  503.                                         <p>
  504.                                         <a href=\"";
  505.         // line 316
  506.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("help_privacy");
  507.         echo "\" class=\"d-inlineBlock\">プライバシーポリシー</a>に同意の上、<br
  508.                                             class=\"dn-pc\">「入力内容を確認する」へお進みください。
  509.                                         </p>
  510.                                     </div>
  511.                                     <!-- /情報保護方針に同意 -->                                    
  512.                                     <!-- ボタン -->
  513.                                     <div class=\"mod-btnContainer contact-form-submitContainer\">
  514.                                         <button type=\"submit\" class=\"mod-btn-default contact-form-submit isConfirm\" name=\"mode\" value=\"confirm\">
  515.                                             <span class=\"btnInner\">";
  516.         // line 324
  517.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("入力内容を確認する"), "html"nulltrue);
  518.         echo "</span>
  519.                                         </button>
  520.                                     </div>
  521.                                     <!-- /ボタン -->                                    
  522. \t\t\t\t\t\t\t\t</form>
  523. \t\t\t\t\t\t\t</div>
  524. \t\t\t\t\t\t</section>
  525. \t\t\t\t\t\t<!-- /オンラインショップへのお問い合わせはこちら -->
  526. \t\t\t\t\t</div>
  527. \t\t\t\t\t<!-- /PAGE CONTENTS -->
  528. \t\t\t\t</div>
  529. \t\t\t\t<!-- /メインコンテンツ -->
  530. \t\t\t\t<!-- サイドメニュー -->
  531. \t\t\t\t";
  532.         // line 340
  533.         echo twig_include($this->env$context"Block/l_sub.twig", array(), truetrue);
  534.         echo "
  535. \t\t\t\t<!-- /サイドメニュー -->
  536. \t\t\t</div>
  537. \t\t</div>
  538. \t</div>
  539. ";
  540.         
  541.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  542.         
  543.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  544.     }
  545.     public function getTemplateName()
  546.     {
  547.         return "Contact/index.twig";
  548.     }
  549.     public function isTraitable()
  550.     {
  551.         return false;
  552.     }
  553.     public function getDebugInfo()
  554.     {
  555.         return array (  578 => 340,  559 => 324,  548 => 316,  535 => 306,  530 => 304,  526 => 303,  522 => 302,  517 => 300,  508 => 294,  504 => 293,  500 => 292,  495 => 290,  486 => 284,  482 => 283,  478 => 282,  473 => 280,  460 => 270,  456 => 269,  452 => 268,  447 => 266,  443 => 265,  439 => 264,  434 => 262,  430 => 261,  426 => 260,  414 => 251,  410 => 250,  406 => 249,  395 => 241,  391 => 240,  387 => 239,  383 => 238,  379 => 237,  374 => 235,  365 => 229,  361 => 228,  357 => 227,  353 => 226,  349 => 225,  344 => 223,  336 => 218,  331 => 216,  188 => 75,  185 => 74,  165 => 56,  160 => 53,  150 => 45,  143 => 39,  133 => 38,  121 => 35,  118 => 34,  108 => 33,  73 => 6,  63 => 5,  52 => 1,  50 => 3,  37 => 1,);
  556.     }
  557.     public function getSourceContext()
  558.     {
  559.         return new Source("{% extends 'default_frame.twig' %}
  560. {% form_theme form 'Form/form_div_layout.twig' %}
  561. {% block stylesheet %}
  562.     <style>
  563.         .ec-required {
  564.         display: inline-block;
  565.         color: #fff;
  566.         background-color: #DB2356;
  567.         font-size: 13px;
  568.         border-radius: 2px;
  569.         padding: 5px 10px;
  570.         margin-left: 10px;
  571.         }
  572.         .error input,
  573.         .error textarea {
  574.             background: #FDF1F0
  575.         }
  576.         .ec-errorMessage {
  577.             color: red;
  578.             margin-bottom: 25px;
  579.         }
  580.         @media (min-width: 600px) {
  581.             .ec-errorMessage {
  582.                 margin-left: 35px;
  583.             }
  584.         }
  585.     </style>
  586. {% endblock stylesheet %}
  587. {% block javascript %}
  588. \t<script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
  589. \t<script src=\"{{ asset('assets/js/lib/ajaxzip3.js') }}\"></script>
  590. {% endblock javascript %}
  591. {% block main %}
  592. \t<div
  593. \t\tclass=\"sub-container\">
  594. \t\t<!-- SUB H1 -->
  595. \t\t<div
  596. \t\t\tclass=\"sub-h1Wrap\">
  597. \t\t\t{# 必要に応じて増やしてください #}
  598. \t\t\t<h1 class=\"sub-h1\">お問い合わせ</h1>
  599. \t\t</div>
  600. \t\t<!-- /SUB H1 -->
  601. \t\t<div
  602. \t\t\tclass=\"l-container\">
  603. \t\t\t<!-- パンくずリスト -->
  604. \t\t\t<ol class=\"sub-breadcrumbs\">
  605. \t\t\t\t<li>
  606. \t\t\t\t\t<a href=\"{{ url('homepage') }}\">HOME</a>
  607. \t\t\t\t</li>
  608. \t\t\t\t{# 必要に応じて増やしてください #}
  609. \t\t\t\t<li>お問い合わせ</li>
  610. \t\t\t</ol>
  611. \t\t\t<!-- /パンくずリスト -->
  612. \t\t\t<div
  613. \t\t\t\tclass=\"l-2ColumnContainer\">
  614. \t\t\t\t<!-- メインコンテンツ -->
  615. \t\t\t\t<div
  616. \t\t\t\t\tclass=\"l-main\">
  617. \t\t\t\t\t<!-- PAGE CONTENTS -->
  618. \t\t\t\t\t<div
  619. \t\t\t\t\t\tclass=\"contact contactIndex\">
  620. \t\t\t\t\t\t<!-- 各営業所・店舗へのお問い合わせはこちら -->
  621. \t\t\t\t\t\t<section class=\"contactIndex-tel\">
  622. \t\t\t\t\t\t\t<h2 class=\"mod-hl-01\">
  623. \t\t\t\t\t\t\t\t<span class=\"isJp\">各営業所・店舗へのお問い合わせはこちら</span>
  624. \t\t\t\t\t\t\t</h2>
  625. \t\t\t\t\t\t\t<p class=\"contactIndex-tel-text\">
  626.                                 {{ '内容によっては回答をさしあげるのにお時間をいただくこともございます。
  627.                                 また、休業日は翌営業日以降の対応となりますのでご了承ください。'|trans|nl2br }}
  628. \t\t\t\t\t\t\t</p>
  629. \t\t\t\t\t\t\t<div class=\"contactIndex-tel-tableContainer\">
  630. \t\t\t\t\t\t\t\t<table class=\"mod-table-01\">
  631. \t\t\t\t\t\t\t\t\t<tbody>
  632. \t\t\t\t\t\t\t\t\t\t<tr>
  633. \t\t\t\t\t\t\t\t\t\t\t<th>広域営業部</th>
  634. \t\t\t\t\t\t\t\t\t\t\t<td>
  635. \t\t\t\t\t\t\t\t\t\t\t\tTEL:0852-21-9950<br class=\"dn-pc\">
  636. \t\t\t\t\t\t\t\t\t\t\t\tFAX:0852-26-4804<br>
  637. \t\t\t\t\t\t\t\t\t\t\t\t<script type=\"text/javascript\">
  638. \t\t\t\t\t\t\t\t\t\t\t\t\tfunction converter(M) {
  639.                                                         var str = \"\",
  640.                                                         str_as = \"\";
  641.                                                         for (var i = 0; i < M.length; i++) {
  642.                                                         str_as = M.charCodeAt(i);
  643.                                                         str += String.fromCharCode(str_as + 1);
  644.                                                         }
  645.                                                         return str;
  646.                                                         }
  647.                                                         var ad = converter(String.fromCharCode(106, 110, 116, 104, 106, 104, 63, 109, 96, 102) + String.fromCharCode(96, 100, 45, 108, 111, 116, 109, 104, 45, 98, 110, 45, 105, 111));
  648.                                                         document.write(ad);
  649. \t\t\t\t\t\t\t\t\t\t\t\t</script>
  650. \t\t\t\t\t\t\t\t\t\t\t</td>
  651. \t\t\t\t\t\t\t\t\t\t</tr>
  652. \t\t\t\t\t\t\t\t\t\t<tr>
  653. \t\t\t\t\t\t\t\t\t\t\t<th>松江営業所(出雲地区営業)</th>
  654. \t\t\t\t\t\t\t\t\t\t\t<td>
  655. \t\t\t\t\t\t\t\t\t\t\t\tTEL:0852-21-9940<br class=\"dn-pc\">
  656. \t\t\t\t\t\t\t\t\t\t\t\tFAX:0852-60-2218<br>
  657. \t\t\t\t\t\t\t\t\t\t\t\t<script type=\"text/javascript\">
  658. \t\t\t\t\t\t\t\t\t\t\t\t\tfunction converter(M) {
  659.                                                     var str = \"\",
  660.                                                     str_as = \"\";
  661.                                                     for (var i = 0; i < M.length; i++) {
  662.                                                     str_as = M.charCodeAt(i);
  663.                                                     str += String.fromCharCode(str_as + 1);
  664.                                                     }
  665.                                                     return str;
  666.                                                     }
  667.                                                     var ad = converter(String.fromCharCode(109, 96, 102, 96, 100, 108, 115, 100, 63, 115) + String.fromCharCode(116, 97, 96, 45, 110, 98, 109, 45, 109, 100, 45, 105, 111));
  668.                                                     document.write(ad);
  669. \t\t\t\t\t\t\t\t\t\t\t\t</script>
  670. \t\t\t\t\t\t\t\t\t\t\t</td>
  671. \t\t\t\t\t\t\t\t\t\t</tr>
  672. \t\t\t\t\t\t\t\t\t\t<tr>
  673. \t\t\t\t\t\t\t\t\t\t\t<th>イオン松江店</th>
  674. \t\t\t\t\t\t\t\t\t\t\t<td>
  675. \t\t\t\t\t\t\t\t\t\t\t\tTEL/FAX:0852-28-2130
  676. \t\t\t\t\t\t\t\t\t\t\t</td>
  677. \t\t\t\t\t\t\t\t\t\t</tr>
  678. \t\t\t\t\t\t\t\t\t\t<tr>
  679. \t\t\t\t\t\t\t\t\t\t\t<th>イオンモール出雲店</th>
  680. \t\t\t\t\t\t\t\t\t\t\t<td>
  681. \t\t\t\t\t\t\t\t\t\t\t\tTEL/FAX:0853-25-7980
  682. \t\t\t\t\t\t\t\t\t\t\t</td>
  683. \t\t\t\t\t\t\t\t\t\t</tr>
  684. \t\t\t\t\t\t\t\t\t\t<tr>
  685. \t\t\t\t\t\t\t\t\t\t\t<th>米子営業所・米子店</th>
  686. \t\t\t\t\t\t\t\t\t\t\t<td>
  687. \t\t\t\t\t\t\t\t\t\t\t\tTEL:0859-32-2217<br class=\"dn-pc\">
  688. \t\t\t\t\t\t\t\t\t\t\t\tFAX:0859-32-2254<br>
  689. \t\t\t\t\t\t\t\t\t\t\t\t<script type=\"text/javascript\">
  690. \t\t\t\t\t\t\t\t\t\t\t\t\tfunction converter(M) {
  691.                                                         var str = \"\",
  692.                                                         str_as = \"\";
  693.                                                         for (var i = 0; i < M.length; i++) {
  694.                                                         str_as = M.charCodeAt(i);
  695.                                                         str += String.fromCharCode(str_as + 1);
  696.                                                         }
  697.                                                         return str;
  698.                                                         }
  699.                                                         var ad = converter(String.fromCharCode(109, 96, 102, 96, 100, 120, 109, 102, 63, 108) + String.fromCharCode(104, 113, 113, 110, 113, 45, 110, 98, 109, 45, 109, 100, 45, 105, 111));
  700.                                                         document.write(ad);
  701. \t\t\t\t\t\t\t\t\t\t\t\t</script>
  702. \t\t\t\t\t\t\t\t\t\t\t</td>
  703. \t\t\t\t\t\t\t\t\t\t</tr>
  704. \t\t\t\t\t\t\t\t\t\t<tr>
  705. \t\t\t\t\t\t\t\t\t\t\t<th>大阪営業所(近畿地区営業)</th>
  706. \t\t\t\t\t\t\t\t\t\t\t<td>
  707. \t\t\t\t\t\t\t\t\t\t\t\tTEL:06-6361-8385<br class=\"dn-pc\">
  708. \t\t\t\t\t\t\t\t\t\t\t\tFAX:06-6361-8381<br>
  709. \t\t\t\t\t\t\t\t\t\t\t\t<script type=\"text/javascript\">
  710. \t\t\t\t\t\t\t\t\t\t\t\t\tfunction converter(M) {
  711.                                                         var str = \"\",
  712.                                                         str_as = \"\";
  713.                                                         for (var i = 0; i < M.length; i++) {
  714.                                                         str_as = M.charCodeAt(i);
  715.                                                         str += String.fromCharCode(str_as + 1);
  716.                                                         }
  717.                                                         return str;
  718.                                                         }
  719.                                                         var ad = converter(String.fromCharCode(109, 96, 102, 96, 100, 110, 114, 106, 63, 98) + String.fromCharCode(110, 99, 96, 45, 110, 98, 109, 45, 109, 100, 45, 105, 111));
  720.                                                         document.write(ad);
  721. \t\t\t\t\t\t\t\t\t\t\t\t</script>
  722. \t\t\t\t\t\t\t\t\t\t\t</td>
  723. \t\t\t\t\t\t\t\t\t\t</tr>
  724. \t\t\t\t\t\t\t\t\t\t<tr>
  725. \t\t\t\t\t\t\t\t\t\t\t<th>岡山営業所</th>
  726. \t\t\t\t\t\t\t\t\t\t\t<td>
  727. \t\t\t\t\t\t\t\t\t\t\t\tTEL:086-224-6511<br class=\"dn-pc\">
  728. \t\t\t\t\t\t\t\t\t\t\t\tFAX:086-224-6533<br>
  729. \t\t\t\t\t\t\t\t\t\t\t\t<script type=\"text/javascript\">
  730. \t\t\t\t\t\t\t\t\t\t\t\t\tfunction converter(M) {
  731.                                                         var str = \"\",
  732.                                                         str_as = \"\";
  733.                                                         for (var i = 0; i < M.length; i++) {
  734.                                                         str_as = M.charCodeAt(i);
  735.                                                         str += String.fromCharCode(str_as + 1);
  736.                                                         }
  737.                                                         return str;
  738.                                                         }
  739.                                                         var ad = converter(String.fromCharCode(109, 96, 102, 96, 100, 110, 106, 120, 63, 115) + String.fromCharCode(113, 96, 99, 45, 110, 98, 109, 45, 109, 100, 45, 105, 111));
  740.                                                         document.write(ad);
  741. \t\t\t\t\t\t\t\t\t\t\t\t</script>
  742. \t\t\t\t\t\t\t\t\t\t\t</td>
  743. \t\t\t\t\t\t\t\t\t\t</tr>
  744. \t\t\t\t\t\t\t\t\t</tbody>
  745. \t\t\t\t\t\t\t\t</table>
  746. \t\t\t\t\t\t\t</div>
  747. \t\t\t\t\t\t</section>
  748. \t\t\t\t\t\t<!-- /各営業所・店舗へのお問い合わせはこちら -->
  749. \t\t\t\t\t\t<!-- オンラインショップへのお問い合わせはこちら -->
  750. \t\t\t\t\t\t<section class=\"contactIndex-mail\">
  751. \t\t\t\t\t\t\t<h2 class=\"mod-hl-01\">
  752. \t\t\t\t\t\t\t\t<span class=\"isJp\">オンラインショップへのお問い合わせはこちら</span>
  753. \t\t\t\t\t\t\t</h2>
  754. \t\t\t\t\t\t\t<p class=\"contactIndex-mail-text\">
  755. \t\t\t\t\t\t\t\tオンラインショップに関するお問合せのみ、下記お問合せフォームよりお願い致します。<br>
  756. \t\t\t\t\t\t\t\t※広告・宣伝・勧誘等を目的としたお問合わせはご遠慮ください。
  757. \t\t\t\t\t\t\t</p>
  758. \t\t\t\t\t\t\t<div class=\"contactIndex-mail-formContainer\">
  759. \t\t\t\t\t\t\t\t<form method=\"post\" action=\"{{ url('contact') }}\" class=\"h-adr\" novalidate>
  760. \t\t\t\t\t\t\t\t\t<span class=\"p-country-name\" style=\"display:none;\">Japan</span>
  761. \t\t\t\t\t\t\t\t\t{{ form_widget(form._token) }}
  762.                                     <!-- お問い合わせフォーム -->
  763.                                     <table class=\"mod-table-form\">
  764.                                         <tbody>
  765.                                         <tr>
  766.                                             <th>{{ form_label(form.name, 'お名前', { 'label_attr': { 'class': 'ec-label' }}) }}</th>
  767.                                             <td>
  768.                                                 <div class=\"{{ has_errors(form.name.name01, form.name.name02) ? ' error' }}\">
  769.                                                     姓{{ form_widget(form.name.name01, {'attr': { 'class': 'mod-form-input-text--02', 'placeholder': '例)永江' }}) }}
  770.                                                     {{ form_errors(form.name.name01) }}                                                   
  771.                                                     名{{ form_widget(form.name.name02, {'attr': { 'class': 'mod-form-input-text--02-last', 'placeholder': '例)太郎' }}) }}
  772.                                                     {{ form_errors(form.name.name02) }}
  773.                                                 </div>
  774.                                             </td>
  775.                                         </tr>
  776.                                         <tr>
  777.                                             <th>{{ form_label(form.kana, 'ふりがな', {'label_attr': {'class': 'ec-label'}}) }}</th>
  778.                                             <td>
  779.                                                 <div class=\"{{ has_errors(form.kana.kana01, form.kana.kana02) ? ' error' }}\">
  780.                                                     姓{{ form_widget(form.kana.kana01, {'attr': { 'class': 'mod-form-input-text--02', 'placeholder': '例)ながえ' }}) }}
  781.                                                     {{ form_errors(form.kana.kana01) }}                                                    
  782.                                                     名{{ form_widget(form.kana.kana02, {'attr': { 'class': 'mod-form-input-text--02-last', 'placeholder': '例)たろう' }}) }}
  783.                                                     {{ form_errors(form.kana.kana02) }}
  784.                                                 </div>
  785.                                             </td>
  786.                                         </tr>
  787.                                         <tr>
  788.                                             <th>郵便番号</th>
  789.                                             <td>
  790.                                                 <div class=\"{{ has_errors(form.postal_code) ? ' error' }}\">
  791.                                                     {{ form_widget(form.postal_code, {'attr': { 'class': 'mod-form-input-text--short', 'placeholder': '例)0001234' }}) }}
  792.                                                     {{ form_errors(form.postal_code) }}                                            
  793.                                                     <button type=\"button\" class=\"autofill\" onclick=\"AjaxZip3.zip2addr('contact[postal_code]', 'contact[address][pref]', 'contact[address][addr01]');\">住所自動入力</button>  
  794.                                                 </div>                                             
  795.                                             </td>
  796.                                         </tr>
  797.                                         <tr>
  798.                                             <th>住所</th>
  799.                                             <td>
  800.                                                 <div class=\"ec-select{{ has_errors(form.address.pref) ? ' error' }}\">
  801.                                                     {{ form_widget(form.address.pref, {'attr': { 'class': 'mod-form-select' }}) }}
  802.                                                     {{ form_errors(form.address.pref) }}
  803.                                                 </div>
  804.                                                 <div class=\"{{ has_errors(form.address.addr01) ? ' error' }}\">
  805.                                                     {{ form_widget(form.address.addr01, { 'attr': { 'class': 'mod-form-input-text', 'placeholder': '市区町村名(例:千代田区神田神保町)' }}) }}
  806.                                                     {{ form_errors(form.address.addr01) }}
  807.                                                 </div>
  808.                                                 <div class=\"{{ has_errors(form.address.addr02) ? ' error' }}\">
  809.                                                     {{ form_widget(form.address.addr02,  { 'attr': { 'class': 'mod-form-input-text', 'placeholder': '番地・ビル名(例1-3-5)'}}) }}
  810.                                                     {{ form_errors(form.address.addr02) }}
  811.                                                 </div>  
  812.                                                 <small>
  813.                                                     ※ 住所は2に分けてご記入ください。<br>
  814.                                                     ※マンション名は必ず記入してください。
  815.                                                 </small>                                              
  816.                                             </td>
  817.                                         </tr>
  818.                                         <tr>
  819.                                             <th>{{ form_label(form.phone_number, '電話番号', { 'label_attr': { 'class': 'ec-label' }}) }}</th>
  820.                                             <td>
  821.                                                 <div class=\"{{ has_errors(form.phone_number) ? ' error' }}\">
  822.                                                     {{ form_widget(form.phone_number, {'attr': { 'class': 'mod-form-input-text--short', 'placeholder': '例)0000110000' }}) }}
  823.                                                     {{ form_errors(form.phone_number) }}
  824.                                                 </div>
  825.                                             </td>
  826.                                         </tr>
  827.                                         <tr>
  828.                                             <th>{{ form_label(form.email, 'メールアドレス', { 'label_attr': { 'class': 'ec-label' }}) }}</th>
  829.                                             <td>
  830.                                                 <div class=\"{{ has_errors(form.email) ? ' error' }}\">
  831.                                                     {{ form_widget(form.email, {'attr': { 'class': 'mod-form-input-text', 'placeholder': '例)nagae.xxxx.xxx@xx.jp' }}) }}
  832.                                                     {{ form_errors(form.email) }}                                              
  833.                                                 </div>
  834.                                             </td>
  835.                                         </tr>
  836.                                         <tr>
  837.                                             <th>{{ form_label(form.contents, 'お問い合わせ内容', { 'label_attr': { 'class': 'ec-label' }}) }}</th>
  838.                                             <td>
  839.                                                 <div class=\"{{ has_errors(form.contents) ? ' error' }}\">
  840.                                                     {{ form_widget(form.contents, {'attr': { 'class': 'mod-form-input-textArea', 'placeholder': 'お問い合わせ内容をご記入ください' }}) }}
  841.                                                     {{ form_errors(form.contents) }}
  842.                                                 </div>
  843.                                                 <small>{{ 'ご注文に関するお問い合わせには、必ず「ご注文番号」をご記入くださいますようお願いいたします。'|trans }}</small>                                            
  844.                                             </td>
  845.                                         </tr>
  846.                                         </tbody>
  847.                                     </table>
  848.                                     <!-- /お問い合わせフォーム -->
  849.                                     <!-- 情報保護方針に同意 -->
  850.                                     <div class=\"contact-form-privacy\">
  851.                                         <p>
  852.                                         <a href=\"{{ url('help_privacy') }}\" class=\"d-inlineBlock\">プライバシーポリシー</a>に同意の上、<br
  853.                                             class=\"dn-pc\">「入力内容を確認する」へお進みください。
  854.                                         </p>
  855.                                     </div>
  856.                                     <!-- /情報保護方針に同意 -->                                    
  857.                                     <!-- ボタン -->
  858.                                     <div class=\"mod-btnContainer contact-form-submitContainer\">
  859.                                         <button type=\"submit\" class=\"mod-btn-default contact-form-submit isConfirm\" name=\"mode\" value=\"confirm\">
  860.                                             <span class=\"btnInner\">{{ '入力内容を確認する'|trans }}</span>
  861.                                         </button>
  862.                                     </div>
  863.                                     <!-- /ボタン -->                                    
  864. \t\t\t\t\t\t\t\t</form>
  865. \t\t\t\t\t\t\t</div>
  866. \t\t\t\t\t\t</section>
  867. \t\t\t\t\t\t<!-- /オンラインショップへのお問い合わせはこちら -->
  868. \t\t\t\t\t</div>
  869. \t\t\t\t\t<!-- /PAGE CONTENTS -->
  870. \t\t\t\t</div>
  871. \t\t\t\t<!-- /メインコンテンツ -->
  872. \t\t\t\t<!-- サイドメニュー -->
  873. \t\t\t\t{{ include('Block/l_sub.twig', ignore_missing = true) }}
  874. \t\t\t\t<!-- /サイドメニュー -->
  875. \t\t\t</div>
  876. \t\t</div>
  877. \t</div>
  878. {% endblock %}""Contact/index.twig""/home/hiniaratest/test-page.website/public_html/nagae-hanko.test-page.website/app/template/default/Contact/index.twig");
  879.     }
  880. }