近畿

通天閣・新世界

2017 06 09 20;10 恵美須町 夜の通天閣
COTA

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

大阪 / 通天閣・新世界

同じエリア内の施設・場所

最終訪問日 2017年6月9日

初回訪問日 2017年6月9日

エリア内の施設

動物園前駅, 串カツ バイキング 大統領, 通天閣
この場所の訪問記録
  • 新着順
  • 古い順
  • COTA
    東海道新幹線に乗って京都。京都から奈良線で伏見。伏見稲荷は観光客で混雑していて落ち着かなかった。京阪の伏見稲荷駅には稲荷寿司のお店があった。京阪で祇園四条駅へ移動。鴨川を見て河原町に渡りバスに乗車。案内員の方が河原町の抹茶系のカフェは混んでいてお勧めできないというので、そのままバスで清水寺のある清水へ移動し抹茶スイーツのあるカフェに寄った。グリーンティーはガムシロップがついていた。 改めて京阪で大阪市内に移動。難波の千とせで肉吸いを食べて猫カフェ ラグドールへ。天王寺であべのハルカスにあるマリオット都ホテルにチェックイン。あべのハルカス展望台の景色はとてもよく一望できた。新世界・通天閣の下を通って串カツ バイキング 大統領へ。新世界の帰りに買った天王寺駅前のあべの たこやき やまちゃん 本店のたこ焼きが美味しい
  • おじいちゃん
    (木)大阪、通天閣、大阪城
この続きをみる
この場所で印象的な物事
  • 2022 01 03 17;04 原宿 新年の竹下通り
    賑やかな繁華街
  • 2021 12 12 18;25 芝公園 東京タワー
    タワー・塔
近畿で最近訪れた場所
  • 2017年6月11日
    2017 06 11 15;52 貴志駅 たま駅長モチーフの駅舎
    目印, 博物館, 駅や公共施設
    貴志
  • 2017年6月11日
    2017 06 11 15;13 伊太祈曽駅 駅員の猫 よんたま
    お店, 駅や公共施設
    伊太祈曽
  • 2017年6月11日
    2017 06 11 14;19 和歌山駅 和歌山電鉄のいちご電車
    駅や公共施設
    和歌山
  • 2017年6月11日
    2017 06 11 11;43 梅田 建設中のうめきた
    お店, 宿泊施設
    梅田
  • 2017年6月11日
    2017 06 11 18;54 新大阪駅 串カツだるま
    お店, 駅や公共施設
    新大阪駅
  • 2017年6月10日
    2017 06 10 20;11 大阪城 Nhk大阪ホール
    史跡, 駅や公共施設
    大阪城
  • 藤

    いますぐ楽になりたい

    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をコピーしました