").attr(s.scriptAttrs||{}).prop({charset:s.scriptCharset,src:s.url}).on("load error",callback=function(evt){script.remove();callback=null;if(evt){complete(evt.type==="error"?404:200,evt.type)}});document.head.appendChild(script[0])},abort:function(){if(callback){callback()}}}}});var oldCallbacks=[],rjsonp=/(=)\?(?=&|$)|\?\?/;jQuery.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var callback=oldCallbacks.pop()||(jQuery.expando+"_"+(nonce.guid++));this[callback]=!0;return callback}});jQuery.ajaxPrefilter("json jsonp",function(s,originalSettings,jqXHR){var callbackName,overwritten,responseContainer,jsonProp=s.jsonp!==!1&&(rjsonp.test(s.url)?"url":typeof s.data==="string"&&(s.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&rjsonp.test(s.data)&&"data");if(jsonProp||s.dataTypes[0]==="jsonp"){callbackName=s.jsonpCallback=isFunction(s.jsonpCallback)?s.jsonpCallback():s.jsonpCallback;if(jsonProp){s[jsonProp]=s[jsonProp].replace(rjsonp,"$1"+callbackName)}else if(s.jsonp!==!1){s.url+=(rquery.test(s.url)?"&":"?")+s.jsonp+"="+callbackName} s.converters["script json"]=function(){if(!responseContainer){jQuery.error(callbackName+" was not called")} return responseContainer[0]};s.dataTypes[0]="json";overwritten=window[callbackName];window[callbackName]=function(){responseContainer=arguments};jqXHR.always(function(){if(overwritten===undefined){jQuery(window).removeProp(callbackName)}else{window[callbackName]=overwritten} if(s[callbackName]){s.jsonpCallback=originalSettings.jsonpCallback;oldCallbacks.push(callbackName)} if(responseContainer&&isFunction(overwritten)){overwritten(responseContainer[0])} responseContainer=overwritten=undefined});return"script"}});support.createHTMLDocument=(function(){var body=document.implementation.createHTMLDocument("").body;body.innerHTML="
").append(jQuery.parseHTML(responseText)).find(selector):responseText)}).always(callback&&function(jqXHR,status){self.each(function(){callback.apply(this,response||[jqXHR.responseText,status,jqXHR])})})} return this};jQuery.expr.pseudos.animated=function(elem){return jQuery.grep(jQuery.timers,function(fn){return elem===fn.elem}).length};jQuery.offset={setOffset:function(elem,options,i){var curPosition,curLeft,curCSSTop,curTop,curOffset,curCSSLeft,calculatePosition,position=jQuery.css(elem,"position"),curElem=jQuery(elem),props={};if(position==="static"){elem.style.position="relative"} curOffset=curElem.offset();curCSSTop=jQuery.css(elem,"top");curCSSLeft=jQuery.css(elem,"left");calculatePosition=(position==="absolute"||position==="fixed")&&(curCSSTop+curCSSLeft).indexOf("auto")>-1;if(calculatePosition){curPosition=curElem.position();curTop=curPosition.top;curLeft=curPosition.left}else{curTop=parseFloat(curCSSTop)||0;curLeft=parseFloat(curCSSLeft)||0} if(isFunction(options)){options=options.call(elem,i,jQuery.extend({},curOffset))} if(options.top!=null){props.top=(options.top-curOffset.top)+curTop} if(options.left!=null){props.left=(options.left-curOffset.left)+curLeft} if("using" in options){options.using.call(elem,props)}else{curElem.css(props)}}};jQuery.fn.extend({offset:function(options){if(arguments.length){return options===undefined?this:this.each(function(i){jQuery.offset.setOffset(this,options,i)})} var rect,win,elem=this[0];if(!elem){return} if(!elem.getClientRects().length){return{top:0,left:0}} rect=elem.getBoundingClientRect();win=elem.ownerDocument.defaultView;return{top:rect.top+win.pageYOffset,left:rect.left+win.pageXOffset}},position:function(){if(!this[0]){return} var offsetParent,offset,doc,elem=this[0],parentOffset={top:0,left:0};if(jQuery.css(elem,"position")==="fixed"){offset=elem.getBoundingClientRect()}else{offset=this.offset();doc=elem.ownerDocument;offsetParent=elem.offsetParent||doc.documentElement;while(offsetParent&&(offsetParent===doc.body||offsetParent===doc.documentElement)&&jQuery.css(offsetParent,"position")==="static"){offsetParent=offsetParent.parentNode} if(offsetParent&&offsetParent!==elem&&offsetParent.nodeType===1){parentOffset=jQuery(offsetParent).offset();parentOffset.top+=jQuery.css(offsetParent,"borderTopWidth",!0);parentOffset.left+=jQuery.css(offsetParent,"borderLeftWidth",!0)}} return{top:offset.top-parentOffset.top-jQuery.css(elem,"marginTop",!0),left:offset.left-parentOffset.left-jQuery.css(elem,"marginLeft",!0)}},offsetParent:function(){return this.map(function(){var offsetParent=this.offsetParent;while(offsetParent&&jQuery.css(offsetParent,"position")==="static"){offsetParent=offsetParent.offsetParent} return offsetParent||documentElement})}});jQuery.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(method,prop){var top="pageYOffset"===prop;jQuery.fn[method]=function(val){return access(this,function(elem,method,val){var win;if(isWindow(elem)){win=elem}else if(elem.nodeType===9){win=elem.defaultView} if(val===undefined){return win?win[prop]:elem[method]} if(win){win.scrollTo(!top?val:win.pageXOffset,top?val:win.pageYOffset)}else{elem[method]=val}},method,val,arguments.length)}});jQuery.each(["top","left"],function(_i,prop){jQuery.cssHooks[prop]=addGetHookIf(support.pixelPosition,function(elem,computed){if(computed){computed=curCSS(elem,prop);return rnumnonpx.test(computed)?jQuery(elem).position()[prop]+"px":computed}})});jQuery.each({Height:"height",Width:"width"},function(name,type){jQuery.each({padding:"inner"+name,content:type,"":"outer"+name},function(defaultExtra,funcName){jQuery.fn[funcName]=function(margin,value){var chainable=arguments.length&&(defaultExtra||typeof margin!=="boolean"),extra=defaultExtra||(margin===!0||value===!0?"margin":"border");return access(this,function(elem,type,value){var doc;if(isWindow(elem)){return funcName.indexOf("outer")===0?elem["inner"+name]:elem.document.documentElement["client"+name]} if(elem.nodeType===9){doc=elem.documentElement;return Math.max(elem.body["scroll"+name],doc["scroll"+name],elem.body["offset"+name],doc["offset"+name],doc["client"+name])} return value===undefined?jQuery.css(elem,type,extra):jQuery.style(elem,type,value,extra)},type,chainable?margin:undefined,chainable)}})});jQuery.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(_i,type){jQuery.fn[type]=function(fn){return this.on(type,fn)}});jQuery.fn.extend({bind:function(types,data,fn){return this.on(types,null,data,fn)},unbind:function(types,fn){return this.off(types,null,fn)},delegate:function(selector,types,data,fn){return this.on(types,selector,data,fn)},undelegate:function(selector,types,fn){return arguments.length===1?this.off(selector,"**"):this.off(types,selector||"**",fn)},hover:function(fnOver,fnOut){return this.on("mouseenter",fnOver).on("mouseleave",fnOut||fnOver)}});jQuery.each(("blur focus focusin focusout resize scroll click dblclick "+"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave "+"change select submit keydown keypress keyup contextmenu").split(" "),function(_i,name){jQuery.fn[name]=function(data,fn){return arguments.length>0?this.on(name,null,data,fn):this.trigger(name)}});var rtrim=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;jQuery.proxy=function(fn,context){var tmp,args,proxy;if(typeof context==="string"){tmp=fn[context];context=fn;fn=tmp} if(!isFunction(fn)){return undefined} args=slice.call(arguments,2);proxy=function(){return fn.apply(context||this,args.concat(slice.call(arguments)))};proxy.guid=fn.guid=fn.guid||jQuery.guid++;return proxy};jQuery.holdReady=function(hold){if(hold){jQuery.readyWait++}else{jQuery.ready(!0)}};jQuery.isArray=Array.isArray;jQuery.parseJSON=JSON.parse;jQuery.nodeName=nodeName;jQuery.isFunction=isFunction;jQuery.isWindow=isWindow;jQuery.camelCase=camelCase;jQuery.type=toType;jQuery.now=Date.now;jQuery.isNumeric=function(obj){var type=jQuery.type(obj);return(type==="number"||type==="string")&&!isNaN(obj-parseFloat(obj))};jQuery.trim=function(text){return text==null?"":(text+"").replace(rtrim,"$1")};if(typeof define==="function"&&define.amd){define("jquery",[],function(){return jQuery})} var _jQuery=window.jQuery,_$=window.$;jQuery.noConflict=function(deep){if(window.$===jQuery){window.$=_$} if(deep&&window.jQuery===jQuery){window.jQuery=_jQuery} return jQuery};if(typeof noGlobal==="undefined"){window.jQuery=window.$=jQuery} return jQuery});jQuery.noConflict()
心霊スポット、おせんころがし(勝浦)
2019.08.14
場所
かつて房総随一の難所といわれた勝浦の「おせんころがし」に行ってきました。
心霊スポットとして知られてますが、噂とは裏腹に非常に景色の綺麗な場所です。
いわくつきの場所ですが、一度バイクで走ってみたいと思ってました。
海沿いを走る旧道、お仙様の供養塔、その近くの漁港の背後には廃道があります。
おせんころがしは供養塔のある崖ですが、この辺り一帯がそう呼ばれてます。
供養塔や旧道はそれほど危険ではありませんが、漁港裏の廃道は別。
時々侵入する人がいるようですが、そこだけはやめた方がいいですよ。
謂れ
あらすじ
その昔、領主の横暴に耐えかねた村人達が深夜、領主の屋敷を襲って寝ていた領主をむしろに巻いて崖から投げ落とした。しかし投げ落とされたのは領主でなく領主の隣で寝ていた娘のお仙だった。(千葉の民話・民謡・童謡)
これには諸説あり、横暴な父親を改心させようと娘のお仙が崖から身を投げたという説もあります。
他にも横暴な領主への見せしめに村人がお仙をリンチにかけたなど色々なパターンがあるそうです。
投げ落とされたお仙が転げ落ちた崖なので「おせんころがし」と呼ばれるようになったとか。
ちなみに旧道のトンネル付近は昭和の時代に凶悪な殺人事件があった場所です。
このように昔から事件や事故が多かった場所なので心霊スポットにされてしまったようです。
旧道
安房小湊の辺りに来ました。暑すぎるせいか海で泳いでる人はいません。
白い塔は旧道おせんころがしの近くにある誕生寺の仏舎利だそうです。
誕生寺を過ぎて不気味なトンネルをくぐると旧道おせんころがしが現れます。
見上げるとこの崖……。ここは立ち止まらない方がいいと思いますよ。
もし岩でも落ちてきたら木っ端微塵です。無意識に電柱の陰に逃げてます。
悲惨な事件とは裏腹に、ここの海はとてつもなく綺麗だったりします。
烏帽子岩みたいのが見えました。古地図にある雀島ってのがこれなんでしょうか。
同じ太平洋でも九十九里とは色が違います。背後が崖でなけりゃ一日眺めていたい。
車で来て写真撮ってる人や、ダイビング(密猟?)してる人もチラホラいました。
供養塔
入り口の駐車場。背後を走る道路は外房黒潮ライン。気をつけないと見落としそうな場所にあります。
朝から何も食べてなかったので駐車場で野飯。ここ一応、心霊スポットだというのに。(^^;;
駐車場から奥に進むとこんな看板が。マップで土産物店に見えた建物はこれでした(汗)
この先は徒歩でないと入れません。カップルは右へ。ぼっちライダーは左へ。
寂しい一本道ですが、いくらも歩かないうちに断崖絶壁に出ます。
供養塔。墓参する人もいないので成田山の不動明王真言を唱えてあげました。(^_^;
この頼りない手摺で遮られただけの狭い崖が、お仙様が投げ落とされた場所らしい。
腕を伸ばして撮影しました。これが限界。高さもあるので落ちたら助かりません。
ここで悲劇があったとは思えないほど目の前には青く美しい海が広がってました。
動画
海岸沿いの旧道と供養塔の動画を撮ってきました。
旧道は思ったより短かったので拍子抜けしました。
霊視(ぉ..
この一帯からは心霊スポットにありがちな嫌な雰囲気は感じませんでした。
供養塔では女性の悲鳴が聞こえるそうですが、それは隣のホテルでは…?(^^;;
それよりも海岸にいた全裸ダイバー(密猟者?)の方が怖かったです!
旧道や供養塔よりも殺人事件のあった陰鬱なトンネルの方が嫌な気配がしました。
見た途端に「こりゃダメだ……」と思って引き返そうとしたほどです(汗)
感想
ここは房総でもっとも海が綺麗に見える場所ではないでしょうか。
何もありませんがツーリングスポット的には最高の場所だと思います。
しかし供養塔の放置ぶりから見て、ここを観光地として開発するつもりはない様子。
一方、廃墟と化していた隣の旧行川アイランド跡地は再開発が決まったそうです。
※コメントは最大150文字、100回まで送信できます