<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* 上方橫幅  */
.breadcrumbColor + br{
	display: none;
}
.st_topbgbanner {		
	background-size: cover;
}
.pageTitle{
	display: none;
}
.st_about {
	display: flex;
	flex-direction: column;
	justify-content: center;
	will-change: transform, opacity;
	width: 475px;
	min-height: 640px;
	border: 3px solid #ddd;
	background-color: rgba(255, 255, 255, 0.1);
	margin: 58px 0 58px auto;
	padding: 30px;
	color: #fff;
	text-shadow: 1px 1px 10px #666;
	position: relative;
}
.st_about_h1{
	font-size: 40px;
    font-weight: 600;
    margin-bottom: 5px;
}
.st_about_h2{
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 36px;
}
.st_about_txt{
	line-height: 1.7;
    font-size: 17px;
}
.st_cat {
    position: absolute;
    right: 25px;
    bottom: -147px;
}

/*  三大免費  */
.st_free_h1{
	text-align: center;
	font-size:30px;
	font-weight: 500;
	margin: 30px auto;
}
.st_free{	
	border-top: 5px solid #c1b688;
	padding: 25px;
	background-color: #fff;
	box-shadow: 5px 5px 20px 0 rgba(41,46,51,0.2);
	text-align: center;
}
.st_free_svg{
	height: 94px;
    width: 94px;
    margin: 0 auto;
    padding-top: 6px;
	text-align: center;
	background-color: #c1b688;
	border-radius: 50%;
}
.st_free svg{
	height: 80px;
    width: 80px;
	color: #fff;
	stroke: #fff;
	stroke-width:1.7px;
	stroke-miterlimit:10;
	fill: #fff !important;
}
.st_free_h2{
	font-size: 20px;
	font-weight: 400;
}
.st_free_txt{
	font-size: 16px;
}

/* 五項說明 */
.bgcolor{
	background-color: #e5e5e5;
}
.section_bg{
	height: 328px;
    margin-top: 350px;
    margin-bottom: 0;
	background-color: #c1b688;
}
.five_txt_location{
    margin: -630px auto 0;
}
.five_txt{
	border-radius: 16px !important;
	padding: 30px 20px;
	background-color: #ffffff;
	text-align: center;
}
.five_txt_list1{
	display: flex;
	justify-content:center;
	align-items: end;
}
.five_txt_list2{
	display: flex;
	justify-content:center;
	align-items:start;
}
.five_txt_img {
    border-radius: 50%;
}
.five_txt_t1{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}
.five_txt_t2{
	text-align: center;
	font-size: 14px;
	max-width: 260px;
    margin: 0 auto;
}
.five_txt_W{
	margin: 0 30px 15px;
	width: 320px;
}

/* 美食 */
.food{
	position: relative;
}
.food .food_p{
	position:absolute;
	bottom: 30px;
	text-align: left;
	padding: 20px;
	background-color:rgba(255, 255, 255, 0.5);
	background-color: #c1b688;
}
.food .food_p .food_title{
	font-size:24px;
	color: #fff;
	margin-bottom: 8px;
	font-weight: 700;
	text-shadow: 1px 1px 13px #6b5e27;
}
.food .food_p .food_txt{
	font-size:16px;
	color: #fff;
	text-shadow: 1px 1px 13px #6b5e27;
}
.food img{
	object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.food01 img{
	width: 700px;
    height: 440px;
	margin: 360px 0 0 auto;
}
.food02 img{
	width: 380px;
    height: 450px;
	margin: -610px auto 0 0;
}
.food03 img{
	width: 630px;
    height: 395px;
	margin: -623px 249px 0 auto;
}
.food04 img{
	width: 560px;
    height: 420px;
    margin: 466px 105px 0 auto;
}
.food05 img{
	width: 450px;
    height: 450px;
    /* box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.15); */
    margin: -587px auto 0 100px;
}
.food01 .food_p{
	right:0;	
}
.food02 .food_p{
	left:0;	
}
.food03 .food_p{
	right:249px;	
}
.food04 .food_p{
	right:105px;	
}
.food05 .food_p{
	left:100px;
}

/* 驛站照片 */
.bgcolor2{
	background-color: #666;
}
.zivStation{
	position: relative;
}
.swiper-container {
	width: 100%;
	height: 65vh;
	overflow: hidden;
	position: relative;
}
.swiper-button-next:after, 
.swiper-button-prev:after{
	color: #fff;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	overflow:hidden;
}
  
.slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color:#fff;
}
.swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {    
    width: 25px;
    border-radius: 15px;
    background: #fff;
}
.swiper-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5%;
}
.zsTxt{
	padding: 20px;
    background-color: rgba(0, 0, 0, 0.36);
    color: #fff;
    text-shadow: 1px 1px 10px black;
    margin-top: 60vh;
}

/* 聯絡方式 */
.map{
	width: 85%;
	height: 400px;
	margin: 0 auto 0 10px;
}
.framewrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.framewrapper2 {
    position: relative;
    /* padding-bottom: 31.25%; */
    /* 16:9 */
	padding-bottom: 38%;
    padding-top: 25px;
    height: 0;
}

.framewrapper iframe,
.framewrapper2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact{
	/* flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
	display: grid;
	grid-template-columns: repeat(3, 33.3333%);
    min-height: 176px;
    grid-gap: 0px; */
	width: 80%;
	margin: -30px 0 0 auto;
	display: flex;
	justify-content:center;
	align-items:center;
}
.contact_cont{
	display: flex;
	flex-direction: column;
    position: relative;
	color: #ffffff;
    background-color: #c34949;
	min-height: 150px;
	padding: 20px;
}
.contact_icon{
	display: flex;
}
.contact_icon svg{
	width: 28px;
	height: 28px;
}
.contact_t1{
	font-family: Montserrat,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 4px 0 0 5px;
    font-size: 20px;
}
.contact_t2{
	margin-top: 20px;
	font-size: 18px;
	font-weight: 800;
}
.contact_t2 a{
	color: #fff;
}
.contact_t2 a:hover{
	color: #ff0;
}
.contactW{
	width: calc( 100% / 3 );
}


@media (max-width:1199px) {
	.contact {		
		width: 80%;
	}
	.food01 .food_p {
		right: 0;
	}
	.food01 img {		
		margin: 500px 0 0 auto;
	}
	.food02 .food_p {
		left: 0;
	}
	.food02 img {	
		margin: -720px auto 0 0;
	}
	.food03 .food_p {
		right: 15px;
	}
	.food03 img {		
		margin: -651px 15px 0 auto;
	}
	.food04 .food_p {
		right: 20px;
	}
	.food04 img {		
		margin: 580px 20px 0 auto;
	}
	.food05 .food_p {
		left: 55px;
	}
	.food05 img {		
		margin: -547px auto 0 55px;
	}

}
@media (max-width:991px) {
	.contact {		
		width: 100%;
		margin-top: 10px;
	}
	.map {
		width: 100%;
		margin: 0 auto;
	}	
	.five_txt_W.five_txt_W2{
		margin: 0 5px 15px;
		min-width: 235px;
	}
	.fd,
	.fd .row{
		padding-bottom: 0 !important;
	}
	.food img {
		width: 90% !important;
		height: 450px !important;
		margin: 16px auto !important;
	}
	.food .food_p{
		right: initial;
		left:0;
	}
	.food.food03 img{
		object-position: left;
	}
} 
@media screen and (max-width: 767px){
	.st_about{		
		min-height: 530px;
	}
	.five_txt_list1,
	.five_txt_list2{
		display: flex;
		flex-direction: column;
		justify-content:center;
		align-items:start;
	}
	.five_txt_W{
		margin: 0 auto 15px !important;
		min-width: initial !important;
		width: 80%;
	}
	.contact_t1 {		
		margin: 4px 0 0 5px;
		font-size: 17px;
	}
	.contact_t2 {		
		font-size: 16px;
	}
	.contact{
		flex-direction: column;
	}
	.contact .contactW{
		width: 100%;
	}
	.contact_cont{
		min-height:initial;
		padding: 15px 20px;
	}
	.contact_t2{
		margin-top: 5px;
		margin-left: 33px;
	}
	

}
@media (max-width:575px) {
	.st_about{
		width: 80%;
		min-height: 580px;
	}
}
@media (max-width:480px) {
	.st_about_h1 {
		font-size: 33px;
	}
	.st_about_h2 {
		font-size: 16px;		
	}
	.st_about_txt {
		line-height: 1.6;
		font-size: 15px;
	}
	.swiper-horizontal&gt;.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 3%;
	}
}</pre></body></html>