.header-image {
  width: 100%;
  height: 19rem;
  position: relative;
}
.header-image .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.header-image .container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.book-form {
  width: 100%;
  height: 55rem;
  padding: 7rem 0;
}
.book-form .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.book-form__title {
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
.book-form__desc {
  font-size: 1.4rem;
  color: #7D8587;
  text-align: center;
  margin-bottom: 1rem;
}
.book-form__main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.book-form__main__input {
  width: 30%;
  padding: 1rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 2px solid #EDF1F3;
  margin-bottom: 2.5rem;
}
.book-form__main__input i {
  font-size: 1.6rem;
  margin-right: 1rem;
}
.book-form__main__input input {
  font-size: 1.4rem;
  border: none;
  outline: none;
  width: 100%;
  background-color: transparent;
}
.book-form__main__text-area {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-bottom: 2px solid #EDF1F3;
  margin-bottom: 3rem;
}
.book-form__main__text-area__title {
  display: flex;
  align-items: center;
}
.book-form__main__text-area__title i {
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 1rem;
}
.book-form__main__text-area textarea {
  width: 100%;
  height: 8rem;
  padding: 1rem 2rem;
  border: none;
  outline: none;
  font-size: 16px;
  resize: none;
  background-color: transparent;
}
.book-form__main__btn {
  margin: 0 auto;
  padding: 1.3rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #fea100;
  border: none;
}

.special-res {
  width: 100%;
  height: 53rem;
  padding: 7.5rem 0;
  background: url("../../images/reserve/reserve2.webp") no-repeat;
  background-size: cover;
}
.special-res .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.special-res__title {
  font-size: 2rem;
  margin-bottom: 3rem;
}
.special-res__main {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.special-res__main__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 30%;
  height: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  margin: 0 1rem;
}
.special-res__main__item__image {
  height: 100%;
  width: 100%;
}
.special-res__main__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special-res__main__item__body {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 2.5rem;
}
.special-res__main__item__body__title {
  font-size: 2rem;
  font-weight: 700;
}
.special-res__main__item__body__desc {
  font-size: 1.2rem;
  margin-top: 1rem;
  color: #7D8587;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.special-res__main__item2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fe4c8d;
  color: #fff;
  width: calc(30% - 2rem);
  height: calc(100% - 2rem);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  margin: 0 1rem;
  border: 2px dotted #fff;
  box-shadow: 0 0 0 1rem #fe4c8d;
}
.special-res__main__item2__phone, .special-res__main__item2__mail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
}
.special-res__main__item2__phone i, .special-res__main__item2__mail i {
  font-size: 3rem;
}
.special-res__main__item2__phone .main-text, .special-res__main__item2__mail .main-text {
  font-size: 2rem;
}
.special-res__main__item2__phone .sub-text, .special-res__main__item2__mail .sub-text {
  font-size: 1.2rem;
}

.open-time__time {
  position: relative;
  width: 100%;
  padding: 7rem 0;
  display: flex;
  align-items: center;
}
.open-time__time__title {
  font-size: 1.8rem;
  margin-right: 11rem;
}
.open-time__time__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.open-time__time__list__item {
  margin: 0 1rem;
}
.open-time__time__list__item__title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.open-time__time__list__item__time {
  font-size: 2rem;
  font-weight: 700;
  color: #fea100;
}
.open-time__sub-image {
  position: absolute;
  bottom: 6rem;
  right: 0;
  width: 16rem;
  height: 16rem;
  overflow: hidden;
}
.open-time__sub-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=reservation.css.map */
