@import 'base_default_html5.css';


@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,900&display=swap');

.text-danger {
  padding-top: 5px;
}
.error-page {
  margin: 0 auto;
  text-align: center;
  padding: 200px 0;
  font-size: 35px;
}
body {
  font-family: "Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
  color: #666 !important;
  font-size: 14px;
  background: #eaeaea;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  /*min-width: 1200px;*/
}
body a {
  color: #333;
  text-decoration: none;
  transition: 0.2s ease;
}

.no-entry {
  padding: 50px 0;
  text-align: center;
}
.no-reservation {
  text-align: center;
  padding: 50px 0;
}
.container {
  width: 100%;
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  background: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  letter-spacing: normal;
  box-shadow: none;
}
input:-moz-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
input::-webkit-input-placeholder,
input:placeholder-shown {
  color: #b3b3b3;
  opacity: 1;
}
.form-wrapper {
  padding-top: 60px !important;
}

.content-wrapper {
  padding: 60px 0;
  margin: auto;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.red {
  color: #d50f0f;
}
.content-inner-form .image-block{
  margin-bottom: 40px;
}
.content-inner-form .image-block img {
  display: inline-block;
  margin: 0 8px;
}
.content-inner-form {
  padding: 100px 50px;
  border: 0;
  margin: 0 auto;
  width: 580px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.form-group {
  margin-bottom: 30px;
}
.content-inner-form label {
  width: 100%;
  margin-bottom: 8px;
  display: block;
  font-family: 'Lato',sans-serif;
  font-weight: 700;
  color: #333;
}
.content-inner-form input {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  background: #fff;
  line-height: normal;
  font-family: 'Lato',sans-serif;
  border: solid 1px #CACED0;
}

label {
  font-weight: normal;
}
input,select,textarea, button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-family: inherit;
}



.button-area {
  margin-top: 50px;
  text-align: center;
  letter-spacing: -0.4em;
}
.button-area a,
.button-area button {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
.button-area .button-true {
  width: 280px;
  transition: 0.2s ease;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 14px 0;
  cursor: pointer;
  background: #373B43;
  font-family: 'Lato', sans-serif;
  letter-spacing: .1em;
}
.button-area .button-true:hover {
  background: #666;
}
.button-area button[type="submit"][disabled] {
  background-color: #999;
  cursor: no-drop;
}
.button-area button[type="submit"][disabled]:hover {
  opacity: 1;
  -ms-filter:alpha(opacity=100);
  filter:alpha(opacity=100);
}

.alert,
.text-danger {
  color: #b40c1d;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.alert-success {
  color: #1b9400;
  margin: 0 15px 15px;
}

#reset_password {
  margin: 0 auto;
  text-align: center;
  width: 410px;
}
#reset_password label {
  width: 180px!IMPORTANT;
  padding-right: 28px;
}

@media screen and (max-width: 900px) {

  .content-inner-form .form-group-2 {
    width: 100%;
  }
  .content-inner-form .form-group-2 label {
    width: 100%;
    float: none;
    line-height: 1;
  }
  .content-inner-form .form-group-2 .form-control {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
}