Providing early childhood education in an English environment in Shirokanedai, Minato City,
International Preschool & Kindergarten
【Kspace International Preschool & Kindergarten】
Kspace International Preschool & Kindergarten is an international preschool and kindergarten located in Shirokanedai, Minato City. It offers childcare and learning programs in an English-language environment for children aged 14 months to 6 years.
The official website also features after-school, Saturday school, and seasonal programs. It is a good option for families who want their children to be exposed to English from early childhood or who are seeking an international learning environment.
Conveniently located with easy access from the Shirokanedai, Meguro, Hiroo, Ebisu, and Shinagawa areas, it supports children’s learning and activities in a calm neighborhood.
Three recommended highlights
01
Early childhood education program in an English environment
It offers early childhood education centered on English for children aged 14 months to 6 years. Classes are organized by age, and the program supports children’s development through play, expression, and communication.
02
Also offers after-school and seasonal programs
In addition to the preschool and kindergarten, after-school, Saturday school, and seasonal programs are available. This makes it easy to broaden learning opportunities to suit family schedules and children’s ages.
03
Facilities that support a wide range of activities
In addition to classrooms, a rooftop and outdoor play area, a drama stage, gym facilities, and an atelier are featured. The environment supports not only learning but also time for physical activity and creative work.
BASIC INFORMATION
| Name |
Kspace International Preschool & Kindergarten (ケースペース インターナショナル プリスクール アンド キンダーガーデン) |
|---|---|
| Address | 5-13-39 Shirokanedai, Minato-ku, Tokyo Access |
| Phone | 03-5421-4186 |
| Fax | 03-3446-3478 |
| Official URL | https://www.kspacetokyo.org |
| Business hours | Varies by program. |
| Access | About a 15-minute walk from Meguro Station About a 15–25-minute walk from the Hiroo area |
| Tours & Experiences | Advance reservation |
FACILITY INFORMATION
| Facilities |
|
|---|
| Conditions / Trends |
|
|---|
| Languages |
|
|---|
Nearby events
-
-
-
1.01 km
Check RouteMeguro Ward Lecture & Culture2026.07.02(木)–09.21(月)Collection Exhibition Tokyo Photographic Art Museum “TOP Collection: Tomorrow’s Dining Table” Now Open A photography exhibition that looks at food and reflects on how we live At the Tokyo Photographic Art Museum, the exhibition “TOP Collection: Tomorrow’s Dining Table,” which explores the relationship between “food” and “living” through photography and moving images, is being held. The venue is the 3rd-floor exhibition gallery of the Tokyo Photographic Art Museum. The exhibition runs from Thursday, July 2 to Monday (national holiday), September 21, 2026. “TOP Collection” is a series of exhibitions that presents approximately 39,000 photographic and moving-image works in the museum’s collection from a variety of perspectives. Using “food” as a key to view the works, this exhibition invites consideration of issues faced by contemporary society such as population aging and eating alone. Through dining tables depicted in photographs and videos, it invites each visitor to reflect on “eating” and “living together.” Considering food and society across four galleries ROOM 01 Room 1 “Back Then, at That Table” Featuring works by five artists—島尾伸三、原美樹子、野口里佳、潮田登久子、川内倫子—on the theme of memories of family and personal dining tables. It turns our gaze to everyday food scenes that suddenly resurface in memory and to the dining table as an accumulation of memories. ROOM 02 Room 2 “Between Food and Place” Through works by 奈良原一高、山田實、宮本隆司、竹谷出, the exhibition re-examines ties between land and food. From urban eateries to fisheries and practices that pray for bountiful harvests and catches, it considers how food has been connected to each locale. The series 〈にほんのかけら〉 by 竹谷出 will be exhibited here for the first time since entering the museum’s collection. ROOM 03 Room 3 “Within the Environment” Through works by 宮崎学、土田ヒロミ、楢橋朝子、岩井優, the exhibition considers the relationship between human activity and the natural environment. Against the backdrop of issues surrounding food and daily life—such as fluctuations in food prices, changes in wildlife habitats, and reputational damage to food following the Fukushima Daiichi Nuclear Power Plant accident triggered by the Great East Japan Earthquake—it examines the relationship between our lives and the environment. ROOM 04 Room 4 “Tomorrow’s Dining Table” This section considers the future of food—how we will eat from now on. As aging, solitary eating, and the rise in single-person households change the environment surrounding food, we introduce 折元立身’s “Grandmother’s Lunch” series. The series documents scenes of sharing meals with local seniors at Ryusenji Temple in Nihonmatsu, Fukushima Prefecture, and a communication-art project inviting 500 grandmothers to a monastery in Évora, a UNESCO World Heritage city in Portugal, where they dance, sing, and gather around the table. This chapter invites us to reconsider the joy of sharing a table and, through connections with others, the meaning of “living together.” Film Screenings and Collaboration Menu During the exhibition period, films themed around “food” and lifestyle — 『かもめ食堂』, 『めがね』, and 『土を喰らう十二ヵ月』 — will be screened at the first-floor hall of the Tokyo Photographic Art Museum. In addition, at the first-floor Café From Top, you can enjoy the exhibition’s collaboration menu, including “Watermelon Cake” and a one-plate dish of duck rice and pumpkin soup. Furthermore, at “WINE MARKET PARTY” on the basement first floor of Ebisu Garden Place, special offers are available for visitors who present a ticket for this exhibition. Recommended for “TOP Collection: Tomorrow’s Dining Table” is an exhibition that, through photography and video, reflects on meals with family, the ties between communities and food, the natural environment, and the dining table of the future. As it presents a wide range of works on the theme of food, it is suitable not only for those interested in photographic works, but also for those who wish to view everyday memories and social change from a new perspective. It is also recommended for those who want to enjoy a cultural experience in Tokyo alongside sightseeing, shopping, and dining in the Ebisu area. Exhibition view Photo: いしかわみちこ Exhibition view Photo: いしかわみちこ ※ Closed on Mondays during the exhibition period. However, if Monday is a national holiday, the museum will be open and closed on the following weekday. ※ Programs are subject to change due to various circumstances. Please check the official website for the latest information before your visit. :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; } /* Long Content Block */ .content-block { background-color: var(--dark-card); color: #ffffff; padding: 32px; border-left: 4px solid var(--accent-orange); width: 100%; box-sizing: border-box; } .content-block h2 { font-size: 1.25rem; margin-bottom: 12px; color: #ffffff; word-break: break-word; } .content-block p { color: #cccccc; font-size: 0.925rem; text-align: justify; word-break: break-word; } /* Event Section */ .event-card { background-color: var(--accent-orange-light); border: 1px solid rgba(255, 85, 0, 0.2); padding: 28px; width: 100%; box-sizing: border-box; } .event-card p { color: #333333; font-size: 0.9rem; 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%; } .image-frame img { width: 100%; height: auto; display: block; object-fit: contain; } .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, .content-block, .event-card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } }
-
-
-
-
2.72 km
Check RouteMinato City Lecture & Culture2026.08.13(木)–09.13(日)Special Exhibition 「The Paper Log: Membrane and Core — A collaborative project between Issey Miyake and Ensemble Studio」 At 21_21 DESIGN SIGHT (Gallery 3), the special exhibition 「The Paper Log: Membrane and Core — A collaborative project between Issey Miyake and Ensemble Studio」 is being held. This exhibition is a project that explores new value in the by-product “Paper Log” generated during Issey Miyake’s pleating process. Conceived by Satoshi Kondo of MIYAKE DESIGN STUDIO, a collaboration with the Spanish architectural unit “Ensemble Studio” has been realized. Inspired by the beautiful, tree-ring-like cross-sections of the Paper Log, an experimental and highly creative approach is being developed. Highlights of the Exhibition A dialog between “Membrane” and “Core” Membrane (Shell) — Ensemble Studio: By peeling off the layers of the Paper Log one by one, three-dimensional works imbued with the memory of the material are created. Core (Core) — ISSEY MIYAKE: Focusing on the structure of the log’s core, furniture prototypes are produced through experiments such as wax impregnation and adhesive penetration. An exhibition configuration premiering in Japan The project presented in Milan in April 2026 has been reconfigured to suit the space of Gallery 3. Together with newly crafted display fixtures, the works can be appreciated from closer proximity. A documentary tracing the production process At the venue, not only the works but also a documentary film capturing the research, experiments, and production journey of both teams is being screened. Recommended for Recommended for those interested in design, architecture, fashion, and sustainable production. You can enjoy it alongside sightseeing and art tours in the Roppongi area. © 21_21 DESIGN SIGHT © 21_21 DESIGN SIGHT ※The exhibits and the exhibition layout are subject to change. ※For the latest information, please check the official website. :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; 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; } .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.1rem; font-weight: 700; margin-bottom: 12px; line-height: 1.4; word-break: break-word; } .card-text { font-size: 0.9rem; color: var(--text-muted); word-break: break-word; } .card-text p { margin-bottom: 4px; } .card-text p:last-child { margin-bottom: 0; } /* 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 Protection & Responsiveness */ .image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 28px; width: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .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%; overflow: hidden; } .image-frame img { max-width: 100%; width: 100%; height: auto; display: block; object-fit: contain; 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; } .container { padding: 32px 16px; } .card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } }
-
-
-
-
5.65 km
Check RouteShinjuku City Hobby gathering2026.07.15(水)–2027.05.31(月)Immersive Exhibition Event A dream hotel space created by Sanrio Characters! "Hotel Floria Tokyo" makes its Japan debut The new, immersive experience event "Hotel Floria Tokyo," themed around the “dream hotel” envisioned by Sanrio characters, is arriving in Japan for the first time. Enjoy the unique worlds of each Sanrio character, as if you were touring a special hotel. ※This event is not an actual lodging facility; it is an experiential exhibition based on a hotel concept, created with space and visual productions. Exhibition Highlights (1)A special exhibition space filled with the characters' "dreams" Each exhibition area is designed based on the characters' favorite items and stories. The world is carefully expressed down to the interiors and small objects, offering a high level of immersion that feels like spending time with the characters. (2)A new kind of immersive experience by the Korean creative team "d'strict" Through fantastical spatial staging woven with light and visuals, you can experience a hotel room tour as if you have stepped into the characters' worlds. Fantastical exhibition content that proved popular in Korea, including a pink sandy beach stretching to the horizon, will be showcased. (3)Original hotel-concept goods to take home as travel mementos The original goods designed in Korea include a lineup perfect for travel memories, such as luggage tags, plush toys, and room key-style acrylic charms. Starting Saturday, September 19, new items will be rolled out sequentially. Recommended for Recommended for fans of Sanrio characters, those who want to take special photos in a fantastical setting, domestic and international travelers looking to enjoy new experiences while sightseeing in Tokyo, and those who want to create wonderful memories with family and friends. © 2026 SANRIO CO., LTD. © 2026 SANRIO CO., LTD. :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; 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; } .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.1rem; font-weight: 700; margin-bottom: 12px; line-height: 1.4; word-break: break-word; } .card-text { font-size: 0.9rem; color: var(--text-muted); word-break: break-word; } .card-text p { margin-bottom: 4px; } .card-text p:last-child { margin-bottom: 0; } /* 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 Protection & Responsiveness */ .image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-bottom: 28px; width: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .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%; overflow: hidden; } .image-frame img { max-width: 100%; width: 100%; height: auto; display: block; object-fit: contain; 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; } /* Responsive Design */ @media (max-width: 768px) { .main-title { font-size: 1.4rem; } .container { padding: 32px 16px; } .card { padding: 20px; } .image-gallery { grid-template-columns: 1fr; } }
-
MAP & ACCESS
About a 15-25 minute walk from the Hiroo area