@charset "utf-8";
/*index*/
.top-box {
	position: relative;
}
header .logo {
	width: 320px;
	height: 125px;
	padding-top: 20px;
	background-image: url(../images/index/logo.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
header .logo a {
	width: 320px;
	height: 89px;
	display: block;
}
header.scroll .logo {
	width: 191px;
	height: 58px;
	background: url('../images/index/logo02.png')no-repeat;
	margin: 5px 0;
}
header.scroll .logo a {
	width: 191px;
	height: 58px;
}
header.scroll .logo {
	position: absolute;
	left: 0;
	z-index: 9;
}
header.scroll .nav-bot {
	position: relative;
}
header.scroll .nav-bot nav {
	margin-top: 30px;
}
header.scroll .nav-link {
	top: 0;
	right: 0;
}
.nav-bot {
	display: block;
	text-align: center;
}
.nav-bot nav {
	width: 75%;
	display: inline-block;
	margin-top: 30px;
}
.nav-bot nav li {
	width: 15%;
	display: inline-block;
	color: #594A3F;
}
.nav-bot nav li a {
	color: #000000;
	font-weight: bold;
	display: block;
}
.nav-bot nav li {
	height: 30px;
	position: relative;
	z-index: 9;
	transition: all 300ms;
}
.nav-bot nav li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 150px;
	border: 1px solid #ececec;
	z-index: 9;
	background: #fff;
	transition: all 300ms;
}
.nav-bot nav li:hover ul {
	display: block;
}
.nav-bot nav li li {
	width: 100%;
	height: auto;
	background: none;
}
.nav-bot nav li li a {
	border-bottom: 1px solid #ececec;
	padding: 10px;
	text-align: center;
	display: block;
 font-size: .875rem;
	font-weight: 500;
	color: #888;
}
.nav-bot nav li li a:hover {
	color: #fff;
	background-color: #65AFFF;
}
.nav-link {
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 5px;
}
.nav-link a.lanuage, .nav-link a.member {
	width: 120px;
	height: 30px;
	line-height: 30px;
	display: block;
	position: relative;
	margin-top: 4px;
	border: 1px solid #BBBBBB;
	text-align: left;
	color: #666;
 font-size: .875rem;
}
.nav-link .submenu {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 9;
	color: #fff;
	background: #fff;
	border: 1px solid #ececec;
	text-align: center;
}
.nav-link .submenu li {
	border-bottom: 1px solid #ececec;
	transition: background 1s;
}
.nav-link .submenu li:hover a {
	color: #fff;
	background-color: #65AFFF;
}
.nav-link .submenu a {
	padding: 5px 10px;
	text-align: center;
	display: block;
 font-size: .875rem;
	font-weight: 500;
	color: #888;
}
.nav-link .member span:hover .submenu, .nav-link a.member:hover .submenu {
	display: block;
}
.nav-link a.lanuage span:before {
	content: "\f0ac";
	font-family: FontAwesome;
	font-size: 1.1rem;
	margin: 0 10px;
	vertical-align: middle;
}
.nav-link a.member span:before {
	content: "\f2bd";
	font-family: FontAwesome;
	font-size: 1.1rem;
	margin: 0 10px;
	vertical-align: middle;
}
.in-banner {
	width: 100%;
}
.in-banner div, .in-banner div img {
	width: 100%;
	height: auto;
}
.footer01 {
	width: 100%;
	border-bottom: 1px solid #888;
	background-image: url(../images/index/head_bg.jpg);
	background-repeat: repeat;
}
.footer01 .rightbg {
	background-image: url(../images/index/tree2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 50px 0 30px;
}
.f-left, .fb-fans, .f-right {
	display: inline-block;
	vertical-align: top;
}
.f-left {
	width: 33%;
}
.f-left li {
	color: #333;
 font-size: .875rem;
	line-height: 35px;
	letter-spacing: 1px;
	font-weight: bolder;
}
.f-left li span {
	color: #333;
}
.fb-fans {
	width: 33%;
}
.fb-fans iframe {
	width: 400px;
}
.f-right {
	width: 30%;
	margin-top: 5px;
	margin-left: 35px;
}
.f-right .follow {
	position: relative;
}
.f-right .follow:after {
	content: '';
	top: 50%;
	width: 100%;
	height: 1px;
	position: absolute;
	background: #777;
}
.f-right .follow span {
	color: #333;
	padding-right: 20px;
}
.f-right li i {
	color: #eee;
	font-size: 1.3rem;
}
.f-right li {
	display: inline-block;
	margin-right: 20px;
}
.footer02 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #4A6622;
	background-repeat: repeat;
}
.footer02 p {
	text-align: center;
	color: #fff;
 font-size: .875rem;
	margin: 0;
}
/*order*/
.order-sel {
	width: 100%;
	height: 90px;
	line-height: 90px;
	text-align: center;
	-webkit-box-shadow: 0 0 3px 3px #ccc;
	box-shadow: 0 0 5px 3px #ddd;
	/*border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #447AD5;*/
	background-image: url(../images/index/head_bg.jpg);
	background-repeat: repeat;
}
.order-sel ul {
	margin: 0 auto;
}
.order-sel li {
	display: inline-block;
	margin-right: 35px;
	position: relative;
}
.order-sel li img {
	position: absolute;
	right: 10px;
	top: 35px;
}
.order-sel input[type="text"] {
	width: 222px;
	height: 40px;
	padding: 0 10px;
	color: #333;
	border: 1px solid #757584;
	position: relative;
	background: #fff url('../images/index/date.png') 190px center no-repeat;
	vertical-align: middle;
	line-height: 26px;
}
.order-sel select {
	width: 200px;
	height: 40px;
	padding: 0 10px;
	color: #333;
	border: 1px solid #757584;
	position: relative;
}
.order-sel li:last-child a {
	width: 150px;
	height: 40px;
	line-height: 40px;
}
.order-sel li:last-child input.btn01 {
	width: 150px;
	height: 40px;
	line-height: 40px;
}
.order-sel li input:after {
	content: '';
	z-index: 9;
	width: 1px;
	height: 20px;
	background: #bbb;
	position: absolute;
	right: 150px;
	top: 0;
}
.order-sel input::-webkit-input-placeholder {
color:#222;
}
.order-sel input::-moz-placeholder {
color:#222;
} /* firefox 19+ */
.order-sel input:-ms-input-placeholder {
color:#222;
} /* ie */
.order-sel input:-moz-placeholder {
color:#222;
}
/*shared*/
.title-box {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.unit-title {
	display: inline-block;
	margin: 0;
}
.unit-title .ch {
	color: #333333;
	font-size: 2.5rem;
	position: relative;
	background-image: url(../images/index/big_room_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 55px;
	background-position: 0px 6px;
}
.unit-title .ch:after {
	content: '';
	width: 60%;
	height: 1px;
	background: #999;
	font-weight: 600;
	position: absolute;
	bottom: -7px;
	left: 20%;
}
.unit-title .en {
	display: block;
 font-size: .875rem;
	margin-top: 13px;
	font-weight: 500;
	color: #868686;
}
.bread {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	position: absolute;
	right: 0;
}
.bread a {
	color: #aaa;
}
.bread a + span:before {
	content: '>';
	margin: 0 5px;
	color: #aaa;
}
.bread span {
 font-size: .875rem;
	color: #888;
}
.sub-menu {
	display: block;
	text-align: center;
	margin-top: 50px;
}
.sub-menu li {
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
}
.sub-menu li a {
	color: #545454;
 font-size: .938rem;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 55px;
	background-image: url(../images/index/room_icon.jpg);
	background-repeat: no-repeat;
	border: 1px solid #D2EBC7;
	background-position: 5px 5px;
	margin-right: 5px;
	margin-left: 5px;
}
/*.sub-menu li + li:before{
	content: '│';
	position: absolute;
	left: -5px;
	color: #ccc;*/
}
.sub-menu li:hover a:after, .sub-menu li.current a:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 15%;
	width: 70%;
	height: 1px;
	background-color: #447AD5;
}
.sub-menu li:hover a:before, .sub-menu li.current a:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 45%;
	width: 0;
	height: 0;
	border-top-width: 5px;
	border-right-width: 6.5px;
	border-bottom-width: 0;
	border-left-width: 6.5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #359582;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.user_editor {
	width: 100%;
	word-break: break-all;
 font-size: .936rem;
	color: #666;
	line-height: 28px;
}
.user_editor img {
	max-width: 100%;
	height: auto;
}
.com-inline {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	float: right;
 font-size: .938rem;
}
.com-inline_1 {
	width: 50%;
	display: inline-block;
	vertical-align: center;
	float: left;
 font-size: .938rem;
}
.com-inline_2 {
	width: 50%;
	display: inline-block;
	vertical-align: center;
	float: left;
 font-size: .938rem;
}
/*location*/
.location-box {
	width: 100%;
	background-color: #FFF;
}
.location-box .map-box {
	position: relative;
	background-color: #FFF;
	padding: 2px;
}
.location-box .map-box .text {
	padding: 5px 30px 40px;
}
.location-box .text {
	position: relative;
	vertical-align: top;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 45px;
	background-color: #FFF;
}
.location-box .text:before {
	content: '';
	width: 7px;
	height: 95%;
	position: absolute;
	/*border-left: 7px solid #79AD35;*/
	left: 5px;
}
.location-box .text p {
	margin: 0;
 font-size: .936rem;
	color: #777;
	padding-top: 10px;
}
.location-box li {
	width: calc(50% - 2px);
	box-sizing: border-box;
	display: inline-block;/*border-bottom: 1px solid #ddd;*/
}
.location-box li:last-child, .location-box li:nth-last-child(2) {
	border: 0;
}
.location-box li h3 img {
	vertical-align: sub;
	margin-right: 10px;
}
/*attractions*/
.attr-box {
	margin-bottom: 50px;
}
.attr-box li {
	width: 100%;
	border-bottom: 1px solid #ddd;
	background-repeat: repeat;
	margin-bottom: 10px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	background-color: #FFF;
}
.attr-box li .pic {
	width: 250px;
	position: relative;
	padding-right: 20px;
	display: inline-block;
}
.attr-box li img {
	width: 250px;
	max-width: 100%;
	height: auto;
}
.attr-box li .mask {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	margin: 0;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}
.attr-box li .link {
	opacity: 0;
	position: absolute;
	left: 35%;
	top: 0;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}
.attr-box li .link a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	color: #333;
	margin-right: 10px;
	border-radius: 50%;
	background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
}
.attr-box li .mask a i {
	font-size: 1.3rem;
}
.attr-box li:hover .mask {
	opacity: .7;
}
.attr-box li:hover .link {
	opacity: 1;
	top: 48%;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	transition-delay: 0.3s;
}
.attr-box li .info {
	width: calc(100% - 310px);
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}
.attr-box li h3 {
	font-size: 1.125rem;
}
.attr-box li .text {
 font-size: .938rem;
	color: #777;
}
.attr-box li .time {
	color: #CFAB56;
 font-size: .75rem;
	font-family: 'Arial', '新細明體', 'Helvetica', sans-serif;
}
/*TOUR*/
.tour-box {
	margin: 90px 0 50px;
}
.tour-box ul {
	margin-top: 50px;
}
.tour-box .route {
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin: 0 0 20px;
}
.tour-box .route .title {
	font-size: 1.8rem;
	color: #666666;
}
.tour-box li {
	margin-bottom: 40px;
}
.tour-box li .pic {
	position: relative;
	display: inline-block;
}
.tour-box li img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
}
.tour-box li .pic:after {
	content: url('../images/tour/step.jpg');
	position: absolute;
	bottom: -35px;
	left: 45%;
}
.tour-box li:last-child .pic:after {
	content: '';
}
.tour-box .right {
	width: calc(100% - 160px);
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
 font-size: .875rem;
}
.tour-box h3 {
	color: #367227;
	font-weight: 400;
	margin: 0;
}
.tour-box h3 i {
	margin-right: 5px;
	font-size: 1.3rem;
}
.tour-box .right p {
	line-height: 25px;
}
/*contact*/
.contact-box {
}
.contact-box .text, .order02-tab .text {
	padding: 10px 30px 30px;
	margin-bottom: 50px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.contact-box .text:before, .order02-tab .text:before {
	content: '';
	width: 7px;
	height: 70%;
	position: absolute;
	left: 5px;
}
.contact-box .text p {
	padding-left: 120px;
}
.contact-box .text p, .order02-tab .text p {
	margin: 0;
	font-size: 1.1rem;
	line-height: 33px;
	text-align: center;
}
.contact-form {
	padding: 0 40px;
}
.contact-box li {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
.contact-form li:nth-child(2), .contact-form li:nth-child(4), .contact-form li:nth-child(7) {
	float: right;
}
.contact-form textarea {
	width: 100%;
	height: 130px;
	border: 1px solid #ddd;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.contact-form .code {
	margin-top: -95px;
}
}
@-webkit-keyframes loading {
 from {
 -webkit-transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
}
}
.contact-form .code button:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.contact-form .send input {
	width: 150px;
	height: 40px;
	margin: 0 20px;
	display: inline-block;
	border: 1px solid #447AD5;
}
/*room*/
.room-box {
	width: 100%;
}
.room-info {
	width: 100%;
	/*height: 550px;*/
	background-repeat: repeat;
	background-color: #FFF;
}
.room-info .left {
	width: 850px;
	position: relative;
	display: inline-block;
}
.room-info .left .pic {
	width: 850px;
}
.room-info .left .pic img {
}
.room-info .left .list {
	margin-right: 30px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
}
.room-info .left .list .slick-slide {
	width: 100px;
	height: 65px;
	outline: none;
	margin-left: 10px;
	cursor: pointer;
	border: 1px #f0f0f0 solid;
	border-radius: 3px;
	opacity: .5;
}
.room-info .left .slick-slide.slick-current {
	opacity: 1;
}
.room-info .left .list img {
	width: 100%;
	height: auto;
}
.room-info .info {
	width: calc(100% - 860px);
	padding: 20px 20px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
.room-info .info h3 {
	text-align: center;
	margin-bottom: 25px;
}
.room-info .info h3 span {
	display: block;
}
.room-info .info .ch {
	font-size: 1.75rem;
	color: #0059AA;
	font-family: "微軟正黑體";
	font-weight: bolder;
	background-image: url(../images/index/line_room.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 90px;
	padding-top: 47px;
}
.room-info .info .en {
	font-size: 0.98rem;
	color: #c3b9b9;
	font-style: normal;
	margin-top: 10px;
}
.room-info .info h4 {
 font-size: .75rem;
	font-family: 'Arial', '新細明體';
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 1.5px;
	text-align: center;
	margin: 0 20px;
	overflow : hidden;
	text-overflow : ellipsis;
	display : -webkit-box;
	-webkit-line-clamp : 7;
	-webkit-box-orient : vertical;
}
.room-info .price {
	margin: 20px 0;
	text-align: center;
}
.room-info .price span {
	display: block;
}
.room-info .price .nt {
	font-size: 1.875rem;
	font-family: serif;
}
.room-info .price .night {
 font-size: .75rem;
}
.room-info .btn {
	text-align: center;
}
.room-info .btn a {
	width: 135px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	margin: 0 5px;
}
.room-info .btn input {
	width: 135px;
	height: 42px;
	line-height: 40px;
	display: inline-block;
	margin: 0 5px;
}
.room-data {
	width: 100%;
	margin: 50px 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BDBDAE;
	border-right-color: #BDBDAE;
	border-bottom-color: #BDBDAE;
	border-left-color: #BDBDAE;
}
.room-data li {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.room-data li span {
	display: table-cell;
	vertical-align: top;
	border-bottom: 1px solid #447AD5;
	padding: 10px;
	box-sizing: border-box;
}
.room-data li span.title {
	width: 200px;
	text-align: center;
	vertical-align: middle;
 font-size: .875rem;
	color: #FFFFFF;
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDBDAE;
	font-family: "微軟正黑體";
	font-size: 16px;
	background-color: #78A337;
	font-weight: bold;
}
.room-data li span.text {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDBDAE;
	background-color: #EAF3DC;
}
.room-tab {
	width: 100%;
	margin: 10px 0;
}
.room-tab ul.tabs {
	width: 100%;
	height: 40px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8BB;
}
.room-tab ul.tabs li {
	float: left;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
}
.room-tab ul.tabs li a {
	display: block;
	padding-left: 20px;
	color: #2c2c2c;
	text-decoration: none;
}
.room-tab ul.tabs li a:after {
	content: '│';
	padding-left: 20px;
}
.room-tab ul.tabs li:last-child a:after {
	content: '';
}
.room-tab ul.tabs li a:hover {
	color: #0059AA;
}
.room-tab ul.tabs li.active a {
	color: #FFFFFF;
	background-color: #0059AA;
}
.room-tab ul.tabs li.active a:hover {
	color: #FFFFFF;
	background-color: #0059AA;
}
.room-tab div.tab_container {
	clear: left;
	width: 100%;
	border-top: none;
	background: #fff;
}
.room-tab .tab_content {
	padding: 20px;
	box-sizing: border-box;
}
.room-tab .tab_content h2 {
	margin: 0 0 20px;
}
/*payment*/
.fancybox-opened .fancybox-skin {
	border-radius: 80px;
	background: #fff;
}
.fancybox-wrap:after {
	content: '';
	width: 100%;
	height: calc(100% - 60px);
	border: 3px dashed #ccc;
	border-radius: 80px;
	position: absolute;
	left: -40px;
	top: 30px;
	z-index: 0;
}
.pay-box {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.pay-box .text {
	padding: 10px 0 10px 20px;
	margin-bottom: 30px;
	border-left: 7px solid #447AD5;
}
.pay-box .text p {
	margin: 0;
 font-size: .936rem;
	line-height: 28px;
}
.pay-form {
	border-top: 1px solid #ddd;
	padding-top: 30px;
	margin-bottom: 30px;
}
.pay-form li {
	width: 70%;
	margin-bottom: 20px;
}
.pay-form li.full {
	width: 90%;
}
.pay-form li.send input {
	width: 150px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
}
.pay-form select {
	width: 100%;
	height: 35px;
	border: 1px solid #ddd;
	padding: 0 10px;
	box-sizing: border-box;
}
.pay-form li.full.in-date input {
	background: #fff url(../images/index/date.png) 95% center no-repeat;
}
/*member*/
.member-box {
	width: 700px;
	margin: 0 auto;
	padding: 30px 50px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.member-box h3 {
	font-size: 1.563rem;
	color: #79AC33;
	margin-bottom: 50px;
	text-align: center;
}
.member-box {
	margin-bottom: 50px;
	background-color: #FFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #79AD35;
}
.member-box.login ul {
	padding: 0 50px;
}
.member-box li.send {
	margin-top: 50px;
}
.member-box.login li.send input {
	width: 30%;
	height: 40px;
	line-height: 38px;
 font-size: .936rem;
	border: 1px solid #447AD5;
	display: inline-block;
	margin-right: 1%
}
.member-box.login li.send input:first-child {
	margin-right: 5%
}
.member-box.join li {
	color: #555;
}
.member-box.join li:nth-child(5) {
	border-top: 1px dashed #ddd;
	margin-top: 50px;
	padding-top: 30px;
}
.member-box.join li.tt {
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
}
.member-box.join .name:after, .member-box.member .name:after {
	right: 180px;
}
.member-box.join .send input, .member-box.member .send input {
	width: 150px;
	height: 40px;
	margin: 0 20px;
	display: inline-block;
	border: 1px solid #447AD5;
}
#membership {
	padding: 50px 0;
}
.membership {
	width: 1100px;
}
.membership p {
	width: 95%;
}
.member-box.join .terms input {
	width: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
/*order*/
.order-box .date-info {
	width: 100%;
	padding: 20px 10px;
	margin: 30px 0;
	box-sizing: border-box;
	background-color: #CFE7C9;
}
.order-box .date-info i {
	font-size: 1.5rem;
}
.order-box .date-info .font-sty {
	color: #FF2626;
}
.order-box .date-info .margin {
	margin-right: 25px;
}
.select-room {
	width: 100%;
	padding: 10px;
	margin: 50px 0;
	box-sizing: border-box;
	background-repeat: repeat;
	background-color: #FFF;
}
.select-room .title {
	margin: 20px 0 30px;
}
.select-room .title span {
	color: #888;
 font-size: .875rem;
	margin-left: 10px;
}
.select-room .title i {
	margin-right: 5px;
	font-size: 1.5rem;
}
.select-room .box {
	display: table;
}
.select-room .box p {
	margin: 5px 0;
}
.select-room div p {
	max-width: 175px;
	word-wrap: break-word;
	text-align: left;
 font-size: .875rem;
	color: #858585;
}
.select-room div select {
	width: 90px;
	height: 30px;
	background: #555;
	color: #fff;
	padding: 0 10px;
}
.select-room .room p.name {
	color: #333333;
	font-size: 1.25rem;
}
.select-room .room p:before {
	content: attr(data-title);
}
.select-room .box div {
	display: table-cell;
	vertical-align: top;
	padding: 0 50px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #fff;
}
.select-room .box div:last-child {
	border-right: 0;
}
.select-room .box div + div > p {
	margin-bottom: 30px;
}
.select-room .pic {
	width: 250px;
	display: inline-block;
}
.select-room .pic img {
	max-width: 100%;
}
.select-room .price .nt {
	font-size: 1.5rem;
	color: #d80000;
	font-family: serif;
}
.select-other .title, .oreder-date .title {
	font-size: 1.2rem;
	font-weight: bold;
}
.select-other li {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #ddd;
	text-align: center;
	margin: 0 -2px 60px;
	background-color: #FFF;
}
.select-other li:nth-child(4n) {
	border: 0;
}
.select-other li h3 {
	font-size: 1.2rem;
	font-weight: 500;
}
.select-other li .pic {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.select-other .pic img {
	max-width: 100%;
	padding-top: 1em;
}
.select-other .info p.price {
	color: #c00;
	font-size: 1.2rem;
	font-family: serif;
}
.select-other .info p {
	margin: 0;
	padding: 10px 0;
 font-size: .936rem;
	color: #888;
}
.select-other .info p:before {
	content: attr(data-title);
	margin-right: 10px;
}
.select-other .info button {
	width: 150px;
	height: 40px;
	margin: 0 auto;
	transition: all .5s;
}
.select-other .info .btn i {
	transition: margin .3s ease-out, opacity .5s ease-out;
	opacity: 0;
	margin-right: 0;
}
.select-other .info .btn button:hover i {
	opacity: 1;
	margin-right: 5px;
}
.select-other .info button:hover {
	color: #fff;
	opacity: 1;
}
.select-other .info button:focus i {
	opacity: 1;
}
.oreder-date {
	width: 100%;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
}
.oreder-date .date-tab {
	width: 75%;
	margin: 0 10%;
	border: 1px solid #333;
}
.month {
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	background-color: #719933;
}
.month ul li {
	color: white;
 font-size: .875rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.month ul .year-month {
	text-align: center;
}
.month .prev {
	float: left;
}
.month .next {
	float: right;
}
.month a {
	color: #fff;
}
.weekdays {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background: #B82418;
}
.weekdays li {
	width: calc(100% / 7);
	display: inline-block;
	padding: 3px 0;
	margin-right: -4px;
	background-color: #F0F66E;
}
.weekdays li p {
	text-align: center;
	margin: 0;
 font-size: .875rem;
}
.weekdays li:first-child, .weekdays li:last-child {
	background-color: #A8C686;
}
.days {
	width: 100%;
}
.days li {
	width: 14.2%;
	height: 50px;
	display: inline-block;
	vertical-align: top;
	padding: 10px 0;
	margin: 0 -4px 0 0;
	text-align: center;
	border: 1px solid #333;
	border-left: 0;
	border-top: 0;
	background-color: #FFF;
}
.days li:nth-last-child(-n+7) {
	border-bottom: 0;
}
.days li a {
	color: #777;
}
.days li a:hover .date {
	color: #d80000;
}
.days li p {
	margin: 0;
}
.days li p.date {
	text-align: left;
	margin-left: 10px;
}
.days li p.quantity {
	text-align: right;
 font-size: .875rem;
	margin-right: 5px;
	letter-spacing: 2px;
}
.days li.active {
	background: #ddd;
}
.days li.active .date {
	color: #d80000;
}
.order-box .send input {
	width: 150px;
	height: 40px;
}
.select-room .total ul {
	padding: 20px 30px;
	text-align: right;
	border-top: 1px solid #ddd;
}
.select-room .total li {
	margin-bottom: 5px;
}
.select-room .total span {
	width: 200px;
	display: inline-flex;
	text-align: right;
}
.select-room .total span:before {
	content: attr(data-title);
	color: #333;
	margin-right: 20px;
}
.order02-tab {
	margin-bottom: 120px;
}
.order02-tab .left {
	width: 49%;
	display: inline-block;
	border-right: 1px solid #ddd;
	padding: 0 20px;
	box-sizing: border-box;
	vertical-align: top;
}
.order02-tab .left:nth-child(2) {
	border: 0;
}
.order02-tab .left ul {
	margin-top: 30px;
}
.order02-tab .title {
	width: 100%;
	background: #447AD5;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
}
.order02-tab .title span {
	float: right;
}
.order02-tab .title span input {
	margin-right: 5px;
}
.order02-tab .text {
	margin-bottom: 20px;
}
.order02-tab textarea {
	width: 100%;
	height: 130px;
	border: 1px solid #ddd;
}
.order02-tab .sty02 {
	margin: 10px 0 0 15px;
	color: #333;
}
.order02-tab select {
	padding: 5px 10px;
	border: 1px solid #ddd;
}
.order02-tab .send input {
	width: 150px;
	height: 40px;
	margin: 0 20px;
	display: inline-block;
	border: 1px solid #447AD5;
}
.member-box.member li.tt {
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
}
.member-box.member li:nth-child(3) {
	border-top: 1px dashed #ddd;
	margin-top: 30px;
	padding-top: 30px;
}
/*order-info*/
.order-info {
	width: 900px;
	margin: 0 auto 30px;
}
.order-info .tab01 {
	border: 1px solid #447AD5;
}
.order-info p {
	margin: 0;
	padding: 20px 10px;
}
.order-info li {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #555;
}
.order-info .green {
	background: #447AD5;
	color: #fff;
}
.order-info .tab02 .green {
	width: 150px;
}
.order-info .t01 {
	width: 130px;
	font-weight: bold;
}
.order-info .t03 {
	text-align: left;
}
.order-info .tab01 {
	width: 100%;
	display: table;
}
.order-info .tab01 li {
	margin: -4px;
}
.order-info .tab02 {
	width: 100%;
	border: 1px solid #447AD5;
	border-top: 0;
	display: table;
}
.order-info .green p, .order-info .t03 p {
	border-bottom: 1px solid #82A7E3;
}
.order-info .green.two_line p {
	border-bottom: 0;
}
.order-info .t03 p:last-child {
	border-bottom: 0;
}
.order-info h3 {
	font-size: 1.563rem;
	color: #666666;
	margin-bottom: 50px;
	text-align: center;
}
.order01 {
	margin-bottom: 60px;
}
.table-responsive {
	background-color: #F0F0F0;
	margin-top: 15px;
}
.both {
	clear: both;
}
/* Add media queries for smaller screens */

.location-box.clearfix ul .text p span {
	font-family: "微軟正黑體";
	font-size: 16px;
	font-weight: bolder;
	color: #069;
}
.one_left {
	width: 100%;
}
.one_right {
	width: 100%;
}
.footer02 p a {
	color: #CCC;
}
.one {
}
.one_left {
	float: left;
	width: 50%;
}
.one_right {
	width: 50%;
	float: left;
}
.both {
	clear: both;
}
.one_right h3 {
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 30px;
	color: #666;
	margin: auto;
	font-style: normal;
	font-weight: normal;
	padding-top: 5%;
	padding-right: 10%;
	padding-bottom: 10%;
	padding-left: 13%;
}
.one_right h2 {
	padding-top: 8%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10%;
}
.one_left h2 {
	padding-top: 8%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10%;
}
.one_left h3 {
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 30px;
	color: #666;
	margin: auto;
	font-style: normal;
	font-weight: normal;
	padding-top: 5%;
	padding-right: 10%;
	padding-bottom: 10%;
	padding-left: 13%;
}
 @media screen and (max-width:720px) {
.weekdays li, .days li {
	width: 13.1%;
}
.pay-form li.full {
	width: 100%;
}
}
 @media screen and (max-width: 420px) {
.weekdays li, .days li {
	width: 12.5%;
}
.days li .active {
	padding: 2px;
}
.one_left {
	width: 100%;
}
.one_right {
	width: 100%;
}
.one_right h3 {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.one_left img {
	padding-top: 30px;
	
}
}
 @media screen and (max-width: 290px) {
.weekdays li, .days li {
	width: 12.2%;
}
}
