ADVERTISEMENT

A Japanese classic returns in a new BGC home

Ogawa Traditional Japanese Restaurant reopens with a refreshed space and a renewed focus on authenticity

Published May 4, 2026 11:12 am
Ogawa Traditional Japanese Restaurant reopens, bringing authentic Japanese dining to a new home. (Photo: Ogawa)
Ogawa Traditional Japanese Restaurant reopens, bringing authentic Japanese dining to a new home. (Photo: Ogawa)
It had been a while since I last thought about Ogawa.
For many who have been dining around Metro Manila long enough, Ogawa Traditional Japanese Restaurant is one of those names that stayed in circulation.
Now, it returns, reopening in a new space at the upper ground floor of The Shoppes at Park McKinley West along Lawton Avenue in Bonifacio Global City, bringing with it the same approach that built its following: a focus on authenticity, technique, and quality ingredients.
The restaurant has long been known for its sushi, teppanyaki, and a wide range of traditional Japanese dishes, built on the principles of freshness and careful preparation. With the reopening, that direction remains intact, now shaped by a refreshed space and a kitchen led by head chef Kazu Yonemoto.
Jyu Jyu beef steak set with appetizer, beef steak, rice, miso soup, salad, and fruits offers a complete and satisfying meal. (Photo: Ogawa)
Jyu Jyu beef steak set with appetizer, beef steak, rice, miso soup, salad, and fruits offers a complete and satisfying meal. (Photo: Ogawa)
(Photo: Ogawa)
(Photo: Ogawa)
Kazu brings years of experience and a clear respect for Japanese culinary tradition, guiding the menu with an emphasis on authenticity while allowing for subtle adjustments suited to the local palate.
That commitment shows in the sourcing. Seafood is flown in from Tokyo’s Toyosu Market, while the beef selection includes a range of high-grade Wagyu—Kobe, Matsusaka, Ohmi, Kagoshima, and Miyazaki—each known for its distinct character.
The menu itself reads like a survey of Japanese cuisine. There are the familiar comforts—donburi, sukiyaki—alongside more involved dining formats such as teppanyaki, kaiseki, and robatayaki. One of the highlights of the new space is the live robatayaki grill, where dishes are prepared over charcoal in full view of diners, adding a layer of theater to the meal.
There are also small shifts that signal where the restaurant is headed. Burgeryaki, a newer addition, introduces a more contemporary note without straying too far from its roots. For now, the restaurant is operating on a curated soft opening menu, with plans to roll out a more extensive 40-page selection in the coming months.
Shake kamameshi, a salmon and ikura rice casserole, delivers a rich, savory base layered with seafood flavor; and a Yakitori selection of negima, gyukushiyaki, uzura bacon yaki, and arabiki sausage showcases a mix of classic grilled bites. (Photo: Ogawa)
Shake kamameshi, a salmon and ikura rice casserole, delivers a rich, savory base layered with seafood flavor; and a Yakitori selection of negima, gyukushiyaki, uzura bacon yaki, and arabiki sausage showcases a mix of classic grilled bites. (Photo: Ogawa)
Kaisen Chirashi Sushi Zen Bento (Photo: Ogawa)
Kaisen Chirashi Sushi Zen Bento (Photo: Ogawa)
The space reflects that same balance between old and new. Earth-toned palettes and rustic finishes give the restaurant a warmer, more grounded feel, while familiar elements have been carried over—its signature bridge and antique door remain, subtle reminders of its earlier iteration.
Private dining rooms, named after districts in Tokyo such as Ginza, Roppongi, Akasaka, Aoyama, and Shinbashi, offer corners for small groups, while the open sushi station puts the focus on craftsmanship, each piece assembled within view.
A key highlight of the new OGAWA is its live robatayaki grilling experience, where guests can witness dishes being expertly prepared over open charcoal flames (Photo: Ogawa)
A key highlight of the new OGAWA is its live robatayaki grilling experience, where guests can witness dishes being expertly prepared over open charcoal flames (Photo: Ogawa)

Related Tags

BGC Ogawa Manila Bulletin Lifestyle
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.