新宿區
新宿・神樂坂・高田馬場
查看新宿區AREA GUIDE
從東京的人氣區域中,搜尋餐廳、設施與活動資訊。
EDITOR'S SELECTION
從「暢遊東京」編輯部親自造訪,並實際體驗過料理與用餐環境的店家中,依照不同主題為您精選推薦。
※刊登內容根據編輯部造訪時的資訊整理而成。
與スーパーアキダイ秋葉社長組成的團體『アキエリ』的江里華推出了新曲。地方歌曲「松島みれん舟」 誠摯邀請您前來。 當天會場提供現場報到,亦可事先預約。 E-プロモーション 050-6881-5731 e.promotion.music5@gmail.com
傳統藝能 被篝火映照的幽玄世界 「第38屆 新宿御苑 森之薪能」 將舉辦以新宿御苑為舞台、可欣賞傳統藝能「能」與「狂言」的「第38屆 新宿御苑 森之薪能」。高樓林立的東京中心,配合被篝火照亮的舞台,是每年秋季慣例、可盡享格調高雅能樂世界的活動。本次公演將由野村萬斎(和泉流)演出狂言「樋之酒(ひのさけ)」,能「船弁慶・前後之替(ふなべんけい・ぜんごのかえ)」則由観世銕之丞・観世淳夫(観世流)演出。 在幽玄氛圍中欣賞能與狂言 「森之薪能」是在保留於都心、自然資源豐富的新宿御苑環境中,於篝火映照的舞台上,由精選演者與節目帶來的能樂可供欣賞之傳統藝能活動。 開演後將進行解說與點火儀式,狂言結束後預計有約15分鐘的休息。 本次演出節目 狂言「樋之酒(ひのさけ)」 野村萬斎(和泉流) 能「船弁慶・前後之替(ふなべんけい・ぜんごのかえ)」 観世銕之丞・観世淳夫(観世流) 雨天時改於新宿文化センター舉行 如遇下雨,將把會場改為新宿文化センター大廳舉行。關於雨天時的舉辦,將於當日9月24日(週四)下午1點在新宿觀光振興協會的官方網站以及官方SNS發布。 適合以下人士 推薦給想體驗日本傳統藝能、想細細品味能與狂言,或正在尋找東京獨有文化體驗的您。可享受新宿御苑的自然,與被篝火照亮的能舞台交織而成的夢幻氛圍。 ※未就學兒童謝絕入場。 ※最新資訊請確認官方網站。 :root { --bg-color: #fcfcfc; --card-bg: #ffffff; --text-main: #111111; --text-muted: #555555; --accent-orange: #ff5500; --accent-orange-light: #fff2ec; --border-color: #e5e5e5; --dark-card: #141414; } * { box-sizing: border-box; margin: 0; padding: 0; } html, body { width: 100%; overflow-x: hidden; } body { background-color: var(--bg-color); color: var(--text-main); font-family: 'Noto Sans JP', 'Noto Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; line-height: 1.7; letter-spacing: 0.02em; -webkit-font-smoothing: antialiased; } .container { max-width: 860px; width: 100%; margin: 0 auto; padding: 48px 20px; } /* Header Styling */ header { border-bottom: 2px solid var(--text-main); padding-bottom: 32px; margin-bottom: 48px; } .badge { display: inline-block; background-color: var(--accent-orange); color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 3px 10px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; } .main-title { font-size: 1.6rem; font-weight: 700; line-height: 1.35; color: var(--text-main); margin-bottom: 12px; word-break: break-word; } .subtitle { font-size: 1rem; font-weight: 500; color: var(--accent-orange); margin-bottom: 24px; word-break: break-word; } .intro-text { font-size: 0.925rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* Section Styling */ section { margin-bottom: 56px; width: 100%; } .section-header { margin-bottom: 24px; } .section-title { font-size: 1.3rem; font-weight: 700; letter-spacing: 0.04em; position: relative; } .section-title::after { content: ''; display: block; width: 36px; height: 3px; background-color: var(--accent-orange); margin-top: 6px; } /* Highlights Layout */ .grid-highlights { display: flex; flex-direction: column; gap: 20px; width: 100%; } .card { background-color: var(--card-bg); border: 1px solid var(--border-color); padding: 24px; width: 100%; box-sizing: border-box; transition: border-color 0.3s ease; } .card:hover { border-color: var(--accent-orange); } .card-number { font-size: 0.8rem; font-weight: 700; color: var(--accent-orange); margin-bottom: 8px; display: block; } .card-title { font-size: 1.05rem; font-weight: 700; margin-bottom: 12px; line-height: 1.4; word-break: break-word; } .card-text { font-size: 0.9rem; color: var(--text-muted); text-align: justify; word-break: break-word; } /* Recommendation Section */ .recommend-box { border-top: 1px solid var(--border-color); padding-top: 36px; width: 100%; } .recommend-text { font-size: 0.925rem; color: var(--text-main); margin-bottom: 24px; text-align: justify; word-break: break-word; } /* Image Gallery */ .image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 28px; width: 100%; } .image-frame { background-color: #f4f4f5; border: 1px dashed var(--border-color); border-radius: 4px; padding: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; position: relative; overflow: hidden; } /* CHẶN COPY, KÉO THẢ VÀ TỐI ƯU HIỂN THỊ HÌNH ẢNH */ .image-frame img { width: 100%; max-width: 100%; height: auto; max-height: 350px; display: block; object-fit: contain; /* Vô hiệu hóa bôi黒 & kéo thả形画像 */ user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -webkit-user-drag: none; /* Bỏ tương tác chuột trực tiếp lên ảnh (chặn chuột phải lưu ảnh) */ pointer-events: none; } .image-caption { font-size: 0.75rem; color: var(--text-muted); margin-top: 8px; text-align: center; word-break: break-word; line-height: 1.4; } /* Notes List */ .notes-list { list-style: none; background-color: #f4f4f5; padding: 20px 20px 20px 32px; width: 100%; box-sizing: border-box; } .notes-list li { font-size: 0.825rem; color: var(--text-muted); margin-bottom: 6px; text-indent: -1.2em; word-break: break-word; } .notes-list li:last-child { margin-bottom: 0; } /* Responsive Design */ @media (max-width: 768px) { .main-title { font-size: 1.4rem; } .subtitle { font-size: 0.95rem; } .container { padding: 32px 16px; } .card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } .image-frame img { max-height: 250px; } }
2026年9月26日(六),將於大田區產業廣場PiO舉辦20、30歲族群限定的大型交流活動「蒲田BIG恋活フェス」! 不只依靠交友軟體,我們希望打造一個能面對面見到彼此,在同一時間與空間中自然交談的相遇場域。基於這樣的想法,策劃了在蒲田舉辦、深耕在地的戀活活動。 「在日常生活中很少有機會認識新朋友」 「透過交友軟體很難掌握對方的氛圍」 「拘謹的婚活派對會讓人有點緊張」 我們致力於讓20、30歲的朋友能輕鬆跨出第一步的交流活動。 會場距離京急蒲田站步行約3分鐘。最多250人規模,採站立・自由交流形式,一邊享用輕食與暢飲一邊互動。 不是與指定對象按順序交談的形式。可在會場內自由移動,依自己的步調與感興趣的人聊天。 首次參加、單獨參加都大歡迎!也可與朋友一同參加。 不僅尋找戀人的朋友,「想先和新的人聊聊看」的您也歡迎輕鬆參與。
兩國的IKIJI STORE將舉辦「第4屆 IKIJI寄席」。 此次也將恭迎古今亭圓菊師傅,邀請您在IKIJI STORE店內欣賞落語。 無論是第一次接觸落語的朋友,或是落語愛好者,都非常歡迎。 在僅有IKIJI STORE才有、與演者距離近的親密空間裡,請近距離欣賞古今亭圓菊師傅的話藝。 【演出】 古今亭圓菊 【時間・參加費】 19:00〜 2,000円 20:00〜 1,500円 ※不採取輪替制。 從19:00場次參加的來賓,可直接繼續欣賞20:00場次。 【會場】 IKIJI STORE 東京都墨田區 【主辦】 IKIJI 【報名方式】 需事先預約。 請透過下方的Google表單報名。 https://forms.gle/Qftav12qpczK3gL26 誠摯期待各位蒞臨。
BUSINESS
為您介紹Gurutto Tokyo收錄的企業。
FOR BUSINESS OWNERS
從精心製作展現店家魅力的頁面,到多語言服務、在地搜尋最佳化及評論管理,Gurutto Tokyo全面支援您的資訊傳播與來客推廣。
為訪日旅客提供英語、中文、韓語、越南語等多語言網站。
Cookie🍪 與隱私
本網站使用 Cookie 與 Google Tag Manager 來分析使用情況並提升服務。您可選擇允許或拒絕非必要的 Cookie。詳情請參閱 隱私權政策。