@charset "UTF-8";
input{
  box-sizing:border-box;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}
input:focus{
  outline-width: 0;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
.form .item{
    position: relative;
    margin-bottom: 15px;
}
.form .item:last-child{
    margin-bottom: 0;
}
.form .item + .separater{
    width: 100%;
    height: 1px;
    margin-top: 35px;
    margin-bottom: 40px;
    background: #EFEFEF;
}
.form select,
.form textarea,
.form input,
.form button{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.form input[type="date"],
.form select,
.form textarea,
.form input {
    color: #1F3134;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: 28px;
    max-width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 0;
    background-color: transparent;
    padding: 10px 15px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    position: relative;
    z-index: 10;
}
.form input::placeholder{
  color: #C3C3C3;
}
.form select {
    color: #777777;
    background-image: url(../img/bottom/arrow_tri_d.png);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 8px auto;
    -moz-background-size: 8px auto;
    -webkit-background-size: 8px auto;
    -o-background-size: 8px auto;
    -ms-background-size: 8px auto;
}
.form .required{
    margin-left: 7px;
    padding: 0 8px;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    line-height: 16px;
    background: #d8003a;
    display: inline-block;
}
.form .item{
    position: relative;
    margin-bottom: 20px;
}
.form .item .ttl{
    display: block;
    margin-bottom: 10px;
}
.form .bookly-form input[type="checkbox"]{
    width: 24px!important;
    height: 24px!important;
    padding: 0;
    box-sizing: border-box;
    line-height: 24px;
    margin-right: 10px!important;
}
.bookly-form input[type="checkbox"]:before,
.bookly-form input[type="checkbox"]:not(:checked) + label:before,
.bookly-form input[type="checkbox"]:checked + label:before,
.form [type="checkbox"]:not(:checked) + label:before,
.form [type="checkbox"]:checked + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
}
.bookly-form input[type="checkbox"]:checked:after,
.bookly-form input[type="checkbox"]:checked + label:after,
.bookly-form input[type="checkbox"]:not(:checked) + label:after,
.form [type="checkbox"]:not(:checked) + label:after,
.form [type="checkbox"]:checked + label:after {
    font-family: FontAwesome;
    content: '\f00c';
    position: absolute;
    top: 4px;
    left: 2px;
    font-size: 19px;
    line-height: 0.8;
    color: #65443E;
    transition: all .2s;
}
.entry-form .form [type="checkbox"]:not(:checked) + label:after,
.entry-form .form [type="checkbox"]:checked + label:after {
    top: 5px;
    left: 3px;
}
.form [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.form [type="radio"]:checked,
.form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.form [type="radio"]:checked + label,
.form [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 35px;
    margin-right: 18px;
    cursor: pointer;
    display: inline-block;
}
.form [type="radio"]:checked + label:before,
.form [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #D8D8D8;
    border-radius: 100%;
    background: #fff;
}
.form [type="radio"]:checked + label:after,
.form [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #1F3134;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.form [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.entry-form .form input[type="date"],
.entry-form .form select, 
.entry-form .form textarea, 
.entry-form .form input{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-sizing: border-box;
}
.form .checkbox-wrap{
    position: relative;
    text-align: center;
}
.form .checkbox-wrap .checkbox-wrap-lv02{
    width: 280px;
    margin: 0 auto;
    position: relative;
}
.form .checkbox-wrap input{
    width: 24px;
    height: 24px;
    padding: 0;
}
.fields03 .select{
    width: 22%;
}
.fields03 .select{
    background-position: 90% center;
}
.fields02{
    margin-bottom: 15px;
    margin-left: -2.5%;
    margin-right: -2.5%;    
}
.fields02 .item-wrap{
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}
.fields02 .item-wrap:last-child{
    margin-right: 0;
}
.fields02.fields02style02 .select{
    width: 74%;
}
.fields02 .txt-note,
.fields03 .txt-note{
    line-height: 50px;
    padding: 0 8px;
}
.form button,
.form [type="submit"],
.entry-form .form .wpcf7-submit{
	border:none;
	line-height: 46px;
	text-align: center;
	color: white;
	border: 1px solid #65443E;
	border-radius: 23px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	background-color: #65443E;
	padding: 0;
	max-width: 240px;
	margin:0 auto;
	display: block;

	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.form button:hover,
.form [type="submit"]:hover,
.entry-form .form .wpcf7-submit:hover{
	color: #65443E;
    background-color: white;
}
.form div.wpcf7-mail-sent-ok,
.form div.wpcf7-validation-errors{
	width: 100%;
	padding: 15px;
    text-align: center;
    border: 0;
    color: white;
}
.form div.wpcf7-validation-errors{
    background-color: #d8003a;
}
.form div.wpcf7-mail-sent-ok{
    color: #65443E;
    background-color: #EADAC0;
}
span.wpcf7-not-valid-tip{
	margin-top: 5px;
	color: #d8003a;
	font-size: 12px;
}
.form div.wpcf7 img.ajax-loader{
    position: relative;
    left: 50%;

    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: -8px;
}
.page-reservation.bottom .body-part .conts-wrap p:first-of-type{
    margin-top: 30px;
}
@media (min-width: 768px){
	.form .mid-flex div{
		flex:1 50%;
		box-sizing:border-box;
		padding-right: 20px;
	}
	.form .mid-flex.col03 div{
		flex:1 33%;
	}
	.form .mid-flex div:last-of-type{
		padding-right: 0;
	}
	.form .item .input-wrap{
        box-sizing:border-box;
        width: calc(100% - 200px);
    }
    .entry-form .form .item .ttl{
    	line-height: 50px;
		width: 200px;
		color: #65443E;
		flex: 1;
    }
    .form .item{
    	margin-bottom: 20px;
    }
    .form .item dd{
    	margin-right: 20px;
    }
    .form .item dd:last-of-type{
    	margin-right: 0px;
    }
    .form .item .input-wrap.w400 input{
        width: 66%;
        max-width: 400px;
    }
    .form .item .input-wrap .pcw100{
        width: 100%;
    }
    .form .btns-wrap {
        height: 50px;
    }
    .fields03 .select{
        max-width: 90px;
    }
    .fields03 .select:first-child{      
        width: 130px;
    }
    .fields02{
        margin-left: 0;
        margin-right: 0;
    }
    .fields02 .item-wrap{
        width: 110px;
        margin-left: 0;
        margin-right: 15px;
    }
    .fields02.fields02style02 .item-wrap{
        width: auto;
    }
    .fields02.fields02style02 .item-wrap select{
        width: 90px;
    }
    .fields02.fields02style02 .item-wrap:first-child select{
        width: 130px;
    }

    .entry-form .form input[type="date"],
    .entry-form .form select,
    .entry-form .form textarea,
    .entry-form .form input{
        font-size: 14px;
    }
    .entry-form .narrow-wrap select{
        width: 180px;

    }
    .form textarea{
        min-height: 200px;
    }
    .entry-form .btm-txt{
        margin-top: 30px;
        margin-bottom: 25px;
        line-height: 30px;
    }
    .form .checkbox-wrap .checkbox-wrap-lv02{
        width: 420px;
    }
    .entry-form .form [type="checkbox"]:not(:checked) + label:after,
    .entry-form .form [type="checkbox"]:checked + label:after {
        top: 5px;
        left: 10px;
    }
    .page-reservation.bottom .body-part .conts-wrap p:first-of-type{
        margin-top: 50px;
    }
}


.entry-form .bookly-form *{
    line-height: 26px;
}
.entry-form .bookly-form-group > label,
.entry-form .bookly-progress-tracker > .active,
.entry-form .bookly-form .picker__nav--next,
.entry-form .bookly-form .pickadate__nav--prev,
.entry-form .bookly-form .picker__day:hover,
.entry-form .bookly-form .picker__day--selected:hover,
.entry-form .bookly-form .picker__button--clear,
.entry-form .bookly-form .picker__button--today,
.entry-form .bookly-columnizer .bookly-hour span.bookly-waiting-list{
    color: #65443E!important;
}
.entry-form .bookly-form .picker--opened .picker__day--selected,
.entry-form .bookly-form .picker--focused .picker__day--selected,
.entry-form .bookly-form .picker--focused .picker__day--highlighted{
    background-color:#65443E!important;
    color: white!important;
}
.entry-form .bookly-form .picker__holder{
    border: 1px solid #EADAC0;
}
.entry-form .bookly-form .picker__frame{

    background-color: #EADAC0!important;
}
.entry-form .bookly-form .picker__frame *{
    color: #65443E!important;
}
.entry-form .bookly-form .picker__header {
    border-bottom: 0px solid #f4662f!important;
    padding-bottom: 10px;
    padding-top: 10px;
}
.entry-form .bookly-form .picker__nav--prev,
.entry-form .bookly-form .picker__nav--next{
    margin-top: 10px;
/*    background-color: #65443E!important;*/
}
.entry-form .picker__nav--next:before,
.entry-form .picker__nav--prev:before{
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
}
.entry-form .picker__nav--next:before{
    border-left: .75em solid white;
}

.entry-form .bookly-form .picker__nav--prev:before{
    border-right: 6px solid #65443E!important;
}
.entry-form .bookly-form .picker__nav--next:before{
    border-left: 6px solid #65443E!important;
}
.entry-form .bookly-pagination > li.active,
.entry-form .bookly-columnizer .bookly-day,
.entry-form .bookly-schedule-date{
    background: #65443E!important;
    border: 1px solid #65443E!important;
}
.entry-form .bookly-columnizer .bookly-hour:hover{
    border: 1px solid #65443E!important;
    color: #65443E!important;
}


.entry-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon{
    border: 2px solid #65443E!important;
    color: #65443E!important;
}

.entry-form .bookly-progress-tracker > .active .step,
.entry-form .bookly-service-step .bookly-week-days label, 
.entry-form .bookly-repeat-step .bookly-week-days label, 
.entry-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon span,
.entry-form .bookly-btn,
.entry-form .bookly-btn:active,
.entry-form .bookly-btn:focus,
.entry-form .bookly-btn-submit,
.entry-form .bookly-round,
.entry-form .bookly-square{
    background-color: #65443E!important;
}
.entry-form .bookly-extra-step div.bookly-extras-thumb.bookly-extras-selected{
   border: 2px solid #65443E!important; 
}
.entry-form .bookly-btn{
    min-width: 100px;
    padding: 0!important;
    line-height: 36px!important;
    border: 1px solid #65443E;
    border-radius: 23px!important;
    -webkit-border-radius: 23px!important;
    -moz-border-radius: 23px!important;
    border: 1px solid #65443E!important;

    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;      
}
.entry-form .bookly-btn:hover{
    color: #65443E!important;
    background-color: white!important;
    border: 1px solid #65443E!important;
}
.entry-form .bookly-btn:hover > span{
    color: #65443E!important;
}
.entry-form .bookly-form .bookly-nav-steps button:disabled,
.entry-form .bookly-form .bookly-nav-steps button[disabled]{
    background-color: #65443E!important;
}


.entry-form .bookly-form input[type="text"].bookly-error,
.entry-form .bookly-form input[type="password"].bookly-error,
.entry-form .bookly-form select.bookly-error,
.entry-form .bookly-form textarea.bookly-error{
    border: 2px solid #d8003a!important;
    color: #d8003a!important;
}
.entry-form .bookly-form .bookly-label-error{
     color: #d8003a!important;   
}
.entry-form .bookly-form .extra-widget-title{
    display: block;
}
.entry-form .bookly-form input[type="text"],
.entry-form .bookly-form input[type="number"],
.entry-form .bookly-form input[type="password"],
.entry-form .bookly-form select,
.entry-form .bookly-form textarea{
    font-size: 16px!important;
    line-height: 28px!important;
    max-width: 100%;
    border: 1px solid #E5E5E5!important;
    border-radius: 0;
    background-color: transparent;
    padding: 10px 15px!important;
    border-radius: 5px!important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
}
.entry-form .bookly-btn, .bookly-btn > span{
    font-size: 14px!important;
}
.entry-form .bookly-columnizer .bookly-hour .bookly-hour-icon{
    margin-top: 4px;
}
.entry-form .bookly-form .intl-tel-input .bookly-js-user-phone-input{
    padding-left: 50px!important;
}
.entry-form .bookly-radio-loading{
     background-color: #65443E!important;
}
.entry-form .picker__year{
    font-style: normal!important;
}

.entry-form .ladda-button .ladda-spinner {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 24px;
    height: 24px;
    top: 50%;
    margin-top: 0;
    opacity: 0;
    pointer-events: none;
}
.entry-form .ladda-button .ladda-progress {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #65443E;
}
.entry-form .bookly-js-extras-container{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.entry-form .bookly-extra-step .bookly-extras-item{
    flex: 100%;
}
.form .bookly-box b{
    font-size: 17px;
    padding: 0 8px;
}
@media (min-width: 768px){
    .entry-form .bookly-extra-step .bookly-extras-item{
        flex: 1 33%;
    }   
    .entry-form .bookly-js-chain-item.bookly-table .bookly-form-group{
       display: block!important;
    }
    .entry-form .bookly-js-chain-item.bookly-table .bookly-form-group > div{
        margin-bottom: 20px;
    }
}
