{{ row.address + row.address2 }}
駅から約{{ row.station_distance_km == null ? '—' : row.station_distance_km + 'km' }}- 0歳入園
- {{ row.admission ?? '—' }} 人気
- 0〜2歳定員
- {{ row.capacity_infants === null ? '—' : row.capacity_infants + '人' }}
- 3〜5歳定員
- {{ row.capacity_toddlers === null ? '—' : row.capacity_toddlers + '人' }}
- 種別
- {{ row.type || '—' }}
- 給食
- {{ row.bento_flag !== null ? kyusyokuFlagLabel(row.bento_flag) : '—' }}
- 送迎バス
- {{ row.bus_flag !== null ? busFlagLabel(row.bus_flag) : '—' }}
- 平日の保育時間
- {{ weekdayScheduleSummary(row) }}
- 種別
- {{ row.type || '—' }}
- 児童数
- {{ row.elementary_statistics?.student_total == null ? '—' : row.elementary_statistics.student_total + '人' }}
- 学級数
- {{ row.elementary_statistics?.class_total == null ? '—' : row.elementary_statistics.class_total + '学級' }}