	/*予約フォームのcss修正*/

#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_inputFormPanel .name, #booking-package_serviceDetails .name, #booking-package_myBookingDetailsFroVisitor .name, #booking-package_myBookingDetails_panel .name, #booking-package-user-form .name, #booking-package-loginform .name, #booking-package-user-edit-form .name {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    line-height: 25px;
}

#booking-package_inputFormPanel .row {
    padding: 20px 0px;
}

select {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border-color: 1px #000 solid;
}

input[type=text] {
    padding: 2em 2em;
    width: 100%;
    height: 50px;
    margin-top: 100px; 
    border-color: 1px #000 solid;
}
#booking-package_inputFormPanel textarea {
    padding-top: 1em;
    width: 100%;
    height: 100px;
    border-radius: 8px;
}
#booking-package_inputFormPanel .required,
#addCustomFormFieldPanel .required {
    align-items: center;  /* 縦位置を中央に */
}
#booking-package_inputFormPanel .required::before, #addCustomFormFieldPanel .required::before {
    color: #fff;
    content: '必須';
    font-size: 0.875rem;
    font-weight: bold;
    background: #B22F1C;
    margin-right: 15px;
    padding: 4px 10px;
    top: 0;
}
#booking-package_inputFormPanel .required::after, #addCustomFormFieldPanel .required::after {
    display: none;
}
.name a {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: bold;
	font-size: 1rem;	 
}
.book_now_button{
    background: #F77C00;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 8px;
    width: 250px;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
}

#booking-package_inputFormPanel .name, #booking-package_serviceDetails .name, #booking-package_myBookingDetailsFroVisitor .name, #booking-package_myBookingDetails_panel .name, #booking-package-user-form .name, #booking-package-loginform .name, #booking-package-user-edit-form .name{
   padding-bottom: 10px;

}

.return_form_button{
     background: #F77C00;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 8px;
    width: 250px;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;   
}
#booking-package_inputFormPanel .bottomBarPanel, #booking-package_pay_with_stripe_konbini .bottomBarPanel {
    width: 300px;
    margin: 0 auto;
}
#booking-package_inputFormPanel .cartPanel {
    margin-top: 0px;
}
#booking-package_inputFormPanel .description, #booking-package_durationStay .description {
    font-weight: bold;
    margin-top: 5px;
    white-space: pre-wrap;
    word-break: break-word;
}
#booking-package_calendarPage .calendar {
    background-color: #fff;
}

#booking-package button {
    font-size: 16px;
    background-color: #F77C00;
    width: 250px;
    padding: 10px 20px;
    margin: 20px auto 0 auto;
    border-radius: 8px;
    color: #fff;
}

#booking-package_schedulePage .selected_day_slot {
    background-color: #fff450;
}

#booking-package_calendarPage {
    background-color: #fff;
}

#booking-package {
    background-color: #fff;
}

#booking-package_inputFormPanel select:first-of-type {
  /* 最初の select にだけ適用されるスタイル */
  color: darkred;
font-weight: bold;
}
#booking-package_inputFormPanel label, #booking-package-subscription_form label {
    display: flex;
    justify-content: left;
    margin-bottom: 15px;
}
