<?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');
}
SetUnrequired();
}
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');
});
}
SetUnrequired();
}
function SetUnrequired() {
\$('input[name=\"outlet_earth\"]').removeAttr('required');
\$('input[name=\"electrical_outlet_07_02\"]').removeAttr('required');
\$('input[name=\"image_1\"]').removeAttr('required');
\$('input[name=\"image_2\"]').removeAttr('required');
\$('input[name=\"image_3\"]').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'));
\$('.product_base_price').text(numeral(product_total_price + 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 268
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 {
// Vì không upload được file nên phải sử dụng submit thông thường
// \$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 328
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("shopping");
echo "\";
// }
// }).fail(function(data) {
// alert('";
// line 331
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("カートへの追加に失敗しました。"), "html", null, true);
echo "');
// });
}
});
});
\$(document).ready(function(){
\$(\".custom-file input[type='file']\").change(function(){
var filePath = \$(this).val();
var fileName = filePath.split('\\\\').pop();
var label = \$(this).parent().find(\"label\");
label.text(fileName);
var hiddenInputId = \$(this).attr(\"id\") + \"-filename\";
\$(\"#\" + hiddenInputId).val(fileName);
\$(this).parent().find(\"label\").css(\"color\", \"rgba(0, 0, 0, 1)\");
});
});
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 351
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 352
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 365
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 387
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 398
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 409
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 419
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 426
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.', 426, $this->source); })()), "id", [], "any", false, false, false, 426)]), "html", null, true);
echo "\" method=\"post\" id=\"form1\" name=\"form1\" enctype=\"multipart/form-data\">
";
// line 427
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.', 427, $this->source); })()), "_token", [], "any", false, false, false, 427), '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 438
$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.', 438, $this->source); })()), "construction_type_07", [], "any", false, false, false, 438), "vars", [], "any", false, false, false, 438), "choices", [], "any", false, false, false, 438));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 439
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 440
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.', 440, $this->source); })()), "construction_type_07", [], "any", false, false, false, 440), "vars", [], "any", false, false, false, 440), "full_name", [], "any", false, false, false, 440), "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, 440), "price", [], "array", true, true, false, 440)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 440), "price", [], "array", false, false, false, 440), 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, 440), "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.', 440, $this->source); })()), "construction_type_07", [], "any", false, false, false, 440), "vars", [], "any", false, false, false, 440), "data", [], "any", false, false, false, 440) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 440))) {
echo "checked";
}
echo " />
";
// line 441
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, 441)), "html", null, true);
echo "
";
// line 442
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 442) == "新設工事に加えて移設工事も希望")) {
// line 443
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;margin-bottom: 0.5rem;line-height: 1.2;\">※エアコン本体の移動はお客様ご自身でお願いいたします。</p>
";
}
// line 445
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 446
echo "
</div>
";
// line 448
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.', 448, $this->source); })()), "construction_type_07", [], "any", false, false, false, 448), 'errors');
echo "
</td>
</tr>
<tr class=\"construction_type_07_02_v1\">
<td>
<p>工事内訳</p>
<small>2段階目</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_02_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_02_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_02_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_02_v1", [], "any", false, false, false, 465), 'errors');
echo "
";
// line 466
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.', 466, $this->source); })()), "construction_type_07_02_v1_price", [], "any", false, false, false, 466), 'widget');
echo "
</td>
</tr>
<tr class=\"construction_type_07_02_v2\">
<td><p>工事内訳</p><small>2段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 473
$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.', 473, $this->source); })()), "construction_type_07_02_v2", [], "any", false, false, false, 473), "vars", [], "any", false, false, false, 473), "choices", [], "any", false, false, false, 473));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 474
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 475
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.', 475, $this->source); })()), "construction_type_07_02_v2", [], "any", false, false, false, 475), "vars", [], "any", false, false, false, 475), "full_name", [], "any", false, false, false, 475), "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, 475), "price", [], "array", true, true, false, 475)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 475), "price", [], "array", false, false, false, 475), 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, 475), "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.', 475, $this->source); })()), "construction_type_07_02_v2", [], "any", false, false, false, 475), "vars", [], "any", false, false, false, 475), "data", [], "any", false, false, false, 475) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 475))) {
echo "checked";
}
echo " />
";
// line 476
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, 476)), "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 478
echo "
</div>
";
// 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_02_v2", [], "any", false, false, false, 480), 'errors');
echo "
</td>
</tr>
<tr class=\"construction_type_07_03_v1\">
<td><p>工事内訳</p><small>3段階目</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_03_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_03_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_03_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_03_v1", [], "any", false, false, false, 494), 'errors');
echo "
</td>
</tr>
<tr class=\"construction_type_07_03_v2\">
<td><p>工事内訳</p><small>3段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 501
$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.', 501, $this->source); })()), "construction_type_07_03_v2", [], "any", false, false, false, 501), "vars", [], "any", false, false, false, 501), "choices", [], "any", false, false, false, 501));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 502
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 503
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.', 503, $this->source); })()), "construction_type_07_03_v2", [], "any", false, false, false, 503), "vars", [], "any", false, false, false, 503), "full_name", [], "any", false, false, false, 503), "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, 503), "price", [], "array", true, true, false, 503)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 503), "price", [], "array", false, false, false, 503), 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, 503), "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.', 503, $this->source); })()), "construction_type_07_03_v2", [], "any", false, false, false, 503), "vars", [], "any", false, false, false, 503), "data", [], "any", false, false, false, 503) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 503))) {
echo "checked";
}
echo " />
";
// line 504
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, 504)), "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 506
echo "
</div>
";
// line 508
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.', 508, $this->source); })()), "construction_type_07_03_v2", [], "any", false, false, false, 508), 'errors');
echo "
";
// 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_03_v2_price", [], "any", false, false, false, 509), 'widget');
echo "
</td>
</tr>
<tr class=\"construction_type_07_04_v1\">
<td><p>工事内訳</p><small>4段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 516
$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.', 516, $this->source); })()), "construction_type_07_04_v1", [], "any", false, false, false, 516), "vars", [], "any", false, false, false, 516), "choices", [], "any", false, false, false, 516));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 517
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 518
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.', 518, $this->source); })()), "construction_type_07_04_v1", [], "any", false, false, false, 518), "vars", [], "any", false, false, false, 518), "full_name", [], "any", false, false, false, 518), "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, 518), "price", [], "array", true, true, false, 518)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 518), "price", [], "array", false, false, false, 518), 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, 518), "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.', 518, $this->source); })()), "construction_type_07_04_v1", [], "any", false, false, false, 518), "vars", [], "any", false, false, false, 518), "data", [], "any", false, false, false, 518) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 518))) {
echo "checked";
}
echo " />
";
// line 519
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, 519)), "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 521
echo "
</div>
";
// line 523
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.', 523, $this->source); })()), "construction_type_07_04_v1", [], "any", false, false, false, 523), 'errors');
echo "
";
// 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_v1_price", [], "any", false, false, false, 524), 'widget');
echo "
</td>
</tr>
<tr class=\"construction_type_07_04_v2\">
<td><p>工事内訳</p><small>4段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 531
$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.', 531, $this->source); })()), "construction_type_07_04_v2", [], "any", false, false, false, 531), "vars", [], "any", false, false, false, 531), "choices", [], "any", false, false, false, 531));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 532
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 533
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.', 533, $this->source); })()), "construction_type_07_04_v2", [], "any", false, false, false, 533), "vars", [], "any", false, false, false, 533), "full_name", [], "any", false, false, false, 533), "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, 533), "price", [], "array", true, true, false, 533)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 533), "price", [], "array", false, false, false, 533), 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, 533), "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.', 533, $this->source); })()), "construction_type_07_04_v2", [], "any", false, false, false, 533), "vars", [], "any", false, false, false, 533), "data", [], "any", false, false, false, 533) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 533))) {
echo "checked";
}
echo " />
";
// line 534
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, 534)), "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 536
echo "
</div>
";
// line 538
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.', 538, $this->source); })()), "construction_type_07_04_v2", [], "any", false, false, false, 538), 'errors');
echo "
";
// 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_type_07_04_v2_price", [], "any", false, false, false, 539), 'widget');
echo "
</td>
</tr>
<tr class=\"construction_type_07_04_v3\">
<td><p>工事内訳</p><small>4段階目</small></td>
<td>
<div class=\"fill v4\">
";
// line 546
$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.', 546, $this->source); })()), "construction_type_07_04_v3", [], "any", false, false, false, 546), "vars", [], "any", false, false, false, 546), "choices", [], "any", false, false, false, 546));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 547
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 548
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.', 548, $this->source); })()), "construction_type_07_04_v3", [], "any", false, false, false, 548), "vars", [], "any", false, false, false, 548), "full_name", [], "any", false, false, false, 548), "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, 548), "price", [], "array", true, true, false, 548)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 548), "price", [], "array", false, false, false, 548), 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, 548), "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.', 548, $this->source); })()), "construction_type_07_04_v3", [], "any", false, false, false, 548), "vars", [], "any", false, false, false, 548), "data", [], "any", false, false, false, 548) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 548))) {
echo "checked";
}
echo " />
";
// line 549
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, 549)), "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 551
echo "
</div>
";
// line 553
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.', 553, $this->source); })()), "construction_type_07_04_v3", [], "any", false, false, false, 553), 'errors');
echo "
";
// line 554
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.', 554, $this->source); })()), "construction_type_07_04_v3_price", [], "any", false, false, false, 554), '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 562
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.', 562, $this->source); })()), "construction_6", [], "any", false, false, false, 562), 'widget');
echo "<span>台</span>
</div>
<div class=\"construction-input-text__item\">
<span>16-20畳</span>";
// line 565
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.', 565, $this->source); })()), "construction_16", [], "any", false, false, false, 565), 'widget');
echo "<span>台</span>
</div>
<div class=\"construction-input-text__item\">
<span>23畳-</span>";
// line 568
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.', 568, $this->source); })()), "construction_23", [], "any", false, false, false, 568), 'widget');
echo "<span>台</span>
</div>
</div>
";
// line 571
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.', 571, $this->source); })()), "number_install", [], "any", false, false, false, 571), 'widget');
echo "
";
// 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); })()), "number_install_price", [], "any", false, false, false, 572), 'widget');
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); })()), "express_tickets", [], "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); })()), "express_tickets", [], "any", false, false, false, 581), "vars", [], "any", false, false, false, 581), "full_name", [], "any", false, false, false, 581), "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); })()), "express_tickets", [], "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 "
</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 584
echo "
</div>
";
// line 586
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.', 586, $this->source); })()), "express_tickets", [], "any", false, false, false, 586), 'errors');
echo "
";
// line 587
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.', 587, $this->source); })()), "express_tickets_price", [], "any", false, false, false, 587), 'widget');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>お住まい</p></td>
<td>
<div class=\"fill v4\">
";
// line 594
$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.', 594, $this->source); })()), "osumai", [], "any", false, false, false, 594), "vars", [], "any", false, false, false, 594), "choices", [], "any", false, false, false, 594));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 595
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 596
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.', 596, $this->source); })()), "osumai", [], "any", false, false, false, 596), "vars", [], "any", false, false, false, 596), "full_name", [], "any", false, false, false, 596), "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, 596), "percent", [], "array", true, true, false, 596)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 596), "percent", [], "array", false, false, false, 596), 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, 596), "price", [], "array", true, true, false, 596)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 596), "price", [], "array", false, false, false, 596), 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, 596), "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.', 596, $this->source); })()), "osumai", [], "any", false, false, false, 596), "vars", [], "any", false, false, false, 596), "data", [], "any", false, false, false, 596) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 596))) {
echo "checked";
}
echo " />
";
// line 597
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, 597)), "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 600
echo " </div>
";
// line 601
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.', 601, $this->source); })()), "osumai", [], "any", false, false, false, 601), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>建物の所有</p></td>
<td>
<div class=\"fill v4\">
";
// line 608
$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.', 608, $this->source); })()), "building_ownership", [], "any", false, false, false, 608), "vars", [], "any", false, false, false, 608), "choices", [], "any", false, false, false, 608));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 609
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 610
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.', 610, $this->source); })()), "building_ownership", [], "any", false, false, false, 610), "vars", [], "any", false, false, false, 610), "full_name", [], "any", false, false, false, 610), "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, 610), "percent", [], "array", true, true, false, 610)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 610), "percent", [], "array", false, false, false, 610), 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, 610), "price", [], "array", true, true, false, 610)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 610), "price", [], "array", false, false, false, 610), 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, 610), "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.', 610, $this->source); })()), "building_ownership", [], "any", false, false, false, 610), "vars", [], "any", false, false, false, 610), "data", [], "any", false, false, false, 610) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 610))) {
echo "checked";
}
echo " />
";
// line 611
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, 611)), "html", null, true);
echo "
";
// line 612
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 612) == "賃貸")) {
// line 613
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事内容によっては受付出来ない可能性もございます。</p>
";
}
// line 615
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 617
echo " </div>
";
// line 618
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.', 618, $this->source); })()), "building_ownership", [], "any", false, false, false, 618), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>構造</p></td>
<td>
<div class=\"fill v4\">
";
// line 625
$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.', 625, $this->source); })()), "structure", [], "any", false, false, false, 625), "vars", [], "any", false, false, false, 625), "choices", [], "any", false, false, false, 625));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 626
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 627
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.', 627, $this->source); })()), "structure", [], "any", false, false, false, 627), "vars", [], "any", false, false, false, 627), "full_name", [], "any", false, false, false, 627), "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, 627), "percent", [], "array", true, true, false, 627)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 627), "percent", [], "array", false, false, false, 627), 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, 627), "price", [], "array", true, true, false, 627)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 627), "price", [], "array", false, false, false, 627), 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, 627), "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.', 627, $this->source); })()), "structure", [], "any", false, false, false, 627), "vars", [], "any", false, false, false, 627), "data", [], "any", false, false, false, 627) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 627))) {
echo "checked";
}
echo " />
";
// line 628
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 "
</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 631
echo " </div>
";
// line 632
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.', 632, $this->source); })()), "structure", [], "any", false, false, false, 632), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>設置工事希望日</p></td>
<td>
<div class=\"fill v3\">
<label class=\"label v3 date vip\">
第一希望日
";
// line 641
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.', 641, $this->source); })()), "construction_date_1", [], "any", false, false, false, 641), 'widget');
echo "
";
// line 642
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.', 642, $this->source); })()), "construction_date_1", [], "any", false, false, false, 642), 'errors');
echo "
<span class=\"pc\"> </span>希望時間帯
<select name=\"time_slot_1\" id=\"time_slot_1\">
";
// line 645
$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.', 645, $this->source); })()), "time_slot_1", [], "any", false, false, false, 645), "vars", [], "any", false, false, false, 645), "choices", [], "any", false, false, false, 645));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 646
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 646), "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, 646)), "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 648
echo " </select>
</label>
<label class=\"label v3 date\">
第二希望日
";
// line 652
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.', 652, $this->source); })()), "construction_date_2", [], "any", false, false, false, 652), 'widget');
echo "
";
// line 653
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.', 653, $this->source); })()), "construction_date_2", [], "any", false, false, false, 653), 'errors');
echo "
<span class=\"pc\"> </span>希望時間帯
<select name=\"time_slot_2\" id=\"time_slot_2\">
";
// line 656
$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.', 656, $this->source); })()), "time_slot_2", [], "any", false, false, false, 656), "vars", [], "any", false, false, false, 656), "choices", [], "any", false, false, false, 656));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 657
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 657), "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, 657)), "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 659
echo " </select>
</label>
<label class=\"label v3 date\">
第三希望日
";
// line 663
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.', 663, $this->source); })()), "construction_date_3", [], "any", false, false, false, 663), 'widget');
echo "
";
// line 664
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.', 664, $this->source); })()), "construction_date_3", [], "any", false, false, false, 664), 'errors');
echo "
<span class=\"pc\"> </span>希望時間帯
<select name=\"time_slot_3\" id=\"time_slot_3\">
";
// line 667
$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.', 667, $this->source); })()), "time_slot_3", [], "any", false, false, false, 667), "vars", [], "any", false, false, false, 667), "choices", [], "any", false, false, false, 667));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 668
echo " <option 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 "\">";
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, 668)), "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 670
echo " </select>
</label>
";
// line 672
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); })()), "contents", [], "any", false, false, false, 672), 'widget', ["attr" => ["placeholder" => "その他希望等あればご記入ください。"]]);
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); })()), "contents", [], "any", false, false, false, 673), 'errors');
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); })()), "construction_floor_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\">
<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); })()), "construction_floor_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); })()), "construction_floor_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 "
</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 687
echo " </div>
";
// line 688
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.', 688, $this->source); })()), "construction_floor_07", [], "any", false, false, false, 688), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>エレベーターの有無</p><small>※3階以上の場合</small></td>
<td>
<div class=\"fill v4\">
";
// line 695
$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.', 695, $this->source); })()), "elevator_07", [], "any", false, false, false, 695), "vars", [], "any", false, false, false, 695), "choices", [], "any", false, false, false, 695));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 696
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 697
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.', 697, $this->source); })()), "elevator_07", [], "any", false, false, false, 697), "vars", [], "any", false, false, false, 697), "full_name", [], "any", false, false, false, 697), "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, 697), "price", [], "array", true, true, false, 697)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 697), "price", [], "array", false, false, false, 697), 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, 697), "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.', 697, $this->source); })()), "elevator_07", [], "any", false, false, false, 697), "vars", [], "any", false, false, false, 697), "data", [], "any", false, false, false, 697) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 697))) {
echo "checked";
}
echo " />
";
// line 698
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, 698)), "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 701
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.', 701, $this->source); })()), "elevator_07", [], "any", false, false, false, 701), 'errors');
echo "
";
// line 702
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.', 702, $this->source); })()), "elevator_07_price", [], "any", false, false, false, 702), 'widget');
echo "
</div>
</td>
</tr>
<tr class=\"content-1\">
<td><p>コンセントの有無</p></td>
<td>
<div class=\"fill v4\">
";
// line 710
$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.', 710, $this->source); })()), "electrical_outlet_07", [], "any", false, false, false, 710), "vars", [], "any", false, false, false, 710), "choices", [], "any", false, false, false, 710));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 711
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 712
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.', 712, $this->source); })()), "electrical_outlet_07", [], "any", false, false, false, 712), "vars", [], "any", false, false, false, 712), "full_name", [], "any", false, false, false, 712), "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, 712), "price", [], "array", true, true, false, 712)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 712), "price", [], "array", false, false, false, 712), 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, 712), "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.', 712, $this->source); })()), "electrical_outlet_07", [], "any", false, false, false, 712), "vars", [], "any", false, false, false, 712), "data", [], "any", false, false, false, 712) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 712))) {
echo "checked";
}
echo " />
";
// line 713
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, 713)), "html", null, true);
echo "
";
// line 714
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 714) == "なし(別途工事が必要になります)")) {
// line 715
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※10m以上の方は別途お見積りさせていただきます。</p>
";
}
// line 717
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 717) == "不明")) {
// line 718
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※工事当日に追加費用が発生する場合があります。</p>
";
}
// line 720
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 722
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.', 722, $this->source); })()), "electrical_outlet_07", [], "any", false, false, false, 722), 'errors');
echo "
";
// line 723
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.', 723, $this->source); })()), "electrical_outlet_07_price", [], "any", false, false, false, 723), 'widget');
echo "
</div>
</td>
</tr>
<tr class=\"electrical_outlet_07_02\">
<td>
<p>コンセントの有無</p>
";
// line 731
echo " </td>
<td>
<div class=\"fill v4\">
";
// line 734
$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.', 734, $this->source); })()), "electrical_outlet_07_02", [], "any", false, false, false, 734), "vars", [], "any", false, false, false, 734), "choices", [], "any", false, false, false, 734));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 735
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 736
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.', 736, $this->source); })()), "electrical_outlet_07_02", [], "any", false, false, false, 736), "vars", [], "any", false, false, false, 736), "full_name", [], "any", false, false, false, 736), "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, 736), "price", [], "array", true, true, false, 736)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 736), "price", [], "array", false, false, false, 736), 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, 736), "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.', 736, $this->source); })()), "electrical_outlet_07_02", [], "any", false, false, false, 736), "vars", [], "any", false, false, false, 736), "data", [], "any", false, false, false, 736) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 736))) {
echo "checked";
}
echo " />
";
// line 737
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, 737)), "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 740
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.', 740, $this->source); })()), "electrical_outlet_07_02", [], "any", false, false, false, 740), 'errors');
echo "
";
// line 741
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.', 741, $this->source); })()), "electrical_outlet_07_02_price", [], "any", false, false, false, 741), 'widget');
echo "
</div>
</td>
</tr>
<tr class=\"content-1\">
<td><p>建物の契約アンペア</p></td>
<td>
<div class=\"fill v4\">
";
// line 749
$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.', 749, $this->source); })()), "contract_amp", [], "any", false, false, false, 749), "vars", [], "any", false, false, false, 749), "choices", [], "any", false, false, false, 749));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 750
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 751
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.', 751, $this->source); })()), "contract_amp", [], "any", false, false, false, 751), "vars", [], "any", false, false, false, 751), "full_name", [], "any", false, false, false, 751), "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, 751), "price", [], "array", true, true, false, 751)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 751), "price", [], "array", false, false, false, 751), 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, 751), "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.', 751, $this->source); })()), "contract_amp", [], "any", false, false, false, 751), "vars", [], "any", false, false, false, 751), "data", [], "any", false, false, false, 751) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 751))) {
echo "checked";
}
echo "/>
";
// line 752
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, 752)), "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 755
echo " </div>
";
// line 756
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.', 756, $this->source); })()), "contract_amp", [], "any", false, false, false, 756), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>コンセントアース端子</p></td>
<td>
<div class=\"fill v4\">
";
// line 763
$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.', 763, $this->source); })()), "outlet_earth", [], "any", false, false, false, 763), "vars", [], "any", false, false, false, 763), "choices", [], "any", false, false, false, 763));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 764
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 765
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.', 765, $this->source); })()), "outlet_earth", [], "any", false, false, false, 765), "vars", [], "any", false, false, false, 765), "full_name", [], "any", false, false, false, 765), "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, 765), "price", [], "array", true, true, false, 765)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 765), "price", [], "array", false, false, false, 765), 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, 765), "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.', 765, $this->source); })()), "outlet_earth", [], "any", false, false, false, 765), "vars", [], "any", false, false, false, 765), "data", [], "any", false, false, false, 765) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 765))) {
echo "checked";
}
echo "/>
";
// line 766
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, 766)), "html", null, true);
echo "
";
// line 767
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 767) == "なし")) {
// line 768
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
";
}
// line 770
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 770) == "不明")) {
// line 771
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
";
}
// line 773
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); })()), "outlet_earth", [], "any", false, false, false, 776), 'errors');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>配管穴の有無</p></td>
<td>
<div class=\"fill v4 vip\">
";
// 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", [], "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", [], "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", [], "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 " </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 792
echo " </div>
";
// line 793
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.', 793, $this->source); })()), "room_size_07", [], "any", false, false, false, 793), 'errors');
echo "
<img style=\"margin-left: auto;\" src=\"";
// line 794
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 801
$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.', 801, $this->source); })()), "room_size_07_02", [], "any", false, false, false, 801), "vars", [], "any", false, false, false, 801), "choices", [], "any", false, false, false, 801));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 802
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 803
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.', 803, $this->source); })()), "room_size_07_02", [], "any", false, false, false, 803), "vars", [], "any", false, false, false, 803), "full_name", [], "any", false, false, false, 803), "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, 803), "price", [], "array", true, true, false, 803)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 803), "price", [], "array", false, false, false, 803), 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, 803), "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.', 803, $this->source); })()), "room_size_07_02", [], "any", false, false, false, 803), "vars", [], "any", false, false, false, 803), "data", [], "any", false, false, false, 803) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 803))) {
echo "checked";
}
echo "/>
";
// line 804
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, 804)), "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 807
echo " </div>
";
// line 808
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.', 808, $this->source); })()), "room_size_07_02", [], "any", false, false, false, 808), 'errors');
echo "
</td>
</tr>
<tr class=\"room_size_07_03_v1\">
<td><p>建物の材質</p><small>(穴あけ&貫通スリーブ費)</small></td>
<td>
<div class=\"fill v4\">
";
// line 815
$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.', 815, $this->source); })()), "room_size_07_03_v1", [], "any", false, false, false, 815), "vars", [], "any", false, false, false, 815), "choices", [], "any", false, false, false, 815));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 816
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 817
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.', 817, $this->source); })()), "room_size_07_03_v1", [], "any", false, false, false, 817), "vars", [], "any", false, false, false, 817), "full_name", [], "any", false, false, false, 817), "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, 817), "price", [], "array", true, true, false, 817)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 817), "price", [], "array", false, false, false, 817), 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, 817), "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.', 817, $this->source); })()), "room_size_07_03_v1", [], "any", false, false, false, 817), "vars", [], "any", false, false, false, 817), "data", [], "any", false, false, false, 817) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 817))) {
echo "checked";
}
echo "/>
";
// line 818
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, 818)), "html", null, true);
echo "
";
// line 819
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 819) == "その他")) {
// line 820
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
";
}
// line 822
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 822) == "不明")) {
// line 823
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
";
}
// line 825
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 827
echo " </div>
";
// line 828
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.', 828, $this->source); })()), "room_size_07_03_v1", [], "any", false, false, false, 828), 'errors');
echo "
";
// line 829
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.', 829, $this->source); })()), "room_size_07_03_v1_price", [], "any", false, false, false, 829), 'widget');
echo "
</td>
</tr>
<tr class=\"room_size_07_03_v2\">
<td><p>建物の材質</p><small>(穴あけ&貫通スリーブ&アスベストみなし工事、対策費と調査報告書作成費)</small></td>
<td>
<div class=\"fill v4\">
";
// line 836
$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.', 836, $this->source); })()), "room_size_07_03_v2", [], "any", false, false, false, 836), "vars", [], "any", false, false, false, 836), "choices", [], "any", false, false, false, 836));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 837
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 838
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.', 838, $this->source); })()), "room_size_07_03_v2", [], "any", false, false, false, 838), "vars", [], "any", false, false, false, 838), "full_name", [], "any", false, false, false, 838), "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, 838), "price", [], "array", true, true, false, 838)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 838), "price", [], "array", false, false, false, 838), 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, 838), "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.', 838, $this->source); })()), "room_size_07_03_v2", [], "any", false, false, false, 838), "vars", [], "any", false, false, false, 838), "data", [], "any", false, false, false, 838) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 838))) {
echo "checked";
}
echo "/>
";
// line 839
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, 839)), "html", null, true);
echo "
";
// line 840
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 840) == "その他")) {
// line 841
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
";
}
// line 843
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 843) == "不明")) {
// line 844
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
";
}
// line 846
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 848
echo " </div>
";
// line 849
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.', 849, $this->source); })()), "room_size_07_03_v2", [], "any", false, false, false, 849), 'errors');
echo "
";
// line 850
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.', 850, $this->source); })()), "room_size_07_03_v2_price", [], "any", false, false, false, 850), '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 857
$context["idx"] = 0;
// line 858
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.', 858, $this->source); })()), "piping_status_07", [], "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 " ";
$context["idx"] = ((isset($context["idx"]) || array_key_exists("idx", $context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.', 859, $this->source); })()) + 1);
// line 860
echo " ";
if (((isset($context["idx"]) || array_key_exists("idx", $context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.', 860, $this->source); })()) <= 2)) {
// line 861
echo " <div class=\"group\">
<label class=\"form-check v2\">
<input type=\"radio\" name=\"";
// line 863
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.', 863, $this->source); })()), "piping_status_07", [], "any", false, false, false, 863), "vars", [], "any", false, false, false, 863), "full_name", [], "any", false, false, false, 863), "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, 863), "price", [], "array", true, true, false, 863)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 863), "price", [], "array", false, false, false, 863), 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, 863), "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.', 863, $this->source); })()), "piping_status_07", [], "any", false, false, false, 863), "vars", [], "any", false, false, false, 863), "data", [], "any", false, false, false, 863) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 863))) {
echo "checked";
}
echo " />
";
// line 864
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, 864)), "html", null, true);
echo "
</label>
<img src=\"";
// line 866
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.', 866, $this->source); })()), "html", null, true);
echo ".jpg\" alt=\"\">
</div>
";
}
// line 869
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 870
echo " </div>
<div class=\"fill v5\">
";
// line 872
$context["idx"] = 0;
// line 873
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.', 873, $this->source); })()), "piping_status_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 " ";
$context["idx"] = ((isset($context["idx"]) || array_key_exists("idx", $context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.', 874, $this->source); })()) + 1);
// line 875
echo " ";
if (((isset($context["idx"]) || array_key_exists("idx", $context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.', 875, $this->source); })()) > 2)) {
// line 876
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 877
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.', 877, $this->source); })()), "piping_status_07", [], "any", false, false, false, 877), "vars", [], "any", false, false, false, 877), "full_name", [], "any", false, false, false, 877), "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, 877), "price", [], "array", true, true, false, 877)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 877), "price", [], "array", false, false, false, 877), 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, 877), "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.', 877, $this->source); })()), "piping_status_07", [], "any", false, false, false, 877), "vars", [], "any", false, false, false, 877), "data", [], "any", false, false, false, 877) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 877))) {
echo "checked";
}
echo " />
";
// line 878
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, 878)), "html", null, true);
echo "
</label>
";
}
// line 881
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 882
echo " </div>
";
// line 883
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.', 883, $this->source); })()), "piping_status_07", [], "any", false, false, false, 883), '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 890
$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.', 890, $this->source); })()), "piping_status_07_02", [], "any", false, false, false, 890), "vars", [], "any", false, false, false, 890), "choices", [], "any", false, false, false, 890));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 891
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 892
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.', 892, $this->source); })()), "piping_status_07_02", [], "any", false, false, false, 892), "vars", [], "any", false, false, false, 892), "full_name", [], "any", false, false, false, 892), "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, 892), "price", [], "array", true, true, false, 892)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 892), "price", [], "array", false, false, false, 892), 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, 892), "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.', 892, $this->source); })()), "piping_status_07_02", [], "any", false, false, false, 892), "vars", [], "any", false, false, false, 892), "data", [], "any", false, false, false, 892) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 892))) {
echo "checked";
}
echo "/>
";
// line 893
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, 893)), "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 896
echo " </div>
";
// line 897
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.', 897, $this->source); })()), "piping_status_07_02", [], "any", false, false, false, 897), 'errors');
echo "
";
// line 898
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.', 898, $this->source); })()), "piping_status_07_02_price", [], "any", false, false, false, 898), 'widget');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>室内化粧カバーの<br class=\"pc\" />希望の有無</p></td>
<td>
<div class=\"fill v4\" style=\"order: 2;\">
";
// line 905
$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.', 905, $this->source); })()), "indoor_cover_07", [], "any", false, false, false, 905), "vars", [], "any", false, false, false, 905), "choices", [], "any", false, false, false, 905));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 906
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 907
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.', 907, $this->source); })()), "indoor_cover_07", [], "any", false, false, false, 907), "vars", [], "any", false, false, false, 907), "full_name", [], "any", false, false, false, 907), "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, 907), "price", [], "array", true, true, false, 907)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 907), "price", [], "array", false, false, false, 907), 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, 907), "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.', 907, $this->source); })()), "indoor_cover_07", [], "any", false, false, false, 907), "vars", [], "any", false, false, false, 907), "data", [], "any", false, false, false, 907) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 907))) {
echo "checked";
}
echo " />
";
// line 908
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, 908)), "html", null, true);
echo "
";
// line 909
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 909) == "必要(2m以内)")) {
// line 910
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※2mを超える場合は追加費用がかかります。</p>
";
}
// line 912
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 912) == "未定")) {
// line 913
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※化粧カバーが必要になった場合は追加費用がかかります。</p>
";
}
// line 915
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 916
echo "
</div>
";
// line 918
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.', 918, $this->source); })()), "indoor_cover_07", [], "any", false, false, false, 918), 'errors');
echo "
";
// line 919
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.', 919, $this->source); })()), "indoor_cover_07_price", [], "any", false, false, false, 919), 'widget');
echo "
<img style=\"margin-left: auto; order: 3;\" src=\"";
// line 921
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 928
$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.', 928, $this->source); })()), "outdoor_cover", [], "any", false, false, false, 928), "vars", [], "any", false, false, false, 928), "choices", [], "any", false, false, false, 928));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 929
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 930
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.', 930, $this->source); })()), "outdoor_cover", [], "any", false, false, false, 930), "vars", [], "any", false, false, false, 930), "full_name", [], "any", false, false, false, 930), "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, 930), "price", [], "array", true, true, false, 930)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 930), "price", [], "array", false, false, false, 930), 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, 930), "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.', 930, $this->source); })()), "outdoor_cover", [], "any", false, false, false, 930), "vars", [], "any", false, false, false, 930), "data", [], "any", false, false, false, 930) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 930))) {
echo "checked";
}
echo " />
";
// line 931
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, 931)), "html", null, true);
echo "
";
// line 932
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 932) == "その他")) {
// line 933
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
";
}
// line 935
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 936
echo "
</div>
";
// line 938
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.', 938, $this->source); })()), "outdoor_cover", [], "any", false, false, false, 938), 'errors');
echo "
<img style=\"margin-left: auto;\" src=\"";
// line 939
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 946
$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.', 946, $this->source); })()), "outdoor_cover_02", [], "any", false, false, false, 946), "vars", [], "any", false, false, false, 946), "choices", [], "any", false, false, false, 946));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 947
echo " <label class=\"form-check\" >
<input type=\"radio\" name=\"";
// line 948
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.', 948, $this->source); })()), "outdoor_cover_02", [], "any", false, false, false, 948), "vars", [], "any", false, false, false, 948), "full_name", [], "any", false, false, false, 948), "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, 948), "price", [], "array", true, true, false, 948)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 948), "price", [], "array", false, false, false, 948), 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, 948), "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.', 948, $this->source); })()), "outdoor_cover_02", [], "any", false, false, false, 948), "vars", [], "any", false, false, false, 948), "data", [], "any", false, false, false, 948) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 948))) {
echo "checked";
}
echo " />
";
// line 949
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, 949)), "html", null, true);
echo "
";
// line 950
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 950) == "再使用(交換)同階")) {
// line 951
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
";
}
// line 953
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 953) == "再使用(交換)異階")) {
// line 954
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
";
}
// line 956
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 957
echo "
</div>
";
// line 959
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.', 959, $this->source); })()), "outdoor_cover_02", [], "any", false, false, false, 959), 'errors');
echo "
";
// 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); })()), "outdoor_cover_02_price", [], "any", false, false, false, 960), 'widget');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>室外機の設置場所(既設場所・希望設置場所)</p></td>
<td>
<div class=\"fill v4\">
";
// line 967
$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.', 967, $this->source); })()), "construction_outdoor_07", [], "any", false, false, false, 967), "vars", [], "any", false, false, false, 967), "choices", [], "any", false, false, false, 967));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 968
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 969
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.', 969, $this->source); })()), "construction_outdoor_07", [], "any", false, false, false, 969), "vars", [], "any", false, false, false, 969), "full_name", [], "any", false, false, false, 969), "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, 969), "price", [], "array", true, true, false, 969)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 969), "price", [], "array", false, false, false, 969), 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, 969), "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.', 969, $this->source); })()), "construction_outdoor_07", [], "any", false, false, false, 969), "vars", [], "any", false, false, false, 969), "data", [], "any", false, false, false, 969) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 969))) {
echo "checked";
}
echo " />
";
// line 970
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, 970)), "html", null, true);
echo "
";
// line 971
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 971) == "その他")) {
// line 972
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
";
}
// line 974
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 976
echo " </div>
";
// line 977
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.', 977, $this->source); })()), "construction_outdoor_07", [], "any", false, false, false, 977), 'errors');
echo "
";
// line 978
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.', 978, $this->source); })()), "construction_outdoor_07_price", [], "any", false, false, false, 978), 'widget');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>室外機の設置方法(既設方法・希望設置方法)</p></td>
<td>
<div class=\"fill v4\">
";
// line 985
$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.', 985, $this->source); })()), "setting_install_method", [], "any", false, false, false, 985), "vars", [], "any", false, false, false, 985), "choices", [], "any", false, false, false, 985));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 986
echo " <label class=\"form-check\">
<input type=\"radio\" name=\"";
// line 987
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.', 987, $this->source); })()), "setting_install_method", [], "any", false, false, false, 987), "vars", [], "any", false, false, false, 987), "full_name", [], "any", false, false, false, 987), "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, 987), "price", [], "array", true, true, false, 987)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 987), "price", [], "array", false, false, false, 987), 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, 987), "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.', 987, $this->source); })()), "setting_install_method", [], "any", false, false, false, 987), "vars", [], "any", false, false, false, 987), "data", [], "any", false, false, false, 987) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 987))) {
echo "checked";
}
echo " />
";
// line 988
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, 988)), "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 991
echo " </div>
";
// line 992
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.', 992, $this->source); })()), "setting_install_method", [], "any", false, false, false, 992), 'errors');
echo "
<div class=\"fill v4 construction_method_07_v1\" style=\"margin-left: 2rem; flex-direction: column;\">
";
// line 994
$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.', 994, $this->source); })()), "construction_method_07_v1", [], "any", false, false, false, 994), "vars", [], "any", false, false, false, 994), "choices", [], "any", false, false, false, 994));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 995
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 996
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.', 996, $this->source); })()), "construction_method_07_v1", [], "any", false, false, false, 996), "vars", [], "any", false, false, false, 996), "full_name", [], "any", false, false, false, 996), "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, 996), "price", [], "array", true, true, false, 996)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 996), "price", [], "array", false, false, false, 996), 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, 996), "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.', 996, $this->source); })()), "construction_method_07_v1", [], "any", false, false, false, 996), "vars", [], "any", false, false, false, 996), "data", [], "any", false, false, false, 996) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 996))) {
echo "checked";
}
echo " />
";
// line 997
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, 997)), "html", null, true);
echo "
";
// line 998
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 998) == "⑧不明(記載)")) {
// line 999
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
";
}
// line 1001
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 1003
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 1005
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.', 1005, $this->source); })()), "construction_method_07_v1", [], "any", false, false, false, 1005), 'errors');
echo "
";
// line 1006
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.', 1006, $this->source); })()), "construction_method_07_v1_price", [], "any", false, false, false, 1006), 'widget');
echo "
<div class=\"fill v4 construction_method_07_v2\" style=\"margin-left: 2rem; flex-direction: column;\">
";
// line 1009
$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.', 1009, $this->source); })()), "construction_method_07_v2", [], "any", false, false, false, 1009), "vars", [], "any", false, false, false, 1009), "choices", [], "any", false, false, false, 1009));
foreach ($context['_seq'] as $context["key"] => $context["val"]) {
// line 1010
echo " <label class=\"form-check flex\">
<input type=\"radio\" name=\"";
// line 1011
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.', 1011, $this->source); })()), "construction_method_07_v2", [], "any", false, false, false, 1011), "vars", [], "any", false, false, false, 1011), "full_name", [], "any", false, false, false, 1011), "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, 1011), "price", [], "array", true, true, false, 1011)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["val"], "attr", [], "any", false, true, false, 1011), "price", [], "array", false, false, false, 1011), 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, 1011), "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.', 1011, $this->source); })()), "construction_method_07_v2", [], "any", false, false, false, 1011), "vars", [], "any", false, false, false, 1011), "data", [], "any", false, false, false, 1011) == twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1011))) {
echo "checked";
}
echo " />
";
// line 1012
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, 1012)), "html", null, true);
echo "
";
// line 1013
if ((twig_get_attribute($this->env, $this->source, $context["val"], "value", [], "any", false, false, false, 1013) == "⑧不明(記載)")) {
// line 1014
echo " <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
";
}
// line 1016
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 1018
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 1020
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.', 1020, $this->source); })()), "construction_method_07_v2", [], "any", false, false, false, 1020), 'errors');
echo "
";
// 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); })()), "construction_method_07_v2_price", [], "any", false, false, false, 1021), 'widget');
echo "
</td>
</tr>
<tr class=\"content-1\">
<td><p>ファイル添付</p></td>
<td>
<div class=\"fill v6\">
<div class=\"group\">
<p>詳細お見積りに際し、下記の写真を撮影し添付してください。<br>※夜間に撮影する際はフラッシュを使用してください。</p>
</div>
<div class=\"group add\">
<div class=\"group-content\">
<label for=\"\"><p>①室内機設置場所(屋内)</p></label>
<div class=\"custom-file\">
";
// line 1038
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.', 1038, $this->source); })()), "filename_image_1", [], "any", false, false, false, 1038), "vars", [], "any", false, false, false, 1038), "data", [], "any", false, false, false, 1038) != "")) {
// line 1039
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.', 1039, $this->source); })()), "image_1", [], "any", false, false, false, 1039), 'widget');
echo "
<label for=\"contact_image_1\">選択してください</label>
<img src=\"";
// line 1041
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(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.', 1041, $this->source); })()), "filename_image_1", [], "any", false, false, false, 1041), "vars", [], "any", false, false, false, 1041), "data", [], "any", false, false, false, 1041), "save_image"), "html", null, true);
echo "\" style=\"width: 150px !important;\" />
";
} else {
// line 1043
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.', 1043, $this->source); })()), "image_1", [], "any", false, false, false, 1043), 'widget', ["attr" => ["required" => "required"]]);
echo "
<label for=\"contact_image_1\">選択してください</label>
<img src=\"\" style=\"width: 150px !important;\" />
";
}
// line 1047
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.', 1047, $this->source); })()), "image_1", [], "any", false, false, false, 1047), 'errors');
echo "
";
// line 1048
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.', 1048, $this->source); })()), "filename_image_1", [], "any", false, false, false, 1048), 'widget');
echo "
</div>
</div>
<div class=\"image\">
<div class=\"gr\">
<img src=\"";
// line 1053
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/construction/"), "html", null, true);
echo "item-3.jpg\" alt=\"\">
<span>撮影例</span>
</div>
</div>
</div>
<div class=\"group add\">
<div class=\"group-content\">
<label for=\"\"><p>②室外機・配管・配管穴が分かる全体写真</p></label>
<div class=\"custom-file\">
";
// line 1062
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.', 1062, $this->source); })()), "filename_image_2", [], "any", false, false, false, 1062), "vars", [], "any", false, false, false, 1062), "data", [], "any", false, false, false, 1062) != "")) {
// line 1063
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.', 1063, $this->source); })()), "image_2", [], "any", false, false, false, 1063), 'widget');
echo "
<label for=\"contact_image_2\">選択してください</label>
<img src=\"";
// line 1065
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(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.', 1065, $this->source); })()), "filename_image_2", [], "any", false, false, false, 1065), "vars", [], "any", false, false, false, 1065), "data", [], "any", false, false, false, 1065), "save_image"), "html", null, true);
echo "\" style=\"width: 150px !important;\" />
";
} else {
// line 1067
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.', 1067, $this->source); })()), "image_2", [], "any", false, false, false, 1067), 'widget', ["attr" => ["required" => "required"]]);
echo "
<label for=\"contact_image_2\">選択してください</label>
<img src=\"\" style=\"width: 150px !important;\" />
";
}
// line 1071
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.', 1071, $this->source); })()), "image_2", [], "any", false, false, false, 1071), 'errors');
echo "
";
// line 1072
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.', 1072, $this->source); })()), "filename_image_2", [], "any", false, false, false, 1072), 'widget');
echo "
</div>
</div>
<div class=\"image\">
<div class=\"gr\">
<img src=\"";
// line 1077
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/construction/"), "html", null, true);
echo "contact-00-attach-02.jpg\" alt=\"\">
<span>撮影例</span>
</div>
</div>
</div>
<div class=\"group add\">
<div class=\"group-content\">
<label for=\"\"><p>③室外機設置場所<br>(②の写真で室外機設置場所が分かる方は不要)</p></label>
<div class=\"custom-file\">
";
// line 1086
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.', 1086, $this->source); })()), "filename_image_3", [], "any", false, false, false, 1086), "vars", [], "any", false, false, false, 1086), "data", [], "any", false, false, false, 1086) != "")) {
// line 1087
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.', 1087, $this->source); })()), "image_3", [], "any", false, false, false, 1087), 'widget');
echo "
<label for=\"contact_image_3\">選択してください</label>
<img src=\"";
// line 1089
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(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.', 1089, $this->source); })()), "filename_image_3", [], "any", false, false, false, 1089), "vars", [], "any", false, false, false, 1089), "data", [], "any", false, false, false, 1089), "save_image"), "html", null, true);
echo "\" style=\"width: 150px !important;\" />
";
} else {
// line 1091
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.', 1091, $this->source); })()), "image_3", [], "any", false, false, false, 1091), 'widget');
echo "
<label for=\"contact_image_3\">選択してください</label>
<img src=\"\" style=\"width: 150px !important;\" />
";
}
// line 1095
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.', 1095, $this->source); })()), "image_3", [], "any", false, false, false, 1095), 'errors');
echo "
";
// line 1096
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.', 1096, $this->source); })()), "filename_image_3", [], "any", false, false, false, 1096), 'widget');
echo "
</div>
</div>
<div class=\"image\">
<div class=\"gr\">
<img src=\"";
// line 1101
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/construction/"), "html", null, true);
echo "item-5-1.jpg\" alt=\"\">
<span>1階撮影例</span>
</div>
<div class=\"gr\">
<img src=\"";
// line 1105
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/construction/"), "html", null, true);
echo "item-5-2.jpg\" alt=\"\">
<span>2階撮影例</span>
</div>
</div>
</div>
</div>
</td>
</tr>
</table>
<div class=\"result\">
<p>概算合計金額</p>
<p id=\"total-price\">00,000円</p>
";
// line 1119
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.', 1119, $this->source); })()), "construction_base_price_1", [], "any", false, false, false, 1119), 'widget');
echo "
";
// line 1120
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.', 1120, $this->source); })()), "construction_base_price_2", [], "any", false, false, false, 1120), 'widget');
echo "
";
// line 1121
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.', 1121, $this->source); })()), "construction_base_price_3", [], "any", false, false, false, 1121), 'widget');
echo "
";
// line 1122
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.', 1122, $this->source); })()), "construction_total_price", [], "any", false, false, false, 1122), 'widget');
echo "
";
// line 1123
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.', 1123, $this->source); })()), "construction_discount", [], "any", false, false, false, 1123), 'widget');
echo "
</div>
<div style=\"text-align: right;\" class=\"pc\">
「
";
// line 1128
echo " ";
// line 1129
echo " 本体価格+標準工事費 <span class=\"product_base_price\"></span>円、
追加工事 <span class=\"add_price\"></span>円
」
</div>
<div style=\"text-align: right;\" class=\"sp\">
";
// line 1135
echo " ";
// line 1136
echo " 本体価格+標準工事費 <span class=\"product_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 1144
if (twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "classcategory_id1", [], "any", true, true, false, 1144)) {
// line 1145
echo " <div class=\"ec-select\">
";
// line 1146
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.', 1146, $this->source); })()), "classcategory_id1", [], "any", false, false, false, 1146), 'row');
echo "
";
// line 1147
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.', 1147, $this->source); })()), "classcategory_id1", [], "any", false, false, false, 1147), 'errors');
echo "
</div>
";
// line 1149
if (twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "classcategory_id2", [], "any", true, true, false, 1149)) {
// line 1150
echo " <div class=\"ec-select\">
";
// line 1151
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.', 1151, $this->source); })()), "classcategory_id2", [], "any", false, false, false, 1151), 'row');
echo "
";
// line 1152
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.', 1152, $this->source); })()), "classcategory_id2", [], "any", false, false, false, 1152), 'errors');
echo "
</div>
";
}
// line 1155
echo " ";
}
// line 1156
echo " <div class=\"ec-numberInput\">
";
// line 1157
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.', 1157, $this->source); })()), "product_id", [], "any", false, false, false, 1157), 'widget');
echo "
";
// line 1158
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.', 1158, $this->source); })()), "ProductClass", [], "any", false, false, false, 1158), 'widget');
echo "
";
// line 1159
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.', 1159, $this->source); })()), "quantity", [], "any", false, false, false, 1159), 'widget');
echo "
";
// line 1160
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.', 1160, $this->source); })()), "quantity", [], "any", false, false, false, 1160), 'errors');
echo "
</div>
</div>
<div class=\"ec-product-detail__group\">
<div class=\"list-btn\">
<a href=\"";
// line 1167
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 1171
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 ( 2561 => 1171, 2554 => 1167, 2544 => 1160, 2540 => 1159, 2536 => 1158, 2532 => 1157, 2529 => 1156, 2526 => 1155, 2520 => 1152, 2516 => 1151, 2513 => 1150, 2511 => 1149, 2506 => 1147, 2502 => 1146, 2499 => 1145, 2497 => 1144, 2487 => 1136, 2485 => 1135, 2478 => 1129, 2476 => 1128, 2469 => 1123, 2465 => 1122, 2461 => 1121, 2457 => 1120, 2453 => 1119, 2436 => 1105, 2429 => 1101, 2421 => 1096, 2416 => 1095, 2408 => 1091, 2403 => 1089, 2397 => 1087, 2395 => 1086, 2383 => 1077, 2375 => 1072, 2370 => 1071, 2362 => 1067, 2357 => 1065, 2351 => 1063, 2349 => 1062, 2337 => 1053, 2329 => 1048, 2324 => 1047, 2316 => 1043, 2311 => 1041, 2305 => 1039, 2303 => 1038, 2283 => 1021, 2279 => 1020, 2273 => 1018, 2266 => 1016, 2262 => 1014, 2260 => 1013, 2256 => 1012, 2244 => 1011, 2241 => 1010, 2237 => 1009, 2231 => 1006, 2227 => 1005, 2221 => 1003, 2214 => 1001, 2210 => 999, 2208 => 998, 2204 => 997, 2192 => 996, 2189 => 995, 2185 => 994, 2180 => 992, 2177 => 991, 2168 => 988, 2156 => 987, 2153 => 986, 2149 => 985, 2139 => 978, 2135 => 977, 2132 => 976, 2125 => 974, 2121 => 972, 2119 => 971, 2115 => 970, 2103 => 969, 2100 => 968, 2096 => 967, 2086 => 960, 2082 => 959, 2078 => 957, 2071 => 956, 2067 => 954, 2064 => 953, 2060 => 951, 2058 => 950, 2054 => 949, 2042 => 948, 2039 => 947, 2035 => 946, 2025 => 939, 2021 => 938, 2017 => 936, 2010 => 935, 2006 => 933, 2004 => 932, 2000 => 931, 1988 => 930, 1985 => 929, 1981 => 928, 1971 => 921, 1966 => 919, 1962 => 918, 1958 => 916, 1951 => 915, 1947 => 913, 1944 => 912, 1940 => 910, 1938 => 909, 1934 => 908, 1922 => 907, 1919 => 906, 1915 => 905, 1905 => 898, 1901 => 897, 1898 => 896, 1889 => 893, 1877 => 892, 1874 => 891, 1870 => 890, 1860 => 883, 1857 => 882, 1851 => 881, 1845 => 878, 1833 => 877, 1830 => 876, 1827 => 875, 1824 => 874, 1819 => 873, 1817 => 872, 1813 => 870, 1807 => 869, 1799 => 866, 1794 => 864, 1782 => 863, 1778 => 861, 1775 => 860, 1772 => 859, 1767 => 858, 1765 => 857, 1755 => 850, 1751 => 849, 1748 => 848, 1741 => 846, 1737 => 844, 1734 => 843, 1730 => 841, 1728 => 840, 1724 => 839, 1712 => 838, 1709 => 837, 1705 => 836, 1695 => 829, 1691 => 828, 1688 => 827, 1681 => 825, 1677 => 823, 1674 => 822, 1670 => 820, 1668 => 819, 1664 => 818, 1652 => 817, 1649 => 816, 1645 => 815, 1635 => 808, 1632 => 807, 1623 => 804, 1611 => 803, 1608 => 802, 1604 => 801, 1594 => 794, 1590 => 793, 1587 => 792, 1580 => 790, 1576 => 788, 1574 => 787, 1570 => 786, 1558 => 785, 1555 => 784, 1551 => 783, 1541 => 776, 1538 => 775, 1531 => 773, 1527 => 771, 1524 => 770, 1520 => 768, 1518 => 767, 1514 => 766, 1502 => 765, 1499 => 764, 1495 => 763, 1485 => 756, 1482 => 755, 1473 => 752, 1461 => 751, 1458 => 750, 1454 => 749, 1443 => 741, 1438 => 740, 1429 => 737, 1417 => 736, 1414 => 735, 1410 => 734, 1405 => 731, 1395 => 723, 1390 => 722, 1383 => 720, 1379 => 718, 1376 => 717, 1372 => 715, 1370 => 714, 1366 => 713, 1354 => 712, 1351 => 711, 1347 => 710, 1336 => 702, 1331 => 701, 1322 => 698, 1310 => 697, 1307 => 696, 1303 => 695, 1293 => 688, 1290 => 687, 1281 => 684, 1269 => 683, 1266 => 682, 1262 => 681, 1251 => 673, 1247 => 672, 1243 => 670, 1232 => 668, 1228 => 667, 1222 => 664, 1218 => 663, 1212 => 659, 1201 => 657, 1197 => 656, 1191 => 653, 1187 => 652, 1181 => 648, 1170 => 646, 1166 => 645, 1160 => 642, 1156 => 641, 1144 => 632, 1141 => 631, 1132 => 628, 1118 => 627, 1115 => 626, 1111 => 625, 1101 => 618, 1098 => 617, 1091 => 615, 1087 => 613, 1085 => 612, 1081 => 611, 1067 => 610, 1064 => 609, 1060 => 608, 1050 => 601, 1047 => 600, 1038 => 597, 1024 => 596, 1021 => 595, 1017 => 594, 1007 => 587, 1003 => 586, 999 => 584, 990 => 582, 978 => 581, 975 => 580, 971 => 579, 961 => 572, 957 => 571, 951 => 568, 945 => 565, 939 => 562, 928 => 554, 924 => 553, 920 => 551, 911 => 549, 899 => 548, 896 => 547, 892 => 546, 882 => 539, 878 => 538, 874 => 536, 865 => 534, 853 => 533, 850 => 532, 846 => 531, 836 => 524, 832 => 523, 828 => 521, 819 => 519, 807 => 518, 804 => 517, 800 => 516, 790 => 509, 786 => 508, 782 => 506, 773 => 504, 761 => 503, 758 => 502, 754 => 501, 744 => 494, 740 => 492, 731 => 490, 719 => 489, 716 => 488, 712 => 487, 702 => 480, 698 => 478, 689 => 476, 677 => 475, 674 => 474, 670 => 473, 660 => 466, 656 => 465, 652 => 463, 643 => 461, 631 => 460, 628 => 459, 624 => 458, 611 => 448, 607 => 446, 600 => 445, 596 => 443, 594 => 442, 590 => 441, 578 => 440, 575 => 439, 571 => 438, 557 => 427, 553 => 426, 543 => 419, 530 => 409, 516 => 398, 502 => 387, 477 => 365, 462 => 352, 452 => 351, 423 => 331, 417 => 328, 354 => 268, 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');
}
SetUnrequired();
}
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');
});
}
SetUnrequired();
}
function SetUnrequired() {
\$('input[name=\"outlet_earth\"]').removeAttr('required');
\$('input[name=\"electrical_outlet_07_02\"]').removeAttr('required');
\$('input[name=\"image_1\"]').removeAttr('required');
\$('input[name=\"image_2\"]').removeAttr('required');
\$('input[name=\"image_3\"]').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'));
\$('.product_base_price').text(numeral(product_total_price + 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 {
// Vì không upload được file nên phải sử dụng submit thông thường
// \$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 }}');
// });
}
});
});
\$(document).ready(function(){
\$(\".custom-file input[type='file']\").change(function(){
var filePath = \$(this).val();
var fileName = filePath.split('\\\\').pop();
var label = \$(this).parent().find(\"label\");
label.text(fileName);
var hiddenInputId = \$(this).attr(\"id\") + \"-filename\";
\$(\"#\" + hiddenInputId).val(fileName);
\$(this).parent().find(\"label\").css(\"color\", \"rgba(0, 0, 0, 1)\");
});
});
</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\" enctype=\"multipart/form-data\">
{{ 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>
<tr class=\"content-1\">
<td><p>ファイル添付</p></td>
<td>
<div class=\"fill v6\">
<div class=\"group\">
<p>詳細お見積りに際し、下記の写真を撮影し添付してください。<br>※夜間に撮影する際はフラッシュを使用してください。</p>
</div>
<div class=\"group add\">
<div class=\"group-content\">
<label for=\"\"><p>①室内機設置場所(屋内)</p></label>
<div class=\"custom-file\">
{% if form.filename_image_1.vars.data != '' %}
{{ form_widget(form.image_1) }}
<label for=\"contact_image_1\">選択してください</label>
<img src=\"{{ asset(form.filename_image_1.vars.data, 'save_image') }}\" style=\"width: 150px !important;\" />
{% else %}
{{ form_widget(form.image_1, {'attr': { 'required': 'required' }}) }}
<label for=\"contact_image_1\">選択してください</label>
<img src=\"\" style=\"width: 150px !important;\" />
{% endif %}
{{ form_errors(form.image_1) }}
{{ form_widget(form.filename_image_1) }}
</div>
</div>
<div class=\"image\">
<div class=\"gr\">
<img src=\"{{ asset('assets/img/construction/') }}item-3.jpg\" alt=\"\">
<span>撮影例</span>
</div>
</div>
</div>
<div class=\"group add\">
<div class=\"group-content\">
<label for=\"\"><p>②室外機・配管・配管穴が分かる全体写真</p></label>
<div class=\"custom-file\">
{% if form.filename_image_2.vars.data != '' %}
{{ form_widget(form.image_2) }}
<label for=\"contact_image_2\">選択してください</label>
<img src=\"{{ asset(form.filename_image_2.vars.data, 'save_image') }}\" style=\"width: 150px !important;\" />
{% else %}
{{ form_widget(form.image_2, {'attr': { 'required': 'required' }}) }}
<label for=\"contact_image_2\">選択してください</label>
<img src=\"\" style=\"width: 150px !important;\" />
{% endif %}
{{ form_errors(form.image_2) }}
{{ form_widget(form.filename_image_2) }}
</div>
</div>
<div class=\"image\">
<div class=\"gr\">
<img src=\"{{ asset('assets/img/construction/') }}contact-00-attach-02.jpg\" alt=\"\">
<span>撮影例</span>
</div>
</div>
</div>
<div class=\"group add\">
<div class=\"group-content\">
<label for=\"\"><p>③室外機設置場所<br>(②の写真で室外機設置場所が分かる方は不要)</p></label>
<div class=\"custom-file\">
{% if form.filename_image_3.vars.data != '' %}
{{ form_widget(form.image_3) }}
<label for=\"contact_image_3\">選択してください</label>
<img src=\"{{ asset(form.filename_image_3.vars.data, 'save_image') }}\" style=\"width: 150px !important;\" />
{% else %}
{{ form_widget(form.image_3) }}
<label for=\"contact_image_3\">選択してください</label>
<img src=\"\" style=\"width: 150px !important;\" />
{% endif %}
{{ form_errors(form.image_3) }}
{{ form_widget(form.filename_image_3) }}
</div>
</div>
<div class=\"image\">
<div class=\"gr\">
<img src=\"{{ asset('assets/img/construction/') }}item-5-1.jpg\" alt=\"\">
<span>1階撮影例</span>
</div>
<div class=\"gr\">
<img src=\"{{ asset('assets/img/construction/') }}item-5-2.jpg\" alt=\"\">
<span>2階撮影例</span>
</div>
</div>
</div>
</div>
</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=\"product_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=\"product_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");
}
}