<?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_1c8d1aaba188bc1bade0d4e16d4487495e650ec354fe71dced2e3f25f536eba8 extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheet' => [$this, 'block_stylesheet'],
'javascript' => [$this, 'block_javascript'],
'main' => [$this, 'block_main'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "default_frame.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Contact/index.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Contact/index.twig"));
// line 3
$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); })()), [0 => "Form/form_div_layout.twig"], true);
// line 1
$this->parent = $this->loadTemplate("default_frame.twig", "Contact/index.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 5
public function block_stylesheet($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
// line 6
echo " <style>
.ec-required {
display: inline-block;
color: #fff;
background-color: #DB2356;
font-size: 13px;
border-radius: 2px;
padding: 5px 10px;
margin-left: 10px;
}
.error input,
.error textarea {
background: #FDF1F0
}
.ec-errorMessage {
color: red;
margin-bottom: 25px;
}
@media (min-width: 600px) {
.ec-errorMessage {
margin-left: 35px;
}
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 33
public function block_javascript($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
// line 34
echo "\t<script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
\t<script src=\"";
// line 35
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/lib/ajaxzip3.js"), "html", null, true);
echo "\"></script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 38
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 39
echo "\t<div
\t\tclass=\"sub-container\">
\t\t<!-- SUB H1 -->
\t\t<div
\t\t\tclass=\"sub-h1Wrap\">
\t\t\t";
// line 45
echo "\t\t\t<h1 class=\"sub-h1\">お問い合わせ</h1>
\t\t</div>
\t\t<!-- /SUB H1 -->
\t\t<div
\t\t\tclass=\"l-container\">
\t\t\t<!-- パンくずリスト -->
\t\t\t<ol class=\"sub-breadcrumbs\">
\t\t\t\t<li>
\t\t\t\t\t<a href=\"";
// line 53
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\">HOME</a>
\t\t\t\t</li>
\t\t\t\t";
// line 56
echo "\t\t\t\t<li>お問い合わせ</li>
\t\t\t</ol>
\t\t\t<!-- /パンくずリスト -->
\t\t\t<div
\t\t\t\tclass=\"l-2ColumnContainer\">
\t\t\t\t<!-- メインコンテンツ -->
\t\t\t\t<div
\t\t\t\t\tclass=\"l-main\">
\t\t\t\t\t<!-- PAGE CONTENTS -->
\t\t\t\t\t<div
\t\t\t\t\t\tclass=\"contact contactIndex\">
\t\t\t\t\t\t<!-- 各営業所・店舗へのお問い合わせはこちら -->
\t\t\t\t\t\t<section class=\"contactIndex-tel\">
\t\t\t\t\t\t\t<h2 class=\"mod-hl-01\">
\t\t\t\t\t\t\t\t<span class=\"isJp\">各営業所・店舗へのお問い合わせはこちら</span>
\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t\t<p class=\"contactIndex-tel-text\">
";
// line 74
echo twig_nl2br(twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("内容によっては回答をさしあげるのにお時間をいただくこともございます。
また、休業日は翌営業日以降の対応となりますのでご了承ください。"), "html", null, true));
// line 75
echo "
\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t<div class=\"contactIndex-tel-tableContainer\">
\t\t\t\t\t\t\t\t<table class=\"mod-table-01\">
\t\t\t\t\t\t\t\t\t<tbody>
\t\t\t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t\t\t<th>広域営業部</th>
\t\t\t\t\t\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t\t\t\t\t\tTEL:0852-21-9950<br class=\"dn-pc\">
\t\t\t\t\t\t\t\t\t\t\t\tFAX:0852-26-4804<br>
\t\t\t\t\t\t\t\t\t\t\t\t<script type=\"text/javascript\">
\t\t\t\t\t\t\t\t\t\t\t\t\tfunction converter(M) {
var str = \"\",
str_as = \"\";
for (var i = 0; i < M.length; i++) {
str_as = M.charCodeAt(i);
str += String.fromCharCode(str_as + 1);
}
return str;
}
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));
document.write(ad);
\t\t\t\t\t\t\t\t\t\t\t\t</script>
\t\t\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t\t\t<th>松江営業所(出雲地区営業)</th>
\t\t\t\t\t\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t\t\t\t\t\tTEL:0852-21-9940<br class=\"dn-pc\">
\t\t\t\t\t\t\t\t\t\t\t\tFAX:0852-60-2218<br>
\t\t\t\t\t\t\t\t\t\t\t\t<script type=\"text/javascript\">
\t\t\t\t\t\t\t\t\t\t\t\t\tfunction converter(M) {
var str = \"\",
str_as = \"\";
for (var i = 0; i < M.length; i++) {
str_as = M.charCodeAt(i);
str += String.fromCharCode(str_as + 1);
}
return str;
}
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));
document.write(ad);
\t\t\t\t\t\t\t\t\t\t\t\t</script>
\t\t\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t\t\t<th>イオン松江店</th>
\t\t\t\t\t\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t\t\t\t\t\tTEL/FAX:0852-28-2130
\t\t\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t\t\t<th>イオンモール出雲店</th>
\t\t\t\t\t\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t\t\t\t\t\tTEL/FAX:0853-25-7980
\t\t\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t\t\t<th>米子営業所・米子店</th>
\t\t\t\t\t\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t\t\t\t\t\tTEL:0859-32-2217<br class=\"dn-pc\">
\t\t\t\t\t\t\t\t\t\t\t\tFAX:0859-32-2254<br>
\t\t\t\t\t\t\t\t\t\t\t\t<script type=\"text/javascript\">
\t\t\t\t\t\t\t\t\t\t\t\t\tfunction converter(M) {
var str = \"\",
str_as = \"\";
for (var i = 0; i < M.length; i++) {
str_as = M.charCodeAt(i);
str += String.fromCharCode(str_as + 1);
}
return str;
}
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));
document.write(ad);
\t\t\t\t\t\t\t\t\t\t\t\t</script>
\t\t\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t\t\t<th>大阪営業所(近畿地区営業)</th>
\t\t\t\t\t\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t\t\t\t\t\tTEL:06-6361-8385<br class=\"dn-pc\">
\t\t\t\t\t\t\t\t\t\t\t\tFAX:06-6361-8381<br>
\t\t\t\t\t\t\t\t\t\t\t\t<script type=\"text/javascript\">
\t\t\t\t\t\t\t\t\t\t\t\t\tfunction converter(M) {
var str = \"\",
str_as = \"\";
for (var i = 0; i < M.length; i++) {
str_as = M.charCodeAt(i);
str += String.fromCharCode(str_as + 1);
}
return str;
}
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));
document.write(ad);
\t\t\t\t\t\t\t\t\t\t\t\t</script>
\t\t\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t\t\t<th>岡山営業所</th>
\t\t\t\t\t\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t\t\t\t\t\tTEL:086-224-6511<br class=\"dn-pc\">
\t\t\t\t\t\t\t\t\t\t\t\tFAX:086-224-6533<br>
\t\t\t\t\t\t\t\t\t\t\t\t<script type=\"text/javascript\">
\t\t\t\t\t\t\t\t\t\t\t\t\tfunction converter(M) {
var str = \"\",
str_as = \"\";
for (var i = 0; i < M.length; i++) {
str_as = M.charCodeAt(i);
str += String.fromCharCode(str_as + 1);
}
return str;
}
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));
document.write(ad);
\t\t\t\t\t\t\t\t\t\t\t\t</script>
\t\t\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t</tbody>
\t\t\t\t\t\t\t\t</table>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</section>
\t\t\t\t\t\t<!-- /各営業所・店舗へのお問い合わせはこちら -->
\t\t\t\t\t\t<!-- オンラインショップへのお問い合わせはこちら -->
\t\t\t\t\t\t<section class=\"contactIndex-mail\">
\t\t\t\t\t\t\t<h2 class=\"mod-hl-01\">
\t\t\t\t\t\t\t\t<span class=\"isJp\">オンラインショップへのお問い合わせはこちら</span>
\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t\t<p class=\"contactIndex-mail-text\">
\t\t\t\t\t\t\t\tオンラインショップに関するお問合せのみ、下記お問合せフォームよりお願い致します。<br>
\t\t\t\t\t\t\t\t※広告・宣伝・勧誘等を目的としたお問合わせはご遠慮ください。
\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t<div class=\"contactIndex-mail-formContainer\">
\t\t\t\t\t\t\t\t<form method=\"post\" action=\"";
// line 216
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("contact");
echo "\" class=\"h-adr\" novalidate>
\t\t\t\t\t\t\t\t\t<span class=\"p-country-name\" style=\"display:none;\">Japan</span>
\t\t\t\t\t\t\t\t\t";
// line 218
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", false, false, false, 218), 'widget');
echo "
<!-- お問い合わせフォーム -->
<table class=\"mod-table-form\">
<tbody>
<tr>
<th>";
// line 223
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", false, false, false, 223), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お名前"]);
echo "</th>
<td>
<div class=\"";
// line 225
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(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.', 225, $this->source); })()), "name", [], "any", false, false, false, 225), "name01", [], "any", false, false, false, 225), 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.', 225, $this->source); })()), "name", [], "any", false, false, false, 225), "name02", [], "any", false, false, false, 225))) ? (" error") : (""));
echo "\">
姓";
// line 226
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 226, $this->source); })()), "name", [], "any", false, false, false, 226), "name01", [], "any", false, false, false, 226), 'widget', ["attr" => ["class" => "mod-form-input-text--02", "placeholder" => "例)永江"]]);
echo "
";
// line 227
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 227, $this->source); })()), "name", [], "any", false, false, false, 227), "name01", [], "any", false, false, false, 227), 'errors');
echo "
名";
// line 228
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 228, $this->source); })()), "name", [], "any", false, false, false, 228), "name02", [], "any", false, false, false, 228), 'widget', ["attr" => ["class" => "mod-form-input-text--02-last", "placeholder" => "例)太郎"]]);
echo "
";
// line 229
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 229, $this->source); })()), "name", [], "any", false, false, false, 229), "name02", [], "any", false, false, false, 229), 'errors');
echo "
</div>
</td>
</tr>
<tr>
<th>";
// line 235
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 235, $this->source); })()), "kana", [], "any", false, false, false, 235), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "ふりがな"]);
echo "</th>
<td>
<div class=\"";
// line 237
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(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.', 237, $this->source); })()), "kana", [], "any", false, false, false, 237), "kana01", [], "any", false, false, false, 237), 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.', 237, $this->source); })()), "kana", [], "any", false, false, false, 237), "kana02", [], "any", false, false, false, 237))) ? (" error") : (""));
echo "\">
姓";
// line 238
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 238, $this->source); })()), "kana", [], "any", false, false, false, 238), "kana01", [], "any", false, false, false, 238), 'widget', ["attr" => ["class" => "mod-form-input-text--02", "placeholder" => "例)ながえ"]]);
echo "
";
// line 239
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 239, $this->source); })()), "kana", [], "any", false, false, false, 239), "kana01", [], "any", false, false, false, 239), 'errors');
echo "
名";
// line 240
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 240, $this->source); })()), "kana", [], "any", false, false, false, 240), "kana02", [], "any", false, false, false, 240), 'widget', ["attr" => ["class" => "mod-form-input-text--02-last", "placeholder" => "例)たろう"]]);
echo "
";
// line 241
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 241, $this->source); })()), "kana", [], "any", false, false, false, 241), "kana02", [], "any", false, false, false, 241), 'errors');
echo "
</div>
</td>
</tr>
<tr>
<th>郵便番号</th>
<td>
<div class=\"";
// line 249
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", false, false, false, 249))) ? (" error") : (""));
echo "\">
";
// line 250
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", false, false, false, 250), 'widget', ["attr" => ["class" => "mod-form-input-text--short", "placeholder" => "例)0001234"]]);
echo "
";
// line 251
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", false, false, false, 251), 'errors');
echo "
<button type=\"button\" class=\"autofill\" onclick=\"AjaxZip3.zip2addr('contact[postal_code]', 'contact[address][pref]', 'contact[address][addr01]');\">住所自動入力</button>
</div>
</td>
</tr>
<tr>
<th>住所</th>
<td>
<div class=\"ec-select";
// line 260
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(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.', 260, $this->source); })()), "address", [], "any", false, false, false, 260), "pref", [], "any", false, false, false, 260))) ? (" error") : (""));
echo "\">
";
// line 261
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 261, $this->source); })()), "address", [], "any", false, false, false, 261), "pref", [], "any", false, false, false, 261), 'widget', ["attr" => ["class" => "mod-form-select"]]);
echo "
";
// line 262
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 262, $this->source); })()), "address", [], "any", false, false, false, 262), "pref", [], "any", false, false, false, 262), 'errors');
echo "
</div>
<div class=\"";
// line 264
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(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.', 264, $this->source); })()), "address", [], "any", false, false, false, 264), "addr01", [], "any", false, false, false, 264))) ? (" error") : (""));
echo "\">
";
// line 265
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 265, $this->source); })()), "address", [], "any", false, false, false, 265), "addr01", [], "any", false, false, false, 265), 'widget', ["attr" => ["class" => "mod-form-input-text", "placeholder" => "市区町村名(例:千代田区神田神保町)"]]);
echo "
";
// line 266
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 266, $this->source); })()), "address", [], "any", false, false, false, 266), "addr01", [], "any", false, false, false, 266), 'errors');
echo "
</div>
<div class=\"";
// line 268
echo (($this->extensions['Eccube\Twig\Extension\EccubeExtension']->hasErrors(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.', 268, $this->source); })()), "address", [], "any", false, false, false, 268), "addr02", [], "any", false, false, false, 268))) ? (" error") : (""));
echo "\">
";
// line 269
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 269, $this->source); })()), "address", [], "any", false, false, false, 269), "addr02", [], "any", false, false, false, 269), 'widget', ["attr" => ["class" => "mod-form-input-text", "placeholder" => "番地・ビル名(例1-3-5)"]]);
echo "
";
// line 270
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 270, $this->source); })()), "address", [], "any", false, false, false, 270), "addr02", [], "any", false, false, false, 270), 'errors');
echo "
</div>
<small>
※ 住所は2に分けてご記入ください。<br>
※マンション名は必ず記入してください。
</small>
</td>
</tr>
<tr>
<th>";
// line 280
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", false, false, false, 280), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "電話番号"]);
echo "</th>
<td>
<div class=\"";
// line 282
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", false, false, false, 282))) ? (" error") : (""));
echo "\">
";
// line 283
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", false, false, false, 283), 'widget', ["attr" => ["class" => "mod-form-input-text--short", "placeholder" => "例)0000110000"]]);
echo "
";
// line 284
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", false, false, false, 284), 'errors');
echo "
</div>
</td>
</tr>
<tr>
<th>";
// line 290
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", false, false, false, 290), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "メールアドレス"]);
echo "</th>
<td>
<div class=\"";
// line 292
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", false, false, false, 292))) ? (" error") : (""));
echo "\">
";
// line 293
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", false, false, false, 293), 'widget', ["attr" => ["class" => "mod-form-input-text", "placeholder" => "例)nagae.xxxx.xxx@xx.jp"]]);
echo "
";
// line 294
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", false, false, false, 294), 'errors');
echo "
</div>
</td>
</tr>
<tr>
<th>";
// line 300
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", false, false, false, 300), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "お問い合わせ内容"]);
echo "</th>
<td>
<div class=\"";
// line 302
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", false, false, false, 302))) ? (" error") : (""));
echo "\">
";
// line 303
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", false, false, false, 303), 'widget', ["attr" => ["class" => "mod-form-input-textArea", "placeholder" => "お問い合わせ内容をご記入ください"]]);
echo "
";
// line 304
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", false, false, false, 304), 'errors');
echo "
</div>
<small>";
// line 306
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご注文に関するお問い合わせには、必ず「ご注文番号」をご記入くださいますようお願いいたします。"), "html", null, true);
echo "</small>
</td>
</tr>
</tbody>
</table>
<!-- /お問い合わせフォーム -->
<!-- 情報保護方針に同意 -->
<div class=\"contact-form-privacy\">
<p>
<a href=\"";
// line 316
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("help_privacy");
echo "\" class=\"d-inlineBlock\">プライバシーポリシー</a>に同意の上、<br
class=\"dn-pc\">「入力内容を確認する」へお進みください。
</p>
</div>
<!-- /情報保護方針に同意 -->
<!-- ボタン -->
<div class=\"mod-btnContainer contact-form-submitContainer\">
<button type=\"submit\" class=\"mod-btn-default contact-form-submit isConfirm\" name=\"mode\" value=\"confirm\">
<span class=\"btnInner\">";
// line 324
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("入力内容を確認する"), "html", null, true);
echo "</span>
</button>
</div>
<!-- /ボタン -->
\t\t\t\t\t\t\t\t</form>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</section>
\t\t\t\t\t\t<!-- /オンラインショップへのお問い合わせはこちら -->
\t\t\t\t\t</div>
\t\t\t\t\t<!-- /PAGE CONTENTS -->
\t\t\t\t</div>
\t\t\t\t<!-- /メインコンテンツ -->
\t\t\t\t<!-- サイドメニュー -->
\t\t\t\t";
// line 340
echo twig_include($this->env, $context, "Block/l_sub.twig", array(), true, true);
echo "
\t\t\t\t<!-- /サイドメニュー -->
\t\t\t</div>
\t\t</div>
\t</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "Contact/index.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("{% extends 'default_frame.twig' %}
{% form_theme form 'Form/form_div_layout.twig' %}
{% block stylesheet %}
<style>
.ec-required {
display: inline-block;
color: #fff;
background-color: #DB2356;
font-size: 13px;
border-radius: 2px;
padding: 5px 10px;
margin-left: 10px;
}
.error input,
.error textarea {
background: #FDF1F0
}
.ec-errorMessage {
color: red;
margin-bottom: 25px;
}
@media (min-width: 600px) {
.ec-errorMessage {
margin-left: 35px;
}
}
</style>
{% endblock stylesheet %}
{% block javascript %}
\t<script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
\t<script src=\"{{ asset('assets/js/lib/ajaxzip3.js') }}\"></script>
{% endblock javascript %}
{% block main %}
\t<div
\t\tclass=\"sub-container\">
\t\t<!-- SUB H1 -->
\t\t<div
\t\t\tclass=\"sub-h1Wrap\">
\t\t\t{# 必要に応じて増やしてください #}
\t\t\t<h1 class=\"sub-h1\">お問い合わせ</h1>
\t\t</div>
\t\t<!-- /SUB H1 -->
\t\t<div
\t\t\tclass=\"l-container\">
\t\t\t<!-- パンくずリスト -->
\t\t\t<ol class=\"sub-breadcrumbs\">
\t\t\t\t<li>
\t\t\t\t\t<a href=\"{{ url('homepage') }}\">HOME</a>
\t\t\t\t</li>
\t\t\t\t{# 必要に応じて増やしてください #}
\t\t\t\t<li>お問い合わせ</li>
\t\t\t</ol>
\t\t\t<!-- /パンくずリスト -->
\t\t\t<div
\t\t\t\tclass=\"l-2ColumnContainer\">
\t\t\t\t<!-- メインコンテンツ -->
\t\t\t\t<div
\t\t\t\t\tclass=\"l-main\">
\t\t\t\t\t<!-- PAGE CONTENTS -->
\t\t\t\t\t<div
\t\t\t\t\t\tclass=\"contact contactIndex\">
\t\t\t\t\t\t<!-- 各営業所・店舗へのお問い合わせはこちら -->
\t\t\t\t\t\t<section class=\"contactIndex-tel\">
\t\t\t\t\t\t\t<h2 class=\"mod-hl-01\">
\t\t\t\t\t\t\t\t<span class=\"isJp\">各営業所・店舗へのお問い合わせはこちら</span>
\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t\t<p class=\"contactIndex-tel-text\">
{{ '内容によっては回答をさしあげるのにお時間をいただくこともございます。
また、休業日は翌営業日以降の対応となりますのでご了承ください。'|trans|nl2br }}
\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t<div class=\"contactIndex-tel-tableContainer\">
\t\t\t\t\t\t\t\t<table class=\"mod-table-01\">
\t\t\t\t\t\t\t\t\t<tbody>
\t\t\t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t\t\t<th>広域営業部</th>
\t\t\t\t\t\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t\t\t\t\t\tTEL:0852-21-9950<br class=\"dn-pc\">
\t\t\t\t\t\t\t\t\t\t\t\tFAX:0852-26-4804<br>
\t\t\t\t\t\t\t\t\t\t\t\t<script type=\"text/javascript\">
\t\t\t\t\t\t\t\t\t\t\t\t\tfunction converter(M) {
var str = \"\",
str_as = \"\";
for (var i = 0; i < M.length; i++) {
str_as = M.charCodeAt(i);
str += String.fromCharCode(str_as + 1);
}
return str;
}
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));
document.write(ad);
\t\t\t\t\t\t\t\t\t\t\t\t</script>
\t\t\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t\t\t<th>松江営業所(出雲地区営業)</th>
\t\t\t\t\t\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t\t\t\t\t\tTEL:0852-21-9940<br class=\"dn-pc\">
\t\t\t\t\t\t\t\t\t\t\t\tFAX:0852-60-2218<br>
\t\t\t\t\t\t\t\t\t\t\t\t<script type=\"text/javascript\">
\t\t\t\t\t\t\t\t\t\t\t\t\tfunction converter(M) {
var str = \"\",
str_as = \"\";
for (var i = 0; i < M.length; i++) {
str_as = M.charCodeAt(i);
str += String.fromCharCode(str_as + 1);
}
return str;
}
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));
document.write(ad);
\t\t\t\t\t\t\t\t\t\t\t\t</script>
\t\t\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t\t\t<th>イオン松江店</th>
\t\t\t\t\t\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t\t\t\t\t\tTEL/FAX:0852-28-2130
\t\t\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t\t\t<th>イオンモール出雲店</th>
\t\t\t\t\t\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t\t\t\t\t\tTEL/FAX:0853-25-7980
\t\t\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t\t\t<th>米子営業所・米子店</th>
\t\t\t\t\t\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t\t\t\t\t\tTEL:0859-32-2217<br class=\"dn-pc\">
\t\t\t\t\t\t\t\t\t\t\t\tFAX:0859-32-2254<br>
\t\t\t\t\t\t\t\t\t\t\t\t<script type=\"text/javascript\">
\t\t\t\t\t\t\t\t\t\t\t\t\tfunction converter(M) {
var str = \"\",
str_as = \"\";
for (var i = 0; i < M.length; i++) {
str_as = M.charCodeAt(i);
str += String.fromCharCode(str_as + 1);
}
return str;
}
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));
document.write(ad);
\t\t\t\t\t\t\t\t\t\t\t\t</script>
\t\t\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t\t\t<th>大阪営業所(近畿地区営業)</th>
\t\t\t\t\t\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t\t\t\t\t\tTEL:06-6361-8385<br class=\"dn-pc\">
\t\t\t\t\t\t\t\t\t\t\t\tFAX:06-6361-8381<br>
\t\t\t\t\t\t\t\t\t\t\t\t<script type=\"text/javascript\">
\t\t\t\t\t\t\t\t\t\t\t\t\tfunction converter(M) {
var str = \"\",
str_as = \"\";
for (var i = 0; i < M.length; i++) {
str_as = M.charCodeAt(i);
str += String.fromCharCode(str_as + 1);
}
return str;
}
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));
document.write(ad);
\t\t\t\t\t\t\t\t\t\t\t\t</script>
\t\t\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t\t\t\t<th>岡山営業所</th>
\t\t\t\t\t\t\t\t\t\t\t<td>
\t\t\t\t\t\t\t\t\t\t\t\tTEL:086-224-6511<br class=\"dn-pc\">
\t\t\t\t\t\t\t\t\t\t\t\tFAX:086-224-6533<br>
\t\t\t\t\t\t\t\t\t\t\t\t<script type=\"text/javascript\">
\t\t\t\t\t\t\t\t\t\t\t\t\tfunction converter(M) {
var str = \"\",
str_as = \"\";
for (var i = 0; i < M.length; i++) {
str_as = M.charCodeAt(i);
str += String.fromCharCode(str_as + 1);
}
return str;
}
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));
document.write(ad);
\t\t\t\t\t\t\t\t\t\t\t\t</script>
\t\t\t\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t\t\t</tbody>
\t\t\t\t\t\t\t\t</table>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</section>
\t\t\t\t\t\t<!-- /各営業所・店舗へのお問い合わせはこちら -->
\t\t\t\t\t\t<!-- オンラインショップへのお問い合わせはこちら -->
\t\t\t\t\t\t<section class=\"contactIndex-mail\">
\t\t\t\t\t\t\t<h2 class=\"mod-hl-01\">
\t\t\t\t\t\t\t\t<span class=\"isJp\">オンラインショップへのお問い合わせはこちら</span>
\t\t\t\t\t\t\t</h2>
\t\t\t\t\t\t\t<p class=\"contactIndex-mail-text\">
\t\t\t\t\t\t\t\tオンラインショップに関するお問合せのみ、下記お問合せフォームよりお願い致します。<br>
\t\t\t\t\t\t\t\t※広告・宣伝・勧誘等を目的としたお問合わせはご遠慮ください。
\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t<div class=\"contactIndex-mail-formContainer\">
\t\t\t\t\t\t\t\t<form method=\"post\" action=\"{{ url('contact') }}\" class=\"h-adr\" novalidate>
\t\t\t\t\t\t\t\t\t<span class=\"p-country-name\" style=\"display:none;\">Japan</span>
\t\t\t\t\t\t\t\t\t{{ form_widget(form._token) }}
<!-- お問い合わせフォーム -->
<table class=\"mod-table-form\">
<tbody>
<tr>
<th>{{ form_label(form.name, 'お名前', { 'label_attr': { 'class': 'ec-label' }}) }}</th>
<td>
<div class=\"{{ has_errors(form.name.name01, form.name.name02) ? ' error' }}\">
姓{{ form_widget(form.name.name01, {'attr': { 'class': 'mod-form-input-text--02', 'placeholder': '例)永江' }}) }}
{{ form_errors(form.name.name01) }}
名{{ form_widget(form.name.name02, {'attr': { 'class': 'mod-form-input-text--02-last', 'placeholder': '例)太郎' }}) }}
{{ form_errors(form.name.name02) }}
</div>
</td>
</tr>
<tr>
<th>{{ form_label(form.kana, 'ふりがな', {'label_attr': {'class': 'ec-label'}}) }}</th>
<td>
<div class=\"{{ has_errors(form.kana.kana01, form.kana.kana02) ? ' error' }}\">
姓{{ form_widget(form.kana.kana01, {'attr': { 'class': 'mod-form-input-text--02', 'placeholder': '例)ながえ' }}) }}
{{ form_errors(form.kana.kana01) }}
名{{ form_widget(form.kana.kana02, {'attr': { 'class': 'mod-form-input-text--02-last', 'placeholder': '例)たろう' }}) }}
{{ form_errors(form.kana.kana02) }}
</div>
</td>
</tr>
<tr>
<th>郵便番号</th>
<td>
<div class=\"{{ has_errors(form.postal_code) ? ' error' }}\">
{{ form_widget(form.postal_code, {'attr': { 'class': 'mod-form-input-text--short', 'placeholder': '例)0001234' }}) }}
{{ form_errors(form.postal_code) }}
<button type=\"button\" class=\"autofill\" onclick=\"AjaxZip3.zip2addr('contact[postal_code]', 'contact[address][pref]', 'contact[address][addr01]');\">住所自動入力</button>
</div>
</td>
</tr>
<tr>
<th>住所</th>
<td>
<div class=\"ec-select{{ has_errors(form.address.pref) ? ' error' }}\">
{{ form_widget(form.address.pref, {'attr': { 'class': 'mod-form-select' }}) }}
{{ form_errors(form.address.pref) }}
</div>
<div class=\"{{ has_errors(form.address.addr01) ? ' error' }}\">
{{ form_widget(form.address.addr01, { 'attr': { 'class': 'mod-form-input-text', 'placeholder': '市区町村名(例:千代田区神田神保町)' }}) }}
{{ form_errors(form.address.addr01) }}
</div>
<div class=\"{{ has_errors(form.address.addr02) ? ' error' }}\">
{{ form_widget(form.address.addr02, { 'attr': { 'class': 'mod-form-input-text', 'placeholder': '番地・ビル名(例1-3-5)'}}) }}
{{ form_errors(form.address.addr02) }}
</div>
<small>
※ 住所は2に分けてご記入ください。<br>
※マンション名は必ず記入してください。
</small>
</td>
</tr>
<tr>
<th>{{ form_label(form.phone_number, '電話番号', { 'label_attr': { 'class': 'ec-label' }}) }}</th>
<td>
<div class=\"{{ has_errors(form.phone_number) ? ' error' }}\">
{{ form_widget(form.phone_number, {'attr': { 'class': 'mod-form-input-text--short', 'placeholder': '例)0000110000' }}) }}
{{ form_errors(form.phone_number) }}
</div>
</td>
</tr>
<tr>
<th>{{ form_label(form.email, 'メールアドレス', { 'label_attr': { 'class': 'ec-label' }}) }}</th>
<td>
<div class=\"{{ has_errors(form.email) ? ' error' }}\">
{{ form_widget(form.email, {'attr': { 'class': 'mod-form-input-text', 'placeholder': '例)nagae.xxxx.xxx@xx.jp' }}) }}
{{ form_errors(form.email) }}
</div>
</td>
</tr>
<tr>
<th>{{ form_label(form.contents, 'お問い合わせ内容', { 'label_attr': { 'class': 'ec-label' }}) }}</th>
<td>
<div class=\"{{ has_errors(form.contents) ? ' error' }}\">
{{ form_widget(form.contents, {'attr': { 'class': 'mod-form-input-textArea', 'placeholder': 'お問い合わせ内容をご記入ください' }}) }}
{{ form_errors(form.contents) }}
</div>
<small>{{ 'ご注文に関するお問い合わせには、必ず「ご注文番号」をご記入くださいますようお願いいたします。'|trans }}</small>
</td>
</tr>
</tbody>
</table>
<!-- /お問い合わせフォーム -->
<!-- 情報保護方針に同意 -->
<div class=\"contact-form-privacy\">
<p>
<a href=\"{{ url('help_privacy') }}\" class=\"d-inlineBlock\">プライバシーポリシー</a>に同意の上、<br
class=\"dn-pc\">「入力内容を確認する」へお進みください。
</p>
</div>
<!-- /情報保護方針に同意 -->
<!-- ボタン -->
<div class=\"mod-btnContainer contact-form-submitContainer\">
<button type=\"submit\" class=\"mod-btn-default contact-form-submit isConfirm\" name=\"mode\" value=\"confirm\">
<span class=\"btnInner\">{{ '入力内容を確認する'|trans }}</span>
</button>
</div>
<!-- /ボタン -->
\t\t\t\t\t\t\t\t</form>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</section>
\t\t\t\t\t\t<!-- /オンラインショップへのお問い合わせはこちら -->
\t\t\t\t\t</div>
\t\t\t\t\t<!-- /PAGE CONTENTS -->
\t\t\t\t</div>
\t\t\t\t<!-- /メインコンテンツ -->
\t\t\t\t<!-- サイドメニュー -->
\t\t\t\t{{ include('Block/l_sub.twig', ignore_missing = true) }}
\t\t\t\t<!-- /サイドメニュー -->
\t\t\t</div>
\t\t</div>
\t</div>
{% endblock %}", "Contact/index.twig", "/home/hiniaratest/test-page.website/public_html/nagae-hanko.test-page.website/app/template/default/Contact/index.twig");
}
}