Bars

Filter

Ward

WARD

Search

Gold Bar

Minato-Ku

Within The Tokyo Edition, Gold Bar dazzles with a palette of obsidian and gold, where polished surfaces reflect flickers of candlelight and curated jazz. Cocktails are sculpted with modern poise, blending Japanese elements with global flair. It's a space of quiet confidence and cinematic charm, where even stillness feels styled.

Minato-Ku

Bar Benfiddich

Shinjuku-Ku

Up a nondescript staircase in Shinjuku, Bar Benfiddich is a world unto itself part bar, part apothecary, part temple of craft. Surrounded by jars of spices and herbs, the bartender conjures drinks that taste like dreams of the forest floor. It is a sanctuary for seekers, where every pour is wild and sacred, and each evening unfolds like a spell.

Shinjuku-Ku

Bar TRENCH

Shibuya-Ku

Tucked behind the cobbled alleys of Ebisu, Bar Trench is a moody cocktail den where dim lamps cast soft shadows on leather-bound menus and antique glass. Absinthe, amaro, and old-world spirits flow in quiet rhythm, handled with reverence and restraint. Here, the air is tinged with mystery, and conversation unfolds like a noir novel one sip at a time.

Shibuya-Ku

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
<script>
  document.addEventListener("DOMContentLoaded", function () {
    // 分页按钮:包括 page-button、上一页、下一页
    const paginationLinks = document.querySelectorAll(
      'a[href*="_page="], .w-pagination-next, .w-pagination-previous'
    );

    paginationLinks.forEach(function (link) {
      link.addEventListener("click", function () {
        // 延迟滚动,确保分页内容切换已完成
        setTimeout(function () {
          const target = document.querySelector(".fs-pagination-top");
          if (target) {
            target.scrollIntoView({
              behavior: "smooth",
              block: "start"
            });
          }
        }, 300); // 可根据页面渲染速度调整时间
      });
    });
  });
</script>