var/cache/dev/twig/82/828b923beee11fbc8aa2352ae6d1c4fb6c69856bcfb53b5e1209bf71266637eb.php line 16

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* @user_data/construction_only.twig */
  14. class __TwigTemplate_bfeba3693c106736b6330b9ed83064acfc3a95d6847db7e466c1d3eaa50b48bc extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'stylesheet' => [$this'block_stylesheet'],
  24.             'javascript' => [$this'block_javascript'],
  25.             'main' => [$this'block_main'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 1
  31.         return "default_frame.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@user_data/construction_only.twig"));
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@user_data/construction_only.twig"));
  40.         // line 3
  41.         $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); })()), [=> "Form/form_div_layout.twig"], true);
  42.         // line 1
  43.         $this->parent $this->loadTemplate("default_frame.twig""@user_data/construction_only.twig"1);
  44.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  47.         
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  49.     }
  50.     // line 5
  51.     public function block_stylesheet($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  58.         // line 6
  59.         echo "    <style>
  60.         .form-check.flex{
  61.             display: flex; 
  62.             align-items: center; 
  63.             flex-wrap: wrap; 
  64.             gap: 5px;
  65.         }
  66.         .construction-input-text__item{
  67.             display: flex;
  68.             align-items: center;
  69.             justify-content: flex-start;
  70.             gap: 1rem;
  71.             margin: 5px 0;
  72.         }
  73.         .construction-input-text__item span:first-child{
  74.             width: 7rem;
  75.         }
  76.         .construction-input-text__item input[type=\"text\"]{
  77.             width: 5rem;
  78.             text-align: center;
  79.         }
  80.     </style>
  81. ";
  82.         
  83.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  84.         
  85.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  86.     }
  87.     // line 30
  88.     public function block_javascript($context, array $blocks = [])
  89.     {
  90.         $macros $this->macros;
  91.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  92.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  93.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  94.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  95.         // line 31
  96.         echo "    <script src=\"https://cdnjs.cloudflare.com/ajax/libs/numeral.js/2.0.6/numeral.min.js\"></script>
  97.     <script>
  98.         var CountTatami = {
  99.             countType1: 0, //6-14
  100.             countType2: 0, //16-20
  101.             countType3: 0, //23-
  102.         };
  103.         \$(function() {
  104.             SetRequiredContent1();
  105.             SetRequiredContent2(\"construction_type_07\", \"交換\", \".construction_type_07_02_v1\");
  106.             SetRequiredContent2(\"construction_type_07\", \"新設工事に加えて移設工事も希望\", \".construction_type_07_02_v2\");
  107.             SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
  108.             SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
  109.             SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  110.             SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  111.             SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  112.             SetRequiredContent2(\"electrical_outlet_07\", \"あり\", \".electrical_outlet_07_02\");
  113.             SetRequiredContent2(\"room_size_07\", \"なし\", \".room_size_07_02\");
  114.             SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
  115.             SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
  116.             SetRequiredContent2(\"piping_status_07\", \"隠蔽配管\", \".piping_status_07_02\");
  117.             SetRequiredContent2(\"outdoor_cover\", \"必要\", \".outdoor_cover_02\");
  118.             SetRequiredContent2(\"setting_install_method\", \"新規取付\", \".construction_method_07_v1\");
  119.             SetRequiredContent2(\"setting_install_method\", \"交換\", \".construction_method_07_v2\");
  120.             \$(\"input[name='construction_type_07']\").change(function() {
  121.                 SetRequiredContent2(\"construction_type_07\", \"交換\", \".construction_type_07_02_v1\");
  122.                 SetRequiredContent2(\"construction_type_07\", \"新設工事に加えて移設工事も希望\", \".construction_type_07_02_v2\");
  123.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
  124.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
  125.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  126.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  127.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  128.             });
  129.             \$(\"input[name='construction_type_07_02_v2']\").change(function() {
  130.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
  131.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
  132.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  133.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  134.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  135.             });
  136.             \$(\"input[name='construction_type_07_03_v1']\").change(function() {
  137.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  138.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  139.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  140.             });
  141.             \$(\"input[name='electrical_outlet_07']\").change(function() {
  142.                 SetRequiredContent2(\"electrical_outlet_07\", \"あり\", \".electrical_outlet_07_02\");
  143.             });
  144.             \$(\"input[name='room_size_07']\").change(function() {
  145.                 SetRequiredContent2(\"room_size_07\", \"なし\", \".room_size_07_02\");
  146.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
  147.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
  148.             });
  149.             \$(\"input[name='room_size_07_02']\").change(function() {
  150.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
  151.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
  152.             });
  153.             \$(\"input[name='piping_status_07']\").change(function() {
  154.                 SetRequiredContent2(\"piping_status_07\", \"隠蔽配管\", \".piping_status_07_02\");
  155.             });
  156.             \$(\"input[name='outdoor_cover']\").change(function() {
  157.                 SetRequiredContent2(\"outdoor_cover\", \"必要\", \".outdoor_cover_02\");
  158.             });
  159.             \$(\"input[name='setting_install_method']\").change(function() {
  160.                 SetRequiredContent2(\"setting_install_method\", \"新規取付\", \".construction_method_07_v1\");
  161.                 SetRequiredContent2(\"setting_install_method\", \"交換\", \".construction_method_07_v2\");
  162.             });
  163.             CalcConstructionNumber();
  164.             \$('.construction-input-text__item input').on('change', function() {
  165.                 CalcConstructionNumber();
  166.                 CalcPrice();
  167.             });
  168.             
  169.             CalcPrice();
  170.             \$('input[type=\"radio\"]').on('change', function() {
  171.                 CalcPrice();
  172.             });
  173.         });
  174.         function SetRequiredContent1() {
  175.             \$(\"#tableSecond .content-1 input\").each(function(index, el) {
  176.                 if (\$(this).attr('name') != 'construction_date_2' 
  177.                     && \$(this).attr('name') != 'construction_date_3'
  178.                     && \$(this).attr('name') != 'construction_6'
  179.                     && \$(this).attr('name') != 'construction_16'
  180.                     && \$(this).attr('name') != 'construction_23'
  181.                     &&  \$(this).attr('type') != 'hidden') {
  182.                     \$(this).attr('required', 'required');
  183.                 }
  184.             });
  185.             \$('#construction_16').removeAttr('required');
  186.             \$('#construction_23').removeAttr('required');
  187.             if (\$('#construction_6').val() == \"\" && \$('#construction_16').val() == \"\" && \$('#construction_23').val() == \"\") {
  188.                 \$('#construction_6').attr('required', 'required');
  189.             }
  190.             else{
  191.                 \$('#construction_6').removeAttr('required');                
  192.             }
  193.             SetUnrequired();
  194.         }
  195.         function SetRequiredContent2(nameInput, condition , classCheck) {
  196.             var selectedValue = \$(\"input[name='\"+ nameInput +\"']:checked\").val();
  197.             if (selectedValue === condition) {
  198.                 \$(classCheck).css(\"display\", \"flex\");
  199.                 \$(\"#tableSecond \" + classCheck + \" input\").each(function(index, el) {
  200.                     if (\$(this).attr('type') != 'hidden') {
  201.                         \$(this).attr('required', 'required');
  202.                     }
  203.                 });
  204.             } else {
  205.                 \$(classCheck).css(\"display\", \"none\");
  206.                 \$(\"#tableSecond \" + classCheck + \" input\").each(function(index, el) {
  207.                     \$(this).prop('checked', false).removeAttr('required');
  208.                 });
  209.             }
  210.             SetUnrequired();
  211.         }
  212.         function SetUnrequired() {
  213.             \$('input[name=\"outlet_earth\"]').removeAttr('required');
  214.             \$('input[name=\"electrical_outlet_07_02\"]').removeAttr('required');
  215.             \$('input[name=\"image_1\"]').removeAttr('required');
  216.             \$('input[name=\"image_2\"]').removeAttr('required');
  217.             \$('input[name=\"image_3\"]').removeAttr('required');
  218.         }
  219.         function CalcPrice() {
  220.             const basePriceType1 = 15980;
  221.             const basePriceType2 = 19980;
  222.             const basePriceType3 = 23980;
  223.             var product_total_price = 0;
  224.             var BasePrice = {
  225.                 type1: CountTatami.countType1 * basePriceType1,
  226.                 type2: CountTatami.countType2 * basePriceType2,
  227.                 type3: CountTatami.countType3 * basePriceType3,
  228.             };
  229.             
  230.             var totalBasePrice = BasePrice.type1 + BasePrice.type2 + BasePrice.type3;
  231.             
  232.             \$('input[type=\"radio\"]').each(function() {                    
  233.                 let hidden_price = \$(this).closest('div').find('input[type=\"hidden\"]');
  234.                 if (hidden_price.length > 0) {
  235.                     hidden_price.val('');
  236.                 }
  237.             });
  238.             var construction_price = 0;       
  239.             \$('input[type=\"radio\"]:checked').each(function() {                    
  240.                 let selectedPrice = \$(this).data('price');
  241.                 construction_price += selectedPrice;
  242.                 let hidden_price = \$(this).closest('div').find('input[type=\"hidden\"]');
  243.                 if (hidden_price.length > 0) {
  244.                     hidden_price.val(selectedPrice);
  245.                 }
  246.             });
  247.             var number_install = Number(\$('#number_install').val());
  248.             var construction_total_price = totalBasePrice + construction_price * number_install;
  249.             var discountQuantity = 0;
  250.             switch (number_install) {
  251.                 case 1:
  252.                     discountQuantity = 0;
  253.                     break;
  254.                 case 2:
  255.                     discountQuantity = 0.05;
  256.                     break;
  257.                 case 3:
  258.                     discountQuantity = 0.1;
  259.                     break;
  260.                 default:
  261.                     discountQuantity = 0.15;
  262.                     break;
  263.             }
  264.             var total_price = product_total_price + construction_total_price;
  265.             var discount_price = Math.round(total_price * discountQuantity);
  266.             total_price = total_price - discount_price;
  267.             
  268.             \$('#construction_base_price_1').val(BasePrice.type1);
  269.             \$('#construction_base_price_2').val(BasePrice.type2);
  270.             \$('#construction_base_price_3').val(BasePrice.type3);
  271.             
  272.             \$('#construction_total_price').val(construction_total_price);
  273.             \$('#construction_discount').val(discount_price);
  274.             \$('#total-price').text(numeral(total_price).format('0,0') + \"円\");
  275.             // \$('.product_price').text(numeral(product_total_price).format('0,0'));
  276.             // \$('.base_price').text(numeral(totalBasePrice).format('0,0'));
  277.             \$('.product_base_price').text(numeral(product_total_price + totalBasePrice).format('0,0'));
  278.             \$('.add_price').text(numeral(construction_total_price - totalBasePrice).format('0,0'));
  279.             // console.log(\"----------------\")
  280.             // console.log(\" base_price: \" + \$('.base_price').eq(0).text());
  281.             // console.log(\"  add_price: \" + \$('.add_price').eq(0).text());
  282.             // console.log(\"total-price: \" + \$('#total-price').text());
  283.         }
  284.         function CalcConstructionNumber() {
  285.             CountTatami.countType1 = 0;
  286.             CountTatami.countType2 = 0;
  287.             CountTatami.countType3 = 0;
  288.             if (\$.isNumeric(\$('#construction_6').val())) {
  289.                 CountTatami.countType1 = Number(\$('#construction_6').val());
  290.             }
  291.             if (\$.isNumeric(\$('#construction_16').val())) {
  292.                 CountTatami.countType2 = Number(\$('#construction_16').val());
  293.             }
  294.             if (\$.isNumeric(\$('#construction_23').val())) {
  295.                 CountTatami.countType3 = Number(\$('#construction_23').val());
  296.             }
  297.             \$('#number_install').val(CountTatami.countType1 + CountTatami.countType2 + CountTatami.countType3);
  298.         }
  299.     </script>
  300.     <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
  301.     <script>
  302.         \$(document).ready(function() {
  303.             // \$('.contact_type').change(function() {
  304.             //     location.href = \"";
  305.         // line 268
  306.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("contact");
  307.         echo "?type=\" + \$(this).val();
  308.             // });
  309.            
  310.             \$(\"#btn-confirm\").click(function(event) {
  311.                 var has_error = false;
  312.                 \$(\"span.error-empty\").remove();
  313.                 \$(\"input[required], textarea[required]\").each(function() {
  314.                     var input = \$(this);
  315.                     var input_empty = \$(\"<span>\").addClass(\"error-empty\").text(\"※この項目は必須項目です\");                
  316.                     if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
  317.                         var radio_name = input.attr('name');
  318.                         if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
  319.                             input.before(input_empty);
  320.                             has_error = true;
  321.                         }
  322.                     }
  323.                     else if (input.val() == \"\"){
  324.                         input.before(input_empty);
  325.                         has_error = true;
  326.                     }
  327.                     else {
  328.                         input_empty.remove();
  329.                     }
  330.                     input.on(\"change\", function() {
  331.                         if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox' || input.attr('type') == 'text') {
  332.                             input.closest('td').find('.error-empty').remove();
  333.                         }
  334.                         else {
  335.                             input_empty.remove();
  336.                         }
  337.                     });
  338.                 });
  339.                 if (has_error) {
  340.                     var speed = 300;
  341.                     var position = \$(\".error-empty\").eq(0).offset().top - 250;
  342.                     \$('body,html').animate({
  343.                         scrollTop: position
  344.                     }, speed, 'swing');
  345.                     return false;
  346.                 }
  347.                 else {
  348.                     // Vì không upload được file nên phải sử dụng submit thông thường
  349.                     // \$form = \$('#form1');
  350.                     // \$.ajax({
  351.                     //     url: \$form.attr('action'),
  352.                     //     type: \$form.attr('method'),
  353.                     //     data: \$form.serialize(),
  354.                     //     dataType: 'json',
  355.                     //     beforeSend: function(xhr, settings) {
  356.                     //         // Buttonを無効にする
  357.                     //         \$('.add-cart').prop('disabled', true);
  358.                     //     }
  359.                     // }).done(function(data) {
  360.                     //     if (\$('.add-cart').hasClass('cart-express')) {
  361.                     //         location.href = \"";
  362.         // line 328
  363.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("shopping");
  364.         echo "\";
  365.                     //     }
  366.                     // }).fail(function(data) {
  367.                     //     alert('";
  368.         // line 331
  369.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("カートへの追加に失敗しました。"), "html"nulltrue);
  370.         echo "');
  371.                     // });
  372.                 }
  373.             });
  374.         });
  375.         \$(document).ready(function(){
  376.             \$(\".custom-file input[type='file']\").change(function(){
  377.                 var filePath = \$(this).val();
  378.                 var fileName = filePath.split('\\\\').pop();
  379.                 var label = \$(this).parent().find(\"label\");
  380.                 label.text(fileName);
  381.                 var hiddenInputId = \$(this).attr(\"id\") + \"-filename\";
  382.                 \$(\"#\" + hiddenInputId).val(fileName);
  383.                 \$(this).parent().find(\"label\").css(\"color\", \"rgba(0, 0, 0, 1)\");
  384.             });
  385.         });
  386.     </script>
  387. ";
  388.         
  389.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  390.         
  391.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  392.     }
  393.     // line 351
  394.     public function block_main($context, array $blocks = [])
  395.     {
  396.         $macros $this->macros;
  397.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  398.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  399.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  400.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  401.         // line 352
  402.         echo "    <input type=\"hidden\" name=\"array_product\" value=\"[14, 10, 18, 19, 20, 24, 26]\">
  403.     <div class=\"ec-inquiry-page\">
  404.     
  405.         <div class=\"ec-banner\">
  406.             <div class=\"ec-banner__inner\">
  407.                 <div class=\"inner\">
  408.                     <h2>
  409.                         工事金額の確認
  410.                     </h2>
  411.                 </div>
  412.             </div>
  413.             <div class=\"ec-breadcrumb\">
  414.                 <ul class=\"ec-breadcrumb__menu\">
  415.                     <li class=\"ec-breadcrumb__item\"><a href=\"";
  416.         // line 365
  417.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  418.         echo "\">TOP</a></li>
  419.                     <li class=\"ec-breadcrumb__item\"><span>></span></li>
  420.                     <li class=\"ec-breadcrumb__item\"><p>工事金額の確認</p></li>
  421.                 </ul>
  422.             </div>
  423.         </div>
  424.         <div class=\"ec-form-inquiry-main\">
  425.             <div class=\"ec-form-inquiry__inner\">
  426.                 <div class=\"inner\">
  427.                     <div class=\"ec-form-inquiry__group\">
  428.                         <div class=\"text\">
  429.                             <p>下記フォームの各項目にご記入いただき、決済にお進みください。なお、不明の項目がある場合には、工事当日に追加費用が発生する可能性があります。</p>                                
  430.                             <div class=\"ec-setting__group\">
  431.                                 <div class=\"title-main\">
  432.                                     <p>依頼(購入)にすすむ</p>
  433.                                 </div>
  434.                                 <div class=\"list-steps v2 vip\">
  435.                                     <div class=\"step\">
  436.                                         <div class=\"step__contact\">
  437.                                             <p class=\"step__contact__num\">STEP1</p>
  438.                                             <p class=\"step__contact__ttl\">お客様</p>
  439.                                             <img class=\"step__contact__img\" src=\"";
  440.         // line 387
  441.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/setting-0y/s0-contact-1.png"), "html"nulltrue);
  442.         echo "\" alt=\"\">
  443.                                             <p class=\"step__contact__desc\">工事金額の確認</p>
  444.                                         </div>
  445.                                     </div>
  446.                                     <div class=\"dbar\">
  447.                                         <span></span>
  448.                                     </div>
  449.                                     <div class=\"step\">
  450.                                         <div class=\"step__contact\">
  451.                                             <p class=\"step__contact__num\">STEP2</p>
  452.                                             <p class=\"step__contact__ttl\">お客様</p>
  453.                                             <img class=\"step__contact__img\" src=\"";
  454.         // line 398
  455.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/setting-0y/s0-contact-3.png"), "html"nulltrue);
  456.         echo "\" alt=\"\">
  457.                                             <p class=\"step__contact__desc\">工事の依頼(購入)にすすむ</p>
  458.                                         </div>
  459.                                     </div>
  460.                                     <div class=\"dbar\">
  461.                                         <span></span>
  462.                                     </div>
  463.                                     <div class=\"step\">
  464.                                         <div class=\"step__contact\">
  465.                                             <p class=\"step__contact__num\">STEP3</p>
  466.                                             <p class=\"step__contact__ttl\">お客様</p>
  467.                                             <img class=\"step__contact__img\" src=\"";
  468.         // line 409
  469.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/setting-0y/s0-contact-4.png"), "html"nulltrue);
  470.         echo "\" alt=\"\">
  471.                                             <p class=\"step__contact__desc\">決済</p>
  472.                                         </div>
  473.                                     </div>
  474.                                 </div>
  475.                             </div>
  476.                             <div class=\"ec-product__group\">
  477.                                 <div class=\"list-btn\">
  478.                                     <a href=\"https://lin.ee/5FbNJH7s\" target=\"_blank\" class=\"btn\"><span>LINE</span></a>
  479.                                     <a href=\"";
  480.         // line 419
  481.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("contact");
  482.         echo "\" class=\"btn\"><span>通常お問合せ</span></a>
  483.                                     <span class=\"btn pc\" style=\"opacity: 1!important; cursor: default;\"><span>TEL: 080-0222-4466</span></span>
  484.                                     <a href=\"tel:080-0222-4466\" class=\"btn sp\"><span>TEL: 080-0222-4466</span></a>
  485.                                 </div>
  486.                             </div>
  487.                         </div>
  488.                         <form action=\"";
  489.         // line 426
  490.         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"falsefalsefalse426)]), "html"nulltrue);
  491.         echo "\" method=\"post\" id=\"form1\" name=\"form1\" enctype=\"multipart/form-data\">
  492.                             ";
  493.         // line 427
  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.'427$this->source); })()), "_token", [], "any"falsefalsefalse427), 'widget');
  495.         echo "
  496.                             <div class=\"table\">
  497.                                 <div class=\"list-item\">
  498.                                     <div class=\"item active\">
  499.                                         <table id=\"tableSecond\" style=\"padding: 0;\">
  500.                                             <tr class=\"content-1\">
  501.                                                 <td><p>工事内訳</p></td>
  502.                                                 <td>
  503.                                                     <div class=\"fill v4\">
  504.                                                         ";
  505.         // line 438
  506.         $context['_parent'] = $context;
  507.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse438), "vars", [], "any"falsefalsefalse438), "choices", [], "any"falsefalsefalse438));
  508.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  509.             // line 439
  510.             echo "                                                            <label class=\"form-check\">
  511.                                                                 <input type=\"radio\" name=\"";
  512.             // line 440
  513.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse440), "vars", [], "any"falsefalsefalse440), "full_name", [], "any"falsefalsefalse440), "html"nulltrue);
  514.             echo "\" data-price=\"";
  515.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse440), "price", [], "array"truetruefalse440)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse440), "price", [], "array"falsefalsefalse440), 0)) : (0)), "html"nulltrue);
  516.             echo "\" value=\"";
  517.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse440), "html"nulltrue);
  518.             echo "\" ";
  519.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse440), "vars", [], "any"falsefalsefalse440), "data", [], "any"falsefalsefalse440) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse440))) {
  520.                 echo "checked";
  521.             }
  522.             echo " />
  523.                                                                 ";
  524.             // line 441
  525.             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"falsefalsefalse441)), "html"nulltrue);
  526.             echo 
  527.                                                                 ";
  528.             // line 442
  529.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse442) == "新設工事に加えて移設工事も希望")) {
  530.                 // line 443
  531.                 echo "                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;margin-bottom: 0.5rem;line-height: 1.2;\">※エアコン本体の移動はお客様ご自身でお願いいたします。</p>
  532.                                                                 ";
  533.             }
  534.             // line 445
  535.             echo "                                                            </label>
  536.                                                         ";
  537.         }
  538.         $_parent $context['_parent'];
  539.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  540.         $context array_intersect_key($context$_parent) + $_parent;
  541.         // line 446
  542.         echo "                    
  543.                                                     </div>
  544.                                                     ";
  545.         // line 448
  546.         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"falsefalsefalse448), 'errors');
  547.         echo "
  548.                                                 </td>
  549.                                             </tr> 
  550.                                             <tr class=\"construction_type_07_02_v1\">
  551.                                                 <td>
  552.                                                     <p>工事内訳</p>
  553.                                                     <small>2段階目</small>
  554.                                                 </td>
  555.                                                 <td>
  556.                                                     <div class=\"fill v4\">
  557.                                                         ";
  558.         // line 458
  559.         $context['_parent'] = $context;
  560.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse458), "vars", [], "any"falsefalsefalse458), "choices", [], "any"falsefalsefalse458));
  561.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  562.             // line 459
  563.             echo "                                                            <label class=\"form-check\">
  564.                                                                 <input type=\"radio\" name=\"";
  565.             // line 460
  566.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse460), "vars", [], "any"falsefalsefalse460), "full_name", [], "any"falsefalsefalse460), "html"nulltrue);
  567.             echo "\" data-price=\"";
  568.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse460), "price", [], "array"truetruefalse460)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse460), "price", [], "array"falsefalsefalse460), 0)) : (0)), "html"nulltrue);
  569.             echo "\" value=\"";
  570.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse460), "html"nulltrue);
  571.             echo "\" ";
  572.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse460), "vars", [], "any"falsefalsefalse460), "data", [], "any"falsefalsefalse460) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse460))) {
  573.                 echo "checked";
  574.             }
  575.             echo " />
  576.                                                                 ";
  577.             // line 461
  578.             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"falsefalsefalse461)), "html"nulltrue);
  579.             echo 
  580.                                                             </label>
  581.                                                         ";
  582.         }
  583.         $_parent $context['_parent'];
  584.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  585.         $context array_intersect_key($context$_parent) + $_parent;
  586.         // line 463
  587.         echo "                    
  588.                                                     </div>
  589.                                                     ";
  590.         // line 465
  591.         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"falsefalsefalse465), 'errors');
  592.         echo "
  593.                                                     ";
  594.         // line 466
  595.         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"falsefalsefalse466), 'widget');
  596.         echo "
  597.                                                 </td>
  598.                                             </tr> 
  599.                                             <tr class=\"construction_type_07_02_v2\">
  600.                                                 <td><p>工事内訳</p><small>2段階目</small></td>
  601.                                                 <td>
  602.                                                     <div class=\"fill v4\">
  603.                                                         ";
  604.         // line 473
  605.         $context['_parent'] = $context;
  606.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse473), "vars", [], "any"falsefalsefalse473), "choices", [], "any"falsefalsefalse473));
  607.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  608.             // line 474
  609.             echo "                                                            <label class=\"form-check\">
  610.                                                                 <input type=\"radio\" name=\"";
  611.             // line 475
  612.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse475), "vars", [], "any"falsefalsefalse475), "full_name", [], "any"falsefalsefalse475), "html"nulltrue);
  613.             echo "\" data-price=\"";
  614.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse475), "price", [], "array"truetruefalse475)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse475), "price", [], "array"falsefalsefalse475), 0)) : (0)), "html"nulltrue);
  615.             echo "\" value=\"";
  616.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse475), "html"nulltrue);
  617.             echo "\" ";
  618.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse475), "vars", [], "any"falsefalsefalse475), "data", [], "any"falsefalsefalse475) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse475))) {
  619.                 echo "checked";
  620.             }
  621.             echo " />
  622.                                                                 ";
  623.             // line 476
  624.             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"falsefalsefalse476)), "html"nulltrue);
  625.             echo "
  626.                                                             </label>
  627.                                                         ";
  628.         }
  629.         $_parent $context['_parent'];
  630.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  631.         $context array_intersect_key($context$_parent) + $_parent;
  632.         // line 478
  633.         echo "                    
  634.                                                     </div>
  635.                                                     ";
  636.         // line 480
  637.         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"falsefalsefalse480), 'errors');
  638.         echo "
  639.                                                 </td>
  640.                                             </tr> 
  641.                                             <tr class=\"construction_type_07_03_v1\">
  642.                                                 <td><p>工事内訳</p><small>3段階目</small></td>
  643.                                                 <td>
  644.                                                     <div class=\"fill v4\">
  645.                                                         ";
  646.         // line 487
  647.         $context['_parent'] = $context;
  648.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse487), "vars", [], "any"falsefalsefalse487), "choices", [], "any"falsefalsefalse487));
  649.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  650.             // line 488
  651.             echo "                                                            <label class=\"form-check\">
  652.                                                                 <input type=\"radio\" name=\"";
  653.             // line 489
  654.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse489), "vars", [], "any"falsefalsefalse489), "full_name", [], "any"falsefalsefalse489), "html"nulltrue);
  655.             echo "\" data-price=\"";
  656.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse489), "price", [], "array"truetruefalse489)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse489), "price", [], "array"falsefalsefalse489), 0)) : (0)), "html"nulltrue);
  657.             echo "\" value=\"";
  658.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse489), "html"nulltrue);
  659.             echo "\" ";
  660.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse489), "vars", [], "any"falsefalsefalse489), "data", [], "any"falsefalsefalse489) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse489))) {
  661.                 echo "checked";
  662.             }
  663.             echo " />
  664.                                                                 ";
  665.             // line 490
  666.             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"falsefalsefalse490)), "html"nulltrue);
  667.             echo 
  668.                                                             </label>
  669.                                                         ";
  670.         }
  671.         $_parent $context['_parent'];
  672.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  673.         $context array_intersect_key($context$_parent) + $_parent;
  674.         // line 492
  675.         echo "                    
  676.                                                     </div>
  677.                                                     ";
  678.         // line 494
  679.         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"falsefalsefalse494), 'errors');
  680.         echo "
  681.                                                 </td>
  682.                                             </tr> 
  683.                                             <tr class=\"construction_type_07_03_v2\">
  684.                                                 <td><p>工事内訳</p><small>3段階目</small></td>
  685.                                                 <td>
  686.                                                     <div class=\"fill v4\">
  687.                                                         ";
  688.         // line 501
  689.         $context['_parent'] = $context;
  690.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse501), "vars", [], "any"falsefalsefalse501), "choices", [], "any"falsefalsefalse501));
  691.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  692.             // line 502
  693.             echo "                                                            <label class=\"form-check\">
  694.                                                                 <input type=\"radio\" name=\"";
  695.             // line 503
  696.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse503), "vars", [], "any"falsefalsefalse503), "full_name", [], "any"falsefalsefalse503), "html"nulltrue);
  697.             echo "\" data-price=\"";
  698.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse503), "price", [], "array"truetruefalse503)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse503), "price", [], "array"falsefalsefalse503), 0)) : (0)), "html"nulltrue);
  699.             echo "\" value=\"";
  700.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse503), "html"nulltrue);
  701.             echo "\" ";
  702.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse503), "vars", [], "any"falsefalsefalse503), "data", [], "any"falsefalsefalse503) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse503))) {
  703.                 echo "checked";
  704.             }
  705.             echo " />
  706.                                                                 ";
  707.             // line 504
  708.             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"falsefalsefalse504)), "html"nulltrue);
  709.             echo 
  710.                                                             </label>
  711.                                                         ";
  712.         }
  713.         $_parent $context['_parent'];
  714.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  715.         $context array_intersect_key($context$_parent) + $_parent;
  716.         // line 506
  717.         echo "                    
  718.                                                     </div>
  719.                                                     ";
  720.         // line 508
  721.         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"falsefalsefalse508), 'errors');
  722.         echo "
  723.                                                     ";
  724.         // line 509
  725.         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"falsefalsefalse509), 'widget');
  726.         echo "
  727.                                                 </td>
  728.                                             </tr> 
  729.                                             <tr class=\"construction_type_07_04_v1\">
  730.                                                 <td><p>工事内訳</p><small>4段階目</small></td>
  731.                                                 <td>
  732.                                                     <div class=\"fill v4\">
  733.                                                         ";
  734.         // line 516
  735.         $context['_parent'] = $context;
  736.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse516), "vars", [], "any"falsefalsefalse516), "choices", [], "any"falsefalsefalse516));
  737.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  738.             // line 517
  739.             echo "                                                            <label class=\"form-check\">
  740.                                                                 <input type=\"radio\" name=\"";
  741.             // line 518
  742.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse518), "vars", [], "any"falsefalsefalse518), "full_name", [], "any"falsefalsefalse518), "html"nulltrue);
  743.             echo "\" data-price=\"";
  744.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse518), "price", [], "array"truetruefalse518)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse518), "price", [], "array"falsefalsefalse518), 0)) : (0)), "html"nulltrue);
  745.             echo "\" value=\"";
  746.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse518), "html"nulltrue);
  747.             echo "\" ";
  748.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse518), "vars", [], "any"falsefalsefalse518), "data", [], "any"falsefalsefalse518) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse518))) {
  749.                 echo "checked";
  750.             }
  751.             echo " />
  752.                                                                 ";
  753.             // line 519
  754.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source$context["val"], "label", [], "any"falsefalsefalse519)), "html"nulltrue);
  755.             echo 
  756.                                                             </label>
  757.                                                         ";
  758.         }
  759.         $_parent $context['_parent'];
  760.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  761.         $context array_intersect_key($context$_parent) + $_parent;
  762.         // line 521
  763.         echo "                    
  764.                                                     </div>
  765.                                                     ";
  766.         // line 523
  767.         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"falsefalsefalse523), 'errors');
  768.         echo "
  769.                                                     ";
  770.         // line 524
  771.         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"falsefalsefalse524), 'widget');
  772.         echo "
  773.                                                 </td>
  774.                                             </tr> 
  775.                                             <tr class=\"construction_type_07_04_v2\">
  776.                                                 <td><p>工事内訳</p><small>4段階目</small></td>
  777.                                                 <td>
  778.                                                     <div class=\"fill v4\">
  779.                                                         ";
  780.         // line 531
  781.         $context['_parent'] = $context;
  782.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse531), "vars", [], "any"falsefalsefalse531), "choices", [], "any"falsefalsefalse531));
  783.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  784.             // line 532
  785.             echo "                                                            <label class=\"form-check\">
  786.                                                                 <input type=\"radio\" name=\"";
  787.             // line 533
  788.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse533), "vars", [], "any"falsefalsefalse533), "full_name", [], "any"falsefalsefalse533), "html"nulltrue);
  789.             echo "\" data-price=\"";
  790.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse533), "price", [], "array"truetruefalse533)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse533), "price", [], "array"falsefalsefalse533), 0)) : (0)), "html"nulltrue);
  791.             echo "\" value=\"";
  792.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse533), "html"nulltrue);
  793.             echo "\" ";
  794.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse533), "vars", [], "any"falsefalsefalse533), "data", [], "any"falsefalsefalse533) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse533))) {
  795.                 echo "checked";
  796.             }
  797.             echo " />
  798.                                                                 ";
  799.             // line 534
  800.             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"falsefalsefalse534)), "html"nulltrue);
  801.             echo 
  802.                                                             </label>
  803.                                                         ";
  804.         }
  805.         $_parent $context['_parent'];
  806.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  807.         $context array_intersect_key($context$_parent) + $_parent;
  808.         // line 536
  809.         echo "                    
  810.                                                     </div>
  811.                                                     ";
  812.         // line 538
  813.         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"falsefalsefalse538), 'errors');
  814.         echo "
  815.                                                     ";
  816.         // line 539
  817.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'539$this->source); })()), "construction_type_07_04_v2_price", [], "any"falsefalsefalse539), 'widget');
  818.         echo "
  819.                                                 </td>
  820.                                             </tr> 
  821.                                             <tr class=\"construction_type_07_04_v3\">
  822.                                                 <td><p>工事内訳</p><small>4段階目</small></td>
  823.                                                 <td>
  824.                                                     <div class=\"fill v4\">
  825.                                                         ";
  826.         // line 546
  827.         $context['_parent'] = $context;
  828.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse546), "vars", [], "any"falsefalsefalse546), "choices", [], "any"falsefalsefalse546));
  829.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  830.             // line 547
  831.             echo "                                                            <label class=\"form-check\">
  832.                                                                 <input type=\"radio\" name=\"";
  833.             // line 548
  834.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse548), "vars", [], "any"falsefalsefalse548), "full_name", [], "any"falsefalsefalse548), "html"nulltrue);
  835.             echo "\" data-price=\"";
  836.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse548), "price", [], "array"truetruefalse548)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse548), "price", [], "array"falsefalsefalse548), 0)) : (0)), "html"nulltrue);
  837.             echo "\" value=\"";
  838.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse548), "html"nulltrue);
  839.             echo "\" ";
  840.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse548), "vars", [], "any"falsefalsefalse548), "data", [], "any"falsefalsefalse548) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse548))) {
  841.                 echo "checked";
  842.             }
  843.             echo " />
  844.                                                                 ";
  845.             // line 549
  846.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source$context["val"], "label", [], "any"falsefalsefalse549)), "html"nulltrue);
  847.             echo 
  848.                                                             </label>
  849.                                                         ";
  850.         }
  851.         $_parent $context['_parent'];
  852.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  853.         $context array_intersect_key($context$_parent) + $_parent;
  854.         // line 551
  855.         echo "                    
  856.                                                     </div>
  857.                                                     ";
  858.         // line 553
  859.         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"falsefalsefalse553), 'errors');
  860.         echo "
  861.                                                     ";
  862.         // line 554
  863.         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"falsefalsefalse554), 'widget');
  864.         echo "
  865.                                                 </td>
  866.                                             </tr> 
  867.                                             <tr class=\"content-1\">
  868.                                                 <td><p>設置台数</p></td>
  869.                                                 <td>
  870.                                                     <div class=\"fill v4 construction-input-text\">
  871.                                                         <div class=\"construction-input-text__item\">
  872.                                                             <span>6-14畳</span>";
  873.         // line 562
  874.         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"falsefalsefalse562), 'widget');
  875.         echo "<span>台</span>
  876.                                                         </div>
  877.                                                         <div class=\"construction-input-text__item\">
  878.                                                             <span>16-20畳</span>";
  879.         // line 565
  880.         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"falsefalsefalse565), 'widget');
  881.         echo "<span>台</span>
  882.                                                         </div>
  883.                                                         <div class=\"construction-input-text__item\">
  884.                                                             <span>23畳-</span>";
  885.         // line 568
  886.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'568$this->source); })()), "construction_23", [], "any"falsefalsefalse568), 'widget');
  887.         echo "<span>台</span>
  888.                                                         </div>
  889.                                                     </div>
  890.                                                     ";
  891.         // line 571
  892.         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"falsefalsefalse571), 'widget');
  893.         echo "
  894.                                                     ";
  895.         // line 572
  896.         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"falsefalsefalse572), 'widget');
  897.         echo "
  898.                                                 </td>
  899.                                             </tr>
  900.                                             <tr class=\"content-1\">
  901.                                                 <td><p>特急券の購入</p></td>
  902.                                                 <td>
  903.                                                     <div class=\"fill v4\">
  904.                                                         ";
  905.         // line 579
  906.         $context['_parent'] = $context;
  907.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse579), "vars", [], "any"falsefalsefalse579), "choices", [], "any"falsefalsefalse579));
  908.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  909.             // line 580
  910.             echo "                                                            <label class=\"form-check\">
  911.                                                                 <input type=\"radio\" name=\"";
  912.             // line 581
  913.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse581), "vars", [], "any"falsefalsefalse581), "full_name", [], "any"falsefalsefalse581), "html"nulltrue);
  914.             echo "\" data-price=\"";
  915.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse581), "price", [], "array"truetruefalse581)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse581), "price", [], "array"falsefalsefalse581), 0)) : (0)), "html"nulltrue);
  916.             echo "\" value=\"";
  917.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse581), "html"nulltrue);
  918.             echo "\" ";
  919.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse581), "vars", [], "any"falsefalsefalse581), "data", [], "any"falsefalsefalse581) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse581))) {
  920.                 echo "checked";
  921.             }
  922.             echo " />
  923.                                                                 ";
  924.             // line 582
  925.             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"falsefalsefalse582)), "html"nulltrue);
  926.             echo 
  927.                                                             </label>
  928.                                                         ";
  929.         }
  930.         $_parent $context['_parent'];
  931.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  932.         $context array_intersect_key($context$_parent) + $_parent;
  933.         // line 584
  934.         echo "                    
  935.                                                     </div>
  936.                                                     ";
  937.         // line 586
  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.'586$this->source); })()), "express_tickets", [], "any"falsefalsefalse586), 'errors');
  939.         echo "
  940.                                                     ";
  941.         // line 587
  942.         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"falsefalsefalse587), 'widget');
  943.         echo "
  944.                                                 </td>
  945.                                             </tr> 
  946.                                             <tr class=\"content-1\">
  947.                                                 <td><p>お住まい</p></td>
  948.                                                 <td>
  949.                                                     <div class=\"fill v4\">
  950.                                                         ";
  951.         // line 594
  952.         $context['_parent'] = $context;
  953.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse594), "vars", [], "any"falsefalsefalse594), "choices", [], "any"falsefalsefalse594));
  954.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  955.             // line 595
  956.             echo "                                                            <label class=\"form-check\">
  957.                                                                 <input type=\"radio\" name=\"";
  958.             // line 596
  959.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse596), "vars", [], "any"falsefalsefalse596), "full_name", [], "any"falsefalsefalse596), "html"nulltrue);
  960.             echo "\" data-percent=\"";
  961.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse596), "percent", [], "array"truetruefalse596)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse596), "percent", [], "array"falsefalsefalse596), 0)) : (0)), "html"nulltrue);
  962.             echo "\" data-price=\"";
  963.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse596), "price", [], "array"truetruefalse596)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse596), "price", [], "array"falsefalsefalse596), 0)) : (0)), "html"nulltrue);
  964.             echo "\" value=\"";
  965.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse596), "html"nulltrue);
  966.             echo "\" ";
  967.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse596), "vars", [], "any"falsefalsefalse596), "data", [], "any"falsefalsefalse596) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse596))) {
  968.                 echo "checked";
  969.             }
  970.             echo " />
  971.                                                                 ";
  972.             // line 597
  973.             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"falsefalsefalse597)), "html"nulltrue);
  974.             echo 
  975.                                                             </label>
  976.                                                         ";
  977.         }
  978.         $_parent $context['_parent'];
  979.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  980.         $context array_intersect_key($context$_parent) + $_parent;
  981.         // line 600
  982.         echo "                                                    </div>
  983.                                                     ";
  984.         // line 601
  985.         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"falsefalsefalse601), 'errors');
  986.         echo "
  987.                                                 </td>
  988.                                             </tr>
  989.                                             <tr class=\"content-1\">
  990.                                                 <td><p>建物の所有</p></td>
  991.                                                 <td>
  992.                                                     <div class=\"fill v4\">
  993.                                                         ";
  994.         // line 608
  995.         $context['_parent'] = $context;
  996.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse608), "vars", [], "any"falsefalsefalse608), "choices", [], "any"falsefalsefalse608));
  997.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  998.             // line 609
  999.             echo "                                                            <label class=\"form-check\">
  1000.                                                                 <input type=\"radio\" name=\"";
  1001.             // line 610
  1002.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse610), "vars", [], "any"falsefalsefalse610), "full_name", [], "any"falsefalsefalse610), "html"nulltrue);
  1003.             echo "\" data-percent=\"";
  1004.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse610), "percent", [], "array"truetruefalse610)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse610), "percent", [], "array"falsefalsefalse610), 0)) : (0)), "html"nulltrue);
  1005.             echo "\" data-price=\"";
  1006.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse610), "price", [], "array"truetruefalse610)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse610), "price", [], "array"falsefalsefalse610), 0)) : (0)), "html"nulltrue);
  1007.             echo "\" value=\"";
  1008.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse610), "html"nulltrue);
  1009.             echo "\" ";
  1010.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse610), "vars", [], "any"falsefalsefalse610), "data", [], "any"falsefalsefalse610) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse610))) {
  1011.                 echo "checked";
  1012.             }
  1013.             echo " />
  1014.                                                                 ";
  1015.             // line 611
  1016.             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"falsefalsefalse611)), "html"nulltrue);
  1017.             echo 
  1018.                                                                 ";
  1019.             // line 612
  1020.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse612) == "賃貸")) {
  1021.                 // line 613
  1022.                 echo "                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事内容によっては受付出来ない可能性もございます。</p>
  1023.                                                                 ";
  1024.             }
  1025.             // line 615
  1026.             echo "                                                            </label>
  1027.                                                         ";
  1028.         }
  1029.         $_parent $context['_parent'];
  1030.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1031.         $context array_intersect_key($context$_parent) + $_parent;
  1032.         // line 617
  1033.         echo "                                                    </div>
  1034.                                                     ";
  1035.         // line 618
  1036.         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"falsefalsefalse618), 'errors');
  1037.         echo "
  1038.                                                 </td>
  1039.                                             </tr>
  1040.                                             <tr class=\"content-1\">
  1041.                                                 <td><p>構造</p></td>
  1042.                                                 <td>
  1043.                                                     <div class=\"fill v4\">
  1044.                                                         ";
  1045.         // line 625
  1046.         $context['_parent'] = $context;
  1047.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse625), "vars", [], "any"falsefalsefalse625), "choices", [], "any"falsefalsefalse625));
  1048.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1049.             // line 626
  1050.             echo "                                                            <label class=\"form-check\">
  1051.                                                                 <input type=\"radio\" name=\"";
  1052.             // line 627
  1053.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse627), "vars", [], "any"falsefalsefalse627), "full_name", [], "any"falsefalsefalse627), "html"nulltrue);
  1054.             echo "\" data-percent=\"";
  1055.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse627), "percent", [], "array"truetruefalse627)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse627), "percent", [], "array"falsefalsefalse627), 0)) : (0)), "html"nulltrue);
  1056.             echo "\" data-price=\"";
  1057.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse627), "price", [], "array"truetruefalse627)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse627), "price", [], "array"falsefalsefalse627), 0)) : (0)), "html"nulltrue);
  1058.             echo "\" value=\"";
  1059.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse627), "html"nulltrue);
  1060.             echo "\" ";
  1061.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse627), "vars", [], "any"falsefalsefalse627), "data", [], "any"falsefalsefalse627) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse627))) {
  1062.                 echo "checked";
  1063.             }
  1064.             echo " />
  1065.                                                                 ";
  1066.             // line 628
  1067.             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"falsefalsefalse628)), "html"nulltrue);
  1068.             echo 
  1069.                                                             </label>
  1070.                                                         ";
  1071.         }
  1072.         $_parent $context['_parent'];
  1073.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1074.         $context array_intersect_key($context$_parent) + $_parent;
  1075.         // line 631
  1076.         echo "                                                    </div>
  1077.                                                     ";
  1078.         // line 632
  1079.         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"falsefalsefalse632), 'errors');
  1080.         echo "
  1081.                                                 </td>
  1082.                                             </tr>
  1083.                                             <tr class=\"content-1\">
  1084.                                                 <td><p>設置工事希望日</p></td>
  1085.                                                 <td>
  1086.                                                     <div class=\"fill v3\">
  1087.                                                         <label class=\"label v3 date vip\">
  1088.                                                             第一希望日  
  1089.                                                             ";
  1090.         // line 641
  1091.         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"falsefalsefalse641), 'widget');
  1092.         echo "
  1093.                                                             ";
  1094.         // line 642
  1095.         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"falsefalsefalse642), 'errors');
  1096.         echo "
  1097.                                                             <span class=\"pc\"> </span>希望時間帯 
  1098.                                                             <select name=\"time_slot_1\" id=\"time_slot_1\">
  1099.                                                                 ";
  1100.         // line 645
  1101.         $context['_parent'] = $context;
  1102.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse645), "vars", [], "any"falsefalsefalse645), "choices", [], "any"falsefalsefalse645));
  1103.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1104.             // line 646
  1105.             echo "                                                                    <option value=\"";
  1106.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse646), "html"nulltrue);
  1107.             echo "\">";
  1108.             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"falsefalsefalse646)), "html"nulltrue);
  1109.             echo " </option>
  1110.                                                                 ";
  1111.         }
  1112.         $_parent $context['_parent'];
  1113.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1114.         $context array_intersect_key($context$_parent) + $_parent;
  1115.         // line 648
  1116.         echo "                                                            </select>
  1117.                                                         </label>
  1118.                                                         <label class=\"label v3 date\">
  1119.                                                             第二希望日  
  1120.                                                             ";
  1121.         // line 652
  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.'652$this->source); })()), "construction_date_2", [], "any"falsefalsefalse652), 'widget');
  1123.         echo "
  1124.                                                             ";
  1125.         // line 653
  1126.         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"falsefalsefalse653), 'errors');
  1127.         echo "
  1128.                                                             <span class=\"pc\"> </span>希望時間帯 
  1129.                                                             <select name=\"time_slot_2\" id=\"time_slot_2\">
  1130.                                                                 ";
  1131.         // line 656
  1132.         $context['_parent'] = $context;
  1133.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse656), "vars", [], "any"falsefalsefalse656), "choices", [], "any"falsefalsefalse656));
  1134.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1135.             // line 657
  1136.             echo "                                                                    <option value=\"";
  1137.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse657), "html"nulltrue);
  1138.             echo "\">";
  1139.             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"falsefalsefalse657)), "html"nulltrue);
  1140.             echo " </option>
  1141.                                                                 ";
  1142.         }
  1143.         $_parent $context['_parent'];
  1144.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1145.         $context array_intersect_key($context$_parent) + $_parent;
  1146.         // line 659
  1147.         echo "                                                            </select>
  1148.                                                         </label>
  1149.                                                         <label class=\"label v3 date\">
  1150.                                                             第三希望日  
  1151.                                                             ";
  1152.         // line 663
  1153.         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"falsefalsefalse663), 'widget');
  1154.         echo "
  1155.                                                             ";
  1156.         // line 664
  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.'664$this->source); })()), "construction_date_3", [], "any"falsefalsefalse664), 'errors');
  1158.         echo "
  1159.                                                             <span class=\"pc\"> </span>希望時間帯 
  1160.                                                             <select name=\"time_slot_3\" id=\"time_slot_3\">
  1161.                                                                 ";
  1162.         // line 667
  1163.         $context['_parent'] = $context;
  1164.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse667), "vars", [], "any"falsefalsefalse667), "choices", [], "any"falsefalsefalse667));
  1165.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1166.             // line 668
  1167.             echo "                                                                    <option value=\"";
  1168.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse668), "html"nulltrue);
  1169.             echo "\">";
  1170.             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"falsefalsefalse668)), "html"nulltrue);
  1171.             echo " </option>
  1172.                                                                 ";
  1173.         }
  1174.         $_parent $context['_parent'];
  1175.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1176.         $context array_intersect_key($context$_parent) + $_parent;
  1177.         // line 670
  1178.         echo "                                                            </select>
  1179.                                                         </label>
  1180.                                                         ";
  1181.         // line 672
  1182.         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"falsefalsefalse672), 'widget', ["attr" => ["placeholder" => "その他希望等あればご記入ください。"]]);
  1183.         echo "
  1184.                                                         ";
  1185.         // line 673
  1186.         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"falsefalsefalse673), 'errors');
  1187.         echo "
  1188.                                                     </div>
  1189.                                                 </td>
  1190.                                             </tr>
  1191.                                             <tr class=\"content-1\">
  1192.                                                 <td><p>エアコン設置場所</p></td>
  1193.                                                  <td>
  1194.                                                     <div class=\"fill v4\">
  1195.                                                         ";
  1196.         // line 681
  1197.         $context['_parent'] = $context;
  1198.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse681), "vars", [], "any"falsefalsefalse681), "choices", [], "any"falsefalsefalse681));
  1199.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1200.             // line 682
  1201.             echo "                                                            <label class=\"form-check\">
  1202.                                                                 <input type=\"radio\" name=\"";
  1203.             // line 683
  1204.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse683), "vars", [], "any"falsefalsefalse683), "full_name", [], "any"falsefalsefalse683), "html"nulltrue);
  1205.             echo "\" data-price=\"";
  1206.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse683), "price", [], "array"truetruefalse683)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse683), "price", [], "array"falsefalsefalse683), 0)) : (0)), "html"nulltrue);
  1207.             echo "\" value=\"";
  1208.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse683), "html"nulltrue);
  1209.             echo "\" ";
  1210.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse683), "vars", [], "any"falsefalsefalse683), "data", [], "any"falsefalsefalse683) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse683))) {
  1211.                 echo "checked";
  1212.             }
  1213.             echo " />
  1214.                                                                 ";
  1215.             // line 684
  1216.             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"falsefalsefalse684)), "html"nulltrue);
  1217.             echo 
  1218.                                                             </label>
  1219.                                                         ";
  1220.         }
  1221.         $_parent $context['_parent'];
  1222.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1223.         $context array_intersect_key($context$_parent) + $_parent;
  1224.         // line 687
  1225.         echo "                                                    </div>
  1226.                                                     ";
  1227.         // line 688
  1228.         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"falsefalsefalse688), 'errors');
  1229.         echo "
  1230.                                                 </td>
  1231.                                             </tr> 
  1232.                                             <tr class=\"content-1\">
  1233.                                                 <td><p>エレベーターの有無</p><small>※3階以上の場合</small></td>
  1234.                                                 <td>
  1235.                                                     <div class=\"fill v4\">
  1236.                                                         ";
  1237.         // line 695
  1238.         $context['_parent'] = $context;
  1239.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse695), "vars", [], "any"falsefalsefalse695), "choices", [], "any"falsefalsefalse695));
  1240.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1241.             // line 696
  1242.             echo "                                                            <label class=\"form-check\">
  1243.                                                                 <input type=\"radio\" name=\"";
  1244.             // line 697
  1245.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse697), "vars", [], "any"falsefalsefalse697), "full_name", [], "any"falsefalsefalse697), "html"nulltrue);
  1246.             echo "\" data-price=\"";
  1247.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse697), "price", [], "array"truetruefalse697)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse697), "price", [], "array"falsefalsefalse697), 0)) : (0)), "html"nulltrue);
  1248.             echo "\" value=\"";
  1249.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse697), "html"nulltrue);
  1250.             echo "\" ";
  1251.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse697), "vars", [], "any"falsefalsefalse697), "data", [], "any"falsefalsefalse697) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse697))) {
  1252.                 echo "checked";
  1253.             }
  1254.             echo " />
  1255.                                                                 ";
  1256.             // line 698
  1257.             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"falsefalsefalse698)), "html"nulltrue);
  1258.             echo 
  1259.                                                             </label>
  1260.                                                         ";
  1261.         }
  1262.         $_parent $context['_parent'];
  1263.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1264.         $context array_intersect_key($context$_parent) + $_parent;
  1265.         // line 701
  1266.         echo "                                                        ";
  1267.         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"falsefalsefalse701), 'errors');
  1268.         echo "
  1269.                                                         ";
  1270.         // line 702
  1271.         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"falsefalsefalse702), 'widget');
  1272.         echo "
  1273.                                                     </div>
  1274.                                                 </td>
  1275.                                             </tr> 
  1276.                                             <tr class=\"content-1\">
  1277.                                                 <td><p>コンセントの有無</p></td>
  1278.                                                 <td>
  1279.                                                     <div class=\"fill v4\">
  1280.                                                         ";
  1281.         // line 710
  1282.         $context['_parent'] = $context;
  1283.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse710), "vars", [], "any"falsefalsefalse710), "choices", [], "any"falsefalsefalse710));
  1284.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1285.             // line 711
  1286.             echo "                                                            <label class=\"form-check flex\">
  1287.                                                                 <input type=\"radio\" name=\"";
  1288.             // line 712
  1289.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse712), "vars", [], "any"falsefalsefalse712), "full_name", [], "any"falsefalsefalse712), "html"nulltrue);
  1290.             echo "\" data-price=\"";
  1291.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse712), "price", [], "array"truetruefalse712)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse712), "price", [], "array"falsefalsefalse712), 0)) : (0)), "html"nulltrue);
  1292.             echo "\" value=\"";
  1293.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse712), "html"nulltrue);
  1294.             echo "\" ";
  1295.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse712), "vars", [], "any"falsefalsefalse712), "data", [], "any"falsefalsefalse712) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse712))) {
  1296.                 echo "checked";
  1297.             }
  1298.             echo " />
  1299.                                                                 ";
  1300.             // line 713
  1301.             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"falsefalsefalse713)), "html"nulltrue);
  1302.             echo 
  1303.                                                                 ";
  1304.             // line 714
  1305.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse714) == "なし(別途工事が必要になります)")) {
  1306.                 // line 715
  1307.                 echo "                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※10m以上の方は別途お見積りさせていただきます。</p>
  1308.                                                                 ";
  1309.             }
  1310.             // line 717
  1311.             echo "                                                                ";
  1312.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse717) == "不明")) {
  1313.                 // line 718
  1314.                 echo "                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※工事当日に追加費用が発生する場合があります。</p>
  1315.                                                                 ";
  1316.             }
  1317.             // line 720
  1318.             echo "                                                            </label>
  1319.                                                         ";
  1320.         }
  1321.         $_parent $context['_parent'];
  1322.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1323.         $context array_intersect_key($context$_parent) + $_parent;
  1324.         // line 722
  1325.         echo "                                                        ";
  1326.         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"falsefalsefalse722), 'errors');
  1327.         echo "
  1328.                                                         ";
  1329.         // line 723
  1330.         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"falsefalsefalse723), 'widget');
  1331.         echo "
  1332.                                                     </div>
  1333.                                                 </td>
  1334.                                             </tr> 
  1335.                                             <tr class=\"electrical_outlet_07_02\">
  1336.                                                 <td>
  1337.                                                     <p>コンセントの有無</p>
  1338.                                                     ";
  1339.         // line 731
  1340.         echo "                                                </td>
  1341.                                                 <td>
  1342.                                                     <div class=\"fill v4\">
  1343.                                                         ";
  1344.         // line 734
  1345.         $context['_parent'] = $context;
  1346.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse734), "vars", [], "any"falsefalsefalse734), "choices", [], "any"falsefalsefalse734));
  1347.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1348.             // line 735
  1349.             echo "                                                            <label class=\"form-check flex\">
  1350.                                                                 <input type=\"radio\" name=\"";
  1351.             // line 736
  1352.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse736), "vars", [], "any"falsefalsefalse736), "full_name", [], "any"falsefalsefalse736), "html"nulltrue);
  1353.             echo "\" data-price=\"";
  1354.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse736), "price", [], "array"truetruefalse736)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse736), "price", [], "array"falsefalsefalse736), 0)) : (0)), "html"nulltrue);
  1355.             echo "\" value=\"";
  1356.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse736), "html"nulltrue);
  1357.             echo "\" ";
  1358.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse736), "vars", [], "any"falsefalsefalse736), "data", [], "any"falsefalsefalse736) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse736))) {
  1359.                 echo "checked";
  1360.             }
  1361.             echo " />
  1362.                                                                 ";
  1363.             // line 737
  1364.             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"falsefalsefalse737)), "html"nulltrue);
  1365.             echo 
  1366.                                                             </label>
  1367.                                                         ";
  1368.         }
  1369.         $_parent $context['_parent'];
  1370.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1371.         $context array_intersect_key($context$_parent) + $_parent;
  1372.         // line 740
  1373.         echo "                                                        ";
  1374.         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"falsefalsefalse740), 'errors');
  1375.         echo "
  1376.                                                         ";
  1377.         // line 741
  1378.         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"falsefalsefalse741), 'widget');
  1379.         echo "
  1380.                                                     </div>
  1381.                                                 </td>
  1382.                                             </tr>    
  1383.                                             <tr class=\"content-1\">
  1384.                                                 <td><p>建物の契約アンペア</p></td>
  1385.                                                 <td>
  1386.                                                     <div class=\"fill v4\">
  1387.                                                         ";
  1388.         // line 749
  1389.         $context['_parent'] = $context;
  1390.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse749), "vars", [], "any"falsefalsefalse749), "choices", [], "any"falsefalsefalse749));
  1391.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1392.             // line 750
  1393.             echo "                                                            <label class=\"form-check flex\">
  1394.                                                                 <input type=\"radio\" name=\"";
  1395.             // line 751
  1396.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse751), "vars", [], "any"falsefalsefalse751), "full_name", [], "any"falsefalsefalse751), "html"nulltrue);
  1397.             echo "\" data-price=\"";
  1398.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse751), "price", [], "array"truetruefalse751)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse751), "price", [], "array"falsefalsefalse751), 0)) : (0)), "html"nulltrue);
  1399.             echo "\" value=\"";
  1400.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse751), "html"nulltrue);
  1401.             echo "\" ";
  1402.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse751), "vars", [], "any"falsefalsefalse751), "data", [], "any"falsefalsefalse751) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse751))) {
  1403.                 echo "checked";
  1404.             }
  1405.             echo "/>
  1406.                                                                 ";
  1407.             // line 752
  1408.             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"falsefalsefalse752)), "html"nulltrue);
  1409.             echo 
  1410.                                                             </label>
  1411.                                                         ";
  1412.         }
  1413.         $_parent $context['_parent'];
  1414.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1415.         $context array_intersect_key($context$_parent) + $_parent;
  1416.         // line 755
  1417.         echo "                                                    </div>
  1418.                                                     ";
  1419.         // line 756
  1420.         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"falsefalsefalse756), 'errors');
  1421.         echo "
  1422.                                                 </td>
  1423.                                             </tr> 
  1424.                                             <tr class=\"content-1\">
  1425.                                                 <td><p>コンセントアース端子</p></td>
  1426.                                                 <td>
  1427.                                                     <div class=\"fill v4\">
  1428.                                                         ";
  1429.         // line 763
  1430.         $context['_parent'] = $context;
  1431.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse763), "vars", [], "any"falsefalsefalse763), "choices", [], "any"falsefalsefalse763));
  1432.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1433.             // line 764
  1434.             echo "                                                            <label class=\"form-check flex\">
  1435.                                                                 <input type=\"radio\" name=\"";
  1436.             // line 765
  1437.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse765), "vars", [], "any"falsefalsefalse765), "full_name", [], "any"falsefalsefalse765), "html"nulltrue);
  1438.             echo "\" data-price=\"";
  1439.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse765), "price", [], "array"truetruefalse765)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse765), "price", [], "array"falsefalsefalse765), 0)) : (0)), "html"nulltrue);
  1440.             echo "\" value=\"";
  1441.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse765), "html"nulltrue);
  1442.             echo "\" ";
  1443.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse765), "vars", [], "any"falsefalsefalse765), "data", [], "any"falsefalsefalse765) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse765))) {
  1444.                 echo "checked";
  1445.             }
  1446.             echo "/>
  1447.                                                                 ";
  1448.             // line 766
  1449.             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"falsefalsefalse766)), "html"nulltrue);
  1450.             echo 
  1451.                                                                 ";
  1452.             // line 767
  1453.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse767) == "なし")) {
  1454.                 // line 768
  1455.                 echo "                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
  1456.                                                                 ";
  1457.             }
  1458.             // line 770
  1459.             echo "                                                                ";
  1460.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse770) == "不明")) {
  1461.                 // line 771
  1462.                 echo "                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
  1463.                                                                 ";
  1464.             }
  1465.             // line 773
  1466.             echo "                                                            </label>
  1467.                                                         ";
  1468.         }
  1469.         $_parent $context['_parent'];
  1470.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1471.         $context array_intersect_key($context$_parent) + $_parent;
  1472.         // line 775
  1473.         echo "                                                    </div>
  1474.                                                     ";
  1475.         // line 776
  1476.         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"falsefalsefalse776), 'errors');
  1477.         echo "
  1478.                                                 </td>
  1479.                                             </tr>  
  1480.                                             <tr class=\"content-1\">
  1481.                                                 <td><p>配管穴の有無</p></td>
  1482.                                                 <td>
  1483.                                                     <div class=\"fill v4 vip\">
  1484.                                                         ";
  1485.         // line 783
  1486.         $context['_parent'] = $context;
  1487.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse783), "vars", [], "any"falsefalsefalse783), "choices", [], "any"falsefalsefalse783));
  1488.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1489.             // line 784
  1490.             echo "                                                            <label class=\"form-check flex\">
  1491.                                                                 <input type=\"radio\" name=\"";
  1492.             // line 785
  1493.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse785), "vars", [], "any"falsefalsefalse785), "full_name", [], "any"falsefalsefalse785), "html"nulltrue);
  1494.             echo "\" data-price=\"";
  1495.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse785), "price", [], "array"truetruefalse785)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse785), "price", [], "array"falsefalsefalse785), 0)) : (0)), "html"nulltrue);
  1496.             echo "\" value=\"";
  1497.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse785), "html"nulltrue);
  1498.             echo "\" ";
  1499.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse785), "vars", [], "any"falsefalsefalse785), "data", [], "any"falsefalsefalse785) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse785))) {
  1500.                 echo "checked";
  1501.             }
  1502.             echo "/>
  1503.                                                                 ";
  1504.             // line 786
  1505.             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"falsefalsefalse786)), "html"nulltrue);
  1506.             echo 
  1507.                                                                 ";
  1508.             // line 787
  1509.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse787) == "不明")) {
  1510.                 // line 788
  1511.                 echo "                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。別途エアココからご連絡させていただきます。</p>
  1512.                                                                 ";
  1513.             }
  1514.             // line 790
  1515.             echo "                                                            </label>
  1516.                                                         ";
  1517.         }
  1518.         $_parent $context['_parent'];
  1519.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1520.         $context array_intersect_key($context$_parent) + $_parent;
  1521.         // line 792
  1522.         echo "                                                    </div>
  1523.                                                     ";
  1524.         // line 793
  1525.         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"falsefalsefalse793), 'errors');
  1526.         echo "
  1527.                                                     <img style=\"margin-left: auto;\" src=\"";
  1528.         // line 794
  1529.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/contact/"), "html"nulltrue);
  1530.         echo "hole-sample.jpg\" alt=\"配管穴の有無\">
  1531.                                                 </td>
  1532.                                             </tr> 
  1533.                                             <tr class=\"room_size_07_02\">
  1534.                                                 <td><p>配管穴の有無</p><small>2段階目</small></td>
  1535.                                                 <td>
  1536.                                                     <div class=\"fill v4\">
  1537.                                                         ";
  1538.         // line 801
  1539.         $context['_parent'] = $context;
  1540.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse801), "vars", [], "any"falsefalsefalse801), "choices", [], "any"falsefalsefalse801));
  1541.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1542.             // line 802
  1543.             echo "                                                            <label class=\"form-check flex\">
  1544.                                                                 <input type=\"radio\" name=\"";
  1545.             // line 803
  1546.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse803), "vars", [], "any"falsefalsefalse803), "full_name", [], "any"falsefalsefalse803), "html"nulltrue);
  1547.             echo "\" data-price=\"";
  1548.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse803), "price", [], "array"truetruefalse803)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse803), "price", [], "array"falsefalsefalse803), 0)) : (0)), "html"nulltrue);
  1549.             echo "\" value=\"";
  1550.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse803), "html"nulltrue);
  1551.             echo "\" ";
  1552.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse803), "vars", [], "any"falsefalsefalse803), "data", [], "any"falsefalsefalse803) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse803))) {
  1553.                 echo "checked";
  1554.             }
  1555.             echo "/>
  1556.                                                                 ";
  1557.             // line 804
  1558.             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"falsefalsefalse804)), "html"nulltrue);
  1559.             echo 
  1560.                                                             </label>
  1561.                                                         ";
  1562.         }
  1563.         $_parent $context['_parent'];
  1564.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1565.         $context array_intersect_key($context$_parent) + $_parent;
  1566.         // line 807
  1567.         echo "                                                    </div>
  1568.                                                     ";
  1569.         // line 808
  1570.         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"falsefalsefalse808), 'errors');
  1571.         echo "
  1572.                                                 </td>
  1573.                                             </tr> 
  1574.                                             <tr class=\"room_size_07_03_v1\">
  1575.                                                 <td><p>建物の材質</p><small>(穴あけ&貫通スリーブ費)</small></td>
  1576.                                                 <td>
  1577.                                                     <div class=\"fill v4\">
  1578.                                                         ";
  1579.         // line 815
  1580.         $context['_parent'] = $context;
  1581.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse815), "vars", [], "any"falsefalsefalse815), "choices", [], "any"falsefalsefalse815));
  1582.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1583.             // line 816
  1584.             echo "                                                            <label class=\"form-check flex\">
  1585.                                                                 <input type=\"radio\" name=\"";
  1586.             // line 817
  1587.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse817), "vars", [], "any"falsefalsefalse817), "full_name", [], "any"falsefalsefalse817), "html"nulltrue);
  1588.             echo "\" data-price=\"";
  1589.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse817), "price", [], "array"truetruefalse817)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse817), "price", [], "array"falsefalsefalse817), 0)) : (0)), "html"nulltrue);
  1590.             echo "\" value=\"";
  1591.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse817), "html"nulltrue);
  1592.             echo "\" ";
  1593.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse817), "vars", [], "any"falsefalsefalse817), "data", [], "any"falsefalsefalse817) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse817))) {
  1594.                 echo "checked";
  1595.             }
  1596.             echo "/>
  1597.                                                                 ";
  1598.             // line 818
  1599.             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"falsefalsefalse818)), "html"nulltrue);
  1600.             echo 
  1601.                                                                 ";
  1602.             // line 819
  1603.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse819) == "その他")) {
  1604.                 // line 820
  1605.                 echo "                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  1606.                                                                 ";
  1607.             }
  1608.             // line 822
  1609.             echo "                                                                ";
  1610.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse822) == "不明")) {
  1611.                 // line 823
  1612.                 echo "                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  1613.                                                                 ";
  1614.             }
  1615.             // line 825
  1616.             echo "                                                            </label>
  1617.                                                         ";
  1618.         }
  1619.         $_parent $context['_parent'];
  1620.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1621.         $context array_intersect_key($context$_parent) + $_parent;
  1622.         // line 827
  1623.         echo "                                                    </div>
  1624.                                                     ";
  1625.         // line 828
  1626.         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"falsefalsefalse828), 'errors');
  1627.         echo "
  1628.                                                     ";
  1629.         // line 829
  1630.         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"falsefalsefalse829), 'widget');
  1631.         echo "
  1632.                                                 </td>
  1633.                                             </tr> 
  1634.                                             <tr class=\"room_size_07_03_v2\">
  1635.                                                 <td><p>建物の材質</p><small>(穴あけ&貫通スリーブ&アスベストみなし工事、対策費と調査報告書作成費)</small></td>
  1636.                                                 <td>
  1637.                                                     <div class=\"fill v4\">
  1638.                                                         ";
  1639.         // line 836
  1640.         $context['_parent'] = $context;
  1641.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse836), "vars", [], "any"falsefalsefalse836), "choices", [], "any"falsefalsefalse836));
  1642.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1643.             // line 837
  1644.             echo "                                                            <label class=\"form-check flex\">
  1645.                                                                 <input type=\"radio\" name=\"";
  1646.             // line 838
  1647.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse838), "vars", [], "any"falsefalsefalse838), "full_name", [], "any"falsefalsefalse838), "html"nulltrue);
  1648.             echo "\" data-price=\"";
  1649.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse838), "price", [], "array"truetruefalse838)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse838), "price", [], "array"falsefalsefalse838), 0)) : (0)), "html"nulltrue);
  1650.             echo "\" value=\"";
  1651.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse838), "html"nulltrue);
  1652.             echo "\" ";
  1653.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse838), "vars", [], "any"falsefalsefalse838), "data", [], "any"falsefalsefalse838) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse838))) {
  1654.                 echo "checked";
  1655.             }
  1656.             echo "/>
  1657.                                                                 ";
  1658.             // line 839
  1659.             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"falsefalsefalse839)), "html"nulltrue);
  1660.             echo 
  1661.                                                                 ";
  1662.             // line 840
  1663.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse840) == "その他")) {
  1664.                 // line 841
  1665.                 echo "                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  1666.                                                                 ";
  1667.             }
  1668.             // line 843
  1669.             echo "                                                                ";
  1670.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse843) == "不明")) {
  1671.                 // line 844
  1672.                 echo "                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  1673.                                                                 ";
  1674.             }
  1675.             // line 846
  1676.             echo "                                                            </label>
  1677.                                                         ";
  1678.         }
  1679.         $_parent $context['_parent'];
  1680.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1681.         $context array_intersect_key($context$_parent) + $_parent;
  1682.         // line 848
  1683.         echo "                                                    </div>
  1684.                                                     ";
  1685.         // line 849
  1686.         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"falsefalsefalse849), 'errors');
  1687.         echo "
  1688.                                                     ";
  1689.         // line 850
  1690.         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"falsefalsefalse850), 'widget');
  1691.         echo "
  1692.                                                 </td>
  1693.                                             </tr> 
  1694.                                             <tr class=\"content-1\">
  1695.                                                 <td><p>設置予定場所の<br class=\"pc\" />配管の状態</p></td>
  1696.                                                 <td style=\"flex-direction: column;\">
  1697.                                                     <div class=\"fill v5 up\">
  1698.                                                         ";
  1699.         // line 857
  1700.         $context["idx"] = 0;
  1701.         // line 858
  1702.         echo "                                                        ";
  1703.         $context['_parent'] = $context;
  1704.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse858), "vars", [], "any"falsefalsefalse858), "choices", [], "any"falsefalsefalse858));
  1705.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1706.             // line 859
  1707.             echo "                                                            ";
  1708.             $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);
  1709.             // line 860
  1710.             echo "                                                            ";
  1711.             if (((isset($context["idx"]) || array_key_exists("idx"$context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.'860$this->source); })()) <= 2)) {
  1712.                 // line 861
  1713.                 echo "                                                                <div class=\"group\">
  1714.                                                                     <label class=\"form-check v2\">
  1715.                                                                         <input type=\"radio\" name=\"";
  1716.                 // line 863
  1717.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse863), "vars", [], "any"falsefalsefalse863), "full_name", [], "any"falsefalsefalse863), "html"nulltrue);
  1718.                 echo "\" data-price=\"";
  1719.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse863), "price", [], "array"truetruefalse863)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse863), "price", [], "array"falsefalsefalse863), 0)) : (0)), "html"nulltrue);
  1720.                 echo "\" value=\"";
  1721.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse863), "html"nulltrue);
  1722.                 echo "\" ";
  1723.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse863), "vars", [], "any"falsefalsefalse863), "data", [], "any"falsefalsefalse863) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse863))) {
  1724.                     echo "checked";
  1725.                 }
  1726.                 echo " />
  1727.                                                                         ";
  1728.                 // line 864
  1729.                 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"falsefalsefalse864)), "html"nulltrue);
  1730.                 echo 
  1731.                                                                     </label>
  1732.                                                                     <img src=\"";
  1733.                 // line 866
  1734.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/form-0y/"), "html"nulltrue);
  1735.                 echo "line-option-0";
  1736.                 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"nulltrue);
  1737.                 echo ".jpg\" alt=\"\">
  1738.                                                                 </div>
  1739.                                                             ";
  1740.             }
  1741.             // line 869
  1742.             echo "                                                        ";
  1743.         }
  1744.         $_parent $context['_parent'];
  1745.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1746.         $context array_intersect_key($context$_parent) + $_parent;
  1747.         // line 870
  1748.         echo "                                                    </div>
  1749.                                                     <div class=\"fill v5\">
  1750.                                                         ";
  1751.         // line 872
  1752.         $context["idx"] = 0;
  1753.         // line 873
  1754.         echo "                                                        ";
  1755.         $context['_parent'] = $context;
  1756.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse873), "vars", [], "any"falsefalsefalse873), "choices", [], "any"falsefalsefalse873));
  1757.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1758.             // line 874
  1759.             echo "                                                            ";
  1760.             $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);
  1761.             // line 875
  1762.             echo "                                                            ";
  1763.             if (((isset($context["idx"]) || array_key_exists("idx"$context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.'875$this->source); })()) > 2)) {
  1764.                 // line 876
  1765.                 echo "                                                                <label class=\"form-check\">
  1766.                                                                     <input type=\"radio\" name=\"";
  1767.                 // line 877
  1768.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse877), "vars", [], "any"falsefalsefalse877), "full_name", [], "any"falsefalsefalse877), "html"nulltrue);
  1769.                 echo "\" data-price=\"";
  1770.                 echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse877), "price", [], "array"truetruefalse877)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse877), "price", [], "array"falsefalsefalse877), 0)) : (0)), "html"nulltrue);
  1771.                 echo "\" value=\"";
  1772.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse877), "html"nulltrue);
  1773.                 echo "\" ";
  1774.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse877), "vars", [], "any"falsefalsefalse877), "data", [], "any"falsefalsefalse877) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse877))) {
  1775.                     echo "checked";
  1776.                 }
  1777.                 echo " />
  1778.                                                                     ";
  1779.                 // line 878
  1780.                 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"falsefalsefalse878)), "html"nulltrue);
  1781.                 echo 
  1782.                                                                 </label>
  1783.                                                             ";
  1784.             }
  1785.             // line 881
  1786.             echo "                                                        ";
  1787.         }
  1788.         $_parent $context['_parent'];
  1789.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1790.         $context array_intersect_key($context$_parent) + $_parent;
  1791.         // line 882
  1792.         echo "                                                    </div>
  1793.                                                     ";
  1794.         // line 883
  1795.         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"falsefalsefalse883), 'errors');
  1796.         echo "
  1797.                                                 </td>
  1798.                                             </tr>
  1799.                                             <tr class=\"piping_status_07_02\">
  1800.                                                 <td><p>設置予定場所の<br class=\"pc\" />配管の状態</p><small>2段階目</small></td>
  1801.                                                 <td>
  1802.                                                     <div class=\"fill v4\">
  1803.                                                         ";
  1804.         // line 890
  1805.         $context['_parent'] = $context;
  1806.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse890), "vars", [], "any"falsefalsefalse890), "choices", [], "any"falsefalsefalse890));
  1807.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1808.             // line 891
  1809.             echo "                                                            <label class=\"form-check flex\">
  1810.                                                                 <input type=\"radio\" name=\"";
  1811.             // line 892
  1812.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse892), "vars", [], "any"falsefalsefalse892), "full_name", [], "any"falsefalsefalse892), "html"nulltrue);
  1813.             echo "\" data-price=\"";
  1814.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse892), "price", [], "array"truetruefalse892)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse892), "price", [], "array"falsefalsefalse892), 0)) : (0)), "html"nulltrue);
  1815.             echo "\" value=\"";
  1816.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse892), "html"nulltrue);
  1817.             echo "\" ";
  1818.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse892), "vars", [], "any"falsefalsefalse892), "data", [], "any"falsefalsefalse892) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse892))) {
  1819.                 echo "checked";
  1820.             }
  1821.             echo "/>
  1822.                                                                 ";
  1823.             // line 893
  1824.             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"falsefalsefalse893)), "html"nulltrue);
  1825.             echo 
  1826.                                                             </label>
  1827.                                                         ";
  1828.         }
  1829.         $_parent $context['_parent'];
  1830.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1831.         $context array_intersect_key($context$_parent) + $_parent;
  1832.         // line 896
  1833.         echo "                                                    </div>
  1834.                                                     ";
  1835.         // line 897
  1836.         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"falsefalsefalse897), 'errors');
  1837.         echo "
  1838.                                                     ";
  1839.         // line 898
  1840.         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"falsefalsefalse898), 'widget');
  1841.         echo "
  1842.                                                 </td>
  1843.                                             </tr> 
  1844.                                             <tr class=\"content-1\">
  1845.                                                 <td><p>室内化粧カバーの<br class=\"pc\" />希望の有無</p></td>
  1846.                                                 <td>
  1847.                                                     <div class=\"fill v4\" style=\"order: 2;\">
  1848.                                                         ";
  1849.         // line 905
  1850.         $context['_parent'] = $context;
  1851.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse905), "vars", [], "any"falsefalsefalse905), "choices", [], "any"falsefalsefalse905));
  1852.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1853.             // line 906
  1854.             echo "                                                            <label class=\"form-check flex\">
  1855.                                                                 <input type=\"radio\" name=\"";
  1856.             // line 907
  1857.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse907), "vars", [], "any"falsefalsefalse907), "full_name", [], "any"falsefalsefalse907), "html"nulltrue);
  1858.             echo "\" data-price=\"";
  1859.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse907), "price", [], "array"truetruefalse907)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse907), "price", [], "array"falsefalsefalse907), 0)) : (0)), "html"nulltrue);
  1860.             echo "\" value=\"";
  1861.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse907), "html"nulltrue);
  1862.             echo "\" ";
  1863.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse907), "vars", [], "any"falsefalsefalse907), "data", [], "any"falsefalsefalse907) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse907))) {
  1864.                 echo "checked";
  1865.             }
  1866.             echo " />
  1867.                                                                 ";
  1868.             // line 908
  1869.             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"falsefalsefalse908)), "html"nulltrue);
  1870.             echo 
  1871.                                                                 ";
  1872.             // line 909
  1873.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse909) == "必要(2m以内)")) {
  1874.                 // line 910
  1875.                 echo "                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※2mを超える場合は追加費用がかかります。</p>
  1876.                                                                 ";
  1877.             }
  1878.             // line 912
  1879.             echo "                                                                ";
  1880.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse912) == "未定")) {
  1881.                 // line 913
  1882.                 echo "                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※化粧カバーが必要になった場合は追加費用がかかります。</p>
  1883.                                                                 ";
  1884.             }
  1885.             // line 915
  1886.             echo "                                                            </label>
  1887.                                                         ";
  1888.         }
  1889.         $_parent $context['_parent'];
  1890.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1891.         $context array_intersect_key($context$_parent) + $_parent;
  1892.         // line 916
  1893.         echo "                    
  1894.                                                     </div>
  1895.                                                     ";
  1896.         // line 918
  1897.         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"falsefalsefalse918), 'errors');
  1898.         echo "
  1899.                                                     ";
  1900.         // line 919
  1901.         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"falsefalsefalse919), 'widget');
  1902.         echo "
  1903.                                                     <img style=\"margin-left: auto; order: 3;\" src=\"";
  1904.         // line 921
  1905.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/contact/"), "html"nulltrue);
  1906.         echo "item-1.jpg\" alt=\"室内化粧カバー\">
  1907.                                                 </td>
  1908.                                             </tr> 
  1909.                                             <tr class=\"content-1\">
  1910.                                                 <td><p>室外化粧カバーの<br class=\"pc\" />希望の有無</p></td>
  1911.                                                 <td>                
  1912.                                                     <div class=\"fill v4\">
  1913.                                                         ";
  1914.         // line 928
  1915.         $context['_parent'] = $context;
  1916.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse928), "vars", [], "any"falsefalsefalse928), "choices", [], "any"falsefalsefalse928));
  1917.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1918.             // line 929
  1919.             echo "                                                            <label class=\"form-check flex\">
  1920.                                                                 <input type=\"radio\" name=\"";
  1921.             // line 930
  1922.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse930), "vars", [], "any"falsefalsefalse930), "full_name", [], "any"falsefalsefalse930), "html"nulltrue);
  1923.             echo "\" data-price=\"";
  1924.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse930), "price", [], "array"truetruefalse930)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse930), "price", [], "array"falsefalsefalse930), 0)) : (0)), "html"nulltrue);
  1925.             echo "\" value=\"";
  1926.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse930), "html"nulltrue);
  1927.             echo "\" ";
  1928.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse930), "vars", [], "any"falsefalsefalse930), "data", [], "any"falsefalsefalse930) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse930))) {
  1929.                 echo "checked";
  1930.             }
  1931.             echo " />
  1932.                                                                 ";
  1933.             // line 931
  1934.             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"falsefalsefalse931)), "html"nulltrue);
  1935.             echo 
  1936.                                                                 ";
  1937.             // line 932
  1938.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse932) == "その他")) {
  1939.                 // line 933
  1940.                 echo "                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  1941.                                                                 ";
  1942.             }
  1943.             // line 935
  1944.             echo "                                                            </label>
  1945.                                                         ";
  1946.         }
  1947.         $_parent $context['_parent'];
  1948.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  1949.         $context array_intersect_key($context$_parent) + $_parent;
  1950.         // line 936
  1951.         echo "                    
  1952.                                                     </div>
  1953.                                                     ";
  1954.         // line 938
  1955.         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"falsefalsefalse938), 'errors');
  1956.         echo "
  1957.                                                     <img style=\"margin-left: auto;\" src=\"";
  1958.         // line 939
  1959.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/contact/"), "html"nulltrue);
  1960.         echo "item-2.jpg\" alt=\"室外化粧カバー\">
  1961.                                                 </td>
  1962.                                             </tr> 
  1963.                                             <tr class=\"outdoor_cover_02\">
  1964.                                                 <td><p>室外化粧カバーの<br class=\"pc\" />希望の有無</p><small>2段階目</small></td>
  1965.                                                 <td>                
  1966.                                                     <div class=\"fill v4\">
  1967.                                                         ";
  1968.         // line 946
  1969.         $context['_parent'] = $context;
  1970.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse946), "vars", [], "any"falsefalsefalse946), "choices", [], "any"falsefalsefalse946));
  1971.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  1972.             // line 947
  1973.             echo "                                                            <label class=\"form-check\" >
  1974.                                                                 <input type=\"radio\" name=\"";
  1975.             // line 948
  1976.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse948), "vars", [], "any"falsefalsefalse948), "full_name", [], "any"falsefalsefalse948), "html"nulltrue);
  1977.             echo "\" data-price=\"";
  1978.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse948), "price", [], "array"truetruefalse948)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse948), "price", [], "array"falsefalsefalse948), 0)) : (0)), "html"nulltrue);
  1979.             echo "\" value=\"";
  1980.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse948), "html"nulltrue);
  1981.             echo "\" ";
  1982.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse948), "vars", [], "any"falsefalsefalse948), "data", [], "any"falsefalsefalse948) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse948))) {
  1983.                 echo "checked";
  1984.             }
  1985.             echo " />
  1986.                                                                 ";
  1987.             // line 949
  1988.             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"falsefalsefalse949)), "html"nulltrue);
  1989.             echo 
  1990.                                                                 ";
  1991.             // line 950
  1992.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse950) == "再使用(交換)同階")) {
  1993.                 // line 951
  1994.                 echo "                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
  1995.                                                                 ";
  1996.             }
  1997.             // line 953
  1998.             echo "                                                                ";
  1999.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse953) == "再使用(交換)異階")) {
  2000.                 // line 954
  2001.                 echo "                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
  2002.                                                                 ";
  2003.             }
  2004.             // line 956
  2005.             echo "                                                            </label>
  2006.                                                         ";
  2007.         }
  2008.         $_parent $context['_parent'];
  2009.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2010.         $context array_intersect_key($context$_parent) + $_parent;
  2011.         // line 957
  2012.         echo "                    
  2013.                                                     </div>
  2014.                                                     ";
  2015.         // line 959
  2016.         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"falsefalsefalse959), 'errors');
  2017.         echo "
  2018.                                                     ";
  2019.         // line 960
  2020.         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"falsefalsefalse960), 'widget');
  2021.         echo "
  2022.                                                 </td>
  2023.                                             </tr>
  2024.                                             <tr class=\"content-1\">
  2025.                                                 <td><p>室外機の設置場所(既設場所・希望設置場所)</p></td>
  2026.                                                 <td>                
  2027.                                                     <div class=\"fill v4\">
  2028.                                                         ";
  2029.         // line 967
  2030.         $context['_parent'] = $context;
  2031.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse967), "vars", [], "any"falsefalsefalse967), "choices", [], "any"falsefalsefalse967));
  2032.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2033.             // line 968
  2034.             echo "                                                            <label class=\"form-check flex\">
  2035.                                                                 <input type=\"radio\" name=\"";
  2036.             // line 969
  2037.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse969), "vars", [], "any"falsefalsefalse969), "full_name", [], "any"falsefalsefalse969), "html"nulltrue);
  2038.             echo "\" data-price=\"";
  2039.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse969), "price", [], "array"truetruefalse969)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse969), "price", [], "array"falsefalsefalse969), 0)) : (0)), "html"nulltrue);
  2040.             echo "\" value=\"";
  2041.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse969), "html"nulltrue);
  2042.             echo "\" ";
  2043.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse969), "vars", [], "any"falsefalsefalse969), "data", [], "any"falsefalsefalse969) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse969))) {
  2044.                 echo "checked";
  2045.             }
  2046.             echo " />
  2047.                                                                 ";
  2048.             // line 970
  2049.             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"falsefalsefalse970)), "html"nulltrue);
  2050.             echo 
  2051.                                                                 ";
  2052.             // line 971
  2053.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse971) == "その他")) {
  2054.                 // line 972
  2055.                 echo "                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  2056.                                                                 ";
  2057.             }
  2058.             // line 974
  2059.             echo "                                                            </label>
  2060.                                                         ";
  2061.         }
  2062.         $_parent $context['_parent'];
  2063.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2064.         $context array_intersect_key($context$_parent) + $_parent;
  2065.         // line 976
  2066.         echo "                                                    </div>
  2067.                                                     ";
  2068.         // line 977
  2069.         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"falsefalsefalse977), 'errors');
  2070.         echo "
  2071.                                                     ";
  2072.         // line 978
  2073.         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"falsefalsefalse978), 'widget');
  2074.         echo "
  2075.                                                 </td>
  2076.                                             </tr>
  2077.                                             <tr class=\"content-1\">
  2078.                                                 <td><p>室外機の設置方法(既設方法・希望設置方法)</p></td>
  2079.                                                 <td>
  2080.                                                     <div class=\"fill v4\">
  2081.                                                         ";
  2082.         // line 985
  2083.         $context['_parent'] = $context;
  2084.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse985), "vars", [], "any"falsefalsefalse985), "choices", [], "any"falsefalsefalse985));
  2085.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2086.             // line 986
  2087.             echo "                                                            <label class=\"form-check\">
  2088.                                                                 <input type=\"radio\" name=\"";
  2089.             // line 987
  2090.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse987), "vars", [], "any"falsefalsefalse987), "full_name", [], "any"falsefalsefalse987), "html"nulltrue);
  2091.             echo "\" data-price=\"";
  2092.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse987), "price", [], "array"truetruefalse987)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse987), "price", [], "array"falsefalsefalse987), 0)) : (0)), "html"nulltrue);
  2093.             echo "\" value=\"";
  2094.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse987), "html"nulltrue);
  2095.             echo "\" ";
  2096.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse987), "vars", [], "any"falsefalsefalse987), "data", [], "any"falsefalsefalse987) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse987))) {
  2097.                 echo "checked";
  2098.             }
  2099.             echo " />
  2100.                                                                 ";
  2101.             // line 988
  2102.             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"falsefalsefalse988)), "html"nulltrue);
  2103.             echo 
  2104.                                                             </label>
  2105.                                                         ";
  2106.         }
  2107.         $_parent $context['_parent'];
  2108.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2109.         $context array_intersect_key($context$_parent) + $_parent;
  2110.         // line 991
  2111.         echo "                                                    </div>
  2112.                                                     ";
  2113.         // line 992
  2114.         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"falsefalsefalse992), 'errors');
  2115.         echo "
  2116.                                                     <div class=\"fill v4 construction_method_07_v1\" style=\"margin-left: 2rem; flex-direction: column;\">
  2117.                                                         ";
  2118.         // line 994
  2119.         $context['_parent'] = $context;
  2120.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse994), "vars", [], "any"falsefalsefalse994), "choices", [], "any"falsefalsefalse994));
  2121.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2122.             // line 995
  2123.             echo "                                                            <label class=\"form-check flex\">
  2124.                                                                 <input type=\"radio\" name=\"";
  2125.             // line 996
  2126.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse996), "vars", [], "any"falsefalsefalse996), "full_name", [], "any"falsefalsefalse996), "html"nulltrue);
  2127.             echo "\" data-price=\"";
  2128.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse996), "price", [], "array"truetruefalse996)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse996), "price", [], "array"falsefalsefalse996), 0)) : (0)), "html"nulltrue);
  2129.             echo "\" value=\"";
  2130.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse996), "html"nulltrue);
  2131.             echo "\" ";
  2132.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse996), "vars", [], "any"falsefalsefalse996), "data", [], "any"falsefalsefalse996) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse996))) {
  2133.                 echo "checked";
  2134.             }
  2135.             echo " />
  2136.                                                                 ";
  2137.             // line 997
  2138.             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"falsefalsefalse997)), "html"nulltrue);
  2139.             echo 
  2140.                                                                 ";
  2141.             // line 998
  2142.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse998) == "⑧不明(記載)")) {
  2143.                 // line 999
  2144.                 echo "                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  2145.                                                                 ";
  2146.             }
  2147.             // line 1001
  2148.             echo "                                                            </label>
  2149.                                                         ";
  2150.         }
  2151.         $_parent $context['_parent'];
  2152.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2153.         $context array_intersect_key($context$_parent) + $_parent;
  2154.         // line 1003
  2155.         echo "                                                        <img style=\"margin-top: 3rem;\" src=\"";
  2156.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/form-0y/install-option.jpg"), "html"nulltrue);
  2157.         echo "\" alt=\"\">                    
  2158.                                                     </div>
  2159.                                                     ";
  2160.         // line 1005
  2161.         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"falsefalsefalse1005), 'errors');
  2162.         echo "
  2163.                                                     ";
  2164.         // line 1006
  2165.         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"falsefalsefalse1006), 'widget');
  2166.         echo "
  2167.                                                     <div class=\"fill v4 construction_method_07_v2\" style=\"margin-left: 2rem; flex-direction: column;\">
  2168.                                                         ";
  2169.         // line 1009
  2170.         $context['_parent'] = $context;
  2171.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse1009), "vars", [], "any"falsefalsefalse1009), "choices", [], "any"falsefalsefalse1009));
  2172.         foreach ($context['_seq'] as $context["key"] => $context["val"]) {
  2173.             // line 1010
  2174.             echo "                                                            <label class=\"form-check flex\">
  2175.                                                                 <input type=\"radio\" name=\"";
  2176.             // line 1011
  2177.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse1011), "vars", [], "any"falsefalsefalse1011), "full_name", [], "any"falsefalsefalse1011), "html"nulltrue);
  2178.             echo "\" data-price=\"";
  2179.             echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1011), "price", [], "array"truetruefalse1011)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["val"], "attr", [], "any"falsetruefalse1011), "price", [], "array"falsefalsefalse1011), 0)) : (0)), "html"nulltrue);
  2180.             echo "\" value=\"";
  2181.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1011), "html"nulltrue);
  2182.             echo "\" ";
  2183.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse1011), "vars", [], "any"falsefalsefalse1011), "data", [], "any"falsefalsefalse1011) == twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1011))) {
  2184.                 echo "checked";
  2185.             }
  2186.             echo " />
  2187.                                                                 ";
  2188.             // line 1012
  2189.             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"falsefalsefalse1012)), "html"nulltrue);
  2190.             echo 
  2191.                                                                 ";
  2192.             // line 1013
  2193.             if ((twig_get_attribute($this->env$this->source$context["val"], "value", [], "any"falsefalsefalse1013) == "⑧不明(記載)")) {
  2194.                 // line 1014
  2195.                 echo "                                                                    <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  2196.                                                                 ";
  2197.             }
  2198.             // line 1016
  2199.             echo "                                                            </label>
  2200.                                                         ";
  2201.         }
  2202.         $_parent $context['_parent'];
  2203.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['val'], $context['_parent'], $context['loop']);
  2204.         $context array_intersect_key($context$_parent) + $_parent;
  2205.         // line 1018
  2206.         echo "                                                        <img style=\"margin-top: 3rem;\" src=\"";
  2207.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/form-0y/install-option.jpg"), "html"nulltrue);
  2208.         echo "\" alt=\"\">                    
  2209.                                                     </div>
  2210.                                                     ";
  2211.         // line 1020
  2212.         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"falsefalsefalse1020), 'errors');
  2213.         echo "
  2214.                                                     ";
  2215.         // line 1021
  2216.         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"falsefalsefalse1021), 'widget');
  2217.         echo "
  2218.                                                 </td>
  2219.                                             </tr>
  2220.                                             <tr class=\"content-1\">
  2221.                                                 <td><p>ファイル添付</p></td>
  2222.                                                 <td>
  2223.                                                     <div class=\"fill v6\">
  2224.                                                         <div class=\"group\">
  2225.                                                             <p>詳細お見積りに際し、下記の写真を撮影し添付してください。<br>※夜間に撮影する際はフラッシュを使用してください。</p>
  2226.                                                         </div>
  2227.                                                         <div class=\"group add\">
  2228.                                                             <div class=\"group-content\">
  2229.                                                                 <label for=\"\"><p>①室内機設置場所(屋内)</p></label>
  2230.                                                                 <div class=\"custom-file\">
  2231.                                                                     ";
  2232.         // line 1038
  2233.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse1038), "vars", [], "any"falsefalsefalse1038), "data", [], "any"falsefalsefalse1038) != "")) {
  2234.             // line 1039
  2235.             echo "                                                                    ";
  2236.             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"falsefalsefalse1039), 'widget');
  2237.             echo "
  2238.                                                                     <label for=\"contact_image_1\">選択してください</label>
  2239.                                                                     <img src=\"";
  2240.             // line 1041
  2241.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse1041), "vars", [], "any"falsefalsefalse1041), "data", [], "any"falsefalsefalse1041), "save_image"), "html"nulltrue);
  2242.             echo "\" style=\"width: 150px !important;\" />
  2243.                                                                     ";
  2244.         } else {
  2245.             // line 1043
  2246.             echo "                                                                        ";
  2247.             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"falsefalsefalse1043), 'widget', ["attr" => ["required" => "required"]]);
  2248.             echo "
  2249.                                                                         <label for=\"contact_image_1\">選択してください</label>
  2250.                                                                         <img src=\"\" style=\"width: 150px !important;\" />
  2251.                                                                     ";
  2252.         }
  2253.         // line 1047
  2254.         echo "                                                                    ";
  2255.         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"falsefalsefalse1047), 'errors');
  2256.         echo "
  2257.                                                                     ";
  2258.         // line 1048
  2259.         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"falsefalsefalse1048), 'widget');
  2260.         echo "
  2261.                                                                 </div>
  2262.                                                             </div>
  2263.                                                             <div class=\"image\">
  2264.                                                                 <div class=\"gr\">
  2265.                                                                     <img src=\"";
  2266.         // line 1053
  2267.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/construction/"), "html"nulltrue);
  2268.         echo "item-3.jpg\" alt=\"\">     
  2269.                                                                     <span>撮影例</span>  
  2270.                                                                 </div>             
  2271.                                                             </div>
  2272.                                                         </div>
  2273.                                                         <div class=\"group add\">
  2274.                                                             <div class=\"group-content\">
  2275.                                                                 <label for=\"\"><p>②室外機・配管・配管穴が分かる全体写真</p></label>
  2276.                                                                 <div class=\"custom-file\">
  2277.                                                                     ";
  2278.         // line 1062
  2279.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse1062), "vars", [], "any"falsefalsefalse1062), "data", [], "any"falsefalsefalse1062) != "")) {
  2280.             // line 1063
  2281.             echo "                                                                    ";
  2282.             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"falsefalsefalse1063), 'widget');
  2283.             echo "
  2284.                                                                     <label for=\"contact_image_2\">選択してください</label>
  2285.                                                                     <img src=\"";
  2286.             // line 1065
  2287.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse1065), "vars", [], "any"falsefalsefalse1065), "data", [], "any"falsefalsefalse1065), "save_image"), "html"nulltrue);
  2288.             echo "\" style=\"width: 150px !important;\" />
  2289.                                                                     ";
  2290.         } else {
  2291.             // line 1067
  2292.             echo "                                                                        ";
  2293.             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"falsefalsefalse1067), 'widget', ["attr" => ["required" => "required"]]);
  2294.             echo "
  2295.                                                                         <label for=\"contact_image_2\">選択してください</label>
  2296.                                                                         <img src=\"\" style=\"width: 150px !important;\" />
  2297.                                                                     ";
  2298.         }
  2299.         // line 1071
  2300.         echo "                                                                    ";
  2301.         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"falsefalsefalse1071), 'errors');
  2302.         echo "
  2303.                                                                     ";
  2304.         // line 1072
  2305.         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"falsefalsefalse1072), 'widget');
  2306.         echo "
  2307.                                                                 </div>
  2308.                                                             </div>
  2309.                                                             <div class=\"image\">
  2310.                                                                 <div class=\"gr\">
  2311.                                                                     <img src=\"";
  2312.         // line 1077
  2313.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/construction/"), "html"nulltrue);
  2314.         echo "contact-00-attach-02.jpg\" alt=\"\">     
  2315.                                                                     <span>撮影例</span>  
  2316.                                                                 </div>             
  2317.                                                             </div>
  2318.                                                         </div>
  2319.                                                         <div class=\"group add\">
  2320.                                                             <div class=\"group-content\">
  2321.                                                                 <label for=\"\"><p>③室外機設置場所<br>(②の写真で室外機設置場所が分かる方は不要)</p></label>
  2322.                                                                 <div class=\"custom-file\">
  2323.                                                                     ";
  2324.         // line 1086
  2325.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse1086), "vars", [], "any"falsefalsefalse1086), "data", [], "any"falsefalsefalse1086) != "")) {
  2326.             // line 1087
  2327.             echo "                                                                    ";
  2328.             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"falsefalsefalse1087), 'widget');
  2329.             echo "
  2330.                                                                     <label for=\"contact_image_3\">選択してください</label>
  2331.                                                                     <img src=\"";
  2332.             // line 1089
  2333.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_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"falsefalsefalse1089), "vars", [], "any"falsefalsefalse1089), "data", [], "any"falsefalsefalse1089), "save_image"), "html"nulltrue);
  2334.             echo "\" style=\"width: 150px !important;\" />
  2335.                                                                     ";
  2336.         } else {
  2337.             // line 1091
  2338.             echo "                                                                        ";
  2339.             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"falsefalsefalse1091), 'widget');
  2340.             echo "
  2341.                                                                         <label for=\"contact_image_3\">選択してください</label>
  2342.                                                                         <img src=\"\" style=\"width: 150px !important;\" />
  2343.                                                                     ";
  2344.         }
  2345.         // line 1095
  2346.         echo "                                                                    ";
  2347.         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"falsefalsefalse1095), 'errors');
  2348.         echo "
  2349.                                                                     ";
  2350.         // line 1096
  2351.         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"falsefalsefalse1096), 'widget');
  2352.         echo "
  2353.                                                                 </div>
  2354.                                                             </div>
  2355.                                                             <div class=\"image\">
  2356.                                                                 <div class=\"gr\">
  2357.                                                                     <img src=\"";
  2358.         // line 1101
  2359.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/construction/"), "html"nulltrue);
  2360.         echo "item-5-1.jpg\" alt=\"\">     
  2361.                                                                     <span>1階撮影例</span>  
  2362.                                                                 </div>
  2363.                                                                 <div class=\"gr\">
  2364.                                                                     <img src=\"";
  2365.         // line 1105
  2366.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/construction/"), "html"nulltrue);
  2367.         echo "item-5-2.jpg\" alt=\"\">     
  2368.                                                                     <span>2階撮影例</span>  
  2369.                                                                 </div>                
  2370.                                                             </div>
  2371.                                                         </div>
  2372.                                                     </div>
  2373.                                                 </td>
  2374.                                             </tr>
  2375.                                         </table>
  2376.                                         <div class=\"result\">
  2377.                                             <p>概算合計金額</p>
  2378.                                             <p id=\"total-price\">00,000円</p>
  2379.                                             ";
  2380.         // line 1119
  2381.         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"falsefalsefalse1119), 'widget');
  2382.         echo "
  2383.                                             ";
  2384.         // line 1120
  2385.         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"falsefalsefalse1120), 'widget');
  2386.         echo "
  2387.                                             ";
  2388.         // line 1121
  2389.         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"falsefalsefalse1121), 'widget');
  2390.         echo "
  2391.                                             ";
  2392.         // line 1122
  2393.         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"falsefalsefalse1122), 'widget');
  2394.         echo "
  2395.                                             ";
  2396.         // line 1123
  2397.         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"falsefalsefalse1123), 'widget');
  2398.         echo "
  2399.                                         </div>
  2400.                                         <div style=\"text-align: right;\" class=\"pc\">
  2401.                                             「
  2402.                                             ";
  2403.         // line 1128
  2404.         echo "                                            ";
  2405.         // line 1129
  2406.         echo "                                            本体価格+標準工事費 <span class=\"product_base_price\"></span>円、
  2407.                                             追加工事 <span class=\"add_price\"></span>円
  2408.                                             」
  2409.                                         </div>
  2410.                                         <div style=\"text-align: right;\" class=\"sp\">
  2411.                                             ";
  2412.         // line 1135
  2413.         echo "                                            ";
  2414.         // line 1136
  2415.         echo "                                            本体価格+標準工事費 <span class=\"product_base_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円<br>
  2416.                                             追加工事 <span class=\"add_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円
  2417.                                         </div> 
  2418.                                     </div>
  2419.                                 </div>                            
  2420.                             </div>
  2421.                             <div class=\"ec-productRole__actions\" style=\"display: none;\">
  2422.                                 ";
  2423.         // line 1144
  2424.         if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id1", [], "any"truetruefalse1144)) {
  2425.             // line 1145
  2426.             echo "                                    <div class=\"ec-select\">
  2427.                                         ";
  2428.             // line 1146
  2429.             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"falsefalsefalse1146), 'row');
  2430.             echo "
  2431.                                         ";
  2432.             // line 1147
  2433.             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"falsefalsefalse1147), 'errors');
  2434.             echo "
  2435.                                     </div>
  2436.                                     ";
  2437.             // line 1149
  2438.             if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id2", [], "any"truetruefalse1149)) {
  2439.                 // line 1150
  2440.                 echo "                                        <div class=\"ec-select\">
  2441.                                             ";
  2442.                 // line 1151
  2443.                 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"falsefalsefalse1151), 'row');
  2444.                 echo "
  2445.                                             ";
  2446.                 // line 1152
  2447.                 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"falsefalsefalse1152), 'errors');
  2448.                 echo "
  2449.                                         </div>
  2450.                                     ";
  2451.             }
  2452.             // line 1155
  2453.             echo "                                ";
  2454.         }
  2455.         // line 1156
  2456.         echo "                                <div class=\"ec-numberInput\">
  2457.                                     ";
  2458.         // line 1157
  2459.         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"falsefalsefalse1157), 'widget');
  2460.         echo "
  2461.                                     ";
  2462.         // line 1158
  2463.         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"falsefalsefalse1158), 'widget');
  2464.         echo "
  2465.                                     ";
  2466.         // line 1159
  2467.         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"falsefalsefalse1159), 'widget');
  2468.         echo "
  2469.                                     ";
  2470.         // line 1160
  2471.         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"falsefalsefalse1160), 'errors');
  2472.         echo "
  2473.                                 </div>
  2474.                             </div>
  2475.                             
  2476.                             <div class=\"ec-product-detail__group\">
  2477.                                 <div class=\"list-btn\">
  2478.                                     <a href=\"";
  2479.         // line 1167
  2480.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart");
  2481.         echo "\" class=\"btn btn-sd btn-back\" style=\"display: block;\" onclick=\"history.back(); return false;\">
  2482.                                         <span>戻る</span>
  2483.                                     </a>
  2484.                                     <button type=\"submit\" class=\"btn btn-sd add-cart cart-express\" id=\"btn-confirm\">
  2485.                                         <span>";
  2486.         // line 1171
  2487.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("依頼(購入)にすすむ"), "html"nulltrue);
  2488.         echo "</span>
  2489.                                     </button>
  2490.                                 </div>
  2491.                             </div>
  2492.                         </form>
  2493.                     </div>
  2494.                 </div>
  2495.             </div>
  2496.         </div>
  2497.     </div>
  2498. ";
  2499.         
  2500.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  2501.         
  2502.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  2503.     }
  2504.     public function getTemplateName()
  2505.     {
  2506.         return "@user_data/construction_only.twig";
  2507.     }
  2508.     public function isTraitable()
  2509.     {
  2510.         return false;
  2511.     }
  2512.     public function getDebugInfo()
  2513.     {
  2514.         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,);
  2515.     }
  2516.     public function getSourceContext()
  2517.     {
  2518.         return new Source("{% extends 'default_frame.twig' %}
  2519. {% form_theme form 'Form/form_div_layout.twig' %}
  2520. {% block stylesheet %}
  2521.     <style>
  2522.         .form-check.flex{
  2523.             display: flex; 
  2524.             align-items: center; 
  2525.             flex-wrap: wrap; 
  2526.             gap: 5px;
  2527.         }
  2528.         .construction-input-text__item{
  2529.             display: flex;
  2530.             align-items: center;
  2531.             justify-content: flex-start;
  2532.             gap: 1rem;
  2533.             margin: 5px 0;
  2534.         }
  2535.         .construction-input-text__item span:first-child{
  2536.             width: 7rem;
  2537.         }
  2538.         .construction-input-text__item input[type=\"text\"]{
  2539.             width: 5rem;
  2540.             text-align: center;
  2541.         }
  2542.     </style>
  2543. {% endblock %}
  2544. {% block javascript %}
  2545.     <script src=\"https://cdnjs.cloudflare.com/ajax/libs/numeral.js/2.0.6/numeral.min.js\"></script>
  2546.     <script>
  2547.         var CountTatami = {
  2548.             countType1: 0, //6-14
  2549.             countType2: 0, //16-20
  2550.             countType3: 0, //23-
  2551.         };
  2552.         \$(function() {
  2553.             SetRequiredContent1();
  2554.             SetRequiredContent2(\"construction_type_07\", \"交換\", \".construction_type_07_02_v1\");
  2555.             SetRequiredContent2(\"construction_type_07\", \"新設工事に加えて移設工事も希望\", \".construction_type_07_02_v2\");
  2556.             SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
  2557.             SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
  2558.             SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  2559.             SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  2560.             SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  2561.             SetRequiredContent2(\"electrical_outlet_07\", \"あり\", \".electrical_outlet_07_02\");
  2562.             SetRequiredContent2(\"room_size_07\", \"なし\", \".room_size_07_02\");
  2563.             SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
  2564.             SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
  2565.             SetRequiredContent2(\"piping_status_07\", \"隠蔽配管\", \".piping_status_07_02\");
  2566.             SetRequiredContent2(\"outdoor_cover\", \"必要\", \".outdoor_cover_02\");
  2567.             SetRequiredContent2(\"setting_install_method\", \"新規取付\", \".construction_method_07_v1\");
  2568.             SetRequiredContent2(\"setting_install_method\", \"交換\", \".construction_method_07_v2\");
  2569.             \$(\"input[name='construction_type_07']\").change(function() {
  2570.                 SetRequiredContent2(\"construction_type_07\", \"交換\", \".construction_type_07_02_v1\");
  2571.                 SetRequiredContent2(\"construction_type_07\", \"新設工事に加えて移設工事も希望\", \".construction_type_07_02_v2\");
  2572.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
  2573.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
  2574.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  2575.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  2576.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  2577.             });
  2578.             \$(\"input[name='construction_type_07_02_v2']\").change(function() {
  2579.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望する\", \".construction_type_07_03_v1\");
  2580.                 SetRequiredContent2(\"construction_type_07_02_v2\", \"分解洗浄を希望しない\", \".construction_type_07_03_v2\");
  2581.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  2582.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  2583.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  2584.             });
  2585.             \$(\"input[name='construction_type_07_03_v1']\").change(function() {
  2586.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設6~14畳(取外し含む)\", \".construction_type_07_04_v1\");
  2587.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設16~20畳(取外し含む)\", \".construction_type_07_04_v2\");
  2588.                 SetRequiredContent2(\"construction_type_07_03_v1\", \"移設23畳~(取外し含む)\", \".construction_type_07_04_v3\");
  2589.             });
  2590.             \$(\"input[name='electrical_outlet_07']\").change(function() {
  2591.                 SetRequiredContent2(\"electrical_outlet_07\", \"あり\", \".electrical_outlet_07_02\");
  2592.             });
  2593.             \$(\"input[name='room_size_07']\").change(function() {
  2594.                 SetRequiredContent2(\"room_size_07\", \"なし\", \".room_size_07_02\");
  2595.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
  2596.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
  2597.             });
  2598.             \$(\"input[name='room_size_07_02']\").change(function() {
  2599.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書あり\", \".room_size_07_03_v1\");
  2600.                 SetRequiredContent2(\"room_size_07_02\", \"建物が2009年6月以降に着工した証明書なし\", \".room_size_07_03_v2\");
  2601.             });
  2602.             \$(\"input[name='piping_status_07']\").change(function() {
  2603.                 SetRequiredContent2(\"piping_status_07\", \"隠蔽配管\", \".piping_status_07_02\");
  2604.             });
  2605.             \$(\"input[name='outdoor_cover']\").change(function() {
  2606.                 SetRequiredContent2(\"outdoor_cover\", \"必要\", \".outdoor_cover_02\");
  2607.             });
  2608.             \$(\"input[name='setting_install_method']\").change(function() {
  2609.                 SetRequiredContent2(\"setting_install_method\", \"新規取付\", \".construction_method_07_v1\");
  2610.                 SetRequiredContent2(\"setting_install_method\", \"交換\", \".construction_method_07_v2\");
  2611.             });
  2612.             CalcConstructionNumber();
  2613.             \$('.construction-input-text__item input').on('change', function() {
  2614.                 CalcConstructionNumber();
  2615.                 CalcPrice();
  2616.             });
  2617.             
  2618.             CalcPrice();
  2619.             \$('input[type=\"radio\"]').on('change', function() {
  2620.                 CalcPrice();
  2621.             });
  2622.         });
  2623.         function SetRequiredContent1() {
  2624.             \$(\"#tableSecond .content-1 input\").each(function(index, el) {
  2625.                 if (\$(this).attr('name') != 'construction_date_2' 
  2626.                     && \$(this).attr('name') != 'construction_date_3'
  2627.                     && \$(this).attr('name') != 'construction_6'
  2628.                     && \$(this).attr('name') != 'construction_16'
  2629.                     && \$(this).attr('name') != 'construction_23'
  2630.                     &&  \$(this).attr('type') != 'hidden') {
  2631.                     \$(this).attr('required', 'required');
  2632.                 }
  2633.             });
  2634.             \$('#construction_16').removeAttr('required');
  2635.             \$('#construction_23').removeAttr('required');
  2636.             if (\$('#construction_6').val() == \"\" && \$('#construction_16').val() == \"\" && \$('#construction_23').val() == \"\") {
  2637.                 \$('#construction_6').attr('required', 'required');
  2638.             }
  2639.             else{
  2640.                 \$('#construction_6').removeAttr('required');                
  2641.             }
  2642.             SetUnrequired();
  2643.         }
  2644.         function SetRequiredContent2(nameInput, condition , classCheck) {
  2645.             var selectedValue = \$(\"input[name='\"+ nameInput +\"']:checked\").val();
  2646.             if (selectedValue === condition) {
  2647.                 \$(classCheck).css(\"display\", \"flex\");
  2648.                 \$(\"#tableSecond \" + classCheck + \" input\").each(function(index, el) {
  2649.                     if (\$(this).attr('type') != 'hidden') {
  2650.                         \$(this).attr('required', 'required');
  2651.                     }
  2652.                 });
  2653.             } else {
  2654.                 \$(classCheck).css(\"display\", \"none\");
  2655.                 \$(\"#tableSecond \" + classCheck + \" input\").each(function(index, el) {
  2656.                     \$(this).prop('checked', false).removeAttr('required');
  2657.                 });
  2658.             }
  2659.             SetUnrequired();
  2660.         }
  2661.         function SetUnrequired() {
  2662.             \$('input[name=\"outlet_earth\"]').removeAttr('required');
  2663.             \$('input[name=\"electrical_outlet_07_02\"]').removeAttr('required');
  2664.             \$('input[name=\"image_1\"]').removeAttr('required');
  2665.             \$('input[name=\"image_2\"]').removeAttr('required');
  2666.             \$('input[name=\"image_3\"]').removeAttr('required');
  2667.         }
  2668.         function CalcPrice() {
  2669.             const basePriceType1 = 15980;
  2670.             const basePriceType2 = 19980;
  2671.             const basePriceType3 = 23980;
  2672.             var product_total_price = 0;
  2673.             var BasePrice = {
  2674.                 type1: CountTatami.countType1 * basePriceType1,
  2675.                 type2: CountTatami.countType2 * basePriceType2,
  2676.                 type3: CountTatami.countType3 * basePriceType3,
  2677.             };
  2678.             
  2679.             var totalBasePrice = BasePrice.type1 + BasePrice.type2 + BasePrice.type3;
  2680.             
  2681.             \$('input[type=\"radio\"]').each(function() {                    
  2682.                 let hidden_price = \$(this).closest('div').find('input[type=\"hidden\"]');
  2683.                 if (hidden_price.length > 0) {
  2684.                     hidden_price.val('');
  2685.                 }
  2686.             });
  2687.             var construction_price = 0;       
  2688.             \$('input[type=\"radio\"]:checked').each(function() {                    
  2689.                 let selectedPrice = \$(this).data('price');
  2690.                 construction_price += selectedPrice;
  2691.                 let hidden_price = \$(this).closest('div').find('input[type=\"hidden\"]');
  2692.                 if (hidden_price.length > 0) {
  2693.                     hidden_price.val(selectedPrice);
  2694.                 }
  2695.             });
  2696.             var number_install = Number(\$('#number_install').val());
  2697.             var construction_total_price = totalBasePrice + construction_price * number_install;
  2698.             var discountQuantity = 0;
  2699.             switch (number_install) {
  2700.                 case 1:
  2701.                     discountQuantity = 0;
  2702.                     break;
  2703.                 case 2:
  2704.                     discountQuantity = 0.05;
  2705.                     break;
  2706.                 case 3:
  2707.                     discountQuantity = 0.1;
  2708.                     break;
  2709.                 default:
  2710.                     discountQuantity = 0.15;
  2711.                     break;
  2712.             }
  2713.             var total_price = product_total_price + construction_total_price;
  2714.             var discount_price = Math.round(total_price * discountQuantity);
  2715.             total_price = total_price - discount_price;
  2716.             
  2717.             \$('#construction_base_price_1').val(BasePrice.type1);
  2718.             \$('#construction_base_price_2').val(BasePrice.type2);
  2719.             \$('#construction_base_price_3').val(BasePrice.type3);
  2720.             
  2721.             \$('#construction_total_price').val(construction_total_price);
  2722.             \$('#construction_discount').val(discount_price);
  2723.             \$('#total-price').text(numeral(total_price).format('0,0') + \"円\");
  2724.             // \$('.product_price').text(numeral(product_total_price).format('0,0'));
  2725.             // \$('.base_price').text(numeral(totalBasePrice).format('0,0'));
  2726.             \$('.product_base_price').text(numeral(product_total_price + totalBasePrice).format('0,0'));
  2727.             \$('.add_price').text(numeral(construction_total_price - totalBasePrice).format('0,0'));
  2728.             // console.log(\"----------------\")
  2729.             // console.log(\" base_price: \" + \$('.base_price').eq(0).text());
  2730.             // console.log(\"  add_price: \" + \$('.add_price').eq(0).text());
  2731.             // console.log(\"total-price: \" + \$('#total-price').text());
  2732.         }
  2733.         function CalcConstructionNumber() {
  2734.             CountTatami.countType1 = 0;
  2735.             CountTatami.countType2 = 0;
  2736.             CountTatami.countType3 = 0;
  2737.             if (\$.isNumeric(\$('#construction_6').val())) {
  2738.                 CountTatami.countType1 = Number(\$('#construction_6').val());
  2739.             }
  2740.             if (\$.isNumeric(\$('#construction_16').val())) {
  2741.                 CountTatami.countType2 = Number(\$('#construction_16').val());
  2742.             }
  2743.             if (\$.isNumeric(\$('#construction_23').val())) {
  2744.                 CountTatami.countType3 = Number(\$('#construction_23').val());
  2745.             }
  2746.             \$('#number_install').val(CountTatami.countType1 + CountTatami.countType2 + CountTatami.countType3);
  2747.         }
  2748.     </script>
  2749.     <script src=\"//yubinbango.github.io/yubinbango/yubinbango.js\" charset=\"UTF-8\"></script>
  2750.     <script>
  2751.         \$(document).ready(function() {
  2752.             // \$('.contact_type').change(function() {
  2753.             //     location.href = \"{{ url('contact') }}?type=\" + \$(this).val();
  2754.             // });
  2755.            
  2756.             \$(\"#btn-confirm\").click(function(event) {
  2757.                 var has_error = false;
  2758.                 \$(\"span.error-empty\").remove();
  2759.                 \$(\"input[required], textarea[required]\").each(function() {
  2760.                     var input = \$(this);
  2761.                     var input_empty = \$(\"<span>\").addClass(\"error-empty\").text(\"※この項目は必須項目です\");                
  2762.                     if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
  2763.                         var radio_name = input.attr('name');
  2764.                         if (\$('input[name=\"' + radio_name + '\"]:checked').length == 0) {
  2765.                             input.before(input_empty);
  2766.                             has_error = true;
  2767.                         }
  2768.                     }
  2769.                     else if (input.val() == \"\"){
  2770.                         input.before(input_empty);
  2771.                         has_error = true;
  2772.                     }
  2773.                     else {
  2774.                         input_empty.remove();
  2775.                     }
  2776.                     input.on(\"change\", function() {
  2777.                         if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox' || input.attr('type') == 'text') {
  2778.                             input.closest('td').find('.error-empty').remove();
  2779.                         }
  2780.                         else {
  2781.                             input_empty.remove();
  2782.                         }
  2783.                     });
  2784.                 });
  2785.                 if (has_error) {
  2786.                     var speed = 300;
  2787.                     var position = \$(\".error-empty\").eq(0).offset().top - 250;
  2788.                     \$('body,html').animate({
  2789.                         scrollTop: position
  2790.                     }, speed, 'swing');
  2791.                     return false;
  2792.                 }
  2793.                 else {
  2794.                     // Vì không upload được file nên phải sử dụng submit thông thường
  2795.                     // \$form = \$('#form1');
  2796.                     // \$.ajax({
  2797.                     //     url: \$form.attr('action'),
  2798.                     //     type: \$form.attr('method'),
  2799.                     //     data: \$form.serialize(),
  2800.                     //     dataType: 'json',
  2801.                     //     beforeSend: function(xhr, settings) {
  2802.                     //         // Buttonを無効にする
  2803.                     //         \$('.add-cart').prop('disabled', true);
  2804.                     //     }
  2805.                     // }).done(function(data) {
  2806.                     //     if (\$('.add-cart').hasClass('cart-express')) {
  2807.                     //         location.href = \"{{ url('shopping') }}\";
  2808.                     //     }
  2809.                     // }).fail(function(data) {
  2810.                     //     alert('{{ 'カートへの追加に失敗しました。'|trans }}');
  2811.                     // });
  2812.                 }
  2813.             });
  2814.         });
  2815.         \$(document).ready(function(){
  2816.             \$(\".custom-file input[type='file']\").change(function(){
  2817.                 var filePath = \$(this).val();
  2818.                 var fileName = filePath.split('\\\\').pop();
  2819.                 var label = \$(this).parent().find(\"label\");
  2820.                 label.text(fileName);
  2821.                 var hiddenInputId = \$(this).attr(\"id\") + \"-filename\";
  2822.                 \$(\"#\" + hiddenInputId).val(fileName);
  2823.                 \$(this).parent().find(\"label\").css(\"color\", \"rgba(0, 0, 0, 1)\");
  2824.             });
  2825.         });
  2826.     </script>
  2827. {% endblock %}
  2828. {% block main %}
  2829.     <input type=\"hidden\" name=\"array_product\" value=\"[14, 10, 18, 19, 20, 24, 26]\">
  2830.     <div class=\"ec-inquiry-page\">
  2831.     
  2832.         <div class=\"ec-banner\">
  2833.             <div class=\"ec-banner__inner\">
  2834.                 <div class=\"inner\">
  2835.                     <h2>
  2836.                         工事金額の確認
  2837.                     </h2>
  2838.                 </div>
  2839.             </div>
  2840.             <div class=\"ec-breadcrumb\">
  2841.                 <ul class=\"ec-breadcrumb__menu\">
  2842.                     <li class=\"ec-breadcrumb__item\"><a href=\"{{ url('homepage') }}\">TOP</a></li>
  2843.                     <li class=\"ec-breadcrumb__item\"><span>></span></li>
  2844.                     <li class=\"ec-breadcrumb__item\"><p>工事金額の確認</p></li>
  2845.                 </ul>
  2846.             </div>
  2847.         </div>
  2848.         <div class=\"ec-form-inquiry-main\">
  2849.             <div class=\"ec-form-inquiry__inner\">
  2850.                 <div class=\"inner\">
  2851.                     <div class=\"ec-form-inquiry__group\">
  2852.                         <div class=\"text\">
  2853.                             <p>下記フォームの各項目にご記入いただき、決済にお進みください。なお、不明の項目がある場合には、工事当日に追加費用が発生する可能性があります。</p>                                
  2854.                             <div class=\"ec-setting__group\">
  2855.                                 <div class=\"title-main\">
  2856.                                     <p>依頼(購入)にすすむ</p>
  2857.                                 </div>
  2858.                                 <div class=\"list-steps v2 vip\">
  2859.                                     <div class=\"step\">
  2860.                                         <div class=\"step__contact\">
  2861.                                             <p class=\"step__contact__num\">STEP1</p>
  2862.                                             <p class=\"step__contact__ttl\">お客様</p>
  2863.                                             <img class=\"step__contact__img\" src=\"{{ asset('assets/img/setting-0y/s0-contact-1.png') }}\" alt=\"\">
  2864.                                             <p class=\"step__contact__desc\">工事金額の確認</p>
  2865.                                         </div>
  2866.                                     </div>
  2867.                                     <div class=\"dbar\">
  2868.                                         <span></span>
  2869.                                     </div>
  2870.                                     <div class=\"step\">
  2871.                                         <div class=\"step__contact\">
  2872.                                             <p class=\"step__contact__num\">STEP2</p>
  2873.                                             <p class=\"step__contact__ttl\">お客様</p>
  2874.                                             <img class=\"step__contact__img\" src=\"{{ asset('assets/img/setting-0y/s0-contact-3.png') }}\" alt=\"\">
  2875.                                             <p class=\"step__contact__desc\">工事の依頼(購入)にすすむ</p>
  2876.                                         </div>
  2877.                                     </div>
  2878.                                     <div class=\"dbar\">
  2879.                                         <span></span>
  2880.                                     </div>
  2881.                                     <div class=\"step\">
  2882.                                         <div class=\"step__contact\">
  2883.                                             <p class=\"step__contact__num\">STEP3</p>
  2884.                                             <p class=\"step__contact__ttl\">お客様</p>
  2885.                                             <img class=\"step__contact__img\" src=\"{{ asset('assets/img/setting-0y/s0-contact-4.png') }}\" alt=\"\">
  2886.                                             <p class=\"step__contact__desc\">決済</p>
  2887.                                         </div>
  2888.                                     </div>
  2889.                                 </div>
  2890.                             </div>
  2891.                             <div class=\"ec-product__group\">
  2892.                                 <div class=\"list-btn\">
  2893.                                     <a href=\"https://lin.ee/5FbNJH7s\" target=\"_blank\" class=\"btn\"><span>LINE</span></a>
  2894.                                     <a href=\"{{ url('contact') }}\" class=\"btn\"><span>通常お問合せ</span></a>
  2895.                                     <span class=\"btn pc\" style=\"opacity: 1!important; cursor: default;\"><span>TEL: 080-0222-4466</span></span>
  2896.                                     <a href=\"tel:080-0222-4466\" class=\"btn sp\"><span>TEL: 080-0222-4466</span></a>
  2897.                                 </div>
  2898.                             </div>
  2899.                         </div>
  2900.                         <form action=\"{{ url('product_add_cart', {id:Product.id}) }}\" method=\"post\" id=\"form1\" name=\"form1\" enctype=\"multipart/form-data\">
  2901.                             {{ form_widget(form._token) }}
  2902.                             <div class=\"table\">
  2903.                                 <div class=\"list-item\">
  2904.                                     <div class=\"item active\">
  2905.                                         <table id=\"tableSecond\" style=\"padding: 0;\">
  2906.                                             <tr class=\"content-1\">
  2907.                                                 <td><p>工事内訳</p></td>
  2908.                                                 <td>
  2909.                                                     <div class=\"fill v4\">
  2910.                                                         {% for key,val in form.construction_type_07.vars.choices %}
  2911.                                                             <label class=\"form-check\">
  2912.                                                                 <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 %} />
  2913.                                                                 {{ val.label | trans }} 
  2914.                                                                 {% if val.value == \"新設工事に加えて移設工事も希望\" %}
  2915.                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;margin-bottom: 0.5rem;line-height: 1.2;\">※エアコン本体の移動はお客様ご自身でお願いいたします。</p>
  2916.                                                                 {% endif %}
  2917.                                                             </label>
  2918.                                                         {% endfor %}                    
  2919.                                                     </div>
  2920.                                                     {{ form_errors(form.construction_type_07) }}
  2921.                                                 </td>
  2922.                                             </tr> 
  2923.                                             <tr class=\"construction_type_07_02_v1\">
  2924.                                                 <td>
  2925.                                                     <p>工事内訳</p>
  2926.                                                     <small>2段階目</small>
  2927.                                                 </td>
  2928.                                                 <td>
  2929.                                                     <div class=\"fill v4\">
  2930.                                                         {% for key,val in form.construction_type_07_02_v1.vars.choices %}
  2931.                                                             <label class=\"form-check\">
  2932.                                                                 <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 %} />
  2933.                                                                 {{ val.label | trans }} 
  2934.                                                             </label>
  2935.                                                         {% endfor %}                    
  2936.                                                     </div>
  2937.                                                     {{ form_errors(form.construction_type_07_02_v1) }}
  2938.                                                     {{ form_widget(form.construction_type_07_02_v1_price) }}
  2939.                                                 </td>
  2940.                                             </tr> 
  2941.                                             <tr class=\"construction_type_07_02_v2\">
  2942.                                                 <td><p>工事内訳</p><small>2段階目</small></td>
  2943.                                                 <td>
  2944.                                                     <div class=\"fill v4\">
  2945.                                                         {% for key,val in form.construction_type_07_02_v2.vars.choices %}
  2946.                                                             <label class=\"form-check\">
  2947.                                                                 <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 %} />
  2948.                                                                 {{ val.label | trans }}
  2949.                                                             </label>
  2950.                                                         {% endfor %}                    
  2951.                                                     </div>
  2952.                                                     {{ form_errors(form.construction_type_07_02_v2) }}
  2953.                                                 </td>
  2954.                                             </tr> 
  2955.                                             <tr class=\"construction_type_07_03_v1\">
  2956.                                                 <td><p>工事内訳</p><small>3段階目</small></td>
  2957.                                                 <td>
  2958.                                                     <div class=\"fill v4\">
  2959.                                                         {% for key,val in form.construction_type_07_03_v1.vars.choices %}
  2960.                                                             <label class=\"form-check\">
  2961.                                                                 <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 %} />
  2962.                                                                 {{ val.label | trans }} 
  2963.                                                             </label>
  2964.                                                         {% endfor %}                    
  2965.                                                     </div>
  2966.                                                     {{ form_errors(form.construction_type_07_03_v1) }}
  2967.                                                 </td>
  2968.                                             </tr> 
  2969.                                             <tr class=\"construction_type_07_03_v2\">
  2970.                                                 <td><p>工事内訳</p><small>3段階目</small></td>
  2971.                                                 <td>
  2972.                                                     <div class=\"fill v4\">
  2973.                                                         {% for key,val in form.construction_type_07_03_v2.vars.choices %}
  2974.                                                             <label class=\"form-check\">
  2975.                                                                 <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 %} />
  2976.                                                                 {{ val.label | trans }} 
  2977.                                                             </label>
  2978.                                                         {% endfor %}                    
  2979.                                                     </div>
  2980.                                                     {{ form_errors(form.construction_type_07_03_v2) }}
  2981.                                                     {{ form_widget(form.construction_type_07_03_v2_price) }}
  2982.                                                 </td>
  2983.                                             </tr> 
  2984.                                             <tr class=\"construction_type_07_04_v1\">
  2985.                                                 <td><p>工事内訳</p><small>4段階目</small></td>
  2986.                                                 <td>
  2987.                                                     <div class=\"fill v4\">
  2988.                                                         {% for key,val in form.construction_type_07_04_v1.vars.choices %}
  2989.                                                             <label class=\"form-check\">
  2990.                                                                 <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 %} />
  2991.                                                                 {{ val.label | trans }} 
  2992.                                                             </label>
  2993.                                                         {% endfor %}                    
  2994.                                                     </div>
  2995.                                                     {{ form_errors(form.construction_type_07_04_v1) }}
  2996.                                                     {{ form_widget(form.construction_type_07_04_v1_price) }}
  2997.                                                 </td>
  2998.                                             </tr> 
  2999.                                             <tr class=\"construction_type_07_04_v2\">
  3000.                                                 <td><p>工事内訳</p><small>4段階目</small></td>
  3001.                                                 <td>
  3002.                                                     <div class=\"fill v4\">
  3003.                                                         {% for key,val in form.construction_type_07_04_v2.vars.choices %}
  3004.                                                             <label class=\"form-check\">
  3005.                                                                 <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 %} />
  3006.                                                                 {{ val.label | trans }} 
  3007.                                                             </label>
  3008.                                                         {% endfor %}                    
  3009.                                                     </div>
  3010.                                                     {{ form_errors(form.construction_type_07_04_v2) }}
  3011.                                                     {{ form_widget(form.construction_type_07_04_v2_price) }}
  3012.                                                 </td>
  3013.                                             </tr> 
  3014.                                             <tr class=\"construction_type_07_04_v3\">
  3015.                                                 <td><p>工事内訳</p><small>4段階目</small></td>
  3016.                                                 <td>
  3017.                                                     <div class=\"fill v4\">
  3018.                                                         {% for key,val in form.construction_type_07_04_v3.vars.choices %}
  3019.                                                             <label class=\"form-check\">
  3020.                                                                 <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 %} />
  3021.                                                                 {{ val.label | trans }} 
  3022.                                                             </label>
  3023.                                                         {% endfor %}                    
  3024.                                                     </div>
  3025.                                                     {{ form_errors(form.construction_type_07_04_v3) }}
  3026.                                                     {{ form_widget(form.construction_type_07_04_v3_price) }}
  3027.                                                 </td>
  3028.                                             </tr> 
  3029.                                             <tr class=\"content-1\">
  3030.                                                 <td><p>設置台数</p></td>
  3031.                                                 <td>
  3032.                                                     <div class=\"fill v4 construction-input-text\">
  3033.                                                         <div class=\"construction-input-text__item\">
  3034.                                                             <span>6-14畳</span>{{ form_widget(form.construction_6) }}<span>台</span>
  3035.                                                         </div>
  3036.                                                         <div class=\"construction-input-text__item\">
  3037.                                                             <span>16-20畳</span>{{ form_widget(form.construction_16) }}<span>台</span>
  3038.                                                         </div>
  3039.                                                         <div class=\"construction-input-text__item\">
  3040.                                                             <span>23畳-</span>{{ form_widget(form.construction_23) }}<span>台</span>
  3041.                                                         </div>
  3042.                                                     </div>
  3043.                                                     {{ form_widget(form.number_install) }}
  3044.                                                     {{ form_widget(form.number_install_price) }}
  3045.                                                 </td>
  3046.                                             </tr>
  3047.                                             <tr class=\"content-1\">
  3048.                                                 <td><p>特急券の購入</p></td>
  3049.                                                 <td>
  3050.                                                     <div class=\"fill v4\">
  3051.                                                         {% for key,val in form.express_tickets.vars.choices %}
  3052.                                                             <label class=\"form-check\">
  3053.                                                                 <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 %} />
  3054.                                                                 {{ val.label | trans }} 
  3055.                                                             </label>
  3056.                                                         {% endfor %}                    
  3057.                                                     </div>
  3058.                                                     {{ form_errors(form.express_tickets) }}
  3059.                                                     {{ form_widget(form.express_tickets_price) }}
  3060.                                                 </td>
  3061.                                             </tr> 
  3062.                                             <tr class=\"content-1\">
  3063.                                                 <td><p>お住まい</p></td>
  3064.                                                 <td>
  3065.                                                     <div class=\"fill v4\">
  3066.                                                         {% for key,val in form.osumai.vars.choices %}
  3067.                                                             <label class=\"form-check\">
  3068.                                                                 <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 %} />
  3069.                                                                 {{ val.label | trans }} 
  3070.                                                             </label>
  3071.                                                         {% endfor %}
  3072.                                                     </div>
  3073.                                                     {{ form_errors(form.osumai) }}
  3074.                                                 </td>
  3075.                                             </tr>
  3076.                                             <tr class=\"content-1\">
  3077.                                                 <td><p>建物の所有</p></td>
  3078.                                                 <td>
  3079.                                                     <div class=\"fill v4\">
  3080.                                                         {% for key,val in form.building_ownership.vars.choices %}
  3081.                                                             <label class=\"form-check\">
  3082.                                                                 <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 %} />
  3083.                                                                 {{ val.label | trans }} 
  3084.                                                                 {% if val.value == \"賃貸\" %}
  3085.                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事内容によっては受付出来ない可能性もございます。</p>
  3086.                                                                 {% endif %}
  3087.                                                             </label>
  3088.                                                         {% endfor %}
  3089.                                                     </div>
  3090.                                                     {{ form_errors(form.building_ownership) }}
  3091.                                                 </td>
  3092.                                             </tr>
  3093.                                             <tr class=\"content-1\">
  3094.                                                 <td><p>構造</p></td>
  3095.                                                 <td>
  3096.                                                     <div class=\"fill v4\">
  3097.                                                         {% for key,val in form.structure.vars.choices %}
  3098.                                                             <label class=\"form-check\">
  3099.                                                                 <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 %} />
  3100.                                                                 {{ val.label | trans }} 
  3101.                                                             </label>
  3102.                                                         {% endfor %}
  3103.                                                     </div>
  3104.                                                     {{ form_errors(form.structure) }}
  3105.                                                 </td>
  3106.                                             </tr>
  3107.                                             <tr class=\"content-1\">
  3108.                                                 <td><p>設置工事希望日</p></td>
  3109.                                                 <td>
  3110.                                                     <div class=\"fill v3\">
  3111.                                                         <label class=\"label v3 date vip\">
  3112.                                                             第一希望日  
  3113.                                                             {{ form_widget(form.construction_date_1) }}
  3114.                                                             {{ form_errors(form.construction_date_1) }}
  3115.                                                             <span class=\"pc\"> </span>希望時間帯 
  3116.                                                             <select name=\"time_slot_1\" id=\"time_slot_1\">
  3117.                                                                 {% for key,val in form.time_slot_1.vars.choices %}
  3118.                                                                     <option value=\"{{ val.value }}\">{{ val.label | trans }} </option>
  3119.                                                                 {% endfor %}
  3120.                                                             </select>
  3121.                                                         </label>
  3122.                                                         <label class=\"label v3 date\">
  3123.                                                             第二希望日  
  3124.                                                             {{ form_widget(form.construction_date_2) }}
  3125.                                                             {{ form_errors(form.construction_date_2) }}
  3126.                                                             <span class=\"pc\"> </span>希望時間帯 
  3127.                                                             <select name=\"time_slot_2\" id=\"time_slot_2\">
  3128.                                                                 {% for key,val in form.time_slot_2.vars.choices %}
  3129.                                                                     <option value=\"{{ val.value }}\">{{ val.label | trans }} </option>
  3130.                                                                 {% endfor %}
  3131.                                                             </select>
  3132.                                                         </label>
  3133.                                                         <label class=\"label v3 date\">
  3134.                                                             第三希望日  
  3135.                                                             {{ form_widget(form.construction_date_3) }}
  3136.                                                             {{ form_errors(form.construction_date_3) }}
  3137.                                                             <span class=\"pc\"> </span>希望時間帯 
  3138.                                                             <select name=\"time_slot_3\" id=\"time_slot_3\">
  3139.                                                                 {% for key,val in form.time_slot_3.vars.choices %}
  3140.                                                                     <option value=\"{{ val.value }}\">{{ val.label | trans }} </option>
  3141.                                                                 {% endfor %}
  3142.                                                             </select>
  3143.                                                         </label>
  3144.                                                         {{ form_widget(form.contents, {'attr': { 'placeholder': 'その他希望等あればご記入ください。' }}) }}
  3145.                                                         {{ form_errors(form.contents) }}
  3146.                                                     </div>
  3147.                                                 </td>
  3148.                                             </tr>
  3149.                                             <tr class=\"content-1\">
  3150.                                                 <td><p>エアコン設置場所</p></td>
  3151.                                                  <td>
  3152.                                                     <div class=\"fill v4\">
  3153.                                                         {% for key,val in form.construction_floor_07.vars.choices %}
  3154.                                                             <label class=\"form-check\">
  3155.                                                                 <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 %} />
  3156.                                                                 {{ val.label | trans }} 
  3157.                                                             </label>
  3158.                                                         {% endfor %}
  3159.                                                     </div>
  3160.                                                     {{ form_errors(form.construction_floor_07) }}
  3161.                                                 </td>
  3162.                                             </tr> 
  3163.                                             <tr class=\"content-1\">
  3164.                                                 <td><p>エレベーターの有無</p><small>※3階以上の場合</small></td>
  3165.                                                 <td>
  3166.                                                     <div class=\"fill v4\">
  3167.                                                         {% for key,val in form.elevator_07.vars.choices %}
  3168.                                                             <label class=\"form-check\">
  3169.                                                                 <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 %} />
  3170.                                                                 {{ val.label | trans }} 
  3171.                                                             </label>
  3172.                                                         {% endfor %}
  3173.                                                         {{ form_errors(form.elevator_07) }}
  3174.                                                         {{ form_widget(form.elevator_07_price) }}
  3175.                                                     </div>
  3176.                                                 </td>
  3177.                                             </tr> 
  3178.                                             <tr class=\"content-1\">
  3179.                                                 <td><p>コンセントの有無</p></td>
  3180.                                                 <td>
  3181.                                                     <div class=\"fill v4\">
  3182.                                                         {% for key,val in form.electrical_outlet_07.vars.choices %}
  3183.                                                             <label class=\"form-check flex\">
  3184.                                                                 <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 %} />
  3185.                                                                 {{ val.label | trans }} 
  3186.                                                                 {% if val.value == \"なし(別途工事が必要になります)\" %}
  3187.                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※10m以上の方は別途お見積りさせていただきます。</p>
  3188.                                                                 {% endif %}
  3189.                                                                 {% if val.value == \"不明\" %}
  3190.                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.2;\">※工事当日に追加費用が発生する場合があります。</p>
  3191.                                                                 {% endif %}
  3192.                                                             </label>
  3193.                                                         {% endfor %}
  3194.                                                         {{ form_errors(form.electrical_outlet_07) }}
  3195.                                                         {{ form_widget(form.electrical_outlet_07_price) }}
  3196.                                                     </div>
  3197.                                                 </td>
  3198.                                             </tr> 
  3199.                                             <tr class=\"electrical_outlet_07_02\">
  3200.                                                 <td>
  3201.                                                     <p>コンセントの有無</p>
  3202.                                                     {# <small>2段階目</small> #}
  3203.                                                 </td>
  3204.                                                 <td>
  3205.                                                     <div class=\"fill v4\">
  3206.                                                         {% for key,val in form.electrical_outlet_07_02.vars.choices %}
  3207.                                                             <label class=\"form-check flex\">
  3208.                                                                 <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 %} />
  3209.                                                                 {{ val.label | trans }} 
  3210.                                                             </label>
  3211.                                                         {% endfor %}
  3212.                                                         {{ form_errors(form.electrical_outlet_07_02) }}
  3213.                                                         {{ form_widget(form.electrical_outlet_07_02_price) }}
  3214.                                                     </div>
  3215.                                                 </td>
  3216.                                             </tr>    
  3217.                                             <tr class=\"content-1\">
  3218.                                                 <td><p>建物の契約アンペア</p></td>
  3219.                                                 <td>
  3220.                                                     <div class=\"fill v4\">
  3221.                                                         {% for key,val in form.contract_amp.vars.choices %}
  3222.                                                             <label class=\"form-check flex\">
  3223.                                                                 <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 %}/>
  3224.                                                                 {{ val.label | trans }} 
  3225.                                                             </label>
  3226.                                                         {% endfor %}
  3227.                                                     </div>
  3228.                                                     {{ form_errors(form.contract_amp) }}
  3229.                                                 </td>
  3230.                                             </tr> 
  3231.                                             <tr class=\"content-1\">
  3232.                                                 <td><p>コンセントアース端子</p></td>
  3233.                                                 <td>
  3234.                                                     <div class=\"fill v4\">
  3235.                                                         {% for key,val in form.outlet_earth.vars.choices %}
  3236.                                                             <label class=\"form-check flex\">
  3237.                                                                 <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 %}/>
  3238.                                                                 {{ val.label | trans }} 
  3239.                                                                 {% if val.value == \"なし\" %}
  3240.                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
  3241.                                                                 {% endif %}
  3242.                                                                 {% if val.value == \"不明\" %}
  3243.                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">*工事当日に追加費用がかかる場合があります。</p>
  3244.                                                                 {% endif %}
  3245.                                                             </label>
  3246.                                                         {% endfor %}
  3247.                                                     </div>
  3248.                                                     {{ form_errors(form.outlet_earth) }}
  3249.                                                 </td>
  3250.                                             </tr>  
  3251.                                             <tr class=\"content-1\">
  3252.                                                 <td><p>配管穴の有無</p></td>
  3253.                                                 <td>
  3254.                                                     <div class=\"fill v4 vip\">
  3255.                                                         {% for key,val in form.room_size_07.vars.choices %}
  3256.                                                             <label class=\"form-check flex\">
  3257.                                                                 <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 %}/>
  3258.                                                                 {{ val.label | trans }} 
  3259.                                                                 {% if val.value == \"不明\" %}
  3260.                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。別途エアココからご連絡させていただきます。</p>
  3261.                                                                 {% endif %}
  3262.                                                             </label>
  3263.                                                         {% endfor %}
  3264.                                                     </div>
  3265.                                                     {{ form_errors(form.room_size_07) }}
  3266.                                                     <img style=\"margin-left: auto;\" src=\"{{ asset('assets/img/contact/') }}hole-sample.jpg\" alt=\"配管穴の有無\">
  3267.                                                 </td>
  3268.                                             </tr> 
  3269.                                             <tr class=\"room_size_07_02\">
  3270.                                                 <td><p>配管穴の有無</p><small>2段階目</small></td>
  3271.                                                 <td>
  3272.                                                     <div class=\"fill v4\">
  3273.                                                         {% for key,val in form.room_size_07_02.vars.choices %}
  3274.                                                             <label class=\"form-check flex\">
  3275.                                                                 <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 %}/>
  3276.                                                                 {{ val.label | trans }} 
  3277.                                                             </label>
  3278.                                                         {% endfor %}
  3279.                                                     </div>
  3280.                                                     {{ form_errors(form.room_size_07_02) }}
  3281.                                                 </td>
  3282.                                             </tr> 
  3283.                                             <tr class=\"room_size_07_03_v1\">
  3284.                                                 <td><p>建物の材質</p><small>(穴あけ&貫通スリーブ費)</small></td>
  3285.                                                 <td>
  3286.                                                     <div class=\"fill v4\">
  3287.                                                         {% for key,val in form.room_size_07_03_v1.vars.choices %}
  3288.                                                             <label class=\"form-check flex\">
  3289.                                                                 <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 %}/>
  3290.                                                                 {{ val.label | trans }} 
  3291.                                                                 {% if val.value == \"その他\" %}
  3292.                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  3293.                                                                 {% endif %}
  3294.                                                                 {% if val.value == \"不明\" %}
  3295.                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  3296.                                                                 {% endif %}
  3297.                                                             </label>
  3298.                                                         {% endfor %}
  3299.                                                     </div>
  3300.                                                     {{ form_errors(form.room_size_07_03_v1) }}
  3301.                                                     {{ form_widget(form.room_size_07_03_v1_price) }}
  3302.                                                 </td>
  3303.                                             </tr> 
  3304.                                             <tr class=\"room_size_07_03_v2\">
  3305.                                                 <td><p>建物の材質</p><small>(穴あけ&貫通スリーブ&アスベストみなし工事、対策費と調査報告書作成費)</small></td>
  3306.                                                 <td>
  3307.                                                     <div class=\"fill v4\">
  3308.                                                         {% for key,val in form.room_size_07_03_v2.vars.choices %}
  3309.                                                             <label class=\"form-check flex\">
  3310.                                                                 <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 %}/>
  3311.                                                                 {{ val.label | trans }} 
  3312.                                                                 {% if val.value == \"その他\" %}
  3313.                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  3314.                                                                 {% endif %}
  3315.                                                                 {% if val.value == \"不明\" %}
  3316.                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に追加費用が発生する場合があります。</p>
  3317.                                                                 {% endif %}
  3318.                                                             </label>
  3319.                                                         {% endfor %}
  3320.                                                     </div>
  3321.                                                     {{ form_errors(form.room_size_07_03_v2) }}
  3322.                                                     {{ form_widget(form.room_size_07_03_v2_price) }}
  3323.                                                 </td>
  3324.                                             </tr> 
  3325.                                             <tr class=\"content-1\">
  3326.                                                 <td><p>設置予定場所の<br class=\"pc\" />配管の状態</p></td>
  3327.                                                 <td style=\"flex-direction: column;\">
  3328.                                                     <div class=\"fill v5 up\">
  3329.                                                         {% set idx = 0 %}
  3330.                                                         {% for key,val in form.piping_status_07.vars.choices %}
  3331.                                                             {% set idx = idx + 1 %}
  3332.                                                             {% if idx <= 2 %}
  3333.                                                                 <div class=\"group\">
  3334.                                                                     <label class=\"form-check v2\">
  3335.                                                                         <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 %} />
  3336.                                                                         {{ val.label | trans }} 
  3337.                                                                     </label>
  3338.                                                                     <img src=\"{{ asset('assets/img/form-0y/') }}line-option-0{{ idx }}.jpg\" alt=\"\">
  3339.                                                                 </div>
  3340.                                                             {% endif %}
  3341.                                                         {% endfor %}
  3342.                                                     </div>
  3343.                                                     <div class=\"fill v5\">
  3344.                                                         {% set idx = 0 %}
  3345.                                                         {% for key,val in form.piping_status_07.vars.choices %}
  3346.                                                             {% set idx = idx + 1 %}
  3347.                                                             {% if idx > 2 %}
  3348.                                                                 <label class=\"form-check\">
  3349.                                                                     <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 %} />
  3350.                                                                     {{ val.label | trans }} 
  3351.                                                                 </label>
  3352.                                                             {% endif %}
  3353.                                                         {% endfor %}
  3354.                                                     </div>
  3355.                                                     {{ form_errors(form.piping_status_07) }}
  3356.                                                 </td>
  3357.                                             </tr>
  3358.                                             <tr class=\"piping_status_07_02\">
  3359.                                                 <td><p>設置予定場所の<br class=\"pc\" />配管の状態</p><small>2段階目</small></td>
  3360.                                                 <td>
  3361.                                                     <div class=\"fill v4\">
  3362.                                                         {% for key,val in form.piping_status_07_02.vars.choices %}
  3363.                                                             <label class=\"form-check flex\">
  3364.                                                                 <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 %}/>
  3365.                                                                 {{ val.label | trans }} 
  3366.                                                             </label>
  3367.                                                         {% endfor %}
  3368.                                                     </div>
  3369.                                                     {{ form_errors(form.piping_status_07_02) }}
  3370.                                                     {{ form_widget(form.piping_status_07_02_price) }}
  3371.                                                 </td>
  3372.                                             </tr> 
  3373.                                             <tr class=\"content-1\">
  3374.                                                 <td><p>室内化粧カバーの<br class=\"pc\" />希望の有無</p></td>
  3375.                                                 <td>
  3376.                                                     <div class=\"fill v4\" style=\"order: 2;\">
  3377.                                                         {% for key,val in form.indoor_cover_07.vars.choices %}
  3378.                                                             <label class=\"form-check flex\">
  3379.                                                                 <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 %} />
  3380.                                                                 {{ val.label | trans }} 
  3381.                                                                 {% if val.value == \"必要(2m以内)\" %}
  3382.                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※2mを超える場合は追加費用がかかります。</p>
  3383.                                                                 {% endif %}
  3384.                                                                 {% if val.value == \"未定\" %}
  3385.                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※化粧カバーが必要になった場合は追加費用がかかります。</p>
  3386.                                                                 {% endif %}
  3387.                                                             </label>
  3388.                                                         {% endfor %}                    
  3389.                                                     </div>
  3390.                                                     {{ form_errors(form.indoor_cover_07) }}
  3391.                                                     {{ form_widget(form.indoor_cover_07_price) }}
  3392.                                                     <img style=\"margin-left: auto; order: 3;\" src=\"{{ asset('assets/img/contact/') }}item-1.jpg\" alt=\"室内化粧カバー\">
  3393.                                                 </td>
  3394.                                             </tr> 
  3395.                                             <tr class=\"content-1\">
  3396.                                                 <td><p>室外化粧カバーの<br class=\"pc\" />希望の有無</p></td>
  3397.                                                 <td>                
  3398.                                                     <div class=\"fill v4\">
  3399.                                                         {% for key,val in form.outdoor_cover.vars.choices %}
  3400.                                                             <label class=\"form-check flex\">
  3401.                                                                 <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 %} />
  3402.                                                                 {{ val.label | trans }} 
  3403.                                                                 {% if val.value == \"その他\" %}
  3404.                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  3405.                                                                 {% endif %}
  3406.                                                             </label>
  3407.                                                         {% endfor %}                    
  3408.                                                     </div>
  3409.                                                     {{ form_errors(form.outdoor_cover) }}
  3410.                                                     <img style=\"margin-left: auto;\" src=\"{{ asset('assets/img/contact/') }}item-2.jpg\" alt=\"室外化粧カバー\">
  3411.                                                 </td>
  3412.                                             </tr> 
  3413.                                             <tr class=\"outdoor_cover_02\">
  3414.                                                 <td><p>室外化粧カバーの<br class=\"pc\" />希望の有無</p><small>2段階目</small></td>
  3415.                                                 <td>                
  3416.                                                     <div class=\"fill v4\">
  3417.                                                         {% for key,val in form.outdoor_cover_02.vars.choices %}
  3418.                                                             <label class=\"form-check\" >
  3419.                                                                 <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 %} />
  3420.                                                                 {{ val.label | trans }} 
  3421.                                                                 {% if val.value == \"再使用(交換)同階\" %}
  3422.                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
  3423.                                                                 {% endif %}
  3424.                                                                 {% if val.value == \"再使用(交換)異階\" %}
  3425.                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※交換にはすでにスリムダクトが付いている方も含みます。</p>
  3426.                                                                 {% endif %}
  3427.                                                             </label>
  3428.                                                         {% endfor %}                    
  3429.                                                     </div>
  3430.                                                     {{ form_errors(form.outdoor_cover_02) }}
  3431.                                                     {{ form_widget(form.outdoor_cover_02_price) }}
  3432.                                                 </td>
  3433.                                             </tr>
  3434.                                             <tr class=\"content-1\">
  3435.                                                 <td><p>室外機の設置場所(既設場所・希望設置場所)</p></td>
  3436.                                                 <td>                
  3437.                                                     <div class=\"fill v4\">
  3438.                                                         {% for key,val in form.construction_outdoor_07.vars.choices %}
  3439.                                                             <label class=\"form-check flex\">
  3440.                                                                 <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 %} />
  3441.                                                                 {{ val.label | trans }} 
  3442.                                                                 {% if val.value == \"その他\" %}
  3443.                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  3444.                                                                 {% endif %}
  3445.                                                             </label>
  3446.                                                         {% endfor %}
  3447.                                                     </div>
  3448.                                                     {{ form_errors(form.construction_outdoor_07) }}
  3449.                                                     {{ form_widget(form.construction_outdoor_07_price) }}
  3450.                                                 </td>
  3451.                                             </tr>
  3452.                                             <tr class=\"content-1\">
  3453.                                                 <td><p>室外機の設置方法(既設方法・希望設置方法)</p></td>
  3454.                                                 <td>
  3455.                                                     <div class=\"fill v4\">
  3456.                                                         {% for key,val in form.setting_install_method.vars.choices %}
  3457.                                                             <label class=\"form-check\">
  3458.                                                                 <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 %} />
  3459.                                                                 {{ val.label | trans }} 
  3460.                                                             </label>
  3461.                                                         {% endfor %}
  3462.                                                     </div>
  3463.                                                     {{ form_errors(form.setting_install_method) }}
  3464.                                                     <div class=\"fill v4 construction_method_07_v1\" style=\"margin-left: 2rem; flex-direction: column;\">
  3465.                                                         {% for key,val in form.construction_method_07_v1.vars.choices %}
  3466.                                                             <label class=\"form-check flex\">
  3467.                                                                 <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 %} />
  3468.                                                                 {{ val.label | trans }} 
  3469.                                                                 {% if val.value == \"⑧不明(記載)\" %}
  3470.                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  3471.                                                                 {% endif %}
  3472.                                                             </label>
  3473.                                                         {% endfor %}
  3474.                                                         <img style=\"margin-top: 3rem;\" src=\"{{ asset('assets/img/form-0y/install-option.jpg') }}\" alt=\"\">                    
  3475.                                                     </div>
  3476.                                                     {{ form_errors(form.construction_method_07_v1) }}
  3477.                                                     {{ form_widget(form.construction_method_07_v1_price) }}
  3478.                                                     <div class=\"fill v4 construction_method_07_v2\" style=\"margin-left: 2rem; flex-direction: column;\">
  3479.                                                         {% for key,val in form.construction_method_07_v2.vars.choices %}
  3480.                                                             <label class=\"form-check flex\">
  3481.                                                                 <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 %} />
  3482.                                                                 {{ val.label | trans }} 
  3483.                                                                 {% if val.value == \"⑧不明(記載)\" %}
  3484.                                                                     <p style=\"padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;\">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  3485.                                                                 {% endif %}
  3486.                                                             </label>
  3487.                                                         {% endfor %}
  3488.                                                         <img style=\"margin-top: 3rem;\" src=\"{{ asset('assets/img/form-0y/install-option.jpg') }}\" alt=\"\">                    
  3489.                                                     </div>
  3490.                                                     {{ form_errors(form.construction_method_07_v2) }}
  3491.                                                     {{ form_widget(form.construction_method_07_v2_price) }}
  3492.                                                 </td>
  3493.                                             </tr>
  3494.                                             <tr class=\"content-1\">
  3495.                                                 <td><p>ファイル添付</p></td>
  3496.                                                 <td>
  3497.                                                     <div class=\"fill v6\">
  3498.                                                         <div class=\"group\">
  3499.                                                             <p>詳細お見積りに際し、下記の写真を撮影し添付してください。<br>※夜間に撮影する際はフラッシュを使用してください。</p>
  3500.                                                         </div>
  3501.                                                         <div class=\"group add\">
  3502.                                                             <div class=\"group-content\">
  3503.                                                                 <label for=\"\"><p>①室内機設置場所(屋内)</p></label>
  3504.                                                                 <div class=\"custom-file\">
  3505.                                                                     {% if form.filename_image_1.vars.data != '' %}
  3506.                                                                     {{ form_widget(form.image_1) }}
  3507.                                                                     <label for=\"contact_image_1\">選択してください</label>
  3508.                                                                     <img src=\"{{ asset(form.filename_image_1.vars.data, 'save_image') }}\" style=\"width: 150px !important;\" />
  3509.                                                                     {% else %}
  3510.                                                                         {{ form_widget(form.image_1, {'attr': { 'required': 'required' }}) }}
  3511.                                                                         <label for=\"contact_image_1\">選択してください</label>
  3512.                                                                         <img src=\"\" style=\"width: 150px !important;\" />
  3513.                                                                     {% endif %}
  3514.                                                                     {{ form_errors(form.image_1) }}
  3515.                                                                     {{ form_widget(form.filename_image_1) }}
  3516.                                                                 </div>
  3517.                                                             </div>
  3518.                                                             <div class=\"image\">
  3519.                                                                 <div class=\"gr\">
  3520.                                                                     <img src=\"{{ asset('assets/img/construction/') }}item-3.jpg\" alt=\"\">     
  3521.                                                                     <span>撮影例</span>  
  3522.                                                                 </div>             
  3523.                                                             </div>
  3524.                                                         </div>
  3525.                                                         <div class=\"group add\">
  3526.                                                             <div class=\"group-content\">
  3527.                                                                 <label for=\"\"><p>②室外機・配管・配管穴が分かる全体写真</p></label>
  3528.                                                                 <div class=\"custom-file\">
  3529.                                                                     {% if form.filename_image_2.vars.data != '' %}
  3530.                                                                     {{ form_widget(form.image_2) }}
  3531.                                                                     <label for=\"contact_image_2\">選択してください</label>
  3532.                                                                     <img src=\"{{ asset(form.filename_image_2.vars.data, 'save_image') }}\" style=\"width: 150px !important;\" />
  3533.                                                                     {% else %}
  3534.                                                                         {{ form_widget(form.image_2, {'attr': { 'required': 'required' }}) }}
  3535.                                                                         <label for=\"contact_image_2\">選択してください</label>
  3536.                                                                         <img src=\"\" style=\"width: 150px !important;\" />
  3537.                                                                     {% endif %}
  3538.                                                                     {{ form_errors(form.image_2) }}
  3539.                                                                     {{ form_widget(form.filename_image_2) }}
  3540.                                                                 </div>
  3541.                                                             </div>
  3542.                                                             <div class=\"image\">
  3543.                                                                 <div class=\"gr\">
  3544.                                                                     <img src=\"{{ asset('assets/img/construction/') }}contact-00-attach-02.jpg\" alt=\"\">     
  3545.                                                                     <span>撮影例</span>  
  3546.                                                                 </div>             
  3547.                                                             </div>
  3548.                                                         </div>
  3549.                                                         <div class=\"group add\">
  3550.                                                             <div class=\"group-content\">
  3551.                                                                 <label for=\"\"><p>③室外機設置場所<br>(②の写真で室外機設置場所が分かる方は不要)</p></label>
  3552.                                                                 <div class=\"custom-file\">
  3553.                                                                     {% if form.filename_image_3.vars.data != '' %}
  3554.                                                                     {{ form_widget(form.image_3) }}
  3555.                                                                     <label for=\"contact_image_3\">選択してください</label>
  3556.                                                                     <img src=\"{{ asset(form.filename_image_3.vars.data, 'save_image') }}\" style=\"width: 150px !important;\" />
  3557.                                                                     {% else %}
  3558.                                                                         {{ form_widget(form.image_3) }}
  3559.                                                                         <label for=\"contact_image_3\">選択してください</label>
  3560.                                                                         <img src=\"\" style=\"width: 150px !important;\" />
  3561.                                                                     {% endif %}
  3562.                                                                     {{ form_errors(form.image_3) }}
  3563.                                                                     {{ form_widget(form.filename_image_3) }}
  3564.                                                                 </div>
  3565.                                                             </div>
  3566.                                                             <div class=\"image\">
  3567.                                                                 <div class=\"gr\">
  3568.                                                                     <img src=\"{{ asset('assets/img/construction/') }}item-5-1.jpg\" alt=\"\">     
  3569.                                                                     <span>1階撮影例</span>  
  3570.                                                                 </div>
  3571.                                                                 <div class=\"gr\">
  3572.                                                                     <img src=\"{{ asset('assets/img/construction/') }}item-5-2.jpg\" alt=\"\">     
  3573.                                                                     <span>2階撮影例</span>  
  3574.                                                                 </div>                
  3575.                                                             </div>
  3576.                                                         </div>
  3577.                                                     </div>
  3578.                                                 </td>
  3579.                                             </tr>
  3580.                                         </table>
  3581.                                         <div class=\"result\">
  3582.                                             <p>概算合計金額</p>
  3583.                                             <p id=\"total-price\">00,000円</p>
  3584.                                             {{ form_widget(form.construction_base_price_1) }}
  3585.                                             {{ form_widget(form.construction_base_price_2) }}
  3586.                                             {{ form_widget(form.construction_base_price_3) }}
  3587.                                             {{ form_widget(form.construction_total_price) }}
  3588.                                             {{ form_widget(form.construction_discount) }}
  3589.                                         </div>
  3590.                                         <div style=\"text-align: right;\" class=\"pc\">
  3591.                                             「
  3592.                                             {# 本体価格 <span class=\"product_price\"></span>円、 #}
  3593.                                             {# 標準工事 <span class=\"base_price\"></span>円、 #}
  3594.                                             本体価格+標準工事費 <span class=\"product_base_price\"></span>円、
  3595.                                             追加工事 <span class=\"add_price\"></span>円
  3596.                                             」
  3597.                                         </div>
  3598.                                         <div style=\"text-align: right;\" class=\"sp\">
  3599.                                             {# 本体価格 <span class=\"product_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円<br> #}
  3600.                                             {# 標準工事 <span class=\"base_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円<br> #}
  3601.                                             本体価格+標準工事費 <span class=\"product_base_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円<br>
  3602.                                             追加工事 <span class=\"add_price\" style=\"display: inline-block; width: 100px; text-align: right;\"></span>円
  3603.                                         </div> 
  3604.                                     </div>
  3605.                                 </div>                            
  3606.                             </div>
  3607.                             <div class=\"ec-productRole__actions\" style=\"display: none;\">
  3608.                                 {% if form.classcategory_id1 is defined %}
  3609.                                     <div class=\"ec-select\">
  3610.                                         {{ form_row(form.classcategory_id1) }}
  3611.                                         {{ form_errors(form.classcategory_id1) }}
  3612.                                     </div>
  3613.                                     {% if form.classcategory_id2 is defined %}
  3614.                                         <div class=\"ec-select\">
  3615.                                             {{ form_row(form.classcategory_id2) }}
  3616.                                             {{ form_errors(form.classcategory_id2) }}
  3617.                                         </div>
  3618.                                     {% endif %}
  3619.                                 {% endif %}
  3620.                                 <div class=\"ec-numberInput\">
  3621.                                     {{ form_widget(form.product_id) }}
  3622.                                     {{ form_widget(form.ProductClass) }}
  3623.                                     {{ form_widget(form.quantity) }}
  3624.                                     {{ form_errors(form.quantity) }}
  3625.                                 </div>
  3626.                             </div>
  3627.                             
  3628.                             <div class=\"ec-product-detail__group\">
  3629.                                 <div class=\"list-btn\">
  3630.                                     <a href=\"{{ url('cart') }}\" class=\"btn btn-sd btn-back\" style=\"display: block;\" onclick=\"history.back(); return false;\">
  3631.                                         <span>戻る</span>
  3632.                                     </a>
  3633.                                     <button type=\"submit\" class=\"btn btn-sd add-cart cart-express\" id=\"btn-confirm\">
  3634.                                         <span>{{ '依頼(購入)にすすむ'|trans }}</span>
  3635.                                     </button>
  3636.                                 </div>
  3637.                             </div>
  3638.                         </form>
  3639.                     </div>
  3640.                 </div>
  3641.             </div>
  3642.         </div>
  3643.     </div>
  3644. {% endblock %}
  3645. ""@user_data/construction_only.twig""/home/gogo002/gogo002.xbiz.jp/public_html/rintec/app/template/user_data/construction_only.twig");
  3646.     }
  3647. }