@charset "utf-8";
body {
	margin: 0px;
	font-size: 1.01em;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	color: #333;
}
img {
	border: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
 *border-collapse: expression('separate', cellSpacing = '0');
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none !important;
}
table tr td {
	padding: 0;
}
h1, h2, h3, h4, h5, h6, ul, li, ol {
	margin: 0;
	padding: 0;
}
/*表單設定*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Century Gothic', 'Microsoft JhengHei', 'Apple LiGothic Medium', 'Helvetica, Arial', "LiHei Pro", "微軟正黑體";
}
select {
	border: 1px solid #ccc;
	padding: 8px 8px;
	color: #666;
	font-size: 1.01em;
}
input {
	border: 1px solid #ccc;
	padding: 8px 8px;
	color: #666;
	font-size: 1.01em;
}
textarea {
	border: 1px solid #ccc;
	padding: 3px 8px;
	color: #666;
	font-size: 1.01em;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
	-webkit-appearance: none;
}

@media (min-width: 959px) {
/*選單*/
#navmenu {
	display: none;
}
#menu-btn {
	display: none;
}
#toolbarnav {
	display: none;
}
/*主內容*/
#content {
	padding-top: 100px;
}
#pagebody {
	margin: 0;
}
#w {
	margin: 0;
}
}
/*統一設定*/
.rel {
	position: relative;
}
.container {
	margin: 0 auto;
	max-width: 1200px;
	width: auto !important;
	width: 980px;
}
.addtop0 {
	margin-top: 0 !important;
	padding: 0 !important;
}
.addtop25 {
	padding-top: 25px;
}
.addtop50 {
	margin-top: 50px !important;
}
.addtop100 {
	margin-top: 100px !important;
}
.addleft25 {
	margin-left: 25px;
}
.addbottom25 {
	margin-bottom: 25px;
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(../images/loader.gif) center no-repeat #fbfbfb;
}
.web {
	display: block;
}
.mobile {
	display: none;
}
/*全網站icon設定*/
.icon-home {
	background: url(../images/svg/home.svg) left top;
	background-repeat: no-repeat;
	-moz-background-size: 20px;
	-webkit-background-size: 20px;
	-o-background-size: 20px;
	background-size: 20px;
	padding-left: 25px;
}
.icon-arrow {
	background: url(../images/svg/arrow.svg) left top;
	background-repeat: no-repeat;
	-moz-background-size: 20px;
	-webkit-background-size: 20px;
	-o-background-size: 20px;
	background-size: 20px;
	padding-left: 25px;
}
.blue {
	color: #0589c5;
}
.red {
	color: #CD1B1E;
}
.green {
	color: #22ac38;
}
.white {
	color: #fff;
}
.black {
	color: #000;
}
.orange {
	color: #eb6100;
}
.gold {
	color: #bfb575;
}
.font-big {
	font-size: 120%;
}
.font-small {
	font-size: 80%;
}
.left {
	float: left;
}
.right {
	float: right;
}
/*上方*/
header {
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 250;
	top: 0;
	left: 0;
	z-index: 250;
	background: #fff;
}
header.fix {
	width: 100%;
	position: fixed;
	z-index: 250;
	top: 0;
	left: 0;
	height: 50px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #c87500;
	border-bottom: none;
}
#logo {
	position: absolute;
	top: 5px;
	left: 15px;
	background-image: url(../images/svg/logo.svg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 80px;
}
header.fix #logo {
	position: absolute;
	top: 5px;
	left: 10px;
	background-image: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding-left: 0;
}
#logo a {
	display: block;
	padding-top: 25px;
	color: #6d6d6d;
	font-weight: 500;
}
header.fix #logo a {
	display: block;
	padding-top: 0;
	color: #fff;
	font-size: 70%;
}
#logo div.big {
 font-size: 1.1em;
 margin-bottom: 10px;
}
header.fix #logo div.big {
 margin-bottom: 0;
}
#logo div.small {
 font-size: 0.5em;
 padding-left: 5px;
}
header.fix #logo div.small {
padding-left: 0;
}


/*連結*/
nav {
	z-index: 250;
	position: absolute;
	top: 35px;
	right: 15px;
}
nav li {
	list-style-type: none;
}
nav li a {
	color: #6d6d6d;
}
header.fix nav {
	z-index: 250;
	height: 50px;
	position: absolute;
	top: 0;
	right: 5px;
}
header.fix nav li, header.fix nav li a {
	color: #fff;
}
/*第一層*/
ul.navigation li {
	position: relative;
	list-style-type: none;
	z-index: 100;
	display: inline-block;
	color: #434343;
	text-align: center;
	line-height: 55px;
	padding: 0 15px;
}
ul.navigation li a {
	display: block;
	text-align: center;
	color: #434343;
}
ul.navigation li:hover a{
	color: #fff;
}
ul.navigation li:last-child {
	border-right: none;
}
ul.navigation li ul {
	width: 100%;
	display: none;/*隱藏*/
	position: absolute;
	left: 0;
}
ul.navigation li:hover > ul {
	display: block;/*出現*/
}
ul.navigation ul li {
	color: #fff;
	width: 100%;
	background: #433d3b;
	line-height: 25px;
	padding: 10px 0;
}
ul.navigation ul li:hover {
	background: #a06524;
}
ul.navigation ul li:last-child {
	border-bottom: none;
}

/*連結高度*/
.addheight {
	text-align: center;
}
.addheight:hover {
	background: #a06524;
	color: #fff;
}
.addheight ul li a {
	color: #fff;
}
.addheight ul li a:hover {
}

/*menu連結-fb*/
a.icon-fb {
	background-image: url(../images/svg/facebook.svg);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	width: 20px;
}
header.fix a.icon-fb {
	background-image: url(../images/svg/facebook02.svg);
}
header.fix a.icon-fb:hover {
	background-color: #3abcca;
}


/*首頁*/
#banner {
 background-position: center;
 height: 480px;
}
#word {
 text-align: center;
 padding-top: 110px;
}
#word b {
 font-size: 2.1em;
 line-height: 2.8em;
 font-weight: 600;
 letter-spacing:10px;
 color: #90a16c;
}
#word h2 {
 font-size: 4.5em;
 font-weight: 900;
 color: #b35e00;
 margin-top: 10px;
 margin-bottom: 45px; 
}
#word h2 span {
 color: #da7e1a;
}
#word h3 {
 font-size: 1.7em;
 font-weight: 500;
 color: #71492e;
 letter-spacing:5px;
}


/*首頁關於*/
#index-about {
 margin: 50px 0;
}
#index-about .left {
 width: 35%;
}
#index-about .right {
 width: 63%;
 padding-top: 25px;
 color: #626262;
}
#index-about .right h5{
 font-size: 1.6em;
}
#index-about #phone a {
 display: inline-block;
 color: #da7e1a;
 background: #fff;
 border: 3px solid #da7e1a; 
 padding: 10px 25px;
 margin: 0 auto;
 font-size: 1.2em;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
#index-about #phone a:hover {
 color: #fff;
 background: #da7e1a;
 border: 3px solid #eee;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/*首頁醫養結合*/
#index-medical {
  background-image: url(../images/index-medical.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 480px;
	text-align: center;
	padding: 100px 0;
}
#index-medical h2 {
 font-size: 4em;
 font-weight: 900;
 color: #fff;
 margin-top: 45px;
 margin-bottom: 45px; 
}
#index-medical p {
 font-size: 1.2em;
 font-weight: 700;
 line-height: 1.5em;
 color: #fff;
}
#index-medical a {
 display: block;
 width: 200px;
 border: 3px solid #fff;
 padding: 10px 25px;
 margin: 0 auto;
 color: #fff;
 font-size: 1.2em;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
#index-medical a:hover {
 color: #fff;
 background: #454f65;
 border: 3px solid #454f65; 
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/*首頁入住須知*/
#index-qualified {
  margin: 50px 0;
	padding: 80px 50px 25px 50px;
	background-image: url(../images/index-qualified.jpg);
	background-color: #c6aa80;
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
	height: 250px;
	text-align: right;
}
#index-qualified h3 {
  font-size: 3.5em;
}
#index-qualified p {
 font-size: 1.7em;
 /*text-shadow: black 0.1em 0.1em 0.2em;*/
}
#index-qualified a {
	color: #fff;
}

/*首頁fb*/
#index-fb {
  margin: 50px 0;
	padding: 100px 50px 25px 50px;
	background-image: url(../images/index-fb.jpg);
	background-color: #17345a;
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: center;
	height: 350px;
	text-align: left;
}
#index-fb h3 {
  font-size: 3.5em;
	margin-bottom: 15px;
	color: #fff;
}
#index-fb p {
  font-size: 1.7em;
	line-height: 1.3em;
	color: #fff;
	/*text-shadow: black 0.1em 0.1em 0.2em;*/
}
#index-fb a {
	color: #fff;
	padding-bottom: 3px;
	border-bottom: 1px solid #fff;
}


/*內頁共用*/
h1.title , h2.title {
	text-align: center;
	font-size: 2.5em;
	font-weight: normal;
	margin-top: -25px;
	line-height: 50px;
	color: #626262;
}
h3.title {
	color: #6d6d6d;
	font-weight: 700;
	font-size: 1.7em;
}
#bg-in {
 background: url(../images/bg-in.jpg);
 background-repeat:no-repeat;
 background-position: center center;
 width: 100%;
 height: 180px;
 text-align: center;
 padding-top: 80px;
}

/*麵包屑*/
#sitemap {
	margin: 10px 10px 0 0;
}
#sitemap ul {
	text-align: left;
	padding: 10px 15px;
}
#sitemap li {
	display: inline-block;
	font-size: 0.9em;
	color: #666666;
	padding: 0 5px;
	margin-left: -5px;
	line-height: 1em;
}
#sitemap li:after {
	content: '/';
	margin-left: 5px;
}
#sitemap li:last-child:after {
	display: none;
}
#sitemap li a {
	color: #666666;
}
#sitemap li:last-child {
	border-right: none;
}

/*內頁編輯器*/
.ckediter {
	padding: 10px;
}
.ckediter img {
	max-width: 100%;
	height: auto !important;
}
.ckediter-date {
	padding-left: 10px;
	color: #00a0e9;
}


/*關於我們*/
#about {
  margin: 25px 0;
}
#about .left {
 width: 55%;
 padding: 25px 25px 25px 0;
}
#about .right {
 width: 40%;
}
#about02 {
 margin: 10px 0 50px 0;
}
#about a {
 display: block;
 width: 200px;
 text-align: center;
 color: #da7e1a;
 background: #fff;
 border: 3px solid #da7e1a; 
 padding: 10px 25px;
 margin: 0 auto;
 font-size: 1.2em;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
#about a:hover {
 color: #fff;
 background: #da7e1a;
 border: 3px solid #eee;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}



/*醫養結合*/
#medical h3 {
 text-align: center;
 font-size: 2.5em;
 font-weight: 800;
 color: #d2a06a;
 margin: 35px 0;
}
#medical ul {
 text-align: center;
}
#medical li {
 display: inline-block;
 margin: 0 5px;
 padding: 5px 18px;
 border: 1px solid #000;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
#medical p {
 text-align: center;
}
#medical .left {
 float: left;
 width: 48%;
 margin-right: 2%;
}
#medical .left:last-child {
 margin-right: 0;
}
#medical-top .medical-top {
 padding: 10px 0 0 15px;
 border-left: 2px solid #a1a1a1;
 margin-top: 15px;
 margin-bottom: 50px;
}
#medical-top .medical-top h4 {
 font-size: 1.7em;
 color: #626262;
}
#medical-top .medical-top p {
 text-align: left;
}
#medical-bottom .left {
 float: left;
 width: 30%;
 margin-right: 3%;
 margin-bottom: 3%;
}
#medical-bottom .left:nth-child(3) {
 margin-right: 0;
}
#medical-bottom .left h5 {
 font-size: 1.1em;
}

/*長照服務*/
.service01 , .service02 , .service03{
 margin: 25px 0;
}
.service01 .left {
 float: left;
 width: 48%;
 margin: 1%;
}
.service01 .right {
 float: right;
 width: 45%;
 margin: 2%;
 padding: 25px;
}
.service01 ol {
 margin: 25px;
}
.service02 .left {
 float: left;
 width: 23%;
 margin: 1%;
 padding: 25px;
}
.service02 .right {
 float: right;
 width: 45%;
 margin: 0 2%;
}
.service02 ol {
 margin: 25px;
}
.service03 .left {
 float: left;
 width: 68%;
 margin: 1%;
}
.service03 .right {
 float: right;
 width: 28%;
 margin: 1%;
 padding: 25px;
}
.service03 ol {
 margin: 25px;
}

/*入住須知*/
#qualified {
 margin: 25px 0;
}
#qualified h4 {
 font-size: 1.5em;
 color: #696969;
 padding-top: 35px;
 padding-bottom: 5px;
}
#qualified ul {
 margin: 5px 45px;
 display: block;
 float: left;
 margin-right: 10px;
}
#qualified .left {
 width: 67%;
}
#qualified .right {
 width: 33%;
}
#qualified ol {
 margin: 5px 45px;
}
a.qualified-dowload {
 display: inline-block;
 height: 45px;
 line-height: 45px;
 border-bottom: 1px solid #a90707;
 color: #a90707;
 margin: 50px auto;
 padding: 0 1px 5px 45px;;
 font-size: 2em;
 background-image: url(../images/dowload.jpg);
 background-repeat: no-repeat;
 background-position: left center;
}

/*優質環境*/
#surroundings h3.title {
 text-align: center;
 margin-top: 50px;
}
#surroundings p {
 text-align: center;
}
#surroundings h4 {
 font-size: 1.5em;
 color: #696969;
 text-align: center;
 padding: 15px;
}
.surroundings-two , .surroundings-four , .surroundings-three , .surroundings-one {
 margin-bottom: 50px;
}
.surroundings-two .left {
 width: 46%;
 margin: 2%;
}
.surroundings-four .left {
 width: 24%;
 margin-right: 1.3%;
}
.surroundings-four .left:last-child {margin-right: 0;}
.surroundings-three .left {
 width: 32%;
 margin-right: 2%;
}
.surroundings-three .left:last-child {margin-right: 0;}

/*預約諮詢*/
#contact .left , #contact .right {
 padding: 25px;
 width: 50%;
}
#contact .list {
	width: 100%;
	margin: 15px 0;
}
#contact .btn {
  width: 150px;
	color: #fff;
	background: #b5b5b5;
	text-align: center;
}
#contact ul {
 list-style-type: none;
 margin: 5px 0;
}
#contact li {
 margin-top: 3px;
 list-style-type: none;
}
#contact #googlemap {
 margin-bottom: 30px;
}



/*尾部*/
footer {
	padding: 10px 0 15px 0;
	background: #f6f6f6;
}
footer .column-left {
	float: left;
}
footer .column-right {
	float: right;
	padding: 25px 25px 5px 5px;
}
#footernav li {
	list-style-type: none;
	margin-top: 15px;
	margin-left: 15px;
}
#footernav02 li {
	font-size: 0.9em;
	list-style-type: none;
	color: #1b1b1b;
	padding-bottom: 2px;
}
#footernav02 li:last-child {
	padding-left: 45px;
}
#footernav li#footerlogo {
	background-image: url(../images/svg/logo.svg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 80px;
	padding-top: 25px;
	color: #6d6d6d;
}
#footernav li#footerlogo div.big {
 font-size: 2.3em;
 margin-bottom: 10px;
}
#footernav li#footerlogo div.small {
 font-size: 1em;
 padding-left: 5px;
}
#footernav li#copyright {
 font-size: 0.8em;
 color: #1b1b1b;
 padding-left: 5px;
}

