var/cache/dev/twig/fe/fe8987d26d81d3b2c917d020ca22ec3388d3f9b3f3c317dc015b6a636f0d4ae0.php line 16

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_b2100f6f89f3a47defd2ff69a9e5d6a59fac32b83488c4a89eccfad369c787be 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_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Product/detail.twig"));
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""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_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  47.         
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  49.     }
  50.     // line 15
  51.     public function block_stylesheet($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  58.         // line 16
  59.         echo "    <style>
  60.         .slick-slider {
  61.             margin-bottom: 30px;
  62.         }
  63.         .slick-dots {
  64.             position: absolute;
  65.             bottom: -45px;
  66.             display: block;
  67.             width: 100%;
  68.             padding: 0;
  69.             list-style: none;
  70.             text-align: center;
  71.         }
  72.         .slick-dots li {
  73.             position: relative;
  74.             display: inline-block;
  75.             width: 20px;
  76.             height: 20px;
  77.             margin: 0 5px;
  78.             padding: 0;
  79.             cursor: pointer;
  80.         }
  81.         .slick-dots li button {
  82.             font-size: 0;
  83.             line-height: 0;
  84.             display: block;
  85.             width: 20px;
  86.             height: 20px;
  87.             padding: 5px;
  88.             cursor: pointer;
  89.             color: transparent;
  90.             border: 0;
  91.             outline: none;
  92.             background: transparent;
  93.         }
  94.         .slick-dots li button:hover,
  95.         .slick-dots li button:focus {
  96.             outline: none;
  97.         }
  98.         .slick-dots li button:hover:before,
  99.         .slick-dots li button:focus:before {
  100.             opacity: 1;
  101.         }
  102.         .slick-dots li button:before {
  103.             content: \" \";
  104.             line-height: 20px;
  105.             position: absolute;
  106.             top: 0;
  107.             left: 0;
  108.             width: 12px;
  109.             height: 12px;
  110.             text-align: center;
  111.             opacity: .25;
  112.             background-color: black;
  113.             border-radius: 50%;
  114.         }
  115.         .slick-dots li.slick-active button:before {
  116.             opacity: .75;
  117.             background-color: black;
  118.         }
  119.         .slick-dots li button.thumbnail img {
  120.             width: 0;
  121.             height: 0;
  122.         }
  123.     </style>
  124. ";
  125.         
  126.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  127.         
  128.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  129.     }
  130.     // line 95
  131.     public function block_javascript($context, array $blocks = [])
  132.     {
  133.         $macros $this->macros;
  134.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  135.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  136.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  137.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  138.         // line 96
  139.         echo "    <script>
  140.         eccube.classCategories = ";
  141.         // line 97
  142.         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.'97$this->source); })()));
  143.         echo ";
  144.         // 規格2に選択肢を割り当てる。
  145.         function fnSetClassCategories(form, classcat_id2_selected) {
  146.             var \$form = \$(form);
  147.             var product_id = \$form.find('input[name=product_id]').val();
  148.             var \$sele1 = \$form.find('select[name=classcategory_id1]');
  149.             var \$sele2 = \$form.find('select[name=classcategory_id2]');
  150.             eccube.setClassCategories(\$form, product_id, \$sele1, \$sele2, classcat_id2_selected);
  151.         }
  152.         ";
  153.         // line 108
  154.         if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id2", [], "any"truetruefalse108)) {
  155.             // line 109
  156.             echo "        fnSetClassCategories(
  157.             \$('#form1'), ";
  158.             // line 110
  159.             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.'110$this->source); })()), "classcategory_id2", [], "any"falsefalsefalse110), "vars", [], "any"falsefalsefalse110), "value", [], "any"falsefalsefalse110));
  160.             echo "
  161.         );
  162.         ";
  163.         } elseif (twig_get_attribute($this->env$this->source,         // line 112
  164. ($context["form"] ?? null), "classcategory_id1", [], "any"truetruefalse112)) {
  165.             // line 113
  166.             echo "        eccube.checkStock(\$('#form1'), ";
  167.             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.'113$this->source); })()), "id", [], "any"falsefalsefalse113), "html"nulltrue);
  168.             echo ", ";
  169.             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.'113$this->source); })()), "classcategory_id1", [], "any"falsefalsefalse113), "vars", [], "any"falsefalsefalse113), "value", [], "any"falsefalsefalse113));
  170.             echo ", null);
  171.         ";
  172.         }
  173.         // line 115
  174.         echo "    </script>
  175.     <script>
  176.         \$(function() {
  177.             // bfcache無効化
  178.             \$(window).bind('pageshow', function(event) {
  179.                 if (event.originalEvent.persisted) {
  180.                     location.reload(true);
  181.                 }
  182.             });
  183.             // Core Web Vital の Cumulative Layout Shift(CLS)対策のため
  184.             // img タグに width, height が付与されている.
  185.             // 630px 未満の画面サイズでは縦横比が壊れるための対策
  186.             // see https://github.com/EC-CUBE/ec-cube/pull/5023
  187.             \$('.ec-grid2__cell').hide();
  188.             var removeSize = function () {
  189.                 \$('.slide-item').height('');
  190.                 \$('.slide-item img')
  191.                     .removeAttr('width')
  192.                     .removeAttr('height')
  193.                     .removeAttr('style');
  194.             };
  195.             var slickInitial = function(slick) {
  196.                 \$('.ec-grid2__cell').fadeIn(1500);
  197.                 var baseHeight = \$(slick.target).height();
  198.                 var baseWidth = \$(slick.target).width();
  199.                 var rate = baseWidth / baseHeight;
  200.                 \$('.slide-item').height(baseHeight * rate); // 余白を削除する
  201.                 // transform を使用することでCLSの影響を受けないようにする
  202.                 \$('.slide-item img')
  203.                     .css(
  204.                         {
  205.                             'transform-origin': 'top left',
  206.                             'transform': 'scaleY(' + rate + ')',
  207.                             'transition': 'transform .1s'
  208.                         }
  209.                     );
  210.                 // 正しいサイズに近くなったら属性を解除する
  211.                 setTimeout(removeSize, 500);
  212.             };
  213.             \$('.item_visual').on('init', slickInitial);
  214.             // リサイズ時は CLS の影響を受けないため属性を解除する
  215.             \$(window).resize(removeSize);
  216.             \$('.item_visual').slick({
  217.                 dots: false,
  218.                 arrows: false,
  219.                 responsive: [{
  220.                     breakpoint: 768,
  221.                     settings: {
  222.                         dots: true
  223.                     }
  224.                 }]
  225.             });
  226.             \$('.slideThumb').on('click', function() {
  227.                 var index = \$(this).attr('data-index');
  228.                 \$('.item_visual').slick('slickGoTo', index, false);
  229.             })
  230.         });
  231.     </script>
  232.     <script>
  233.         \$(function() {
  234.             \$('.add-cart').on('click', function(event) {
  235.                 ";
  236.         // line 179
  237.         if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id1", [], "any"truetruefalse179)) {
  238.             // line 180
  239.             echo "                // 規格1フォームの必須チェック
  240.                 if (\$('#classcategory_id1').val() == '__unselected' || \$('#classcategory_id1').val() == '') {
  241.                     \$('#classcategory_id1')[0].setCustomValidity('";
  242.             // line 182
  243.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("項目が選択されていません"), "html"nulltrue);
  244.             echo "');
  245.                     return true;
  246.                 } else {
  247.                     \$('#classcategory_id1')[0].setCustomValidity('');
  248.                 }
  249.                 ";
  250.         }
  251.         // line 188
  252.         echo "
  253.                 ";
  254.         // line 189
  255.         if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id2", [], "any"truetruefalse189)) {
  256.             // line 190
  257.             echo "                // 規格2フォームの必須チェック
  258.                 if (\$('#classcategory_id2').val() == '__unselected' || \$('#classcategory_id2').val() == '') {
  259.                     \$('#classcategory_id2')[0].setCustomValidity('";
  260.             // line 192
  261.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("項目が選択されていません"), "html"nulltrue);
  262.             echo "');
  263.                     return true;
  264.                 } else {
  265.                     \$('#classcategory_id2')[0].setCustomValidity('');
  266.                 }
  267.                 ";
  268.         }
  269.         // line 198
  270.         echo "
  271.                 // 個数フォームのチェック
  272.                 if (\$('#quantity').val() < 1) {
  273.                     \$('#quantity')[0].setCustomValidity('";
  274.         // line 201
  275.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("1以上で入力してください。"), "html"nulltrue);
  276.         echo "');
  277.                     return true;
  278.                 } else {
  279.                     \$('#quantity')[0].setCustomValidity('');
  280.                 }
  281.                 event.preventDefault();
  282.                 \$form = \$('#form1');
  283.                 \$.ajax({
  284.                     url: \$form.attr('action'),
  285.                     type: \$form.attr('method'),
  286.                     data: \$form.serialize(),
  287.                     dataType: 'json',
  288.                     beforeSend: function(xhr, settings) {
  289.                         // Buttonを無効にする
  290.                         \$('.add-cart').prop('disabled', true);
  291.                     }
  292.                 }).done(function(data) {
  293.                     // レスポンス内のメッセージをalertで表示
  294.                     \$.each(data.messages, function() {
  295.                         \$('#ec-modal-header').text(this);
  296.                     });
  297.                     \$('.ec-modal').show()
  298.                     // カートブロックを更新する
  299.                     \$.ajax({
  300.                         url: \"";
  301.         // line 228
  302.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("block_cart");
  303.         echo "\",
  304.                         type: 'GET',
  305.                         dataType: 'html'
  306.                     }).done(function(html) {
  307.                         \$('.ec-headerRole__cart').html(html);
  308.                     });
  309.                 }).fail(function(data) {
  310.                     alert('";
  311.         // line 235
  312.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("カートへの追加に失敗しました。"), "html"nulltrue);
  313.         echo "');
  314.                 }).always(function(data) {
  315.                     // Buttonを有効にする
  316.                     \$('.add-cart').prop('disabled', false);
  317.                     //工事特急券の場合、カートへ移動
  318.                     if (\$('.add-cart').hasClass('cart-express')) {
  319.                         location.href = \"";
  320.         // line 242
  321.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart");
  322.         echo "\";
  323.                     }
  324.                 });
  325.             });
  326.         });
  327.         \$('.ec-modal-wrap').on('click', function(e) {
  328.             // モーダル内の処理は外側にバブリングさせない
  329.             e.stopPropagation();
  330.         });
  331.         \$('.ec-modal-overlay, .ec-modal, .ec-modal-close, .ec-inlineBtn--cancel').on('click', function() {
  332.             \$('.ec-modal').hide()
  333.         });
  334.     </script>
  335.     <script type=\"application/ld+json\">
  336.     {
  337.         \"@context\": \"https://schema.org/\",
  338.         \"@type\": \"Product\",
  339.         \"name\": \"";
  340.         // line 260
  341.         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.'260$this->source); })()), "name", [], "any"falsefalsefalse260), "html"nulltrue);
  342.         echo "\",
  343.         \"image\": [
  344.             ";
  345.         // line 262
  346.         $context['_parent'] = $context;
  347.         $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.'262$this->source); })()), "ProductImage", [], "any"falsefalsefalse262));
  348.         $context['_iterated'] = false;
  349.         $context['loop'] = [
  350.           'parent' => $context['_parent'],
  351.           'index0' => 0,
  352.           'index'  => 1,
  353.           'first'  => true,
  354.         ];
  355.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  356.             $length count($context['_seq']);
  357.             $context['loop']['revindex0'] = $length 1;
  358.             $context['loop']['revindex'] = $length;
  359.             $context['loop']['length'] = $length;
  360.             $context['loop']['last'] = === $length;
  361.         }
  362.         foreach ($context['_seq'] as $context["_key"] => $context["img"]) {
  363.             // line 263
  364.             echo "                \"";
  365.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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.'263$this->source); })()), "request", [], "any"falsefalsefalse263), "schemeAndHttpHost", [], "any"falsefalsefalse263), "html"nulltrue);
  366.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($context["img"], "save_image"), "html"nulltrue);
  367.             echo "\"";
  368.             if ( !twig_get_attribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse263)) {
  369.                 echo ",";
  370.             }
  371.             // line 264
  372.             echo "
  373.             ";
  374.             $context['_iterated'] = true;
  375.             ++$context['loop']['index0'];
  376.             ++$context['loop']['index'];
  377.             $context['loop']['first'] = false;
  378.             if (isset($context['loop']['length'])) {
  379.                 --$context['loop']['revindex0'];
  380.                 --$context['loop']['revindex'];
  381.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  382.             }
  383.         }
  384.         if (!$context['_iterated']) {
  385.             // line 266
  386.             echo "                \"";
  387.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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.'266$this->source); })()), "request", [], "any"falsefalsefalse266), "schemeAndHttpHost", [], "any"falsefalsefalse266), "html"nulltrue);
  388.             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);
  389.             echo "\"
  390.             ";
  391.         }
  392.         $_parent $context['_parent'];
  393.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['img'], $context['_parent'], $context['loop']);
  394.         $context array_intersect_key($context$_parent) + $_parent;
  395.         // line 268
  396.         echo "        ],
  397.         \"description\": \"";
  398.         // line 269
  399.         echo twig_escape_filter($this->envtwig_slice($this->envtwig_replace_filter(((twig_get_attribute($this->env$this->source, ($context["Product"] ?? null), "description_list", [], "any"truetruefalse269)) ? (_twig_default_filter(twig_get_attribute($this->env$this->source, ($context["Product"] ?? null), "description_list", [], "any"falsefalsefalse269), 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.'269$this->source); })()), "description_detail", [], "any"falsefalsefalse269))) : (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.'269$this->source); })()), "description_detail", [], "any"falsefalsefalse269))), ["
  400. => """ " => ""]), 0300), "html"nulltrue);
  401.         echo "\",
  402.         ";
  403.         // line 270
  404.         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.'270$this->source); })()), "code_min", [], "any"falsefalsefalse270)) {
  405.             // line 271
  406.             echo "        \"sku\": \"";
  407.             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.'271$this->source); })()), "code_min", [], "any"falsefalsefalse271), "html"nulltrue);
  408.             echo "\",
  409.         ";
  410.         }
  411.         // line 273
  412.         echo "        \"offers\": {
  413.             \"@type\": \"Offer\",
  414.             \"url\": \"";
  415.         // line 275
  416.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["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.'275$this->source); })()), "id", [], "any"falsefalsefalse275)]), "html"nulltrue);
  417.         echo "\",
  418.             \"priceCurrency\": \"";
  419.         // line 276
  420.         echo twig_escape_filter($this->envtwig_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.'276$this->source); })()), "currency", [], "any"falsefalsefalse276), "html"nulltrue);
  421.         echo "\",
  422.             \"price\": ";
  423.         // line 277
  424.         ((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.'277$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsefalse277)) ? (print (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.'277$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsefalse277), "html"nulltrue))) : (print (0)));
  425.         echo ",
  426.             \"availability\": \"";
  427.         // line 278
  428.         echo ((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.'278$this->source); })()), "stock_find", [], "any"falsefalsefalse278)) ? ("InStock") : ("OutOfStock"));
  429.         echo "\"
  430.         }
  431.     }
  432.     </script>
  433.     <script>
  434.         \$(function() {
  435.             setTimeout(function() {
  436.                 \$('.slider-for').slick({
  437.                     slidesToShow: 1,
  438.                     slidesToScroll: 1,
  439.                     arrows: false,
  440.                     fade: true,
  441.                     asNavFor: '.slider-nav',
  442.                 }).on('init', function(event, slick) {
  443.                     console.log('slider-for đã khởi tạo');
  444.                 });
  445.                 \$('.slider-nav').slick({
  446.                     slidesToShow: \$('.slider-nav img').length,
  447.                     slidesToScroll: 0,
  448.                     asNavFor: '.slider-for',
  449.                     centerMode: true,
  450.                     focusOnSelect: true
  451.                 });
  452.             }, 300);
  453.         });
  454.     </script>
  455.     <script>
  456.         \$(function() {
  457.             \$('#favorite-heart').click(function(event) {
  458.                 \$('#favorite').click();
  459.             });
  460.         });
  461.     </script>
  462. ";
  463.         
  464.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  465.         
  466.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  467.     }
  468.     // line 316
  469.     public function block_main($context, array $blocks = [])
  470.     {
  471.         $macros $this->macros;
  472.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  473.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  474.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  475.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  476.         // line 317
  477.         echo "
  478.     ";
  479.         // line 318
  480.         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.'318$this->source); })()), "id", [], "any"falsefalsefalse318) == 1207)) {
  481.             // line 319
  482.             echo "
  483.         ";
  484.             // line 321
  485.             echo "        <div class=\"ec-featured-product-page\">
  486.             <div class=\"ec-banner\">
  487.                 <div class=\"ec-banner__inner\">
  488.                     <div class=\"inner\">
  489.                         <h2>";
  490.             // line 325
  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.'325$this->source); })()), "name", [], "any"falsefalsefalse325), "html"nulltrue);
  492.             echo "</h2>
  493.                     </div>
  494.                 </div>
  495.                 <div class=\"ec-breadcrumb\">
  496.                     <ul class=\"ec-breadcrumb__menu\">
  497.                         <li class=\"ec-breadcrumb__item\"><a href=\"";
  498.             // line 330
  499.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  500.             echo "\">TOP</a></li>
  501.                         <li class=\"ec-breadcrumb__item\"><span>></span></li>                           
  502.                         <li class=\"ec-breadcrumb__item\"><p>";
  503.             // line 332
  504.             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.'332$this->source); })()), "name", [], "any"falsefalsefalse332), "html"nulltrue);
  505.             echo "</p></li>
  506.                     </ul>
  507.                 </div>
  508.             </div>
  509.         </div>
  510.         
  511.         <div class=\"ec-product-detail-page\">
  512.             <div class=\"ec-inquiry-page\">
  513.                 <div class=\"ec-product-detail-main\">
  514.                     <div class=\"ec-product-detail__inner\">
  515.                         <div class=\"inner\">
  516.                             <div class=\"product-press\">
  517.                                 <table>
  518.                                     <tr>
  519.                                         <th width=\"25%\">工事種別</th>
  520.                                         <th width=\"25%\">期間</th>
  521.                                         <th width=\"25%\">追加料金</th>
  522.                                         <th width=\"25%\">備考</th>
  523.                                     </tr>
  524.                                     <tr>
  525.                                         <td>特急工事</td>
  526.                                         <td>1週間以内 </td>
  527.                                         <td>";
  528.             // line 355
  529.             echo twig_escape_filter($this->envtwig_number_format_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.'355$this->source); })()), "getPrice02Min", [], "any"falsefalsefalse355), 0","), "html"nulltrue);
  530.             echo "円(税抜) </td>
  531.                                         <td>万が一期間内に実施できなかった場合は、全額返金保証有</td>
  532.                                     </tr>
  533.                                     <tr>
  534.                                         <td>通常工事</td>
  535.                                         <td>1週間~1ヶ月<br><small>※繁忙期等の混雑状況によります。</small></td>
  536.                                         <td>標準工事費に含む</td>
  537.                                         <td></td>
  538.                                     </tr>
  539.                                 </table>
  540.                                 <p>通常工事は、ご注文をいただいた順にご案内をさせていただきます。お客様の注文状況や工事エリア、繁忙期等により異なりますが、工事特急券をご利用いただいた場合、1週間以内で設置工事が完了するように優先的に工事のご案内をさせていただきます。万が一、1週間以内に設置工事が完了しなかった場合は、工事特急券費用(";
  541.             // line 366
  542.             echo twig_escape_filter($this->envtwig_number_format_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.'366$this->source); })()), "getPrice02Min", [], "any"falsefalsefalse366), 0","), "html"nulltrue);
  543.             echo "円)は全額返金させていただきます。</p>
  544.                                 <form action=\"";
  545.             // line 368
  546.             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.'368$this->source); })()), "id", [], "any"falsefalsefalse368)]), "html"nulltrue);
  547.             echo "\" method=\"post\" id=\"form1\" name=\"form1\">
  548.                                     ";
  549.             // line 369
  550.             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.'369$this->source); })()), "stock_find", [], "any"falsefalsefalse369)) {
  551.                 // line 370
  552.                 echo "                                        <div class=\"ec-productRole__actions\">
  553.                                             ";
  554.                 // line 371
  555.                 if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id1", [], "any"truetruefalse371)) {
  556.                     // line 372
  557.                     echo "                                                <div class=\"ec-select\">
  558.                                                     ";
  559.                     // line 373
  560.                     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.'373$this->source); })()), "classcategory_id1", [], "any"falsefalsefalse373), 'row');
  561.                     echo "
  562.                                                     ";
  563.                     // line 374
  564.                     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.'374$this->source); })()), "classcategory_id1", [], "any"falsefalsefalse374), 'errors');
  565.                     echo "
  566.                                                 </div>
  567.                                                 ";
  568.                     // line 376
  569.                     if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id2", [], "any"truetruefalse376)) {
  570.                         // line 377
  571.                         echo "                                                    <div class=\"ec-select\">
  572.                                                         ";
  573.                         // line 378
  574.                         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.'378$this->source); })()), "classcategory_id2", [], "any"falsefalsefalse378), 'row');
  575.                         echo "
  576.                                                         ";
  577.                         // line 379
  578.                         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.'379$this->source); })()), "classcategory_id2", [], "any"falsefalsefalse379), 'errors');
  579.                         echo "
  580.                                                     </div>
  581.                                                 ";
  582.                     }
  583.                     // line 382
  584.                     echo "                                            ";
  585.                 }
  586.                 // line 383
  587.                 echo "                                            <div class=\"ec-numberInput\" style=\"display: none;\">
  588.                                                 ";
  589.                 // line 384
  590.                 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.'384$this->source); })()), "quantity", [], "any"falsefalsefalse384), 'widget');
  591.                 echo "
  592.                                                 ";
  593.                 // line 385
  594.                 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.'385$this->source); })()), "quantity", [], "any"falsefalsefalse385), 'errors');
  595.                 echo "
  596.                                             </div>
  597.                                         </div>
  598.                                         
  599.                                         <div class=\"ec-product-detail__group\">
  600.                                             <div class=\"list-btn\">
  601.                                                 <a href=\"";
  602.                 // line 392
  603.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart");
  604.                 echo "\" class=\"btn btn-back\"><span>戻る</span></a>
  605.                                             </div>
  606.                                             <div class=\"product\">
  607.                                                 <div class=\"right\">
  608.                                                     <div class=\"list-btn\">
  609.                                                         <button type=\"submit\" class=\"cart add-cart cart-express\" style=\"border: none;\">
  610.                                                             <span>";
  611.                 // line 398
  612.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("カートに入れる"), "html"nulltrue);
  613.                 echo "</span>
  614.                                                         </button>
  615.                                                     </div>
  616.                                                 </div>
  617.                                             </div>
  618.                                         </div>
  619.                                         
  620.                                     ";
  621.             }
  622.             // line 406
  623.             echo "
  624.                                     ";
  625.             // line 407
  626.             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.'407$this->source); })()), 'rest');
  627.             echo "
  628.                                 </form>  
  629.                             </div>                   
  630.                         </div>
  631.                     </div>
  632.                 </div>
  633.             </div>
  634.         </div>
  635.     ";
  636.         } else {
  637.             // line 417
  638.             echo "
  639.         ";
  640.             // line 418
  641.             $context["isTelProduct"] = false;
  642.             // line 419
  643.             echo "        ";
  644.             $context["isLoanProduct"] = false;
  645.             // line 420
  646.             echo "        ";
  647.             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.'420$this->source); })()), "ProductCategories", [], "any"falsefalsefalse420))) {
  648.                 // line 421
  649.                 echo "            ";
  650.                 $context['_parent'] = $context;
  651.                 $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.'421$this->source); })()), "ProductCategories", [], "any"falsefalsefalse421));
  652.                 foreach ($context['_seq'] as $context["_key"] => $context["ProductCategory"]) {
  653.                     // line 422
  654.                     echo "                ";
  655.                     if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductCategory"], "Category", [], "any"falsefalsefalse422), "id", [], "any"falsefalsefalse422) == 117)) {
  656.                         // line 423
  657.                         echo "                    ";
  658.                         $context["isTelProduct"] = true;
  659.                         // line 424
  660.                         echo "                ";
  661.                     }
  662.                     // line 425
  663.                     echo "
  664.                 ";
  665.                     // line 426
  666.                     if ((twig_get_attribute($this->env$this->source$context["ProductCategory"], "category_id", [], "any"falsefalsefalse426) == 118)) {
  667.                         // line 427
  668.                         echo "                    ";
  669.                         $context["isLoanProduct"] = true;
  670.                         echo 
  671.                 ";
  672.                     }
  673.                     // line 429
  674.                     echo "            ";
  675.                 }
  676.                 $_parent $context['_parent'];
  677.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductCategory'], $context['_parent'], $context['loop']);
  678.                 $context array_intersect_key($context$_parent) + $_parent;
  679.                 // line 430
  680.                 echo "        ";
  681.             }
  682.             // line 431
  683.             echo "        
  684.         ";
  685.             // line 433
  686.             echo "        <div class=\"ec-product-detail-page\">
  687.             <div class=\"ec-inquiry-page\">
  688.                 <div class=\"ec-banner\">
  689.                     <div class=\"ec-breadcrumb\">
  690.                         <ul class=\"ec-breadcrumb__menu\">
  691.                             <li class=\"ec-breadcrumb__item\"><a href=\"";
  692.             // line 438
  693.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  694.             echo "\">TOP</a></li>
  695.                             <li class=\"ec-breadcrumb__item\"><span>></span></li>
  696.                             ";
  697.             // line 441
  698.             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.'441$this->source); })()), "ProductCategories", [], "any"falsefalsefalse441))) {
  699.                 // line 442
  700.                 echo "                                ";
  701.                 $context['_parent'] = $context;
  702.                 $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.'442$this->source); })()), "ProductCategories", [], "any"falsefalsefalse442));
  703.                 foreach ($context['_seq'] as $context["_key"] => $context["ProductCategory"]) {
  704.                     // line 443
  705.                     echo "                                    ";
  706.                     if (((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductCategory"], "Category", [], "any"falsefalsefalse443), "id", [], "any"falsefalsefalse443) == 7) || (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductCategory"], "Category", [], "any"falsefalsefalse443), "id", [], "any"falsefalsefalse443) == 8))) {
  707.                         // line 444
  708.                         echo "                                        <li class=\"ec-breadcrumb__item\"><a href=\"";
  709.                         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  710.                         echo "?category_id=";
  711.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductCategory"], "Category", [], "any"falsefalsefalse444), "id", [], "any"falsefalsefalse444), "html"nulltrue);
  712.                         echo "\">";
  713.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductCategory"], "Category", [], "any"falsefalsefalse444), "name", [], "any"falsefalsefalse444), "html"nulltrue);
  714.                         echo "</a></li>
  715.                                         <li class=\"ec-breadcrumb__item\"><span>></span></li>
  716.                                     ";
  717.                     }
  718.                     // line 447
  719.                     echo "                                ";
  720.                 }
  721.                 $_parent $context['_parent'];
  722.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductCategory'], $context['_parent'], $context['loop']);
  723.                 $context array_intersect_key($context$_parent) + $_parent;
  724.                 // line 448
  725.                 echo "                            ";
  726.             }
  727.             // line 449
  728.             echo "                           
  729.                             <li class=\"ec-breadcrumb__item\"><p>";
  730.             // line 450
  731.             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.'450$this->source); })()), "name", [], "any"falsefalsefalse450), "html"nulltrue);
  732.             echo "</p></li>
  733.                         </ul>
  734.                     </div>
  735.                 </div>
  736.                 <div class=\"ec-product-detail-main\">
  737.                     <div class=\"ec-product-detail__inner\">
  738.                         <div class=\"inner\">
  739.                             <div class=\"ec-product-detail__group\">
  740.                                 <div class=\"product tatami\">
  741.                                     <div class=\"left\">
  742.                                         <div class=\"slider-for\">
  743.                                             ";
  744.             // line 461
  745.             $context['_parent'] = $context;
  746.             $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.'461$this->source); })()), "ProductImage", [], "any"falsefalsefalse461));
  747.             $context['_iterated'] = false;
  748.             $context['loop'] = [
  749.               'parent' => $context['_parent'],
  750.               'index0' => 0,
  751.               'index'  => 1,
  752.               'first'  => true,
  753.             ];
  754.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  755.                 $length count($context['_seq']);
  756.                 $context['loop']['revindex0'] = $length 1;
  757.                 $context['loop']['revindex'] = $length;
  758.                 $context['loop']['length'] = $length;
  759.                 $context['loop']['last'] = === $length;
  760.             }
  761.             foreach ($context['_seq'] as $context["_key"] => $context["ProductImage"]) {
  762.                 // line 462
  763.                 echo "                                                <img src=\"";
  764.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($context["ProductImage"], "save_image"), "html"nulltrue);
  765.                 echo "\" alt=\"";
  766.                 ((twig_get_attribute($this->env$this->source$context["loop"], "first", [], "any"falsefalsefalse462)) ? (print (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.'462$this->source); })()), "name", [], "any"falsefalsefalse462), "html"nulltrue))) : (print ("")));
  767.                 echo "\">
  768.                                             ";
  769.                 $context['_iterated'] = true;
  770.                 ++$context['loop']['index0'];
  771.                 ++$context['loop']['index'];
  772.                 $context['loop']['first'] = false;
  773.                 if (isset($context['loop']['length'])) {
  774.                     --$context['loop']['revindex0'];
  775.                     --$context['loop']['revindex'];
  776.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  777.                 }
  778.             }
  779.             if (!$context['_iterated']) {
  780.                 // line 464
  781.                 echo "                                                <img src=\"";
  782.                 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);
  783.                 echo "\" alt=\"";
  784.                 ((twig_get_attribute($this->env$this->source$context["loop"], "first", [], "any"falsefalsefalse464)) ? (print (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.'464$this->source); })()), "name", [], "any"falsefalsefalse464), "html"nulltrue))) : (print ("")));
  785.                 echo "\">
  786.                                             ";
  787.             }
  788.             $_parent $context['_parent'];
  789.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductImage'], $context['_parent'], $context['loop']);
  790.             $context array_intersect_key($context$_parent) + $_parent;
  791.             // line 466
  792.             echo "                                        </div>
  793.                                         <div class=\"slider-nav\">
  794.                                             ";
  795.             // line 468
  796.             $context['_parent'] = $context;
  797.             $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.'468$this->source); })()), "ProductImage", [], "any"falsefalsefalse468));
  798.             $context['_iterated'] = false;
  799.             $context['loop'] = [
  800.               'parent' => $context['_parent'],
  801.               'index0' => 0,
  802.               'index'  => 1,
  803.               'first'  => true,
  804.             ];
  805.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  806.                 $length count($context['_seq']);
  807.                 $context['loop']['revindex0'] = $length 1;
  808.                 $context['loop']['revindex'] = $length;
  809.                 $context['loop']['length'] = $length;
  810.                 $context['loop']['last'] = === $length;
  811.             }
  812.             foreach ($context['_seq'] as $context["_key"] => $context["ProductImage"]) {
  813.                 // line 469
  814.                 echo "                                                <img src=\"";
  815.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($context["ProductImage"], "save_image"), "html"nulltrue);
  816.                 echo "\" alt=\"";
  817.                 ((twig_get_attribute($this->env$this->source$context["loop"], "first", [], "any"falsefalsefalse469)) ? (print (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.'469$this->source); })()), "name", [], "any"falsefalsefalse469), "html"nulltrue))) : (print ("")));
  818.                 echo "\">
  819.                                             ";
  820.                 $context['_iterated'] = true;
  821.                 ++$context['loop']['index0'];
  822.                 ++$context['loop']['index'];
  823.                 $context['loop']['first'] = false;
  824.                 if (isset($context['loop']['length'])) {
  825.                     --$context['loop']['revindex0'];
  826.                     --$context['loop']['revindex'];
  827.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  828.                 }
  829.             }
  830.             if (!$context['_iterated']) {
  831.                 // line 471
  832.                 echo "                                                <img src=\"";
  833.                 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);
  834.                 echo "\" alt=\"";
  835.                 ((twig_get_attribute($this->env$this->source$context["loop"], "first", [], "any"falsefalsefalse471)) ? (print (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.'471$this->source); })()), "name", [], "any"falsefalsefalse471), "html"nulltrue))) : (print ("")));
  836.                 echo "\">
  837.                                             ";
  838.             }
  839.             $_parent $context['_parent'];
  840.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductImage'], $context['_parent'], $context['loop']);
  841.             $context array_intersect_key($context$_parent) + $_parent;
  842.             // line 473
  843.             echo "                                        </div>
  844.                                     </div>
  845.                                     <div class=\"right\">
  846.                                         ";
  847.             // line 476
  848.             $context['_parent'] = $context;
  849.             $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.'476$this->source); })()), "ProductCategories", [], "any"falsefalsefalse476));
  850.             foreach ($context['_seq'] as $context["_key"] => $context["ProductCategory"]) {
  851.                 // line 477
  852.                 echo "                                            ";
  853.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductCategory"], "Category", [], "any"falsefalsefalse477), "name", [], "any"falsefalsefalse477) == "おすすめ")) {
  854.                     // line 478
  855.                     echo "                                            <div class=\"list-cate v2\">
  856.                                                 ";
  857.                     // line 479
  858.                     $context['_parent'] = $context;
  859.                     $context['_seq'] = twig_ensure_traversable((isset($context["categories"]) || array_key_exists("categories"$context) ? $context["categories"] : (function () { throw new RuntimeError('Variable "categories" does not exist.'479$this->source); })()));
  860.                     foreach ($context['_seq'] as $context["_key"] => $context["cate"]) {
  861.                         // line 480
  862.                         echo "                                                    ";
  863.                         if ((twig_get_attribute($this->env$this->source$context["cate"], "parent", [], "any"falsefalsefalse480) == "機能")) {
  864.                             // line 481
  865.                             echo "                                                        ";
  866.                             if (twig_in_filter(twig_get_attribute($this->env$this->source$context["cate"], "id", [], "any"falsefalsefalse481), (isset($context["recommendCatChild"]) || array_key_exists("recommendCatChild"$context) ? $context["recommendCatChild"] : (function () { throw new RuntimeError('Variable "recommendCatChild" does not exist.'481$this->source); })()))) {
  867.                                 // line 482
  868.                                 echo "                                                            <img src=\"";
  869.                                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/product/cate-"), "html"nulltrue);
  870.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["cate"], "id", [], "any"falsefalsefalse482), "html"nulltrue);
  871.                                 echo ".png\" alt=\"\"/>
  872.                                                         ";
  873.                             } else {
  874.                                 // line 484
  875.                                 echo "                                                            <img src=\"";
  876.                                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/product/cate-"), "html"nulltrue);
  877.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["cate"], "id", [], "any"falsefalsefalse484), "html"nulltrue);
  878.                                 echo "-uc.png\" alt=\"\"/>
  879.                                                         ";
  880.                             }
  881.                             // line 486
  882.                             echo "                                                    ";
  883.                         }
  884.                         // line 487
  885.                         echo "                                                ";
  886.                     }
  887.                     $_parent $context['_parent'];
  888.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['cate'], $context['_parent'], $context['loop']);
  889.                     $context array_intersect_key($context$_parent) + $_parent;
  890.                     // line 488
  891.                     echo "                                            </div>
  892.                                             ";
  893.                 }
  894.                 // line 490
  895.                 echo "                                        ";
  896.             }
  897.             $_parent $context['_parent'];
  898.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductCategory'], $context['_parent'], $context['loop']);
  899.             $context array_intersect_key($context$_parent) + $_parent;
  900.             // line 491
  901.             echo "                                        ";
  902.             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.'491$this->source); })()), "ProductCategories", [], "any"falsefalsefalse491))) {
  903.                 // line 492
  904.                 echo "                                          ";
  905.                 $context['_parent'] = $context;
  906.                 $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.'492$this->source); })()), "ProductCategories", [], "any"falsefalsefalse492));
  907.                 foreach ($context['_seq'] as $context["_key"] => $context["ProductCategory"]) {
  908.                     // line 493
  909.                     echo "                                            ";
  910.                     if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductCategory"], "Category", [], "any"falsefalsefalse493), "name", [], "any"falsefalsefalse493) == "おすすめ")) {
  911.                         // line 494
  912.                         echo "                                              <div class=\"list-cate v3\">
  913.                                                 <div class=\"year-model\">
  914.                                                     ";
  915.                         // line 496
  916.                         $context['_parent'] = $context;
  917.                         $context['_seq'] = twig_ensure_traversable((isset($context["categories"]) || array_key_exists("categories"$context) ? $context["categories"] : (function () { throw new RuntimeError('Variable "categories" does not exist.'496$this->source); })()));
  918.                         foreach ($context['_seq'] as $context["_key"] => $context["cate"]) {
  919.                             // line 497
  920.                             echo "                                                    ";
  921.                             if ((twig_get_attribute($this->env$this->source$context["cate"], "parent", [], "any"falsefalsefalse497) == "20XXモデル")) {
  922.                                 // line 498
  923.                                 echo "                                                        ";
  924.                                 if (twig_in_filter(twig_get_attribute($this->env$this->source$context["cate"], "id", [], "any"falsefalsefalse498), (isset($context["moderYearCatChild"]) || array_key_exists("moderYearCatChild"$context) ? $context["moderYearCatChild"] : (function () { throw new RuntimeError('Variable "moderYearCatChild" does not exist.'498$this->source); })()))) {
  925.                                     // line 499
  926.                                     echo "                                                            <img src=\"";
  927.                                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/product/ymodel-"), "html"nulltrue);
  928.                                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["cate"], "id", [], "any"falsefalsefalse499), "html"nulltrue);
  929.                                     echo ".png\" alt=\"\"/>
  930.                                                         ";
  931.                                 }
  932.                                 // line 501
  933.                                 echo "                                                    ";
  934.                             }
  935.                             // line 502
  936.                             echo "                                                    ";
  937.                         }
  938.                         $_parent $context['_parent'];
  939.                         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['cate'], $context['_parent'], $context['loop']);
  940.                         $context array_intersect_key($context$_parent) + $_parent;
  941.                         // line 503
  942.                         echo "                                                </div>
  943.                                                 ";
  944.                         // line 504
  945.                         $context['_parent'] = $context;
  946.                         $context['_seq'] = twig_ensure_traversable((isset($context["categories"]) || array_key_exists("categories"$context) ? $context["categories"] : (function () { throw new RuntimeError('Variable "categories" does not exist.'504$this->source); })()));
  947.                         foreach ($context['_seq'] as $context["_key"] => $context["cate"]) {
  948.                             // line 505
  949.                             echo "                                                    ";
  950.                             if ((twig_get_attribute($this->env$this->source$context["cate"], "parent", [], "any"falsefalsefalse505) == "メーカー")) {
  951.                                 // line 506
  952.                                 echo "                                                        ";
  953.                                 if (twig_in_filter(twig_get_attribute($this->env$this->source$context["cate"], "id", [], "any"falsefalsefalse506), (isset($context["tradeCatChild"]) || array_key_exists("tradeCatChild"$context) ? $context["tradeCatChild"] : (function () { throw new RuntimeError('Variable "tradeCatChild" does not exist.'506$this->source); })()))) {
  954.                                     // line 507
  955.                                     echo "                                                            <img src=\"";
  956.                                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/product/trademark-"), "html"nulltrue);
  957.                                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["cate"], "id", [], "any"falsefalsefalse507), "html"nulltrue);
  958.                                     echo ".png\" alt=\"\"/>
  959.                                                         ";
  960.                                 }
  961.                                 // line 509
  962.                                 echo "                                                    ";
  963.                             }
  964.                             // line 510
  965.                             echo "                                                ";
  966.                         }
  967.                         $_parent $context['_parent'];
  968.                         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['cate'], $context['_parent'], $context['loop']);
  969.                         $context array_intersect_key($context$_parent) + $_parent;
  970.                         // line 511
  971.                         echo "                                              </div>
  972.                                             ";
  973.                     }
  974.                     // line 513
  975.                     echo "                                          ";
  976.                 }
  977.                 $_parent $context['_parent'];
  978.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductCategory'], $context['_parent'], $context['loop']);
  979.                 $context array_intersect_key($context$_parent) + $_parent;
  980.                 // line 514
  981.                 echo "                                        ";
  982.             }
  983.             // line 515
  984.             echo "                                        <div class=\"list-cate basic\">
  985.                                             ";
  986.             // line 516
  987.             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.'516$this->source); })()), "ProductCategories", [], "any"falsefalsefalse516))) {
  988.                 // line 517
  989.                 echo "                                                ";
  990.                 $context['_parent'] = $context;
  991.                 $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.'517$this->source); })()), "ProductCategories", [], "any"falsefalsefalse517));
  992.                 foreach ($context['_seq'] as $context["_key"] => $context["ProductCategory"]) {
  993.                     // line 518
  994.                     echo "                                                    ";
  995.                     if ( !twig_test_empty(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductCategory"], "Category", [], "any"falsefalsefalse518), "Parent", [], "any"falsefalsefalse518))) {
  996.                         // line 519
  997.                         echo "                                                        ";
  998.                         $context["parentCat"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductCategory"], "Category", [], "any"falsefalsefalse519), "Parent", [], "any"falsefalsefalse519);
  999.                         // line 520
  1000.                         echo "                                                        ";
  1001.                         if (((twig_get_attribute($this->env$this->source, (isset($context["parentCat"]) || array_key_exists("parentCat"$context) ? $context["parentCat"] : (function () { throw new RuntimeError('Variable "parentCat" does not exist.'520$this->source); })()), "id", [], "any"falsefalsefalse520) == 20) && (twig_get_attribute($this->env$this->source, (isset($context["parentCat"]) || array_key_exists("parentCat"$context) ? $context["parentCat"] : (function () { throw new RuntimeError('Variable "parentCat" does not exist.'520$this->source); })()), "id", [], "any"falsefalsefalse520) == 21))) {
  1002.                             // line 521
  1003.                             echo "                                                            ";
  1004.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductCategory"], "Category", [], "any"falsefalsefalse521), "name", [], "any"falsefalsefalse521), "html"nulltrue);
  1005.                             echo "
  1006.                                                         ";
  1007.                         }
  1008.                         // line 523
  1009.                         echo "                                                    ";
  1010.                     }
  1011.                     // line 524
  1012.                     echo "                                                ";
  1013.                 }
  1014.                 $_parent $context['_parent'];
  1015.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductCategory'], $context['_parent'], $context['loop']);
  1016.                 $context array_intersect_key($context$_parent) + $_parent;
  1017.                 // line 525
  1018.                 echo "                                            ";
  1019.             }
  1020.             // line 526
  1021.             echo "                                        </div>
  1022.                                         <div class=\"title\">
  1023.                                             <p>";
  1024.             // line 528
  1025.             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.'528$this->source); })()), "name", [], "any"falsefalsefalse528), "html"nulltrue);
  1026.             echo "</p>
  1027.                                         </div>
  1028.                                         <div class=\"price\">
  1029.                                             ";
  1030.             // line 533
  1031.             echo "                                            ";
  1032.             // line 549
  1033.             echo "
  1034.                                             ";
  1035.             // line 551
  1036.             echo "                                            <div class=\"ec-productRole__price\">
  1037.                                                 ";
  1038.             // line 552
  1039.             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.'552$this->source); })()), "hasProductClass", [], "any"falsefalsefalse552)) {
  1040.                 // line 553
  1041.                 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.'553$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsefalse553) == 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.'553$this->source); })()), "getPrice02IncTaxMax", [], "any"falsefalsefalse553))) {
  1042.                     // line 554
  1043.                     echo "                                                        <p>
  1044.                                                             ";
  1045.                     // line 556
  1046.                     echo "                                                            ";
  1047.                     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.'556$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsefalse556)), "html"nulltrue);
  1048.                     echo "
  1049.                                                             <small>(税込)</small>
  1050.                                                         </p>
  1051.                                                     ";
  1052.                 } else {
  1053.                     // line 560
  1054.                     echo "                                                        <p>
  1055.                                                             ";
  1056.                     // line 562
  1057.                     echo "                                                            ";
  1058.                     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.'562$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsefalse562)), "html"nulltrue);
  1059.                     echo " ~ ";
  1060.                     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.'562$this->source); })()), "getPrice02IncTaxMax", [], "any"falsefalsefalse562)), "html"nulltrue);
  1061.                     echo "
  1062.                                                             <small>(税込)</small>
  1063.                                                         </p>
  1064.                                                     ";
  1065.                 }
  1066.                 // line 566
  1067.                 echo "                                                ";
  1068.             } else {
  1069.                 // line 567
  1070.                 echo "                                                    <p>
  1071.                                                     ";
  1072.                 // line 568
  1073.                 if ((isset($context["recommendCatChild"]) || array_key_exists("recommendCatChild"$context) ? $context["recommendCatChild"] : (function () { throw new RuntimeError('Variable "recommendCatChild" does not exist.'568$this->source); })())) {
  1074.                     echo "                                                         
  1075.                                                         ";
  1076.                     // line 569
  1077.                     if (((isset($context["isLoanProduct"]) || array_key_exists("isLoanProduct"$context) ? $context["isLoanProduct"] : (function () { throw new RuntimeError('Variable "isLoanProduct" does not exist.'569$this->source); })()) == true)) {
  1078.                         // line 570
  1079.                         echo "                                                            ";
  1080.                         $context["priceProduct"] = ((int) floor((((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.'570$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsefalse570) / 24) / 10) / 1)) * 10);
  1081.                         // line 571
  1082.                         echo "                                                            <span class=\"price-1\">月々<span class=\"ic-yen\">¥</span>";
  1083.                         echo twig_escape_filter($this->envtwig_number_format_filter($this->env, (isset($context["priceProduct"]) || array_key_exists("priceProduct"$context) ? $context["priceProduct"] : (function () { throw new RuntimeError('Variable "priceProduct" does not exist.'571$this->source); })()), 0","), "html"nulltrue);
  1084.                         echo "/24回払い</span><br />
  1085.                                                             <span>価格: </span>
  1086.                                                             <span class=\"price-2\">¥</span>
  1087.                                                             <span class=\"price-2\">";
  1088.                         // line 574
  1089.                         echo twig_escape_filter($this->envtwig_number_format_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.'574$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsefalse574), 0","), "html"nulltrue);
  1090.                         echo "</span>
  1091.                                                             <small>(税込)</small>
  1092.                                                             <span class=\"price-2\"> / ¥";
  1093.                         // line 576
  1094.                         echo twig_escape_filter($this->envtwig_number_format_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.'576$this->source); })()), "getPrice02Min", [], "any"falsefalsefalse576), 0","), "html"nulltrue);
  1095.                         echo "</span>
  1096.                                                             <small>(税抜)</small>
  1097.                                                         ";
  1098.                     } else {
  1099.                         // line 579
  1100.                         echo "                                                            <span>価格: </span>
  1101.                                                             <span class=\"ic-yen\">¥</span>
  1102.                                                             <span class=\"price-1\">";
  1103.                         // line 581
  1104.                         echo twig_escape_filter($this->envtwig_number_format_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.'581$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsefalse581), 0","), "html"nulltrue);
  1105.                         echo "</span>
  1106.                                                             <small>(税込)</small>
  1107.                                                             <span class=\"price-2\"> / ¥";
  1108.                         // line 583
  1109.                         echo twig_escape_filter($this->envtwig_number_format_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.'583$this->source); })()), "getPrice02Min", [], "any"falsefalsefalse583), 0","), "html"nulltrue);
  1110.                         echo "</span>
  1111.                                                             <small>(税抜)</small>
  1112.                                                         ";
  1113.                     }
  1114.                     // line 586
  1115.                     echo "                                                        
  1116.                                                     ";
  1117.                 } else {
  1118.                     // line 588
  1119.                     echo "                                                        ";
  1120.                     // line 589
  1121.                     echo "                                                        ";
  1122.                     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.'589$this->source); })()), "getPrice02IncTaxMin", [], "any"falsefalsefalse589)), "html"nulltrue);
  1123.                     echo "
  1124.                                                         <small>(税込)</small>
  1125.                                                     ";
  1126.                 }
  1127.                 // line 592
  1128.                 echo "                                                        
  1129.                                                     </p>
  1130.                                                 ";
  1131.             }
  1132.             // line 595
  1133.             echo "                                            </div>
  1134.                                             
  1135.                                             
  1136.                                         </div>
  1137.                                         ";
  1138.             // line 600
  1139.             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.'600$this->source); })()), "code_min", [], "any"falsefalsefalse600))) {
  1140.                 // line 601
  1141.                 echo "                                            <div class=\"num-product\">
  1142.                                                 <p>品番</p>
  1143.                                                 <span>";
  1144.                 // line 603
  1145.                 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.'603$this->source); })()), "code_min", [], "any"falsefalsefalse603), "html"nulltrue);
  1146.                 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.'603$this->source); })()), "code_min", [], "any"falsefalsefalse603) != 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.'603$this->source); })()), "code_max", [], "any"falsefalsefalse603))) {
  1147.                     echo " ~ ";
  1148.                     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.'603$this->source); })()), "code_max", [], "any"falsefalsefalse603), "html"nulltrue);
  1149.                 }
  1150.                 echo "</span>
  1151.                                             </div>
  1152.                                         ";
  1153.             }
  1154.             // line 606
  1155.             echo "                                        
  1156.                                         ";
  1157.             // line 611
  1158.             echo "                                        
  1159.                                         <div class=\"text\">
  1160.                                             <p>";
  1161.             // line 613
  1162.             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.'613$this->source); })()), "description_detail", [], "any"falsefalsefalse613));
  1163.             echo "</p>
  1164.                                         </div>
  1165.                                         <form action=\"";
  1166.             // line 616
  1167.             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.'616$this->source); })()), "id", [], "any"falsefalsefalse616)]), "html"nulltrue);
  1168.             echo "\" method=\"post\" id=\"form1\" name=\"form1\">
  1169.                                             ";
  1170.             // line 617
  1171.             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.'617$this->source); })()), "_token", [], "any"falsefalsefalse617), 'widget');
  1172.             echo "
  1173.                                             ";
  1174.             // line 618
  1175.             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.'618$this->source); })()), "product_id", [], "any"falsefalsefalse618), 'widget');
  1176.             echo "
  1177.                                             ";
  1178.             // line 619
  1179.             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.'619$this->source); })()), "ProductClass", [], "any"falsefalsefalse619), 'widget');
  1180.             echo "
  1181.                                             
  1182.                                             ";
  1183.             // line 621
  1184.             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.'621$this->source); })()), "stock_find", [], "any"falsefalsefalse621)) {
  1185.                 // line 622
  1186.                 echo "                                                <div class=\"ec-productRole__actions\">
  1187.                                                     ";
  1188.                 // line 623
  1189.                 if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id1", [], "any"truetruefalse623)) {
  1190.                     // line 624
  1191.                     echo "                                                        <div class=\"ec-select\">
  1192.                                                             ";
  1193.                     // line 625
  1194.                     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.'625$this->source); })()), "classcategory_id1", [], "any"falsefalsefalse625), 'row');
  1195.                     echo "
  1196.                                                             ";
  1197.                     // line 626
  1198.                     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.'626$this->source); })()), "classcategory_id1", [], "any"falsefalsefalse626), 'errors');
  1199.                     echo "
  1200.                                                         </div>
  1201.                                                         ";
  1202.                     // line 628
  1203.                     if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id2", [], "any"truetruefalse628)) {
  1204.                         // line 629
  1205.                         echo "                                                            <div class=\"ec-select\">
  1206.                                                                 ";
  1207.                         // line 630
  1208.                         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.'630$this->source); })()), "classcategory_id2", [], "any"falsefalsefalse630), 'row');
  1209.                         echo "
  1210.                                                                 ";
  1211.                         // line 631
  1212.                         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.'631$this->source); })()), "classcategory_id2", [], "any"falsefalsefalse631), 'errors');
  1213.                         echo "
  1214.                                                             </div>
  1215.                                                         ";
  1216.                     }
  1217.                     // line 634
  1218.                     echo "                                                    ";
  1219.                 }
  1220.                 // line 635
  1221.                 echo "
  1222.                                                     ";
  1223.                 // line 636
  1224.                 if (((isset($context["isTelProduct"]) || array_key_exists("isTelProduct"$context) ? $context["isTelProduct"] : (function () { throw new RuntimeError('Variable "isTelProduct" does not exist.'636$this->source); })()) != true)) {
  1225.                     // line 637
  1226.                     echo "                                                        <div class=\"ec-numberInput\"><span>";
  1227.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("数量"), "html"nulltrue);
  1228.                     echo "</span>
  1229.                                                             ";
  1230.                     // line 638
  1231.                     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.'638$this->source); })()), "quantity", [], "any"falsefalsefalse638), 'widget');
  1232.                     echo "
  1233.                                                             ";
  1234.                     // line 639
  1235.                     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.'639$this->source); })()), "quantity", [], "any"falsefalsefalse639), 'errors');
  1236.                     echo "
  1237.                                                         </div>
  1238.                                                     ";
  1239.                 }
  1240.                 // line 642
  1241.                 echo "                                                </div>
  1242.                                                 <div class=\"list-btn\">
  1243.                                                     ";
  1244.                 // line 644
  1245.                 if (((isset($context["isTelProduct"]) || array_key_exists("isTelProduct"$context) ? $context["isTelProduct"] : (function () { throw new RuntimeError('Variable "isTelProduct" does not exist.'644$this->source); })()) == true)) {
  1246.                     // line 645
  1247.                     echo "                                                        <a href=\"tel:080-0222-4466\" class=\"cart cart-tel\" style=\"border: none;\">
  1248.                                                             <span>";
  1249.                     // line 646
  1250.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("080-0222-4466"), "html"nulltrue);
  1251.                     echo "</span>
  1252.                                                         </a>
  1253.                                                     ";
  1254.                 } elseif ((                // line 648
  1255. (isset($context["isLoanProduct"]) || array_key_exists("isLoanProduct"$context) ? $context["isLoanProduct"] : (function () { throw new RuntimeError('Variable "isLoanProduct" does not exist.'648$this->source); })()) == true)) {
  1256.                     // line 649
  1257.                     echo "                                                        <a href=\"";
  1258.                     echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("loan_examination");
  1259.                     echo "?id=";
  1260.                     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.'649$this->source); })()), "id", [], "any"falsefalsefalse649), "html"nulltrue);
  1261.                     echo "\" class=\"cart cart-loan\" style=\"border: none;\">
  1262.                                                             <span>";
  1263.                     // line 650
  1264.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("審査のお申込み"), "html"nulltrue);
  1265.                     echo "</span>
  1266.                                                         </a>
  1267.                                                     ";
  1268.                 } else {
  1269.                     // line 653
  1270.                     echo "                                                        <button type=\"submit\" class=\"cart add-cart\" style=\"border: none;\">
  1271.                                                             <span>";
  1272.                     // line 654
  1273.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("カートに入れる"), "html"nulltrue);
  1274.                     echo "</span>
  1275.                                                         </button>
  1276.                                                     ";
  1277.                 }
  1278.                 // line 657
  1279.                 echo "                                                    
  1280.                                                     ";
  1281.                 // line 658
  1282.                 if (((isset($context["is_favorite"]) || array_key_exists("is_favorite"$context) ? $context["is_favorite"] : (function () { throw new RuntimeError('Variable "is_favorite" does not exist.'658$this->source); })()) == false)) {
  1283.                     // line 659
  1284.                     echo "                                                        <a href=\"javascript:void(0);\" id=\"favorite-heart\" class=\"favorite\"><span></span></a>
  1285.                                                     ";
  1286.                 } else {
  1287.                     // line 661
  1288.                     echo "                                                        <a href=\"javascript:void(0);\" class=\"favorite active\"><span></span></a>
  1289.                                                     ";
  1290.                 }
  1291.                 // line 663
  1292.                 echo "                                                </div>
  1293.                                             ";
  1294.             } else {
  1295.                 // line 665
  1296.                 echo "                                                <div class=\"list-btn\">
  1297.                                                     <button type=\"button\" class=\"cart\" disabled=\"disabled\">
  1298.                                                         ";
  1299.                 // line 667
  1300.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ただいま品切れ中です。"), "html"nulltrue);
  1301.                 echo "
  1302.                                                     </button>
  1303.                                                     ";
  1304.                 // line 669
  1305.                 if (((isset($context["is_favorite"]) || array_key_exists("is_favorite"$context) ? $context["is_favorite"] : (function () { throw new RuntimeError('Variable "is_favorite" does not exist.'669$this->source); })()) == false)) {
  1306.                     // line 670
  1307.                     echo "                                                        <a href=\"javascript:void(0);\" id=\"favorite-heart\" class=\"favorite\"><span></span></a>
  1308.                                                     ";
  1309.                 } else {
  1310.                     // line 672
  1311.                     echo "                                                        <a href=\"javascript:void(0);\" class=\"favorite active\"><span></span></a>
  1312.                                                     ";
  1313.                 }
  1314.                 // line 674
  1315.                 echo "                                                </div>
  1316.                                             ";
  1317.             }
  1318.             // line 676
  1319.             echo "
  1320.                                             ";
  1321.             // line 678
  1322.             echo "                                        </form>
  1323.                                         <div class=\"ec-modal\">
  1324.                                             <div class=\"ec-modal-overlay\">
  1325.                                                 <div class=\"ec-modal-wrap\">
  1326.                                                     <span class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"";
  1327.             // line 683
  1328.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/cross-dark.svg"), "html"nulltrue);
  1329.             echo "\" alt=\"\"/></span></span>
  1330.                                                     <div id=\"ec-modal-header\" class=\"text-center\">";
  1331.             // line 684
  1332.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("カートに追加しました。"), "html"nulltrue);
  1333.             echo "</div>
  1334.                                                     <div class=\"ec-modal-box\">
  1335.                                                         <div class=\"ec-role\">
  1336.                                                             <span class=\"ec-inlineBtn--cancel\">";
  1337.             // line 687
  1338.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お買い物を続ける"), "html"nulltrue);
  1339.             echo "</span>
  1340.                                                             <a href=\"";
  1341.             // line 688
  1342.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart");
  1343.             echo "\" class=\"ec-inlineBtn--action\">";
  1344.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("カートへ進む"), "html"nulltrue);
  1345.             echo "</a>
  1346.                                                         </div>
  1347.                                                     </div>
  1348.                                                 </div>
  1349.                                             </div>
  1350.                                         </div>
  1351.                                         ";
  1352.             // line 696
  1353.             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.'696$this->source); })()), "option_favorite_product", [], "any"falsefalsefalse696)) {
  1354.                 // line 697
  1355.                 echo "                                            <div style=\"display: none;\">
  1356.                                                 <form action=\"";
  1357.                 // line 698
  1358.                 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.'698$this->source); })()), "id", [], "any"falsefalsefalse698)]), "html"nulltrue);
  1359.                 echo "\" method=\"post\">
  1360.                                                     <div class=\"ec-productRole__btn\">
  1361.                                                         ";
  1362.                 // line 700
  1363.                 if (((isset($context["is_favorite"]) || array_key_exists("is_favorite"$context) ? $context["is_favorite"] : (function () { throw new RuntimeError('Variable "is_favorite" does not exist.'700$this->source); })()) == false)) {
  1364.                     // line 701
  1365.                     echo "                                                            <button type=\"submit\" id=\"favorite\" class=\"ec-blockBtn--cancel\">
  1366.                                                                 ";
  1367.                     // line 702
  1368.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お気に入りに追加"), "html"nulltrue);
  1369.                     echo "
  1370.                                                             </button>
  1371.                                                         ";
  1372.                 } else {
  1373.                     // line 705
  1374.                     echo "                                                            <button type=\"submit\" id=\"favorite\" class=\"ec-blockBtn--cancel\"
  1375.                                                                     disabled=\"disabled\">";
  1376.                     // line 706
  1377.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お気に入りに追加済です。"), "html"nulltrue);
  1378.                     echo "
  1379.                                                             </button>
  1380.                                                         ";
  1381.                 }
  1382.                 // line 709
  1383.                 echo "                                                    </div>
  1384.                                                 </form>
  1385.                                             </div>
  1386.                                         ";
  1387.             }
  1388.             // line 713
  1389.             echo "
  1390.                                     </div>
  1391.                                 </div>
  1392.                                 <div class=\"list-btn\">
  1393.                                     <a href=\"";
  1394.             // line 717
  1395.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  1396.             echo "#construction\" class=\"btn btn-sd\"><span>各種工事について</span></a>
  1397.                                     <a href=\"";
  1398.             // line 718
  1399.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("contact");
  1400.             echo "\" class=\"btn btn-sd\"><span>お問い合わせ</span></a>
  1401.                                 </div>
  1402.                             </div>
  1403.                         </div>
  1404.                     </div>
  1405.                 </div>
  1406.             </div>
  1407.         </div>
  1408.     ";
  1409.         }
  1410.         // line 728
  1411.         echo "    
  1412. ";
  1413.         
  1414.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1415.         
  1416.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1417.     }
  1418.     public function getTemplateName()
  1419.     {
  1420.         return "Product/detail.twig";
  1421.     }
  1422.     public function isTraitable()
  1423.     {
  1424.         return false;
  1425.     }
  1426.     public function getDebugInfo()
  1427.     {
  1428.         return array (  1473 => 728,  1460 => 718,  1456 => 717,  1450 => 713,  1444 => 709,  1438 => 706,  1435 => 705,  1429 => 702,  1426 => 701,  1424 => 700,  1419 => 698,  1416 => 697,  1414 => 696,  1401 => 688,  1397 => 687,  1391 => 684,  1387 => 683,  1380 => 678,  1377 => 676,  1373 => 674,  1369 => 672,  1365 => 670,  1363 => 669,  1358 => 667,  1354 => 665,  1350 => 663,  1346 => 661,  1342 => 659,  1340 => 658,  1337 => 657,  1331 => 654,  1328 => 653,  1322 => 650,  1315 => 649,  1313 => 648,  1308 => 646,  1305 => 645,  1303 => 644,  1299 => 642,  1293 => 639,  1289 => 638,  1284 => 637,  1282 => 636,  1279 => 635,  1276 => 634,  1270 => 631,  1266 => 630,  1263 => 629,  1261 => 628,  1256 => 626,  1252 => 625,  1249 => 624,  1247 => 623,  1244 => 622,  1242 => 621,  1237 => 619,  1233 => 618,  1229 => 617,  1225 => 616,  1219 => 613,  1215 => 611,  1212 => 606,  1202 => 603,  1198 => 601,  1196 => 600,  1189 => 595,  1184 => 592,  1177 => 589,  1175 => 588,  1171 => 586,  1165 => 583,  1160 => 581,  1156 => 579,  1150 => 576,  1145 => 574,  1138 => 571,  1135 => 570,  1133 => 569,  1129 => 568,  1126 => 567,  1123 => 566,  1113 => 562,  1110 => 560,  1102 => 556,  1099 => 554,  1097 => 553,  1095 => 552,  1092 => 551,  1089 => 549,  1087 => 533,  1080 => 528,  1076 => 526,  1073 => 525,  1067 => 524,  1064 => 523,  1058 => 521,  1055 => 520,  1052 => 519,  1049 => 518,  1044 => 517,  1042 => 516,  1039 => 515,  1036 => 514,  1030 => 513,  1026 => 511,  1020 => 510,  1017 => 509,  1010 => 507,  1007 => 506,  1004 => 505,  1000 => 504,  997 => 503,  991 => 502,  988 => 501,  981 => 499,  978 => 498,  975 => 497,  971 => 496,  967 => 494,  964 => 493,  959 => 492,  956 => 491,  950 => 490,  946 => 488,  940 => 487,  937 => 486,  930 => 484,  923 => 482,  920 => 481,  917 => 480,  913 => 479,  910 => 478,  907 => 477,  903 => 476,  898 => 473,  887 => 471,  869 => 469,  851 => 468,  847 => 466,  836 => 464,  818 => 462,  800 => 461,  786 => 450,  783 => 449,  780 => 448,  774 => 447,  763 => 444,  760 => 443,  755 => 442,  753 => 441,  747 => 438,  740 => 433,  737 => 431,  734 => 430,  728 => 429,  722 => 427,  720 => 426,  717 => 425,  714 => 424,  711 => 423,  708 => 422,  703 => 421,  700 => 420,  697 => 419,  695 => 418,  692 => 417,  679 => 407,  676 => 406,  665 => 398,  656 => 392,  646 => 385,  642 => 384,  639 => 383,  636 => 382,  630 => 379,  626 => 378,  623 => 377,  621 => 376,  616 => 374,  612 => 373,  609 => 372,  607 => 371,  604 => 370,  602 => 369,  598 => 368,  593 => 366,  579 => 355,  553 => 332,  548 => 330,  540 => 325,  534 => 321,  531 => 319,  529 => 318,  526 => 317,  516 => 316,  469 => 278,  465 => 277,  461 => 276,  457 => 275,  453 => 273,  447 => 271,  445 => 270,  440 => 269,  437 => 268,  427 => 266,  413 => 264,  405 => 263,  387 => 262,  382 => 260,  361 => 242,  351 => 235,  341 => 228,  311 => 201,  306 => 198,  297 => 192,  293 => 190,  291 => 189,  288 => 188,  279 => 182,  275 => 180,  273 => 179,  207 => 115,  199 => 113,  197 => 112,  192 => 110,  189 => 109,  187 => 108,  173 => 97,  170 => 96,  160 => 95,  73 => 16,  63 => 15,  52 => 11,  50 => 13,  37 => 11,);
  1429.     }
  1430.     public function getSourceContext()
  1431.     {
  1432.         return new Source("{#
  1433. This file is part of EC-CUBE
  1434. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  1435. http://www.ec-cube.co.jp/
  1436. For the full copyright and license information, please view the LICENSE
  1437. file that was distributed with this source code.
  1438. #}
  1439. {% extends 'default_frame.twig' %}
  1440. {% set body_class = 'product_page' %}
  1441. {% block stylesheet %}
  1442.     <style>
  1443.         .slick-slider {
  1444.             margin-bottom: 30px;
  1445.         }
  1446.         .slick-dots {
  1447.             position: absolute;
  1448.             bottom: -45px;
  1449.             display: block;
  1450.             width: 100%;
  1451.             padding: 0;
  1452.             list-style: none;
  1453.             text-align: center;
  1454.         }
  1455.         .slick-dots li {
  1456.             position: relative;
  1457.             display: inline-block;
  1458.             width: 20px;
  1459.             height: 20px;
  1460.             margin: 0 5px;
  1461.             padding: 0;
  1462.             cursor: pointer;
  1463.         }
  1464.         .slick-dots li button {
  1465.             font-size: 0;
  1466.             line-height: 0;
  1467.             display: block;
  1468.             width: 20px;
  1469.             height: 20px;
  1470.             padding: 5px;
  1471.             cursor: pointer;
  1472.             color: transparent;
  1473.             border: 0;
  1474.             outline: none;
  1475.             background: transparent;
  1476.         }
  1477.         .slick-dots li button:hover,
  1478.         .slick-dots li button:focus {
  1479.             outline: none;
  1480.         }
  1481.         .slick-dots li button:hover:before,
  1482.         .slick-dots li button:focus:before {
  1483.             opacity: 1;
  1484.         }
  1485.         .slick-dots li button:before {
  1486.             content: \" \";
  1487.             line-height: 20px;
  1488.             position: absolute;
  1489.             top: 0;
  1490.             left: 0;
  1491.             width: 12px;
  1492.             height: 12px;
  1493.             text-align: center;
  1494.             opacity: .25;
  1495.             background-color: black;
  1496.             border-radius: 50%;
  1497.         }
  1498.         .slick-dots li.slick-active button:before {
  1499.             opacity: .75;
  1500.             background-color: black;
  1501.         }
  1502.         .slick-dots li button.thumbnail img {
  1503.             width: 0;
  1504.             height: 0;
  1505.         }
  1506.     </style>
  1507. {% endblock %}
  1508. {% block javascript %}
  1509.     <script>
  1510.         eccube.classCategories = {{ class_categories_as_json(Product)|raw }};
  1511.         // 規格2に選択肢を割り当てる。
  1512.         function fnSetClassCategories(form, classcat_id2_selected) {
  1513.             var \$form = \$(form);
  1514.             var product_id = \$form.find('input[name=product_id]').val();
  1515.             var \$sele1 = \$form.find('select[name=classcategory_id1]');
  1516.             var \$sele2 = \$form.find('select[name=classcategory_id2]');
  1517.             eccube.setClassCategories(\$form, product_id, \$sele1, \$sele2, classcat_id2_selected);
  1518.         }
  1519.         {% if form.classcategory_id2 is defined %}
  1520.         fnSetClassCategories(
  1521.             \$('#form1'), {{ form.classcategory_id2.vars.value|json_encode|raw }}
  1522.         );
  1523.         {% elseif form.classcategory_id1 is defined %}
  1524.         eccube.checkStock(\$('#form1'), {{ Product.id }}, {{ form.classcategory_id1.vars.value|json_encode|raw }}, null);
  1525.         {% endif %}
  1526.     </script>
  1527.     <script>
  1528.         \$(function() {
  1529.             // bfcache無効化
  1530.             \$(window).bind('pageshow', function(event) {
  1531.                 if (event.originalEvent.persisted) {
  1532.                     location.reload(true);
  1533.                 }
  1534.             });
  1535.             // Core Web Vital の Cumulative Layout Shift(CLS)対策のため
  1536.             // img タグに width, height が付与されている.
  1537.             // 630px 未満の画面サイズでは縦横比が壊れるための対策
  1538.             // see https://github.com/EC-CUBE/ec-cube/pull/5023
  1539.             \$('.ec-grid2__cell').hide();
  1540.             var removeSize = function () {
  1541.                 \$('.slide-item').height('');
  1542.                 \$('.slide-item img')
  1543.                     .removeAttr('width')
  1544.                     .removeAttr('height')
  1545.                     .removeAttr('style');
  1546.             };
  1547.             var slickInitial = function(slick) {
  1548.                 \$('.ec-grid2__cell').fadeIn(1500);
  1549.                 var baseHeight = \$(slick.target).height();
  1550.                 var baseWidth = \$(slick.target).width();
  1551.                 var rate = baseWidth / baseHeight;
  1552.                 \$('.slide-item').height(baseHeight * rate); // 余白を削除する
  1553.                 // transform を使用することでCLSの影響を受けないようにする
  1554.                 \$('.slide-item img')
  1555.                     .css(
  1556.                         {
  1557.                             'transform-origin': 'top left',
  1558.                             'transform': 'scaleY(' + rate + ')',
  1559.                             'transition': 'transform .1s'
  1560.                         }
  1561.                     );
  1562.                 // 正しいサイズに近くなったら属性を解除する
  1563.                 setTimeout(removeSize, 500);
  1564.             };
  1565.             \$('.item_visual').on('init', slickInitial);
  1566.             // リサイズ時は CLS の影響を受けないため属性を解除する
  1567.             \$(window).resize(removeSize);
  1568.             \$('.item_visual').slick({
  1569.                 dots: false,
  1570.                 arrows: false,
  1571.                 responsive: [{
  1572.                     breakpoint: 768,
  1573.                     settings: {
  1574.                         dots: true
  1575.                     }
  1576.                 }]
  1577.             });
  1578.             \$('.slideThumb').on('click', function() {
  1579.                 var index = \$(this).attr('data-index');
  1580.                 \$('.item_visual').slick('slickGoTo', index, false);
  1581.             })
  1582.         });
  1583.     </script>
  1584.     <script>
  1585.         \$(function() {
  1586.             \$('.add-cart').on('click', function(event) {
  1587.                 {% if form.classcategory_id1 is defined %}
  1588.                 // 規格1フォームの必須チェック
  1589.                 if (\$('#classcategory_id1').val() == '__unselected' || \$('#classcategory_id1').val() == '') {
  1590.                     \$('#classcategory_id1')[0].setCustomValidity('{{ '項目が選択されていません'|trans }}');
  1591.                     return true;
  1592.                 } else {
  1593.                     \$('#classcategory_id1')[0].setCustomValidity('');
  1594.                 }
  1595.                 {% endif %}
  1596.                 {% if form.classcategory_id2 is defined %}
  1597.                 // 規格2フォームの必須チェック
  1598.                 if (\$('#classcategory_id2').val() == '__unselected' || \$('#classcategory_id2').val() == '') {
  1599.                     \$('#classcategory_id2')[0].setCustomValidity('{{ '項目が選択されていません'|trans }}');
  1600.                     return true;
  1601.                 } else {
  1602.                     \$('#classcategory_id2')[0].setCustomValidity('');
  1603.                 }
  1604.                 {% endif %}
  1605.                 // 個数フォームのチェック
  1606.                 if (\$('#quantity').val() < 1) {
  1607.                     \$('#quantity')[0].setCustomValidity('{{ '1以上で入力してください。'|trans }}');
  1608.                     return true;
  1609.                 } else {
  1610.                     \$('#quantity')[0].setCustomValidity('');
  1611.                 }
  1612.                 event.preventDefault();
  1613.                 \$form = \$('#form1');
  1614.                 \$.ajax({
  1615.                     url: \$form.attr('action'),
  1616.                     type: \$form.attr('method'),
  1617.                     data: \$form.serialize(),
  1618.                     dataType: 'json',
  1619.                     beforeSend: function(xhr, settings) {
  1620.                         // Buttonを無効にする
  1621.                         \$('.add-cart').prop('disabled', true);
  1622.                     }
  1623.                 }).done(function(data) {
  1624.                     // レスポンス内のメッセージをalertで表示
  1625.                     \$.each(data.messages, function() {
  1626.                         \$('#ec-modal-header').text(this);
  1627.                     });
  1628.                     \$('.ec-modal').show()
  1629.                     // カートブロックを更新する
  1630.                     \$.ajax({
  1631.                         url: \"{{ url('block_cart') }}\",
  1632.                         type: 'GET',
  1633.                         dataType: 'html'
  1634.                     }).done(function(html) {
  1635.                         \$('.ec-headerRole__cart').html(html);
  1636.                     });
  1637.                 }).fail(function(data) {
  1638.                     alert('{{ 'カートへの追加に失敗しました。'|trans }}');
  1639.                 }).always(function(data) {
  1640.                     // Buttonを有効にする
  1641.                     \$('.add-cart').prop('disabled', false);
  1642.                     //工事特急券の場合、カートへ移動
  1643.                     if (\$('.add-cart').hasClass('cart-express')) {
  1644.                         location.href = \"{{ url('cart') }}\";
  1645.                     }
  1646.                 });
  1647.             });
  1648.         });
  1649.         \$('.ec-modal-wrap').on('click', function(e) {
  1650.             // モーダル内の処理は外側にバブリングさせない
  1651.             e.stopPropagation();
  1652.         });
  1653.         \$('.ec-modal-overlay, .ec-modal, .ec-modal-close, .ec-inlineBtn--cancel').on('click', function() {
  1654.             \$('.ec-modal').hide()
  1655.         });
  1656.     </script>
  1657.     <script type=\"application/ld+json\">
  1658.     {
  1659.         \"@context\": \"https://schema.org/\",
  1660.         \"@type\": \"Product\",
  1661.         \"name\": \"{{ Product.name }}\",
  1662.         \"image\": [
  1663.             {% for img in Product.ProductImage %}
  1664.                 \"{{ app.request.schemeAndHttpHost }}{{ asset(img, 'save_image') }}\"{% if not loop.last %},{% endif %}
  1665.             {% else %}
  1666.                 \"{{ app.request.schemeAndHttpHost }}{{ asset(''|no_image_product, 'save_image') }}\"
  1667.             {% endfor %}
  1668.         ],
  1669.         \"description\": \"{{ Product.description_list | default(Product.description_detail) | replace({'\\n': '', '\\r': ''}) | slice(0,300) }}\",
  1670.         {% if Product.code_min %}
  1671.         \"sku\": \"{{ Product.code_min }}\",
  1672.         {% endif %}
  1673.         \"offers\": {
  1674.             \"@type\": \"Offer\",
  1675.             \"url\": \"{{ url('product_detail', {'id': Product.id}) }}\",
  1676.             \"priceCurrency\": \"{{ eccube_config.currency }}\",
  1677.             \"price\": {{ Product.getPrice02IncTaxMin ? Product.getPrice02IncTaxMin : 0}},
  1678.             \"availability\": \"{{ Product.stock_find ? \"InStock\" : \"OutOfStock\" }}\"
  1679.         }
  1680.     }
  1681.     </script>
  1682.     <script>
  1683.         \$(function() {
  1684.             setTimeout(function() {
  1685.                 \$('.slider-for').slick({
  1686.                     slidesToShow: 1,
  1687.                     slidesToScroll: 1,
  1688.                     arrows: false,
  1689.                     fade: true,
  1690.                     asNavFor: '.slider-nav',
  1691.                 }).on('init', function(event, slick) {
  1692.                     console.log('slider-for đã khởi tạo');
  1693.                 });
  1694.                 \$('.slider-nav').slick({
  1695.                     slidesToShow: \$('.slider-nav img').length,
  1696.                     slidesToScroll: 0,
  1697.                     asNavFor: '.slider-for',
  1698.                     centerMode: true,
  1699.                     focusOnSelect: true
  1700.                 });
  1701.             }, 300);
  1702.         });
  1703.     </script>
  1704.     <script>
  1705.         \$(function() {
  1706.             \$('#favorite-heart').click(function(event) {
  1707.                 \$('#favorite').click();
  1708.             });
  1709.         });
  1710.     </script>
  1711. {% endblock %}
  1712. {% block main %}
  1713.     {% if Product.id == 1207 %}
  1714.         {# 工事特急券 #}
  1715.         <div class=\"ec-featured-product-page\">
  1716.             <div class=\"ec-banner\">
  1717.                 <div class=\"ec-banner__inner\">
  1718.                     <div class=\"inner\">
  1719.                         <h2>{{ Product.name }}</h2>
  1720.                     </div>
  1721.                 </div>
  1722.                 <div class=\"ec-breadcrumb\">
  1723.                     <ul class=\"ec-breadcrumb__menu\">
  1724.                         <li class=\"ec-breadcrumb__item\"><a href=\"{{ url('homepage') }}\">TOP</a></li>
  1725.                         <li class=\"ec-breadcrumb__item\"><span>></span></li>                           
  1726.                         <li class=\"ec-breadcrumb__item\"><p>{{ Product.name }}</p></li>
  1727.                     </ul>
  1728.                 </div>
  1729.             </div>
  1730.         </div>
  1731.         
  1732.         <div class=\"ec-product-detail-page\">
  1733.             <div class=\"ec-inquiry-page\">
  1734.                 <div class=\"ec-product-detail-main\">
  1735.                     <div class=\"ec-product-detail__inner\">
  1736.                         <div class=\"inner\">
  1737.                             <div class=\"product-press\">
  1738.                                 <table>
  1739.                                     <tr>
  1740.                                         <th width=\"25%\">工事種別</th>
  1741.                                         <th width=\"25%\">期間</th>
  1742.                                         <th width=\"25%\">追加料金</th>
  1743.                                         <th width=\"25%\">備考</th>
  1744.                                     </tr>
  1745.                                     <tr>
  1746.                                         <td>特急工事</td>
  1747.                                         <td>1週間以内 </td>
  1748.                                         <td>{{ Product.getPrice02Min| number_format(0, \",\") }}円(税抜) </td>
  1749.                                         <td>万が一期間内に実施できなかった場合は、全額返金保証有</td>
  1750.                                     </tr>
  1751.                                     <tr>
  1752.                                         <td>通常工事</td>
  1753.                                         <td>1週間~1ヶ月<br><small>※繁忙期等の混雑状況によります。</small></td>
  1754.                                         <td>標準工事費に含む</td>
  1755.                                         <td></td>
  1756.                                     </tr>
  1757.                                 </table>
  1758.                                 <p>通常工事は、ご注文をいただいた順にご案内をさせていただきます。お客様の注文状況や工事エリア、繁忙期等により異なりますが、工事特急券をご利用いただいた場合、1週間以内で設置工事が完了するように優先的に工事のご案内をさせていただきます。万が一、1週間以内に設置工事が完了しなかった場合は、工事特急券費用({{ Product.getPrice02Min| number_format(0, \",\") }}円)は全額返金させていただきます。</p>
  1759.                                 <form action=\"{{ url('product_add_cart', {id:Product.id}) }}\" method=\"post\" id=\"form1\" name=\"form1\">
  1760.                                     {% if Product.stock_find %}
  1761.                                         <div class=\"ec-productRole__actions\">
  1762.                                             {% if form.classcategory_id1 is defined %}
  1763.                                                 <div class=\"ec-select\">
  1764.                                                     {{ form_row(form.classcategory_id1) }}
  1765.                                                     {{ form_errors(form.classcategory_id1) }}
  1766.                                                 </div>
  1767.                                                 {% if form.classcategory_id2 is defined %}
  1768.                                                     <div class=\"ec-select\">
  1769.                                                         {{ form_row(form.classcategory_id2) }}
  1770.                                                         {{ form_errors(form.classcategory_id2) }}
  1771.                                                     </div>
  1772.                                                 {% endif %}
  1773.                                             {% endif %}
  1774.                                             <div class=\"ec-numberInput\" style=\"display: none;\">
  1775.                                                 {{ form_widget(form.quantity) }}
  1776.                                                 {{ form_errors(form.quantity) }}
  1777.                                             </div>
  1778.                                         </div>
  1779.                                         
  1780.                                         <div class=\"ec-product-detail__group\">
  1781.                                             <div class=\"list-btn\">
  1782.                                                 <a href=\"{{ url('cart') }}\" class=\"btn btn-back\"><span>戻る</span></a>
  1783.                                             </div>
  1784.                                             <div class=\"product\">
  1785.                                                 <div class=\"right\">
  1786.                                                     <div class=\"list-btn\">
  1787.                                                         <button type=\"submit\" class=\"cart add-cart cart-express\" style=\"border: none;\">
  1788.                                                             <span>{{ 'カートに入れる'|trans }}</span>
  1789.                                                         </button>
  1790.                                                     </div>
  1791.                                                 </div>
  1792.                                             </div>
  1793.                                         </div>
  1794.                                         
  1795.                                     {% endif %}
  1796.                                     {{ form_rest(form) }}
  1797.                                 </form>  
  1798.                             </div>                   
  1799.                         </div>
  1800.                     </div>
  1801.                 </div>
  1802.             </div>
  1803.         </div>
  1804.     {% else %}
  1805.         {% set isTelProduct = false %}
  1806.         {% set isLoanProduct = false %}
  1807.         {% if Product.ProductCategories is not empty %}
  1808.             {% for ProductCategory in Product.ProductCategories %}
  1809.                 {% if ProductCategory.Category.id == 117 %}
  1810.                     {% set isTelProduct = true %}
  1811.                 {% endif %}
  1812.                 {% if (ProductCategory.category_id == 118) %}
  1813.                     {% set isLoanProduct = true %} 
  1814.                 {% endif %}
  1815.             {% endfor %}
  1816.         {% endif %}
  1817.         
  1818.         {# 普通商品 #}
  1819.         <div class=\"ec-product-detail-page\">
  1820.             <div class=\"ec-inquiry-page\">
  1821.                 <div class=\"ec-banner\">
  1822.                     <div class=\"ec-breadcrumb\">
  1823.                         <ul class=\"ec-breadcrumb__menu\">
  1824.                             <li class=\"ec-breadcrumb__item\"><a href=\"{{ url('homepage') }}\">TOP</a></li>
  1825.                             <li class=\"ec-breadcrumb__item\"><span>></span></li>
  1826.                             {% if Product.ProductCategories is not empty %}
  1827.                                 {% for ProductCategory in Product.ProductCategories %}
  1828.                                     {% if ProductCategory.Category.id == 7 or ProductCategory.Category.id == 8 %}
  1829.                                         <li class=\"ec-breadcrumb__item\"><a href=\"{{ url('product_list') }}?category_id={{ ProductCategory.Category.id }}\">{{ ProductCategory.Category.name }}</a></li>
  1830.                                         <li class=\"ec-breadcrumb__item\"><span>></span></li>
  1831.                                     {% endif %}
  1832.                                 {% endfor %}
  1833.                             {% endif %}
  1834.                            
  1835.                             <li class=\"ec-breadcrumb__item\"><p>{{ Product.name }}</p></li>
  1836.                         </ul>
  1837.                     </div>
  1838.                 </div>
  1839.                 <div class=\"ec-product-detail-main\">
  1840.                     <div class=\"ec-product-detail__inner\">
  1841.                         <div class=\"inner\">
  1842.                             <div class=\"ec-product-detail__group\">
  1843.                                 <div class=\"product tatami\">
  1844.                                     <div class=\"left\">
  1845.                                         <div class=\"slider-for\">
  1846.                                             {% for ProductImage in Product.ProductImage %}
  1847.                                                 <img src=\"{{ asset(ProductImage, 'save_image') }}\" alt=\"{{ loop.first ? Product.name : '' }}\">
  1848.                                             {% else %}
  1849.                                                 <img src=\"{{ asset(''|no_image_product, 'save_image') }}\" alt=\"{{ loop.first ? Product.name : '' }}\">
  1850.                                             {% endfor %}
  1851.                                         </div>
  1852.                                         <div class=\"slider-nav\">
  1853.                                             {% for ProductImage in Product.ProductImage %}
  1854.                                                 <img src=\"{{ asset(ProductImage, 'save_image') }}\" alt=\"{{ loop.first ? Product.name : '' }}\">
  1855.                                             {% else %}
  1856.                                                 <img src=\"{{ asset(''|no_image_product, 'save_image') }}\" alt=\"{{ loop.first ? Product.name : '' }}\">
  1857.                                             {% endfor %}
  1858.                                         </div>
  1859.                                     </div>
  1860.                                     <div class=\"right\">
  1861.                                         {% for ProductCategory in Product.ProductCategories %}
  1862.                                             {% if ProductCategory.Category.name == \"おすすめ\" %}
  1863.                                             <div class=\"list-cate v2\">
  1864.                                                 {% for cate in categories %}
  1865.                                                     {% if cate.parent == \"機能\" %}
  1866.                                                         {% if cate.id in recommendCatChild %}
  1867.                                                             <img src=\"{{ asset('assets/img/product/cate-') }}{{cate.id}}.png\" alt=\"\"/>
  1868.                                                         {% else %}
  1869.                                                             <img src=\"{{ asset('assets/img/product/cate-') }}{{cate.id}}-uc.png\" alt=\"\"/>
  1870.                                                         {% endif %}
  1871.                                                     {% endif %}
  1872.                                                 {% endfor %}
  1873.                                             </div>
  1874.                                             {% endif %}
  1875.                                         {% endfor %}
  1876.                                         {% if Product.ProductCategories is not empty %}
  1877.                                           {% for ProductCategory in Product.ProductCategories %}
  1878.                                             {% if ProductCategory.Category.name == \"おすすめ\" %}
  1879.                                               <div class=\"list-cate v3\">
  1880.                                                 <div class=\"year-model\">
  1881.                                                     {% for cate in categories %}
  1882.                                                     {% if cate.parent == \"20XXモデル\" %}
  1883.                                                         {% if cate.id in moderYearCatChild %}
  1884.                                                             <img src=\"{{ asset('assets/img/product/ymodel-') }}{{cate.id}}.png\" alt=\"\"/>
  1885.                                                         {% endif %}
  1886.                                                     {% endif %}
  1887.                                                     {% endfor %}
  1888.                                                 </div>
  1889.                                                 {% for cate in categories %}
  1890.                                                     {% if cate.parent == \"メーカー\" %}
  1891.                                                         {% if cate.id in tradeCatChild %}
  1892.                                                             <img src=\"{{ asset('assets/img/product/trademark-') }}{{cate.id}}.png\" alt=\"\"/>
  1893.                                                         {% endif %}
  1894.                                                     {% endif %}
  1895.                                                 {% endfor %}
  1896.                                               </div>
  1897.                                             {% endif %}
  1898.                                           {% endfor %}
  1899.                                         {% endif %}
  1900.                                         <div class=\"list-cate basic\">
  1901.                                             {% if Product.ProductCategories is not empty %}
  1902.                                                 {% for ProductCategory in Product.ProductCategories %}
  1903.                                                     {% if ProductCategory.Category.Parent is not empty %}
  1904.                                                         {% set parentCat = ProductCategory.Category.Parent %}
  1905.                                                         {% if parentCat.id == 20 and parentCat.id == 21 %}
  1906.                                                             {{ ProductCategory.Category.name }}
  1907.                                                         {% endif %}
  1908.                                                     {% endif %}
  1909.                                                 {% endfor %}
  1910.                                             {% endif %}
  1911.                                         </div>
  1912.                                         <div class=\"title\">
  1913.                                             <p>{{ Product.name }}</p>
  1914.                                         </div>
  1915.                                         <div class=\"price\">
  1916.                                             {# 通常価格 #}
  1917.                                             {# {% if Product.hasProductClass -%}
  1918.                                                 <div class=\"ec-productRole__priceRegular\">
  1919.                                                     {% if Product.getPrice01Min is not null and Product.getPrice01IncTaxMin == Product.getPrice01IncTaxMax %}
  1920.                                                         <span class=\"ec-productRole__priceRegularPrice\">{{ '通常価格'|trans }}:<span class=\"price01-default\">{{ Product.getPrice01IncTaxMin|price }}</span></span>
  1921.                                                         <span class=\"ec-productRole__priceRegularTax\">{{ '税込'|trans }}</span>
  1922.                                                     {% elseif Product.getPrice01Min is not null and Product.getPrice01Max is not null %}
  1923.                                                         <span class=\"ec-productRole__priceRegularPrice\">{{ '通常価格'|trans }}:<span class=\"price01-default\">{{ Product.getPrice01IncTaxMin|price }}~ {{ Product.getPrice01IncTaxMax|price }}</span></span>
  1924.                                                         <span class=\"ec-productRole__priceRegularTax\">{{ '税込'|trans }}</span>
  1925.                                                     {% endif %}
  1926.                                                 </div>
  1927.                                             {% else %}
  1928.                                                 {% if Product.getPrice01Max is not null %}
  1929.                                                     <span class=\"ec-productRole__priceRegularPrice\">{{ '通常価格'|trans }}:{{ Product.getPrice01IncTaxMin|price }}</span>
  1930.                                                     <span class=\"ec-productRole__priceRegularTax\">{{ '税込'|trans }}</span>
  1931.                                                 {% endif %}
  1932.                                             {% endif %} #}
  1933.                                             {# 販売価格 #}
  1934.                                             <div class=\"ec-productRole__price\">
  1935.                                                 {% if Product.hasProductClass -%}
  1936.                                                     {% if Product.getPrice02IncTaxMin == Product.getPrice02IncTaxMax %}
  1937.                                                         <p>
  1938.                                                             {# <span>¥</span> #}
  1939.                                                             {{ Product.getPrice02IncTaxMin|price }}
  1940.                                                             <small>(税込)</small>
  1941.                                                         </p>
  1942.                                                     {% else %}
  1943.                                                         <p>
  1944.                                                             {# <span>¥</span> #}
  1945.                                                             {{ Product.getPrice02IncTaxMin|price }} ~ {{ Product.getPrice02IncTaxMax|price }}
  1946.                                                             <small>(税込)</small>
  1947.                                                         </p>
  1948.                                                     {% endif %}
  1949.                                                 {% else %}
  1950.                                                     <p>
  1951.                                                     {% if recommendCatChild %}                                                         
  1952.                                                         {% if(isLoanProduct == true) %}
  1953.                                                             {% set priceProduct = ((Product.getPrice02IncTaxMin / 24 / 10) // 1 * 10) %}
  1954.                                                             <span class=\"price-1\">月々<span class=\"ic-yen\">¥</span>{{ priceProduct|number_format(0, \",\") }}/24回払い</span><br />
  1955.                                                             <span>価格: </span>
  1956.                                                             <span class=\"price-2\">¥</span>
  1957.                                                             <span class=\"price-2\">{{ Product.getPrice02IncTaxMin| number_format(0, \",\") }}</span>
  1958.                                                             <small>(税込)</small>
  1959.                                                             <span class=\"price-2\"> / ¥{{ Product.getPrice02Min| number_format(0, \",\") }}</span>
  1960.                                                             <small>(税抜)</small>
  1961.                                                         {% else %}
  1962.                                                             <span>価格: </span>
  1963.                                                             <span class=\"ic-yen\">¥</span>
  1964.                                                             <span class=\"price-1\">{{ Product.getPrice02IncTaxMin| number_format(0, \",\") }}</span>
  1965.                                                             <small>(税込)</small>
  1966.                                                             <span class=\"price-2\"> / ¥{{ Product.getPrice02Min| number_format(0, \",\") }}</span>
  1967.                                                             <small>(税抜)</small>
  1968.                                                         {% endif %}
  1969.                                                         
  1970.                                                     {% else %}
  1971.                                                         {# <span>¥</span> #}
  1972.                                                         {{ Product.getPrice02IncTaxMin|price }}
  1973.                                                         <small>(税込)</small>
  1974.                                                     {% endif %}
  1975.                                                         
  1976.                                                     </p>
  1977.                                                 {% endif %}
  1978.                                             </div>
  1979.                                             
  1980.                                             
  1981.                                         </div>
  1982.                                         {% if Product.code_min is not empty %}
  1983.                                             <div class=\"num-product\">
  1984.                                                 <p>品番</p>
  1985.                                                 <span>{{ Product.code_min }}{% if Product.code_min != Product.code_max %} ~ {{ Product.code_max }}{% endif %}</span>
  1986.                                             </div>
  1987.                                         {% endif %}
  1988.                                         
  1989.                                         {# <div class=\"func\">
  1990.                                             <p>機能</p>
  1991.                                             <span>{{ Product.Feature.name }}</span>
  1992.                                         </div> #}
  1993.                                         
  1994.                                         <div class=\"text\">
  1995.                                             <p>{{ Product.description_detail|raw|nl2br }}</p>
  1996.                                         </div>
  1997.                                         <form action=\"{{ url('product_add_cart', {id:Product.id}) }}\" method=\"post\" id=\"form1\" name=\"form1\">
  1998.                                             {{ form_widget(form._token) }}
  1999.                                             {{ form_widget(form.product_id) }}
  2000.                                             {{ form_widget(form.ProductClass) }}
  2001.                                             
  2002.                                             {% if Product.stock_find %}
  2003.                                                 <div class=\"ec-productRole__actions\">
  2004.                                                     {% if form.classcategory_id1 is defined %}
  2005.                                                         <div class=\"ec-select\">
  2006.                                                             {{ form_row(form.classcategory_id1) }}
  2007.                                                             {{ form_errors(form.classcategory_id1) }}
  2008.                                                         </div>
  2009.                                                         {% if form.classcategory_id2 is defined %}
  2010.                                                             <div class=\"ec-select\">
  2011.                                                                 {{ form_row(form.classcategory_id2) }}
  2012.                                                                 {{ form_errors(form.classcategory_id2) }}
  2013.                                                             </div>
  2014.                                                         {% endif %}
  2015.                                                     {% endif %}
  2016.                                                     {% if isTelProduct != true %}
  2017.                                                         <div class=\"ec-numberInput\"><span>{{ '数量'|trans }}</span>
  2018.                                                             {{ form_widget(form.quantity) }}
  2019.                                                             {{ form_errors(form.quantity) }}
  2020.                                                         </div>
  2021.                                                     {% endif %}
  2022.                                                 </div>
  2023.                                                 <div class=\"list-btn\">
  2024.                                                     {% if isTelProduct == true %}
  2025.                                                         <a href=\"tel:080-0222-4466\" class=\"cart cart-tel\" style=\"border: none;\">
  2026.                                                             <span>{{ '080-0222-4466'|trans }}</span>
  2027.                                                         </a>
  2028.                                                     {% elseif isLoanProduct == true %}
  2029.                                                         <a href=\"{{ url('loan_examination') }}?id={{ Product.id }}\" class=\"cart cart-loan\" style=\"border: none;\">
  2030.                                                             <span>{{ '審査のお申込み'|trans }}</span>
  2031.                                                         </a>
  2032.                                                     {% else %}
  2033.                                                         <button type=\"submit\" class=\"cart add-cart\" style=\"border: none;\">
  2034.                                                             <span>{{ 'カートに入れる'|trans }}</span>
  2035.                                                         </button>
  2036.                                                     {% endif %}
  2037.                                                     
  2038.                                                     {% if is_favorite == false %}
  2039.                                                         <a href=\"javascript:void(0);\" id=\"favorite-heart\" class=\"favorite\"><span></span></a>
  2040.                                                     {% else %}
  2041.                                                         <a href=\"javascript:void(0);\" class=\"favorite active\"><span></span></a>
  2042.                                                     {% endif %}
  2043.                                                 </div>
  2044.                                             {% else %}
  2045.                                                 <div class=\"list-btn\">
  2046.                                                     <button type=\"button\" class=\"cart\" disabled=\"disabled\">
  2047.                                                         {{ 'ただいま品切れ中です。'|trans }}
  2048.                                                     </button>
  2049.                                                     {% if is_favorite == false %}
  2050.                                                         <a href=\"javascript:void(0);\" id=\"favorite-heart\" class=\"favorite\"><span></span></a>
  2051.                                                     {% else %}
  2052.                                                         <a href=\"javascript:void(0);\" class=\"favorite active\"><span></span></a>
  2053.                                                     {% endif %}
  2054.                                                 </div>
  2055.                                             {% endif %}
  2056.                                             {# {{ form_rest(form) }} #}
  2057.                                         </form>
  2058.                                         <div class=\"ec-modal\">
  2059.                                             <div class=\"ec-modal-overlay\">
  2060.                                                 <div class=\"ec-modal-wrap\">
  2061.                                                     <span class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"{{ asset('assets/icon/cross-dark.svg') }}\" alt=\"\"/></span></span>
  2062.                                                     <div id=\"ec-modal-header\" class=\"text-center\">{{ 'カートに追加しました。'|trans }}</div>
  2063.                                                     <div class=\"ec-modal-box\">
  2064.                                                         <div class=\"ec-role\">
  2065.                                                             <span class=\"ec-inlineBtn--cancel\">{{ 'お買い物を続ける'|trans }}</span>
  2066.                                                             <a href=\"{{ url('cart') }}\" class=\"ec-inlineBtn--action\">{{ 'カートへ進む'|trans }}</a>
  2067.                                                         </div>
  2068.                                                     </div>
  2069.                                                 </div>
  2070.                                             </div>
  2071.                                         </div>
  2072.                                         {% if BaseInfo.option_favorite_product %}
  2073.                                             <div style=\"display: none;\">
  2074.                                                 <form action=\"{{ url('product_add_favorite', {id:Product.id}) }}\" method=\"post\">
  2075.                                                     <div class=\"ec-productRole__btn\">
  2076.                                                         {% if is_favorite == false %}
  2077.                                                             <button type=\"submit\" id=\"favorite\" class=\"ec-blockBtn--cancel\">
  2078.                                                                 {{ 'お気に入りに追加'|trans }}
  2079.                                                             </button>
  2080.                                                         {% else %}
  2081.                                                             <button type=\"submit\" id=\"favorite\" class=\"ec-blockBtn--cancel\"
  2082.                                                                     disabled=\"disabled\">{{ 'お気に入りに追加済です。'|trans }}
  2083.                                                             </button>
  2084.                                                         {% endif %}
  2085.                                                     </div>
  2086.                                                 </form>
  2087.                                             </div>
  2088.                                         {% endif %}
  2089.                                     </div>
  2090.                                 </div>
  2091.                                 <div class=\"list-btn\">
  2092.                                     <a href=\"{{ url('homepage') }}#construction\" class=\"btn btn-sd\"><span>各種工事について</span></a>
  2093.                                     <a href=\"{{ url('contact') }}\" class=\"btn btn-sd\"><span>お問い合わせ</span></a>
  2094.                                 </div>
  2095.                             </div>
  2096.                         </div>
  2097.                     </div>
  2098.                 </div>
  2099.             </div>
  2100.         </div>
  2101.     {% endif %}
  2102.     
  2103. {% endblock %}
  2104. ""Product/detail.twig""/home/gogo002/gogo002.xbiz.jp/public_html/rintec/app/template/default/Product/detail.twig");
  2105.     }
  2106. }