var/cache/dev/twig/db/db7a386bb6320bf342bab676ee377e74.php line 53

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* Product/detail.twig */
  14. class __TwigTemplate_be291088a2d6212909c8e514c5815cb5 extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'stylesheet' => [$this'block_stylesheet'],
  24.             'javascript' => [$this'block_javascript'],
  25.             'main' => [$this'block_main'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 11
  31.         return "default_frame.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Product/detail.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Product/detail.twig"));
  40.         // line 13
  41.         $context["body_class"] = "product_page";
  42.         // line 11
  43.         $this->parent $this->loadTemplate("default_frame.twig""Product/detail.twig"11);
  44.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  47.         
  48.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  49.     }
  50.     // line 15
  51.     public function block_stylesheet($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  58.         
  59.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  60.         
  61.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  62.     }
  63.     // line 18
  64.     public function block_javascript($context, array $blocks = [])
  65.     {
  66.         $macros $this->macros;
  67.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  68.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  69.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  70.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  71.         // line 19
  72.         echo "
  73. <script>
  74.     eccube.classCategories = ";
  75.         // line 21
  76.         echo $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getClassCategoriesAsJson((isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'21$this->source); })()));
  77.         echo ";
  78.     // 規格2に選択肢を割り当てる。
  79.     function fnSetClassCategories(form, classcat_id2_selected) {
  80.         var \$form = \$(form);
  81.         var product_id = \$form.find('input[name=product_id]').val();
  82.         var \$sele1 = \$form.find('select[name=classcategory_id1]');
  83.         var \$sele2 = \$form.find('select[name=classcategory_id2]');
  84.         eccube.setClassCategories(\$form, product_id, \$sele1, \$sele2, classcat_id2_selected);
  85.     }
  86.     ";
  87.         // line 31
  88.         if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id2", [], "any"truetruefalse31)) {
  89.             // line 32
  90.             echo "    fnSetClassCategories(
  91.         \$('#form1'), ";
  92.             // line 33
  93.             echo json_encode(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'33$this->source); })()), "classcategory_id2", [], "any"falsefalsefalse33), "vars", [], "any"falsefalsefalse33), "value", [], "any"falsefalsefalse33));
  94.             echo "
  95.     );
  96.     ";
  97.         } elseif (twig_get_attribute($this->env$this->source,         // line 35
  98. ($context["form"] ?? null), "classcategory_id1", [], "any"truetruefalse35)) {
  99.             // line 36
  100.             echo "    eccube.checkStock(\$('#form1'), ";
  101.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'36$this->source); })()), "id", [], "any"falsefalsefalse36), "html"nulltrue);
  102.             echo ", ";
  103.             echo json_encode(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'36$this->source); })()), "classcategory_id1", [], "any"falsefalsefalse36), "vars", [], "any"falsefalsefalse36), "value", [], "any"falsefalsefalse36));
  104.             echo ", null);
  105.     ";
  106.         }
  107.         // line 38
  108.         echo "</script>
  109. <script>
  110.     \$('.carousel').slick({
  111.         infinite: false,
  112.         speed: 300,
  113.         prevArrow:'<button type=\"button\" class=\"slick-prev\"><span class=\"angle-circle\"><svg class=\"cb cb-angle-right\"><use xlink:href=\"#cb-angle-right\" /></svg></span></button>',
  114.         nextArrow:'<button type=\"button\" class=\"slick-next\"><span class=\"angle-circle\"><svg class=\"cb cb-angle-right\"><use xlink:href=\"#cb-angle-right\" /></svg></span></button>',
  115.         slidesToShow: 4,
  116.         slidesToScroll: 4,
  117.         responsive: [
  118.             {
  119.                 breakpoint: 768,
  120.                 settings: {
  121.                     slidesToShow: 3,
  122.                     slidesToScroll: 3
  123.                 }
  124.             }
  125.         ]
  126.     });
  127.     \$('.slides').slick({
  128.         dots: true,
  129.         arrows: false,
  130.         speed: 300,
  131.         customPaging: function(slider, i) {
  132.             return '<button class=\"thumbnail\">' + \$(slider.\$slides[i]).find('img').prop('outerHTML') + '</button>';
  133.         }
  134.     });
  135.     \$('#favorite').click(function() {
  136.         \$('#mode').val('add_favorite');
  137.     });
  138.     \$('#add-cart').click(function() {
  139.         \$('#mode').val('add_cart');
  140.     });
  141.     // bfcache無効化
  142.     \$(window).bind('pageshow', function(event) {
  143.         if (event.originalEvent.persisted) {
  144.             location.reload(true);
  145.         }
  146.     });
  147. </script>
  148. ";
  149.         
  150.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  151.         
  152.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  153.     }
  154.     // line 83
  155.     public function block_main($context, array $blocks = [])
  156.     {
  157.         $macros $this->macros;
  158.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  159.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  160.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  161.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  162.         // line 84
  163.         echo "
  164. <!-- ▼item_detail▼ -->
  165. <div id=\"item_detail\">
  166.     <div id=\"detail_wrap\" class=\"row\">
  167.         <!--★画像★-->
  168.         <div id=\"item_photo_area\" class=\"col-sm-6\">
  169.             <div id=\"detail_image_box__slides\" class=\"slides\">
  170.                 ";
  171.         // line 91
  172.         $context['_parent'] = $context;
  173.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'91$this->source); })()), "ProductImage", [], "any"falsefalsefalse91));
  174.         $context['_iterated'] = false;
  175.         $context['loop'] = [
  176.           'parent' => $context['_parent'],
  177.           'index0' => 0,
  178.           'index'  => 1,
  179.           'first'  => true,
  180.         ];
  181.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  182.             $length count($context['_seq']);
  183.             $context['loop']['revindex0'] = $length 1;
  184.             $context['loop']['revindex'] = $length;
  185.             $context['loop']['length'] = $length;
  186.             $context['loop']['last'] = === $length;
  187.         }
  188.         foreach ($context['_seq'] as $context["_key"] => $context["ProductImage"]) {
  189.             // line 92
  190.             echo "                    <div id=\"detail_image_box__item--";
  191.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse92), "html"nulltrue);
  192.             echo "\">
  193.                         <img class=\"zoom\" src=\"";
  194.             // line 93
  195.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($context["ProductImage"], "save_image"), "html"nulltrue);
  196.             echo "\" data-zoom-image=\"";
  197.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($context["ProductImage"], "save_image"), "html"nulltrue);
  198.             echo "\"/>
  199.                     </div>
  200.                 ";
  201.             $context['_iterated'] = true;
  202.             ++$context['loop']['index0'];
  203.             ++$context['loop']['index'];
  204.             $context['loop']['first'] = false;
  205.             if (isset($context['loop']['length'])) {
  206.                 --$context['loop']['revindex0'];
  207.                 --$context['loop']['revindex'];
  208.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  209.             }
  210.         }
  211.         if (!$context['_iterated']) {
  212.             // line 96
  213.             echo "                    <div id=\"detail_image_box__item\">
  214.                         <img class=\"zoom\" src=\"";
  215.             // line 97
  216.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(""), "save_image"), "html"nulltrue);
  217.             echo "\" data-zoom-image=\"";
  218.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(""), "save_image"), "html"nulltrue);
  219.             echo "\"/>
  220.                     </div>
  221.                 ";
  222.         }
  223.         $_parent $context['_parent'];
  224.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductImage'], $context['_parent'], $context['loop']);
  225.         $context array_intersect_key($context$_parent) + $_parent;
  226.         // line 100
  227.         echo "            </div>
  228.         </div>
  229.         <section id=\"item_detail_area\" class=\"col-sm-6\">
  230.             <!--★商品名★-->
  231.             <h3 id=\"detail_description_box__name\" class=\"item_name\">";
  232.         // line 105
  233.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'105$this->source); })()), "name", [], "any"falsefalsefalse105), "html"nulltrue);
  234.         echo "</h3>
  235.             <!-- ▼関連カテゴリ▼ -->
  236.             <div id=\"relative_category_box\" class=\"relative_cat\">
  237.                 <!--<p>関連カテゴリ</p>-->
  238.                 ";
  239.         // line 110
  240.         $context['_parent'] = $context;
  241.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'110$this->source); })()), "ProductCategories", [], "any"falsefalsefalse110));
  242.         $context['loop'] = [
  243.           'parent' => $context['_parent'],
  244.           'index0' => 0,
  245.           'index'  => 1,
  246.           'first'  => true,
  247.         ];
  248.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  249.             $length count($context['_seq']);
  250.             $context['loop']['revindex0'] = $length 1;
  251.             $context['loop']['revindex'] = $length;
  252.             $context['loop']['length'] = $length;
  253.             $context['loop']['last'] = === $length;
  254.         }
  255.         foreach ($context['_seq'] as $context["_key"] => $context["ProductCategory"]) {
  256.             // line 111
  257.             echo "                    <ol id=\"relative_category_box__relative_category--";
  258.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["ProductCategory"], "product_id", [], "any"falsefalsefalse111), "html"nulltrue);
  259.             echo "_";
  260.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse111), "html"nulltrue);
  261.             echo "\">
  262.                         ";
  263.             // line 112
  264.             $context['_parent'] = $context;
  265.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductCategory"], "Category", [], "any"falsefalsefalse112), "path", [], "any"falsefalsefalse112));
  266.             $context['loop'] = [
  267.               'parent' => $context['_parent'],
  268.               'index0' => 0,
  269.               'index'  => 1,
  270.               'first'  => true,
  271.             ];
  272.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  273.                 $length count($context['_seq']);
  274.                 $context['loop']['revindex0'] = $length 1;
  275.                 $context['loop']['revindex'] = $length;
  276.                 $context['loop']['length'] = $length;
  277.                 $context['loop']['last'] = === $length;
  278.             }
  279.             foreach ($context['_seq'] as $context["_key"] => $context["Category"]) {
  280.                 // line 113
  281.                 echo "                            <li><a id=\"relative_category_box__relative_category--";
  282.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["ProductCategory"], "product_id", [], "any"falsefalsefalse113), "html"nulltrue);
  283.                 echo "_";
  284.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["loop"], "parent", [], "any"falsefalsefalse113), "loop", [], "any"falsefalsefalse113), "index", [], "any"falsefalsefalse113), "html"nulltrue);
  285.                 echo "_";
  286.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Category"], "id", [], "any"falsefalsefalse113), "html"nulltrue);
  287.                 echo "\" href=\"";
  288.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  289.                 echo "?category_id=";
  290.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Category"], "id", [], "any"falsefalsefalse113), "html"nulltrue);
  291.                 echo "\" class=\"btn btn-info-border\">";
  292.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Category"], "name", [], "any"falsefalsefalse113), "html"nulltrue);
  293.                 echo "</a></li>
  294.                         ";
  295.                 ++$context['loop']['index0'];
  296.                 ++$context['loop']['index'];
  297.                 $context['loop']['first'] = false;
  298.                 if (isset($context['loop']['length'])) {
  299.                     --$context['loop']['revindex0'];
  300.                     --$context['loop']['revindex'];
  301.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  302.                 }
  303.             }
  304.             $_parent $context['_parent'];
  305.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Category'], $context['_parent'], $context['loop']);
  306.             $context array_intersect_key($context$_parent) + $_parent;
  307.             // line 115
  308.             echo "                    </ol>
  309.                 ";
  310.             ++$context['loop']['index0'];
  311.             ++$context['loop']['index'];
  312.             $context['loop']['first'] = false;
  313.             if (isset($context['loop']['length'])) {
  314.                 --$context['loop']['revindex0'];
  315.                 --$context['loop']['revindex'];
  316.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  317.             }
  318.         }
  319.         $_parent $context['_parent'];
  320.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductCategory'], $context['_parent'], $context['loop']);
  321.         $context array_intersect_key($context$_parent) + $_parent;
  322.         // line 117
  323.         echo "            </div>
  324.             <!-- ▲関連カテゴリ▲ -->
  325.             <div id=\"detail_description_box__body\" class=\"item_detail\">
  326.                 ";
  327.         // line 122
  328.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'122$this->source); })()), "Tags", [], "any"falsefalsefalse122))) {
  329.             // line 123
  330.             echo "                    <!--▼商品タグ-->
  331.                     <div id=\"product_tag_box\" class=\"product_tag\">
  332.                         ";
  333.             // line 125
  334.             $context['_parent'] = $context;
  335.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'125$this->source); })()), "Tags", [], "any"falsefalsefalse125));
  336.             foreach ($context['_seq'] as $context["_key"] => $context["Tag"]) {
  337.                 // line 126
  338.                 echo "                            <span id=\"product_tag_box__product_tag--";
  339.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Tag"], "id", [], "any"falsefalsefalse126), "html"nulltrue);
  340.                 echo "\" class=\"product_tag_list\">";
  341.                 echo twig_escape_filter($this->env$context["Tag"], "html"nulltrue);
  342.                 echo "</span>
  343.                         ";
  344.             }
  345.             $_parent $context['_parent'];
  346.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Tag'], $context['_parent'], $context['loop']);
  347.             $context array_intersect_key($context$_parent) + $_parent;
  348.             // line 128
  349.             echo "                    </div>
  350.                     <hr>
  351.                     <!--▲商品タグ-->
  352.                 ";
  353.         }
  354.         // line 132
  355.         echo "
  356.                 <!--★通常価格★-->
  357.                 ";
  358.         // line 134
  359.         if (twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'134$this->source); })()), "hasProductClass", [], "any"falsefalsefalse134)) {
  360.             // line 135
  361.             if (( !(null === twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'135$this->source); })()), "getPrice01Min", [], "any"falsefalsefalse135)) && (twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'135$this->source); })()), "getPrice01IncTaxMin", [], "any"falsefalsefalse135) == twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'135$this->source); })()), "getPrice01IncTaxMax", [], "any"falsefalsefalse135)))) {
  362.                 // line 136
  363.                 echo "                        <p id=\"detail_description_box__class_normal_price\" class=\"normal_price\"> 通常価格:<span class=\"price01_default\">";
  364.                 echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'136$this->source); })()), "getPrice01IncTaxMin", [], "any"falsefalsefalse136)), "html"nulltrue);
  365.                 echo "</span><span class=\"small\"><small>(税込)</small></span><span class=\"small hide\">税込</span></p>
  366.                     ";
  367.             } elseif (( !(null === twig_get_attribute($this->env$this->source,             // line 137
  368. (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'137$this->source); })()), "getPrice01Min", [], "any"falsefalsefalse137)) &&  !(null === twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'137$this->source); })()), "getPrice01Max", [], "any"falsefalsefalse137)))) {
  369.                 // line 138
  370.                 echo "                        <p id=\"detail_description_box__class_normal_range_price\" class=\"normal_price\"> 通常価格:<span class=\"price01_default\">";
  371.                 echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'138$this->source); })()), "getPrice01IncTaxMin", [], "any"falsefalsefalse138)), "html"nulltrue);
  372.                 echo "~ ";
  373.                 echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'138$this->source); })()), "getPrice01IncTaxMax", [], "any"falsefalsefalse138)), "html"nulltrue);
  374.                 echo "</span><span class=\"small\"><small>(税込)</small></span><span class=\"small hide\">税込</span></p>
  375.                     ";
  376.             }
  377.             // line 140
  378.             echo "                ";
  379.         } else {
  380.             // line 141
  381.             if (( !(null === twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'141$this->source); })()), "getPrice01Max", [], "any"falsefalsefalse141)) && (twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'141$this->source); })()), "getPrice01Max", [], "any"falsefalsefalse141) > 0))) {
  382.                 // line 142
  383.                 echo "                        <span class=\"tax_management-list_price\"></span>
  384.                             ";
  385.                 // line 146
  386.                 echo "                    ";
  387.             }
  388.             // line 147
  389.             echo "                ";
  390.         }
  391.         // line 149
  392.         echo "<!--★販売価格★-->
  393.                 ";
  394.         // line 150
  395.         $context["flag"] = false;
  396.         // line 151
  397.         echo "
  398.                 ";
  399.         // line 152
  400.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'152$this->source); })()), "ProductCategories", [], "any"falsefalsefalse152))) {
  401.             // line 153
  402.             echo "                    ";
  403.             $context['_parent'] = $context;
  404.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'153$this->source); })()), "ProductCategories", [], "any"falsefalsefalse153));
  405.             foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  406.                 // line 154
  407.                 echo "                        ";
  408.                 if (((((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["category"], "Category", [], "any"falsefalsefalse154), "id", [], "any"falsefalsefalse154) == 148) || (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["category"], "Category", [], "any"falsefalsefalse154), "id", [], "any"falsefalsefalse154) == 133)) || (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["category"], "Category", [], "any"falsefalsefalse154), "id", [], "any"falsefalsefalse154) == 144)) || (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["category"], "Category", [], "any"falsefalsefalse154), "id", [], "any"falsefalsefalse154) == 116))) {
  409.                     // line 155
  410.                     echo "                            ";
  411.                     $context["flag"] = true;
  412.                     // line 156
  413.                     echo "                        ";
  414.                 }
  415.                 // line 157
  416.                 echo "                    ";
  417.             }
  418.             $_parent $context['_parent'];
  419.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
  420.             $context array_intersect_key($context$_parent) + $_parent;
  421.             // line 158
  422.             echo "                ";
  423.         }
  424.         // line 159
  425.         echo "
  426.                 ";
  427.         // line 160
  428.         if ((((isset($context["flag"]) || array_key_exists("flag"$context) ? $context["flag"] : (function () { throw new RuntimeError('Variable "flag" does not exist.'160$this->source); })()) != true) && (isset($context["discount_flag"]) || array_key_exists("discount_flag"$context) ? $context["discount_flag"] : (function () { throw new RuntimeError('Variable "discount_flag" does not exist.'160$this->source); })()))) {
  429.             // line 161
  430.             echo "                    ";
  431.             if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
  432.                 // line 162
  433.                 echo "                        <span style=\"color:red;\">[";
  434.                 echo twig_escape_filter($this->env, (isset($context["discount_ratio"]) || array_key_exists("discount_ratio"$context) ? $context["discount_ratio"] : (function () { throw new RuntimeError('Variable "discount_ratio" does not exist.'162$this->source); })()), "html"nulltrue);
  435.                 echo "%割引対象商品です]</span>
  436.                     ";
  437.             } elseif (            // line 163
  438. (isset($context["nonmember_flag"]) || array_key_exists("nonmember_flag"$context) ? $context["nonmember_flag"] : (function () { throw new RuntimeError('Variable "nonmember_flag" does not exist.'163$this->source); })())) {
  439.                 // line 164
  440.                 echo "                        <span style=\"color:red;\">[";
  441.                 echo twig_escape_filter($this->env, (isset($context["nonmember_ratio"]) || array_key_exists("nonmember_ratio"$context) ? $context["nonmember_ratio"] : (function () { throw new RuntimeError('Variable "nonmember_ratio" does not exist.'164$this->source); })()), "html"nulltrue);
  442.                 echo "%割引対象商品です]</span>
  443.                     ";
  444.             }
  445.             // line 166
  446.             echo "                ";
  447.         }
  448.         // line 167
  449.         echo "                ";
  450.         // line 178
  451.         echo "
  452.                 ";
  453.         // line 179
  454.         if (twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'179$this->source); })()), "hasProductClass", [], "any"falsefalsefalse179)) {
  455.             // line 180
  456.             if ((twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'180$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsefalse180) == twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'180$this->source); })()), "getPrice02IncTaxMax", [], "any"falsefalsefalse180))) {
  457.                 // line 181
  458.                 echo "                        <p id=\"detail_description_box__class_sale_price\" class=\"sale_price text-primary\"> <span class=\"price02_default\">";
  459.                 echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'181$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsefalse181)), "html"nulltrue);
  460.                 echo "</span><span class=\"small\"><small>(税込)</small></span><span class=\"small hide\">税込</span></p>
  461.                     ";
  462.             } else {
  463.                 // line 183
  464.                 echo "                        <p id=\"detail_description_box__class_range_sale_price\" class=\"sale_price text-primary\"> <span class=\"price02_default\">";
  465.                 echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'183$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsefalse183)), "html"nulltrue);
  466.                 echo " ~ ";
  467.                 echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'183$this->source); })()), "getPrice02IncTaxMax", [], "any"falsefalsefalse183)), "html"nulltrue);
  468.                 echo "</span><span class=\"small\"><small>(税込)</small></span><span class=\"small hide\">税込</span></p>
  469.                     ";
  470.             }
  471.             // line 185
  472.             echo "                ";
  473.         } else {
  474.             // line 186
  475.             echo "<span class=\"tax_management-sale_price\"></span>
  476.                     <small>
  477.                         ";
  478.             // line 188
  479.             if ((twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'188$this->source); })()), "stock_min", [], "any"falsefalsefalse188) >= 5)) {
  480.                 // line 189
  481.                 echo "                            在庫あり
  482.                         ";
  483.             } elseif ((twig_get_attribute($this->env$this->source,             // line 190
  484. (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'190$this->source); })()), "stock_min", [], "any"falsefalsefalse190) == null)) {
  485.                 // line 191
  486.                 echo "                            在庫あり
  487.                         ";
  488.             } else {
  489.                 // line 193
  490.                 echo "                            在庫:";
  491.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'193$this->source); })()), "stock_min", [], "any"falsefalsefalse193), "html"nulltrue);
  492.                 echo "
  493.                         ";
  494.             }
  495.             // line 195
  496.             echo "                    </small>
  497.                     ";
  498.             // line 199
  499.             echo "                ";
  500.         }
  501.         // line 202
  502.         echo "                ";
  503.         $context["hasHandlingTag"] = false;
  504.         // line 203
  505.         echo "                ";
  506.         $context['_parent'] = $context;
  507.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'203$this->source); })()), "Tags", [], "any"falsefalsefalse203));
  508.         foreach ($context['_seq'] as $context["_key"] => $context["tag"]) {
  509.             // line 204
  510.             echo "                    ";
  511.             if ((twig_get_attribute($this->env$this->source$context["tag"], "id", [], "any"falsefalsefalse204) == 7)) {
  512.                 // line 205
  513.                 echo "                        ";
  514.                 $context["hasHandlingTag"] = true;
  515.                 // line 206
  516.                 echo "                    ";
  517.             }
  518.             // line 207
  519.             echo "                ";
  520.         }
  521.         $_parent $context['_parent'];
  522.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['tag'], $context['_parent'], $context['loop']);
  523.         $context array_intersect_key($context$_parent) + $_parent;
  524.         // line 208
  525.         echo "
  526.                 ";
  527.         // line 209
  528.         if (((isset($context["hasHandlingTag"]) || array_key_exists("hasHandlingTag"$context) ? $context["hasHandlingTag"] : (function () { throw new RuntimeError('Variable "hasHandlingTag" does not exist.'209$this->source); })()) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'209$this->source); })()), "tag7DisplayText", [], "any"falsefalsefalse209)))) {
  529.             // line 210
  530.             echo "                    <div class=\"handling-product-notice mt-3 p-3 border rounded bg-light\">
  531.                         <p class=\"mb-0\">";
  532.             // line 211
  533.             echo twig_nl2br(twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'211$this->source); })()), "tag7DisplayText", [], "any"falsefalsefalse211), "html"nulltrue));
  534.             echo "</p>
  535.                     </div>
  536.                 ";
  537.         }
  538.         // line 214
  539.         echo "
  540.                 <div id=\"detail_cart_box\" class=\"cart_area\">
  541.                     <form action=\"";
  542.         // line 217
  543.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_add_cart", ["id" => twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'217$this->source); })()), "id", [], "any"falsefalsefalse217)]), "html"nulltrue);
  544.         echo "\" method=\"post\" id=\"form1\" name=\"form1\">
  545.                         ";
  546.         // line 219
  547.         if (twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'219$this->source); })()), "stock_find", [], "any"falsefalsefalse219)) {
  548.             // line 220
  549.             echo "
  550.                             ";
  551.             // line 222
  552.             echo "                            ";
  553.             if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id1", [], "any"truetruefalse222)) {
  554.                 // line 223
  555.                 echo "                                <ul id=\"detail_cart_box__cart_class_category_id\" class=\"classcategory_list\">
  556.                                     ";
  557.                 // line 225
  558.                 echo "                                    <li>
  559.                                         ";
  560.                 // line 226
  561.                 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.'226$this->source); })()), "classcategory_id1", [], "any"falsefalsefalse226), 'widget');
  562.                 echo "
  563.                                         ";
  564.                 // line 227
  565.                 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.'227$this->source); })()), "classcategory_id1", [], "any"falsefalsefalse227), 'errors');
  566.                 echo "
  567.                                     </li>
  568.                                     ";
  569.                 // line 230
  570.                 echo "                                    ";
  571.                 if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id2", [], "any"truetruefalse230)) {
  572.                     // line 231
  573.                     echo "                                        <li>
  574.                                             ";
  575.                     // line 232
  576.                     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.'232$this->source); })()), "classcategory_id2", [], "any"falsefalsefalse232), 'widget');
  577.                     echo "
  578.                                             ";
  579.                     // line 233
  580.                     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.'233$this->source); })()), "classcategory_id2", [], "any"falsefalsefalse233), 'errors');
  581.                     echo "
  582.                                         </li>
  583.                                     ";
  584.                 }
  585.                 // line 236
  586.                 echo "                                </ul>
  587.                             ";
  588.             }
  589.             // line 238
  590.             echo "
  591.                             ";
  592.             // line 240
  593.             echo "                            <dl id=\"detail_cart_box__cart_quantity\" class=\"quantity\">
  594.                                 <dt>数量</dt>
  595.                                 <dd>
  596.                                     ";
  597.             // line 243
  598.             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.'243$this->source); })()), "quantity", [], "any"falsefalsefalse243), 'widget');
  599.             echo "
  600.                                     ";
  601.             // line 244
  602.             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.'244$this->source); })()), "quantity", [], "any"falsefalsefalse244), 'errors');
  603.             echo "
  604.                                 </dd>
  605.                             </dl>
  606.                             <div class=\"extra-form\">
  607.                                 ";
  608.             // line 249
  609.             $context['_parent'] = $context;
  610.             $context['_seq'] = twig_ensure_traversable(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); })()), "getIterator", [], "any"falsefalsefalse249));
  611.             foreach ($context['_seq'] as $context["_key"] => $context["f"]) {
  612.                 // line 250
  613.                 echo "                                    ";
  614.                 if (preg_match("[^plg*]"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["f"], "vars", [], "any"falsefalsefalse250), "name", [], "any"falsefalsefalse250))) {
  615.                     // line 251
  616.                     echo "                                        ";
  617.                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["f"], 'row');
  618.                     echo "
  619.                                     ";
  620.                 }
  621.                 // line 253
  622.                 echo "                                ";
  623.             }
  624.             $_parent $context['_parent'];
  625.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['f'], $context['_parent'], $context['loop']);
  626.             $context array_intersect_key($context$_parent) + $_parent;
  627.             // line 254
  628.             echo "                            </div>
  629.                             ";
  630.             // line 257
  631.             echo "                            <div id=\"detail_cart_box__button_area\" class=\"btn_area\">
  632.                                 <ul id=\"detail_cart_box__insert_button\" class=\"row\">
  633.                                     <li class=\"col-xs-12 col-sm-8\"><button type=\"submit\" id=\"add-cart\" class=\"btn btn-primary btn-block prevention-btn prevention-mask add-cart\">カートに入れる</button></li>
  634.                                 </ul>
  635.                                 <style type=\"text/css\">
  636.                                     .reservation4-add-cart-disabled, .reservation4-add-cart { background-color: #30AADD !important; border-color: #30AADD !important;}
  637.                                 </style>
  638.                             </div> ";
  639.             // line 266
  640.             echo "                        ";
  641.         } else {
  642.             // line 267
  643.             echo "                            ";
  644.             // line 268
  645.             echo "                            <div id=\"detail_cart_box__button_area\" class=\"btn_area\">
  646.                                 <ul class=\"row\">
  647.                                     <li class=\"col-xs-12 col-sm-8\">
  648.                                         <button type=\"button\" class=\"btn btn-default btn-block\" disabled=\"disabled\">ただいま品切れ中です</button>
  649.                                     </li>
  650.                                 </ul>
  651.                                 <div class=\"link-line\">再入荷のお知らせはLINE@(<a href=\"https://line.me/R/ti/p/%40fal2540t\" target=\"_blank\">お友だち登録後</a>)より、ご希望の商品名をトークよりいただけるとうれしいです。</div>
  652.                             </div> ";
  653.             // line 276
  654.             echo "                        ";
  655.         }
  656.         echo " ";
  657.         // line 277
  658.         echo "                        ";
  659.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'277$this->source); })()), 'rest');
  660.         echo "
  661.                     </form>
  662.                     <form action=\"";
  663.         // line 279
  664.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_add_favorite", ["id" => twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'279$this->source); })()), "id", [], "any"falsefalsefalse279)]), "html"nulltrue);
  665.         echo "\" method=\"post\">
  666.                         <div class=\"btn_area\">
  667.                             ";
  668.         // line 282
  669.         echo "                            ";
  670.         if (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.'282$this->source); })()), "option_favorite_product", [], "any"falsefalsefalse282)) {
  671.             // line 283
  672.             echo "                                <ul id=\"detail_cart_box__favorite_button\" class=\"row\">
  673.                                     ";
  674.             // line 284
  675.             if (((isset($context["is_favorite"]) || array_key_exists("is_favorite"$context) ? $context["is_favorite"] : (function () { throw new RuntimeError('Variable "is_favorite" does not exist.'284$this->source); })()) == false)) {
  676.                 // line 285
  677.                 echo "                                        <li class=\"col-xs-12 col-sm-8\"><button type=\"submit\" id=\"favorite\" class=\"btn btn-info-border btn-block prevention-btn prevention-mask\"><svg class=\"cb cb-heart-circle\"><use xlink:href=\"#cb-heart-circle\"></use></svg>お気に入りに追加</button></li>
  678.                                     ";
  679.             } else {
  680.                 // line 287
  681.                 echo "                                        <li class=\"col-xs-12 col-sm-8\"><button type=\"submit\" id=\"favorite\" class=\"btn btn-info-border btn-block\" disabled=\"disabled\"><svg class=\"cb cb-heart-circle\"><use xlink:href=\"#cb-heart-circle\"></use></svg>お気に入りに追加済みです</button></li>
  682.                                     ";
  683.             }
  684.             // line 289
  685.             echo "                                </ul>
  686.                             ";
  687.         }
  688.         // line 291
  689.         echo "                        </div>
  690.                     </form>
  691.                 </div>
  692.                 <!--▲買い物かご-->
  693.                 <!--★商品説明★-->
  694.                 <p id=\"detail_not_stock_box__description_detail\" class=\"item_comment ec-productRole__tags\">";
  695.         // line 297
  696.         echo twig_nl2br(twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'297$this->source); })()), "description_detail", [], "any"falsefalsefalse297));
  697.         echo "</p>
  698.                 <!--▼商品コード-->
  699.                 <p id=\"detail_description_box__item_range_code\" class=\"item_code\" style=\"padding-bottom:0;\">商品コード: <span id=\"item_code_default\">
  700.                         ";
  701.         // line 301
  702.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'301$this->source); })()), "code_min", [], "any"falsefalsefalse301), "html"nulltrue);
  703.         echo "
  704.                         ";
  705.         // line 302
  706.         if ((twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'302$this->source); })()), "code_min", [], "any"falsefalsefalse302) != twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'302$this->source); })()), "code_max", [], "any"falsefalsefalse302))) {
  707.             echo " ~ ";
  708.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'302$this->source); })()), "code_max", [], "any"falsefalsefalse302), "html"nulltrue);
  709.         }
  710.         // line 303
  711.         echo "                        </span> </p>
  712.                 <!--▲商品コード-->
  713.                 <!--▼重さ・サイズ係数-->
  714.                 <div id=\"product_weight_size\" class=\"product_weight_size\">
  715.                     <!-- product_weight_size -->
  716.                     ";
  717.         // line 309
  718.         echo twig_include($this->env$context"Product/weight_size.twig");
  719.         echo "
  720.                 </div>
  721.                 <!--▲重さ・サイズ係数▲-->
  722.             </div>
  723.             <!-- /.item_detail -->
  724.         </section>
  725.         <!--詳細ここまで-->
  726.     </div>
  727.     ";
  728.         // line 321
  729.         echo "    ";
  730.         if (twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'321$this->source); })()), "freearea", [], "any"falsefalsefalse321)) {
  731.             // line 322
  732.             echo "        <div id=\"sub_area\" class=\"row\">
  733.             <div class=\"col-sm-10 col-sm-offset-1\">
  734.                 <div id=\"detail_free_box__freearea\" class=\"freearea\">";
  735.             // line 324
  736.             echo twig_include($this->env$contexttwig_template_from_string($this->envtwig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'324$this->source); })()), "freearea", [], "any"falsefalsefalse324)));
  737.             echo "</div>
  738.             </div>
  739.         </div>
  740.     ";
  741.         }
  742.         // line 328
  743.         echo "</div>
  744.     <!-- ▲item_detail▲ -->
  745. ";
  746.         
  747.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  748.         
  749.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  750.     }
  751.     public function getTemplateName()
  752.     {
  753.         return "Product/detail.twig";
  754.     }
  755.     public function isTraitable()
  756.     {
  757.         return false;
  758.     }
  759.     public function getDebugInfo()
  760.     {
  761.         return array (  786 => 328,  779 => 324,  775 => 322,  772 => 321,  758 => 309,  750 => 303,  745 => 302,  741 => 301,  734 => 297,  726 => 291,  722 => 289,  718 => 287,  714 => 285,  712 => 284,  709 => 283,  706 => 282,  701 => 279,  695 => 277,  691 => 276,  682 => 268,  680 => 267,  677 => 266,  667 => 257,  663 => 254,  657 => 253,  651 => 251,  648 => 250,  644 => 249,  636 => 244,  632 => 243,  627 => 240,  624 => 238,  620 => 236,  614 => 233,  610 => 232,  607 => 231,  604 => 230,  599 => 227,  595 => 226,  592 => 225,  589 => 223,  586 => 222,  583 => 220,  581 => 219,  576 => 217,  571 => 214,  565 => 211,  562 => 210,  560 => 209,  557 => 208,  551 => 207,  548 => 206,  545 => 205,  542 => 204,  537 => 203,  534 => 202,  531 => 199,  528 => 195,  522 => 193,  518 => 191,  516 => 190,  513 => 189,  511 => 188,  507 => 186,  504 => 185,  496 => 183,  490 => 181,  488 => 180,  486 => 179,  483 => 178,  481 => 167,  478 => 166,  472 => 164,  470 => 163,  465 => 162,  462 => 161,  460 => 160,  457 => 159,  454 => 158,  448 => 157,  445 => 156,  442 => 155,  439 => 154,  434 => 153,  432 => 152,  429 => 151,  427 => 150,  424 => 149,  421 => 147,  418 => 146,  415 => 142,  413 => 141,  410 => 140,  402 => 138,  400 => 137,  395 => 136,  393 => 135,  391 => 134,  387 => 132,  381 => 128,  370 => 126,  366 => 125,  362 => 123,  360 => 122,  353 => 117,  338 => 115,  311 => 113,  294 => 112,  287 => 111,  270 => 110,  262 => 105,  255 => 100,  244 => 97,  241 => 96,  223 => 93,  218 => 92,  200 => 91,  191 => 84,  181 => 83,  128 => 38,  120 => 36,  118 => 35,  113 => 33,  110 => 32,  108 => 31,  95 => 21,  91 => 19,  81 => 18,  63 => 15,  52 => 11,  50 => 13,  37 => 11,);
  762.     }
  763.     public function getSourceContext()
  764.     {
  765.         return new Source("{#
  766. This file is part of EC-CUBE
  767. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  768. http://www.ec-cube.co.jp/
  769. For the full copyright and license information, please view the LICENSE
  770. file that was distributed with this source code.
  771. #}
  772. {% extends 'default_frame.twig' %}
  773. {% set body_class = 'product_page' %}
  774. {% block stylesheet %}
  775. {% endblock %}
  776. {% block javascript %}
  777. <script>
  778.     eccube.classCategories = {{ class_categories_as_json(Product)|raw }};
  779.     // 規格2に選択肢を割り当てる。
  780.     function fnSetClassCategories(form, classcat_id2_selected) {
  781.         var \$form = \$(form);
  782.         var product_id = \$form.find('input[name=product_id]').val();
  783.         var \$sele1 = \$form.find('select[name=classcategory_id1]');
  784.         var \$sele2 = \$form.find('select[name=classcategory_id2]');
  785.         eccube.setClassCategories(\$form, product_id, \$sele1, \$sele2, classcat_id2_selected);
  786.     }
  787.     {% if form.classcategory_id2 is defined %}
  788.     fnSetClassCategories(
  789.         \$('#form1'), {{ form.classcategory_id2.vars.value|json_encode|raw }}
  790.     );
  791.     {% elseif form.classcategory_id1 is defined %}
  792.     eccube.checkStock(\$('#form1'), {{ Product.id }}, {{ form.classcategory_id1.vars.value|json_encode|raw }}, null);
  793.     {% endif %}
  794. </script>
  795. <script>
  796.     \$('.carousel').slick({
  797.         infinite: false,
  798.         speed: 300,
  799.         prevArrow:'<button type=\"button\" class=\"slick-prev\"><span class=\"angle-circle\"><svg class=\"cb cb-angle-right\"><use xlink:href=\"#cb-angle-right\" /></svg></span></button>',
  800.         nextArrow:'<button type=\"button\" class=\"slick-next\"><span class=\"angle-circle\"><svg class=\"cb cb-angle-right\"><use xlink:href=\"#cb-angle-right\" /></svg></span></button>',
  801.         slidesToShow: 4,
  802.         slidesToScroll: 4,
  803.         responsive: [
  804.             {
  805.                 breakpoint: 768,
  806.                 settings: {
  807.                     slidesToShow: 3,
  808.                     slidesToScroll: 3
  809.                 }
  810.             }
  811.         ]
  812.     });
  813.     \$('.slides').slick({
  814.         dots: true,
  815.         arrows: false,
  816.         speed: 300,
  817.         customPaging: function(slider, i) {
  818.             return '<button class=\"thumbnail\">' + \$(slider.\$slides[i]).find('img').prop('outerHTML') + '</button>';
  819.         }
  820.     });
  821.     \$('#favorite').click(function() {
  822.         \$('#mode').val('add_favorite');
  823.     });
  824.     \$('#add-cart').click(function() {
  825.         \$('#mode').val('add_cart');
  826.     });
  827.     // bfcache無効化
  828.     \$(window).bind('pageshow', function(event) {
  829.         if (event.originalEvent.persisted) {
  830.             location.reload(true);
  831.         }
  832.     });
  833. </script>
  834. {% endblock %}
  835. {% block main %}
  836. <!-- ▼item_detail▼ -->
  837. <div id=\"item_detail\">
  838.     <div id=\"detail_wrap\" class=\"row\">
  839.         <!--★画像★-->
  840.         <div id=\"item_photo_area\" class=\"col-sm-6\">
  841.             <div id=\"detail_image_box__slides\" class=\"slides\">
  842.                 {% for ProductImage in Product.ProductImage %}
  843.                     <div id=\"detail_image_box__item--{{ loop.index }}\">
  844.                         <img class=\"zoom\" src=\"{{ asset(ProductImage, 'save_image') }}\" data-zoom-image=\"{{ asset(ProductImage, 'save_image') }}\"/>
  845.                     </div>
  846.                 {% else %}
  847.                     <div id=\"detail_image_box__item\">
  848.                         <img class=\"zoom\" src=\"{{ asset(''|no_image_product, 'save_image') }}\" data-zoom-image=\"{{ asset(''|no_image_product, 'save_image') }}\"/>
  849.                     </div>
  850.                 {% endfor %}
  851.             </div>
  852.         </div>
  853.         <section id=\"item_detail_area\" class=\"col-sm-6\">
  854.             <!--★商品名★-->
  855.             <h3 id=\"detail_description_box__name\" class=\"item_name\">{{ Product.name }}</h3>
  856.             <!-- ▼関連カテゴリ▼ -->
  857.             <div id=\"relative_category_box\" class=\"relative_cat\">
  858.                 <!--<p>関連カテゴリ</p>-->
  859.                 {% for ProductCategory in Product.ProductCategories %}
  860.                     <ol id=\"relative_category_box__relative_category--{{ ProductCategory.product_id }}_{{ loop.index }}\">
  861.                         {% for Category in ProductCategory.Category.path %}
  862.                             <li><a id=\"relative_category_box__relative_category--{{ ProductCategory.product_id }}_{{ loop.parent.loop.index }}_{{ Category.id }}\" href=\"{{ url('product_list') }}?category_id={{ Category.id }}\" class=\"btn btn-info-border\">{{ Category.name }}</a></li>
  863.                         {% endfor %}
  864.                     </ol>
  865.                 {% endfor %}
  866.             </div>
  867.             <!-- ▲関連カテゴリ▲ -->
  868.             <div id=\"detail_description_box__body\" class=\"item_detail\">
  869.                 {% if Product.Tags is not empty %}
  870.                     <!--▼商品タグ-->
  871.                     <div id=\"product_tag_box\" class=\"product_tag\">
  872.                         {% for Tag in Product.Tags %}
  873.                             <span id=\"product_tag_box__product_tag--{{ Tag.id }}\" class=\"product_tag_list\">{{ Tag }}</span>
  874.                         {% endfor %}
  875.                     </div>
  876.                     <hr>
  877.                     <!--▲商品タグ-->
  878.                 {% endif %}
  879.                 <!--★通常価格★-->
  880.                 {% if Product.hasProductClass -%}
  881.                     {% if Product.getPrice01Min is not null and Product.getPrice01IncTaxMin == Product.getPrice01IncTaxMax %}
  882.                         <p id=\"detail_description_box__class_normal_price\" class=\"normal_price\"> 通常価格:<span class=\"price01_default\">{{ Product.getPrice01IncTaxMin|price }}</span><span class=\"small\"><small>(税込)</small></span><span class=\"small hide\">税込</span></p>
  883.                     {% elseif Product.getPrice01Min is not null and Product.getPrice01Max is not null %}
  884.                         <p id=\"detail_description_box__class_normal_range_price\" class=\"normal_price\"> 通常価格:<span class=\"price01_default\">{{ Product.getPrice01IncTaxMin|price }}~ {{ Product.getPrice01IncTaxMax|price }}</span><span class=\"small\"><small>(税込)</small></span><span class=\"small hide\">税込</span></p>
  885.                     {% endif %}
  886.                 {% else -%}
  887.                     {% if Product.getPrice01Max is not null and Product.getPrice01Max > 0 %}
  888.                         <span class=\"tax_management-list_price\"></span>
  889.                             {#
  890.                         <p id=\"detail_description_box__normal_price\" class=\"normal_price\"> 通常価格:<span class=\"price01_default\">{{ Product.getPrice01IncTaxMin|price }}</span><span class=\"small\"><small>(税込)</small></span><span class=\"small hide\">税込</span></p>
  891.                             #}
  892.                     {% endif %}
  893.                 {% endif -%}
  894.                 <!--★販売価格★-->
  895.                 {% set flag = false %}
  896.                 {% if Product.ProductCategories is not empty %}
  897.                     {% for category in Product.ProductCategories %}
  898.                         {% if category.Category.id == 148 or category.Category.id == 133 or category.Category.id == 144 or category.Category.id == 116 %}
  899.                             {% set flag = true %}
  900.                         {% endif %}
  901.                     {% endfor %}
  902.                 {% endif %}
  903.                 {% if flag != true and discount_flag %}
  904.                     {% if is_granted('ROLE_USER') %}
  905.                         <span style=\"color:red;\">[{{ discount_ratio }}%割引対象商品です]</span>
  906.                     {% elseif nonmember_flag %}
  907.                         <span style=\"color:red;\">[{{ nonmember_ratio }}%割引対象商品です]</span>
  908.                     {% endif %}
  909.                 {% endif %}
  910.                 {# % set flag = false %}
  911.                 {% if Product.ProductTag is not empty %}
  912.                     {% for ProductTag in Product.ProductTag %}
  913.                         {% if ProductTag.Tag.id == 1 or ProductTag.Tag.id == 3 or ProductTag.Tag.id == 5 or ProductTag.Tag.id == 6 %}
  914.                             {% set flag = true %}
  915.                         {% endif %}
  916.                     {% endfor %}
  917.                 {% endif %}
  918.                 {% if flag != true %}
  919.                     <span style=\"color:red;\">[5%割引対象商品です]</span><br>
  920.                 {% endif % #}
  921.                 {% if Product.hasProductClass -%}
  922.                     {% if Product.getPrice02IncTaxMin == Product.getPrice02IncTaxMax %}
  923.                         <p id=\"detail_description_box__class_sale_price\" class=\"sale_price text-primary\"> <span class=\"price02_default\">{{ Product.getPrice02IncTaxMin|price }}</span><span class=\"small\"><small>(税込)</small></span><span class=\"small hide\">税込</span></p>
  924.                     {% else %}
  925.                         <p id=\"detail_description_box__class_range_sale_price\" class=\"sale_price text-primary\"> <span class=\"price02_default\">{{ Product.getPrice02IncTaxMin|price }} ~ {{ Product.getPrice02IncTaxMax|price }}</span><span class=\"small\"><small>(税込)</small></span><span class=\"small hide\">税込</span></p>
  926.                     {% endif %}
  927.                 {% else -%}
  928.                     <span class=\"tax_management-sale_price\"></span>
  929.                     <small>
  930.                         {% if Product.stock_min >= 5 %}
  931.                             在庫あり
  932.                         {% elseif Product.stock_min == null %}
  933.                             在庫あり
  934.                         {% else %}
  935.                             在庫:{{ Product.stock_min }}
  936.                         {% endif %}
  937.                     </small>
  938.                     {#
  939.                     <p id=\"detail_description_box__sale_price\" class=\"sale_price text-primary\"> <span class=\"price02_default\">{{ Product.getPrice02IncTaxMin|price }}</span><span class=\"small\"><small>(税込) 在庫:{{ Product.stock_min }}</small></span><span class=\"small hide\">税込</span></p>
  940.                     #}
  941.                 {% endif -%}
  942.                 {# タグID7「取扱商品」の判定とテキスト表示 #}
  943.                 {% set hasHandlingTag = false %}
  944.                 {% for tag in Product.Tags %}
  945.                     {% if tag.id == 7 %}
  946.                         {% set hasHandlingTag = true %}
  947.                     {% endif %}
  948.                 {% endfor %}
  949.                 {% if hasHandlingTag and Product.tag7DisplayText is not empty %}
  950.                     <div class=\"handling-product-notice mt-3 p-3 border rounded bg-light\">
  951.                         <p class=\"mb-0\">{{ Product.tag7DisplayText|nl2br }}</p>
  952.                     </div>
  953.                 {% endif %}
  954.                 <div id=\"detail_cart_box\" class=\"cart_area\">
  955.                     <form action=\"{{ url('product_add_cart', {id:Product.id}) }}\" method=\"post\" id=\"form1\" name=\"form1\">
  956.                         {% if Product.stock_find %}
  957.                             {# 規格 #}
  958.                             {% if form.classcategory_id1 is defined %}
  959.                                 <ul id=\"detail_cart_box__cart_class_category_id\" class=\"classcategory_list\">
  960.                                     {# 規格1 #}
  961.                                     <li>
  962.                                         {{ form_widget(form.classcategory_id1) }}
  963.                                         {{ form_errors(form.classcategory_id1) }}
  964.                                     </li>
  965.                                     {# 規格2 #}
  966.                                     {% if form.classcategory_id2 is defined %}
  967.                                         <li>
  968.                                             {{ form_widget(form.classcategory_id2) }}
  969.                                             {{ form_errors(form.classcategory_id2) }}
  970.                                         </li>
  971.                                     {% endif %}
  972.                                 </ul>
  973.                             {% endif %}
  974.                             {# 数量 #}
  975.                             <dl id=\"detail_cart_box__cart_quantity\" class=\"quantity\">
  976.                                 <dt>数量</dt>
  977.                                 <dd>
  978.                                     {{ form_widget(form.quantity) }}
  979.                                     {{ form_errors(form.quantity) }}
  980.                                 </dd>
  981.                             </dl>
  982.                             <div class=\"extra-form\">
  983.                                 {% for f in form.getIterator %}
  984.                                     {% if f.vars.name matches '[^plg*]' %}
  985.                                         {{ form_row(f) }}
  986.                                     {% endif %}
  987.                                 {% endfor %}
  988.                             </div>
  989.                             {# カートボタン #}
  990.                             <div id=\"detail_cart_box__button_area\" class=\"btn_area\">
  991.                                 <ul id=\"detail_cart_box__insert_button\" class=\"row\">
  992.                                     <li class=\"col-xs-12 col-sm-8\"><button type=\"submit\" id=\"add-cart\" class=\"btn btn-primary btn-block prevention-btn prevention-mask add-cart\">カートに入れる</button></li>
  993.                                 </ul>
  994.                                 <style type=\"text/css\">
  995.                                     .reservation4-add-cart-disabled, .reservation4-add-cart { background-color: #30AADD !important; border-color: #30AADD !important;}
  996.                                 </style>
  997.                             </div> {#End div#detail_cart_box__button_area #}
  998.                         {% else %}
  999.                             {# 在庫がない場合は品切れボタンを表示 #}
  1000.                             <div id=\"detail_cart_box__button_area\" class=\"btn_area\">
  1001.                                 <ul class=\"row\">
  1002.                                     <li class=\"col-xs-12 col-sm-8\">
  1003.                                         <button type=\"button\" class=\"btn btn-default btn-block\" disabled=\"disabled\">ただいま品切れ中です</button>
  1004.                                     </li>
  1005.                                 </ul>
  1006.                                 <div class=\"link-line\">再入荷のお知らせはLINE@(<a href=\"https://line.me/R/ti/p/%40fal2540t\" target=\"_blank\">お友だち登録後</a>)より、ご希望の商品名をトークよりいただけるとうれしいです。</div>
  1007.                             </div> {#End div#detail_cart_box__button_area #}
  1008.                         {% endif %} {#End stock find#}
  1009.                         {{ form_rest(form) }}
  1010.                     </form>
  1011.                     <form action=\"{{ url('product_add_favorite', {id:Product.id}) }}\" method=\"post\">
  1012.                         <div class=\"btn_area\">
  1013.                             {#Favorite product button#}
  1014.                             {% if BaseInfo.option_favorite_product %}
  1015.                                 <ul id=\"detail_cart_box__favorite_button\" class=\"row\">
  1016.                                     {% if is_favorite == false %}
  1017.                                         <li class=\"col-xs-12 col-sm-8\"><button type=\"submit\" id=\"favorite\" class=\"btn btn-info-border btn-block prevention-btn prevention-mask\"><svg class=\"cb cb-heart-circle\"><use xlink:href=\"#cb-heart-circle\"></use></svg>お気に入りに追加</button></li>
  1018.                                     {% else %}
  1019.                                         <li class=\"col-xs-12 col-sm-8\"><button type=\"submit\" id=\"favorite\" class=\"btn btn-info-border btn-block\" disabled=\"disabled\"><svg class=\"cb cb-heart-circle\"><use xlink:href=\"#cb-heart-circle\"></use></svg>お気に入りに追加済みです</button></li>
  1020.                                     {% endif %}
  1021.                                 </ul>
  1022.                             {% endif %}
  1023.                         </div>
  1024.                     </form>
  1025.                 </div>
  1026.                 <!--▲買い物かご-->
  1027.                 <!--★商品説明★-->
  1028.                 <p id=\"detail_not_stock_box__description_detail\" class=\"item_comment ec-productRole__tags\">{{ Product.description_detail|raw|nl2br }}</p>
  1029.                 <!--▼商品コード-->
  1030.                 <p id=\"detail_description_box__item_range_code\" class=\"item_code\" style=\"padding-bottom:0;\">商品コード: <span id=\"item_code_default\">
  1031.                         {{ Product.code_min }}
  1032.                         {% if Product.code_min != Product.code_max %} ~ {{ Product.code_max }}{% endif %}
  1033.                         </span> </p>
  1034.                 <!--▲商品コード-->
  1035.                 <!--▼重さ・サイズ係数-->
  1036.                 <div id=\"product_weight_size\" class=\"product_weight_size\">
  1037.                     <!-- product_weight_size -->
  1038.                     {{ include('Product/weight_size.twig') }}
  1039.                 </div>
  1040.                 <!--▲重さ・サイズ係数▲-->
  1041.             </div>
  1042.             <!-- /.item_detail -->
  1043.         </section>
  1044.         <!--詳細ここまで-->
  1045.     </div>
  1046.     {# フリーエリア #}
  1047.     {% if Product.freearea %}
  1048.         <div id=\"sub_area\" class=\"row\">
  1049.             <div class=\"col-sm-10 col-sm-offset-1\">
  1050.                 <div id=\"detail_free_box__freearea\" class=\"freearea\">{{ include(template_from_string(Product.freearea)) }}</div>
  1051.             </div>
  1052.         </div>
  1053.     {% endif %}
  1054. </div>
  1055.     <!-- ▲item_detail▲ -->
  1056. {% endblock %}""Product/detail.twig""/home/xs022445/unotame.com/public_html/liquor-sato/app/template/default/Product/detail.twig");
  1057.     }
  1058. }