﻿@charset "utf-8";
html, body {
	vertical-align:middle;
	margin:0 auto;
	text-align:center;
	font-family:Century Gothic, Arial, Courier New, Sans-Serif, "微軟正黑體", "Microsoft JhengHei";
	color:#231815;
	font-size:12px;
    height:100%;
}
html {
	font-size:62.5%;
	height:100%;
}
body {
}
embed, object, video {
	max-width: 100%;
}
/* 連結定義 */
a {
	text-decoration:none;
	color:#231815;
}
a:link {
}
a:visited {
}
a:hover, a:active {
}
/* 基本設定 */
body, h3, p, article {
	font-size:12px;
}
h1 {
	font-size:30px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:15px;
	font-weight:bold;
}
h4 {
	font-size:20px;
}
a.arr {
	font-size:18px;
	font-size:1.8rem;
}
/** 字型設定 */
.font1 {
	font-family:"plutolight";
}
.font2 {
	font-family:"plutocond_regular";
}
img {
	vertical-align:middle;
	max-width:100%;
}
select, input, textarea, radio, checkbox {
	vertical-align:middle;
}
input[type="image"] {
	border:none;
}
input[type="radio"] {
	background:none;
	border:none;
}
input[type="submit"], input[type="reset"] {
	cursor:pointer;
}
.editor ul, .editor ol, dl {
	margin:1em 0;
	padding:0 0 0 40px;
}
.editor dd {
	margin:0 0 0 40px;
}
.red-text {
	color:#f00;
}
/*清除浮動*/
.clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#wrapper {
	position:relative;
	width:100%;
	text-align:left;
	overflow:hidden;
	min-width:1024px;
	margin-bottom:38px;
}
.page-bg {
	position:absolute;
	left:0;
	top:0px;
    box-sizing:border-box;
	width:100%;
	height:100%;
}
.full-bg {
	display:none;
}
#header {
    position:relative;
    box-sizing:border-box;
    padding:15px 0;
    background:#fff;
    height:130px;
    overflow:hidden;
    z-index:2;
    font-size:0;
}
#header li {
    font-size:13px;
    display:inline-block;
    vertical-align:top;
    text-align:left;
    overflow:hidden;
}
#header a {
    display:inline-block;
    vertical-align:top;
    text-indent:-9999px;
}
.logo {
    position:absolute;
    left:0;
    top:45px;
    width:25%;
    min-width:350px;
    text-align:center;
}
.logo a {
    display:block;
    width:153px;
    height:65px;
    margin:0 auto;
    overflow:hidden;
}
.logo img {
	display:block;
	width:100%;
	max-width:100%;
}
.lang {
    margin:0 0 0 40%;
    text-align:right;
}
.lang ul {
    display:inline-block;
    vertical-align:top;
    width:14.25%;
    text-align:left;
}
.lang .ch {
    width:25px;
    height:16px;
    background:url(../images/default/bg-lang.png) 0px top no-repeat;
}
.lang .ch:hover, .lang .ch.on {
    background:url(../images/default/bg-lang.png) 0px bottom no-repeat;
}
.lang .en{
    width:25px;
    height:16px;
    background:url(../images/default/bg-lang.png) -25px top no-repeat;
}
.lang .en:hover, .lang .en.on {
    background:url(../images/default/bg-lang.png) -25px bottom no-repeat;
}
.lang .home {
    width:18px;
    height:16px;
    background:url(../images/default/bg-lang.png) -50px top no-repeat;
}
.lang .home:hover, .lang .home.on {
    background:url(../images/default/bg-lang.png) -50px bottom no-repeat;
}

.lang li span {
    display:inline-block;
    width:10px;height:16px;
    text-align:left;
    text-indent:-9999px;
    background:url(../images/default/lang-split.png) center bottom no-repeat;
    overflow:hidden;
}
#header nav {
    vertical-align:top;
    margin:20px 0 0 40%;
}
#header nav ul {
    box-sizing:border-box;
}
#header nav li {
    display:inline-block;
    vertical-align:top;
    width:14.25%;
}
#header nav li:first-child::after {
    margin:0;
}
#header nav a {
	display:block;
	width:52px;
	height:52px;
}
.nav-about {
	background:url(../images/default/bg-nav.png) 0px top no-repeat;
}
.nav-about:hover, .nav-about.on {
	background:url(../images/default/bg-nav.png) 0px bottom no-repeat;
}
.nav-room {
	background:url(../images/default/bg-nav.png) -52px top no-repeat;
}
.nav-room:hover, .nav-room.on {
	background:url(../images/default/bg-nav.png) -52px bottom no-repeat;
}
.nav-voucher {
	background:url(../images/default/bg-nav.png) -106px top no-repeat;
}
.nav-voucher:hover, .nav-voucher.on {
	background:url(../images/default/bg-nav.png) -106px bottom no-repeat;
}
.nav-scenic_spot {
	background:url(../images/default/bg-nav.png) -209px top no-repeat;
}
.nav-scenic_spot:hover, .nav-scenic_spot.on {
	background:url(../images/default/bg-nav.png) -209px bottom no-repeat;
}
.nav-contact {
	background:url(../images/default/bg-nav.png) -312px top no-repeat;
}
.nav-contact:hover, .nav-contact.on {
	background:url(../images/default/bg-nav.png) -312px bottom no-repeat;
}
.nav-map {
	background:url(../images/default/bg-nav.png) -156px top no-repeat;
}
.nav-map:hover, .nav-map.on {
	background:url(../images/default/bg-nav.png) -156px bottom no-repeat;
}
.nav-news {
	background:url(../images/default/bg-nav.png) -261px top no-repeat;
}
.nav-news:hover, .nav-news.on {
	background:url(../images/default/bg-nav.png) -261px bottom no-repeat;
}
#main_content {
	padding:40px 5.85% 0;
	min-height:677px;
}
#footer {
	position:fixed;
	font-size:12px;
	bottom:0px;
	color:#fff;
	z-index:3;
	background-color: #83A638;
	width:100%;
	padding:10px 0;
	line-height: 15pt;
	padding-left: 40%;	
}
/*Supersize Plugin Styles*/
#supersized {
	position:fixed;
	left:0;
	top:0px;
	overflow:hidden;
	z-index:-999;
	height:100%;
	width:100%;
}
#supersized li {
	background:none;
}
#supersized img {
	width: auto;
}
.backstretch {
    box-sizing:border-box;
    padding-top:130px;
}
#res-wrap {
	position:absolute;
	right:0px;
	top:130px;
	width:50px;
	overflow:hidden;
	z-index:9;
}
#res-wrap.on {
	width:auto;
}
.order-btn {
	position:relative;
	z-index:1;
	float:left;
	margin-top:20px;
	display:block;
	text-indent:-9999px;
	background:url(../images/default/bg-reservation.png) left center no-repeat;
	width:52px;
	height:145px;
	overflow:hidden;
}
.order-btn:hover {
	background:url(../images/default/bg-reservation.png) -52px center no-repeat;
}
.on .order-btn {
	background:url(../images/default/bg-reservation.png) -104px center no-repeat;
}
.on .order-btn:hover {
	background:url(../images/default/bg-reservation.png) right center no-repeat;
}
.ajax-wrap {
	position:relative;
	min-height:615px;
	margin-left:50px;
	border:3px solid #83a638;
	border-width:3px 0 3px 3px;
	z-index:1;
	font-size:14px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.ajax-wrap select {
	font-size:14px;
	letter-spacing:2px;
	padding:2px;
}
.main-title {
	color:#83a638;
	letter-spacing:3px;
	margin-bottom:15px;
	border:1px solid #83a638;
	display:inline-block;
	padding:0 20px 2px;
	font-weight:bold;
	vertical-align:top;
}
.s-title {
	display:block;
	font-weight:bold;
	color:#83a638;
	letter-spacing:3px;
	margin-bottom:15px;
	text-align:left;
}
.table-wrap table {
	table-layout:fixed;
	border-collapse:collapse;
}
.bg-order {
	background:#fff;
	opacity:0.8;
	filter:alpha(opacity=80);
	position:absolute;
	left:53px;
	top:0;
	z-index:0;
	width:100%;
	height:100%;
}
.cell {
	color:#83A638;
	margin:0 10px 0 0;
	padding:0 15px 0 0;
	font-weight:bold;
	letter-spacing:-3px;
	background:url(../images/default/lang-split.png) right center no-repeat;
}
span.date {
	margin-right:30px;
}
.submit-check {
	width:75px;
	height:68px;
	margin-top:15px;
	display:block;
	border:0 none;
	text-indent:-9999px;
	background:url(../images/default/btn-submit01.png) left center no-repeat;
}
.submit-check:hover {
	background:url(../images/default/btn-submit01.png) right center no-repeat;
}
.submit-prev {
	width:57px;
	height:53px;
	display:block;
	border:0 none;
	text-indent:-9999px;
	background:url(../images/default/btn-submit02.png) left top no-repeat;
}
.submit-prev:hover {
	background:url(../images/default/btn-submit02.png) left bottom no-repeat;
}
.submit-next {
	width:57px;
	height:53px;
	display:block;
	border:0 none;
	text-indent:-9999px;
	background:url(../images/default/btn-submit02.png) right top no-repeat;
}
.submit-next:hover {
	background:url(../images/default/btn-submit02.png) right bottom no-repeat;
}
.chose-room {
	padding:20px 25px;
}
.check-in, .check-out, .confirm-order, .member-login, .get-pass, .member-create, .order-information {
	width:950px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:20px 25px;
	color:#595757;
}
/** DATE CHOSE */
.date-form {
	color:#595757;
	display:block;
	overflow:hidden;
}
.date-form .table-wrap, .date-form .chose-wrap {
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.date-form .table-wrap {
	background:#fff;
	margin-right:35px;
}
.date-form .chose-wrap {
	width:136px;
}
.date-form .m-chose {
	position:relative;
	text-align:center;
	height:30px;
	line-height:30px;
	border-top:1px solid #ccc;
}
.date-form table .s-title {
	height:30px;
	line-height:30px;
	margin:0 20px;
}
.date-form .m-prev {
	padding-left:10px;
	display:block;
	position:absolute;
	left:20px;
	top:0;
	height:30px;
	line-height:30px;
	background:url(../images/default/btn-month1.png) left top no-repeat;
}
.date-form .m-prev:hover {
	color:#d8d343;
	background:url(../images/default/btn-month1.png) left bottom no-repeat;
}
.date-form .m-next {
	padding-right:10px;
	display:block;
	position:absolute;
	right:20px;
	top:0;
	height:30px;
	line-height:30px;
	background:url(../images/default/btn-month2.png) right top no-repeat;
}
.date-form .m-next:hover {
	color:#d8d343;
	background:url(../images/default/btn-month2.png) right bottom no-repeat;
}
.date-form caption {
	border:1px solid #ccc;
	border-bottom:0 none;
}
.date-form td {
	border:1px solid #ccc;
	vertical-align:middle;
	text-align:center;
}
.date-form tbody td div {
	position:relative;
	width:85px;
	height:80px;
}
.date-form span.date {
	font-size:12px;
	position:absolute;
	left:5px;
	top:2px;
}
.date-form span.room {
	font-size:18px;
	font-weight:bold;
	color:#83a638;
	display:block;
	line-height:80px;
	cursor:pointer;
}
.date-form td input[type="radio"] {
	position:absolute;
	left:-9999px;
	top:0;
}
.date-form td.on {
	background:#c9caca;
}
.chose-wrap select {
	margin-bottom:30px;
}
.chose-wrap .order-date {
	line-height:2;
	margin:10px 20px 10px 0;
	padding-bottom:10px;
	border-bottom:1px solid #83a638;
}
.chose-wrap .order-time {
	line-height:2;
	padding-bottom:50px;
}
.chose-wrap .order-room {
	line-height:2;
	margin:10px 20px 10px 0;
	padding-bottom:10px;
	border-bottom:1px solid #83a638;
}
.chose-wrap .submit-wrap {
	text-align:right;
}
.check-out .order-date {
	margin:100px 20px 0 0;
}
.submit-wrap .submit-prev, .submit-wrap .submit-next {
	display:inline-block;
	vertical-align:top;
	margin-left:5px;
}
/** 訂房確認 */
.confirm-order .ajax-detail {
	width:660px;
	margin:70px auto 0;
	background:url(../images/default/bg-title1.png) 35px 35px no-repeat #fff;
	border:1px solid #c0d29b;
}
.confirm-order .main-title {
	border:0 none;
	margin:85px 0 10px 60px;
}
.confirm-order .confirm-form {
	width:540px;
	margin:0 0 40px 40px;
	overflow:hidden;
}
.confirm-order li {
	border-bottom:1px solid #83a638;
	letter-spacing:3px;
	padding:5px 0;
}
.confirm-order span {
	display:inline-block;
	vertical-align:top;
	height:30px;
	line-height:30px;
}
.confirm-order .submit-wrap {
	margin:56px 2px 0 0;
	float:right;
	clear:both;
}
/** 會員登入 */
.member-login .ajax-detail {
	width:400px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin:70px auto 0;
	border:1px solid #c0d29b;
	background:url(../images/default/bg-title2.png) 33px 33px no-repeat #fff;
}
.member-login .main-title {
	border:0 none;
	margin:90px 0 40px 55px;
}
.member-login li {
	margin:10px 30px;
	letter-spacing:3px;
}
.member-login li span input {
	width:220px;
	border:1px solid #ccc;
	background:#f5f5f5;
}
.member-login li label {
	margin-left:5px;
}
.member-login .submit-login {
	margin:40px 40px 50px;
	width:307px;
	height:52px;
	text-indent:-9999px;
	border:0 none;
	display:block;
	background:url(../images/default/btn-submit03.png) left top no-repeat;
}
.member-login .submit-login:hover {
	background:url(../images/default/btn-submit03.png) left bottom no-repeat;
}
.member-login .btn-wrap {
	position:relative;
	width:80%;
	margin:20px auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.member-login a {
	display:inline-block;
	color:#83a638;
	font-weight:bold;
}
.member-login a.last {
	position:absolute;
	right:0;
	bottom:0;
}
.member-login a:hover {
	color:#d8d343;
}
/** get-pass */
.get-pass .ajax-detail {
	width:400px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin:110px auto 0;
	border:1px solid #c0d29b;
	background:url(../images/default/bg-title3.png) 33px 33px no-repeat #fff;
}
.get-pass .main-title {
	border:0 none;
	margin:90px 0 40px 75px
}
.get-pass li {
	margin:15px 30px;
	letter-spacing:3px;
}
.get-pass li span input {
	width:220px;
	border:1px solid #ccc;
	background:#f5f5f5;
}
.get-pass .submit-pass {
	margin:40px 40px 50px;
	width:307px;
	height:52px;
	text-indent:-9999px;
	border:0 none;
	display:block;
	background:url(../images/default/btn-submit03.png) right top no-repeat;
}
.get-pass .submit-pass:hover {
	background:url(../images/default/btn-submit03.png) right bottom no-repeat;
}
/** member-create */
.member-create .ajax-detail {
	position:relative;
	width:515px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin:15px auto 0;
	border:1px solid #c0d29b;
	background:url(../images/default/bg-title4.png) 33px 33px no-repeat #fff;
	color:#83A638;
	font-size:13px;
	padding-bottom:50px;
}
.member-create .ajax-detail span {
	font-weight:bold;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.member-create .main-title {
	border:0 none;
	margin:85px 0 25px 50px;
}
.member-create .red-text {
	display:inline-block;
	vertical-align:top;
	margin:2px 2px 0 0;
}
.member-create p {
	letter-spacing:3px;
	font-size:11px;
	margin-left:33px;
}
.member-create select {
	margin:0;
	padding:0;
	letter-spacing:0;
	width:75px;
}
.member-create ul {
	margin-left:90px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.member-create li {
	position:relative;
	display:block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-left:15px;
	margin:10px 0;
	letter-spacing:2px;
}
.member-create li span {
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.member-create li .red-text {
	position:absolute;
	left:5px;
	top:4px;
	margin:0;
	padding:0;
	box-sizing:border-box;
}
.member-create li span input[type="radio"] {
	vertical-align:top;
}
.member-create li .input {
	width:235px;
	border:1px solid #ccc;
	background:#f5f5f5;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.member-create li .input input {
	width:100%;
	border:0 none;
	margin:0;
	padding:0 2px;
	background:none;
}
.member-create li .label {
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	font-weight:bold;
	font-size:13px;
	background:url(../images/default/lang-split.png) right center no-repeat;
}
.member-create .m-account .input {
	width:162px;
}
.member-create .m-sex span {
	width:75px;
}
.member-create .m-sex .label {
	width:auto;
}
.member-create .m-sex label {
	font-weight:bold;
	cursor:pointer;
}
.member-create .m-id label {
	font-weight:bold;
	cursor:pointer;
}
.member-create .m-id .passport {
	width:160px;
	text-align:right;
}
.member-create .m-id .last {
	display:block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin:10px 0 0 57px;
}
.member-create .m-birthday .select {
	color:#595757;
	font-weight:normal;
}
.member-create .m-birthday .label {
	color:#83A638;
	font-weight:bold;
}
.member-create .submit-create {
	position:absolute;
	right:-70px;
	bottom:0;
	width:58px;
	height:52px;
	text-indent:-9999px;
	border:0 none;
	display:block;
	background:url(../images/default/btn-submit04.png) left top no-repeat;
}
.member-create .submit-create:hover {
	background:url(../images/default/btn-submit04.png) right top no-repeat;
}
/** order-information */

.order-information .ajax-detail {
	position:relative;
	width:700px;
	margin:0 auto;
	background:url(../images/default/bg-title1.png) 35px 35px no-repeat #fff;
	border:1px solid #c0d29b;
}
.order-information .main-title {
	border:0 none;
	margin:85px 0 10px 60px;
}
.order-information .order-form {
	width:540px;
	margin:0 0 0 35px;
	overflow:hidden;
}
.order-information ul {
	border-top:2px solid #c1d29b;
	padding:5px 0;
	margin:3px 0;
}
.order-information li {
	letter-spacing:3px;
	overflow:hidden;
}
.order-information span {
	display:inline-block;
	vertical-align:top;
	height:24px;
	line-height:24px;
}
.order-information span.coupan_no {
	display:block;
	vertical-align:top;
	height:auto;
	line-height:24px;
}
.order-information .input {
	width:180px;
	border:1px solid #ccc;
	background:#f5f5f5;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.order-information .input input {
	width:100%;
	border:0 none;
	margin:0;
	padding:0 2px;
	background:none;
}
.order-information a.check-ticket {
	display:inline-block;
	margin-left:10px;
	letter-spacing:0;
	font-size:10px;
	color:#fff;
	padding:2px 10px;
	background:#83A638;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.order-information a.check-ticket:hover {
	color:#d8d343
}
.order-information .submit-wrap {
	float:right;
	clear:both;
}
.order-information .submit-order {
	position:absolute;
	right:-70px;
	bottom:60px;
	width:58px;
	height:53px;
	text-indent:-9999px;
	border:0 none;
	display:block;
	background:url(../images/default/btn-submit05.png) left top no-repeat;
}
.order-information .submit-order:hover {
	background:url(../images/default/btn-submit05.png) right top no-repeat;
}
.order-information .submit-prev {
	position:absolute;
	bottom:0;
	right:-70px;
	margin:0;
}
/** cbox */
.cbox-wrap {
	display:none;
}
#cboxClose {
	background: url("../images/default/btn-close.png") center no-repeat;
	display: block;
	height: 31px;
	position: absolute;
	left:1px;
	text-indent: -9999px;
	top: 1px;
	width: 31px;
}
/*add by bill 20140707*/
div.time_box {
	display: none;
}
div#order_room {
	display: none;
}
div#order_time {
	display: none;
}
div.order-time {
	display: none;
}
div#out_order_date {
	display: none;
}
div#out_order_time {
	display: none;
}
div.out_time_box {
	display: none;
}
.ajax_loading{
	height: 100px;
	width: 100px;
	left:50%;
	top:50%;
	z-index:999;
	margin-top:-50px;
	margin-left:-50px;
	position: absolute;
	display: none;
}
.ajax_loading2{
	height: 100px;
	width: 100px;
	left:50%;
	top:50%;
	z-index:999;
	margin-top:-50px;
	margin-left:-50px;
	position: absolute;
	display: block;
}
@media screen and (max-device-width: 1024px) {
     #footer {
        position:absolute;
    }
}
