$(document).ready(function() { $('#calendar').fullCalendar({ header: { // title, prev, next, prevYear, nextYear, today left: 'prev,next today', center: 'title', right: 'month agendaWeek agendaDay' }, defaultView: 'month', // 日付クリック動作 dayClick: function(date, jsEvent, view) { //alert('Clicked on: ' + date.format()); //alert('Coordinates: ' + jsEvent.pageX + ',' + jsEvent.pageY); //alert('Current view: ' + view.name); if (view.name != 'month') return; if (view.name == 'month') { $('#calendar').fullCalendar('changeView', 'agendaDay'); $('#calendar').fullCalendar('gotoDate', date); } }, // 最初の曜日 firstDay: 1, // 1:月曜日 // 土曜、日曜を表示 weekends: true, // 終日スロットのタイトル allDayText: '終日', minTime: "08:00:00", //スケジュールの開始時間 maxTime: "22:00:00", //スケジュールの最終時間 // 列のフォーマット columnFormat: { month: 'ddd', // 月 week: 'D日(ddd)', // 7(月) day: 'dddd' // 7(月) }, // タイトルの書式 titleFormat: { month: 'YYYY年M月', // 2013年9月 week: "YYYY年M月D日", day: 'M月D日', // 9月7日 }, // ボタン文字列 buttonText: { today: '今日', month: '月', week: '週', day: '日' }, // 月名称 monthNames: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], // 月略称 monthNamesShort: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'], // 曜日名称 dayNames: ['日曜日', '月曜日', '火曜日', '水曜日', '木曜日', '金曜日', '土曜日'], // 曜日略称 dayNamesShort: ['日', '月', '火', '水', '木', '金', '土'], //moreのpop処理 eventLimit: 3, // allow "more" link when too many events views: { agenda: { eventLimitClick:'popover' } }, eventLimitClick:'popover', googleCalendarApiKey: 'AIzaSyDFBzYqDBdMjWrZw3Qj0j4gPaWIHjGJI2M',//←① eventSources:[ { googleCalendarId: 'ja.japanese#holiday@group.v.calendar.google.com',//←日本の休日Googleカレンダー読み込み className: 'calendar_holiday', color: 'yellow', success:function(events){ $(events).each(function(){ this.url = null; }); }, //ここまで events: [ { title: '【ミゾゴイ】どうぶつガイド ', start: '2026-05-03T15:00:00', end: '2026-05-03T', url: '/zoo/nogeyama/details/post-1825.php', className: 'calendar_1' }, { title: '【バードケージ】どうぶつガイド ', start: '2026-05-03T15:30:00', end: '2026-05-03T', url: '/zoo/nogeyama/details/post-1353.php', className: 'calendar_1' }, { title: '【チンパンジー】どうぶつガイド ', start: '2026-05-03T13:45:00', end: '2026-05-03T', url: '/zoo/nogeyama/details/post-1195.php', className: 'calendar_1' }, { title: '【カグー】どうぶつガイド ', start: '2026-05-03T16:00:00', end: '2026-05-03T', url: '/zoo/nogeyama/details/post-1124.php', className: 'calendar_1' }, { title: '【ミナミコアリクイ】どうぶつガイド  ', start: '2026-05-05T13:45:00', end: '2026-05-05T', url: '/zoo/nogeyama/details/post-459.php', className: 'calendar_1' }, { title: '【アカエリマキキツネザル】どうぶつガイド ', start: '2026-05-05T15:30:00', end: '2026-05-05T', url: '/zoo/nogeyama/details/post-457.php', className: 'calendar_1' }, { title: '【ルリゴシボタンインコ】どうぶつガイド ', start: '2026-05-06T15:30:00', end: '2026-05-06T', url: '/zoo/nogeyama/details/post-453.php', className: 'calendar_1' }, { title: '【ニホンツキノワグマ】どうぶつガイド ', start: '2026-05-07T15:30:00', end: '2026-05-07T', url: '/zoo/nogeyama/details/post-1088.php', className: 'calendar_1' }, { title: '【フサオマキザル】どうぶつガイド ', start: '2026-05-08T14:00:00', end: '2026-05-08T', url: '/zoo/nogeyama/details/post-11596.php', className: 'calendar_1' }, { title: '【オグロワラビー】どうぶつガイド ', start: '2026-05-08T15:15:00', end: '2026-05-08T', url: '/zoo/nogeyama/details/post-456.php', className: 'calendar_1' }, { title: '【フンボルトペンギン】どうぶつガイド ', start: '2026-05-09T15:30:00', end: '2026-05-09T', url: '/zoo/nogeyama/details/post-916.php', className: 'calendar_1' }, { title: '【爬虫類館】どうぶつガイド ', start: '2026-05-09T14:00:00', end: '2026-05-09T', url: '/zoo/nogeyama/details/post-460.php', className: 'calendar_1' }, { title: '【キリン】どうぶつガイド  ', start: '2026-05-09T13:45:00', end: '2026-05-09T', url: '/zoo/nogeyama/details/post-458.php', className: 'calendar_1' }, { title: '【ミゾゴイ】どうぶつガイド ', start: '2026-05-10T15:00:00', end: '2026-05-10T', url: '/zoo/nogeyama/details/post-1825.php', className: 'calendar_1' }, { title: '【バードケージ】どうぶつガイド ', start: '2026-05-10T15:30:00', end: '2026-05-10T', url: '/zoo/nogeyama/details/post-1353.php', className: 'calendar_1' }, { title: '【チンパンジー】どうぶつガイド ', start: '2026-05-10T13:45:00', end: '2026-05-10T', url: '/zoo/nogeyama/details/post-1195.php', className: 'calendar_1' }, { title: '【カグー】どうぶつガイド ', start: '2026-05-10T16:00:00', end: '2026-05-10T', url: '/zoo/nogeyama/details/post-1124.php', className: 'calendar_1' }, { title: '【ミナミコアリクイ】どうぶつガイド  ', start: '2026-05-12T13:45:00', end: '2026-05-12T', url: '/zoo/nogeyama/details/post-459.php', className: 'calendar_1' }, { title: '【アカエリマキキツネザル】どうぶつガイド ', start: '2026-05-12T15:30:00', end: '2026-05-12T', url: '/zoo/nogeyama/details/post-457.php', className: 'calendar_1' }, { title: '【ルリゴシボタンインコ】どうぶつガイド ', start: '2026-05-13T15:30:00', end: '2026-05-13T', url: '/zoo/nogeyama/details/post-453.php', className: 'calendar_1' }, { title: '【ニホンツキノワグマ】どうぶつガイド ', start: '2026-05-14T15:30:00', end: '2026-05-14T', url: '/zoo/nogeyama/details/post-1088.php', className: 'calendar_1' }, { title: '【フサオマキザル】どうぶつガイド ', start: '2026-05-15T14:00:00', end: '2026-05-15T', url: '/zoo/nogeyama/details/post-11596.php', className: 'calendar_1' }, { title: '【オグロワラビー】どうぶつガイド ', start: '2026-05-15T15:15:00', end: '2026-05-15T', url: '/zoo/nogeyama/details/post-456.php', className: 'calendar_1' }, { title: '【フンボルトペンギン】どうぶつガイド ', start: '2026-05-16T15:30:00', end: '2026-05-16T', url: '/zoo/nogeyama/details/post-916.php', className: 'calendar_1' }, { title: '【爬虫類館】どうぶつガイド ', start: '2026-05-16T14:00:00', end: '2026-05-16T', url: '/zoo/nogeyama/details/post-460.php', className: 'calendar_1' }, { title: '【キリン】どうぶつガイド  ', start: '2026-05-16T13:45:00', end: '2026-05-16T', url: '/zoo/nogeyama/details/post-458.php', className: 'calendar_1' }, { title: '【ミゾゴイ】どうぶつガイド ', start: '2026-05-17T15:00:00', end: '2026-05-17T', url: '/zoo/nogeyama/details/post-1825.php', className: 'calendar_1' }, { title: '【バードケージ】どうぶつガイド ', start: '2026-05-17T15:30:00', end: '2026-05-17T', url: '/zoo/nogeyama/details/post-1353.php', className: 'calendar_1' }, { title: '【チンパンジー】どうぶつガイド ', start: '2026-05-17T13:45:00', end: '2026-05-17T', url: '/zoo/nogeyama/details/post-1195.php', className: 'calendar_1' }, { title: '【カグー】どうぶつガイド ', start: '2026-05-17T16:00:00', end: '2026-05-17T', url: '/zoo/nogeyama/details/post-1124.php', className: 'calendar_1' }, { title: '【ミナミコアリクイ】どうぶつガイド  ', start: '2026-05-19T13:45:00', end: '2026-05-19T', url: '/zoo/nogeyama/details/post-459.php', className: 'calendar_1' }, { title: '【アカエリマキキツネザル】どうぶつガイド ', start: '2026-05-19T15:30:00', end: '2026-05-19T', url: '/zoo/nogeyama/details/post-457.php', className: 'calendar_1' }, { title: '【ルリゴシボタンインコ】どうぶつガイド ', start: '2026-05-20T15:30:00', end: '2026-05-20T', url: '/zoo/nogeyama/details/post-453.php', className: 'calendar_1' }, { title: '【ニホンツキノワグマ】どうぶつガイド ', start: '2026-05-21T15:30:00', end: '2026-05-21T', url: '/zoo/nogeyama/details/post-1088.php', className: 'calendar_1' }, { title: '【フサオマキザル】どうぶつガイド ', start: '2026-05-22T14:00:00', end: '2026-05-22T', url: '/zoo/nogeyama/details/post-11596.php', className: 'calendar_1' }, { title: '【オグロワラビー】どうぶつガイド ', start: '2026-05-22T15:15:00', end: '2026-05-22T', url: '/zoo/nogeyama/details/post-456.php', className: 'calendar_1' }, { title: '【フンボルトペンギン】どうぶつガイド ', start: '2026-05-23T15:30:00', end: '2026-05-23T', url: '/zoo/nogeyama/details/post-916.php', className: 'calendar_1' }, { title: '【爬虫類館】どうぶつガイド ', start: '2026-05-23T14:00:00', end: '2026-05-23T', url: '/zoo/nogeyama/details/post-460.php', className: 'calendar_1' }, { title: '【キリン】どうぶつガイド  ', start: '2026-05-23T13:45:00', end: '2026-05-23T', url: '/zoo/nogeyama/details/post-458.php', className: 'calendar_1' }, { title: '【ミゾゴイ】どうぶつガイド ', start: '2026-05-24T15:00:00', end: '2026-05-24T', url: '/zoo/nogeyama/details/post-1825.php', className: 'calendar_1' }, { title: '【バードケージ】どうぶつガイド ', start: '2026-05-24T15:30:00', end: '2026-05-24T', url: '/zoo/nogeyama/details/post-1353.php', className: 'calendar_1' }, { title: '【チンパンジー】どうぶつガイド ', start: '2026-05-24T13:45:00', end: '2026-05-24T', url: '/zoo/nogeyama/details/post-1195.php', className: 'calendar_1' }, { title: '【カグー】どうぶつガイド ', start: '2026-05-24T16:00:00', end: '2026-05-24T', url: '/zoo/nogeyama/details/post-1124.php', className: 'calendar_1' }, { title: '【ミナミコアリクイ】どうぶつガイド  ', start: '2026-05-26T13:45:00', end: '2026-05-26T', url: '/zoo/nogeyama/details/post-459.php', className: 'calendar_1' }, { title: '【アカエリマキキツネザル】どうぶつガイド ', start: '2026-05-26T15:30:00', end: '2026-05-26T', url: '/zoo/nogeyama/details/post-457.php', className: 'calendar_1' }, { title: '【ルリゴシボタンインコ】どうぶつガイド ', start: '2026-05-27T15:30:00', end: '2026-05-27T', url: '/zoo/nogeyama/details/post-453.php', className: 'calendar_1' }, { title: '【ニホンツキノワグマ】どうぶつガイド ', start: '2026-05-28T15:30:00', end: '2026-05-28T', url: '/zoo/nogeyama/details/post-1088.php', className: 'calendar_1' }, { title: '【フサオマキザル】どうぶつガイド ', start: '2026-05-29T14:00:00', end: '2026-05-29T', url: '/zoo/nogeyama/details/post-11596.php', className: 'calendar_1' }, { title: '【オグロワラビー】どうぶつガイド ', start: '2026-05-29T15:15:00', end: '2026-05-29T', url: '/zoo/nogeyama/details/post-456.php', className: 'calendar_1' }, { title: '【フンボルトペンギン】どうぶつガイド ', start: '2026-05-30T15:30:00', end: '2026-05-30T', url: '/zoo/nogeyama/details/post-916.php', className: 'calendar_1' }, { title: '【爬虫類館】どうぶつガイド ', start: '2026-05-30T14:00:00', end: '2026-05-30T', url: '/zoo/nogeyama/details/post-460.php', className: 'calendar_1' }, { title: '【キリン】どうぶつガイド  ', start: '2026-05-30T13:45:00', end: '2026-05-30T', url: '/zoo/nogeyama/details/post-458.php', className: 'calendar_1' }, { title: '【ミゾゴイ】どうぶつガイド ', start: '2026-05-31T15:00:00', end: '2026-05-31T', url: '/zoo/nogeyama/details/post-1825.php', className: 'calendar_1' }, { title: '【バードケージ】どうぶつガイド ', start: '2026-05-31T15:30:00', end: '2026-05-31T', url: '/zoo/nogeyama/details/post-1353.php', className: 'calendar_1' }, { title: '【チンパンジー】どうぶつガイド ', start: '2026-05-31T13:45:00', end: '2026-05-31T', url: '/zoo/nogeyama/details/post-1195.php', className: 'calendar_1' }, { title: '【カグー】どうぶつガイド ', start: '2026-05-31T16:00:00', end: '2026-05-31T', url: '/zoo/nogeyama/details/post-1124.php', className: 'calendar_1' }, { title: '休園日', start: '2026-06-01', className: 'calendar_4' }, { title: '休園日', start: '2026-06-08', className: 'calendar_4' }, { title: '休園日', start: '2026-06-15', className: 'calendar_4' }, { title: '休園日', start: '2026-06-22', className: 'calendar_4' }, { title: '休園日', start: '2026-06-29', className: 'calendar_4' }, { title: '休園日', start: '2026-07-06', className: 'calendar_4' }, { title: '休園日', start: '2026-07-13', className: 'calendar_4' }, { title: '休園日', start: '2026-07-21', className: 'calendar_4' }, { title: '休園日', start: '2026-07-27', className: 'calendar_4' }, { title: '休園日', start: '2026-08-03', className: 'calendar_4' }, { title: '休園日', start: '2026-08-10', className: 'calendar_4' }, { title: '休園日', start: '2026-08-17', className: 'calendar_4' }, { title: '休園日', start: '2026-08-24', className: 'calendar_4' }, { title: '休園日', start: '2026-08-31', className: 'calendar_4' }, { title: '休園日', start: '2026-09-07', className: 'calendar_4' }, { title: '休園日', start: '2026-09-14', className: 'calendar_4' }, { title: '休園日', start: '2026-09-24', className: 'calendar_4' }, { title: '休園日', start: '2026-09-28', className: 'calendar_4' }, { title: '休園日', start: '2026-10-05', className: 'calendar_4' }, { title: '休園日', start: '2026-10-13', className: 'calendar_4' }, { title: '休園日', start: '2026-10-19', className: 'calendar_4' }, { title: '休園日', start: '2026-10-26', className: 'calendar_4' }, { title: '休園日', start: '2026-11-02', className: 'calendar_4' }, { title: '休園日', start: '2026-11-09', className: 'calendar_4' }, { title: '休園日', start: '2026-11-16', className: 'calendar_4' }, { title: '休園日', start: '2026-11-24', className: 'calendar_4' }, { title: '休園日', start: '2026-11-30', className: 'calendar_4' }, { title: '休園日', start: '2026-12-07', className: 'calendar_4' }, { title: '休園日', start: '2026-12-14', className: 'calendar_4' }, { title: '休園日', start: '2026-12-21', className: 'calendar_4' }, { title: '休園日', start: '2026-12-28', className: 'calendar_4' }, { title: '休園日', start: '2026-12-29', className: 'calendar_4' }, { title: '休園日', start: '2026-12-30', className: 'calendar_4' }, { title: '休園日', start: '2026-12-31', className: 'calendar_4' }, { title: '休園日', start: '2027-01-01', className: 'calendar_4' }, { title: '休園日', start: '2027-01-04', className: 'calendar_4' }, { title: '休園日', start: '2027-01-12', className: 'calendar_4' }, { title: '休園日', start: '2027-01-18', className: 'calendar_4' }, { title: '休園日', start: '2027-01-25', className: 'calendar_4' }, { title: '休園日', start: '2027-02-01', className: 'calendar_4' }, { title: '休園日', start: '2027-02-08', className: 'calendar_4' }, { title: '休園日', start: '2027-02-15', className: 'calendar_4' }, { title: '休園日', start: '2027-02-22', className: 'calendar_4' }, { title: '休園日', start: '2027-03-01', className: 'calendar_4' }, { title: '休園日', start: '2027-03-08', className: 'calendar_4' }, { title: '休園日', start: '2027-03-15', className: 'calendar_4' }, { title: '休園日', start: '2027-03-23', className: 'calendar_4' }, { title: 'マヌルネコ・レッサーパンダのサコッシュづくりワークショップ ', start: '2026-05-04T09:30:00', end: '2026-05-04T15:00:00', url: '/zoo/nogeyama/details/post-11914.php', className: 'calendar_2' }, { title: 'マヌルネコ・レッサーパンダのサコッシュづくりワークショップ ', start: '2026-05-05T09:30:00', end: '2026-05-05T15:00:00', url: '/zoo/nogeyama/details/post-11914.php', className: 'calendar_2' }, { title: ' 野毛山動物園でバードウォッチング入門・春 ', start: '2026-05-23T09:30:00', end: '2026-05-23T11:30:00', url: '/zoo/nogeyama/details/bird2026.php', className: 'calendar_2' }, {"title":"海の日","start":"2024-07-15","color":"pink"}, {"title":"山の日","start":"2024-08-11","color":"pink"}, {"title":"休日 山の日","start":"2024-08-12","color":"pink"}, {"title":"敬老の日","start":"2024-09-16","color":"pink"}, {"title":"秋分の日","start":"2024-09-22","color":"pink"}, {"title":"秋分の日 振替休日","start":"2024-09-23","color":"pink"}, {"title":"スポーツの日","start":"2024-10-14","color":"pink"}, {"title":"文化の日","start":"2024-11-03","color":"pink"}, {"title":"文化の日 振替休日","start":"2024-11-04","color":"pink"}, {"title":"勤労感謝の日","start":"2024-11-23","color":"pink"}, {"title":"元日","start":"2025-01-01","color":"pink"}, {"title":"成人の日","start":"2025-01-13","color":"pink"}, {"title":"建国記念の日","start":"2025-02-11","color":"pink"}, {"title":"天皇誕生日","start":"2025-02-23","color":"pink"}, {"title":"天皇誕生日振替休日","start":"2025-02-24","color":"pink"}, {"title":"春分の日","start":"2025-03-20","color":"pink"}, {"title":"昭和の日","start":"2025-04-29","color":"pink"}, {"title":"憲法記念日","start":"2025-05-03","color":"pink"}, {"title":"みどりの日","start":"2025-05-04","color":"pink"}, {"title":"こどもの日","start":"2025-05-05","color":"pink"}, {"title":"みどりの日振替休日","start":"2025-05-06","color":"pink"}, {"title":"海の日","start":"2025-07-21","color":"pink"}, {"title":"山の日","start":"2025-08-11","color":"pink"}, {"title":"敬老の日","start":"2025-09-15","color":"pink"}, {"title":"秋分の日","start":"2025-09-23","color":"pink"}, {"title":"スポーツの日","start":"2025-10-13","color":"pink"}, {"title":"文化の日","start":"2025-11-03","color":"pink"}, {"title":"勤労感謝の日","start":"2025-11-23","color":"pink"}, {"title":"勤労感謝の日振替休日","start":"2025-11-24","color":"pink"}, {"title":"大晦日","start":"2025-12-31","color":"pink"}, {"title":"元旦","start":"2026-01-01","color":"pink"}, {"title":"成人の日","start":"2026-01-12","color":"pink"}, {"title":"建国記念日","start":"2026-02-11","color":"pink"}, {"title":"天皇誕生日","start":"2026-02-23","color":"pink"}, {"title":"春分の日","start":"2026-03-20","color":"pink"}, {"title":"昭和の日","start":"2026-04-29","color":"pink"}, {"title":"憲法記念日","start":"2026-05-03","color":"pink"}, {"title":"みどりの日","start":"2026-05-04","color":"pink"}, {"title":"こどもの日","start":"2026-05-05","color":"pink"}, {"title":"憲法記念日 振替休日","start":"2026-05-06","color":"pink"}, {"title":"母の日","start":"2026-05-10","color":"pink"}, {"title":"海の日","start":"2026-07-20","color":"pink"}, {"title":"山の日","start":"2026-08-11","color":"pink"}, {"title":"敬老の日","start":"2026-09-21","color":"pink"}, {"title":"国民の休日","start":"2026-09-22","color":"pink"}, {"title":"秋分の日","start":"2026-09-23","color":"pink"}, {"title":"スポーツの日","start":"2026-10-12","color":"pink"}, {"title":"文化の日","start":"2026-11-03","color":"pink"}, {"title":"勤労感謝の日","start":"2026-11-23","color":"pink"}, {"title":"元日","start":"2027-01-01","color":"pink"}, {"title":"成人の日","start":"2027-01-11","color":"pink"}, {"title":"建国記念の日","start":"2027-02-11","color":"pink"}, {"title":"天皇誕生日","start":"2027-02-23","color":"pink"}, {"title":"春分の日","start":"2027-03-21","color":"pink"}, {"title":"春分の日 振替休日","start":"2027-03-22","color":"pink"}, {"title":"昭和の日","start":"2027-04-29","color":"pink"}, {"title":"憲法記念日","start":"2027-05-03","color":"pink"}, {"title":"みどりの日","start":"2027-05-04","color":"pink"}, {"title":"こどもの日","start":"2027-05-05","color":"pink"}, {"title":"母の日","start":"2027-05-09","color":"pink"}, {"title":"海の日","start":"2027-07-19","color":"pink"}, {"title":"山の日","start":"2027-08-11","color":"pink"}, {"title":"敬老の日","start":"2027-09-20","color":"pink"}, {"title":"秋分の日","start":"2027-09-23","color":"pink"}, {"title":"スポーツの日","start":"2027-10-11","color":"pink"}, {"title":"文化の日","start":"2027-11-03","color":"pink"}, {"title":"勤労感謝の日","start":"2027-11-23","color":"pink"}, ] }, ], }); });