お問い合わせ

木を感じるアメリカンな家 米原市

木の香りを感じるアメリカンスタイルの家

▼外観

鎧張り風のホワイトの外壁にグリーンの屋根と窓枠を使用し、さわやなか外観に仕上げています。

▼ダイニングキッチン

木を感じるられるように、キッチンは無垢材を利用したオリジナルキッチン、作り付けのダイニングテーブルとなっています。床材にはレッドパインを使用し、梁を出しナチュラルで落ち着く雰囲気に仕上がりました。

▼リビング

リビングにはくつろげるように全体に柔らかい雰囲気にするために、全面畳張りとし、どこでも寝転がってくつろげるスペースとなっています。壁面すべてにわたってテレビボードを造作しており、天井にも木を感じられるように木目天井に仕上げています。

▼書斎

壁紙をコンクリート調とし、カウンターや棚、照明、コンセントまで黒に統一しシャープな室内に仕上げ、男のロマンの部屋に仕上げました。

▼玄関

玄関はテラコッタ風に仕上げ、グリーンの玄関扉が際立っています。さらに、梁をだし勾配天井で広さを演出しています。

▼玄関ホール

玄関ホールにはニッチカウンターを設置し玄関を飾れるようにしています。

▼土間収納スペース

アウトドア用品など収納するのに便利な通り抜けできる収納スペースを確保しました。

▼読書ルーム

▼着替えルーム

▼洗面室

▼ギャラリー

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