お問い合わせ

おもてなしの家 栗東市

小柿の家 平屋

和の雰囲気と洋の雰囲気を合わせ、敷地全体から美しくなるように、庭木と緑の瓦でより美しくデザインしています。門柱から玄関までも大きなタイルでアプローチを作成し、ご主人の一番のこだわりの両開きの玄関戸に合わせ急な来客を玄関で対応できる設計となっています。

古民家のような雰囲気の中に、お施主様こだわりのワインケース玄関正面に設置され、和と洋の融合されるデザインに仕上げています。

重厚感ある外壁をワンポイントに使い、ご主人のこだわりの両開きの玄関戸をデザインしました。

建替前にあった、欄間をリメイクし居室の関節照明、壁の飾りにしています。

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