お問い合わせ

家事”楽”の家 守山市

家事”楽”の家
5つの楽から構成されています
1.片付けが楽(収納がたくさん)
2.洗濯が楽(雨の日も安心)
3.子育てが楽(家の中心がリビング)
4.料理が楽しい(調味料スペース)
5.休日が楽しい(アウトドアリビング)
 

小上がりの和室を備えた。約30帖のLDK

玄関に備えたベンチスペースで来客をおもてなし

急な雨の日でも安心の物干しスペース。学校や部活から帰ってくる子供の玄関としても利用できます

2階ホールに備えた、共同の読書スペース。それぞれが個室に持って帰らないようにという思いで作成

勾配天井にした寝室、勾配天井を利用して高さを利用した収納と書斎スペースを作りラグジュアルーな空間に

将来間仕切りして利用できる洋室

来客、LDKの一部として使える和室

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