@import url("reset.css");
@charset "utf-8";

body{
	margin:0 auto;	
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:0px 25px; 
	background-color: #FFF;
}


#mview img{
	display:block;
	width:100%;
	margin :0 auto;
}
.max1400Box{	
	max-width:1400px;
	width: 100%;
	margin:0 auto;	
	height:auto;
	background-color:#FFF;
}

.wrapper{
	margin:0 auto;
	width: 100%;
	height: auto;
	padding:0px 80px 50px 80px; 
	overflow:hidden;
	background-color: #fff;
}







.title{
        width: 580px;
        height: 446px;
        position: absolute;
        z-index: 10002;
        top:1.5%;
        right:50%;
    }

.title{
    animation-name: hatch;
    -webkit-animation-name: hatch; 

    animation-iteration-count: 2; 

    animation-duration: 2s; 
    -webkit-animation-duration: 2s;

    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;

    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%; 

    visibility: visible !important;     
}

@keyframes hatch {
    0% {
        transform: rotate(0deg) scaleY(0.6);
    }
    20% {
        transform: rotate(-2deg) scaleY(1.05);
    }
    35% {
        transform: rotate(2deg) scaleY(1);
    }
    50% {
        transform: rotate(-2deg);
    }   
    65% {
        transform: rotate(1deg);
    }   
    80% {
        transform: rotate(-1deg);
    }       
    100% {
        transform: rotate(0deg);
    }                                   
}

@-webkit-keyframes hatch {
    0% {
        -webkit-transform: rotate(0deg) scaleY(0.6);
    }
    20% {
        -webkit-transform: rotate(-2deg) scaleY(1.05);
    }
    35% {
        -webkit-transform: rotate(2deg) scaleY(1);
    }
    50% {
        -webkit-transform: rotate(-2deg);
    }   
    65% {
        -webkit-transform: rotate(1deg);
    }   
    80% {
        -webkit-transform: rotate(-1deg);
    }       
    100% {
        -webkit-transform: rotate(0deg);
    }       
}





/*sale-banner*/

.sale {
    max-width: 90%;
    margin:20px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.sale img { 
    width:100%;
    display: block;
    margin: 0 auto;
}




/*往上*/
.scroll2top:link, .scroll2top:visited{background:url(../images/top.png) no-repeat 0 0;  width:80px; height:80px; margin-left:940px; bottom:0px;opacity: 0.9;}
.scroll2top:hover{background:url(../images/top1.png) no-repeat left bottom; border:0;}


/*************** 商品區 ****************/


div.area-right{
	
	margin:20px 0px 0px 30px;
	padding:0px;
}

div.area-right img{
	width:25%;

}




/*line*/
.lline{
	background:url(../images/line.jpg) no-repeat ;
	width: 100%;
	height: 18px;
	margin:0 auto;
	margin-top: 20px;
	margin-bottom: 60px;

}

/* c26模組 */
.cms26{
	margin-bottom: 0px;

}


.cms26 h4{ 
	display:block;
	background:url(../images/title.jpg) no-repeat ;
	color:#FFF;
	
	width: 800px;
	height: 110px;
	font-size:0;
	margin:0 auto;	
}



.ph{
	width:33%;
	position:relative; 
	display:inline-block; 
}


.group-type-ph:after{
	content:""; 
	display:block; 
	clear:both; 
	line-height:0; 
	height:0; 
	visibility:
	hidden;
	padding:0.5% 0;
}

.ph.left{margin-left:0px;}
.ph-img{ margin:0 auto; display:block; width:100%;}
.ph-img img{width:100%; display:block; border:0; border-radius:10px;}
.ph a{
	background-color:#fff;
	display:block;
	padding:2px;
	overflow:hidden;
	box-shadow: 0 0 0 1px #fff;
	border-radius:10px;
	border:1px solid #b5b0a3;
	margin: 25px 15px 50px 15px;

	transition:all .3s ease-out;
	box-sizing:border-box;
	text-decoration: none;
}
.ph a:hover{
	box-shadow:0 2px 7px 5px rgba(128,128,128,.4);
	text-decoration: none;
}

.ph a img{border:none; display: block; width:100%;}

.ph-title{
	font-size:20px;
	line-height:1.3em; 
	/*max-height:2.2em;*/
	overflow:hidden; 
	padding:0 10px; 
	margin:8px auto 1px; 
	color:#333; 
	font-family: "微軟正黑體",sans-serif;
	font-weight: bold;
	height:auto;      /*產品大標高度*/
	box-sizing: border-box;
 }

.ph-detail{          
	font-size:16px; 
	text-align: center;
	background-color:#FB5691; 
	margin-top:5px; 
	padding: 2px 2px; 
	color:#FFFFFF; 
	font-family:"微軟正黑體",sans-serif; 
	/*line-height:1.5em;*/ 
	overflow:hidden;
	height: auto;   /*調產品副標粉紅框高度*/
	   /*調產品副標粉紅框高度要跟max-width一起調*/
 
}


.ph-feature{    /*調商品內文小灰字*/
	display:block; 
	color:#666;
	font-size:14px; 
	line-height:1.3em; 
	padding:4px 8px 5px 5px; 
	overflow:hidden;
	font-family:"微軟正黑體",sans-serif;
	height:auto;          /*調C26整個外白產品框高度*/
	border-color:#494949;
	text-align:justify;
	margin-left:8px;
}

.ph .price{   /*調整_$ */
	font-size:20px;
	font-weight:bold; 
	font-family:sans-serif; 
	color:#FB5691;
    letter-spacing:-6px;
    text-align: center;
	/*position:absolute;*/
	padding-top: 30px; 
	right:30px; 
	bottom:-2px;
	font-style:italic;
}

.ph .price span{    /*調_錢數字*/
	font-size:40px;  
	font-family:'Times New Roman'; 
	font-weight:bold; 
	letter-spacing:-3px;
}

.ph .price i{ display:none;}
.ph:hover .ph-title{color:#333;}
.ph:hover .ph-detail{background-color:#C771CC;}
.ph:hover .price{color:#C771CC;}
.ph .price span:after{
	content:"起"; 
	display:inline; 
	font-size:15px; 
	position:relative; 
	top:-1px; 
	font-weight: 700; 
	font-family:"微軟正黑體"; 
	margin-left:-5px;
}




/* c23模組 */
.intro h3{

	display:block;
	width:800px;
	height: 50px;
	font-size:20px;
	margin:20px 20px 20px 20px;
	background-color:#FCED22;
	clear: both;

}

.cms23 h3{
	font-size:20px;
}


.cms23 h5, .cms23 h6, .cms23 h6.htl{
	display:block;
	width:800px;
	height: 110px;
	font-size:0;
	margin:25px auto;
	background-color: #fff;
	clear: both;

}



/*
.cms23 h4{
	background:url(../images/title1.jpg) no-repeat ;
}
*/


.cms23 h5{
	background:url(../images/title1.jpg) no-repeat ;
}
.cms23 h6{
	background:url(../images/title2.jpg) no-repeat ;
}
.cms23 h6.htl{
	background:url(../images/title3.jpg) no-repeat ;
}













q:before, q:after {
    content: "";
}
*+html .carrier li {
    min-height: 1%;
}
.carrier li:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.intro-anchors {
    display: none;
}
.carrier {
    font-family: Verdana, Geneva, sans-serif, "微軟正黑體";
    margin:10px auto;	
}

.carrier h4{
	background-position:0 0 \9; 
	padding-left:5px; 
	color:#C771CC; 
	font-size:20px; 
	margin:20px 0px -3px 5px;
	border-left:5px solid #C771CC; 
	width:92%;
}





.carrier ul {
    padding: 0;
    margin: 0 auto;
    width:96%;
	
}
.carrier li {
    list-style-type: none;
    border-bottom: 1px dotted #666;
    padding: 10px 18px 7px;
    line-height: 1.3em;
}
.carrier li:hover {
    background-color: #fff1eb;
}
/*.carrier li:last-child{border:none;}*/

.carrier li a:link, .carrier li a:visited {
    text-decoration: none;
    font-size: 15px;
    font-family: "微軟正黑體";
    color: #444;
    letter-spacing: 1px;
    line-height: 22px;
    display: block;
    font-family: Verdana, Geneva, sans-serif;
}
.carrier li a strong {
    font-weight: normal;
    display: block;
    font-size: 20px;
    font-weight: bolder;
    font-family: "微軟正黑體";
    color: #3763CA;
    margin: 2px 0 6px 0;
    line-height: 1.2em;
}
.carrier li a:hover strong {
    color: #C771CC;
    text-decoration: none;
}
.carrier li a strong span {
    font-weight: normal;
    font-size: 15px;
    color: #ff59a1;
    margin: 0 0 6px;
    *margin: 0;
}
.carrier .box-head {
    display: none;
    /*border-bottom:2px solid #800033; margin-top:-4px;*/
}
.carrier .box-head:hover {
    background: #fff;
}
.carrier .box-head a:link, .carrier .box-head a:visited {
    margin: -15px 0;
    cursor: default;
}
.carrier .box-head a strong, .carrier .box-head a img, .carrier .box-head p span {
    display: none;
}
.carrier .box-head q {
    display: block;
    font-weight: bold;
    padding-left: 13px;
    color: #e5735c;
}
.carrier li em.price {
    font-size: 15px;
    color: #C771CC;
    font-family: Verdana, Geneva, sans-serif, arial;
    float: right;
    *margin-top: -1.2em;
    font-weight: bold;
}
.carrier li em.price span, .carrier li em.price var {
    font-size: 18px;
}






.no-topic {
    display: block;
    margin-top: -10px;
    margin-bottom:50px; 
    
}
.no-topic .carrier h4 {
    display: none;
}







/*下方btn*/
.morebtn{
	padding-top: 20px;
	padding-bottom: 40px;
}
.morebtn a{	
	margin:0 auto;
	display:block;
	width: 740px;
	height: 104px;
	background-image: url(../images/btn.jpg);
	font-size: 0;

}
.morebtn a:hover{	
	background-image: url(../images/btn1.jpg);
}




/*************** popup ****************/
.demos{
	max-width: 1400px;
	margin:0 auto;
	padding:0;
}

.blackLayer{
	width:100%;
	height:100%;
	position: fixed;
	z-index: 10000;
	left:0;
	top:0;
	background:rgba(0,0,0,0.5);
	display:none;
}


.popDiv{
	width:100%;
	height:100%;
	position: fixed;
	z-index: 10001;
	left:0;
	top:0;
	display:none;

}
.pop1400Box{
	max-width: 1400px;
	margin:0 auto;
	padding:0;
	position: relative;	
}


.Xbtn{
	width:30px;
	height:28px;
	right:0;
	top:0;
	background-color:#333;
	position: absolute;
	z-index:5;
	cursor: pointer;
	color: #FFF;
	line-height:28px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
}



/*6個介紹按鈕*/
.list{
	list-style: none;
	margin:0 auto;
	padding:0;
}
.btn{	
	width:16.33%;
	float: left;	
	padding-left:20px;
	list-style: none; 
	margin-bottom: 30px;
}
.list li span{
	cursor: pointer;
}
.btn:last-child{
	padding-left:none; 
}

.btn img{
	width:100%;
	height: auto;
}






.content{
	margin:0 auto;
	overflow-y:scroll;	
	background-color:#fff;
}

.a1Box{
	display: none;	
	overflow: hidden;
 
}
.a2Box{
	display: none;	
	overflow: hidden;
}
.a3Box{
	display: none;
	overflow: hidden;
}

.a4Box{
	display: none;
	overflow: hidden;
}

.a5Box{
	display: none;
	overflow: hidden;
}

.a6Box{
	display: none;
	overflow: hidden;
}


/*美食/飯店介紹*/
.foodmax{    
	width: 100%;
	padding: 20px; 

}
.hotelmax{    
	width: 100%;
	padding: 20px;	
}
.foodbox{
    width: 50%;
    float:left;
    padding-bottom: 20px;
}
.intro_r,.intro2_r{
	width: 50%;
    float:right;
}
.intro_l,.intro2_l{
	width: 50%;
    float:left;
}

.item{
	clear: both;
}
.item img{
    width: 50%;	
    border-radius: 40px;
}

.item h3{

	background-color:#FCED22;
	font-size: 30px;
	margin: 30px 30px 30px 0px;	
	text-align:center;
	
}



.intro_r  h4,.intro_l h4,.intro2_r h4,.intro2_l h4{
    font-size: 30px;
    font-family: sans-serif,"微軟正黑體";
    line-height: 1.5em;
    text-align: center;
    padding-top: 20px;
}
.intro_r h4,.intro_l h4{
    color: #ff6952;
}	

.intro2_r h4,.intro2_l h4{
    color: #ff6952;
}		
.intro_r p,.intro_l p,.intro2_r p,.intro2_l p{
    font-size: 15px;
    font-family:  sans-serif,"微軟正黑體";
    color: #666;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: justify;
    padding:4px 20px 20px 20px; 
    text-indent:2em;
}






/*景點介紹*/
.tripmax{    
	width: 100%;
	padding: 20px;
}

.tripbox{
    width: 100%;
    float:left;
    background-color:#fff;
    padding-bottom: 20px;
}
.intro3_r{
	width: 50%;
    float:right;
}
.intro3_l{
	width: 50%;
    float:left;
}
.item1{
	clear: both;
}
.item1 img{
    width: 50%;	
}
.intro3_r h4,.intro3_l h4{
    font-size: 30px;
    font-family: "微軟正黑體";
    line-height: 1.5em;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.intro3_r h4{
    text-align: left;	
}
.intro3_l h4{
    text-align:right;	
}
.intro3_r h4,.intro3_l h4{
    color: #FF6952;
}		
.intro3_r p,.intro3_l p{
    font-size: 15px;
    font-family: "微軟正黑體";
    color: #666;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: justify;
    padding:4px 20px;
    text-indent:2em;
}
/*預先載入*/
#img01 { background-image: url(../images/btn1.jpg);}



nav { position: -webkit-sticky; position:sticky; top: 0; z-index: 10003  }
nav ul { text-align: center; background:#f5548f }
nav ul li { display: inline-block; margin:7px 0; padding: 0px 10px; font: 18px/18px "arial","微軟正黑體"; color: #fff200 ; cursor: pointer; border-right: 1px solid #fff200 }
nav ul li:hover { color: #fff }
nav ul li:last-child { border-right: none }

@media screen and (max-width: 550px) {	
nav ul li { display: inline-block; margin:7px 0; padding: 0px 3px; font: 14px/14px "arial","微軟正黑體"; color: #fff200 ; cursor: pointer; border-right: 1px solid #fff200 }	
}