<?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;
/* price.twig */
class __TwigTemplate_0ab6dd1da1cb23095139bcc4c8960d42 extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'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_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "price.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "price.twig"));
$this->parent = $this->loadTemplate("default_frame.twig", "price.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 4
echo " <div class=\"c-section\">
<div class=\"p-price-table\">
<table class=\"c-table-04\">
<caption>室内機1台・室外機1台の入替え工事例です。<br>(古いエアコンの取り外し費用と処分費・行程管理票発行費・標準工事費に含まれない工事・諸経費等は別途かかります。)<br>
※すべて税込価格となります</caption>
<tbody>
<tr>
<th><span class=\"s-no-sp\">エアコン</span>形状<span class=\"s-only-sp\">・種類</span></th>
<th>エアコン種類</th>
<th><span class=\"s-no-sp\">エアコン</span>馬力</th>
<th><span class=\"s-no-sp\">エアコン</span>設置場所</th>
<th><span class=\"s-no-sp\">エアコン</span>工事標準価格</th>
</tr>
<tr>
<td>
<figure><img src=\"";
// line 19
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/img_pro_03.png"), "html", null, true);
echo "\" alt=\"天井カセット1方向エアコン\">
<figcaption>天井カセット<br>1方向</figcaption>
</figure>
</td>
<td>天井カセット<br>1方向</td>
<td>1.5~3馬力</td>
<td>オフィス<br>飲食店・美容院<br>教育施設<br>病院・福祉施設</td>
<td>¥<span class=\"s-price\">82,500</span>~</td>
</tr>
<tr>
<td>
<figure><img src=\"";
// line 30
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/img_pro_02.png"), "html", null, true);
echo "\" alt=\"天井カセット2方向エアコン\">
<figcaption>天井カセット<br>2方向</figcaption>
</figure>
</td>
<td>天井カセット<br>2方向</td>
<td>1.5~6馬力</td>
<td>オフィス<br>飲食店・美容院<br>教育施設<br>病院・福祉施設</td>
<td>¥<span class=\"s-price\">82,500</span>~</td>
</tr>
<tr>
<td>
<figure><img src=\"";
// line 41
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/img_pro_01.png"), "html", null, true);
echo "\" alt=\"天井カセット4方向エアコン\">
<figcaption>天井カセット<br>4方向</figcaption>
</figure>
</td>
<td>天井カセット<br>4方向</td>
<td>1.5~6馬力</td>
<td>オフィス<br>飲食店・美容院<br>教育施設<br>病院・福祉施設</td>
<td>¥<span class=\"s-price\">82,500</span>~</td>
</tr>
<tr>
<td>
<figure><img src=\"";
// line 52
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/img_pro_07.png"), "html", null, true);
echo "\" alt=\"天井ビルトイン形エアコン\">
<figcaption>天井<br>ビルトイン形</figcaption>
</figure>
</td>
<td>天井ビルトイン形</td>
<td>1.5~6馬力</td>
<td>オフィス<br>飲食店・美容院<br>教育施設<br>病院・福祉施設</td>
<td>¥<span class=\"s-price\">93,500</span>~</td>
</tr>
<tr>
<td>
<figure><img src=\"";
// line 63
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/img_pro_08.png"), "html", null, true);
echo "\" alt=\"天井埋め込みダクト形エアコン\">
<figcaption>天井埋め込み<br>ダクト形</figcaption>
</figure>
</td>
<td>天井埋め込み<br>ダクト形</td>
<td>2~10馬力</td>
<td>オフィス<br>工場・倉庫</td>
<td>¥<span class=\"s-price\">93,500</span>~</td>
</tr>
<tr>
<td>
<figure><img src=\"";
// line 74
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/img_pro_09.png"), "html", null, true);
echo "\" alt=\"天吊自在形ワンダ風流エアコン\">
<figcaption>天吊自在形<br>ワンダ風流</figcaption>
</figure>
</td>
<td>天吊自在形<br>ワンダ風流</td>
<td>1.5~5馬力</td>
<td>飲食店・美容院</td>
<td>¥<span class=\"s-price\">82,500</span>~</td>
</tr>
<tr>
<td>
<figure><img src=\"";
// line 85
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/img_pro_04.png"), "html", null, true);
echo "\" alt=\"天井吊り形エアコン\">
<figcaption>天井吊り形</figcaption>
</figure>
</td>
<td>天井吊り形</td>
<td>1.5~10馬力</td>
<td>飲食店・美容院<br>教育施設<br>工場・倉庫</td>
<td>¥<span class=\"s-price\">82,500</span>~</td>
</tr>
<tr>
<td>
<figure><img src=\"";
// line 96
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/img_pro_05.png"), "html", null, true);
echo "\" alt=\"壁掛け形エアコン\">
<figcaption>壁掛け形</figcaption>
</figure>
</td>
<td>壁掛け形</td>
<td>1.5~4馬力</td>
<td>オフィス<br>飲食店・美容院<br>教育施設</td>
<td>¥<span class=\"s-price\">38,500</span>~</td>
</tr>
<tr>
<td>
<figure><img src=\"";
// line 107
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/img_pro_06.png"), "html", null, true);
echo "\" alt=\"床置き形エアコン\">
<figcaption>床置き形</figcaption>
</figure>
</td>
<td>床置き形</td>
<td>2~10馬力</td>
<td>飲食店・美容院<br>教育施設<br>工場・倉庫</td>
<td>¥<span class=\"s-price\">71,500</span>~</td>
</tr>
<tr>
<td>
<figure><img src=\"";
// line 118
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/img_pro_11.png"), "html", null, true);
echo "\" alt=\"マルチエアコン\">
<figcaption>マルチ<br>エアコン</figcaption>
</figure>
</td>
<td>マルチエアコン</td>
<td>3~10馬力</td>
<td>オフィス<br>飲食店・美容院<br>教育施設<br>病院・福祉施設</td>
<td class=\"align-left\">エアコンの種類・形状により価格が変わります。<br>当社専任担当にご相談ください</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class=\"c-section\">
<h2 class=\"c-title-07\"><span class=\"s-text\">業務用エアコン標準工事に含まれるもの</span></h2>
<ol class=\"c-list-alpha\">
<li>冷媒配管: 4Mまで</li>
<li>VPドレン: 4Mまで</li>
<li>簡易現場養生費(設置場所周辺のみ)</li>
<li>エアコン梱包材処分費</li>
<li>吊り金具・保温材等雑材費</li>
</ol>
</div>
<div class=\"c-section\">
<h2 class=\"c-title-07\"><span class=\"s-text\">別途費用がかかるもの(代表的な例)</span></h2>
<ol class=\"c-list-alpha\">
<li>電源工事</li>
<li>現場までの交通費</li>
<li>駐車場代(駐車場がない場合)</li>
<li>標準工事を超える材料を使用した場合(現地確認後お見積り)</li>
<li>機械の搬入搬出で重機を使用する場合</li>
<li>古いエアコンの取り外し費用・外したエアコンの処分費用(当社処分の場合)</li>
<li>早朝・深夜等の基本時間外工事の場合(基本工事時間9時~18時)</li>
<li>室外機を1F以外に設置する場合(人力による階段搬入・特殊な場所への設置)</li>
<li>内装工事などに伴い1日で終わらない工事については別途費用がかかります。</li>
<li>上記標準工事に含まれない工事</li>
</ol>
</div>
<div class=\"c-note-01\">
<p class=\"s-text-01\">当社専任担当による無料現場調査終了後正式なお見積りをお出しいたします。<br>
現場調査時に無駄なコストがかからない工事方法をご提案させていただきます。<br>
他社様のお見積り詳細があれば現地にて当社専任担当に教えてください。<br>
価格で他社様に負けないような特別価格をご提示させていただきます。<br>
まずはお気軽にエアコンワークまでお電話または無料お見積り依頼フォームから、お問い合わせください。</p>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "price.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 211 => 118, 197 => 107, 183 => 96, 169 => 85, 155 => 74, 141 => 63, 127 => 52, 113 => 41, 99 => 30, 85 => 19, 68 => 4, 58 => 3, 35 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'default_frame.twig' %}
{% block main %}
<div class=\"c-section\">
<div class=\"p-price-table\">
<table class=\"c-table-04\">
<caption>室内機1台・室外機1台の入替え工事例です。<br>(古いエアコンの取り外し費用と処分費・行程管理票発行費・標準工事費に含まれない工事・諸経費等は別途かかります。)<br>
※すべて税込価格となります</caption>
<tbody>
<tr>
<th><span class=\"s-no-sp\">エアコン</span>形状<span class=\"s-only-sp\">・種類</span></th>
<th>エアコン種類</th>
<th><span class=\"s-no-sp\">エアコン</span>馬力</th>
<th><span class=\"s-no-sp\">エアコン</span>設置場所</th>
<th><span class=\"s-no-sp\">エアコン</span>工事標準価格</th>
</tr>
<tr>
<td>
<figure><img src=\"{{ asset('assets/img/common/img_pro_03.png') }}\" alt=\"天井カセット1方向エアコン\">
<figcaption>天井カセット<br>1方向</figcaption>
</figure>
</td>
<td>天井カセット<br>1方向</td>
<td>1.5~3馬力</td>
<td>オフィス<br>飲食店・美容院<br>教育施設<br>病院・福祉施設</td>
<td>¥<span class=\"s-price\">82,500</span>~</td>
</tr>
<tr>
<td>
<figure><img src=\"{{ asset('assets/img/common/img_pro_02.png') }}\" alt=\"天井カセット2方向エアコン\">
<figcaption>天井カセット<br>2方向</figcaption>
</figure>
</td>
<td>天井カセット<br>2方向</td>
<td>1.5~6馬力</td>
<td>オフィス<br>飲食店・美容院<br>教育施設<br>病院・福祉施設</td>
<td>¥<span class=\"s-price\">82,500</span>~</td>
</tr>
<tr>
<td>
<figure><img src=\"{{ asset('assets/img/common/img_pro_01.png') }}\" alt=\"天井カセット4方向エアコン\">
<figcaption>天井カセット<br>4方向</figcaption>
</figure>
</td>
<td>天井カセット<br>4方向</td>
<td>1.5~6馬力</td>
<td>オフィス<br>飲食店・美容院<br>教育施設<br>病院・福祉施設</td>
<td>¥<span class=\"s-price\">82,500</span>~</td>
</tr>
<tr>
<td>
<figure><img src=\"{{ asset('assets/img/common/img_pro_07.png') }}\" alt=\"天井ビルトイン形エアコン\">
<figcaption>天井<br>ビルトイン形</figcaption>
</figure>
</td>
<td>天井ビルトイン形</td>
<td>1.5~6馬力</td>
<td>オフィス<br>飲食店・美容院<br>教育施設<br>病院・福祉施設</td>
<td>¥<span class=\"s-price\">93,500</span>~</td>
</tr>
<tr>
<td>
<figure><img src=\"{{ asset('assets/img/common/img_pro_08.png') }}\" alt=\"天井埋め込みダクト形エアコン\">
<figcaption>天井埋め込み<br>ダクト形</figcaption>
</figure>
</td>
<td>天井埋め込み<br>ダクト形</td>
<td>2~10馬力</td>
<td>オフィス<br>工場・倉庫</td>
<td>¥<span class=\"s-price\">93,500</span>~</td>
</tr>
<tr>
<td>
<figure><img src=\"{{ asset('assets/img/common/img_pro_09.png') }}\" alt=\"天吊自在形ワンダ風流エアコン\">
<figcaption>天吊自在形<br>ワンダ風流</figcaption>
</figure>
</td>
<td>天吊自在形<br>ワンダ風流</td>
<td>1.5~5馬力</td>
<td>飲食店・美容院</td>
<td>¥<span class=\"s-price\">82,500</span>~</td>
</tr>
<tr>
<td>
<figure><img src=\"{{ asset('assets/img/common/img_pro_04.png') }}\" alt=\"天井吊り形エアコン\">
<figcaption>天井吊り形</figcaption>
</figure>
</td>
<td>天井吊り形</td>
<td>1.5~10馬力</td>
<td>飲食店・美容院<br>教育施設<br>工場・倉庫</td>
<td>¥<span class=\"s-price\">82,500</span>~</td>
</tr>
<tr>
<td>
<figure><img src=\"{{ asset('assets/img/common/img_pro_05.png') }}\" alt=\"壁掛け形エアコン\">
<figcaption>壁掛け形</figcaption>
</figure>
</td>
<td>壁掛け形</td>
<td>1.5~4馬力</td>
<td>オフィス<br>飲食店・美容院<br>教育施設</td>
<td>¥<span class=\"s-price\">38,500</span>~</td>
</tr>
<tr>
<td>
<figure><img src=\"{{ asset('assets/img/common/img_pro_06.png') }}\" alt=\"床置き形エアコン\">
<figcaption>床置き形</figcaption>
</figure>
</td>
<td>床置き形</td>
<td>2~10馬力</td>
<td>飲食店・美容院<br>教育施設<br>工場・倉庫</td>
<td>¥<span class=\"s-price\">71,500</span>~</td>
</tr>
<tr>
<td>
<figure><img src=\"{{ asset('assets/img/common/img_pro_11.png') }}\" alt=\"マルチエアコン\">
<figcaption>マルチ<br>エアコン</figcaption>
</figure>
</td>
<td>マルチエアコン</td>
<td>3~10馬力</td>
<td>オフィス<br>飲食店・美容院<br>教育施設<br>病院・福祉施設</td>
<td class=\"align-left\">エアコンの種類・形状により価格が変わります。<br>当社専任担当にご相談ください</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class=\"c-section\">
<h2 class=\"c-title-07\"><span class=\"s-text\">業務用エアコン標準工事に含まれるもの</span></h2>
<ol class=\"c-list-alpha\">
<li>冷媒配管: 4Mまで</li>
<li>VPドレン: 4Mまで</li>
<li>簡易現場養生費(設置場所周辺のみ)</li>
<li>エアコン梱包材処分費</li>
<li>吊り金具・保温材等雑材費</li>
</ol>
</div>
<div class=\"c-section\">
<h2 class=\"c-title-07\"><span class=\"s-text\">別途費用がかかるもの(代表的な例)</span></h2>
<ol class=\"c-list-alpha\">
<li>電源工事</li>
<li>現場までの交通費</li>
<li>駐車場代(駐車場がない場合)</li>
<li>標準工事を超える材料を使用した場合(現地確認後お見積り)</li>
<li>機械の搬入搬出で重機を使用する場合</li>
<li>古いエアコンの取り外し費用・外したエアコンの処分費用(当社処分の場合)</li>
<li>早朝・深夜等の基本時間外工事の場合(基本工事時間9時~18時)</li>
<li>室外機を1F以外に設置する場合(人力による階段搬入・特殊な場所への設置)</li>
<li>内装工事などに伴い1日で終わらない工事については別途費用がかかります。</li>
<li>上記標準工事に含まれない工事</li>
</ol>
</div>
<div class=\"c-note-01\">
<p class=\"s-text-01\">当社専任担当による無料現場調査終了後正式なお見積りをお出しいたします。<br>
現場調査時に無駄なコストがかからない工事方法をご提案させていただきます。<br>
他社様のお見積り詳細があれば現地にて当社専任担当に教えてください。<br>
価格で他社様に負けないような特別価格をご提示させていただきます。<br>
まずはお気軽にエアコンワークまでお電話または無料お見積り依頼フォームから、お問い合わせください。</p>
</div>
{% endblock %}
", "price.twig", "/home/airconwork/airconwork.co.jp/public_html/app/template/airconwork/price.twig");
}
}