九州・沖縄

竹富島

海
COTA

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

最終訪問日 2023年10月8日

初回訪問日 2023年10月8日

解説 サンゴ礁の隆起によって生じた琉球石灰岩からなる島。各集落の入り口には、ガジュマルの大木の周囲に石垣を積んだ「スンマシャー」と呼ばれる広場が設けられている

思い出 街並みは海外にいるようでしかもとても綺麗だった。貧しい時代を超えてリゾート開発に翻弄された経緯がある。ここの水牛車に対しては島民も複雑な気持ちがあることを知った。事実由布島と感触も全く違い、道を歩いていても運転手が歩行者に「どいて」と声をかけていたのは交通の原則と異なり違和感を感じた

この場所の訪問記録
  • 新着順
  • 古い順
  • COTA
    快晴, 暑い
    西表島や竹富島の離島へ。ANAインターコンチネンタル石垣リゾート、石垣港離島ターミナル、西表島 大原港(仲間港)、西表島 マングローブの森、水牛車乗り場、由布島、由布島レストラン、由布島ブーゲンビレアガーデン、由布島小中学校の跡地、竹富島、茶屋 たかにゃ、なごみの塔、西桟橋、西のスンマシャー、ベッセルホテル石垣島
この続きをみる
受け止め方
  • 水牛

    石垣島、竹富島、西表島

この場所で印象的な物事
  • 2016 07 18 19 41 東京駅舎
    歴史的な建造物
  • COTA
    砂浜・海浜
九州・沖縄で最近訪れた場所
  • 2023年10月9日
    2023 10 09 11;05 新石垣空港 八重山そば
    お店, 駅や公共施設
    新石垣空港 (南ぬ島 石垣空港)
  • 2023年10月9日
    2023 10 08 21;02 石垣市浜崎町 ベッセルホテル石垣島
    お店, 宿泊施設, 駅や公共施設
    石垣市街・離島ターミナル
  • 2023年10月9日
    ホテル
    主たる地域, 駅や公共施設
    石垣島
  • 2023年10月8日
    海
    主たる地域
    竹富島
  • 2023年10月8日
    水牛
    主たる地域, 景勝地, 駅や公共施設
    由布島・水牛車
  • 2023年10月8日
    木
    主たる地域, 景勝地, 駅や公共施設
    西表島
  • 藤

    いますぐ楽になりたい

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