शिन-कोएंजी, कोएंजी के दक्षिण में स्थित है, जो सेकेंड-हैंड कपड़ों के लिए प्रसिद्ध है।
आप टोक्यो मेट्रो मारुनोची लाइन का उपयोग कर सकते हैं, जो न केवल शिंजुकु तक बल्कि टोक्यो स्टेशन तक भी जाती है
आप जा सकते हैं✨
इस क्षेत्र में अपराध कम हैं और यह सुरक्षित है, इसलिए यह अकेले रहने वाले लोगों के लिए भी एक लोकप्रिय क्षेत्र है❣️








यह एक शांत आवासीय क्षेत्र में दो मंजिला अलग घर है✨

<पी शैली = "टेक्स्ट-एलाइन: सेंटर;">संपत्ति विवरण और पूछताछ के लिए यहां क्लिक करें!
" $('.c-article-content="" h2,="" .c-article-content="" h3').each(function(num)="" $(this).attr('id',="" 'sec-'="" num);="" $title="$(this).text();" if($(this).prop("tagname")="==" 'h2')="" if($before="==" 'first'){="" num="" '"="">' + $title + '';
} else if($before === 'h2') {
$index += '
' + $title + '';
} else {
$index += '' + $title + '';
}
$before = 'h2';
} else {
if($before === 'h2'){
$index += '- ' + $title + '';
} else {
$index += '
- ' + $title + '';
}
$before = 'h3';
}
});
if($before === 'h2'){
$index += '
';
} else {
$index += '';
}
$('.table-of-contents .body').html($index);
} else {
$('.table-of-contents').remove();
}
});
// スムーススクロール
$(document).on('click', '.table-of-contents a[href^="#"]', function(e) {
var headerH = $('#header').height();
var speed = 500;
// アンカーの値取得
var href = $(this).attr('href');
// 移動先を取得
var target = $(href == '#' || href == '' ? 'html' : href);
// 移動先を数値で取得
var position = target.offset().top - headerH;
// スムーススクロール lazyload対策で実際には2回スムーススクロール実行
$.when(
$("html, body").animate({
scrollTop: position
}, speed, "swing"),
e.preventDefault(),
).done(function() {
var diff = target.offset().top - headerH;
if (diff === position) {} else {
$("html, body").animate({
scrollTop: diff
}, 10, "swing");
}
});
return false;
});
//目次の[表示][非表示]翻訳
$openCount = 0;
$('.table-of-contents .head .btn').on('click', function() {
$openCount += 1;
if($openCount % 2 === 0){
$(this).html('[प्रदर्शन]');
} else {
$(this).html('[छिपा हुआ]');
}
});