{"id":1105,"date":"2026-06-14T12:08:03","date_gmt":"2026-06-14T03:08:03","guid":{"rendered":"https:\/\/ride-tourism.bike\/en\/?page_id=1105"},"modified":"2026-06-14T12:55:51","modified_gmt":"2026-06-14T03:55:51","slug":"model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem","status":"publish","type":"page","link":"https:\/\/ride-tourism.bike\/en\/model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem\/","title":{"rendered":"Model Course #2 \u2014 Tanzawa &amp; Miyagase Mountain Pass Tour (Local Favorite Hidden Gem)"},"content":{"rendered":"\n<!-- WordPress Blog Post: Tanzawa & Miyagase Mountain Pass Tour -->\n<!-- Paste into WordPress \"Custom HTML\" block -->\n\n<style>\n.rt-tour-wrap {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n  max-width: 860px;\n  margin: 0 auto;\n  color: #333;\n  line-height: 1.8;\n}\n.rt-hero-badge {\n  display: flex;\n  gap: 24px;\n  flex-wrap: wrap;\n  background: #f4f4f4;\n  border-left: 4px solid #e05c00;\n  padding: 16px 20px;\n  border-radius: 4px;\n  margin: 24px 0;\n}\n.rt-badge-item { font-size: 15px; }\n.rt-badge-item strong {\n  display: block;\n  color: #e05c00;\n  font-size: 13px;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n}\n.rt-price-box {\n  background: #fff8f0;\n  border: 2px solid #e05c00;\n  border-radius: 8px;\n  padding: 20px 24px;\n  margin: 28px 0;\n}\n.rt-price-box h3 { margin: 0 0 12px; color: #e05c00; font-size: 18px; }\n.rt-price-box ul { margin: 10px 0 0; padding-left: 20px; }\n.rt-price-box li { margin-bottom: 4px; }\n.rt-price-note { font-size: 13px; color: #888; margin-top: 10px; }\n\n.rt-notice-box {\n  background: #fff4f4;\n  border: 2px solid #e63946;\n  border-radius: 8px;\n  padding: 20px 24px;\n  margin: 28px 0;\n}\n.rt-notice-box h3 { margin: 0 0 12px; color: #e63946; font-size: 18px; }\n.rt-notice-box ul { margin: 10px 0 0; padding-left: 20px; }\n.rt-notice-box li { margin-bottom: 6px; }\n\n.rt-stop { border-top: 2px solid #eee; padding-top: 32px; margin-top: 32px; }\n.rt-stop h2 { font-size: 22px; color: #1a1a1a; margin-bottom: 6px; }\n.rt-stop-meta {\n  display: flex;\n  gap: 10px;\n  flex-wrap: wrap;\n  font-size: 13px;\n  color: #666;\n  margin-bottom: 16px;\n}\n.rt-stop-meta span {\n  background: #f0f0f0;\n  padding: 3px 10px;\n  border-radius: 20px;\n}\n.rt-stop-meta .highlight { background: #fff0e0; color: #e05c00; font-weight: bold; }\n.rt-stop-meta .optional { background: #eef3ff; color: #3a66c2; font-weight: bold; }\n\n.rt-gallery {\n  display: grid;\n  gap: 8px;\n  margin: 16px 0;\n}\n.rt-gallery.cols-2 { grid-template-columns: repeat(2, 1fr); }\n.rt-gallery.cols-3 { grid-template-columns: repeat(3, 1fr); }\n.rt-gallery img {\n  width: 100%;\n  height: 200px;\n  object-fit: cover;\n  border-radius: 6px;\n  display: block;\n  cursor: pointer;\n  transition: opacity 0.2s;\n}\n.rt-gallery img:hover { opacity: 0.88; }\n\n.rt-lightbox {\n  display: none;\n  position: fixed;\n  inset: 0;\n  background: rgba(0,0,0,0.88);\n  z-index: 99999;\n  align-items: center;\n  justify-content: center;\n}\n.rt-lightbox.open { display: flex; }\n.rt-lightbox img {\n  max-width: 90vw;\n  max-height: 85vh;\n  border-radius: 6px;\n  box-shadow: 0 8px 40px rgba(0,0,0,0.5);\n}\n.rt-lightbox-close {\n  position: fixed;\n  top: 20px;\n  right: 28px;\n  font-size: 36px;\n  color: #fff;\n  cursor: pointer;\n  line-height: 1;\n  user-select: none;\n}\n.rt-lightbox-prev,\n.rt-lightbox-next {\n  position: fixed;\n  top: 50%;\n  transform: translateY(-50%);\n  font-size: 44px;\n  color: #fff;\n  cursor: pointer;\n  user-select: none;\n  padding: 0 16px;\n  opacity: 0.8;\n}\n.rt-lightbox-prev { left: 8px; }\n.rt-lightbox-next { right: 8px; }\n.rt-lightbox-prev:hover,\n.rt-lightbox-next:hover { opacity: 1; }\n\n.rt-map {\n  width: 100%;\n  height: 280px;\n  border: 0;\n  border-radius: 8px;\n  margin: 16px 0;\n}\n.rt-tip {\n  background: #fffbe6;\n  border-left: 4px solid #f0c040;\n  padding: 10px 16px;\n  font-size: 14px;\n  border-radius: 0 4px 4px 0;\n  margin: 14px 0;\n}\n.rt-warn {\n  background: #fff0f0;\n  border-left: 4px solid #e63946;\n  padding: 10px 16px;\n  font-size: 14px;\n  border-radius: 0 4px 4px 0;\n  margin: 14px 0;\n}\n.rt-cta-box {\n  background: linear-gradient(135deg, #e05c00 0%, #c94400 100%);\n  color: #fff;\n  padding: 32px;\n  border-radius: 10px;\n  text-align: center;\n  margin-top: 48px;\n}\n.rt-cta-box h2 { color: #fff; margin: 0 0 12px; font-size: 24px; }\n.rt-cta-box p { margin: 0 0 20px; opacity: 0.92; }\n.rt-cta-btn {\n  display: inline-block;\n  background: #fff;\n  color: #e05c00;\n  font-weight: 700;\n  padding: 14px 32px;\n  border-radius: 50px;\n  text-decoration: none;\n  font-size: 16px;\n}\n\n@media (max-width: 560px) {\n  .rt-gallery.cols-3 { grid-template-columns: repeat(2, 1fr); }\n  .rt-gallery img { height: 140px; }\n}\n<\/style>\n\n<!-- Lightbox -->\n<div class=\"rt-lightbox\" id=\"rtLightboxTM\">\n  <span class=\"rt-lightbox-close\" onclick=\"rtCloseLightboxTM()\">\u2715<\/span>\n  <span class=\"rt-lightbox-prev\" onclick=\"rtShiftImageTM(-1)\">\u2039<\/span>\n  <img decoding=\"async\" id=\"rtLightboxImgTM\" src=\"\" alt=\"\">\n  <span class=\"rt-lightbox-next\" onclick=\"rtShiftImageTM(1)\">\u203a<\/span>\n<\/div>\n<script>\nvar rtCGTM=[], rtCITM=0;\nfunction rtOpenLightboxTM(imgs,idx){ rtCGTM=imgs; rtCITM=idx; document.getElementById('rtLightboxImgTM').src=imgs[idx]; document.getElementById('rtLightboxTM').classList.add('open'); }\nfunction rtCloseLightboxTM(){ document.getElementById('rtLightboxTM').classList.remove('open'); }\nfunction rtShiftImageTM(d){ rtCITM=(rtCITM+d+rtCGTM.length)%rtCGTM.length; document.getElementById('rtLightboxImgTM').src=rtCGTM[rtCITM]; }\ndocument.getElementById('rtLightboxTM').addEventListener('click',function(e){ if(e.target===this) rtCloseLightboxTM(); });\n<\/script>\n\n<div class=\"rt-tour-wrap\">\n\n  <p><em>Model Course #2 \u2014 Tanzawa &amp; Miyagase Mountain Pass Tour (Local Favorite Hidden Gem)<\/em><\/p>\n\n  <p>Some routes are famous because everyone knows about them. This one is famous because the people who live here ride it themselves. The <strong>Tanzawa &amp; Miyagase Mountain Pass Tour<\/strong> climbs through the Yabitsu Pass \u2014 one of the most beloved twisty mountain roads in the greater Tokyo area \u2014 drops into the quiet Miyagase reservoir region, and loops back through farmland, bakeries, and forest roads most visitors never see.<\/p>\n\n  <p>Starting and ending at RIDE TOURISM in Shonan, this route packs roughly <strong>120 km of pure mountain road riding<\/strong> into a single day \u2014 corner after corner, with almost no highway driving at all. If the Izu &amp; Hakone tour is the &#8220;must-see&#8221; ride, this is the one local riders do on their day off.<\/p>\n\n  <div class=\"rt-hero-badge\">\n    <div class=\"rt-badge-item\"><strong>Distance<\/strong>~120 km<\/div>\n    <div class=\"rt-badge-item\"><strong>Difficulty<\/strong>\u2605\u2605\u2605\u2606\u2606 Intermediate<\/div>\n    <div class=\"rt-badge-item\"><strong>Duration<\/strong>7\u20138 Hours<\/div>\n    <div class=\"rt-badge-item\"><strong>Style<\/strong>Round Loop \ud83c\udfcd\ufe0f\ud83d\udd01 (No Highway)<\/div>\n  <\/div>\n\n  <div class=\"rt-price-box\">\n    <h3>\ud83d\udccb Details &amp; Pricing<\/h3>\n    <p>This guided tour starts and ends at <strong>RIDE TOURISM (Shonan)<\/strong> and is one of our most cost-effective plans \u2014 perfect for riders who want maximum corners for their yen.<\/p>\n    <ul>\n      <li>1-day motorcycle rental + guided tour: <strong>+\u00a520,000<\/strong> on top of your rental rate<\/li>\n      <li>Additional rider joining the tour: <strong>+\u00a510,000<\/strong> per person<\/li>\n      <li><strong>Standard, Adventure, or Advanced Class<\/strong> motorcycles all recommended<\/li>\n      <li>Parking fees included<\/li>\n      <li><strong>Fuel cost included<\/strong><\/li>\n      <li>No highway tolls \u2014 this entire route uses local mountain roads<\/li>\n    <\/ul>\n    <p class=\"rt-price-note\">* Don&#8217;t own a motorcycle? You can still enjoy this course \u2014 feel free to contact us about guided options.<br>* Estimated duration: 7\u20138 hours depending on traffic and time spent sightseeing.<\/p>\n  <\/div>\n\n  <div class=\"rt-notice-box\">\n    <h3>\u26a0\ufe0f Important Notes Before You Ride<\/h3>\n    <ul>\n      <li><strong>No convenience stores once you enter Yabitsu Pass.<\/strong> On guided tours, we make a stop at a convenience store before entering the mountains \u2014 plan your snacks and drinks accordingly.<\/li>\n      <li><strong>Ura-Yabitsu (the Miyagase-side descent) can be closed in winter<\/strong> due to snow or ice. Please check conditions before planning a winter ride.<\/li>\n      <li><strong>Technical corners on Ura-Yabitsu<\/strong> \u2014 including a section nicknamed &#8220;Q-chan Road,&#8221; once popular with street racers in the 1990s. Please ride safely and respectfully \u2014 no aggressive riding.<\/li>\n      <li>Weekends can be busy with other riders, especially at the Yabitsu Summit \u2014 be considerate when stopping for photos.<\/li>\n    <\/ul>\n  <\/div>\n\n  <hr>\n\n  <!-- ===== START: RIDE TOURISM ===== -->\n  <div class=\"rt-stop\">\n    <h2>\ud83c\udfcd\ufe0f Start \u2014 RIDE TOURISM (Shonan)<\/h2>\n    <div class=\"rt-stop-meta\">\n      <span>\ud83d\udccd Tsujido, Fujisawa<\/span>\n      <span class=\"highlight\">\ud83d\ude80 Departure Point<\/span>\n    <\/div>\n    <p>Your day begins at <strong>RIDE TOURISM<\/strong> in Shonan. We&#8217;ll get you set up on a Standard Class (250cc) bike \u2014 perfectly suited to the tight, technical corners ahead \u2014 and brief you on the route. From here, head out along the coast before turning inland toward the mountains.<\/p>\n    <iframe class=\"rt-map\" loading=\"lazy\" allowfullscreen=\"\" referrerpolicy=\"no-referrer-when-downgrade\" src=\"https:\/\/maps.google.com\/maps?q=RIDE+TOURISM+%E6%B9%98%E5%8D%97%E3%83%90%E3%82%A4%E3%82%AF%E3%83%AC%E3%83%B3%E3%82%BF%E3%83%AB&amp;z=16&amp;output=embed\"><\/iframe>\n  <\/div>\n\n  <!-- ===== STOP 1: Route 134 ===== -->\n  <div class=\"rt-stop\">\n    <h2>\ud83c\udf0a Stop 1 \u2014 Route 134 (Coastal Warm-Up)<\/h2>\n    <div class=\"rt-stop-meta\">\n      <span>\ud83d\udccd Shonan Coast \u2192 Chigasaki<\/span>\n      <span class=\"optional\">Optional stops along the way<\/span>\n    <\/div>\n\n    <div class=\"rt-gallery cols-2\" id=\"tm1\">\n      <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/\u5199\u771f-2024-03-14-10-33-01.jpg\" alt=\"Route 134 coastal road\" onclick=\"rtOpenLightboxTM(window.tm1,0)\">\n      <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/PXL_20260320_030150796-scaled.jpg\" alt=\"Route 134 morning ride\" onclick=\"rtOpenLightboxTM(window.tm1,1)\">\n    <\/div>\n    <script>window.tm1=[\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/\u5199\u771f-2024-03-14-10-33-01.jpg\",\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/PXL_20260320_030150796-scaled.jpg\"];<\/script>\n\n    <p>While not an official stop on the tour, the route follows the coastal <strong>Route 134<\/strong> on the way to the mountains \u2014 a relaxed warm-up before the twisty roads ahead. If you have a little extra time, two spots in Chigasaki are worth a quick look: the <strong>&#8220;Southern C&#8221; monument<\/strong>, a local landmark beloved by Shonan residents, and <strong>Roadside Station Chigasaki<\/strong>, a small market with local produce and snacks.<\/p>\n    <div class=\"rt-warn\">\u26a0\ufe0f <strong>Important:<\/strong> After leaving the coast and heading inland, there&#8217;s a long stretch with no services. On guided tours, we make a stop at a convenience store before entering Yabitsu Pass \u2014 there are <strong>no convenience stores once you&#8217;re in the mountains.<\/strong><\/div>\n    <iframe class=\"rt-map\" loading=\"lazy\" allowfullscreen=\"\" referrerpolicy=\"no-referrer-when-downgrade\" src=\"https:\/\/maps.google.com\/maps?q=\u5357The+Southern+C\u306e\u7891+\u8305\u30f6\u5d0e&amp;z=14&amp;output=embed\"><\/iframe>\n  <\/div>\n\n  <!-- ===== STOP 2: Nanohana-dai Observatory ===== -->\n  <div class=\"rt-stop\">\n    <h2>\ud83c\udf3c Stop 2 \u2014 Nanohana-dai Observatory<\/h2>\n    <div class=\"rt-stop-meta\">\n      <span>\ud83d\udccd Omote-Yabitsu climb<\/span>\n      <span>\ud83c\udd93 Free parking<\/span>\n      <span>\ud83c\udf54 Food trucks sometimes on-site<\/span>\n    <\/div>\n\n    <div class=\"rt-gallery cols-3\" id=\"tm2\">\n      <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/model_image_keno02.jpg\" alt=\"Nanohana-dai Observatory view\" onclick=\"rtOpenLightboxTM(window.tm2,0)\">\n      <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/PXL_20260320_033241977-scaled.jpg\" alt=\"Nanohana-dai Observatory parking\" onclick=\"rtOpenLightboxTM(window.tm2,1)\">\n      <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/06\/PXL_20260327_040918209.jpg\" alt=\"Nanohana-dai Observatory scenery\" onclick=\"rtOpenLightboxTM(window.tm2,2)\">\n    <\/div>\n    <script>window.tm2=[\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/model_image_keno02.jpg\",\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/PXL_20260320_033241977-scaled.jpg\",\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/06\/PXL_20260327_040918209.jpg\"];<\/script>\n\n    <p>Partway up the climb known as <strong>Omote-Yabitsu<\/strong> (the ocean-side approach to Yabitsu Pass), this observatory is the best rest stop on the mountain \u2014 large parking area, great views on clear days, and occasionally a food truck or two. The summit itself gets crowded and doesn&#8217;t offer much of a view, so this is where locals actually stop to relax and take in the scenery.<\/p>\n    <div class=\"rt-tip\">\ud83d\udca1 <strong>Tip:<\/strong> If the Yabitsu Summit parking looks packed when you arrive, this is your fallback \u2014 and honestly, the better choice anyway.<\/div>\n    <iframe class=\"rt-map\" loading=\"lazy\" allowfullscreen=\"\" referrerpolicy=\"no-referrer-when-downgrade\" src=\"https:\/\/maps.google.com\/maps?q=\u83dc\u306e\u82b1\u53f0\u5c55\u671b\u53f0&amp;z=15&amp;output=embed\"><\/iframe>\n  <\/div>\n\n  <!-- ===== STOP 3: Yabitsu Summit ===== -->\n  <div class=\"rt-stop\">\n    <h2>\u26f0\ufe0f Stop 3 \u2014 Yabitsu Summit<\/h2>\n    <div class=\"rt-stop-meta\">\n      <span>\ud83d\udccd Yabitsu Pass<\/span>\n      <span class=\"highlight\">\ud83c\udfcd\ufe0f Iconic Rider Landmark<\/span>\n      <span>\ud83e\udd64 &#8220;Yabitsu Cola&#8221;<\/span>\n    <\/div>\n\n    <div class=\"rt-gallery cols-2\" id=\"tm3\">\n      <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/model_image_keno01.jpg\" alt=\"Yabitsu Summit sign\" onclick=\"rtOpenLightboxTM(window.tm3,0)\">\n      <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/06\/PXL_20260327_044011116.jpg\" alt=\"Yabitsu Summit view\" onclick=\"rtOpenLightboxTM(window.tm3,1)\">\n    <\/div>\n    <script>window.tm3=[\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/model_image_keno01.jpg\",\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/06\/PXL_20260327_044011116.jpg\"];<\/script>\n\n    <p>This is the iconic <strong>Yabitsu Summit<\/strong> \u2014 no introduction needed for riders in the Kanto area. The climb from the ocean side is called <strong>Omote-Yabitsu<\/strong>; from here toward Miyagase, the descent becomes <strong>Ura-Yabitsu<\/strong>. An information center here is open on weekends only, and the vending machine at the summit sells a drink locally nicknamed <strong>&#8220;Yabitsu Cola&#8221;<\/strong> \u2014 a small rite of passage for visiting riders.<\/p>\n    <div class=\"rt-tip\">\ud83d\udca1 <strong>Tip:<\/strong> On weekends, many riders stop here for photos at the summit sign. Be considerate and take turns.<\/div>\n    <iframe class=\"rt-map\" loading=\"lazy\" allowfullscreen=\"\" referrerpolicy=\"no-referrer-when-downgrade\" src=\"https:\/\/maps.google.com\/maps?q=\u30e4\u30d3\u30c4\u5ce0&amp;z=15&amp;output=embed\"><\/iframe>\n  <\/div>\n\n  <!-- ===== STOP 4: Ura-Yabitsu ===== -->\n  <div class=\"rt-stop\">\n    <h2>\ud83d\udee3\ufe0f Stop 4 \u2014 Ura-Yabitsu (The Descent to Miyagase)<\/h2>\n    <div class=\"rt-stop-meta\">\n      <span>\ud83d\udccd Yabitsu Summit \u2192 Miyagase<\/span>\n      <span class=\"highlight\">\ud83c\udfcd\ufe0f Technical Corners<\/span>\n      <span>\u2744\ufe0f Winter closures possible<\/span>\n    <\/div>\n\n    <div class=\"rt-gallery cols-2\" id=\"tm4\">\n      <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8-2026-03-22-112437.png\" alt=\"Ura-Yabitsu route map\" onclick=\"rtOpenLightboxTM(window.tm4,0)\">\n      <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/PXL_20260320_040625150-scaled.jpg\" alt=\"Ura-Yabitsu mountain road\" onclick=\"rtOpenLightboxTM(window.tm4,1)\">\n    <\/div>\n    <script>window.tm4=[\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8-2026-03-22-112437.png\",\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/PXL_20260320_040625150-scaled.jpg\"];<\/script>\n\n    <p>The road from Yabitsu Summit down to Miyagase is known as <strong>Ura-Yabitsu<\/strong> \u2014 tighter, more technical corners than the climb up, winding through forest with barely a straight section to be found. The Miyagase-side portion includes a stretch nicknamed <strong>&#8220;Q-chan Road,&#8221;<\/strong> a name that goes back to its reputation among street racers in the 1990s.<\/p>\n    <div class=\"rt-warn\">\u26a0\ufe0f Please ride safely here \u2014 no aggressive riding. This is a residential mountain road, not a racetrack.<\/div>\n    <p>There aren&#8217;t many official stops along this section, but keep an eye out for a small natural spring water spot \u2014 a popular, free souvenir for locals. If you fill a bottle, just remember to boil the water before drinking.<\/p>\n  <\/div>\n\n  <!-- ===== STOP 5: Miyagase Lakeside Park ===== -->\n  <div class=\"rt-stop\">\n    <h2>\ud83c\udf71 Stop 5 \u2014 Miyagase Lakeside Park (Lunch Stop)<\/h2>\n    <div class=\"rt-stop-meta\">\n      <span>\ud83d\udccd Miyagase, Aikawa<\/span>\n      <span class=\"highlight\">\ud83c\udf5c Lunch Recommended Here<\/span>\n    <\/div>\n\n    <div class=\"rt-gallery cols-3\" id=\"tm5\">\n      <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/pxl_20260320_055008400-scaled.jpg\" alt=\"Miyagase Lakeside Park view\" onclick=\"rtOpenLightboxTM(window.tm5,0)\">\n      <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/06\/PXL_20260327_060234184.jpg\" alt=\"Miyagase Lakeside Park food stalls\" onclick=\"rtOpenLightboxTM(window.tm5,1)\">\n      <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/06\/PXL_20260327_063621756.jpg\" alt=\"Miyagase Lakeside Park lunch\" onclick=\"rtOpenLightboxTM(window.tm5,2)\">\n    <\/div>\n    <script>window.tm5=[\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/pxl_20260320_055008400-scaled.jpg\",\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/06\/PXL_20260327_060234184.jpg\",\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/06\/PXL_20260327_063621756.jpg\"];<\/script>\n\n    <p><strong>Miyagase Lakeside Park<\/strong> is the perfect place for lunch \u2014 a spacious area with local restaurants and food stalls overlooking the reservoir. Take a break, enjoy some local street food, and soak in the laid-back atmosphere after the technical descent from Yabitsu.<\/p>\n    <iframe class=\"rt-map\" loading=\"lazy\" allowfullscreen=\"\" referrerpolicy=\"no-referrer-when-downgrade\" src=\"https:\/\/maps.google.com\/maps?q=\u5bae\u30f6\u702c\u6e56\u7554\u5712\u5730&amp;z=15&amp;output=embed\"><\/iframe>\n  <\/div>\n\n  <!-- ===== STOP 6: Toriihara Fureai Center ===== -->\n  <div class=\"rt-stop\">\n    <h2>\ud83c\udd7f\ufe0f Stop 6 \u2014 Toriihara Fureai Center<\/h2>\n    <div class=\"rt-stop-meta\">\n      <span>\ud83d\udccd Near Miyagase Lakeside Park<\/span>\n      <span class=\"optional\">Optional<\/span>\n      <span>\ud83c\udd93 Free motorcycle parking<\/span>\n      <span>\ud83c\udfcd\ufe0f Popular rider rest stop<\/span>\n    <\/div>\n\n    <div class=\"rt-gallery cols-2\" id=\"tm6\" style=\"grid-template-columns:1fr;\">\n      <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/PXL_20260320_061433765-scaled.jpg\" alt=\"Toriihara Fureai Center\" onclick=\"rtOpenLightboxTM(window.tm6,0)\">\n    <\/div>\n    <script>window.tm6=[\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/PXL_20260320_061433765-scaled.jpg\"];<\/script>\n\n    <p>Just a short distance from Miyagase Lakeside Park, the <strong>Toriihara Fureai Center<\/strong> is a popular rest stop among local riders, with free motorcycle parking. A quiet, convenient place to stretch your legs before the final stretch back toward Shonan.<\/p>\n    <iframe class=\"rt-map\" loading=\"lazy\" allowfullscreen=\"\" referrerpolicy=\"no-referrer-when-downgrade\" src=\"https:\/\/maps.google.com\/maps?q=\u9ce5\u5c45\u539f\u3075\u308c\u3042\u3044\u306e\u9928&amp;z=15&amp;output=embed\"><\/iframe>\n  <\/div>\n\n  <!-- ===== STOP 7: Ogino Pan Factory Shop ===== -->\n  <div class=\"rt-stop\">\n    <h2>\ud83e\udd56 Stop 7 \u2014 Ogino Pan Factory Shop<\/h2>\n    <div class=\"rt-stop-meta\">\n      <span>\ud83d\udccd On the return route<\/span>\n      <span class=\"highlight\">\ud83c\udfcd\ufe0f Must-Visit Local Favorite<\/span>\n      <span>\ud83d\udecd\ufe0f Great for souvenirs<\/span>\n    <\/div>\n\n    <div class=\"rt-gallery cols-3\" id=\"tm7\">\n      <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/PXL_20260320_064243876-1-scaled.jpg\" alt=\"Ogino Pan Factory Shop exterior\" onclick=\"rtOpenLightboxTM(window.tm7,0)\">\n      <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/pxl_20260320_064528241-scaled.jpg\" alt=\"Ogino Pan bakery items\" onclick=\"rtOpenLightboxTM(window.tm7,1)\">\n      <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/pxl_20260320_064704888-scaled.jpg\" alt=\"Ogino Pan Age-pan\" onclick=\"rtOpenLightboxTM(window.tm7,2)\">\n    <\/div>\n    <script>window.tm7=[\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/PXL_20260320_064243876-1-scaled.jpg\",\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/pxl_20260320_064528241-scaled.jpg\",\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/pxl_20260320_064704888-scaled.jpg\"];<\/script>\n\n    <p>One of the must-visit stops on this entire tour. <strong>Ogino Pan<\/strong> is an enormously popular bakery \u2014 so popular, in fact, that it supplies bread for local school lunches \u2014 with a factory shop open to the public. Conveniently, it sits right on the way back, making it a classic final stop before returning to Shonan.<\/p>\n    <p>The two items everyone comes for: <strong><em>Age-pan<\/em><\/strong> (deep-fried sugar bread \u2014 a nostalgic Japanese favorite) and the <strong>Tanzawa Anpan<\/strong>, a local specialty filled with sweet bean paste. Both make excellent souvenirs to bring home.<\/p>\n    <iframe class=\"rt-map\" loading=\"lazy\" allowfullscreen=\"\" referrerpolicy=\"no-referrer-when-downgrade\" src=\"https:\/\/maps.google.com\/maps?q=\u304a\u304e\u306e\u88fd\u30d1\u30f3&amp;z=15&amp;output=embed\"><\/iframe>\n  <\/div>\n\n  <!-- ===== STOP 8: Miyagase Dam ===== -->\n  <div class=\"rt-stop\">\n    <h2>\ud83c\udfde\ufe0f Stop 8 \u2014 Miyagase Dam<\/h2>\n    <div class=\"rt-stop-meta\">\n      <span>\ud83d\udccd Miyagase, Aikawa<\/span>\n      <span class=\"optional\">Optional<\/span>\n      <span>\ud83c\udfd7\ufe0f Largest dam in the Tokyo metropolitan area<\/span>\n    <\/div>\n\n    <div class=\"rt-gallery cols-2\" id=\"tm8\" style=\"grid-template-columns:1fr;\">\n      <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/IMG_7603_miyagasedamu-1.jpg\" alt=\"Miyagase Dam\" onclick=\"rtOpenLightboxTM(window.tm8,0)\">\n    <\/div>\n    <script>window.tm8=[\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/IMG_7603_miyagasedamu-1.jpg\"];<\/script>\n\n    <p>The <strong>Miyagase Dam<\/strong> is the largest dam in the greater Tokyo area, and the scale of it is genuinely impressive up close. Earlier in 2026, a severe drought caused water levels to drop so low that the remains of the old Miyagase village \u2014 roads, guardrails, and other structures \u2014 resurfaced for the first time in roughly 40 years, briefly becoming a local sensation.<\/p>\n    <div class=\"rt-tip\">\ud83d\udca1 <strong>Note:<\/strong> Access to certain viewpoints may occasionally be restricted depending on conditions \u2014 check locally on the day if you&#8217;re hoping for a specific photo spot.<\/div>\n    <iframe class=\"rt-map\" loading=\"lazy\" allowfullscreen=\"\" referrerpolicy=\"no-referrer-when-downgrade\" src=\"https:\/\/maps.google.com\/maps?q=\u5bae\u30f6\u702c\u30c0\u30e0&amp;z=14&amp;output=embed\"><\/iframe>\n  <\/div>\n\n  <!-- ===== STOP 9: Retro Vending Machine Corner (Optional) ===== -->\n  <div class=\"rt-stop\">\n    <h2>\ud83e\udd6b Stop 9 \u2014 Retro Vending Machine Corner (Optional)<\/h2>\n    <div class=\"rt-stop-meta\">\n      <span>\ud83d\udccd Slightly off-route from Miyagase Dam<\/span>\n      <span class=\"optional\">Optional Detour<\/span>\n    <\/div>\n\n    <div class=\"rt-gallery cols-3\" id=\"tm9\">\n      <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/PXL_20260320_075334324-scaled.jpg\" alt=\"Retro vending machines\" onclick=\"rtOpenLightboxTM(window.tm9,0)\">\n      <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/PXL_20260320_075228560-scaled.jpg\" alt=\"Retro vending machine corner\" onclick=\"rtOpenLightboxTM(window.tm9,1)\">\n      <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/PXL_20260320_075436477-scaled.jpg\" alt=\"Rare retro drinks\" onclick=\"rtOpenLightboxTM(window.tm9,2)\">\n    <\/div>\n    <script>window.tm9=[\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/PXL_20260320_075334324-scaled.jpg\",\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/PXL_20260320_075228560-scaled.jpg\",\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/PXL_20260320_075436477-scaled.jpg\"];<\/script>\n\n    <p>A short detour off the main route, this spot is a small cluster of <strong>retro vending machines<\/strong> \u2014 many of them still operational, dispensing rare drinks and snacks you won&#8217;t find anywhere else in Japan anymore. Even if you&#8217;re not thirsty, it&#8217;s worth a look just for the nostalgia. If you have a bit of extra time, grab one or two items \u2014 it&#8217;s a uniquely fun little stop.<\/p>\n    <iframe class=\"rt-map\" loading=\"lazy\" allowfullscreen=\"\" referrerpolicy=\"no-referrer-when-downgrade\" src=\"https:\/\/maps.google.com\/maps?q=\u5bae\u30f6\u702c+\u30ec\u30c8\u30ed\u81ea\u52d5\u8ca9\u58f2\u6a5f&amp;z=14&amp;output=embed\"><\/iframe>\n  <\/div>\n\n  <!-- ===== STOP 11: Return ===== -->\n  <div class=\"rt-stop\">\n    <h2>\ud83c\udfc1 Final Stretch \u2014 Back to Shonan<\/h2>\n    <div class=\"rt-stop-meta\">\n      <span>\ud83d\udccd Aikawa \u2192 Shonan<\/span>\n      <span class=\"highlight\">\ud83c\udfc1 Return to RIDE TOURISM<\/span>\n    <\/div>\n\n    <p>From the Miyagase area, the route winds back through farmland and quiet local roads toward the coast and <strong>RIDE TOURISM in Shonan<\/strong>. By the end of the day, you&#8217;ll have ridden roughly 120 km of almost continuous mountain corners \u2014 Omote-Yabitsu, Ura-Yabitsu, the Miyagase reservoir area, and back \u2014 without touching a single highway. This is the ride that shows you why people who live here never get tired of riding.<\/p>\n    <iframe class=\"rt-map\" loading=\"lazy\" allowfullscreen=\"\" referrerpolicy=\"no-referrer-when-downgrade\" src=\"https:\/\/maps.google.com\/maps?q=RIDE+TOURISM+%E6%B9%98%E5%8D%97%E3%83%90%E3%82%A4%E3%82%AF%E3%83%AC%E3%83%B3%E3%82%BF%E3%83%AB&amp;z=16&amp;output=embed\"><\/iframe>\n  <\/div>\n\n  <!-- CTA -->\n  <div class=\"rt-cta-box\">\n    <h2>\ud83c\udfcd\ufe0f Ride Like a Local \u2014 Yabitsu Pass &amp; Miyagase<\/h2>\n    <p>120 km of corners, a legendary mountain pass, a hidden reservoir, and Japan&#8217;s favorite hidden bakery \u2014<br>\n    this is the ride local riders do on their day off. No motorcycle? No problem.<\/p>\n    <a class=\"rt-cta-btn\" href=\"https:\/\/ride-tourism.bike\/en\/\" target=\"_blank\" rel=\"noopener\">\ud83d\udc49 Book Your Tour<\/a>\n  <\/div>\n\n<\/div>\n<!-- End of blog post -->\n","protected":false},"excerpt":{"rendered":"\u2715 \u2039 \u203a Model Course #2 \u2014 Tanzawa &amp; Miyagase Mountain Pass Tour (Local Favorite Hidden Gem) Some routes are famous because everyone knows about them. This one is famous because the people who live here ride it themselves. The Tanzawa &amp; Miyagase Mountain Pass Tour climbs through the Yabitsu Pass \u2014 one of the [&hellip;]","protected":false},"author":2,"featured_media":546,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1105","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Model Course #2 \u2014 Tanzawa &amp; Miyagase Mountain Pass Tour (Local Favorite Hidden Gem) - RIDE-TOURISM<\/title>\n<meta name=\"description\" content=\"Model Course #2 \u2014 Tanzawa &amp; Miyagase Mountain Pass Tour (Local Favorite Hidden Gem) RIDE-TOURISM -\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ride-tourism.bike\/en\/model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Model Course #2 \u2014 Tanzawa &amp; Miyagase Mountain Pass Tour (Local Favorite Hidden Gem) - RIDE-TOURISM\" \/>\n<meta property=\"og:description\" content=\"Model Course #2 \u2014 Tanzawa &amp; Miyagase Mountain Pass Tour (Local Favorite Hidden Gem) RIDE-TOURISM -\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ride-tourism.bike\/en\/model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem\/\" \/>\n<meta property=\"og:site_name\" content=\"RIDE-TOURISM\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-14T03:55:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/model_image_keno02.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1020\" \/>\n\t<meta property=\"og:image:height\" content=\"650\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem\\\/\",\"url\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem\\\/\",\"name\":\"Model Course #2 \u2014 Tanzawa &amp; Miyagase Mountain Pass Tour (Local Favorite Hidden Gem) - RIDE-TOURISM\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/model_image_keno02.jpg\",\"datePublished\":\"2026-06-14T03:08:03+00:00\",\"dateModified\":\"2026-06-14T03:55:51+00:00\",\"description\":\"Model Course #2 \u2014 Tanzawa &amp; Miyagase Mountain Pass Tour (Local Favorite Hidden Gem) RIDE-TOURISM -\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem\\\/#primaryimage\",\"url\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/model_image_keno02.jpg\",\"contentUrl\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/model_image_keno02.jpg\",\"width\":1020,\"height\":650,\"caption\":\"motorcycle rental Japan guided tours\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30db\u30fc\u30e0\",\"item\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Model Course #2 \u2014 Tanzawa &amp; Miyagase Mountain Pass Tour (Local Favorite Hidden Gem)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/\",\"name\":\"Motorcycle Rentals \uff06 Guided Tour Experience \\\"RIDE-TOURISM\\\"\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/#organization\",\"name\":\"Motorcycle Rentals \uff06 Guided Tour Experience \\\"RIDE-TOURISM\\\"\",\"url\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Gemini_Generated_Image_ryxq9aryxq9aryxq.png\",\"contentUrl\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Gemini_Generated_Image_ryxq9aryxq9aryxq.png\",\"width\":1024,\"height\":1024,\"caption\":\"Motorcycle Rentals \uff06 Guided Tour Experience \\\"RIDE-TOURISM\\\"\"},\"image\":{\"@id\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.youtube.com\\\/@RIDETOURISM\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Model Course #2 \u2014 Tanzawa &amp; Miyagase Mountain Pass Tour (Local Favorite Hidden Gem) - RIDE-TOURISM","description":"Model Course #2 \u2014 Tanzawa &amp; Miyagase Mountain Pass Tour (Local Favorite Hidden Gem) RIDE-TOURISM -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ride-tourism.bike\/en\/model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem\/","og_locale":"en_US","og_type":"article","og_title":"Model Course #2 \u2014 Tanzawa &amp; Miyagase Mountain Pass Tour (Local Favorite Hidden Gem) - RIDE-TOURISM","og_description":"Model Course #2 \u2014 Tanzawa &amp; Miyagase Mountain Pass Tour (Local Favorite Hidden Gem) RIDE-TOURISM -","og_url":"https:\/\/ride-tourism.bike\/en\/model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem\/","og_site_name":"RIDE-TOURISM","article_modified_time":"2026-06-14T03:55:51+00:00","og_image":[{"width":1020,"height":650,"url":"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/model_image_keno02.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ride-tourism.bike\/en\/model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem\/","url":"https:\/\/ride-tourism.bike\/en\/model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem\/","name":"Model Course #2 \u2014 Tanzawa &amp; Miyagase Mountain Pass Tour (Local Favorite Hidden Gem) - RIDE-TOURISM","isPartOf":{"@id":"https:\/\/ride-tourism.bike\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ride-tourism.bike\/en\/model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem\/#primaryimage"},"image":{"@id":"https:\/\/ride-tourism.bike\/en\/model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem\/#primaryimage"},"thumbnailUrl":"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/model_image_keno02.jpg","datePublished":"2026-06-14T03:08:03+00:00","dateModified":"2026-06-14T03:55:51+00:00","description":"Model Course #2 \u2014 Tanzawa &amp; Miyagase Mountain Pass Tour (Local Favorite Hidden Gem) RIDE-TOURISM -","breadcrumb":{"@id":"https:\/\/ride-tourism.bike\/en\/model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ride-tourism.bike\/en\/model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ride-tourism.bike\/en\/model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem\/#primaryimage","url":"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/model_image_keno02.jpg","contentUrl":"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/model_image_keno02.jpg","width":1020,"height":650,"caption":"motorcycle rental Japan guided tours"},{"@type":"BreadcrumbList","@id":"https:\/\/ride-tourism.bike\/en\/model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/ride-tourism.bike\/en\/"},{"@type":"ListItem","position":2,"name":"Model Course #2 \u2014 Tanzawa &amp; Miyagase Mountain Pass Tour (Local Favorite Hidden Gem)"}]},{"@type":"WebSite","@id":"https:\/\/ride-tourism.bike\/en\/#website","url":"https:\/\/ride-tourism.bike\/en\/","name":"Motorcycle Rentals \uff06 Guided Tour Experience \"RIDE-TOURISM\"","description":"","publisher":{"@id":"https:\/\/ride-tourism.bike\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ride-tourism.bike\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ride-tourism.bike\/en\/#organization","name":"Motorcycle Rentals \uff06 Guided Tour Experience \"RIDE-TOURISM\"","url":"https:\/\/ride-tourism.bike\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ride-tourism.bike\/en\/#\/schema\/logo\/image\/","url":"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/02\/Gemini_Generated_Image_ryxq9aryxq9aryxq.png","contentUrl":"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/02\/Gemini_Generated_Image_ryxq9aryxq9aryxq.png","width":1024,"height":1024,"caption":"Motorcycle Rentals \uff06 Guided Tour Experience \"RIDE-TOURISM\""},"image":{"@id":"https:\/\/ride-tourism.bike\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.youtube.com\/@RIDETOURISM"]}]}},"_links":{"self":[{"href":"https:\/\/ride-tourism.bike\/en\/wp-json\/wp\/v2\/pages\/1105","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ride-tourism.bike\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ride-tourism.bike\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ride-tourism.bike\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ride-tourism.bike\/en\/wp-json\/wp\/v2\/comments?post=1105"}],"version-history":[{"count":1,"href":"https:\/\/ride-tourism.bike\/en\/wp-json\/wp\/v2\/pages\/1105\/revisions"}],"predecessor-version":[{"id":1107,"href":"https:\/\/ride-tourism.bike\/en\/wp-json\/wp\/v2\/pages\/1105\/revisions\/1107"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ride-tourism.bike\/en\/wp-json\/wp\/v2\/media\/546"}],"wp:attachment":[{"href":"https:\/\/ride-tourism.bike\/en\/wp-json\/wp\/v2\/media?parent=1105"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}