<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Roots of the Tree</title>
    <link rel="alternate" type="text/html" href="http://riquid.net/" />
    <link rel="self" type="application/atom+xml" href="http://riquid.net/atom.xml" />
    <id>tag:riquid.net,2009-09-25://1</id>
    <updated>2022-02-06T11:05:02Z</updated>
    <subtitle>　　　R.o.Tは、りきっどの個人徒然サイトです。</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 6.8.5</generator>

<entry>
    <title>プロバイダから、サーバー上の改ざん・不正アクセスの連絡がきた話</title>
    <link rel="alternate" type="text/html" href="http://riquid.net/2022/02/post-71.html" />
    <id>tag:riquid.net,2022://1.151</id>

    <published>2022-02-06T11:29:04Z</published>
    <updated>2022-02-06T11:05:02Z</updated>

    <summary>この記事で書きたいことは、ざっくり以下のようなことです。 ・半放置しているサーバ...</summary>
    <author>
        <name>りきっど</name>
        
    </author>
    
        <category term="日記/雑記" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://riquid.net/">
        <![CDATA[<p>この記事で書きたいことは、ざっくり以下のようなことです。</p>

<p>・半放置しているサーバーで、プロバイダよりサーバー上で著しい負荷を検知し、<br />
　第三者からの悪意あるファイルの設置・改ざんが行われている可能性があり、<br />
　パーミッションを755 から0へ変更したとの連絡がきた。</p>

<p>・不正アクセスの踏み台とされていることが考えられるため、安易にパーミッションを元に戻すのは危険であり、<br />
　原因調査と対策を行ってから戻すようにしてほしいとのこと。</p>

<p>・調査の結果、使用しているMovable Type（ブログなどで使っているコンテンツ管理ツール）<br />
　をアップデートしていなかったことにより、<br />
　XMLRPC APIにおけるOSコマンドインジェクションの脆弱性を狙った攻撃を受け、<br />
　見知らぬPHPファイルなどの設置や、.htaccess を書き換えられていた。</p>

<p>・本脆弱性の深刻度は緊急（CVSS v3基本値9.8）であり、即時対策実施を求められる案件にもかかわらず見逃していた。<br />
　PCやザーバー上の脆弱性に関しては、緊急・深刻な案件もあるので、<br />
　あまり使っていないシステムでも確認しておく必要がある</p>

<p>・個人でもサイバー攻撃に注意しなければならない時代になってきた。<br />
　データのバックアップを取るなど、自衛の意識を上げる必要がある。</p>

<p><br />
書きたいことは上にまとめましたので、あとは時系列順に書いていきます。</p>

<p><br />
12月の某日、たまたま自分のページのトップ画面を見たときに<br />
よくわからない英語の宣伝のページに書き換えられていることに気が付きました。<br />
サーバーのファイルマネージャーからファイルを確認してみると、<br />
indexのファイルが書き換えられていたり、見知らぬPHPファイルや.htacsessが多数入っていました。</p>

<p>「うわ～、ついにうちにもサーバーデータ改ざんの被害がきたよ」と若干焦りながらも<br />
インターネット・サービス・プロバイダ（ISP）の方に<br />
「改ざんが行われているのを確認したので、データを1か月前にリストア（復元）してほしい」<br />
と依頼したところ、個別のリストアは行っていない旨をいわれました。<br />
仕方がないからサーバーのデータを全削除して、個人でバックアップを取っていた<br />
1年前のデータからリストアしました。</p>

<p>念のためMovable Typeとサーバーのパスワードも変更して起き、<br />
いやぁ大変だったなぁ、どっかからパスワードが漏れたのかなぁ？<br />
なんてのんきなことを思いながら、事態が終了したものと、この時は思っていました。</p>

<p><br />
そして1月某日、ISPから上記に記載したような警告メールが来たわけです。<br />
ファイルマネージャーでサーバー確認すると、前回と同じような症状が勃発しました。<br />
短期間での再発ということで、おそらくパスワードが破られたわけではないことが分かります。<br />
対策を取らないと同じことが何回も繰り返し、最悪サーバーの利用停止になります。</p>

<p>この時点でおおよそ「Movable Type」が何らか絡んでいるだろうということは想定できたので、<br />
このシステムそろそろ辞め時かなぁ、でも今は無料のだけど、変えるとなると有料になりそうだし、<br />
12年使っているから今更変えるのめんどくさいなぁ、等々思ってました。</p>

<p><br />
しばらく調べると、幸いなことに原因と思われるものを発見しました。</p>

<p>・XMLRPC API のOSコマンドインジェクション脆弱性を利用した脆弱性について（公式）<br />
　<a href="https://www.sixapart.jp/movabletype/news/2021/10/20-1100.html" target="_blank" rel="noopener">https://www.sixapart.jp/movabletype/news/2021/10/20-1100.html</a></p>

<p>・Movable TypeのXMLRPC APIにおける脆弱性に関する注意喚起（一般社団法人JPCERTコーディネーションセンター）<br />
　<a href="https://www.jpcert.or.jp/at/2021/at210047.html" target="_blank" rel="noopener">https://www.jpcert.or.jp/at/2021/at210047.html</a></p>

<p>本脆弱性が悪用された場合、遠隔の第三者が、任意のOSコマンドを実行する可能性があるので<br />
速やかに対策を適用すること、となっていました。</p>

<p><br />
サーバーのコンテンツ管理システムで、バージョンアップするのが少しめんどくさいので<br />
正直なところ10年ぐらいバージョンアップをほったらかしにしていました、すいません。<br />
しかしこんな状況になれば、バージョンアップしないわけにはいかなくなりました。<br />
今回のバージョンアップは有料版だけでなく、無料版の方も対応しているとのことでした。<br />
ただ、なんせ10年ぶりぐらいにシステム領域をいじるわけですから、ほとんど忘れており、<br />
公式のページを参照しながら、悪戦苦闘しつつバージョンアップを完了させました。</p>

<p><br />
バージョンアップおよびサーバーのデータをもとに戻し、三度パスワードを変更して<br />
ISPに対策を完了したので、パーミッションを755に戻す連絡をしました。<br />
その後1か月ほどたちましたが侵入の形跡はないため、一応大丈夫ではないかと思います。<br />
ちなみにその時のアクセスビューですが、こんな感じに膨らんでおります。<br />
そりゃサーバー管理者から怒られるわけです。</p>

<p><img alt="pageview.jpg" src="http://riquid.net/2022/02/06/pageview.jpg"  class="mt-image-none" style="" /></p>

<p><br />
最近では1月におこった、Oracle Java の脆弱性対策について（一般社団法人JPCERTコーディネーションセンター）<br />
<a href="https://www.ipa.go.jp/security/ciadr/vul/20220119-jre.html" target="_blank" rel="noopener">https://www.ipa.go.jp/security/ciadr/vul/20220119-jre.html</a><br />
が緊急性の高い脆弱性であったため、業界では対策に追われたところも多かったと思いますが、<br />
セキュリティに関しては、専門家だけでなく一般ユーザーの浸透も以前にもまして重要になってきていますね。</p>

<p>個人でもパソコンやスマホ無しには生活できない状況になってきていますが、<br />
ITシステムの進化と同じく、サイバー攻撃の手法も日々進化しており、<br />
個人レベルであっても、対策はそれに応じて取り組む必要な世の中になってきました。</p>

<p>一昔前のテレホーダイ時代は、Q2ダイヤルに接続されているのを知しらずに高額請求される<br />
といったケースを聞きながら、馬鹿だなぁと笑っていましたが、<br />
今はうっかりしていると、ランサムウェアやマルウエア、偽装メールなんかの被害に合うことなんかも考えられます。<br />
しかも手口が結構巧妙になって、気が付かないうちに被害に合っている可能性もあり、<br />
一個人が気を付けるだけでは難しい時代になってきています。</p>

<p><br />
そのような時に、もちろん従来のウイルススキャンソフトはある一定の効果はありますが、<br />
従来の侵入させない（防御）だけでは不十分で、侵入を前提とした対応を考えていく必要があると思います。<br />
たとえば個人のデータであっても、月に1回はバックアップを取っておいたり、<br />
被害を検知した時には、「攻撃の封じ込め」「攻撃の影響を取り除く」「現状復帰」「再発防止」<br />
などを念頭に置き、防御と復旧を考えたうえでセキュリティを構築していくことが<br />
個人にも求められてきているわけです。</p>

<p>情報システムの進化に、それを使う人間が追い付いていないともいえますが、<br />
今更パソコンやスマホを捨てて、ネット環境を一切遮断して生活することはもはや不可能です。<br />
サイバー攻撃は他人ごとではなく、またかかった人が悪いともいえませんので、<br />
1人1人がセキュリティーに意識を向けて、うまく付き合っていくしかないなぁと思いました。</p>

<p>ここまでお読みいただきありがとうございました。<br />
皆様もお気を付けください。</p>]]>
        
    </content>
</entry>

<entry>
    <title>PC新調メモ2-1</title>
    <link rel="alternate" type="text/html" href="http://riquid.net/2022/02/pc2-1.html" />
    <id>tag:riquid.net,2022://1.152</id>

    <published>2022-02-05T11:16:34Z</published>
    <updated>2022-02-06T11:04:38Z</updated>

    <summary>諸般の事情で、グラフィックボードを買い替えることになりました。 2年前に買い替え...</summary>
    <author>
        <name>りきっど</name>
        
    </author>
    
    
    <content type="html" xml:lang="ja" xml:base="http://riquid.net/">
        <![CDATA[<p>諸般の事情で、グラフィックボードを買い替えることになりました。<br />
2年前に買い替えてたらよかったですね、時機を逸した感じはしますが致し方ないです。<br />
それ以外の構成はそのままと言うことで、電源が400Wしかないため<br />
補助電源無しで一番スペックが高いGeForce GTX 1650（GDDR6）にしました。<br />
前任のGeForce GTX 750 Ti （ASUS）は8年使ってた計算になりますので、よく活躍してくれたと思います。</p>

<p>GeForce GTX 1650は補助電源無しでは最上位モデルですので、<br />
今後グラフィックボードを買い替えた時でも、他のPCに流用も可能かと思いますので<br />
それを前提で全長が151mmのコンパクトサイズのにしました。<br />
今後グラボを買い替える予定があるかどうかは分かりませんが・・・。</p>

<p>　CPU:: Core i5-8400 (6Core 2.8 to 4.0 GHz, 9M Cache, TDP65W)<br />
　RAM:: DDR4 SDRAM 16GB (PC4-212300 8GBx2 , うち4GB RAMdisk)<br />
　SSD:: Crucial BX500 256GB<br />
　HDD:: 8TB (うち4TBはRAID1)<br />
　VGA:: nVIDIA GeForce GTX 1650 OC GDDR6 4GB（ZOTAC）<br />
　DRV:: Blu-ray Disc Drive<br />
　POW:: 400W<br />
　OS :: Microsoft Windows10 Home 64bit</p>]]>
        
    </content>
</entry>

<entry>
    <title>PC新調メモ2</title>
    <link rel="alternate" type="text/html" href="http://riquid.net/2019/05/pc2.html" />
    <id>tag:riquid.net,2019://1.150</id>

    <published>2019-05-18T16:00:57Z</published>
    <updated>2022-02-06T10:09:10Z</updated>

    <summary>2014年に購入したPCが、おそらくはマザーボードの故障で動かなくなってしまった...</summary>
    <author>
        <name>りきっど</name>
        
    </author>
    
        <category term="日記/雑記" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://riquid.net/">
        <![CDATA[<p>2014年に購入したPCが、おそらくはマザーボードの故障で動かなくなってしまったため<br />
5年ぶりにPCを新調しました。<br />
Windows10が調子よく動いてくれてたので、あと数年は買い替え予定はなかったのですが<br />
致し方ないところです。</p>

<p>　CPU:: Core i5-8400 (6Core 2.8 to 4.0 GHz, 9M Cache, TDP65W)<br />
　RAM:: DDR4 SDRAM 16GB (PC4-212300 8GBx2 , うち4GB RAMdisk)<br />
　SSD:: Crucial BX500 256GB<br />
　HDD:: 8TB (うち4TBはRAID1)<br />
　VGA:: nVIDIA GeForce GTX 750 Ti 2GB(ASUS)<br />
　DRV:: Blu-ray Disc Drive<br />
　POW:: 400W<br />
　OS :: Microsoft Windows10 Home 64bit</p>

<p><img alt="windows_experience_index2.jpg" src="http://riquid.net/2002/05/19/windows_experience_index2.jpg" width="564" height="293" class="mt-image-none" style="" /><br />
windows_experience_index2.jpg</p>

<p>Windows Experience Indexでは高値を示していますが、<br />
体感としては5年前からの進化はあまり見られない感じです。<br />
やはりCPUの進化よりも、CドライブのSSD化の方が早さの実感を得られますね。</p>

<p>PCの買った時期とスペックメモは、普段は役に立たないんですが、こういう時は意外と便利だったりします。<br />
前の壊れたPCはKairuは引き取ってくれるということで、お送りさせていただきます。<br />
壊れたといっても、CPUやメモリなどは健在ですから、使いようによっては役に立つと思います。</p>]]>
        
    </content>
</entry>

<entry>
    <title>IPhone6s(iOS) v.s. Xperia z5(Android)</title>
    <link rel="alternate" type="text/html" href="http://riquid.net/2016/07/-iphone5sauxperia-z5au-regza-tablet-at503xperia-z4-tablet.html" />
    <id>tag:riquid.net,2016://1.149</id>

    <published>2016-07-16T23:12:04Z</published>
    <updated>2022-01-24T14:16:00Z</updated>

    <summary>先日より、会社から貸与されている携帯電話が IPhone5s（AU）から、Xpe...</summary>
    <author>
        <name>りきっど</name>
        
    </author>
    
        <category term="日記/雑記" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://riquid.net/">
        <![CDATA[<p>先日より、会社から貸与されている携帯電話が<br />
IPhone5s（AU）から、Xperia Z5（AU）に変更となりました。<br />
それに加えて、タブレットもregza tablet at503からXperia Z4 Tablet<br />
に変更となりました。</p>

<p>ちょっとモバイル端末が多すぎとうちの嫁から言われてたしてますが<br />
半分は会社からの支給品なので、仕方がないところもあるわけですが。</p>

<p>現在持っているものとして<br />
<携帯><br />
　・個人所有：ガラケー（GRATINA（グラティーナ）/AU）<br />
　・個人所有：IPhone 6s（simフリー）<br />
　・会社支給：Xperia Z5（AU）</p>

<p><タブレット><br />
　・個人所有：Windowsタブレット（Miix2.8/Windows10）<br />
　・会社支給：Xperia Z4 Tablet</p>

<p><ルーター><br />
　・会社支給：Wi-Fi WALKER LTE（AU）</p>

<p><ノートPC><br />
　・会社支給：DELLノートPC</p>

<p><br />
最近は当然のことながら、会社支給のものにはSPPMと言う<br />
端末モニタリングシステムがあらかじめインストールされてますので、<br />
基本的には業務使用以外の使用は不可とされています。<br />
ただものによっては、一部の業務時間外の私的使用が許されていたり<br />
一部（SNSやゲーム等を除く）のアプリのインストールが許されていたり<br />
テザリングが許されていたりと、厳密な会社ではありえないようなことが<br />
今でも制限されていないという緩い側面もあります。</p>

<p><br />
さて、会社携帯がIPhone5sからXperia Z5に変わったことに際して<br />
個人所有のIPhone6sを購入して使っているわけですが、<br />
やはり数か月使ってみた使い心地としては　『IPhone（iOS） ＞ Xpria（Aandroid）』<br />
という感じだと思います。<br />
カタログスペック的にはXpriaの方が高いのに対して、<br />
操作性と実感速度、そしてバッテリーの持ちに関してはIPhone6sの方が体感でも高いと感じます。<br />
これに関しては最近のAndroidは改善しているのかなぁと思っていましたが、<br />
比べてみれば未だにIPhoneの方に分があるかなぁと思います。</p>

<p>ですので、絶対にこっちの方がというこだわりがなければ、<br />
ハイスペック価格帯ではIPhoneの方がお勧めかなと思います。<br />
特に3大キャリアでは、現状はIPhoneの販売奨励金が大きいため、<br />
高スペックAndroidよりかは、IPhoneの方がメリットが高い気がします。</p>

<p>逆にAndroidは、低価格帯では良いのではないかなと思っています。<br />
SIMフリーや格安スマホで、安いのを求めてて端末スペックを求めない人にはお勧めかなぁと。<br />
この価格帯ではAndroid以外の選択肢がないというのもありますが。</p>

<p>まぁIPhoneにかかわらず、電子機器の値段って意外と正確ですから、<br />
高いのには、安いのにはわけがあるということですね。</p>]]>
        
    </content>
</entry>

<entry>
    <title>PC新調メモ</title>
    <link rel="alternate" type="text/html" href="http://riquid.net/2014/08/pc-3.html" />
    <id>tag:riquid.net,2014://1.148</id>

    <published>2014-08-31T12:39:24Z</published>
    <updated>2022-02-06T10:15:12Z</updated>

    <summary>2009年9月以来、5年ぶりにPCを新調しました。 最近は環境の引継ぎなんかも楽...</summary>
    <author>
        <name>りきっど</name>
        
    </author>
    
        <category term="日記/雑記" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://riquid.net/">
        <![CDATA[<p>2009年9月以来、5年ぶりにPCを新調しました。<br />
最近は環境の引継ぎなんかも楽になりましたね。</p>

<p>　CPU:: Core i5-4590 (Quad Core 3.3 to 3.7 GHz, 6M Cache, TDP84W)<br />
　RAM:: DDR3 SDRAM 16GB (PC3-12800 8GBx2 , うち4GB RAMdisk)<br />
　SSD:: Crucial MX100 256GB<br />
　HDD:: 4TB (うち2TBはRAID1)<br />
　VGA:: nVIDIA GeForce GTX 750 Ti (ASUS)<br />
　DRV:: LG NH24NSB0 DVD±RW24x<br />
　POW:: 550W<br />
　OS :: Microsoft Windows7 Home Premium 64bit (OEM)</p>

<p>元々はSSDを入れたいと思っていたのですが、それならば5年ぶりだし<br />
いっそのこと全部変えてしまおうという、大したこともない理由で買い換えました。</p>

<p>Windows7の延長サポート終了日が2020年1月14日の予定ですので、<br />
とりあえずはあと5年はこれで行って、その時にどうしようか考えようと思います。<br />
（今のWindows7のシェアからして、延長サポートが伸びる可能性も大いにありますし）</p>

<p>Windows Experience Indexでは当然ですが高値を示しています。</p>

<p><br />
実際のところ、起動はSSDのおかげでかなり早くなりましたし、<br />
動画のエンコードも今までの半分ぐらいの時間ですむようになりました。<br />
メモリの実感は今のところあまり感じませんが、RAMdisk領域を多く取れるようになったので、<br />
キャッシュの容量管理をしなくてもすむようになりました。<br />
全般的に速度やもたつきの回避が実感できます。<br />
（もっとも、OSを入れなおした影響が加味されている可能性も高いですが）</p>

<p>ワイヤレスマウス＋ワイヤレスキーボード＋HDMIケーブルで、<br />
リビングの52インチ液晶テレビに出力できるようになったのも地味に便利です。<br />
（家族が来たときに子どもの動画や写真をリビングで上映できたり等）</p>

<p>価格は10万ちょいしました。<br />
若干オーバースペックなところもあるので、<br />
メモリを8GBに、グラフィックをオンボードにすると7万円台になりますので<br />
これから買い換える人は、こちらの方が一般的かもしれませんね。</p>

<p>ちなみに旧PCは着払いで、海を渡って大将の元に引き取られていきましたとさ。</p>]]>
        
    </content>
</entry>

<entry>
    <title>Webサーバ内のデータをぶっとばしてしまいました</title>
    <link rel="alternate" type="text/html" href="http://riquid.net/2014/08/web-1.html" />
    <id>tag:riquid.net,2014://1.147</id>

    <published>2014-08-15T14:16:40Z</published>
    <updated>2014-08-15T14:46:54Z</updated>

    <summary>久しぶりにブログを書いております。 子どもが生まれてから、なんとなくお休みしてお...</summary>
    <author>
        <name>りきっど</name>
        
    </author>
    
        <category term="日記/雑記" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://riquid.net/">
        <![CDATA[<p>久しぶりにブログを書いております。<br />
子どもが生まれてから、なんとなくお休みしておりましたが、<br />
PC買い換えたのと、ついでにWebサーバをいじっていたら<br />
我ながらイージーミスをやっちゃいましたので、ご連絡します。</p>

<p><br />
うちのWeb＆メールサーバは、さくらインターネットのレンタルサーバ(ライト)<br />
を使っており、それに独自ドメイン(riquid.net)を足して動かしています。<br />
宣伝ではありませんが、10GBの容量でメールアドレスも無制限に付け加えられて、<br />
年間2400円で稼動できるので、結構重宝していたりします。<br />
<a href="http://www.sakura.ne.jp/lite.html" target="_blank" title="http://www.sakura.ne.jp/lite.html">http://www.sakura.ne.jp/lite.html</a></p>

<p>さて、ブログ生成で『Movable Type』なるものを使っているのですが、<br />
旧バージョンの脆弱性が言われており、新しいバージョンを入れなおした方が良い<br />
とのことで、一旦www内のデータを全部消す→Movable Typeの新しいのを入れなおす<br />
ということをするために、www内のバックアップをとって全部消そうと思ったのですが、<br />
どこでどう間違えたのか、www内ではなく、root以下すべてのデータを消してしまいました。</p>

<p>初歩的なミスではありますが、致命的なミスですよね、はい。<br />
さすがにroot直下のバックアップは取っていなかったもので<br />
人為的ミスで、全てのデータが吹っ飛んでしまったというわけです。</p>

<p><br />
www以下はMovable Typeのバージョンをあげて復旧させましたが、<br />
全てのメール情報、.login、.profile、.sshなんかも消えてしまいました。<br />
とりあえずメールアドレスは再定義したので送受信はできますが、<br />
過去のメールデータは永遠に闇の中という訳です。<br />
まぁなくなると困るようなメールはそんなになかったかとは思いますが、というか思いたい。</p>

<p>せっかくの休みのうち4時間ぐらいこのせいで費やしてしまったというわけです。<br />
これからはメールもバックアップとっときゃなきゃいけないなぁとも。</p>

<p>まぁみなさま、くれぐれも間違えてroot以下をぶっ飛ばすなんてことをしないように<br />
というお話でした。まぁ普通しないよね。</p>

<p>*Movable Typeのバージョンを4から6に上げたため<br />
　一部www内の設定がうまく引き継いでいないところがあるかもしれません。</p>]]>
        
    </content>
</entry>

<entry>
    <title>四国八十八ヶ所１</title>
    <link rel="alternate" type="text/html" href="http://riquid.net/2013/05/post-70.html" />
    <id>tag:riquid.net,2013://1.146</id>

    <published>2013-05-16T13:46:45Z</published>
    <updated>2014-08-15T09:14:45Z</updated>

    <summary>別に罰ゲームでも、受験生の合格祈願でもありませんが、 ゴールデンウィークに、四国...</summary>
    <author>
        <name>りきっど</name>
        
    </author>
    
        <category term="旅行/お出かけ" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://riquid.net/">
        <![CDATA[<p>別に罰ゲームでも、受験生の合格祈願でもありませんが、<br />
ゴールデンウィークに、四国八十八ヶ所巡礼に行って参りました。<br />
本来ならば10日間以上かかるこの行程を、今回は5日で回ってきました。</p>

<p>一人で回っていたならば、おそらく5日間で全行程を回っただろうと思いますが、<br />
うちの相方と一緒に行ったので、無理は出来ないのと、色々と観光も兼ねていったので<br />
最終的には64個の寺を回るにとどまりました。<br />
残りの24寺は次回に持ち越ししたいなぁと思います。</p>

<p>『○番○○寺！』みたいな写真もかなり撮りましたしが、<br />
今回は写真は枚数も多いですので割愛致します。<br />
行程表だけ以下に記載いたします。<br />
相当頑張れば5日で88寺を何とか回れるかとは思いますので、<br />
チャレンジされたい方は参考にしていただければと思います（笑）</p>

<p><br />
★徳島：発心の道場<br />
　　比較的1個1個の寺の間が短く、平地にあるため回りやすい。<br />
　　難関は悪路の山道を走る12番焼山寺と20番鶴林寺、ロープウェイを使う21番太龍寺。</p>

<p>4月29日（月）<br />
1番霊山寺（りょうざんじ）：12:51～13:03、極楽寺まで1km<br />
2番極楽寺（ごくらくじ）：13:09～13:18、金泉寺まで3km<br />
3番金泉寺（こんせんじ）：13:29～13:38、大日寺まで7km<br />
4番大日寺（だいにちじ）：13:53～14:00、地蔵寺まで2km<br />
5番地蔵寺（じぞうじ）：14:07～14:13、安楽寺まで5km<br />
6番安楽寺（あんらくじ）：14:26～14:36、十楽寺まで1km<br />
7番十楽寺（じゅうらくじ）：14:43～14:59、熊谷寺まで4km<br />
8番熊谷寺（くまだにじ）：15:10～15:22、法輪寺まで3km<br />
9番法輪寺（ほうりんじ）：15:35～15:45、切幡寺で5km<br />
10番切幡寺（きりはたじ）：16:05～16:09、藤井寺まで12km<br />
11番藤井寺（ふじいでら）：16:37～16:41、焼山寺まで36km<br />
12番焼山寺（しょうさんじ）：17:41～18:02、大日寺まで30km<br />
13番大日寺（だいにちじ）：18:44～18:47、常楽寺まで3km</p>

<p>日没のためこれにて終了、徳島で一泊！</p>

<p><br />
4月30日（火）<br />
14番常楽寺（じょうらくじ）：7:59～8:06、国分寺まで1km<br />
15番国分寺（こくぶんじ）：8:14～8:18、観音寺まで2km<br />
16番観音寺（かんおんじ）：8:31～8:33、井戸寺まで4km<br />
17番井戸寺（いどじ）：8:49～8:52、恩山寺まで20km<br />
18番恩山寺（おんざんじ）：9:54～9:59、立江寺まで5km<br />
19番立江寺（たつえじ）：10:14～10:21、鶴林寺まで14km<br />
20番鶴林寺（かくりんじ）：10:55～11:07、太龍寺まで10km<br />
21番太龍寺（たいりゅうじ）：12:03～12:27、平等寺まで14km<br />
22番平等寺（びょうどうじ）：13:00～13:08、薬王寺まで23km＜昼食＞<br />
23番薬王寺（やくおうじ）：14:00～14:08、最御崎寺まで75km</p>

<p><br />
★高知：修行の道場<br />
　　室戸岬と足摺岬を持つ四国最大の県。海岸線総延長は約300kmにも及ぶ。<br />
　　四国の中でも最難関の県で、27番神峯寺、35番清瀧寺を筆頭に山寺も多い。</p>

<p>24番最御崎寺（ほつみさきじ）：15:49～15:57、津照寺まで7km＜室戸岬観光＞<br />
25番津照寺（しんしょうじ）：16:18～16:26、金剛頂寺まで4km<br />
26番金剛頂寺（こんごうちょうじ）：16:42～16:51、神峯寺まで35km<br />
27番神峯寺（こうのみねじ）：17:41～17:55、大日寺まで40km<br />
28番大日寺（だいにちじ）：18:58～19:09、国分寺まで9km</p>

<p>日没のためこれにて終了、高知で一泊！</p>

<p><br />
5月1日（水）<br />
29番国分寺（こくぶんじ）：8:52～9:02、善楽寺まで7km＜はりまや橋観光＞<br />
30番善楽寺（ぜんらくじ）：9:21～9:27、竹林寺まで8km<br />
31番竹林寺（ちくりんじ）：9:55～10:09、禅師峰寺まで10km<br />
32番禅師峰寺（ぜんじぶじ）：10:29～10:41、雪蹊寺まで10km＜桂浜観光＞<br />
33番雪蹊寺（せっけいじ）：11:35～11:38、種間寺まで7km<br />
34番種間寺（たねまじ）：12:14～12:19、清瀧寺まで7km<br />
35番清瀧寺（きよたきじ）：12:49～12:57、青龍寺まで15km＜昼飯＞<br />
36番青龍寺（しょうりゅうじ）：13:53～14:05、岩本寺まで55km<br />
37番岩本寺（いわもとじ）：15:19～15:25、金剛福寺まで78km<br />
38番金剛福寺（こんごうふくじ）：17:21～17:28、延光寺まで56km＜足摺岬観光＞<br />
39番延光寺（えんこうじ）：18:42～18:44、観自在寺まで30km</p>

<p><br />
★愛媛：菩提の道場<br />
　　比較的平地に寺が多く固まっていて回りやすいが、<br />
　　歩きの最難易度45番岩屋寺と、山道悪路60番横峰寺の二大巨頭が控えている。</p>

<p>40番観自在寺（かんじざいじ）：19:18～19:26、龍光寺まで50km</p>

<p>日没のためこれにて終了、宇和島で一泊！</p>

<p><br />
5月2日（木）<br />
41番龍光寺（りゅうこうじ）：9:24～9:31、仏木寺まで4km<br />
42番仏木寺（ぶつもくじ）：9:46～9:50、明石寺まで14km<br />
43番明石寺（めいせきじ）：10:17～10:21、大宝寺まで77km＜内子観光＞<br />
44番大宝寺（だいほうじ）：12:47～13:04、岩屋寺まで13km<br />
45番岩屋寺（いわやじ）：13:25～14:00、浄瑠璃寺まで35km＜昼飯＞<br />
46番浄瑠璃寺（じょうるりじ）：15:14～15:20、八坂寺まで1km<br />
47番八坂寺（やさかじ）：15:27～15:37、西林寺まで4km<br />
48番西林寺（さいりんじ）：15:54～15:59、浄土寺まで3km<br />
49番浄土寺（じょうどじ）：16:10～16:14、繁多寺まで2km<br />
50番繁多寺（はんたじ）：16:27～16:35、石出寺まで3km<br />
51番石出寺（いしでじ）：16:46～17:00、太山寺まで13km</p>

<p>松山・道後温泉観光、温泉で一泊！</p>

<p><br />
5月3日（金）<br />
52番太山寺（たいさんじ）：9:23～9:37、円明寺まで2km<br />
53番円明寺（えんみょうじ）：9:46～9:54、延命寺まで38km<br />
54番延命寺（えんめいじ）：10:49～10:58、南光坊まで4km<br />
55番南光坊（なんこうぼう）：11:12～11:21、秦山寺まで4km<br />
56番秦山寺（たいさんじ）：11:33～11:41、栄福寺まで4km<br />
57番栄福寺（えいふくじ）：11:56～11:57、仙遊寺まで4km<br />
58番仙遊寺（せんゆうじ）：12:09～12:18、国分寺まで8km<br />
59番国分寺（こくぶんじ）：12:34～12:42、横峰寺まで30km＜昼食＞<br />
60番横峰寺（よこみねじ）：14:41～14:57、高園寺まで15km<br />
61番高園寺（こうおんじ）：15:40～15:45、宝寿寺まで2km<br />
62番宝寿寺（ほうじゅじ）：15:55～16:00、吉祥寺まで1km<br />
63番吉祥寺（きちじょうじ）：16:10～16:16、前神寺まで3km<br />
64番前神寺（まえがみじ）：16:26～16:40、三角寺まで46km</p>

<p>今回はこれにて終了！</p>

<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="88-1.jpg" src="http://riquid.net/2013/05/06/88-1.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br /><br />
9番法輪寺</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="88-2.jpg" src="http://riquid.net/2013/05/06/88-2.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br /><br />
20番鶴林寺</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="88-3.jpg" src="http://riquid.net/2013/05/06/88-3.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br /><br />
21番太龍寺</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="88-4.jpg" src="http://riquid.net/2013/05/06/88-4.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br /><br />
21番太龍寺</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="88-5.jpg" src="http://riquid.net/2013/05/06/88-5.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br /><br />
45番岩屋寺</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="88-6.jpg" src="http://riquid.net/2013/05/06/88-6.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br /><br />
60番横峰寺</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="88-7.jpg" src="http://riquid.net/2013/05/06/88-7.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br /><br />
60番横峰寺</p>]]>
        
    </content>
</entry>

<entry>
    <title>竹灯りの約束、なので。（きてみんさい竹原 後編）</title>
    <link rel="alternate" type="text/html" href="http://riquid.net/2012/11/post-69.html" />
    <id>tag:riquid.net,2012://1.145</id>

    <published>2012-11-04T12:20:59Z</published>
    <updated>2014-08-15T09:00:34Z</updated>

    <summary>『みんなの笑顔が見たくて一生懸命準備をしてくれた人たちや 　おもてなしをしてくれ...</summary>
    <author>
        <name>りきっど</name>
        
    </author>
    
        <category term="旅行/お出かけ" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://riquid.net/">
        <![CDATA[<p>『みんなの笑顔が見たくて一生懸命準備をしてくれた人たちや<br />
　おもてなしをしてくれた人たち<br />
　この日を楽しみにしていた人や<br />
　特別な思いを抱いてきた人たち<br />
　色んな人たちの思いが重なって<br />
　いつもと違う　この町の特別な顔を見ることが出来たのかもしれない』</p>

<p>『恥ずかしいセリフ禁止！』の藍華の役目はなかなかもって重要なのかもしれない。</p>

<br />
・17時を過ぎると、竹の中に入れられてたロウソクに灯りがともります。<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara057.jpg" src="http://riquid.net/2012/11/04/takehara057.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara058.jpg" src="http://riquid.net/2012/11/04/takehara058.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara059.jpg" src="http://riquid.net/2012/11/04/takehara059.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara060.jpg" src="http://riquid.net/2012/11/04/takehara060.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara061.jpg" src="http://riquid.net/2012/11/04/takehara061.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・照蓮寺<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara062.jpg" src="http://riquid.net/2012/11/04/takehara062.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・静かに遠ざかる雨　そっと この道照らしてくれる　灯籠の灯り。<br /><br />
　一時雨が降り出しまたが、大きな影響はなく、<br /><br />
　路面が濡れて一層幻想的になっていました。<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara063.jpg" src="http://riquid.net/2012/11/04/takehara063.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara064.jpg" src="http://riquid.net/2012/11/04/takehara064.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・憧憬の広場<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara065.jpg" src="http://riquid.net/2012/11/04/takehara065.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara066.jpg" src="http://riquid.net/2012/11/04/takehara066.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・憧憬の広場　竹トンネル。<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara067.jpg" src="http://riquid.net/2012/11/04/takehara067.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara068.jpg" src="http://riquid.net/2012/11/04/takehara068.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara069.jpg" src="http://riquid.net/2012/11/04/takehara069.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara070.jpg" src="http://riquid.net/2012/11/04/takehara070.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara071.jpg" src="http://riquid.net/2012/11/04/takehara071.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara072.jpg" src="http://riquid.net/2012/11/04/takehara072.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara073.jpg" src="http://riquid.net/2012/11/04/takehara073.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara074.jpg" src="http://riquid.net/2012/11/04/takehara074.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara075.jpg" src="http://riquid.net/2012/11/04/takehara075.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara076.jpg" src="http://riquid.net/2012/11/04/takehara076.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara077.jpg" src="http://riquid.net/2012/11/04/takehara077.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara078.jpg" src="http://riquid.net/2012/11/04/takehara078.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・町並み保存センター前<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara079.jpg" src="http://riquid.net/2012/11/04/takehara079.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara080.jpg" src="http://riquid.net/2012/11/04/takehara080.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・西方寺<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara081.jpg" src="http://riquid.net/2012/11/04/takehara081.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara082.jpg" src="http://riquid.net/2012/11/04/takehara082.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara083.jpg" src="http://riquid.net/2012/11/04/takehara083.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara084.jpg" src="http://riquid.net/2012/11/04/takehara084.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara085.jpg" src="http://riquid.net/2012/11/04/takehara085.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara086.jpg" src="http://riquid.net/2012/11/04/takehara086.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara087.jpg" src="http://riquid.net/2012/11/04/takehara087.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara088.jpg" src="http://riquid.net/2012/11/04/takehara088.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara089.jpg" src="http://riquid.net/2012/11/04/takehara089.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara090.jpg" src="http://riquid.net/2012/11/04/takehara090.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara091.jpg" src="http://riquid.net/2012/11/04/takehara091.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara092.jpg" src="http://riquid.net/2012/11/04/takehara092.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・暗くなって再び、憧憬の広場・竹トンネル。<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara093.jpg" src="http://riquid.net/2012/11/04/takehara093.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara094.jpg" src="http://riquid.net/2012/11/04/takehara094.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara095.jpg" src="http://riquid.net/2012/11/04/takehara095.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara096.jpg" src="http://riquid.net/2012/11/04/takehara096.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara097.jpg" src="http://riquid.net/2012/11/04/takehara097.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara098.jpg" src="http://riquid.net/2012/11/04/takehara098.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara099.jpg" src="http://riquid.net/2012/11/04/takehara099.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・夢灯り。みんなの願いを書いた灯篭が竹灯りに灯されていました。<br /><br />
　願いが叶うと良いですね。<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara100.jpg" src="http://riquid.net/2012/11/04/takehara100.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara101.jpg" src="http://riquid.net/2012/11/04/takehara101.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara102.jpg" src="http://riquid.net/2012/11/04/takehara102.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara103.jpg" src="http://riquid.net/2012/11/04/takehara103.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara104.jpg" src="http://riquid.net/2012/11/04/takehara104.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・照蓮寺<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara105.jpg" src="http://riquid.net/2012/11/04/takehara105.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・照蓮寺には、たまゆらのスタッフの方々や、出演した声優さんの夢灯りもありました。<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara106.jpg" src="http://riquid.net/2012/11/04/takehara106.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara107.jpg" src="http://riquid.net/2012/11/04/takehara107.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara108.jpg" src="http://riquid.net/2012/11/04/takehara108.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・旧笠井邸では、たまゆらの展示もあります。<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara109.jpg" src="http://riquid.net/2012/11/04/takehara109.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara110.jpg" src="http://riquid.net/2012/11/04/takehara110.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara111.jpg" src="http://riquid.net/2012/11/04/takehara111.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara112.jpg" src="http://riquid.net/2012/11/04/takehara112.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara113.jpg" src="http://riquid.net/2012/11/04/takehara113.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・喫茶ゆかり<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara114.jpg" src="http://riquid.net/2012/11/04/takehara114.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・たまゆら公式HPの切り絵<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara115.jpg" src="http://riquid.net/2012/11/04/takehara115.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
時がたてば、二度と手が届かなくなったり、消えてしまうけど、<br /><br />
カメラの四角い窓を通して写真に残したら、いつでも大切な宝物の瞬間にあえる。</p>

<p>『もっと　もっと　まだ知らない何かに出会えますように』</p>]]>
        
    </content>
</entry>

<entry>
    <title>憧憬の路、なので。（きてみんさい竹原 前編）</title>
    <link rel="alternate" type="text/html" href="http://riquid.net/2012/11/post-68.html" />
    <id>tag:riquid.net,2012://1.144</id>

    <published>2012-11-04T11:14:40Z</published>
    <updated>2014-08-15T08:59:44Z</updated>

    <summary>10月27日～28日と、広島県は竹原市に憧憬の路を見に行ってきました。  今回は...</summary>
    <author>
        <name>りきっど</name>
        
    </author>
    
        <category term="旅行/お出かけ" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://riquid.net/">
        <![CDATA[<p>10月27日～28日と、広島県は竹原市に憧憬の路を見に行ってきました。<br />
 今回は大阪からレンタカーを借りて、片道4時間半の道のりです。<br />
ちなみに時系列はバラバラです。</p>

<br />
・竹原駅駅前<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara001.jpg" src="http://riquid.net/2012/11/04/takehara001.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara002.jpg" src="http://riquid.net/2012/11/04/takehara002.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・市役所には、たまゆらの看板<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara003.jpg" src="http://riquid.net/2012/11/04/takehara003.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・たけはら×憧憬の路×たまゆら　のコラボレーション、なので。<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara004.jpg" src="http://riquid.net/2012/11/04/takehara004.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・ももねこさま<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara005.jpg" src="http://riquid.net/2012/11/04/takehara005.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・竹の子型の車止め<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara006.jpg" src="http://riquid.net/2012/11/04/takehara006.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・竹原町並み保存地区<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara007.jpg" src="http://riquid.net/2012/11/04/takehara007.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara008.jpg" src="http://riquid.net/2012/11/04/takehara008.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara009.jpg" src="http://riquid.net/2012/11/04/takehara009.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・この日の天気は曇り時々雨。そう言うわけで、さよみ姉さんのてるてる坊主。<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara010.jpg" src="http://riquid.net/2012/11/04/takehara010.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara011.jpg" src="http://riquid.net/2012/11/04/takehara011.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara012.jpg" src="http://riquid.net/2012/11/04/takehara012.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・町並み保存地区<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara013.jpg" src="http://riquid.net/2012/11/04/takehara013.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara014.jpg" src="http://riquid.net/2012/11/04/takehara014.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara015.jpg" src="http://riquid.net/2012/11/04/takehara015.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・憧憬の広場<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara016.jpg" src="http://riquid.net/2012/11/04/takehara016.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara017.jpg" src="http://riquid.net/2012/11/04/takehara017.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・町並み保存地区<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara018.jpg" src="http://riquid.net/2012/11/04/takehara018.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・照蓮寺<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara019.jpg" src="http://riquid.net/2012/11/04/takehara019.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・西方寺<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara020.jpg" src="http://riquid.net/2012/11/04/takehara020.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara021.jpg" src="http://riquid.net/2012/11/04/takehara021.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara022.jpg" src="http://riquid.net/2012/11/04/takehara022.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara023.jpg" src="http://riquid.net/2012/11/04/takehara023.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara024.jpg" src="http://riquid.net/2012/11/04/takehara024.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・地蔵堂前<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara025.jpg" src="http://riquid.net/2012/11/04/takehara025.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara026.jpg" src="http://riquid.net/2012/11/04/takehara026.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・保存地区外町並み<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara027.jpg" src="http://riquid.net/2012/11/04/takehara027.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara028.jpg" src="http://riquid.net/2012/11/04/takehara028.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara029.jpg" src="http://riquid.net/2012/11/04/takehara029.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara030.jpg" src="http://riquid.net/2012/11/04/takehara030.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・OP最後の河口<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara031.jpg" src="http://riquid.net/2012/11/04/takehara031.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・お好み焼きや堀川、作品中ではほぼろ<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara032.jpg" src="http://riquid.net/2012/11/04/takehara032.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・名物ほぼろ焼き<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara033.jpg" src="http://riquid.net/2012/11/04/takehara033.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara034.jpg" src="http://riquid.net/2012/11/04/takehara034.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・喫茶ゆかり、作品中では喫茶たまゆら<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara035.jpg" src="http://riquid.net/2012/11/04/takehara035.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara036.jpg" src="http://riquid.net/2012/11/04/takehara036.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara037.jpg" src="http://riquid.net/2012/11/04/takehara037.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara038.jpg" src="http://riquid.net/2012/11/04/takehara038.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara039.jpg" src="http://riquid.net/2012/11/04/takehara039.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara040.jpg" src="http://riquid.net/2012/11/04/takehara040.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・ゆかり2階<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara041.jpg" src="http://riquid.net/2012/11/04/takehara041.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・おかかえ地蔵　抱えた時に思ったより軽いと願いが叶うと言われている<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara042.jpg" src="http://riquid.net/2012/11/04/takehara042.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・町中で憧憬の路の準備が着々と<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara043.jpg" src="http://riquid.net/2012/11/04/takehara043.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara044.jpg" src="http://riquid.net/2012/11/04/takehara044.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara045.jpg" src="http://riquid.net/2012/11/04/takehara045.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara046.jpg" src="http://riquid.net/2012/11/04/takehara046.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara047.jpg" src="http://riquid.net/2012/11/04/takehara047.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・山陽商船のたまゆらっぴんぐフェリー。竹原港と大崎上島を結ぶ。<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara048.jpg" src="http://riquid.net/2012/11/04/takehara048.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara049.jpg" src="http://riquid.net/2012/11/04/takehara049.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara050.jpg" src="http://riquid.net/2012/11/04/takehara050.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・朝日山<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara051.jpg" src="http://riquid.net/2012/11/04/takehara051.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara052.jpg" src="http://riquid.net/2012/11/04/takehara052.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br /><br />
・朝日山から見る夕日と、竹原・瀬戸内の風景<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara053.jpg" src="http://riquid.net/2012/11/04/takehara053.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara054.jpg" src="http://riquid.net/2012/11/04/takehara054.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara055.jpg" src="http://riquid.net/2012/11/04/takehara055.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="takehara056.jpg" src="http://riquid.net/2012/11/04/takehara056.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p>＜後編に続く＞</p>]]>
        
    </content>
</entry>

<entry>
    <title>おねがい紀行2012　～おねがい☆液体先生～</title>
    <link rel="alternate" type="text/html" href="http://riquid.net/2012/08/2012-1.html" />
    <id>tag:riquid.net,2012://1.143</id>

    <published>2012-08-15T07:46:05Z</published>
    <updated>2012-08-15T06:50:28Z</updated>

    <summary>先月の海の日3連休に、再び松本・安曇野・信濃大町に訪れることにしました。 4年の...</summary>
    <author>
        <name>りきっど</name>
        
    </author>
    
        <category term="旅行/お出かけ" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://riquid.net/">
        <![CDATA[<p>先月の海の日3連休に、再び松本・安曇野・信濃大町に訪れることにしました。<br />
4年の期間を経て、デジカメがF100fd(コンデジ)→NEX5N(ミラーレス一眼)に<br />
パワーアップしています。</p>

<p><br />
7/14(Sat)<br />
■大阪7:15-(JR京都線新快速)→8:41米原<br />
■米原8:46-(JR東海道線特別快速)→9:38岐阜<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-01.jpg" src="http://riquid.net/2012/08/15/onegai2-01.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
今回は青春18切符期間ではないですし、時間も3日間なのでそんなに無いし、<br />
そもそも18切符で行くと言えばうちの相方に怒られそうなので、<br />
岐阜まで電車で行き、そこでレンタカーを借りて松本まで向かいます</p>

<p><br />
■岐阜10:00-(160km)→13:30木曽福島<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-02.jpg" src="http://riquid.net/2012/08/15/onegai2-02.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
木曽福島まで車を走らして、昼食です。<br />
信州木曽路のそば処　手打ちそば　くるまや本店さん。</p>

<p><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-03.jpg" src="http://riquid.net/2012/08/15/onegai2-03.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
信州は蕎麦どころなのでやっぱり美味しいですね。<br />
私はもりそば、相方はざるそば。<br />
ちなみにもりそばとざるそばの違いは、器が違うのと<br />
海苔が乗っているか乗っていないかだけだそうです。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="" src="http://riquid.net/2012/08/15/onegai2-04.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
結構並んでいたので、食べ終わると15:00ぐらいになってしまいました。</p>

<p></p>

<p>■木曽福島15:00-(20km)→15:30奈良井宿（ならいじゅく）<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-05.jpg" src="http://riquid.net/2012/08/15/onegai2-05.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-06.jpg" src="http://riquid.net/2012/08/15/onegai2-06.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
江戸時代中山道の宿場町であった奈良井に向かいます。<br />
ここは伝統的な景観と家屋が残されている町並みです。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-07.jpg" src="http://riquid.net/2012/08/15/onegai2-07.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-08.jpg" src="http://riquid.net/2012/08/15/onegai2-08.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
土産物屋も色々とあります。<br />
酒屋には杉玉（新酒が出来たことを知らせる役割）が吊してますね。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-09.jpg" src="http://riquid.net/2012/08/15/onegai2-09.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-10.jpg" src="http://riquid.net/2012/08/15/onegai2-10.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
伝統的な文化財である中村屋</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-11.jpg" src="http://riquid.net/2012/08/15/onegai2-11.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
江戸時代より、山からの豊富な涌き水や沢水を利用してもうけられている水場。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-12.jpg" src="http://riquid.net/2012/08/15/onegai2-12.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
江戸時代、奈良井宿に疫病が流行った時に沈めるために建てられた、鎮神社。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-13.jpg" src="http://riquid.net/2012/08/15/onegai2-13.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-14.jpg" src="http://riquid.net/2012/08/15/onegai2-14.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-15.jpg" src="http://riquid.net/2012/08/15/onegai2-15.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
木曽の大橋...という名前の割には、意外と小さいなぁと思ってしまう橋です。<br />
総檜造りの太鼓橋は、橋脚を持たない橋としては日本有数の大きさらしいです。</p>

<p><br />
■奈良井17:00-(70km)→18:30信濃大町・木崎湖<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-16.jpg" src="http://riquid.net/2012/08/15/onegai2-16.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
雲の隙間から差し込む光の筋が、なんだか神秘的ですね。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-17.jpg" src="http://riquid.net/2012/08/15/onegai2-17.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-18.jpg" src="http://riquid.net/2012/08/15/onegai2-18.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-19.jpg" src="http://riquid.net/2012/08/15/onegai2-19.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-20.jpg" src="http://riquid.net/2012/08/15/onegai2-20.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
2日間のお宿となる、大登いろり荘さんです。</p>

<p></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-21.jpg" src="http://riquid.net/2012/08/15/onegai2-21.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
夕飯後、近くにある木崎湖ゆーぷるまで、温泉に入りに行くことにします。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-22.jpg" src="http://riquid.net/2012/08/15/onegai2-22.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
館内には、ジェイソンさんツインズを彫る！！ｉｎ木崎湖　の木彫りツインズがでーんと。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-23.jpg" src="http://riquid.net/2012/08/15/onegai2-23.jpg" width="600" height="600" class="mt-image-none" style="" /></span><br />
おねティ、おねツイののぼりもありました。</p>

<p><br />
7/15(Sun)<br />
■信濃大町8:00-(10km)→8:30扇町駅<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-24.jpg" src="http://riquid.net/2012/08/15/onegai2-24.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-25.jpg" src="http://riquid.net/2012/08/15/onegai2-25.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
信濃大町と言えば、立山黒部アルペンルートの長野側の玄関ですよね。<br />
と言うわけで、折角なので黒部ダムまで行ってみることにします。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-26.jpg" src="http://riquid.net/2012/08/15/onegai2-26.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
『トローリー！』『オー！』<br />
■扇町9:00→9:15黒部ダム</p>

<p><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="" src="http://riquid.net/2012/08/15/onegai2-27.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-28.jpg" src="http://riquid.net/2012/08/15/onegai2-28.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-29.jpg" src="http://riquid.net/2012/08/15/onegai2-29.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-30.jpg" src="http://riquid.net/2012/08/15/onegai2-30.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
この日は元々天気はそんなに良くなかったのですが、<br />
流石に標高1400mと言うこともあり、小雨交じりの靄がかかった天気でした。<br />
気温は18℃ぐらいというのもあり、長袖を着ていても寒かったです。<br />
（この日東京や大阪は35℃の猛暑日でした）</p>

<p><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-31.jpg" src="http://riquid.net/2012/08/15/onegai2-31.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
天気が悪くて寒かったというのもあり、1時間ちょいの滞在で黒部ダムをあとにします。<br />
■黒部ダム10:35→10:50扇町駅</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-32.jpg" src="http://riquid.net/2012/08/15/onegai2-32.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
黒部ダムは富山県にあるので、トローリーバスの中で<br />
長野県と富山県との県境があります。</p>

<p><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-33.jpg" src="http://riquid.net/2012/08/15/onegai2-33.jpg" width="600" height="398" class="mt-image-none" style="" /></span>。<br />
黒部ダムとは逆の、信濃大町東側にあります、鷹狩山展望台。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-34.jpg" src="http://riquid.net/2012/08/15/onegai2-34.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
この日は天気が少し悪いために、結局翌日訪れることにもしました。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-35.jpg" src="http://riquid.net/2012/08/15/onegai2-35.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-36.jpg" src="http://riquid.net/2012/08/15/onegai2-36.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-37.jpg" src="http://riquid.net/2012/08/15/onegai2-37.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
とりあえず星湖亭さんに向かいます。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-38.jpg" src="http://riquid.net/2012/08/15/onegai2-38.jpg" width="600" height="600" class="mt-image-none" style="" /></span><br />
何故かスワンボートに、10周年記念ののぼりが。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-39.jpg" src="http://riquid.net/2012/08/15/onegai2-39.jpg" width="600" height="600" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-40.jpg" src="http://riquid.net/2012/08/15/onegai2-40.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
この日は夕飯の時間が早いため、昼飯はとばしてまりえアイスを食べることにします。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-41.jpg" src="http://riquid.net/2012/08/15/onegai2-41.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
ショベルカーって、多少なら水中でも進めるもんなんですね。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-42.jpg" src="http://riquid.net/2012/08/15/onegai2-42.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-43.jpg" src="http://riquid.net/2012/08/15/onegai2-43.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-44.jpg" src="http://riquid.net/2012/08/15/onegai2-44.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
何故ボートに乗るのか？そこに湖があるから。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-45.jpg" src="http://riquid.net/2012/08/15/onegai2-45.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-46.jpg" src="http://riquid.net/2012/08/15/onegai2-46.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-47.jpg" src="http://riquid.net/2012/08/15/onegai2-47.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
星湖亭横の公園より。7月ですが紫陽花が咲いていますね。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-48.jpg" src="http://riquid.net/2012/08/15/onegai2-48.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
ゆーぷる木崎湖(昼)</p>

<p><br />
小熊山林道に向かうと、ちょうどパラグライダーをやっていました。<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-49.jpg" src="http://riquid.net/2012/08/15/onegai2-49.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-50.jpg" src="http://riquid.net/2012/08/15/onegai2-50.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-51.jpg" src="http://riquid.net/2012/08/15/onegai2-51.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-52.jpg" src="http://riquid.net/2012/08/15/onegai2-52.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-53.jpg" src="http://riquid.net/2012/08/15/onegai2-53.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-54.jpg" src="http://riquid.net/2012/08/15/onegai2-54.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-55.jpg" src="http://riquid.net/2012/08/15/onegai2-55.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-56.jpg" src="http://riquid.net/2012/08/15/onegai2-56.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-57.jpg" src="http://riquid.net/2012/08/15/onegai2-57.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-58.jpg" src="http://riquid.net/2012/08/15/onegai2-58.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br />
車を宿泊地に置き、電車で移動します。<br />
■稲尾16:56→17:07信濃大町<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-59.jpg" src="http://riquid.net/2012/08/15/onegai2-59.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-60.jpg" src="http://riquid.net/2012/08/15/onegai2-60.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-61.jpg" src="http://riquid.net/2012/08/15/onegai2-61.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-62.jpg" src="http://riquid.net/2012/08/15/onegai2-62.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-63.jpg" src="http://riquid.net/2012/08/15/onegai2-63.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-64.jpg" src="http://riquid.net/2012/08/15/onegai2-64.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
信濃大町駅が4年前よりもパワーアップしている。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-65.jpg" src="http://riquid.net/2012/08/15/onegai2-65.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
信濃大町のもゆるキャラが。</p>

<p><br />
4年ぶりのわちがいに到着<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-66.jpg" src="http://riquid.net/2012/08/15/onegai2-66.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-67.jpg" src="http://riquid.net/2012/08/15/onegai2-67.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-68.jpg" src="http://riquid.net/2012/08/15/onegai2-68.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-69.jpg" src="http://riquid.net/2012/08/15/onegai2-69.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-70.jpg" src="http://riquid.net/2012/08/15/onegai2-70.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
わちがいの敷地の中にある男清水と、道向かいにある女清水。<br />
大町商店街の西側は男清水、東側は女清水を水道水として使っています。<br />
標高3000ｍ近いアルプスの上白沢（黒部ダム入り口の川の上流）の湧水(男清水)と、<br />
標高900ｍの里山居谷里の湧水(女清水)です。<br />
二つの水を合わせた水は縁結びの水、夫婦円満の水と呼ばれています。<br />
男の子が欲しい夫婦は白沢の水を、女の子が欲しい夫婦は居谷里の水を飲んだら、<br />
望み通りのかわいい子宝が授かる...と言う言い伝えがあります。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-71.jpg" src="http://riquid.net/2012/08/15/onegai2-71.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-72.jpg" src="http://riquid.net/2012/08/15/onegai2-72.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-73.jpg" src="http://riquid.net/2012/08/15/onegai2-73.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-74.jpg" src="http://riquid.net/2012/08/15/onegai2-74.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-75.jpg" src="http://riquid.net/2012/08/15/onegai2-75.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-76.jpg" src="http://riquid.net/2012/08/15/onegai2-76.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-77.jpg" src="http://riquid.net/2012/08/15/onegai2-77.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-78.jpg" src="http://riquid.net/2012/08/15/onegai2-78.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
男清水を飲んだから、男の子が産まれてしまう...かも？</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-79.jpg" src="http://riquid.net/2012/08/15/onegai2-79.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-80.jpg" src="http://riquid.net/2012/08/15/onegai2-80.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
日本酒3酒飲み比べ。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-81.jpg" src="http://riquid.net/2012/08/15/onegai2-81.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-82.jpg" src="http://riquid.net/2012/08/15/onegai2-82.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-83.jpg" src="http://riquid.net/2012/08/15/onegai2-83.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-84.jpg" src="http://riquid.net/2012/08/15/onegai2-84.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
〆はおざんざです。<br />
長いものを「長々（おさおさ）」と呼んだ語源から、うどんやそばなど麺類を総称して<br />
信州では「ざざ」「おざざ」「おざんざ」と呼んでるみたいです。<br />
おざんざは塩をまったく使わず、納豆の酵素をつなぎに用いた独自の製法と、<br />
地たまごや大町の水で練り上げた乾麺です。<br />
冷たいつけ麺にすると納豆臭さもなく、ツルツルしこしこの食感の逸品です。</p>

<p>この味で食事￥3,000、お酒を入れても1人￥5,000以内でおさまるのは、<br />
かなりお得じゃないかと思います。</p>

<p><br />
7/16(Sun)<br />
稲尾駅の隣の駅、海ノ口駅に寄り道。<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-85.jpg" src="http://riquid.net/2012/08/15/onegai2-85.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-86.jpg" src="http://riquid.net/2012/08/15/onegai2-86.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-87.jpg" src="http://riquid.net/2012/08/15/onegai2-87.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-88.jpg" src="http://riquid.net/2012/08/15/onegai2-88.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-89.jpg" src="http://riquid.net/2012/08/15/onegai2-89.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-90.jpg" src="http://riquid.net/2012/08/15/onegai2-90.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br />
お次は昨日曇っていた鷹狩り山リベンジ。<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-91.jpg" src="http://riquid.net/2012/08/15/onegai2-91.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-92.jpg" src="http://riquid.net/2012/08/15/onegai2-92.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
雲の影なんかもくっきりと見えますね。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-93.jpg" src="http://riquid.net/2012/08/15/onegai2-93.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br />
お次は信濃大町の鷹狩山から、1時間ほど車を走らせ、安曇野の長峰山の展望台に。<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-94.jpg" src="http://riquid.net/2012/08/15/onegai2-94.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-95.jpg" src="http://riquid.net/2012/08/15/onegai2-95.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
信濃大町の景色との区別が付きませんね。<br />
西向きに写真を撮っているので、右側(北)が信濃大町、左側(南)が松本です。</p>

<p><br />
お次も4年前に行った大王わさび農園です。<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-96.jpg" src="http://riquid.net/2012/08/15/onegai2-96.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-97.jpg" src="http://riquid.net/2012/08/15/onegai2-97.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-98.jpg" src="http://riquid.net/2012/08/15/onegai2-98.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-99.jpg" src="http://riquid.net/2012/08/15/onegai2-99.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br />
お昼ご飯も以前と同じくここですませます。<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-a1.jpg" src="http://riquid.net/2012/08/15/onegai2-a1.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-a2.jpg" src="http://riquid.net/2012/08/15/onegai2-a2.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
岩魚の塩焼きとわさび焼き（素焼きにわさびをつける）</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-a3.jpg" src="http://riquid.net/2012/08/15/onegai2-a3.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
定番わさびコロッケ</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-a4.jpg" src="http://riquid.net/2012/08/15/onegai2-a4.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
少し珍しいわさびみたらし団子。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-a5.jpg" src="http://riquid.net/2012/08/15/onegai2-a5.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-a6.jpg" src="http://riquid.net/2012/08/15/onegai2-a6.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
ここのわさびは、辛みが少なくほんのり甘みがあるんですよね。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-a7.jpg" src="http://riquid.net/2012/08/15/onegai2-a7.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-a8.jpg" src="http://riquid.net/2012/08/15/onegai2-a8.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-a9.jpg" src="http://riquid.net/2012/08/15/onegai2-a9.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br />
最後は松本のあがたのもり公園、旧松本高校に向かいます。<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-b1.jpg" src="http://riquid.net/2012/08/15/onegai2-b1.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-b2.jpg" src="http://riquid.net/2012/08/15/onegai2-b2.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-b3.jpg" src="http://riquid.net/2012/08/15/onegai2-b3.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-b4.jpg" src="http://riquid.net/2012/08/15/onegai2-b4.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-b5.jpg" src="http://riquid.net/2012/08/15/onegai2-b5.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-b6.jpg" src="http://riquid.net/2012/08/15/onegai2-b6.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-b7.jpg" src="http://riquid.net/2012/08/15/onegai2-b7.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-b8.jpg" src="http://riquid.net/2012/08/15/onegai2-b8.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-b9.jpg" src="http://riquid.net/2012/08/15/onegai2-b9.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-c1.jpg" src="http://riquid.net/2012/08/15/onegai2-c1.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
ちなみに館内ではこの日、教育関係の会議があったために<br />
休館日となっており、一般人は立ち入りが出来ませんでした。</p>

<p><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-c2.jpg" src="http://riquid.net/2012/08/15/onegai2-c2.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-c3.jpg" src="http://riquid.net/2012/08/15/onegai2-c3.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
帰り道がてらに、ジェラテリア　チャオに立ち寄ります。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai2-c4.jpg" src="http://riquid.net/2012/08/15/onegai2-c4.jpg" width="600" height="398" class="mt-image-none" style="" /></span><br />
ダブルのオレンジシャーベット＆ピーチクリームの頼みました。<br />
松本は気温が30℃を超していたために、アイスの溶けるのが早いこと。<br />
また店内も大勢のお客さんがおり満員でした。</p>

<p><br />
そしてあとは岐阜に向かって200kmを、一路車を走らすのでした。</p>

<p><br />
そして...、僕たちは加速していく　（車的な意味で）</p>]]>
        
    </content>
</entry>

<entry>
    <title>おねがい紀行2008　～おねがい☆液体先生～</title>
    <link rel="alternate" type="text/html" href="http://riquid.net/2012/08/post-67.html" />
    <id>tag:riquid.net,2012://1.142</id>

    <published>2012-08-14T06:03:59Z</published>
    <updated>2012-08-15T06:53:36Z</updated>

    <summary>2008年の7/26(Sat)～7/29(Tue)まで、長野県の松本～安曇野～信...</summary>
    <author>
        <name>りきっど</name>
        
    </author>
    
        <category term="旅行/お出かけ" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://riquid.net/">
        <![CDATA[<p>2008年の7/26(Sat)～7/29(Tue)まで、長野県の松本～安曇野～信濃大町<br />
辺りまで行ってきたのを、今更ながらほじくってみます。<br />
まだ結婚前なので堺からの18切符をつかっての出発で、相方を巻き込んでの行程です。<br />
おねがい☆ティーチャーの聖地巡礼を兼ねて･･･</p>

<p>・1日目（7/26(Sat)）</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai01.jpg" src="http://riquid.net/2012/08/14/onegai01.jpg" width="480" height="270" class="mt-image-none" style="" /></span><br />
結婚前なので堺からの出発です。<br />
■堺23:38-(南海本線空港急行)→23:47新今宮<br />
■新今宮23:51-(JR環状線外回り)→24:09大阪<br />
■大阪24:27-(JR京都線快速)→25:07山科<br />
この当時の最終の野洲行きは今よりも30分遅かったんですよね。<br />
山科の友人宅で、4時間の宿泊をさせてもらいます。<br />
宿泊と言っても、飲みに行ったりゲームしたり等で、一睡もしていないんですけれどもね。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai02.jpg" src="http://riquid.net/2012/08/14/onegai02.jpg" width="480" height="270" class="mt-image-none" style="" /></span><br />
■山科5:35-(JR琵琶湖線)→6:36米原<br />
■米原6:57-(JR東海道線)→7:30大垣<br />
車内に乗り込んだ瞬回、当然のごとく爆睡でして米原に着くまで起きませんでした。<br />
米原駅で乗り換えて、ここでも大垣まで爆睡してました。<br />
体感時間で行くと、15分ぐらいで大垣に着いたような感じです。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai03.jpg" src="http://riquid.net/2012/08/14/onegai03.jpg" width="480" height="270" class="mt-image-none" style="" /></span><br />
■大垣7:35-(JR中央線快速 ナイスホリデー木曽路)→10:35木曽福島<br />
■木曽福島11:10-(JR中央線快速)→12:29松本<br />
大垣駅で、臨時列車の『快速ナイスホリデー塩尻行き』に乗り込みます。<br />
これで乗り換え無しで長野県(塩尻)まで行けます。<br />
...4時間弱乗っていなければなりませんが。</p>

<p><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai04.jpg" src="http://riquid.net/2012/08/14/onegai04.jpg" width="480" height="270" class="mt-image-none" style="" /></span><br />
7時間かけまして、12時半に松本に到着。まだ若いですね。<br />
ここで東京方面から来たうちの相方と合流です。<br />
もちろんこちらは、特急(スーパーあずさ)に乗ってですが。</p>

<p><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai05.jpg" src="http://riquid.net/2012/08/14/onegai05.jpg" width="480" height="270" class="mt-image-none" style="" /></span><br />
信州と言えばやっぱり信州そば。<br />
松本城ちかくにある、『そば処もとき』に向かいます。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai06.jpg" src="http://riquid.net/2012/08/14/onegai06.jpg" width="480" height="270" class="mt-image-none" style="" /></span><br />
写真でも分かるかと思いますが、<br />
ここの蕎麦は普通の蕎麦と比べると、透明感のある白い蕎麦なんですよね。<br />
吟醸蕎麦と言われており、蕎麦の実の芯の部分だけを使って作る事らしいです。<br />
甘味が強いのが特徴ですが、その代わり一般的な蕎麦らしい匂いは<br />
少し弱いような感じです。</p>

<p>蕎麦もおつゆも上品な薄めの味でした。<br />
他の信州蕎麦と比べてみたことがないのでよく分かりませんが、<br />
このあたりは好みがかなり分かれるところなのかもしれません。<br />
薄味が好きな私としては美味しくいただけれました。</p>

<p>値段も￥1,200と言うことで、昼から結構リッチな感じで。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai07.jpg" src="http://riquid.net/2012/08/14/onegai07.jpg" width="480" height="270" class="mt-image-none" style="" /></span><br />
ついでと言うわけではありませんが、国宝松本城にも足を伸ばしてみます。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai08.jpg" src="http://riquid.net/2012/08/14/onegai08.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai09.jpg" src="http://riquid.net/2012/08/14/onegai09.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai10.jpg" src="http://riquid.net/2012/08/14/onegai10.jpg" width="480" height="270" class="mt-image-none" style="" /></span><br />
かえる大明神･･･<br />
松本城側の商店街です。</p>

<p><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai11.jpg" src="http://riquid.net/2012/08/14/onegai11.jpg" width="480" height="360" class="mt-image-none" style="" /></span><br />
あがたの森文化会館、旧松本高等学校の校舎です。<br />
おねティ・おねツイで出てくる学校のモデルにもなっています。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai12.jpg" src="http://riquid.net/2012/08/14/onegai12.jpg" width="480" height="360" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai13.jpg" src="http://riquid.net/2012/08/14/onegai13.jpg" width="480" height="360" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai14.jpg" src="http://riquid.net/2012/08/14/onegai14.jpg" width="480" height="360" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai15.jpg" src="http://riquid.net/2012/08/14/onegai15.jpg" width="480" height="360" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai16.jpg" src="http://riquid.net/2012/08/14/onegai16.jpg" width="480" height="360" class="mt-image-none" style="" /></span><br />
校舎内は古く、ノスタルジックな雰囲気です。<br />
部分部分補修されています。</p>

<p><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai17.jpg" src="http://riquid.net/2012/08/14/onegai17.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai18.jpg" src="http://riquid.net/2012/08/14/onegai18.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai19.jpg" src="http://riquid.net/2012/08/14/onegai19.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai20.jpg" src="http://riquid.net/2012/08/14/onegai20.jpg" width="480" height="270" class="mt-image-none" style="" /></span><br />
■信濃大町16:00-(JR大糸線)→16:58信濃大町<br />
■信濃大町17:44-(JR大糸線)→18:22白馬<br />
今夜の宿泊地である白馬まで電車でゆられます。</p>

<p><br />
・2日目（7/27(Sun)）<br />
近くのラベンダー園に</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai21.jpg" src="http://riquid.net/2012/08/14/onegai21.jpg" width="480" height="270" class="mt-image-none" style="" /></span><br />
分かりづらいですが、ラベンダー</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai22.jpg" src="http://riquid.net/2012/08/14/onegai22.jpg" width="480" height="270" class="mt-image-none" style="" /></span><br />
こちらは蕎麦の花。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai23.jpg" src="http://riquid.net/2012/08/14/onegai23.jpg" width="480" height="270" class="mt-image-none" style="" /></span><br />
そしてラベンダーソフトクリームは定番。</p>

<p><br />
白馬から木崎湖・信濃大町周辺まで下りてきます。<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai24.jpg" src="http://riquid.net/2012/08/14/onegai24.jpg" width="480" height="270" class="mt-image-none" style="" /></span><br />
おねツイでお馴染みの星湖亭。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai25.jpg" src="http://riquid.net/2012/08/14/onegai25.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai26.jpg" src="http://riquid.net/2012/08/14/onegai26.jpg" width="480" height="270" class="mt-image-none" style="" /></span><br />
店内はおねティ・おねツィ関連やファン交流ノートが設置されています。<br />
まりえカレーは、まぁ内容はともかく、縁起ものと言うことで注文。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai28.jpg" src="http://riquid.net/2012/08/14/onegai28.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai29.jpg" src="http://riquid.net/2012/08/14/onegai29.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai30.jpg" src="http://riquid.net/2012/08/14/onegai30.jpg" width="480" height="270" class="mt-image-none" style="" /></span><br />
おねツィOP等で使用されている、星湖亭のとなりの公園です。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai31.jpg" src="http://riquid.net/2012/08/14/onegai31.jpg" width="480" height="270" class="mt-image-none" style="" /></span><br />
木崎湖・星湖亭を、小熊山林道から眺めた景色。<br />
天気があいにくの小雨模様だったのは残念です。</p>

<p><br />
夕飯は信濃大町にありますわちがい。<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai32.jpg" src="http://riquid.net/2012/08/14/onegai32.jpg" width="480" height="360" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai33.jpg" src="http://riquid.net/2012/08/14/onegai33.jpg" width="480" height="360" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai34.jpg" src="http://riquid.net/2012/08/14/onegai34.jpg" width="480" height="360" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai35.jpg" src="http://riquid.net/2012/08/14/onegai35.jpg" width="480" height="360" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai36.jpg" src="http://riquid.net/2012/08/14/onegai36.jpg" width="480" height="360" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai37.jpg" src="http://riquid.net/2012/08/14/onegai37.jpg" width="480" height="360" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai38.jpg" src="http://riquid.net/2012/08/14/onegai38.jpg" width="480" height="360" class="mt-image-none" style="" /></span><br />
町屋造りの中で、庭を拝見しながら郷土料理をいただきます。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai39.jpg" src="http://riquid.net/2012/08/14/onegai39.jpg" width="480" height="360" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai40.jpg" src="http://riquid.net/2012/08/14/onegai40.jpg" width="480" height="360" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai41.jpg" src="http://riquid.net/2012/08/14/onegai41.jpg" width="480" height="360" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai42.jpg" src="http://riquid.net/2012/08/14/onegai42.jpg" width="480" height="360" class="mt-image-none" style="" /></span><br />
コレだけ量があって￥3,000。<br />
かなり美味しかったので、もう一度行きたい店でした。<br />
まぁ4年後にもう一度行くんですけれどもね。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai43.jpg" src="http://riquid.net/2012/08/14/onegai43.jpg" width="480" height="360" class="mt-image-none" style="" /></span><br />
ちなみに、辛めの男清水・マイルドな女清水のお酒飲み比べが絶品でした。</p>

<p><br />
・3日目（7/28(Mon)）<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai44.jpg" src="http://riquid.net/2012/08/14/onegai44.jpg" width="480" height="270" class="mt-image-none" style="" /></span><br />
展望台より安曇野を一望。少し雲が多かったのが残念ですね。</p>

<p><br />
池田町のハーブセンター<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai45.jpg" src="http://riquid.net/2012/08/14/onegai45.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai46.jpg" src="http://riquid.net/2012/08/14/onegai46.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai47.jpg" src="http://riquid.net/2012/08/14/onegai47.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai48.jpg" src="http://riquid.net/2012/08/14/onegai48.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai49.jpg" src="http://riquid.net/2012/08/14/onegai49.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><br />
大王わさび農園<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai50.jpg" src="http://riquid.net/2012/08/14/onegai50.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai51.jpg" src="http://riquid.net/2012/08/14/onegai51.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai52.jpg" src="http://riquid.net/2012/08/14/onegai52.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai53.jpg" src="http://riquid.net/2012/08/14/onegai53.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai54.jpg" src="http://riquid.net/2012/08/14/onegai54.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai55.jpg" src="http://riquid.net/2012/08/14/onegai55.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p>昼食は大王わさび農園の中で適当に岩魚やらキュウリやらわさびコロッケやら<br />
トウモロコシやらをつまみます。<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai56.jpg" src="http://riquid.net/2012/08/14/onegai56.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai57.jpg" src="http://riquid.net/2012/08/14/onegai57.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai58.jpg" src="http://riquid.net/2012/08/14/onegai58.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai59.jpg" src="http://riquid.net/2012/08/14/onegai59.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai60.jpg" src="http://riquid.net/2012/08/14/onegai60.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai61.jpg" src="http://riquid.net/2012/08/14/onegai61.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><br />
ちょうどこの日は諏訪湖の花火大開の日でした。<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai62.jpg" src="http://riquid.net/2012/08/14/onegai62.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><br />
4日目（7/29(Tue)）<br />
この日は霧ヶ峰周辺をドライブ。<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai63.jpg" src="http://riquid.net/2012/08/14/onegai63.jpg" width="480" height="360" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai64.jpg" src="http://riquid.net/2012/08/14/onegai64.jpg" width="480" height="360" class="mt-image-none" style="" /></span><br />
湖面に映る雲が綺麗ですね。</p>

<p><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai65.jpg" src="http://riquid.net/2012/08/14/onegai65.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai66.jpg" src="http://riquid.net/2012/08/14/onegai66.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai67.jpg" src="http://riquid.net/2012/08/14/onegai67.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai68.jpg" src="http://riquid.net/2012/08/14/onegai68.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai69.jpg" src="http://riquid.net/2012/08/14/onegai69.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai70.jpg" src="http://riquid.net/2012/08/14/onegai70.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai71.jpg" src="http://riquid.net/2012/08/14/onegai71.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><br />
帰る前にジェラテリア チャオで、ダブルを頼みます。<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai72.jpg" src="http://riquid.net/2012/08/14/onegai72.jpg" width="480" height="360" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai73.jpg" src="http://riquid.net/2012/08/14/onegai73.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai74.jpg" src="http://riquid.net/2012/08/14/onegai74.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><br />
帰りは時間の関係上、松本～中津川までは特急を使い、<br />
そこから先は鈍行（清秋18切符）で帰ります。<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai75.jpg" src="http://riquid.net/2012/08/14/onegai75.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai76.jpg" src="http://riquid.net/2012/08/14/onegai76.jpg" width="480" height="270" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai77.jpg" src="http://riquid.net/2012/08/14/onegai77.jpg" width="480" height="270" class="mt-image-none" style="" /></span><br />
■松本15:52-(特急しなの18号)→17:07中津川</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="onegai78.jpg" src="http://riquid.net/2012/08/14/onegai78.jpg" width="480" height="360" class="mt-image-none" style="" /></span><br />
■中津川17:34-(セントラルライナー)→18:43名古屋<br />
■名古屋18:50→20:08米原<br />
■米原20:18-(新快速)→21:45大阪</p>

<p>･･･そして4年後に続く。<br />
オリンピックというわけではありませんが。</p>]]>
        
    </content>
</entry>

<entry>
    <title>桜桃2012年</title>
    <link rel="alternate" type="text/html" href="http://riquid.net/2012/04/2012.html" />
    <id>tag:riquid.net,2012://1.141</id>

    <published>2012-04-08T12:19:13Z</published>
    <updated>2012-04-08T12:25:03Z</updated>

    <summary>桜桃とは言っても、サクランボウではありません。 今日は天気も良いことなので、大阪...</summary>
    <author>
        <name>りきっど</name>
        
    </author>
    
        <category term="旅行/お出かけ" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="日記/雑記" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://riquid.net/">
        <![CDATA[<p>桜桃とは言っても、サクランボウではありません。<br />
今日は天気も良いことなので、大阪城公園～桜ノ宮まで桜を見に行きました。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="sakura2012_1.jpg" src="http://riquid.net/2012/04/08/sakura2012_1.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="sakura2012_2.jpg" src="http://riquid.net/2012/04/08/sakura2012_2.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p>相変わらずかなりの人混みでした。<br />
大学生のサークルみたいな集まりの飲み会が多かった感じですね。<br />
満開というわけではなく、七分咲きぐらいでした。</p>

<p><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="sakura2012_3.jpg" src="http://riquid.net/2012/04/08/sakura2012_3.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="sakura2012_4.jpg" src="http://riquid.net/2012/04/08/sakura2012_4.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p>大阪城をバックの桜。</p>

<p><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="sakura2012_5.jpg" src="http://riquid.net/2012/04/08/sakura2012_5.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="sakura2012_6.jpg" src="http://riquid.net/2012/04/08/sakura2012_6.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p>今週の火曜日ぐらいが満開になりそうな感じです。<br />
来週の土日はかなり散って、葉桜になってそうな気もしますね。</p>

<p><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="sakura2012_7.jpg" src="http://riquid.net/2012/04/08/sakura2012_7.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="sakura2012_8.jpg" src="http://riquid.net/2012/04/08/sakura2012_8.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="sakura2012_9.jpg" src="http://riquid.net/2012/04/08/sakura2012_9.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p>桃園の桃もかなり咲き始めていました。<br />
色々な色の花がありますので、こちらも桜に劣らず綺麗ですね。<br />
なかなか写真じゃ伝わりにくいかもしれませんが、<br />
撮り方ももう少し上達すれば良いなぁと思います。</p>]]>
        
    </content>
</entry>

<entry>
    <title>2012年3月のつぶやき </title>
    <link rel="alternate" type="text/html" href="http://riquid.net/2012/04/20123.html" />
    <id>tag:riquid.net,2012://1.140</id>

    <published>2012-04-08T12:03:56Z</published>
    <updated>2012-04-08T12:08:54Z</updated>

    <summary>2012年03月09日(金) ios5.1日本語版siri。 この為だけに4Sを...</summary>
    <author>
        <name>りきっど</name>
        
    </author>
    
        <category term="つぶやき" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://riquid.net/">
        <![CDATA[<p>2012年03月09日(金)</p>

<p>ios5.1日本語版siri。<br />
この為だけに4Sを買うのは馬鹿げているが、<br />
感覚的には画像が無いラブプラス。<br />
あとは画像を実装できれば完成ですね。<br />
<a href="http://t.co/htcPXTih">http://t.co/htcPXTih</a><br />
posted at 13:43:15</p>

<p>3月9日はサンキューの日なので、ありがとうの言葉を伝えたらいいとか。<br />
もし今がその3年後だったら、君にお礼を言うね、サンキュー。<br />
まぁ知らないですが。<br />
posted at 18:06:38</p>

<p>昔はニコ同で生で見てたんですが、<br />
さすがに結婚してからは見れなくなったのて、<br />
後でまとめサイトなどで見て、雰囲気を楽しむようにしています。<br />
posted at 18:07:27</p>

<p><br />
2012年03月10日(土)</p>

<p>製薬業界は中途採用多いですし、年収や配属希望なんかもそこそこ良いんで、<br />
希望の方はどうぞw<br />
posted at 14:29:46</p>

<p><br />
2012年03月12日(月)</p>

<p>『twitter鬱陶しい』とtwitter上で書くことはできても、<br />
『facebook鬱陶しい』とfacebook上では微妙に書きづらい。<br />
そのあたりが個人的にfacebookが嫌なところですね。<br />
posted at 13:46:16</p>

<p><br />
2012年03月29日(木)</p>

<p>結婚してからや子供ができてから、<br />
夫婦が手を繋いだりしなくなることは、さして問題ではない。<br />
それよりも、片方は手を繋ぎたいと思っているのに、<br />
もう片方はもう手なんて繋ぎたくないと言うように、<br />
食い違いが生じてくることが問題なわけで。<br />
posted at 10:28:06</p>

<p>『てへぺろ☆』は、たまにうちの相方も使いますが、<br />
いまだによゐこ有野の持ちネタだと思っている。<br />
< ゲームセンターCX 有野30代最後の生挑戦！より<br />
posted at 10:40:42</p>

<p>電車の中で、前の席の人がゲロを吐いて偉い状況に。<br />
あいにくティッシュを持ち合わせてないのでどうすることも出来ませんが。<br />
車内がゲロの臭いに。<br />
posted at 23:25:31</p>

<p>公共の場でゲロを吐きそうになったら、<br />
胃の中に飲み込み戻す勇気と努力も必要。<br />
吐く物や場所がなければ、申し訳ないがそれぐらいはやってくれ。<br />
posted at 23:30:29</p>

<p>そしてその人は電車を降りていかれました。<br />
どうするんだよ、私の席の前に散らばっているこの異臭を放つ物体...。<br />
posted at 23:32:17</p>]]>
        
    </content>
</entry>

<entry>
    <title>京都・東山花灯路、なので（後編）</title>
    <link rel="alternate" type="text/html" href="http://riquid.net/2012/03/post-66.html" />
    <id>tag:riquid.net,2012://1.139</id>

    <published>2012-03-24T01:59:17Z</published>
    <updated>2012-03-24T02:39:20Z</updated>

    <summary>・八坂神社 　　持ち越しの2日目は四条、八坂神社からスタート。 ・石堀小路～ねね...</summary>
    <author>
        <name>りきっど</name>
        
    </author>
    
        <category term="旅行/お出かけ" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="日記/雑記" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://riquid.net/">
        <![CDATA[<p>・八坂神社<br />
　　持ち越しの2日目は四条、八坂神社からスタート。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro34.jpg" src="http://riquid.net/2012/03/24/hanatouro34.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro35.jpg" src="http://riquid.net/2012/03/24/hanatouro35.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro36.jpg" src="http://riquid.net/2012/03/24/hanatouro36.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br />
・石堀小路～ねねの道～一念坂～二年坂<br />
　八坂から清水まで通じる京都らしい小路です。<br />
　京都情緒たっぷりの場所ですが、　雨上がりの石畳は、その様相を更に際だたせますね。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro37.jpg" src="http://riquid.net/2012/03/24/hanatouro37.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro38.jpg" src="http://riquid.net/2012/03/24/hanatouro38.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro39.jpg" src="http://riquid.net/2012/03/24/hanatouro39.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro40.jpg" src="http://riquid.net/2012/03/24/hanatouro40.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro41.jpg" src="http://riquid.net/2012/03/24/hanatouro41.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro42.jpg" src="http://riquid.net/2012/03/24/hanatouro42.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br />
・高台寺<br />
　　豊臣秀吉の正室である北政所（ねね・高台院）が、秀吉の冥福を祈るため建立した寺院。<br />
　　秀吉像と北政所像が祭ってある。女性の寺らしい幽玄さをかもしだす作りです。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro43.jpg" src="http://riquid.net/2012/03/24/hanatouro43.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro44.jpg" src="http://riquid.net/2012/03/24/hanatouro44.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro45.jpg" src="http://riquid.net/2012/03/24/hanatouro45.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro46.jpg" src="http://riquid.net/2012/03/24/hanatouro46.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro47.jpg" src="http://riquid.net/2012/03/24/hanatouro47.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro48.jpg" src="http://riquid.net/2012/03/24/hanatouro48.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro49.jpg" src="http://riquid.net/2012/03/24/hanatouro49.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro50.jpg" src="http://riquid.net/2012/03/24/hanatouro50.jpg" width="600" height="904" class="mt-image-none" style="" /></span></p>

<p><br />
・圓徳院<br />
　　高台寺の隣にあり、北政所（ねね・高台院）が余生を送った所でもあり、終焉の地。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro51.jpg" src="http://riquid.net/2012/03/24/hanatouro51.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro52.jpg" src="http://riquid.net/2012/03/24/hanatouro52.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro53.jpg" src="http://riquid.net/2012/03/24/hanatouro53.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro54.jpg" src="http://riquid.net/2012/03/24/hanatouro54.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro55.jpg" src="http://riquid.net/2012/03/24/hanatouro55.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro56.jpg" src="http://riquid.net/2012/03/24/hanatouro56.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro57.jpg" src="http://riquid.net/2012/03/24/hanatouro57.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro58.jpg" src="http://riquid.net/2012/03/24/hanatouro58.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br />
・法観寺<br />
　　東山のシンボル「八坂の塔」がライトアップされている。<br />
　　境内は狭く、塔以外に目だった建築物がないことから、<br />
　　「八坂の塔」は、寺自体を指す通称ともなっている、というかこちらの名前の方が有名。<br />
　　聖徳太子が如意輪観音の夢告により建てたとされている臨済宗の寺。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro59.jpg" src="http://riquid.net/2012/03/24/hanatouro59.jpg" width="600" height="904" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro60.jpg" src="http://riquid.net/2012/03/24/hanatouro60.jpg" width="600" height="904" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro61.jpg" src="http://riquid.net/2012/03/24/hanatouro61.jpg" width="597" height="900" class="mt-image-none" style="" /></span></p>

<p><br />
・産寧坂～清水寺<br />
　　産寧坂は清水寺へ続く石畳の参道であり、清水寺に行く人は必ず通ることになる。<br />
　　沿道は土産物店、陶磁器店、料亭などが並び、先ほどの二年坂に続いている。<br />
　　清水の舞台で有名な清水寺は、西国三十三カ所霊場の第十六番札所であり、<br />
　　金閣寺と並ぶ京都の観光スポットとして有名である。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro62.jpg" src="http://riquid.net/2012/03/24/hanatouro62.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro63.jpg" src="http://riquid.net/2012/03/24/hanatouro63.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro64.jpg" src="http://riquid.net/2012/03/24/hanatouro64.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro65.jpg" src="http://riquid.net/2012/03/24/hanatouro65.jpg" width="597" height="900" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro66.jpg" src="http://riquid.net/2012/03/24/hanatouro66.jpg" width="597" height="900" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro67.jpg" src="http://riquid.net/2012/03/24/hanatouro67.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro68.jpg" src="http://riquid.net/2012/03/24/hanatouro68.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro69.jpg" src="http://riquid.net/2012/03/24/hanatouro69.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro70.jpg" src="http://riquid.net/2012/03/24/hanatouro70.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro71.jpg" src="http://riquid.net/2012/03/24/hanatouro71.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro72.jpg" src="http://riquid.net/2012/03/24/hanatouro72.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro73.jpg" src="http://riquid.net/2012/03/24/hanatouro73.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro74.jpg" src="http://riquid.net/2012/03/24/hanatouro74.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro75.jpg" src="http://riquid.net/2012/03/24/hanatouro75.jpg" width="600" height="904" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro76.jpg" src="http://riquid.net/2012/03/24/hanatouro76.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br />
若干駆け足でしたが、これで京都・東山花灯路は概ね終了です。<br />
時間帯が18:30～21:30ぐらいの短い間しかないので、<br />
距離もそこそこあるため、全部を見て回るのは急ぎ足で行く必要があります。<br />
写真は人の切れ目で取っていますが、かなりの人手でした。</p>

<p>通常ですと12月頃に京都・嵐山花灯路があるかとは思いますので、<br />
そちらの方も興味がある方は足を運んでみてはいかがでしょうか。</p>]]>
        
    </content>
</entry>

<entry>
    <title>京都・東山花灯路、なので（前編）</title>
    <link rel="alternate" type="text/html" href="http://riquid.net/2012/03/post-65.html" />
    <id>tag:riquid.net,2012://1.138</id>

    <published>2012-03-20T05:47:36Z</published>
    <updated>2012-03-20T06:16:40Z</updated>

    <summary>3月10日～20日まで京都東山で開催されていました花灯路に 新調したミラーレス一...</summary>
    <author>
        <name>りきっど</name>
        
    </author>
    
        <category term="旅行/お出かけ" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="日記/雑記" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://riquid.net/">
        <![CDATA[<p>3月10日～20日まで京都東山で開催されていました花灯路に<br />
新調したミラーレス一眼レフカメラNEX-5Nの試写もかねて行ってきました。</p>

<p>京都・東山花灯路とは、京都の東山山麓の青蓮院（三条）から清水寺（五条）に至る<br />
約4.6キロの小路に、京都の伝統工芸である清水焼、北山杉、京銘竹、石工、金属<br />
などで作られた約2400基の行灯を点し、夜の散策を楽しむ趣向の、<br />
早春を告げる観光イベントです。（Wikiより）<br />
期間中は周辺の寺院もライトアップされており、夜間特別拝観ができます。</p>

<p></p>

<p>・青蓮院<br />
　　京都五ケ室門跡の一つで、三千院、妙法院と共に、天台宗の三門跡寺院とされる。<br />
　　古くより皇室と関わり深く格式の高い門跡寺院とされています。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro01.jpg" src="http://riquid.net/2012/03/20/hanatouro01.jpg" width="600" height="904" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro02.jpg" src="http://riquid.net/2012/03/20/hanatouro02.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro03.jpg" src="http://riquid.net/2012/03/20/hanatouro03.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro04.jpg" src="http://riquid.net/2012/03/20/hanatouro04.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro05.jpg" src="http://riquid.net/2012/03/20/hanatouro05.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro06.jpg" src="http://riquid.net/2012/03/20/hanatouro06.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro07.jpg" src="http://riquid.net/2012/03/20/hanatouro07.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro08.jpg" src="http://riquid.net/2012/03/20/hanatouro08.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro09.jpg" src="http://riquid.net/2012/03/20/hanatouro09.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro10.jpg" src="http://riquid.net/2012/03/20/hanatouro10.jpg" width="600" height="904" class="mt-image-none" style="" /></span></p>

<p><br />
・青蓮院～知恩院（神宮道）</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro11.jpg" src="http://riquid.net/2012/03/20/hanatouro11.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro12.jpg" src="http://riquid.net/2012/03/20/hanatouro12.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro13.jpg" src="http://riquid.net/2012/03/20/hanatouro13.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro14.jpg" src="http://riquid.net/2012/03/20/hanatouro14.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro15.jpg" src="http://riquid.net/2012/03/20/hanatouro15.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br />
・知恩院<br />
　　浄土宗総本山の寺院。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro16.jpg" src="http://riquid.net/2012/03/20/hanatouro16.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro17.jpg" src="http://riquid.net/2012/03/20/hanatouro17.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro18.jpg" src="http://riquid.net/2012/03/20/hanatouro18.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro19.jpg" src="http://riquid.net/2012/03/20/hanatouro19.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro20.jpg" src="http://riquid.net/2012/03/20/hanatouro20.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br />
・知恩院　友禅苑</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro21.jpg" src="http://riquid.net/2012/03/20/hanatouro21.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro22.jpg" src="http://riquid.net/2012/03/20/hanatouro22.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro23.jpg" src="http://riquid.net/2012/03/20/hanatouro23.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro24.jpg" src="http://riquid.net/2012/03/20/hanatouro24.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro25.jpg" src="http://riquid.net/2012/03/20/hanatouro25.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro26.jpg" src="http://riquid.net/2012/03/20/hanatouro26.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro27.jpg" src="http://riquid.net/2012/03/20/hanatouro27.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro28.jpg" src="http://riquid.net/2012/03/20/hanatouro28.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><br />
・円山公園～八坂神社<br />
　　京都の人にとってはなじみの公園。八坂神社、知恩院に隣接する。<br />
　　祇園枝垂桜に代表される桜の名所でもある。<br />
　　期間中は東日本大震災復興支援事業希望の灯、現代いけばな展<br />
　　大学のまち京都・伝統の灯り展など、色々な展示会場となっている。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro29.jpg" src="http://riquid.net/2012/03/20/hanatouro29.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro30.jpg" src="http://riquid.net/2012/03/20/hanatouro30.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro31.jpg" src="http://riquid.net/2012/03/20/hanatouro31.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro32.jpg" src="http://riquid.net/2012/03/20/hanatouro32.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="hanatouro33.jpg" src="http://riquid.net/2012/03/20/hanatouro33.jpg" width="600" height="398" class="mt-image-none" style="" /></span></p>

<p>点灯時間は限られており、ここでタイムアップとなったため、<br />
続きは翌日回しとなりました。</p>]]>
        
    </content>
</entry>

</feed>
