
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(index_header.css);
@import url(index_footer.css);
@import url(page_banner.css);
/*@import url(page_navsub.css);*/



/*========================================================
                      	 h1 設定
=========================================================*/


.h1-title {
    color: #54412f;
    margin: 0 0 20px 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
	font-size: 24px;
	position: relative;
	border-bottom: 1px solid #d1d3d3;
}


/* 尺寸設定 */
@media (min-width: 768px) {
	.h1-title {
		font-size: 30px;
		margin: 0 0 30px 0;
	}		
}
@media (min-width: 1200px) {
	.h1-title {
		font-size: 36px;
		margin: 0 0 40px 0;
	}		
}


/*========================================================
                      	 內頁框架
=========================================================*/

.content {
	padding-bottom: 50px;
}
.content-box {
}


/* 麵包屑 */
.breadcrumbs {
	text-align: right;
}
.breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
	color: #000;
	padding: 20px 0 10px 0;
}
.breadcrumbs a.home {
	font-weight: bold;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #000;
	font-size: 100%;
	font-weight: bold;
}



/*========================================================
                         房型介紹
=========================================================*/

.about-line {
	text-align: right;
	margin-bottom: 40px;
}
.about-line:before {
	content: '';
	display: inline-block;
	width: 30%;
	height: 20px;
	background-color: #b3967c;
}
.about-1 img, .about-2 img {
	width: 100%;
	vertical-align: bottom;
}

.about-1 h2 {
	font-size: 32px;
	margin: -30px 0 0 0;
}
.about-1 h3 {
	display: none;
}
.about-1 h4, .about-2 h4 {
	font-size: 24px;
}
.about-1 [class*="col-lg-"]:nth-of-type(1), .about-2 [class*="col-lg-"]:nth-of-type(2) {
	font-size: 18px;
	line-height: 32px;
}
.about-1 [class*="col-lg-"]:nth-of-type(1) p, .about-2 [class*="col-lg-"]:nth-of-type(2) p {
	margin-bottom: 30px;
}
.about-2 [class*="col-lg-"]:nth-of-type(1) {
	display: none;
}
.about-2 [class*="col-lg-"]:nth-of-type(2) {
	padding: 20px 0 0 0;
}



/*箭頭*/

.about-1 .slick-slider {
	margin-bottom: 0;
}
.about-pic .slick-prev {
	left: 85%;
	top: 93.6%;
	z-index:99;
	border-radius: 0;
	background-color: #ba925a;
}
.about-pic .slick-next {
	right: 0;
	top: 93.6%;
	z-index:99;
	border-radius: 0;
	background-color: #ba925a;
}

.about-pic .slick-prev:hover{
	background-color: #a2461d;
}
.about-pic .slick-next:hover{
	background-color: #a2461d;
}



/* 尺寸設定 */
@media (max-width: 991px) {
	.about-1 [class*="col-lg-"]:nth-of-type(2) {
		margin-bottom: 60px;
	}
	.about-2 [class*="col-lg-"]:nth-of-type(2) {
		padding: 30px 0 0 0;
	}
}
@media (min-width: 1200px) {
	.about-1 .row, .about-2 .container .row {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.about-1 h2 {
		font-size: 32px;
		margin: -30px 0 0 0;
	}
	.about-1 h3 {
		display: none;
	}
	.about-1 h4 {
		font-size: 24px;
	}
	.about-1 [class*="col-lg-"]:nth-of-type(1) {
		font-size: 16px;
		line-height: 28px;
	}
	.about-1 [class*="col-lg-"]:nth-of-type(1) p {
		margin-bottom: 10px;
	}
	.about-1 [class*="col-lg-"]:nth-of-type(2) {
		padding-left: 0;
	}
	.about-2 {
		background-color: #ddd3ca;
	}
	.about-2 h4 {
		font-size: 24px;
	}
	.about-2 [class*="col-lg-"]:nth-of-type(1) {
		padding-right: 0;
		padding-left: 0;
		display: block;
	}
	.about-2 [class*="col-lg-"]:nth-of-type(2) {
		background-color: #fff;
		border-right: 15px solid #ddd3ca;
		padding: 40px;
		font-size: 16px;
		line-height: 28px;
	}
	.about-2 [class*="col-lg-"]:nth-of-type(2) p {
		margin-bottom: 40px;
	}
	
	
	.about-pic .slick-prev {
		left: 80%;
		top: 91%;
	}
	.about-pic .slick-next {
		right: -1px;
		top: 91%;
	}
}

@media (min-width:1600px) {
	.about-1 h2 {
		font-size: 40px;
	}
	.about-1 h3 {
		display: block;
		font-size: 57px;
		color: #98795d;
		text-align: right;
		margin: 0;
	}
	.about-1 [class*="col-lg-"]:nth-of-type(1) {
		padding-right: 80px;
		font-size: 18px;
		line-height: 32px;
	}
	.about-1 [class*="col-lg-"]:nth-of-type(1) p {
		margin-bottom: 20px;
	}
	.about-2 [class*="col-lg-"]:nth-of-type(2) {
		border-right: 150px solid #ddd3ca;
		padding: 61px;
		font-size: 18px;
		line-height: 32px;
	}
	.about-pic .slick-prev {
		left: 85%;
		top: 93.1%;
	}
	.about-pic .slick-next {
		right: 0;
		top: 93.1%;
	}
}




/*========================================================
                         房型介紹
=========================================================*/

.room-list {
	max-width: 1240px;
	margin: 0 auto;
}
.room-info {
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 50px;
	text-align: center;
}
.room-list img {
	width: 100%;
	vertical-align: bottom;
}
.room-list dl {
	margin-bottom: 50px;
}
.room-list dl dd {
	background-color: #e3e3e3;
	text-align: center;
	padding: 20px 20px;
}
.room-list dl dd h2 {
	font-size: 24px;
	margin: 0 0 10px 0;
}
.room-list dl dd p {
	text-align: left;
}

/* 圖片特效 */

.mask-1 .instagram-link {
	position: relative;
	width: 100%;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: .33s all ease;
	-o-transition: .33s all ease;
	transition: .33s all ease;
}
.mask-1 .instagram-link:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(32, 35, 42, 0.5);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.mask-1 .instagram-link:after {
	position: absolute;
	content: '';
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.mask-1 .instagram-link .caption {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #fff;
}
.mask-1 .instagram-link .caption span {
	font-size: 20px;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 30px;
	font-weight: normal;
}
.mask-1 .instagram-link:before, .mask-1 .instagram-link:after, .mask-1 .instagram-link .caption {
	opacity: 0;
}
.mask-1 .instagram-link:hover:before, .mask-1 .instagram-link:hover:after, .mask-1 .instagram-link:hover .caption {
	opacity: 1;
}


/*========================================================
                        房型介紹內頁
=========================================================*/

.room-detail-pic {
	max-width: 1170px;
	margin: 0 auto;
}

.room-detail-pic .slick-slider {
    margin-bottom: 10px;
}

/* 內頁設定 */

.work-detail {
	max-width: 1170px;
	margin: 50px auto;
}
.work-detail h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.slider-for > div {
	position: relative;
}
.slider-for > div .link {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	text-align: right;
}
.slider-for > div img {
	width: 100%;
	vertical-align: bottom;
}

.slider-for > div .link a {
	display: inline-block;
	color: #fff;
	margin: 0 10px;
	padding: 10px 5px;
}
.slider-nav > div img {
	width: 94%;
	vertical-align: bottom;
	margin: 0 3%;
	cursor: pointer;
}
.slick-slide img {
	opacity: 0.6;
}
.slick-current img {
	opacity: 1;
}


/*大圖箭頭*/
.room-detail-pic .slider-for .slick-prev {
	left: 0;
	top: 50%;
	z-index:99;
	border-radius: 0;
	background-color: #fff;
}
.room-detail-pic .slider-for .slick-next {
	right: 0;
	top: 50%;
	z-index:99;
	border-radius: 0;
	background-color: #fff;
}
.room-detail-pic .slider-for .slick-prev:hover{
	background-color: #a2461d;
}
.room-detail-pic .slider-for .slick-next:hover{
	background-color: #a2461d;
}


/* 尺寸設定 */
@media (max-width: 767px) {
	.room-detail-pic .slick-prev {
		display: none !important;
	}
	.room-detail-pic .slick-next {
		display: none !important;
	}
}
@media (min-width: 768px) {
	.room-detail-pic .slider-nav .slick-prev {
		left: 0;
		top: 50%;
		z-index:99;
		border-radius: 25px;
		background-color: #C1C1C1;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.room-detail-pic .slider-nav .slick-next {
		right: 0;
		top: 50%;
		z-index:99;
		border-radius: 25px;
		background-color: #C1C1C1;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.room-detail-pic .slider-nav .slick-prev:hover{
		background-color: #2c2929;
	}
	.room-detail-pic .slider-nav .slick-next:hover{
		background-color: #2c2929;
	}
	.room-detail-pic .slider-nav {
		padding: 0 60px;
	}

	.room-detail-pic .slider-nav .slick-prev:before, 
	.room-detail-pic .slider-nav [dir='rtl'] .slick-prev:before {
    	background: url(../javascript/slick/prev3.png) no-repeat center center;
	}
	.room-detail-pic .slider-nav .slick-next:before, 
	.room-detail-pic .slider-nav [dir='rtl'] .slick-next:before {
		background: url(../javascript/slick/next3.png) no-repeat center center;
	}
	
	.room-detail-pic .slider-nav .slick-prev:before, 
	.room-detail-pic .slider-nav [dir='rtl'] .slick-prev:before, 
	.room-detail-pic .slider-nav .slick-next:before, 
	.room-detail-pic .slider-nav [dir='rtl'] .slick-next:before {
		content: '';
		display: block;
		width: 50px;
		height: 50px;
		border: none;
	}
	
}


/* 360度環境 */
.room-detail-video {
	max-width: 1170px;
	margin: 50px auto 10px;
}
.room-detail-video img {
	width: 100%;
	vertical-align: bottom;
}
.room-detail-video [class*="col-"] {
	margin-bottom: 20px;
}
.room-detail-video [class*="col-"] .box {
	position: relative;
}
.room-detail-video [class*="col-"] .box a {
	color: #fff;
}
.room-detail-video [class*="col-"] .box .instagram-link {
	position: relative;
	width: 100%;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: .33s all ease;
	-o-transition: .33s all ease;
	transition: .33s all ease;
}
.room-detail-video [class*="col-"] .box .instagram-link:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(32, 35, 42, 0.5);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.room-detail-video [class*="col-"] .box .instagram-link:after {
	position: absolute;
	content: '';
	border: 1px solid #fff;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.room-detail-video [class*="col-"] .box .m1 {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-align: center;
	font-size: 18px;
}



.room-detail {
	max-width: 1170px;
	margin: 0 auto;
}

/* 介紹 */
.room-detail-info {

	margin-bottom: 50px;
	position: relative;
	padding-left: 0;
	font-size: 18px;
}
.room-detail-info span {
	color: #902338;
	font-size: 24px;
	display: inline-block;
	width: 100%;
}



/* 設備說明 */
.room-detail-des {
	border-top: 2px solid #8b8b8b;
	margin-bottom: 50px;
}
.room-detail-des h2 {
	font-size: 24px;
	color: #902338;
	margin-top: 20px;
}
.room-detail-des h2:after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background-color: #b09a73;
	margin-top: 10px;
}
.room-detail-des-list {
	margin-bottom: 20px;
}
.room-detail-des-list dl {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 100%;
	margin: 0 0 20px 0;
}
.room-detail-des-list dl dt {
	float: left;
	width: 72px;
	height: 72px;
	margin-right: 20px;
	margin-top: 20px;
}
.room-detail-des-list dl dd {
	overflow: hidden;
}
.room-detail-des-list dl dd h3 {
    font-size: 18px;
}
.room-detail-des-list dl dd ul {
    list-style: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
}

/* 房型規格 */
.room-detail-des .col-md-3 {
	background-color: #e3dac5;
	padding: 10px 30px 30px 30px;
	position: relative;
}
.room-detail-des .col-md-3 ul {
    list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.room-detail-des .col-md-3 .order a {
    display: block;
	background-color: #7b5c38;
	color: #fff;
	text-align: center;
	padding: 5px;

}

/* 住房須知 */
.room-detail-tabs {
	
}
.room-detail-tabs .nav-tabs {
    border-bottom: 1px solid #999;
}
.room-detail-tabs ul li {
	/*width: 50%;*/
	width: 100%;
	text-align: center;
	background-color: #e3dac5;
}
.room-detail-tabs ul li a {
	font-size: 24px;
	border-radius: 0;
	color: #333;
}
.room-detail-tabs ul li.active {
	border-top: 2px solid #999;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #999;
    border-bottom-color: transparent;
	color: #a61b38;
}
.tab-content {
    border: 1px solid #999;
	border-top-color: transparent;
	padding: 30px;
}





/* 尺寸設定 */

@media (min-width: 640px) {
	.room-detail-info {
		margin-top: 50px;
		padding-left: 160px;
	}
	.room-detail-info span {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 9;
		width: 160px;
	}
	.room-detail-des-list dl {
		width: 47%;
		margin: 0 2% 20px 0;
	}
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
	.room-detail-des > div {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.room-detail-des .col-md-3 .order {
		width: 80%;
		position: absolute;
		bottom: 20px;
	}
	.room-detail-des-list dl {
		width: 47%;
		margin: 0 2% 20px 0;
	}
}
@media (min-width: 1200px) {
}

/*========================================================
                         餐飲服務
=========================================================*/

.service-list {
	max-width: 1240px;
	margin: 0 auto;
}
.service-list img {
	width: 100%;
	vertical-align: bottom;
}
.service-list dl {
	border: 1px solid #c3aa6f;
	padding: 20px;
	margin-bottom: 50px;
}
.service-list dl dt, .service-list dl dd {
	padding-left: 0;
	padding-right: 0;
}
.service-list dl dd {
	background-color: #edebde;
	padding: 30px 50px;
}
.service-list dl dd h2 {
	color: #944a03;
	margin: 0 0 20px 0;
}
.service-list dl dd p {
	color: #54412f;
	font-size: 17px;
	line-height: 28px;
}
.service-list dl dd .more {
	text-align: right;
	margin-right: 10px;
}

.service-list dl dd .more a {
	display: inline-block;
	background-color: #c08348;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}
.service-list dl dd .more a:hover {
	background-color: #944a03;
}


/* 尺寸設定 */
@media (min-width: 1200px) {
	.service-list dl {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.service-list dl:nth-of-type(2n+1) dt {
		padding-right: 15px;
	}
	.service-list dl:nth-of-type(2n+2) dt {
		padding-left: 15px;
	}
	.service-list dl dd h2 {
		margin: 20px 0 20px 0;
	}
}


/*========================================================
                         公共設施
=========================================================*/

/*
.facility-list {
	max-width: 1170px;
	margin: 0 auto;
}
*/
.facility-info {
	margin-bottom: 50px;
	text-align: center;
}

.facility-list img {
	width: 100%;
	vertical-align: bottom;
}
.facility-list dl {
	margin-bottom: 50px;
}
.facility-list dl dd h2 {
	font-size: 24px;
	font-weight: bold;
}


.facility-info2 {
	border: 2px dashed #dadada;
	padding: 30px 50px;
	background-color: #f6f2ec;
	margin-bottom: 30px;
}
.facility-info2 h3 {
	font-weight: bold;
	text-align: center;
}



/* 尺寸設定 */
/*
@media (min-width: 768px) {
}
@media (min-width: 992px) {
	.facility-list dl:nth-of-type(2n+1) {
		padding-left: 0;
		padding-right: 30px;
	}
	.facility-list dl:nth-of-type(2n+2) {
		padding-left: 30px;
		padding-right: 0;
	}
}
@media (min-width: 1200px) {
	.facility-list dl:nth-of-type(2n+1) {
		padding-right: 45px;
	}
	.facility-list dl:nth-of-type(2n+2) {
		padding-left: 45px;
	}
}
*/




/*========================================================
                         最新消息
=========================================================*/

.news-list {
	background-color: #dbd0c5;
}
.news-post {
	text-align: center;
}
.news-post h1 {
	color: #9c6d4b;
	font-weight: bold;
	margin-bottom: 30px;
}

/* 目錄頁設定 */
.post-minimal {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 2px 0px 5px 0px rgba(65, 65, 65, 0.12);
	box-shadow: 2px 0px 5px 0px rgba(65, 65, 65, 0.12);
	margin-bottom: 30px;
	text-align: left;
}
.post-minimal .post-body {
	padding: 20px;
}
.post-minimal * + .post-text {
	margin-top: 8px;
}
.post-minimal * + .post-meta {
	margin-top: 5px;
}
.post-minimal * + .post-meta i {
	color: #7b5c38;
}
.post-minimal .post-body h2 {
	margin: 0 0 14px 0;
	background-color: #7b5c38;
}
.post-minimal .post-body h2 a {
	display: inline-block;
	font-size: 20px;
	padding: 5px 10px;
	color: #fff;
}



/* 尺寸設定 */
@media (max-width: 639px) {
	.post-minimal {
		display: inline-block;
		width: 100%;
		max-width: 500px;
	}
	.post-minimal .post-image img {
		width: 100%;
		vertical-align: bottom;
	}
}

@media (min-width: 640px) {
	.post-minimal {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.post-minimal .post-left {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		width: 320px;
	}
	.post-minimal .post-image {
		position: relative;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		overflow: hidden;
	}
	.post-minimal .post-image img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: auto;
		width: auto;
		min-height: 100%;
		min-width: 100%;
		z-index: 1;
	}
	.post-minimal .post-body {
		padding: 30px 24px 30px 27px;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

@media (min-width: 1200px) {
	.post-minimal .post-body {
		padding: 40px 26px 40px 30px;
	}
}



/*========================================================
                      	 活動訊息
=========================================================*/

.news-2 {
}
.news-2 dl {
	position: relative;
	margin-bottom: 30px;
}
.news-2 dl dt {
}
.news-2 dl dt time {
	position: absolute;
	left: 25px;
	top: 10px;
	z-index: 9;
	color: #f0ebe0;
	font-size: 12px;
	background-color: #ac956d;
	text-align: center;
	width: 70px;
	height: 70px;
	line-height: 20px;
	border-radius: 35px;
	padding-top: 17px;
}
.news-2 dl dt time span {
	font-size: 28px;
	font-weight: bold;
	display: block;
	color: #f0ebe0;
}
.news-2 dl dt img {
	width: 100%;
	vertical-align: bottom;
}
.news-2 dl dd {
	overflow: hidden;
	line-height: 28px;
	margin: -80px 30px 0 30px;
	position: relative;
	z-index: 9;
	background-color: #fff;
	padding: 30px;
	text-align: center;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.news-2 dl dd h5 {
	color: #1e1d24;
	font-weight: bold;
	font-size: 24px;
}
.news-2 .more {
	margin-top: 20px;
}
.news-2 .more a {
	display: inline-block;
	background-color: #ac956d;
	padding: 5px 30px;
	color: #fff;
}
.news-2 .more a:hover {
	background-color: #c8c8c8;
}


/*========================================================
                      	活動相簿
=========================================================*/

.news-3 {
}
.news-3 dl {
	position: relative;
	margin-bottom: 20px;
}
.news-3 dl dt {
	position: relative;
}
.news-3 dl dt a img {
	width: 100%;
	vertical-align: bottom;
}
.news-3 dl dd {
	overflow: hidden;
	line-height: 28px;
}
.news-3 dl dd h5 {
	color: #7b5c38;
	font-weight: bold;
	font-size: 20px;
}
.news-3 dl dd time {
	position: absolute;
	left: 15px;
	top: 0;
	z-index: 9;
	color: #fff;
	font-size: 15px;
	padding: 14px 10px 10px;
	background-color: #6f94be;
	text-align: center;
}
.news-3 dl dd time span {
	font-size: 36px;
	font-weight: bold;
	display: block;
}
.news-3 .triangle-shape, .news-3 .entry-meta {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.news-3 .triangle-shape {
	background-color: #fff;
	-webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%, 100% 0%);
	clip-path: polygon(100% 0%, 0% 100%, 100% 100%, 100% 0%);
	position: absolute;
	right: -1px;
	top: 0;
	bottom: -1px;
	display: inline-block;
	width: 140px;
}
.news-3 .entry-meta {
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 5px;
}
.news-3 .entry-meta i {
	background-color: #ac956d;
	height: 60px;
	width: 60px;
	text-align: center;
	border: 3px solid #fff;
	display: inline-block;
	line-height: 58px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	margin-bottom: 36px;
}
.news-3 .entry-meta i img {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	margin: 0 0 6px;
}
.news-3 .post-date {
	color: #7b5c38;
	font-size: 13px;
	letter-spacing: 0.39px;
	line-height: 28px;
	text-transform: uppercase;
}
.news-3 .post-date span {
	display: block;
	color: #666;
}
.news-3 dl dt:hover .triangle-shape {
	/*	width: 0;*/
	opacity: 0;
}
.news-3 dl dt:hover .entry-meta {
	opacity: 0;
	right: 50%;
}
.news-3 .more {
	margin-top: 20px;
}
.news-3 .more a {
	display: inline-block;
	background-color: #ac956d;
	padding: 5px 30px;
	color: #fff;
}
.news-3 .more a:hover {
	background-color: #c8c8c8;
}


/*========================================================
                      	媒體影音
=========================================================*/

.news-4 {
	margin-bottom: 30px;
}
.news-4 dl {
	position: relative;
	margin-bottom: 40px;
}
.news-4 dl dt {
}
.news-4 dl dt span {
	display: inline-block;
}

.news-4 dl dt img {
	width: 100%;
	vertical-align: bottom;
}
.news-4 dl dt .pic {
}
.news-4 dl dt .pic a {
	position: relative;
	display: block;
}
.news-4 dl dt .pic a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.news-4 dl dt .pic a:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
	background: url(../images/youtube.png) no-repeat center center;
	background-color: rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}


.news-4 dl dd {
	overflow: hidden;
	line-height: 30px;
	background-color: #fff;
	padding: 30px;
	font-weight: bold;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.news-4 dl dd .post-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 10px;
}
.news-4 dl dd .post-title .post-date {
	font-family: 'Oswald';
	padding: 5px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	text-align: center;
	background-color: #98795d;
	color: #fff;
}
.news-4 dl dd .post-title .post-date span {
	display: block;
}

.news-4 dl dd h5 {
	margin-left: 15px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	font-weight: bold;
	font-size: 20px;
	color: #6e4c2e;
}




/*========================================================
                   	最新消息內頁
=========================================================*/

.news-detail {
	margin-bottom: 50px;
	text-align: left;
}
.news-detail h2 {
	text-align: left;
	margin: 0 0 30px 0;
	color: #fff;
	background-color: #7b5c38;
	padding: 7px 20px;
}
.news-content {
	padding-bottom: 20px;
	border-bottom: 2px dashed #adadad;
}
.news-content img {
	max-width: 100%;
	vertical-align: bottom;
	display: block;
	margin: 0 auto 20px;
}
/*回目錄頁*/
.news-detail .back {
	text-align: right;
	padding-top: 30px;
}
.news-detail .back a {
	background-color: #7b5c38;
	padding: 8px 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
}
.news-detail .back a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #0087a9;
	color: #fff;
	text-decoration: none;
}


/* 尺寸設定 */

@media (min-width: 992px) {
	.news-content img {
		float: left;
		width: 40%;
		margin: 6px 30px 20px 0;
	}
}

/*========================================================
                   	活動相簿內頁
=========================================================*/

.album-top {
	margin: 0 15px 50px 15px;
	background-color: #f3ede6;
	border-left: 15px solid #7b5c38;
	padding: 25px 30px;
}
.album-top h2 {
	margin: 0 0 10px 0;
	font-size: 28px;
}
.album-detail ul [class *= col-] {
	margin-bottom: 10px;
	padding-right: 15px;
    padding-left: 15px;
}
.album-detail ul {
	max-width: 1600px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.album-detail li.shown,
.no-js .album-detail li,
.no-cssanimations .album-detail li {
	opacity: 1;
}
.album-detail li a {
	outline: none;
	border: none;
	display: block;
}
.album-detail li img {
	width: 100%;
	vertical-align: bottom;
	border: 1px solid #cdcdcd;
	-moz-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}


.album-detail li .pic {
	position: relative;
    display: block;
    overflow: hidden;
    z-index: 2;
}
.album-detail li .pic:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.album-detail li .pic span:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.album-detail li .pic span:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    content: '';
    display: inline-block;
	background: url(../images/magnifier.png) no-repeat center center;
	background-color: rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}
.album-detail li .pic span:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	content: "";
	width: 100%;
	height: 100%;
	border: 3px solid #fff;
}
.album-detail li p {
    text-align: center;

}
.album-detail li p a {
    color: #333;
}





/*========================================================
                         聯絡我們
=========================================================*/

.contact-list h2 {
	border-left: 10px solid #ce4737;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	font-size: 24px;
}

.map {
}

.map iframe {
/*
	background-color: #fff;
	border: 7px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
*/
}
.map ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.map ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 100px;
	position: relative;
	min-height: 80px;
	margin-bottom: 20px;
}
.map ul li b {
	font-weight: bold;
	font-size: 20px;
	display: block;
	color: #744f2d;
}
.map ul li i {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
.circle {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	font-size: 30px;
	color: #fff;
	line-height: 80px;
	text-align: center;
	background: #98795d;
	position: absolute;
	left: 0;
	top: -10px;
	z-index: 9;
}
.map ul li [class^="flaticon-"]:before, 
.map ul li [class*=" flaticon-"]:before, 
.map ul li [class^="flaticon-"]:after, 
.map ul li [class*=" flaticon-"]:after {
    margin-right: 0px;
}




/*========================================================
                         各類表單
=========================================================*/

/* 說明 */
.form-info {
	border: 2px dashed #adadad;
	padding: 20px 20px 20px 100px;
	background: #f7f7f7 url(../images/warning.png) no-repeat 20px center;
	margin-bottom: 20px;
	min-height: 60px;
}
.form-info p {
	margin-bottom: 6px;
}



/* 表單設定 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal .control-label {
	color: #333;
}
.form-horizontal .form-control {
	border-radius: 0;
	padding: 5px 20px 5px 40px;
	border: 1px solid #c4c4c4;
	background-color: #f6f6f6;
}
.form-control {
    background-color: #f6f6f6;
	height: 40px;
}	
::placeholder {
  	color: #000;
	font-weight: bold;
}

/* 意見表單 */

.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	margin-bottom: 10px;
}
.contact-form [class *= col-] i {
    display: block;
    font-size: 16px;
    color: #c4c4c4;
    width: 28px;
    line-height: 28px;
    text-align: center;
/*    border: 1px solid #c4c4c4;*/
    background-color: #f6f6f6;
    position: absolute;
    left: 21px;
    top: 6px;
    border-radius: 5px;
    transition: all 0.4s ease;
}
.contact-form [class *= col-] i.text-red {
    color: #333;
}



/* 預約訂房 */
.form_out {
}
/*
.form_out  [class *= col-] {
	padding: 0;
}
*/
.form_out .col-md-2 {
	text-align: left;
	font-weight: bold;
}
.form_out .col-md-2 > span {
	font-weight: bold;
	color: #E51317;
}
.form-group b {
	display: block;
	font-size: 15px;
}
.input {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 100%;
	padding: 3px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.input2 {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	padding: 6px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



/* 尺寸設定 */
@media (max-width: 767px) {
	.form_out  [class *= col-] {
		padding: 0;
	}
}
@media (min-width: 768px) {
	.form-info {
		padding: 20px 20px 20px 70px;
		background: #f7f7f7 url(../images/warning2.png) no-repeat 20px center;
	}
	.form-info {
		margin-right: 15px;
	}
	.form-info2 {
		margin-right: 0;
	}
	.contact-form [class *= col-] {
		padding-right: 15px;
	}
	.form_out .col-md-3 {
		padding-right: 15px;
	}
	.form_out .col-md-3 span {
		text-align: center;
		background-color: #c7b89e;
		padding: 3px 0;
	}
	
	.form_out .col-md-2 {
		background-color: #e5ded1;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.form-group {
		padding: 10px 15px 10px 0;
		margin-bottom: 0;
	}
}


/*========================================================
                           表格
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: center;
	margin: 0 0 20px 0;
}
.table1 caption {
	color: #333;
	font-weight: bold;
}
.table1 tr:nth-of-type(2n+1) {
	background-color: #f7f6f2;
}
.table1 th {
	background: #ece5d5;
	color: #7b5c38;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
	border-top: 1px solid #aaa;
	border: 1px solid #bbb;
}
.table1 td {
	padding: 0 5px;
	border: 1px solid #cdcdcd;
}

.table1 a.file {
	display: inline-block;
	margin-top: 4px;
	width: 24px;
	height: 24px;
	background: url(../images/file_pdf.png) no-repeat center center;
	text-indent: -9999px;
	}
.table1 td img {
	max-width: 100px;
	max-height: 100px;
}


/* 手機表格提示 */
.table-text {
	color: #D40101;
	text-align: right;
	margin-bottom: -20px !important;
}	
@media (min-width: 768px) {
	.table-text {
		display: none;
	}	
}
	
/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
	}

a.figure:hover:before {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}

/*========================================================
                         消費者資料保密政策
=========================================================*/

.copyright-list h3{
	text-align:center;
	margin-bottom: 20px;
}
.copyright-list p{
	margin-bottom: 30px;
}
