.reservation {
  background: rgba(20, 190, 75, 0.1);
  padding: 2.92rem 5% 2.5rem;
  text-align: center;
  color: #111c19;
}
.reservation > .title {
  font-size: 1.58rem;
  font-weight: 600;
  line-height: 2.21rem;
}
.reservation > .tel {
  padding: 0.83rem 0 1.67rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.04rem;
  color: #14be4b;
  display: block;
}
.reservation > .reserve > input {
  font-weight: 400;
  font-size: 0.58rem;
  border: none;
  height: 14px;
  width: 50%;
  max-width: 500px;
  line-height: 14px;
  padding: 12px 0 12px 10px;
  border-left: 1px solid rgba(20, 190, 75, 0.3);
}
.reservation > .reserve > input:focus {
  outline: none;
}
.reservation > .reserve > #submit {
  font-weight: 400;
  font-size: 0.58rem;
  height: 14px;
  display: inline-block;
  width: 7.5rem;
  line-height: 14px;
  padding: 12px 0 12px 10px;
  color: #ffffff;
  background: #14be4b;
  box-shadow: 0px 2px 10px 0px rgba(20, 190, 75, 0.1);
  cursor: pointer;
}
.reservation > .reserve > #submit:hover {
  background: rgba(20, 190, 75, 0.2);
  color: #14be4b;
}
