基礎 |
- |
構造 |
- |
断熱材 |
- |
屋根 |
- |
外壁 |
- |
サッシ |
- |
玄関ドア |
- |
玄関ポーチ床タイル |
- |
床フローリング |
- |
トイレ・ランドリー床 |
- |
建具 |
|
玄関収納 |
- |
キッチン |
- |
- |
- |
- |
- |
洗面化粧台 |
- |
- |
1、2階トイレ |
- |
浴室 |
- |
設備 |
- |
- |
- |
- |
- |
- |
その他 |
- |
- |
- |
※両棟とも外構工事込み
|
if (!google_recaptcha_site_key) {
return;
}
var $form = $('#form_input');
$('.button_submit', $form).click(function(e){
e.preventDefault();
grecaptcha.ready(function(){
grecaptcha.execute(google_recaptcha_site_key, {action: google_recaptcha_action}).then(function(token){
$form.append($('').val(token))
.submit();
});
});
});