J-World TOKYO

J-World TOKYO ジャンプキャラクター大集合! サンシャインシティワールドインポートマート3階に 2013年7月11日オープン!

少年漫画誌「週刊少年ジャンプ」「ジャンプSQ.」(発行/集英社)の作品をモチーフとしたアトラクションやアミューズメント、フード、グッズが満載のテーマパーク。J-WORLD TOKYO。
東京 池袋に2013年7月11日オープン

住所

東池袋3-1-3
Toshima, Tokyo
170-8630

営業時間

月曜日 10:00 - 22:00
火曜日 10:00 - 22:00
水曜日 10:00 - 22:00
木曜日 10:00 - 22:00
金曜日 10:00 - 22:00
土曜日 10:00 - 22:00
日曜日 10:00 - 22:00

電話番号

03-5950-2181

アラート

J-World TOKYOがニュースとプロモを投稿した時に最初に知って当社にメールを送信する最初の人になりましょう。あなたのメールアドレスはその他の目的には使用されず、いつでもサブスクリプションを解除することができます。

共有する

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "JAPAN" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 4000); });