お問い合わせ

モニターハウス募集

家族がくらしやすく、ライフスタイルにフィットする理想の注文住宅

・家に合わせた照明&家具プレゼント!(100万円分

応募条件
開放的なリビング
家族みんなで座れるゆったりソファー
古民家風
レトロな照明、アンティークな家具
無垢の家
無垢に合わせた、造作テレビボード
平 屋
アイランドキッチン

・ 1か 月 間 オープンハウス と し て の 利 用 に 協 力 で き る

・ 土 地 を 所 有 し て い る か 、 ま た は 購 入 を 予 定 し て い る

2 0 2 4年  6 月 ま で に 着 工 可 能 で あ る 

以 上 の 3  つ の 条  件 を 満 た す 方

 

お 得 な こ の モ ニ タ ー 企 画 、気 に な る と い う人 は ぜ ひ お 気 軽 に お 問 い 合 わ せして 下 さ い

 

 

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

※ 営業時間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); } } } }); });