@import url(http://weloveiconfonts.com/api/?family=entypo);
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	box-sizing: border-box;
}
img {
	border: none;
	border-color: none;
	vertical-align: top;
}
html {
	-webkit-text-size-adjust: none;
}
body {
	font: 75%/1.5 'Source Sans Pro', arial, sans-serif;
	font-family: 'Source Sans Pro', arial, sans-serif !important;
	background: #fff;
	overflow-x: hidden !important;/*重要*/
}
@font-face {
	font-family: sosa;
	src: url('../font/sosa.ttf')
}
@font-face {
	font-family: 'MeteoconsRegular';
	src: url('../font/meteocons-webfont.eot');
	src: url('../font/meteocons-webfont.eot?#iefix') format('embedded-opentype'),  url('../font/meteocons-webfont.woff') format('woff'),  url('../font/meteocons-webfont.ttf') format('truetype'),  url('../font/meteocons-webfont.svg#MeteoconsRegular') format('svg');
	font-weight: normal;
}
/*header social*/
@font-face {
	font-family: Mono Social Icons Font;
	src: url('../font/MonoSocialIconsFont-1.10.eot');
	src: url('../font/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),  url('../font/MonoSocialIconsFont-1.10.woff') format('woff'),  url('../font/MonoSocialIconsFont-1.10.ttf') format('truetype'),  url('../font/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
	src: url('../font/MonoSocialIconsFont-1.10.ttf') format('truetype');
	font-weight: normal;
}
a {
	color: #ccc;
	text-decoration: none;
	transition: color .5s;
}
a:hover, .read_more a:hover {
	color: #FFF;
}
ul li {
	transition: all 0.8s;
}
#wrapper {
	width: 100%;
	height: 100%;
	text-align: left;
}
/*header*/
header {
	position: fixed;
	width: 100%;
	top: 0;
	background: rgba(255,255,255,0.8);
	height: 124px;/*到手機板變60px*/
	z-index: 999;
	color: #FFF;
}
#brand {
	display: block;
	float: left;
	vertical-align: middle;
	position: relative;
	height: 71%;
	margin-top: 0.35em;
	margin-left: 1em;
	margin-right: 0.5em;
	margin: 0.5em 1em;
}
#brand a {
	padding: 0 1em;
}
/*選單開關消失*/
#menuSwitch {
	display: none;
}
nav {
	display: none;
}
/*桌機板選單出現*/
#headerBox {
	width: 1024px;
	overflow: hidden;
	margin: 0 auto;
}
#headerTop {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
#headerTop #logo {
	background: url(../img/logo.png) center left no-repeat;
	float: left;
}
#headerTop #logo a {
	display: block;
	width: 173px;
	height: 37px;
}
#headerRight {
	margin-right: 50px;
	float: right;
	overflow: hidden;
	height: 37px;
}
#headerRight li {
	float: left;
}
#headerRight li#headerTEL {
	margin-right: 32px;
	font: normal 25px/37px Tahoma, Geneva, sans-serif;
	color: #231815;
}
ul#menu {
	overflow: visible;
	width: 100%; /*973px*/
	margin-top: 10px;
	margin-left: 10px;
}
ul#menu li, ul.sub_menu_container li {
	float: left;
}
ul#menu>li {
	padding-bottom: 16px;
}
ul#menu li>a {
	display: block;
	line-height: 41px;
	padding: 0 1.601em;
	font-family: "微軟正黑體";
	font-size: 1.2em;
	color: #ccc;
}
ul#menu>li>a {
	text-align: center;
	color: #333;
	transform: skewX(-18deg);
	-ms-transform: skewX(-18deg);
	-moz-transform: skewX(-18deg);
	-o-transform: skewX(-18deg);
	border-left: 1px solid #B4C6CC;
	transition: all 0.3s;
}
ul#menu>li:nth-child(9)>a {
	border-right: 1px solid #B4C6CC;
}
ul#menu>li>a>span {
	display: inline-block;
	transform: skewX(18deg);
	-ms-transform: skewX(18deg);
	-moz-transform: skewX(18deg);
	-o-transform: skewX(18deg);
}
ul#menu>li:hover>a {
	padding: 0 30px;
}
/*子選單*/
ul.sub_menu_container {
	position: absolute;
	width: 100%;
	background: url(../img/tb_hblack.png) repeat;
	top: 115px;
	left: 0;/*父沒有指定位置 left直接下0就可以靠左了*/
	opacity: 0;
	display: none;
	padding: 0;/*12px;*/
}	
ul#menu ul.sub_menu_container li a:hover {
	color: #fff;
}
ul#menu ul.sub_menu_container li a {
	padding-right: 0px;
	line-height: 33px;
	/*font-size: 0.7em;*/
}
ul.sub_menu_container li a:after {/*這招很好用!!*/
/*content:'';這招很好用!
	padding-left:20px;!
	border-right: 1px solid #888;*/
}
/*banner*/
#banner {
	position: fixed;/*屬性跟absolute一樣 好好利用*/
	width: 100%;
	height: 100%;
	background: url(../img/bg_l.jpg) center no-repeat;
	background-size: cover;
	color: #000;
	top: 0;
	overflow: hidden !important;
	cursor: -webkit-grab;
	cursor: -moz-grab;
}
#banner:active {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}
#banner #logo {
	position: absolute;
	margin: 2.3em;
	width: 40%;
	bottom: 0;
	left: 0;
	top: auto;
	opacity: 1;
}
#banner h1 {
	font-size: 3.6em;
	font-weight: normal;
	line-height: 1;
	margin: 0em 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
#banner h2 {
	font-size: 1.4em;
	font-weight: 300;
	margin: 0;
	margin-top: 0.5em;
	text-transform: uppercase;
}
#pageone {
	position: absolute;
    width: 100%;
    height: 100%;
	z-index: 1;
	display:none;
}
/*形象介紹*/
.intro {
	display: none; 
	opacity: 0;
}
/*banner輪播箭頭*/
.index_arrow {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 10px;
	top: 45%;
	text-align: center;
	transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	cursor: pointer;
	opacity: 0.4;
}
.index_arrow:hover {
	opacity: 1;
}
#index_prev {
	background: url(../img/index_prev-1.png) center center no-repeat;
}
#index_prev:hover {
	background: url(../img/index_prev-1_.png) center center no-repeat;
}
#index_next {
	margin-top: 60px;
	background: url(../img/index_next-1.png) center center no-repeat;
}
#index_next:hover {
	background: url(../img/index_next-1_.png) center center no-repeat;
}
/**/
#floatSection, #stableSection {
	width: 60%;
	position: absolute;
	min-height: 100%;
	right: 0;
	top: 124px;
}
#stableSection {
	background: #eee;
	width: 50%;
}
/*reservation 預約的部分*/
#reservation {
	width: 20.5%;
	height: 100%;
	color: #606060;/*#FFF*/
	background: #e0cfb5;/*3a3532*/
	position: fixed;
	right: 0;
	z-index: 50;
}
#reservation_box {
	position: relative;
	width: 100%;
	padding: .5em 2em;
	text-transform: uppercase;
}
#reservation_box h1 {
	font-size: 2.3em;
	font-weight: lighter;
	color: #a39382;
	margin-top: 1.4em;
}
#reservation_box h2, #reservation_box h3 {
	font-size: 1.25em;
	margin-top: 1.4em;
	margin-bottom: 1.1em;
	font-weight: normal;
	overflow: hidden;
}
#reserv_setting {
	float: left;
	width: 100%;
}
p, #reservation_box h1 {
	line-height: 1.5;
	font-family: "微軟正黑體", 'Source Sans Pro', arial, sans-serif !important;
}
#reservation_box p {
	clear: both;
	font-size: 14px;
}
#reserv_button_box {
	float: left;
	text-align: center;
	width: 120px;
	padding: 10px;
	background-color: #000;
	border-radius: 8px;
	border: none;
	transition: color 1s, background 1s;
	-webkit-transition: color 1s, background 1s;
	color: #fff;
	outline:none;
	cursor: pointer;
}
#reserv_button_box:hover {
	background-color: #444;
}
.cBtn {
	text-align: center;
	width: 83px;
	height: 83px;
	font-size: 19px;
	color: #000;
	background: #fff;
	cursor: pointer;
	line-height: 83px;
	overflow: hidden;
	margin: 0.8em 0;
	transition: color 1s, background 1s;
	-webkit-transition: color 1s, background 1s;
	-ms-transition: color 1s, background 1s;
	-o-transition: color 1s, background 1s;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	display: inline-block;
	font-family: "微軟正黑體", 'Source Sans Pro', arial, sans-serif !important;
}
.cBtn:hover {
	color: #000;
	background: #e5d6a9;
}
.cBtn .cBtnRoll [class^="icon-"] {
	font-size: 28px;
}
/**/
#wimg[data-icon]::before {
	font-family: MeteoconsRegular;
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
#week {
	position: absolute;
	bottom: 1.5em;
	right: 1.5em;
	width: 30%;
}
.week_day {
	text-align: right;
	color: rgb(0, 0, 0);
	border: 0px;
	padding: 0px;
}
.week_day:hover {
	color: #a39382;
	border-right: solid 2px #a39382;
	padding-right: 0.2em;
}
.week_day {
	transition: color 0.5s;
	-webkit-transition: color 0.5ss;
	cursor: pointer;
	text-align: right;
	margin: 0.5em 0;
	line-height: 0.9;
	text-transform: uppercase;
}
.week_day:first-child {
	color: #a39382;
	border-right: solid 2px #a39382;
	padding-right: 0.3em;
}
/*主要的方塊*/
/*最新消息*/
#sec_news {
	position: absolute;
	width: 66.66%;
	height: 100%;/*float:left;*/
}
#sec_news>ul {
	width: 99.3%;
	height: 100%;
}
.news {
	width: 100%;
	height: auto;
	cursor: pointer;
	background: #a39382;
	color: #2a2623;
	overflow: hidden;
}
.news a.app-menu-link {
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	z-index:9;
}
.news .square {
	position: relative;
	width: 50%;
	padding-bottom: 50%;
	height: 0;
	float: left;
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}
.news:nth-child(even) .square {
	background: #f1efec;
}
.news:nth-child(odd) .square {
	background: #fff;
}
.news:hover .square {
	background: none;
}
.news_text {
	margin: 1.7em;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.news_text h2, .news_text h1, .news_text h3, .news_text p {
	transition: color 1.5s;
	-webkit-transition: color 1.5s;
	text-transform: uppercase;
	font-weight: normal;
}
.news_text h2 {
	color: #777;
	font-size: 0.8em;
	font-weight: 300;
	padding-bottom: 0.3em;
}
.news_text h1 {
	font-size: 1.5em;
	line-height: 1.2em;
}
.news_text h3 {
	font-size: .58em;
	line-height: 1.7em;
	font-weight: 300;
	color: #3c3c3c;
}
.news_text p {
	font-size: 1em;
	/*height:58px;*/
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 1.5em;
	color: #777;
	line-height: 1.7em !important;
	text-transform: none;
}
.news:hover .news_text h2, .news:hover .news_text p {
	color: #eee;
	background: none;
}
.square .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	background-size: cover;
	background-position: center;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/files/annc_1729513312ll0xav_s.jpg', sizingMethod='scale');
}
.news .square.weather {
	background: #ebebeb url(../img/weather.png);
}
.square .img.ice_cream {
	background-image: url(../img/ice_cream.jpg);
}
.square .img.backage {
	background-image: url(../img/02.jpg);
}
.square .img.desert {
	background-image: url(../img/03.jpg);
}
.square .img.pic04 {
	background-image: url(../img/pic04.jpg);
}
.square .img.pic05 {
	background-image: url(../img/pic05.jpg);
}
.square .img.pic06 {
	background-image: url(../img/pic06.jpg);
}
.square .img.pic07 {
	background-image: url(../img/pic07.jpg);
}
.square .img.pic08 {
	background-image: url(../img/pic08.jpg);
}
.square .img.pic09 {
	background-image: url(../img/pic09.jpg);
}
.square .img.pic10 {
	background-image: url(../img/pic10.jpg);
}
.square .img.pic11 {
	background-image: url(../img/pic11.jpg);
}
.square .img.pic12 {
	background-image: url(../img/pic12.jpg);
}
.square .img.pic13 {
	background-image: url(../img/pic13.jpg);
}
.square .img.pic14 {
	background-image: url(../img/pic14.jpg);
}
.square .img.pic15 {
	background-image: url(../img/pic15.jpg);
}
/*最新消息的正方形圖片*/
.square .img.club {
	background-image: url(../img/news/new_club-s.jpg);
}
.square .img.canton {
	background-image: url(../img/news/canton-s.jpg);
}
.square .img.LPGA {
	background-image: url(../img/news/lpga-s.jpg);
}
.square .img.star {
	background-image: url(../img/news/agriculture-s.jpg);
}
.square .img.motc {
	background-image: url(../img/news/motc-s.jpg);
}
.square .img.travel-1 {
	background-image: url(../img/news/travel1-s.jpg);
}
.square .img.clean {
	background-image: url(../img/news/clean-s.jpg);
}
.square .img.winner {
	background-image: url(../img/news/winner-s.jpg);
}
.square .img.bakery {
	background-image: url(../img/news/bakery-s.jpg);
}
.square .img.management {
	background-image: url(../img/news/management-s.jpg);
}
.square .img.ebooks {
	background-image: url(../img/news/ebooks-s.jpg);
}
/*專案活動的正方形圖片*/
.square .img.fivestar {
	background-image: url(../img/events/star1-s.jpg);
}
.square .img.mother2018 {
	background-image: url(../img/events/mother-s.jpg);
}
.square .img.nreve {
	background-image: url(../img/events/nreve-s.jpg);
}
.square .img.newyear2017 {
	background-image: url(../img/events/teacher-s.jpg);
}
.square .img.swimming {
	background-image: url(../img/events/swimming-s.jpg);
}
.square .img.spa1 {
	background-image: url(../img/events/spa-s.jpg);
}
.square .img.Thanksgiving {
	background-image: url(../img/events/Thanksgiving-s.jpg);
}
.square .img.newyear {
	background-image: url(../img/events/newyear-s.jpg);
}
.square .img.crab {
	background-image: url(../img/events/crab-s.jpg);
}
.square .img.moon {
	background-image: url(../img/events/moon-s.jpg);
}
.square .img.ticket {
	background-image: url(../img/events/ticket-s.jpg);
}
.square .img.events_star {
	background-image: url(../img/events/star-s.jpg);
}
.square .img.news4488 {
	background-image: url(../img/news/4488-s.jpg);
}
.square .img.newsconvenient {
	background-image: url(../img/news/convenient-s.jpg);
}
.square .img.teacher {
	background-image: url(../img/news/teacher-s.jpg);
}
.square .img.swim {
	background-image: url(../img/news/swim-s.jpg);
}
.square .img.kids {
	background-image: url(../img/news/kids-s.jpg);
}
.square .img.season {
	background-image: url(../img/news/season-s.jpg);
}
.square .img.lunge {
	background-image: url(../img/news/lunge-s.jpg);
}
.square .img.spa {
	background-image: url(../img/news/spa-s.jpg);
}
.square .img.travel {
	background-image: url(../img/news/travel-s.jpg);
}
/**/
#sec_news .square .news_text {
	color: #000;
	overflow: hidden;
	font-family: "微軟正黑體";
}
#sec_news .read_more {
	margin-top: 2em;
	font-size: 0.9em;
	position: absolute;
	bottom: 0.5em;
}
.read_more a {
	color: #000;
	-webkit-transition: color 0.5s;
}
/*尾巴*/
footer {
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background: #e4dfda;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	z-index: 799;
	background: rgba(42, 38, 35, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
	display: block;
	font-family: "微軟正黑體";
}
footer.footerDark, #footerSwitch:hover {
	/*	width:100%;
	height:300px;*/
	background: rgba(42, 38, 35, 0.9) !important;
}
footer #social_box ul {
	width: 100%;
	display: block;
	position: relative;
	overflow: auto;
	text-transform: none;
	padding: 10px 0;
}
footer #social_box li, header li.menu_social a, header li.menu_language a {
	display: block;
	position: relative;
	overflow: hidden;/*重要*/
	margin-right: 6px;
	width: 37px;
	height: 37px;
	color: rgba(42, 38, 35, 0.9);
	float: left;
	opacity: 0.8;
	background: #fff;
	border-radius: 18.5px;
	text-align: center;
	line-height: 37px;
}
/*header上圓形按鈕*/
header li.menu_social.FB a
, header li.menu_social.google_plus a
, header li.menu_language.EN a
, header li.menu_language.JP a
, header li.menu_language.KR a
, header li.menu_language.CN a {
	color: #fff;
}
header li.menu_language.TW a
, header li.menu_language.JP a
, header li.menu_language.CN a
, header li.menu_language.EN a
, header li.menu_language.KR a {
	background: #333;
}
header li.menu_language.TW a:hover
, header li.menu_language.JP a:hover
, header li.menu_language.CN a:hover
, header li.menu_language.EN a:hover
, header li.menu_language.KR a:hover {
	background: #666;
}
header li.menu_social.FB a {
	background-color: #3D5A98;
}
header li.menu_social.FB a:hover {
	background-color: #5B77AA;
}
header li.menu_social.google_plus a {
	background-color: #DC4E41;
}
header li.menu_social.google_plus a:hover {
	background-color: #E06F69;
}
header #serbtn{
    display:block;
    background-image:url(../img/ser.png);
    background-size:cover;
    background-position:center;
}
/**/
footer #social_box li {
	position: relative;
	width: 43px;
	height: 44px;
	border-radius: 7px;
	font-size: 23px;
	line-height: 44px;
}
footer #social_box li:hover {
/*opacity:1;*/
}
footer #social_box li span {
	color: #2a2623;
	transition: all .3s ease-in-out;
}
footer #social_box li:hover span {
	color: #fff;
}
footer #social_box li.FB:hover {
	background: #3d5a98;
}
footer #social_box li.google_plus:hover {
	background: #dc4e41;
}
footer #social_box li:nth-child(3):hover {
	background: #555;
}
footer #social_box .HR {
	background: url(../img/icon_104_xl.png) center no-repeat;
	background-size: 41px 41px;
}
footer #social_box a {
	position: absolute;
	display: block;
	width: inherit;
	height: inherit;
	top: 0;
	z-index: 99px;
}
footer h1 {
	font-size: 2.5em;
	font-weight: 300;
	line-height: 1;
	margin: 0.6em 0;
}
footer h2, footer h3 {
	font-weight: 300;
	padding: 8px 0 ;
	font-size: 1em;
}
footer #footerLeft, footer #footerRight {
	float: left;
	padding: 20px 25px;
}
footer #footerLeft {
	width: 40%;
	display: block;
	position: relative;
	padding-right:0px;
	overflow: auto;
}
footer #footerRight {
	width: 60%;
	height: 215px;
	overflow: visible;
}
footer #footerRightBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
	padding: 7px;
}
footer #footerRight h2 {
	font-size: 1.19em;
}
#webmap {
	margin: 0;
	padding: 0;
	overflow: hidden;
	column-count: 6;/*重要!!!方便*/
	-moz-column-count: 6;
	-webkit-column-count: 6;
}
#webmap>li>a, #footerRightBox a:hover {
	color: #A39382;
	font-weight: 700;
}
#webmap>li>a {
	font-size: 15px;
}
/*尾巴開關*/
footer #footerLeft h3{
	width:100%;
	background:url(../img/logo-w.png) left center no-repeat;
	padding-left:55px;
}
#footerSwitch {
	width: 38px;
	height: 38px;
	text-align: center;
	position: absolute;
	right: -1px;
	top: 0;
	cursor: pointer;
}
#footerSwitch span {
	font-size: 27.5px;
	line-height: 40px;
}
[data-icon]::before {/**重要**/
	font-family: 'Mono Social Icons Font';
	content: attr(data-icon);
	font-size: 1.5em;
}
[class*="entypo-"]:before {
	font-family: 'entypo', sans-serif;
}
/*尾巴結束*/
[class^="icon-"], [class*=" icon-"] {/*重要*//*可以刪掉了*/
 font-family: 'sosa';
 src: url('../font/sosa.ttf')
}
@media screen and (max-width: 1024px) {
/*選單*/
#reservation_box h1 {
	font-size: 2.1em;
}
#reservation_box h2 {
	font-size: 1.35em;
}
#sec_news .read_more {
	display: none;
}
#sec_news>ul {
	width: 100%;
}
}
@media screen and (max-width: 1000px) {
header {
	height: 79px;/*原本41px*/
	background: rgba(255,255,255,1);
}
#headerBox {
	width: 100%;
}
#headerRight {
	margin-right: 10px;
}
#headerTop #logo {
	width: auto;
	margin-left: 25px;
}
#headerRight li#headerTEL {
	margin-right: 15px;
}
header li.menu_language a {
	margin-right: 7px;
}
#menuSwitch {
	display: block;
	position: absolute;
	top: 1.4em;
	left: 6em;
	height: 3.5em;/*原本2.3em*/
	width: 3em;
	background-image: url(../img/switch.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.5;
}
/*桌機板選單消失*/
ul#menu, ul.sub_menu_container, nav li.sub_menu ul, .menu_social {
	display: none;
}
nav {
	height: auto;
	/*max-height: 100%;手機選單變長*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 990;
	top: 79px;/*原本38*/
	background: rgba(17,17,17,0.8);/*#111*/
	font-family: "微軟正黑體", 'Source Sans Pro', arial, sans-serif !important;
	display: none;
}
nav li {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 3.6;/*把按鈕調寬*/
	color: #fff;
}
nav li a:before, nav li.menuTitle:before {
	content: "　";
	font-family: "微軟正黑體", 'Source Sans Pro', arial, sans-serif !important;
}
nav li.menuTitle {
	font-size: 12.5px;
}
nav ul>li>a:hover {
	background: #444;
	color: #a39382;
}
nav ul>li>a {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	background: rgba(34,34,34,0.5);/*#222*/
	font-size: 100%;
	border-top: 1px solid #333
}
/*子選單*/
nav li.sub_menu ul li a {
	background: rgba(17,17,17,0.4);/*111*/
	color: #999;
	border-top: 1px solid #000;
}
li.sub_menu ul li a:hover {
	background: #000;
}
nav li.sub_menu:hover ul {
	display: block;
}
/*banner*/
#pageone {
	display:block;
}
#banner {
	height: 45%;
	z-index: 80;
	/*top:6.45%;後來增加*/
	top: 79px;
}
#banner.index {
	position: relative;
	width: 66.66%;
	height: 320px;
	top: 79px;/*後來增加*/
}
#banner #logo {
	width: 65%;
	font-weight: normal;
}
#banner #logo h1 {
	font-size: 3.2em;
	color: white;
}
#banner #logo h2 {
	top: 320px;
	color: white;
}
.index_arrow {
	left: auto; 
    right: 10px;
}
#reservation {
	width: 33.33%;
	top: 79px;/*原本41*/
}
#floatSection, #stableSection {
	width: 100%;
	min-height: 55%;
	/*top:51.45%;原本45%*/
	top: 486px;
}
#floatSection.index {
	top: 380px;/*原本320*/
}
#sec_news {
	position: relative;
}
.news a.app-menu-link {
	display:block;
}
footer h3 {
	padding: 8px 0 0;
}
}
 @media screen and (max-width: 600px) {
#headerRight {
	display: none;
}
#menu_language, .menu_social {
	display: none;
}
#menuSwitch {
	left: auto;
	right: 0.3em;
}
#floatSection.index, #floatSection, #stableSection {
	position: relative;
	width: 100%;
	top: 60px;/*原本0*/
}
/*banner*/
#banner.index, #banner {
	width: 100%;
	height: 350px;
	position: relative;
	top: 60px;/*後來增加*/
}
#banner #logo h1 {
	font-size: 2.5em;	
}
#banner #logo h2 {
	font-size: 1.1em;
}
/*reservation 預約的部分*/
#reservation {
	width: 100%;
	/*height: 190px;*/
	position: relative;
	top: 0;
}
#reservation_box {
	padding: 1.5em 2em 0em 2em;
	overflow: hidden;
}
#reservation_box h1 {
	margin-top: .25em;
	margin-bottom: .2em;
}
.cBtn {
	width: 60px;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
}
#reservation_box .cBtn {
	position: absolute;
	top: 2.2em;
	right: 2em;
}
#reservation_box p, #sec_news .read_more {
	display: none;
}
#sec_news {
	width: 100%;
}
#sec_news>ul {
	width: 100%;
}
#week {
	margin: 0;
	bottom: 1em;
	font-size: 17px;
}
/*主要的方塊*/
.news_text {
	margin: 1em;
}
.news_text h2 {
	padding-bottom: 0.6em;
}
.news_text h1 {
	font-size: 1.3em;
	line-height: normal;
}
.news_text h3 {
	font-size: .55em;
	line-height: normal;
	font-weight: 300;
}
.news_text p {
	margin-top: 1em;
}
/*footer*/
footer {
	clear: both;
	display: block;
	position: relative;
	top: 60px;/*原本auto*/
	width: auto;
	height: auto;
	background: #292622;
}
footer.footerDark {
	width: 100%;
	height: 300px;
}
footer #footerLeft {
	width: 100%;
	padding: 24px;
}
footer #footerLeft h1 {
	padding-bottom: 0;
}
#footerRight, #footerSwitch {
	display: none;
}
}
