東京23区

王子・十条

2019 02 24 20;17 十条 埼京線の踏切と商店街
COTA

縮小画像を表示しています。すべての拡大画像や詳細を表示するためにはSNS・メールでの認証が必要です

東京23区 / 王子・十条

最終訪問日 2019年3月2日

初回訪問日 2008年10月12日

エリア内の施設

男爵寿司 十条店
この場所の訪問記録
  • 新着順
  • 古い順
  • COTA
    西巣鴨、東十条 東十条銀座商店街、十条 餃子の王将。友達と東十条や十条を散歩。 夕方、友達の家へ。リニューアル工事中の板橋駅から埼京線に乗って十条へ。十条から東十条へ南寄りに進んで東十条の商店街を通って、東十条駅の構内を経由してまた十条駅方面へ。 結局十条の王将でご飯を食べた。王将の麻婆チャーハンが美味しい。「東十条はアジア系の雰囲気だね」ってお話をした。よく懐く野良猫と出会う。十条から歩いて友達の家に戻り、すこし休憩してから帰宅した
  • COTA
    西巣鴨、十条 十条銀座商店街。友達の家から石神井川を渡って30分くらいで着いた。十条駅周辺は高架化工事が予定されているらしい。十条富士見銀座商店街 男爵寿司 十条店。お寿司さんへいかやまぐろが美味しかった。
  • COTA
    友人の家へ
  • COTA
    うなぎの川栄さんで食事して友達の家へ向かう
  • おじいちゃん
    飛鳥山公園の桜 撮影 石神井公園の桜
この続きをみる
この場所で印象的な物事
  • N 東京メトロ 南北線・SR 埼玉高速鉄道
  • 路面電車
    SA 都電荒川線
東京23区で最近訪れた場所
  • 2024年7月20日
    2012 02 15 17 22 16蒲田駅 多摩川線
    主たる地域, お店, 駅や公共施設
    蒲田西口・東急蒲田・蓮沼・矢口渡・新蒲田・西六郷
  • 2024年8月12日
    2021 08 04 20;42 お台場 東京オリンピック 夜の聖火台
    駅や公共施設
    お台場・豊洲・新木場
  • 2024年8月12日
    コミケ
    駅や公共施設
    東京国際展示場(東京ビッグサイト)
  • 2024年7月20日
    駅舎
    目印, 博物館
    旧新橋停車場
  • 2024年7月20日
    Img 6048 3 1
    お店, 博物館
    六本木・東京ミッドタウン
  • 2024年7月20日
    2006 08 12 19 52 50 汐留から築地市場を望む
    主たる地域, お店, 駅や公共施設
    新橋・汐留
  • 藤

    いますぐ楽になりたい

    2025年1月27日
  • 2007 09 23 12 21 34ハリストス教会

    何かをしてあげたい・祈りたい

    2024年11月1日
  • 2021 12 24 14;32 田川後藤寺 上本町商店街のベンチに腰かけるcota

    しっかりしたい

    2025年1月27日
  • 祭り

    発散したい

    2025年1月27日
  • 2015 07 05 17 36 伊予灘ものがたりの乗客・みきゃんさん

    認められたい

    2024年11月1日
  • 海

    捉え方を知る

    2024年11月1日
'; window._nslWebViewNoticeElement.insertAdjacentHTML("afterbegin", webviewNoticeHTML); document.body.appendChild(window._nslWebViewNoticeElement); } }); } } window._nslDOMReady(function () { window.nslRedirect = function (url) { if (scriptOptions._redirectOverlay) { const overlay = document.createElement('div'); overlay.id = "nsl-redirect-overlay"; let overlayHTML = ''; const overlayContainer = "
", overlayContainerClose = "
", overlaySpinner = "
", overlayTitle = "

" + scriptOptions._localizedStrings.redirect_overlay_title + "

", overlayText = "

" + scriptOptions._localizedStrings.redirect_overlay_text + "

"; switch (scriptOptions._redirectOverlay) { case "overlay-only": break; case "overlay-with-spinner": overlayHTML = overlayContainer + overlaySpinner + overlayContainerClose; break; default: overlayHTML = overlayContainer + overlaySpinner + overlayTitle + overlayText + overlayContainerClose; break; } overlay.insertAdjacentHTML("afterbegin", overlayHTML); document.body.appendChild(overlay); } window.location = url; }; let targetWindow = scriptOptions._targetWindow || 'prefer-popup', lastPopup = false; document.addEventListener('click', function (e) { if (e.target) { const buttonLinkElement = e.target.closest('a[data-plugin="nsl"][data-action="connect"]') || e.target.closest('a[data-plugin="nsl"][data-action="link"]'); if (buttonLinkElement) { if (lastPopup && !lastPopup.closed) { e.preventDefault(); lastPopup.focus(); } else { let href = buttonLinkElement.href, success = false; if (href.indexOf('?') !== -1) { href += '&'; } else { href += '?'; } const redirectTo = buttonLinkElement.dataset.redirect; if (redirectTo === 'current') { href += 'redirect=' + encodeURIComponent(window.location.href) + '&'; } else if (redirectTo && redirectTo !== '') { href += 'redirect=' + encodeURIComponent(redirectTo) + '&'; } if (targetWindow !== 'prefer-same-window' && checkWebView()) { targetWindow = 'prefer-same-window'; } if (targetWindow === 'prefer-popup') { lastPopup = NSLPopup(href + 'display=popup', 'nsl-social-connect', buttonLinkElement.dataset.popupwidth, buttonLinkElement.dataset.popupheight); if (lastPopup) { success = true; e.preventDefault(); } } else if (targetWindow === 'prefer-new-tab') { const newTab = window.open(href + 'display=popup', '_blank'); if (newTab) { if (window.focus) { newTab.focus(); } success = true; window._nslHasOpenedPopup = true; e.preventDefault(); } } if (!success) { window.location = href; e.preventDefault(); } } } } }); let buttonCountChanged = false; const googleLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="google"]'); if (googleLoginButtons.length && checkWebView()) { googleLoginButtons.forEach(function (googleLoginButton) { if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') { disableButtonInWebView(googleLoginButton); } else { googleLoginButton.remove(); buttonCountChanged = true; } }); } const facebookLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="facebook"]'); if (facebookLoginButtons.length && checkWebView() && /Android/.test(window.navigator.userAgent) && !isAllowedWebViewForUserAgent('facebook')) { facebookLoginButtons.forEach(function (facebookLoginButton) { if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') { disableButtonInWebView(facebookLoginButton); } else { facebookLoginButton.remove(); buttonCountChanged = true; } }); } const separators = document.querySelectorAll('div.nsl-separator'); if (buttonCountChanged && separators.length) { separators.forEach(function (separator) { const separatorParentNode = separator.parentNode; if (separatorParentNode) { const separatorButtonContainer = separatorParentNode.querySelector('div.nsl-container-buttons'); if (separatorButtonContainer && !separatorButtonContainer.hasChildNodes()) { separator.remove(); } } }) } });})();
記事URLをコピーしました