甲信越

安曇野(大町・安曇野・穂高)

2019 02 10 16;31 大町市 木崎湖 木と桟橋
COTA

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

  • 宿泊施設
  • おじいちゃん
景色でたどる / 甲信越 / 安曇野(大町・安曇野・穂高)

最終訪問日 2019年2月10日

初回訪問日 2019年2月10日

エリア内の施設

ヤマザキショップ(Yショップ)ニシと縁川商店, 仁科三湖(青木湖・木崎湖・中綱湖), 仁科神宮
この場所の訪問記録
  • 新着順
  • 古い順
  • COTA
    新宿からバスで岡谷へ向かう。岡谷からレンタカーで松本を経由して白馬村に向かい雪道をドライブして岡谷に戻る旅。梓川SA (上り)、木崎湖湖畔にあるYショップ ニシ (縁川商店)に寄る。夕食は 岡谷 蕎麦屋みのり。
  • おじいちゃん
    白馬、仁科(ニシナ)三湖、仁科神宮、松本城・資料館
  • おじいちゃん
    自黒(??)・北アルプス。ワサビ畑 松本城 長野県南安多郡豊科町大字南穂高 (COTA:現住所 長野県安曇野市豊科南穂高、このメモの意味するものは不明)
  • おじいちゃん
    犀川の白鳥を撮る ビレッジ安曇野宿泊(8394円)
この続きをみる
この場所で印象的な物事
  • 2017 10 30 12;35 箱根駒ヶ岳 箱根芦ノ湖 行き交う遊覧船
    湖・貯水池の風景
  • 2019 05 19 17;57 南房総市 原岡海水浴場 桟橋と夕陽
    桟橋
甲信越で最近訪れた場所
  • 2020年12月20日
    富士山
    主たる地域, 博物館, 史跡, 公園, 駅や公共施設
    河口湖・富士急ハイランド・精進湖
  • 2020年12月20日
    富士山
    主たる地域, 景勝地, 宿泊施設, 駅や公共施設
    山中湖・忍野(忍野八海)
  • 2020年12月20日
    2020 12 20 13;16 南巨摩郡身延町 本栖湖と富士山
    景勝地
    身延・富士川・南部町(身延線)
  • 2020年12月19日
    2014 05 31 11 59 23富士急の電車から見る富士山
    景勝地, 駅や公共施設
    郡内(大月・上野原・富士吉田・都留市・富士急沿線)
  • 2020年8月22日
    2020 08 22 15;26 新潟県十日町市松之山 旧東川小学校 最後の教室 体育館
    思い入れがある, 博物館
    最後の教室(旧東川小学校)
  • 2019年4月30日
    2019 04 30 16;40 新潟県十日町市 清津峡付近の桜
    景勝地
    清津峡
  • 藤

    いますぐ楽になりたい

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