<?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;
/* index.twig */
class __TwigTemplate_bdc1fffbdd439eab87277c56fdc26b658d7920baa5dcb6147e81852bcad90001 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'],
'main' => [$this, 'block_main'],
];
}
protected function doGetParent(array $context)
{
// line 11
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", "index.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "index.twig"));
// line 13
$context["body_class"] = "front_page";
// line 11
$this->parent = $this->loadTemplate("default_frame.twig", "index.twig", 11);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 15
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 16
echo " <style>
.slick-slider {
margin-bottom: 30px;
}
.slick-dots {
position: absolute;
bottom: -45px;
display: block;
width: 100%;
padding: 0;
list-style: none;
text-align: center;
}
.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
opacity: 1;
}
.slick-dots li button:before {
content: \" \";
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 12px;
height: 12px;
text-align: center;
opacity: .25;
background-color: black;
border-radius: 50%;
}
.slick-dots li.slick-active button:before {
opacity: .75;
background-color: black;
}
.slick-dots li button.thumbnail img {
width: 0;
height: 0;
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 94
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 95
echo " <script>
\$(function() {
\$('.main_visual').slick({
dots: true,
arrows: false,
// autoplay: true,
speed: 300
});
});
\$(function() {
\$('.ec-reCommended__list').slick({
infinite: true,
dots: true,
arrows: true,
slidesToShow: 3,
slidesToScroll: 1,
speed: 300,
responsive: [
{
breakpoint: 1200,
settings: {
slidesToShow: 2,
slidesToScroll: 1,
}
},
{
breakpoint: 768,
settings: {
slidesToShow: 1,
}
}
]
});
});
\$(function() {
\$('.ec-conStruction__list').slick({
infinite: true,
dots: true,
arrows: true,
slidesToShow: 3,
slidesToScroll: 1,
speed: 300,
responsive: [
{
breakpoint: 1200,
settings: {
slidesToShow: 2,
slidesToScroll: 1,
}
},
{
breakpoint: 768,
settings: {
slidesToShow: 1,
}
}
]
});
});
</script>
<script>
\$(document).ready(function() {
var checks = \$(\".show-on-change .group\");
checks.on('click', function (e) {
if (e.target.tagName.toUpperCase() == 'IMG' || e.target.tagName.toUpperCase() == 'P') {
var input = \$(this).find(\"input\");
if (input.prop(\"checked\") == false) {
input.prop(\"checked\", true);
} else {
input.prop(\"checked\", false);
}
}
});
});
</script>
<script>
\$(document).ready(function(){
\$(\"ul#tabs li\").click(function(e){
\$(\"ul#tabs li\").removeClass('active');
\$(this).addClass('active');
if (\$(this).index() == 1) {
\$('.show-on-change').addClass('show');
}
else{
\$('.show-on-change').removeClass('show');
}
});
});
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 189
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 190
echo " <!-- slider -->
<section class=\"ec-sliderRole\">
<div class=\"main_visual pc\">
<div class=\"item slick-slide v2\">
<img src=\"";
// line 194
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/mv-01.jpg"), "html", null, true);
echo "\">
</div>
";
// line 208
echo " </div>
<div class=\"main_visual sp\">
<div class=\"item slick-slide v2\">
<a href=\"";
// line 211
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_recommend");
echo "\"><img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/mv-01-sp.jpg"), "html", null, true);
echo "\"></a>
</div>
</div>
</section>
<section class=\"top-recommended\">
<div class=\"top-recommended__inner ec-reCommended__inner\">
<h2 class=\"top-recommended__title\"><span>買うなら今<i>!</i>繁忙期前の今が安い<i>!</i></span><span>エアココのイチオシ<i>!</i></span></h2>
<ul class=\"top-recommended__items\">
<li class=\"top-recommended__item\">
<a href=\"";
// line 221
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_recommend");
echo "#group_32\">
<div class=\"top-recommended__item__img\">
<img src=\"";
// line 223
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/recommended-product-01.jpg"), "html", null, true);
echo "\">
</div>
<div class=\"top-recommended__item__txt\">
<p class=\"top-recommended__item__name\">
<img src=\"";
// line 227
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/product/trademark-nobd-32.png"), "html", null, true);
echo "\">
<span>白くまくん</span>
</p>
<p class=\"top-recommended__item__price\">
<span>6畳用</span>
<span>64,800<small>円~</small></span>
</p>
</div>
</a>
</li>
<li class=\"top-recommended__item\">
<a href=\"";
// line 238
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_recommend");
echo "#group_30\">
<div class=\"top-recommended__item__img\">
<img src=\"";
// line 240
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/recommended-product-02.jpg"), "html", null, true);
echo "\">
</div>
<div class=\"top-recommended__item__txt\">
<p class=\"top-recommended__item__name\">
<img src=\"";
// line 244
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/product/trademark-nobd-30.png"), "html", null, true);
echo "\">
<span>ダイキンRX</span>
</p>
<p class=\"top-recommended__item__price\">
<span>6畳用</span>
<span>184,900<small>円~</small></span>
</p>
</div>
</a>
</li>
<li class=\"top-recommended__item\">
<a href=\"";
// line 255
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_recommend");
echo "#group_30-2\">
<div class=\"top-recommended__item__img\">
<img src=\"";
// line 257
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/recommended-product-03.jpg"), "html", null, true);
echo "\">
</div>
<div class=\"top-recommended__item__txt\">
<p class=\"top-recommended__item__name\">
<img src=\"";
// line 261
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/product/trademark-nobd-30.png"), "html", null, true);
echo "\">
<span>ダイキンMX</span>
</p>
<p class=\"top-recommended__item__price\">
<span>6畳用</span>
<span>145,900<small>円~</small></span>
</p>
</div>
</a>
</li>
</ul>
<a href=\"";
// line 272
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_recommend");
echo "\" class=\"btn btn-sd\">おすすめ商品一覧へ</a>
</div>
</section>
<section class=\"top-service\">
<div class=\"top-service__inner ec-reCommended__inner\">
<ul class=\"top-service__items\">
<li class=\"top-service__item top-service__item--blue\">
<a href=\"";
// line 280
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("loan");
echo "\" class=\"btn btn-sd\">
<span>審査に不安がある方も安心!</span>
<span>自社ローン対象商品</span>
</a>
</li>
<li class=\"top-service__item top-service__item--white\">
<a href=\"";
// line 286
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("tel_service_product");
echo "\" class=\"btn btn-sd\">
<span>電話完結型サービス</span>
<span>対象商品</span>
</a>
</li>
</ul>
<div class=\"top-service__desc\">
<p>本体と工事費込でお得なエアコンを取り揃えています。ルームエアコンの購入、新規取り付け、買い替えはここからお選びください。空気清浄機能、内部クリーニング機能など、便利な機能のモデルも多数あります。販売から設置工事も行っているためトータルでお任せください。</p>
</div>
</div>
</section>
<section class=\"top-search\">
<div class=\"top-search__inner ec-reCommended__inner\">
<ul class=\"top-service__items\">
<li class=\"top-service__item top-service__item--blue vip\">
<a href=\"https://gogo002.xbiz.jp/rintec/products/list?category_id=8\" class=\"btn btn-sd\">
<span>通常のネット購入はこちら</span>
<span>※工事費用事前決済</span>
</a>
</li>
</ul>
<div class=\"top-search__item\">
<h3>機能から選ぶ</h3>
<ul>
";
// line 311
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["categories"]) || array_key_exists("categories", $context) ? $context["categories"] : (function () { throw new RuntimeError('Variable "categories" does not exist.', 311, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
// line 312
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["category"], "getParent", [], "method", false, false, false, 312)) {
// line 313
echo " ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["category"], "getParent", [], "method", false, false, false, 313), "id", [], "any", false, false, false, 313) == "21")) {
// line 314
echo " <li>
<a class=\"btn btn-sm\" href=\"";
// line 315
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?category_id=";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["category"], "id", [], "any", false, false, false, 315), "html", null, true);
echo "&active_idx=0&feature%5B%5D=";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["category"], "id", [], "any", false, false, false, 315), "html", null, true);
echo "\">
";
// line 316
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["category"], "name", [], "any", false, false, false, 316)), "html", null, true);
echo "
</a>
</li>
";
}
// line 320
echo " ";
}
// line 321
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 322
echo " </ul>
</div>
<div class=\"top-search__item\">
<h3>お部屋の広さから選ぶ</h3>
<ul>
";
// line 327
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["categories"]) || array_key_exists("categories", $context) ? $context["categories"] : (function () { throw new RuntimeError('Variable "categories" does not exist.', 327, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
// line 328
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["category"], "getParent", [], "method", false, false, false, 328)) {
// line 329
echo " ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["category"], "getParent", [], "method", false, false, false, 329), "id", [], "any", false, false, false, 329) == "19")) {
// line 330
echo " <li>
<a class=\"btn btn-sm\" href=\"";
// line 331
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?category_id=";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["category"], "id", [], "any", false, false, false, 331), "html", null, true);
echo "&active_idx=1&room%5B%5D=";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["category"], "id", [], "any", false, false, false, 331), "html", null, true);
echo "\">
";
// line 332
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["category"], "name", [], "any", false, false, false, 332)), "html", null, true);
echo "
</a>
</li>
";
}
// line 336
echo " ";
}
// line 337
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 338
echo " </ul>
</div>
<div class=\"top-search__item\">
<h3>メーカーから選ぶ</h3>
<ul>
";
// line 343
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["categories"]) || array_key_exists("categories", $context) ? $context["categories"] : (function () { throw new RuntimeError('Variable "categories" does not exist.', 343, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
// line 344
echo " ";
if (twig_get_attribute($this->env, $this->source, $context["category"], "getParent", [], "method", false, false, false, 344)) {
// line 345
echo " ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["category"], "getParent", [], "method", false, false, false, 345), "id", [], "any", false, false, false, 345) == "20")) {
// line 346
echo " <li>
<a class=\"btn btn-sm\" href=\"";
// line 347
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?category_id=";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["category"], "id", [], "any", false, false, false, 347), "html", null, true);
echo "&active_idx=2&maker%5B%5D=";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["category"], "id", [], "any", false, false, false, 347), "html", null, true);
echo "\">
";
// line 348
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["category"], "name", [], "any", false, false, false, 348)), "html", null, true);
echo "
</a>
</li>
";
}
// line 352
echo " ";
}
// line 353
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 354
echo " </ul>
</div>
</div>
</section>
<section class=\"top-construction\" id=\"construction\">
<div class=\"top-construction__inner ec-reCommended__inner\">
<h2 class=\"top-construction__title\">工事のみのご依頼</h2>
<p class=\"top-construction__desc\">エアココでは、エアコン本体を購入せずに交換工事、新設工事、電気工事の工事のみも全国対応します。空調工事・電気工事会社からできたエアココならではのサービスですので、ぜひご活用ください。</p>
<ul class=\"top-construction__items\">
<li class=\"top-construction__item\">
<img class=\"top-construction__item__img\" src=\"";
// line 365
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/construction-1.jpg"), "html", null, true);
echo "\">
<div class=\"top-construction__item__txt\">
<div>
<p class=\"top-construction__item__cnt\">01</p>
<h3 class=\"top-construction__item__ttl\">新設工事</h3>
<p class=\"top-construction__item__desc\">今設置されていない部屋、新居先や転居先で新設する工事を依頼したい方</p>
</div>
<a class=\"btn btn-sd\" href=\"";
// line 372
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("new-replace");
echo "?tab=new\">もっと見る</a>
</div>
</li>
<li class=\"top-construction__item\">
<img class=\"top-construction__item__img\" src=\"";
// line 376
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/construction-2.jpg"), "html", null, true);
echo "\">
<div class=\"top-construction__item__txt\">
<div>
<p class=\"top-construction__item__cnt\">02</p>
<h3 class=\"top-construction__item__ttl\">交換工事</h3>
<p class=\"top-construction__item__desc\">今、使っているエアコンを交換する工事を依頼したい方</p>
</div>
<a class=\"btn btn-sd\" href=\"";
// line 383
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("new-replace");
echo "?tab=replace\">もっと見る</a>
</div>
</li>
<li class=\"top-construction__item\">
<img class=\"top-construction__item__img\" src=\"";
// line 387
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/construction-3.jpg"), "html", null, true);
echo "\">
<div class=\"top-construction__item__txt\">
<div>
<p class=\"top-construction__item__cnt\">03</p>
<h3 class=\"top-construction__item__ttl\">移設工事</h3>
<p class=\"top-construction__item__desc\">転居等に伴い今使っているエアコンを別の場所に移設する工事を依頼したい方</p>
</div>
<a class=\"btn btn-sd\" href=\"";
// line 394
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("new-replace");
echo "?tab=newplace\">もっと見る</a>
</div>
</li>
<li class=\"top-construction__item\">
<img class=\"top-construction__item__img\" src=\"";
// line 398
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/top/construction-4.jpg"), "html", null, true);
echo "\">
<div class=\"top-construction__item__txt\">
<div>
<p class=\"top-construction__item__cnt\">04</p>
<h3 class=\"top-construction__item__ttl\">電気工事</h3>
<p class=\"top-construction__item__desc\">コンセントの新設や増設、ブレーカーの電圧変更等の電気工事を依頼したい方</p>
</div>
<a class=\"btn btn-sd\" href=\"";
// line 405
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("electrical");
echo "\">もっと見る</a>
</div>
</li>
</ul>
</div>
</section>
";
// line 412
$context["recommendeds"] = $this->extensions['Customize\Twig\Extension\CustomizeTopBlog']->getTopColumn(1, 5);
// line 413
echo " ";
if ((twig_length_filter($this->env, (isset($context["recommendeds"]) || array_key_exists("recommendeds", $context) ? $context["recommendeds"] : (function () { throw new RuntimeError('Variable "recommendeds" does not exist.', 413, $this->source); })())) > 0)) {
// line 414
echo " <div class=\"ec-reCommended\">
<div class=\"ec-reCommended__inner\">
<div class=\"group-border\">
<div class=\"ec-reCommended__title\">
<p>おすすめのコンテンツ</p>
</div>
<div class=\"lists\">
<div class=\"combo-mess\">
<div class=\"mess\">
<span>エアコンのお役立ち情報を紹介してるよ!</span>
</div>
<img class=\"sp\" src=\"";
// line 425
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/panda-healthcare_staff.png"), "html", null, true);
echo "\" alt=\"\">
</div>
<div class=\"ec-reCommended__list\">
";
// line 428
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["recommendeds"]) || array_key_exists("recommendeds", $context) ? $context["recommendeds"] : (function () { throw new RuntimeError('Variable "recommendeds" does not exist.', 428, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["blog"]) {
// line 429
echo " <a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cm_blog_pro_page_detail", ["id" => ((twig_get_attribute($this->env, $this->source, $context["blog"], "slug", [], "any", false, false, false, 429)) ? (twig_get_attribute($this->env, $this->source, $context["blog"], "slug", [], "any", false, false, false, 429)) : (twig_get_attribute($this->env, $this->source, $context["blog"], "id", [], "any", false, false, false, 429)))]), "html", null, true);
echo "\" class=\"item slick-slide ec-reCommended__item\">
";
// line 430
if (twig_get_attribute($this->env, $this->source, $context["blog"], "getMainListImage", [], "any", false, false, false, 430)) {
// line 431
echo " <img src=\"";
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["blog"], "getMainListImage", [], "any", false, false, false, 431)), "save_image"), "html", null, true);
echo "\">
";
} else {
// line 433
echo " <img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(""), "save_image"), "html", null, true);
echo "\" class='item_blog_image'>
";
}
// line 435
echo " <div class=\"title\">
<p>";
// line 436
(((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, $context["blog"], "getTitle", [], "any", false, false, false, 436)) > 45)) ? (print (twig_escape_filter($this->env, (twig_slice($this->env, twig_replace_filter(twig_striptags(twig_get_attribute($this->env, $this->source, $context["blog"], "getTitle", [], "any", false, false, false, 436)), [" " => " "]), 0, 45) . "..."), "html", null, true))) : (print (twig_get_attribute($this->env, $this->source, $context["blog"], "getTitle", [], "any", false, false, false, 436))));
echo "</p>
</div>
";
// line 441
echo " </a>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['blog'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 442
echo "
</div>
</div>
<div class=\"ec-reCommended__btn\">
<a href=\"";
// line 446
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("columns");
echo "\" class=\"btn btn-sd\">
<span>もっと見る</span>
</a>
</div>
</div>
";
// line 471
echo " </div>
</div>
";
}
// line 474
echo "
";
// line 586
echo "
";
// line 682
echo "
";
// line 754
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "index.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 737 => 754, 734 => 682, 731 => 586, 728 => 474, 723 => 471, 715 => 446, 709 => 442, 702 => 441, 697 => 436, 694 => 435, 688 => 433, 682 => 431, 680 => 430, 675 => 429, 671 => 428, 665 => 425, 652 => 414, 649 => 413, 647 => 412, 637 => 405, 627 => 398, 620 => 394, 610 => 387, 603 => 383, 593 => 376, 586 => 372, 576 => 365, 563 => 354, 557 => 353, 554 => 352, 547 => 348, 539 => 347, 536 => 346, 533 => 345, 530 => 344, 526 => 343, 519 => 338, 513 => 337, 510 => 336, 503 => 332, 495 => 331, 492 => 330, 489 => 329, 486 => 328, 482 => 327, 475 => 322, 469 => 321, 466 => 320, 459 => 316, 451 => 315, 448 => 314, 445 => 313, 442 => 312, 438 => 311, 410 => 286, 401 => 280, 390 => 272, 376 => 261, 369 => 257, 364 => 255, 350 => 244, 343 => 240, 338 => 238, 324 => 227, 317 => 223, 312 => 221, 297 => 211, 292 => 208, 287 => 194, 281 => 190, 271 => 189, 169 => 95, 159 => 94, 73 => 16, 63 => 15, 52 => 11, 50 => 13, 37 => 11,);
}
public function getSourceContext()
{
return new Source("{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% extends 'default_frame.twig' %}
{% set body_class = 'front_page' %}
{% block stylesheet %}
<style>
.slick-slider {
margin-bottom: 30px;
}
.slick-dots {
position: absolute;
bottom: -45px;
display: block;
width: 100%;
padding: 0;
list-style: none;
text-align: center;
}
.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
opacity: 1;
}
.slick-dots li button:before {
content: \" \";
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 12px;
height: 12px;
text-align: center;
opacity: .25;
background-color: black;
border-radius: 50%;
}
.slick-dots li.slick-active button:before {
opacity: .75;
background-color: black;
}
.slick-dots li button.thumbnail img {
width: 0;
height: 0;
}
</style>
{% endblock %}
{% block javascript %}
<script>
\$(function() {
\$('.main_visual').slick({
dots: true,
arrows: false,
// autoplay: true,
speed: 300
});
});
\$(function() {
\$('.ec-reCommended__list').slick({
infinite: true,
dots: true,
arrows: true,
slidesToShow: 3,
slidesToScroll: 1,
speed: 300,
responsive: [
{
breakpoint: 1200,
settings: {
slidesToShow: 2,
slidesToScroll: 1,
}
},
{
breakpoint: 768,
settings: {
slidesToShow: 1,
}
}
]
});
});
\$(function() {
\$('.ec-conStruction__list').slick({
infinite: true,
dots: true,
arrows: true,
slidesToShow: 3,
slidesToScroll: 1,
speed: 300,
responsive: [
{
breakpoint: 1200,
settings: {
slidesToShow: 2,
slidesToScroll: 1,
}
},
{
breakpoint: 768,
settings: {
slidesToShow: 1,
}
}
]
});
});
</script>
<script>
\$(document).ready(function() {
var checks = \$(\".show-on-change .group\");
checks.on('click', function (e) {
if (e.target.tagName.toUpperCase() == 'IMG' || e.target.tagName.toUpperCase() == 'P') {
var input = \$(this).find(\"input\");
if (input.prop(\"checked\") == false) {
input.prop(\"checked\", true);
} else {
input.prop(\"checked\", false);
}
}
});
});
</script>
<script>
\$(document).ready(function(){
\$(\"ul#tabs li\").click(function(e){
\$(\"ul#tabs li\").removeClass('active');
\$(this).addClass('active');
if (\$(this).index() == 1) {
\$('.show-on-change').addClass('show');
}
else{
\$('.show-on-change').removeClass('show');
}
});
});
</script>
{% endblock javascript %}
{% block main %}
<!-- slider -->
<section class=\"ec-sliderRole\">
<div class=\"main_visual pc\">
<div class=\"item slick-slide v2\">
<img src=\"{{ asset('assets/img/top/mv-01.jpg') }}\">
</div>
{# <div class=\"item slick-slide hbtn pc\">
<img src=\"{{ asset('assets/img/top/MV_2.jpg') }}\">
<div class=\"btn-slider\">
<div>
<a href=\"{{ url('user_data', {'route': 'strengths'}) }}\"><span>エアコンがおトクな</span>
<span>4つの秘密</span>
<span>はこちら</span>
<span>Click!</span>
</a>
</div>
</div>
</div> #}
</div>
<div class=\"main_visual sp\">
<div class=\"item slick-slide v2\">
<a href=\"{{ url('product_recommend') }}\"><img src=\"{{ asset('assets/img/top/mv-01-sp.jpg') }}\"></a>
</div>
</div>
</section>
<section class=\"top-recommended\">
<div class=\"top-recommended__inner ec-reCommended__inner\">
<h2 class=\"top-recommended__title\"><span>買うなら今<i>!</i>繁忙期前の今が安い<i>!</i></span><span>エアココのイチオシ<i>!</i></span></h2>
<ul class=\"top-recommended__items\">
<li class=\"top-recommended__item\">
<a href=\"{{ url('product_recommend') }}#group_32\">
<div class=\"top-recommended__item__img\">
<img src=\"{{ asset('assets/img/top/recommended-product-01.jpg') }}\">
</div>
<div class=\"top-recommended__item__txt\">
<p class=\"top-recommended__item__name\">
<img src=\"{{ asset('assets/img/product/trademark-nobd-32.png') }}\">
<span>白くまくん</span>
</p>
<p class=\"top-recommended__item__price\">
<span>6畳用</span>
<span>64,800<small>円~</small></span>
</p>
</div>
</a>
</li>
<li class=\"top-recommended__item\">
<a href=\"{{ url('product_recommend') }}#group_30\">
<div class=\"top-recommended__item__img\">
<img src=\"{{ asset('assets/img/top/recommended-product-02.jpg') }}\">
</div>
<div class=\"top-recommended__item__txt\">
<p class=\"top-recommended__item__name\">
<img src=\"{{ asset('assets/img/product/trademark-nobd-30.png') }}\">
<span>ダイキンRX</span>
</p>
<p class=\"top-recommended__item__price\">
<span>6畳用</span>
<span>184,900<small>円~</small></span>
</p>
</div>
</a>
</li>
<li class=\"top-recommended__item\">
<a href=\"{{ url('product_recommend') }}#group_30-2\">
<div class=\"top-recommended__item__img\">
<img src=\"{{ asset('assets/img/top/recommended-product-03.jpg') }}\">
</div>
<div class=\"top-recommended__item__txt\">
<p class=\"top-recommended__item__name\">
<img src=\"{{ asset('assets/img/product/trademark-nobd-30.png') }}\">
<span>ダイキンMX</span>
</p>
<p class=\"top-recommended__item__price\">
<span>6畳用</span>
<span>145,900<small>円~</small></span>
</p>
</div>
</a>
</li>
</ul>
<a href=\"{{ url('product_recommend') }}\" class=\"btn btn-sd\">おすすめ商品一覧へ</a>
</div>
</section>
<section class=\"top-service\">
<div class=\"top-service__inner ec-reCommended__inner\">
<ul class=\"top-service__items\">
<li class=\"top-service__item top-service__item--blue\">
<a href=\"{{ url('loan') }}\" class=\"btn btn-sd\">
<span>審査に不安がある方も安心!</span>
<span>自社ローン対象商品</span>
</a>
</li>
<li class=\"top-service__item top-service__item--white\">
<a href=\"{{ url('tel_service_product') }}\" class=\"btn btn-sd\">
<span>電話完結型サービス</span>
<span>対象商品</span>
</a>
</li>
</ul>
<div class=\"top-service__desc\">
<p>本体と工事費込でお得なエアコンを取り揃えています。ルームエアコンの購入、新規取り付け、買い替えはここからお選びください。空気清浄機能、内部クリーニング機能など、便利な機能のモデルも多数あります。販売から設置工事も行っているためトータルでお任せください。</p>
</div>
</div>
</section>
<section class=\"top-search\">
<div class=\"top-search__inner ec-reCommended__inner\">
<ul class=\"top-service__items\">
<li class=\"top-service__item top-service__item--blue vip\">
<a href=\"https://gogo002.xbiz.jp/rintec/products/list?category_id=8\" class=\"btn btn-sd\">
<span>通常のネット購入はこちら</span>
<span>※工事費用事前決済</span>
</a>
</li>
</ul>
<div class=\"top-search__item\">
<h3>機能から選ぶ</h3>
<ul>
{% for category in categories %}
{% if category.getParent() %}
{% if category.getParent().id == \"21\" %}
<li>
<a class=\"btn btn-sm\" href=\"{{ url('product_list') }}?category_id={{ category.id }}&active_idx=0&feature%5B%5D={{ category.id }}\">
{{ category.name | trans }}
</a>
</li>
{% endif %}
{% endif %}
{% endfor %}
</ul>
</div>
<div class=\"top-search__item\">
<h3>お部屋の広さから選ぶ</h3>
<ul>
{% for category in categories %}
{% if category.getParent() %}
{% if category.getParent().id == \"19\" %}
<li>
<a class=\"btn btn-sm\" href=\"{{ url('product_list') }}?category_id={{ category.id }}&active_idx=1&room%5B%5D={{ category.id }}\">
{{ category.name | trans }}
</a>
</li>
{% endif %}
{% endif %}
{% endfor %}
</ul>
</div>
<div class=\"top-search__item\">
<h3>メーカーから選ぶ</h3>
<ul>
{% for category in categories %}
{% if category.getParent() %}
{% if category.getParent().id == \"20\" %}
<li>
<a class=\"btn btn-sm\" href=\"{{ url('product_list') }}?category_id={{ category.id }}&active_idx=2&maker%5B%5D={{ category.id }}\">
{{ category.name | trans }}
</a>
</li>
{% endif %}
{% endif %}
{% endfor %}
</ul>
</div>
</div>
</section>
<section class=\"top-construction\" id=\"construction\">
<div class=\"top-construction__inner ec-reCommended__inner\">
<h2 class=\"top-construction__title\">工事のみのご依頼</h2>
<p class=\"top-construction__desc\">エアココでは、エアコン本体を購入せずに交換工事、新設工事、電気工事の工事のみも全国対応します。空調工事・電気工事会社からできたエアココならではのサービスですので、ぜひご活用ください。</p>
<ul class=\"top-construction__items\">
<li class=\"top-construction__item\">
<img class=\"top-construction__item__img\" src=\"{{ asset('assets/img/top/construction-1.jpg') }}\">
<div class=\"top-construction__item__txt\">
<div>
<p class=\"top-construction__item__cnt\">01</p>
<h3 class=\"top-construction__item__ttl\">新設工事</h3>
<p class=\"top-construction__item__desc\">今設置されていない部屋、新居先や転居先で新設する工事を依頼したい方</p>
</div>
<a class=\"btn btn-sd\" href=\"{{ url('new-replace') }}?tab=new\">もっと見る</a>
</div>
</li>
<li class=\"top-construction__item\">
<img class=\"top-construction__item__img\" src=\"{{ asset('assets/img/top/construction-2.jpg') }}\">
<div class=\"top-construction__item__txt\">
<div>
<p class=\"top-construction__item__cnt\">02</p>
<h3 class=\"top-construction__item__ttl\">交換工事</h3>
<p class=\"top-construction__item__desc\">今、使っているエアコンを交換する工事を依頼したい方</p>
</div>
<a class=\"btn btn-sd\" href=\"{{ url('new-replace') }}?tab=replace\">もっと見る</a>
</div>
</li>
<li class=\"top-construction__item\">
<img class=\"top-construction__item__img\" src=\"{{ asset('assets/img/top/construction-3.jpg') }}\">
<div class=\"top-construction__item__txt\">
<div>
<p class=\"top-construction__item__cnt\">03</p>
<h3 class=\"top-construction__item__ttl\">移設工事</h3>
<p class=\"top-construction__item__desc\">転居等に伴い今使っているエアコンを別の場所に移設する工事を依頼したい方</p>
</div>
<a class=\"btn btn-sd\" href=\"{{ url('new-replace') }}?tab=newplace\">もっと見る</a>
</div>
</li>
<li class=\"top-construction__item\">
<img class=\"top-construction__item__img\" src=\"{{ asset('assets/img/top/construction-4.jpg') }}\">
<div class=\"top-construction__item__txt\">
<div>
<p class=\"top-construction__item__cnt\">04</p>
<h3 class=\"top-construction__item__ttl\">電気工事</h3>
<p class=\"top-construction__item__desc\">コンセントの新設や増設、ブレーカーの電圧変更等の電気工事を依頼したい方</p>
</div>
<a class=\"btn btn-sd\" href=\"{{ url('electrical') }}\">もっと見る</a>
</div>
</li>
</ul>
</div>
</section>
{% set recommendeds = CustomizeTopColumn(1, 5) %}
{% if recommendeds|length > 0 %}
<div class=\"ec-reCommended\">
<div class=\"ec-reCommended__inner\">
<div class=\"group-border\">
<div class=\"ec-reCommended__title\">
<p>おすすめのコンテンツ</p>
</div>
<div class=\"lists\">
<div class=\"combo-mess\">
<div class=\"mess\">
<span>エアコンのお役立ち情報を紹介してるよ!</span>
</div>
<img class=\"sp\" src=\"{{ asset('assets/img/common/panda-healthcare_staff.png') }}\" alt=\"\">
</div>
<div class=\"ec-reCommended__list\">
{% for blog in recommendeds %}
<a href=\"{{ url('cm_blog_pro_page_detail', {'id': blog.slug ? blog.slug : blog.id}) }}\" class=\"item slick-slide ec-reCommended__item\">
{% if blog.getMainListImage %}
<img src=\"{{ asset(blog.getMainListImage|no_image_product, 'save_image') }}\">
{% else %}
<img src=\"{{ asset(''|no_image_product, 'save_image') }}\" class='item_blog_image'>
{% endif %}
<div class=\"title\">
<p>{{ blog.getTitle|length > 45 ? blog.getTitle|striptags|replace({(' '):' '})|slice(0, 45)|raw ~ '...' : blog.getTitle|raw }}</p>
</div>
{# <div class=\"text\">
<p>{{ blog.body|length > 50 ? blog.body|striptags|replace({(' '):' '})|slice(0, 50)|raw ~ '...' : blog.body|raw }}</p>
</div> #}
</a>
{% endfor %}
</div>
</div>
<div class=\"ec-reCommended__btn\">
<a href=\"{{ url('columns') }}\" class=\"btn btn-sd\">
<span>もっと見る</span>
</a>
</div>
</div>
{# <div class=\"message\">
<div class=\"group\">
<img src=\"{{ asset('assets/img/common/panda-m.png') }}\" alt=\"\">
</div>
<div class=\"mess\">
<p>
私たちはエアコンシェルジュのリンちゃんとテックくん。エアコンってどれがいいのか迷っちゃう…。<br class=\"pc\">クリーニングっていつするべき?そんなお悩みも全部エアココにおまかせ!エアコン選びも設置工事も私たちがお手伝いするね!
</p>
</div>
</div>
<div class=\"message r\">
<div class=\"mess\">
<p>
10年以上の実績のある電気工事会社が見積するから、安心、安全
</p>
</div>
<div class=\"group\">
<img src=\"{{ asset('assets/img/common/panda-fm.png') }}\" alt=\"\">
</div>
</div> #}
</div>
</div>
{% endif %}
{# <div class=\"ec-conDitinoer\" id=\"inroom\">
<div class=\"ec-conDitinoer__inner\">
<div class=\"inner\">
<div class=\"ec-conDitinoer__title\">
<div class=\"group-image\">
<img src=\"{{ asset('assets/img/common/ic-air_conditioner-w.png') }}\" alt=\"\">
<p>個人でご購入のお客様はこちら</p>
</div>
<p>ルームエアコン</p>
</div>
<div class=\"ec-conDitinoer__text\">
<p>本体と工事費込でお得なエアコンを取り揃えています。ルームエアコンの購入、新規取り付け、買い替えはここからお選びください。空気清浄機能、内部クリーニング機能など、便利な機能のモデルも多数あります。販売から設置工事も行っているためトータルでお任せください。</p>
</div>
<div class=\"select_product\">
<div class=\"title\">
<p>商品を選ぶ</p>
</div>
<div class=\"list\">
<a href=\"{{ url('product_recommend') }}\" class=\"item\">
<img src=\"{{ asset('assets/img/top/select-p-1.jpg') }}\" alt=\"\">
<span class=\"v2\">エアココサイト<br />開設キャンペーン<br />
<div class=\"panda\">
<img src=\"{{ asset('assets/img/common/panda-m.png') }}\" alt=\"\">
<img src=\"{{ asset('assets/img/common/panda-fm.png') }}\" alt=\"\">
</div>
</span>
<span class=\"v2\"></span>
<span class=\"v2\"></span>
<span class=\"arr v2\"></span>
</a>
<a href=\"{{ url('product_list') }}?category_id=8\" class=\"item\">
<img src=\"{{ asset('assets/img/top/select-p-2.jpg') }}\" alt=\"\">
<span>機能から選ぶ</span>
<span></span>
<span></span>
<span class=\"arr\"></span>
</a>
<a href=\"{{ url('product_list') }}?category_id=8&active_idx=1\" class=\"item\">
<img src=\"{{ asset('assets/img/top/select-p-3.jpg') }}\" alt=\"\">
<span>お部屋の<br />広さから選ぶ</span>
<span></span>
<span></span>
<span class=\"arr\"></span>
</a>
<a href=\"{{ url('product_list') }}?category_id=8&active_idx=2\" class=\"item\">
<img src=\"{{ asset('assets/img/top/select-p-4.jpg') }}\" alt=\"\">
<span>メーカーから選ぶ</span>
<span></span>
<span></span>
<span class=\"arr\"></span>
</a>
</div>
</div>
<div class=\"construction\">
<div class=\"anchor\">
<div class=\"anchor__inner\" id=\"construction\"></div>
</div>
<div class=\"title\">
<p>工事について</p>
</div>
<div class=\"list-cate\">
<a href=\"{{ url('new-replace') }}#replace\" class=\"cate\">
<span>交換工事</span>
</a>
<a href=\"{{ url('new-replace') }}#new\" class=\"cate\">
<span>新設工事</span>
</a>
<a href=\"{{ url('electrical') }}\" class=\"cate\">
<span>電気工事</span>
</a>
</div>
<div class=\"list-service\">
<div class=\"service\">
<div class=\"group\">
<div class=\"title\">
<p>ルーム用 エアコンクリーニング</p>
</div>
<img class=\"sp\" src=\"{{ asset('assets/img/common/kuma-children.png') }}\" alt=\"\">
<div class=\"text\">
<p>近日公開予定</p>
</div>
<a href=\"{{ url('user_data', {'route': 'cleaning-room'}) }}\" class=\"btn hidden\">
<span>詳細はこちら</span>
</a>
</div>
<img class=\"pc\" src=\"{{ asset('assets/img/common/kuma-children.png') }}\" alt=\"\">
</div>
<span></span>
<div class=\"service\">
<div class=\"group\">
<div class=\"title\">
<p>ルーム用 エアコン工事</p>
</div>
<img class=\"sp\" src=\"{{ asset('assets/img/common/panda-healthcare_staff.png') }}\" alt=\"\">
<div class=\"text\">
<p>エアコンの取り付けや、交換工事、新設工事、電気工事はこちらからお申し込みください。手順やオプションもご紹介しています。</p>
</div>
<a href=\"{{ url('user_data', {'route': 'construction-room'}) }}\" class=\"btn\">
<span>詳細はこちら</span>
</a>
</div>
<img class=\"pc\" src=\"{{ asset('assets/img/common/panda-healthcare_staff.png') }}\" alt=\"\">
</div>
</div>
</div>
</div>
</div>
</div> #}
{# <div class=\"ec-comMercial\">
<div class=\"ec-comMercial__inner\">
<div class=\"ec-comMercial__title\">
<div class=\"group-image\">
<img src=\"{{ asset('assets/img/common/ic-double-wrench.png') }}\" alt=\"\">
<p>店舗や企業でご購入のお客様はこちら</p>
</div>
<p>業務用エアコン</p>
</div>
<div class=\"ec-comMercial__text\">
<p>フロン排出抑制法によって3か月ごとの簡易点検と、定期点検の義務があります。今設置している業務用エアコンの交換が必要になるケースもあります。業務用エアコンの新規取付、交換、定期点検もお任せください。</p>
</div>
<div class=\"ec-comMercial__list\">
<a href=\"http://gyoumu.aircoco.shop/index.html\" target=\"_blank\" class=\"item\">
<p>フロン排出抑制法に伴う<br>責任義務と定期点検</p>
</a>
<a href=\"https://env-hozen.jp/\" target=\"_blank\" class=\"item\">
<img src=\"{{ asset('assets/img/top/logo_env.png') }}\" alt=\"\">
</a>
</div>
<div class=\"list-btn\">
<a href=\"{{ url('contact') }}?type=6\" class=\"btn\">
<span>フロン排出抑制法についての<br />
お問い合わせはこちら</span>
</a>
</div>
<div class=\"title\" id=\"outroom\">
<p>商品を選ぶ</p>
</div>
<form name=\"form1\" id=\"form1\" method=\"get\" action=\"{{ url('product_list') }}\">
<input type=\"hidden\" name=\"category_id\" value=\"7\">
<div class=\"ec-comMercial__tabs\">
<ul id=\"tabs\">
<li class=\"active\">新規</li>
<li>交換</li>
</ul>
<div id=\"tab\">
<div class=\"item active\">
<div class=\"title\">
<p>業種を選ぶ</p>
</div>
<div class=\"group-checkbox\">
{% for category in categories %}
{% if category.getParent() %}
{% if category.getParent().id == \"50\" %}
<div class=\"group\">
<input type=\"checkbox\" id=\"kind_{{ category.id }}\" name=\"kind[]\" value=\"{{ category.id }}\">
<label for=\"kind_{{ category.id }}\">{{ category.name | trans }}</label>
</div>
{% endif %}
{% endif %}
{% endfor %}
</div>
<div class=\"show-on-change\">
<div class=\"title\">
<p>形を選ぶ</p>
</div>
<div class=\"group-checkbox v2\">
{% for category in categories %}
{% if category.getParent() %}
{% if category.getParent().id == \"51\" %}
<div class=\"group\">
<input type=\"checkbox\" name=\"shape[]\" value=\"{{ category.id }}\">
<img src=\"{{ asset('assets/img/top') }}/img-check-{{category.id}}.jpg\" alt=\"\">
<p>{{ category.name | trans }}</p>
</div>
{% endif %}
{% endif %}
{% endfor %}
</div>
</div>
<div class=\"button\">
<button type=\"submit\" class=\"btn\">
<span>エアコンを探す</span>
</button>
</div>
</div>
</div>
</div>
</form>
<div class=\"message\">
<div class=\"mess\">
<p>業務用エアコンの点検をしないと罰則の対象になることもあるよ。エアココなら取り付けや交換だけじゃなくて、業務用エアコンの点検もおまかせ!</p>
</div>
<img src=\"{{ asset('assets/img/common/panda-read_book.png') }}\" alt=\"\">
</div>
</div>
</div> #}
{# {% set constructions = CustomizeTopColumn(null, 5) %}
{% if constructions|length > 0 %}
<div class=\"ec-conStruction\">
<div class=\"ec-conStruction__inner\">
<div class=\"ec-conStruction__title\">
<p>工事実績</p>
</div>
<div class=\"ec-conStruction__list\">
{% for blog in constructions %}
<a href=\"{{ url('cm_blog_pro_page_detail', {'id': blog.slug ? blog.slug : blog.id}) }}\" class=\"item slick-slide ec-conStruction__item\">
{% if blog.getMainListImage %}
<img src=\"{{ asset(blog.getMainListImage|no_image_product, 'save_image') }}\">
{% else %}
<img src=\"{{ asset(''|no_image_product, 'save_image') }}\" class='item_blog_image'>
{% endif %}
<div class=\"title\">
<p>{{ blog.getTitle|length > 45 ? blog.getTitle|striptags|replace({(' '):' '})|slice(0, 45)|raw ~ '...' : blog.getTitle|raw }}</p>
</div>
<div class=\"group\">
<div class=\"date\"><span>{{blog.release_date|date('Y.m.d')}}</span></div>
<div class=\"user\">
{% for category in blog.getBlogCategories %}
<span>{{ category.getCategory.getName|raw }}</span>
{% endfor %}
</div>
</div>
</a>
{% endfor %}
</div>
<div class=\"ec-conStruction__btn\">
<a href=\"{{ url('results') }}\" class=\"btn\"><span>工事実績をもっと見る</span></a>
<a href=\"{{ url('user_data', {'route': 'workplace'}) }}\" class=\"btn\"><span>工事の詳細を見る</span></a>
</div>
<div class=\"list-service\">
<div class=\"service\">
<div class=\"group\">
<div class=\"title\">
<p>業務用 エアコンクリーニング</p>
</div>
<img class=\"sp\" src=\"{{ asset('assets/img/common/kuma-student.png') }}\" alt=\"\">
<div class=\"text\">
<p>近日公開予定</p>
</div>
<a href=\"{{ url('user_data', {'route': 'cleaning-workplace'}) }}\" class=\"btn hidden\">
<span>詳細はこちら</span>
</a>
</div>
<img class=\"pc\" src=\"{{ asset('assets/img/common/kuma-student.png') }}\" alt=\"\">
</div>
<span></span>
<div class=\"service\">
<div class=\"group\">
<div class=\"title\">
<p>業務用 エアコン工事</p>
</div>
<img class=\"sp\" src=\"{{ asset('assets/img/common/panda-healthcare_staff.png') }}\" alt=\"\">
<div class=\"text\">
<p>エアコン設置の穴あけ、拡張工事はアスベスト含有の事前調査が必要になりました。調査や取り付け、交換も電気工事のプロが責任を持って対応します。</p>
</div>
<a href=\"{{ url('user_data', {'route': 'construction-workplace'}) }}\" class=\"btn\">
<span>詳細はこちら</span>
</a>
</div>
<img class=\"pc\" src=\"{{ asset('assets/img/common/panda-healthcare_staff.png') }}\" alt=\"\">
</div>
</div>
</div>
</div>
{% endif %} #}
{% endblock %}
", "index.twig", "/home/gogo002/gogo002.xbiz.jp/public_html/rintec/app/template/default/index.twig");
}
}