Apartments for rent

3 results

Show map

1. ミリアレジデンス馬込

102.000 $ / month

東京都大田区東馬込1丁目36-8

25.03 m² 1K 1 Bed

2. ブライズ大森東クアトロ

155.000 $ / month

東京都大田区大森東3丁目20-10

40.8 m² 1LDK 1 Bed

3. Mia Casa Ⅰ

140.000 $ / month

東京都大田区西蒲田4丁目5-6

37.41 m² 1LDK 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); }); }); })();