<?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;
/* @user_data/construction_only.twig */
class __TwigTemplate_bfeba3693c106736b6330b9ed83064acfc3a95d6847db7e466c1d3eaa50b48bc 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 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", "@user_data/construction_only.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@user_data/construction_only.twig"));
// line 3
$this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 3, $this->source); })()), [0 => "Form/form_div_layout.twig"], true);
// line 1
$this->parent = $this->loadTemplate("default_frame.twig", "@user_data/construction_only.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 5
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 6
echo " <style>
.form-check.flex{
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 5px;
}
.construction-input-text__item{
display: flex;
align-items: center;
justify-content: flex-start;
gap: 1rem;
margin: 5px 0;
}
.construction-input-text__item span:first-child{
width: 7rem;
}
.construction-input-text__item input[type=\"text\"]{
width: 5rem;
text-align: center;
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 30
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 31
echo " <script src=\"https://cdnjs.cloudflare.com/ajax/libs/numeral.js/2.0.6/numeral.min.js\"></script>
<script>
var CountTatami = {
countType1: 0, //6-14
countType2: 0, //16-20
countType3: 0, //23-
};
\$(function() {
SetRequiredContent1();
SetRequiredContent2(\"construction_type_07\", \"交換\", \".construction_type_07_02_v1\");
SetRequiredContent2(\"construction_type_07\", \"新設工事に加えて移設工事も希望\", \".construction_type_07_02_v2\");
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
SetRequiredContent2(\"electrical_outlet_07\", \"あり\", \".electrical_outlet_07_02\");
SetRequiredContent2(\"room_size_07\", \"なし\", \".room_size_07_02\");
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
SetRequiredContent2(\"piping_status_07\", \"隠蔽配管\", \".piping_status_07_02\");
SetRequiredContent2(\"outdoor_cover\", \"必要\", \".outdoor_cover_02\");
SetRequiredContent2(\"setting_install_method\", \"新規取付\", \".construction_method_07_v1\");
SetRequiredContent2(\"setting_install_method\", \"交換\", \".construction_method_07_v2\");
\$(\"input[name='construction_type_07']\").change(function() {
SetRequiredContent2(\"construction_type_07\", \"交換\", \".construction_type_07_02_v1\");
SetRequiredContent2(\"construction_type_07\", \"新設工事に加えて移設工事も希望\", \".construction_type_07_02_v2\");
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
});
\$(\"input[name='construction_type_07_02_v2']\").change(function() {
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
});
\$(\"input[name='construction_type_07_03_v1']\").change(function() {
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
});
\$(\"input[name='electrical_outlet_07']\").change(function() {
SetRequiredContent2(\"electrical_outlet_07\", \"あり\", \".electrical_outlet_07_02\");
});
\$(\"input[name='room_size_07']\").change(function() {
SetRequiredContent2(\"room_size_07\", \"なし\", \".room_size_07_02\");
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
});
\$(\"input[name='room_size_07_02']\").change(function() {
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
});
\$(\"input[name='piping_status_07']\").change(function() {
SetRequiredContent2(\"piping_status_07\", \"隠蔽配管\", \".piping_status_07_02\");
});
\$(\"input[name='outdoor_cover']\").change(function() {
SetRequiredContent2(\"outdoor_cover\", \"必要\", \".outdoor_cover_02\");
});
\$(\"input[name='setting_install_method']\").change(function() {
SetRequiredContent2(\"setting_install_method\", \"新規取付\", \".construction_method_07_v1\");
SetRequiredContent2(\"setting_install_method\", \"交換\", \".construction_method_07_v2\");
});
CalcConstructionNumber();
\$('.construction-input-text__item input').on('change', function() {
CalcConstructionNumber();
CalcPrice();
});
CalcPrice();
\$('input[type=\"radio\"]').on('change', function() {
CalcPrice();
});
});
function SetRequiredContent1() {
\$(\"#tableSecond .content-1 input\").each(function(index, el) {
if (\$(this).attr('name') != 'construction_date_2'
&& \$(this).attr('name') != 'construction_date_3'
&& \$(this).attr('name') != 'construction_6'
&& \$(this).attr('name') != 'construction_16'
&& \$(this).attr('name') != 'construction_23'
&& \$(this).attr('type') != 'hidden') {
\$(this).attr('required', 'required');
}
});
\$('#construction_16').removeAttr('required');
\$('#construction_23').removeAttr('required');
if (\$('#construction_6').val() == \"\" && \$('#construction_16').val() == \"\" && \$('#construction_23').val() == \"\") {
\$('#construction_6').attr('required', 'required');
}
else{
\$('#construction_6').removeAttr('required');
}
}
function SetRequiredContent2(nameInput, condition , classCheck) {
var selectedValue = \$(\"input[name='\"+ nameInput +\"']:checked\").val();
if (selectedValue === condition) {
\$(classCheck).css(\"display\", \"flex\");
\$(\"#tableSecond \" + classCheck + \" input\").each(function(index, el) {
if (\$(this).attr('type') != 'hidden') {
\$(this).attr('required', 'required');
}
});
} else {
\$(classCheck).css(\"display\", \"none\");
\$(\"#tableSecond \" + classCheck + \" input\").each(function(index, el) {
\$(this).prop('checked', false).removeAttr('required');
});
}
}
function CalcPrice() {
const basePriceType1 = 15980;
const basePriceType2 = 19980;
const basePriceType3 = 23980;
var product_total_price = 0;
var BasePrice = {
type1: CountTatami.countType1 * basePriceType1,
type2: CountTatami.countType2 * basePriceType2,
type3: CountTatami.countType3 * basePriceType3,
};
var totalBasePrice = BasePrice.type1 + BasePrice.type2 + BasePrice.type3;
\$('input[type=\"radio\"]').each(function() {
let hidden_price = \$(this).closest('div').find('input[type=\"hidden\"]');
if (hidden_price.length > 0) {
hidden_price.val('');
}
});
var construction_price = 0;
\$('input[type=\"radio\"]:checked').each(function() {
let selectedPrice = \$(this).data('price');
construction_price += selectedPrice;
let hidden_price = \$(this).closest('div').find('input[type=\"hidden\"]');
if (hidden_price.length > 0) {
hidden_price.val(selectedPrice);
}
});
var number_install = Number(\$('#number_install').val());
var construction_total_price = totalBasePrice + construction_price * number_install;
var discountQuantity = 0;
switch (number_install) {
case 1:
discountQuantity = 0;
break;
case 2:
discountQuantity = 0.05;
break;
case 3:
discountQuantity = 0.1;
break;
default:
discountQuantity = 0.15;
break;
}
var total_price = product_total_price + construction_total_price;
var discount_price = Math.round(total_price * discountQuantity);
total_price = total_price - discount_price;
\$('#construction_base_price_1').val(BasePrice.type1);
\$('#construction_base_price_2').val(BasePrice.type2);
\$('#construction_base_price_3').val(BasePrice.type3);
\$('#construction_total_price').val(construction_total_price);
\$('#construction_discount').val(discount_price);
\$('#total-price').text(numeral(total_price).format('0,0') + \"円\");
\$('.product_price').text(numeral(product_total_price).format('0,0'));
\$('.base_price').text(numeral(totalBasePrice).format('0,0'));
\$('.add_price').text(numeral(construction_total_price - totalBasePrice).format('0,0'));
// console.log(\"----------------\")
// console.log(\" base_price: \" + \$('.base_price').eq(0).text());
// console.log(\" add_price: \" + \$('.add_price').eq(0).text());
// console.log(\"total-price: \" + \$('#total-price').text());
}
function CalcConstructionNumber() {
CountTatami.countType1 = 0;
CountTatami.countType2 = 0;
CountTatami.countType3 = 0;
if (\$.isNumeric(\$('#construction_6').val())) {
CountTatami.countType1 = Number(\$('#construction_6').val());
}
if (\$.isNumeric(\$('#construction_16').val())) {
CountTatami.countType2 = Number(\$('#construction_16').val());
}
if (\$.isNumeric(\$('#construction_23').val())) {
CountTatami.countType3 = Number(\$('#construction_23').val());
}
\$('#number_install').val(CountTatami.countType1 + CountTatami.countType2 + CountTatami.countType3);
}
</script>
<script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
<script>
\$(document).ready(function() {
// \$('.contact_type').change(function() {
// location.href = \"";
// line 255
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("contact");
echo "?type=\" + \$(this).val();
// });
\$(\"#btn-confirm\").click(function(event) {
var has_error = false;
\$(\"span.error-empty\").remove();
\$(\"input[required], textarea[required]\").each(function() {
var input = \$(this);
var input_empty = \$(\"<span>\").addClass(\"error-empty\").text(\"※この項目は必須項目です\");
if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
var radio_name = input.attr('name');
if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
input.before(input_empty);
has_error = true;
}
}
else if (input.val() == \"\"){
input.before(input_empty);
has_error = true;
}
else {
input_empty.remove();
}
input.on(\"change\", function() {
if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox' || input.attr('type') == 'text') {
input.closest('td').find('.error-empty').remove();
}
else {
input_empty.remove();
}
});
});
if (has_error) {
var speed = 300;
var position = \$(\".error-empty\").eq(0).offset().top - 250;
\$('body,html').animate({
scrollTop: position
}, speed, 'swing');
return false;
}
else {
\$form = \$('#form1');
\$.ajax({
url: \$form.attr('action'),
type: \$form.attr('method'),
data: \$form.serialize(),
dataType: 'json',
beforeSend: function(xhr, settings) {
// Buttonを無効にする
\$('.add-cart').prop('disabled', true);
}
}).done(function(data) {
if (\$('.add-cart').hasClass('cart-express')) {
location.href = \"";
// line 314
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("shopping");
echo "\";
}
}).fail(function(data) {
alert('";
// line 317
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("カートへの追加に失敗しました。"), "html", null, true);
echo "');
});
}
});
});
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 325
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 326
echo " <input type=\"hidden\" name=\"array_product\" value=\"[14, 10, 18, 19, 20, 24, 26]\">
<div class=\"ec-inquiry-page\">
<div class=\"ec-banner\">
<div class=\"ec-banner__inner\">
<div class=\"inner\">
<h2>
工事金額の確認
</h2>
</div>
</div>
<div class=\"ec-breadcrumb\">
<ul class=\"ec-breadcrumb__menu\">
<li class=\"ec-breadcrumb__item\"><a href=\"";
// line 339
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\">TOP</a></li>
<li class=\"ec-breadcrumb__item\"><span>></span></li>
<li class=\"ec-breadcrumb__item\"><p>工事金額の確認</p></li>
</ul>
</div>
</div>
<div class=\"ec-form-inquiry-main\">
<div class=\"ec-form-inquiry__inner\">
<div class=\"inner\">
<div class=\"ec-form-inquiry__group\">
<div class=\"text\">
<p>下記フォームの各項目にご記入いただき、決済にお進みください。なお、不明の項目がある場合には、工事当日に追加費用が発生する可能性があります。</p>
<div class=\"ec-setting__group\">
<div class=\"title-main\">
<p>依頼(購入)にすすむ</p>
</div>
<div class=\"list-steps v2 vip\">
<div class=\"step\">
<div class=\"step__contact\">
<p class=\"step__contact__num\">STEP1</p>
<p class=\"step__contact__ttl\">お客様</p>
<img class=\"step__contact__img\" src=\"";
// line 361
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/setting-0y/s0-contact-1.png"), "html", null, true);
echo "\" alt=\"\">
<p class=\"step__contact__desc\">工事金額の確認</p>
</div>
</div>
<div class=\"dbar\">
<span></span>
</div>
<div class=\"step\">
<div class=\"step__contact\">
<p class=\"step__contact__num\">STEP2</p>
<p class=\"step__contact__ttl\">お客様</p>
<img class=\"step__contact__img\" src=\"";
// line 372
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/setting-0y/s0-contact-3.png"), "html", null, true);
echo "\" alt=\"\">
<p class=\"step__contact__desc\">工事の依頼(購入)にすすむ</p>
</div>
</div>
<div class=\"dbar\">
<span></span>
</div>
<div class=\"step\">
<div class=\"step__contact\">
<p class=\"step__contact__num\">STEP3</p>
<p class=\"step__contact__ttl\">お客様</p>
<img class=\"step__contact__img\" src=\"";
// line 383
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/setting-0y/s0-contact-4.png"), "html", null, true);
echo "\" alt=\"\">
<p class=\"step__contact__desc\">決済</p>
</div>
</div>
</div>
</div>
<div class=\"ec-product__group\">
<div class=\"list-btn\">
<a href=\"https://lin.ee/5FbNJH7s\" target=\"_blank\" class=\"btn\"><span>LINE</span></a>
<a href=\"";
// line 393
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("contact");
echo "\" class=\"btn\"><span>通常お問合せ</span></a>
<span class=\"btn pc\" style=\"opacity: 1!important; cursor: default;\"><span>TEL: 080-0222-4466</span></span>
<a href=\"tel:080-0222-4466\" class=\"btn sp\"><span>TEL: 080-0222-4466</span></a>
</div>
</div>
</div>
<form action=\"";
// line 400
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_add_cart", ["id" => twig_get_attribute($this->env, $this->source, (isset($context["Product"]) || array_key_exists("Product", $context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.', 400, $this->source); })()), "id", [], "any", false, false, false, 400)]), "html", null, true);
echo "\" method=\"post\" id=\"form1\" name=\"form1\">
";
// line 401
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 401, $this->source); })()), "_token", [], "any", false, false, false, 401), 'widget');
echo "
<div class=\"table\">
<div class=\"list-item\">
<div class=\"item active\">
<table id=\"tableSecond\" style=\"padding: 0;\">
<tr class=\"content-1\">
<td><p>工事内訳</p></td>
<td>
<div class=\"fill v4\">
";
// line 412
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 412, $this->source); })()), "construction_type_07", [], "any", false, false, false, 412), "vars", [], "any", false, false, false, 412), "choices", [], "any", false, false, false, 412));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 413
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 414
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 414, $this->source); })()), "construction_type_07", [], "any", false, false, false, 414), "vars", [], "any", false, false, false, 414), "full_name", [], "any", false, false, false, 414), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 414), "price", [], "array", true, true, false, 414)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 414), "price", [], "array", false, false, false, 414), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 414), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 414, $this->source); })()), "construction_type_07", [], "any", false, false, false, 414), "vars", [], "any", false, false, false, 414), "data", [], "any", false, false, false, 414) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 414))) {
echo "checked";
}
echo " />
";
// line 415
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 415)), "html", null, true);
echo "
";
// line 416
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 416) == "新設工事に加えて移設工事も希望")) {
// line 417
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;margin-bottom: 0.5rem;line-height: 1.2;\">※エアコン本体の移動はお客様ご自身でお願いいたします。</p>
";
}
// line 419
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 420
echo "
</div>
";
// line 422
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 422, $this->source); })()), "construction_type_07", [], "any", false, false, false, 422), 'errors');
echo "
</td>
</tr>
<tr class=\"construction_type_07_02_v1\">
<td><p>工事内訳</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 429
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 429, $this->source); })()), "construction_type_07_02_v1", [], "any", false, false, false, 429), "vars", [], "any", false, false, false, 429), "choices", [], "any", false, false, false, 429));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 430
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 431
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 431, $this->source); })()), "construction_type_07_02_v1", [], "any", false, false, false, 431), "vars", [], "any", false, false, false, 431), "full_name", [], "any", false, false, false, 431), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 431), "price", [], "array", true, true, false, 431)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 431), "price", [], "array", false, false, false, 431), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 431), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 431, $this->source); })()), "construction_type_07_02_v1", [], "any", false, false, false, 431), "vars", [], "any", false, false, false, 431), "data", [], "any", false, false, false, 431) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 431))) {
echo "checked";
}
echo " />
";
// line 432
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 432)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 434
echo "
</div>
";
// line 436
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 436, $this->source); })()), "construction_type_07_02_v1", [], "any", false, false, false, 436), 'errors');
echo "
";
// line 437
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 437, $this->source); })()), "construction_type_07_02_v1_price", [], "any", false, false, false, 437), 'widget');
echo "
</td>
</tr>
<tr class=\"construction_type_07_02_v2\">
<td><p>工事内訳</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 444
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 444, $this->source); })()), "construction_type_07_02_v2", [], "any", false, false, false, 444), "vars", [], "any", false, false, false, 444), "choices", [], "any", false, false, false, 444));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 445
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 446
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 446, $this->source); })()), "construction_type_07_02_v2", [], "any", false, false, false, 446), "vars", [], "any", false, false, false, 446), "full_name", [], "any", false, false, false, 446), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 446), "price", [], "array", true, true, false, 446)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 446), "price", [], "array", false, false, false, 446), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 446), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 446, $this->source); })()), "construction_type_07_02_v2", [], "any", false, false, false, 446), "vars", [], "any", false, false, false, 446), "data", [], "any", false, false, false, 446) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 446))) {
echo "checked";
}
echo " />
";
// line 447
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 447)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 449
echo "
</div>
";
// line 451
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 451, $this->source); })()), "construction_type_07_02_v2", [], "any", false, false, false, 451), 'errors');
echo "
</td>
</tr>
<tr class=\"construction_type_07_03_v1\">
<td><p>工事内訳</p><small>3段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 458
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 458, $this->source); })()), "construction_type_07_03_v1", [], "any", false, false, false, 458), "vars", [], "any", false, false, false, 458), "choices", [], "any", false, false, false, 458));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 459
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 460
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 460, $this->source); })()), "construction_type_07_03_v1", [], "any", false, false, false, 460), "vars", [], "any", false, false, false, 460), "full_name", [], "any", false, false, false, 460), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 460), "price", [], "array", true, true, false, 460)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 460), "price", [], "array", false, false, false, 460), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 460), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 460, $this->source); })()), "construction_type_07_03_v1", [], "any", false, false, false, 460), "vars", [], "any", false, false, false, 460), "data", [], "any", false, false, false, 460) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 460))) {
echo "checked";
}
echo " />
";
// line 461
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 461)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 463
echo "
</div>
";
// line 465
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 465, $this->source); })()), "construction_type_07_03_v1", [], "any", false, false, false, 465), 'errors');
echo "
</td>
</tr>
<tr class=\"construction_type_07_03_v2\">
<td><p>工事内訳</p><small>3段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 472
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 472, $this->source); })()), "construction_type_07_03_v2", [], "any", false, false, false, 472), "vars", [], "any", false, false, false, 472), "choices", [], "any", false, false, false, 472));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 473
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 474
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 474, $this->source); })()), "construction_type_07_03_v2", [], "any", false, false, false, 474), "vars", [], "any", false, false, false, 474), "full_name", [], "any", false, false, false, 474), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 474), "price", [], "array", true, true, false, 474)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 474), "price", [], "array", false, false, false, 474), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 474), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 474, $this->source); })()), "construction_type_07_03_v2", [], "any", false, false, false, 474), "vars", [], "any", false, false, false, 474), "data", [], "any", false, false, false, 474) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 474))) {
echo "checked";
}
echo " />
";
// line 475
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 475)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 477
echo "
</div>
";
// line 479
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 479, $this->source); })()), "construction_type_07_03_v2", [], "any", false, false, false, 479), 'errors');
echo "
";
// line 480
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 480, $this->source); })()), "construction_type_07_03_v2_price", [], "any", false, false, false, 480), 'widget');
echo "
</td>
</tr>
<tr class=\"construction_type_07_04_v1\">
<td><p>工事内訳</p><small>4段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 487
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 487, $this->source); })()), "construction_type_07_04_v1", [], "any", false, false, false, 487), "vars", [], "any", false, false, false, 487), "choices", [], "any", false, false, false, 487));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 488
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 489
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 489, $this->source); })()), "construction_type_07_04_v1", [], "any", false, false, false, 489), "vars", [], "any", false, false, false, 489), "full_name", [], "any", false, false, false, 489), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 489), "price", [], "array", true, true, false, 489)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 489), "price", [], "array", false, false, false, 489), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 489), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 489, $this->source); })()), "construction_type_07_04_v1", [], "any", false, false, false, 489), "vars", [], "any", false, false, false, 489), "data", [], "any", false, false, false, 489) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 489))) {
echo "checked";
}
echo " />
";
// line 490
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 490)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 492
echo "
</div>
";
// line 494
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 494, $this->source); })()), "construction_type_07_04_v1", [], "any", false, false, false, 494), 'errors');
echo "
";
// line 495
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 495, $this->source); })()), "construction_type_07_04_v1_price", [], "any", false, false, false, 495), 'widget');
echo "
</td>
</tr>
<tr class=\"construction_type_07_04_v2\">
<td><p>工事内訳</p><small>4段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 502
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 502, $this->source); })()), "construction_type_07_04_v2", [], "any", false, false, false, 502), "vars", [], "any", false, false, false, 502), "choices", [], "any", false, false, false, 502));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 503
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 504
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 504, $this->source); })()), "construction_type_07_04_v2", [], "any", false, false, false, 504), "vars", [], "any", false, false, false, 504), "full_name", [], "any", false, false, false, 504), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 504), "price", [], "array", true, true, false, 504)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 504), "price", [], "array", false, false, false, 504), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 504), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 504, $this->source); })()), "construction_type_07_04_v2", [], "any", false, false, false, 504), "vars", [], "any", false, false, false, 504), "data", [], "any", false, false, false, 504) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 504))) {
echo "checked";
}
echo " />
";
// line 505
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 505)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 507
echo "
</div>
";
// line 509
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 509, $this->source); })()), "construction_type_07_04_v2", [], "any", false, false, false, 509), 'errors');
echo "
";
// line 510
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 510, $this->source); })()), "construction_type_07_04_v2_price", [], "any", false, false, false, 510), 'widget');
echo "
</td>
</tr>
<tr class=\"construction_type_07_04_v3\">
<td><p>工事内訳</p><small>4段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 517
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 517, $this->source); })()), "construction_type_07_04_v3", [], "any", false, false, false, 517), "vars", [], "any", false, false, false, 517), "choices", [], "any", false, false, false, 517));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 518
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 519
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 519, $this->source); })()), "construction_type_07_04_v3", [], "any", false, false, false, 519), "vars", [], "any", false, false, false, 519), "full_name", [], "any", false, false, false, 519), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 519), "price", [], "array", true, true, false, 519)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 519), "price", [], "array", false, false, false, 519), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 519), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 519, $this->source); })()), "construction_type_07_04_v3", [], "any", false, false, false, 519), "vars", [], "any", false, false, false, 519), "data", [], "any", false, false, false, 519) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 519))) {
echo "checked";
}
echo " />
";
// line 520
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 520)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 522
echo "
</div>
";
// line 524
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 524, $this->source); })()), "construction_type_07_04_v3", [], "any", false, false, false, 524), 'errors');
echo "
";
// line 525
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 525, $this->source); })()), "construction_type_07_04_v3_price", [], "any", false, false, false, 525), 'widget');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>設置台数</p></td>
<td>
<div class=\"fill v4 construction-input-text\">
<div class=\"construction-input-text__item\">
<span>6-14畳</span>";
// line 533
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 533, $this->source); })()), "construction_6", [], "any", false, false, false, 533), 'widget');
echo "<span>台</span>
</div>
<div class=\"construction-input-text__item\">
<span>16-20畳</span>";
// line 536
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 536, $this->source); })()), "construction_16", [], "any", false, false, false, 536), 'widget');
echo "<span>台</span>
</div>
<div class=\"construction-input-text__item\">
<span>23畳-</span>";
// line 539
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 539, $this->source); })()), "construction_23", [], "any", false, false, false, 539), 'widget');
echo "<span>台</span>
</div>
</div>
";
// line 542
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 542, $this->source); })()), "number_install", [], "any", false, false, false, 542), 'widget');
echo "
";
// line 543
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 543, $this->source); })()), "number_install_price", [], "any", false, false, false, 543), 'widget');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>特急券の購入</p></td>
<td>
<div class=\"fill v4\">
";
// line 550
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 550, $this->source); })()), "express_tickets", [], "any", false, false, false, 550), "vars", [], "any", false, false, false, 550), "choices", [], "any", false, false, false, 550));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 551
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 552
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 552, $this->source); })()), "express_tickets", [], "any", false, false, false, 552), "vars", [], "any", false, false, false, 552), "full_name", [], "any", false, false, false, 552), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 552), "price", [], "array", true, true, false, 552)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 552), "price", [], "array", false, false, false, 552), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 552), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 552, $this->source); })()), "express_tickets", [], "any", false, false, false, 552), "vars", [], "any", false, false, false, 552), "data", [], "any", false, false, false, 552) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 552))) {
echo "checked";
}
echo " />
";
// line 553
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 553)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 555
echo "
</div>
";
// line 557
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 557, $this->source); })()), "express_tickets", [], "any", false, false, false, 557), 'errors');
echo "
";
// line 558
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 558, $this->source); })()), "express_tickets_price", [], "any", false, false, false, 558), 'widget');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>お住まい</p></td>
<td>
<div class=\"fill v4\">
";
// line 565
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 565, $this->source); })()), "osumai", [], "any", false, false, false, 565), "vars", [], "any", false, false, false, 565), "choices", [], "any", false, false, false, 565));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 566
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 567
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 567, $this->source); })()), "osumai", [], "any", false, false, false, 567), "vars", [], "any", false, false, false, 567), "full_name", [], "any", false, false, false, 567), "html", null, true);
echo "\" data-percent=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 567), "percent", [], "array", true, true, false, 567)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 567), "percent", [], "array", false, false, false, 567), 0)) : (0)), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 567), "price", [], "array", true, true, false, 567)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 567), "price", [], "array", false, false, false, 567), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 567), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 567, $this->source); })()), "osumai", [], "any", false, false, false, 567), "vars", [], "any", false, false, false, 567), "data", [], "any", false, false, false, 567) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 567))) {
echo "checked";
}
echo " />
";
// line 568
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 568)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 571
echo " </div>
";
// line 572
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 572, $this->source); })()), "osumai", [], "any", false, false, false, 572), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>建物の所有</p></td>
<td>
<div class=\"fill v4\">
";
// line 579
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 579, $this->source); })()), "building_ownership", [], "any", false, false, false, 579), "vars", [], "any", false, false, false, 579), "choices", [], "any", false, false, false, 579));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 580
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 581
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 581, $this->source); })()), "building_ownership", [], "any", false, false, false, 581), "vars", [], "any", false, false, false, 581), "full_name", [], "any", false, false, false, 581), "html", null, true);
echo "\" data-percent=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 581), "percent", [], "array", true, true, false, 581)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 581), "percent", [], "array", false, false, false, 581), 0)) : (0)), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 581), "price", [], "array", true, true, false, 581)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 581), "price", [], "array", false, false, false, 581), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 581), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 581, $this->source); })()), "building_ownership", [], "any", false, false, false, 581), "vars", [], "any", false, false, false, 581), "data", [], "any", false, false, false, 581) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 581))) {
echo "checked";
}
echo " />
";
// line 582
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 582)), "html", null, true);
echo "
";
// line 583
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 583) == "賃貸")) {
// line 584
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事内容によっては受付出来ない可能性もございます。</p>
";
}
// line 586
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 588
echo " </div>
";
// line 589
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 589, $this->source); })()), "building_ownership", [], "any", false, false, false, 589), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>構造</p></td>
<td>
<div class=\"fill v4\">
";
// line 596
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 596, $this->source); })()), "structure", [], "any", false, false, false, 596), "vars", [], "any", false, false, false, 596), "choices", [], "any", false, false, false, 596));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 597
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 598
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 598, $this->source); })()), "structure", [], "any", false, false, false, 598), "vars", [], "any", false, false, false, 598), "full_name", [], "any", false, false, false, 598), "html", null, true);
echo "\" data-percent=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 598), "percent", [], "array", true, true, false, 598)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 598), "percent", [], "array", false, false, false, 598), 0)) : (0)), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 598), "price", [], "array", true, true, false, 598)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 598), "price", [], "array", false, false, false, 598), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 598), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 598, $this->source); })()), "structure", [], "any", false, false, false, 598), "vars", [], "any", false, false, false, 598), "data", [], "any", false, false, false, 598) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 598))) {
echo "checked";
}
echo " />
";
// line 599
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 599)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 602
echo " </div>
";
// line 603
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 603, $this->source); })()), "structure", [], "any", false, false, false, 603), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>設置工事希望日</p></td>
<td>
<div class=\"fill v3\">
<label class=\"label v3 date vip\">
第一希望日
";
// line 612
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 612, $this->source); })()), "construction_date_1", [], "any", false, false, false, 612), 'widget');
echo "
";
// line 613
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 613, $this->source); })()), "construction_date_1", [], "any", false, false, false, 613), 'errors');
echo "
<span class=\"pc\"> </span>希望時間帯
<select name=\"time_slot_1\" id=\"time_slot_1\">
";
// line 616
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 616, $this->source); })()), "time_slot_1", [], "any", false, false, false, 616), "vars", [], "any", false, false, false, 616), "choices", [], "any", false, false, false, 616));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 617
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 617), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 617)), "html", null, true);
echo " </option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 619
echo " </select>
</label>
<label class=\"label v3 date\">
第二希望日
";
// line 623
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 623, $this->source); })()), "construction_date_2", [], "any", false, false, false, 623), 'widget');
echo "
";
// line 624
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 624, $this->source); })()), "construction_date_2", [], "any", false, false, false, 624), 'errors');
echo "
<span class=\"pc\"> </span>希望時間帯
<select name=\"time_slot_2\" id=\"time_slot_2\">
";
// line 627
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 627, $this->source); })()), "time_slot_2", [], "any", false, false, false, 627), "vars", [], "any", false, false, false, 627), "choices", [], "any", false, false, false, 627));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 628
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 628), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 628)), "html", null, true);
echo " </option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 630
echo " </select>
</label>
<label class=\"label v3 date\">
第三希望日
";
// line 634
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 634, $this->source); })()), "construction_date_3", [], "any", false, false, false, 634), 'widget');
echo "
";
// line 635
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 635, $this->source); })()), "construction_date_3", [], "any", false, false, false, 635), 'errors');
echo "
<span class=\"pc\"> </span>希望時間帯
<select name=\"time_slot_3\" id=\"time_slot_3\">
";
// line 638
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 638, $this->source); })()), "time_slot_3", [], "any", false, false, false, 638), "vars", [], "any", false, false, false, 638), "choices", [], "any", false, false, false, 638));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 639
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 639), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 639)), "html", null, true);
echo " </option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 641
echo " </select>
</label>
";
// line 643
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 643, $this->source); })()), "contents", [], "any", false, false, false, 643), 'widget', ["attr" => ["placeholder" => "その他希望等あればご記入ください。"]]);
echo "
";
// line 644
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 644, $this->source); })()), "contents", [], "any", false, false, false, 644), 'errors');
echo "
</div>
</td>
</tr>
<tr class=\"content-1\">
<td><p>エアコン設置場所</p></td>
<td>
<div class=\"fill v4\">
";
// line 652
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 652, $this->source); })()), "construction_floor_07", [], "any", false, false, false, 652), "vars", [], "any", false, false, false, 652), "choices", [], "any", false, false, false, 652));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 653
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 654
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 654, $this->source); })()), "construction_floor_07", [], "any", false, false, false, 654), "vars", [], "any", false, false, false, 654), "full_name", [], "any", false, false, false, 654), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 654), "price", [], "array", true, true, false, 654)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 654), "price", [], "array", false, false, false, 654), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 654), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 654, $this->source); })()), "construction_floor_07", [], "any", false, false, false, 654), "vars", [], "any", false, false, false, 654), "data", [], "any", false, false, false, 654) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 654))) {
echo "checked";
}
echo " />
";
// line 655
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 655)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 658
echo " </div>
";
// line 659
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 659, $this->source); })()), "construction_floor_07", [], "any", false, false, false, 659), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>エレベーターの有無</p><small>※3階以上の場合</small></td>
<td>
<div class=\"fill v4\">
";
// line 666
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 666, $this->source); })()), "elevator_07", [], "any", false, false, false, 666), "vars", [], "any", false, false, false, 666), "choices", [], "any", false, false, false, 666));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 667
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 668
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 668, $this->source); })()), "elevator_07", [], "any", false, false, false, 668), "vars", [], "any", false, false, false, 668), "full_name", [], "any", false, false, false, 668), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 668), "price", [], "array", true, true, false, 668)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 668), "price", [], "array", false, false, false, 668), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 668), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 668, $this->source); })()), "elevator_07", [], "any", false, false, false, 668), "vars", [], "any", false, false, false, 668), "data", [], "any", false, false, false, 668) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 668))) {
echo "checked";
}
echo " />
";
// line 669
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 669)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 672
echo " ";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 672, $this->source); })()), "elevator_07", [], "any", false, false, false, 672), 'errors');
echo "
";
// line 673
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 673, $this->source); })()), "elevator_07_price", [], "any", false, false, false, 673), 'widget');
echo "
</div>
</td>
</tr>
<tr class=\"content-1\">
<td><p>コンセントの有無</p></td>
<td>
<div class=\"fill v4\">
";
// line 681
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 681, $this->source); })()), "electrical_outlet_07", [], "any", false, false, false, 681), "vars", [], "any", false, false, false, 681), "choices", [], "any", false, false, false, 681));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 682
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 683
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 683, $this->source); })()), "electrical_outlet_07", [], "any", false, false, false, 683), "vars", [], "any", false, false, false, 683), "full_name", [], "any", false, false, false, 683), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 683), "price", [], "array", true, true, false, 683)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 683), "price", [], "array", false, false, false, 683), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 683), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 683, $this->source); })()), "electrical_outlet_07", [], "any", false, false, false, 683), "vars", [], "any", false, false, false, 683), "data", [], "any", false, false, false, 683) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 683))) {
echo "checked";
}
echo " />
";
// line 684
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 684)), "html", null, true);
echo "
";
// line 685
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 685) == "なし(別途工事が必要になります)")) {
// line 686
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※10m以上の方は別途お見積りさせていただきます。</p>
";
}
// line 688
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 688) == "不明")) {
// line 689
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※工事当日に追加費用が発生する場合があります。</p>
";
}
// line 691
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 693
echo " ";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 693, $this->source); })()), "electrical_outlet_07", [], "any", false, false, false, 693), 'errors');
echo "
";
// line 694
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 694, $this->source); })()), "electrical_outlet_07_price", [], "any", false, false, false, 694), 'widget');
echo "
</div>
</td>
</tr>
<tr class=\"electrical_outlet_07_02\">
<td><p>コンセントの有無</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 702
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 702, $this->source); })()), "electrical_outlet_07_02", [], "any", false, false, false, 702), "vars", [], "any", false, false, false, 702), "choices", [], "any", false, false, false, 702));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 703
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 704
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 704, $this->source); })()), "electrical_outlet_07_02", [], "any", false, false, false, 704), "vars", [], "any", false, false, false, 704), "full_name", [], "any", false, false, false, 704), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 704), "price", [], "array", true, true, false, 704)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 704), "price", [], "array", false, false, false, 704), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 704), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 704, $this->source); })()), "electrical_outlet_07_02", [], "any", false, false, false, 704), "vars", [], "any", false, false, false, 704), "data", [], "any", false, false, false, 704) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 704))) {
echo "checked";
}
echo " />
";
// line 705
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 705)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 708
echo " ";
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 708, $this->source); })()), "electrical_outlet_07_02", [], "any", false, false, false, 708), 'errors');
echo "
";
// line 709
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 709, $this->source); })()), "electrical_outlet_07_02_price", [], "any", false, false, false, 709), 'widget');
echo "
</div>
</td>
</tr>
<tr class=\"content-1\">
<td><p>建物の契約アンペア</p></td>
<td>
<div class=\"fill v4\">
";
// line 717
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 717, $this->source); })()), "contract_amp", [], "any", false, false, false, 717), "vars", [], "any", false, false, false, 717), "choices", [], "any", false, false, false, 717));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 718
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 719
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 719, $this->source); })()), "contract_amp", [], "any", false, false, false, 719), "vars", [], "any", false, false, false, 719), "full_name", [], "any", false, false, false, 719), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 719), "price", [], "array", true, true, false, 719)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 719), "price", [], "array", false, false, false, 719), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 719), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 719, $this->source); })()), "contract_amp", [], "any", false, false, false, 719), "vars", [], "any", false, false, false, 719), "data", [], "any", false, false, false, 719) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 719))) {
echo "checked";
}
echo "/>
";
// line 720
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 720)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 723
echo " </div>
";
// line 724
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 724, $this->source); })()), "contract_amp", [], "any", false, false, false, 724), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>コンセントアース端子</p></td>
<td>
<div class=\"fill v4\">
";
// line 731
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 731, $this->source); })()), "outlet_earth", [], "any", false, false, false, 731), "vars", [], "any", false, false, false, 731), "choices", [], "any", false, false, false, 731));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 732
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 733
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 733, $this->source); })()), "outlet_earth", [], "any", false, false, false, 733), "vars", [], "any", false, false, false, 733), "full_name", [], "any", false, false, false, 733), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 733), "price", [], "array", true, true, false, 733)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 733), "price", [], "array", false, false, false, 733), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 733), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 733, $this->source); })()), "outlet_earth", [], "any", false, false, false, 733), "vars", [], "any", false, false, false, 733), "data", [], "any", false, false, false, 733) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 733))) {
echo "checked";
}
echo "/>
";
// line 734
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 734)), "html", null, true);
echo "
";
// line 735
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 735) == "なし")) {
// line 736
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
";
}
// line 738
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 738) == "不明")) {
// line 739
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
";
}
// line 741
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 743
echo " </div>
";
// line 744
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 744, $this->source); })()), "outlet_earth", [], "any", false, false, false, 744), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>配管穴の有無</p></td>
<td>
<div class=\"fill v4 vip\">
";
// line 751
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 751, $this->source); })()), "room_size_07", [], "any", false, false, false, 751), "vars", [], "any", false, false, false, 751), "choices", [], "any", false, false, false, 751));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 752
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 753
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 753, $this->source); })()), "room_size_07", [], "any", false, false, false, 753), "vars", [], "any", false, false, false, 753), "full_name", [], "any", false, false, false, 753), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 753), "price", [], "array", true, true, false, 753)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 753), "price", [], "array", false, false, false, 753), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 753), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 753, $this->source); })()), "room_size_07", [], "any", false, false, false, 753), "vars", [], "any", false, false, false, 753), "data", [], "any", false, false, false, 753) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 753))) {
echo "checked";
}
echo "/>
";
// line 754
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 754)), "html", null, true);
echo "
";
// line 755
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 755) == "不明")) {
// line 756
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。別途エアココからご連絡させていただきます。</p>
";
}
// line 758
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 760
echo " </div>
";
// line 761
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 761, $this->source); })()), "room_size_07", [], "any", false, false, false, 761), 'errors');
echo "
<img style=\"margin-left: auto;\" src=\"";
// line 762
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/contact/"), "html", null, true);
echo "hole-sample.jpg\" alt=\"配管穴の有無\">
</td>
</tr>
<tr class=\"room_size_07_02\">
<td><p>配管穴の有無</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 769
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 769, $this->source); })()), "room_size_07_02", [], "any", false, false, false, 769), "vars", [], "any", false, false, false, 769), "choices", [], "any", false, false, false, 769));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 770
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 771
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 771, $this->source); })()), "room_size_07_02", [], "any", false, false, false, 771), "vars", [], "any", false, false, false, 771), "full_name", [], "any", false, false, false, 771), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 771), "price", [], "array", true, true, false, 771)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 771), "price", [], "array", false, false, false, 771), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 771), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 771, $this->source); })()), "room_size_07_02", [], "any", false, false, false, 771), "vars", [], "any", false, false, false, 771), "data", [], "any", false, false, false, 771) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 771))) {
echo "checked";
}
echo "/>
";
// line 772
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 772)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 775
echo " </div>
";
// line 776
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 776, $this->source); })()), "room_size_07_02", [], "any", false, false, false, 776), 'errors');
echo "
</td>
</tr>
<tr class=\"room_size_07_03_v1\">
<td><p>建物の材質</p><small>(穴あけ&貫通スリーブ費)</small></td>
<td>
<div class=\"fill v4\">
";
// line 783
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 783, $this->source); })()), "room_size_07_03_v1", [], "any", false, false, false, 783), "vars", [], "any", false, false, false, 783), "choices", [], "any", false, false, false, 783));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 784
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 785
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 785, $this->source); })()), "room_size_07_03_v1", [], "any", false, false, false, 785), "vars", [], "any", false, false, false, 785), "full_name", [], "any", false, false, false, 785), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 785), "price", [], "array", true, true, false, 785)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 785), "price", [], "array", false, false, false, 785), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 785), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 785, $this->source); })()), "room_size_07_03_v1", [], "any", false, false, false, 785), "vars", [], "any", false, false, false, 785), "data", [], "any", false, false, false, 785) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 785))) {
echo "checked";
}
echo "/>
";
// line 786
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 786)), "html", null, true);
echo "
";
// line 787
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 787) == "その他")) {
// line 788
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
";
}
// line 790
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 790) == "不明")) {
// line 791
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
";
}
// line 793
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 795
echo " </div>
";
// line 796
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 796, $this->source); })()), "room_size_07_03_v1", [], "any", false, false, false, 796), 'errors');
echo "
";
// line 797
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 797, $this->source); })()), "room_size_07_03_v1_price", [], "any", false, false, false, 797), 'widget');
echo "
</td>
</tr>
<tr class=\"room_size_07_03_v2\">
<td><p>建物の材質</p><small>(穴あけ&貫通スリーブ&アスベストみなし工事、対策費と調査報告書作成費)</small></td>
<td>
<div class=\"fill v4\">
";
// line 804
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 804, $this->source); })()), "room_size_07_03_v2", [], "any", false, false, false, 804), "vars", [], "any", false, false, false, 804), "choices", [], "any", false, false, false, 804));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 805
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 806
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 806, $this->source); })()), "room_size_07_03_v2", [], "any", false, false, false, 806), "vars", [], "any", false, false, false, 806), "full_name", [], "any", false, false, false, 806), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 806), "price", [], "array", true, true, false, 806)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 806), "price", [], "array", false, false, false, 806), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 806), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 806, $this->source); })()), "room_size_07_03_v2", [], "any", false, false, false, 806), "vars", [], "any", false, false, false, 806), "data", [], "any", false, false, false, 806) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 806))) {
echo "checked";
}
echo "/>
";
// line 807
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 807)), "html", null, true);
echo "
";
// line 808
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 808) == "その他")) {
// line 809
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
";
}
// line 811
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 811) == "不明")) {
// line 812
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
";
}
// line 814
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 816
echo " </div>
";
// line 817
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 817, $this->source); })()), "room_size_07_03_v2", [], "any", false, false, false, 817), 'errors');
echo "
";
// line 818
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 818, $this->source); })()), "room_size_07_03_v2_price", [], "any", false, false, false, 818), 'widget');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>設置予定場所の<br class=\"pc\" />配管の状態</p></td>
<td style=\"flex-direction: column;\">
<div class=\"fill v5 up\">
";
// line 825
$context["idx"] = 0;
// line 826
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 826, $this->source); })()), "piping_status_07", [], "any", false, false, false, 826), "vars", [], "any", false, false, false, 826), "choices", [], "any", false, false, false, 826));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 827
echo " ";
$context["idx"] = ((isset($context["idx"]) || array_key_exists("idx", $context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.', 827, $this->source); })()) + 1);
// line 828
echo " ";
if (((isset($context["idx"]) || array_key_exists("idx", $context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.', 828, $this->source); })()) <= 2)) {
// line 829
echo " <div class=\"group\">
<label class=\"form-check v2\">
<input type=\"radio\" name=\"";
// line 831
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 831, $this->source); })()), "piping_status_07", [], "any", false, false, false, 831), "vars", [], "any", false, false, false, 831), "full_name", [], "any", false, false, false, 831), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 831), "price", [], "array", true, true, false, 831)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 831), "price", [], "array", false, false, false, 831), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 831), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 831, $this->source); })()), "piping_status_07", [], "any", false, false, false, 831), "vars", [], "any", false, false, false, 831), "data", [], "any", false, false, false, 831) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 831))) {
echo "checked";
}
echo " />
";
// line 832
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 832)), "html", null, true);
echo "
</label>
<img src=\"";
// line 834
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/form-0y/"), "html", null, true);
echo "line-option-0";
echo twig_escape_filter($this->env, (isset($context["idx"]) || array_key_exists("idx", $context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.', 834, $this->source); })()), "html", null, true);
echo ".jpg\" alt=\"\">
</div>
";
}
// line 837
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 838
echo " </div>
<div class=\"fill v5\">
";
// line 840
$context["idx"] = 0;
// line 841
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 841, $this->source); })()), "piping_status_07", [], "any", false, false, false, 841), "vars", [], "any", false, false, false, 841), "choices", [], "any", false, false, false, 841));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 842
echo " ";
$context["idx"] = ((isset($context["idx"]) || array_key_exists("idx", $context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.', 842, $this->source); })()) + 1);
// line 843
echo " ";
if (((isset($context["idx"]) || array_key_exists("idx", $context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.', 843, $this->source); })()) > 2)) {
// line 844
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 845
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 845, $this->source); })()), "piping_status_07", [], "any", false, false, false, 845), "vars", [], "any", false, false, false, 845), "full_name", [], "any", false, false, false, 845), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 845), "price", [], "array", true, true, false, 845)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 845), "price", [], "array", false, false, false, 845), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 845), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 845, $this->source); })()), "piping_status_07", [], "any", false, false, false, 845), "vars", [], "any", false, false, false, 845), "data", [], "any", false, false, false, 845) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 845))) {
echo "checked";
}
echo " />
";
// line 846
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 846)), "html", null, true);
echo "
</label>
";
}
// line 849
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 850
echo " </div>
";
// line 851
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 851, $this->source); })()), "piping_status_07", [], "any", false, false, false, 851), 'errors');
echo "
</td>
</tr>
<tr class=\"piping_status_07_02\">
<td><p>設置予定場所の<br class=\"pc\" />配管の状態</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 858
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 858, $this->source); })()), "piping_status_07_02", [], "any", false, false, false, 858), "vars", [], "any", false, false, false, 858), "choices", [], "any", false, false, false, 858));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 859
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 860
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 860, $this->source); })()), "piping_status_07_02", [], "any", false, false, false, 860), "vars", [], "any", false, false, false, 860), "full_name", [], "any", false, false, false, 860), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 860), "price", [], "array", true, true, false, 860)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 860), "price", [], "array", false, false, false, 860), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 860), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 860, $this->source); })()), "piping_status_07_02", [], "any", false, false, false, 860), "vars", [], "any", false, false, false, 860), "data", [], "any", false, false, false, 860) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 860))) {
echo "checked";
}
echo "/>
";
// line 861
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 861)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 864
echo " </div>
";
// line 865
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 865, $this->source); })()), "piping_status_07_02", [], "any", false, false, false, 865), 'errors');
echo "
";
// line 866
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 866, $this->source); })()), "piping_status_07_02_price", [], "any", false, false, false, 866), 'widget');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>室内化粧カバーの<br class=\"pc\" />希望の有無</p></td>
<td>
<div class=\"fill v4\" style=\"order: 2;\">
";
// line 873
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 873, $this->source); })()), "indoor_cover_07", [], "any", false, false, false, 873), "vars", [], "any", false, false, false, 873), "choices", [], "any", false, false, false, 873));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 874
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 875
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 875, $this->source); })()), "indoor_cover_07", [], "any", false, false, false, 875), "vars", [], "any", false, false, false, 875), "full_name", [], "any", false, false, false, 875), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 875), "price", [], "array", true, true, false, 875)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 875), "price", [], "array", false, false, false, 875), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 875), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 875, $this->source); })()), "indoor_cover_07", [], "any", false, false, false, 875), "vars", [], "any", false, false, false, 875), "data", [], "any", false, false, false, 875) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 875))) {
echo "checked";
}
echo " />
";
// line 876
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 876)), "html", null, true);
echo "
";
// line 877
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 877) == "必要(2m以内)")) {
// line 878
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※2mを超える場合は追加費用がかかります。</p>
";
}
// line 880
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 880) == "未定")) {
// line 881
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※化粧カバーが必要になった場合は追加費用がかかります。</p>
";
}
// line 883
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 884
echo "
</div>
";
// line 886
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 886, $this->source); })()), "indoor_cover_07", [], "any", false, false, false, 886), 'errors');
echo "
";
// line 887
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 887, $this->source); })()), "indoor_cover_07_price", [], "any", false, false, false, 887), 'widget');
echo "
<img style=\"margin-left: auto; order: 3;\" src=\"";
// line 889
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/contact/"), "html", null, true);
echo "item-1.jpg\" alt=\"室内化粧カバー\">
</td>
</tr>
<tr class=\"content-1\">
<td><p>室外化粧カバーの<br class=\"pc\" />希望の有無</p></td>
<td>
<div class=\"fill v4\">
";
// line 896
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 896, $this->source); })()), "outdoor_cover", [], "any", false, false, false, 896), "vars", [], "any", false, false, false, 896), "choices", [], "any", false, false, false, 896));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 897
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 898
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 898, $this->source); })()), "outdoor_cover", [], "any", false, false, false, 898), "vars", [], "any", false, false, false, 898), "full_name", [], "any", false, false, false, 898), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 898), "price", [], "array", true, true, false, 898)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 898), "price", [], "array", false, false, false, 898), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 898), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 898, $this->source); })()), "outdoor_cover", [], "any", false, false, false, 898), "vars", [], "any", false, false, false, 898), "data", [], "any", false, false, false, 898) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 898))) {
echo "checked";
}
echo " />
";
// line 899
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 899)), "html", null, true);
echo "
";
// line 900
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 900) == "その他")) {
// line 901
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
";
}
// line 903
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 904
echo "
</div>
";
// line 906
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 906, $this->source); })()), "outdoor_cover", [], "any", false, false, false, 906), 'errors');
echo "
<img style=\"margin-left: auto;\" src=\"";
// line 907
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/contact/"), "html", null, true);
echo "item-2.jpg\" alt=\"室外化粧カバー\">
</td>
</tr>
<tr class=\"outdoor_cover_02\">
<td><p>室外化粧カバーの<br class=\"pc\" />希望の有無</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 914
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 914, $this->source); })()), "outdoor_cover_02", [], "any", false, false, false, 914), "vars", [], "any", false, false, false, 914), "choices", [], "any", false, false, false, 914));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 915
echo " <label class=\"form-check\" >
<input type=\"radio\" name=\"";
// line 916
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 916, $this->source); })()), "outdoor_cover_02", [], "any", false, false, false, 916), "vars", [], "any", false, false, false, 916), "full_name", [], "any", false, false, false, 916), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 916), "price", [], "array", true, true, false, 916)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 916), "price", [], "array", false, false, false, 916), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 916), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 916, $this->source); })()), "outdoor_cover_02", [], "any", false, false, false, 916), "vars", [], "any", false, false, false, 916), "data", [], "any", false, false, false, 916) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 916))) {
echo "checked";
}
echo " />
";
// line 917
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 917)), "html", null, true);
echo "
";
// line 918
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 918) == "再使用(交換)同階")) {
// line 919
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
";
}
// line 921
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 921) == "再使用(交換)異階")) {
// line 922
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
";
}
// line 924
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 925
echo "
</div>
";
// line 927
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 927, $this->source); })()), "outdoor_cover_02", [], "any", false, false, false, 927), 'errors');
echo "
";
// line 928
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 928, $this->source); })()), "outdoor_cover_02_price", [], "any", false, false, false, 928), 'widget');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>室外機の設置場所(既設場所・希望設置場所)</p></td>
<td>
<div class=\"fill v4\">
";
// line 935
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 935, $this->source); })()), "construction_outdoor_07", [], "any", false, false, false, 935), "vars", [], "any", false, false, false, 935), "choices", [], "any", false, false, false, 935));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 936
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 937
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 937, $this->source); })()), "construction_outdoor_07", [], "any", false, false, false, 937), "vars", [], "any", false, false, false, 937), "full_name", [], "any", false, false, false, 937), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 937), "price", [], "array", true, true, false, 937)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 937), "price", [], "array", false, false, false, 937), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 937), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 937, $this->source); })()), "construction_outdoor_07", [], "any", false, false, false, 937), "vars", [], "any", false, false, false, 937), "data", [], "any", false, false, false, 937) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 937))) {
echo "checked";
}
echo " />
";
// line 938
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 938)), "html", null, true);
echo "
";
// line 939
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 939) == "その他")) {
// line 940
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
";
}
// line 942
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 944
echo " </div>
";
// line 945
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 945, $this->source); })()), "construction_outdoor_07", [], "any", false, false, false, 945), 'errors');
echo "
";
// line 946
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 946, $this->source); })()), "construction_outdoor_07_price", [], "any", false, false, false, 946), 'widget');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>室外機の設置方法(既設方法・希望設置方法)</p></td>
<td>
<div class=\"fill v4\">
";
// line 953
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 953, $this->source); })()), "setting_install_method", [], "any", false, false, false, 953), "vars", [], "any", false, false, false, 953), "choices", [], "any", false, false, false, 953));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 954
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 955
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 955, $this->source); })()), "setting_install_method", [], "any", false, false, false, 955), "vars", [], "any", false, false, false, 955), "full_name", [], "any", false, false, false, 955), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 955), "price", [], "array", true, true, false, 955)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 955), "price", [], "array", false, false, false, 955), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 955), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 955, $this->source); })()), "setting_install_method", [], "any", false, false, false, 955), "vars", [], "any", false, false, false, 955), "data", [], "any", false, false, false, 955) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 955))) {
echo "checked";
}
echo " />
";
// line 956
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 956)), "html", null, true);
echo "
</label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 959
echo " </div>
";
// line 960
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 960, $this->source); })()), "setting_install_method", [], "any", false, false, false, 960), 'errors');
echo "
<div class=\"fill v4 construction_method_07_v1\" style=\"margin-left: 2rem; flex-direction: column;\">
";
// line 962
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 962, $this->source); })()), "construction_method_07_v1", [], "any", false, false, false, 962), "vars", [], "any", false, false, false, 962), "choices", [], "any", false, false, false, 962));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 963
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 964
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 964, $this->source); })()), "construction_method_07_v1", [], "any", false, false, false, 964), "vars", [], "any", false, false, false, 964), "full_name", [], "any", false, false, false, 964), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 964), "price", [], "array", true, true, false, 964)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 964), "price", [], "array", false, false, false, 964), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 964), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 964, $this->source); })()), "construction_method_07_v1", [], "any", false, false, false, 964), "vars", [], "any", false, false, false, 964), "data", [], "any", false, false, false, 964) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 964))) {
echo "checked";
}
echo " />
";
// line 965
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 965)), "html", null, true);
echo "
";
// line 966
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 966) == "⑧不明(記載)")) {
// line 967
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
";
}
// line 969
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 971
echo " <img style=\"margin-top: 3rem;\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/form-0y/install-option.jpg"), "html", null, true);
echo "\" alt=\"\">
</div>
";
// line 973
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 973, $this->source); })()), "construction_method_07_v1", [], "any", false, false, false, 973), 'errors');
echo "
";
// line 974
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 974, $this->source); })()), "construction_method_07_v1_price", [], "any", false, false, false, 974), 'widget');
echo "
<div class=\"fill v4 construction_method_07_v2\" style=\"margin-left: 2rem; flex-direction: column;\">
";
// line 977
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 977, $this->source); })()), "construction_method_07_v2", [], "any", false, false, false, 977), "vars", [], "any", false, false, false, 977), "choices", [], "any", false, false, false, 977));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 978
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 979
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 979, $this->source); })()), "construction_method_07_v2", [], "any", false, false, false, 979), "vars", [], "any", false, false, false, 979), "full_name", [], "any", false, false, false, 979), "html", null, true);
echo "\" data-price=\"";
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 979), "price", [], "array", true, true, false, 979)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 979), "price", [], "array", false, false, false, 979), 0)) : (0)), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 979), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 979, $this->source); })()), "construction_method_07_v2", [], "any", false, false, false, 979), "vars", [], "any", false, false, false, 979), "data", [], "any", false, false, false, 979) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 979))) {
echo "checked";
}
echo " />
";
// line 980
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["val"], "label", [], "any", false, false, false, 980)), "html", null, true);
echo "
";
// line 981
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 981) == "⑧不明(記載)")) {
// line 982
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
";
}
// line 984
echo " </label>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 986
echo " <img style=\"margin-top: 3rem;\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/form-0y/install-option.jpg"), "html", null, true);
echo "\" alt=\"\">
</div>
";
// line 988
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 988, $this->source); })()), "construction_method_07_v2", [], "any", false, false, false, 988), 'errors');
echo "
";
// line 989
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 989, $this->source); })()), "construction_method_07_v2_price", [], "any", false, false, false, 989), 'widget');
echo "
</td>
</tr>
</table>
<div class=\"result\">
<p>概算合計金額</p>
<p id=\"total-price\">00,000円</p>
";
// line 996
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 996, $this->source); })()), "construction_base_price_1", [], "any", false, false, false, 996), 'widget');
echo "
";
// line 997
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 997, $this->source); })()), "construction_base_price_2", [], "any", false, false, false, 997), 'widget');
echo "
";
// line 998
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 998, $this->source); })()), "construction_base_price_3", [], "any", false, false, false, 998), 'widget');
echo "
";
// line 999
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 999, $this->source); })()), "construction_total_price", [], "any", false, false, false, 999), 'widget');
echo "
";
// line 1000
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1000, $this->source); })()), "construction_discount", [], "any", false, false, false, 1000), 'widget');
echo "
</div>
<div style=\"text-align: right;\" class=\"pc\">
「
本体価格 <span class=\"product_price\"></span>円、
標準工事 <span class=\"base_price\"></span>円、
追加工事 <span class=\"add_price\"></span>円
」
</div>
<div style=\"text-align: right;\" class=\"sp\">
本体価格 <span class=\"product_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円<br>
標準工事 <span class=\"base_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円<br>
追加工事 <span class=\"add_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円
</div>
</div>
</div>
</div>
<div class=\"ec-productRole__actions\" style=\"display: none;\">
";
// line 1019
if (twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "classcategory_id1", [], "any", true, true, false, 1019)) {
// line 1020
echo " <div class=\"ec-select\">
";
// line 1021
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1021, $this->source); })()), "classcategory_id1", [], "any", false, false, false, 1021), 'row');
echo "
";
// line 1022
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1022, $this->source); })()), "classcategory_id1", [], "any", false, false, false, 1022), 'errors');
echo "
</div>
";
// line 1024
if (twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "classcategory_id2", [], "any", true, true, false, 1024)) {
// line 1025
echo " <div class=\"ec-select\">
";
// line 1026
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1026, $this->source); })()), "classcategory_id2", [], "any", false, false, false, 1026), 'row');
echo "
";
// line 1027
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1027, $this->source); })()), "classcategory_id2", [], "any", false, false, false, 1027), 'errors');
echo "
</div>
";
}
// line 1030
echo " ";
}
// line 1031
echo " <div class=\"ec-numberInput\">
";
// line 1032
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1032, $this->source); })()), "product_id", [], "any", false, false, false, 1032), 'widget');
echo "
";
// line 1033
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1033, $this->source); })()), "ProductClass", [], "any", false, false, false, 1033), 'widget');
echo "
";
// line 1034
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1034, $this->source); })()), "quantity", [], "any", false, false, false, 1034), 'widget');
echo "
";
// line 1035
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 1035, $this->source); })()), "quantity", [], "any", false, false, false, 1035), 'errors');
echo "
</div>
</div>
<div class=\"ec-product-detail__group\">
<div class=\"list-btn\">
<a href=\"";
// line 1042
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart");
echo "\" class=\"btn btn-sd btn-back\" style=\"display: block;\" onclick=\"history.back(); return false;\">
<span>戻る</span>
</a>
<button type=\"submit\" class=\"btn btn-sd add-cart cart-express\" id=\"btn-confirm\">
<span>";
// line 1046
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("依頼(購入)にすすむ"), "html", null, true);
echo "</span>
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "@user_data/construction_only.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 2362 => 1046, 2355 => 1042, 2345 => 1035, 2341 => 1034, 2337 => 1033, 2333 => 1032, 2330 => 1031, 2327 => 1030, 2321 => 1027, 2317 => 1026, 2314 => 1025, 2312 => 1024, 2307 => 1022, 2303 => 1021, 2300 => 1020, 2298 => 1019, 2276 => 1000, 2272 => 999, 2268 => 998, 2264 => 997, 2260 => 996, 2250 => 989, 2246 => 988, 2240 => 986, 2233 => 984, 2229 => 982, 2227 => 981, 2223 => 980, 2211 => 979, 2208 => 978, 2204 => 977, 2198 => 974, 2194 => 973, 2188 => 971, 2181 => 969, 2177 => 967, 2175 => 966, 2171 => 965, 2159 => 964, 2156 => 963, 2152 => 962, 2147 => 960, 2144 => 959, 2135 => 956, 2123 => 955, 2120 => 954, 2116 => 953, 2106 => 946, 2102 => 945, 2099 => 944, 2092 => 942, 2088 => 940, 2086 => 939, 2082 => 938, 2070 => 937, 2067 => 936, 2063 => 935, 2053 => 928, 2049 => 927, 2045 => 925, 2038 => 924, 2034 => 922, 2031 => 921, 2027 => 919, 2025 => 918, 2021 => 917, 2009 => 916, 2006 => 915, 2002 => 914, 1992 => 907, 1988 => 906, 1984 => 904, 1977 => 903, 1973 => 901, 1971 => 900, 1967 => 899, 1955 => 898, 1952 => 897, 1948 => 896, 1938 => 889, 1933 => 887, 1929 => 886, 1925 => 884, 1918 => 883, 1914 => 881, 1911 => 880, 1907 => 878, 1905 => 877, 1901 => 876, 1889 => 875, 1886 => 874, 1882 => 873, 1872 => 866, 1868 => 865, 1865 => 864, 1856 => 861, 1844 => 860, 1841 => 859, 1837 => 858, 1827 => 851, 1824 => 850, 1818 => 849, 1812 => 846, 1800 => 845, 1797 => 844, 1794 => 843, 1791 => 842, 1786 => 841, 1784 => 840, 1780 => 838, 1774 => 837, 1766 => 834, 1761 => 832, 1749 => 831, 1745 => 829, 1742 => 828, 1739 => 827, 1734 => 826, 1732 => 825, 1722 => 818, 1718 => 817, 1715 => 816, 1708 => 814, 1704 => 812, 1701 => 811, 1697 => 809, 1695 => 808, 1691 => 807, 1679 => 806, 1676 => 805, 1672 => 804, 1662 => 797, 1658 => 796, 1655 => 795, 1648 => 793, 1644 => 791, 1641 => 790, 1637 => 788, 1635 => 787, 1631 => 786, 1619 => 785, 1616 => 784, 1612 => 783, 1602 => 776, 1599 => 775, 1590 => 772, 1578 => 771, 1575 => 770, 1571 => 769, 1561 => 762, 1557 => 761, 1554 => 760, 1547 => 758, 1543 => 756, 1541 => 755, 1537 => 754, 1525 => 753, 1522 => 752, 1518 => 751, 1508 => 744, 1505 => 743, 1498 => 741, 1494 => 739, 1491 => 738, 1487 => 736, 1485 => 735, 1481 => 734, 1469 => 733, 1466 => 732, 1462 => 731, 1452 => 724, 1449 => 723, 1440 => 720, 1428 => 719, 1425 => 718, 1421 => 717, 1410 => 709, 1405 => 708, 1396 => 705, 1384 => 704, 1381 => 703, 1377 => 702, 1366 => 694, 1361 => 693, 1354 => 691, 1350 => 689, 1347 => 688, 1343 => 686, 1341 => 685, 1337 => 684, 1325 => 683, 1322 => 682, 1318 => 681, 1307 => 673, 1302 => 672, 1293 => 669, 1281 => 668, 1278 => 667, 1274 => 666, 1264 => 659, 1261 => 658, 1252 => 655, 1240 => 654, 1237 => 653, 1233 => 652, 1222 => 644, 1218 => 643, 1214 => 641, 1203 => 639, 1199 => 638, 1193 => 635, 1189 => 634, 1183 => 630, 1172 => 628, 1168 => 627, 1162 => 624, 1158 => 623, 1152 => 619, 1141 => 617, 1137 => 616, 1131 => 613, 1127 => 612, 1115 => 603, 1112 => 602, 1103 => 599, 1089 => 598, 1086 => 597, 1082 => 596, 1072 => 589, 1069 => 588, 1062 => 586, 1058 => 584, 1056 => 583, 1052 => 582, 1038 => 581, 1035 => 580, 1031 => 579, 1021 => 572, 1018 => 571, 1009 => 568, 995 => 567, 992 => 566, 988 => 565, 978 => 558, 974 => 557, 970 => 555, 961 => 553, 949 => 552, 946 => 551, 942 => 550, 932 => 543, 928 => 542, 922 => 539, 916 => 536, 910 => 533, 899 => 525, 895 => 524, 891 => 522, 882 => 520, 870 => 519, 867 => 518, 863 => 517, 853 => 510, 849 => 509, 845 => 507, 836 => 505, 824 => 504, 821 => 503, 817 => 502, 807 => 495, 803 => 494, 799 => 492, 790 => 490, 778 => 489, 775 => 488, 771 => 487, 761 => 480, 757 => 479, 753 => 477, 744 => 475, 732 => 474, 729 => 473, 725 => 472, 715 => 465, 711 => 463, 702 => 461, 690 => 460, 687 => 459, 683 => 458, 673 => 451, 669 => 449, 660 => 447, 648 => 446, 645 => 445, 641 => 444, 631 => 437, 627 => 436, 623 => 434, 614 => 432, 602 => 431, 599 => 430, 595 => 429, 585 => 422, 581 => 420, 574 => 419, 570 => 417, 568 => 416, 564 => 415, 552 => 414, 549 => 413, 545 => 412, 531 => 401, 527 => 400, 517 => 393, 504 => 383, 490 => 372, 476 => 361, 451 => 339, 436 => 326, 426 => 325, 409 => 317, 403 => 314, 341 => 255, 115 => 31, 105 => 30, 73 => 6, 63 => 5, 52 => 1, 50 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'default_frame.twig' %}
{% form_theme form 'Form/form_div_layout.twig' %}
{% block stylesheet %}
<style>
.form-check.flex{
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 5px;
}
.construction-input-text__item{
display: flex;
align-items: center;
justify-content: flex-start;
gap: 1rem;
margin: 5px 0;
}
.construction-input-text__item span:first-child{
width: 7rem;
}
.construction-input-text__item input[type=\"text\"]{
width: 5rem;
text-align: center;
}
</style>
{% endblock %}
{% block javascript %}
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/numeral.js/2.0.6/numeral.min.js\"></script>
<script>
var CountTatami = {
countType1: 0, //6-14
countType2: 0, //16-20
countType3: 0, //23-
};
\$(function() {
SetRequiredContent1();
SetRequiredContent2(\"construction_type_07\", \"交換\", \".construction_type_07_02_v1\");
SetRequiredContent2(\"construction_type_07\", \"新設工事に加えて移設工事も希望\", \".construction_type_07_02_v2\");
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
SetRequiredContent2(\"electrical_outlet_07\", \"あり\", \".electrical_outlet_07_02\");
SetRequiredContent2(\"room_size_07\", \"なし\", \".room_size_07_02\");
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
SetRequiredContent2(\"piping_status_07\", \"隠蔽配管\", \".piping_status_07_02\");
SetRequiredContent2(\"outdoor_cover\", \"必要\", \".outdoor_cover_02\");
SetRequiredContent2(\"setting_install_method\", \"新規取付\", \".construction_method_07_v1\");
SetRequiredContent2(\"setting_install_method\", \"交換\", \".construction_method_07_v2\");
\$(\"input[name='construction_type_07']\").change(function() {
SetRequiredContent2(\"construction_type_07\", \"交換\", \".construction_type_07_02_v1\");
SetRequiredContent2(\"construction_type_07\", \"新設工事に加えて移設工事も希望\", \".construction_type_07_02_v2\");
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
});
\$(\"input[name='construction_type_07_02_v2']\").change(function() {
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
});
\$(\"input[name='construction_type_07_03_v1']\").change(function() {
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
});
\$(\"input[name='electrical_outlet_07']\").change(function() {
SetRequiredContent2(\"electrical_outlet_07\", \"あり\", \".electrical_outlet_07_02\");
});
\$(\"input[name='room_size_07']\").change(function() {
SetRequiredContent2(\"room_size_07\", \"なし\", \".room_size_07_02\");
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
});
\$(\"input[name='room_size_07_02']\").change(function() {
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
});
\$(\"input[name='piping_status_07']\").change(function() {
SetRequiredContent2(\"piping_status_07\", \"隠蔽配管\", \".piping_status_07_02\");
});
\$(\"input[name='outdoor_cover']\").change(function() {
SetRequiredContent2(\"outdoor_cover\", \"必要\", \".outdoor_cover_02\");
});
\$(\"input[name='setting_install_method']\").change(function() {
SetRequiredContent2(\"setting_install_method\", \"新規取付\", \".construction_method_07_v1\");
SetRequiredContent2(\"setting_install_method\", \"交換\", \".construction_method_07_v2\");
});
CalcConstructionNumber();
\$('.construction-input-text__item input').on('change', function() {
CalcConstructionNumber();
CalcPrice();
});
CalcPrice();
\$('input[type=\"radio\"]').on('change', function() {
CalcPrice();
});
});
function SetRequiredContent1() {
\$(\"#tableSecond .content-1 input\").each(function(index, el) {
if (\$(this).attr('name') != 'construction_date_2'
&& \$(this).attr('name') != 'construction_date_3'
&& \$(this).attr('name') != 'construction_6'
&& \$(this).attr('name') != 'construction_16'
&& \$(this).attr('name') != 'construction_23'
&& \$(this).attr('type') != 'hidden') {
\$(this).attr('required', 'required');
}
});
\$('#construction_16').removeAttr('required');
\$('#construction_23').removeAttr('required');
if (\$('#construction_6').val() == \"\" && \$('#construction_16').val() == \"\" && \$('#construction_23').val() == \"\") {
\$('#construction_6').attr('required', 'required');
}
else{
\$('#construction_6').removeAttr('required');
}
}
function SetRequiredContent2(nameInput, condition , classCheck) {
var selectedValue = \$(\"input[name='\"+ nameInput +\"']:checked\").val();
if (selectedValue === condition) {
\$(classCheck).css(\"display\", \"flex\");
\$(\"#tableSecond \" + classCheck + \" input\").each(function(index, el) {
if (\$(this).attr('type') != 'hidden') {
\$(this).attr('required', 'required');
}
});
} else {
\$(classCheck).css(\"display\", \"none\");
\$(\"#tableSecond \" + classCheck + \" input\").each(function(index, el) {
\$(this).prop('checked', false).removeAttr('required');
});
}
}
function CalcPrice() {
const basePriceType1 = 15980;
const basePriceType2 = 19980;
const basePriceType3 = 23980;
var product_total_price = 0;
var BasePrice = {
type1: CountTatami.countType1 * basePriceType1,
type2: CountTatami.countType2 * basePriceType2,
type3: CountTatami.countType3 * basePriceType3,
};
var totalBasePrice = BasePrice.type1 + BasePrice.type2 + BasePrice.type3;
\$('input[type=\"radio\"]').each(function() {
let hidden_price = \$(this).closest('div').find('input[type=\"hidden\"]');
if (hidden_price.length > 0) {
hidden_price.val('');
}
});
var construction_price = 0;
\$('input[type=\"radio\"]:checked').each(function() {
let selectedPrice = \$(this).data('price');
construction_price += selectedPrice;
let hidden_price = \$(this).closest('div').find('input[type=\"hidden\"]');
if (hidden_price.length > 0) {
hidden_price.val(selectedPrice);
}
});
var number_install = Number(\$('#number_install').val());
var construction_total_price = totalBasePrice + construction_price * number_install;
var discountQuantity = 0;
switch (number_install) {
case 1:
discountQuantity = 0;
break;
case 2:
discountQuantity = 0.05;
break;
case 3:
discountQuantity = 0.1;
break;
default:
discountQuantity = 0.15;
break;
}
var total_price = product_total_price + construction_total_price;
var discount_price = Math.round(total_price * discountQuantity);
total_price = total_price - discount_price;
\$('#construction_base_price_1').val(BasePrice.type1);
\$('#construction_base_price_2').val(BasePrice.type2);
\$('#construction_base_price_3').val(BasePrice.type3);
\$('#construction_total_price').val(construction_total_price);
\$('#construction_discount').val(discount_price);
\$('#total-price').text(numeral(total_price).format('0,0') + \"円\");
\$('.product_price').text(numeral(product_total_price).format('0,0'));
\$('.base_price').text(numeral(totalBasePrice).format('0,0'));
\$('.add_price').text(numeral(construction_total_price - totalBasePrice).format('0,0'));
// console.log(\"----------------\")
// console.log(\" base_price: \" + \$('.base_price').eq(0).text());
// console.log(\" add_price: \" + \$('.add_price').eq(0).text());
// console.log(\"total-price: \" + \$('#total-price').text());
}
function CalcConstructionNumber() {
CountTatami.countType1 = 0;
CountTatami.countType2 = 0;
CountTatami.countType3 = 0;
if (\$.isNumeric(\$('#construction_6').val())) {
CountTatami.countType1 = Number(\$('#construction_6').val());
}
if (\$.isNumeric(\$('#construction_16').val())) {
CountTatami.countType2 = Number(\$('#construction_16').val());
}
if (\$.isNumeric(\$('#construction_23').val())) {
CountTatami.countType3 = Number(\$('#construction_23').val());
}
\$('#number_install').val(CountTatami.countType1 + CountTatami.countType2 + CountTatami.countType3);
}
</script>
<script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
<script>
\$(document).ready(function() {
// \$('.contact_type').change(function() {
// location.href = \"{{ url('contact') }}?type=\" + \$(this).val();
// });
\$(\"#btn-confirm\").click(function(event) {
var has_error = false;
\$(\"span.error-empty\").remove();
\$(\"input[required], textarea[required]\").each(function() {
var input = \$(this);
var input_empty = \$(\"<span>\").addClass(\"error-empty\").text(\"※この項目は必須項目です\");
if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
var radio_name = input.attr('name');
if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
input.before(input_empty);
has_error = true;
}
}
else if (input.val() == \"\"){
input.before(input_empty);
has_error = true;
}
else {
input_empty.remove();
}
input.on(\"change\", function() {
if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox' || input.attr('type') == 'text') {
input.closest('td').find('.error-empty').remove();
}
else {
input_empty.remove();
}
});
});
if (has_error) {
var speed = 300;
var position = \$(\".error-empty\").eq(0).offset().top - 250;
\$('body,html').animate({
scrollTop: position
}, speed, 'swing');
return false;
}
else {
\$form = \$('#form1');
\$.ajax({
url: \$form.attr('action'),
type: \$form.attr('method'),
data: \$form.serialize(),
dataType: 'json',
beforeSend: function(xhr, settings) {
// Buttonを無効にする
\$('.add-cart').prop('disabled', true);
}
}).done(function(data) {
if (\$('.add-cart').hasClass('cart-express')) {
location.href = \"{{ url('shopping') }}\";
}
}).fail(function(data) {
alert('{{ 'カートへの追加に失敗しました。'|trans }}');
});
}
});
});
</script>
{% endblock %}
{% block main %}
<input type=\"hidden\" name=\"array_product\" value=\"[14, 10, 18, 19, 20, 24, 26]\">
<div class=\"ec-inquiry-page\">
<div class=\"ec-banner\">
<div class=\"ec-banner__inner\">
<div class=\"inner\">
<h2>
工事金額の確認
</h2>
</div>
</div>
<div class=\"ec-breadcrumb\">
<ul class=\"ec-breadcrumb__menu\">
<li class=\"ec-breadcrumb__item\"><a href=\"{{ url('homepage') }}\">TOP</a></li>
<li class=\"ec-breadcrumb__item\"><span>></span></li>
<li class=\"ec-breadcrumb__item\"><p>工事金額の確認</p></li>
</ul>
</div>
</div>
<div class=\"ec-form-inquiry-main\">
<div class=\"ec-form-inquiry__inner\">
<div class=\"inner\">
<div class=\"ec-form-inquiry__group\">
<div class=\"text\">
<p>下記フォームの各項目にご記入いただき、決済にお進みください。なお、不明の項目がある場合には、工事当日に追加費用が発生する可能性があります。</p>
<div class=\"ec-setting__group\">
<div class=\"title-main\">
<p>依頼(購入)にすすむ</p>
</div>
<div class=\"list-steps v2 vip\">
<div class=\"step\">
<div class=\"step__contact\">
<p class=\"step__contact__num\">STEP1</p>
<p class=\"step__contact__ttl\">お客様</p>
<img class=\"step__contact__img\" src=\"{{ asset('assets/img/setting-0y/s0-contact-1.png') }}\" alt=\"\">
<p class=\"step__contact__desc\">工事金額の確認</p>
</div>
</div>
<div class=\"dbar\">
<span></span>
</div>
<div class=\"step\">
<div class=\"step__contact\">
<p class=\"step__contact__num\">STEP2</p>
<p class=\"step__contact__ttl\">お客様</p>
<img class=\"step__contact__img\" src=\"{{ asset('assets/img/setting-0y/s0-contact-3.png') }}\" alt=\"\">
<p class=\"step__contact__desc\">工事の依頼(購入)にすすむ</p>
</div>
</div>
<div class=\"dbar\">
<span></span>
</div>
<div class=\"step\">
<div class=\"step__contact\">
<p class=\"step__contact__num\">STEP3</p>
<p class=\"step__contact__ttl\">お客様</p>
<img class=\"step__contact__img\" src=\"{{ asset('assets/img/setting-0y/s0-contact-4.png') }}\" alt=\"\">
<p class=\"step__contact__desc\">決済</p>
</div>
</div>
</div>
</div>
<div class=\"ec-product__group\">
<div class=\"list-btn\">
<a href=\"https://lin.ee/5FbNJH7s\" target=\"_blank\" class=\"btn\"><span>LINE</span></a>
<a href=\"{{ url('contact') }}\" class=\"btn\"><span>通常お問合せ</span></a>
<span class=\"btn pc\" style=\"opacity: 1!important; cursor: default;\"><span>TEL: 080-0222-4466</span></span>
<a href=\"tel:080-0222-4466\" class=\"btn sp\"><span>TEL: 080-0222-4466</span></a>
</div>
</div>
</div>
<form action=\"{{ url('product_add_cart', {id:Product.id}) }}\" method=\"post\" id=\"form1\" name=\"form1\">
{{ form_widget(form._token) }}
<div class=\"table\">
<div class=\"list-item\">
<div class=\"item active\">
<table id=\"tableSecond\" style=\"padding: 0;\">
<tr class=\"content-1\">
<td><p>工事内訳</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.construction_type_07.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.construction_type_07.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_type_07.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
{% if val.value == \"新設工事に加えて移設工事も希望\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;margin-bottom: 0.5rem;line-height: 1.2;\">※エアコン本体の移動はお客様ご自身でお願いいたします。</p>
{% endif %}
</label>
{% endfor %}
</div>
{{ form_errors(form.construction_type_07) }}
</td>
</tr>
<tr class=\"construction_type_07_02_v1\">
<td><p>工事内訳</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.construction_type_07_02_v1.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.construction_type_07_02_v1.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_type_07_02_v1.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.construction_type_07_02_v1) }}
{{ form_widget(form.construction_type_07_02_v1_price) }}
</td>
</tr>
<tr class=\"construction_type_07_02_v2\">
<td><p>工事内訳</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.construction_type_07_02_v2.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.construction_type_07_02_v2.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_type_07_02_v2.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.construction_type_07_02_v2) }}
</td>
</tr>
<tr class=\"construction_type_07_03_v1\">
<td><p>工事内訳</p><small>3段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.construction_type_07_03_v1.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.construction_type_07_03_v1.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_type_07_03_v1.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.construction_type_07_03_v1) }}
</td>
</tr>
<tr class=\"construction_type_07_03_v2\">
<td><p>工事内訳</p><small>3段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.construction_type_07_03_v2.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.construction_type_07_03_v2.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_type_07_03_v2.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.construction_type_07_03_v2) }}
{{ form_widget(form.construction_type_07_03_v2_price) }}
</td>
</tr>
<tr class=\"construction_type_07_04_v1\">
<td><p>工事内訳</p><small>4段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.construction_type_07_04_v1.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.construction_type_07_04_v1.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_type_07_04_v1.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.construction_type_07_04_v1) }}
{{ form_widget(form.construction_type_07_04_v1_price) }}
</td>
</tr>
<tr class=\"construction_type_07_04_v2\">
<td><p>工事内訳</p><small>4段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.construction_type_07_04_v2.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.construction_type_07_04_v2.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_type_07_04_v2.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.construction_type_07_04_v2) }}
{{ form_widget(form.construction_type_07_04_v2_price) }}
</td>
</tr>
<tr class=\"construction_type_07_04_v3\">
<td><p>工事内訳</p><small>4段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.construction_type_07_04_v3.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.construction_type_07_04_v3.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_type_07_04_v3.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.construction_type_07_04_v3) }}
{{ form_widget(form.construction_type_07_04_v3_price) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>設置台数</p></td>
<td>
<div class=\"fill v4 construction-input-text\">
<div class=\"construction-input-text__item\">
<span>6-14畳</span>{{ form_widget(form.construction_6) }}<span>台</span>
</div>
<div class=\"construction-input-text__item\">
<span>16-20畳</span>{{ form_widget(form.construction_16) }}<span>台</span>
</div>
<div class=\"construction-input-text__item\">
<span>23畳-</span>{{ form_widget(form.construction_23) }}<span>台</span>
</div>
</div>
{{ form_widget(form.number_install) }}
{{ form_widget(form.number_install_price) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>特急券の購入</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.express_tickets.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.express_tickets.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.express_tickets.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.express_tickets) }}
{{ form_widget(form.express_tickets_price) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>お住まい</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.osumai.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.osumai.vars.full_name }}\" data-percent=\"{{ val.attr['percent'] | default(0) }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.osumai.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.osumai) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>建物の所有</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.building_ownership.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.building_ownership.vars.full_name }}\" data-percent=\"{{ val.attr['percent'] | default(0) }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.building_ownership.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
{% if val.value == \"賃貸\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事内容によっては受付出来ない可能性もございます。</p>
{% endif %}
</label>
{% endfor %}
</div>
{{ form_errors(form.building_ownership) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>構造</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.structure.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.structure.vars.full_name }}\" data-percent=\"{{ val.attr['percent'] | default(0) }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.structure.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.structure) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>設置工事希望日</p></td>
<td>
<div class=\"fill v3\">
<label class=\"label v3 date vip\">
第一希望日
{{ form_widget(form.construction_date_1) }}
{{ form_errors(form.construction_date_1) }}
<span class=\"pc\"> </span>希望時間帯
<select name=\"time_slot_1\" id=\"time_slot_1\">
{% for key,val in form.time_slot_1.vars.choices %}
<option value=\"{{ val.value }}\">{{ val.label | trans }} </option>
{% endfor %}
</select>
</label>
<label class=\"label v3 date\">
第二希望日
{{ form_widget(form.construction_date_2) }}
{{ form_errors(form.construction_date_2) }}
<span class=\"pc\"> </span>希望時間帯
<select name=\"time_slot_2\" id=\"time_slot_2\">
{% for key,val in form.time_slot_2.vars.choices %}
<option value=\"{{ val.value }}\">{{ val.label | trans }} </option>
{% endfor %}
</select>
</label>
<label class=\"label v3 date\">
第三希望日
{{ form_widget(form.construction_date_3) }}
{{ form_errors(form.construction_date_3) }}
<span class=\"pc\"> </span>希望時間帯
<select name=\"time_slot_3\" id=\"time_slot_3\">
{% for key,val in form.time_slot_3.vars.choices %}
<option value=\"{{ val.value }}\">{{ val.label | trans }} </option>
{% endfor %}
</select>
</label>
{{ form_widget(form.contents, {'attr': { 'placeholder': 'その他希望等あればご記入ください。' }}) }}
{{ form_errors(form.contents) }}
</div>
</td>
</tr>
<tr class=\"content-1\">
<td><p>エアコン設置場所</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.construction_floor_07.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.construction_floor_07.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_floor_07.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.construction_floor_07) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>エレベーターの有無</p><small>※3階以上の場合</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.elevator_07.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.elevator_07.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.elevator_07.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
{{ form_errors(form.elevator_07) }}
{{ form_widget(form.elevator_07_price) }}
</div>
</td>
</tr>
<tr class=\"content-1\">
<td><p>コンセントの有無</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.electrical_outlet_07.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.electrical_outlet_07.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.electrical_outlet_07.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
{% if val.value == \"なし(別途工事が必要になります)\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※10m以上の方は別途お見積りさせていただきます。</p>
{% endif %}
{% if val.value == \"不明\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※工事当日に追加費用が発生する場合があります。</p>
{% endif %}
</label>
{% endfor %}
{{ form_errors(form.electrical_outlet_07) }}
{{ form_widget(form.electrical_outlet_07_price) }}
</div>
</td>
</tr>
<tr class=\"electrical_outlet_07_02\">
<td><p>コンセントの有無</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.electrical_outlet_07_02.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.electrical_outlet_07_02.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.electrical_outlet_07_02.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
{{ form_errors(form.electrical_outlet_07_02) }}
{{ form_widget(form.electrical_outlet_07_02_price) }}
</div>
</td>
</tr>
<tr class=\"content-1\">
<td><p>建物の契約アンペア</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.contract_amp.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.contract_amp.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.contract_amp.vars.data == val.value %}checked{% endif %}/>
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.contract_amp) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>コンセントアース端子</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.outlet_earth.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.outlet_earth.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.outlet_earth.vars.data == val.value %}checked{% endif %}/>
{{ val.label | trans }}
{% if val.value == \"なし\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
{% endif %}
{% if val.value == \"不明\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
{% endif %}
</label>
{% endfor %}
</div>
{{ form_errors(form.outlet_earth) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>配管穴の有無</p></td>
<td>
<div class=\"fill v4 vip\">
{% for key,val in form.room_size_07.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.room_size_07.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.room_size_07.vars.data == val.value %}checked{% endif %}/>
{{ val.label | trans }}
{% if val.value == \"不明\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。別途エアココからご連絡させていただきます。</p>
{% endif %}
</label>
{% endfor %}
</div>
{{ form_errors(form.room_size_07) }}
<img style=\"margin-left: auto;\" src=\"{{ asset('assets/img/contact/') }}hole-sample.jpg\" alt=\"配管穴の有無\">
</td>
</tr>
<tr class=\"room_size_07_02\">
<td><p>配管穴の有無</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.room_size_07_02.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.room_size_07_02.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.room_size_07_02.vars.data == val.value %}checked{% endif %}/>
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.room_size_07_02) }}
</td>
</tr>
<tr class=\"room_size_07_03_v1\">
<td><p>建物の材質</p><small>(穴あけ&貫通スリーブ費)</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.room_size_07_03_v1.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.room_size_07_03_v1.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.room_size_07_03_v1.vars.data == val.value %}checked{% endif %}/>
{{ val.label | trans }}
{% if val.value == \"その他\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
{% endif %}
{% if val.value == \"不明\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
{% endif %}
</label>
{% endfor %}
</div>
{{ form_errors(form.room_size_07_03_v1) }}
{{ form_widget(form.room_size_07_03_v1_price) }}
</td>
</tr>
<tr class=\"room_size_07_03_v2\">
<td><p>建物の材質</p><small>(穴あけ&貫通スリーブ&アスベストみなし工事、対策費と調査報告書作成費)</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.room_size_07_03_v2.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.room_size_07_03_v2.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.room_size_07_03_v2.vars.data == val.value %}checked{% endif %}/>
{{ val.label | trans }}
{% if val.value == \"その他\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
{% endif %}
{% if val.value == \"不明\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
{% endif %}
</label>
{% endfor %}
</div>
{{ form_errors(form.room_size_07_03_v2) }}
{{ form_widget(form.room_size_07_03_v2_price) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>設置予定場所の<br class=\"pc\" />配管の状態</p></td>
<td style=\"flex-direction: column;\">
<div class=\"fill v5 up\">
{% set idx = 0 %}
{% for key,val in form.piping_status_07.vars.choices %}
{% set idx = idx + 1 %}
{% if idx <= 2 %}
<div class=\"group\">
<label class=\"form-check v2\">
<input type=\"radio\" name=\"{{ form.piping_status_07.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.piping_status_07.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
<img src=\"{{ asset('assets/img/form-0y/') }}line-option-0{{ idx }}.jpg\" alt=\"\">
</div>
{% endif %}
{% endfor %}
</div>
<div class=\"fill v5\">
{% set idx = 0 %}
{% for key,val in form.piping_status_07.vars.choices %}
{% set idx = idx + 1 %}
{% if idx > 2 %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.piping_status_07.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.piping_status_07.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endif %}
{% endfor %}
</div>
{{ form_errors(form.piping_status_07) }}
</td>
</tr>
<tr class=\"piping_status_07_02\">
<td><p>設置予定場所の<br class=\"pc\" />配管の状態</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.piping_status_07_02.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.piping_status_07_02.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.piping_status_07_02.vars.data == val.value %}checked{% endif %}/>
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.piping_status_07_02) }}
{{ form_widget(form.piping_status_07_02_price) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>室内化粧カバーの<br class=\"pc\" />希望の有無</p></td>
<td>
<div class=\"fill v4\" style=\"order: 2;\">
{% for key,val in form.indoor_cover_07.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.indoor_cover_07.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.indoor_cover_07.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
{% if val.value == \"必要(2m以内)\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※2mを超える場合は追加費用がかかります。</p>
{% endif %}
{% if val.value == \"未定\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※化粧カバーが必要になった場合は追加費用がかかります。</p>
{% endif %}
</label>
{% endfor %}
</div>
{{ form_errors(form.indoor_cover_07) }}
{{ form_widget(form.indoor_cover_07_price) }}
<img style=\"margin-left: auto; order: 3;\" src=\"{{ asset('assets/img/contact/') }}item-1.jpg\" alt=\"室内化粧カバー\">
</td>
</tr>
<tr class=\"content-1\">
<td><p>室外化粧カバーの<br class=\"pc\" />希望の有無</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.outdoor_cover.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.outdoor_cover.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.outdoor_cover.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
{% if val.value == \"その他\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
{% endif %}
</label>
{% endfor %}
</div>
{{ form_errors(form.outdoor_cover) }}
<img style=\"margin-left: auto;\" src=\"{{ asset('assets/img/contact/') }}item-2.jpg\" alt=\"室外化粧カバー\">
</td>
</tr>
<tr class=\"outdoor_cover_02\">
<td><p>室外化粧カバーの<br class=\"pc\" />希望の有無</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.outdoor_cover_02.vars.choices %}
<label class=\"form-check\" >
<input type=\"radio\" name=\"{{ form.outdoor_cover_02.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.outdoor_cover_02.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
{% if val.value == \"再使用(交換)同階\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
{% endif %}
{% if val.value == \"再使用(交換)異階\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
{% endif %}
</label>
{% endfor %}
</div>
{{ form_errors(form.outdoor_cover_02) }}
{{ form_widget(form.outdoor_cover_02_price) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>室外機の設置場所(既設場所・希望設置場所)</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.construction_outdoor_07.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.construction_outdoor_07.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_outdoor_07.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
{% if val.value == \"その他\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
{% endif %}
</label>
{% endfor %}
</div>
{{ form_errors(form.construction_outdoor_07) }}
{{ form_widget(form.construction_outdoor_07_price) }}
</td>
</tr>
<tr class=\"content-1\">
<td><p>室外機の設置方法(既設方法・希望設置方法)</p></td>
<td>
<div class=\"fill v4\">
{% for key,val in form.setting_install_method.vars.choices %}
<label class=\"form-check\">
<input type=\"radio\" name=\"{{ form.setting_install_method.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.setting_install_method.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
</label>
{% endfor %}
</div>
{{ form_errors(form.setting_install_method) }}
<div class=\"fill v4 construction_method_07_v1\" style=\"margin-left: 2rem; flex-direction: column;\">
{% for key,val in form.construction_method_07_v1.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.construction_method_07_v1.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_method_07_v1.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
{% if val.value == \"⑧不明(記載)\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
{% endif %}
</label>
{% endfor %}
<img style=\"margin-top: 3rem;\" src=\"{{ asset('assets/img/form-0y/install-option.jpg') }}\" alt=\"\">
</div>
{{ form_errors(form.construction_method_07_v1) }}
{{ form_widget(form.construction_method_07_v1_price) }}
<div class=\"fill v4 construction_method_07_v2\" style=\"margin-left: 2rem; flex-direction: column;\">
{% for key,val in form.construction_method_07_v2.vars.choices %}
<label class=\"form-check flex\">
<input type=\"radio\" name=\"{{ form.construction_method_07_v2.vars.full_name }}\" data-price=\"{{ val.attr['price'] | default(0) }}\" value=\"{{ val.value }}\" {% if form.construction_method_07_v2.vars.data == val.value %}checked{% endif %} />
{{ val.label | trans }}
{% if val.value == \"⑧不明(記載)\" %}
<p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
{% endif %}
</label>
{% endfor %}
<img style=\"margin-top: 3rem;\" src=\"{{ asset('assets/img/form-0y/install-option.jpg') }}\" alt=\"\">
</div>
{{ form_errors(form.construction_method_07_v2) }}
{{ form_widget(form.construction_method_07_v2_price) }}
</td>
</tr>
</table>
<div class=\"result\">
<p>概算合計金額</p>
<p id=\"total-price\">00,000円</p>
{{ form_widget(form.construction_base_price_1) }}
{{ form_widget(form.construction_base_price_2) }}
{{ form_widget(form.construction_base_price_3) }}
{{ form_widget(form.construction_total_price) }}
{{ form_widget(form.construction_discount) }}
</div>
<div style=\"text-align: right;\" class=\"pc\">
「
本体価格 <span class=\"product_price\"></span>円、
標準工事 <span class=\"base_price\"></span>円、
追加工事 <span class=\"add_price\"></span>円
」
</div>
<div style=\"text-align: right;\" class=\"sp\">
本体価格 <span class=\"product_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円<br>
標準工事 <span class=\"base_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円<br>
追加工事 <span class=\"add_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円
</div>
</div>
</div>
</div>
<div class=\"ec-productRole__actions\" style=\"display: none;\">
{% if form.classcategory_id1 is defined %}
<div class=\"ec-select\">
{{ form_row(form.classcategory_id1) }}
{{ form_errors(form.classcategory_id1) }}
</div>
{% if form.classcategory_id2 is defined %}
<div class=\"ec-select\">
{{ form_row(form.classcategory_id2) }}
{{ form_errors(form.classcategory_id2) }}
</div>
{% endif %}
{% endif %}
<div class=\"ec-numberInput\">
{{ form_widget(form.product_id) }}
{{ form_widget(form.ProductClass) }}
{{ form_widget(form.quantity) }}
{{ form_errors(form.quantity) }}
</div>
</div>
<div class=\"ec-product-detail__group\">
<div class=\"list-btn\">
<a href=\"{{ url('cart') }}\" class=\"btn btn-sd btn-back\" style=\"display: block;\" onclick=\"history.back(); return false;\">
<span>戻る</span>
</a>
<button type=\"submit\" class=\"btn btn-sd add-cart cart-express\" id=\"btn-confirm\">
<span>{{ '依頼(購入)にすすむ'|trans }}</span>
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
{% endblock %}
", "@user_data/construction_only.twig", "/home/gogo002/gogo002.xbiz.jp/public_html/rintec/app/template/user_data/construction_only.twig");
}
}