Rules
About The Ryotei
About the Venue
About the Restaurant
About the Ballroom
About the Inn Suites
Menu
Seasonal Specials
Appetizers
Entrees
Drinks
Desserts
Services
Chef's Table
NPC Dates
Inn Suites
Banquets
Staff
Main Staff
Resident Entertainers
Partners
Socials
Discord
X/Twitter
Bsky
document.querySelectorAll('.nav-menu .dropbtn').forEach(btn => { btn.addEventListener('click', function(e) { e.preventDefault(); this.parentElement.classList.toggle('active'); }); }); document.addEventListener('click', function(e) { if (!e.target.closest('.nav-menu .dropdown')) { document.querySelectorAll('.nav-menu .dropdown').forEach(dropdown => { dropdown.classList.remove('active'); }); } });