﻿/* Reset */

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import url(https://fonts.googleapis.com/css?family=Junge);

html, body { font-family: Noto sans TC, Verdana;
	margin:0; padding:0; board:0; background:transparent; font-size:10px;
}

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li,
table, tr, th, td, tbody, tfoot, thead {
	margin:0; padding:0; border:0;
	vertical-align:baseline; background:transparent;
}

img {
	margin:0; padding:0; border:0;
}

table, tr, th, td, tbody, tfoot, thead {
	margin:0; padding:0; border;0;
	vertical-align:baseline; background:transparent;
}

table {
	border-collapse:collapse; border-spacing;0;
}

input, select,textarea, form, fieldset {
	margin:0; padding:0; border:0;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}

h1,h2,h3,h4,h5,h6,p,li,blockquote,td,th,a,caption,em,strong,strike {
	font-family:Arial, Helvetica, Noto sans TC, sans-serif;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	line-height:100%;
	text-indent:0;
	text-decoration:none;
	text-align:left;
	color:#000;
}

ul { list-style-image:url('../images/hotpepper_icon1.png');}
ol { list-style:none; }

/* Global */

html {  }
body { background-color:#eee;  }

/* Headings */

h1, h2, h3, h4, h5, h6 {
	font-weight:bold; color:#000;
}

h1 {font-size:24px;}
h2 {font-size:20px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:14px;}
h6 {font-size:14px;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0; }

/* Text Elements */

p {	color:#000; font-size:12px; line-height:150%; }
p .left { margin:1.5em 1.5em 1.5em 0; padding:0; }
p .right { margin:1.5em 0 1.5em 1.5em; padding:0; }

a {  }
a:link    { color:#00f; }
a:visited { color:#0f0; }
a:active  { color:#000; }
a:focus   { color:#666; }
a:hover   { color:#f00; }

blockquote { color:#000; font-size:12px; }

strong { font-weight:bold; }
em { font-style:italic; }

/* Images */

/* Lists */

ul {  }
ol { list-style-type:none; }

ul li { color:#000; font-size:14px; }
ol li { color:#000; font-size:14px; }

dl {  }
dt {  }
dd {  }

/* Tables */

table {	width:100% }

tr {  }
.odd { background-color:#eee; }
.even { background-color:#fff; }

th { font-weight:bold; }
thead, th { background:#ccc; }

tbody {  }

th,td,caption {  }
caption {  }

.caption-container {
	text-align:center;
	background-color:navy;
	padding:2px 8px;
	color:white;
	}

.product_container {
	position:relative;
	text-align:center;
	color:white;
	}
.product_image {
	width:150px;
	height:100px;
	}
.centered {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	}
.bottom-left {
	position:relative;
	bottom:8px;
	left:16px;
	}

/* The overlay effect - lays on top of the container and over the image */
.overlay {
  float:left;
  display:inline-block;
  position: relative;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 150px;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

/* When you mouse over the container, fade in the overlay title */
.product_container:hover .overlay {
  opacity: 1;
  }

tfoot {  }
.tfooter { background-color:#ccc; text-align:center; font-style:italic; }

.caption { background:#efefef; }

/* Containers */

#wrapper { width:1400px; margin:0px auto; background-color:#fff }

#top { background-color:#000; width:100%; padding:20px 0; overflow:hidden;  }

#logo { margin:0 0 0 10px; float:left; }

#social-media { float:right; margin:0 10px 0 0;  }
#social-media p { color:#fff; font-size:15px; font-weight:bold; margin:4px 10px 4px 0px; }
#social-media img { width:40px; height:40px; padding:5px 5px; }
#social-media ul li { display:inline; font-size: 20px; font-weight:bold; }

#subbanner { width:100%; background-color:gray; padding:10px 0; overflow:hidden; }
#subbanner h2 { color:#fff; font-size:16px; font-weight:bold; 
					text-align:center; line-height:120%; }

#banner { width:1300px; height:600px }

#topnav { background-color:#333; clear:both; }
#topnav ul { width:100%; float:left; margin:0; background-color:gray;
				border-bottom:3px #ccc solid; }
#topnav ul li { display:inline; }
#topnav ul li a { float:left; padding:10px 20px; }

#topnav a:link { color:#fff; }
#topnav a:visited { color:#fff; }
#topnav a:active { color:#fff; }
#topnav a:hover { color:#fff; background-color:fuchsia }
#topnav a:focus { color:#fff; }

#content { float:left; width:1000px; padding:15px; }
#content h1 { margin:0 0 15px 0; font-size:24px; 
			boder-bottom:1px #777 solid; padding:15px 0;; margin-left:60px }
#content p { margin:15px 0; line-height:150%; font-size:14px; margin-left:60px; margin-right:60px }
#content ul li { margin:15px 0; line-height:150%; }
#content h2 {margin:20px 0 0 0; margin-left:60px; margin-right:60px }
#content img { padding:3px; border:1px #888 solid; margin:3px; margin-left:60px }

#rightside { padding:40px 5px; margin-left:1000px; }
#rightside h2 { margin:15px 10px 10px 10px; color:darkcyan }
#rightside img { margin-left:5px; padding:15px 10px 10px 10px;vertical-align:center }
#rightside p { margin:8px 0; line-height:150%; color:navy}

#footer { clear:both; background-color:silver; padding:10px 0; }
#footer p { text-align:center; color:#fff; }

#box1 {  }

#box2 {  }

#box3 {  }

/* Form */

form { text-align:left; margin:20px; }
	
label, submit, input, textarea {
	border:0; padding:0; margin:0; background:none;
	}
	
label {
	float:left; width:150px; margin-top:5px;
	text-align:right; display:block;
	}
	
input, textarea {
	border:1px #333 solid; margin-left:10px; padding:5px;
	}
	
input {
	width:300px; margin-bottom:16px;
	}

textarea {
	width:300px; height:180px;
	margin-bottom:16px;
	}
	
select { }

.submit {
	width:90px; height:25px;
	margin-left:160px;
	font-size:12px;
	}
	
#contact-form ol {
	list-style-type:none;
	}
	



@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import url(https://fonts.googleapis.com/css?family=Junge);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  line-height: 1.5em;
}

.spots-des:after, .event:after, .booking-list:after, .room-box:after, .booking:after, .reservation form li:after, .room-other:after, .lightbox-des-content:after {
  content: "";
  display: table;
}
.spots-des:after, .event:after, .booking-list:after, .room-box:after, .booking:after, .reservation form li:after, .room-other:after, .lightbox-des-content:after {
  clear: both;
}
.spots-des, .event, .booking-list, .room-box, .booking, .reservation form li, .room-other, .lightbox-des-content {
  *zoom: 1;
}

body {
  font-family: "Noto Sans", "Microsoft JhengHei", "微軟正黑體", "LiHei Pro", "蘋果儷中黑", "Apple LiGothic Medium", Arial, Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  background: url(../images/debut_light.png) right bottom;
}

.overflow {
  overflow: hidden;
}

a {
  color: black;
  text-decoration: none;
}

.left {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  background: pink;
}
@media (min-width: 481px) {
  .left {
    width: 200px;
    height: 100%;
    -moz-box-shadow: 0 0 5px #595959;
    -webkit-box-shadow: 0 0 5px #595959;
    box-shadow: 0 0 5px #595959;
    background: #1a280d url(../images/menu_bar_bottom.png) left bottom no-repeat;
  }
}
.left.slidedown .nav-icon a {
  display: block;
  width: 30px;
  height: 30px;
}
.left.slidedown .nav-icon a span.top {
  position: absolute;
  left: 0;
  top: 10px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.left.slidedown .nav-icon a span.center {
  position: absolute;
  left: 0;
  top: 10px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.left.slidedown .nav-icon a span.bottom {
  display: none;
}

.left-inner {
  background: url(../images/menu_bar_top.png) left top no-repeat;
}

.logo {
  padding: 0.35em 0;
}
@media (min-width: 481px) {
  .logo {
    padding: 3em 0 1em;
  }
}
.logo a {
  display: block;
  width: 60%;
  height: 50px;
  margin: 0 auto;
  background: url(../images/logo_m.png) top center no-repeat;
  background-size: auto 100%;
}
@media (min-width: 481px) {
  .logo a {
    height: 150px;
    background: url(../images/logo.png) top center no-repeat;
  }
}

.nav-icon {
  position: absolute;
  top: 25px;
  right: 5%;
}
.nav-icon span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #CBAB64;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 481px) {
  .nav-icon span {
    display: none;
  }
}

.nav {
  display: none;
}
@media (min-width: 481px) {
  .nav {
    display: block;
  }
}
.nav li {
	font-size:20px;
  letter-spacing: 2px;
  font-family: "Junge", "Microsoft JhengHei", "微軟正黑體", "LiHei Pro", "蘋果儷中黑", "Apple LiGothic Medium", Arial, Verdana, sans-serif;
}
.nav a {
  display: block;
  padding: 0.9em 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.05);
  letter-spacing: 2px;
  text-align: center;
  color: #e4d9b4;
  text-shadow: 0 1px 3px black;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.nav a:hover {
  letter-spacing: 5px;
  color: #c9b269;
  background-color: #283114;
  background-color: rgba(40, 49, 20, 0.5);
}
.nav a span {
  font-size: 0.75em;
  letter-spacing: 0px;
}

.icon-link {
  display: none;
  width: 100%;
  padding: 1em 0;
  text-align: center;
}
@media (min-width: 481px) {
  .icon-link {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 3em 0;
  }
}
.icon-link a {
  padding: 0 0.15em;
}
.icon-link a:hover {
  opacity: 0.75;
}

.right {
  margin-top: 60px;
  padding-bottom: 30px;
}
@media (min-width: 481px) {
  .right {
    margin-top: 0;
    margin-left: 200px;
  }
}

.main-title {
  margin-bottom: 1.5em;
  text-align: center;
}
@media (min-width: 481px) {
  .main-title {
    text-align: left;
  }
}
.main-title h2 {
  font-size: 1.25em;
  color: #637932;
  font-family: "Junge", "Microsoft JhengHei", "微軟正黑體", "LiHei Pro", "蘋果儷中黑", "Apple LiGothic Medium", Arial, Verdana, sans-serif;
}
@media (min-width: 481px) {
  .main-title h2 {
    font-size: 1.5em;
  }
}
.main-title h2 span {
  padding-left: 1em;
  font-size: 0.75em;
  letter-spacing: 3px;
}
@media (min-width: 481px) {
  .main-title h2 span {
    font-size: 0.85em;
    letter-spacing: 5px;
  }
}

.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 190;
  width: 94%;
  height: 30px;
  padding: 0 3%;
  border-top: 1px solid #dbdbdb;
  text-align: center;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 481px) {
  .footer {
    margin-left: 200px;
    text-align: right;
  }
}
.footer p {
  font-size: 0.75em;
  line-height: 30px;
  color: #7a7a7a;
}

/*!
 *Pure v0.5.0
 *Copyright 2014 Yahoo! Inc. All rights reserved.
 *Licensed under the BSD License.
 *https://github.com/yui/pure/blob/master/LICENSE.md */
.pure-form input[type="text"], .pure-form input[type="password"], .pure-form input[type="email"], .pure-form input[type="url"], .pure-form input[type="date"], .pure-form input[type="month"], .pure-form input[type="time"], .pure-form input[type="datetime"], .pure-form input[type="datetime-local"], .pure-form input[type="week"], .pure-form input[type="number"], .pure-form input[type="search"], .pure-form input[type="tel"], .pure-form input[type="color"] {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-form select, .pure-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-form input[type="color"] {
  padding: 0.2em 0.5em;
}
.pure-form input[type="text"]:focus, .pure-form input[type="password"]:focus, .pure-form input[type="email"]:focus, .pure-form input[type="url"]:focus, .pure-form input[type="date"]:focus, .pure-form input[type="month"]:focus, .pure-form input[type="time"]:focus, .pure-form input[type="datetime"]:focus, .pure-form input[type="datetime-local"]:focus, .pure-form input[type="week"]:focus, .pure-form input[type="number"]:focus, .pure-form input[type="search"]:focus, .pure-form input[type="tel"]:focus, .pure-form input[type="color"]:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  border-color: #709b1b;
}
.pure-form select:focus, .pure-form textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  border-color: #709b1b;
}
.pure-form input:not([type]):focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  border-color: #709b1b;
}
.pure-form input[type="file"]:focus, .pure-form input[type="radio"]:focus, .pure-form input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 1px auto #709b1b;
}
.pure-form .pure-checkbox, .pure-form .pure-radio {
  margin: 0.5em 0;
  display: block;
}
.pure-form input[type="text"][disabled], .pure-form input[type="password"][disabled], .pure-form input[type="email"][disabled], .pure-form input[type="url"][disabled], .pure-form input[type="date"][disabled], .pure-form input[type="month"][disabled], .pure-form input[type="time"][disabled], .pure-form input[type="datetime"][disabled], .pure-form input[type="datetime-local"][disabled], .pure-form input[type="week"][disabled], .pure-form input[type="number"][disabled], .pure-form input[type="search"][disabled], .pure-form input[type="tel"][disabled], .pure-form input[type="color"][disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form select[disabled], .pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input[readonly] {
  background: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}
.pure-form select[readonly], .pure-form textarea[readonly] {
  background: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}
.pure-form input:focus:invalid, .pure-form textarea:focus:invalid, .pure-form select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
.pure-form input:focus:invalid:focus, .pure-form textarea:focus:invalid:focus, .pure-form select:focus:invalid:focus {
  border-color: #e9322d;
}
.pure-form input[type="file"]:focus:invalid:focus, .pure-form input[type="radio"]:focus:invalid:focus, .pure-form input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d;
}
.pure-form select {
  border: 1px solid #ccc;
  background-color: white;
}
.pure-form select[multiple] {
  height: auto;
}
.pure-form label {
  margin: 0.5em 0 0.2em;
}
.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

/*Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
 *since IE8 won't execute CSS that contains a CSS3 selector. */
/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
/*Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
 *since IE8 won't execute CSS that contains a CSS3 selector. */
/*Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
 *since IE8 won't execute CSS that contains a CSS3 selector. */
.pure-form-stacked input[type="text"], .pure-form-stacked input[type="password"], .pure-form-stacked input[type="email"], .pure-form-stacked input[type="url"], .pure-form-stacked input[type="date"], .pure-form-stacked input[type="month"], .pure-form-stacked input[type="time"], .pure-form-stacked input[type="datetime"], .pure-form-stacked input[type="datetime-local"], .pure-form-stacked input[type="week"], .pure-form-stacked input[type="number"], .pure-form-stacked input[type="search"], .pure-form-stacked input[type="tel"], .pure-form-stacked input[type="color"] {
  display: block;
  margin: 0.25em 0;
}
.pure-form-stacked select, .pure-form-stacked label, .pure-form-stacked textarea, .pure-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}

/*Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
 *since IE8 won't execute CSS that contains a CSS3 selector. */
.pure-form-aligned input, .pure-form-aligned textarea, .pure-form-aligned select, .pure-form-aligned .pure-help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.pure-form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.pure-form-aligned textarea {
  vertical-align: top;
}
.pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em;
}
.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}
.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 10em;
}

/* Aligned Forms */
/* Rounded Inputs */
.pure-form input.pure-input-rounded, .pure-form .pure-input-rounded {
  border-radius: 2em;
  padding: 0.5em 1em;
}
.pure-form .pure-group fieldset {
  margin-bottom: 10px;
}
.pure-form .pure-group input {
  display: block;
  padding: 10px;
  margin: 0;
  border-radius: 0;
  position: relative;
  top: -1px;
}
.pure-form .pure-group input:focus {
  z-index: 2;
}
.pure-form .pure-group input:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
}
.pure-form .pure-group input:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
}
.pure-form .pure-group button {
  margin: 0.35em 0;
}
.pure-form .pure-input-1 {
  width: 100%;
}
.pure-form .pure-input-2-3 {
  width: 66%;
}
.pure-form .pure-input-1-2 {
  width: 50%;
}
.pure-form .pure-input-1-3 {
  width: 33%;
}
.pure-form .pure-input-1-4 {
  width: 25%;
}
.pure-form .pure-help-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}

/* Grouped Inputs */
/* Inline help for forms */
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
.pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}

/* Block help for forms */
.pure-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}

@-webkit-keyframes indexBg {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.index-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/index_bg_main.jpg) top center no-repeat;
  background-size: auto 100%;
  overflow: hidden;
  -webkit-animation: indexBg 25s infinite;
}
@media (min-width: 801px) {
  .index-bg {
    background-size: 100% auto;
  }
}

.cover-dot {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/slash.png) 0 0 repeat;
}

.index-box {
  position: fixed;
  width: 100%;
  height: 58%;
  max-height: 500px;
  padding: 3%;
  margin: 5% 0 0;
  text-align: center;
  background-size: 100% auto;
}
@media (min-width: 481px) {
  .index-box {
    left: 50%;
    width: 54%;
    margin: 3% 0 0 -30%;
  }
}
.index-box .index-logo {
  margin-bottom: 1.35em;
}
.index-box .index-logo img {
  display: block;
  width: 40%;
  margin: 10% auto;
}
@media (min-width: 801px) {
  .index-box .index-logo img {
    width: 30%;
  }
}
.index-box h1 {
  position: relative;
  font-size: 1.25em;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  color: white;
  margin-bottom: 2.25em;
  text-shadow: 0 1px 2px black;
}
@media (min-width: 801px) {
  .index-box h1 {
    font-size: 1.35em;
    letter-spacing: 5px;
  }
}
.index-box h1:after {
  content: "";
  position: absolute;
  left: 47%;
  bottom: -0.8em;
  width: 6%;
  height: 2px;
  background-color: white;
}
.index-box h2 {
  position: relative;
  font-size: 0.813em;
  line-height: 1.75;
  color: white;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 3em;
}
.index-box .lang-btn a {
  display: inline-block;
  padding: 0.45em 2em;
  margin: 0 0.25em;
  border: 1px solid white;
  font-size: 0.9em;
  line-height: 1.35;
  color: #283114;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.75);
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  -moz-box-shadow: 0 1px 2px #283114;
  -webkit-box-shadow: 0 1px 2px #283114;
  box-shadow: 0 1px 2px #283114;
  text-shadow: 0 0px 2px white;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.index-box .lang-btn a:hover {
  border: 1px solid #709b1b;
  text-shadow: 0 0px 2px #595959;
  color: white;
  background-color: #709b1b;
}

.about {
  width: 100%;
  height: 100%;
}
@media (min-width: 481px) {
  .about {
    position: fixed;
  }
}

.about-pic {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about_bg2.jpg) 90% top no-repeat;
  background-size: auto 100%;
}
@media (min-width: 481px) {
  .about-pic {
    background: url(../images/about_bg2.jpg) 75% top no-repeat;
    background-size: auto 100%;
  }
}
@media (min-width: 801px) {
  .about-pic {
    background-attachment: fixed;
    background: url(../images/about_bg2.jpg) top center no-repeat;
    background-size: 100% auto;
  }
}

.about-des {
  position: absolute;
  left: 5%;
  top: 100px;
  z-index: 100;
  width: 80%;
  padding: 5%;
  margin-bottom: 15%;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.85);
  -moz-box-shadow: 1px 2px 3px #A5A5A5;
  -webkit-box-shadow: 1px 2px 3px #A5A5A5;
  box-shadow: 1px 2px 3px #A5A5A5;
}
@media (min-width: 481px) {
  .about-des {
    top: 8%;
    width: 50%;
  }
}
@media (min-width: 801px) {
  .about-des {
    left: 8%;
    top: 8%;
    width: 20%;
    padding: 3% 3%;
    background-color: white;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(top, #f5f5f5, #ffffff);
    background-image: -webkit-linear-gradient(top, #f5f5f5, #ffffff);
    background-image: linear-gradient(to bottom, #f5f5f5, #ffffff);
  }
}
.about-des h2 {
  font-size: 1.5em;
  text-align: center;
  color: #637932;
  font-family: "Junge", "Microsoft JhengHei", "微軟正黑體", "LiHei Pro", "蘋果儷中黑", "Apple LiGothic Medium", Arial, Verdana, sans-serif;
  margin-bottom: 1.05em;
}
.about-des h2 span {
  font-size: 0.85em;
  letter-spacing: 5px;
}
.about-des p {
  font-size: 0.813em;
  line-height: 1.65;
  color: #595959;
  margin-bottom: 1.5em;
}

.spots {
  width: 100%;
  height: 100vh;
}
@media (min-width: 801px) {
  .spots {
    background-color: black;
  }
}

.scene {
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 801px) {
  .scene {
    width: 16.66%;
    height: auto;
    box-sizing: border-box;
    border-right: 1px solid #a47840;
    opacity: 0.5;
    overflow: hidden;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .scene:hover {
    opacity: 1;
    -moz-box-shadow: -1px 0 10px black;
    -webkit-box-shadow: -1px 0 10px black;
    box-shadow: -1px 0 10px black;
  }
}
.scene a {
  display: block;
  width: 100%;
}
.scene img {
  width: 100%;
  display: block;
}
@media (min-width: 801px) {
  .scene img {
    width: auto;
    height: 100%;
    height: 100vh;
  }
}
.scene h2 {
  position: absolute;
  left: 1em;
  top: 1em;
  line-height: 1.25;
  padding: 0.5em;
  color: white;
  background-color: #a47840;
  background-color: rgba(0, 0, 0, 0.25);
  font-size: 1em;
  text-shadow: 1px 1px 3px black;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.spots-des {
  width: 100%;
  height: 100%;
  background: url(../images/bg_27.jpg) right bottom repeat;
  -moz-box-shadow: 0 2px 5px #A5A5A5;
  -webkit-box-shadow: 0 2px 5px #A5A5A5;
  box-shadow: 0 2px 5px #A5A5A5;
}
@media (min-width: 801px) {
  .spots-des {
    position: fixed;
    width: 40%;
  }
}
.spots-des .des {
  position: relative;
  height: 90%;
  overflow-y: auto;
  padding: 5% 8%;
  margin-bottom: 3em;
}
.spots-des .des h2 {
  font-size: 1.5em;
  color: #709b1b;
  margin-bottom: 0.15em;
}
.spots-des .des p {
  font-size: 0.938em;
  line-height: 1.7;
  text-align: justify;
  color: #7a7a7a;
  margin-bottom: 0.75em;
}
.spots-des .des .img {
  width: 100%;
}
.spots-des .des .back {
  position: absolute;
  right: 8%;
  clear: both;
  text-align: right;
  margin-bottom: 1.35em;
}
.spots-des .des .back a {
  display: inline-block;
  border-bottom: 1px solid #A5A5A5;
  font-size: 0.813em;
  color: #7a7a7a;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.spots-des .des .back a:hover {
  border-bottom: 1px solid #a47840;
  color: #a47840;
}

.spots-img {
  padding: 5%;
  background-size: 100% 100%;
}
@media (min-width: 801px) {
  .spots-img {
    float: right;
    width: 42%;
  }
}
.spots-img li {
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
}
.spots-img li img {
  display: block;
  width: 100%;
}
.spots-img .bike-path-map img {
  width: 100%;
  display: block;
}

.spots-map {
  margin-top: 2.25em;
  width: 100%;
  height: 80%;
}
.spots-map .map {
  position: relative;
  padding-bottom: 80%;
  height: 0;
}
.spots-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 80% !important;
}

.event {
  padding: 3% 3% 10%;
  background: url(../images/event_bg.png) left bottom no-repeat;
  background-size: auto 100%;
}
@media (min-width: 801px) {
  .event {
    background-size: 100% 100%;
  }
}

@media (min-width: 801px) {
  .event-pic {
    float: left;
    width: 60%;
  }
}
.event-pic img {
  display: block;
  width: 100%;
}

.event-des {
  margin-bottom: 1.5em;
  padding: 3% 3%;
  border: 1px solid white;
  background-color: white;
  -moz-box-shadow: 1px 2px 3px #A5A5A5;
  -webkit-box-shadow: 1px 2px 3px #A5A5A5;
  box-shadow: 1px 2px 3px #A5A5A5;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, #f5f5f5, #ffffff);
  background-image: -webkit-linear-gradient(top, #f5f5f5, #ffffff);
  background-image: linear-gradient(to bottom, #f5f5f5, #ffffff);
}
@media (min-width: 801px) {
  .event-des {
    float: left;
    width: 30%;
    margin-right: 3%;
  }
}
.event-des h3 {
  font-size: 1.5em;
  color: #c9b269;
  margin-bottom: 0.75em;
}
.event-des p {
  font-size: 0.813em;
  line-height: 1.65;
  color: #595959;
  margin-bottom: 1.5em;
}
.event-des .btn {
  margin-top: 0.75em;
  text-align: center;
}
.event-des .btn a {
  padding: 0.4em 2em;
  border: 1px solid #709b1b;
  font-size: 0.8em;
  line-height: 1.35;
  color: #709b1b;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.event-des .btn a:hover {
  border: 1px solid #709b1b;
  color: white;
  background-color: #709b1b;
}

.booking-list {
  width: 90%;
  padding: 5%;
  background: url(../images/about_bg.jpg) 20% top no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
}
@media (min-width: 801px) {
  .booking-list {
    width: 70%;
    padding: 5% 15%;
    background: url(../images/about_bg.jpg) left 35% no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
  }
}

.room-box {
  position: relative;
  margin: 0 0 3% 0;
  border: 1px solid white;
  background-color: white\9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 3px #595959;
  -webkit-box-shadow: 0 1px 3px #595959;
  box-shadow: 0 1px 3px #595959;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(245, 245, 245, 0.9)), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background-image: -moz-linear-gradient(top, rgba(245, 245, 245, 0.9), rgba(255, 255, 255, 0.9));
  background-image: -webkit-linear-gradient(top, rgba(245, 245, 245, 0.9), rgba(255, 255, 255, 0.9));
  background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0.9), rgba(255, 255, 255, 0.9));
}

.room-box-pic {
  width: 100%;
}
@media (min-width: 801px) {
  .room-box-pic {
    float: left;
    width: 50%;
  }
}
.room-box-pic img {
  display: block;
  width: 100%;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.room-box-pic img:hover {
  opacity: 0.85;
}

.room-box-des {
  width: 90%;
  padding: 4% 5% 50px;
}
@media (min-width: 801px) {
  .room-box-des {
    float: left;
    width: 44%;
    padding: 2% 3% 38px;
  }
}
.room-box-des h2 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #a47840;
  margin-bottom: 1.35em;
}
.room-box-des h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 1.25em;
  height: 2px;
  background-color: #dbdbdb;
}
.room-box-des p {
  font-size: 20px;
  color: #595959;
  margin-bottom: 0.525em;
}
.room-box-des .price {
  margin-bottom: 0.75em;
}
@media (min-width: 801px) {
  .room-box-des .price {
    position: absolute;
    bottom: 1em;
    margin-bottom: 0em;
  }
}
.room-box-des .price span {
  display: inline-block;
  padding: 0.2em 0.6em;
  font-size: 0.75em;
  color: white;
  background-color: #c9b269;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5YjI2OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E0Nzg0MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c9b269), color-stop(100%, #a47840));
  background-image: -moz-linear-gradient(top, #c9b269, #a47840);
  background-image: -webkit-linear-gradient(top, #c9b269, #a47840);
  background-image: linear-gradient(to bottom, #c9b269, #a47840);
}

.room-box-btn {
  position: absolute;
  right: 1.35em;
  bottom: 1em;
}
.room-box-btn a {
  display: block;
  padding: 0.4em 2em;
  border: 1px solid #709b1b;
  font-size: 0.8em;
  line-height: 1.35;
  color: #709b1b;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.room-box-btn a:hover {
  border: 1px solid #709b1b;
  color: white;
  background-color: #709b1b;
}

.booking {
  width: 100%;
}

.reservation {
  padding: 3% 3%;
  background: url(../images/bg_27.jpg) right bottom repeat;
}
@media (min-width: 801px) {
  .reservation {
    position: relative;
    z-index: 150;
    float: left;
    width: 34%;
    height: 85%;
    min-height: 100vh;
    -moz-box-shadow: -1px 0 3px #7a7a7a;
    -webkit-box-shadow: -1px 0 3px #7a7a7a;
    box-shadow: -1px 0 3px #7a7a7a;
  }
}
.reservation h3 {
  font-size: 0.9em;
  margin-bottom: 1.35em;
}
.reservation h2 {
  font-size: 1.65em;
  color: #709b1b;
  margin-bottom: 0.3em;
}
.reservation .price {
  margin-bottom: 1.35em;
}
.reservation .price span {
  display: inline-block;
  padding: 0.3em 0.5em;
  font-size: 0.75em;
  color: white;
  background-color: #c9b269;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5YjI2OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E0Nzg0MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c9b269), color-stop(100%, #a47840));
  background-image: -moz-linear-gradient(top, #c9b269, #a47840);
  background-image: -webkit-linear-gradient(top, #c9b269, #a47840);
  background-image: linear-gradient(to bottom, #c9b269, #a47840);
}
.reservation .des {
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.reservation p {
  font-size: 0.8em;
  line-height: 1.7;
  color: #7a7a7a;
}
.reservation form {
  padding: 0.65em 0;
}
.reservation form h3 {
  font-size: 1.15em;
  border-bottom: 2px solid #a47840;
  color: #a47840;
  margin-bottom: 0.75em;
}
.reservation form ul.taiwanese-form, .reservation form ul.foreigner-form {
  display: none;
}
.reservation form li {
  font-size: 0.813em;
}
.reservation form li span.form-full {
  display: block;
  margin-bottom: 0.975em;
}
.reservation form li span.form-half {
  display: block;
  margin-bottom: 0.975em;
}
@media (min-width: 481px) {
  .reservation form li span.form-half {
    width: 48%;
    float: left;
  }
}
.reservation form li span.form-half input {
  width: 90%;
}
.reservation form li span.tab {
  display: block;
  min-width: 2.5em;
  vertical-align: top;
  line-height: 1.75;
  padding: 0 0.35em 0 0;
}
.reservation form li span.red {
  width: auto;
  padding-left: 1em;
  vertical-align: middle;
  color: red;
}
.reservation form .date {
  float: left;
  width: 45%;
  padding: 0 2.5% 0 0;
}
.reservation form .date input {
  width: 90%;
}
.reservation form .date:last-child {
  padding-right: 0;
}
.reservation form table {
  border-top: 1px solid #dbdbdb;
  text-align: left;
  margin-bottom: 1.5em;
}
.reservation form thead {
  background-color: #fffaef;
}
.reservation form tr {
  border-bottom: 1px solid #dbdbdb;
}
.reservation form td {
  padding: 3px 10px;
  font-size: 0.813em;
}
.reservation form td + td {
  border-left: 1px solid #dbdbdb;
}
.reservation form td.first-column {
  width: 300px;
}
.reservation form td.second-column {
  width: 80px;
}
.reservation form input {
  height: 25px;
  vertical-align: middle;
}
.reservation form input.short {
  width: 50px;
}
.reservation form input.long {
  width: 95%;
}
.reservation form input.radio {
  width: auto;
  height: auto;
  margin: 0.25em 0.25em 0.65em 0.75em;
  vertical-align: middle;
}
.reservation form textarea {
  width: 95%;
  min-height: 4.5em;
}
.reservation .btn {
  margin-top: 0.75em;
  margin-bottom: 1.5em;
  text-align: center;
}
.reservation .btn input {
  display: inline-block;
  height: 40px;
  border: none;
  padding: 0 2.5em;
  outline: none;
  font-size: 0.938em;
  vertical-align: middle;
  color: white;
  background-color: #595959;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.reservation .btn input:hover {
  color: white;
  background-color: #709b1b;
}

.room-info {
  position: relative;
  padding: 3% 5% 3%;
}
@media (min-width: 801px) {
  .room-info {
    float: left;
    width: 50%;
    background: url(../images/room_info_bg.png) right bottom no-repeat;
    background-size: 100% 100%;
  }
}

.calendar {
  position: fixed;
  left: auto;
  top: 100px;
  z-index: 1;
  right: -290px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 801px) {
  .calendar {
    position: absolute;
    left: -402px;
    top: 6%;
  }
}
.calendar * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.calendar *:after, .calendar *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.calendar.active {
  z-index: 100;
  right: 0;
}
@media (min-width: 801px) {
  .calendar.active {
    left: 0;
  }
}
.calendar .calendar-box {
  position: relative;
  width: 290px;
}
@media (min-width: 801px) {
  .calendar .calendar-box {
    width: 400px;
  }
}
.calendar .calendar-tab {
  position: absolute;
  display: block;
  left: -30px;
  width: 29px;
  padding: 0.5em 0;
  text-align: center;
  line-height: 1;
  background-color: #709b1b;
  -moz-box-shadow: 0 1px 3px #A5A5A5;
  -webkit-box-shadow: 0 1px 3px #A5A5A5;
  box-shadow: 0 1px 3px #A5A5A5;
}
@media (min-width: 801px) {
  .calendar .calendar-tab {
    left: auto;
    right: -30px;
    top: 1em;
  }
}
.calendar .calendar-tab a {
  font-size: 0.938em;
  color: white;
}
.calendar .custom-calendar-wrap {
  display: none;
}

.room-banner {
  position: relative;
  margin-bottom: 3.5em;
}
.room-banner h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 0.5em 1em;
  font-size: 0.8em;
  color: white;
  background-color: rgba(40, 49, 20, 0.75);
}
.room-banner li img {
  display: block;
  width: 100%;
}

.room-other {
  box-sizing: border-box;
}
.room-other h2 {
  font-size: 1.25em;
  letter-spacing: 1px;
  text-align: center;
  color: #7a7a7a;
  margin-bottom: 0.375em;
}
.room-other ul {
  box-sizing: border-box;
}
.room-other li {
  display: block;
  float: left;
  width: 23.5%;
  margin-right: 2%;
}
.room-other li:last-child {
  margin-right: 0;
}
.room-other li img {
  display: block;
  width: 100%;
}

.reservation-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.lightbox-main {
  position: relative;
  top: 5%;
  margin: 0 3%;
}
@media (min-width: 801px) {
  .lightbox-main {
    left: 50%;
    margin-left: -300px;
    width: 600px;
  }
}

.lightbox-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.lightbox-inner {
  position: absolute;
  z-index: 101;
  padding: 25px;
  background-color: white;
  border: 1px solid white;
  background-color: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 3px black;
  -webkit-box-shadow: 0 1px 3px black;
  box-shadow: 0 1px 3px black;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, #f5f5f5, #ffffff);
  background-image: -webkit-linear-gradient(top, #f5f5f5, #ffffff);
  background-image: linear-gradient(to bottom, #f5f5f5, #ffffff);
}

.lightbox-des form {
  text-align: center;
  margin-top: 1.5em;
}
.lightbox-des form li {
  display: block;
  font-size: 0.813em;
  margin-bottom: 0.75em;
}
.lightbox-des form li span {
  display: inline-block;
  width: 8.3%;
  vertical-align: top;
  line-height: 2;
  text-align: right;
  padding: 0 0.35em 0 0;
}
.lightbox-des form input {
  margin-right: 1em;
}
.lightbox-des form input.long {
  width: 85%;
}
.lightbox-des form input.checkbox {
  margin-right: 0;
  text-align: center;
}
.lightbox-des form textarea {
  width: 85%;
  min-height: 6em;
}
.lightbox-des .btn {
  text-align: center;
  margin-top: 1.5em;
}
.lightbox-des .btn input {
  display: inline-block;
  height: 40px;
  border: none;
  padding: 0 2.5em;
  outline: none;
  font-size: 0.938em;
  vertical-align: middle;
  color: white;
  background-color: #595959;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.lightbox-des .btn input:hover {
  color: white;
  background-color: #709b1b;
}

.lightbox-des-content {
  max-height: 300px;
  padding: 0 10px;
  margin-bottom: 1em;
  overflow-y: scroll;
}
@media (min-width: 801px) {
  .lightbox-des-content {
    max-height: 400px;
    padding: 0 35px;
  }
}
.lightbox-des-content .lightbox-logo {
  padding-left: 2em;
}
.lightbox-des-content h2 {
  font-size: 1.15em;
  border-bottom: 2px solid #a47840;
  color: #a47840;
  margin-bottom: 0.75em;
}
.lightbox-des-content ul {
  margin-bottom: 0.75em;
}
.lightbox-des-content li {
  margin-left: 1.35em;
  list-style-type: disc;
}
.lightbox-des-content p {
  font-size: 0.938em;
  line-height: 1.65;
  margin-bottom: 0.75em;
}
.lightbox-des-content p span {
  font-size: 0.9em;
}
.lightbox-des-content table {
  border-top: 1px solid #dbdbdb;
  text-align: left;
  margin-bottom: 1.5em;
}
.lightbox-des-content thead {
  background-color: #fffaef;
}
.lightbox-des-content tr {
  border-bottom: 1px solid #dbdbdb;
}
.lightbox-des-content td {
  padding: 3px 10px;
  font-size: 0.813em;
}
.lightbox-des-content td + td {
  border-left: 1px solid #dbdbdb;
}
.lightbox-des-content td.first-column {
  width: 300px;
}
.lightbox-des-content td.second-column {
  width: 80px;
}

.btn-close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 200;
  cursor: pointer;
}

.panel-heading h3 {
  font-size: 1.15em;
  border-bottom: 2px solid #a47840;
  color: #a47840;
  margin-bottom: 0.75em;
}

.panel-body li {
  padding-bottom: 0.5em;
  margin-left: 1.5em;
  list-style-type: disc;
  color: #517214;
  font-weight: bold;
  letter-spacing: 1px;
}
.panel-body li span {
  color: #595959;
}

.map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.contact {
  position: absolute;
  right: 5%;
  top: 5%;
  width: 84%;
  padding: 3% 3% 15%;
  border: 1px solid white;
  margin: 60% 0 20%;
  background-color: white;
  -moz-box-shadow: 1px 2px 3px #A5A5A5;
  -webkit-box-shadow: 1px 2px 3px #A5A5A5;
  box-shadow: 1px 2px 3px #A5A5A5;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, #f5f5f5, #ffffff);
  background-image: -webkit-linear-gradient(top, #f5f5f5, #ffffff);
  background-image: linear-gradient(to bottom, #f5f5f5, #ffffff);
}
@media (min-width: 801px) {
  .contact {
    width: 25%;
    right: 8%;
    top: 8%;
    padding: 3%;
    margin-top: 0;
  }
}
.contact h2 {
  font-size: 1.5em;
  text-align: center;
  color: #637932;
  font-family: "Junge", "Microsoft JhengHei", "微軟正黑體", "LiHei Pro", "蘋果儷中黑", "Apple LiGothic Medium", Arial, Verdana, sans-serif;
  margin-bottom: 1.05em;
}
.contact h2 span {
  font-size: 0.85em;
  letter-spacing: 5px;
}
.contact p {
  font-size: 0.813em;
  line-height: 1.65;
  color: #595959;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 1.5em;
}
.contact li {
  margin-left: 1.35em;
  list-style-type: square;
  font-size: 0.813em;
  margin-bottom: 0.375em;
}
.contact li span {
  display: inline-block;
  width: 3em;
  color: #a47840;
}
	
