<?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;
/* default_frame.twig */
class __TwigTemplate_e088efc262d2af0d2aca63a64cdb2cbf261fe1554c848f7d479fbd2a388df0d9 extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'stylesheet' => [$this, 'block_stylesheet'],
'main' => [$this, 'block_main'],
'javascript' => [$this, 'block_javascript'],
];
}
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", "default_frame.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default_frame.twig"));
// line 1
echo "<!doctype html>
";
// line 12
echo "<html lang=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["eccube_config"]) || array_key_exists("eccube_config", $context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.', 12, $this->source); })()), "locale", [], "any", false, false, false, 12), "html", null, true);
echo "\">
<head prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# product: http://ogp.me/ns/product#\">
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
<meta name=\"eccube-csrf-token\" content=\"";
// line 16
echo twig_escape_filter($this->env, $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken(twig_constant("Eccube\\Common\\Constant::TOKEN_NAME")), "html", null, true);
echo "\">
<title>";
// line 17
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo", $context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.', 17, $this->source); })()), "shop_name", [], "any", false, false, false, 17), "html", null, true);
if ((array_key_exists("subtitle", $context) && !twig_test_empty((isset($context["subtitle"]) || array_key_exists("subtitle", $context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.', 17, $this->source); })())))) {
echo " / ";
echo twig_escape_filter($this->env, (isset($context["subtitle"]) || array_key_exists("subtitle", $context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.', 17, $this->source); })()), "html", null, true);
} elseif ((array_key_exists("title", $context) && !twig_test_empty((isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 17, $this->source); })())))) {
echo " / ";
echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 17, $this->source); })()), "html", null, true);
}
echo "</title>
";
// line 18
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 18, $this->source); })()), "meta_tags", [], "any", false, false, false, 18))) {
// line 19
echo " ";
echo twig_include($this->env, $context, twig_template_from_string($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 19, $this->source); })()), "meta_tags", [], "any", false, false, false, 19)));
echo "
";
// line 20
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 20, $this->source); })()), "description", [], "any", false, false, false, 20))) {
// line 21
echo " <meta name=\"description\" content=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 21, $this->source); })()), "description", [], "any", false, false, false, 21), "html", null, true);
echo "\">
";
}
// line 23
echo " ";
} else {
// line 24
echo " ";
echo twig_include($this->env, $context, "meta.twig");
echo "
";
}
// line 26
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 26, $this->source); })()), "author", [], "any", false, false, false, 26))) {
// line 27
echo " <meta name=\"author\" content=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 27, $this->source); })()), "author", [], "any", false, false, false, 27), "html", null, true);
echo "\">
";
}
// line 29
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 29, $this->source); })()), "keyword", [], "any", false, false, false, 29))) {
// line 30
echo " <meta name=\"keywords\" content=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 30, $this->source); })()), "keyword", [], "any", false, false, false, 30), "html", null, true);
echo "\">
";
}
// line 32
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 32, $this->source); })()), "meta_robots", [], "any", false, false, false, 32))) {
// line 33
echo " <meta name=\"robots\" content=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 33, $this->source); })()), "meta_robots", [], "any", false, false, false, 33), "html", null, true);
echo "\">
";
}
// line 35
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 35, $this->source); })()), "meta_tags", [], "any", false, false, false, 35))) {
// line 36
echo " ";
echo twig_include($this->env, $context, twig_template_from_string($this->env, twig_get_attribute($this->env, $this->source, (isset($context["Page"]) || array_key_exists("Page", $context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.', 36, $this->source); })()), "meta_tags", [], "any", false, false, false, 36)));
echo "
";
}
// line 38
echo " <link rel=\"icon\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/favicon.ico", "user_data"), "html", null, true);
echo "\">
<link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css\" integrity=\"sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu\" crossorigin=\"anonymous\">
<link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
<link rel=\"stylesheet\" href=\"//cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css\">
<link rel=\"stylesheet\" href=\"";
// line 42
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html", null, true);
echo "\">
<link rel=\"stylesheet\" href=\"";
// line 43
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "assets/css/uikit.css\">
<link rel=\"stylesheet\" href=\"";
// line 44
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "assets/mail/mailformpro/mfp.statics/mailformpro.css\">
<link rel=\"stylesheet\" href=\"";
// line 45
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "assets/css/layout.css\">
";
// line 47
$this->displayBlock('stylesheet', $context, $blocks);
// line 48
echo " <script src=\"https://code.jquery.com/jquery-3.6.0.min.js\" integrity=\"sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=\" crossorigin=\"anonymous\"></script>
<script>
\$(function() {
\$.ajaxSetup({
'headers': {
'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
}
});
});
</script>
<script src=\"";
// line 58
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "assets/js/uikit.min.js\"></script>
";
// line 60
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 60, $this->source); })()), "Head", [], "any", false, false, false, 60)) {
// line 61
echo " ";
echo twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 61, $this->source); })()), "Head", [], "any", false, false, false, 61)]);
echo "
";
}
// line 63
echo " ";
// line 64
echo " ";
if (array_key_exists("plugin_assets", $context)) {
echo twig_include($this->env, $context, "@admin/snippet.twig", ["snippets" => (isset($context["plugin_assets"]) || array_key_exists("plugin_assets", $context) ? $context["plugin_assets"] : (function () { throw new RuntimeError('Variable "plugin_assets" does not exist.', 64, $this->source); })())]);
}
// line 65
echo " <link rel=\"stylesheet\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/customize.css", "user_data"), "html", null, true);
echo "\">
</head>
<body id=\"page_";
// line 67
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 67, $this->source); })()), "request", [], "any", false, false, false, 67), "get", [0 => "_route"], "method", false, false, false, 67), "html", null, true);
echo "\" class=\"";
echo twig_escape_filter($this->env, ((array_key_exists("body_class", $context)) ? (_twig_default_filter((isset($context["body_class"]) || array_key_exists("body_class", $context) ? $context["body_class"] : (function () { throw new RuntimeError('Variable "body_class" does not exist.', 67, $this->source); })()), "other_page")) : ("other_page")), "html", null, true);
echo "\">
<!-- ▼header================================================== -->
<header id=\"header\">
\t<div id=\"header-01\">
\t\t<div class=\"uk-container\">
\t\t\t<div class=\"header-inner\">
\t\t\t\t<div>
\t\t\t\t\t<a id=\"header-offcanvas-btn\" href=\"#offcanvas\" class=\"uk-hidden-large\" data-uk-offcanvas><img src=\"";
// line 75
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "assets/img/common/header/btn_menu.png\" alt=\"\"></a>
\t\t\t\t\t<h1 id=\"header-logo\"><a href=\"";
// line 76
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "assets/img/common/header/logo.png\" alt=\"打錠.com\"></a></h1>
\t\t\t\t\t<p class=\"header01-txt-01 uk-visible-large\">打錠機・打錠金型杵・臼専門 パーツ販売サイト</p>
\t\t\t\t</div>
\t\t\t\t<ul class=\"btn-02\">
";
// line 80
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
// line 81
echo "\t\t\t\t\t<li><a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("マイページ"), "html", null, true);
echo "</a></li>
\t\t\t\t\t<li><a href=\"";
// line 82
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("logout");
echo "\" class=\"login\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ログアウト"), "html", null, true);
echo "</a></li>
";
} else {
// line 84
echo "\t\t\t\t\t<li><a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("entry");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("新規会員登録"), "html", null, true);
echo "</a></li>
\t\t\t\t\t<li><a href=\"";
// line 85
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage_login");
echo "\" class=\"login\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ログイン"), "html", null, true);
echo "</a></li>
";
}
// line 87
echo "\t\t\t\t\t<li><a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart");
echo "\" class=\"cart\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "assets/img/common/header/icon-cart.png\" alt=\"\"> <span class=\"hidden2\">カートを見る</span></a></li>
\t\t\t\t</ul>
\t\t\t</div>\t
\t\t</div><!-- /.uk-container -->
\t</div>
\t<nav id=\"gnav\" class=\"uk-visible-large\">
\t\t<ul class=\"uk-grid uk-grid-width-1-5 uk-grid-collapse uk-container\">
\t\t\t<li>
\t\t\t\t<a href=\"";
// line 95
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\">ホーム<br><small>Home</small></a>
\t\t\t</li>
\t\t\t<li>
\t\t\t\t<a href=\"";
// line 98
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 1]);
echo "\">商品<br><small>PRODUCT</small></a>
\t\t\t</li>
\t\t\t<li>
\t\t\t\t<a href=\"";
// line 101
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage");
echo "\">会員ページ<br><small>MEMBERSHIP</small></a>
\t\t\t</li>
\t\t\t<li>
\t\t\t\t<a href=\"https://www.dajou.com/\" target=\"_blank\">打錠サイト<br><small>PRODUCT</small></a>
\t\t\t</li>
\t\t\t<li>
\t\t\t\t<a href=\"";
// line 107
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("contact");
echo "\">お問合せ・お見積り<br><small>CONTACT</small></a>
\t\t\t</li>
\t\t</ul><!-- /.gnav-main -->
\t</nav>
</header>
<!-- ▲header ================================================== -->
";
// line 115
if (twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 115, $this->source); })()), "BodyAfter", [], "any", false, false, false, 115)) {
// line 116
echo " ";
echo twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 116, $this->source); })()), "BodyAfter", [], "any", false, false, false, 116)]);
echo "
";
}
// line 118
echo "
";
// line 119
if ((isset($context["isMaintenance"]) || array_key_exists("isMaintenance", $context) ? $context["isMaintenance"] : (function () { throw new RuntimeError('Variable "isMaintenance" does not exist.', 119, $this->source); })())) {
// line 120
echo " <div class=\"ec-maintenanceAlert\">
<div>
<div class=\"ec-maintenanceAlert__icon\"><img src=\"";
// line 122
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html", null, true);
echo "\"/></div>
";
// line 123
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("メンテナンスモードが有効になっています。"), "html", null, true);
echo "
</div>
</div>
";
}
// line 127
echo "
<div class=\"ec-layoutRole\">
";
// line 130
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 130, $this->source); })()), "Header", [], "any", false, false, false, 130)) {
// line 131
echo " <div class=\"ec-layoutRole__header\">
";
// line 133
echo " </div>
";
}
// line 135
echo "
";
// line 137
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 137, $this->source); })()), "ContentsTop", [], "any", false, false, false, 137)) {
// line 138
echo " <div class=\"ec-layoutRole__contentTop\">
";
// line 139
echo twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 139, $this->source); })()), "ContentsTop", [], "any", false, false, false, 139)]);
echo "
</div>
";
}
// line 142
echo "
<div class=\"ec-layoutRole__contents\">
";
// line 145
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 145, $this->source); })()), "SideLeft", [], "any", false, false, false, 145)) {
// line 146
echo " <div class=\"ec-layoutRole__left\">
";
// line 147
echo twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 147, $this->source); })()), "SideLeft", [], "any", false, false, false, 147)]);
echo "
</div>
";
}
// line 150
echo "
";
// line 151
$context["layoutRoleMain"] = "ec-layoutRole__main";
// line 152
echo " ";
if ((twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 152, $this->source); })()), "ColumnNum", [], "any", false, false, false, 152) == 2)) {
// line 153
echo " ";
$context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
// line 154
echo " ";
} elseif ((twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 154, $this->source); })()), "ColumnNum", [], "any", false, false, false, 154) == 3)) {
// line 155
echo " ";
$context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
// line 156
echo " ";
}
// line 157
echo "
<div class=\"";
// line 158
echo twig_escape_filter($this->env, (isset($context["layoutRoleMain"]) || array_key_exists("layoutRoleMain", $context) ? $context["layoutRoleMain"] : (function () { throw new RuntimeError('Variable "layoutRoleMain" does not exist.', 158, $this->source); })()), "html", null, true);
echo "\">
";
// line 160
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 160, $this->source); })()), "MainTop", [], "any", false, false, false, 160)) {
// line 161
echo " <div class=\"ec-layoutRole__mainTop\">
";
// line 162
echo twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 162, $this->source); })()), "MainTop", [], "any", false, false, false, 162)]);
echo "
</div>
";
}
// line 165
echo "
";
// line 167
echo " ";
$this->displayBlock('main', $context, $blocks);
// line 168
echo "
";
// line 170
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 170, $this->source); })()), "MainBottom", [], "any", false, false, false, 170)) {
// line 171
echo " <div class=\"ec-layoutRole__mainBottom\">
";
// line 172
echo twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 172, $this->source); })()), "MainBottom", [], "any", false, false, false, 172)]);
echo "
</div>
";
}
// line 175
echo " </div>
";
// line 178
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 178, $this->source); })()), "SideRight", [], "any", false, false, false, 178)) {
// line 179
echo " <div class=\"ec-layoutRole__right\">
";
// line 180
echo twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 180, $this->source); })()), "SideRight", [], "any", false, false, false, 180)]);
echo "
</div>
";
}
// line 183
echo " </div>
";
// line 186
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 186, $this->source); })()), "ContentsBottom", [], "any", false, false, false, 186)) {
// line 187
echo " <div class=\"ec-layoutRole__contentBottom\">
";
// line 188
echo twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 188, $this->source); })()), "ContentsBottom", [], "any", false, false, false, 188)]);
echo "
</div>
";
}
// line 191
echo "
<!-- ▼footer ================================================== -->
<section id=\"footer-02\">
<div class=\"uk-container\">
<div class=\"uk-grid com-grid-40 uk-grid-width-medium-1-2 uk-grid-width-large-1-3\" data-uk-grid-margin data-uk-grid-match>
<h2 class=\"uk-width-large-1-3 com-tit-01\">お見積り/お問合せ<span>CONTACT</span></h2>
<dl class=\"home-panel-01\">
<dt><a href=\"tel:0755812044\"><img src=\"";
// line 198
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "assets/img/home/home04_txt_01.png\" alt=\"TEL 077-581-2044\"></a></dt>
<dd>受付時間:9:00~17:00(土日祝日を除く)</dd>
</dl>
<div class=\"home-btn-01\"><a href=\"https://www.dajou.com/contact\"><img src=\"";
// line 201
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "assets/img/home/home04_btn_01.png\" alt=\"お見積り/お問合せフォーム\"></a></div>
</div><!-- /.uk-grid -->
</div>
</section><!-- /#footer-02 -->
<section id=\"footer-03\">
<div class=\"uk-container\">
<div class=\"uk-grid com-grid-40\" data-uk-grid-margin data-uk-grid-match>
<div class=\"home-panel-01 uk-width-large-3-4\">
<h2><a target=\"_blank\" href=\"http://www.ichihashiseiki.co.jp/\"><img src=\"";
// line 210
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "assets/img/home/home05_logo.png\" alt=\"市橋精機株式会社\"></a></h2>
<dl>
<dt>市橋精機株式会社</dt>
<dd>〒607-8028 京都市山科区四ノ宮岩久保町17-3<br>
TEL:075-581-2044/FAX:075-581-4144</dd>
</dl>
</div>
<div class=\"home-btn-01 uk-width-large-1-4\">
<p><a target=\"_blank\" href=\"http://www.ichihashiseiki.co.jp/\">コーポレートサイト</a></p>
</div>
</div><!-- /.uk-grid -->
</div><!-- /.uk-container -->
</section><!-- /#footer-03 -->
<footer>
<a id=\"pagetop\" href=\"#header\" data-uk-smooth-scroll><img src=\"";
// line 225
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "assets/img/common/parts/btn_top.png\" alt=\"pagetop\"></a>
<div class=\"uk-container\">
<div id=\"footer-01\">
<h1 class=\"footer01-logo\"><a target=\"_blank\" href=\"";
// line 228
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "assets/img/common/footer/logo.png\" alt=\"打錠.com\"></a></h1>
<p class=\"footer01-txt\">〒607-8028 京都市山科区四ノ宮岩久保町17-3<br>
TEL:075-581-2044/FAX:075-581-4144</p>
</div><!-- /.uk-grid -->
";
// line 293
echo " </div><!-- /.uk-container -->
<div id=\"copyright\">
<small>copyright 2016 dajyou.com. all rights reserved.</small>
</div><!-- /#copyright -->
</footer>
<!-- ▲footer ================================================== -->
<!-- ▼offcanvas menu ============================== -->
<div id=\"offcanvas\" class=\"uk-offcanvas\">
<div class=\"uk-offcanvas-bar\">
<ul class=\"uk-nav uk-nav-offcanvas uk-nav-parent-icon\" data-uk-nav=\"{multiple:true}\">
<li class=\"uk-nav-header\">メニュー</li>
<li><a href=\"/\">ホーム</a></li>
<li class=\"uk-parent\">
<a href=\"#\">製品紹介</a>
<ul class=\"uk-nav-sub\">
<li><a href=\"#\">製品紹介一覧</a></li>
<li><a href=\"#\">卓上錠剤成型機 HANDTABシリーズ</a></li>
<li><a href=\"#\">フルオート打錠機 AUTOTABシリーズ</a></li>
<li class=\"sub\"><a href=\"#\">AUTOTAB-500シリーズ</a></li>
<li class=\"sub\"><a href=\"#\">AUTOTAB-200シリーズ</a></li>
<li><a href=\"#\">打錠機用杵・臼</a></li>
<li><a href=\"#\">錠剤設計</a></li>
<li><a href=\"#\">杵臼修理・治具・装置</a></li>
</ul>
</li>
<li><a href=\"#\">導入実績</a></li>
<li><a href=\"#\">よくある質問</a></li>
<li><a href=\"#\">お問合せ・お見積り</a></li>
<li><a href=\"#\">会社案内</a></li>
</ul>
</div><!-- /.uk-offcanvas-bar -->
</div><!-- /#offcanvas -->
<!-- ▲offcanvas menu ============================== -->
";
// line 333
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 333, $this->source); })()), "Footer", [], "any", false, false, false, 333)) {
// line 334
echo " <div class=\"ec-layoutRole__footer\">
";
// line 336
echo " </div>
";
}
// line 338
echo "</div><!-- ec-layoutRole -->
<div class=\"ec-overlayRole\"></div>
<div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
<div class=\"ec-drawerRole\">
";
// line 344
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 344, $this->source); })()), "Drawer", [], "any", false, false, false, 344)) {
// line 345
echo " ";
echo twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 345, $this->source); })()), "Drawer", [], "any", false, false, false, 345)]);
echo "
";
}
// line 347
echo "</div>
<script src=\"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js\" integrity=\"sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd\" crossorigin=\"anonymous\"></script>
<script src=\"https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js\"></script>
";
// line 350
$this->loadTemplate("@common/lang.twig", "default_frame.twig", 350)->display($context);
// line 351
echo "<script src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 352
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html", null, true);
echo "\"></script>
";
// line 353
$this->displayBlock('javascript', $context, $blocks);
// line 355
if (twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 355, $this->source); })()), "CloseBodyBefore", [], "any", false, false, false, 355)) {
// line 356
echo " ";
echo twig_include($this->env, $context, "block.twig", ["Blocks" => twig_get_attribute($this->env, $this->source, (isset($context["Layout"]) || array_key_exists("Layout", $context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.', 356, $this->source); })()), "CloseBodyBefore", [], "any", false, false, false, 356)]);
echo "
";
}
// line 359
if (array_key_exists("plugin_snippets", $context)) {
// line 360
echo " ";
echo twig_include($this->env, $context, "snippet.twig", ["snippets" => (isset($context["plugin_snippets"]) || array_key_exists("plugin_snippets", $context) ? $context["plugin_snippets"] : (function () { throw new RuntimeError('Variable "plugin_snippets" does not exist.', 360, $this->source); })())]);
echo "
";
}
// line 362
echo " <script src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/customize.js", "user_data"), "html", null, true);
echo "\"></script>
</body>
</html>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 47
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"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 167
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"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 353
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"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "default_frame.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 675 => 353, 657 => 167, 639 => 47, 624 => 362, 618 => 360, 616 => 359, 610 => 356, 608 => 355, 606 => 353, 602 => 352, 597 => 351, 595 => 350, 590 => 347, 584 => 345, 581 => 344, 574 => 338, 570 => 336, 567 => 334, 564 => 333, 523 => 293, 514 => 228, 508 => 225, 490 => 210, 478 => 201, 472 => 198, 463 => 191, 457 => 188, 454 => 187, 451 => 186, 447 => 183, 441 => 180, 438 => 179, 435 => 178, 431 => 175, 425 => 172, 422 => 171, 419 => 170, 416 => 168, 413 => 167, 410 => 165, 404 => 162, 401 => 161, 398 => 160, 394 => 158, 391 => 157, 388 => 156, 385 => 155, 382 => 154, 379 => 153, 376 => 152, 374 => 151, 371 => 150, 365 => 147, 362 => 146, 359 => 145, 355 => 142, 349 => 139, 346 => 138, 343 => 137, 340 => 135, 336 => 133, 333 => 131, 330 => 130, 326 => 127, 319 => 123, 315 => 122, 311 => 120, 309 => 119, 306 => 118, 300 => 116, 298 => 115, 288 => 107, 279 => 101, 273 => 98, 267 => 95, 253 => 87, 246 => 85, 239 => 84, 232 => 82, 225 => 81, 223 => 80, 214 => 76, 210 => 75, 197 => 67, 191 => 65, 186 => 64, 184 => 63, 178 => 61, 175 => 60, 171 => 58, 159 => 48, 157 => 47, 152 => 45, 148 => 44, 144 => 43, 140 => 42, 132 => 38, 126 => 36, 123 => 35, 117 => 33, 114 => 32, 108 => 30, 105 => 29, 99 => 27, 96 => 26, 90 => 24, 87 => 23, 81 => 21, 79 => 20, 74 => 19, 72 => 18, 61 => 17, 57 => 16, 49 => 12, 46 => 1,);
}
public function getSourceContext()
{
return new Source("<!doctype html>
{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
<html lang=\"{{ eccube_config.locale }}\">
<head prefix=\"og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# product: http://ogp.me/ns/product#\">
<meta charset=\"utf-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
<meta name=\"eccube-csrf-token\" content=\"{{ csrf_token(constant('Eccube\\\\Common\\\\Constant::TOKEN_NAME')) }}\">
<title>{{ BaseInfo.shop_name }}{% if subtitle is defined and subtitle is not empty %} / {{ subtitle }}{% elseif title is defined and title is not empty %} / {{ title }}{% endif %}</title>
{% if Page.meta_tags is not empty %}
{{ include(template_from_string(Page.meta_tags)) }}
{% if Page.description is not empty %}
<meta name=\"description\" content=\"{{ Page.description }}\">
{% endif %}
{% else %}
{{ include('meta.twig') }}
{% endif %}
{% if Page.author is not empty %}
<meta name=\"author\" content=\"{{ Page.author }}\">
{% endif %}
{% if Page.keyword is not empty %}
<meta name=\"keywords\" content=\"{{ Page.keyword }}\">
{% endif %}
{% if Page.meta_robots is not empty %}
<meta name=\"robots\" content=\"{{ Page.meta_robots }}\">
{% endif %}
{% if Page.meta_tags is not empty %}
{{ include(template_from_string(Page.meta_tags)) }}
{% endif %}
<link rel=\"icon\" href=\"{{ asset('assets/img/common/favicon.ico', 'user_data') }}\">
<link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css\" integrity=\"sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu\" crossorigin=\"anonymous\">
<link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
<link rel=\"stylesheet\" href=\"//cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css\">
<link rel=\"stylesheet\" href=\"{{ asset('assets/css/style.css') }}\">
<link rel=\"stylesheet\" href=\"{{ url('homepage') }}assets/css/uikit.css\">
<link rel=\"stylesheet\" href=\"{{ url('homepage') }}assets/mail/mailformpro/mfp.statics/mailformpro.css\">
<link rel=\"stylesheet\" href=\"{{ url('homepage') }}assets/css/layout.css\">
{% block stylesheet %}{% endblock %}
<script src=\"https://code.jquery.com/jquery-3.6.0.min.js\" integrity=\"sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=\" crossorigin=\"anonymous\"></script>
<script>
\$(function() {
\$.ajaxSetup({
'headers': {
'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
}
});
});
</script>
<script src=\"{{ url('homepage') }}assets/js/uikit.min.js\"></script>
{# Layout: HEAD #}
{% if Layout.Head %}
{{ include('block.twig', {'Blocks': Layout.Head}) }}
{% endif %}
{# プラグイン用styleseetやmetatagなど #}
{% if plugin_assets is defined %}{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}{% endif %}
<link rel=\"stylesheet\" href=\"{{ asset('assets/css/customize.css', 'user_data') }}\">
</head>
<body id=\"page_{{ app.request.get('_route') }}\" class=\"{{ body_class|default('other_page') }}\">
<!-- ▼header================================================== -->
<header id=\"header\">
\t<div id=\"header-01\">
\t\t<div class=\"uk-container\">
\t\t\t<div class=\"header-inner\">
\t\t\t\t<div>
\t\t\t\t\t<a id=\"header-offcanvas-btn\" href=\"#offcanvas\" class=\"uk-hidden-large\" data-uk-offcanvas><img src=\"{{ url('homepage') }}assets/img/common/header/btn_menu.png\" alt=\"\"></a>
\t\t\t\t\t<h1 id=\"header-logo\"><a href=\"{{ url('homepage') }}\"><img src=\"{{ url('homepage') }}assets/img/common/header/logo.png\" alt=\"打錠.com\"></a></h1>
\t\t\t\t\t<p class=\"header01-txt-01 uk-visible-large\">打錠機・打錠金型杵・臼専門 パーツ販売サイト</p>
\t\t\t\t</div>
\t\t\t\t<ul class=\"btn-02\">
{% if is_granted('ROLE_USER') %}
\t\t\t\t\t<li><a href=\"{{ url('mypage') }}\">{{ 'マイページ'|trans }}</a></li>
\t\t\t\t\t<li><a href=\"{{ url('logout') }}\" class=\"login\">{{ 'ログアウト'|trans }}</a></li>
{% else %}
\t\t\t\t\t<li><a href=\"{{ url('entry') }}\">{{ '新規会員登録'|trans }}</a></li>
\t\t\t\t\t<li><a href=\"{{ url('mypage_login') }}\" class=\"login\">{{ 'ログイン'|trans }}</a></li>
{% endif %}
\t\t\t\t\t<li><a href=\"{{ url('cart') }}\" class=\"cart\"><img src=\"{{ url('homepage') }}assets/img/common/header/icon-cart.png\" alt=\"\"> <span class=\"hidden2\">カートを見る</span></a></li>
\t\t\t\t</ul>
\t\t\t</div>\t
\t\t</div><!-- /.uk-container -->
\t</div>
\t<nav id=\"gnav\" class=\"uk-visible-large\">
\t\t<ul class=\"uk-grid uk-grid-width-1-5 uk-grid-collapse uk-container\">
\t\t\t<li>
\t\t\t\t<a href=\"{{ url('homepage') }}\">ホーム<br><small>Home</small></a>
\t\t\t</li>
\t\t\t<li>
\t\t\t\t<a href=\"{{ url('product_detail', {'id': 1}) }}\">商品<br><small>PRODUCT</small></a>
\t\t\t</li>
\t\t\t<li>
\t\t\t\t<a href=\"{{ url('mypage') }}\">会員ページ<br><small>MEMBERSHIP</small></a>
\t\t\t</li>
\t\t\t<li>
\t\t\t\t<a href=\"https://www.dajou.com/\" target=\"_blank\">打錠サイト<br><small>PRODUCT</small></a>
\t\t\t</li>
\t\t\t<li>
\t\t\t\t<a href=\"{{ url('contact') }}\">お問合せ・お見積り<br><small>CONTACT</small></a>
\t\t\t</li>
\t\t</ul><!-- /.gnav-main -->
\t</nav>
</header>
<!-- ▲header ================================================== -->
{# Layout: BODY_AFTER #}
{% if Layout.BodyAfter %}
{{ include('block.twig', {'Blocks': Layout.BodyAfter}) }}
{% endif %}
{% if isMaintenance %}
<div class=\"ec-maintenanceAlert\">
<div>
<div class=\"ec-maintenanceAlert__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"/></div>
{{ 'メンテナンスモードが有効になっています。'|trans }}
</div>
</div>
{% endif %}
<div class=\"ec-layoutRole\">
{# Layout: HEADER #}
{% if Layout.Header %}
<div class=\"ec-layoutRole__header\">
{# {{ include('block.twig', {'Blocks': Layout.Header}) }} #}
</div>
{% endif %}
{# Layout: CONTENTS_TOP #}
{% if Layout.ContentsTop %}
<div class=\"ec-layoutRole__contentTop\">
{{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
</div>
{% endif %}
<div class=\"ec-layoutRole__contents\">
{# Layout: SIDE_LEFT #}
{% if Layout.SideLeft %}
<div class=\"ec-layoutRole__left\">
{{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
</div>
{% endif %}
{% set layoutRoleMain = 'ec-layoutRole__main' %}
{% if Layout.ColumnNum == 2 %}
{% set layoutRoleMain = 'ec-layoutRole__mainWithColumn' %}
{% elseif Layout.ColumnNum == 3 %}
{% set layoutRoleMain = 'ec-layoutRole__mainBetweenColumn' %}
{% endif %}
<div class=\"{{ layoutRoleMain }}\">
{# Layout: MAIN_TOP #}
{% if Layout.MainTop %}
<div class=\"ec-layoutRole__mainTop\">
{{ include('block.twig', {'Blocks': Layout.MainTop}) }}
</div>
{% endif %}
{# MAIN AREA #}
{% block main %}{% endblock %}
{# Layout: MAIN_Bottom #}
{% if Layout.MainBottom %}
<div class=\"ec-layoutRole__mainBottom\">
{{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
</div>
{% endif %}
</div>
{# Layout: SIDE_RIGHT #}
{% if Layout.SideRight %}
<div class=\"ec-layoutRole__right\">
{{ include('block.twig', {'Blocks': Layout.SideRight}) }}
</div>
{% endif %}
</div>
{# Layout: CONTENTS_BOTTOM #}
{% if Layout.ContentsBottom %}
<div class=\"ec-layoutRole__contentBottom\">
{{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
</div>
{% endif %}
<!-- ▼footer ================================================== -->
<section id=\"footer-02\">
<div class=\"uk-container\">
<div class=\"uk-grid com-grid-40 uk-grid-width-medium-1-2 uk-grid-width-large-1-3\" data-uk-grid-margin data-uk-grid-match>
<h2 class=\"uk-width-large-1-3 com-tit-01\">お見積り/お問合せ<span>CONTACT</span></h2>
<dl class=\"home-panel-01\">
<dt><a href=\"tel:0755812044\"><img src=\"{{ url('homepage') }}assets/img/home/home04_txt_01.png\" alt=\"TEL 077-581-2044\"></a></dt>
<dd>受付時間:9:00~17:00(土日祝日を除く)</dd>
</dl>
<div class=\"home-btn-01\"><a href=\"https://www.dajou.com/contact\"><img src=\"{{ url('homepage') }}assets/img/home/home04_btn_01.png\" alt=\"お見積り/お問合せフォーム\"></a></div>
</div><!-- /.uk-grid -->
</div>
</section><!-- /#footer-02 -->
<section id=\"footer-03\">
<div class=\"uk-container\">
<div class=\"uk-grid com-grid-40\" data-uk-grid-margin data-uk-grid-match>
<div class=\"home-panel-01 uk-width-large-3-4\">
<h2><a target=\"_blank\" href=\"http://www.ichihashiseiki.co.jp/\"><img src=\"{{ url('homepage') }}assets/img/home/home05_logo.png\" alt=\"市橋精機株式会社\"></a></h2>
<dl>
<dt>市橋精機株式会社</dt>
<dd>〒607-8028 京都市山科区四ノ宮岩久保町17-3<br>
TEL:075-581-2044/FAX:075-581-4144</dd>
</dl>
</div>
<div class=\"home-btn-01 uk-width-large-1-4\">
<p><a target=\"_blank\" href=\"http://www.ichihashiseiki.co.jp/\">コーポレートサイト</a></p>
</div>
</div><!-- /.uk-grid -->
</div><!-- /.uk-container -->
</section><!-- /#footer-03 -->
<footer>
<a id=\"pagetop\" href=\"#header\" data-uk-smooth-scroll><img src=\"{{ url('homepage') }}assets/img/common/parts/btn_top.png\" alt=\"pagetop\"></a>
<div class=\"uk-container\">
<div id=\"footer-01\">
<h1 class=\"footer01-logo\"><a target=\"_blank\" href=\"{{ url('homepage') }}\"><img src=\"{{ url('homepage') }}assets/img/common/footer/logo.png\" alt=\"打錠.com\"></a></h1>
<p class=\"footer01-txt\">〒607-8028 京都市山科区四ノ宮岩久保町17-3<br>
TEL:075-581-2044/FAX:075-581-4144</p>
</div><!-- /.uk-grid -->
{#
<nav id=\"footer-nav\" class=\"uk-visible-large\">
<div class=\"footer-nav-panel-01\">
<p class=\"footer-nav-tit-01\"><a href=\"/product/\">製品紹介</a></p>
<p class=\"footer-nav-tit-02\"><a href=\"/product/handtab/\">卓上錠剤成型機 HANDTABシリーズ</a></p>
<ul class=\"footer-nav-list-01\">
<li><a href=\"\">HANDTAB-100(卓上錠剤成型機)</a></li>
<li><a href=\"\">HANDTAB-100R(リング錠対応モデル)</a></li>
<li><a href=\"\">HANDTAB-200(IPT杵・臼対応モデル)</a></li>
<li><a href=\"\">HANDTAB-100T15(中50mm対応モデル)</a></li>
</ul>
<p class=\"footer-nav-tit-02\"><a href=\"/product/autotab/\">フルオート打錠機 AUTOTABシリーズ</a></p>
<ul class=\"footer-nav-list-01\">
<li><a href=\"/product/autotab/autotab500/\">AUTOTAB-500シリーズ</a></li>
<li><a href=\"/product/autotab/autotab200/\">AUTOTAB-200シリーズ</a></li>
</ul>
</div><!-- /.footer-nav-panel-01 -->
<div class=\"footer-nav-panel-02\">
<p class=\"footer-nav-tit-02\"><a href=\"/product/press/\">打錠機用杵・臼</a></p>
<p class=\"footer-nav-tit-02\"><a href=\"\"><表面処理ラインナップ></a></p>
<ul class=\"footer-nav-list-01\">
<li><a href=\"\">クロムコーティングタイプ(CRN)</a></li>
<li><a href=\"\">チタンコーティングタイプ(TIN)</a></li>
<li><a href=\"\">超硬臼トップ(高耐久性臼)</a></li>
<li><a href=\"\">超硬杵トップ(高耐久性杵)</a></li>
</ul>
<p class=\"footer-nav-tit-02\"><a href=\"\"><型式ラインナップ></a></p>
<ul class=\"footer-nav-list-01\">
<li><a href=\"\">普通杵(ロータリー式打錠機用)</a></li>
<li><a href=\"\">ホルダーセット式打錠杵(IPT規格</a></li>
<li><a href=\"\">マルチタイプ(複数錠の打錠に対応)</a></li>
</ul>
</div><!-- /.footer-nav-panel-02 -->
<div class=\"footer-nav-panel-03\">
<p class=\"footer-nav-tit-02\"><a href=\"/product/tablet/\">錠剤設計</a></p>
<ul class=\"footer-nav-list-01\">
<li><a href=\"\">タブレットデザイン</a></li>
</ul>
<p class=\"footer-nav-tit-02\"><a href=\"/product/utility/\">杵臼修理・治具・装置</a></p>
<ul class=\"footer-nav-list-01\">
<li><a href=\"\">杵臼リユース・リサイクル加工</a></li>
<li><a href=\"\">臼穴リサイズ加工</a></li>
<li><a href=\"\">杵臼用ラック</a></li>
<li><a href=\"\">オリジナル設計の治具・装置 </a></li>
</ul>
</div><!-- /.footer-nav-panel-03 -->
<div class=\"footer-nav-panel-04\">
<p class=\"footer-nav-tit-01\"><a href=\"/works/\">導入実績</a></p>
<p class=\"footer-nav-tit-01\"><a href=\"/faq/\">よくある質問</a></p>
<p class=\"footer-nav-tit-01\"><a href=\"/contact/\">お問合せ・お見積り</a></p>
<p class=\"footer-nav-tit-01\"><a href=\"/news/\">お知らせ</a></p>
<p class=\"footer-nav-tit-01\"><a href=\"/company/\">会社案内</a></p>
</div><!-- /.footer-nav-panel-04 -->
</nav><!-- /#footer-nav -->
#}
</div><!-- /.uk-container -->
<div id=\"copyright\">
<small>copyright 2016 dajyou.com. all rights reserved.</small>
</div><!-- /#copyright -->
</footer>
<!-- ▲footer ================================================== -->
<!-- ▼offcanvas menu ============================== -->
<div id=\"offcanvas\" class=\"uk-offcanvas\">
<div class=\"uk-offcanvas-bar\">
<ul class=\"uk-nav uk-nav-offcanvas uk-nav-parent-icon\" data-uk-nav=\"{multiple:true}\">
<li class=\"uk-nav-header\">メニュー</li>
<li><a href=\"/\">ホーム</a></li>
<li class=\"uk-parent\">
<a href=\"#\">製品紹介</a>
<ul class=\"uk-nav-sub\">
<li><a href=\"#\">製品紹介一覧</a></li>
<li><a href=\"#\">卓上錠剤成型機 HANDTABシリーズ</a></li>
<li><a href=\"#\">フルオート打錠機 AUTOTABシリーズ</a></li>
<li class=\"sub\"><a href=\"#\">AUTOTAB-500シリーズ</a></li>
<li class=\"sub\"><a href=\"#\">AUTOTAB-200シリーズ</a></li>
<li><a href=\"#\">打錠機用杵・臼</a></li>
<li><a href=\"#\">錠剤設計</a></li>
<li><a href=\"#\">杵臼修理・治具・装置</a></li>
</ul>
</li>
<li><a href=\"#\">導入実績</a></li>
<li><a href=\"#\">よくある質問</a></li>
<li><a href=\"#\">お問合せ・お見積り</a></li>
<li><a href=\"#\">会社案内</a></li>
</ul>
</div><!-- /.uk-offcanvas-bar -->
</div><!-- /#offcanvas -->
<!-- ▲offcanvas menu ============================== -->
{# Layout: CONTENTS_FOOTER #}
{% if Layout.Footer %}
<div class=\"ec-layoutRole__footer\">
{# {{ include('block.twig', {'Blocks': Layout.Footer}) }} #}
</div>
{% endif %}
</div><!-- ec-layoutRole -->
<div class=\"ec-overlayRole\"></div>
<div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
<div class=\"ec-drawerRole\">
{# Layout: DRAWER #}
{% if Layout.Drawer %}
{{ include('block.twig', {'Blocks': Layout.Drawer}) }}
{% endif %}
</div>
<script src=\"https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js\" integrity=\"sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd\" crossorigin=\"anonymous\"></script>
<script src=\"https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js\"></script>
{% include('@common/lang.twig') %}
<script src=\"{{ asset('assets/js/function.js') }}\"></script>
<script src=\"{{ asset('assets/js/eccube.js') }}\"></script>
{% block javascript %}{% endblock %}
{# Layout: CLOSE_BODY_BEFORE #}
{% if Layout.CloseBodyBefore %}
{{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
{% endif %}
{# プラグイン用Snippet #}
{% if plugin_snippets is defined %}
{{ include('snippet.twig', { snippets: plugin_snippets }) }}
{% endif %}
<script src=\"{{ asset('assets/js/customize.js', 'user_data') }}\"></script>
</body>
</html>
", "default_frame.twig", "/home/dwpjdqeo/public_html/dajou.com/shop/public_html/app/template/default/default_frame.twig");
}
}