@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#f4e7d6;
	font-family: "微軟正黑體", Arial;
}
header{
    background-size:cover; 
	background-image:url(../images/bg.jpg);
	width:100%;
	padding:0em 0 4em 0;
	text-align:center;
}
header span{
	display:block;
	margin:0em auto;
	text-align:center;
}
header span img{
	margin:0em auto;
	text-align:center;
	max-width:629px;
}
.banner {
    width: 100%;
    display: block;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner980 {
    width: 100%;
    display: none;
}

.banner640 img {
    width: 100%;
    height: auto;
}
footer{
	background-size:cover; 
	background-image:url(../images/bg-1.jpg);
	width:100%;
	padding:2em 0;
	text-align:center;
}
.footer-block{
	padding:2em;
	margin:0 auto;
}
.btn {
	text-align:center;
	padding:6px 6px;
}
.btn a {
	text-align:center;
	font-size: 22px;
	font-weight:600;
	color: #733f3f;
	border-radius: 10px;
	display: inline-block;
	width: auto;
	padding: 0.2em 0.5em;
    background: rgba(115,63,63,0.2);
	border:#733f3f solid 2px;
	width:200px;
}
.btn a:hover{
	background: rgba(115,63,63,0.4);
	color: #733f3f;
}
p{
	font-size:26px;
	line-height:normal;
}
p span{
	font-size:34px;
	color:#d57796;
	font-weight:700;
}
h2{
	text-align:center;
	margin-bottom:30px;
}
h2 img{
	margin:0 auto;
	text-align:center;
	max-width:440px;
}
h3{
	margin-bottom:15px;
	font-size:40px;
	font-weight:700;
	color:#733f3f;
	text-align:left;
}
ul{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -30px;
}
li{
	list-style:none;
	font-weight:700;
	font-size: 30px;
	line-height: 50px;
	text-align: left;

}
li a{
}
li a:hover{
	text-decoration:underline;
}
li img{
	width:25px;
	height:25px;
	vertical-align: revert;
}

li p{
	font-weight: normal;
	font-size:26px;
	display:inline;
}
.food{
	position:relative;
	padding:3em 0;
	width:100%;
	text-align:center;
	background-size:cover; 
	background-image:url(../images/bg-1.jpg);
}
.food-50{
	width:50%;
	float:left;
	display:block;
}
.pink{
	color:#c8557b;
	font-weight:700;	
}
.pink:hover{
	color:#c8557b;
	font-weight:700;	
	text-decoration:underline;
}
.blue{
	color:#25a1af;
	font-weight:700;	
}
.blue:hover{
	color:#25a1af;
	font-weight:700;
	text-decoration:underline;
}
.view{
	position:relative;
	padding:3em 0;
	width:100%;
	text-align:center;
	background-size:cover; 
	background-image:url(../images/bg.jpg);
}
.view-pic{
	margin:3em 0;
	display:block;
}
.view-pic-p{
	display: none;
}

.factory{
	margin-bottom:1.5em;
}
.factory li{
	display:inline-block;
	float:left;
	margin: 0 20px;
}
.report{
	margin-bottom:1.5em;
	text-align:center;
}
.report li{
	display:inline-block;
	margin: 0 20px;
}
@media(max-width:1580px) {
header span img{
	width:500px;
}
h2 img{
	width:360px;

}
}
@media(max-width:1024px) {
   .btn a {
	font-size: 20px;
}

h2 img{
	width:360px;

}
}
@media(max-width:980px) {
.banner {
    width: 100%;
    display: none;
}
.banner980 {
    width: 100%;
    display: block;
}

p{
	font-size:20px;
	line-height:normal;
}
p span{
	font-size:28px;
	color:#d57796;
	font-weight:700;
}
h3{
	margin-bottom:15px;
	font-size:34px;
}
li{
	list-style:none;
	font-weight:700;
	font-size: 24px;
	line-height: 44px;
	text-align: left;
}
li img{
	width:20px;
	height:20px;
}
li p{
	font-weight: normal;
	font-size:20px;
	display:inline;
}
h2 img{
	width:320px;
}
.view-pic{
  display: none;
}
.view-pic-p{
	display: block;
	margin:3em 0;
}
}
@media(max-width:640px) {

header span img{
	width:450px;
}

footer{
	padding:0 1em 2em 1em;
}
.btn {
	padding:3px
}
.btn a {
	font-size: 16px;
	width:180px;
	padding: 0.5em 1em;
}

.food-50{
	width:100%;
	margin:1em auto;
	text-align:center;
}
.hotel-50 li{
	float:left;
}
li{
	display: inline-block;
	margin: 0 10px;
}
p{
	font-size:16px;
	line-height:normal;
}
p span{
	font-size:24px;
	color:#d57796;
	font-weight:700;
}
h2 img{
	width:300px;
	
}
h3{
	margin-bottom:10px;
	font-size:28px;
}

}
@media(max-width:480px) {
.btn {
	padding:3px;
}
.btn a {
	font-size: 15px;
	width:150px;
}
p{
	font-size:16px;
	line-height:normal;
}
p span{
	font-size:24px;
	color:#d57796;
	font-weight:700;
}
li{
	list-style:none;
	font-weight:700;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
}
li p{
	font-weight: normal;
	font-size:16px;
	display:inline;
}
li img{
	width:16px;
	height:16px;
}
.footer-block {
    padding: 2em 0;
    margin: 0 auto;
}
header{
	padding: 0 0 3em 0;
}
header span img{
	width:360px;
}
.food,.view{
	padding:2em 0;
}
}

#back-top {
    position: fixed;
    bottom: 20px;
    right: 1%;
    background: url(../images/top.png) no-repeat 0px 0px;
    width: 32px;
    height: 32px;
    opacity:0.85;
    z-index: 9999;
}
#back-top a {
    display:block;
    width: 32px;
    height: 32px;
    text-align:center;
}
#back-top span {
    display: block;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}