@charset "utf-8";
/* CSS Document */


input {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #707070;
	outline-style: none;
	border-radius: 0px;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #707070;
	background-color: #fff;
	outline-style: none;
	border-radius: 0px;
	background-image: url(images/booking/down-arrow.png);
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: center right 10px;
}

textarea {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #707070;
	outline-style: none;
	border-radius: 0px;
	font-family: Avenir Next, Calibri, "Heiti TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}


/*booking*/
.booking {
	width: 100%;
	margin: 0 auto;
	padding: 172px 0 100px 0px;
}

.booking-title {
	width: 80%;
	max-width: 1200px;
	margin: 0px auto 40px auto;
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.booking-title-center {
	justify-content: center;
}

.booking-title-text {
	font-size: 2.25rem;
	color: #f8963b;
	display: flex;
}

.booking-title-button {
	width: 260px;
	height: 50px;
	font-size: 1.3rem;
	color: #f8963b;
	border: 1px solid #f8963b;
	background-color: #fff;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.booking-title-button-h {
	height: initial;
	padding: 3px 0px;
}

.booking-title-button:hover {
	color: #fff;
	background-color: #f8963b;
}


/*booking-description*/
.booking-description {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #f8f1df;
	padding: 50px;
	border-radius: 8px;
	word-break: break-word;
}

.booking-description-content {
	font-size: 1.125rem;
	line-height: 2.2rem;
	color: #393939;
}

.booking-description-content-time {
	width: 100%;
	display: flex;
	padding: 20px 0px;
}

.booking-description-content-time-vn {
	width: 100%;
}

.booking-description-content-st {
	font-size: 1.375rem;
	color: #393939;
	font-weight: bold;
}

.booking-description-content-st-highline {
	color: #b88c2c;
}

.booking-description-content-highline {
	font-weight: bold;
	color: #b88c2c;
}

.booking-description-content a {
	color: #a95a37;
	text-decoration: none;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.booking-description-content a:hover {
	color: #e56330;
}


/*booking-area*/
.booking-area {
	width: 80%;
	max-width: 1200px;
	margin: 0px auto;
}

.booking-area-vn {
	width: 100%;
	margin: 50px 0px;
}

.booking-area-vn-center-bottom-0 {
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
}

.booking-area-vn-flex-wrap {
	flex-wrap: wrap;
}

.booking-area-vn-top-160 {
	margin-top: 160px;
}

.booking-area-sn {
	margin: 20px 0px;
}

.booking-area-sn-top-5 {
	margin-top: 5px;
}

.booking-area-sn-phone-code {
	margin: 20px 0px;
}

.booking-area-sn-phone-in {
	margin: 20px 0px;
}

.booking-area-sn-width-100 {
	width: 100%;
}

.booking-area-sn-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.booking-area-sn-vertical-center {
	display: flex;
	align-items: center;
}

.booking-area-sn-right-15 {
	margin-right: 15px;
}

.booking-area-o {
	width: 100%;
	max-width: 500px;
}

.booking-area-side {
	display: flex;
	align-items: center;
}

.booking-area-side-inquire-sms {
	display: flex;
	align-items: flex-start;
}

.booking-area-title {
	font-size: 1.563rem;
	color: #333;
	display: flex;
	align-items: center;
}

.booking-area-st {
	font-size: 1rem;
	color: #b3b3b3;
	display: inline-block;
}

.booking-area-st-small {
	font-size: 0.875rem;
	color: #b3b3b3;
	display: inline-block;
	margin-left: 3px;
}

.booking-area-st-sms {
	width: 100%;
	font-size: 1rem;
	color: #7d7d7d;
	display: inline-block;
	text-align: center;
}

.booking-area-st-top-20 {
	margin-top: 20px;
}


/*booking-area-input*/
.booking-area-input {
	width: 100%;
	max-width: 500px;
}

.booking-area-input-phone {
	max-width: 300px;
}

.booking-area-input-inquire-sms {
	max-width: 300px;
}

.booking-area-input-center {
	display: flex;
	justify-content: center;
}

.booking-area-input input {
	width: 100%;
	font-size: 1.125rem;
	color: #333;
	padding: 14px;
}

.booking-area-input-h50 input {
	height: 50px;
}

.booking-area-input-sms {
	width: 100%;
}

.booking-area-input-sms input {
	width: 100%;
	max-width: 500px;
	font-size: 1.875rem;
	color: #333;
	text-align: center;
	letter-spacing: 16px;
	padding: 14px;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #b3b3b3;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #b3b3b3;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #b3b3b3;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #b3b3b3;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #b3b3b3;
}

::placeholder {
	/* Most modern browsers support this now. */
	color: #b3b3b3;
}


/*booking-area-select*/
.booking-area-select {
	width: 100%;
	max-width: 500px;
	font-size: 1.125rem;
	color: #333;
	padding: 14px;
}

.booking-area-select-small {
	min-width: 140px;
	max-width: 160px;
}

select:required:invalid {
	color: #b3b3b3;
}

select,
option {
	color: #333;
}


/*booking-area-radio*/
.booking-area-radio {
	width: 100%;
	display: flex;
	margin: 14px 0px;
}

.booking-area-radio-n {
	margin-right: 18px;
	display: flex;
}

.radio-input {
	display: none;
}

.radio-label {
	font-size: 1.125rem;
	cursor: pointer;
	position: relative;
	padding-left: 28px;
}

.radio-button {
	height: 24px;
	width: 24px;
	border: 1px solid #707070;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

.radio-button::after {
	content: "";
	display: block;
	height: 13px;
	width: 13px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #b58748;
	opacity: 0;
	transition: opacity 0.4s;
}

.radio-input:checked~.radio-label .radio-button::after {
	opacity: 1;
}

.radio-input:checked~.radio-label .radio-button {
	border: 2px solid #b58748;
}


/*booking-area-a*/
.booking-area-menu-link {
	margin-left: 20px;
}

.booking-area a {
	font-size: 1.563rem;
	color: #a95a37;
	text-decoration: none;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.booking-area a:hover {
	color: #e56330;
}


/*booking-area-checkbox*/
.booking-area-checkbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.booking-area-checkbox-n {
	width: 100%;
	display: flex;
	margin: 14px 0px;
}

.booking-area-checkbox-n-center {
	justify-content: center;
}

.checkbox-input {
	display: none;
}

.checkbox-label {
	font-size: 1.125rem;
	cursor: pointer;
	position: relative;
	padding-left: 36px;
}

.checkbox-label-terms {
	font-size: 1.563rem;
}

.checkbox-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.booking-area-checkbox-n:hover input~.checkbox-button {
	background-color: #eee;
}

.booking-area-checkbox-n input:checked~.checkbox-button {
	background-color: #b58748;
}

.checkbox-button:after {
	content: "";
	position: absolute;
	display: none;
}

.booking-area-checkbox-n input:checked~.checkbox-button:after {
	display: block;
}

.booking-area-checkbox-n .checkbox-button:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*booking-textarea*/
.booking-textarea {
	width: 100%;
	max-width: 600px;
	height: 200px;
	font-size: 1.125rem;
	color: #333;
	border: 1px solid #707070;
	outline-style: none;
	padding: 14px;
}


/*radio-time*/
.radio-time {
	display: none;
}

input[type=radio]+label.btn {
	padding: 12px 18px;
	margin: 5px 3px;
	display: inline-block;
	background: #fbe4b2;
	color: #333;
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

input[type=radio]+label.btn-un {
	padding: 12px 18px;
	margin: 5px 3px;
	display: inline-block;
	background: #CCC;
	color: #f3f3f3;
}

input[type=radio]:checked+label.btn {
	color: #fff;
	background: #b58748;
}


/*booking-confirm-button*/
.booking-confirm-button {
	width: 100%;
	height: 85px;
	max-width: 500px;
	font-size: 1.75rem;
	color: #fff;
	background-color: #2b2b2b;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.booking-confirm-button:hover {
	background-color: #a95a37;
}


/*booking-confirm-button-sms*/
.booking-confirm-button-sms {
	width: 100%;
	height: 85px;
	max-width: 500px;
	font-size: 1.375rem;
	color: #e3e3e3;
	background-color: #7c7c7c;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.booking-confirm-button-sms:hover {
	background-color: #929292;
}


/*booking-confirm-button-inquire*/
.booking-confirm-button-inquire {
	width: 135px;
	height: 50px;
	font-size: 1.375rem;
	color: #fff;
	background-color: #7c7c7c;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.booking-confirm-button-inquire:hover {
	background-color: #929292;
}


/*booking-confirm-button-inquire-sms*/
.booking-confirm-button-inquire-sms-ok {
	width: 135px;
	height: 50px;
	font-size: 1.375rem;
	color: #fff;
	background-color: #2b2b2b;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.booking-confirm-button-inquire-sms-ok:hover {
	background-color: #a95a37;
}

.booking-confirm-button-inquire-sms-text {
	margin-top: 6px;
}

.booking-confirm-button-inquire-sms-text a {
	font-size: 1rem;
	color: #a95a37;
	text-decoration: none;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

/*booking-inquire*/
.booking-inquire-area {
	width: 80%;
	max-width: 1200px;
	margin: 20px auto 20px auto;
	display: flex;
	flex-wrap: wrap;
	background-color: #f8f1df;
	padding: 35px;
	border-radius: 8px;
}

.booking-inquire-area-title {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-between;
}

.booking-inquire-area-title-text {
	display: flex;
	flex-wrap: wrap;
}

.booking-inquire-area-sn-phone-code {
	margin: 20px 15px 20px 0px;
}

.booking-inquire-area-sn-phone-in {
	margin: 20px 15px 20px 0px;
}

.booking-inquire-area-sn-sms-in {
	margin: 20px 15px 0px 0px;
}

.booking-inquire-area-title-text-year {
	width: 100%;
	font-size: 1.5rem;
	color: #a95a37;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.booking-inquire-area-title-text-date {
	width: 100%;
	font-size: 4rem;
	color: #a95a37;
}

.booking-inquire-area-title-text-date-small {
	font-size: 2rem;
	margin: 0px 6px;
}

.booking-inquire-area-title-text-time {
	width: 100%;
	font-size: 1.625rem;
	color: #674a3d;
	display: flex;
	align-items: center;
}

.booking-inquire-area-title-text-time-large {
	width: 100%;
	font-size: 2.5rem;
	color: #674a3d;
	display: flex;
	align-items: center;
}

.booking-inquire-area-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-left: 200px;
	margin-top: 10px;
}

.booking-inquire-area-content-vn {
	width: 100%;
	border-left: 1px solid #e5dec9;
	display: flex;
	padding: 10px 30px 10px 20px;
}

.booking-inquire-area-content-vn-title {
	font-size: 1.125rem;
	color: #7d7d7d;
	margin-right: 30px;
	display: flex;
	align-items: center;
}

.booking-inquire-area-content-vn-text {
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #393939;
	display: flex;
	align-items: center;
}

.booking-confirm-button-inquire-cancel {
	width: 120px;
	height: 50px;
	font-size: 1.125rem;
	line-height: 1.25rem;
	color: #fff;
	background-color: #a95a37;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.booking-confirm-button-inquire-cancel:hover {
	background-color: #c66940;
}


/*booking-success*/
.booking-title-icon-success {
	width: 42px;
	height: 42px;
	margin-right: 15px;
}

.booking-title-icon-pay {
	width: 42px;
	height: 42px;
	margin-left: 8px;
}

.booking-success-area {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	background-color: #f8f1df;
	padding: 35px;
	border-radius: 8px;
}

.booking-success-area-title {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-between;
}

.booking-success-area-title-text {
	display: flex;
	flex-wrap: wrap;
}

.booking-success-area-title-text-year {
	width: 100%;
	font-size: 1.5rem;
	color: #a95a37;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.booking-success-area-title-text-date {
	width: 100%;
	font-size: 4rem;
	color: #a95a37;
}

.booking-success-area-title-text-date-small {
	font-size: 2rem;
	margin: 0px 6px;
}

.booking-success-area-title-text-time {
	width: 100%;
	font-size: 1.625rem;
	color: #674a3d;
	display: flex;
	align-items: center;
}

.booking-success-area-title-text-time-large {
	width: 100%;
	font-size: 2.5rem;
	color: #674a3d;
	display: flex;
	align-items: center;
}

.booking-success-area-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-left: 200px;
	margin-top: 10px;
}

.booking-success-area-content-vn {
	width: 100%;
	border-left: 1px solid #e5dec9;
	display: flex;
	padding: 10px 30px 10px 20px;
}

.booking-success-area-content-vn-title {
	font-size: 1.125rem;
	color: #7d7d7d;
	margin-right: 30px;
	display: flex;
	align-items: center;
}

.booking-success-area-content-vn-text {
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #393939;
	display: flex;
	align-items: center;
}

.booking-success-area-content-vn-state {
	font-size: 1.125rem;
	color: #a95a37;
	margin-right: 30px;
	border: 1px solid #a95a37;
	padding: 8px 10px;
	display: flex;
	align-items: center;
	border-radius: 3px;
}

.booking-confirm-button-success-line {
	width: 120px;
	height: 40px;
	background-color: #06c755;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}