鮪 ドナルドダック ビッグデータ 弥生時代 湘南

1710160516 Maxresdefault.jpg
COTA

茅ヶ崎・平塚・藤沢・大磯は「湘南」じゃない。見せよう、これが湘南の真の姿だ。

狭隘な道を迫り来るラリースト、キャベツ畑ハラスメント、たくさんのドナルドダックのようなもの、弥生時代からのロングセラー「ストラップグリップGタイプ」、降り積もる難題の数々に我らがGoogleのビッグデータが導き出した答えは!?

そして、最終バスにさよならを。

ここにはかつて湘南電鉄という鉄道会社がありました。これが今の京急電車の一部となっています。

多くの人にとって「湘南に見えた背景側」が今の湘南と認知されてしまっています。元々なんか偉い人は三浦半島の方をここを湘南と呼んだらしいのに。

なんて嘆かわしい!

しかし京急沿線はいつだってそうです。関東最古の電車であり鉄道業界の創意工夫の多くは同社が由来なのに、美味しいところはみんな他の会社に持って行かれてしまう。ネットでもありますね。広報や再現性のない仕組みでお金にはしないけど、豊かな発想であるイノベーター。

魅力満点な鎌倉や茅ヶ崎を背景にした三浦とはどんなところなのか。ご覧いただきましょう。

Youtube 登録:https://www.youtube.com/c/CotaJp?sub_confirmation=1

メインサイト:

Twitter : https://twitter.com/co_ta

Instagram : https://www.instagram.com/cota

▼ 関連リンク

・利用した切符:みさきまぐろきっぷ

(2021/8/6公開日現在、おそらく昼間の飲食店に集中することへの新型コロナウィルス感染拡大防止措置として発売時間は始発から9:59までと13:00から。代わりに)

https://www.keikyu.co.jp/visit/otoku/otoku_maguro/

・頂いた海鮮丼(三浦海岸):まつばら さん

https://goo.gl/maps/KwiPCvZzPsXY7YDSA

・レビュー製品:ストラブ・グリップ「 Gタイプ 」

https://www.sb-material.co.jp/products/cap/item_1

▼ 「実験に参加しませんか」シリーズとは

伝え方も受け取り方も、ひとつじゃないから楽しめる。悩むこと、辛いこともたくさんあるけれど、全てが解決する日なんて来ないから。旅をしませんか?

#ラジオ #散歩

00:09:27 – 2021-08-06 19:30:14 – 参照元:Youtube

このとき居た場所
  • 2015 05 02 15;280009三崎のキャベツ畑を走るバス
    剱崎・毘沙門天・江奈湾・金田海岸・宮川港
  • 芋
    三浦・津久井浜

    みかんがり、いちご狩り、芋掘りとその帰りに浜辺に寄って帰ることが多かった

  • 藤

    いますぐ楽になりたい

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