中国・四国

高松城・玉藻公園

2014 07 19 21 33 34高松城 Gokan Dining
COTA

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

高松 / 高松城・玉藻公園

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

最終訪問日 2014年7月19日

初回訪問日 2014年7月19日

この場所の訪問記録
  • 新着順
  • 古い順
  • COTA
    瀬戸大橋、高松駅、高松築港駅、ことでん 琴電琴平駅、セブンイレブン こんぴら店、しょうゆ豆本舗×浪花堂餅店。琴電琴平駅前に戻りあらかじめ手配していたうどんタクシーに乗車。客の好みを聞きながらタクシーの無線を駆使して複雑な開店状況や混雑情報を他の乗務員と情報交換しながら進む。うどんの原料の小麦畑に植えられたひまわり畑や、まんのう町の満濃池にもよってくれた。最初に寄った手打ちうどんのやまうちさんのうどんに特に感動した。「まだ食べられる?」と気にかけてくれつつ、最終的には時間を大幅にオーバーしながらも4店舗に寄ってくれた。 琴平駅前に戻ったら金毘羅宮に上る。暑くてつらい。麓に戻ってお店でドクターフィッシュで角質を落とす。夜は高松港・北浜や高松城へ。北浜のインダストリアルな倉庫カフェumieが工場をそのままカフェにしているようで、下町の工場育ちには個人的な好みだった。高松城ではGOKANという展示をやっていて綺麗だった
この続きをみる
この場所で印象的な物事
  • 庭園
    日本庭園
  • 2012 03 24 14 59 38盆栽美術館庭の盆栽
    マツ
中国・四国で最近訪れた場所
  • 2019年7月7日
    2019 07 07 10;49 尾道 千光寺公園 頂上展望台 瀬戸内海
    博物館, 史跡, 公園, 景勝地
    千光寺公園 頂上展望台(ロープウェイ)
  • 2019年7月7日
    2019 07 07 08;00 尾道 渡船
    駅や公共施設
    渡船(尾道)
  • 2019年7月7日
    2019 07 07 09;48 尾道 自転車で渡船する人々
    主たる地域, お店, 景勝地, 宿泊施設, 駅や公共施設
    尾道・福山
  • 2015年7月6日
    2014 07 21 13 42 18岡山 上之町商店街
    主たる地域, お店
    岡山
  • 2015年7月6日
    街
    景勝地
    倉敷美観地区
  • 2015年7月6日
    2015 07 06 16 13 倉敷駅前
    お店, 史跡, 景勝地, 駅や公共施設
    倉敷
  • 藤

    いますぐ楽になりたい

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