(No title)

2017 08 13 14;16 五所川原 市場中食堂 市場で直接海鮮を乗っけてもらうやってまれ丼
COTA
COTA
COTA
COTAの手記
東北新幹線で盛岡、盛岡から10分でロッカーを探して高速バスに乗り換えて弘前。9:10新幹線到着、9:20バス発車。弘前行きのバス「ヨーデル号」の切符を買いにJRバスセンターへ。バスは大変混雑しており、補助席は使わない程度だがほぼ満席。バスは古く、お尻を振っているような動きをするので酔いそうになる。弘前 土手町巡回バス(100円バス)で、猫のいるカフェ「ホートン」に向かうもまだ開店前。駅前に歩いて戻りお土産やさんを見て回った。カフェ・ホートンの前では看板猫がなぜか外にいた。外国人観光客が電車に乗り遅れてホームで大声で話していた。隣にリゾートしらかみ・橅 編成が到着。間も無く発車した。五能線 深浦行き3、4号車は鯵ヶ沢止まり。五所川原 市場内食堂というのでサイズがよくわからなかったが、食堂に小さな魚屋さんが二つ、最小限あるような感じだった。元々は大きい市馬だったのかもしれない。周囲には空き地が沢山あった。そのうちひとつ、睦屋という鮭・筋子を扱うお店の筋子は美味しかった。果物屋さん(バナナ)とパチンコ屋さんくらいしかやっていなかった。青森は果物屋さんが多い。リンゴ農園が多くフルーツへの関心が高いのだろうか。昔「くまげら」という編成に乗ったが、今回は「青池」。「橅」が最新編成で乗りたかったが時間は合わなかった。風が強く涼しくて気持ちいい。弘前に戻りタクシーで急ぎホートンへ。店員は近所のおばちゃんらしき人とずっと会話をしていた。猫は自由。ケーキも完全手作りのようだった。行きはお尻を振るような動きをしていたが、帰りはブレーキかシフトチェンジの時に揺れた。始発の弘前バスターミナルから乗ったが大行列だった。ギリギリ乗り切った感じだ。ホテルメトロポリタン盛岡ニューウィング, 盛岡市 盛岡駅の売店で買ったいくら、お酒などを飲む
このとき居た場所
  • ねぶた
    五所川原・北津軽(五能線・津軽鉄道)

    青森県五所川原市 五所川原駅周辺

  • 図書館
    弘前・黒石・南津軽・中津軽
  • 藤

    いますぐ楽になりたい

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