/*▼▼▼カレンダーの各曜日のデザイン▼▼▼*/
#booking-package .sun {
    
}

#booking-package .mon {
    
}

#booking-package .tue {
    
}

#booking-package .wed {
   
}

#booking-package .thu {
    
}

#booking-package .fri {
    
}

#booking-package .sat {
    
}

#booking-package .nationalHoliday {

}

/*▼▼▼カレンダーの各日のマスのデザイン▼▼▼*/
#booking-package_calendarPage .dateField {
    /*
    background-color: #0f9b79; 
    color: #000;
    font-weight: 400;
    */
    
}

#booking-package_calendarPage .startDateOfFullRoom {
    /**
    background-image: repeating-linear-gradient(270deg, #ff8989 0px 50%, transparent 0% 100%);
    **/
}

#booking-package_calendarPage .dateOfFullRoom {
    /**
    background: #ff8989;
    **/
}

#booking-package_calendarPage .endDateOfFullRoom {
    /**
    background-image: repeating-linear-gradient(90deg, #ff8989 0px 50%, transparent 0% 100%);
    **/
}

/*▼▼▼戻るボタンのデザイン(コース選択、時刻選択画面共通)▼▼▼*/
.return_button{
    background-color: #696969;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}

/*▼▼▼選択した日の前後の日程ボタンのデザイン(時刻選択画面)▼▼▼*/
.previous_available_day_button{
    border-radius: 3px;
    font-size: 1.2em;
    font-weight: bold;
}

.next_available_day_button{
    border-radius: 3px;
    font-size: 1.2em;
    font-weight: bold;
}

/*▼▼▼次のページボタンのデザイン(個人情報入力画面)▼▼▼*/
.next_page_button{
    background-color: #6c272d;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}

/*▼▼▼予約するボタンのデザイン(予約直前確認画面)▼▼▼*/
.book_now_button{
    background-color: #6c272d;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}

/*▼▼▼戻るボタンのデザイン(個人情報入力画面)▼▼▼*/
.return_form_button{
    background-color: #696969;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}