@charset "utf-8";
body{
	background-image: url(paper_bg.jpg);
	background-size: 100% auto;
	background-repeat: repeat;
}

#main_frame{
	max-width: 1700px;
	border:25px double #7c0212;
	margin:  0 auto 50px auto; 
	background-repeat: repeat;
}




/*---------------------------------------right side nav-------------------------------------------------------------*/
.navigation{}
.navigation nav{}
.navigation nav.side-menu{
	position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-73px);
    z-index: 99;
	cursor: pointer;
}
.navigation nav.side-menu ul{list-style: none; cursor: pointer;}
.navigation nav.side-menu ul li.hidden {display: none;}
.navigation nav.side-menu ul li {text-align: right;margin: 10px 0;}

.navigation nav.side-menu ul li a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.side-menu ul li a span{
    display: inline-block;
	
}

.side-menu ul li a span.menu-title{
    color: #fff;
    position: relative;
    margin-right:5px;
    text-transform: uppercase;
    font-size: 15px;
    background-color:#870000;
    padding: 3px 10px;
    font-weight: 600;
    border-radius: 3px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 0;
	
}

.side-menu ul li a span.dot {
    position: relative;
    background-color: #870000;
    border: 2px solid #FDD8B0;
    border-radius: 2em;
    height: 12px;
    width: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.side-menu ul li a:hover span.menu-title { opacity: 1;}
.side-menu ul li a:hover span.dot {transform: scale(1.8);}


/*------------------------------------------------------------------------------------------------------*/



/* ==================== 主視覺==================== */
.top{
	margin:0 auto;	
    background-image: url(img_top_bg.jpg);
    background-position: top;
    background-size: 100% auto;
	width: 100%;
	max-width: 1920px;
	padding-bottom:875px;
	background-repeat: no-repeat;
	mix-blend-mode: multiply;
}





.v{
	position: absolute;
	background-image: url(img_v.png);
	background-position: center center;
	background-size: contain;
	width: 800px;
	max-width:60%;
	margin: 50px auto 0px auto;
	top:240px;
	right: 0%;
	left: 0%;
	padding-bottom: 640px;
	z-index: 55;
	background-repeat: no-repeat;

}

.title_shake{
	position:absolute;
	right:10px;
	top:200px;
	width: 150px;
	padding-bottom: 400px;
	animation: swing ease-in-out 2s infinite alternate;
	transform-origin: center top;
	background-position: center bottom;

}


@keyframes swing {
    0% { transform: rotate(5deg); }
    100% { transform: rotate(-5deg); }
}
/* ==================== 活動主視覺 ==================== */








.scroll-down{
	cursor: pointer;
	width:250px;
	height:190px;
	background:url(img_move.png) no-repeat center 15px;
	background-position: center center;
	position: absolute;
	top:620px;
    z-index: 88;
    margin: 0 auto;
	left: 0%;
	right: 0%;

	animation: move .5s ease-in-out infinite alternate;
}




@-moz-keyframes move {
  0% { transform: translateY(-10px); }
  100% {  transform: translateY(5px);}
}
@-webkit-keyframes move {
  0% {   transform: translateY(-10px); }
  100% { transform: translateY(5px); }
}
@-o-keyframes move {
  0% {  transform: translateY(-10px);}
  100% { transform: translateY(5px);  }
}

@keyframes move {
  0% { transform: translateY(-10px);}
  100% { transform: translateY(5px);  }
}




.view_list{
	background-image: url(img_bg_bottom_left.png),url(img_bg_bottom_right.png);
    background-position: left bottom,right bottom;
    background-size:  auto, auto;
	background-color: rgba(171,85,0,1.00);
	border-top: 4px solid #FFC75F;
	border-bottom: 4px solid #FFC75F;
	
}
#main_frame .nav{
	width: 100%;
	text-align: center;
	padding-bottom: 80px;

}

.btn{
	cursor: pointer;
	background-size: contain;
	width: 340px;
	padding-bottom: 510px;
	margin: auto 15px;
	display: inline-block;
	filter: drop-shadow(5px 5px 5px #37251A);
    transform-origin: center top;
	background-repeat: no-repeat;
}

.btn:hover{
	animation: swing ease-in-out 2s infinite alternate;

}
#main_frame .title{
	padding: 30px 0px;
	margin: auto;
	width: 100%;
	background-color: #7c0212;
	
}
#main_frame .title img{
	display: block;
	margin:  auto;
	width: auto;
	height: 145px;

}
#list_A, #list_B, #list_C{
	margin:  auto;
	text-align: center;
	width: 100%;
}
#list_A{background-color: rgba(227,196,196,0.5);} 
#list_B{background-color: rgba(142,120,103,0.5);} 
#list_C{background-color: rgba(171,176,171,0.5);}


.tour_list{
	padding-bottom: 5px;
	background:url( img_bg_bottom_right.png) no-repeat ,url( img_bg_bottom_left.png) no-repeat,url(bg.png) ;
	background-position: right bottom,left bottom;
	background-size: 20%,20%, auto;
}


.position{
	vertical-align: top;	
	
}

.list_block{
	width: 20%;
	min-height:350px;
	margin: 3%;
	background-color: #fff;
	border: 8px  double #7c0212;
	display: inline-block;
	padding:8px;
	cursor: pointer;
	transition: 0.2 ease-in;
}


.list_block:hover{
		border: 8px  solid #7c0212;
	background-color: #F4F1DF;

}

.list_block .list_pic{
	width: calc(100% - 10px);
	padding-bottom: 75%;
	display: block;
	margin: 4% auto;
  	border: 5px solid #7c0212;
	background-size: cover;
}

.list_block .list_title{
	width:100%;
	line-height: 1.5em;
	background-color: #7c0212;
	color:#fff;
	padding: 2px 0px;
	text-align: center;
	font-size: 25px;
	letter-spacing: 3px;

}


.list_block .list_title span{
	
	width:100%;
	line-height: 1em;
	background-color: #7c0212;
	padding: 5px 0px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	color:#E5D4BC;
}


.list_block .list_title span:before{
	content: "《";

}
.list_block .list_title span:after{
	content: "》";

}


.list_block .list_text {
	height: 120px;
	display: none;
	
}

.list_block .list_text span{
	writing-mode: vertical-lr;
	line-height: 2em;
	text-decoration:overline;
	text-underline-offset:1.3em;
	color: rgba(55,37,37,1.00);
}


.list_block .list_btn{
	background-image: url("img_list_go_btn.png");
	line-height: 2em;
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	color: #FFE6C3;
	font-size: 27px;
	padding-bottom: 5px;
	margin: auto;
	font-weight: 500;
}



.list_block .list_btn:before{
	content: "更多 ";
	color: #D7917E;
	font-size: 21px;

	
}

.list_block .list_btn:after{
	content: " 行程";
	color: #D7917E;
	font-size: 21px;


}

.bottom_bg{
	background-image: url("img_bottom_bg.png");
	background-size: 100% auto;
	width: 100%;
	background-position: center bottom;
	height: 150px;
	background-repeat: no-repeat;
	border-top: 0px solid #7c0212;
	padding-bottom: 30px;
		display: block;

}

.more_go{
	font-family: "標楷體";
	cursor: pointer;
	margin:10px auto 40px auto;
	text-align: center;
	display: block;
	padding: 10px 30px;
	border-radius: 50px;
	width: 80%;
	font-size: 45px;
	border:solid #FFFAF3 2px ;
	border-radius: 50px;
	transition:0.1s ease-in;
	box-shadow: 5px 5px 0px #5F0808;
	background-color: #FFD33B;
	color:#7c0212;	
	
}



.more_go:hover{
	
	background-color: #420202;
	color:#FFC20F;
}


.linear_lightup {
    position: absolute;
    opacity: 1;
    -webkit-animation: 3s linear infinite light;
    animation: 3s linear infinite light;
    margin: 0 auto;
    right: 0;
    left: 0;
}














@-webkit-keyframes lightup {
    0%,20%,70% {
        opacity: 0
    }

    10%,40%,60% {
        opacity: 1
    }
}

@keyframes lightup {
    0%,20%,70% {
        opacity: 0
    }

    10%,40%,60% {
        opacity: 1
    }
}

@-webkit-keyframes light {
    0%,30%,to {
        opacity: 1
    }

    10%,20%,40%,90% {
        opacity: 0
    }
}

@keyframes light {
	0%,30%,to {
        opacity: 1
    }

    10%,20%,40%,90% {
        opacity: 0
    }
}



/*----------------------RWD變換-----------------------------*/
@media screen and (max-width: 1620px){
	
.v{
	width: auto;
	max-width:47%;
	top:130px;
	padding-bottom: 45%;


}	
	
	
.top{
	padding-bottom:50%;
}



	
}


@media screen and (max-width: 1520px){

	
.list_block{
	margin: 1%;
	padding:7px;
	min-width: 280px;
}

.list_block .list_title{
	font-size: 28px;
	letter-spacing: 1px;

}

	
}

@media screen and (max-width: 1280px){
#main_frame .nav{
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 10px;

}	
.btn{
	width: 25%;
	padding-bottom: 37%;
	margin: auto 10px;
}

}		
@media screen and (max-width:1199px){
.v{
	
	width: auto;
	max-width:44%;
	top:75px;
	padding-bottom: 50%;
}	
	
	
#main_frame .title{
	width: 100%;	
}
#main_frame .title img{
	width: 100%;
	height: auto;
}	
}





@media screen and (max-width:999px){

.list_block{
	width: 28%;
	min-height:auto;
	margin: 1%;
	border: 6px  double #7c0212;
	padding:6px;

	
		margin: 0.5%;
	min-width: auto;

}

.list_block .list_title{
	font-size: 25px;
	letter-spacing: 0px;

}



}





@media screen and (max-width:850px){

.list_block{
	width: 50%;
	min-height:auto;
	margin: 5% 	auto;
	border: 6px  double #7c0212;
	padding:6px;
	display: block;
	min-width: auto;
	min-width: 350px;
}

.list_block .list_title{
	font-size: 30px;
	letter-spacing: 3px;

}

}


@media screen and (max-width:769px){
	/* ==================== 主要內容部分 ==================== */


}

/*--@media screen and (max-width: 415px/769){}--*/

@media screen and (max-width: 600px){
	
#main_frame{
	border:10px double #7c0212;

}


.more_go{
	padding: 10px 10px;
	width: 80%;
	font-size: 25px;
}



.more_go:hover{
	
	background-color: #420202;
	color:#FFC20F;
}		

}





@media screen and (max-width: 550px){

	
.v{
	
	width: auto;
	max-width:50%;
	top:43px;
	padding-bottom:55%;
}	
	
	
	
}

@media screen and (max-width: 480px){



.list_block{
	min-width: 300px;
}

.list_block .list_title{
	font-size: 28px;
	letter-spacing: 3px;

}



	
	
}
@media screen and (max-width: 370px){
	
	.list_block{
	min-width: 90%;
}

	
}















