app/template/user_data/construction_only.twig line 3

Open in your IDE?
  1. {% extends 'default_frame.twig' %}
  2. {% form_theme form 'Form/form_div_layout.twig' %}
  3. {% block stylesheet %}
  4.     <style>
  5.         .form-check.flex{
  6.             display: flex; 
  7.             align-items: center; 
  8.             flex-wrap: wrap; 
  9.             gap: 5px;
  10.         }
  11.         .construction-input-text__item{
  12.             display: flex;
  13.             align-items: center;
  14.             justify-content: flex-start;
  15.             gap: 1rem;
  16.             margin: 5px 0;
  17.         }
  18.         .construction-input-text__item span:first-child{
  19.             width: 7rem;
  20.         }
  21.         .construction-input-text__item input[type="text"]{
  22.             width: 5rem;
  23.             text-align: center;
  24.         }
  25.     </style>
  26. {% endblock %}
  27. {% block javascript %}
  28.     <script src="https://cdnjs.cloudflare.com/ajax/libs/numeral.js/2.0.6/numeral.min.js"></script>
  29.     <script>
  30.         var CountTatami = {
  31.             countType1: 0, //6-14
  32.             countType2: 0, //16-20
  33.             countType3: 0, //23-
  34.         };
  35.         $(function() {
  36.             SetRequiredContent1();
  37.             SetRequiredContent2("construction_type_07", "交換", ".construction_type_07_02_v1");
  38.             SetRequiredContent2("construction_type_07", "新設工事に加えて移設工事も希望", ".construction_type_07_02_v2");
  39.             SetRequiredContent2("construction_type_07_02_v2", "分解洗浄を希望する", ".construction_type_07_03_v1");
  40.             SetRequiredContent2("construction_type_07_02_v2", "分解洗浄を希望しない", ".construction_type_07_03_v2");
  41.             SetRequiredContent2("construction_type_07_03_v1", "移設6~14畳(取外し含む)", ".construction_type_07_04_v1");
  42.             SetRequiredContent2("construction_type_07_03_v1", "移設16~20畳(取外し含む)", ".construction_type_07_04_v2");
  43.             SetRequiredContent2("construction_type_07_03_v1", "移設23畳~(取外し含む)", ".construction_type_07_04_v3");
  44.             SetRequiredContent2("electrical_outlet_07", "あり", ".electrical_outlet_07_02");
  45.             SetRequiredContent2("room_size_07", "なし", ".room_size_07_02");
  46.             SetRequiredContent2("room_size_07_02", "建物が2009年6月以降に着工した証明書あり", ".room_size_07_03_v1");
  47.             SetRequiredContent2("room_size_07_02", "建物が2009年6月以降に着工した証明書なし", ".room_size_07_03_v2");
  48.             SetRequiredContent2("piping_status_07", "隠蔽配管", ".piping_status_07_02");
  49.             SetRequiredContent2("outdoor_cover", "必要", ".outdoor_cover_02");
  50.             SetRequiredContent2("setting_install_method", "新規取付", ".construction_method_07_v1");
  51.             SetRequiredContent2("setting_install_method", "交換", ".construction_method_07_v2");
  52.             $("input[name='construction_type_07']").change(function() {
  53.                 SetRequiredContent2("construction_type_07", "交換", ".construction_type_07_02_v1");
  54.                 SetRequiredContent2("construction_type_07", "新設工事に加えて移設工事も希望", ".construction_type_07_02_v2");
  55.                 SetRequiredContent2("construction_type_07_02_v2", "分解洗浄を希望する", ".construction_type_07_03_v1");
  56.                 SetRequiredContent2("construction_type_07_02_v2", "分解洗浄を希望しない", ".construction_type_07_03_v2");
  57.                 SetRequiredContent2("construction_type_07_03_v1", "移設6~14畳(取外し含む)", ".construction_type_07_04_v1");
  58.                 SetRequiredContent2("construction_type_07_03_v1", "移設16~20畳(取外し含む)", ".construction_type_07_04_v2");
  59.                 SetRequiredContent2("construction_type_07_03_v1", "移設23畳~(取外し含む)", ".construction_type_07_04_v3");
  60.             });
  61.             $("input[name='construction_type_07_02_v2']").change(function() {
  62.                 SetRequiredContent2("construction_type_07_02_v2", "分解洗浄を希望する", ".construction_type_07_03_v1");
  63.                 SetRequiredContent2("construction_type_07_02_v2", "分解洗浄を希望しない", ".construction_type_07_03_v2");
  64.                 SetRequiredContent2("construction_type_07_03_v1", "移設6~14畳(取外し含む)", ".construction_type_07_04_v1");
  65.                 SetRequiredContent2("construction_type_07_03_v1", "移設16~20畳(取外し含む)", ".construction_type_07_04_v2");
  66.                 SetRequiredContent2("construction_type_07_03_v1", "移設23畳~(取外し含む)", ".construction_type_07_04_v3");
  67.             });
  68.             $("input[name='construction_type_07_03_v1']").change(function() {
  69.                 SetRequiredContent2("construction_type_07_03_v1", "移設6~14畳(取外し含む)", ".construction_type_07_04_v1");
  70.                 SetRequiredContent2("construction_type_07_03_v1", "移設16~20畳(取外し含む)", ".construction_type_07_04_v2");
  71.                 SetRequiredContent2("construction_type_07_03_v1", "移設23畳~(取外し含む)", ".construction_type_07_04_v3");
  72.             });
  73.             $("input[name='electrical_outlet_07']").change(function() {
  74.                 SetRequiredContent2("electrical_outlet_07", "あり", ".electrical_outlet_07_02");
  75.             });
  76.             $("input[name='room_size_07']").change(function() {
  77.                 SetRequiredContent2("room_size_07", "なし", ".room_size_07_02");
  78.                 SetRequiredContent2("room_size_07_02", "建物が2009年6月以降に着工した証明書あり", ".room_size_07_03_v1");
  79.                 SetRequiredContent2("room_size_07_02", "建物が2009年6月以降に着工した証明書なし", ".room_size_07_03_v2");
  80.             });
  81.             $("input[name='room_size_07_02']").change(function() {
  82.                 SetRequiredContent2("room_size_07_02", "建物が2009年6月以降に着工した証明書あり", ".room_size_07_03_v1");
  83.                 SetRequiredContent2("room_size_07_02", "建物が2009年6月以降に着工した証明書なし", ".room_size_07_03_v2");
  84.             });
  85.             $("input[name='piping_status_07']").change(function() {
  86.                 SetRequiredContent2("piping_status_07", "隠蔽配管", ".piping_status_07_02");
  87.             });
  88.             $("input[name='outdoor_cover']").change(function() {
  89.                 SetRequiredContent2("outdoor_cover", "必要", ".outdoor_cover_02");
  90.             });
  91.             $("input[name='setting_install_method']").change(function() {
  92.                 SetRequiredContent2("setting_install_method", "新規取付", ".construction_method_07_v1");
  93.                 SetRequiredContent2("setting_install_method", "交換", ".construction_method_07_v2");
  94.             });
  95.             CalcConstructionNumber();
  96.             $('.construction-input-text__item input').on('change', function() {
  97.                 CalcConstructionNumber();
  98.                 CalcPrice();
  99.             });
  100.             
  101.             CalcPrice();
  102.             $('input[type="radio"]').on('change', function() {
  103.                 CalcPrice();
  104.             });
  105.         });
  106.         function SetRequiredContent1() {
  107.             $("#tableSecond .content-1 input").each(function(index, el) {
  108.                 if ($(this).attr('name') != 'construction_date_2' 
  109.                     && $(this).attr('name') != 'construction_date_3'
  110.                     && $(this).attr('name') != 'construction_6'
  111.                     && $(this).attr('name') != 'construction_16'
  112.                     && $(this).attr('name') != 'construction_23'
  113.                     &&  $(this).attr('type') != 'hidden') {
  114.                     $(this).attr('required', 'required');
  115.                 }
  116.             });
  117.             $('#construction_16').removeAttr('required');
  118.             $('#construction_23').removeAttr('required');
  119.             if ($('#construction_6').val() == "" && $('#construction_16').val() == "" && $('#construction_23').val() == "") {
  120.                 $('#construction_6').attr('required', 'required');
  121.             }
  122.             else{
  123.                 $('#construction_6').removeAttr('required');                
  124.             }
  125.         }
  126.         function SetRequiredContent2(nameInput, condition , classCheck) {
  127.             var selectedValue = $("input[name='"+ nameInput +"']:checked").val();
  128.             if (selectedValue === condition) {
  129.                 $(classCheck).css("display", "flex");
  130.                 $("#tableSecond " + classCheck + " input").each(function(index, el) {
  131.                     if ($(this).attr('type') != 'hidden') {
  132.                         $(this).attr('required', 'required');
  133.                     }
  134.                 });
  135.             } else {
  136.                 $(classCheck).css("display", "none");
  137.                 $("#tableSecond " + classCheck + " input").each(function(index, el) {
  138.                     $(this).prop('checked', false).removeAttr('required');
  139.                 });
  140.             }
  141.         }
  142.         function CalcPrice() {
  143.             const basePriceType1 = 15980;
  144.             const basePriceType2 = 19980;
  145.             const basePriceType3 = 23980;
  146.             var product_total_price = 0;
  147.             var BasePrice = {
  148.                 type1: CountTatami.countType1 * basePriceType1,
  149.                 type2: CountTatami.countType2 * basePriceType2,
  150.                 type3: CountTatami.countType3 * basePriceType3,
  151.             };
  152.             
  153.             var totalBasePrice = BasePrice.type1 + BasePrice.type2 + BasePrice.type3;
  154.             
  155.             $('input[type="radio"]').each(function() {                    
  156.                 let hidden_price = $(this).closest('div').find('input[type="hidden"]');
  157.                 if (hidden_price.length > 0) {
  158.                     hidden_price.val('');
  159.                 }
  160.             });
  161.             var construction_price = 0;       
  162.             $('input[type="radio"]:checked').each(function() {                    
  163.                 let selectedPrice = $(this).data('price');
  164.                 construction_price += selectedPrice;
  165.                 let hidden_price = $(this).closest('div').find('input[type="hidden"]');
  166.                 if (hidden_price.length > 0) {
  167.                     hidden_price.val(selectedPrice);
  168.                 }
  169.             });
  170.             var number_install = Number($('#number_install').val());
  171.             var construction_total_price = totalBasePrice + construction_price * number_install;
  172.             var discountQuantity = 0;
  173.             switch (number_install) {
  174.                 case 1:
  175.                     discountQuantity = 0;
  176.                     break;
  177.                 case 2:
  178.                     discountQuantity = 0.05;
  179.                     break;
  180.                 case 3:
  181.                     discountQuantity = 0.1;
  182.                     break;
  183.                 default:
  184.                     discountQuantity = 0.15;
  185.                     break;
  186.             }
  187.             var total_price = product_total_price + construction_total_price;
  188.             var discount_price = Math.round(total_price * discountQuantity);
  189.             total_price = total_price - discount_price;
  190.             
  191.             $('#construction_base_price_1').val(BasePrice.type1);
  192.             $('#construction_base_price_2').val(BasePrice.type2);
  193.             $('#construction_base_price_3').val(BasePrice.type3);
  194.             
  195.             $('#construction_total_price').val(construction_total_price);
  196.             $('#construction_discount').val(discount_price);
  197.             $('#total-price').text(numeral(total_price).format('0,0') + "円");
  198.             $('.product_price').text(numeral(product_total_price).format('0,0'));
  199.             $('.base_price').text(numeral(totalBasePrice).format('0,0'));
  200.             $('.add_price').text(numeral(construction_total_price - totalBasePrice).format('0,0'));
  201.             // console.log("----------------")
  202.             // console.log(" base_price: " + $('.base_price').eq(0).text());
  203.             // console.log("  add_price: " + $('.add_price').eq(0).text());
  204.             // console.log("total-price: " + $('#total-price').text());
  205.         }
  206.         function CalcConstructionNumber() {
  207.             CountTatami.countType1 = 0;
  208.             CountTatami.countType2 = 0;
  209.             CountTatami.countType3 = 0;
  210.             if ($.isNumeric($('#construction_6').val())) {
  211.                 CountTatami.countType1 = Number($('#construction_6').val());
  212.             }
  213.             if ($.isNumeric($('#construction_16').val())) {
  214.                 CountTatami.countType2 = Number($('#construction_16').val());
  215.             }
  216.             if ($.isNumeric($('#construction_23').val())) {
  217.                 CountTatami.countType3 = Number($('#construction_23').val());
  218.             }
  219.             $('#number_install').val(CountTatami.countType1 + CountTatami.countType2 + CountTatami.countType3);
  220.         }
  221.     </script>
  222.     <script src="//yubinbango.github.io/yubinbango/yubinbango.js" charset="UTF-8"></script>
  223.     <script>
  224.         $(document).ready(function() {
  225.             // $('.contact_type').change(function() {
  226.             //     location.href = "{{ url('contact') }}?type=" + $(this).val();
  227.             // });
  228.            
  229.             $("#btn-confirm").click(function(event) {
  230.                 var has_error = false;
  231.                 $("span.error-empty").remove();
  232.                 $("input[required], textarea[required]").each(function() {
  233.                     var input = $(this);
  234.                     var input_empty = $("<span>").addClass("error-empty").text("※この項目は必須項目です");                
  235.                     if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox') {
  236.                         var radio_name = input.attr('name');
  237.                         if ($('input[name="' + radio_name + '"]:checked').length == 0) {
  238.                             input.before(input_empty);
  239.                             has_error = true;
  240.                         }
  241.                     }
  242.                     else if (input.val() == ""){
  243.                         input.before(input_empty);
  244.                         has_error = true;
  245.                     }
  246.                     else {
  247.                         input_empty.remove();
  248.                     }
  249.                     input.on("change", function() {
  250.                         if (input.attr('type') == 'radio' || input.attr('type') == 'checkbox' || input.attr('type') == 'text') {
  251.                             input.closest('td').find('.error-empty').remove();
  252.                         }
  253.                         else {
  254.                             input_empty.remove();
  255.                         }
  256.                     });
  257.                 });
  258.                 if (has_error) {
  259.                     var speed = 300;
  260.                     var position = $(".error-empty").eq(0).offset().top - 250;
  261.                     $('body,html').animate({
  262.                         scrollTop: position
  263.                     }, speed, 'swing');
  264.                     return false;
  265.                 }
  266.                 else {
  267.                     $form = $('#form1');
  268.                     $.ajax({
  269.                         url: $form.attr('action'),
  270.                         type: $form.attr('method'),
  271.                         data: $form.serialize(),
  272.                         dataType: 'json',
  273.                         beforeSend: function(xhr, settings) {
  274.                             // Buttonを無効にする
  275.                             $('.add-cart').prop('disabled', true);
  276.                         }
  277.                     }).done(function(data) {
  278.                         if ($('.add-cart').hasClass('cart-express')) {
  279.                             location.href = "{{ url('shopping') }}";
  280.                         }
  281.                     }).fail(function(data) {
  282.                         alert('{{ 'カートへの追加に失敗しました。'|trans }}');
  283.                     });
  284.                 }
  285.             });
  286.         });
  287.     </script>
  288. {% endblock %}
  289. {% block main %}
  290.     <input type="hidden" name="array_product" value="[14, 10, 18, 19, 20, 24, 26]">
  291.     <div class="ec-inquiry-page">
  292.     
  293.         <div class="ec-banner">
  294.             <div class="ec-banner__inner">
  295.                 <div class="inner">
  296.                     <h2>
  297.                         工事金額の確認
  298.                     </h2>
  299.                 </div>
  300.             </div>
  301.             <div class="ec-breadcrumb">
  302.                 <ul class="ec-breadcrumb__menu">
  303.                     <li class="ec-breadcrumb__item"><a href="{{ url('homepage') }}">TOP</a></li>
  304.                     <li class="ec-breadcrumb__item"><span>></span></li>
  305.                     <li class="ec-breadcrumb__item"><p>工事金額の確認</p></li>
  306.                 </ul>
  307.             </div>
  308.         </div>
  309.         <div class="ec-form-inquiry-main">
  310.             <div class="ec-form-inquiry__inner">
  311.                 <div class="inner">
  312.                     <div class="ec-form-inquiry__group">
  313.                         <div class="text">
  314.                             <p>下記フォームの各項目にご記入いただき、決済にお進みください。なお、不明の項目がある場合には、工事当日に追加費用が発生する可能性があります。</p>                                
  315.                             <div class="ec-setting__group">
  316.                                 <div class="title-main">
  317.                                     <p>依頼(購入)にすすむ</p>
  318.                                 </div>
  319.                                 <div class="list-steps v2 vip">
  320.                                     <div class="step">
  321.                                         <div class="step__contact">
  322.                                             <p class="step__contact__num">STEP1</p>
  323.                                             <p class="step__contact__ttl">お客様</p>
  324.                                             <img class="step__contact__img" src="{{ asset('assets/img/setting-0y/s0-contact-1.png') }}" alt="">
  325.                                             <p class="step__contact__desc">工事金額の確認</p>
  326.                                         </div>
  327.                                     </div>
  328.                                     <div class="dbar">
  329.                                         <span></span>
  330.                                     </div>
  331.                                     <div class="step">
  332.                                         <div class="step__contact">
  333.                                             <p class="step__contact__num">STEP2</p>
  334.                                             <p class="step__contact__ttl">お客様</p>
  335.                                             <img class="step__contact__img" src="{{ asset('assets/img/setting-0y/s0-contact-3.png') }}" alt="">
  336.                                             <p class="step__contact__desc">工事の依頼(購入)にすすむ</p>
  337.                                         </div>
  338.                                     </div>
  339.                                     <div class="dbar">
  340.                                         <span></span>
  341.                                     </div>
  342.                                     <div class="step">
  343.                                         <div class="step__contact">
  344.                                             <p class="step__contact__num">STEP3</p>
  345.                                             <p class="step__contact__ttl">お客様</p>
  346.                                             <img class="step__contact__img" src="{{ asset('assets/img/setting-0y/s0-contact-4.png') }}" alt="">
  347.                                             <p class="step__contact__desc">決済</p>
  348.                                         </div>
  349.                                     </div>
  350.                                 </div>
  351.                             </div>
  352.                             <div class="ec-product__group">
  353.                                 <div class="list-btn">
  354.                                     <a href="https://lin.ee/5FbNJH7s" target="_blank" class="btn"><span>LINE</span></a>
  355.                                     <a href="{{ url('contact') }}" class="btn"><span>通常お問合せ</span></a>
  356.                                     <span class="btn pc" style="opacity: 1!important; cursor: default;"><span>TEL: 080-0222-4466</span></span>
  357.                                     <a href="tel:080-0222-4466" class="btn sp"><span>TEL: 080-0222-4466</span></a>
  358.                                 </div>
  359.                             </div>
  360.                         </div>
  361.                         <form action="{{ url('product_add_cart', {id:Product.id}) }}" method="post" id="form1" name="form1">
  362.                             {{ form_widget(form._token) }}
  363.                             <div class="table">
  364.                                 <div class="list-item">
  365.                                     <div class="item active">
  366.                                         <table id="tableSecond" style="padding: 0;">
  367.                                             <tr class="content-1">
  368.                                                 <td><p>工事内訳</p></td>
  369.                                                 <td>
  370.                                                     <div class="fill v4">
  371.                                                         {% for key,val in form.construction_type_07.vars.choices %}
  372.                                                             <label class="form-check">
  373.                                                                 <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 %} />
  374.                                                                 {{ val.label | trans }} 
  375.                                                                 {% if val.value == "新設工事に加えて移設工事も希望" %}
  376.                                                                     <p style="padding-left: 2rem;font-size: 0.8em;margin-bottom: 0.5rem;line-height: 1.2;">※エアコン本体の移動はお客様ご自身でお願いいたします。</p>
  377.                                                                 {% endif %}
  378.                                                             </label>
  379.                                                         {% endfor %}                    
  380.                                                     </div>
  381.                                                     {{ form_errors(form.construction_type_07) }}
  382.                                                 </td>
  383.                                             </tr> 
  384.                                             <tr class="construction_type_07_02_v1">
  385.                                                 <td><p>工事内訳</p><small>2段階目</small></td>
  386.                                                 <td>
  387.                                                     <div class="fill v4">
  388.                                                         {% for key,val in form.construction_type_07_02_v1.vars.choices %}
  389.                                                             <label class="form-check">
  390.                                                                 <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 %} />
  391.                                                                 {{ val.label | trans }} 
  392.                                                             </label>
  393.                                                         {% endfor %}                    
  394.                                                     </div>
  395.                                                     {{ form_errors(form.construction_type_07_02_v1) }}
  396.                                                     {{ form_widget(form.construction_type_07_02_v1_price) }}
  397.                                                 </td>
  398.                                             </tr> 
  399.                                             <tr class="construction_type_07_02_v2">
  400.                                                 <td><p>工事内訳</p><small>2段階目</small></td>
  401.                                                 <td>
  402.                                                     <div class="fill v4">
  403.                                                         {% for key,val in form.construction_type_07_02_v2.vars.choices %}
  404.                                                             <label class="form-check">
  405.                                                                 <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 %} />
  406.                                                                 {{ val.label | trans }}
  407.                                                             </label>
  408.                                                         {% endfor %}                    
  409.                                                     </div>
  410.                                                     {{ form_errors(form.construction_type_07_02_v2) }}
  411.                                                 </td>
  412.                                             </tr> 
  413.                                             <tr class="construction_type_07_03_v1">
  414.                                                 <td><p>工事内訳</p><small>3段階目</small></td>
  415.                                                 <td>
  416.                                                     <div class="fill v4">
  417.                                                         {% for key,val in form.construction_type_07_03_v1.vars.choices %}
  418.                                                             <label class="form-check">
  419.                                                                 <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 %} />
  420.                                                                 {{ val.label | trans }} 
  421.                                                             </label>
  422.                                                         {% endfor %}                    
  423.                                                     </div>
  424.                                                     {{ form_errors(form.construction_type_07_03_v1) }}
  425.                                                 </td>
  426.                                             </tr> 
  427.                                             <tr class="construction_type_07_03_v2">
  428.                                                 <td><p>工事内訳</p><small>3段階目</small></td>
  429.                                                 <td>
  430.                                                     <div class="fill v4">
  431.                                                         {% for key,val in form.construction_type_07_03_v2.vars.choices %}
  432.                                                             <label class="form-check">
  433.                                                                 <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 %} />
  434.                                                                 {{ val.label | trans }} 
  435.                                                             </label>
  436.                                                         {% endfor %}                    
  437.                                                     </div>
  438.                                                     {{ form_errors(form.construction_type_07_03_v2) }}
  439.                                                     {{ form_widget(form.construction_type_07_03_v2_price) }}
  440.                                                 </td>
  441.                                             </tr> 
  442.                                             <tr class="construction_type_07_04_v1">
  443.                                                 <td><p>工事内訳</p><small>4段階目</small></td>
  444.                                                 <td>
  445.                                                     <div class="fill v4">
  446.                                                         {% for key,val in form.construction_type_07_04_v1.vars.choices %}
  447.                                                             <label class="form-check">
  448.                                                                 <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 %} />
  449.                                                                 {{ val.label | trans }} 
  450.                                                             </label>
  451.                                                         {% endfor %}                    
  452.                                                     </div>
  453.                                                     {{ form_errors(form.construction_type_07_04_v1) }}
  454.                                                     {{ form_widget(form.construction_type_07_04_v1_price) }}
  455.                                                 </td>
  456.                                             </tr> 
  457.                                             <tr class="construction_type_07_04_v2">
  458.                                                 <td><p>工事内訳</p><small>4段階目</small></td>
  459.                                                 <td>
  460.                                                     <div class="fill v4">
  461.                                                         {% for key,val in form.construction_type_07_04_v2.vars.choices %}
  462.                                                             <label class="form-check">
  463.                                                                 <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 %} />
  464.                                                                 {{ val.label | trans }} 
  465.                                                             </label>
  466.                                                         {% endfor %}                    
  467.                                                     </div>
  468.                                                     {{ form_errors(form.construction_type_07_04_v2) }}
  469.                                                     {{ form_widget(form.construction_type_07_04_v2_price) }}
  470.                                                 </td>
  471.                                             </tr> 
  472.                                             <tr class="construction_type_07_04_v3">
  473.                                                 <td><p>工事内訳</p><small>4段階目</small></td>
  474.                                                 <td>
  475.                                                     <div class="fill v4">
  476.                                                         {% for key,val in form.construction_type_07_04_v3.vars.choices %}
  477.                                                             <label class="form-check">
  478.                                                                 <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 %} />
  479.                                                                 {{ val.label | trans }} 
  480.                                                             </label>
  481.                                                         {% endfor %}                    
  482.                                                     </div>
  483.                                                     {{ form_errors(form.construction_type_07_04_v3) }}
  484.                                                     {{ form_widget(form.construction_type_07_04_v3_price) }}
  485.                                                 </td>
  486.                                             </tr> 
  487.                                             <tr class="content-1">
  488.                                                 <td><p>設置台数</p></td>
  489.                                                 <td>
  490.                                                     <div class="fill v4 construction-input-text">
  491.                                                         <div class="construction-input-text__item">
  492.                                                             <span>6-14畳</span>{{ form_widget(form.construction_6) }}<span>台</span>
  493.                                                         </div>
  494.                                                         <div class="construction-input-text__item">
  495.                                                             <span>16-20畳</span>{{ form_widget(form.construction_16) }}<span>台</span>
  496.                                                         </div>
  497.                                                         <div class="construction-input-text__item">
  498.                                                             <span>23畳-</span>{{ form_widget(form.construction_23) }}<span>台</span>
  499.                                                         </div>
  500.                                                     </div>
  501.                                                     {{ form_widget(form.number_install) }}
  502.                                                     {{ form_widget(form.number_install_price) }}
  503.                                                 </td>
  504.                                             </tr>
  505.                                             <tr class="content-1">
  506.                                                 <td><p>特急券の購入</p></td>
  507.                                                 <td>
  508.                                                     <div class="fill v4">
  509.                                                         {% for key,val in form.express_tickets.vars.choices %}
  510.                                                             <label class="form-check">
  511.                                                                 <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 %} />
  512.                                                                 {{ val.label | trans }} 
  513.                                                             </label>
  514.                                                         {% endfor %}                    
  515.                                                     </div>
  516.                                                     {{ form_errors(form.express_tickets) }}
  517.                                                     {{ form_widget(form.express_tickets_price) }}
  518.                                                 </td>
  519.                                             </tr> 
  520.                                             <tr class="content-1">
  521.                                                 <td><p>お住まい</p></td>
  522.                                                 <td>
  523.                                                     <div class="fill v4">
  524.                                                         {% for key,val in form.osumai.vars.choices %}
  525.                                                             <label class="form-check">
  526.                                                                 <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 %} />
  527.                                                                 {{ val.label | trans }} 
  528.                                                             </label>
  529.                                                         {% endfor %}
  530.                                                     </div>
  531.                                                     {{ form_errors(form.osumai) }}
  532.                                                 </td>
  533.                                             </tr>
  534.                                             <tr class="content-1">
  535.                                                 <td><p>建物の所有</p></td>
  536.                                                 <td>
  537.                                                     <div class="fill v4">
  538.                                                         {% for key,val in form.building_ownership.vars.choices %}
  539.                                                             <label class="form-check">
  540.                                                                 <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 %} />
  541.                                                                 {{ val.label | trans }} 
  542.                                                                 {% if val.value == "賃貸" %}
  543.                                                                     <p style="padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;">※工事内容によっては受付出来ない可能性もございます。</p>
  544.                                                                 {% endif %}
  545.                                                             </label>
  546.                                                         {% endfor %}
  547.                                                     </div>
  548.                                                     {{ form_errors(form.building_ownership) }}
  549.                                                 </td>
  550.                                             </tr>
  551.                                             <tr class="content-1">
  552.                                                 <td><p>構造</p></td>
  553.                                                 <td>
  554.                                                     <div class="fill v4">
  555.                                                         {% for key,val in form.structure.vars.choices %}
  556.                                                             <label class="form-check">
  557.                                                                 <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 %} />
  558.                                                                 {{ val.label | trans }} 
  559.                                                             </label>
  560.                                                         {% endfor %}
  561.                                                     </div>
  562.                                                     {{ form_errors(form.structure) }}
  563.                                                 </td>
  564.                                             </tr>
  565.                                             <tr class="content-1">
  566.                                                 <td><p>設置工事希望日</p></td>
  567.                                                 <td>
  568.                                                     <div class="fill v3">
  569.                                                         <label class="label v3 date vip">
  570.                                                             第一希望日  
  571.                                                             {{ form_widget(form.construction_date_1) }}
  572.                                                             {{ form_errors(form.construction_date_1) }}
  573.                                                             <span class="pc"> </span>希望時間帯 
  574.                                                             <select name="time_slot_1" id="time_slot_1">
  575.                                                                 {% for key,val in form.time_slot_1.vars.choices %}
  576.                                                                     <option value="{{ val.value }}">{{ val.label | trans }} </option>
  577.                                                                 {% endfor %}
  578.                                                             </select>
  579.                                                         </label>
  580.                                                         <label class="label v3 date">
  581.                                                             第二希望日  
  582.                                                             {{ form_widget(form.construction_date_2) }}
  583.                                                             {{ form_errors(form.construction_date_2) }}
  584.                                                             <span class="pc"> </span>希望時間帯 
  585.                                                             <select name="time_slot_2" id="time_slot_2">
  586.                                                                 {% for key,val in form.time_slot_2.vars.choices %}
  587.                                                                     <option value="{{ val.value }}">{{ val.label | trans }} </option>
  588.                                                                 {% endfor %}
  589.                                                             </select>
  590.                                                         </label>
  591.                                                         <label class="label v3 date">
  592.                                                             第三希望日  
  593.                                                             {{ form_widget(form.construction_date_3) }}
  594.                                                             {{ form_errors(form.construction_date_3) }}
  595.                                                             <span class="pc"> </span>希望時間帯 
  596.                                                             <select name="time_slot_3" id="time_slot_3">
  597.                                                                 {% for key,val in form.time_slot_3.vars.choices %}
  598.                                                                     <option value="{{ val.value }}">{{ val.label | trans }} </option>
  599.                                                                 {% endfor %}
  600.                                                             </select>
  601.                                                         </label>
  602.                                                         {{ form_widget(form.contents, {'attr': { 'placeholder': 'その他希望等あればご記入ください。' }}) }}
  603.                                                         {{ form_errors(form.contents) }}
  604.                                                     </div>
  605.                                                 </td>
  606.                                             </tr>
  607.                                             <tr class="content-1">
  608.                                                 <td><p>エアコン設置場所</p></td>
  609.                                                  <td>
  610.                                                     <div class="fill v4">
  611.                                                         {% for key,val in form.construction_floor_07.vars.choices %}
  612.                                                             <label class="form-check">
  613.                                                                 <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 %} />
  614.                                                                 {{ val.label | trans }} 
  615.                                                             </label>
  616.                                                         {% endfor %}
  617.                                                     </div>
  618.                                                     {{ form_errors(form.construction_floor_07) }}
  619.                                                 </td>
  620.                                             </tr> 
  621.                                             <tr class="content-1">
  622.                                                 <td><p>エレベーターの有無</p><small>※3階以上の場合</small></td>
  623.                                                 <td>
  624.                                                     <div class="fill v4">
  625.                                                         {% for key,val in form.elevator_07.vars.choices %}
  626.                                                             <label class="form-check">
  627.                                                                 <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 %} />
  628.                                                                 {{ val.label | trans }} 
  629.                                                             </label>
  630.                                                         {% endfor %}
  631.                                                         {{ form_errors(form.elevator_07) }}
  632.                                                         {{ form_widget(form.elevator_07_price) }}
  633.                                                     </div>
  634.                                                 </td>
  635.                                             </tr> 
  636.                                             <tr class="content-1">
  637.                                                 <td><p>コンセントの有無</p></td>
  638.                                                 <td>
  639.                                                     <div class="fill v4">
  640.                                                         {% for key,val in form.electrical_outlet_07.vars.choices %}
  641.                                                             <label class="form-check flex">
  642.                                                                 <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 %} />
  643.                                                                 {{ val.label | trans }} 
  644.                                                                 {% if val.value == "なし(別途工事が必要になります)" %}
  645.                                                                     <p style="padding-left: 2rem;font-size: 0.8em;line-height: 1.2;">※10m以上の方は別途お見積りさせていただきます。</p>
  646.                                                                 {% endif %}
  647.                                                                 {% if val.value == "不明" %}
  648.                                                                     <p style="padding-left: 2rem;font-size: 0.8em;line-height: 1.2;">※工事当日に追加費用が発生する場合があります。</p>
  649.                                                                 {% endif %}
  650.                                                             </label>
  651.                                                         {% endfor %}
  652.                                                         {{ form_errors(form.electrical_outlet_07) }}
  653.                                                         {{ form_widget(form.electrical_outlet_07_price) }}
  654.                                                     </div>
  655.                                                 </td>
  656.                                             </tr> 
  657.                                             <tr class="electrical_outlet_07_02">
  658.                                                 <td><p>コンセントの有無</p><small>2段階目</small></td>
  659.                                                 <td>
  660.                                                     <div class="fill v4">
  661.                                                         {% for key,val in form.electrical_outlet_07_02.vars.choices %}
  662.                                                             <label class="form-check flex">
  663.                                                                 <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 %} />
  664.                                                                 {{ val.label | trans }} 
  665.                                                             </label>
  666.                                                         {% endfor %}
  667.                                                         {{ form_errors(form.electrical_outlet_07_02) }}
  668.                                                         {{ form_widget(form.electrical_outlet_07_02_price) }}
  669.                                                     </div>
  670.                                                 </td>
  671.                                             </tr>    
  672.                                             <tr class="content-1">
  673.                                                 <td><p>建物の契約アンペア</p></td>
  674.                                                 <td>
  675.                                                     <div class="fill v4">
  676.                                                         {% for key,val in form.contract_amp.vars.choices %}
  677.                                                             <label class="form-check flex">
  678.                                                                 <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 %}/>
  679.                                                                 {{ val.label | trans }} 
  680.                                                             </label>
  681.                                                         {% endfor %}
  682.                                                     </div>
  683.                                                     {{ form_errors(form.contract_amp) }}
  684.                                                 </td>
  685.                                             </tr> 
  686.                                             <tr class="content-1">
  687.                                                 <td><p>コンセントアース端子</p></td>
  688.                                                 <td>
  689.                                                     <div class="fill v4">
  690.                                                         {% for key,val in form.outlet_earth.vars.choices %}
  691.                                                             <label class="form-check flex">
  692.                                                                 <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 %}/>
  693.                                                                 {{ val.label | trans }} 
  694.                                                                 {% if val.value == "なし" %}
  695.                                                                     <p style="padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;">*工事当日に追加費用がかかる場合があります。</p>
  696.                                                                 {% endif %}
  697.                                                                 {% if val.value == "不明" %}
  698.                                                                     <p style="padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;">*工事当日に追加費用がかかる場合があります。</p>
  699.                                                                 {% endif %}
  700.                                                             </label>
  701.                                                         {% endfor %}
  702.                                                     </div>
  703.                                                     {{ form_errors(form.outlet_earth) }}
  704.                                                 </td>
  705.                                             </tr>  
  706.                                             <tr class="content-1">
  707.                                                 <td><p>配管穴の有無</p></td>
  708.                                                 <td>
  709.                                                     <div class="fill v4 vip">
  710.                                                         {% for key,val in form.room_size_07.vars.choices %}
  711.                                                             <label class="form-check flex">
  712.                                                                 <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 %}/>
  713.                                                                 {{ val.label | trans }} 
  714.                                                                 {% if val.value == "不明" %}
  715.                                                                     <p style="padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;">※工事当日に追加費用が発生する場合があります。別途エアココからご連絡させていただきます。</p>
  716.                                                                 {% endif %}
  717.                                                             </label>
  718.                                                         {% endfor %}
  719.                                                     </div>
  720.                                                     {{ form_errors(form.room_size_07) }}
  721.                                                     <img style="margin-left: auto;" src="{{ asset('assets/img/contact/') }}hole-sample.jpg" alt="配管穴の有無">
  722.                                                 </td>
  723.                                             </tr> 
  724.                                             <tr class="room_size_07_02">
  725.                                                 <td><p>配管穴の有無</p><small>2段階目</small></td>
  726.                                                 <td>
  727.                                                     <div class="fill v4">
  728.                                                         {% for key,val in form.room_size_07_02.vars.choices %}
  729.                                                             <label class="form-check flex">
  730.                                                                 <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 %}/>
  731.                                                                 {{ val.label | trans }} 
  732.                                                             </label>
  733.                                                         {% endfor %}
  734.                                                     </div>
  735.                                                     {{ form_errors(form.room_size_07_02) }}
  736.                                                 </td>
  737.                                             </tr> 
  738.                                             <tr class="room_size_07_03_v1">
  739.                                                 <td><p>建物の材質</p><small>(穴あけ&貫通スリーブ費)</small></td>
  740.                                                 <td>
  741.                                                     <div class="fill v4">
  742.                                                         {% for key,val in form.room_size_07_03_v1.vars.choices %}
  743.                                                             <label class="form-check flex">
  744.                                                                 <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 %}/>
  745.                                                                 {{ val.label | trans }} 
  746.                                                                 {% if val.value == "その他" %}
  747.                                                                     <p style="padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;">※工事当日に追加費用が発生する場合があります。</p>
  748.                                                                 {% endif %}
  749.                                                                 {% if val.value == "不明" %}
  750.                                                                     <p style="padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;">※工事当日に追加費用が発生する場合があります。</p>
  751.                                                                 {% endif %}
  752.                                                             </label>
  753.                                                         {% endfor %}
  754.                                                     </div>
  755.                                                     {{ form_errors(form.room_size_07_03_v1) }}
  756.                                                     {{ form_widget(form.room_size_07_03_v1_price) }}
  757.                                                 </td>
  758.                                             </tr> 
  759.                                             <tr class="room_size_07_03_v2">
  760.                                                 <td><p>建物の材質</p><small>(穴あけ&貫通スリーブ&アスベストみなし工事、対策費と調査報告書作成費)</small></td>
  761.                                                 <td>
  762.                                                     <div class="fill v4">
  763.                                                         {% for key,val in form.room_size_07_03_v2.vars.choices %}
  764.                                                             <label class="form-check flex">
  765.                                                                 <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 %}/>
  766.                                                                 {{ val.label | trans }} 
  767.                                                                 {% if val.value == "その他" %}
  768.                                                                     <p style="padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;">※工事当日に追加費用が発生する場合があります。</p>
  769.                                                                 {% endif %}
  770.                                                                 {% if val.value == "不明" %}
  771.                                                                     <p style="padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;">※工事当日に追加費用が発生する場合があります。</p>
  772.                                                                 {% endif %}
  773.                                                             </label>
  774.                                                         {% endfor %}
  775.                                                     </div>
  776.                                                     {{ form_errors(form.room_size_07_03_v2) }}
  777.                                                     {{ form_widget(form.room_size_07_03_v2_price) }}
  778.                                                 </td>
  779.                                             </tr> 
  780.                                             <tr class="content-1">
  781.                                                 <td><p>設置予定場所の<br class="pc" />配管の状態</p></td>
  782.                                                 <td style="flex-direction: column;">
  783.                                                     <div class="fill v5 up">
  784.                                                         {% set idx = 0 %}
  785.                                                         {% for key,val in form.piping_status_07.vars.choices %}
  786.                                                             {% set idx = idx + 1 %}
  787.                                                             {% if idx <= 2 %}
  788.                                                                 <div class="group">
  789.                                                                     <label class="form-check v2">
  790.                                                                         <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 %} />
  791.                                                                         {{ val.label | trans }} 
  792.                                                                     </label>
  793.                                                                     <img src="{{ asset('assets/img/form-0y/') }}line-option-0{{ idx }}.jpg" alt="">
  794.                                                                 </div>
  795.                                                             {% endif %}
  796.                                                         {% endfor %}
  797.                                                     </div>
  798.                                                     <div class="fill v5">
  799.                                                         {% set idx = 0 %}
  800.                                                         {% for key,val in form.piping_status_07.vars.choices %}
  801.                                                             {% set idx = idx + 1 %}
  802.                                                             {% if idx > 2 %}
  803.                                                                 <label class="form-check">
  804.                                                                     <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 %} />
  805.                                                                     {{ val.label | trans }} 
  806.                                                                 </label>
  807.                                                             {% endif %}
  808.                                                         {% endfor %}
  809.                                                     </div>
  810.                                                     {{ form_errors(form.piping_status_07) }}
  811.                                                 </td>
  812.                                             </tr>
  813.                                             <tr class="piping_status_07_02">
  814.                                                 <td><p>設置予定場所の<br class="pc" />配管の状態</p><small>2段階目</small></td>
  815.                                                 <td>
  816.                                                     <div class="fill v4">
  817.                                                         {% for key,val in form.piping_status_07_02.vars.choices %}
  818.                                                             <label class="form-check flex">
  819.                                                                 <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 %}/>
  820.                                                                 {{ val.label | trans }} 
  821.                                                             </label>
  822.                                                         {% endfor %}
  823.                                                     </div>
  824.                                                     {{ form_errors(form.piping_status_07_02) }}
  825.                                                     {{ form_widget(form.piping_status_07_02_price) }}
  826.                                                 </td>
  827.                                             </tr> 
  828.                                             <tr class="content-1">
  829.                                                 <td><p>室内化粧カバーの<br class="pc" />希望の有無</p></td>
  830.                                                 <td>
  831.                                                     <div class="fill v4" style="order: 2;">
  832.                                                         {% for key,val in form.indoor_cover_07.vars.choices %}
  833.                                                             <label class="form-check flex">
  834.                                                                 <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 %} />
  835.                                                                 {{ val.label | trans }} 
  836.                                                                 {% if val.value == "必要(2m以内)" %}
  837.                                                                     <p style="padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;">※2mを超える場合は追加費用がかかります。</p>
  838.                                                                 {% endif %}
  839.                                                                 {% if val.value == "未定" %}
  840.                                                                     <p style="padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;">※化粧カバーが必要になった場合は追加費用がかかります。</p>
  841.                                                                 {% endif %}
  842.                                                             </label>
  843.                                                         {% endfor %}                    
  844.                                                     </div>
  845.                                                     {{ form_errors(form.indoor_cover_07) }}
  846.                                                     {{ form_widget(form.indoor_cover_07_price) }}
  847.                                                     <img style="margin-left: auto; order: 3;" src="{{ asset('assets/img/contact/') }}item-1.jpg" alt="室内化粧カバー">
  848.                                                 </td>
  849.                                             </tr> 
  850.                                             <tr class="content-1">
  851.                                                 <td><p>室外化粧カバーの<br class="pc" />希望の有無</p></td>
  852.                                                 <td>                
  853.                                                     <div class="fill v4">
  854.                                                         {% for key,val in form.outdoor_cover.vars.choices %}
  855.                                                             <label class="form-check flex">
  856.                                                                 <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 %} />
  857.                                                                 {{ val.label | trans }} 
  858.                                                                 {% if val.value == "その他" %}
  859.                                                                     <p style="padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  860.                                                                 {% endif %}
  861.                                                             </label>
  862.                                                         {% endfor %}                    
  863.                                                     </div>
  864.                                                     {{ form_errors(form.outdoor_cover) }}
  865.                                                     <img style="margin-left: auto;" src="{{ asset('assets/img/contact/') }}item-2.jpg" alt="室外化粧カバー">
  866.                                                 </td>
  867.                                             </tr> 
  868.                                             <tr class="outdoor_cover_02">
  869.                                                 <td><p>室外化粧カバーの<br class="pc" />希望の有無</p><small>2段階目</small></td>
  870.                                                 <td>                
  871.                                                     <div class="fill v4">
  872.                                                         {% for key,val in form.outdoor_cover_02.vars.choices %}
  873.                                                             <label class="form-check" >
  874.                                                                 <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 %} />
  875.                                                                 {{ val.label | trans }} 
  876.                                                                 {% if val.value == "再使用(交換)同階" %}
  877.                                                                     <p style="padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;">※交換にはすでにスリムダクトが付いている方も含みます。</p>
  878.                                                                 {% endif %}
  879.                                                                 {% if val.value == "再使用(交換)異階" %}
  880.                                                                     <p style="padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;">※交換にはすでにスリムダクトが付いている方も含みます。</p>
  881.                                                                 {% endif %}
  882.                                                             </label>
  883.                                                         {% endfor %}                    
  884.                                                     </div>
  885.                                                     {{ form_errors(form.outdoor_cover_02) }}
  886.                                                     {{ form_widget(form.outdoor_cover_02_price) }}
  887.                                                 </td>
  888.                                             </tr>
  889.                                             <tr class="content-1">
  890.                                                 <td><p>室外機の設置場所(既設場所・希望設置場所)</p></td>
  891.                                                 <td>                
  892.                                                     <div class="fill v4">
  893.                                                         {% for key,val in form.construction_outdoor_07.vars.choices %}
  894.                                                             <label class="form-check flex">
  895.                                                                 <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 %} />
  896.                                                                 {{ val.label | trans }} 
  897.                                                                 {% if val.value == "その他" %}
  898.                                                                     <p style="padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  899.                                                                 {% endif %}
  900.                                                             </label>
  901.                                                         {% endfor %}
  902.                                                     </div>
  903.                                                     {{ form_errors(form.construction_outdoor_07) }}
  904.                                                     {{ form_widget(form.construction_outdoor_07_price) }}
  905.                                                 </td>
  906.                                             </tr>
  907.                                             <tr class="content-1">
  908.                                                 <td><p>室外機の設置方法(既設方法・希望設置方法)</p></td>
  909.                                                 <td>
  910.                                                     <div class="fill v4">
  911.                                                         {% for key,val in form.setting_install_method.vars.choices %}
  912.                                                             <label class="form-check">
  913.                                                                 <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 %} />
  914.                                                                 {{ val.label | trans }} 
  915.                                                             </label>
  916.                                                         {% endfor %}
  917.                                                     </div>
  918.                                                     {{ form_errors(form.setting_install_method) }}
  919.                                                     <div class="fill v4 construction_method_07_v1" style="margin-left: 2rem; flex-direction: column;">
  920.                                                         {% for key,val in form.construction_method_07_v1.vars.choices %}
  921.                                                             <label class="form-check flex">
  922.                                                                 <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 %} />
  923.                                                                 {{ val.label | trans }} 
  924.                                                                 {% if val.value == "⑧不明(記載)" %}
  925.                                                                     <p style="padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  926.                                                                 {% endif %}
  927.                                                             </label>
  928.                                                         {% endfor %}
  929.                                                         <img style="margin-top: 3rem;" src="{{ asset('assets/img/form-0y/install-option.jpg') }}" alt="">                    
  930.                                                     </div>
  931.                                                     {{ form_errors(form.construction_method_07_v1) }}
  932.                                                     {{ form_widget(form.construction_method_07_v1_price) }}
  933.                                                     <div class="fill v4 construction_method_07_v2" style="margin-left: 2rem; flex-direction: column;">
  934.                                                         {% for key,val in form.construction_method_07_v2.vars.choices %}
  935.                                                             <label class="form-check flex">
  936.                                                                 <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 %} />
  937.                                                                 {{ val.label | trans }} 
  938.                                                                 {% if val.value == "⑧不明(記載)" %}
  939.                                                                     <p style="padding-left: 2rem;font-size: 0.8em;line-height: 1.3; flex: 1;">※工事当日に必要になった場合、追加費用が発生する場合があります。</p>
  940.                                                                 {% endif %}
  941.                                                             </label>
  942.                                                         {% endfor %}
  943.                                                         <img style="margin-top: 3rem;" src="{{ asset('assets/img/form-0y/install-option.jpg') }}" alt="">                    
  944.                                                     </div>
  945.                                                     {{ form_errors(form.construction_method_07_v2) }}
  946.                                                     {{ form_widget(form.construction_method_07_v2_price) }}
  947.                                                 </td>
  948.                                             </tr>
  949.                                         </table>
  950.                                         <div class="result">
  951.                                             <p>概算合計金額</p>
  952.                                             <p id="total-price">00,000円</p>
  953.                                             {{ form_widget(form.construction_base_price_1) }}
  954.                                             {{ form_widget(form.construction_base_price_2) }}
  955.                                             {{ form_widget(form.construction_base_price_3) }}
  956.                                             {{ form_widget(form.construction_total_price) }}
  957.                                             {{ form_widget(form.construction_discount) }}
  958.                                         </div>
  959.                                         <div style="text-align: right;" class="pc">
  960.                                             「
  961.                                             本体価格 <span class="product_price"></span>円、
  962.                                             標準工事 <span class="base_price"></span>円、
  963.                                             追加工事 <span class="add_price"></span>円
  964.                                             」
  965.                                         </div>
  966.                                         <div style="text-align: right;" class="sp">
  967.                                             本体価格 <span class="product_price" style="display: inline-block; width: 100px; text-align: right;"></span>円<br>
  968.                                             標準工事 <span class="base_price" style="display: inline-block; width: 100px; text-align: right;"></span>円<br>
  969.                                             追加工事 <span class="add_price" style="display: inline-block; width: 100px; text-align: right;"></span>円
  970.                                         </div> 
  971.                                     </div>
  972.                                 </div>                            
  973.                             </div>
  974.                             <div class="ec-productRole__actions" style="display: none;">
  975.                                 {% if form.classcategory_id1 is defined %}
  976.                                     <div class="ec-select">
  977.                                         {{ form_row(form.classcategory_id1) }}
  978.                                         {{ form_errors(form.classcategory_id1) }}
  979.                                     </div>
  980.                                     {% if form.classcategory_id2 is defined %}
  981.                                         <div class="ec-select">
  982.                                             {{ form_row(form.classcategory_id2) }}
  983.                                             {{ form_errors(form.classcategory_id2) }}
  984.                                         </div>
  985.                                     {% endif %}
  986.                                 {% endif %}
  987.                                 <div class="ec-numberInput">
  988.                                     {{ form_widget(form.product_id) }}
  989.                                     {{ form_widget(form.ProductClass) }}
  990.                                     {{ form_widget(form.quantity) }}
  991.                                     {{ form_errors(form.quantity) }}
  992.                                 </div>
  993.                             </div>
  994.                             
  995.                             <div class="ec-product-detail__group">
  996.                                 <div class="list-btn">
  997.                                     <a href="{{ url('cart') }}" class="btn btn-sd btn-back" style="display: block;" onclick="history.back(); return false;">
  998.                                         <span>戻る</span>
  999.                                     </a>
  1000.                                     <button type="submit" class="btn btn-sd add-cart cart-express" id="btn-confirm">
  1001.                                         <span>{{ '依頼(購入)にすすむ'|trans }}</span>
  1002.                                     </button>
  1003.                                 </div>
  1004.                             </div>
  1005.                         </form>
  1006.                     </div>
  1007.                 </div>
  1008.             </div>
  1009.         </div>
  1010.     </div>
  1011. {% endblock %}