ADVERTISEMENT

Japan is God's gift to the foodie

Published Jul 20, 2022 11:42 am

In the late ’60s, I had the blessed opportunity to travel to Japan with my mom and brother Bong. The only thing I remember was a lunch of delicious steak cooked over volcanic rocks. I never forgot that meal. Kimpura was the only Japanese restaurant I knew about. I loved their food and it was always a treat to dine there. To me, though, Japan was way too expensive and the only opportunity I’d get to go was an invite by some friend on an official trip. 

This is where I believe my God who knows my heart comes into the picture. A few years ago, some Japanese government representatives came over to the Philippines with the desire to promote unknown places of Japan in the country. Guess who they assign to do this dream job? My food show Foodprints

I went around the southern part of Japan namely Fukuoka, Hiroshima, and Osaka and just ate and ate and ate at the most delicious restaurants of Japan. There was no special category of dining place, except it had to be delicious! Tell me if that job isn’t a blessing from above. When the show aired on the Metro Channel, many of my viewers came to me telling me they wanted to dine in the places I featured. So, another angel sent by my Father from above sends JTB (Japan Travel Bureau) to me with the question, “Would you like to lead our culinary tours?” Each group I bring is different so I practically go to the same places every time. Every dining place is delicious. But that standard does not satisfy me. It has to be perfect. 

Then the pandemic decided to land on the world. My last tour was in Hokkaido in December 2019. It was 14 degrees below zero but we still had an outstanding food trip adventure.

Our first meal was at a place called Ramen Alley, a 10 minute walk from our hotel. There are about 14 different stalls in the alley, but the one I recommend is called Ichikura.

This year, the Japanese government allowed tour groups to enter Japan. So, on the evening of July 11, a bunch of us traveled from Manila to Tokyo. We had a stopover and finally landed at the Chitose airport in Hokkaido early in the morning. I introduced myself to the group and assured them we were going to have fun. Usually, the group, not really knowing each other, is a bit shy to socialize. But come the next day, you’d think they’ve been friends for decades. This is what happens when foodies get together. The last group was different. On our first bus ride from the airport, there was boisterous laughter already and the group gelled immediately.

Ichikura Scallop Ramen

I proposed to check in, relax, and catch up on sleep and meet at the lobby at 1 p.m. Our first meal was at a place called Ramen Alley, a 10-minute walk from our hotel. There are about 14 different stalls in the alley, but the one I recommend is called Ichikura. The only Michelin star-rated ramen place, it specializes in scallop ramen. With a little dab of Japanese pepper on the piping hot broth, all those who tried it couldn’t talk, just giving me the thumbs up. 

Deep-fried pork cutlet from Tonkatsu Aoki

That evening, we headed to a place called Tonkatsu Aoki. Here, the Tonkatsu is humongous. Almost everyone could not finish the tonkatsu. I blame one of the participants. She kept on telling me, “chef, ang payat mo.” That was my license to prove her wrong. At the end of the trip, I succeeded. Now, I have to diet. The tonkatsu was crispy, soft, with some strips of tender fat in the middle, and simply delicious. Here, they suggest you use black salt instead of Bulldog sauce. It makes sense, since you taste the superior pork better. You know how delicious and pure white Japanese rice is. This place matches the tonkatsu with superior white and sticky Japanese rice.

Ichikura Scallop Ramen

What a perfect first day! And we had five more days to go. For breakfast the next day, I just had Hokkaido milk with an egg sandwich from Family Mart. Perfection!

Today, I no longer wish having good food from Japan. I experience not only good but exceptional food—and often. Thank you, Lord!

Happy eating! 

Related Tags

Ichikura Scallop Ramen Tonkatsu Aoki food Japan
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.