#reserve_cont {
  width: 100%;
  margin-bottom: 1rem;
}

.form-row {
  display: flex;
  justify-content: start;
  margin-bottom: 15px;
}

.form-column {
  flex: 1;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
}

.form-column input {
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    padding: 5px 10px;
}

.form-column select {
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    padding: 5px 10px;
}

.form-column#vip_type {
    display: block;
}

.form-column:last-child {
  margin-right: 0;
}

.inquiry_fieldname {
  display: inline-block;
  margin-bottom: 5px;
}

#inquiry_error {
  color: red;
}

#reserve_cont h1 {
    font-family: 'PinyonScript';
    font-size: 46px;
}

@media screen and (min-width: 1024px) {
  #reserve_cont {
    width: 60%;
  }
}
