@font-face {
  font-family: "Admin Icons";
  src: url("../fonts/admin-icons/admin-icons.woff2") format("woff2"), url("../fonts/admin-icons/admin-icons.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}
.form-outer {
    z-index: 10000;
    display: block;
    position: fixed;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #000;
    top: 0;
    right: 0;
    font-size: 1rem;
    background-color: #fff;
    font-family: Josefin Sans, 'Noto Sans JP',sans-serif;
    font-weight: 100;
    overflow: auto;
}

.form-container {
    cursor: default;
    padding: 50px;
    width: 500px;
    max-width: 100%;
    background-color: #fff;
    z-index: 2000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
select:invalid, select option:disabled {
  color: #c8c8c8;
}
option[value=""][disabled] {
  display: none;
}
#contact-form select{
  padding-left: 9px;
}
.form-date{
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid;
}
.form-time{
  width: 100%;
  border-bottom: 1px solid;
}
.form-contact .input-text{
  font-size: 18px;
  text-transform: uppercase;
  font-family: Josefin Sans,'Noto Sans JP', sans-serif;
  font-weight: 300;
}
.form-contact .email .input-text, .form-contact .additional .input-text, .form-contact .lookingfor .input-text{
  text-transform: none;
}
.form-contact .input-text::placeholder{
  color: #c8c8c8;
  opacity: 1;
}
.input-text.date{
  max-width: calc(100% - 33px);
  border:none;
  padding-right: 0px;
}
.input-text.form-time{
  max-width: calc(100% - 33px);
  border:none;
}
.form-contact .input-text, .form-contact select{
  border-width: 0 0 1px 0;
  border-color: #000;
  border-radius: 0;
}
._keyfocus :focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: none !important;
}
.primary{
  width: 100%;
}
.form-container .submit.primary{
  border: 1px solid #000;
  width: 100% !important;
  margin-bottom: 20px !important;
  font-size: 23px;
}
.datetime{
  width: 100%;
  display: table;
}
.calendar-icon::before {
    content: '\e612';
}
.time-icon::before {
    content: '\e62e';
}
.icons-font{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  width: 27px;
  font-style: normal;
}
.icons-font.admin{
  font-family:'Admin Icons';
}
.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 10px;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #000;
    font-style: normal;
    font-size: 20px;
    font-family: inherit;
    line-height: 35px;
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.appointment-icon-wrapper{
  top: 50px;
  right: 200px;
  position: absolute;
  cursor:pointer;
}
.appointment-icon:hover:before{
  color: #9caab3 !important;
}
.appointment-icon.special:before{
  color: #626262 !important;
}
#englishservice{
  vertical-align: top;
  top: 0;
  margin-right: 5px;
  margin-top: 0;
}
.english-service label{
  display: inline;
}
@media(max-width:1059px){
  .appointment-icon-wrapper{
    position: absolute;
    right: 115px;
    cursor: pointer;
    top: 13px;
  }
  .form-container{
    max-height: 100%;
    max-width: 90%;
    padding: 0 20px 20px 20px;
    top: 7%;
    margin: auto;
  }
  .form-outer{
    width: 100%;
    right: 0;
  }
}
.lity-close:hover {
    background: none;
    border: 0;
}
a h1{
  cursor: pointer;
}

.appointment-icon:before{
  font-family: icomoon;
  content: "\e900";
  font-size: 16px;
}
.appointment-icon{
  color: #fff;
}
.appoint-title{
  font-size: 34px;
}
.appoint-text{
  font-size:14.71px;
}
label.appoint-text{
  font-size: 12.71px;
  line-height: 15.5px;
}
@media(max-width:350px){
  label.appoint-text{
    font-size: 10.71px;
    line-height: 18px;
  }
}
.appoint-logo{
  width: 120px;
  margin-left: 35px;
  margin-top: 5px;
}
.form-container .fieldset{
  margin-bottom: 25px;
}

@media(min-width: 1060px){
  .form-outer{
    right: 0;
    width: 650px;
  }
  .form-container {
    padding: 70px 50px 50px 50px;
  }
}
@media(min-width: 1060px){
  .appoint-logo{
    display: none;
  }
}
@media(max-width: 768px){
  .form-contact .input-text{
    font-size: 16px;
  }
  .form-container .fieldset > .field, .form-date{
    margin-bottom: 12px;
  }
}
#additional{
  padding: 10px;
}
