html,
body,
#reservation,
iframe {
  height: 100%;
}

body {
  background-color: #150924 !important;
}

#reservation {
  display: none;
  opacity: 0;
  transition: 1.5s;
}

iframe {
  width: 100%;
  border: none;
  vertical-align: bottom;
}

.entry_form_wrapper {
  padding-top: 40px;
  text-align: center;
}

.entry_message {
  display: inline-block;
  text-align: left;
  width: 480px;
}

.entry_message p {
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 30px;
}

.entry_form {
  margin-top: 50px;
}

.entry_form p {
  margin: 0;
  line-height: 30px;
}

.entry_form p:nth-child(1) {
  color: #EEC873;
  font-size: 20px;
  letter-spacing: 0.5px;
}

.entry_form p:nth-child(1) span {
  font-size: 14px;
  letter-spacing: 0.35px;
  color: #C63A34;
}

.entry_form p:nth-child(2) {
  font-size: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 34px;
}

.col_btn {
  display: inline-block;
  text-align: left;
  margin-bottom: 55px;
  width: 480px;
}

.col_btn input {
  border-radius: 6px;
}

.col_btn input,
.col_btn select {
  width: 480px;
  height: 50px;
  font-size: 14px;
  letter-spacing: 0.34px;
  padding-left: 20px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
}

.col_btn select {
  font-size: 14px;
  letter-spacing: 0.35px;
  color: #21192B;
  font-weight: 500;
}

.col_btn .error {
  display: block;
  margin: 10px 0 0;
}

#vr {
  margin-top: 30px;
  border-radius: 6px;
}

.checkbox {
  display: inline-block;
  text-align: left;
  width: 478px;
}

.checkbox .entry_btn input {
  height: 20px;
  width: 20px;
}

.checkbox .entry_btn span {
  font-size: 16px;
  letter-spacing: 0.4px;
  margin-left: 20px;
}

.checkbox_input {
  display: none;
}

.checkbox_parts,
.checkbox_error {
  padding-left: 40px;
  position: relative;
}

.checkbox_parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
  background: #fff;
}

.checkbox_error::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
  background: pink;
  border: 2px solid #C63A34;
}

.checkbox_input:checked + .checkbox_parts::after,
.checkbox_input:checked + .checkbox_error::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6.4px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #0084D8;
  border-right: 3px solid #0084D8;
}

.error_txt {
  display: none;
  color: #C63A34;
  margin-top: 50px;
}

.submit {
  padding: 40px 0 100px;
}

.submit input {
  border: none;
}

.submit input:focus {
  outline: 0;
}

.submit .link_entry_btn {
  width: 480px;
}

button {
  border: 0;
}

form {
  margin: 0;
}

#email {
  color: #000;
}

.error {
  display: inline-block;
  color: red;
  font-size: 12px;
  letter-spacing: 0.32px;
}

.circle {
  display: none;
}

@media screen and (max-width: 600px) {
  .entry_form_wrapper {
    padding-top: 4.49775vh;
    width: 90%;
    margin: auto;
  }
  .entry_form_wrapper .rules a:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
  }
  .entry_message {
    width: auto;
  }
  .entry_message p {
    margin-bottom: 4.1979vh;
  }
  .entry_form p:nth-child(1) {
    font-size: 17px;
    letter-spacing: 0.42px;
  }
  .entry_form p:nth-child(2) {
    margin-bottom: 2.09895vh;
  }
  .col_btn {
    width: 100%;
    margin-bottom: 4.49775vh;
  }
  .col_btn input,
  .col_btn select {
    width: 119.46667vw;
    height: 65px;
    font-size: 16px;
    transform: scale(0.75);
    transform-origin: 0;
  }
  select::-ms-expand {
    display: none;
  }
  .submit {
    padding: 8.69565vh 0 10.49475vh;
  }
  .submit .link_entry_btn {
    width: 98%;
  }
  .circle {
    display: block;
  }
  .checkbox {
    width: 100%;
  }
  .error_txt {
    position: absolute;
    font-size: 3.73333vw;
    letter-spacing: 0.35px;
    margin-top: 2.24888vh;
    margin-bottom: -5.24738vh;
  }
}
