Tailor-made
Japan
Holidays
Adventures of a lifetime planned to perfection by our passionate Japan experts, Emma and Fenton. Honest advice, first-hand knowledge, and a personal touch.
Overview
Japan does things its own way, and that's why we love it so much. It’s temples and tea houses, sushi counters and skyscrapers, hot springs and snow-covered peaks. It’s a country that feels deeply traditional and wildly futuristic, often in the same afternoon. Our experts have explored the tea houses of Kyoto, the backstreets of Tokyo, and the quiet ryokans tucked into the hills away from the usual tourist trail. They're here to help you focus on the parts of Japan that matter most to you, and tailor a trip that’s seamless, authentic, and unforgettable.










Meet our Japan experts
We offer tailor-made holidays to suit a wide range of tastes. Our experts Erin and Fenton are dedicated to all things Japan and are here to help you plan your perfect trip.
07 July 2026
Where to go in Japan besides Tokyo and Kyoto: Our expert's top recommendations
If you head outside Japan’s main cities, you’ll find plenty to discover. There are traditional onsen towns, preserved merchant districts, mountain villages, and hidden cultural hubs ready for exploring. Below, our Japan specialist, Erin , shares the places that surprised her most during her recent journey through Japan. Erin with Miyajima torii gate, Hiroshima Tokyo and Kyoto deserve their place on almost every first-time Japan itinerary. Tokyo is all about energy, modern design, and a sense of forward thinking. Kyoto is packed with ancient temples, geisha districts and centuries-old traditions. But, after spending a good amount of time travelling around Japan this spring, I was reminded that many of the experiences that really stay with you happen well away from the big-name cities. I soaked in a hot spring in a classic onsen town, I wandered through old merchant streets and explored areas known for their crafts and local traditions. And I’m so excited to start slotting these authentic moments of magic into my Japan holiday itineraries now I’m home. Whether you're visiting Japan for the first time or planning a return trip, here are some places that I'd wholeheartedly recommend including in your trip, alongside the Tokyo and Kyoto classics, of course. Tokyo city, taken by Erin Back streets of Kyoto, taken by Erin on a bike tour Kinosaki Onsen Learn More Best for traditional Japan Erin at onsen Kinosaki onsen by night, taken by Erin Erin wearing a yukata at the onsen If you're researching where to experience authentic Japan and want to experience the country the way you’ve always imagined it; wooden inns, steaming hot springs, lantern-lit streets and locals strolling in yukata robes, I’d probably say Kinosaki Onsen is the place to head to. It’s one of those places that still feels very traditional. Kinosaki hasn’t changed much over the years. You’ll see people wandering along the willow-lined streets in yukata and wooden sandals, heading from one bathhouse to the next just as they always have. TIP: It’s worth staying overnight here, rather than just popping in for a quick soak. Staying in a ryokan here was one of the most memorable experiences of my entire recent trip. My room was traditionally styled, with tatami-mat floors and a futon laid out at night. In the early evening, the room was transformed into a private dining space where I was served a beautiful kaiseki dinner. Kaiseki is a traditional Japanese multi-course meal and a quintessential part of the ryokan experience. Every dish felt carefully prepared and beautifully presented, almost too pretty to eat. Inside Erins royokan Inside Erins royokan, ready for sleep The atmosphere of Kinosaki is so special; it was lovely to see guests from neighbouring ryokans stroll through the streets in yukata robes, their wooden geta sandals clicking on the pavement as they walk between the seven bathhouses spread across town. The pace of life here feels wonderfully relaxed. When I visited, a local guide named Yokota showed me around her hometown and shared stories about each bathhouse. One of my favourites was Kono-yu, also called the "stork bath." Legend tells of an injured Oriental White Stork that healed its leg in the hot spring waters hundreds of years ago, leading locals to discover the springs' healing properties. I thought it was such a lovely story and somehow perfectly suited to the peaceful atmosphere of a town centred on restoration and wellbeing. Array ( [0] => stdClass Object ( [title] => Kinosaki Onsen [item_type] => image [full] => stdClass Object ( [src] => images/japan/Erin-fam-2026/erin-yokota-guide.jpg [height] => 3648 [width] => 2736 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Erin with guide, Yokota ) [1] => stdClass Object ( [title] => Kinosaki Onsen 2 [item_type] => image [full] => stdClass Object ( [src] => images/japan/Erin-fam-2026/rice-cracker-shop-at-kinosaki-onsen.jpg [height] => 4080 [width] => 3072 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Rice cracker shop at Kinosaki onsen [admin_label] => Kinosaki Onsen 2 ) [2] => stdClass Object ( [title] => Kinosaki Onsen 3 [item_type] => image [full] => stdClass Object ( [src] => images/japan/Erin-fam-2026/waterways-and-trees-at-kinosaki-onsen-2.jpg [height] => 4080 [width] => 3072 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => waterways and trees at Kinosaki onsen [admin_label] => Kinosaki Onsen 3 ) [3] => stdClass Object ( [title] => Kinosaki Onsen 4 [item_type] => image [full] => stdClass Object ( [src] => images/japan/Erin-fam-2026/erin-in-yukata.jpg [height] => 3672 [width] => 2765 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Erin wearing yukata [admin_label] => Kinosaki Onsen 4 ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: none; } } @media (max-width: 767px) { #zen-gallery-expand { display: none; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); Why visit Kinosaki Onsen? ✔ Experience an authentic ryokan stay ✔ Enjoy a traditional kaiseki dinner ✔ Visit seven historic bathhouses ✔ Discover a slower pace of Japanese life ✔ Perfect addition between Kyoto and Hiroshima Matsumoto & the Nakasendo Trail Learn More Best for walkers and history lovers Erin before hiking the Nakasendo trail An afternoon stroll through Matsumoto, taken by Erin Jenni from concierge at a jazz and wine bar in Matsumoto This ancient route once connected Tokyo and Kyoto during Japan's feudal era, allowing samurai, merchants and nobles to travel through the spectacular scenery of the Kiso Valley. Today, sections of the trail remain beautifully preserved. I walked the popular stretch between Magome and Tsumago and immediately understood why it has become such a sought-after experience. Magome has a lovely atmosphere, you’ll find traditional wooden houses, little tea shops, waterwheels turning slowly, places to try the most delicious soba noodles and a handful of quiet souvenir shops. From there, the trail winds through forests, waterfalls and beautiful mountain scenery. Matsumoto castle and bridge, taken by Erin Erin at Matsumoto castle One of my favourite moments was stopping at a tea house for ginger tea and cake while overlooking the valley views. The whole walk had such a calm and comforting atmosphere. Even though the trail feels incredibly historic, like you could turn a corner and find samurai walking beside you, it also feels surprisingly familiar and welcoming. I felt very much at home there and couldn’t help but imagine how lovely it would be to walk my dog, Caesar, along the route on a sunny morning, just as many of the locals were doing. When we reached Tsumago, we stopped for soba noodles, which felt like the perfect dish after hiking in the Japanese sunshine. Originally, we planned to catch the bus to Nagiso Station, but since it was only another 3.5 kilometres, we decided to continue on foot and soak up even more of the valley scenery. TIP: If you do the walk yourself, definitely bring some snacks to enjoy at the rest stops along the way, bring plenty of water, and wear comfortable walking shoes, oh and a bear bell! The jingling soundtrack from fellow hikers quickly becomes part of the experience. The forests around Matsumoto and the Nakasendo Trail are home to the Asiatic black bear, (Ursus thibetanus), often called the moon bear. They are easy to recognise by the crescent-shaped white or cream patch on their chest. They spend most of their time in trees, are very intelligent, and are now, unfortunately considered vulnerable because of habitat loss and poaching. Array ( [0] => stdClass Object ( [title] => jenni-in-traditional-japanese-style-room [item_type] => image [full] => stdClass Object ( [src] => images/japan/Erin-fam-2026/matsumoto-and-trail/jenni-in-traditional-japanese-style-room.jpg [height] => 4080 [width] => 3072 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Jenni in traditional Japanese style room ) [1] => stdClass Object ( [title] => erin-by-waterfall-on-nakasendo-trail [item_type] => image [full] => stdClass Object ( [src] => images/japan/Erin-fam-2026/rice-cracker-shop-at-kinosaki-onsen.jpg [height] => 4080 [width] => 3072 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Erin by waterfall on Nakasendo trail [admin_label] => Kinosaki Onsen 2 ) [2] => stdClass Object ( [title] => lunch-in-tsumago-nakasendo-trail [item_type] => image [full] => stdClass Object ( [src] => images/japan/Erin-fam-2026/matsumoto-and-trail/lunch-in-tsumago-nakasendo-trail.jpg [height] => 4080 [width] => 3072 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Lunch on the Tsumago Nakasendo trail [admin_label] => Kinosaki Onsen 3 ) [3] => stdClass Object ( [title] => nakasendo-trail-signposts [item_type] => image [full] => stdClass Object ( [src] => images/japan/Erin-fam-2026/matsumoto-and-trail/nakasendo-trail-signposts.jpg [height] => 4080 [width] => 3072 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Nakasendo trail signposts [admin_label] => Kinosaki Onsen 4 ) [4] => stdClass Object ( [title] => erin-jenni-before-they-did-the-nakasendo-trail [item_type] => image [full] => stdClass Object ( [src] => images/japan/Erin-fam-2026/matsumoto-and-trail/erin-jenni-before-they-did-the-nakasendo-trail.jpg [height] => 3648 [width] => 2736 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Erin and Jenni before they did the Nakasendo trail [admin_label] => nakasendo-trail-signposts 2 ) [5] => stdClass Object ( [title] => flowers-on-nakasendo-trail [item_type] => image [full] => stdClass Object ( [src] => images/japan/Erin-fam-2026/matsumoto-and-trail/flowers-on-nakasendo-trail.jpg [height] => 4080 [width] => 3072 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Flowers on Nakasendo trail [admin_label] => erin-jenni-before-they-did-the-nakasendo-trail 2 ) [6] => stdClass Object ( [title] => erin-with-traditional-dinner [item_type] => image [full] => stdClass Object ( [src] => images/japan/Erin-fam-2026/matsumoto-and-trail/erin-with-traditional-dinner.jpg [height] => 2048 [width] => 1536 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Erin with a traditional dinner [admin_label] => flowers-on-nakasendo-trail 2 ) [7] => stdClass Object ( [title] => jenni-on-nakasendo-trail [item_type] => image [full] => stdClass Object ( [src] => images/japan/Erin-fam-2026/matsumoto-and-trail/jenni-on-nakasendo-trail.jpg [height] => 4080 [width] => 3072 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Jenni on the Nakasendo trail [admin_label] => erin-with-traditional-dinner 2 ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: none; } } @media (max-width: 767px) { #zen-gallery-expand { display: block; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); Why walk the Nakasendo Trail? ✔ Historic samurai route ✔ Scenic hiking without technical difficulty ✔ Traditional villages ✔ Incredible mountain scenery ✔ Ideal for travellers seeking a different side of Japan Nara Learn More Best for first-time visitors seeking a quieter side of Japan Bridge in Nara park, taken by Erin Deer in Nara park, taken by Erin Sake barrels in Nara, taken by Erin During my time in Kyoto, I was really keen to squeeze in a trip to Nara. As Japan’s first permanent capital, the city has huge historical importance, but if I’m honest, it was also the promise of free-roaming, petable deer that convinced me I absolutely had to visit. Nara is best known for the friendly Sika deer that wander freely around Nara Park, and honestly, they completely lived up to the expectations. One of my favourite moments from the whole trip happened when I stopped to take a photo with one of the deer, who seemed slightly hesitant about letting me get too close. An elderly Japanese lady noticed this and quickly approached me with the biggest smile on her face. She handed me a little zip-lock bag full of nuts, simply saying, “These are for you,” and suddenly the deer was more than happy to come over for a tickle. It was such a small gesture, but it really stayed with me and reminded me just how kind and hospitable Japanese people are. There’s such a genuine warmth and pride in the way they welcome visitors to their country. Erin feeding Nara deer Nara deer inbetween stone lanterns, taken by Erin Naturally, I then spent the rest of the morning feeding as many deer as possible. I also quickly discovered that if you bow to the deer, many of them will bow back before expecting a snack in return, something I found both hilarious and completely charming. Alongside the deer, I visited Todai-ji Temple to see the enormous Great Buddha and wandered through the lantern-lined pathways leading to Kasuga Taisha Shrine. Nara felt peaceful, welcoming and full of little moments that made the day incredibly memorable. Compared to Kyoto and Osaka, it had a much calmer, slower pace, making it a lovely place to spend the day. I travelled into Nara to spend the day there from Kyoto, but you can also travel from Osaka. Array ( [0] => stdClass Object ( [title] => Nara deer [item_type] => image [full] => stdClass Object ( [src] => images/japan/Erin-fam-2026/nara/deer-at-nara-entrance.jpg [height] => 4080 [width] => 3072 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Nara deer ) [1] => stdClass Object ( [title] => The round hall at Kohfukuji temple [item_type] => image [full] => stdClass Object ( [src] => images/japan/Erin-fam-2026/nara/round-hall-at-kohfukuji-temple.jpg [height] => 4080 [width] => 3072 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => The round hall at Kohfukuji temple [admin_label] => Kinosaki Onsen 2 ) [2] => stdClass Object ( [title] => Stone lanterns and Nara deer [item_type] => image [full] => stdClass Object ( [src] => images/japan/Erin-fam-2026/nara/stone-lanterns-and-deer---nara.jpg [height] => 4080 [width] => 3072 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Stone lanterns and Nara deer [admin_label] => Kinosaki Onsen 3 ) [3] => stdClass Object ( [title] => Torii gates in Nara [item_type] => image [full] => stdClass Object ( [src] => images/japan/Erin-fam-2026/nara/torii-gates-nara.jpg [height] => 4080 [width] => 3072 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Torii gates in Nara [admin_label] => Kinosaki Onsen 4 ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: none; } } @media (max-width: 767px) { #zen-gallery-expand { display: none; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); Kanazawa Learn More Best for culture lovers, gardens and traditional Japan without the crowds Erin in Higashi Chaya district Bridge at kenroku-en gardens, taken by Erin Erin with guide, Emi If Kyoto is the cultural heart of Japan, Kanazawa feels like its quieter, more understated sibling. You’ll find many of the things people love about Kyoto here: geisha districts, samurai history, tea houses and lovely gardens. The difference is that everything moves at a gentler pace, and you won’t be jostled by crowds. During my visit, I explored the historic Higashi Chaya District, one of Japan's best-preserved geisha neighbourhoods. Walking along its narrow streets lined with traditional wooden facades felt like I’d blinked and stepped back several centuries. Lanterns hung outside tea houses, small boutiques showcased local crafts, and every corner seemed perfectly composed. One of my favourite moments was stopping for matcha in a traditional teahouse, overlooking beautifully landscaped gardens. It was one of the moments where I enjoyed just slowing things down a little. Simply sitting quietly with a bowl of matcha and taking in my surroundings, unable not to feel extremely lucky to be there. Erin drinking her matcha Kenroku-en statue, taken by Erin Kanazawa is also known for its craftsmanship. For centuries, artisans here have produced lacquerware, ceramics, textiles and the gold leaf you’ll spot on temples and shops around the city. I also was able to visit a samurai residence, which gave me a real sense of how these families lived. Walking through the rooms and peaceful gardens, I felt the history was so close and real. Of course, no visit would be complete without exploring Kenroku-en Garden. Kenroku-en is often called one of Japan’s most beautiful gardens. Ponds, sculpted pine trees, stone lanterns and seasonal flowers all come together here so beautifully. Kanazawa Castle is just next door and gives you another look at the city’s feudal past, along with good views over the park. In the evening, small izakayas fill up, locals meet for drinks and seasonal food, and the city takes on a slightly different feel. If you’re interested in Japanese design, traditional culture, food or craftsmanship, Kanazawa is definitely worth a visit. Array ( [0] => stdClass Object ( [title] => Erin in Kanazawa [item_type] => image [full] => stdClass Object ( [src] => https://holidayarchitects.co.uk/images/japan/Erin-fam-2026/Kanazawa/erin%20in%20Kanazawa%202.jpg [width] => 3072 [height] => 4080 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Erin in Kanazawa ) [1] => stdClass Object ( [title] => Jenni in the teahouse with her matcha [item_type] => image [full] => stdClass Object ( [src] => https://holidayarchitects.co.uk/images/japan/Erin-fam-2026/Kanazawa/Jenni%20at%20tea%20house%20wth%20matcha.jpg [width] => 3072 [height] => 4080 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Jenni in the teahouse with her matcha [admin_label] => Kinosaki Onsen 2 ) [2] => stdClass Object ( [title] => Samurai house tour [item_type] => image [full] => stdClass Object ( [src] => https://holidayarchitects.co.uk/images/japan/Erin-fam-2026/Kanazawa/samurai%20house%20tour%20-%20kanazawa.jpg [width] => 3072 [height] => 4080 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Samurai house tour [admin_label] => Kinosaki Onsen 3 ) [3] => stdClass Object ( [title] => Supported tree in Kanazawa [item_type] => image [full] => stdClass Object ( [src] => https://holidayarchitects.co.uk/images/japan/Erin-fam-2026/Kanazawa/suppoted%20tree%20at%20kenroku-en.jpg [width] => 3072 [height] => 4080 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Supported tree in Kenroku-en [admin_label] => Kinosaki Onsen 4 ) [4] => stdClass Object ( [title] => Shop front in Kanazawa [item_type] => image [full] => stdClass Object ( [src] => https://holidayarchitects.co.uk/images/japan/Erin-fam-2026/Kanazawa/Shopfront%20in%20Kanazawa.jpg [width] => 3072 [height] => 4080 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Shop front in Kanazawa [admin_label] => nakasendo-trail-signposts 2 ) [5] => stdClass Object ( [title] => Erin with ice cream in Kanazawa [item_type] => image [full] => stdClass Object ( [src] => https://holidayarchitects.co.uk/images/japan/Erin-fam-2026/Kanazawa/Erin%20with%20ice%20cream%20in%20kanazawa.jpg [width] => 3431 [height] => 4335 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Erin with ice cream in Kanazawa [admin_label] => erin-jenni-before-they-did-the-nakasendo-trail 2 ) [6] => stdClass Object ( [title] => Temple statue at Kenroku-en [item_type] => image [full] => stdClass Object ( [src] => https://holidayarchitects.co.uk/images/japan/Erin-fam-2026/Kanazawa/temple%20statue%20kenroku-en.jpg [width] => 3072 [height] => 4080 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Temple statue at Kenroku-en [admin_label] => flowers-on-nakasendo-trail 2 ) [7] => stdClass Object ( [title] => Erin in Higashi Chaya district [item_type] => image [full] => stdClass Object ( [src] => https://holidayarchitects.co.uk/images/japan/Erin-fam-2026/Kanazawa/Erin%20in%20Higashi%20Chaya%20district.jpg [width] => 3072 [height] => 4080 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Erin in Higashi Chaya district [admin_label] => erin-with-traditional-dinner 2 ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: none; } } @media (max-width: 767px) { #zen-gallery-expand { display: block; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); Why visit Kanazawa? ✔ Experience a quieter alternative to Kyoto ✔ Explore one of Japan's most beautiful gardens ✔ Discover geisha districts without the crowds ✔ Visit samurai residences and historic neighbourhoods ✔ Enjoy exceptional local food and intimate izakayas Takayama & Shirakawa-go Learn More Best for mountain scenery and old Japan Erin at Shirakawago Flowers and pond near a house in Shirakawago Shopfront in Takayama, taken by Erin Visiting Takayama, up in the Japanese Alps, with its old streets and traditional merchant houses, I felt again as though I was exploring a place paused in time.. As you wander through the old town, you’ll see traditional shopfronts, small sake breweries next to family-run restaurants, and wooden buildings that have stood there for generations. Bridges cross the river, flowers line the pathways, and the mountains provide postcard-worthy scenery. It is utterly beautiful. Not far from Takayama is Shirakawa-go, a rural village that’s now a UNESCO World Heritage Site. The village is known for its gassho-zukuri farmhouses, with steep thatched roofs built to handle the heavy snow in winter. Mountains surround the village, and rivers run between the old houses and quiet paths. You’ll spot small shrines among the houses, and whichever way you look, there’s something interesting to see. Shirakawago landscape and houses River in Shirakawago What surprised me most was how peaceful Shirakawa-go felt despite its popularity. Away from the viewpoints, visitors wander through the village, stopping to admire gardens, local shops, and the craftsmanship evident in every building. Takayama and Shirakawa-go are wonderful places to visit for a real insight into traditional Japan. You’ll find mountain scenery, old wooden houses and a calm that’s hard to come by in the bigger cities. It’s a good place to step away from the crowds and see a different side of the country. Array ( [0] => stdClass Object ( [title] => Thatched cottage in Shirakawa-go [item_type] => image [full] => stdClass Object ( [src] => https://holidayarchitects.co.uk/images/japan/Erin-fam-2026/Takayama_Shirakawa-go/thatched%20cottage%20Shirakawago.jpg [width] => 2951 [height] => 3900 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Thatched cottage in Shirakawa-go ) [1] => stdClass Object ( [title] => Streets of Takayama [item_type] => image [full] => stdClass Object ( [src] => https://holidayarchitects.co.uk/images/japan/Erin-fam-2026/Takayama_Shirakawa-go/Takayama%20streets%202.jpg [width] => 3072 [height] => 4080 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Streets of Takayama [admin_label] => Kinosaki Onsen 2 ) [2] => stdClass Object ( [title] => Shrine in Shirakawa-go [item_type] => image [full] => stdClass Object ( [src] => https://holidayarchitects.co.uk/images/japan/Erin-fam-2026/Takayama_Shirakawa-go/shrine%20Shirakawago.jpg [width] => 3072 [height] => 4080 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Shrine in Shirakawa-go [admin_label] => Kinosaki Onsen 3 ) [3] => stdClass Object ( [title] => Houses in Shirakawa-go [item_type] => image [full] => stdClass Object ( [src] => https://holidayarchitects.co.uk/images/japan/Erin-fam-2026/Takayama_Shirakawa-go/houses%20in%20Shirakawago.jpg [width] => 3072 [height] => 4080 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Houses in Shirakawa-go [admin_label] => Kinosaki Onsen 4 ) [4] => stdClass Object ( [title] => Shops in Takayama [item_type] => image [full] => stdClass Object ( [src] => https://holidayarchitects.co.uk/images/japan/Erin-fam-2026/Takayama_Shirakawa-go/shops%20Takayama.jpg [width] => 3072 [height] => 4080 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Shops in Takayama [admin_label] => nakasendo-trail-signposts 2 ) [5] => stdClass Object ( [title] => Streets in Takayama [item_type] => image [full] => stdClass Object ( [src] => https://holidayarchitects.co.uk/images/japan/Erin-fam-2026/Takayama_Shirakawa-go/Streets%20of%20Takayama.jpg [width] => [height] => [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Streets in Takayama [admin_label] => erin-jenni-before-they-did-the-nakasendo-trail 2 ) [6] => stdClass Object ( [title] => Restaurant in Takayama [item_type] => image [full] => stdClass Object ( [src] => https://holidayarchitects.co.uk/images/japan/Erin-fam-2026/Takayama_Shirakawa-go/restaurant%20takayama.jpg [width] => 3072 [height] => 4080 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Restaurant in Takayama [admin_label] => flowers-on-nakasendo-trail 2 ) [7] => stdClass Object ( [title] => Landscape in Shirakawa-go [item_type] => image [full] => stdClass Object ( [src] => https://holidayarchitects.co.uk/images/japan/Erin-fam-2026/Takayama_Shirakawa-go/landscape%20Shirakawago.jpg [width] => 3072 [height] => 4080 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Landscape in Shirakawa-go [admin_label] => erin-with-traditional-dinner 2 ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: none; } } @media (max-width: 767px) { #zen-gallery-expand { display: block; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); Why visit Takayama and Shirakawa-go? ✔ Experience one of Japan's most beautiful mountain regions ✔ Explore traditional streets and historic architecture ✔ Visit a UNESCO-listed village ✔ Discover rural Japan beyond the major cities ✔ Ideal for photographers and cultural travellers Hiroshima Learn More Best for reflection, history, and island trips Erin with Miyajima torii gate Deer on Miyajima Statue on Miyajima Hiroshima is known for its history, but I was struck by how much there is to see and do here. Of course, visiting the Atomic Bomb Dome and Peace Memorial Park is profoundly moving. They offer an important opportunity to understand the city's past and reflect on its remarkable resilience and recovery. Hiroshima today also feels vibrant, optimistic and full of life, and one of the highlights of my visit was travelling by ferry to Miyajima Island. Taking the boat over, you see the torii gate come into view bit by bit. The island feels very different from the city itself. You’ll spot deer wandering through the quieter streets, and shrines tucked in among the trees. I spent time walking around Itsukushima Shrine, following the lantern-lit paths and heading up to the White Peace Pagoda for the views. Another memorable moment was seeing Orizuru Tower, where views across the city are the perfect place to take in Hiroshima’s remarkable resilience and transformation. Ferry over to Miyajima Okonomiyaki Hiroshima restaurant And then there’s the food, which deserves a mention. Hiroshima-style okonomiyaki is quite different from the Osaka version. Here, they layer noodles, cabbage, egg and all sorts of savoury toppings on a hot plate. It’s hearty, simple and really satisfying. Sharing okonomiyaki in a lively local restaurant quickly became one of my favourite meals of the trip. Hiroshima brings together history, culture, nature and food in a really lovely and meaningful way. It encourages visitors not only to learn, but also to appreciate how places can evolve, rebuild and thrive. Array ( [0] => stdClass Object ( [title] => Okonomiyaki Hiroshima [item_type] => image [full] => stdClass Object ( [src] => https://holidayarchitects.co.uk/images/japan/Erin-fam-2026/Hiroshima/okonomiyaki%20hiroshima.jpg [width] => 3072 [height] => 4080 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Okonomiyaki Hiroshima ) [1] => stdClass Object ( [title] => Views from the Orizuru Tower [item_type] => image [full] => stdClass Object ( [src] => https://holidayarchitects.co.uk/images/japan/Erin-fam-2026/Hiroshima/Orizuru%20Tower%20views.jpg [width] => [height] => [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Views from the Orizuru Tower [admin_label] => Kinosaki Onsen 2 ) [2] => stdClass Object ( [title] => Torii gate in Miyajima [item_type] => image [full] => stdClass Object ( [src] => https://holidayarchitects.co.uk/images/japan/Erin-fam-2026/Hiroshima/torii%20gate%20miyajima.jpg [width] => 3072 [height] => 4080 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Torii gate in Miyajima [admin_label] => Kinosaki Onsen 3 ) [3] => stdClass Object ( [title] => Views of Hiroshima [item_type] => image [full] => stdClass Object ( [src] => https://holidayarchitects.co.uk/images/japan/Erin-fam-2026/Hiroshima/views%20of%20Hiroshima%20from%20the%20white%20peace%20pagoda.jpg [width] => 3072 [height] => 4080 [alt] => ) [video] => stdClass Object ( [src] => ) [thumbnail] => stdClass Object ( [src] => ) [video_aria_label] => Hit space to toggle, play or pause video [video_loop] => 0 [image_focus] => center [caption] => Views of Hiroshima [admin_label] => Kinosaki Onsen 4 ) ) Show More @media (min-width: 1200px) { #zen-gallery-expand { display: none; } } @media (min-width: 768px) and (max-width: 1199px) { #zen-gallery-expand { display: none; } } @media (max-width: 767px) { #zen-gallery-expand { display: none; } } document.addEventListener("DOMContentLoaded", function() { const videos = document.querySelectorAll(".zen-gallery-video"); videos.forEach(function(img, index) { if (!img.getAttribute("src") || img.getAttribute("src") === "/") { img.src = "https://placehold.co/600x400/transparent/000?text=Video+thumbnail+loading..."; const video = document.createElement("video"); video.crossOrigin = "anonymous"; video.muted = true; video.preload = "auto"; const videoUrl = decodeURIComponent(img.dataset.videoSrc); let isProcessing = false; let errorTimeout; errorTimeout = setTimeout(() => { if (!isProcessing) { video.remove(); } }, 5000); video.addEventListener("canplay", function() { if (isProcessing) return; isProcessing = true; clearTimeout(errorTimeout); video.currentTime = 0.1; // just a tiny bit in }); video.addEventListener("error", function(e) { console.error("Video load error:", e.target.error.message); video.remove(); img.src = "https://placehold.co/600x400/EEE/31343C?text=Browser+cannot+play+video+:(+"; }); video.addEventListener("seeked", function() { if (!isProcessing) return; const canvas = document.createElement("canvas"); canvas.width = video.videoWidth; canvas.height = video.videoHeight; try { canvas.getContext("2d").drawImage(video, 0, 0); const dataUrl = canvas.toDataURL("image/jpeg", 0.8); img.setAttribute("src", dataUrl); } catch(e) { console.error("Failed to generate thumbnail:", e); } video.remove(); canvas.remove(); }); // Add media fragment to only load first second video.src = `${videoUrl}#t=0,1`; video.load(); } }); }); document.addEventListener("click", function(e) { if (e.target.matches(".zen-gallery-expand")) { const items = document.querySelectorAll(".zen-gallery-item"); items.forEach((item, index) => { if (index >= 12) { item.classList.toggle("d-xl-none"); } if (index >= 9) { item.classList.toggle("d-md-none"); item.classList.toggle("d-xl-block"); } if (index >= 6) { item.classList.toggle("d-none"); item.classList.toggle("d-md-block"); } }); const anyHidden = Array.from(items).some(item => item.classList.contains("d-none") || item.classList.contains("d-md-none") || item.classList.contains("d-xl-none") ); e.target.textContent = anyHidden ? "Show More" : "Show Less"; if (anyHidden) { const expandButton = document.getElementById("zen-gallery-expand"); const rect = expandButton.getBoundingClientRect(); const scrollTop = window.pageYOffset || document.documentElement.scrollTop; window.scrollTo({ top: rect.top + scrollTop - 200, behavior: "instant" }); } } }); FAQ'S Which place changed your perception of Japan the most? Before I visited, I pictured Japan as a super modern, high-tech place with robots and neon lights everywhere. But actually being there, I found it to be full of culture and history. Life moves at a much slower pace. People really value the natural world and take time to enjoy their surroundings. I was really able to take the time to breathe in the space and take in all the beauty. I was present in the “smallest” of moments, making a lovely cup of tea in a beautiful cup, overlooking the beautiful gardens. For me, it's not about the tech or the modcoms; it's all about the beauty of the country, with so much to take in. What is the most authentic place to visit in Japan? While authenticity means different things to different travellers, Kinosaki Onsen , the Nakasendo Trail and Takayama offer particularly immersive experiences rooted in Japanese tradition. Is the Nakasendo Trail difficult? No. The popular Magome to Tsumago section is accessible for most travellers with a reasonable level of fitness and rewards walkers with beautiful scenery, traditional villages and fascinating history. How easy or hard is it to navigate Japan? So easy, one of the easiest countries I believe you can travel through. I highly recommend using “luggage forwarding” when traveling in Japan . Since you often move around by public transport and usually stay for several weeks, you end up with a lot of bags. Plus, the heat makes carrying them on trains uncomfortable. With this service, you can send your suitcase to your next hotel, and it will be waiting in your room when you arrive. It always works and makes traveling between different places much easier. I also found it quite affordable, especially compared to what same-day delivery for a large package would cost in the UK. How many days should I spend outside Tokyo and Kyoto? It really depends on whether you prefer cities or not. I could spend weeks in the countryside because that’s where I feel most comfortable. I love gardens, greenery, and culture. Even if you’re more of a city person, it’s definitely worth going off the beaten path to see another side of Japan . Exploring beyond the major cities is especially rewarding if you’re interested in traditional culture, nature, wellness, or a slower travel experience. So, where should you go in Japan besides Tokyo and Kyoto? Japan is known for its big cities, but some of the most wonderful experiences happen in the quieter towns and countryside. Maybe it’s walking through lantern-lit streets in Kinosaki Onsen, or relaxing in old hot springs after a kaiseki dinner. It might be sipping matcha in a teahouse with a view of Kanazawa’s gardens, or walking the old samurai paths on the Nakasendo Trail. Or perhaps your highlight will be seeing the floating torii gate of Miyajima rise from the sea. On my recent trip to Japan, these were the places that I will always remember. Tokyo and Kyoto are popular for good reason, but these spots offered a different perspective on the country, one that felt more personal and deeply connected to Japan's culture, local stories, craftsmanship, and traditions. If you’re thinking about a trip to Japan, Erin would love to help you find places that fit your interests, whether you’re after great food, traditional culture, beautiful scenery, wellness experiences, or just want to see how special Japan is. Chat with Erin today to start designing a tailor-made journey through Japan, built entirely around what inspires you most. Explore more of Japan Wondering where to visit in Japan? Chat with our Japan expert Erin today, to build a Japan itinerary just for you. ZEN_HOLIDAY_GET_A_QUOTE ZEN_HOLIDAY_TEL ZEN_HOLIDAY_OPEN_HOURS
19 May 2026
Japan cherry blossom season 2027: why now is the time to book
Now is the perfect time to get planning to see Japan's cherry blossom in 2027. This wonderful time of year has a narrow time frame, along with being one of the most sought-after experiences in the world. See more on what our expert, Emma, has written below about Japan's symbol of Spring. In early spring each year in Japan, there are petals dancing in the air nearly everywhere you look. The country’s cherry tree population is thought to be well over a million, the highest concentration of any country in the world, scattered all across its string of islands, from the tropical shores at Okinawa to the rugged landscapes in Hokkaido and everywhere in between. These comprise of over 100 varieties; light pinks in a classic group of five petals, dazzling cotton white pom-poms, raspberry bells, or even the odd lemon yellow flush. They stun visitors with long weeping branches draped over the sides of a canals, and adorn the surrounds of vermillion temples. Towards the end of their glorious season, their petals will shed and float onto the pathways, the most enchanting downpour you’re ever likely to experience. Cherry blossom, or sakura, is one of my favourite things about visiting Japan in March and April. This season is without doubt the most popular time to visit the country though, so it’s best to get in touch as soon as you can so we can secure the very best hotels and holiday for you… (take a look at our collection of client photos below for an idea of why it’s so popular!). If you are keen to witness the beautiful phenomenon for yourself, now is the perfect time to get planning for cherry blossom 2027 to bag the best hotel and guide availability and secure your flights on a provisional hold to lock in that cost. Here’s everything you need to know about this magical time of year in Japan. Hanami (花見, "flower viewing") Strewn across Japanese literature and art for centuries, cherry blossoms aren’t just a pretty flower to look at. For Japanese people they hold an awful lot of symbolism and significance. They are both the marker of spring, new life and vitality, but also due to their short flowering time (a tree’s peak bloom only lasts a few days) they serve as a reminder that life is fleeting, symbolic in Japan’s feudal era of a samurai warrior’s short existence. There are sacred cherry trees scattered all over the country. Some of the trees are up to 2,000 years old, with many appearing in folklore and said to be inhabited by spirits. They really are prized possessions in Japan. Hanami, or, flower viewing, is the age-old practice of sitting amongst and gazing at the cherry blossom. Japanese people across the country take food and drinks to parks and sit at blossom hotspots to adore the beauty that surrounds them. There are also cherry blossom festivals in various parts of the country, a chance for all to celebrate these stunning blooms with the level of reverence they deserve! HA customer, Kirsten in Tokyo, March 2026. When is cherry blossom season in Japan? Taken by HA customer, Karen in Miyajima, March 2026. “Cherry blossom season” is notoriously tricky to summarise. It’s very much a wave of blooms, rather than a guaranteed schedule. Mother nature likes to do things in her own time! The blossom starts to come into full peak in the Kyushu region, in the south, around mid to late March, and then the wave of blooming time moves up the country with the north finishing about a month later. This means that hotspots like Tokyo and Kyoto, and other places in that central area likely to be included somewhere in your itinerary, tend hit peak bloom in first week of April. It’s around a two-week period from when the petals first start to open, through to a few days of full bloom, and finishes when they fall and green leaves start to emerge. Of course, this is all based on the average bloom times year-on-year, and these are all dependant on nature and the temperatures the country has experienced in the autumn and winter prior. While we can’t control Japanese weather patterns (we’re good at HA, but even we don’t claim to be that good), when planning your trip we can discuss average blooming times, and base you in the right locations to enjoy cherry blossoms during your holiday. Tailor-made Japan Holidays The reality of cherry blossom crowds (And how to avoid the worst of them). There is simply no getting away from the throngs of people in some locations in Japan during cherry blossom season, with Kyoto being one of the busiest destinations in the country at the end of March and the first week of April. It is something to be very aware of before you start planning, and it’s advisable to brace yourself for some shuffling around lots of the more famous parks at this time. For good reason, of course it is undeniably beautiful, but it’s a fact that tourist numbers have boomed year on year for Japan so this will only continue in 2027. Taken by HA customer, Karen, March 2026. Japan Cherry Blossom season in Kyoto , Miyajima , Osaka , Tokyo . Of course, it pays to put some research and thought into where you want to witness the cherry blossoms, to avoid these crowds (and the worst of increased flight prices, which peak over the last week of March/first of April). We have a whole month to six weeks to play with after all, and the extremities of the country – the very far south or north, are much less crowded and you can enjoy the cherry blossoms in a more peaceful environment. Fukuoka, a fun and vibrant city in the south known for its unique street food culture, has some spectacular cherry blossom displays early on in the season. You could even start your trip here and then travel north, chasing the cherry blossom opening as you go. Alternatively, venture to Tohoku for incredible cherry blossom in Kakunodate, a small samurai town with an avenue of cherry trees flanking its riverside path and some 400 weeping cherry trees decorating the traditional samurai streets, all in mid to late April long after the Tokyo and Kyoto cherry blossom crowds have eased off. Hirosaki, just before you venture into Hokkaido, is home to one of the more famous cherry blossom festivals in late April, with a dazzling display of blooming pink trees, all 2,500 of them in Hirosaki Park, centred around its 400 year-old castle. Not only do you benefit from quieter (not deserted of course, but, but quieter nonetheless) cherry blossom areas, but all of these locations are much calmer for just about any other attraction compared to Japan’s classic Golden Route (the tourist trail between Tokyo, Mt Fuji, Kyoto and Osaka). It pays to go a little off-piste to enjoy all these benefits, so do have a chat with one of our specialists if you’re keen to get off the beaten track to enjoy the cherry blossoms. It’s not only cherries! While cherry trees are no doubt the star of the show during this time, there are also some other beautiful displays to be found through Japan. Plum blossom is just as dazzlingly gorgeous and blooms before cherry blossom, at the start of March, with incredible hanging branches (much like weeping cherries) covered in bright pink puffballs. There are a collection of these around some shrines in Kyoto and they are not to be missed. If you’re otherwise looking for wonderful floral displays of any kind, the azalea festival at Nezu Shrine in Tokyo (a spot featured on one of our brilliant Tokyo tours, in fact) takes place all through April and is home to 3,000 of these gorgeous plants, a blanket of pinks, whites and purples. Later in early June, hydrangea festivals pop up to mark the start of rainy season, with tens of thousands of these stunning flowers decorating parks and shrines. Taken by HA customer, Andrew, March 2025. Written by Emma Higgins, HA Destination Manager, Japan. If you’re dreaming of seeing the cherry blossom in Japan, get in touch with one of our fantastic Japan experts now to design your perfect once-in-a-lifetime cherry blossom holiday for 2027. Planning for Japan’s most beautiful season? Now booking for spring 2027, chat with Emma today. ZEN_HOLIDAY_GET_A_QUOTE ZEN_HOLIDAY_TEL ZEN_HOLIDAY_OPEN_HOURS
09 October 2025
Real travels in Japan with Mark Cummings
Broadcaster, author and travel writer Mark Cummings is something of a Gloucestershire legend. With more than 40 years in broadcasting (including nearly two decades hosting the BBC Radio Gloucestershire Breakfast Show!), he's somewhat of a familiar voice. Having spent much of his life telling stories that connect people and place, these days, he's swapped the airwaves for adventures and you'll find him writing travel pieces that inspire others to follow in his footsteps. Earlier this year, after the success of his book Glorious Gloucestershire and an appearance at the Cheltenham Travel Festival, Mark came to us with one clear goal: to uncover the real, insider Japan. With the help of our Japan experts, Fenton and Emma, he set off on a tailor-made Japan holiday full of hidden temples, secret bars, friendly locals and those unforgettable waku waku (thrill-and-excitement) moments that only real travel can bring. Here’s what he discovered along the way (don't miss his brilliant videos down the bottom!)… Kyoto Exploring Otagi Nenbutsu-ji Temple Waku waku is the Japanese way of describing the feeling of being thrilled and excited all at the same time. My first overwhelming experience of “Waku waku” was high up in the hills above Kyoto at the mysterious Otagi Nenbutsu-ji Temple knowing I had found a hidden gem away from the congested hordes of tourists gathered a couple of miles below. Fenton and Emma from Holiday Architects devised a cunning plan for me to discover ancient temples, cosy tea houses and quiet Zen gardens while spending a few hours slowly descending towards the cacophony of camera clicks and selfie sticks at the famous but frenetic Arashiyama Bamboo Forest . High up amongst the temple’s spooky statues, I enjoyed a lovely feeling of empowerment mixed with a sprinkling of anticipation and a guilty splash of smugness. Keep reading if you’d like to find out more about my hilltop adventure and other top tips that transformed my Japanese adventure. The unique guidance I received took me to mesmerising markets, secret bars, temple rooftops, stunning Zen gardens, and dreamy bohemian districts. If you love travel with a twist, enjoy avoiding the crowds and love to delve deep into the soul of a country then read on. The mossy statues at Otagi The famous Arashiyama Bamboo Forest is worth a visit but it can be hugely crowded so here’s a great tip for making the most of this area. We took a taxi higher up the Arishiyama hillside to the Otagi Nenbutsu-ji Temple and spent a couple of dreamy hours exploring this peaceful Buddhist Temple before slowly walking down the quiet hillside path enjoying enchanting gems that not many tourists get to see. The Otagi Nenbutsu-ji Temple has hundreds of slightly haunting moss-covered stone statues each with a different face. They have been created by the students of the temple’s head priest Kocho Nishimura who also happened to be a sculptor. He encouraged his students to bring out the character within the stone and the results are fascinating. It’s a magical temple to start off your day. Slowly make your way down the foothills of Mt Ogura following the Hozu Katsura river enjoying the ancient preserved streets, temples, shrines and a real highlight – an alternative bamboo experience that not many people discover. The Adashino Nenbutsu-ji temple has its own idyllic bamboo grove that you might just have all to yourself. My final top tip is to visit the Okochi Sanso Garden hidden behind the busy bamboo forest at the bottom. If you love a Zen garden, you’ll be mesmerised by this. The empty bamboo forest The busier bamboo forest Mark exploring Fushimi Inari at dusk Visit Fushimi Inari Taisha at dusk If you don’t want to get up at five in the morning to avoid the crowds, try something a little more relaxing but even more magical. The Fushimi Inari shrine celebrates the Shinto god of rice, agriculture and prosperity and it is a spectacular place to spend a few hours. We climbed to the top of Mt Inari late afternoon so we could be back down to enjoy the main shrine building at dusk. It’s a fun climb through the myriad of orange Tori gates that weave around the mountain path with fox statues and small shrines along the route. There are cracking views across Kyoto , but don’t expect the same at the summit. It’s a bit of an anticlimax, however, you get a real sense of satisfaction having made it to the top. Once back down, we loved the quieter early evening crowds, the even more magical shimmering shrines and the twinkling Japanese lanterns guiding you through this sacred place. Visit Nishiki Market at 10 am I loved my time here in this ancient, mad, bustling corridor of delights with its famous yellow, red and green roof. It has over 100 shops/stalls and restaurants selling beautifully displayed seafood such as squid and sea snails, skewered meat, dried and candied fruit, exotic sweets, local herbs and spices, unusual tofu and locally made ceramics. It’s where the locals go but it does get busy with tourists by lunchtime so go early when the shops are opening up and throw yourself into the madness. I particularly enjoyed the skewered octopus, prawn tempura, spicy nuts and a cold beer in one of the tiny bars you must visit. Better than the Gold Pavilion... A short distance away from the crowded World Heritage Kinkakuji (Golden Pavilion) is a little oasis of calm and charm. We spent a very happy day exploring the area around the Nanzenji Temple with its impressive Sanmon entrance gate which we climbed to the top of. This is one of Japan’s most important Zen temples with spacious grounds, a fascinating history and beautiful rock gardens. However, the highlight for me was the garden connected to the Tenjuan Temple next door. I fell in love with this Zen paradise with its huge rock pond, lush verdant garden and teasing stepping stones. Luckily, the bamboo rails will save you sharing a dip with the massive Koi Carp. This dreamy hidden oasis tends not to be crowded so you really can spend as long as you want there. If you want to stretch your legs, nearby is the famous Philosopher’s Path, a waterside path dotted with art galleries and cafés. A short bus ride away is the lively Gion District. Zen Gardens at Tenjuan Temple Tokyo Making friends in Yanaka Ginza Here’s why you must spend a few hours in the delightful and charming district of Yanaka Ginza. Half a day spent here will give you a peaceful break from the madness of the world’s biggest city and introduce you to the calm, relaxing spirit of old Tokyo . In my short visit I made several friends, ate delicious street food, bought authentic handmade gifts, drank excellent beer and whiled away a few hours people watching. The first person to befriend me was Kuni who runs the most incredible Tourist information office. It’s a simple unit nestled between flower shops and Craft Ale bars but boy does it pack a punch. Not only can you find out everything to do culturally in the area Kuni also organises classes on calligraphy, flower arranging, cooking and Kabuki make up. She was an infectious bundle of knowledge and waved to me every time I wandered past with the biggest smile you’ve ever seen and we now follow each on Instagram. I then met my three drinking buddies Tsugurou, Naoya, and Kenji. I was sipping a cold refreshing local beer outside a bar on the main street when these three locals engaged me in conversation for a good twenty minutes. They were delighted and intrigued to test their English on a westerner and I was equally pleased to try my pigeon Japanese in return. I learned a bit about the local area but more about their love of Liverpool FC, The Beatles, Queen and Billy Joel. My new pals then directed me to the famous Yanaka Cemetery where I spent a tranquil hour amongst the pristine paths and elaborately decorated tombs. Here can be found the grave of Tokugawa Yoshinobu, the last Tokugawa shogun of the Edo Period. If you love rustic charm, good value, friendly people and mixing with the locals, then I highly recommend getting the train to Nippori Station. Be prepared to make some new friends… and by the way, the reason I can remember all the names and spellings of my beer-quaffing mates is because we all also now follow each other on Instagram. Mark making friends at Yanaka Ginza Tokyo's Golden Gai area This exotic area with atmospheric alleyways and tiny bars gave us many memorable moments. Golden Gai is located just behind the lively district of Shinjuku, and if you dive in wholeheartedly, I promise you'll feel like a true traveller. It hasn’t changed much since it began as a black-market zone in the 1950s and still has an authentic atmosphere, hinting that something naughty, risqué, or even bawdy might happen. The Holiday Architects team challenged us to immerse ourselves by visiting several bars, meeting locals, and trying karaoke. You’ll need to watch the videos to see if we succeeded. All I can say is my “Waku waku” level soared. A bar in Golden Gai Thank you Holiday Architects Thanks to Fenton and Emma’s knowledge of Japan we experienced the country in a way that was hugely enriching and meaningful. Please take a look at the videos, they will take you to all the places I have described and introduce you to some of the friends I made along the way. I’ll leave you with one of my favorite quotes that sums up the ethos behind the help I received to squeeze every drop out of my visit to Japan. G.K. Chesterton “The traveller sees what he sees, the tourist sees what he has come to see.” Find your own perfect Japan holiday Fancy your own Japan adventure? Get in touch with one of our brilliant experts today. ZEN_HOLIDAY_GET_A_QUOTE ZEN_HOLIDAY_TEL ZEN_HOLIDAY_OPEN_HOURS
Where to visit in Japan
About Japan
Japan – the Land of the Rising Sun – is an island nation rich in culture and natural beauty, which has been an enigma to the West for as long as it has been known. Shy and withdrawn from the world around it, it has managed to avoid the European colonisation that has impacted so much of world history, keeping itself wonderfully unique, fascinating, and relevant. Although globalisation has meant that we can all now tuck into sushi while playing Mario on our widescreen Sony TVs at home, visiting Japan itself is still an experience that we are unprepared for. Whether it’s the politeness and helpfulness of the locals in a small town, or the accurate-to-the-second punctuality of the train in the world’s busiest station, every moment in Japan has the ability to make you smile, appreciate life, and wonder out loud why our own countries can’t work this efficiently.
Frequently Asked Questions
Japan truly is a year-round destination, but you also need to know what you’re letting yourself in for. Spanning from the cold ryuhyo (drift ice) of Hokkaido in the north to the tropical beaches of Okinawa in the far south, it’s difficult to assign one rule to the ‘when to travel’ conundrum.
The most popular times to visit will coincide with the changing of the seasons – the arrival of the sakura (cherry blossoms) in spring, and the koyo (red and orange leaves) of autumn. While this can mean bigger crowds at key sights and hotels that book up quicker, it’s also when the country is at its most photogenic. If this is the time of year that suits you best, some careful planning and forethought will go a long way – and that’s what we’re here for. Travelling just outside of the peak weeks, or heading to quieter parts of the country, can make all the difference, allowing you to enjoy the milder weather that these seasons offer without the risk of congestion.
On the flip side, winters can be very cold, especially in the north, though this opens up winter sports options and also allows you to see iconic places covered in a postcard-perfect blanket of snow. Clearer skies and little rainfall do make these months a great option if you’re not averse to wearing a coat.
Summers will begin with a lot of rainfall, but things do clear up nicely by August when the sun blazes and the city-dwellers crank up their air-con or head to the beach. Heatwaves, high humidity and the occasional typhoon may affect the sorts of things you want to do, but the many matsuri (festivals) kicking off around Japan will be spectacular. Enjoy the fireworks and feasts, just remember to stay hydrated!
Whatever month you want to travel, Japan will have something for you. And we’re here with our first-hand advice on the best things to see, do and enjoy in that particular season.
It’s not all sushi and sashimi – though these are obviously some of the highlights! Japan excels in conjuring up a range of incredible foods to suit all budgets, tastes and (most) dietary requirements. Every region will have its own mouth-watering speciality, from Fukuoka’s tonkotsu pork ramen to the layered okinomiyaki (Japanese savoury pancake) found on every street corner in Hiroshima. Whether your lunch is an onigiri (rice ball) from the 7-Eleven next to your hotel or a melt-on-the-fork slab of Kobe beef that maxed out your credit card, Japanese cuisine will rarely disappoint you or your taste buds.
For strict vegetarians and vegans, finding food in the larger cities is no longer the problem it would have once been, even a few years ago. Smaller towns will prove more of a challenge, though, as even ‘meat-free’ meals such as vegetarian ramen may contain the ubiquitous dashi – a fish stock that is used as a base throughout Japanese cuisine. We can tailor itineraries and make suggestions to ensure that no one in your party goes hungry, though. Even die-hard carnivores will enjoy the creativity and flavours of a vegan shojin ryori meal, the food of Buddhist monks throughout the country.
Japan has brewed some delicious beers that can be enjoyed cheaply everywhere, and imports more French wine than almost any other country, but there’s a greater range of tipples to appreciate while you’re traversing the country. A Japanese whisky on the rocks in a Tokyo speakeasy is exactly as authentic as a warm sake in a Takayama brewery, so be sure to imbibe like the locals do – there’s no better way to get to know your fellow drinkers than over a few glasses… Kanpai!
Direct flights are available with British Airways to Tokyo and Kansai (for Osaka and Kyoto) from London Heathrow, and both the Japanese national carrier (Japan Airlines) and the largest carrier (All Nippon Airways) have direct flights from Heathrow too.
Indirect flights can sometimes be much cheaper, and offer better choices from UK regional airports to Tokyo, or for those looking to fly into, or home from, other destinations, such as Sapporo in the far north or Fukuoka in the south.
Domestic flights can be essential for certain routes, but the comfort, value and ease of using the rail system locally means that this is not the necessity it would be in other parts of the world.
As always, we’re here to help find the best and most convenient journeys for you, so chat to us about what’s important, and we’ll do the rest.
If you’re a UK passport holder, you do not require a visa to enter Japan, provided you depart the country again within 90 days. Other nationalities should check entry requirements with their respective embassies. Passports need to be valid for the duration of your stay, and no further period of validity is required beyond the length of your trip.
You should contact your GP before travelling to all destinations. We can provide some general guidelines; however, we are not medically trained, so it’s essential that you speak to a medical professional well in advance of your trip.
No specific vaccinations are required for a visit to Japan, but it is recommended that you are up-to-date on immunisations as recommended for life in Britain: for example, seasonal flu, MMR, Tetanus, BCG (for TB). Malaria is not normally present in Japan, and no Yellow Fever certificate is required if flying from the UK.
We recommend purchasing comprehensive travel insurance as soon as you have booked your holiday, and declare any pre-existing medical conditions to your insurer; some may be able to provide cover for these conditions for an additional premium.
Japan is a very safe country with almost no petty crime, but (as with anywhere) it’s recommended that you exercise the same caution and vigilance that you would at home, especially in busy nightlife areas or late at night.
As a country that straddles tectonic plates, earthquakes and volcanic eruptions are par for the course. At certain times of year, typhoons and cyclones are commonplace, sometimes causing nothing more than travel disruptions, but occasionally being severe and devastating. Centuries of dealing with these natural disasters, though, has given Japan an edge when it comes to preparing for, and giving advanced warning of, such events. Skyscrapers are built to withstand most major tremors, emergency exits are always well-labelled in hotels, train stations and malls, and coastal cities will have tsunami evacuation routes well laid out and signposted.
Always familiarise yourself with the procedures given by local authorities, and stay informed of events via reputable sources such as the Foreign Commonwealth Office (FCO) in the UK, or the Japan Meteorological Agency (JMA) locally.
Somewhat surprisingly, Japan is a cash-based society, although slowly but surely, the modernity of credit cards and cashless payments is taking hold. In the larger cities, you will be able to pay for travel, snacks and even ‘coin-lockers’ in train stations using your IC card (similar to the Oyster card) which can be topped up readily and easily… though, of course, you’ll need to have the cash in the first place. Luckily, ATM’s are everywhere, but whether they work or not is a gamble. Machines in Post Offices and 7-Eleven convenience stores are the most reliable option, but be sure to inform your bank prior to travel so that they know to expect your withdrawals.
Tipping is not customary in Japan. Leaving a tip can sometimes result in bemusement, refusal of the money, or (in some cases) be taken as a slight insult. It’s not unheard of for waitstaff to chase after a patron to return their money to them. Giving outstanding service in Japan is the norm: your bartender, taxi driver and hotel receptionists are genuinely this nice and courteous due to pride in their work, rather than to earn a few extra Yen.
The slight exception to the tipping rule is for personal tour guides or interpreters, who will not expect tips but may accept them. It’s best to give an envelope containing the money rather than hand it to them straight from your wallet or purse. Almost always, though, a small gift is a better and safer choice – especially a token or food item from your home country – if you wish to ‘reward’ their hard work.
An International Driving Permit (IDP) is required to rent a car in Japan, and drivers need to be aged 18 or over. Japan drives on the left, which makes things a bit easier for UK visitors, and most signs on major roads are in Japanese as well as English and follow international standards. Driving in big cities can prove very difficult, though, as Japanese addresses are rarely intuitive and many streets are unnamed. Parking charges can also be prohibitively expensive, so public transport is almost always a better choice for visitors than driving.
The exception to this will be the parts of the country that are not well-served by rail, such as the vast island of Hokkaido in northern Japan. In these parts, having your own vehicle could be invaluable, and big, empty country roads are a lot easier to navigate than the sprawling streets of Greater Tokyo. Somewhat annoyingly, the speed limits on these roads will seem painfully slow, so don’t underestimate the time required to get from A to B.
We believe travel should be a force for good. That means exploring with open eyes, treading lightly, and respecting the people and places that make the world so special. Our code of conduct isn’t about rules, it’s simply a guide to help you travel thoughtfully, ethically, and with care. Because every small choice makes a big difference.
-
If you choose to trust us with your holiday, we’ll send you a “Travel Facts” document when confirming your booking. This includes useful facts and travel advice, such as restaurant recommendations, reading tips, basic language information, cultural traditions, climate information, brief historical overviews, and more. We feel that this offers a useful insight and can help you interact with local residents in a more sensitive, well-informed manner. Please do try to take the time to read this information before your visit, it’s worth the time!
-
A number of the countries in which we operate holidays are religious societies with a widely observed set of customs. Always respect these norms, particularly when visiting religious buildings.
-
To the best of our knowledge, all hotels, lodges, and camps within our portfolio operate stringent measures to minimise water usage. All of our destinations have issues with water supplies to a certain extent, so feel free to raise any possible wastage should you encounter it during your stay, either with the accommodation or with us upon your return.
-
Please ask permission before taking photographs of people, and respect their wishes if they are not happy to be photographed. We find that friendly requests and a smile are usually met with a ‘yes!’
-
Strive, where possible, to make your own contribution to environmental practices as you travel. This might include minimising your electricity usage, not smoking in protected areas, avoiding coral while snorkelling, and safely disposing of all litter (recycling where possible).
-
Where possible, try to purchase from local suppliers. This includes shopping for souvenirs, dining out at restaurants, and booking additional excursions during your free time. In areas where haggling is an accepted part of daily life, don’t be offended if you’re unable to obtain what you perceive as a fair price for an item.
-
We emphasise to local suppliers that our clients should never be taken on unsolicited shopping trips, but if this does happen, try to retain your sense of humour, provide a firm refusal to participate and do let us know about it on your return. We pass on all feedback from every trip undertaken with us to our relevant local suppliers, who all share our commitment to travelling with sensitivity.
-
Please don’t remove any indigenous items from their natural habitat and attempt to bring them home as a souvenir. This particularly applies to everything from coral, shells, plants and food in the natural world, to cultural artefacts and antiques.
If you’re unsure about anything relating to the above, please feel free to chat to us. We’ve travelled extensively in the country and will be more than happy to offer our considered advice.
Meet our Japan experts
We offer tailor-made holidays to suit a wide range of tastes. Our experts Erin and Fenton are dedicated to all things Japan and are here to help you plan your perfect trip.
What You're Saying
“
A highly knowledgeable and professional company that looks after you and your particular needs from beginning to end. Japan was my third trip through them and their team in the office, Fenton in particular, their local guides and their on the ground back up staff were brilliant. Faultless is the one word that springs to mind and I cannot recommend them highly enough.
Judith Young
”
“
Emma planned our trip to Japan with us expertly. We explored Tohoku and had some wonderful guides. The travel, the hotels, and the advice and support we were given was just what we had hoped for. The adventure was truly memorable and totally enjoyable. A truly superb experience. Thank you!
David Price
”
“
Just back from an amazing time in Japan. Fenton looked after us brilliantly during the initial discussions, all the way to checking-in once we were back to see if there were things that could have been improved. The key thing for us was that Fenton listened to us, and asked about the things that interested us and would make the holiday special. He was able to use his experience and knowledge to guide us - including tweaking some of our initial ideas that would not have worked. Then he crafted an itinerary that really delivered on the promises. Proper small business service levels - highly recommend.
RD
”
“
Japan was our second trip arranged by Holiday Architects and like the first was a huge success, Emma helped us organise a wonderful three week itinerary, eight stops all connected by trains, Japans trains are a revelation and run perfectly. Everything from hotels, which were well located and comfortable, our well planned tours and excellent tour guides and Japan and the Japanese people made for a wonderful memorable trip.
Steve Ausden
”
“
We recently returned from an incredible trip to Japan, arranged by Holiday Architects, and we couldn’t be happier with the experience. From the start, Fenton was attentive and professional, sharing his personal experience and expertise about Japan. He took the time to understand what we wanted from our trip – combining cultural experiences, visits to historic buildings and serene gardens, and the excitement of bustling city life – and created a tailored itinerary that suited us perfectly.
Maggie and Mark
”
“
I booked a holiday of a lifetime for myself and my daughter to Japan. Fenton at Holiday Architects organised everything to the finest detail. When we arrived in Tokyo, we were met by someone who had all our tickets prepared with full instructions on how to use them, where and when. Each hotel was chosen with us in mind, each within the vicinity of the main sights. Guided tours showed us the culture of Japan and its history. Fenton has great knowledge of the country, if you don’t. He can advise. Thank you Fenton!
Ian
”
“
Emma planned and organised an amazing trip to Japan for myself and a friend, which was just what we wanted. The quality of her advice and the tours organised for us were first class. We would definitely use Holiday Architects again. Thank you.
Jill Carnie
”
“
I could not have planned such a memorable adventure to Japan with my 19 year old son without Emma’s extensive and invaluable knowledge. She really listened to my brief, with the end result that we had a trip of a lifetime. We felt we were experiencing Race Across the World but in a good way and armed with all the information we needed. The App was brilliant which detailed our itinerary day by day including train times and local information. Excellent.
Cathy Stafford
”
Ready to pack your bags?
Speak to one of our travel specialists today.
Get a Quote 01242 253 073Open Mon-Fri: 9am-5:30pm
Japan In-Depth, Japan Express, Highlights of Japan, Japan's Road Less Travelled

We'd love to keep in touch.
Sign up to get our latest team news, travel tips and holiday inspiration straight to your inbox.