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

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