<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* Faq/faq_detail.twig */
class __TwigTemplate_2bc86520afae294b89457edb24ab14a87be53968f861545d130f552ccabab56d extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheet' => [$this, 'block_stylesheet'],
'javascript' => [$this, 'block_javascript'],
'javascript2' => [$this, 'block_javascript2'],
'main' => [$this, 'block_main'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "default_frame.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Faq/faq_detail.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Faq/faq_detail.twig"));
$this->parent = $this->loadTemplate("default_frame.twig", "Faq/faq_detail.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_stylesheet($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
// line 4
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/script/magnific-popup.css"), "html", null, true);
echo "\" media=\"all\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 5
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html", null, true);
echo "\" media=\"all\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 6
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/template/default/assets/css/style.css"), "html", null, true);
echo "\" media=\"all\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 7
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/base.css"), "html", null, true);
echo "\" media=\"all\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 8
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/next.css"), "html", null, true);
echo "\" media=\"all\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"";
// line 9
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/add.css"), "html", null, true);
echo "\" media=\"all\" />
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 12
public function block_javascript($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
// line 13
echo "<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js\"></script>
<script src=\"";
// line 14
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/jquery.easing.1.3.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 15
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/jquery.smoothScroll.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 16
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/jquery.magnific-popup.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 17
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/emergence.min.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 18
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/effects.js"), "html", null, true);
echo "\"></script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 20
public function block_javascript2($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript2"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript2"));
// line 21
echo "<script>
//faq
\$(\".faq-list li .title\").click(function(){
\$(this).next('.text').slideToggle();
});
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 28
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 29
echo "<div class=\"breadcrumb\">
<ul>
<li><a href=\"";
// line 31
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\"><img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/next/icon-home.svg"), "html", null, true);
echo "\" alt=\"HOME\">HOME</a></li>
<li>FAQ</li>
</ul>
</div>
<div id=\"mainimg\" class=\"next\">
<div class=\"content\">
<h1 class=\"catch\">FAQ<span>よくある質問</span></h1>
</div>
</div>
<main class=\"next\">
<section>
<div class=\"s_content\">
<h2 class=\"heading-lv07\">";
// line 43
echo nl2br(twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["catalog"]) || array_key_exists("catalog", $context) ? $context["catalog"] : (function () { throw new RuntimeError('Variable "catalog" does not exist.', 43, $this->source); })()), "name", [], "any", false, false, false, 43), "html", null, true));
echo "</h2>
";
// line 44
if (twig_get_attribute($this->env, $this->source, ($context["data"] ?? null), 0, [], "array", true, true, false, 44)) {
// line 45
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 45, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
// line 46
echo " <h3 class=\"heading-lv05\">";
echo nl2br(twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["row"], "catalog", [], "any", false, false, false, 46), "name", [], "any", false, false, false, 46), "html", null, true));
echo "</h3>
<ul class=\"faq-list\">
";
// line 48
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["row"], "faq", [], "any", false, true, false, 48), 0, [], "array", true, true, false, 48)) {
// line 49
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["row"], "faq", [], "any", false, false, false, 49));
foreach ($context['_seq'] as $context["_key"] => $context["faq"]) {
// line 50
echo " <li>
<div class=\"title\">";
// line 51
echo nl2br(twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["faq"], "question", [], "any", false, false, false, 51), "html", null, true));
echo "<b></b>
</div>
<div class=\"text\">";
// line 53
echo nl2br(twig_get_attribute($this->env, $this->source, $context["faq"], "answer", [], "any", false, false, false, 53));
echo "</div>
</li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['faq'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 56
echo " ";
}
// line 57
echo " </ul>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 59
echo " ";
}
// line 60
echo " </div>
</section>
";
// line 63
if (twig_get_attribute($this->env, $this->source, ($context["catalogList"] ?? null), 0, [], "array", true, true, false, 63)) {
// line 64
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["catalogList"]) || array_key_exists("catalogList", $context) ? $context["catalogList"] : (function () { throw new RuntimeError('Variable "catalogList" does not exist.', 64, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
// line 65
echo " <section class=\"\">
<div class=\"s_content\">
<h2 class=\"heading-lv07\">";
// line 67
echo nl2br(twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["row"], "name", [], "any", false, false, false, 67), "html", null, true));
echo "</h2>
";
// line 68
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["row"], "Children", [], "any", false, true, false, 68), 0, [], "array", true, true, false, 68)) {
// line 69
echo " <ul class=\"faq-cat\">
";
// line 70
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["row"], "Children", [], "any", false, false, false, 70));
foreach ($context['_seq'] as $context["_key"] => $context["child"]) {
// line 71
echo " <li>
<a href=\"";
// line 72
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("page_faq_detail", ["id" => twig_get_attribute($this->env, $this->source, $context["child"], "id", [], "any", false, false, false, 72)]), "html", null, true);
echo "\">
<div class=\"item-img\"><span><img src=\"";
// line 73
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(twig_get_attribute($this->env, $this->source, $context["child"], "image", [], "any", false, false, false, 73)), "save_faq"), "html", null, true);
echo "\" srcset='";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(twig_get_attribute($this->env, $this->source, $context["child"], "image", [], "any", false, false, false, 73)), "save_faq"), "html", null, true);
echo " 1x,";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(twig_get_attribute($this->env, $this->source, $context["child"], "image_mobile", [], "any", false, false, false, 73)), "save_faq"), "html", null, true);
echo " 2x' width=\"66\" height=\"110\" alt=\"\"></span></div>
<div class=\"item-text\">";
// line 74
echo nl2br(twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["child"], "name", [], "any", false, false, false, 74), "html", null, true));
echo "</div>
</a>
</li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 78
echo " </ul>
";
}
// line 80
echo " </div>
</section>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 83
echo " ";
}
// line 84
echo "
";
// line 85
echo twig_include($this->env, $context, "Block/conv.twig");
echo "
</main>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "Faq/faq_detail.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 328 => 85, 325 => 84, 322 => 83, 314 => 80, 310 => 78, 300 => 74, 292 => 73, 288 => 72, 285 => 71, 281 => 70, 278 => 69, 276 => 68, 272 => 67, 268 => 65, 263 => 64, 261 => 63, 256 => 60, 253 => 59, 246 => 57, 243 => 56, 234 => 53, 229 => 51, 226 => 50, 221 => 49, 219 => 48, 213 => 46, 208 => 45, 206 => 44, 202 => 43, 185 => 31, 181 => 29, 171 => 28, 155 => 21, 145 => 20, 133 => 18, 129 => 17, 125 => 16, 121 => 15, 117 => 14, 114 => 13, 104 => 12, 92 => 9, 88 => 8, 84 => 7, 80 => 6, 76 => 5, 71 => 4, 61 => 3, 38 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'default_frame.twig' %}
{% block stylesheet %}
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/css/script/magnific-popup.css') }}\" media=\"all\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/css/style.css') }}\" media=\"all\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/template/default/assets/css/style.css') }}\" media=\"all\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/css/base.css') }}\" media=\"all\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/css/next.css') }}\" media=\"all\" />
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/css/add.css') }}\" media=\"all\" />
{% endblock %}
{% block javascript %}
<script src=\"https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js\"></script>
<script src=\"{{ asset('assets/js/jquery.easing.1.3.js') }}\"></script>
<script src=\"{{ asset('assets/js/jquery.smoothScroll.js') }}\"></script>
<script src=\"{{ asset('assets/js/jquery.magnific-popup.js') }}\"></script>
<script src=\"{{ asset('assets/js/emergence.min.js') }}\"></script>
<script src=\"{{ asset('assets/js/effects.js') }}\"></script>
{% endblock javascript %}
{% block javascript2 %}
<script>
//faq
\$(\".faq-list li .title\").click(function(){
\$(this).next('.text').slideToggle();
});
</script>
{% endblock javascript2 %}
{% block main %}
<div class=\"breadcrumb\">
<ul>
<li><a href=\"{{ url('homepage') }}\"><img src=\"{{ asset('assets/img/next/icon-home.svg') }}\" alt=\"HOME\">HOME</a></li>
<li>FAQ</li>
</ul>
</div>
<div id=\"mainimg\" class=\"next\">
<div class=\"content\">
<h1 class=\"catch\">FAQ<span>よくある質問</span></h1>
</div>
</div>
<main class=\"next\">
<section>
<div class=\"s_content\">
<h2 class=\"heading-lv07\">{{ catalog.name|nl2br }}</h2>
{% if data[0] is defined %}
{% for row in data %}
<h3 class=\"heading-lv05\">{{ row.catalog.name|nl2br }}</h3>
<ul class=\"faq-list\">
{% if row.faq[0] is defined %}
{% for faq in row.faq %}
<li>
<div class=\"title\">{{ faq.question|nl2br }}<b></b>
</div>
<div class=\"text\">{{ faq.answer|raw|nl2br }}</div>
</li>
{% endfor %}
{% endif %}
</ul>
{% endfor %}
{% endif %}
</div>
</section>
{% if catalogList[0] is defined %}
{% for row in catalogList %}
<section class=\"\">
<div class=\"s_content\">
<h2 class=\"heading-lv07\">{{ row.name|nl2br }}</h2>
{% if row.Children[0] is defined %}
<ul class=\"faq-cat\">
{% for child in row.Children %}
<li>
<a href=\"{{ url('page_faq_detail', {id : child.id}) }}\">
<div class=\"item-img\"><span><img src=\"{{ asset(child.image|no_image_product, 'save_faq') }}\" srcset='{{ asset(child.image|no_image_product, 'save_faq') }} 1x,{{ asset(child.image_mobile|no_image_product, 'save_faq') }} 2x' width=\"66\" height=\"110\" alt=\"\"></span></div>
<div class=\"item-text\">{{ child.name|nl2br }}</div>
</a>
</li>
{% endfor %}
</ul>
{% endif %}
</div>
</section>
{% endfor %}
{% endif %}
{{ include(\"Block/conv.twig\") }}
</main>
{% endblock %}
", "Faq/faq_detail.twig", "/home/xs453838/adnet-space.com/public_html/eccube/app/template/default/Faq/faq_detail.twig");
}
}