Apartments for rent

2 results

Show map

1. コンフォリア森下WEST

116.000 $ / month

東京都江東区新大橋1丁目3-5

25.08 m² 1K 1 Bed

2. メインステージ門前仲町

120.000 $ / month

東京都江東区門前仲町1丁目5-4

22.1 m² 1K 1 Bed
(function(){ function initNestProcess(root){ if(!root) return; // Main tabs root.querySelectorAll('.nest-tab').forEach(function(btn){ btn.addEventListener('click', function(){ root.querySelectorAll('.nest-tab').forEach(function(b){ b.classList.remove('active'); }); root.querySelectorAll('.nest-panel').forEach(function(p){ p.classList.remove('active'); }); btn.classList.add('active'); var panel = root.querySelector('#' + btn.getAttribute('data-tab')); if(panel) panel.classList.add('active'); }); }); // Sub tabs (loan / cash) root.querySelectorAll('.nest-subtab').forEach(function(btn){ btn.addEventListener('click', function(){ root.querySelectorAll('.nest-subtab').forEach(function(b){ b.classList.remove('active'); }); root.querySelectorAll('.nest-timeline').forEach(function(t){ t.classList.remove('active'); }); btn.classList.add('active'); var type = btn.getAttribute('data-type'); var tl = root.querySelector('.nest-timeline.' + type); if(tl) tl.classList.add('active'); }); }); } document.addEventListener('DOMContentLoaded', function(){ document.querySelectorAll('.nest-process-wrap').forEach(function(root){ initNestProcess(root); }); }); })();