@charset "utf-8";

body{
	margin:0 auto;	
	background-image:url(../images/sandpaper.jpg);
}
.top-section{
	width: 100%;
	height: auto;
	background-image:url(../images/top-bg.jpg);
	position: relative;
	
}
.top-section::before{/*主視覺BN下有咖啡色帶*/
	content: "";
	background-color: rgba(103,73,31,0.8);
	position: absolute;
	width: 100%;
	height: 563px;/*top-bg.jpg 高度*/
	top: 0;
	left:0;
	z-index: 1;
	box-shadow: 0px 2px 7px rgba(93,74,53,0.3);
}
.topbanner{
	position: relative;
	width:100%;
	max-width: 1400px;
	height: auto;	
	margin :0 auto;
	z-index: 2;	
}

#mview img{
	display:block;
	width:100%;
	max-width: 1400px;
	margin :0 auto;
}
.max1400Box{	
	max-width:1400px;
	width: 100%;
	margin:0 auto;	
	height:auto;
}
/*-----------top-----------*/
.scroll2top:link,
.scroll2top:visited{
	background:url(../images/top.png) no-repeat 0 0;  
	width:80px; 
	height:80px; 
	margin:0px;
	bottom:0px;
}
.scroll2top:hover{
	background:url(../images/top.png) no-repeat 0 -80px;
	animation: icon-up 0.75s ease-out;
	-webkit-animation: icon-up 0.75s ease-out;
}
@keyframes icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

/*----------- 介紹區 popup -----------*/
.demos-layout{ 
	position: relative;/*對應.top-section*/
	width: 100%;
	max-width: 1500px;
	margin:0 auto;
	padding:2% 5% 3% 5%;
	z-index: 2;
}
.list{
	display: flex;
	justify-content:center;	
	list-style: none;
	width: 100%;
	margin: 0 auto;
}
.list li span{
	cursor: pointer;
}
.Kbtn{	
	width:23.5%;	/*四個按鈕*/
	position: relative;
	/*overflow: hidden;不能有這段會陰影被遮住*/
	border-radius: 99em;
	cursor: pointer;
	margin-left:1%;/*按鈕間距*/
	margin-right:1%;
}

/*移除第一個跟最後一個按鈕間距*/
.Kbtn:nth-of-type(1){
	margin-left: 0%;
}
.Kbtn:nth-of-type(4){
	margin-right: 0%;
}
.Kbtn img{
	width:100%;
	height: auto;
	overflow: hidden;
	border-radius: 99em;
}
.Kbtn:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow:0px 0px 10px 2px rgba(238,208,172,0.5);
	width: 100%;
	border-radius: 99em;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
 }
.Kbtn:hover:before, .Kbtn:focus:before, .Kbtn:active:before {
    background: rgba(115, 87, 52, 0.5);
    box-shadow:0px 0px 8px 2px rgba(0,0,0,0.3); 
}
.blackLayer{
	width:100%;
	height:100%;
	position: fixed;
	z-index: 1000;
	left:0;
	top:0;
	background:rgba(0,0,0,0.5);
	display:none;
}
.popDiv{
	width:100%;
	height:100%;
	position: fixed;
	z-index: 1001;/*比blackLayer高一層*/
	left:0;
	top:0;
	display:none;
}
.pop1400Box{
	max-width: 1400px;
	margin:0 auto;
	padding:0;
	position: relative;	/*height在popup.js設定*/
}
.Xbtn{
	width:36px;
	height:36px;
	right:0;
	top:0;
	background-color:#333;
	position: absolute;
	z-index:5;
	cursor: pointer;
	color: #FFF;
	line-height:36px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	text-align: center;
}
.content{
	margin:0 auto;
	overflow-y:scroll;	
}
.a1Box{
	display: none;	
	overflow: hidden;
}
.a2Box{
	display: none;	
	overflow: hidden;
}
.a3Box{
	display: none;
	overflow: hidden;
}

/*lightbox-內容介紹*/
.introductionmax{    
	width: 100%;
	height: 100%;
	padding: 20px;
	background-image: url(../images/sandpaper.jpg);	
	overflow: hidden;
}
.col4-box{
	float: left;
    width: calc(50% - 10px);
    
}
.col4-box:first-child{
	margin-right: 20px;/*欄位間距*/
}
.item{
	overflow: hidden;
	clear: both;
	background-color: #fff;
	margin-bottom: 22px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	border-radius: 5px;
}
.item:last-child{
	margin-bottom: 0px;
}
.item img{
    width: 50%;
    padding: 5px 5px 3px 5px;/*下方3px解決多2px問題*/	
}

.intro_r{
	width: 50%;
    float:right;
    padding:0;
    margin: 0;
}
.intro_l{
	width: 50%;
    float:left;
    padding:0;
    margin: 0;
}
.intro_r h4,.intro_l h4{
    font-size: 30px;
    font-family: sans-serif,"微軟正黑體";
    line-height: 1.5em;
    text-align: center;
    padding-top: 20px;
    color: #7b5b30;
}
.intro_r p,.intro_l p{
    font-size: 15px;
    font-family:  sans-serif,"新細明體";
    color: #666;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: justify;
    padding:4px 20px 20px 20px; 
    text-indent:2em;
}

/*lightbox-內容介紹-hotel*/
.hotel{
	background-color: #fff;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	border-radius: 5px;
	overflow: hidden;
}
.col3-box{
	position: relative;
}
.col3-box h4{
	display: block;
	width: 100%;
	height: 60px;
	font-size: 28px;
	font-family: sans-serif,"微軟正黑體";
	line-height: 60px;
	color: #fff;
	background-color: #a6865f;
	text-indent: 55px;
}
.col3-box h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 14px;
	left: 15px;
	width: 32px;
	height: 32px;
	background: url(../images/kinmen-icon_18.png) no-repeat 0px 0px;
	background-size: 32px 32px; 
}
.hotel-pic-box{
	overflow: hidden;
	clear: both;
	/*overflow: auto; 同上2行*/
	padding:0 1.5%;/*左右間距*/
}
.hotel-pic{
	display: block;
	float: left;/*用display-block會有預設的間距*/
	width: 32.7%;
	height: auto;
	overflow: hidden;
	margin-top:1.5%;/*上下間距*/
	margin-bottom:3.5%;
	background-color: #fff;
}
.hotel-pic:nth-of-type(2){
	margin-left:0.95%;
	margin-right:0.95%;
}
.hotel-pic img{
	width: 100%;
}

/*----------- 商品區 -----------*/
.wrapper{
	width: 100%;
	height: auto;
	padding:80px 80px 130px 80px; 
}
/* c23模組 */
.cms23-layout{
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow:0px 0px 5px rgba(0,0,0,0.5);
	overflow: hidden;
	width: 100%;
}
.cms23title1{
	display:block;
	width:100%;
	height:96px;
	font-size:0;	
	background:url(../images/kinmen-title_14.jpg) #a3865f no-repeat center;
	clear: both;
}

.intro-anchors {
	display: table;
	max-width: 90%;
	margin: 0 auto;
	margin-top:50px; 
	text-align: center;
}

.intro-anchors a{
	font-size: 20px;
	color: #7b5b30;
	display: inline-block;
	text-decoration: none; 
	line-height: 1.5;
}
.intro-anchors a:hover{
	font-weight: bolder;
	-webkit-animation: intro-anchors-m 0.5s ease-out;
	animation: intro-anchors-m 0.5s ease-out;	
}
@keyframes intro-anchors-m {
	0%{
	    color:#7b5b30;
	}
	50%{
	    color:#613b09;
	}
	100%{
		color:#7b5b30;	
	}
}
.intro-anchors a:after{
	content: "│";
	padding: 0 20px;	
	color: #dbc4a6;
}
.intro-anchors a:last-child:after{
	content: " ";
	padding: 0;
}
.carrier {
    font-family: Verdana, Geneva, sans-serif, "新細明體";
    position: relative;
    margin: 50px 0;
    padding-left:30px;
    padding-right:30px;
}
.carrier h4 {
    text-indent: 50px;
    font-size: 28px;
    font-family: Verdana, Geneva, sans-serif,"微軟正黑體";
    color: #7b5b30;
    letter-spacing: 1px;
}
.carrier h4::before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 50px;
    width: 25px;
    height: 25px;
    background: url(../images/kinmen-icon_18.png) no-repeat 0px 0px;
    background-size: 25px 25px;
}
.carrier ul {
	list-style: none;
    padding: 0;
	margin-top:15px;
}
.carrier li {
	clear: both;
	overflow: hidden;
    border-bottom: 1px dotted #b79b6b;
    padding: 15px 20px 10px;
    margin: 0 20px;
    line-height: 1.3em;
    min-height: 60px;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

/*.carrier li:last-child{border:none;}*/

.carrier li:hover {
    background: #e3d9cb;
}

.carrier li a:link, .carrier li a:visited {
    text-decoration: none;
    font-size: 16px;
    font-family: "新細明體";
    color: #7b5b30;
    letter-spacing: 1px;
    line-height: 1.5;
    display: block;
}
.carrier li a strong {
    font-weight: normal;
    display: block;
    font-size: 22px;
    font-weight: bolder;
    font-family: "微軟正黑體";
    color: #484848;
    margin: 2px 0 6px 0;
    line-height: 1.2em;
    letter-spacing: 1px;
}
.carrier li a:hover strong {
    color: #624319;
    text-decoration: none;
}
.carrier .box-head {
    display: none !important;
}
.carrier li em.price {
    font-size: 15px;
    color: #7b5b30;
    font-family: Verdana, Geneva, sans-serif, arial, "新細明體";
    float: right;
    font-weight: bold;
}
.carrier li em.price span, .carrier li em.price var {
    font-size: 20px;
}