Apartments for rent

4 results

Show map

1. ハーモニーレジデンス浜松町

158.000 $ / month

東京都港区浜松町1丁目26-6

25.44 m² 1K 1 Bed

2. スカイコート浜松町

112.000 $ / month

東京都港区芝浦1丁目4-2

20.16 m² 1K 1 Bed

3. メイクスデザイン南青山

147.000 $ / month

東京都港区南青山7丁目10-6

22.44 m² 1R 1 Bed

4. ラグディア麻布十番

158.000 $ / month

東京都港区南麻布2丁目1-6

25.16 m² 1R 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); }); }); })();