お問い合わせ

猫と暮らす平屋 -モニターハウス-

ネコと暮らす平屋を検討されている方を募集しています。
設計士とともに思い描く理想な家をモニター価格で実現します。

こんな考えのご家族におすすめ

ネコと楽しく生活したい。
1年中快適な家にに住みたい。
・バリアフリーにしたい。

参考プラン

応募条件

・ 完成見学会の開催。または、完成後インタビューに協力できる。

・ 建築用地があるまたは建築用地を探している

以 上 の 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); } } } }); });