/*! * vue-resource v1.4.0 * https://github.com/pagekit/vue-resource * Released under the MIT License. */ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.VueResource=e()}(this,function(){"use strict";var t=2;function e(e){this.state=t,this.value=void 0,this.deferred=[];var n=this;try{e(function(t){n.resolve(t)},function(t){n.reject(t)})}catch(t){n.reject(t)}}e.reject=function(t){return new e(function(e,n){n(t)})},e.resolve=function(t){return new e(function(e,n){e(t)})},e.all=function(t){return new e(function(n,o){var r=0,i=[];function s(e){return function(o){i[e]=o,(r+=1)===t.length&&n(i)}}0===t.length&&n(i);for(var u=0;u=200&&a<300,this.status=a||0,this.statusText=c||"",this.headers=new q(u),this.body=t,d(t)?this.bodyText=t:(i=t,"undefined"!=typeof Blob&&i instanceof Blob&&(this.bodyBlob=t,(0===(r=t).type.indexOf("text")||-1!==r.type.indexOf("json"))&&(this.bodyText=(n=t,new o(function(t){var e=new FileReader;e.readAsText(n),e.onload=function(){t(e.result)}})))))};L.prototype.blob=function(){return v(this.bodyBlob)},L.prototype.text=function(){return v(this.bodyText)},L.prototype.json=function(){return v(this.text(),function(t){return JSON.parse(t)})},Object.defineProperty(L.prototype,"data",{get:function(){return this.body},set:function(t){this.body=t}});var B=function(t){var e;this.body=null,this.params={},w(this,t,{method:(e=t.method||"GET",e?e.toUpperCase():"")}),this.headers instanceof q||(this.headers=new q(this.headers))};B.prototype.getUrl=function(){return $(this)},B.prototype.getBody=function(){return this.body},B.prototype.respondWith=function(t,e){return new L(t,w(e||{},{url:this.getUrl()}))};var M={"Content-Type":"application/json;charset=utf-8"};function N(t){var e=this||{},n=function(t){var e=[I],n=[];function r(r){for(;e.length;){var i=e.pop();if(l(i)){var s=void 0,u=void 0;if(m(s=i.call(t,r,function(t){return u=t})||u))return new o(function(e,o){n.forEach(function(e){s=v(s,function(n){return e.call(t,n)||n},o)}),v(s,e,o)},t);l(s)&&n.unshift(s)}else c="Invalid interceptor of type "+typeof i+", must be a function","undefined"!=typeof console&&a&&console.warn("[VueResource warn]: "+c)}var c}return m(t)||(t=null),r.use=function(t){e.push(t)},r}(e.$vm);return function(t){u.call(arguments,1).forEach(function(e){for(var n in e)void 0===t[n]&&(t[n]=e[n])})}(t||{},e.$options,N.options),N.interceptors.forEach(function(t){d(t)&&(t=N.interceptor[t]),l(t)&&n.use(t)}),n(new B(t)).then(function(t){return t.ok?t:o.reject(t)},function(t){var e;return t instanceof Error&&(e=t,"undefined"!=typeof console&&console.error(e)),o.reject(t)})}function D(t,e,n,o){var r=this||{},i={};return g(n=w({},D.actions,n),function(n,s){n=T({url:t,params:w({},e)},o,n),i[s]=function(){return(r.$http||N)(function(t,e){var n,o=w({},t),r={};switch(e.length){case 2:r=e[0],n=e[1];break;case 1:/^(POST|PUT|PATCH)$/i.test(o.method)?n=e[0]:r=e[0];break;case 0:break;default:throw"Expected up to 2 arguments [params, body], got "+e.length+" arguments"}return o.body=n,o.params=w({},o.params,r),o}(n,arguments))}}),i}function J(t){var e,n,r;J.installed||(n=(e=t).config,r=e.nextTick,i=r,a=n.debug||!n.silent,t.url=$,t.http=N,t.resource=D,t.Promise=o,Object.defineProperties(t.prototype,{$url:{get:function(){return b(t.url,this,this.$options.url)}},$http:{get:function(){return b(t.http,this,this.$options.http)}},$resource:{get:function(){return t.resource.bind(this)}},$promise:{get:function(){var e=this;return function(n){return new t.Promise(n,e)}}}}))}return N.options={},N.headers={put:M,post:M,patch:M,delete:M,common:{Accept:"application/json, text/plain, */*"},custom:{}},N.interceptor={before:function(t){l(t.before)&&t.before.call(this,t)},method:function(t){t.emulateHTTP&&/^(PUT|PATCH|DELETE)$/i.test(t.method)&&(t.headers.set("X-HTTP-Method-Override",t.method),t.method="POST")},jsonp:function(t){"JSONP"==t.method&&(t.client=A)},json:function(t){var e=t.headers.get("Content-Type")||"";return m(t.body)&&0===e.indexOf("application/json")&&(t.body=JSON.stringify(t.body)),function(t){return t.bodyText?v(t.text(),function(e){var n,o;if(0===(t.headers.get("Content-Type")||"").indexOf("application/json")||(o=(n=e).match(/^\s*(\[|\{)/))&&{"[":/]\s*$/,"{":/}\s*$/}[o[1]].test(n))try{t.body=JSON.parse(e)}catch(e){t.body=null}else t.body=e;return t}):t}},form:function(t){var e;e=t.body,"undefined"!=typeof FormData&&e instanceof FormData?t.headers.delete("Content-Type"):m(t.body)&&t.emulateJSON&&(t.body=$.params(t.body),t.headers.set("Content-Type","application/x-www-form-urlencoded"))},header:function(t){g(w({},N.headers.common,t.crossOrigin?{}:N.headers.custom,N.headers[p(t.method)]),function(e,n){t.headers.has(n)||t.headers.set(n,e)})},cors:function(t){if(c){var e=$.parse(location.href),n=$.parse(t.getUrl());n.protocol===e.protocol&&n.host===e.host||(t.crossOrigin=!0,t.emulateHTTP=!1,R||(t.client=U))}}},N.interceptors=["before","method","jsonp","json","form","header","cors"],["get","delete","head","jsonp"].forEach(function(t){N[t]=function(e,n){return this(w(n||{},{url:e,method:t}))}}),["post","put","patch"].forEach(function(t){N[t]=function(e,n,o){return this(w(o||{},{url:e,method:t,body:n}))}}),D.actions={get:{method:"GET"},save:{method:"POST"},query:{method:"GET"},update:{method:"PUT"},remove:{method:"DELETE"},delete:{method:"DELETE"}},"undefined"!=typeof window&&window.Vue&&window.Vue.use(J),J}); /*Click Away*/ !function(e,t){"use strict";function n(e,t,n){i(e);var u=n.context,a=t.value;if("function"==typeof a){var c=!1;setTimeout(function(){c=!0},0),e[o]=function(t){var n=t.path||(t.composedPath?t.composedPath():void 0);if(c&&(n?n.indexOf(e)<0:!e.contains(t.target)))return a.call(u,t)},document.documentElement.addEventListener("click",e[o],!1)}}function i(e){document.documentElement.removeEventListener("click",e[o],!1),delete e[o]}t="default"in t?t.default:t;/^2\./.test(t.version)||t.util.warn("VueClickaway 2.2.2 only supports Vue 2.x, and does not support Vue "+t.version);var o="_vue_clickaway_handler",u={bind:n,update:function(e,t){t.value!==t.oldValue&&n(e,t)},unbind:i},a={directives:{onClickaway:u}};e.version="2.2.2",e.directive=u,e.mixin=a}(this.VueClickaway={},Vue); 紀伊半島ツーリング2日目 | MadaMada

紀伊半島ツーリング2日目

非常にまとまりの無いグダグダなツーリング記。2日目です。


翌日月曜日から仕事なので、2日目はあまり時間がない。
朝6時には宿を出ようと思っていたが・・・なんだかんだでノンビリと8時半出発。

宿から熊野本宮大社までは5kmほど。
4年前にきた時に比べて、周辺のお店、施設が随分と奇麗になってた。

P1020410

以前は中でも写真が撮れたと思ったけど、「この先撮影禁止」。
この写真を最後に、GF1はタンクバッグから出ることはなかったw

それだけ走るのが楽しかったってことでふ。 

 

熊野本宮大社を出たら2日目のメインイベント、国道425号へ向かう。
この道は国道にかけて「酷道」と言われている。国道とは思えない酷い道。
正直SSで行くような道じゃないですが、行きます。
気になる方は「酷道 425号」でググってね。レポを書いてる方が沢山います。

実は4年前に一度走ってます。紀伊半島を一人ツーリングした時に偶然迷い込んでしまった・・・
タイトすぎる峠、荒れた路面、ゴロゴロ落石、道路を横切る小川、ガードレール無し(墜ちたら崖)、転落死亡事故多発の看板、携帯はもちろん圏外・・・。数十キロの道のりですれ違った車、数台。
パンクしたり、転倒や何かがあったら間違いなくヤバい。(パンク修理キット必携)
 
ただ、景色がスゲぇ良かったの。
熊野の山塊を見渡せるとても素晴らしいポイントがいくつかあった。古からの熊野信仰が解る気がする、そう思わされる景色や空気。

4年前、カメラのバッテリー忘れて携帯で撮影した写真。

4yearsago

もう一度あの景色が見たい!そして同行のMにも見せたい。
ということで、

Img_0204

国道425号 十津川〜下北山間に突入!

で、無事走破したのですが・・・見覚えのある景色はあるものの、4年前に一番感動した景色が見当たらない。そして記憶程道が酷くない。(それでも十分酷いけど)
帰ってから調べてみたところ、4年前に走ったのはどうやら十津川〜下北山間(最後の地図オレンジ線)と一番酷い区間と言われる十津川〜龍神間(水色線)だったみたい。

R425を抜けた後はR169を北上。この道は子供の頃に通り慣れた道。
今年始めに他界した祖父の家が今もR169沿いにある。幼少の頃から夏休みは決まって祖父の家。毎日川で遊んだり、山へいったり。自分のアウトドア好きの原点みたいな所。立ち寄って様子見。3年程誰も住んでいないが、あまり痛んではいなかった。

しばし休憩してさらにR169を北上。この道はツーリングの定番なんだと思う。昔からバイクが多い。路面も良くハイペースで飛ばせるからかな。子供心にバイクカッコいい!と眺めてた記憶がある。

R169からR166へ、この道もハイペースで楽しい道でした。

予定より1時間遅れて鳥羽着。16時半のフェリーに乗船し伊良湖に着いたのが17時半。高速に乗ったら早速事故渋滞。帰宅の時間を気にするのは諦めたw

浜名湖SAでうなぎ食べて1時間以上マッタリ。御殿場〜横浜町田のいつもの渋滞は夜になっても全く衰えをしらず、結局帰宅は深夜1:30に。
金曜日の夜中0時に家を出てから丸2日間のツーリング、走行距離はメーターでぴったり1200km。右手と左足親指付け根が限界超えました(笑)

 
紀伊半島は満喫したいなら1泊2日じゃ少ないね。
少なくとも2泊欲しい。川や海で遊びたい!て思うと3泊。気になる道を全部走りたい!なら4泊。観光地も全部押さえたい!なら5泊。
てな感じで、まだまだ紀伊半島は楽しめそうですよ。

次は最低3泊ぐらいで行くか!R425も全線走破しよう!ということでMと約束して、今回の紀伊半島ツーリングは無事終了。

いや、本当に楽しいツーリングだった。お盆休みにまた行こうかなぁ・・・

2日目ルート:熊野から吉野を抜けて東京へ

より大きな地図で 紀伊半島ツーリング10.07.18 を表示
 
 
関連記事:紀伊半島ツーリング1日目

2 Comments

  • hightimes247

    2010-07-22 at 1:38 PM

    もう若くはないことを思い知ったよ・・・。
    昔は下道オンリーで一日400kmとか走ってたんだよなぁ。若いってすごいわ。
    伊豆半島と紀伊半島が入れ替わってくれると最高なんだがw

    返信

コメントを残す