section.book_datepicker {
  background-color: #FFF;
  padding: 20px;
}
section.book_datepicker .wrap {
  box-shadow: 0px 0px 25px #e9e9e9;
  padding: 30px;
  margin-bottom: 10px;
}
section.book_datepicker .wrap.note {
  box-shadow: none;
  background-color: #f2f2f2;
  margin-top: 20px;
  font-size: 15px;
}
section.book_datepicker h3 {
  color: #9D9180;
  margin-bottom: 20px;
}
section.book_datepicker .each {
  display: inline-block;
}
section.book_datepicker .each .label {
  display: inline-block;
}
section.book_datepicker .each .label i {
  vertical-align: middle;
}
section.book_datepicker .each .label span {
  vertical-align: middle;
  color: #959595;
}
section.book_datepicker .each select {
  width: 100px;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
section.book_datepicker .each input {
  border: none;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}
section.book_datepicker .btn {
  display: inline-block;
  border: 1px solid #d1d1d1;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  margin-left: 20px;
  cursor: pointer;
}
.cf-turnstile iframe {
  max-width: 100%;
}
section.BookPage .wrap .book_success .remark {
  font-size: 15px;
}
section.BookPage .wrap .book_success .remark h3 {
  font-family: serif;
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 30px;
}
section.BookPage .wrap .book_success .remark h3:before,
section.BookPage .wrap .book_success .remark h3:after {
  content: '';
  width: 40px;
  background-color: #bbbbbb;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  margin-right: 30px;
}
section.BookPage .wrap .book_success .remark .text {
  text-align: left;
  padding-top: 10px;
}
section.BookPage .wrap .book_success .remark .text li {
  list-style: auto;
}
section.BookPage h3 {
  color: #9D9180;
  margin-bottom: 20px;
}
section.BookPage .wrap {
  box-shadow: 0px 0px 25px #e9e9e9;
  padding: 30px;
  margin-bottom: 30px;
}
section.BookPage .wrap .photos {
  background-color: #f9f9f9;
  margin-top: 30px;
}
section.BookPage .wrap .order_wrap {
  margin: auto;
  display: block;
  width: 300px;
}
section.BookPage .wrap .order_wrap .order_each {
  font-size: 15px;
  line-height: 2;
  text-align: left;
}
section.BookPage .wrap .order_wrap .order_each .label {
  display: inline-block;
  width: 180px;
  text-align: left;
  vertical-align: top;
}
section.BookPage .wrap .order_wrap .order_each .theval {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  position: absolute;
  right: 0px;
}
section.BookPage .wrap .order_wrap horizon {
  display: block;
  margin-bottom: 7px;
  margin-top: 7px;
  border-top: 1px solid #e9e9e9;
}
section.BookPage .wrap .order_wrap .order_list {
  margin-left: -10px;
  margin-right: -10px;
}
section.BookPage .wrap .order_wrap .order_list li {
  font-size: 15px;
  line-height: 17px;
  text-align: left;
  background-color: #F9F9F9;
  margin-bottom: 3px;
  padding: 9px;
  font-size: 14px;
}
section.BookPage .wrap .order_wrap .order_list li .thedate {
  display: inline-block;
  width: 180px;
  text-align: left;
}
section.BookPage .wrap .order_wrap .order_list li .theprice {
  display: inline-block;
  text-align: right;
  position: absolute;
  right: 9px;
}
section.BookPage .wrap .order_wrap .order_list li .theprice b {
  color: #d95c5c;
  display: inline-block;
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
  font-size: 13px;
}
section.BookPage .wrap .order_wrap .order_list li .theprice b.enddate {
  color: #969696;
}
section.BookPage .wrap .order_wrap .order_list li .theprice b.holiday {
  color: #7fb23e;
}
section.BookPage .wrap .order_wrap .order_list li .theprice span {
  width: 70px;
  display: inline-block;
  vertical-align: middle;
}
section.BookPage .wrap .book_success {
  width: 600px;
  margin: auto;
}
section.BookPage .wrap .book_success .main_icon {
  color: #9D9180;
  border: 2px solid #9D9180;
  width: 200px;
  height: 200px;
  vertical-align: middle;
  line-height: 200px;
  border-radius: 200px;
  font-size: 100px;
  opacity: 0.8;
}
section.BookPage .wrap .book_success .thetitle {
  color: #74644e;
  font-size: 24px;
  margin: 13px;
  letter-spacing: 5px;
}
section.BookPage .wrap .book_success .thetitle i {
  vertical-align: middle;
  font-size: 25px;
  margin-right: 13px;
  opacity: 0.7;
}
section.BookPage .wrap .book_success .thetitle span {
  vertical-align: middle;
}
section.BookPage .wrap .book_success .text {
  text-align: center;
}
section.BookPage .wrap .book_success .text.orderReturn {
  background-color: transparent;
  border: 1px dashed #d9d9d9;
  text-align: left;
  width: 340px;
  margin: auto;
  max-width: calc(100% - 50px);
}
section.BookPage .wrap .book_success .text.orderReturn horizon {
  margin-bottom: 10px;
  margin-top: 10px;
}
section.BookPage .wrap .book_success .text.orderReturn span {
  color: #7b7b7b;
}
section.BookPage .wrap .book_success .text.atmcontent {
  text-align: left;
  width: 340px;
  margin: auto;
  background-color: #f9f9f9;
}
section.BookPage .wrap .book_success .text.atmcontent span {
  color: #7b7b7b;
}
section.BookPage .wrap .roomlist {
  width: 300px;
  margin: auto;
}
section.BookPage .wrap .roomlist li {
  box-shadow: 0px 0px 25px #e9e9e9;
  padding: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  padding-left: 20px;
  text-align: left;
}
section.BookPage .wrap .roomlist li span {
  color: #afaaaa;
  font-size: 14px;
}
section.BookPage .wrap .roomlist li.booked {
  pointer-events: none;
  color: #e2e2e2;
}
section.BookPage .wrap .roomlist li.booked span {
  color: #e2e2e2;
}
section.BookPage .wrap .roomlist li.disabled {
  pointer-events: none;
  color: #e2e2e2;
}
section.BookPage .wrap .roomlist li.disabled span {
  color: #e2e2e2;
}
section.BookPage .wrap .roomlist li.active {
  background-color: #c2ae92;
  color: #FFF;
}
section.BookPage .wrap .roomlist li.active span {
  color: #e4e4e4;
}
section.BookPage .wrap input[type="text"] {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #d7d7d7;
}
section.BookPage .wrap input[type="text"].disabled {
  color: #b6b6b6;
  pointer-events: none;
}
section.BookPage .wrap .coupon_text {
  padding: 0;
  text-align: center;
  color: #68c241;
  font-size: 15px;
}
section.BookPage .wrap .formeach {
  max-width: 400px;
  margin: auto;
  margin-bottom: 15px;
}
section.BookPage .wrap .formeach b {
  color: #d22a2a;
  position: absolute;
  left: -10px;
  top: 7px;
}
section.BookPage .wrap .room_price {
  text-align: left;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
section.BookPage .wrap .room_content {
  text-align: left;
  font-size: 16px;
  color: #555;
}
section.BookPage .wrap .btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  margin-left: 20px;
  cursor: pointer;
  padding: 6px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #9D9180;
  color: #FFF;
}
section.BookPage .wrap .btn:hover {
  background-color: #8c7e6b;
}
section.BookPage .wrap .btn:active {
  background-color: #6d5e4a;
}
section.BookPage .wrap .btn_white {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  cursor: pointer;
  padding: 6px;
  padding-left: 40px;
  padding-right: 40px;
  color: #9D9180;
  border: 1px solid #9D9180;
  width: 240px;
}
section.BookPage .wrap .btn_white:hover {
  background-color: #f9f9f9;
}
section.BookPage .wrap .btn_white:active {
  background-color: #ededed;
}
section.BookPage .wrap .btn_white span {
  vertical-align: middle;
}
section.BookPage .creditcard_link.disabled {
  pointer-events: none;
}
section.BookPage .creditcard_link.disabled .btn_white {
  opacity: 0.4;
}
section.BookPage #coupon_value {
  color: #7fb23e;
  font-size: 14px;
}
.sliderArea .swiper-slide .photo {
  padding-bottom: 50%;
}
/*  rwd  */
/* -----------------------------------*/
@media screen and (max-width: 1240px) {
  section.BookPage .wrap .room_content {
    font-size: 14px;
  }
  section.book_datepicker .each {
    border-bottom: 1px solid #d7d7d7;
    width: auto;
    display: block;
    padding-bottom: 6px;
    padding-top: 11px;
    text-align: left;
  }
  section.book_datepicker .each[type="number"] {
    border: none;
  }
  section.book_datepicker .each input {
    border: none;
  }
  section.book_datepicker .each select {
    border: none;
  }
  section.BookPage .wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
  section.BookPage .wrap .roomlist {
    width: auto;
  }
  section.BookPage .wrap .book_success {
    width: auto;
    margin: auto;
  }
  section.BookPage .wrap .book_success .text {
    padding: 0px;
    font-size: 15px;
  }
  section.BookPage .wrap .btn_white {
    width: auto;
    display: block;
    margin: auto;
  }
  section.BookPage .wrap .book_success .text.atmcontent {
    width: auto;
    padding: 25px;
  }
  section.BookPage .wrap .book_success .text.orderReturn {
    padding: 25px;
  }
  section.BookPage .wrap .order_wrap {
    width: auto;
  }
  .sliderArea .swiper-slide .photo {
    padding-bottom: 66%;
  }
}
