お問い合わせ

※は必須項目です

お問い合わせ内容※
相談方法を以下の二つからお選びください
相談方法※

当日・前日希望の際は、お電話ください。

第一希望日※
第二希望日※
会社名・屋号※
担当者名※
メールアドレス※
電話番号※
住所
その他気になること
弊社の個人情報保護方針を確認する

© 2023 ZEAL PLANNING
  • 電話する
  • 相談する
  • 公式サイトへ
$(document).ready(function(){ $(document).on('click', '.hasDatepicker', function(){ $('.ui-datepicker-calendar td:nth-child(1), .ui-datepicker-calendar td:nth-child(7)').addClass('ui-datepicker-unselectable ui-state-disabled'); }) $(document).on('click', '.ui-datepicker-next', function(){ $('.ui-datepicker-calendar td:nth-child(1), .ui-datepicker-calendar td:nth-child(7)').addClass('ui-datepicker-unselectable ui-state-disabled'); }) $(document).on('click', '.ui-datepicker-prev', function(){ $('.ui-datepicker-calendar td:nth-child(1), .ui-datepicker-calendar td:nth-child(7)').addClass('ui-datepicker-unselectable ui-state-disabled'); }) //休み選択できないように if( jQuery('.mw_wp_form_input').length ){ var holiday = ['20211221', '20211222', '20211223', '20211224', '20211225', '20211226', '20211227', '20211228', '20211229', '20211230', '20211231', '20220101', '20220102', '20220103', '20220104', '20220105', '20220106', '20220107', '20220108', '20220109', '20220110', '20220503', '20220813', '20220814', '20220815', '20220816', '20221226', '20221227', '20221228', '20221229', '20221230', '20221231', '20230101', '20230102', '20230103', '20230104', '20230105', '20230106', '20230505', '20230506', '20230507', '20230811', '20230812', '20230813', '20230814', '20230815', '20231229', '20231230', '20231231', '20240101', '20240102', '20240103', '20240104', '20240105', '20240106']; jQuery("input[name='date']").datepicker({ dayNames: ['日曜日','月曜日','火曜日','水曜日','木曜日','金曜日','土曜日'], dayNamesShort: ['日曜','月曜','火曜','水曜','木曜','金曜','土曜'], dayNamesMin: ['日','月','火','水','木','金','土'], 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'], showMonthAfterYear: false, changeYear: false, changeMonth: false, // 休日・祝日判定 //beforeShowDay: function(date) { //var ymd = date.getFullYear()+('0'+(date.getMonth()+1)).slice(-2)+('0'+date.getDate()).slice(-2); //if( holiday.indexOf(ymd) != -1 ) { // return [false, 'ui-state-disabled']; //} else { // return [true, '']; //} //} }); } }); */?>