#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: #fff;
    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%);
    **/
}

/**追記**/
#booking-package button.return_button{
    border: none;
    padding: 1% 4%; 
    cursor: pointer;
}
#booking-package button.return_button:hover{
    background:#d5d5d5;
}
#booking-package input[type=text], #booking-package textarea {
    background-color: #f2f2f2;
    color: #43454b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    font-size:16px;
}
#booking-package_inputFormPanel textarea {
    height: 100px;
}
#booking-package button.book_now_button,#booking-package button.return_form_button{
    border: none;
    cursor: pointer;
    padding: 0.6em 1.4em;
}
#booking-package #booking-package_inputFormPanel .row {
    padding: 15px 3%;
}
#booking-package #booking-package_inputFormPanel .form_text {
    width: 50%;
    padding: 0.3em;
}
#booking-package button.book_now_button{
	background-color: #78DDCD;
    color: #ffffff;
}
#booking-package button.book_now_button:hover{
    color: #ffffff;
	opacity: 0.8;
}
#booking-package button.return_form_button:hover{
	background:#d5d5d5;
}
@media (max-width: 767px) {
    #booking-package #booking-package_inputFormPanel .form_text {
        width: 100%;
    }