.book_text span, .specials_text span {
  font-size: 1.375rem;
  color: #cd9161;
}
.book_text h1,
.specials_text h1 {
  font-size: 2.625rem;
  color: #333333;
  font-weight: 600;
}
.book_text p,
.specials_text p {
  font-size: 1rem;
  color: #838383;
  line-height: 30px;
}
.specials_text h2 {
  font-size: 2.625rem;
  color: #333333;
  font-weight: 600;
}
.book_banner {
  position: relative;
  height: 270px;
  background-color: #fdf9f6;
  overflow: hidden;
  padding-top: 90px;
}
.book_banner img:nth-of-type(1) {
  position: absolute;
  top: -30px;
  left: -40px;
  width: 414px;
}
.book_banner img:nth-of-type(2) {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 297px;
}
.book_banner .book_process ul {
  display: flex;
  justify-content: center;
}
.book_banner .book_process ul li {
  margin: 0 25px;
  min-width: 150px;
}
.book_banner .book_process ul li.active div {
  border-color: #cd9161;
  background-color: #cd9161;
  color: #fff;
}
.book_banner .book_process ul li.active p {
  color: #333333;
}
.book_banner .book_process ul li:last-child div::after {
  display: none;
}
.book_banner .book_process ul li div {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  font-size: 1.5rem;
  color: #999999;
  font-weight: 500;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
}
.book_banner .book_process ul li div::after {
  content: '';
  display: block;
  height: 1px;
  width: 90px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 80px;
}
.book_banner .book_process ul li p {
  text-align: center;
  font-size: 1.25rem;
  color: #999999;
  padding-top: 25px;
}
.book_location {
  padding: 135px 0 290px;
}
.book_location .book_text {
  text-align: center;
}
.book_location .flex {
  padding-top: 70px;
}
.book_location .flex > div {
  width: 580px;
  height: 820px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  overflow: hidden;
}
.book_location .flex > div:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.book_location .flex > div:hover .pos_infos .button {
  background-color: #cd9161;
}
.book_location .flex > div .pos_map {
  width: 100%;
  height: 356px;
  overflow: hidden;
}
.book_location .flex > div .pos_map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.book_location .flex > div .pos_infos {
  padding: 50px;
}
.book_location .flex > div .pos_infos h2 {
  font-size: 1.875rem;
  color: #333333;
  font-weight: 600;
  padding-left: 45px;
  margin-bottom: 30px;
  position: relative;
}
.book_location .flex > div .pos_infos h2::before {
  content: '';
  width: 24px;
  height: 30px;
  background: url(../img/pos-b.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  left: 0;
}
.book_location .flex > div .pos_infos span {
  font-size: 1.125rem;
  line-height: 30px;
  color: #6d6d6d;
  font-weight: 500;
  display: block;
  margin: 10px 0 25px;
}
.book_location .flex > div .pos_infos p {
  font-size: 24px;
  color: #333333;
  font-weight: 600;
}
.book_location .flex > div .pos_infos .button {
  background-color: #1c222e;
}
.book_cate {
  padding: 135px 0 220px;
}
.book_cate .book_text {
  text-align: center;
}
.book_cate .book_text ul {
  justify-content: center;
  padding-top: 45px;
}
.book_cate .book_text ul li {
  width: 166px;
  height: 52px;
  line-height: 52px;
  font-size: 1.125rem;
  color: #666666;
  font-weight: 500;
  background-color: #fff;
  transition: all 0.3s;
  border-radius: 3px;
  margin: 0 10px;
  cursor: pointer;
}
.book_cate .book_text ul li:hover,
.book_cate .book_text ul li.active {
  background-color: #ce9260;
  color: #fff;
}
.book_cate .book_text + div ul {
  padding-top: 60px;
  display: none;
}
.book_cate .book_text + div ul.active{
  display: flex;
}
.book_cate .book_text + div ul li {
  margin-bottom: 40px;
  width: 32%;
  height: 286px;
  transition: all 0.3s;
  border-radius: 10px;
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
}
.book_cate .book_text + div ul li div:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.book_cate .book_text + div ul li div img{
  z-index: 0;
}
.book_cate .book_text + div ul li div span{
  z-index: 5;
}
.book_cate .book_text + div ul li>div{
  position: relative;
}
.book_cate .book_text + div ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.book_cate .book_text + div ul li:hover {
  border-color: #cd9161;
}
.book_cate .book_text + div ul li div {
  margin: 1%;
  width: 98%;
  height: 97.5%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.book_cate .book_text + div ul li div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.book_cate .book_text + div ul li div span {
  position: absolute;
  left: 35px;
  bottom: 25px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #fff;
}
.book_care {
  padding-top: 130px;
}
.book_care .left {
  flex: 1;
}
.book_care .left h1 {
  font-size: 2.5rem;
  font-weight: 600;
}
.book_care .left .book_text select {
  width: 266px;
  height: 52px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 50px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #666666;
  border-radius: 3px;
  margin: 50px 0;
  appearance: none;
  background: url(../img/select.svg) no-repeat right 20px center / 15px;
  padding-left: 20px;
  cursor: pointer;
  font-family: unset;
}
.book_care .left ul li {
  width: 100%;
  height: 302px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s;
  padding: 40px 30px;
  position: relative;
}
.book_care .left ul li::before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 40px;
  left: 30px;
}
.book_care .left ul li::after {
  content: '';
  width: 25px;
  height: 25px;
  background: url(../img/gou-fill.svg) no-repeat center / cover;
  position: absolute;
  top: 40px;
  left: 30px;
  opacity: 0;
  transition: all 0.3s;
}
.book_care .left ul li.active{
  background-color: #f7f8fa;
  border-color: #f7f8fa;
}
.book_care .left ul li.active::after {
  opacity: 1;
}
.book_care .left ul li.active .care_infos > span::after,
.book_care .left ul li:hover .care_infos > span::after {
  right: -25px;
}
.book_care .left ul li div:first-child {
  width: 164px;
  height: 118px;
  overflow: hidden;
  margin: 0 30px 0 45px;
}
.book_care .left ul li div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.book_care .left ul li .care_infos {
  flex: 1;
}
.book_care .left ul li .care_infos h2 {
  font-size: 1.375rem;
  color: #333333;
  font-weight: 500;
}
.book_care .left ul li .care_infos h2 i {
  font-style: normal;
  float: right;
}
.book_care .left ul li .care_infos h2 span {
  font-size: 1.25rem;
  color: #333333;
  float: right;
}
.book_care .left ul li .care_infos select {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  appearance: none;
  font-size: 1.0625rem;
  color: #353535;
  padding-left: 30px;
  margin: 25px 0;
  cursor: pointer;
  background: url(../img/select.svg) no-repeat right 20px center / 15px;
}
.book_care .left ul li .care_infos p {
  font-size: 1rem;
  color: #727272;
  line-height: 30px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.book_care .left ul li .care_infos > span, .book_care .left ul li .care_infos > a{
  display: inline-block;
  font-size: 14px;
  color: #d49861;
  margin-top: 15px;
  position: relative;
}
.book_care .left ul li .care_infos > span::after, .book_care .left ul li .care_infos > a::after{
  content: '';
  display: block;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  transition: all 0.3s;
  background: url(../img/right-b.svg) no-repeat center / contain;
}
.book_care .left button {
  display: block;
  margin: 50px auto 220px;
  width: 174px;
  height: 46px;
  line-height: 44px;
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
  transition: all 0.3s;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}
.book_care .left button:hover {
  background-color: #ce9260;
  border-color: #ce9260;
  color: #fff;
}
.book_care .sidebar {
  width: 378px;
  margin-left: 40px;
}
.book_care .sidebar .choice {
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  padding: 45px 30px 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.book_care .sidebar .choice strong {
  font-size: 1.75rem;
  font-weight: 500;
  color: #333333;
}
.book_care .sidebar .choice ul {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 48px 0 25px;
}
.book_care .sidebar .choice ul li {
  font-size: 1.125rem;
  color: #383838;
  margin-bottom: 1rem;
}
.book_care .sidebar .choice ul li i {
  font-style: normal;
  float: right;
}
.book_care .sidebar .choice ul li span {
  float: right;
  font-size: 1rem;
  color: #666666;
}
.book_care .sidebar .choice p {
  line-height: 60px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #333333;
}
.book_care .sidebar .choice p i {
  font-style: normal;
  float: right;
  font-size: 1.5rem;
  font-weight: 500;
}
.book_care .sidebar .choice p span {
  float: right;
  font-size: 1.5rem;
  font-weight: 500;
}
.book_care .sidebar .choice .button {
  margin-top: 15px;
  width: 100%;
}
.book_care .sidebar .pos {
  padding: 60px 30px 0;
}
.book_care .sidebar .pos strong {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333333;
  padding-left: 30px;
  position: relative;
}
.book_care .sidebar .pos strong::before {
  content: '';
  display: block;
  width: 16px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../img/pos-b.svg) no-repeat center / contain;
}
.book_care .sidebar .pos span {
  display: block;
  font-size: 1rem;
  color: #6d6d6d;
  font-weight: 500;
  margin: 15px 0 20px;
}
.book_care .sidebar .pos p {
  font-size: 1.125rem;
  color: #333333;
  font-weight: 600;
}
.book_care .sidebar .pos .pos_map {
  width: 100%;
  height: 195px;
  overflow: hidden;
  border-radius: 6px;
}
.book_care .sidebar .pos .pos_map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.book_guest {
  padding: 140px 0 460px;
}
.book_guest .book_text {
  text-align: center;
}
.book_guest .form {
  padding-top: 60px;
}
.book_guest .form input[type='date']{
  appearance: none;
}
.book_guest .form input[type='text'], .book_guest .form input[type='email'], .book_guest .form input[type='date']{
  width: 100%;
  height: 66px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding-left: 20px;
  font-size: 1.125rem;
  margin-bottom: 25px;
  font-family: unset;
}

.book_guest .form label{
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 18px;
}
.book_guest .form>p{
  width: 49%;
}
.book_guest .form>p.full{
  width: 100%;
}

.book_guest .form textarea {
  width: 100%;
  height: 336px;
  resize: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 25px;
  font-family: unset;
  font-size: 1.125rem;
  margin: 15px 0 55px;
}
.book_guest .form .button {
  width: 194px;
  height: 57px;
  line-height: 61px;
  cursor: pointer;
  font-family: unset;
}
input[type='date']::-webkit-calendar-picker-indicator{
  margin-left: -15px;
  margin-right: 1rem;
}
.book_res {
  text-align: center;
  padding-top: 140px;
  padding-bottom: 140px;
}
.spa_lists{
  padding-bottom: 5rem;
}
.book_res .res_img {
  width: 178px;
  height: 112px;
  margin: 0 auto;
}
.book_res .res_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.book_res h1 {
  padding: 45px 0 15px;
  font-size: 2.5rem;
  color: #333333;
  font-weight: 600;
}
.book_res p {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #666666;
}
.book_res a {
  display: block;
  margin: 50px auto 0;
  width: 245px;
  height: 62px;
  line-height: 60px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #d49861;
  border-radius: 3px;
  border: 1px solid #d49861;
  transition: all 0.3s;
}
.book_res a:hover {
  background-color: #d49861;
  color: #fff;
  border-color: #d49861;
}
.subscribe div input[type='submit'] {
  background-color: #333333;
  text-indent: -9999px;
}
.subscribe div input[type='submit']:hover {
  background-color: #d49861;
}
.subscribe button {
  width: 203px;
  height: 70px;
  line-height: 70px;
  background-color: #333333;
  font-size: 1.25rem;
  color: #fff;
  border-radius: 12px;
  padding-left: 40px;
  transition: all 0.3s;
  margin-left: -5px;
  vertical-align: middle;
}
.subscribe button:hover {
  background-color: #d49861;
}
.subscribe .specials_text + div img:last-child {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: relative;
  top: 10px;
  left: -185px;
  pointer-events: none;
}

section.step{
  display: none;
}
section.step.active{
  display: block;
}
.book_care.hide{  
  display: none;
}
.book_cate.hide{
  display: none;
}

.book_guest .save.need-fill{
  border-color: rgb(221, 113, 113) !important;
}
.book_guest .tips{
  display: none;
  margin: 1rem 0;
  color: rgb(221, 113, 113);
}
.book_guest .tips.active{
  display: block;
}