Toyotomi Hideyoshi

Hideyoshi Travel Guide

Overview Page Introduction (for “Osaka Castle Park”)

Explore Osaka Castle Park, where samurai history and scenic beauty meet. Discover iconic gates, gardens, and the Main Tower in this cultural heart of Osaka.
Hideyoshi Travel Guide Detailed

Osaka Castle Series Vol.4 : The Northern Stronghold

Uncover Osaka Castle’s lesser-known northern side—from the Hidden Bailey to Aoya Gate. Explore secret defenses, tragic tales, and centuries-old stonework.
Hideyoshi Travel Guide Detailed

Osaka Castle Vol. 3: Honmaru Area

Discover Osaka Castle's heart: Sakuramon Gate, historic wells, Kinzo treasury, and the majestic keep. A journey through samurai history awaits.
Hideyoshi Travel Guide Detailed

Osaka Castle Vol. 2: Nishinomaru Garden Area

Explore Osaka Castle’s Nishinomaru area—home to historic turrets, the Taiko drum tower ruins, Enshogura, and Toyokuni Shrine honoring Hideyoshi.
Hideyoshi Travel Guide Detailed

Osaka Castle Vol. 1: Otemon Gate Area

Discover Osaka Castle’s Otemon Gate, massive stone walls, engraved stones, and Tamon Yagura—an Edo-period turret and defensive stronghold.
Hideyoshi Travel Guide Detailed

Osaka Castle: A Definitive Journey Through All Its Historic Areas

Explore Osaka Castle, built by Toyotomi Hideyoshi and enhanced by the Tokugawa Shogunate—divided into three key areas full of historic beauty.
// ナビリンクの自ページのボタンを手前にする処理 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' }); } } });