var/cache/dev/twig/3d/3d9b90dcdad1f17dea9b1b4b853ce817.php line 58

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. /* Help/sitemap.twig */
  14. class __TwigTemplate_5c008bf6398045e0e473ba2bcf3170ca 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.             'javascript' => [$this'block_javascript'],
  24.             'main' => [$this'block_main'],
  25.         ];
  26.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  27.         $this->checkSecurity();
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 11
  32.         return "default_frame.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Help/sitemap.twig"));
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Help/sitemap.twig"));
  41.         // line 13
  42.         $context["body_class"] = "front_page";
  43.         // line 49
  44.         $context["services"] = [=> ["name" => "まなかの商品選びサポートサービス""route" => "service""url" => "user_data"], => ["name" => "カタログお届けサービス""route" => "catalog""url" => "user_data"], => ["name" => "コーディネート撮影サービス""route" => "photo_services""url" => "user_data"], => ["name" => "お仏壇引き取りサービス""route" => "pick_up_altar""url" => "user_data"]];
  45.         // line 67
  46.         $context["guides"] = [=> ["name" => "ご注文手順""id" => "#sec01""route" => "guide_detail"], => ["name" => "送料・配送方法""id" => "#sec02""route" => "guide_detail"], => ["name" => "お支払い方法""id" => "#sec03""route" => "guide_detail"], => ["name" => "会員登録について""id" => "#sec04""route" => "guide_detail"], => ["name" => "お仏壇の引き取りについて""id" => "#sec05""route" => "guide_detail"], => ["name" => "お位牌への名入れサービス""id" => "#sec06""route" => "guide_detail"], => ["name" => "返品・交換・キャンセル・追加""id" => "#sec07""route" => "guide_detail"], => ["name" => "領収書の発行""id" => "#sec08""route" => "guide_detail"], => ["name" => "運営会社について""id" => "#sec09""route" => "guide_detail"], => ["name" => "よくあるご質問""id" => null"route" => "qa"], 10 => ["name" => "お位牌への名入れについて""id" => null"route" => "naire"]];
  47.         // line 11
  48.         $this->parent $this->loadTemplate("default_frame.twig""Help/sitemap.twig"11);
  49.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  50.         
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  52.         
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  54.     }
  55.     // line 15
  56.     public function block_javascript($context, array $blocks = [])
  57.     {
  58.         $macros $this->macros;
  59.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  60.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  61.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  62.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  63.         // line 16
  64.         echo "    <script>
  65.         const categories = [\"お仏壇・ステージ\",\"お位牌\",\"仏壇・仏具セット\",\"仏具・日用品\",\"手元供養\"];
  66.         \$(document).ready(function () {
  67.             categories.forEach((category, index) => {
  68.                 \$(\".\" + category + \"_list\").hide();
  69.                 \$(function () {
  70.                     \$('.'+ category ).on('click', function () {
  71.                         \$(\".\" + category + \"_list\").slideToggle(400)
  72.                         \$(\".\" + category + \"_arrow\").toggleClass('-rotate-[180deg]')
  73.                     });
  74.                 });
  75.             })
  76.         });
  77.     </script>
  78.     <script>
  79.         \$(document).ready(function () {
  80.             \$('.service_list, .guide_list').hide();
  81.             \$(function () {
  82.                 \$('.service').on('click', function () {
  83.                     \$('.service_list').slideToggle(400)
  84.                     \$('.service_arrow').toggleClass('-rotate-[180deg]')
  85.                 });
  86.             });
  87.             \$(function () {
  88.                 \$('.guide').on('click', function () {
  89.                     \$('.guide_list').slideToggle(400)
  90.                     \$('.guide_arrow').toggleClass('-rotate-[180deg]')
  91.                 });
  92.             });
  93.         });
  94.     </script>
  95. ";
  96.         
  97.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  98.         
  99.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  100.     }
  101.     // line 122
  102.     public function block_main($context, array $blocks = [])
  103.     {
  104.         $macros $this->macros;
  105.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  106.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  107.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  108.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  109.         // line 123
  110.         echo "    <div class=\"mx-auto w-full max-w-[max(58.3vw,1024px)] lg:max-w-none lg:mx-0 flex flex-col items-center justify-center animate-slideIn\">
  111.         <div class=\"w-[max(45.8vw,880px)] flex flex-col gap-y-[184px] lg:w-full lg:px-[max(1.25vw,24px)] md:gap-y-[72px]\">
  112.             <h2 class=\"text-[40px] text-center mt-20 md:mt-10 md:text-xl font-extralight\">サイトマップ</h2>
  113.             <div class=\"w-full  flex flex-col gap-y-24 md:gap-y-16 font-extralight\">
  114.                 ";
  115.         // line 127
  116.         $context['_parent'] = $context;
  117.         $context['_seq'] = twig_ensure_traversable((isset($context["Products"]) || array_key_exists("Products"$context) ? $context["Products"] : (function () { throw new RuntimeError('Variable "Products" does not exist.'127$this->source); })()));
  118.         foreach ($context['_seq'] as $context["key"] => $context["categoryProduct"]) {
  119.             // line 128
  120.             echo "                    <div class=\"w-full\">
  121.                         <div class=\"";
  122.             // line 129
  123.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed($context["key"], 129$this->source), "html"nulltrue);
  124.             echo " py-6 px-[28px] border-y-[1px] border-[#DFDFDF] mb-[-1px] flex justify-between items-center md:py-3 md:px-[10px] cursor-pointer hover\">
  125.                             <h3 class=\"text-xl md:text-base\">";
  126.             // line 130
  127.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed($context["key"], 130$this->source), "html"nulltrue);
  128.             echo "</h3>
  129.                             <img src=\"";
  130.             // line 131
  131.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/ChevronDownOutline.svg"), "html"nulltrue);
  132.             echo "\" alt=\"\" class=\"";
  133.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed($context["key"], 131$this->source), "html"nulltrue);
  134.             echo "_arrow md:w-5 md:h-5\">
  135.                         </div>
  136.                         <ul class=\"";
  137.             // line 133
  138.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed($context["key"], 133$this->source), "html"nulltrue);
  139.             echo "_list grid grid-cols-2 gap-x-[18px] w-full md:text-xs\">
  140.                             ";
  141.             // line 134
  142.             $context['_parent'] = $context;
  143.             $context['_seq'] = twig_ensure_traversable($context["categoryProduct"]);
  144.             foreach ($context['_seq'] as $context["_key"] => $context["Product"]) {
  145.                 // line 135
  146.                 echo "                                <li class=\"py-[20px] px-[28px] mb-[-1px] border-y-[1px] border-[#DFDFDF] md:py-3 md:px-[10px] hover\">
  147.                                     <a href=\"";
  148.                 // line 136
  149.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsetrue136)]), "html"nulltrue);
  150.                 echo "\" class=\"visited:text-black hover\">
  151.                                         <p class=\"hover:underline \">";
  152.                 // line 137
  153.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["Product"], "name", [], "any"falsefalsetrue137), 137$this->source), "html"nulltrue);
  154.                 echo "</p>
  155.                                     </a>
  156.                                 </li>
  157.                             ";
  158.             }
  159.             $_parent $context['_parent'];
  160.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Product'], $context['_parent'], $context['loop']);
  161.             $context array_intersect_key($context$_parent) + $_parent;
  162.             // line 141
  163.             echo "                        </ul>
  164.                     </div>
  165.                 ";
  166.         }
  167.         $_parent $context['_parent'];
  168.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['categoryProduct'], $context['_parent'], $context['loop']);
  169.         $context array_intersect_key($context$_parent) + $_parent;
  170.         // line 144
  171.         echo "            </div>
  172.             <div
  173.                 class=\"\">
  174.                 ";
  175.         // line 148
  176.         echo "                <a href=\"";
  177.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("help_about");
  178.         echo "\" class=\"py-5 px-[28px] border-y-[1px] border-[#DFDFDF] mb-[-1px] flex justify-between items-center md:py-3 md:px-[10px]  cursor-pointer\">
  179.                     <h3 class=\"text-xl md:text-base\">祈りの道具屋まなかについて</h3>
  180.                 </a>
  181.                 ";
  182.         // line 152
  183.         echo "                <a href=\"";
  184.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("special_posts");
  185.         echo "\" class=\"py-5 px-[28px] border-y-[1px] border-[#DFDFDF] mb-[-1px] flex justify-between items-center md:py-3 md:px-[10px]  cursor-pointer\">
  186.                     <h3 class=\"text-xl md:text-base\">祈りの特集</h3>
  187.                 </a>
  188.                 ";
  189.         // line 156
  190.         echo "                <a href=\"";
  191.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("user_data", ["route" => "reading"]);
  192.         echo "\" class=\"py-5 px-[28px] border-y-[1px] border-[#DFDFDF] mb-[-1px] flex justify-between items-center md:py-3 md:px-[10px]  cursor-pointer\">
  193.                     <h3 class=\"text-xl md:text-base\">お知らせ</h3>
  194.                 </a>
  195.                 ";
  196.         // line 160
  197.         echo "                <a href=\"";
  198.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("user_data", ["route" => "showroom"]);
  199.         echo "\" class=\"py-5 px-[28px] border-y-[1px] border-[#DFDFDF] mb-[-1px] flex justify-between items-center md:py-3 md:px-[10px]  cursor-pointer\">
  200.                     <h3 class=\"text-xl md:text-base\">銀座・横浜元町ショールーム</h3>
  201.                 </a>
  202.             </div>
  203.             ";
  204.         // line 165
  205.         echo "            <div class=\"w-full\">
  206.                 <div class=\"hover py-6 px-[28px] border-y-[1px] border-[#DFDFDF] mb-[-1px] flex justify-between items-center md:py-3 md:px-[10px] service  cursor-pointer\">
  207.                     <h3 class=\"text-xl md:text-base\">まなかの商品選びサポートサービス
  208.                     </h3>
  209.                     <img src=\"";
  210.         // line 169
  211.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/ChevronDownOutline.svg"), "html"nulltrue);
  212.         echo "\" alt=\"\" class=\"service_arrow md:w-5 md:h-5 \">
  213.                 </div>
  214.                 <ul class=\"service_list grid grid-cols-2 gap-x-[18px] md:text-xs\">
  215.                     ";
  216.         // line 172
  217.         $context['_parent'] = $context;
  218.         $context['_seq'] = twig_ensure_traversable((isset($context["services"]) || array_key_exists("services"$context) ? $context["services"] : (function () { throw new RuntimeError('Variable "services" does not exist.'172$this->source); })()));
  219.         foreach ($context['_seq'] as $context["_key"] => $context["service"]) {
  220.             // line 173
  221.             echo "                        <li class=\"py-5 px-[28px] mb-[-1px] border-y-[1px] border-[#DFDFDF] md:py-3 md:px-[10px] \">
  222.                             <a href=\"";
  223.             // line 174
  224.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["service"], "url", [], "any"falsefalsetrue174), 174$this->source), ["route" => twig_get_attribute($this->env$this->source$context["service"], "route", [], "any"falsefalsetrue174)]), "html"nulltrue);
  225.             echo "\" class=\"visited:text-black hover\">
  226.                                 <p class=\"hover:underline leading-loose\">";
  227.             // line 175
  228.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["service"], "name", [], "any"falsefalsetrue175), 175$this->source), "html"nulltrue);
  229.             echo "</p>
  230.                             </a>
  231.                         </li>
  232.                     ";
  233.         }
  234.         $_parent $context['_parent'];
  235.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['service'], $context['_parent'], $context['loop']);
  236.         $context array_intersect_key($context$_parent) + $_parent;
  237.         // line 179
  238.         echo "                </ul>
  239.             </div>
  240.             ";
  241.         // line 182
  242.         echo "            <div class=\"w-full\">
  243.                 <div class=\"guide hover py-6 px-[28px] border-y-[1px] border-[#DFDFDF] mb-[-1px] flex justify-between items-center md:py-3 md:px-[10px] cursor-pointer\">
  244.                     <h3 class=\"text-xl md:text-base\">ご利用ガイド</h3>
  245.                     <img src=\"";
  246.         // line 185
  247.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/ChevronDownOutline.svg"), "html"nulltrue);
  248.         echo "\" alt=\"\" class=\"guide_arrow md:w-5 md:h-5 \">
  249.                 </div>
  250.                 <ul class=\"guide_list grid grid-cols-2 gap-x-[18px] md:text-xs\">
  251.                     ";
  252.         // line 188
  253.         $context['_parent'] = $context;
  254.         $context['_seq'] = twig_ensure_traversable((isset($context["guides"]) || array_key_exists("guides"$context) ? $context["guides"] : (function () { throw new RuntimeError('Variable "guides" does not exist.'188$this->source); })()));
  255.         foreach ($context['_seq'] as $context["_key"] => $context["guide"]) {
  256.             // line 189
  257.             echo "                        <li class=\"py-5 px-[28px] mb-[-1px] border-y-[1px] border-[#DFDFDF] md:py-3 md:px-[10px] \">
  258.                             <a href=\"";
  259.             // line 190
  260.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("user_data", ["route" => twig_get_attribute($this->env$this->source$context["guide"], "route", [], "any"falsefalsetrue190)]), "html"nulltrue);
  261.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["guide"], "id", [], "any"falsefalsetrue190), 190$this->source), "html"nulltrue);
  262.             echo "\" class=\"visited:text-black hover\">
  263.                                 <p class=\"hover:underline leading-loose\">";
  264.             // line 191
  265.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["guide"], "name", [], "any"falsefalsetrue191), 191$this->source), "html"nulltrue);
  266.             echo "</p>
  267.                             </a>
  268.                         </li>
  269.                     ";
  270.         }
  271.         $_parent $context['_parent'];
  272.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['guide'], $context['_parent'], $context['loop']);
  273.         $context array_intersect_key($context$_parent) + $_parent;
  274.         // line 195
  275.         echo "                </ul>
  276.             </div>
  277.         </div>
  278.     </div>
  279.     ";
  280.         // line 199
  281.         $context["breadcrumbs"] = [=> ["name" => "サイトマップ"]];
  282.         // line 204
  283.         echo "    ";
  284.         echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"Block/breadcrumbs.twig");
  285.         echo "
  286. </div>
  287. ";
  288.         
  289.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  290.         
  291.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  292.     }
  293.     public function getTemplateName()
  294.     {
  295.         return "Help/sitemap.twig";
  296.     }
  297.     public function isTraitable()
  298.     {
  299.         return false;
  300.     }
  301.     public function getDebugInfo()
  302.     {
  303.         return array (  302 => 204,  300 => 199,  294 => 195,  284 => 191,  279 => 190,  276 => 189,  272 => 188,  266 => 185,  261 => 182,  257 => 179,  247 => 175,  243 => 174,  240 => 173,  236 => 172,  230 => 169,  224 => 165,  216 => 160,  209 => 156,  202 => 152,  195 => 148,  190 => 144,  182 => 141,  172 => 137,  168 => 136,  165 => 135,  161 => 134,  157 => 133,  150 => 131,  146 => 130,  142 => 129,  139 => 128,  135 => 127,  129 => 123,  119 => 122,  78 => 16,  68 => 15,  57 => 11,  55 => 67,  53 => 49,  51 => 13,  38 => 11,);
  304.     }
  305.     public function getSourceContext()
  306.     {
  307.         return new Source("{#
  308. This file is part of EC-CUBE
  309. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  310. http://www.ec-cube.co.jp/
  311. For the full copyright and license information, please view the LICENSE
  312. file that was distributed with this source code.
  313. #}
  314. {% extends 'default_frame.twig' %}
  315. {% set body_class = 'front_page' %}
  316. {% block javascript %}
  317.     <script>
  318.         const categories = [\"お仏壇・ステージ\",\"お位牌\",\"仏壇・仏具セット\",\"仏具・日用品\",\"手元供養\"];
  319.         \$(document).ready(function () {
  320.             categories.forEach((category, index) => {
  321.                 \$(\".\" + category + \"_list\").hide();
  322.                 \$(function () {
  323.                     \$('.'+ category ).on('click', function () {
  324.                         \$(\".\" + category + \"_list\").slideToggle(400)
  325.                         \$(\".\" + category + \"_arrow\").toggleClass('-rotate-[180deg]')
  326.                     });
  327.                 });
  328.             })
  329.         });
  330.     </script>
  331.     <script>
  332.         \$(document).ready(function () {
  333.             \$('.service_list, .guide_list').hide();
  334.             \$(function () {
  335.                 \$('.service').on('click', function () {
  336.                     \$('.service_list').slideToggle(400)
  337.                     \$('.service_arrow').toggleClass('-rotate-[180deg]')
  338.                 });
  339.             });
  340.             \$(function () {
  341.                 \$('.guide').on('click', function () {
  342.                     \$('.guide_list').slideToggle(400)
  343.                     \$('.guide_arrow').toggleClass('-rotate-[180deg]')
  344.                 });
  345.             });
  346.         });
  347.     </script>
  348. {% endblock javascript %}
  349. {% set services = [
  350.     { 'name':'まなかの商品選びサポートサービス',
  351.       'route':'service',
  352.       'url':'user_data'
  353.     },
  354.     { 'name':'カタログお届けサービス',
  355.       'route':'catalog',
  356.       'url':'user_data'
  357.     },
  358.     { 'name':'コーディネート撮影サービス',
  359.       'route':'photo_services',
  360.       'url':'user_data'
  361.     },
  362.     { 'name':'お仏壇引き取りサービス',
  363.       'route':'pick_up_altar',
  364.       'url':'user_data'
  365.     },
  366. ] %}
  367. {% set guides = [
  368.     {
  369.         'name':'ご注文手順',
  370.         'id':'#sec01',
  371.         'route':'guide_detail'
  372.     },
  373.     {
  374.         'name':'送料・配送方法',
  375.         'id':'#sec02',
  376.         'route':'guide_detail'
  377.     },
  378.     {
  379.         'name':'お支払い方法',
  380.         'id':'#sec03',
  381.         'route':'guide_detail'
  382.     },
  383.     { 'name':'会員登録について',
  384.         'id':'#sec04',
  385.         'route':'guide_detail'
  386.     },
  387.     {
  388.         'name':'お仏壇の引き取りについて',
  389.         'id':'#sec05',
  390.         'route':'guide_detail'
  391.     },
  392.     {
  393.         'name':'お位牌への名入れサービス',
  394.         'id':'#sec06',
  395.         'route':'guide_detail'
  396.     },
  397.     {
  398.         'name':'返品・交換・キャンセル・追加',
  399.         'id':'#sec07',
  400.         'route':'guide_detail'
  401.     },
  402.     {
  403.         'name':'領収書の発行',
  404.         'id':'#sec08',
  405.         'route':'guide_detail'
  406.     },
  407.     {
  408.         'name':'運営会社について',
  409.         'id':'#sec09',
  410.         'route':'guide_detail'
  411.     },
  412.     { 'name':'よくあるご質問',
  413.         'id':null,
  414.         'route':'qa'
  415.     },
  416.     { 'name':'お位牌への名入れについて',
  417.         'id':null,
  418.         'route':'naire'
  419.     },
  420. ] %}
  421. {% block main %}
  422.     <div class=\"mx-auto w-full max-w-[max(58.3vw,1024px)] lg:max-w-none lg:mx-0 flex flex-col items-center justify-center animate-slideIn\">
  423.         <div class=\"w-[max(45.8vw,880px)] flex flex-col gap-y-[184px] lg:w-full lg:px-[max(1.25vw,24px)] md:gap-y-[72px]\">
  424.             <h2 class=\"text-[40px] text-center mt-20 md:mt-10 md:text-xl font-extralight\">サイトマップ</h2>
  425.             <div class=\"w-full  flex flex-col gap-y-24 md:gap-y-16 font-extralight\">
  426.                 {% for key, categoryProduct in Products %}
  427.                     <div class=\"w-full\">
  428.                         <div class=\"{{key}} py-6 px-[28px] border-y-[1px] border-[#DFDFDF] mb-[-1px] flex justify-between items-center md:py-3 md:px-[10px] cursor-pointer hover\">
  429.                             <h3 class=\"text-xl md:text-base\">{{key}}</h3>
  430.                             <img src=\"{{ asset('assets/icon/ChevronDownOutline.svg') }}\" alt=\"\" class=\"{{key}}_arrow md:w-5 md:h-5\">
  431.                         </div>
  432.                         <ul class=\"{{key}}_list grid grid-cols-2 gap-x-[18px] w-full md:text-xs\">
  433.                             {% for Product in categoryProduct %}
  434.                                 <li class=\"py-[20px] px-[28px] mb-[-1px] border-y-[1px] border-[#DFDFDF] md:py-3 md:px-[10px] hover\">
  435.                                     <a href=\"{{ url('product_detail', {'id': Product.id}) }}\" class=\"visited:text-black hover\">
  436.                                         <p class=\"hover:underline \">{{Product.name}}</p>
  437.                                     </a>
  438.                                 </li>
  439.                             {% endfor %}
  440.                         </ul>
  441.                     </div>
  442.                 {% endfor %}
  443.             </div>
  444.             <div
  445.                 class=\"\">
  446.                 {# 祈りの道具屋まなかについて #}
  447.                 <a href=\"{{url('help_about')}}\" class=\"py-5 px-[28px] border-y-[1px] border-[#DFDFDF] mb-[-1px] flex justify-between items-center md:py-3 md:px-[10px]  cursor-pointer\">
  448.                     <h3 class=\"text-xl md:text-base\">祈りの道具屋まなかについて</h3>
  449.                 </a>
  450.                 {# 祈りの特集 #}
  451.                 <a href=\"{{url('special_posts')}}\" class=\"py-5 px-[28px] border-y-[1px] border-[#DFDFDF] mb-[-1px] flex justify-between items-center md:py-3 md:px-[10px]  cursor-pointer\">
  452.                     <h3 class=\"text-xl md:text-base\">祈りの特集</h3>
  453.                 </a>
  454.                 {# お知らせ #}
  455.                 <a href=\"{{url('user_data',{route:'reading'})}}\" class=\"py-5 px-[28px] border-y-[1px] border-[#DFDFDF] mb-[-1px] flex justify-between items-center md:py-3 md:px-[10px]  cursor-pointer\">
  456.                     <h3 class=\"text-xl md:text-base\">お知らせ</h3>
  457.                 </a>
  458.                 {# 銀座・横浜元町ショールーム #}
  459.                 <a href=\"{{url('user_data',{route:'showroom'})}}\" class=\"py-5 px-[28px] border-y-[1px] border-[#DFDFDF] mb-[-1px] flex justify-between items-center md:py-3 md:px-[10px]  cursor-pointer\">
  460.                     <h3 class=\"text-xl md:text-base\">銀座・横浜元町ショールーム</h3>
  461.                 </a>
  462.             </div>
  463.             {# まなかの商品選びサポートサービス #}
  464.             <div class=\"w-full\">
  465.                 <div class=\"hover py-6 px-[28px] border-y-[1px] border-[#DFDFDF] mb-[-1px] flex justify-between items-center md:py-3 md:px-[10px] service  cursor-pointer\">
  466.                     <h3 class=\"text-xl md:text-base\">まなかの商品選びサポートサービス
  467.                     </h3>
  468.                     <img src=\"{{ asset('assets/icon/ChevronDownOutline.svg') }}\" alt=\"\" class=\"service_arrow md:w-5 md:h-5 \">
  469.                 </div>
  470.                 <ul class=\"service_list grid grid-cols-2 gap-x-[18px] md:text-xs\">
  471.                     {% for service in services %}
  472.                         <li class=\"py-5 px-[28px] mb-[-1px] border-y-[1px] border-[#DFDFDF] md:py-3 md:px-[10px] \">
  473.                             <a href=\"{{url(service.url,{'route':service.route})}}\" class=\"visited:text-black hover\">
  474.                                 <p class=\"hover:underline leading-loose\">{{service.name}}</p>
  475.                             </a>
  476.                         </li>
  477.                     {% endfor %}
  478.                 </ul>
  479.             </div>
  480.             {# ご利用ガイド #}
  481.             <div class=\"w-full\">
  482.                 <div class=\"guide hover py-6 px-[28px] border-y-[1px] border-[#DFDFDF] mb-[-1px] flex justify-between items-center md:py-3 md:px-[10px] cursor-pointer\">
  483.                     <h3 class=\"text-xl md:text-base\">ご利用ガイド</h3>
  484.                     <img src=\"{{ asset('assets/icon/ChevronDownOutline.svg') }}\" alt=\"\" class=\"guide_arrow md:w-5 md:h-5 \">
  485.                 </div>
  486.                 <ul class=\"guide_list grid grid-cols-2 gap-x-[18px] md:text-xs\">
  487.                     {% for guide in guides %}
  488.                         <li class=\"py-5 px-[28px] mb-[-1px] border-y-[1px] border-[#DFDFDF] md:py-3 md:px-[10px] \">
  489.                             <a href=\"{{url('user_data',{route:guide.route})}}{{guide.id}}\" class=\"visited:text-black hover\">
  490.                                 <p class=\"hover:underline leading-loose\">{{guide.name}}</p>
  491.                             </a>
  492.                         </li>
  493.                     {% endfor %}
  494.                 </ul>
  495.             </div>
  496.         </div>
  497.     </div>
  498.     {% set breadcrumbs = [
  499.         {
  500.             'name':'サイトマップ',
  501.         }
  502.     ] %}
  503.     {{ include(\"Block/breadcrumbs.twig\") }}
  504. </div>
  505. {% endblock %}
  506. ""Help/sitemap.twig""/home/xs082386/manaka-store.com/public_html/stg-renewal.manaka-store.com/app/template/default/Help/sitemap.twig");
  507.     }
  508.     
  509.     public function checkSecurity()
  510.     {
  511.         static $tags = array("set" => 13"for" => 127);
  512.         static $filters = array("escape" => 129);
  513.         static $functions = array("asset" => 131"url" => 136"include" => 204);
  514.         try {
  515.             $this->sandbox->checkSecurity(
  516.                 ['set''for'],
  517.                 ['escape'],
  518.                 ['asset''url''include']
  519.             );
  520.         } catch (SecurityError $e) {
  521.             $e->setSourceContext($this->source);
  522.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  523.                 $e->setTemplateLine($tags[$e->getTagName()]);
  524.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  525.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  526.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  527.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  528.             }
  529.             throw $e;
  530.         }
  531.     }
  532. }