@charset "UTF-8";

#booking-package_calendarPage .calendarPanel{
  /*padding: 20px 0 10px;*/
}
#booking-package_schedulePage .selectedDate{
  padding-top: 10px;
}

/* === 予約フォーム：STEP1 === */
#booking-package_calendarPage .calendarHeader{
  padding: 10px 10px;
}
#booking-package_inputFormPanel{
  padding-bottom: 20px;
}

/* === 予約フォーム：STEP2 === */

/* 選択した日付 */
#booking-package_schedulePage #topPanel{
  padding-bottom: 15px;
}
/* サイドバーの日付変更ブロック：非表示 */
#booking-package_schedulePage .daysListPanel{
  display: none;
}

/* 時間選択 */
#booking-package_schedulePage .courseListPanel{
  width: 100% !important;
  position: static !important;
  left: 0 !important;
}
#booking-package_schedulePage #scheduleMainPanel{
  display: flex !important;
  justify-content: center;
  width: 100%  !important;
  margin: 0 0  !important;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: none !important;
  text-align: center;
}
#booking-package_schedulePage #blockPanel{
  display: none;
}
#booking-package_schedulePage .selectPanelError{
  display: none !important;
}
#booking-package_schedulePage .selectPanel, 
#booking-package_servicePage .selectPanel{
  width: 25% !important;
  padding: 25px 10px !important;
  margin: 0 2% !important;
  border: 1px solid #CCC !important;
  text-align: center;
}
#booking-package_schedulePage .selectTimeSlotPanel{
  text-align: center;
}
#booking-package_schedulePage .selectTimeSlotPanel > div{
  justify-content: center;
  margin: 0 auto;
}

/* ボタン郡 */
#booking-package_schedulePage .bottomPanelNoAnimation{
  padding: 30px 0 !important;
}

/* === 予約フォーム：STEP3 === */
#booking-package_schedulePage .bottomPanelNoAnimation{
  text-align: center;
}
#booking-package_schedulePage button{
  width: 300px;
  max-width: 100%;
  padding: 10px;
  font-size: 16px;
  background: #a92216;
  color: #FFF;
  border: 0;
  font-weight: 400;
  letter-spacing: 0.1em;
}

#booking-package_inputFormPanel{
  display: flex;
  flex-wrap: wrap;
}
#booking-package_inputFormPanel .selectedDate, 
#booking-package_myBookingDetails .selectedDate{
  width: 100%;
}
#booking-package_inputFormPanel .row{
  width: 100%;
}
#booking-package_inputFormPanel .name{
  font-weight: 500 !important;
}
#booking-package_inputFormPanel textarea{
  height: 250px;
}

#booking-package_inputFormPanel #paymentPanel,
#booking-package_inputFormPanel #nextAndReturnPanel{
  width: 50%;
  padding: 0 15px;
  margin-top: 20px;
}
#booking-package_inputFormPanel #paymentPanel{
  text-align: right;
}
#booking-package_inputFormPanel #nextAndReturnPanel{
  text-align: left;
}

#booking-package_inputFormPanel #paymentPanel button,
#booking-package_inputFormPanel #nextAndReturnPanel button{
  width: 50%;
  max-width: 100%;
  padding: 10px;
  font-size: 18px;
  background: #a92216;
  color: #FFF;
  border: 0;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#booking-package_inputFormPanel .bottomBarPanel{
  padding: 0 !important;
}



@media (max-width:767px){
  #booking-package_inputFormPanel #paymentPanel ,
  #booking-package_inputFormPanel #nextAndReturnPanel {
    /*width: 100%;*/
    padding: 0 10px !important;
  }
  #booking-package_inputFormPanel #paymentPanel button,
  #booking-package_inputFormPanel #nextAndReturnPanel button{
    width: 100%;
  }
  
  #booking-package_schedulePage .selectPanel, #booking-package_servicePage .selectPanel{
    width: 100% !important;
  }
}

.booking_completed_panel #paymentPanel{
  display: none !important;
}
.booking_completed_panel #nextAndReturnPanel{
  margin: 30px auto;
  text-align: center!important;
}