


<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>見どころスポット 　ーー　西宮流・観光案内所 &#187; トンネル</title>
	<atom:link href="http://kanko.nishinomiya-style.jp/spot/tag/%e3%83%88%e3%83%b3%e3%83%8d%e3%83%ab/feed/" rel="self" type="application/rss+xml" />
	<link>http://kanko.nishinomiya-style.jp/spot</link>
	<description>Nishinomiya-Style for Tourists</description>
	<lastBuildDate>Fri, 19 Aug 2011 14:09:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>大谷マンボウ</title>
		<link>http://kanko.nishinomiya-style.jp/spot/2010/01/25/manbou-3/</link>
		<comments>http://kanko.nishinomiya-style.jp/spot/2010/01/25/manbou-3/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 06:54:54 +0000</pubDate>
		<dc:creator>kanae</dc:creator>
				<category><![CDATA[夙川～苦楽園～甲山]]></category>
		<category><![CDATA[建造物・景観]]></category>
		<category><![CDATA[西宮流・小ねたスポット]]></category>
		<category><![CDATA[観光スポット]]></category>
		<category><![CDATA[JR]]></category>
		<category><![CDATA[お出かけ]]></category>
		<category><![CDATA[にしのみや]]></category>
		<category><![CDATA[スポット]]></category>
		<category><![CDATA[トンネル]]></category>
		<category><![CDATA[マンボウ]]></category>
		<category><![CDATA[西宮]]></category>
		<category><![CDATA[西宮市]]></category>
		<category><![CDATA[観光]]></category>

		<guid isPermaLink="false">http://kanko.nishinomiya-style.jp/spot/?p=1224</guid>
		<description><![CDATA[




西宮市大谷町　　「東皿池拱梁」




芦屋市に近い大谷町と郷免町をつなぐ「大谷道」と呼ばれるマンボウ。
大人が立って歩けるだけの高さはあるが、トンネルの前後の道は周りの道より
急に低く掘り下げられていて少し歩 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://kanko.nishinomiya-style.jp/spot/files/2010/01/s-CIMG6702.jpg"><img class="alignnone size-medium wp-image-1225" title="大谷マンボウ　東皿池拱梁" src="http://kanko.nishinomiya-style.jp/spot/files/2010/01/s-CIMG6702-300x225.jpg" alt="" width="300" height="225" /></a></p>
<table style="width: 500px;" border="0" cellspacing="5">
<tbody>
<tr>
<td style="width: 80px;" align="center" valign="top"><img class="alignnone size-full wp-image-483" title="住所" src="http://kanko.nishinomiya-style.jp/spot/files/2009/05/icon_add.gif" alt="住所" width="46" height="18" /></td>
<td>西宮市大谷町　　「東皿池拱梁」</td>
</tr>
</tbody>
</table>
<p><br class="spacer_" /></p>
<p>芦屋市に近い大谷町と郷免町をつなぐ「大谷道」と呼ばれるマンボウ。<br />
大人が立って歩けるだけの高さはあるが、トンネルの前後の道は周りの道より<br />
急に低く掘り下げられていて少し歩きにくい。</p>
<p><a id="more-1224"></a></p>
<p>このマンボウは煉瓦積みのアーチ部分が「ねじりまんぽ」といわれる独特な作り方らしく<br />
(現在はシート貼りで補強されているようで見れないらしい)、明治の国鉄開通当時に<br />
作られたものらしい。<br />
ただ、横にある交通安全道造設者名を記した石碑には昭和4年の銘があり、もとからあった<br />
水路を通行用に作り替えたのが昭和4年ではないかと思われる。</p>
<p><img class="alignnone size-full wp-image-495" title="おすすめイベント" src="http://kanko.nishinomiya-style.jp/spot/files/2009/05/t_event.gif" alt="おすすめイベント" width="200" height="18" /><br />
<script src="http://www.google.com/jsapi?key=ABQIAAAAHXMJ4ZmIY0RH8LCx7Jpa3RT5rExhbLw7NZbPZVYCIKw3uR37wxTZLBlkTioZBnYHE5hcEHqBPjnW8Q" type="text/javascript"></script></p>
<p><script type="text/javascript">// <![CDATA[
google.load("feeds", "1");
function initialize() {
  var feed = new google.feeds.Feed("http://event.nishinomiya-style.jp/feed/?tag=＊＊＊");
    feed.setNumEntries(10);
    feed.load(function(result) {
      if (!result.error) {
        var container = document.getElementById("feed");
        for (var i = 0; i < result.feed.entries.length; i++) {
          var entry = result.feed.entries[i];
          var div = document.createElement("li");
          var a = document.createElement("a");
          a.href = entry.link;
          a.target = "_blank" ;
          var date = new Date(entry.publishedDate);
          a.appendChild(document.createTextNode(entry.title));
          div.appendChild(a);
          container.appendChild(div);
        }
      }
    });
  }
  google.setOnLoadCallback(initialize);
// ]]&gt;</script>
</p>
<p><img class="alignnone size-full wp-image-494" title="おすすめコース" src="http://kanko.nishinomiya-style.jp/spot/files/2009/05/t_course.gif" alt="おすすめコース" width="200" height="18" /></p>
<p><img class="alignnone size-full wp-image-496" title="周辺の立寄りどころ" src="http://kanko.nishinomiya-style.jp/spot/files/2009/05/t_tachiyori.gif" alt="周辺の立寄りどころ" width="200" height="18" /></p>
<p><img class="alignnone size-full wp-image-498" title="西宮流関連記事" src="http://kanko.nishinomiya-style.jp/spot/files/2009/05/t_nstyle.gif" alt="西宮流関連記事" width="200" height="18" /></p>
<p><img class="alignnone size-full wp-image-497" title="周辺ショップ情報" src="http://kanko.nishinomiya-style.jp/spot/files/2009/05/t_shop.gif" alt="周辺ショップ情報" width="200" height="18" /></p>
]]></content:encoded>
			<wfw:commentRss>http://kanko.nishinomiya-style.jp/spot/2010/01/25/manbou-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>甲子園口のマンボウ</title>
		<link>http://kanko.nishinomiya-style.jp/spot/2010/01/25/manbou-2/</link>
		<comments>http://kanko.nishinomiya-style.jp/spot/2010/01/25/manbou-2/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 06:24:29 +0000</pubDate>
		<dc:creator>kanae</dc:creator>
				<category><![CDATA[建造物・景観]]></category>
		<category><![CDATA[甲子園～鳴尾浜・西宮浜]]></category>
		<category><![CDATA[西宮流・小ねたスポット]]></category>
		<category><![CDATA[観光スポット]]></category>
		<category><![CDATA[JR]]></category>
		<category><![CDATA[お出かけ]]></category>
		<category><![CDATA[にしのみや]]></category>
		<category><![CDATA[スポット]]></category>
		<category><![CDATA[トンネル]]></category>
		<category><![CDATA[マンボウ]]></category>
		<category><![CDATA[西宮]]></category>
		<category><![CDATA[西宮市]]></category>
		<category><![CDATA[観光]]></category>

		<guid isPermaLink="false">http://kanko.nishinomiya-style.jp/spot/?p=1218</guid>
		<description><![CDATA[




西宮市二見町  　「庄川Ｂ」




西宮市内あるJRをくぐるマンボウ(人が通れる程度の小さいトンネル)のほかの二つと
くらべると、甲子園口駅の西にあるこのマンボウはさらに狭い。

大人が立ったまま歩くことがで [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://kanko.nishinomiya-style.jp/spot/files/2010/01/s-CIMG2382.jpg"><img class="alignnone size-medium wp-image-1219" title="甲子園口マンボウ　庄川B" src="http://kanko.nishinomiya-style.jp/spot/files/2010/01/s-CIMG2382-300x225.jpg" alt="" width="300" height="225" /></a></p>
<table style="width: 500px;" border="0" cellspacing="5">
<tbody>
<tr>
<td style="width: 80px;" align="center" valign="top"><img class="alignnone size-full wp-image-483" title="住所" src="http://kanko.nishinomiya-style.jp/spot/files/2009/05/icon_add.gif" alt="住所" width="46" height="18" /></td>
<td>西宮市二見町  　「庄川Ｂ」</td>
</tr>
</tbody>
</table>
<p><br class="spacer_" /></p>
<p>西宮市内あるJRをくぐるマンボウ(人が通れる程度の小さいトンネル)のほかの二つと<br />
くらべると、甲子園口駅の西にあるこのマンボウはさらに狭い。</p>
<p><a id="more-1218"></a></p>
<p>大人が立ったまま歩くことができず、途中ですれ違うこともできないので、<br />
必ず対向者がいないことを確認してから入らなければならない。</p>
<p>また、北からの入り口は円いが南からの入り口は四角くなっている。<br />
おそらく南側は後に線路を増やしたときにトンネルを伸ばしたものだろうが、<br />
トンネル内でその継目を見ることができる。</p>
<p><br class="spacer_" /></p>
<p><a href="http://kanko.nishinomiya-style.jp/spot/files/2010/01/s-CIMG2380.jpg"><img class="alignnone size-medium wp-image-1220" title="甲子園口マンボウ　庄川B" src="http://kanko.nishinomiya-style.jp/spot/files/2010/01/s-CIMG2380-225x300.jpg" alt="" width="225" height="300" /></a>　　　<a href="http://kanko.nishinomiya-style.jp/spot/files/2010/01/s-CIMG2381.jpg"><img class="alignnone size-medium wp-image-1221" title="甲子園口マンボウ　庄川B" src="http://kanko.nishinomiya-style.jp/spot/files/2010/01/s-CIMG2381-225x300.jpg" alt="" width="225" height="300" /></a></p>
<p><!-- Widgetize AnyHTML! http://dev.robertmao.com/category/wordpress-plugin/ --></p>
<p><img class="alignnone size-full wp-image-495" title="おすすめイベント" src="http://kanko.nishinomiya-style.jp/spot/files/2009/05/t_event.gif" alt="おすすめイベント" width="200" height="18" /><br />
<script src="http://www.google.com/jsapi?key=ABQIAAAAHXMJ4ZmIY0RH8LCx7Jpa3RT5rExhbLw7NZbPZVYCIKw3uR37wxTZLBlkTioZBnYHE5hcEHqBPjnW8Q" type="text/javascript"></script></p>
<p><script type="text/javascript">// <![CDATA[
google.load("feeds", "1");
function initialize() {
  var feed = new google.feeds.Feed("http://event.nishinomiya-style.jp/feed/?tag=＊＊＊");
    feed.setNumEntries(10);
    feed.load(function(result) {
      if (!result.error) {
        var container = document.getElementById("feed");
        for (var i = 0; i < result.feed.entries.length; i++) {
          var entry = result.feed.entries[i];
          var div = document.createElement("li");
          var a = document.createElement("a");
          a.href = entry.link;
          a.target = "_blank" ;
          var date = new Date(entry.publishedDate);
          a.appendChild(document.createTextNode(entry.title));
          div.appendChild(a);
          container.appendChild(div);
        }
      }
    });
  }
  google.setOnLoadCallback(initialize);
// ]]&gt;</script>
</p>
<p><img class="alignnone size-full wp-image-494" title="おすすめコース" src="http://kanko.nishinomiya-style.jp/spot/files/2009/05/t_course.gif" alt="おすすめコース" width="200" height="18" /></p>
<p><img class="alignnone size-full wp-image-496" title="周辺の立寄りどころ" src="http://kanko.nishinomiya-style.jp/spot/files/2009/05/t_tachiyori.gif" alt="周辺の立寄りどころ" width="200" height="18" /></p>
<p><img class="alignnone size-full wp-image-498" title="西宮流関連記事" src="http://kanko.nishinomiya-style.jp/spot/files/2009/05/t_nstyle.gif" alt="西宮流関連記事" width="200" height="18" /></p>
<p><img class="alignnone size-full wp-image-497" title="周辺ショップ情報" src="http://kanko.nishinomiya-style.jp/spot/files/2009/05/t_shop.gif" alt="周辺ショップ情報" width="200" height="18" /></p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://kanko.nishinomiya-style.jp/spot/2010/01/25/manbou-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>『細雪』のマンボウ</title>
		<link>http://kanko.nishinomiya-style.jp/spot/2009/05/20/manbou-1/</link>
		<comments>http://kanko.nishinomiya-style.jp/spot/2009/05/20/manbou-1/#comments</comments>
		<pubDate>Wed, 20 May 2009 08:53:31 +0000</pubDate>
		<dc:creator>okamoto</dc:creator>
				<category><![CDATA[夙川～苦楽園～甲山]]></category>
		<category><![CDATA[建造物・景観]]></category>
		<category><![CDATA[西宮流・小ねたスポット]]></category>
		<category><![CDATA[観光スポット]]></category>
		<category><![CDATA[お出かけ]]></category>
		<category><![CDATA[にしのみや]]></category>
		<category><![CDATA[スポット]]></category>
		<category><![CDATA[トンネル]]></category>
		<category><![CDATA[マンボウ]]></category>
		<category><![CDATA[細雪]]></category>
		<category><![CDATA[西宮]]></category>
		<category><![CDATA[西宮市]]></category>
		<category><![CDATA[観光]]></category>
		<category><![CDATA[谷崎潤一郎]]></category>
		<category><![CDATA[ＪＲ]]></category>

		<guid isPermaLink="false">http://kanko.nishinomiya-style.jp/spot/?p=557</guid>
		<description><![CDATA[




西宮市平松町　　「平松橋梁」




平松町から、国道二号線に出るための、ＪＲの下を抜ける小さなトンネル。
谷崎潤一郎の『細雪』では、登場人物が国道のバス停で「そこのマンボウをくぐった先の
一本松の横の家」とい [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://kanko.nishinomiya-style.jp/spot/files/2009/05/img_3027.jpg"><img class="alignnone size-medium wp-image-558" title="マンボウ" src="http://kanko.nishinomiya-style.jp/spot/files/2009/05/img_3027-300x225.jpg" alt="マンボウ" width="300" height="225" /></a></p>
<table style="width: 500px;" border="0" cellspacing="5">
<tbody>
<tr>
<td style="width: 80px;" align="center" valign="top"><img class="alignnone size-full wp-image-483" title="住所" src="http://kanko.nishinomiya-style.jp/spot/files/2009/05/icon_add.gif" alt="住所" width="46" height="18" /></td>
<td>西宮市平松町　　「平松橋梁」</td>
</tr>
</tbody>
</table>
<p><br class="spacer_" /></p>
<p>平松町から、国道二号線に出るための、ＪＲの下を抜ける小さなトンネル。<br />
谷崎潤一郎の『細雪』では、登場人物が国道のバス停で「そこのマンボウをくぐった先の<br />
一本松の横の家」というかんじで相手に説明する場面に登場する。<br />
今も住民の大切な通り道。＜兵庫県の近代化遺産＞</p>
<p><a id="more-557"></a><br />
マンボウの語源ははっきりとしていないが、外来語由来であるとか<br />
炭鉱の坑道を指す「間歩」（まんぼ）からついた呼び名だといわれている。</p>
<p>このほかにも西宮市内にはJRをくぐるマンボウ(人が通れる程度の小さいトンネル)が二つあり<br />
日々の生活の中で利用されている。</p>
<p><a href="http://kanko.nishinomiya-style.jp/spot/files/2009/05/s-CIMG4435.jpg"><img class="alignnone size-medium wp-image-1216" title="細雪マンボウ　平松橋梁" src="http://kanko.nishinomiya-style.jp/spot/files/2009/05/s-CIMG4435-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p><img class="alignnone size-full wp-image-495" title="おすすめイベント" src="http://kanko.nishinomiya-style.jp/spot/files/2009/05/t_event.gif" alt="おすすめイベント" width="200" height="18" /></p>
<p><img class="alignnone size-full wp-image-494" title="おすすめコース" src="http://kanko.nishinomiya-style.jp/spot/files/2009/05/t_course.gif" alt="おすすめコース" width="200" height="18" /></p>
<p><img class="alignnone size-full wp-image-496" title="周辺の立寄りどころ" src="http://kanko.nishinomiya-style.jp/spot/files/2009/05/t_tachiyori.gif" alt="周辺の立寄りどころ" width="200" height="18" /></p>
<p><img class="alignnone size-full wp-image-498" title="西宮流関連記事" src="http://kanko.nishinomiya-style.jp/spot/files/2009/05/t_nstyle.gif" alt="西宮流関連記事" width="200" height="18" /></p>
<p><a title="西宮文学回廊" href="http://nishinomiya.jp/bungaku/work/work-s3.html?x=35&amp;y=8" target="_blank">西宮文学回廊　谷崎潤一郎「細雪」</a></p>
<p><img class="alignnone size-full wp-image-497" title="周辺ショップ情報" src="http://kanko.nishinomiya-style.jp/spot/files/2009/05/t_shop.gif" alt="周辺ショップ情報" width="200" height="18" /></p>
]]></content:encoded>
			<wfw:commentRss>http://kanko.nishinomiya-style.jp/spot/2009/05/20/manbou-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

