Tokyo Area

Anjin Travel Guide

Uraga — Historic Sites Associated with Miura Anjin

Discover the port town where SHŌGUN’s Anjin helped shape Japan’s global future. Explore Uraga, where William Adams dreamed of international trade.
Ieyasu Travel Guide

Edo Castle – Tracing the Legacy of Tokugawa in the Heart of Tokyo

Uncover samurai-era Japan at Edo Castle in Tokyo. Walk moats, ruins, and gardens. Your ultimate guide to Tokugawa history and the Imperial Palace.
Ieyasu Travel Guide

Tokugawa Ieyasu’s Historic Landmarks in Ueno, Ochanomizu, and Korakuen

Explore the historic landmarks of Tokugawa Ieyasu in Tokyo, including Ueno Toshogu Shrine, Kan’ei-ji Temple, Yushima Tenmangu, and more. Discover their rich history, cultural significance, and travel tips for an unforgettable journey through Edo-era heritage.
Anjin Travel Guide

Exploring Miura Anjin’s Legacy: Yokosuka Edition

Walk in the footsteps of William Adams (Miura Anjin), the first English samurai, in Yokosuka. Visit Anjinzuka Memorial, Kashima Shrine, and Jōdoji Temple on this self-guided tour.
Ieyasu Travel Guide

Discover the Sacred Sites of Tokugawa Ieyasu: Nikko Edition

Explore the historic sites of Nikko on a self-guided walking tour tracing Tokugawa Ieyasu’s legacy. Visit UNESCO-listed Nikko Toshogu Shrine and other sacred temples while immersing yourself in Edo-period history.
Copied title and URL
// ナビリンクの自ページのボタンを手前にする処理 document.addEventListener('DOMContentLoaded', function () { const nav = document.querySelector('.shogun-mobile-nav'); if (nav) { const currentLink = nav.querySelector('.current'); if (currentLink) { const currentLeft = currentLink.offsetLeft; const currentWidth = currentLink.offsetWidth; const navWidth = nav.offsetWidth; const scrollTo = currentLeft - (navWidth / 2) + (currentWidth / 2); nav.scrollTo({ left: scrollTo, behavior: 'smooth' }); } } });