{"id":1114,"date":"2026-06-14T13:47:19","date_gmt":"2026-06-14T04:47:19","guid":{"rendered":"https:\/\/ride-tourism.bike\/en\/?page_id=1114"},"modified":"2026-06-14T19:37:35","modified_gmt":"2026-06-14T10:37:35","slug":"1114-2","status":"publish","type":"page","link":"https:\/\/ride-tourism.bike\/en\/1114-2\/","title":{"rendered":"Motorcycle Guided Tours"},"content":{"rendered":"\n<!-- WordPress: Model Course Overview Page (mc-wrap format) -->\n<!-- \u8ffd\u52a0CSS: \u5916\u89b3 \u2192 \u30ab\u30b9\u30bf\u30de\u30a4\u30ba \u2192 \u8ffd\u52a0CSS \u306b mc-wrap\u7528CSS\u3092\u8cbc\u308a\u4ed8\u3051\u3066\u304f\u3060\u3055\u3044 -->\n<!-- HTML: \u30ab\u30b9\u30bf\u30e0HTML\u30d6\u30ed\u30c3\u30af\u306b\u8cbc\u308a\u4ed8\u3051\u3066\u304f\u3060\u3055\u3044 -->\n\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue&family=DM+Sans:ital,wght@0,300;0,400;0,600;1,300&display=swap');\n\n.mc-wrap {\n  font-family: 'DM Sans', sans-serif;\n  max-width: 960px;\n  margin: 0 auto;\n  color: #1a1a1a;\n}\n\n.mc-header {\n  text-align: center;\n  padding: 56px 16px 40px;\n}\n.mc-header::before {\n  content: '';\n  display: block;\n  width: 48px;\n  height: 4px;\n  background: #e05c00;\n  margin: 0 auto 20px;\n  border-radius: 2px;\n}\n.mc-header h1 {\n  font-family: 'Bebas Neue', sans-serif;\n  font-size: clamp(40px, 7vw, 72px);\n  letter-spacing: 0.04em;\n  color: #1a1a1a;\n  margin: 0 0 16px;\n  line-height: 1;\n}\n.mc-header p {\n  font-size: 16px;\n  color: #555;\n  max-width: 560px;\n  margin: 0 auto;\n  line-height: 1.7;\n  font-weight: 300;\n}\n\n.mc-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 0;\n  margin-top: 40px;\n}\n\n.mc-card {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  min-height: 400px;\n  overflow: hidden;\n  border-bottom: 1px solid #e8e8e8;\n  transition: box-shadow 0.3s ease;\n}\n.mc-card:first-child { border-top: 1px solid #e8e8e8; }\n.mc-card:hover { box-shadow: 0 8px 40px rgba(0,0,0,0.10); z-index: 1; position: relative; }\n\n.mc-card:nth-child(even) { direction: rtl; }\n.mc-card:nth-child(even) > * { direction: ltr; }\n\n.mc-card-img {\n  position: relative;\n  overflow: hidden;\n  background: #1a1a1a;\n}\n.mc-card-img img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n  transition: transform 0.6s ease, opacity 0.4s ease;\n  opacity: 0.88;\n}\n.mc-card:hover .mc-card-img img {\n  transform: scale(1.04);\n  opacity: 1;\n}\n.mc-card-num {\n  position: absolute;\n  top: 16px;\n  left: 16px;\n  font-family: 'Bebas Neue', sans-serif;\n  font-size: 72px;\n  color: rgba(255,255,255,0.18);\n  line-height: 1;\n  pointer-events: none;\n}\n\n.mc-card-body {\n  padding: 36px 44px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  background: #fff;\n}\n\n.mc-course-label {\n  font-size: 11px;\n  font-weight: 600;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  color: #e05c00;\n  margin-bottom: 8px;\n}\n\n.mc-card-body h2 {\n  font-family: 'Bebas Neue', sans-serif;\n  font-size: clamp(24px, 3.5vw, 34px);\n  letter-spacing: 0.03em;\n  color: #1a1a1a;\n  margin: 0 0 4px;\n  line-height: 1.1;\n}\n\n.mc-card-body .mc-subtitle {\n  font-size: 13px;\n  font-style: italic;\n  color: #888;\n  margin: 0 0 16px;\n  font-weight: 300;\n}\n\n.mc-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 6px;\n  margin-bottom: 16px;\n}\n.mc-badge {\n  font-size: 11px;\n  font-weight: 600;\n  padding: 3px 10px;\n  border-radius: 20px;\n  background: #f4f4f4;\n  color: #444;\n  white-space: nowrap;\n}\n.mc-badge.orange { background: #fff0e0; color: #e05c00; }\n\n.mc-highlights {\n  list-style: none;\n  padding: 0;\n  margin: 0 0 16px;\n  display: flex;\n  flex-direction: column;\n  gap: 5px;\n}\n.mc-highlights li {\n  font-size: 13px;\n  color: #444;\n  display: flex;\n  align-items: flex-start;\n  gap: 8px;\n  line-height: 1.5;\n}\n.mc-highlights li::before {\n  content: '\u2014';\n  color: #e05c00;\n  flex-shrink: 0;\n}\n\n.mc-price {\n  background: #fff8f0;\n  border-left: 3px solid #e05c00;\n  padding: 10px 14px;\n  border-radius: 0 6px 6px 0;\n  margin-bottom: 20px;\n  font-size: 13px;\n}\n.mc-price .price-row {\n  display: flex;\n  justify-content: space-between;\n  padding: 2px 0;\n  color: #444;\n}\n.mc-price .price-row strong { color: #e05c00; }\n\n.mc-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: #1a1a1a;\n  color: #fff;\n  font-family: 'DM Sans', sans-serif;\n  font-size: 13px;\n  font-weight: 600;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  padding: 13px 24px;\n  border-radius: 4px;\n  text-decoration: none;\n  transition: background 0.2s ease, transform 0.15s ease;\n  align-self: flex-start;\n}\n.mc-btn:hover {\n  background: #e05c00;\n  transform: translateY(-1px);\n  color: #fff;\n  text-decoration: none;\n}\n\n.mc-cta {\n  margin-top: 56px;\n  background: #1a1a1a;\n  border-radius: 8px;\n  padding: 48px 40px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.mc-cta::before {\n  content: 'RIDE';\n  font-family: 'Bebas Neue', sans-serif;\n  font-size: 180px;\n  color: rgba(255,255,255,0.04);\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n  white-space: nowrap;\n  pointer-events: none;\n}\n.mc-cta h2 {\n  font-family: 'Bebas Neue', sans-serif;\n  font-size: clamp(28px, 5vw, 48px);\n  color: #fff;\n  margin: 0 0 12px;\n  letter-spacing: 0.04em;\n  position: relative;\n}\n.mc-cta p {\n  color: rgba(255,255,255,0.65);\n  font-size: 15px;\n  margin: 0 0 28px;\n  font-weight: 300;\n  position: relative;\n}\n.mc-cta-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: #e05c00;\n  color: #fff;\n  font-size: 14px;\n  font-weight: 600;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  padding: 15px 32px;\n  border-radius: 4px;\n  text-decoration: none;\n  transition: background 0.2s ease;\n  position: relative;\n}\n.mc-cta-btn:hover { background: #c94400; color: #fff; text-decoration: none; }\n\n@media (max-width: 680px) {\n  .mc-card { grid-template-columns: 1fr; min-height: auto; }\n  .mc-card:nth-child(even) { direction: ltr; }\n  .mc-card-img { height: 220px; }\n  .mc-card-body { padding: 28px 24px; }\n  .mc-card-num { font-size: 52px; }\n  .mc-cta { padding: 40px 24px; }\n}\n<\/style>\n\n<div class=\"mc-wrap\">\n\n  <div class=\"mc-header\">\n    <h1>Guided Tour Courses<\/h1>\n    <p>Four motorcycle tour routes starting from RIDE TOURISM in Shonan \u2014 each one designed to show you a different face of Japan. Guided or self-guided, we&#8217;ve got a route for every rider.<\/p>\n  <\/div>\n\n  <div class=\"mc-grid\">\n\n    <!-- ===== Course 1: Izu & Hakone ===== -->\n    <div class=\"mc-card\">\n      <div class=\"mc-card-img\">\n        <span class=\"mc-card-num\">01<\/span>\n        <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/06\/PXL_20260605_053331602.jpg\" alt=\"Hakone Shrine floating torii gate, Lake Ashi\">\n      <\/div>\n      <div class=\"mc-card-body\">\n        <div class=\"mc-course-label\">Model Course 01 \u2014 Most Popular \u2b50<\/div>\n        <h2>Izu &amp; Hakone Long Tour<\/h2>\n        <p class=\"mc-subtitle\">Round Loop \u00b7 Coastal &amp; Mountain<\/p>\n        <div class=\"mc-badges\">\n          <span class=\"mc-badge orange\">~220\u2013230 km<\/span>\n          <span class=\"mc-badge\">\u2605\u2605\u2605\u2605\u2606 Advanced<\/span>\n          <span class=\"mc-badge\">Full Day<\/span>\n          <span class=\"mc-badge\">Round Loop<\/span>\n        <\/div>\n        <ul class=\"mc-highlights\">\n          <li>Route 134 &amp; Nishi-Shonan coastal highway<\/li>\n          <li>Ito Marine Town (roadside rest stop)<\/li>\n          <li>Jogasaki Coast \u2014 dramatic lava cliffs<\/li>\n          <li>Izu Skyline \u2014 one of Japan&#8217;s best riding roads<\/li>\n          <li>Lake Ashi &amp; Hakone Shrine (floating torii gate)<\/li>\n          <li>Owakudani volcanic valley &amp; black eggs<\/li>\n        <\/ul>\n        <div class=\"mc-price\">\n          <div class=\"price-row\"><span>1 rider<\/span><span><strong>Rental + \u00a525,000<\/strong><\/span><\/div>\n          <div class=\"price-row\"><span>Additional rider<\/span><span><strong>+\u00a515,000 \/ person<\/strong><\/span><\/div>\n          <div class=\"price-row\" style=\"font-size:11px; color:#aaa; padding-top:4px;\"><span>Highway tolls &amp; fuel included<\/span><\/div>\n        <\/div>\n        <a class=\"mc-btn\" href=\"https:\/\/ride-tourism.bike\/en\/model-course-1-izu-hakone-long-tour-most-popular\/\" target=\"_blank\" rel=\"noopener\">\n          View Full Course\n          <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M3 8h10M9 4l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <!-- ===== Course 2: Tanzawa & Miyagase ===== -->\n    <div class=\"mc-card\">\n      <div class=\"mc-card-img\">\n        <span class=\"mc-card-num\">02<\/span>\n        <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/model_image_keno02.jpg\" alt=\"Yabitsu Pass summit sign\">\n      <\/div>\n      <div class=\"mc-card-body\">\n        <div class=\"mc-course-label\">Model Course 02 \u2014 Local Favorite \ud83d\udc8e<\/div>\n        <h2>Tanzawa &amp; Miyagase Mountain Pass<\/h2>\n        <p class=\"mc-subtitle\">Round Loop \u00b7 No Highway \u00b7 Pure Mountain Roads<\/p>\n        <div class=\"mc-badges\">\n          <span class=\"mc-badge orange\">~120 km<\/span>\n          <span class=\"mc-badge\">\u2605\u2605\u2605\u2606\u2606 Intermediate<\/span>\n          <span class=\"mc-badge\">7\u20138 Hours<\/span>\n          <span class=\"mc-badge\">Round Loop<\/span>\n        <\/div>\n        <ul class=\"mc-highlights\">\n          <li>Nanohana-dai Observatory \u2014 best viewpoint on the climb<\/li>\n          <li>Yabitsu Summit <\/li>\n          <li>Ura-Yabitsu \u2014 tight technical descent to Miyagase<\/li>\n          <li>Miyagase Lakeside Park \u2014 lunch stop with lake views<\/li>\n          <li>Ogino Pan Factory Shop \u2014 must-visit local bakery<\/li>\n          <li>Retro Vending Machine Corner (optional detour)<\/li>\n        <\/ul>\n        <div class=\"mc-price\">\n          <div class=\"price-row\"><span>1 rider<\/span><span><strong>Rental + \u00a520,000<\/strong><\/span><\/div>\n          <div class=\"price-row\"><span>Additional rider<\/span><span><strong>+\u00a510,000 \/ person<\/strong><\/span><\/div>\n          <div class=\"price-row\" style=\"font-size:11px; color:#aaa; padding-top:4px;\"><span>Fuel &amp; parking included \u00b7 No tolls<\/span><\/div>\n        <\/div>\n        <a class=\"mc-btn\" href=\"https:\/\/ride-tourism.bike\/en\/model-course-2-tanzawa-miyagase-mountain-pass-tour-local-favorite-hidden-gem\/\" target=\"_blank\" rel=\"noopener\">\n          View Full Course\n          <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M3 8h10M9 4l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <!-- ===== Course 3: Chiba Boso ===== -->\n    <div class=\"mc-card\">\n      <div class=\"mc-card-img\">\n        <span class=\"mc-card-num\">03<\/span>\n        <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/model_image_chiba01.jpg\" alt=\"Tokyo Bay Ferry crossing to Chiba\">\n      <\/div>\n      <div class=\"mc-card-body\">\n        <div class=\"mc-course-label\">Model Course 03 \u2014 More Adventure \ud83d\udd25<\/div>\n        <h2>Chiba Boso Peninsula Long Tour<\/h2>\n        <p class=\"mc-subtitle\">Loop via Ferry &amp; Aqua-Line \u00b7 Long Distance<\/p>\n        <div class=\"mc-badges\">\n          <span class=\"mc-badge orange\">~250\u2013300 km<\/span>\n          <span class=\"mc-badge\">\u2605\u2605\u2605\u2605\u2606 Intermediate\u2013Advanced<\/span>\n          <span class=\"mc-badge\">8\u20139 Hours<\/span>\n          <span class=\"mc-badge\">Ferry + Aqua-Line<\/span>\n        <\/div>\n        <ul class=\"mc-highlights\">\n          <li>Tokyo Bay Ferry \u2014 Kurihama to Kanaya (40 min)<\/li>\n          <li>Nokogiriyama \/ Mt. Nokogiri (optional)<\/li>\n          <li>Boso Flower Line \u2014 one of Japan&#8217;s Top 100 Roads<\/li>\n          <li>Cape Nojima Lighthouse \u2014 built 1866, Pacific views<\/li>\n          <li>Futtsu Cape &amp; Meiji Centennial Tower<\/li>\n          <li>Umi-Hotaru PA &#8220;Sea Firefly&#8221; \u2014 Tokyo Bay rest stop<\/li>\n        <\/ul>\n        <div class=\"mc-price\">\n          <div class=\"price-row\"><span>1 rider<\/span><span><strong>Rental + \u00a530,000<\/strong><\/span><\/div>\n          <div class=\"price-row\"><span>Additional rider<\/span><span><strong>+\u00a520,000 \/ person<\/strong><\/span><\/div>\n          <div class=\"price-row\" style=\"font-size:11px; color:#aaa; padding-top:4px;\"><span>Highway tolls, ferry fare &amp; fuel all included<\/span><\/div>\n        <\/div>\n        <a class=\"mc-btn\" href=\"https:\/\/ride-tourism.bike\/en\/model-course-3-chiba-boso-peninsula-long-tour-for-riders-who-want-more-adventure\/\" target=\"_blank\" rel=\"noopener\">\n          View Full Course\n          <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M3 8h10M9 4l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <!-- ===== Course 4: Custom-Made ===== -->\n    <div class=\"mc-card\">\n      <div class=\"mc-card-img\">\n        <span class=\"mc-card-num\">04<\/span>\n        <img decoding=\"async\" src=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/top_carousel07.jpg\" alt=\"Izu Skyline mountain road, Japan\">\n      <\/div>\n      <div class=\"mc-card-body\">\n        <div class=\"mc-course-label\">Model Course 04 \u2014 Fully Personalized \u2728<\/div>\n        <h2>Other \/ Custom-Made Tour<\/h2>\n        <p class=\"mc-subtitle\">Built Around You \u00b7 All Levels Welcome<\/p>\n        <div class=\"mc-badges\">\n          <span class=\"mc-badge orange\">80\u2013300 km (varies)<\/span>\n          <span class=\"mc-badge\">\u2605\u2606\u2606\u2606\u2606 \u2013 \u2605\u2605\u2605\u2605\u2605<\/span>\n          <span class=\"mc-badge\">Half Day \u2013 Full Day<\/span>\n          <span class=\"mc-badge\">Your Choice<\/span>\n        <\/div>\n        <ul class=\"mc-highlights\">\n          <li>Shonan, Kamakura &amp; Miura Route \u2014 beginner-friendly<\/li>\n          <li>Hakone Course \u2014 mountain highlights, shorter loop<\/li>\n          <li>Nishi-Sho Course \u2014 coast, Odawara Castle, hilltop views<\/li>\n          <li>Chiba Short Courses \u2014 ferry adventure, lighter version<\/li>\n          <li>Okutama Course \u2014 deep mountain roads near Tokyo<\/li>\n          <li>Fuji Five Lakes \u2014 circle Mt. Fuji in a single day<\/li>\n        <\/ul>\n        <div class=\"mc-price\">\n          <div class=\"price-row\"><span>Guide fee<\/span><span><strong>Rental + \u00a515,000\u301c<\/strong><\/span><\/div>\n          <div class=\"price-row\"><span>Additional rider<\/span><span><strong>+\u00a510,000\u301c \/ person<\/strong><\/span><\/div>\n          <div class=\"price-row\" style=\"font-size:11px; color:#aaa; padding-top:4px;\"><span>Fuel &amp; tolls included \u00b7 Varies by course<\/span><\/div>\n        <\/div>\n        <a class=\"mc-btn\" href=\"https:\/\/ride-tourism.bike\/en\/model-course-4-other-course-custom-made-tour-fully-personalized\/\" target=\"_blank\" rel=\"noopener\">\n          View All Sample Courses\n          <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M3 8h10M9 4l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n\n  <\/div><!-- \/.mc-grid -->\n\n  <div class=\"mc-cta\">\n    <h2>Ready to Ride Japan?<\/h2>\n    <p>Pick up your motorcycle at RIDE TOURISM in Shonan and let the route do the rest.<br>Don&#8217;t own a bike? No problem \u2014 we&#8217;ve got you covered.<\/p>\n    <a class=\"mc-cta-btn\" href=\"https:\/\/ride-tourism.bike\/en\/\" target=\"_blank\" rel=\"noopener\">\n      Book Your Tour\n      <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M3 8h10M9 4l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\n    <\/a>\n  <\/div>\n\n<\/div><!-- \/.mc-wrap -->\n","protected":false},"excerpt":{"rendered":"Guided Tour Courses Four motorcycle tour routes starting from RIDE TOURISM in Shonan \u2014 each one designed to show you a different face of Japan. Guided or self-guided, we&#8217;ve got a route for every rider. 01 Model Course 01 \u2014 Most Popular \u2b50 Izu &amp; Hakone Long Tour Round Loop \u00b7 Coastal &amp; Mountain ~220\u2013230 [&hellip;]","protected":false},"author":2,"featured_media":657,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1114","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>Motorcycle Guided Tours - RIDE-TOURISM<\/title>\n<meta name=\"description\" content=\"Motorcycle Guided Tours 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\/1114-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Motorcycle Guided Tours - RIDE-TOURISM\" \/>\n<meta property=\"og:description\" content=\"Motorcycle Guided Tours RIDE-TOURISM -\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ride-tourism.bike\/en\/1114-2\/\" \/>\n<meta property=\"og:site_name\" content=\"RIDE-TOURISM\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-14T10:37:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/Gemini_Generated_Image_hmmyjdhmmyjdhmmy.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"655\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/1114-2\\\/\",\"url\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/1114-2\\\/\",\"name\":\"Motorcycle Guided Tours - RIDE-TOURISM\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/1114-2\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/1114-2\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Gemini_Generated_Image_hmmyjdhmmyjdhmmy.png\",\"datePublished\":\"2026-06-14T04:47:19+00:00\",\"dateModified\":\"2026-06-14T10:37:35+00:00\",\"description\":\"Motorcycle Guided Tours RIDE-TOURISM -\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/1114-2\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/1114-2\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/1114-2\\\/#primaryimage\",\"url\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Gemini_Generated_Image_hmmyjdhmmyjdhmmy.png\",\"contentUrl\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Gemini_Generated_Image_hmmyjdhmmyjdhmmy.png\",\"width\":1200,\"height\":655,\"caption\":\"motorcycle rental Japan guided tours 2026\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/1114-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30db\u30fc\u30e0\",\"item\":\"https:\\\/\\\/ride-tourism.bike\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Motorcycle Guided Tours\"}]},{\"@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":"Motorcycle Guided Tours - RIDE-TOURISM","description":"Motorcycle Guided Tours 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\/1114-2\/","og_locale":"en_US","og_type":"article","og_title":"Motorcycle Guided Tours - RIDE-TOURISM","og_description":"Motorcycle Guided Tours RIDE-TOURISM -","og_url":"https:\/\/ride-tourism.bike\/en\/1114-2\/","og_site_name":"RIDE-TOURISM","article_modified_time":"2026-06-14T10:37:35+00:00","og_image":[{"width":1200,"height":655,"url":"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/Gemini_Generated_Image_hmmyjdhmmyjdhmmy.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ride-tourism.bike\/en\/1114-2\/","url":"https:\/\/ride-tourism.bike\/en\/1114-2\/","name":"Motorcycle Guided Tours - RIDE-TOURISM","isPartOf":{"@id":"https:\/\/ride-tourism.bike\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ride-tourism.bike\/en\/1114-2\/#primaryimage"},"image":{"@id":"https:\/\/ride-tourism.bike\/en\/1114-2\/#primaryimage"},"thumbnailUrl":"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/Gemini_Generated_Image_hmmyjdhmmyjdhmmy.png","datePublished":"2026-06-14T04:47:19+00:00","dateModified":"2026-06-14T10:37:35+00:00","description":"Motorcycle Guided Tours RIDE-TOURISM -","breadcrumb":{"@id":"https:\/\/ride-tourism.bike\/en\/1114-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ride-tourism.bike\/en\/1114-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ride-tourism.bike\/en\/1114-2\/#primaryimage","url":"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/Gemini_Generated_Image_hmmyjdhmmyjdhmmy.png","contentUrl":"https:\/\/ride-tourism.bike\/en\/wp-content\/uploads\/2026\/03\/Gemini_Generated_Image_hmmyjdhmmyjdhmmy.png","width":1200,"height":655,"caption":"motorcycle rental Japan guided tours 2026"},{"@type":"BreadcrumbList","@id":"https:\/\/ride-tourism.bike\/en\/1114-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/ride-tourism.bike\/en\/"},{"@type":"ListItem","position":2,"name":"Motorcycle Guided Tours"}]},{"@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\/1114","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=1114"}],"version-history":[{"count":4,"href":"https:\/\/ride-tourism.bike\/en\/wp-json\/wp\/v2\/pages\/1114\/revisions"}],"predecessor-version":[{"id":1120,"href":"https:\/\/ride-tourism.bike\/en\/wp-json\/wp\/v2\/pages\/1114\/revisions\/1120"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ride-tourism.bike\/en\/wp-json\/wp\/v2\/media\/657"}],"wp:attachment":[{"href":"https:\/\/ride-tourism.bike\/en\/wp-json\/wp\/v2\/media?parent=1114"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}