仮入会

仮入会 | JDACダンススクール

C O N T A C T

無料体験お申し込み

【お知らせ】
土日祝日およびGW・夏季・年末年始休業期間中はお問合せへの回答にお時間をいただきます。予めご了承ください。

仮入会お申し込みはこちらから

個人情報の取り扱いについては、プライバシーポリシーに同意の上、送信してください。 ※のついた項目は必ずご記入ください ※ご兄弟でお申し込みの場合は、お申し込み人数分の入力をお願いします

お子様のお名前 ※
お子様のお名前(フリガナ)※
メールアドレス※

メールが届かない恐れがあるため、キャリア(※)以外のアドレスでご登録をお願いします。
※「docomo.ne.jp」「ezweb.ne.jp」「softbank.ne.jp」など

体験会参加校※
体験会参加日※
入会検討クラス※
希望クラス※
希望クラス2

希望クラス2

週2回コースの方のみご選択ください

希望クラス2

週2回コースの方のみご選択ください

希望クラス2

週2回コースの方のみご選択ください

仮入会申し込みを希望します。※
その他のご質問・要望等

自動返信メールが届かない場合はメールアドレスの誤入力や、 迷惑メールに振り分けられている可能性がありますのでお申し込み後必ずご確認ください。

document.addEventListener('DOMContentLoaded', () => { const FORM = document.querySelector('.mw_wp_form'); if (FORM.classList.contains('mw_wp_form_input')) { const CLASSES = document.querySelectorAll('.your-classes'); const RADIOS = document.querySelectorAll('.preentry-school-item'); const DAYS_ALL = document.querySelectorAll('.your-days'); const DAYS0 = document.querySelectorAll('.your-days0'); const DAYS1 = document.querySelectorAll('.your-days1'); const DAYS2 = document.querySelectorAll('.your-days2'); const DAYS3 = document.querySelectorAll('.your-days3'); const DAYS4 = document.querySelectorAll('.your-days4'); const DAYS5 = document.querySelectorAll('.your-days5'); const CLASS0 = document.getElementById('yourClass0'); const CLASS1 = document.getElementById('yourClass1'); const CLASS2 = document.getElementById('yourClass2'); const CLASS3 = document.getElementById('yourClass3'); const CLASS4 = document.getElementById('yourClass4'); const CLASS5 = document.getElementById('yourClass5'); const DAY_ALL = document.querySelectorAll('.day'); const DAY0 = document.querySelectorAll('.day0'); const DAY1 = document.querySelectorAll('.day1'); const DAY2 = document.querySelectorAll('.day2'); const DAY3 = document.querySelectorAll('.day3'); const DAY4 = document.querySelectorAll('.day4'); const DAY5 = document.querySelectorAll('.day5'); let checkedRadioIndex = -1; let selectedSelectIndex = -1; RADIOS.forEach((_radio, _index) => { if (_radio.checked) { checkedRadioIndex = _index; } }) let class0Index = CLASS0.selectedIndex; let class1Index = CLASS1.selectedIndex; let class2Index = CLASS2.selectedIndex; let class3Index = CLASS3.selectedIndex; let class4Index = CLASS4.selectedIndex; let class5Index = CLASS5.selectedIndex; CLASSES.forEach((_class, _index) => { if (_index !== checkedRadioIndex) { _class.style.display = 'none'; _class.selectedIndex = -1; } }) if(checkedRadioIndex !== 0) { DAYS0.forEach((_day) => { _day.style.display = 'none'; }) } if(checkedRadioIndex !== 1) { DAYS1.forEach((_day) => { _day.style.display = 'none'; }) } if(checkedRadioIndex !== 2) { DAYS2.forEach((_day) => { _day.style.display = 'none'; }) } if(checkedRadioIndex !== 3) { DAYS3.forEach((_day) => { _day.style.display = 'none'; }) } if(checkedRadioIndex !== 4) { DAYS4.forEach((_day) => { _day.style.display = 'none'; }) } if(checkedRadioIndex !== 5) { DAYS5.forEach((_day) => { _day.style.display = 'none'; }) } RADIOS.forEach((_radio, _radioIndex) => { _radio.addEventListener('change', () => { CLASSES.forEach((_class, _classIndex) => { if (_radioIndex === _classIndex) { _class.style.display = 'block'; _class.selectedIndex = 0; } else { _class.style.display = 'none'; } }) DAYS_ALL.forEach((_dayAll) => { const select = _dayAll.querySelectorAll("select"); select.forEach((_select) => { _select.selectedIndex = -1; }) }) DAY_ALL.forEach((_dayAll) => { _dayAll.style.display = 'none'; }) if(_radioIndex == 0) { DAYS0.forEach((_day) => { _day.style.display = 'block'; }) } else { DAYS0.forEach((_day) => { _day.style.display = 'none'; }) } if(_radioIndex == 1) { DAYS1.forEach((_day) => { _day.style.display = 'block'; }) } else { DAYS1.forEach((_day) => { _day.style.display = 'none'; }) } if(_radioIndex == 2) { DAYS2.forEach((_day) => { _day.style.display = 'block'; }) } else { DAYS2.forEach((_day) => { _day.style.display = 'none'; }) } if(_radioIndex == 3) { DAYS3.forEach((_day) => { _day.style.display = 'block'; }) } else { DAYS3.forEach((_day) => { _day.style.display = 'none'; }) } if(_radioIndex == 4) { DAYS4.forEach((_day) => { _day.style.display = 'block'; }) } else { DAYS4.forEach((_day) => { _day.style.display = 'none'; }) } if(_radioIndex == 5) { DAYS5.forEach((_day) => { _day.style.display = 'block'; }) } else { DAYS5.forEach((_day) => { _day.style.display = 'none'; }) } }) }) DAY_ALL.forEach((_dayAll) => { _dayAll.style.display = 'none'; }) function classContent(selectedIndex) { if(selectedIndex == 1) { DAY0.forEach((_day) => { _day.style.display = 'block'; }) }else if(selectedIndex == 2){ DAY0.forEach((_day) => { _day.style.display = 'none'; }) }else if(selectedIndex == 3){ DAY0.forEach((_day) => { _day.style.display = 'none'; }) }else if(selectedIndex == 4){ DAY0.forEach((_day) => { _day.style.display = 'none'; }) } if(selectedIndex == 2) { DAY1.forEach((_day) => { _day.style.display = 'block'; }) } else if(selectedIndex == 1){ DAY1.forEach((_day) => { _day.style.display = 'none'; }) } else if(selectedIndex == 3){ DAY1.forEach((_day) => { _day.style.display = 'none'; }) }else if(selectedIndex == 4){ DAY1.forEach((_day) => { _day.style.display = 'none'; }) } if(selectedIndex == 3) { DAY2.forEach((_day) => { _day.style.display = 'block'; }) } else if(selectedIndex == 1){ DAY2.forEach((_day) => { _day.style.display = 'none'; }) } else if(selectedIndex == 2){ DAY2.forEach((_day) => { _day.style.display = 'none'; }) }else if(selectedIndex == 4){ DAY2.forEach((_day) => { _day.style.display = 'none'; }) } if(selectedIndex == 4) { DAY3.forEach((_day) => { _day.style.display = 'block'; }) } else if(selectedIndex == 1){ DAY3.forEach((_day) => { _day.style.display = 'none'; }) } else if(selectedIndex == 2){ DAY3.forEach((_day) => { _day.style.display = 'none'; }) }else if(selectedIndex == 3){ DAY3.forEach((_day) => { _day.style.display = 'none'; }) } if(selectedIndex == 5) { DAY4.forEach((_day) => { _day.style.display = 'block'; }) } else if(selectedIndex == 1){ DAY4.forEach((_day) => { _day.style.display = 'none'; }) } else if(selectedIndex == 2){ DAY4.forEach((_day) => { _day.style.display = 'none'; }) }else if(selectedIndex == 3){ DAY4.forEach((_day) => { _day.style.display = 'none'; }) } } let selected0Index = CLASS0.selectedIndex; let selected1Index = CLASS1.selectedIndex; let selected2Index = CLASS2.selectedIndex; let selected3Index = CLASS3.selectedIndex; let selected4Index = CLASS4.selectedIndex; let selected5Index = CLASS5.selectedIndex; console.log(selected0Index); classContent(selected0Index); classContent(selected1Index); classContent(selected2Index); classContent(selected3Index); classContent(selected4Index); classContent(selected5Index); DAY_ALL.forEach((_select) => { let selectedIndex = _select.selectedIndex; if(selectedIndex !== 0) { _select.style.display = 'block'; } }) CLASS0.addEventListener('change', function(){ let selectedIndex = CLASS0.selectedIndex; classContent(selectedIndex); DAY_ALL.forEach((_select) => { _select.selectedIndex = 0; }) }, false); CLASS1.addEventListener('change', function(){ let selectedIndex = CLASS1.selectedIndex; classContent(selectedIndex); DAY_ALL.forEach((_select) => { _select.selectedIndex = 0; }) }, false); CLASS2.addEventListener('change', function(){ let selectedIndex = CLASS2.selectedIndex; classContent(selectedIndex); DAY_ALL.forEach((_select) => { _select.selectedIndex = 0; }) }, false); CLASS3.addEventListener('change', function(){ let selectedIndex = CLASS3.selectedIndex; classContent(selectedIndex); DAY_ALL.forEach((_select) => { _select.selectedIndex = 0; }) }, false); CLASS4.addEventListener('change', function(){ let selectedIndex = CLASS4.selectedIndex; classContent(selectedIndex); DAY_ALL.forEach((_select) => { _select.selectedIndex = 0; }) }, false); CLASS5.addEventListener('change', function(){ let selectedIndex = CLASS5.selectedIndex; classContent(selectedIndex); DAY_ALL.forEach((_select) => { _select.selectedIndex = 0; }) }, false); } }) <!-- document.addEventListener('DOMContentLoaded', () => { const CLASS_SELECT = document.getElementById('your-class'); const invisible = select => { select.selectedIndex = -1; select.classList.add('invisible'); } const visible = select => { select.selectedIndex = -1; select.classList.remove('invisible'); } const initSelects = index => { INFANTS.forEach(select => invisible(select)); LOWERS.forEach(select => invisible(select)); UPPERS.forEach(select => invisible(select)); UPPERS02.forEach(select => invisible(select)); } const changeSelect = index => { switch (index) { case 1: INFANTS.forEach(select => visible(select)); break; case 2: LOWERS.forEach(select => visible(select)); break; case 3: UPPERS.forEach(select => visible(select)); break; case 4: UPPERS02.forEach(select => visible(select)); break; } } initSelects(); CLASS_SELECT.selectedIndex = 0; CLASS_SELECT.addEventListener('change', () => { initSelects(); changeSelect(CLASS_SELECT.selectedIndex); }) }) --> window.addEventListener('load',()=>{ document.getElementById('cta').style.display='none';document.querySelector('.c-float-box').style.display='none'; });

キッズダンスクール
体験レッスン受付中!

JDACダンススクールは、全国で体験レッスンを開催しています。
ダンスを習うのが初めてのお子さまでも、楽しんでいただけるスクールとなっております。
体験レッスンは複数スタッフで対応いたしますので、「集中力が続かないかも…」という方も安心してお越しください。
まずは、お気軽にお問い合わせください。
※一部店舗を除く

JDACダンススクール
講師募集中!

JDACダンススクールでは、子どもたちをサポートしてくれる講師を募集しております!!

全国に続々と開校しているJDACダンススクールの講師として活躍しませんか?
ダンスを通して子ども達の成長をサポート!

まずは、お気軽にお問い合わせください。