カレンダーから探すβ
本ページはロードに時間がかかります。
#| '!! shinylive warning !!': |
#| shinylive does not work in self-contained HTML documents.
#| Please set `embed-resources: false` in your metadata.
#| standalone: true
#| viewerHeight: 1400
library(toastui)
library(shiny)
library(bslib)
library(here)
read.csv("cal.csv") -> cdm
data.frame(t(unique(cdm$tiku))) -> df_tiku
colnames(df_tiku) <- unique(cdm$tiku)
data.frame(t(unique(cdm$type))) -> df_type
colnames(df_type) <- unique(cdm$type)
#cal_date <- reactiveVal()
#cal_date(Sys.Date()+lubridate::duration(month=2))
ui <- fluidPage(
# textInput("txt", "Enter the text to display below:"),
# textOutput("text"),
# textOutput("text2"),
# selectInput("tiku", "地区で絞り込み",
# c("豊岡" = "豊岡",
# "藤沢" = "藤沢",
# "宮寺" = "宮寺",
# "二本木" = "二本木",
# "金子" = "金子",
# "東金子" = "東金子",
# "西武" = "西武"
# ),
# multiple = TRUE),
#
fluidRow(
column(3,
#wellPanel(
varSelectInput("tiku", "地区で絞り込み", df_tiku, multiple=TRUE, selected = colnames(df_tiku)),
#)
),
column(3,
actionButton("tiku_clear", "クリア"),
actionButton("tiku_all", "全選択")
),
column(3,
varSelectInput("type", "カテゴリで絞り込み", df_type, multiple=TRUE, selected = colnames(df_type)),
),
column(3,
actionButton("type_clear", "クリア"),
actionButton("type_all", "全選択")
),
),
# actionButton("next_month", ">"),
# actionButton("prev_month", "<"),
calendarOutput("my__calendar", height=1200),
)
server <- function(input, output, session) {
#output$text <- renderText({ here::here() })
#output$text2 <- renderText({ fs::dir_ls() })
#output$plot <- shiny::renderPlot({ plot(read.csv("example_table.csv")) })
#output$verb <- renderUI({
#read.csv("https://tea-3.jp/cityevent/caldemo3.csv")-> cdm
#warnings()
#capture.output(here::dr_here())
#output$plot <- renderPlot({hist(cdm$calendarId)})
#logo = xfun:::R_logo()
#link = xfun::embed_file(logo, text = "Download R logo")
#HTML(link)
#if (interactive()) htmltools::browsable(link)
# })
observeEvent(input$tiku_clear, {
updateVarSelectInput(session, "tiku", label = NULL, data = df_tiku, selected = NULL)
})
observeEvent(input$tiku_all, {
updateVarSelectInput(session, "tiku", label = NULL, data = df_tiku, selected = df_tiku)
})
observeEvent(input$type_clear, {
updateVarSelectInput(session, "type", label = NULL, data = df_type, selected = NULL)
})
observeEvent(input$type_all, {
updateVarSelectInput(session, "type", label = NULL, data = df_type, selected = df_type)
})
# observeEvent(input$prev_month, {
# cal_date(as.Date(cal_date()+lubridate::duration(month=-1)))
# output$my_calendar <- renderCalendar({
# cdm %>% dplyr::filter(tiku %in% input$tiku) -> cdm
# cdm %>% dplyr::filter(type %in% input$type) -> cdm
#
# calendar(cdm, navigation = TRUE, isReadOnly = T, height=1200, elementId="my_calendar", defaultDate=cal_date(),
# #view = "week",
# navOpts = navigation_options(today_label = "今日", fmt_date = "YY年MM月DD日",sep_date = " ~ ")) %>%
# cal_timezone(timezoneName = "Europe/London")
#
# })
# })
# observeEvent(input$next_month, {
# cal_date(as.Date(cal_date()+lubridate::duration(month=1)))
# output$my_calendar <- renderCalendar({
# cdm %>% dplyr::filter(tiku %in% input$tiku) -> cdm
# cdm %>% dplyr::filter(type %in% input$type) -> cdm
#
# calendar(cdm, navigation = TRUE, isReadOnly = T, height=1200, elementId="my_calendar", defaultDate=cal_date(),
# #view = "week",
# navOpts = navigation_options(today_label = "今日", fmt_date = "YY年MM月DD日",sep_date = " ~ ")) %>%
# cal_timezone(timezoneName = "Europe/London")#
#
# })
# })
#カレンダー出力
output$my__calendar <- renderCalendar({
# readxl::read_excel("caldemo.xlsx")-> cdm
cdm %>% dplyr::filter(tiku %in% input$tiku) -> cdm
cdm %>% dplyr::filter(type %in% input$type) -> cdm
calendar(cdm, navigation = TRUE, isReadOnly = T, height=1800, elementId="my_calendar", #defaultDate=cal_date(),
#view = "week",
navOpts = navigation_options(today_label = "今日", fmt_date = "YY年MM月DD日",sep_date = " ~ ")) %>%
cal_timezone(timezoneName = "Europe/London")
})
}
shinyApp(ui, server)
# {{< include file.csv >}}
## file: cal.csv
calendarId,title,body,recurrenceRule,start,end,category,location,backgroundColor,color,borderColor,lat,lng,type,url,notice,address,fee,max,target,due_from,due_to,start_gcal,end_gcal,img_url,map_body,tiku
3,第27回むかしのくらしと道具展,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""第27回むかしのくらしと道具展"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/46661.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240106T090000+09:00/20240214T170000&text=第27回むかしのくらしと道具展&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=4第27回むかしのくらしと道具展"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-11-06T09:00:00Z,2024-12-14T17:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/46661.html,特別展示室・市民ギャラリー(一部は常設展示室),埼玉県入間市二本木100,なし,NA,子供行事_ボランティアの行事,NA,NA,20240106T090000+09:00,20240214T170000,https://tea-3.jp/profile.jpg,"<div>第27回むかしのくらしと道具展</div><div>開催日:2024-01-06 09:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""第27回むかしのくらしと道具展"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/46661.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240106T090000+09:00/20240214T170000&text=第27回むかしのくらしと道具展&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=第27回むかしのくらしと道具展"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
1,古着と古雑貨 AAA VINTAGE MARKET,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""古着と古雑貨 AAA VINTAGE MARKET"" class=""img-thumbnail"" width=250/></div>
<a href=""NA"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.410631"", data-lat = ""35.871533"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240203T090000+09:00/20240203T150000&text=古着と古雑貨 AAA VINTAGE MARKET&ctz=Asia%2FTokyo&location=上奥富運動公園&details=古着と古雑貨 AAA VINTAGE MARKET"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-03T09:00:00Z,2024-02-03T15:00:00Z,time,上奥富運動公園,NA,NA,NA,35.871533,139.410631,マルシェ,NA,NA,埼玉県狭山市上奥富999,0,NA,NA,NA,NA,20240203T090000+09:00,20240203T150000,https://tea-3.jp/profile.jpg,"<div>古着と古雑貨 AAA VINTAGE MARKET</div><div>開催日:2024-02-03 09:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""古着と古雑貨 AAA VINTAGE MARKET"" class=""img-thumbnail"" width=250/></div>
<div><a href=""NA"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.871533,139.410631,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240203T090000+09:00/20240203T150000&text=古着と古雑貨 AAA VINTAGE MARKET&ctz=Asia%2FTokyo&location=上奥富運動公園&details=古着と古雑貨 AAA VINTAGE MARKET"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",狭山市
3,はたおり体験(小学生向け。道具展関連事業),"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""はたおり体験(小学生向け。道具展関連事業)"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47520.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240203T100000+09:00/20240203T120000&text=はたおり体験(小学生向け。道具展関連事業)&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=はたおり体験(小学生向け。道具展関連事業)"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-03T10:00:00Z,2024-02-03T12:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47520.html,回廊,埼玉県入間市二本木100,無料,先着8人,子供行事,NA,NA,20240203T100000+09:00,20240203T120000,https://tea-3.jp/profile.jpg,"<div>はたおり体験(小学生向け。道具展関連事業)</div><div>開催日:2024-02-03 10:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""はたおり体験(小学生向け。道具展関連事業)"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47520.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240203T100000+09:00/20240203T120000&text=はたおり体験(小学生向け。道具展関連事業)&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=はたおり体験(小学生向け。道具展関連事業)"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,はたおり体験(小学生向け。道具展関連事業),"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""はたおり体験(小学生向け。道具展関連事業)"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47521.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240203T130000+09:00/20240203T150000&text=はたおり体験(小学生向け。道具展関連事業)&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=はたおり体験(小学生向け。道具展関連事業)"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-03T13:00:00Z,2024-02-03T15:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47521.html,回廊,埼玉県入間市二本木100,無料,先着8人,子供行事,NA,NA,20240203T130000+09:00,20240203T150000,https://tea-3.jp/profile.jpg,"<div>はたおり体験(小学生向け。道具展関連事業)</div><div>開催日:2024-02-03 13:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""はたおり体験(小学生向け。道具展関連事業)"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47521.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240203T130000+09:00/20240203T150000&text=はたおり体験(小学生向け。道具展関連事業)&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=はたおり体験(小学生向け。道具展関連事業)"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,サイエンスバー「スチロール皿を使って実験してみよう」,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""サイエンスバー「スチロール皿を使って実験してみよう」"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47225.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240203T133000+09:00/20240203T150000&text=サイエンスバー「スチロール皿を使って実験してみよう」&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=サイエンスバー「スチロール皿を使って実験してみよう」"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-03T13:30:00Z,2024-02-03T15:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47225.html,こども科学室,埼玉県入間市二本木100,サイエンスバーのみ体験は無料。その後常設展示室を見学の場合は所定の観覧料をいただきます(1/6~2/14は中学生以下無料),NA,子供行事_ボランティアの行事,NA,NA,20240203T133000+09:00,20240203T150000,https://tea-3.jp/profile.jpg,"<div>サイエンスバー「スチロール皿を使って実験してみよう」</div><div>開催日:2024-02-03 13:30:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""サイエンスバー「スチロール皿を使って実験してみよう」"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47225.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240203T133000+09:00/20240203T150000&text=サイエンスバー「スチロール皿を使って実験してみよう」&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=サイエンスバー「スチロール皿を使って実験してみよう」"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,おやこ手もみ茶体験(道具展関連事業),"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""おやこ手もみ茶体験(道具展関連事業)"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47529.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240204T103000+09:00/20240204T150000&text=おやこ手もみ茶体験(道具展関連事業)&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=おやこ手もみ茶体験(道具展関連事業)"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-04T10:30:00Z,2024-02-04T15:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47529.html,エントランスホール,埼玉県入間市二本木100,無料,なし,子供行事_お茶の行事,NA,NA,20240204T103000+09:00,20240204T150000,https://tea-3.jp/profile.jpg,"<div>おやこ手もみ茶体験(道具展関連事業)</div><div>開催日:2024-02-04 10:30:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""おやこ手もみ茶体験(道具展関連事業)"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47529.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240204T103000+09:00/20240204T150000&text=おやこ手もみ茶体験(道具展関連事業)&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=おやこ手もみ茶体験(道具展関連事業)"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,おやこ森遊び,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""おやこ森遊び"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.city.iruma.saitama.jp/soshiki/seishonenka/seishonenkatudoucenter/9511.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3637808"", data-lat = ""35.8333027"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240209T100000+09:00/20240209T120000&text=おやこ森遊び&ctz=Asia%2FTokyo&location=青少年活動センター&details=おやこ森遊び"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-09T10:00:00Z,2024-02-09T12:00:00Z,time,青少年活動センター,NA,NA,NA,35.8333027,139.3637808,催し物,https://www.city.iruma.saitama.jp/soshiki/seishonenka/seishonenkatudoucenter/9511.html,NA,入間市小谷田1681-1,100,NA,NA,NA,NA,20240209T100000+09:00,20240209T120000,https://tea-3.jp/profile.jpg,"<div>おやこ森遊び</div><div>開催日:2024-02-09 10:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""おやこ森遊び"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.city.iruma.saitama.jp/soshiki/seishonenka/seishonenkatudoucenter/9511.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8333027,139.3637808,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240209T100000+09:00/20240209T120000&text=おやこ森遊び&ctz=Asia%2FTokyo&location=青少年活動センター&details=おやこ森遊び"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",東金子
3,アリットの雛まつり,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""アリットの雛まつり"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47816.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240210T090000+09:00/20240310T170000&text=アリットの雛まつり&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=アリットの雛まつり"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-10T09:00:00Z,2024-03-10T17:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47816.html,常設展示室を含む館内各所,埼玉県入間市二本木100,常設展示観覧料が必要な展示場所もあります,NA,子供行事,NA,NA,20240210T090000+09:00,20240310T170000,https://tea-3.jp/profile.jpg,"<div>アリットの雛まつり</div><div>開催日:2024-02-10 09:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""アリットの雛まつり"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47816.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240210T090000+09:00/20240310T170000&text=アリットの雛まつり&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=アリットの雛まつり"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,レコードの音を聞いてみよう(道具展関連事業),"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""レコードの音を聞いてみよう(道具展関連事業)"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47528.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240210T133000+09:00/20240210T153000&text=レコードの音を聞いてみよう(道具展関連事業)&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=レコードの音を聞いてみよう(道具展関連事業)"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-10T13:30:00Z,2024-02-10T15:30:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47528.html,市民ギャラリー,埼玉県入間市二本木100,無料,なし,ボランティアの行事,NA,NA,20240210T133000+09:00,20240210T153000,https://tea-3.jp/profile.jpg,"<div>レコードの音を聞いてみよう(道具展関連事業)</div><div>開催日:2024-02-10 13:30:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""レコードの音を聞いてみよう(道具展関連事業)"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47528.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240210T133000+09:00/20240210T153000&text=レコードの音を聞いてみよう(道具展関連事業)&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=レコードの音を聞いてみよう(道具展関連事業)"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
5,第1回IRUMA.R,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""第1回IRUMA.R"" class=""img-thumbnail"" width=250/></div>
<a href=""https://irumar.connpass.com/event/303097/"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3849864"", data-lat = ""35.8423137"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240210T140000+09:00/20240210T170000&text=第1回IRUMA.R&ctz=Asia%2FTokyo&location=古民家レンタルスペース遊~喜&details=第1回IRUMA.R"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-10T14:00:00Z,2024-02-10T17:00:00Z,time,古民家レンタルスペース遊~喜,NA,NA,NA,35.8423137,139.3849864,勉強会,https://irumar.connpass.com/event/303097/,NA,入間市鍵山1-1-3,0,NA,NA,NA,NA,20240210T140000+09:00,20240210T170000,https://tea-3.jp/profile.jpg,"<div>第1回IRUMA.R</div><div>開催日:2024-02-10 14:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""第1回IRUMA.R"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://irumar.connpass.com/event/303097/"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8423137,139.3849864,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240210T140000+09:00/20240210T170000&text=第1回IRUMA.R&ctz=Asia%2FTokyo&location=古民家レンタルスペース遊~喜&details=第1回IRUMA.R"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",豊岡
3,館庭の自然散歩 むかしのくらしと道具展スペシャル(道具展関連事業),"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""館庭の自然散歩 むかしのくらしと道具展スペシャル(道具展関連事業)"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47530.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240210T140000+09:00/20240210T150000&text=館庭の自然散歩 むかしのくらしと道具展スペシャル(道具展関連事業)&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=館庭の自然散歩 むかしのくらしと道具展スペシャル(道具展関連事業)"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-10T14:00:00Z,2024-02-10T15:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47530.html,博物館館庭(雨天時館内休憩コーナー),埼玉県入間市二本木100,無料,なし,子供行事_お茶の行事,NA,NA,20240210T140000+09:00,20240210T150000,https://tea-3.jp/profile.jpg,"<div>館庭の自然散歩 むかしのくらしと道具展スペシャル(道具展関連事業)</div><div>開催日:2024-02-10 14:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""館庭の自然散歩 むかしのくらしと道具展スペシャル(道具展関連事業)"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47530.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240210T140000+09:00/20240210T150000&text=館庭の自然散歩 むかしのくらしと道具展スペシャル(道具展関連事業)&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=館庭の自然散歩 むかしのくらしと道具展スペシャル(道具展関連事業)"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,街頭紙芝居(道具展関連事業),"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""街頭紙芝居(道具展関連事業)"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47525.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240211T103000+09:00/20240211T110000&text=街頭紙芝居(道具展関連事業)&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=街頭紙芝居(道具展関連事業)"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-11T10:30:00Z,2024-02-11T11:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47525.html,エントランスホール,埼玉県入間市二本木100,無料,みなさんお誘いあわせの上ご来場ください。,子供行事,NA,NA,20240211T103000+09:00,20240211T110000,https://tea-3.jp/profile.jpg,"<div>街頭紙芝居(道具展関連事業)</div><div>開催日:2024-02-11 10:30:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""街頭紙芝居(道具展関連事業)"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47525.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240211T103000+09:00/20240211T110000&text=街頭紙芝居(道具展関連事業)&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=街頭紙芝居(道具展関連事業)"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,街頭紙芝居(道具展関連事業),"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""街頭紙芝居(道具展関連事業)"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47526.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240211T130000+09:00/20240211T133000&text=街頭紙芝居(道具展関連事業)&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=街頭紙芝居(道具展関連事業)"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-11T13:00:00Z,2024-02-11T13:30:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47526.html,エントランスホール,埼玉県入間市二本木100,無料,みなさんお誘いあわせの上ご来場ください。,子供行事,NA,NA,20240211T130000+09:00,20240211T133000,https://tea-3.jp/profile.jpg,"<div>街頭紙芝居(道具展関連事業)</div><div>開催日:2024-02-11 13:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""街頭紙芝居(道具展関連事業)"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47526.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240211T130000+09:00/20240211T133000&text=街頭紙芝居(道具展関連事業)&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=街頭紙芝居(道具展関連事業)"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
10,絵 木彫 建築 鈴木志朗展,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""絵 木彫 建築 鈴木志朗展"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.facebook.com/events/931090444885461/?ref=newsfeed"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3887557"", data-lat = ""35.8360263"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240215T110000+09:00/20240225T160000&text=絵 木彫 建築 鈴木志朗展&ctz=Asia%2FTokyo&location=d-lab gallery&details=絵 木彫 建築 鈴木志朗展"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-15T11:00:00Z,2024-02-25T16:00:00Z,time,d-lab gallery,NA,NA,NA,35.8360263,139.3887557,展示,https://www.facebook.com/events/931090444885461/?ref=newsfeed,期間 2月15日(水)~2月25日(日) 休廊 20日(火)・21日(水) 時間 11:00~18:00 最終日16:00 ,埼玉県入間市豊岡5丁目2−15 ワコーレ入間2,無料,NA,NA,NA,NA,20240215T110000+09:00,20240225T160000,https://tea-3.jp/profile.jpg,"<div>絵 木彫 建築 鈴木志朗展</div><div>開催日:2024-02-15 11:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""絵 木彫 建築 鈴木志朗展"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.facebook.com/events/931090444885461/?ref=newsfeed"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8360263,139.3887557,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240215T110000+09:00/20240225T160000&text=絵 木彫 建築 鈴木志朗展&ctz=Asia%2FTokyo&location=d-lab gallery&details=絵 木彫 建築 鈴木志朗展"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",豊岡
3,冒険遊び場「いるぱーく」,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""冒険遊び場「いるぱーく」"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.city.iruma.saitama.jp/soshiki/seishonenka/seishonenkatudoucenter/9630.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3637808"", data-lat = ""35.8333027"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240217T100000+09:00/20240217T150000&text=冒険遊び場「いるぱーく」&ctz=Asia%2FTokyo&location=青少年活動センター&details=冒険遊び場「いるぱーく」"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-17T10:00:00Z,2024-02-17T15:00:00Z,time,青少年活動センター,NA,NA,NA,35.8333027,139.3637808,催し物,https://www.city.iruma.saitama.jp/soshiki/seishonenka/seishonenkatudoucenter/9630.html,NA,入間市小谷田1681-1,NA,NA,NA,NA,NA,20240217T100000+09:00,20240217T150000,https://tea-3.jp/profile.jpg,"<div>冒険遊び場「いるぱーく」</div><div>開催日:2024-02-17 10:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""冒険遊び場「いるぱーく」"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.city.iruma.saitama.jp/soshiki/seishonenka/seishonenkatudoucenter/9630.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8333027,139.3637808,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240217T100000+09:00/20240217T150000&text=冒険遊び場「いるぱーく」&ctz=Asia%2FTokyo&location=青少年活動センター&details=冒険遊び場「いるぱーく」"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",東金子
3,ドラマフェスタin入間 ?ドラちゃんデー?,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""ドラマフェスタin入間 ?ドラちゃんデー?"" class=""img-thumbnail"" width=250/></div>
<a href=""https://irumadorama.jimdofree.com/"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3582441"", data-lat = ""35.8405401"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240217T100000+09:00/20240217T100000&text=ドラマフェスタin入間 ?ドラちゃんデー?&ctz=Asia%2FTokyo&location=文化創造アトリエ「アミーゴ」&details=ドラマフェスタin入間 ?ドラちゃんデー?"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-17T10:00:00Z,2024-02-17T10:00:00Z,time,文化創造アトリエ「アミーゴ」,NA,NA,NA,35.8405401,139.3582441,催し物,https://irumadorama.jimdofree.com/,NA,埼玉県入間市仏子766-1,NA,NA,NA,NA,NA,20240217T100000+09:00,20240217T100000,https://tea-3.jp/profile.jpg,"<div>ドラマフェスタin入間 ?ドラちゃんデー?</div><div>開催日:2024-02-17 10:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""ドラマフェスタin入間 ?ドラちゃんデー?"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://irumadorama.jimdofree.com/"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8405401,139.3582441,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240217T100000+09:00/20240217T100000&text=ドラマフェスタin入間 ?ドラちゃんデー?&ctz=Asia%2FTokyo&location=文化創造アトリエ「アミーゴ」&details=ドラマフェスタin入間 ?ドラちゃんデー?"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",西武
3,モルック教室 ?フィンランドの頭脳スポーツ?,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""モルック教室 ?フィンランドの頭脳スポーツ?"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.city.iruma.saitama.jp/soshiki/sportssuishinka/event/234/1879.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3910853"", data-lat = ""35.8337642"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240218T093000+09:00/20240218T113000&text=モルック教室 ?フィンランドの頭脳スポーツ?&ctz=Asia%2FTokyo&location=入間市運動公園&details=モルック教室 ?フィンランドの頭脳スポーツ?"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-18T09:30:00Z,2024-02-18T11:30:00Z,time,入間市運動公園,NA,NA,NA,35.8337642,139.3910853,催し物,https://www.city.iruma.saitama.jp/soshiki/sportssuishinka/event/234/1879.html,事前申込必要,埼玉県入間市豊岡4-2-1,NA,NA,NA,NA,NA,20240218T093000+09:00,20240218T113000,https://tea-3.jp/profile.jpg,"<div>モルック教室 ?フィンランドの頭脳スポーツ?</div><div>開催日:2024-02-18 09:30:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""モルック教室 ?フィンランドの頭脳スポーツ?"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.city.iruma.saitama.jp/soshiki/sportssuishinka/event/234/1879.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8337642,139.3910853,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240218T093000+09:00/20240218T113000&text=モルック教室 ?フィンランドの頭脳スポーツ?&ctz=Asia%2FTokyo&location=入間市運動公園&details=モルック教室 ?フィンランドの頭脳スポーツ?"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",豊岡
3,デッサン教室,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""デッサン教室"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47600.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240218T140000+09:00/20240218T160000&text=デッサン教室&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=デッサン教室"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-18T14:00:00Z,2024-02-18T16:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47600.html,体験学習室,埼玉県入間市二本木100,1500円,24名,NA,NA,NA,20240218T140000+09:00,20240218T160000,https://tea-3.jp/profile.jpg,"<div>デッサン教室</div><div>開催日:2024-02-18 14:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""デッサン教室"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47600.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240218T140000+09:00/20240218T160000&text=デッサン教室&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=デッサン教室"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
1,飯能ひな飾り展,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""飯能ひな飾り展"" class=""img-thumbnail"" width=250/></div>
<a href=""https://han-note.com/topics/20220303.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3128925"", data-lat = ""35.8545731"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240220T000001+09:00/20240303T000001&text=飯能ひな飾り展&ctz=Asia%2FTokyo&location=店蔵絹甚ほか市内各所&details=飯能ひな飾り展"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-20T00:00:01Z,2024-03-03T00:00:01Z,time,店蔵絹甚ほか市内各所,NA,NA,NA,35.8545731,139.3128925,展示,https://han-note.com/topics/20220303.html,市内各所において年代物の貴重なお雛様を展示,埼玉県飯能市本町2−2,NA,NA,NA,NA,NA,20240220T000001+09:00,20240303T000001,https://tea-3.jp/profile.jpg,"<div>飯能ひな飾り展</div><div>開催日:2024-02-20 00:00:01</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""飯能ひな飾り展"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://han-note.com/topics/20220303.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8545731,139.3128925,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240220T000001+09:00/20240303T000001&text=飯能ひな飾り展&ctz=Asia%2FTokyo&location=店蔵絹甚ほか市内各所&details=飯能ひな飾り展"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",飯能市
3,生活習慣改善セミナー,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""生活習慣改善セミナー"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.city.iruma.saitama.jp/soshiki/chiikihokenka/kenkozukuri/8/3293.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3898066"", data-lat = ""35.8150552"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240221T140000+09:00/20240221T153000&text=生活習慣改善セミナー&ctz=Asia%2FTokyo&location=入間市健康福祉センター&details=生活習慣改善セミナー"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-21T14:00:00Z,2024-02-21T15:30:00Z,time,入間市健康福祉センター,NA,NA,NA,35.8150552,139.38980659999999,催し物,https://www.city.iruma.saitama.jp/soshiki/chiikihokenka/kenkozukuri/8/3293.html,事前申込必要,埼玉県入間市上藤沢730-1,NA,NA,NA,NA,NA,20240221T140000+09:00,20240221T153000,https://tea-3.jp/profile.jpg,"<div>生活習慣改善セミナー</div><div>開催日:2024-02-21 14:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""生活習慣改善セミナー"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.city.iruma.saitama.jp/soshiki/chiikihokenka/kenkozukuri/8/3293.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8150552,139.3898066,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240221T140000+09:00/20240221T153000&text=生活習慣改善セミナー&ctz=Asia%2FTokyo&location=入間市健康福祉センター&details=生活習慣改善セミナー"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",藤沢
1,はんのう Yellow Week,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""はんのう Yellow Week"" class=""img-thumbnail"" width=250/></div>
<a href=""https://han-note.com/event/hanno_yellow_week.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3184495"", data-lat = ""35.8505192"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240223T100000+09:00/20240303T100000&text=はんのう Yellow Week&ctz=Asia%2FTokyo&location=飯能市内各所&details=はんのう Yellow Week"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-23T10:00:00Z,2024-03-03T10:00:00Z,time,飯能市内各所,#F4F16C,NA,#F4F16C,35.8505192,139.3184495,催し物,https://han-note.com/event/hanno_yellow_week.html,NA,飯能市内各所,NA,NA,NA,NA,NA,20240223T100000+09:00,20240303T100000,https://tea-3.jp/profile.jpg,"<div>はんのう Yellow Week</div><div>開催日:2024-02-23 10:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""はんのう Yellow Week"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://han-note.com/event/hanno_yellow_week.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8505192,139.3184495,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240223T100000+09:00/20240303T100000&text=はんのう Yellow Week&ctz=Asia%2FTokyo&location=飯能市内各所&details=はんのう Yellow Week"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",飯能市
3,人と動物の福祉を考える講演会,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""人と動物の福祉を考える講演会"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.city.iruma.saitama.jp/soshiki/sekatsukankyoka/pet_animal/pet/10988.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3910518"", data-lat = ""35.8357637"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240224T100000+09:00/20240224T113000&text=人と動物の福祉を考える講演会&ctz=Asia%2FTokyo&location=入間市役所 C棟5階 501会議室&details=人と動物の福祉を考える講演会"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-24T10:00:00Z,2024-02-24T11:30:00Z,time,入間市役所 C棟5階 501会議室,NA,NA,NA,35.8357637,139.3910518,催し物,https://www.city.iruma.saitama.jp/soshiki/sekatsukankyoka/pet_animal/pet/10988.html,NA,入間市豊岡1-16-1,NA,NA,ペット飼育の有無関係なく、ご興味がある方どなたでもご参加ください,NA,NA,20240224T100000+09:00,20240224T113000,https://tea-3.jp/profile.jpg,"<div>人と動物の福祉を考える講演会</div><div>開催日:2024-02-24 10:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""人と動物の福祉を考える講演会"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.city.iruma.saitama.jp/soshiki/sekatsukankyoka/pet_animal/pet/10988.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8357637,139.3910518,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240224T100000+09:00/20240224T113000&text=人と動物の福祉を考える講演会&ctz=Asia%2FTokyo&location=入間市役所 C棟5階 501会議室&details=人と動物の福祉を考える講演会"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",豊岡
1,くるくるはんのうマルシェ,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""くるくるはんのうマルシェ"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.instagram.com/kurukuru_hanno/"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3174415"", data-lat = ""35.853328"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240224T110000+09:00/20240225T150000&text=くるくるはんのうマルシェ&ctz=Asia%2FTokyo&location=日替わりシェフレストラン&details=くるくるはんのうマルシェ"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-24T11:00:00Z,2024-02-25T15:00:00Z,time,日替わりシェフレストラン,NA,NA,NA,35.853328,139.3174415,マルシェ,https://www.instagram.com/kurukuru_hanno/,飯能駅改札前・日替わりシェフレストラン(飯能銀座商店街),埼玉県飯能市仲町5−9,NA,NA,NA,NA,NA,20240224T110000+09:00,20240225T150000,https://tea-3.jp/profile.jpg,"<div>くるくるはんのうマルシェ</div><div>開催日:2024-02-24 11:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""くるくるはんのうマルシェ"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.instagram.com/kurukuru_hanno/"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.853328,139.3174415,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240224T110000+09:00/20240225T150000&text=くるくるはんのうマルシェ&ctz=Asia%2FTokyo&location=日替わりシェフレストラン&details=くるくるはんのうマルシェ"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",飯能市
2,雛飾り展示会,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""雛飾り展示会"" class=""img-thumbnail"" width=250/></div>
<a href=""NA"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3877209"", data-lat = ""35.8377259"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240226T100000+09:00/20240303T180000&text=雛飾り展示会&ctz=Asia%2FTokyo&location=丸広百貨店入間店&details=入間市商工会"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-26T10:00:00Z,2024-03-03T18:00:00Z,time,丸広百貨店入間店,#5E81AC,white,#5E81AC,35.8377259,139.3877209,展示,NA,NA,埼玉県入間市豊岡1-6-12,0,NA,NA,NA,NA,20240226T100000+09:00,20240303T180000,https://tea-3.jp/profile.jpg,"<div>雛飾り展示会</div><div>開催日:2024-02-26 10:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""雛飾り展示会"" class=""img-thumbnail"" width=250/></div>
<div><a href=""NA"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8377259,139.3877209,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240226T100000+09:00/20240303T180000&text=雛飾り展示会&ctz=Asia%2FTokyo&location=丸広百貨店入間店&details=雛飾り展示会"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",豊岡
3,リトミック教室,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""リトミック教室"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47574.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240229T100000+09:00/20240229T114000&text=リトミック教室&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=リトミック教室"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-29T10:00:00Z,2024-02-29T11:40:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47574.html,体験学習室,埼玉県入間市二本木100,一組700円,各回24名,子供行事,NA,NA,20240229T100000+09:00,20240229T114000,https://tea-3.jp/profile.jpg,"<div>リトミック教室</div><div>開催日:2024-02-29 10:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""リトミック教室"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47574.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240229T100000+09:00/20240229T114000&text=リトミック教室&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=リトミック教室"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,アロタイ(アロマ+タイ古式ストレッチ)体験,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""アロタイ(アロマ+タイ古式ストレッチ)体験"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47579.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240229T131500+09:00/20240229T161500&text=アロタイ(アロマ+タイ古式ストレッチ)体験&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=アロタイ(アロマ+タイ古式ストレッチ)体験"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-02-29T13:15:00Z,2024-02-29T16:15:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47579.html,体験学習室,埼玉県入間市二本木100,1000円,各回12名,NA,NA,NA,20240229T131500+09:00,20240229T161500,https://tea-3.jp/profile.jpg,"<div>アロタイ(アロマ+タイ古式ストレッチ)体験</div><div>開催日:2024-02-29 13:15:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""アロタイ(アロマ+タイ古式ストレッチ)体験"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47579.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240229T131500+09:00/20240229T161500&text=アロタイ(アロマ+タイ古式ストレッチ)体験&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=アロタイ(アロマ+タイ古式ストレッチ)体験"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
1,飯能あけぼの市,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""飯能あけぼの市"" class=""img-thumbnail"" width=250/></div>
<a href=""https://han-note.com/event/akebonoichi.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3133521"", data-lat = ""35.8564374"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240302T090000+09:00/20240303T150000&text=飯能あけぼの市&ctz=Asia%2FTokyo&location=八幡神社&details=飯能あけぼの市"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-03-02T09:00:00Z,2024-03-03T15:00:00Z,time,八幡神社,NA,NA,NA,35.8564374,139.3133521,骨董市,https://han-note.com/event/akebonoichi.html,骨董、工芸品、アクセサリーを販売する毎月第1日曜開催の骨董市,埼玉県飯能市八幡町12−6,NA,NA,NA,NA,NA,20240302T090000+09:00,20240303T150000,https://tea-3.jp/profile.jpg,"<div>飯能あけぼの市</div><div>開催日:2024-03-02 09:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""飯能あけぼの市"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://han-note.com/event/akebonoichi.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8564374,139.3133521,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240302T090000+09:00/20240303T150000&text=飯能あけぼの市&ctz=Asia%2FTokyo&location=八幡神社&details=飯能あけぼの市"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",飯能市
1,はんのーとマルシェ,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""はんのーとマルシェ"" class=""img-thumbnail"" width=250/></div>
<a href=""https://han-note.com/event/marche2024.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3256207"", data-lat = ""35.8490003"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240302T100000+09:00/20240302T150000&text=はんのーとマルシェ&ctz=Asia%2FTokyo&location=西武鉄道社有地(飯能市川寺)&details=はんのーとマルシェ"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-03-02T10:00:00Z,2024-03-02T15:00:00Z,time,西武鉄道社有地(飯能市川寺),NA,NA,NA,35.8490003,139.3256207,マルシェ,https://han-note.com/event/marche2024.html,NA,埼玉県飯能市川寺195−3,NA,NA,NA,NA,NA,20240302T100000+09:00,20240302T150000,https://tea-3.jp/profile.jpg,"<div>はんのーとマルシェ</div><div>開催日:2024-03-02 10:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""はんのーとマルシェ"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://han-note.com/event/marche2024.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8490003,139.3256207,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240302T100000+09:00/20240302T150000&text=はんのーとマルシェ&ctz=Asia%2FTokyo&location=西武鉄道社有地(飯能市川寺)&details=はんのーとマルシェ"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",飯能市
1,ナマステ飯能カレー祭り,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""ナマステ飯能カレー祭り"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.instagram.com/namaste_hanno_jikkoiinkai"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3071386"", data-lat = ""35.8606131"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240302T110000+09:00/20240302T170000&text=ナマステ飯能カレー祭り&ctz=Asia%2FTokyo&location=飯能中央公園・能仁寺&details=ナマステ飯能カレー祭り"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-03-02T11:00:00Z,2024-03-02T17:00:00Z,time,飯能中央公園・能仁寺,NA,NA,NA,35.8606131,139.3071386,フード,https://www.instagram.com/namaste_hanno_jikkoiinkai,魅惑のカレー店が20店舗以上集合。能仁寺ではライブも開催,埼玉県飯能市飯能1329,NA,NA,NA,NA,NA,20240302T110000+09:00,20240302T170000,https://tea-3.jp/profile.jpg,"<div>ナマステ飯能カレー祭り</div><div>開催日:2024-03-02 11:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""ナマステ飯能カレー祭り"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.instagram.com/namaste_hanno_jikkoiinkai"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8606131,139.3071386,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240302T110000+09:00/20240302T170000&text=ナマステ飯能カレー祭り&ctz=Asia%2FTokyo&location=飯能中央公園・能仁寺&details=ナマステ飯能カレー祭り"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",飯能市
3,機織り体験,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""機織り体験"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/46333.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240302T130000+09:00/20240302T150000&text=機織り体験&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=機織り体験"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-03-02T13:00:00Z,2024-03-02T15:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/46333.html,回廊,埼玉県入間市二本木100,無料,無,NA,NA,NA,20240302T130000+09:00,20240302T150000,https://tea-3.jp/profile.jpg,"<div>機織り体験</div><div>開催日:2024-03-02 13:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""機織り体験"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/46333.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240302T130000+09:00/20240302T150000&text=機織り体験&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=機織り体験"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
8,いるバル,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""いるバル"" class=""img-thumbnail"" width=250/></div>
<a href=""https://irubaru.com/"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3910518"", data-lat = ""35.8357637"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240304T000001+09:00/20240310T000001&text=いるバル&ctz=Asia%2FTokyo&location=市内各所&details=いるバル"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-03-04T00:00:01Z,2024-03-10T00:00:01Z,time,市内各所,NA,NA,NA,35.8357637,139.3910518,バル,https://irubaru.com/,NA,入間市豊岡1-16-1,NA,NA,NA,NA,NA,20240304T000001+09:00,20240310T000001,https://tea-3.jp/profile.jpg,"<div>いるバル</div><div>開催日:2024-03-04 00:00:01</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""いるバル"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://irubaru.com/"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8357637,139.3910518,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240304T000001+09:00/20240310T000001&text=いるバル&ctz=Asia%2FTokyo&location=市内各所&details=いるバル"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",豊岡
3,第23回 四季彩会写真展,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""第23回 四季彩会写真展"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/46956.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240305T090000+09:00/20240310T170000&text=第23回 四季彩会写真展&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=第23回 四季彩会写真展"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-03-05T09:00:00Z,2024-03-10T17:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/46956.html,特別展示室,埼玉県入間市二本木100,無料,NA,NA,NA,NA,20240305T090000+09:00,20240310T170000,https://tea-3.jp/profile.jpg,"<div>第23回 四季彩会写真展</div><div>開催日:2024-03-05 09:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""第23回 四季彩会写真展"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/46956.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240305T090000+09:00/20240310T170000&text=第23回 四季彩会写真展&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=第23回 四季彩会写真展"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,宮寺写真クラブ,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""宮寺写真クラブ"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/46957.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240305T093000+09:00/20240310T163000&text=宮寺写真クラブ&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=宮寺写真クラブ"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-03-05T09:30:00Z,2024-03-10T16:30:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/46957.html,市民ギャラリー,埼玉県入間市二本木100,なし,NA,NA,NA,NA,20240305T093000+09:00,20240310T163000,https://tea-3.jp/profile.jpg,"<div>宮寺写真クラブ</div><div>開催日:2024-03-05 09:30:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""宮寺写真クラブ"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/46957.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240305T093000+09:00/20240310T163000&text=宮寺写真クラブ&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=宮寺写真クラブ"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
10,『きみどり山』がやってくる,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""『きみどり山』がやってくる"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.facebook.com/permalink.php?story_fbid=pfbid02vVrqWB8gQ3UbSiEAgpvk8qX4pRFQ4v6ncxKvkHCM5jEJ7zZdRi4Q4kAT1g1xtPVNl&id=100054493237927"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3887557"", data-lat = ""35.8360263"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240305T110000+09:00/20240305T150000&text=『きみどり山』がやってくる&ctz=Asia%2FTokyo&location=d-lab gallery&details=古本・雑貨・コーヒー豆『きみどり山』がやってくる小さな出会い心ほっこり"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-03-05T11:00:00Z,2024-03-05T15:00:00Z,time,d-lab gallery,NA,NA,NA,35.8360263,139.3887557,販売,https://www.facebook.com/permalink.php?story_fbid=pfbid02vVrqWB8gQ3UbSiEAgpvk8qX4pRFQ4v6ncxKvkHCM5jEJ7zZdRi4Q4kAT1g1xtPVNl&id=100054493237927,NA,埼玉県入間市豊岡5丁目2−15 ワコーレ入間2,NA,NA,NA,NA,NA,20240305T110000+09:00,20240305T150000,https://tea-3.jp/profile.jpg,"<div>『きみどり山』がやってくる</div><div>開催日:2024-03-05 11:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""『きみどり山』がやってくる"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.facebook.com/permalink.php?story_fbid=pfbid02vVrqWB8gQ3UbSiEAgpvk8qX4pRFQ4v6ncxKvkHCM5jEJ7zZdRi4Q4kAT1g1xtPVNl&id=100054493237927"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8360263,139.3887557,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240305T110000+09:00/20240305T150000&text=『きみどり山』がやってくる&ctz=Asia%2FTokyo&location=d-lab gallery&details=『きみどり山』がやってくる"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",豊岡
3,デッサン教室,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""デッサン教室"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47601.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240310T140000+09:00/20240310T160000&text=デッサン教室&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=デッサン教室"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-03-10T14:00:00Z,2024-03-10T16:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47601.html,体験学習室,埼玉県入間市二本木100,1500円,24名,NA,NA,NA,20240310T140000+09:00,20240310T160000,https://tea-3.jp/profile.jpg,"<div>デッサン教室</div><div>開催日:2024-03-10 14:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""デッサン教室"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47601.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240310T140000+09:00/20240310T160000&text=デッサン教室&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=デッサン教室"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,トイレール展 ~関東めぐりの旅に出よう!~,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""トイレール展 ~関東めぐりの旅に出よう!~"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/46945.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240315T090000+09:00/20240324T170000&text=トイレール展 ~関東めぐりの旅に出よう!~&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=トイレール展 ~関東めぐりの旅に出よう!~"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-03-15T09:00:00Z,2024-03-24T17:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/46945.html,市民ギャラリー・特別展示室,埼玉県入間市二本木100,入場料:小学生以下無料・中学生以上400円(障がい者手帳、精神障がい者保健福祉手帳、それに準ずるものをお持ちの方と付添いの方1名まで無料),NA,子供行事,NA,NA,20240315T090000+09:00,20240324T170000,https://tea-3.jp/profile.jpg,"<div>トイレール展 ~関東めぐりの旅に出よう!~</div><div>開催日:2024-03-15 09:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""トイレール展 ~関東めぐりの旅に出よう!~"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/46945.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240315T090000+09:00/20240324T170000&text=トイレール展 ~関東めぐりの旅に出よう!~&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=トイレール展 ~関東めぐりの旅に出よう!~"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
12,JAZZ LIVE,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""JAZZ LIVE"" class=""img-thumbnail"" width=250/></div>
<a href=""https://ictv.easymyweb.jp/member/cafe-shio/default.asp"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3599891"", data-lat = ""35.8380554"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240316T190000+09:00/20240316T210000&text=JAZZ LIVE&ctz=Asia%2FTokyo&location=Cafe Shio カフェ・シオ&details=JAZZ LIVE"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-03-16T19:00:00Z,2024-03-16T21:00:00Z,time,Cafe Shio カフェ・シオ,NA,NA,NA,35.8380554,139.3599891,ライブ,https://ictv.easymyweb.jp/member/cafe-shio/default.asp,3月16日は前田貴昭グループです。 好評につき再度の登場です!!!!,〒358-0053 埼玉県入間市仏子954−15,NA,NA,NA,NA,NA,20240316T190000+09:00,20240316T210000,https://tea-3.jp/profile.jpg,"<div>JAZZ LIVE</div><div>開催日:2024-03-16 19:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""JAZZ LIVE"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://ictv.easymyweb.jp/member/cafe-shio/default.asp"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8380554,139.3599891,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240316T190000+09:00/20240316T210000&text=JAZZ LIVE&ctz=Asia%2FTokyo&location=Cafe Shio カフェ・シオ&details=JAZZ LIVE"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",西武
3,アリットげんき市,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""アリットげんき市"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/46426.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240323T100000+09:00/20240324T160000&text=アリットげんき市&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=アリットげんき市"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-03-23T10:00:00Z,2024-03-24T16:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/46426.html,市民広場,埼玉県入間市二本木100,各店舗・商品やプログラムによって異なります,各店舗・商品やプログラムによって異なります,NA,NA,NA,20240323T100000+09:00,20240324T160000,https://tea-3.jp/profile.jpg,"<div>アリットげんき市</div><div>開催日:2024-03-23 10:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""アリットげんき市"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/46426.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240323T100000+09:00/20240324T160000&text=アリットげんき市&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=アリットげんき市"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
5,第1回IRUMA BASIC,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""第1回IRUMA BASIC"" class=""img-thumbnail"" width=250/></div>
<a href=""NA"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3849864"", data-lat = ""35.8423137"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240323T140000+09:00/20240324T170000&text=第1回IRUMA BASIC&ctz=Asia%2FTokyo&location=古民家レンタルスペース遊~喜&details=第1回IRUMA BASIC"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-03-23T14:00:00Z,2024-03-24T17:00:00Z,time,古民家レンタルスペース遊~喜,#9EEA7C,NA,#9EEA7C,35.8423137,139.3849864,勉強会,NA,NA,入間市鍵山1-1-3,0,NA,NA,NA,NA,20240323T140000+09:00,20240324T170000,https://tea-3.jp/profile.jpg,"<div>第1回IRUMA BASIC</div><div>開催日:2024-03-23 14:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""第1回IRUMA BASIC"" class=""img-thumbnail"" width=250/></div>
<div><a href=""NA"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8423137,139.3849864,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240323T140000+09:00/20240324T170000&text=第1回IRUMA BASIC&ctz=Asia%2FTokyo&location=古民家レンタルスペース遊~喜&details=第1回IRUMA BASIC"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",豊岡
3,第8回フォトいるまの写真展,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""第8回フォトいるまの写真展"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47302.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240327T090000+09:00/20240331T170000&text=第8回フォトいるまの写真展&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=第8回フォトいるまの写真展"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-03-27T09:00:00Z,2024-03-31T17:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47302.html,市民ギャラリー,埼玉県入間市二本木100,なし,NA,NA,NA,NA,20240327T090000+09:00,20240331T170000,https://tea-3.jp/profile.jpg,"<div>第8回フォトいるまの写真展</div><div>開催日:2024-03-27 09:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""第8回フォトいるまの写真展"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47302.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240327T090000+09:00/20240331T170000&text=第8回フォトいるまの写真展&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=第8回フォトいるまの写真展"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,合同写真クラブ展示会,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""合同写真クラブ展示会"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47304.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240327T090000+09:00/20240331T170000&text=合同写真クラブ展示会&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=合同写真クラブ展示会"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-03-27T09:00:00Z,2024-03-31T17:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47304.html,特別展示室,埼玉県入間市二本木100,なし,NA,NA,NA,NA,20240327T090000+09:00,20240331T170000,https://tea-3.jp/profile.jpg,"<div>合同写真クラブ展示会</div><div>開催日:2024-03-27 09:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""合同写真クラブ展示会"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47304.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240327T090000+09:00/20240331T170000&text=合同写真クラブ展示会&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=合同写真クラブ展示会"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,リトミック教室,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""リトミック教室"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47514.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240328T100000+09:00/20240328T114000&text=リトミック教室&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=リトミック教室"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-03-28T10:00:00Z,2024-03-28T11:40:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47514.html,体験学習室,埼玉県入間市二本木100,一組700円,各回24名,子供行事,NA,NA,20240328T100000+09:00,20240328T114000,https://tea-3.jp/profile.jpg,"<div>リトミック教室</div><div>開催日:2024-03-28 10:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""リトミック教室"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47514.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240328T100000+09:00/20240328T114000&text=リトミック教室&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=リトミック教室"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,アロタイ(アロマ+タイ古式ストレッチ)体験,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""アロタイ(アロマ+タイ古式ストレッチ)体験"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47580.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240328T131500+09:00/20240328T161500&text=アロタイ(アロマ+タイ古式ストレッチ)体験&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=アロタイ(アロマ+タイ古式ストレッチ)体験"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-03-28T13:15:00Z,2024-03-28T16:15:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47580.html,体験学習室,埼玉県入間市二本木100,1000円,各回12名,NA,NA,NA,20240328T131500+09:00,20240328T161500,https://tea-3.jp/profile.jpg,"<div>アロタイ(アロマ+タイ古式ストレッチ)体験</div><div>開催日:2024-03-28 13:15:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""アロタイ(アロマ+タイ古式ストレッチ)体験"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47580.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240328T131500+09:00/20240328T161500&text=アロタイ(アロマ+タイ古式ストレッチ)体験&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=アロタイ(アロマ+タイ古式ストレッチ)体験"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,館庭の自然散歩,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""館庭の自然散歩"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47263.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240331T140000+09:00/20240331T150000&text=館庭の自然散歩&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=館庭の自然散歩"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-03-31T14:00:00Z,2024-03-31T15:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47263.html,博物館館庭(雨天時館内休憩コーナー),埼玉県入間市二本木100,無料,なし,子供行事_ボランティアの行事,NA,NA,20240331T140000+09:00,20240331T150000,https://tea-3.jp/profile.jpg,"<div>館庭の自然散歩</div><div>開催日:2024-03-31 14:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""館庭の自然散歩"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47263.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240331T140000+09:00/20240331T150000&text=館庭の自然散歩&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=館庭の自然散歩"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,ふれあいカメラクラブ作品展,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""ふれあいカメラクラブ作品展"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47544.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240403T090000+09:00/20240407T170000&text=ふれあいカメラクラブ作品展&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=ふれあいカメラクラブ作品展"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-04-03T09:00:00Z,2024-04-07T17:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47544.html,市民ギャラリー,埼玉県入間市二本木100,なし,NA,NA,NA,NA,20240403T090000+09:00,20240407T170000,https://tea-3.jp/profile.jpg,"<div>ふれあいカメラクラブ作品展</div><div>開催日:2024-04-03 09:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""ふれあいカメラクラブ作品展"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47544.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240403T090000+09:00/20240407T170000&text=ふれあいカメラクラブ作品展&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=ふれあいカメラクラブ作品展"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,東金子写真クラブ,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""東金子写真クラブ"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47394.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240424T090000+09:00/20240428T170000&text=東金子写真クラブ&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=東金子写真クラブ"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-04-24T09:00:00Z,2024-04-28T17:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47394.html,市民ギャラリー,埼玉県入間市二本木100,無料,NA,NA,NA,NA,20240424T090000+09:00,20240428T170000,https://tea-3.jp/profile.jpg,"<div>東金子写真クラブ</div><div>開催日:2024-04-24 09:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""東金子写真クラブ"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47394.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240424T090000+09:00/20240428T170000&text=東金子写真クラブ&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=東金子写真クラブ"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,機織り体験,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""機織り体験"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47254.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240504T130000+09:00/20240504T150000&text=機織り体験&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=機織り体験"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-05-04T13:00:00Z,2024-05-04T15:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47254.html,回廊,埼玉県入間市二本木100,無料,無,NA,NA,NA,20240504T130000+09:00,20240504T150000,https://tea-3.jp/profile.jpg,"<div>機織り体験</div><div>開催日:2024-05-04 13:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""機織り体験"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47254.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240504T130000+09:00/20240504T150000&text=機織り体験&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=機織り体験"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,館庭の自然散歩,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""館庭の自然散歩"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47265.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240526T140000+09:00/20240526T150000&text=館庭の自然散歩&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=館庭の自然散歩"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-05-26T14:00:00Z,2024-05-26T15:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47265.html,博物館館庭(雨天時館内休憩コーナー),埼玉県入間市二本木100,無料,なし,子供行事_ボランティアの行事,NA,NA,20240526T140000+09:00,20240526T150000,https://tea-3.jp/profile.jpg,"<div>館庭の自然散歩</div><div>開催日:2024-05-26 14:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""館庭の自然散歩"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47265.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240526T140000+09:00/20240526T150000&text=館庭の自然散歩&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=館庭の自然散歩"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,シニア写真クラブ作品展,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""シニア写真クラブ作品展"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47547.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240529T090000+09:00/20240602T170000&text=シニア写真クラブ作品展&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=シニア写真クラブ作品展"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-05-29T09:00:00Z,2024-06-02T17:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47547.html,市民ギャラリー,埼玉県入間市二本木100,なし,NA,NA,NA,NA,20240529T090000+09:00,20240602T170000,https://tea-3.jp/profile.jpg,"<div>シニア写真クラブ作品展</div><div>開催日:2024-05-29 09:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""シニア写真クラブ作品展"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47547.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240529T090000+09:00/20240602T170000&text=シニア写真クラブ作品展&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=シニア写真クラブ作品展"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,シニア写真クラブ作品展,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""シニア写真クラブ作品展"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47547.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240529T090000+09:00/20240602T170000&text=シニア写真クラブ作品展&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=シニア写真クラブ作品展"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-05-29T09:00:00Z,2024-06-02T17:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47547.html,市民ギャラリー,埼玉県入間市二本木100,なし,NA,NA,NA,NA,20240529T090000+09:00,20240602T170000,https://tea-3.jp/profile.jpg,"<div>シニア写真クラブ作品展</div><div>開催日:2024-05-29 09:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""シニア写真クラブ作品展"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47547.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240529T090000+09:00/20240602T170000&text=シニア写真クラブ作品展&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=シニア写真クラブ作品展"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,第49回 入間市母親大会,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""第49回 入間市母親大会"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47539.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240601T090000+09:00/20240601T170000&text=第49回 入間市母親大会&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=第49回 入間市母親大会"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-06-01T09:00:00Z,2024-06-01T17:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47539.html,NA,埼玉県入間市二本木100,なし,NA,NA,NA,NA,20240601T090000+09:00,20240601T170000,https://tea-3.jp/profile.jpg,"<div>第49回 入間市母親大会</div><div>開催日:2024-06-01 09:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""第49回 入間市母親大会"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47539.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240601T090000+09:00/20240601T170000&text=第49回 入間市母親大会&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=第49回 入間市母親大会"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,機織り体験,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""機織り体験"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47255.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240601T130000+09:00/20240601T150000&text=機織り体験&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=機織り体験"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-06-01T13:00:00Z,2024-06-01T15:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47255.html,回廊,埼玉県入間市二本木100,無料,無,NA,NA,NA,20240601T130000+09:00,20240601T150000,https://tea-3.jp/profile.jpg,"<div>機織り体験</div><div>開催日:2024-06-01 13:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""機織り体験"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47255.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240601T130000+09:00/20240601T150000&text=機織り体験&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=機織り体験"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,館庭の自然散歩,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""館庭の自然散歩"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47266.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240630T140000+09:00/20240630T150000&text=館庭の自然散歩&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=館庭の自然散歩"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-06-30T14:00:00Z,2024-06-30T15:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47266.html,博物館館庭(雨天時館内休憩コーナー),埼玉県入間市二本木100,無料,なし,子供行事_ボランティアの行事,NA,NA,20240630T140000+09:00,20240630T150000,https://tea-3.jp/profile.jpg,"<div>館庭の自然散歩</div><div>開催日:2024-06-30 14:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""館庭の自然散歩"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47266.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240630T140000+09:00/20240630T150000&text=館庭の自然散歩&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=館庭の自然散歩"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,機織り体験,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""機織り体験"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47256.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240706T130000+09:00/20240706T150000&text=機織り体験&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=機織り体験"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-07-06T13:00:00Z,2024-07-06T15:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47256.html,回廊,埼玉県入間市二本木100,無料,無,NA,NA,NA,20240706T130000+09:00,20240706T150000,https://tea-3.jp/profile.jpg,"<div>機織り体験</div><div>開催日:2024-07-06 13:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""機織り体験"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47256.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240706T130000+09:00/20240706T150000&text=機織り体験&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=機織り体験"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
3,機織り体験,"<div><img src=""https://tea-3.jp/profile.jpg"" alt=""機織り体験"" class=""img-thumbnail"" width=250/></div>
<a href=""https://www.alit.city.iruma.saitama.jp/050/details/47257.html"" target=""_blank"" >イベントHPを見る</a>
<div><a class=""myLinkClass"" href = ""#"" data-lng = ""139.3642772"", data-lat = ""35.8014595"">Mapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240803T130000+09:00/20240803T150000&text=機織り体験&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=機織り体験"" target=""gcal"">Googleカレンダーに登録する</a><br></div><div><a href=""cityevent_list.html"">一覧ページへ</a></div><div>",NA,2024-08-03T13:00:00Z,2024-08-03T15:00:00Z,time,入間市博物館ALIT,#9EEA7C,black,#9EEA7C,35.8014595,139.3642772,催し物,https://www.alit.city.iruma.saitama.jp/050/details/47257.html,回廊,埼玉県入間市二本木100,無料,無,NA,NA,NA,20240803T130000+09:00,20240803T150000,https://tea-3.jp/profile.jpg,"<div>機織り体験</div><div>開催日:2024-08-03 13:00:00</div>
<div><img src=""https://tea-3.jp/profile.jpg"" alt=""機織り体験"" class=""img-thumbnail"" width=250/></div>
<div><a href=""https://www.alit.city.iruma.saitama.jp/050/details/47257.html"" target=""_blank"" >イベントHPを見る</a></div><br>
<div><a href = ""https://www.google.com/maps/@35.8014595,139.3642772,18z"" target=""_blank""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-map""></i>GoogleMapで確認する</a></div>
<div><a href=""https://www.google.com/calendar/render?action=TEMPLATE&dates=20240803T130000+09:00/20240803T150000&text=機織り体験&ctz=Asia%2FTokyo&location=入間市博物館ALIT&details=機織り体験"" target=""gcal""><i class=""bi bi-box-arrow-up-right""></i><i class=""bi bi-calendar""></i>Googleカレンダーに登録する</a><br></div>
<div><a href=""cityevent_list.html"">一覧ページへ</a></div>",宮寺_二本木
トップに戻る