<?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>テキストボックス &#8211; とりっぷぼうる</title>
	<atom:link href="https://tripbowl.net/category/manual/vba-userform/%E3%83%86%E3%82%AD%E3%82%B9%E3%83%88%E3%83%9C%E3%83%83%E3%82%AF%E3%82%B9/feed/" rel="self" type="application/rss+xml" />
	<link>https://tripbowl.net</link>
	<description>観光地にはお得なフリーパスあり</description>
	<lastBuildDate>Tue, 01 Aug 2023 11:22:08 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.1</generator>

<image>
	<url>https://tripbowl.net/wp-content/uploads/2021/09/cropped-9363d75a338bc1796f4d8b21a4a8670f-32x32.jpg</url>
	<title>テキストボックス &#8211; とりっぷぼうる</title>
	<link>https://tripbowl.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/><atom:link rel="hub" href="https://websubhub.com/hub"/>	<item>
		<title>複数のテキストボックスの値を一括で複数のセルの値に書き換える方法</title>
		<link>https://tripbowl.net/vba-textbox-all-transfer-cell/</link>
		
		<dc:creator><![CDATA[とりっぷぼうる]]></dc:creator>
		<pubDate>Thu, 12 Jul 2018 12:48:08 +0000</pubDate>
				<category><![CDATA[セルの操作]]></category>
		<category><![CDATA[テキストボックス]]></category>
		<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[ユーザーフォーム]]></category>
		<guid isPermaLink="false">https://tripbowl.net/?p=174</guid>

					<description><![CDATA[<p><img src="https://tripbowl.net/wp-content/uploads/2018/07/75a2d6269bd40f028784554bed538a69.jpg" class="webfeedsFeaturedVisual" /></p>セルA1～A10の値をまとめてテキストボックス１～10に転記する ボウリング場のリーグ戦の成績表でも使っているエクセルで、リーグ戦のルールなどを設定するユーザーフォームに配置された複数のテキストボックス。 ここでは、「ボ [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img src="https://tripbowl.net/wp-content/uploads/2018/07/75a2d6269bd40f028784554bed538a69.jpg" class="webfeedsFeaturedVisual" /></p><h2>セルA1～A10の値をまとめてテキストボックス１～10に転記する</h2>
<p>ボウリング場のリーグ戦の成績表でも使っているエクセルで、リーグ戦のルールなどを設定するユーザーフォームに配置された複数のテキストボックス。</p>
<p>ここでは、「<a href="https://tripbowl.net/manual-rules-ltb/">ボウリング成績表リーグ設定方法～LTB個人リーグ編</a>」でも使用しているリーグ設定フォームを表示すると、配置したテキストボックスにすでに入力されているセルの値を自動的に使用開始レーンなどに順番に読み込んで表示するようになります。</p>
<p>https://tripbowl.net/manual-rules-ltb/</p>
<p><img decoding="async" class="aligncenter size-full wp-image-162" src="https://tripbowl.net/wp-content/uploads/2018/07/252f96a6e70d465dcd2514c33056d640.jpg" alt="" width="674" height="448" srcset="https://tripbowl.net/wp-content/uploads/2018/07/252f96a6e70d465dcd2514c33056d640.jpg 674w, https://tripbowl.net/wp-content/uploads/2018/07/252f96a6e70d465dcd2514c33056d640-300x199.jpg 300w" sizes="(max-width: 674px) 100vw, 674px" /></p>
<div class="memo-box">では、早速実用例です。</div>
<p>ボウリングのリーグ成績表で使っている実用例は、最初に「MENU」フォームから<span class="marker-blue">【リーグ設定】</span>ボタンを押す。</p>
<p><img decoding="async" class="aligncenter size-full wp-image-44" src="https://tripbowl.net/wp-content/uploads/2018/07/4398af40db393b433861425e1b814f75.jpg" alt="" width="727" height="480" srcset="https://tripbowl.net/wp-content/uploads/2018/07/4398af40db393b433861425e1b814f75.jpg 727w, https://tripbowl.net/wp-content/uploads/2018/07/4398af40db393b433861425e1b814f75-300x198.jpg 300w" sizes="(max-width: 727px) 100vw, 727px" /></p>
<p>すると、MENUフォームが閉じられて、リーグ設定フォームが開きます。</p>
<p>この時に、すでに入力されているリーグ設定各項目がセルから読み取られて、リーグ設定フォームの各項目のテキストボックスに転記されます。</p>
<div class="comment-box">下記がワークシートのセルに記載されている値</div>
<p><img decoding="async" class="aligncenter size-full wp-image-164" src="https://tripbowl.net/wp-content/uploads/2018/07/7415294cdec691c8ed8f6e97ca6bdd7e.jpg" alt="" width="436" height="306" srcset="https://tripbowl.net/wp-content/uploads/2018/07/7415294cdec691c8ed8f6e97ca6bdd7e.jpg 436w, https://tripbowl.net/wp-content/uploads/2018/07/7415294cdec691c8ed8f6e97ca6bdd7e-300x211.jpg 300w" sizes="(max-width: 436px) 100vw, 436px" /></p>
<div class="comment-box">これを読み取って（セルの値）テキストボックスに転記</div>
<div><img decoding="async" class="aligncenter size-full wp-image-177" src="https://tripbowl.net/wp-content/uploads/2018/07/3d244f9af61f97d20623bbac704a5800.jpg" alt="" width="674" height="442" srcset="https://tripbowl.net/wp-content/uploads/2018/07/3d244f9af61f97d20623bbac704a5800.jpg 674w, https://tripbowl.net/wp-content/uploads/2018/07/3d244f9af61f97d20623bbac704a5800-300x197.jpg 300w" sizes="(max-width: 674px) 100vw, 674px" /></div>
<div class="comment-box">この場合コードを書いているのは「MENU」フォーム（ユーザーフォーム５）に配置した<span class="marker-blue">【リーグ設定】</span>ボタン（コマンドボタン２）です</div>
<div class="blank-box bb-tab bb-point bb-blue success-box">Private Sub CommandButton2_Click()<br />
With UserForm2<br />
For i = 1 To 10<br />
UserForm2.Controls(&#8220;TextBox&#8221; &amp; i).Value = Cells(i + 1, 40).Value<br />
Next i<br />
End With<br />
UserForm2.TextBox11.Value = Range(&#8220;AO2&#8221;).Value<br />
Unload UserForm5<br />
UserForm2.Show<br />
End Sub</div>
<div class="blank-box bb-yellow">
<ol>
<li>「コマンドボタン２をクリックしたら実行する」というマクロの記述を開始</li>
<li>ユーザーフォーム２を指定したWithステートメント開始</li>
<li>繰り返し処理の変数「i」を宣言し、変数「i」は1～10とする（転記先のテキストボックス番号）</li>
<li>ユーザーフォーム２に配置したテキストボックス番号「i」の値は、セルi+1行目の40番目の列（最初の項目が2列目なので+1をすると2行目になり、40列目はAN列になる）のセルの値をテキストボックス「i」の入力枠に取り込む</li>
<li>指定回数（1～10）を繰り返して行う</li>
<li>ユーザーフォーム２の処理Withステートメント終了</li>
<li>テキストボックス11の入力枠にセルAO2の値を取り込む（使用終了レーン）</li>
<li>ユーザーフォーム５を閉じる（MENUフォーム）</li>
<li>ユーザーフォーム２（リーグ設定フォーム）を開く</li>
<li>マクロ記述終了</li>
</ol>
</div>
<p>[temp id=19]</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>複数テキストボックスの入力値を一括して各セルへ記載する方法</title>
		<link>https://tripbowl.net/vba-textbox-all-transfer/</link>
		
		<dc:creator><![CDATA[とりっぷぼうる]]></dc:creator>
		<pubDate>Thu, 12 Jul 2018 04:58:15 +0000</pubDate>
				<category><![CDATA[テキストボックス]]></category>
		<guid isPermaLink="false">https://tripbowl.net/?p=160</guid>

					<description><![CDATA[<p><img src="https://tripbowl.net/wp-content/uploads/2018/07/b07552e555cf727a02721bcd779be9e8-1024x682.jpg" class="webfeedsFeaturedVisual" /></p>]]></description>
										<content:encoded><![CDATA[<p><img src="https://tripbowl.net/wp-content/uploads/2018/07/b07552e555cf727a02721bcd779be9e8-1024x682.jpg" class="webfeedsFeaturedVisual" /></p>
<div class="swell-block-fullWide pc-py-0 sp-py-0 alignfull" style="background-color:#ffffff"><div class="swell-block-fullWide__inner l-container">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5353447543379936"
     crossorigin="anonymous"></script>
<ins class="adsbygoogle"
     style="display:block; text-align:center;"
     data-ad-layout="in-article"
     data-ad-format="fluid"
     data-ad-client="ca-pub-5353447543379936"
     data-ad-slot="4035178589"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>


<div class="p-blogParts post_content" data-partsID="36010">
<div class="swell-block-capbox cap_box" data-colset="col2"><div class="cap_box_ttl"><span>エクセル検索</span></div><div class="cap_box_content">
<form class="wp-block-vk-filter-search-filter-search vk-filter-search vkfs" method="get" action="https://tripbowl.net/"><div class="vkfs__labels"><div class="vkfs__outer-wrap vkfs__taxonomy"><div class="vkfs__label-name">エクセル</div><select name='vkfs_excel[]' id='vkfs_excel' class='vkfs__input-wrap vkfs__input-wrap--select vkfs__input-wrap--excel'>
	<option value=''>指定なし</option>
	<option class="level-0" value="vba-function">VBA関数</option>
	<option class="level-0" value="function">エクセル関数</option>
	<option class="level-0" value="shortcut">ショートカットキー</option>
	<option class="level-0" value="セルの操作">セルの操作</option>
	<option class="level-0" value="データの操作">データの操作</option>
	<option class="level-0" value="ファイルの操作">ファイルの操作</option>
	<option class="level-0" value="bowling">ボウリング</option>
	<option class="level-0" value="userform">ユーザーフォーム</option>
	<option class="level-1" value="optionbutton">&nbsp;&nbsp;&nbsp;オプションボタン</option>
	<option class="level-1" value="commandbutton">&nbsp;&nbsp;&nbsp;コマンドボタン</option>
	<option class="level-1" value="チェックボックス">&nbsp;&nbsp;&nbsp;チェックボックス</option>
	<option class="level-1" value="テキストボックス">&nbsp;&nbsp;&nbsp;テキストボックス</option>
	<option class="level-1" value="ラベル">&nbsp;&nbsp;&nbsp;ラベル</option>
	<option class="level-0" value="印刷">印刷</option>
	<option class="level-0" value="color">文字色・背景色</option>
	<option class="level-0" value="日付・時刻">日付・時刻</option>
	<option class="level-0" value="画面の操作">画面の操作</option>
</select>
<input type="hidden" name="vkfs_excel_operator" value="or" /></div>

<div class="vkfs__outer-wrap vkfs__keyword"><div class="vkfs__label-name">キーワード</div><div class="vkfs__input-wrap vkfs__input-wrap--text vkfs__input-wrap--keyword"><input type="text" name="s" id="s" placeholder="キーワードを入力" /></div></div></div><input type="hidden" name="vkfs_submitted" value="true"/><button class="btn btn-primary" type="submit">検索</button></form>
</div></div>



<figure class="wp-block-table is-all-centered"><table class="has-swl-main-background-color has-background has-fixed-layout"><tbody><tr><td class="has-text-align-center" data-align="center"><a href="https://tripbowl.net/excel_home/"><span class="swl-inline-color has-white-color">HOME</span></a></td><td class="has-text-align-center" data-align="center"><a href="https://tripbowl.net/excel_home/userform/"><span class="swl-inline-color has-white-color">UserForm</span></a></td><td class="has-text-align-center" data-align="center"><a href="https://tripbowl.net/category/manual/print/"><span class="swl-inline-color has-white-color">印刷</span></a></td><td class="has-text-align-center" data-align="center"><a href="https://tripbowl.net/category/manual/excel-vba/screen/"><span class="swl-inline-color has-white-color">画面</span></a></td><td class="has-text-align-center" data-align="center"><a href="https://tripbowl.net/category/manual/vba-file/"><span class="swl-inline-color has-white-color">ファイル</span></a></td><td><a href="https://tripbowl.net/category/manual/shape/"><span class="swl-inline-color has-white-color">図形</span></a></td></tr><tr><td class="has-text-align-center" data-align="center"><a href="https://tripbowl.net/category/manual/excel-function/date-time-function/"><span class="swl-inline-color has-white-color">日付・時刻</span></a></td><td class="has-text-align-center" data-align="center"><a href="https://tripbowl.net/category/manual/vba-data/"><span class="swl-inline-color has-white-color">データ</span></a></td><td class="has-text-align-center" data-align="center"><a href="https://tripbowl.net/category/manual/cell/"><span class="swl-inline-color has-white-color">セル</span></a></td><td class="has-text-align-center" data-align="center"><a href="https://tripbowl.net/category/manual/excel-vba/vba-color/"><span class="swl-inline-color has-white-color">色</span></a></td><td class="has-text-align-center" data-align="center"><a href="https://tripbowl.net/category/manual/excel-function/"><span class="swl-inline-color has-white-color">関数</span></a></td><td><a href="https://tripbowl.net/category/manual/vba-function/"><span class="swl-inline-color has-white-color">VBA関数</span></a></td></tr></tbody></table></figure>
</div>


<div class="wp-block-columns">
<div class="wp-block-column" style="flex-basis:66.66%">
<p>ユーザーフォームに配置した複数のテキストボックスの値をそれぞれ指定したセルへ次々とまとめて一括転送したいと思ったことありませんか？</p>



<p>そして記載するVBAコードもテキストボックスの個数分、書き続けるのは面倒なので、繰り返し処理をするFor～Nextステートメントの使い方をご紹介します。</p>



<h2 class="wp-block-heading">テキストボックスの値をセルに書き写す方法</h2>



<p>まずは基本の1つのテキストボックスの値をセルA1に書き出しVBAコードは、下記のようになります。</p>



<div class="swell-block-capbox cap_box is-style-small_ttl" data-colset="col2"><div class="cap_box_ttl" data-has-icon="1"><svg height="1em" width="1em" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 48 48"><path d="M43 46H21c-1.1 0-2-.9-2-2s.9-2 2-2h22c1.1 0 2 .9 2 2s-.9 2-2 2zM28.6 10.6l2.5-4.3c.3-.5.1-1.1-.4-1.4l-5.2-3c-.5-.3-1.1-.1-1.4.4l-2.5 4.3 7 4zM20.2 9.2 3.3 38.5c-.4.7-.6 1.5-.5 2.3l.3 4.5c0 .7.8 1.1 1.4.8l4-2c.7-.4 1.3-.9 1.7-1.6l16.9-29.3-6.9-4z"></path></svg><span>VBAコード</span></div><div class="cap_box_content">
<p>Private Sub CommandButton1_Click()<br>Range(&#8220;A1&#8221;).Value = UserForm1.TextBox1.Value<br>End Sub</p>
</div></div>



<div class="swell-block-capbox cap_box is-style-small_ttl" data-colset="col3"><div class="cap_box_ttl" data-has-icon="1"><svg height="1em" width="1em" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 48 48"><path d="M32 46.5H16c-1.1 0-2-.9-2-2s.9-2 2-2h16c1.1 0 2 .9 2 2s-.9 2-2 2zM33.3 18.6c-.7 0-1.3-.5-1.5-1.2-.7-3.2-3.2-5.7-6.4-6.3-.8-.1-1.4-.9-1.2-1.7s.9-1.4 1.7-1.2c4.4.8 8 4.2 8.9 8.6.2.8-.4 1.6-1.2 1.8h-.3z"></path><path d="M30 40.5H18c-2.2 0-4-1.8-4-4v-1.6c0-.6-.3-1.1-.8-1.5C8.4 29.8 5.7 24 6 18c.5-9.1 8-16.6 17.1-17C29 .8 34.5 3.2 38.2 8c1.8 2.3 3 5.1 3.5 7.9 1.1 6.8-1.5 13.3-6.9 17.4-.6.4-.9 1-.9 1.7v1.5c.1 2.2-1.7 4-3.9 4zM23.3 5c-7.1.3-12.9 6.2-13.3 13.2-.2 4.7 1.8 9.1 5.6 11.9 1.5 1.1 2.4 2.9 2.4 4.7v.6c0 .6.4 1 1 1h10c.6 0 1-.4 1-1V35c0-1.9.9-3.7 2.5-4.8 4.3-3.2 6.3-8.5 5.3-13.9-.4-2-1.2-3.8-2.4-5.4-3-4-7.4-6.1-12.1-5.9z"></path></svg><span>解説</span></div><div class="cap_box_content">
<ol class="wp-block-list">
<li>コマンドボタン1がクリックされたら</li>



<li>セルA1にユーザーフォーム1のテキストボックス1に入力された値を転記する</li>



<li>マクロの記述終了</li>
</ol>
</div></div>



<p>このようにVBAコードを記述すれば1個の場合は簡単で、2個の場合は2行目に同じように記述すればOKです。</p>



<div class="swell-block-capbox cap_box is-style-small_ttl" data-colset="col2"><div class="cap_box_ttl" data-has-icon="1"><svg height="1em" width="1em" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 48 48"><path d="M43 46H21c-1.1 0-2-.9-2-2s.9-2 2-2h22c1.1 0 2 .9 2 2s-.9 2-2 2zM28.6 10.6l2.5-4.3c.3-.5.1-1.1-.4-1.4l-5.2-3c-.5-.3-1.1-.1-1.4.4l-2.5 4.3 7 4zM20.2 9.2 3.3 38.5c-.4.7-.6 1.5-.5 2.3l.3 4.5c0 .7.8 1.1 1.4.8l4-2c.7-.4 1.3-.9 1.7-1.6l16.9-29.3-6.9-4z"></path></svg><span>VBAコード</span></div><div class="cap_box_content">
<p>Private Sub CommandButton1_Click()<br>Range(&#8220;A1&#8221;).Value = UserForm1.TextBox1.Value<br>Range(&#8220;A2&#8221;).Value = UserForm1.TextBox2.Value<br>End Sub</p>
</div></div>



<p>ここまでは、何の問題もなくVBAコードを覚えたての頃でもすぐにできるようになっていると思います。</p>



<h3 class="wp-block-heading">テキストボックスが複数ある場合のセルへの一括転記方法</h3>



<p>さあ本題で、セルが10個あったらもちろん10行VBAコードを書きづつければ、何の問題も無く完成できますが、100個だったらどうします？</p>



<p>そこで、繰り返し処理をするFor～Nextステートメントを使って、短いVBAコードでたくさんの処理をまとめて一括処理できるようにしましょう。</p>


<div class="swell-block-balloon"><div class="c-balloon -bln-left" data-col="blue"><div class="c-balloon__icon -circle"><img decoding="async" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="https://tripbowl.net/wp-content/uploads/2018/07/cropped-512x512.jpg" alt="" class="lazyload c-balloon__iconImg" width="80px" height="80px"><noscript><img decoding="async" src="https://tripbowl.net/wp-content/uploads/2018/07/cropped-512x512.jpg" alt="" class="c-balloon__iconImg" width="80px" height="80px"></noscript><span class="c-balloon__iconName">波乗りアヒル</span></div><div class="c-balloon__body -speaking -border-on"><div class="c-balloon__text">
<p>For～Nextステートメントは、指定した回数だけ同じ処理を繰り返すことができる便利なVBAコードです。</p>
<span class="c-balloon__shapes"><span class="c-balloon__before"></span><span class="c-balloon__after"></span></span></div></div></div></div>


<p>例えば、テキストボックス１～10の値をまとめてセルA1～A10に転記するというVBAコードを書くと下記のようになります。</p>



<div class="swell-block-capbox cap_box is-style-small_ttl" data-colset="col2"><div class="cap_box_ttl" data-has-icon="1"><svg height="1em" width="1em" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 48 48"><path d="M43 46H21c-1.1 0-2-.9-2-2s.9-2 2-2h22c1.1 0 2 .9 2 2s-.9 2-2 2zM28.6 10.6l2.5-4.3c.3-.5.1-1.1-.4-1.4l-5.2-3c-.5-.3-1.1-.1-1.4.4l-2.5 4.3 7 4zM20.2 9.2 3.3 38.5c-.4.7-.6 1.5-.5 2.3l.3 4.5c0 .7.8 1.1 1.4.8l4-2c.7-.4 1.3-.9 1.7-1.6l16.9-29.3-6.9-4z"></path></svg><span>VBAコード</span></div><div class="cap_box_content">
<p>Private Sub CommandButton1_Click()<br>Dim i As Integer<br>With UserForm1<br>For i = 1 To 10<br>Cells(i , 1).Value = UserForm1.Controls(“TextBox” &amp; i).Value<br>Next i<br>End With<br>End Sub</p>
</div></div>



<div class="swell-block-capbox cap_box is-style-small_ttl" data-colset="col3"><div class="cap_box_ttl" data-has-icon="1"><svg height="1em" width="1em" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 48 48"><path d="M32 46.5H16c-1.1 0-2-.9-2-2s.9-2 2-2h16c1.1 0 2 .9 2 2s-.9 2-2 2zM33.3 18.6c-.7 0-1.3-.5-1.5-1.2-.7-3.2-3.2-5.7-6.4-6.3-.8-.1-1.4-.9-1.2-1.7s.9-1.4 1.7-1.2c4.4.8 8 4.2 8.9 8.6.2.8-.4 1.6-1.2 1.8h-.3z"></path><path d="M30 40.5H18c-2.2 0-4-1.8-4-4v-1.6c0-.6-.3-1.1-.8-1.5C8.4 29.8 5.7 24 6 18c.5-9.1 8-16.6 17.1-17C29 .8 34.5 3.2 38.2 8c1.8 2.3 3 5.1 3.5 7.9 1.1 6.8-1.5 13.3-6.9 17.4-.6.4-.9 1-.9 1.7v1.5c.1 2.2-1.7 4-3.9 4zM23.3 5c-7.1.3-12.9 6.2-13.3 13.2-.2 4.7 1.8 9.1 5.6 11.9 1.5 1.1 2.4 2.9 2.4 4.7v.6c0 .6.4 1 1 1h10c.6 0 1-.4 1-1V35c0-1.9.9-3.7 2.5-4.8 4.3-3.2 6.3-8.5 5.3-13.9-.4-2-1.2-3.8-2.4-5.4-3-4-7.4-6.1-12.1-5.9z"></path></svg><span>解説</span></div><div class="cap_box_content">
<ol class="wp-block-list">
<li>コマンドボタン1がクリックされたら</li>



<li>整数型の変数iを宣言する</li>



<li>ユーザーフォーム1での処理</li>



<li>変数が1～10まで行う</li>



<li>セル（i,1）の値はユーザーフォーム1に配置したテキストボックスiの値とする</li>



<li>処理を繰り返す</li>



<li>Withステートメント終了</li>



<li>マクロ記述終了</li>
</ol>
</div></div>



<p>ここで大事なのが、数字が変わる変数「i」です。</p>



<p>「i」には1～10までの値が入る事になるので、セル（i,1）はセルA1になり、テキストボックス1の値が転記されることになります。</p>



<p>次はセル（2,1）なのでA2でテキストボックス2・・・10となります。</p>


<div class="swell-block-balloon"><div class="c-balloon -bln-left" data-col="blue"><div class="c-balloon__icon -circle"><img decoding="async" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="https://tripbowl.net/wp-content/uploads/2018/07/cropped-512x512.jpg" alt="" class="lazyload c-balloon__iconImg" width="80px" height="80px"><noscript><img decoding="async" src="https://tripbowl.net/wp-content/uploads/2018/07/cropped-512x512.jpg" alt="" class="c-balloon__iconImg" width="80px" height="80px"></noscript><span class="c-balloon__iconName">波乗りアヒル</span></div><div class="c-balloon__body -speaking -border-on"><div class="c-balloon__text">
<p>変数「i」は適当につけた名前なので、aでもbでもaaaでも何でもいいので好きな変数名つけても大丈夫ですよ。</p>
<span class="c-balloon__shapes"><span class="c-balloon__before"></span><span class="c-balloon__after"></span></span></div></div></div></div>


<p class="is-style-big_icon_point">実際に使っているエクセルでは、数字入力が基本なので、整数型を指定する1行<br>「<strong>Dim i As Integer</strong>」を省略しても問題なくマクロ動いています。</p>



<h3 class="wp-block-heading">変数iに当てはめる行番号とテキストボックス番号が異なる時の対処法</h3>



<p>先ほどまでは、テキストボックス番号とセルの行番号が同じ場合の例としてご紹介しましたが、このようなことは稀で実際のところは、異なることがほとんどなので、変数「i」の対処法をご紹介します。</p>



<ul class="is-style-check_list -list-under-dashed has-swl-pale-02-background-color has-background wp-block-list">
<li>テキストボックスの番号が1～10</li>



<li>転記したいセルはA4～A13（1～3行目までタイトルや項目で使用）</li>



<li>Dim i As Integerは省略</li>
</ul>



<div class="swell-block-capbox cap_box is-style-small_ttl" data-colset="col2"><div class="cap_box_ttl" data-has-icon="1"><svg height="1em" width="1em" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 48 48"><path d="M43 46H21c-1.1 0-2-.9-2-2s.9-2 2-2h22c1.1 0 2 .9 2 2s-.9 2-2 2zM28.6 10.6l2.5-4.3c.3-.5.1-1.1-.4-1.4l-5.2-3c-.5-.3-1.1-.1-1.4.4l-2.5 4.3 7 4zM20.2 9.2 3.3 38.5c-.4.7-.6 1.5-.5 2.3l.3 4.5c0 .7.8 1.1 1.4.8l4-2c.7-.4 1.3-.9 1.7-1.6l16.9-29.3-6.9-4z"></path></svg><span>VBAコード</span></div><div class="cap_box_content">
<p>Private Sub CommandButton1_Click()<br>With UserForm1<br>For i = 1 To 10<br>Cells(i +3, 1).Value = UserForm1.Controls(&#8220;TextBox&#8221; &amp; i).Value<br>Next i<br>End With<br>End Sub</p>
</div></div>



<div class="swell-block-capbox cap_box is-style-small_ttl" data-colset="col3"><div class="cap_box_ttl" data-has-icon="1"><svg height="1em" width="1em" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 48 48"><path d="M32 46.5H16c-1.1 0-2-.9-2-2s.9-2 2-2h16c1.1 0 2 .9 2 2s-.9 2-2 2zM33.3 18.6c-.7 0-1.3-.5-1.5-1.2-.7-3.2-3.2-5.7-6.4-6.3-.8-.1-1.4-.9-1.2-1.7s.9-1.4 1.7-1.2c4.4.8 8 4.2 8.9 8.6.2.8-.4 1.6-1.2 1.8h-.3z"></path><path d="M30 40.5H18c-2.2 0-4-1.8-4-4v-1.6c0-.6-.3-1.1-.8-1.5C8.4 29.8 5.7 24 6 18c.5-9.1 8-16.6 17.1-17C29 .8 34.5 3.2 38.2 8c1.8 2.3 3 5.1 3.5 7.9 1.1 6.8-1.5 13.3-6.9 17.4-.6.4-.9 1-.9 1.7v1.5c.1 2.2-1.7 4-3.9 4zM23.3 5c-7.1.3-12.9 6.2-13.3 13.2-.2 4.7 1.8 9.1 5.6 11.9 1.5 1.1 2.4 2.9 2.4 4.7v.6c0 .6.4 1 1 1h10c.6 0 1-.4 1-1V35c0-1.9.9-3.7 2.5-4.8 4.3-3.2 6.3-8.5 5.3-13.9-.4-2-1.2-3.8-2.4-5.4-3-4-7.4-6.1-12.1-5.9z"></path></svg><span>解説</span></div><div class="cap_box_content">
<ol class="wp-block-list">
<li>コマンドボタン1がクリックされたら</li>



<li>ユーザーフォーム1での処理</li>



<li>変数が1～10まで行う</li>



<li>セル（i+3,1）の値はユーザーフォーム1に配置したテキストボックスiの値とする</li>



<li>処理を繰り返す</li>



<li>Withステートメント終了</li>



<li>マクロ記述終了</li>
</ol>
</div></div>



<p class="is-style-big_icon_point">変数iに「+」を加えればある程度対応できますが、「-」を使う事も可能で、時々やむを得ず使うこともあります。もちろん問題なくマクロは動いています。</p>


<div class="swell-block-balloon"><div class="c-balloon -bln-left" data-col="blue"><div class="c-balloon__icon -circle"><img decoding="async" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="https://tripbowl.net/wp-content/uploads/2018/07/cropped-512x512.jpg" alt="" class="lazyload c-balloon__iconImg" width="80px" height="80px"><noscript><img decoding="async" src="https://tripbowl.net/wp-content/uploads/2018/07/cropped-512x512.jpg" alt="" class="c-balloon__iconImg" width="80px" height="80px"></noscript><span class="c-balloon__iconName">波乗りアヒル</span></div><div class="c-balloon__body -speaking -border-on"><div class="c-balloon__text">
<p>テキストボックス番号に合わせるので、セルi+3とすることにより、最初の変数が1になるので＋3することで4行目からスタートすることになります。</p>
<span class="c-balloon__shapes"><span class="c-balloon__before"></span><span class="c-balloon__after"></span></span></div></div></div></div>


<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5353447543379936"
     crossorigin="anonymous"></script>
<ins class="adsbygoogle"
     style="display:block; text-align:center;"
     data-ad-layout="in-article"
     data-ad-format="fluid"
     data-ad-client="ca-pub-5353447543379936"
     data-ad-slot="4035178589"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>



<h3 class="wp-block-heading">関連記事</h3>


<div class="p-postListWrap"><ul class="p-postList -type-card -pc-col3 -sp-col1"><li class="p-postList__item">
	<a href="https://tripbowl.net/vba-textbox-all-transfer-cell/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="800" height="450"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="パソコン難しい" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 100vw" data-src="https://tripbowl.net/wp-content/uploads/2018/07/75a2d6269bd40f028784554bed538a69.jpg" data-srcset="https://tripbowl.net/wp-content/uploads/2018/07/75a2d6269bd40f028784554bed538a69.jpg 800w, https://tripbowl.net/wp-content/uploads/2018/07/75a2d6269bd40f028784554bed538a69-300x169.jpg 300w, https://tripbowl.net/wp-content/uploads/2018/07/75a2d6269bd40f028784554bed538a69-768x432.jpg 768w, https://tripbowl.net/wp-content/uploads/2018/07/75a2d6269bd40f028784554bed538a69-120x67.jpg 120w, https://tripbowl.net/wp-content/uploads/2018/07/75a2d6269bd40f028784554bed538a69-160x90.jpg 160w, https://tripbowl.net/wp-content/uploads/2018/07/75a2d6269bd40f028784554bed538a69-320x180.jpg 320w" data-aspectratio="800/450" ><noscript><img decoding="async" src="https://tripbowl.net/wp-content/uploads/2018/07/75a2d6269bd40f028784554bed538a69.jpg" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
			<span class="c-postThumb__cat icon-folder" data-cat-id="1084">テキストボックス</span>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">複数のテキストボックスの値を一括で複数のセルの値に書き換える方法</h2>									<div class="p-postList__excerpt">
						セルA1～A10の値をまとめてテキストボックス１～10に転記する ボウリング場のリーグ戦の成績表でも使っているエクセルで、リーグ戦のルールなどを設定するユーザーフォ&#8230;					</div>
								<div class="p-postList__meta">
					<div class="p-postList__times c-postTimes u-thin">
	<time class="c-postTimes__modified icon-modified" datetime="2023-08-01" aria-label="更新日">2023年8月1日</time></div>
				</div>
			</div>
			</a>
</li>
<li class="p-postList__item">
	<a href="https://tripbowl.net/vba-textbox-all-transfer/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="682"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="VBAテキストボックス連続セル記載" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 100vw" data-src="https://tripbowl.net/wp-content/uploads/2018/07/b07552e555cf727a02721bcd779be9e8-1024x682.jpg" data-srcset="https://tripbowl.net/wp-content/uploads/2018/07/b07552e555cf727a02721bcd779be9e8-1024x682.jpg 1024w, https://tripbowl.net/wp-content/uploads/2018/07/b07552e555cf727a02721bcd779be9e8-300x200.jpg 300w, https://tripbowl.net/wp-content/uploads/2018/07/b07552e555cf727a02721bcd779be9e8-768x512.jpg 768w, https://tripbowl.net/wp-content/uploads/2018/07/b07552e555cf727a02721bcd779be9e8.jpg 1280w" data-aspectratio="1024/682" ><noscript><img decoding="async" src="https://tripbowl.net/wp-content/uploads/2018/07/b07552e555cf727a02721bcd779be9e8-1024x682.jpg" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
			<span class="c-postThumb__cat icon-folder" data-cat-id="1084">テキストボックス</span>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">複数テキストボックスの入力値を一括して各セルへ記載する方法</h2>									<div class="p-postList__excerpt">
						ユーザーフォームに配置した複数のテキストボックスの値をそれぞれ指定したセルへ次々とまとめて一括転送したいと思ったことありませんか？ そして記載するVBAコードも&#8230;					</div>
								<div class="p-postList__meta">
					<div class="p-postList__times c-postTimes u-thin">
	<time class="c-postTimes__modified icon-modified" datetime="2023-07-29" aria-label="更新日">2023年7月29日</time></div>
				</div>
			</div>
			</a>
</li>
</ul></div></div>



<div class="wp-block-column has-swl-main-thin-background-color has-background" style="flex-basis:33.33%"><div class="p-blogParts post_content" data-partsID="33193">
<figure class="wp-block-image size-large"><a href="https://tripbowl.net/jr_east-dokokani_view/" target="_blank" rel="noreferrer noopener"><img decoding="async" width="1024" height="682" src="https://tripbowl.net/wp-content/uploads/2023/03/63c63e3c5883595cb98491280b1443ee-1024x682.jpg" alt="どこかにビューーン" class="wp-image-35912" srcset="https://tripbowl.net/wp-content/uploads/2023/03/63c63e3c5883595cb98491280b1443ee-1024x682.jpg 1024w, https://tripbowl.net/wp-content/uploads/2023/03/63c63e3c5883595cb98491280b1443ee-300x200.jpg 300w, https://tripbowl.net/wp-content/uploads/2023/03/63c63e3c5883595cb98491280b1443ee-768x512.jpg 768w, https://tripbowl.net/wp-content/uploads/2023/03/63c63e3c5883595cb98491280b1443ee.jpg 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">ちょっとの工夫で往復無料の時代が来た！！</figcaption></figure>



<h3 class="wp-block-heading">新着ページ</h3>


<div class="p-postListWrap"><ul class="p-postList -type-list"><li class="p-postList__item">
	<a href="https://tripbowl.net/shortcut-ctrl_v/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="682"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="1280ｘ853エクセルショートカットペースト" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 36vw" data-src="https://tripbowl.net/wp-content/uploads/2023/09/d70085b3ad7c5bd2f79f0106b6003ff3-1024x682.jpg" data-srcset="https://tripbowl.net/wp-content/uploads/2023/09/d70085b3ad7c5bd2f79f0106b6003ff3-1024x682.jpg 1024w, https://tripbowl.net/wp-content/uploads/2023/09/d70085b3ad7c5bd2f79f0106b6003ff3-300x200.jpg 300w, https://tripbowl.net/wp-content/uploads/2023/09/d70085b3ad7c5bd2f79f0106b6003ff3-768x512.jpg 768w, https://tripbowl.net/wp-content/uploads/2023/09/d70085b3ad7c5bd2f79f0106b6003ff3.jpg 1280w" data-aspectratio="1024/682" ><noscript><img decoding="async" src="https://tripbowl.net/wp-content/uploads/2023/09/d70085b3ad7c5bd2f79f0106b6003ff3-1024x682.jpg" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">ペースト（貼り付け）をショートカットキーでマウスを使わず行う方法</h2>								<div class="p-postList__meta">
					<div class="p-postList__times c-postTimes u-thin">
	<time class="c-postTimes__modified icon-modified" datetime="2023-09-30" aria-label="更新日">2023年9月30日</time></div>
				</div>
			</div>
			</a>
</li>
<li class="p-postList__item">
	<a href="https://tripbowl.net/shortcut-copy/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="682"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="エクセルショートカットコピー" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 36vw" data-src="https://tripbowl.net/wp-content/uploads/2023/09/f3028f5e03e75e55c870a6d8038e8314-1024x682.jpg" data-srcset="https://tripbowl.net/wp-content/uploads/2023/09/f3028f5e03e75e55c870a6d8038e8314-1024x682.jpg 1024w, https://tripbowl.net/wp-content/uploads/2023/09/f3028f5e03e75e55c870a6d8038e8314-300x200.jpg 300w, https://tripbowl.net/wp-content/uploads/2023/09/f3028f5e03e75e55c870a6d8038e8314-768x512.jpg 768w, https://tripbowl.net/wp-content/uploads/2023/09/f3028f5e03e75e55c870a6d8038e8314.jpg 1280w" data-aspectratio="1024/682" ><noscript><img decoding="async" src="https://tripbowl.net/wp-content/uploads/2023/09/f3028f5e03e75e55c870a6d8038e8314-1024x682.jpg" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">文字などのコピーをショートカットキーでマウスを使わず行う方法</h2>								<div class="p-postList__meta">
					<div class="p-postList__times c-postTimes u-thin">
	<time class="c-postTimes__modified icon-modified" datetime="2023-09-30" aria-label="更新日">2023年9月30日</time></div>
				</div>
			</div>
			</a>
</li>
<li class="p-postList__item">
	<a href="https://tripbowl.net/%e7%8f%be%e5%9c%a8%e3%81%ae%e6%99%82%e5%88%bb%e3%82%92%e3%82%a8%e3%82%af%e3%82%bb%e3%83%ab%e3%82%b7%e3%83%a7%e3%83%bc%e3%83%88%e3%82%ab%e3%83%83%e3%83%88%e3%82%ad%e3%83%bc%e3%81%a7%e3%83%9e%e3%82%a6/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="682"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 36vw" data-src="https://tripbowl.net/wp-content/uploads/2023/09/717474dd05ec9f535a1bbfb48b0221ad-1024x682.jpg" data-srcset="https://tripbowl.net/wp-content/uploads/2023/09/717474dd05ec9f535a1bbfb48b0221ad-1024x682.jpg 1024w, https://tripbowl.net/wp-content/uploads/2023/09/717474dd05ec9f535a1bbfb48b0221ad-300x200.jpg 300w, https://tripbowl.net/wp-content/uploads/2023/09/717474dd05ec9f535a1bbfb48b0221ad-768x512.jpg 768w, https://tripbowl.net/wp-content/uploads/2023/09/717474dd05ec9f535a1bbfb48b0221ad.jpg 1280w" data-aspectratio="1024/682" ><noscript><img decoding="async" src="https://tripbowl.net/wp-content/uploads/2023/09/717474dd05ec9f535a1bbfb48b0221ad-1024x682.jpg" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">現在の時刻をエクセルショートカットキーでマウスを使わず行う方法</h2>								<div class="p-postList__meta">
					<div class="p-postList__times c-postTimes u-thin">
	<time class="c-postTimes__modified icon-modified" datetime="2023-10-21" aria-label="更新日">2023年10月21日</time></div>
				</div>
			</div>
			</a>
</li>
</ul><div class="is-style-more_btn"><a href="https://tripbowl.net/category/manual/" class="btn_text">もっと見る</a></div></div>


<p><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5353447543379936"
     crossorigin="anonymous"></script>
<ins class="adsbygoogle"
     style="display:block; text-align:center;"
     data-ad-layout="in-article"
     data-ad-format="fluid"
     data-ad-client="ca-pub-5353447543379936"
     data-ad-slot="4035178589"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script></p>



<h3 class="wp-block-heading">よく見られているページ</h3>



<div class="swell-block-tab is-style-balloon" data-width-pc="flex-50" data-width-sp="flex-50"><ul class="c-tabList" role="tablist"><li class="c-tabList__item" role="presentation"><button role="tab" class="c-tabList__button" aria-selected="true" aria-controls="tab-9c338677-0" data-onclick="tabControl">今日</button></li><li class="c-tabList__item" role="presentation"><button role="tab" class="c-tabList__button" aria-selected="false" aria-controls="tab-9c338677-1" data-onclick="tabControl">今週</button></li><li class="c-tabList__item" role="presentation"><button role="tab" class="c-tabList__button" aria-selected="false" aria-controls="tab-9c338677-2" data-onclick="tabControl">過去30日</button></li></ul><div class="c-tabBody">
<div id="tab-9c338677-0" class="c-tabBody__item" aria-hidden="false"><div class="popular-posts"><script type="application/json">{"title":"","limit":"15","offset":0,"range":"last24hours","time_quantity":"24","time_unit":"hour","freshness":false,"order_by":"views","post_type":"post","pid":"","taxonomy":"category","term_id":"4,5,1029,1030,1031,1028,7,1027","author":"","shorten_title":{"active":false,"length":0,"words":false},"post-excerpt":{"active":false,"length":0,"keep_format":false,"words":false},"thumbnail":{"active":true,"width":"120","height":"85","build":"manual","size":""},"rating":false,"stats_tag":{"comment_count":false,"views":true,"author":false,"date":{"active":false,"format":"F j, Y"},"taxonomy":{"active":false,"name":"category"}},"markup":{"custom_html":false,"wpp-start":"<ul class=\"wpp-list\">","wpp-end":"<\/ul>","title-start":"<h2>","title-end":"<\/h2>","post-html":"<li>{thumb} {title} <span class=\"wpp-meta post-stats\">{stats}<\/span><\/li>"},"theme":{"name":""}}</script><div class="wpp-widget-block-placeholder"></div></div></div>



<div id="tab-9c338677-1" class="c-tabBody__item" aria-hidden="true"><div class="popular-posts"><script type="application/json">{"title":"","limit":"15","offset":0,"range":"last7days","time_quantity":"24","time_unit":"hour","freshness":false,"order_by":"views","post_type":"post","pid":"","taxonomy":"category","term_id":"4,5,1029,1030,1031,1028,7,1027","author":"","shorten_title":{"active":false,"length":0,"words":false},"post-excerpt":{"active":false,"length":0,"keep_format":false,"words":false},"thumbnail":{"active":true,"width":"120","height":"85","build":"manual","size":""},"rating":false,"stats_tag":{"comment_count":false,"views":true,"author":false,"date":{"active":false,"format":"F j, Y"},"taxonomy":{"active":false,"name":"category"}},"markup":{"custom_html":false,"wpp-start":"<ul class=\"wpp-list\">","wpp-end":"<\/ul>","title-start":"<h2>","title-end":"<\/h2>","post-html":"<li>{thumb} {title} <span class=\"wpp-meta post-stats\">{stats}<\/span><\/li>"},"theme":{"name":""}}</script><div class="wpp-widget-block-placeholder"></div></div></div>



<div id="tab-9c338677-2" class="c-tabBody__item" aria-hidden="true"><div class="popular-posts"><script type="application/json">{"title":"","limit":"15","offset":0,"range":"last30days","time_quantity":"24","time_unit":"hour","freshness":false,"order_by":"views","post_type":"post","pid":"","taxonomy":"category","term_id":"4,5,1029,1030,1031,1028,7,1027","author":"","shorten_title":{"active":false,"length":0,"words":false},"post-excerpt":{"active":false,"length":0,"keep_format":false,"words":false},"thumbnail":{"active":true,"width":"120","height":"85","build":"manual","size":""},"rating":false,"stats_tag":{"comment_count":false,"views":true,"author":false,"date":{"active":false,"format":"F j, Y"},"taxonomy":{"active":false,"name":"category"}},"markup":{"custom_html":false,"wpp-start":"<ul class=\"wpp-list\">","wpp-end":"<\/ul>","title-start":"<h2>","title-end":"<\/h2>","post-html":"<li>{thumb} {title} <span class=\"wpp-meta post-stats\">{stats}<\/span><\/li>"},"theme":{"name":""}}</script><div class="wpp-widget-block-placeholder"></div></div></div>
</div></div>



<a href="https://ac-data.info/#a_aid=5dd6cc73022b8&amp;a_bid=bdae11d4" target="_top" rel="noopener"><img decoding="async" src="//acworks.postaffiliatepro.com/accounts/default1/g5bueh/bdae11d4.jpg" alt="大容量無料ファイル転送サービス【ACデータ】" title="大容量無料ファイル転送サービス【ACデータ】" width="336" height="280" /></a><img decoding="async" style="border:0" src="https://acworks.postaffiliatepro.com/scripts/g5iueh?a_aid=5dd6cc73022b8&amp;a_bid=bdae11d4" width="1" height="1" alt="" />



<a href="https://www.ac-illust.com/#a_aid=5dd6cc73022b8&amp;a_bid=fa80267b" target="_blank" rel="noopener"><img decoding="async" src="//www.ac-associate.com/accounts/default1/banners/fa80267b.jpg" alt="無料イラスト【イラストAC】" title="無料イラスト【イラストAC】" width="336" height="280" /></a><img decoding="async" style="border:0" src="https://acworks.postaffiliatepro.com/scripts/g5iueh?a_aid=5dd6cc73022b8&amp;a_bid=fa80267b" width="1" height="1" alt="" />


<p><div class="p-blogParts post_content" data-partsID="35989">
<blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/C4EaZD7SrK8/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/C4EaZD7SrK8/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank" rel="noopener"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">この投稿をInstagramで見る</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/C4EaZD7SrK8/?utm_source=ig_embed&amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank" rel="noopener">とりっぷぼうる(@tripbowl2018)がシェアした投稿</a></p></div></blockquote> <script async src="//www.instagram.com/embed.js"></script>



<div class="swell-block-button green_ -size-l is-style-btn_normal"><a href="https://tripbowl.net/ticket/" class="swell-block-button__link"><span>フリーきっぷ TOP</span></a></div>
</div></p>
</div>
</div>
</div>


<div class="p-blogParts post_content" data-partsID="36073">
<h3 class="wp-block-heading">紅葉スポット</h3>


<div class="p-postListWrap"><ul class="p-postList -type-card -pc-col3 -sp-col1"><li class="p-postList__item">
	<a href="https://tripbowl.net/koyo-chiba/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="1024" height="576"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="弘文洞紅葉ライトアップ" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 100vw" data-src="https://tripbowl.net/wp-content/uploads/2020/08/9bf286b956ee356cf2e2f2d39a9d1e57-1024x576.jpg" data-srcset="https://tripbowl.net/wp-content/uploads/2020/08/9bf286b956ee356cf2e2f2d39a9d1e57-1024x576.jpg 1024w, https://tripbowl.net/wp-content/uploads/2020/08/9bf286b956ee356cf2e2f2d39a9d1e57-300x169.jpg 300w, https://tripbowl.net/wp-content/uploads/2020/08/9bf286b956ee356cf2e2f2d39a9d1e57-768x432.jpg 768w, https://tripbowl.net/wp-content/uploads/2020/08/9bf286b956ee356cf2e2f2d39a9d1e57.jpg 1280w" data-aspectratio="1024/576" ><noscript><img decoding="async" src="https://tripbowl.net/wp-content/uploads/2020/08/9bf286b956ee356cf2e2f2d39a9d1e57-1024x576.jpg" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">フリーきっぷで行く千葉県内の紅葉名所や穴場スポット7選</h2>									<div class="p-postList__excerpt">
						10月中旬頃から始まる関東地方の紅葉も11月中旬過ぎると、ようやく千葉県内の紅葉名所ももみじが真っ赤に色づいて見頃になってきます。 千葉県内の紅葉は12月上旬まで楽&#8230;					</div>
								<div class="p-postList__meta">
					<div class="p-postList__times c-postTimes u-thin">
	<time class="c-postTimes__modified icon-modified" datetime="2024-08-09" aria-label="更新日">2024年8月9日</time></div>
				</div>
			</div>
			</a>
</li>
<li class="p-postList__item">
	<a href="https://tripbowl.net/koyo-eigenji/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="800" height="450"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="茨城永源寺もみじ寺" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 100vw" data-src="https://tripbowl.net/wp-content/uploads/2020/08/50331e671670c6624627b2bd46ed2d45.jpg" data-srcset="https://tripbowl.net/wp-content/uploads/2020/08/50331e671670c6624627b2bd46ed2d45.jpg 800w, https://tripbowl.net/wp-content/uploads/2020/08/50331e671670c6624627b2bd46ed2d45-300x169.jpg 300w, https://tripbowl.net/wp-content/uploads/2020/08/50331e671670c6624627b2bd46ed2d45-768x432.jpg 768w, https://tripbowl.net/wp-content/uploads/2020/08/50331e671670c6624627b2bd46ed2d45-120x68.jpg 120w, https://tripbowl.net/wp-content/uploads/2020/08/50331e671670c6624627b2bd46ed2d45-160x90.jpg 160w, https://tripbowl.net/wp-content/uploads/2020/08/50331e671670c6624627b2bd46ed2d45-320x180.jpg 320w" data-aspectratio="800/450" ><noscript><img decoding="async" src="https://tripbowl.net/wp-content/uploads/2020/08/50331e671670c6624627b2bd46ed2d45.jpg" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">茨城県大子町の永源寺へ常陸大子駅から徒歩圏内の紅葉スポットへ</h2>									<div class="p-postList__excerpt">
						　【紅葉見頃】 茨城県の大子町に紅葉名所の「永源寺」があり、境内を埋め尽くすほどのもみじの木があることから「もみじ寺」と呼ばれています。 近くには名瀑で有名な&#8230;					</div>
								<div class="p-postList__meta">
					<div class="p-postList__times c-postTimes u-thin">
	<time class="c-postTimes__modified icon-modified" datetime="2024-08-06" aria-label="更新日">2024年8月6日</time></div>
				</div>
			</div>
			</a>
</li>
<li class="p-postList__item">
	<a href="https://tripbowl.net/koyo-ibaraki-october/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="800" height="450"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="湯ノ湖周遊ハイキングロードのもみじ" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 100vw" data-src="https://tripbowl.net/wp-content/uploads/2018/10/0198f934a0c6881587e151e995544c41.jpg" data-srcset="https://tripbowl.net/wp-content/uploads/2018/10/0198f934a0c6881587e151e995544c41.jpg 800w, https://tripbowl.net/wp-content/uploads/2018/10/0198f934a0c6881587e151e995544c41-300x169.jpg 300w, https://tripbowl.net/wp-content/uploads/2018/10/0198f934a0c6881587e151e995544c41-768x432.jpg 768w, https://tripbowl.net/wp-content/uploads/2018/10/0198f934a0c6881587e151e995544c41-120x67.jpg 120w, https://tripbowl.net/wp-content/uploads/2018/10/0198f934a0c6881587e151e995544c41-160x90.jpg 160w, https://tripbowl.net/wp-content/uploads/2018/10/0198f934a0c6881587e151e995544c41-320x180.jpg 320w" data-aspectratio="800/450" ><noscript><img decoding="async" src="https://tripbowl.net/wp-content/uploads/2018/10/0198f934a0c6881587e151e995544c41.jpg" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">フリーパスで10月の茨城紅葉スポットへ</h2>									<div class="p-postList__excerpt">
						茨城県内の人気紅葉スポット 関東地方で紅葉名所といえばなんといっても日光ですが、紅葉シーズンになると平日でもいろは坂は大渋滞なのに休日ともなると日光駅周辺から&#8230;					</div>
								<div class="p-postList__meta">
					<div class="p-postList__times c-postTimes u-thin">
	<time class="c-postTimes__modified icon-modified" datetime="2023-03-17" aria-label="更新日">2023年3月17日</time></div>
				</div>
			</div>
			</a>
</li>
<li class="p-postList__item">
	<a href="https://tripbowl.net/nikko-senjyogahara/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="800" height="450"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="奥日光戦場ヶ原" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 100vw" data-src="https://tripbowl.net/wp-content/uploads/2018/10/b1e7e0a82699029d67fe8cc5017d2cd4.jpg" data-srcset="https://tripbowl.net/wp-content/uploads/2018/10/b1e7e0a82699029d67fe8cc5017d2cd4.jpg 800w, https://tripbowl.net/wp-content/uploads/2018/10/b1e7e0a82699029d67fe8cc5017d2cd4-300x169.jpg 300w, https://tripbowl.net/wp-content/uploads/2018/10/b1e7e0a82699029d67fe8cc5017d2cd4-768x432.jpg 768w, https://tripbowl.net/wp-content/uploads/2018/10/b1e7e0a82699029d67fe8cc5017d2cd4-120x67.jpg 120w, https://tripbowl.net/wp-content/uploads/2018/10/b1e7e0a82699029d67fe8cc5017d2cd4-160x90.jpg 160w, https://tripbowl.net/wp-content/uploads/2018/10/b1e7e0a82699029d67fe8cc5017d2cd4-320x180.jpg 320w" data-aspectratio="800/450" ><noscript><img decoding="async" src="https://tripbowl.net/wp-content/uploads/2018/10/b1e7e0a82699029d67fe8cc5017d2cd4.jpg" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">紅葉の日光戦場ヶ原の散策路へバスで中禅寺湖から滞在時間100分</h2>									<div class="p-postList__excerpt">
						9月下旬から10月下旬になると奥日光では紅葉の見頃シーズンとなり、土日ともなると日光いろは坂は大渋滞になるほど人気スポットなのは昔も今も変わりませんね。 特にこ&#8230;					</div>
								<div class="p-postList__meta">
					<div class="p-postList__times c-postTimes u-thin">
	<time class="c-postTimes__modified icon-modified" datetime="2024-08-06" aria-label="更新日">2024年8月6日</time></div>
				</div>
			</div>
			</a>
</li>
<li class="p-postList__item">
	<a href="https://tripbowl.net/koyo-usui_miharashidai/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="800" height="450"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="旧碓氷峠見晴台" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 100vw" data-src="https://tripbowl.net/wp-content/uploads/2020/09/73d7117f7192df217f2158b025bb43f2.jpg" data-srcset="https://tripbowl.net/wp-content/uploads/2020/09/73d7117f7192df217f2158b025bb43f2.jpg 800w, https://tripbowl.net/wp-content/uploads/2020/09/73d7117f7192df217f2158b025bb43f2-300x169.jpg 300w, https://tripbowl.net/wp-content/uploads/2020/09/73d7117f7192df217f2158b025bb43f2-768x432.jpg 768w, https://tripbowl.net/wp-content/uploads/2020/09/73d7117f7192df217f2158b025bb43f2-120x68.jpg 120w, https://tripbowl.net/wp-content/uploads/2020/09/73d7117f7192df217f2158b025bb43f2-160x90.jpg 160w, https://tripbowl.net/wp-content/uploads/2020/09/73d7117f7192df217f2158b025bb43f2-320x180.jpg 320w" data-aspectratio="800/450" ><noscript><img decoding="async" src="https://tripbowl.net/wp-content/uploads/2020/09/73d7117f7192df217f2158b025bb43f2.jpg" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">旧碓氷峠見晴台へバスで旧軽井沢駅から紅葉展望へ滞在時間20分</h2>									<div class="p-postList__excerpt">
						軽井沢と言えば長野県ですが、旧碓氷峠見晴台は長野県と群馬県の県境に位置するのですが、群馬県の観光スポットというよりは、長野県ですね。 ここ旧碓氷峠見晴台からは&#8230;					</div>
								<div class="p-postList__meta">
					<div class="p-postList__times c-postTimes u-thin">
	<time class="c-postTimes__modified icon-modified" datetime="2024-08-06" aria-label="更新日">2024年8月6日</time></div>
				</div>
			</div>
			</a>
</li>
<li class="p-postList__item">
	<a href="https://tripbowl.net/koyo-daruma_tera/" class="p-postList__link">
		<div class="p-postList__thumb c-postThumb">
	<figure class="c-postThumb__figure">
		<img decoding="async" width="800" height="450"  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="ACだるま寺" class="c-postThumb__img u-obf-cover lazyload" sizes="(min-width: 960px) 400px, 100vw" data-src="https://tripbowl.net/wp-content/uploads/2020/09/7bbe0c208c853fc7912ba7800ed77e93.jpg" data-srcset="https://tripbowl.net/wp-content/uploads/2020/09/7bbe0c208c853fc7912ba7800ed77e93.jpg 800w, https://tripbowl.net/wp-content/uploads/2020/09/7bbe0c208c853fc7912ba7800ed77e93-300x169.jpg 300w, https://tripbowl.net/wp-content/uploads/2020/09/7bbe0c208c853fc7912ba7800ed77e93-768x432.jpg 768w, https://tripbowl.net/wp-content/uploads/2020/09/7bbe0c208c853fc7912ba7800ed77e93-120x68.jpg 120w, https://tripbowl.net/wp-content/uploads/2020/09/7bbe0c208c853fc7912ba7800ed77e93-160x90.jpg 160w, https://tripbowl.net/wp-content/uploads/2020/09/7bbe0c208c853fc7912ba7800ed77e93-320x180.jpg 320w" data-aspectratio="800/450" ><noscript><img decoding="async" src="https://tripbowl.net/wp-content/uploads/2020/09/7bbe0c208c853fc7912ba7800ed77e93.jpg" class="c-postThumb__img u-obf-cover" alt=""></noscript>	</figure>
	</div>
					<div class="p-postList__body">
				<h2 class="p-postList__title">縁起だるま発祥の少林山達磨寺境内の真っ赤に染まる紅葉景色へ</h2>									<div class="p-postList__excerpt">
						　【紅葉見頃】11月下旬～12月上旬 高崎市内循環バス「ぐるりん」バスのフリーエリア内にあるので、縁起だるま発祥の少林山達磨寺へ紅葉の時期になったら訪れてみてはい&#8230;					</div>
								<div class="p-postList__meta">
					<div class="p-postList__times c-postTimes u-thin">
	<time class="c-postTimes__modified icon-modified" datetime="2024-08-07" aria-label="更新日">2024年8月7日</time></div>
				</div>
			</div>
			</a>
</li>
</ul><div class="is-style-more_btn"><a href="https://tripbowl.net/koyo-kanto/" class="btn_text">もっと見る</a></div></div></div></div></div>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
