お問い合わせ

平屋+@モニターキャンペン(収納と生活動線のこだわり)

平屋にあこがれるが、敷地がない、建物のコストがかかる。資材の高騰で断念そんな中

収納と生活動線にこわりたい方に向けにキャンペーンを平屋+@モニターキャンペーン
将来設計、快適な生活の動線の注文建築で新築の検討してみませんか?
建築敷地がない方でも、土地探しから協力いたします。

 

モニターキャンペーンで家具・照明の合計100万円プレゼント

参考例)

参考 平面図
参考 生活動線のライン
平屋+@モニターキャンペーン

【期間】

令和5年8月16日 ~ 令和6年3月30日

【特典】

・家にあった家具50万+照明50万の計100万円サービス
・何度でも図面の打ち合わせが可能
・各補助金のお手伝い

【条件】
※完成後施工事例をホームページ掲載、オープンハウス(引渡し前の2週間)協力していただける方
 くわしくは、ライン、メールまたはお電話よりお問い合わせください

ラインからお問合せしていただけます。友達追加してトークに記入してください。

※ 営業時間8:00~18:00の対応となります。
※ お問い合わせの際はモニターハウスの件でとお伝えください。

// --- スムーズスクロール処理(Elementorポップアップ対応) --- function scrollToAnchor(targetID) { const target = document.querySelector(targetID); if (target) { const y = target.getBoundingClientRect().top + window.pageYOffset - OFFSET; window.scrollTo({ top: y, behavior: "smooth" }); history.replaceState(null, null, targetID); } } // 通常のアンカーリンクすべてに対応(ポップアップ内外問わず) document.querySelectorAll('a[href^="#"], a[href*="#"]').forEach(link => { link.addEventListener("click", function (e) { const href = link.getAttribute("href"); if (!href || !href.includes("#")) return; const url = new URL(href, window.location.origin); const hash = url.hash; const samePage = url.pathname === window.location.pathname; if (hash && samePage) { const targetID = hash; const targetElement = document.querySelector(targetID); if (targetElement) { e.preventDefault(); // ポップアップ内なら閉じる if (link.closest('.elementor-popup-modal')) { if (typeof jQuery !== 'undefined' && typeof jQuery.magnificPopup !== 'undefined') { jQuery.magnificPopup.close(); } setTimeout(() => { scrollToAnchor(targetID); }, 400); // ポップアップ閉じ後にスクロール } else { // 通常のアンカー移動 scrollToAnchor(targetID); } } } }); });