0120-1504-09
menu

幼稚園・保育所・こども園等の利用手続について

Top/奈良市の生活情報/幼稚園・保育所・こども園等の利用手続について
更新日:2026年7月1日更新
保育園入園相談 * { margin: 0; padding: 0; box-sizing: border-box; } body { background: #ffffff; min-height: 100vh; padding: 20px; } .container { max-width: 1000px; margin: 0 auto; background: #ffffff; border-radius: 12px; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); overflow: hidden; display: flex; flex-direction: column; min-height: 100vh; } .header { background: #ffffff; color: #333; padding: 40px 20px; text-align: center; order: 1; } .header h2 { margin-bottom: 10px; color: #d63384; word-break: break-word; } .header p { color: #666; } .breadcrumb { background: #fffaf0; padding: 15px 20px; color: #666; border-bottom: 1px solid #ffe4b5; display: flex; gap: 10px; align-items: center; flex-wrap: wrap; overflow-x: auto; order: 2; } .breadcrumb-item { display: flex; align-items: center; gap: 10px; white-space: nowrap; } .breadcrumb-item.active { color: #d63384; font-weight: 600; } .breadcrumb-separator { color: #ccc; flex-shrink: 0; } .content { padding: 40px 20px; max-width: 800px; margin: 0 auto; flex: 1; order: 3; width: 100%; } .search-box { background: #ffe4f0; padding: 20px; border-top: 2px solid #d63384; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; justify-content: center; order: 4; } .search-input { flex: 1; min-width: 250px; max-width: 500px; padding: 12px 15px; border: 2px solid #d63384; border-radius: 6px; outline: none; transition: all 0.3s ease; } .search-input:focus { box-shadow: 0 0 0 3px rgba(214, 51, 132, 0.2); border-color: #d63384; } .search-btn { background: #d63384; color: white; border: none; padding: 12px 30px; border-radius: 6px; cursor: pointer; font-weight: 600; transition: all 0.3s ease; -webkit-tap-highlight-color: transparent; } .search-btn:hover { background: #c91f7a; transform: scale(1.05); } .search-btn:active { transform: scale(0.98); } .clear-btn { background: #ffccdd; color: #333; border: none; padding: 12px 25px; border-radius: 6px; cursor: pointer; font-weight: 600; transition: all 0.3s ease; -webkit-tap-highlight-color: transparent; } .clear-btn:hover { background: #ffb3d9; transform: scale(1.05); } .clear-btn:active { transform: scale(0.98); } .section-title { font-weight: 700; color: #333; margin-bottom: 30px; text-align: center; word-break: break-word; } .item-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; margin-bottom: 30px; } .item-grid.full-width { grid-template-columns: 1fr; } .item-grid.two-column { grid-template-columns: repeat(2, 1fr); } .item-button { background: #ffd9e6; color: #333; border: none; padding: 20px 15px; border-radius: 8px; cursor: pointer; font-weight: 600; transition: all 0.3s ease; text-align: center; box-shadow: 0 4px 12px rgba(255, 192, 203, 0.2); word-wrap: break-word; white-space: normal; line-height: 1.4; min-height: 60px; display: flex; flex-direction: column; justify-content: center; align-items: center; -webkit-tap-highlight-color: transparent; } .item-button.wide { grid-column: span 2; } .item-button.full-width { text-align: left; padding: 15px; min-height: auto; } .item-button:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(255, 192, 203, 0.3); background: #ffc7d8; } .item-button:active { transform: translateY(-1px); } .item-button.external-link { background: #ffd9e6; color: #333; box-shadow: 0 4px 12px rgba(255, 192, 203, 0.2); } .item-button.external-link:hover { background: #ffc7d8; box-shadow: 0 6px 20px rgba(255, 192, 203, 0.3); transform: translateY(-3px); } .item-button.external-link:active { transform: translateY(-1px); } .item-button.external-link.electronic-apply { background: #FFD4A3; color: #333; box-shadow: 0 4px 12px rgba(255, 212, 163, 0.3); } .item-button.external-link.electronic-apply:hover { background: #FFC485; box-shadow: 0 6px 20px rgba(255, 212, 163, 0.4); transform: translateY(-3px); } .item-button.external-link.electronic-apply:active { transform: translateY(-1px); } .item-button-title { display: block; font-weight: 700; margin-bottom: 6px; } .item-button-subtitle { display: block; font-weight: 500; color: #666; } .category-title { background: #fffacd; border-left: 4px solid #f4d03f; padding: 12px 15px; margin: 25px 0 15px 0; border-radius: 4px; font-weight: 700; color: #d4a500; } .list-section-title { background: #ffe4f0; border-left: 4px solid #d63384; padding: 12px 15px; margin: 30px 0 15px 0; border-radius: 4px; font-weight: 700; color: #d63384; } .facility-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; background: white; table-layout: fixed; } .facility-table th { background: #ffe4f0; color: #d63384; padding: 12px; text-align: left; font-weight: 700; border-bottom: 2px solid #d63384; overflow-wrap: break-word; word-wrap: break-word; } .facility-table th:nth-child(1) { width: 60%; } .facility-table th:nth-child(2), .facility-table th:nth-child(3) { width: 20%; text-align: center; } .facility-table td { padding: 12px; border-bottom: 1px solid #ffe4b5; background: #fffaf0; word-break: break-word; overflow-wrap: break-word; } .facility-table td:nth-child(2), .facility-table td:nth-child(3) { text-align: center; width: 20%; } .facility-table tr:last-child td { border-bottom: none; } .facility-table a { color: #2196f3; text-decoration: none; font-weight: 500; word-break: break-all; } .facility-table a:hover { text-decoration: underline; } .answer-box { background: #fffaf0; border-left: 4px solid #ffc0cb; padding: 25px; border-radius: 8px; margin: 30px 0; line-height: 1.8; color: #555; } .answer-box strong { color: #d63384; font-weight: 600; } .answer-box p { margin-bottom: 12px; } .answer-box ul { margin-left: 20px; margin-top: 10px; } .answer-box li { margin-bottom: 8px; } .answer-box a { color: #2196f3; text-decoration: none; font-weight: 500; word-break: break-all; } .answer-box a:hover { text-decoration: underline; } .section-heading { font-weight: 700; color: #333; margin-top: 20px; margin-bottom: 10px; } .emphasis-box { background: #fff0e6; border: 2px solid #ffc0cb; border-radius: 6px; padding: 15px; margin: 20px 0; text-align: center; font-weight: 700; color: #d63384; } .warning-box { background: #fff3e0; border: 2px solid #ff9800; border-radius: 6px; padding: 15px; margin: 20px 0; color: #e65100; font-weight: 600; } .application-box { background: #e3f2fd; border: 2px solid #2196f3; border-radius: 8px; padding: 20px; margin: 20px 0; } .application-box strong { color: #1976d2; font-weight: 600; } .application-box p { margin-top: 10px; margin-bottom: 15px; color: #333; } .application-link { display: inline-block; background: #2196f3; color: #ffffff !important; padding: 12px 25px; border-radius: 6px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; word-break: break-all; -webkit-tap-highlight-color: transparent; } .application-link:hover { background: #1976d2; transform: scale(1.05); color: #ffffff !important; } .application-link:visited { color: #ffffff !important; } .answer-box table { width: 100%; border-collapse: collapse; margin-top: 15px; } .answer-box table tr { border-bottom: 1px solid #ffe4b5; } .answer-box table th, .answer-box table td { padding: 15px; text-align: left; word-break: break-word; line-height: 1.6; } .answer-box table th { background: #ffe4f0; color: #d63384; font-weight: 600; } .answer-box table td { background: white; } .sub-button { background: #ffc7d8; color: #333; border: none; padding: 12px 20px; border-radius: 6px; cursor: pointer; font-weight: 600; transition: all 0.3s ease; margin-top: 15px; display: inline-block; -webkit-tap-highlight-color: transparent; } .sub-button:hover { background: #ffb3d9; transform: translateY(-2px); } .sub-button:active { transform: translateY(0); } .calculator-box { background: #fff0e6; border: 2px solid #ff9800; border-radius: 8px; padding: 20px; margin: 20px 0; } .calculator-box strong { color: #ff9800; font-weight: 600; } .calculator-box p { margin-top: 10px; margin-bottom: 15px; } .calculator-link { display: inline-block; background: #ff9800; color: #ffffff !important; padding: 12px 25px; border-radius: 6px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; word-break: break-all; -webkit-tap-highlight-color: transparent; } .calculator-link:hover { background: #f57c00; transform: scale(1.05); color: #ffffff !important; } .calculator-link:visited { color: #ffffff !important; } .quiz-section { background: #f0f9ff; border: 2px solid #87ceeb; border-radius: 8px; padding: 25px; margin: 20px 0; } .quiz-question { font-weight: 600; color: #333; margin-bottom: 15px; } .quiz-options { display: flex; flex-direction: column; gap: 10px; } .quiz-option { background: white; border: 2px solid #87ceeb; padding: 15px; border-radius: 6px; cursor: pointer; transition: all 0.3s ease; text-align: left; -webkit-tap-highlight-color: transparent; } .quiz-option:hover { background: #e0f7ff; border-color: #0066cc; } .quiz-option:active { background: #c0ecff; } .quiz-option input[type=”radio”] { margin-right: 10px; cursor: pointer; width: 18px; height: 18px; } .quiz-option label { cursor: pointer; display: flex; align-items: center; } .result-box { background: #e8f5e9; border-left: 4px solid #4caf50; padding: 20px; border-radius: 8px; margin-top: 20px; display: none; } .result-box.show { display: block; } .result-box strong { color: #2e7d32; font-weight: 600; } .result-box.warning { background: #fff3e0; border-left-color: #ff9800; } .result-box.warning strong { color: #e65100; } .documents-table { width: 100%; border-collapse: collapse; margin-top: 15px; background: white; } .documents-table tr { border-bottom: 1px solid #ffe4b5; } .documents-table th, .documents-table td { padding: 12px; text-align: left; word-break: break-word; } .documents-table th { background: #ffe4f0; color: #d63384; font-weight: 600; } .documents-table td { background: #fffaf0; } .documents-table ul { margin-left: 20px; margin-top: 8px; } .documents-table li { margin-bottom: 6px; } .button-group { display: flex; gap: 15px; margin-top: 30px; justify-content: center; flex-wrap: wrap; } .btn-check { background: #87ceeb; color: white; border: none; padding: 12px 25px; border-radius: 6px; cursor: pointer; font-weight: 600; transition: all 0.3s ease; -webkit-tap-highlight-color: transparent; } .btn-check:hover { background: #5dade2; transform: scale(1.05); } .btn-check:active { transform: scale(0.98); } .btn-back { background: #ffccdd; color: #333; border: none; padding: 12px 25px; border-radius: 6px; cursor: pointer; font-weight: 600; transition: all 0.3s ease; -webkit-tap-highlight-color: transparent; } .btn-back:hover { background: #ffb3d9; transform: translateX(-3px); } .btn-back:active { transform: translateX(-1px); } .btn-home { background: #ffd9e6; color: #333; border: none; padding: 12px 25px; border-radius: 6px; cursor: pointer; font-weight: 600; transition: all 0.3s ease; -webkit-tap-highlight-color: transparent; } .btn-home:hover { background: #ffc7d8; transform: scale(1.05); } .btn-home:active { transform: scale(0.98); } .empty-state { text-align: center; color: #999; padding: 40px 20px; } .path-indicator { background: #ffe4f0; padding: 15px; border-radius: 6px; margin-bottom: 20px; color: #d63384; } .footer { background: #fffaf0; padding: 20px; text-align: center; color: #999; border-top: 1px solid #ffe4b5; line-height: 1.6; word-break: break-word; order: 5; } .note-text { background: #fff8e6; border-left: 3px solid #ffc0cb; padding: 12px; margin-top: 15px; color: #666; font-style: italic; } .contact-box { background: #fff3e0; border-left: 4px solid #ff9800; padding: 15px; border-radius: 6px; margin-top: 15px; color: #e65100; } .search-results-container { margin-bottom: 30px; } .search-result-item { background: #f0f9ff; border-left: 4px solid #2196f3; padding: 15px; margin-bottom: 15px; border-radius: 6px; cursor: pointer; transition: all 0.3s ease; } .search-result-item:hover { background: #e0f7ff; transform: translateX(5px); } .search-result-item strong { color: #1976d2; font-weight: 600; display: block; margin-bottom: 8px; } .search-result-path { color: #666; margin-bottom: 8px; } .search-result-preview { color: #555; line-height: 1.6; } .highlight { background: #ffff00; font-weight: 600; padding: 2px 4px; border-radius: 2px; } .search-info { background: #e3f2fd; border-left: 4px solid #2196f3; padding: 15px; margin-bottom: 20px; border-radius: 6px; color: #1976d2; font-weight: 600; } .no-results { background: #fff3e0; border-left: 4px solid #ff9800; padding: 20px; border-radius: 6px; color: #e65100; text-align: center; font-weight: 600; } .qa-button-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 30px; } .qa-button { background: #f0f9ff; color: #1976d2; border: 2px solid #2196f3; padding: 15px; border-radius: 8px; cursor: pointer; font-weight: 600; transition: all 0.3s ease; text-align: left; -webkit-tap-highlight-color: transparent; } .qa-button:hover { background: #e0f7ff; transform: translateX(5px); box-shadow: 0 4px 12px rgba(33, 150, 243, 0.2); } .qa-button:active { transform: translateX(2px); } .qa-answer-box { background: #fffaf0; border-left: 4px solid #ffc0cb; padding: 25px; border-radius: 8px; margin: 20px 0; line-height: 1.8; color: #555; } .qa-answer-box strong { color: #d63384; font-weight: 600; } .qa-answer-box p { margin-bottom: 12px; } .qa-answer-box ul { margin-left: 20px; margin-top: 10px; } .qa-answer-box li { margin-bottom: 8px; } .qa-answer-box a { color: #2196f3; text-decoration: none; font-weight: 500; word-break: break-all; } .qa-answer-box a:hover { text-decoration: underline; } @media (max-width: 768px) { body { padding: 15px; } .header { padding: 30px 15px; } .content { padding: 30px 15px; } .search-box { flex-direction: column; padding: 15px; } .search-input { min-width: auto; max-width: 100%; width: 100%; } .search-btn, .clear-btn { width: 100%; } .item-grid { gap: 12px; } .item-grid.two-column { grid-template-columns: 1fr; } .item-button.wide { grid-column: span 1; } .item-button { padding: 15px 12px; min-height: 55px; } .answer-box { padding: 20px; } .answer-box table th, .answer-box table td { padding: 12px; } .button-group { gap: 10px; } .btn-back, .btn-home, .btn-check { padding: 10px 20px; flex: 1; min-width: 120px; } .facility-table th, .facility-table td { padding: 10px; } .breadcrumb { padding: 12px 15px; gap: 5px; } .breadcrumb-item { gap: 5px; } .quiz-option { padding: 12px; } .quiz-option input[type=”radio”] { width: 16px; height: 16px; } } @media (max-width: 600px) { body { padding: 12px; } .container { border-radius: 8px; } .header { padding: 25px 12px; } .content { padding: 20px 12px; } .item-grid { grid-template-columns: 1fr; gap: 10px; } .item-button { padding: 12px 10px; min-height: 50px; } .answer-box { padding: 15px; margin: 20px 0; } .answer-box table { margin-top: 15px; } .answer-box table th, .answer-box table td { padding: 10px; } .category-title, .list-section-title { padding: 10px 12px; margin: 20px 0 12px 0; } .button-group { gap: 8px; margin-top: 20px; flex-direction: column; } .btn-back, .btn-home, .btn-check { padding: 12px 15px; width: 100%; } .facility-table th, .facility-table td { padding: 8px; } .breadcrumb { padding: 10px 12px; gap: 3px; } .breadcrumb-item { gap: 3px; } .emphasis-box, .warning-box, .calculator-box, .application-box, .quiz-section { padding: 12px; margin: 15px 0; } .quiz-option { padding: 10px; gap: 8px; } .quiz-option input[type=”radio”] { width: 16px; height: 16px; flex-shrink: 0; } .application-link, .calculator-link { padding: 10px 18px; } .sub-button { padding: 10px 18px; } .footer { padding: 15px; } .note-text { padding: 10px; } .documents-table th, .documents-table td { padding: 10px 8px; } } @media (max-width: 480px) { body { padding: 10px; } .header { padding: 20px 10px; } .content { padding: 15px 10px; } .item-button { padding: 10px 8px; min-height: 45px; } .answer-box { padding: 12px; margin: 15px 0; } .answer-box table th, .answer-box table td { padding: 8px; } .answer-box ul { margin-left: 18px; } .button-group { gap: 6px; margin-top: 15px; } .btn-back, .btn-home, .btn-check { padding: 10px 12px; } .breadcrumb { padding: 8px 10px; gap: 2px; } .emphasis-box, .warning-box, .calculator-box, .application-box, .quiz-section { padding: 10px; margin: 12px 0; } .quiz-option { padding: 8px; } .quiz-option input[type=”radio”] { width: 15px; height: 15px; } .application-link, .calculator-link { padding: 8px 15px; } .sub-button { padding: 8px 15px; } .footer { padding: 12px; } .category-title, .list-section-title { padding: 8px 10px; margin: 15px 0 10px 0; } } @media print { body { padding: 0; } .container { box-shadow: none; max-width: 100%; } .button-group, .breadcrumb, .search-box { display: none; } .answer-box, .facility-table { page-break-inside: avoid; } }

🏫 デジタル保育コンシェルジュにご相談ください!

// データ構造 const dataTree = { name: ‘ホーム’, children: [ { name: ‘電子申請はこちら’, isExternalLink: true, isElectronicApply: true, url: ‘https://www.city.nara.lg.jp/site/kosodate/10822.html#denshi’ }, { name: ‘これから保活をはじめる方へ’, isFirstSteps: true, questions: [ { title: ‘Q.保活をどう始めればいいか分からない!’, answer: ‘A.まずはいつ入園したいかを考えましょう!入園申込は毎月ありますので、締切日を確認してください。
https://www.city.nara.lg.jp/site/kosodate/245396.html

次に、ご自宅や勤務先の近くにある認可保育園を確認しましょう。奈良市ホームページでも認可保育園のマップを掲載していますので、ぜひご利用ください!
/uploaded/attachment/208667.pdf

保育園の目星がついたら、次は園見学をしましょう!園見学の有無は、入園のしやすさに影響しませんが、これから毎日通園する上で、各園の教育方針や、雰囲気を知ること、駐車場や園周辺の道路状況を把握することは大切です!
見学のご予約は各園に直接お問合せください。
施設一覧はこちら

そのほか、利用のてびきをよくお読みいただき、必要書類等をご準備ください。
https://www.city.nara.lg.jp/site/kosodate/261513.html’ }, { title: ‘Q.いつ入園すればいいか分からない!’, answer: ‘A.入園申込は、毎月受け付けていますので、保護者様のお好きな時期に入園申込をしていただけます。
入園は毎月1日のみとなります。
(10日入園や25日入園などはできません)

また、園ごとに最低の受入月齢が設定されています。園によって、「生後8週から」や「3歳児クラスから」など様々ですので、ご希望園の受入月齢を確認するようにしましょう。
/uploaded/attachment/209409.pdf’ }, { title: ‘Q.育児休業給付金(育休手当て)の延長をしたい!’, answer: ‘A.育児休業中の保護者様については、育児休業給付金の延長手続きが必要な場合もあると思います。担当は、職業安定所(ハローワーク)になりますが、一般的には、お子様が満1歳に達する前日が含まれる月の入園申込が必要とされています。(例:7月15日生まれの場合は、7月入園申込)
必ず保留となるわけではございませんのでご注意ください。’ }, { title: ‘Q.0歳で入園した方がいいですか?’, answer: ‘A.一般的には、0歳児クラスが最も入園しやすく、1歳児クラスが最も入園が困難と言われています。理由としては、0歳児クラスは、下のクラスから進級するお子さんがいないため、定員がそのまま空き人数となることが多いためです。一方で、1歳児クラスは、0歳児クラスからの進級のお子さんがおられるため、定員のある程度が埋まってしまいます。また、育児休業からの復帰のために保育園をお申込みする保護者様が多いため、お申込みが集中しやすい年齢になります。’ }, { title: ‘Q.4月が一番入園しやすいですか?’, answer: ‘A.4月は、在園しているお子さんの進級に伴い、最も多い空きが発生しますので、1年間でもっとも入園しやすい月となります。入園申込は例年12月中となりますので、具体的な入園申請期間を、10月頃にホームページをご確認ください。’ } ] }, { name: ‘【入園申込】’, subtitle: ‘保育園・こども園(保育部分)’, children: [ { name: ‘申し込み時期’, url: ‘https://www.city.nara.lg.jp/site/kosodate/245396.html’, answer: ‘申し込み時期:

📅 入園は毎月1日入園のみです

入園希望日によって申込受付期間が異なります。詳細は以下の表をご確認ください。


入園希望日 申込受付期間 申込方法
令和8年5月~12月入園希望 入園希望の3ヶ月前から前月10日まで(10日が閉庁日の場合は、直前の開庁日まで) 電子申請、窓口、郵送
令和9年1月~2月入園希望 令和8年11月2日~令和8年11月30日 電子申請、窓口、郵送
令和9年3月入園希望 令和8年11月16日~令和8年12月4日 電子申請、窓口、郵送
令和9年4月入園希望 令和8年12月7日~令和8年12月18日 原則、電子申請のみ

‘ }, { name: ‘必要な書類’, answer: ‘
【全員が必要な書類】
  • 教育・保育給付認定申請書兼施設利用申込書
  • 子どもの健康調査票
  • 利用調整調査書
  • 確認書および同意書
  • 保護者全員分の「保育を必要とする理由書(※1)」
【該当する方のみ必要な書類】
  • 65歳以上の祖父母と同居している場合:祖父母の「保育を必要とする理由書(※1)」
  • 前年1月1日時点で奈良市に住民票がなかった場合:最新年度の課税証明書
  • 転入予定での入園申込の場合:転入に関する申立書
  • 企業主導型保育施設、認可外保育施設、一時預かりを継続して月64時間以上利用している場合:認可外保育施設等利用状況証明書
  • 保護者のいずれかが単身赴任している場合:単身赴任手当が確認できる給与明細書
※提出がない場合でも、申し込みは可能ですが、利用調整で不利になる場合があります。
‘ } ] }, { name: ‘【入園申込】’, subtitle: ‘幼稚園・こども園(教育部分)’, children: [ { name: ‘奈良市立幼稚園、こども園’, answer: ‘奈良市立幼稚園、こども園(教育部分):

入園手続きは、希望の園に直接ご連絡の上お手続きください。’ }, { name: ‘私立幼稚園’, url: ‘https://logoform.jp/form/p6et/522703’, answer: ‘私立幼稚園:

入園が可能かどうかを園に直接確認してください。
入園が決定した場合、利用開始前に施設等利用給付認定1号の手続きが必要です。

お手続きはこちら

以下のリンクから、施設等利用給付認定1号の申請ができます。

電子申請はこちら
‘ }, { name: ‘私立こども園(教育部分)’, url: ‘https://logoform.jp/form/p6et/759413’, answer: ‘私立こども園(教育部分):

入園手続きは、希望の園に直接ご連絡の上お手続きください。
入園許可がおりていることが分かる書類が発行されたら、教育・保育給付認定申請が必要です。

お手続きはこちら

以下のリンクから、教育・保育給付認定申請ができます。

電子申請はこちら
‘ } ] }, { name: ‘待機中の方’, children: [ { name: ‘申込済みの内容に変更がある’, url: ‘https://logoform.jp/form/p6et/468169’, answer: ‘申込済みの内容に変更がある場合:

就労先、保育を必要とする理由の変更や、育児休業を延長した、などの場合は、すみやかにお手続きが必要です。

お手続きはこちら

以下のリンクから、内容変更の申請ができます。

電子申請はこちら
‘ }, { name: ‘申込を取下げたい’, url: ‘https://logoform.jp/form/p6et/529780’, answer: ‘申込を取下げたい場合:

すみやかに利用申込取下げ願出書の提出が必要です。

お手続きはこちら

以下のリンクから、申込取下げの手続きができます。

電子申請はこちら
‘ }, { name: ‘希望園を変更したい’, url: ‘https://logoform.jp/form/p6et/460093’, answer: ‘希望園を変更したい場合:

各入所月の締切日までに「希望施設変更届」を提出してください。

お手続きはこちら

以下のリンクから、希望園の変更申請ができます。

電子申請はこちら
‘ } ] }, { name: ‘在園中の方’, children: [ { name: ‘保育を必要とする理由を変更’, url: ‘https://logoform.jp/form/p6et/468169’, answer: ‘保育を必要とする理由を変更する場合:

就労から求職活動へ、または疾病から復帰するなど、保育を必要とする理由に変更があった場合は、新しい「保育を必要とする理由書」の提出が必要です。変更を希望する月の前月15日までに手続きが必要です。

お手続きはこちら

以下のリンクから、理由変更の申請ができます。

電子申請はこちら
‘ }, { name: ‘保育必要量(時間)を変更’, url: ‘https://logoform.jp/form/p6et/468169’, answer: ‘保育必要量(預ける時間)を変更する場合:

保育短時間から標準時間への変更など、保育園の利用時間を変更する場合は、保育を必要とする理由書が必要です。変更を希望する月の前月15日までに手続きが必要です。

お手続きはこちら

以下のリンクから、保育必要量変更の申請ができます。

電子申請はこちら
‘ }, { name: ‘就労先の変更’, url: ‘https://logoform.jp/form/p6et/468169’, answer: ‘就労先が変わった場合:

勤務先が変わった場合は、新しい就労先からの「就労証明書」の提出が必要です。

お手続きはこちら

以下のリンクから、就労先変更の申請ができます。

電子申請はこちら
‘ }, { name: ‘現況届の提出’, url: ‘https://logoform.jp/form/p6et/729127’, answer: ‘現況届について:

毎年、在園児の保護者の皆様には「現況届」の提出をお願いしています。提出期間に余裕を持ってご提出ください。

提出がない場合は、保育の継続ができなくなる場合があります。

お手続きはこちら

以下のリンクから、現況届の提出ができます。

電子申請はこちら
‘ }, { name: ‘退所する方’, url: ‘https://logoform.jp/form/p6et/456929’, answer: ‘退所する場合:

保育園・こども園(保育部分)を退所されたい場合は、退所を希望する月の前月末までに「退所届」を提出してください。併せて、園へ退所する旨をお伝えください。

お手続きはこちら

以下のリンクから、退所届の提出ができます。

電子申請はこちら
‘ }, { name: ‘市内での引越し’, url: ‘https://logoform.jp/form/p6et/397023’, answer: ‘市内での引越し:

異動届の提出が必要です。市内での引越しの場合、通常は引き続き園のご利用が可能です。

お手続きはこちら

以下のリンクから、異動届の提出ができます。

電子申請はこちら
‘ }, { name: ‘市外への引越し’, answer: ‘市外への引越し:

市外へ転出する場合、現在利用中の園は、転出日が含まれる月の月末で退園となります。退所届を提出してください。

引き続き現在利用中の園の利用を希望する場合は、以下の3つの条件をすべて満たし、相手市町村で転入手続き後すみやかに手続きすることで、再入園という形式で、継続して利用可能となる場合があります。

  • 奈良市の「保育を必要とする理由」を満たしていること
  • 相手市町村の「保育を必要とする理由」を満たしていること
  • 利用中の園の許可を得ていること

⚠️ 転入後すぐに手続きが必要なため、あらかじめ相手市町村にご連絡いただき、必要書類等の準備を進めてください。
‘ } ] }, { name: ‘【無償化の認定】’, subtitle: ‘預かり保育・認可外施設’, isWaiverIntro: true, answer: ‘幼児教育・保育の無償化制度について

「保育の必要性」がある満3~5歳の子どもが、幼稚園の預かり保育や認可外保育施設の利用料などを無償化の対象とするための認定区分です。’, children: [ { name: ‘新2号、新3号認定’, answer: ‘
必要書類は以下をご準備ください
  • 子育てのための施設等利用給付認定・変更申請書(法第30条の4第2号・第3号)
    ※電子申請の場合は電子フォーム内で入力するため、この用紙の提出は不要です
  • 保護者全員分の「(※1)保育を必要とする理由書」


お手続きはこちら

以下のリンクから、新2号、新3号認定の申請ができます。

電子申請はこちら
‘ }, { name: ‘利用料の請求について’, answer: ‘利用料の請求について:

保育料のお支払い方法や請求についての詳細は、以下のURLをご確認ください。

https://www.city.nara.lg.jp/site/kosodate/1282.html‘ }, { name: ‘無償化対象施設’, answer: ‘無償化対象施設

奈良市内の幼児教育・保育の無償化対象施設は以下のURLをご確認ください。

https://www.city.nara.lg.jp/site/kosodate/105142.html‘ } ] }, { name: ‘奈良市内の保育園、幼稚園、こども園の一覧’, isFacilityList: true, children: [] }, { name: ‘先月までの受入可能数(空き状況)’, isExternalLink: true, url: ‘https://www.city.nara.lg.jp/kosodate/ukeire/ukeire.pdf’ }, { name: ‘各種利用のてびきはこちら’, isExternalLink: true, url: ‘https://www.city.nara.lg.jp/site/kosodate/261513.html’ }, { name: ‘利用調整指数のシミュレーション’, url: ‘https://www.city.nara.lg.jp/site/kosodate/251831.html’, isCalculator: true, answer: ‘利用調整指数カリキュレーター

利用調整指数をシミュレーションしてみましょう

以下のリンクから、あなたのご家庭の利用調整指数を計算することができます。入園の可能性を予測する参考としてください。

シミュレーションはこちら
‘ }, { name: ‘保育料のシミュレーション’, url: ‘https://www.city.nara.lg.jp/site/kosodate/267264.html’, isCalculator: true, answer: ‘保育料シミュレーター

保育料をシミュレーションしてみましょう

以下のリンクから、ご家庭の保育料をシミュレーションできます。お子様の年齢や世帯の所得階層などを入力することで、毎月の保育料の目安を確認できます。

シミュレーションはこちら
‘ }, { name: ‘よくある質問’, children: [ { name: ‘事前準備はどうしたらいいの?’, answer: ‘事前準備について:

各施設の開園時間、運営や保育方針、駐車場、食べ物のアレルギー、発達に対する対応や発熱時の対応方法、慣らし保育期間、実費負担分(教材費・制服・入園料など)などを知るために、お子さんと一緒に見学に行きましょう。見学は各施設へ直接お問い合わせください。’, isFrequentlyAsked: true, category: ‘applying’ }, { name: ‘空いている園を教えてほしい!’, answer: ‘空いている園について:

在園児の退園者及び保育士の人数等をより正確に把握するため受入状況は入所申込締切後に確認しています。そのため、申込期間中に受入人数をお答えすることはできませんが、前月の受入状況等をお伝えしています。

ただし、令和8年4月に限り、事前に空き状況をホームページにて公開予定です。詳しくは、以下のURLをご覧ください。
https://www.city.nara.lg.jp/site/kosodate/248871.html‘, isFrequentlyAsked: true, category: ‘applying’ }, { name: ‘入園するためには、早く申請した方が有利ですか?’, answer: ‘申請時期と入園の関係について:

入園する順番は、先着順ではありません。奈良市にて保育の必要度が高い人から順に利用調整しています。保育の必要度とは、指数表の合計点数(締切日までに提出された書類で算出)で判断しています。なお、同点になった場合は待機期間による優先があります。’, isFrequentlyAsked: true, category: ‘applying’ }, { name: ‘育児休業期間中で申込みはいつにしたらいい?’, answer: ‘育児休業期間中の申込みについて:

育児休業期間満了日の当月1日利用開始希望で申込みをするようにしてください。育児休業手当が継続できない場合があります。詳しくは、ハローワークもしくは勤務先に確認してください。’, isFrequentlyAsked: true, category: ‘applying’ }, { name: ‘育児休業期間を短縮して申込みしたい!’, answer: ‘育児休業期間の短縮申込みについて:

育児休業期間を短縮して申込みを行うことはできますが、利用決定した場合、元の職場に入所月中もしくは翌月1日には復帰が必要です。’, isFrequentlyAsked: true, category: ‘applying’ }, { name: ‘ひとり親の場合は、手続きのときにどういった書類を提出したらいいの?’, answer: ‘ひとり親の場合の書類について:

ひとり親の場合は、ひとり親家庭が分かる書類(例:離婚届受理証明書、戸籍謄本など)を併せて提出してください。ただし、奈良市の「ひとり親家庭医療費受給者資格証」、「児童扶養手当証書」をお持ちの場合は省略できます。’, isFrequentlyAsked: true, category: ‘applying’ }, { name: ‘いつまでの証明日であれば、有効ですか?’, answer: ‘証明日の有効期限について:

証明内容に変更が無い前提になりますが、就労証明書・医師の診断書等は、3ヶ月以内のもの。自営業等の確認書類は直近1年以内に発行された確認書類を添付してください。証明内容等を確認するために勤務先等に直接照会する場合があります。’, isFrequentlyAsked: true, category: ‘applying’ }, { name: ‘利用保留(不可)になったら、毎月申請が必要?’, answer: ‘利用保留になった場合について:

利用保留になった場合、利用保留通知に有効期限が記載されておりますので、有効期限の当月まで自動的に利用調整が継続されます。ただし、保育を必要とする理由が変わった場合や就労先・就労時間が変わった場合は届出が必要です。’, isFrequentlyAsked: true, category: ‘waiting’ }, { name: ‘子どもが在園中なのですが、妊娠したので、里帰り出産を考えています。休園制度はありますか?’, answer: ‘休園制度について:

最大2ヶ月間の休園が可能です。希望される方は、里帰り出産の休園届を提出してください。ただし、保育料の減免はありません。詳しくは、奈良市役所子ども給付課へお問合せください。’, isFrequentlyAsked: true, category: ‘enrolled’ } ] } ] }; let currentPath = []; let currentQuestionIndex = -1; let searchKeywords = []; let searchResults = []; function init() { renderContent(); updateBreadcrumb(); } function performSearch() { let searchInput = document.getElementById(‘searchInput’).value.trim(); if (!searchInput) { alert(‘検索キーワードを入力してください’); return; } // キーワード読み替え辞書 const keywordReplacements = { ‘育休’: ‘育児休業’, ‘育休手当’: ‘育児休業給付金’, ‘就業’: ‘就労’, ‘障害’: ‘障がい’, ‘延長保育’: ‘預かり保育’ }; // キーワードを読み替える Object.keys(keywordReplacements).forEach(key => { searchInput = searchInput.replace(new RegExp(key, ‘g’), keywordReplacements[key]); }); searchKeywords = searchInput.split(/s+/).filter(k => k.length > 0); searchResults = searchPages(dataTree, []); if (searchResults.length === 0) { showNoResults(); } else { showSearchResults(); } window.scrollTo(0, 0); } function searchPages(node, path) { let results = []; // 親ノードも含めて検索対象に if (shouldIncludeResult(node)) { results.push({ node, path: […path] }); } // 子ノードも検索 if (node.children && node.children.length > 0) { node.children.forEach((child, index) => { const newPath = […path, index]; results = results.concat(searchPages(child, newPath)); }); } return results; } function shouldIncludeResult(node) { const searchText = (node.name + ‘ ‘ + node.subtitle + ‘ ‘ + (node.answer || ”)).toLowerCase(); return searchKeywords.every(keyword => searchText.includes(keyword)); } function showSearchResults() { const content = document.getElementById(‘content’); const breadcrumb = document.getElementById(‘breadcrumb’); let html = `
🔍 ${searchResults.length}件の検索結果が見つかりました
`; html += ‘
‘; searchResults.forEach((result, index) => { const { node, path } = result; const breadcrumbPath = getPathString(path); const rawPreviewText = (node.answer || ”).replace(/]*>/g, ”).substring(0, 100) + ‘…’; const highlightedPreviewText = applyHighlight(rawPreviewText); html += `
${applyHighlight(node.name)}
${breadcrumbPath}
${highlightedPreviewText}
`; }); html += ‘
‘; html += ‘
‘; html += ‘‘; html += ‘
‘; content.innerHTML = html; breadcrumb.innerHTML = ``; } function applyHighlight(text) { let result = text; searchKeywords.forEach(keyword => { const lowerKeyword = keyword.toLowerCase(); const regex = new RegExp(lowerKeyword, ‘gi’); const parts = result.split(regex); const matches = result.match(regex); if (matches && matches.length > 0) { result = ”; parts.forEach((part, index) => { result += part; if (index ‘ + matches[index] + ”; } }); } }); return result; } function getPathString(path) { let node = dataTree; let pathStr = ‘ホーム > ‘; path.forEach(index => { node = node.children[index]; pathStr += node.name + ‘ > ‘; }); return pathStr.slice(0, -3); } function goToSearchResult(index) { if (searchResults[index]) { currentPath = searchResults[index].path; currentQuestionIndex = -1; renderContent(); updateBreadcrumb(); window.scrollTo(0, 0); } } function showNoResults() { const content = document.getElementById(‘content’); const breadcrumb = document.getElementById(‘breadcrumb’); let html = `
検索条件に一致するページが見つかりません
異なるキーワードをお試しください
`; html += ‘
‘; html += ‘‘; html += ‘
‘; content.innerHTML = html; breadcrumb.innerHTML = ``; } function clearSearch() { document.getElementById(‘searchInput’).value = ”; searchKeywords = []; searchResults = []; currentPath = []; currentQuestionIndex = -1; renderContent(); updateBreadcrumb(); window.scrollTo(0, 0); } function renderContent() { const content = document.getElementById(‘content’); const currentNode = getCurrentNode(); if (!currentNode) { content.innerHTML = ‘
エラーが発生しました。
‘; return; } // 外部リンクの場合、すぐにリダイレクト if (currentNode.isExternalLink) { window.open(currentNode.url, ‘_blank’); goHome(); return; } let html = ”; if (currentPath.length > 0) { html += `
${currentNode.name}
`; } else { html += `
カテゴリを選択してください
`; } if (currentNode.isFacilityList) { html += ‘
奈良市内の保育園、幼稚園、こども園の一覧

奈良市内の保育園、幼稚園、こども園の詳細については、以下のURLをご確認ください。

https://www.city.nara.lg.jp/site/kosodate/261916.html
‘; } else if (currentNode.isFirstSteps) { if (currentQuestionIndex === -1) { // 質問一覧表示 html += ‘
‘; currentNode.questions.forEach((q, index) => { html += ``; }); html += ‘
‘; } else { // 回答表示 const question = currentNode.questions[currentQuestionIndex]; html += `
${question.title}
`; html += `
${question.answer}
`; html += ‘
‘; html += ``; html += ‘
‘; } } else if (currentNode.isCalculator) { html += currentNode.answer; } else if (currentNode.isWaiverIntro) { html += ‘
幼児教育・保育の無償化制度について

「保育の必要性」がある満3~5歳の子どもが、幼稚園の預かり保育や認可外保育施設の利用料などを無償化の対象とするための認定区分です。
‘; html += renderWaiverButtons(currentNode.children); } else if (currentNode.children && currentNode.children.length > 0) { const isFrequentlyAsked = currentNode.children[0]?.isFrequentlyAsked; if (isFrequentlyAsked) { html += renderGroupedFAQ(currentNode.children); } else { html += `
`; currentNode.children.forEach((child, index) => { // ホームページでのwideClass判定:index 0 と 1 に適用 const parentNode = getNodeByPath(currentPath); const wideClass = (parentNode && parentNode.name === ‘ホーム’ && (index === 0 || index === 1)) ? ‘ wide’ : ”; const externalClass = (child.isExternalLink) ? ‘ external-link’ : ”; const electronicApplyClass = (child.isElectronicApply) ? ‘ electronic-apply’ : ”; if (child.subtitle) { html += ``; } else { html += ``; } }); html += ‘
‘; } } else if (currentNode.answer) { html += `
${currentNode.answer}
`; } if (currentNode.isFirstSteps && currentQuestionIndex === -1) { // 質問一覧時はボタンを表示しない } else { html += ‘
‘; if (currentPath.length > 0) { html += ‘‘; } if (currentPath.length > 0) { html += ‘‘; } html += ‘
‘; } content.innerHTML = html; } function selectQuestion(index) { currentQuestionIndex = index; renderContent(); window.scrollTo(0, 0); } function backToQuestions() { currentQuestionIndex = -1; renderContent(); window.scrollTo(0, 0); } function renderWaiverButtons(children) { let html = ‘
‘; children.forEach((child, index) => { html += ``; }); html += ‘
‘; return html; } function renderGroupedFAQ(children) { let html = ”; const categories = { ‘applying’: { title: ‘これから申請を考えている方’, items: [] }, ‘waiting’: { title: ‘待機中の方’, items: [] }, ‘enrolled’: { title: ‘在園中の方’, items: [] } }; children.forEach((child, index) => { if (categories[child.category]) { categories[child.category].items.push({ …child, index }); } }); Object.values(categories).forEach(category => { if (category.items.length > 0) { html += `
${category.title}
`; html += ‘
‘; category.items.forEach(item => { html += ``; }); html += ‘
‘; } }); return html; } function getCurrentNode() { let node = dataTree; for (let i = 0; i 保育を必要とする理由書
引用元