お問い合わせ

ネコと暮らすスタイリッシュ 東近江市

敷地全体から美しくなるように、家と外溝の庭木と石、デザインしています。こだわり門柱とインターロッキングの外溝により外観をより美しく飾ってっています。家はロの字型になっており、中庭が楽しめるようになっています。

室内はモノトーンで仕上げ、キャットウォークと枝付きの柱で室内を彩ります。

玄関前のこだわりの門柱と外構のインターロッキングで重厚感ある外観となっています。

モノトーンで仕上げたアイランドキッチン、天井部に黒のラインを入れることでおしゃれな空間に
格子の扉で仕切ることができ、開けると中庭を見渡すことができます。

// --- スムーズスクロール処理(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); } } } }); });