埼玉県

長瀞

2022 07 17 13;19 長瀞ライン下り
COTA

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

秩父 / 長瀞

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

最終訪問日 2022年7月17日

初回訪問日 2022年7月17日

エリア内の施設

秩父鉄道 長瀞駅, 長瀞ライン下り, 野上 - 法善寺(枝垂れ桜), 洞昌院(萩の寺)
この場所の訪問記録
  • 新着順
  • 古い順
  • COTA
    池袋 西武池袋駅、秩父 西武秩父駅、長瀞駅、長瀞ライン下り、味の老舗 若松、宝登山ロープウェイ 宝登山麓駅、
  • おじいちゃん
    (月)秩父岩根山デ ミツバツツジ ミツバツツジ五分咲き
  • おじいちゃん
    (日)上長瀞デ桜を入てSL 下上り 花は満開を少しすぎている
  • おじいちゃん
    秩父岩根山デ ミツバツツジ満開 秩父羊山公園デ桜
  • おじいちゃん
    秩父岩根山 ツツヂ、ライン下り、秩父、山ガサ
  • おじいちゃん
    秩父・洞昌院萩の寺 高まヒガン花 花小金井一一野上-980円
  • おじいちゃん
    岩根山ノツツジと長瀞ライン下り
  • おじいちゃん
    長瀞・岩根山つつじ 花小金井よりー野上駅1800円 満開 (つりがね水仙)
  • おじいちゃん
    武州日野 武州中川で桜・カタクリ 法善寺で桜 カタクリ花わ終ていた 桜もをわりかかつていた
  • おじいちゃん
    秩父鉄道SL上長瀞 撮影
この続きをみる
この場所で印象的な物事
  • 機関車
    蒸気機関車(SL動態保存)
埼玉県で最近訪れた場所
  • 2022年7月17日
    電車
    主たる地域, お店, 駅や公共施設
    秩父
  • 2022年7月17日
    2022 07 17 14;28 長瀞 宝登山ロープウェイ ばんび
    公園, 景勝地
    宝登山(ロープウェイ)
  • 2022年7月17日
    2022 07 17 13;19 長瀞ライン下り
    お店, 景勝地, 駅や公共施設
    長瀞
  • 2021年8月18日
    2013 01 18 18 59 29さいたま新都心駅
    駅や公共施設
    さいたま新都心・与野
  • 2020年11月22日
    2020 11 22 15;57 さいたま市大宮 氷川神社 新嘗祭 奉納された生花や野菜
    思い入れがある, 史跡, 公園
    大宮公園・氷川神社(武蔵一宮)
  • 2020年11月22日
    2007 06 16 17 54 19大宮に停車中の115系
    主たる地域, 駅や公共施設
    大宮・宮原・蓮田・今羽
  • 藤

    いますぐ楽になりたい

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