html,body { height:100%;}

body {
	font-family:微軟正黑體, "Arial";
	background:#fff;
	line-height:21px;
	margin:0 auto;
	color:#000;
	}
a {
  background-color: transparent;
  text-decoration:none;
}
a:hover, a:visited, a:link, a:active {
	text-decoration: none;
	outline: 0;
	}

img {
  border: 0;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
tr {
  padding: 0;
}

.header {
	width:1024px; height:520px;
	margin:0 auto;
	}

.topimage {position:relative;}
.topimage img {
  position:absolute;
  /* CSS3淡出淡入效果,1秒 */
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.topimage img:nth-of-type(2):hover{
  opacity:0; /*滑鼠滑入時，透明度變0*/
}


/* 視覺區（含標題 & 形象圖） */
.visual-section {
    width: 1024px;
    height: 520px;
    margin: 0 auto;
	background-image:url(../images/image_bg.jpg);
    display: flex;
	align-items: flex-start; /* 改為靠上對齊 */
    justify-content: center;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.container {
    display: flex;
    align-items: center;
    justify-content: space-between;/* 讓文字和圖片左右對齊 */
    width: 90%;
}

/* 左邊文字 */
.text-container {
	position:relative;
	width: 50%;
    left: 50px;
    color: #d9d9d9;
	font-family: 'Ausl', sans-serif;
}

.text-container .title {
    font-size:40pt;
	color: #d9d9d9;
    font-weight: bold;
	line-height:0.5;
}

.text-container .subtitle {
    font-size: 40pt;
	color: #d9d9d9;
    font-weight: bold;
    margin:0 0 20px 0;
	max-width: 500px;
	border-bottom: none;
}
.text-container .subtitle img {
    vertical-align: sub;
}

.text-container .description {
    font-size: 20pt;
    font-weight: bold;
    line-height: 1.2;
    max-width: 500px; /* 避免文字過長 */
}

/* 右邊形象圖 */
.image-container {
    width: 40%;
}

.image-container img {
    width: 100%;
}


.slogan {
	width:768px;
	margin:20 auto;
	font-size:40px;
	color:#000;
	font-weight:bold;
	text-align:center;
	padding:20px 0 35px;
	clear: both;
	}


/*manu*/	
.menubg01{ 
    width:856px;
	height:145px;
	background-image:url(../images/bg_menu01.png);
	position: fixed;
	top:330px;
	z-index:10;
	}
.menubg02{ 
    width:856px;
	height:145px;
	background-image:url(../images/bg_menu02.png);
	position: fixed;
	top:330px;
	z-index:10;
	}
.menuup {width:776px; height:40px; margin:0 0 20px 0;}

.menu {
	width:776px;/*856-80*/
	margin:0 auto;
	display:flex;
	flex-direction: row;
	justify-content:space-between;
	}
.menu .item {
	width:70px;
	text-align:center;
	float:left;
	background:#f6f5f5;
	font-size:16px;
	filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.4));
	}
.menu .item:hover{
	background:#F31680;
	filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.4));
	}
.menu .item:hover a{
	color:#fff;
	font-weight:bold;
	}
.menu .itemhere{
	width:70px;
	text-align:center;
	float:left;
	background:#F31680;
	color:#fff;
	font-weight:bold;
	border-radius:6px;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.4);
	}
.menu .item a {
	color:#2C2A27;
	font-weight:bold;
	}
.menu .item a:hover {
	color:#fff;
	font-weight:bold;
	}
	
/*鶴屋menu*/
.menu .item2 {
	width:138px;
	text-align:center;
	float:left;
	background:#f6f5f5;
	font-size:16px;
	filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.4));
	}
.menu .item2:hover{
	background:#013BFE;
	filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.4));
	}
.menu .item2:hover a{
	color:#fff;
	font-weight:bold;
	}
.menu .item2here{
	width:138px;
	text-align:center;
	float:left;
	background:#013BFE;
	color:#fff;
	font-weight:bold;
	border-radius:6px;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.4);
	}
.menu .item2 a {
	color:#2C2A27;
	font-weight:bold;
	}
.menu .item2 a:hover {
	color:#fff;
	font-weight:bold;
	}	

/*浮動manu*/
.floatmenu{
	width:856px;
	margin:0 auto;
	}

.sticky {
  width:856px;
  position: fixed;
  top:0;
  z-index:10;
  background-color:#FFF;
}

.title{
	width:768px;
	margin:30px auto 30px;
	font-size:20px;
	color:#2c2a27;
	font-weight:bold;
	text-align:left;
	}
.title .title_left {
	width:768px;
	line-height:24px;
	padding:0;
	background:#fff;
	border-bottom:2px solid #D1D0D0;
	}
.title .title_left img {
	vertical-align:middle;
	}
	
	
.subtitle{
	width:768px;
	margin:30px auto 10px;
	padding:0 0 10px 0;
	font-size:20px;
	color:#000000;
	font-weight:bold;
	text-align:left;
	border-bottom:2px solid #D1D0D0;
	}
.pic{
	width:768px;
	margin:30px auto 40px;
	}

.product{
	width:768px;
	margin:0 auto;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	}
.content {
	width:350px;
	float:left;
	border-radius:4px;
	/*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);*/
	border:1px solid #D4D0CD;
	margin:10px 15px;
	box-sizing: border-box;
	padding:13px;
	position:relative;
	}
.content:hover {
	border:8px solid #F316B0;
	padding:6px;/*(border+padding=14)*/
	}
/*
.content:active {
	border:4px solid #F42500;
	box-shadow: 0px 0px 1px 6px #fcbdb2;
	padding:10px;
	}
*/
.content table {
	width:100%;
	font-size:12px;
	color:##2C2A27;
	}
.content img {
	width:100%;
	margin:0px 0 16px 0;
	}
/**/
.content div.more {
	position: absolute; top:12px; left:245px;
	}
.content:hover div.more {
	background-image: url("../images/botton_more01.jpg");
	border-radius:10px;
	width:74px;
	height:32px;
	line-height:32px;
	font-size:12px;
	text-align:center;
	z-index:1;
	position: absolute; top:12px; left:245px;
	}

.content:active div.more {
	background-image: url("../images/botton_more02.jpg");
	border-radius:10px;
	width:51px;
	height:32px;
	/*box-shadow: 0px 0px 1px 6px #fcbdb2;*/
	position: absolute; top:12px; left:268px;
	}
	
.content div.note {
	font-size:18px; font-weight:bold; color:#DC1F24;
	}

/*鶴屋用*/
.content2 {
	width:350px;
	float:left;
	border-radius:4px;
	/*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);*/
	border:1px solid #D4D0CD;
	margin:10px 15px;
	box-sizing: border-box;
	padding:13px;
	position:relative;
	}
.content2:hover {
	border:8px solid #013BFE;
	padding:6px;
	}
/*
.content:active {
	border:4px solid #F42500;
	box-shadow: 0px 0px 1px 6px #fcbdb2;
	padding:10px;
	}
*/
.content2 table {
	width:100%;
	font-size:12px;
	color:##2C2A27;
	}
.content2 img {
	width:100%;
	margin:0px 0 16px 0;
	}
/**/
.content2 div.more {
	position: absolute; top:12px; left:245px;
	}
.content2:hover div.more {
	background-image: url("../images/botton_more03.jpg");
	border-radius:10px;
	width:74px;
	height:32px;
	line-height:32px;
	font-size:12px;
	text-align:center;
	z-index:1;
	position: absolute; top:12px; left:245px;
	}

.content2:active div.more {
	background-image: url("../images/botton_more04.jpg");
	border-radius:10px;
	width:51px;
	height:32px;
	/*box-shadow: 0px 0px 1px 6px #fcbdb2;*/
	position: absolute; top:12px; left:268px;
	}
	
.content2 div.note {
	font-size:18px; font-weight:bold; color:#DC1F24;
	}

	

.spec_name {
	width:53px;
	color:#2C2A27;
	background:#f3f1f1;
	text-align:center;
	vertical-align:middle;
	border:1px solid #d0d0d0;
	padding:3px;
	}
.spec_name02 {
	font-size:14px;
	font-weight:bold;
	}
.spec_detail {
	border:1px solid #d0d0d0;
	padding:3px;
	}
	
.font_price {
	font-size:20px;
	color:#DC1F24;
	font-weight:bold;
	}
	
.font_price2 {
	font-size:16px;
	color: #F00;
	font-weight:bold;
	}

.footer {
	width:768px;
	margin:15px auto 10px;
	}
.note {
	background:#ffffff;
	color:#2c2a27;
	font-size:20px;
	font-weight:bold;
	border-radius:0px;
	text-align: center;
	padding:10px;
	}
.copyright {
	color: #565657;
	font-size:14px;
	text-align:center;
	margin:60px auto 0;
	padding:0 0 10px 0;
	}




.content div.content_note {
	border:1px solid #E8E8E8;
	background:#FFF6DA;
	border-radius:4px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	width:210px;
	height:27px;
	line-height:27px;
	font-size:15px;
	text-align:center;
	z-index:12;
	position: absolute; top:190px; left:12px;
	}