@font-face{
	font-family: font1;
	src: url('../fonts/System San Francisco Display Regular.ttf');
}
@font-face{
	font-family: font2;
	src: url('../fonts/DINASTI-Bold.otf');
}
body{
	font-family: font1;
}
*{
	margin: 0px;
	padding: 0px;
}
.clearfix:after{
	content: " ";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
}
.header{
	background: #363636;
	height: 80px;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
}
.mHeader{
	width: 1000px;
	margin: auto;
}
.mHeader .logo{
	float: left;
} 
.mHeader .logo img{
	margin-top: 12px;
}
.mHeader .nav{
	float: right;
}
.mHeader .nav ul{
	margin-top: 30px;
}
.mHeader .nav ul li{
	display: inline;
	text-transform: uppercase;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	font-family: font2;
	font-size: 20px;
}
.mHeader .nav ul li:hover{
	background: #FF7B05;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.content1{
	background-image: url('../img/header.jpg');
	height: 760px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.mContent1{
	width: 1000px;
	margin: auto;
	color: #ffffff;
}
.mContent1 #td1{
	font-size: 40px;
	margin-top: 3px;
	padding-top: 180px;
	font-family: font2;
	text-align: center;
}
.mContent1 #gn{
	width: 40%;
	margin-top: 30px;
	text-align: center;
	margin-left: 300px;
}
.mContent1 #td2{
	font-size: 90px;
	margin-top: 20px;
	font-family: font2;
	text-align: center;
	padding-bottom: 20px;
}
.mContent1 #td3{
	font-size: 20px;
	text-align: center;
	line-height: 30px;
}
.content2{
	background: #ffffff;
	height: 700px;
}
.mContent2{
	width: 1000px;
	margin: auto;
	color: #000000;
}
.mContent2 .mC2_1 #td1{
	font-family: font2;
	font-size: 60px;
	text-align: center;
	padding-top:  60px;
}
.mContent2 .mC2_2{
	margin-top: 60px;
}
.mContent2 .mC2_2 .mC2_2L{
	float: left;
	width: 25%;
	text-align: center;
}
.mContent2 .mC2_2 .mC2_2L img{
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	margin-bottom: 30px;
}
.mContent2 .mC2_2 .mC2_2L img:hover {
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.3,1.3);
	-ms-transform: scale(1.3,1.3);
	box-shadow: 2px 2px 15px #000000;
}
.mContent2 .mC2_2 .mC2_2L #wine{
	font-family: font2;
	font-size: 40px;
	text-align: center;
}
.mContent2 .mC2_2 .mC2_2L #text1{
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
}
.mContent2 .mC2_2 .mC2_2C1{
	float: left;
	width: 25%;
	text-align: center;
}
.mContent2 .mC2_2 .mC2_2C1 img{
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	margin-bottom: 30px;
}
.mContent2 .mC2_2 .mC2_2C1 img:hover {
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.3,1.3);
	-ms-transform: scale(1.3,1.3);
	box-shadow: 2px 2px 15px #000000;
}
.mContent2 .mC2_2 .mC2_2C1 #wine{
	font-family: font2;
	font-size: 40px;
	text-align: center;
}
.mContent2 .mC2_2 .mC2_2C1 #text1{
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
}
.mContent2 .mC2_2 .mC2_2C2{
	float: left;
	width: 25%;
	text-align: center;
}
.mContent2 .mC2_2 .mC2_2C2 img{
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	margin-bottom: 30px;
}
.mContent2 .mC2_2 .mC2_2C2 img:hover {
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.3,1.3);
	-ms-transform: scale(1.3,1.3);
	box-shadow: 2px 2px 15px #000000;
}
.mContent2 .mC2_2 .mC2_2C2 #wine{
	font-family: font2;
	font-size: 40px;
	text-align: center;
}
.mContent2 .mC2_2 .mC2_2C2 #text1{
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
}
.mContent2 .mC2_2 .mC2_2R{
	float: right;
	width: 25%;
	text-align: center;
}
.mContent2 .mC2_2 .mC2_2R img{
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	margin-bottom: 30px;
}
.mContent2 .mC2_2 .mC2_2R img:hover {
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.3,1.3);
	-ms-transform: scale(1.3,1.3);
	box-shadow: 2px 2px 15px #000000;
}
.mContent2 .mC2_2 .mC2_2R #wine{
	font-family: font2;
	font-size: 40px;
	text-align: center;
}
.mContent2 .mC2_2 .mC2_2R #text1{
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
}
.content3{
	background: #FF7B05;
	height: 600px;
}
.mContent3{
	width: 1000px;
	margin: auto;
	color: #ffffff;
}
.mContent3 .mC3_1{
	font-family: font2;
	font-size: 60px;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 60px;
}
.mContent3 .mC3_2  .mC3_2L{
	float: left;
	width: 21%;
	margin-top: 20px;
}
.mContent3 .mC3_2  .mC3_2C{
	float: left;
	width: 48%;
	font-size: 18px;
	margin-left: 15px;
}
.mContent3 .mC3_2  .mC3_2R{
	float: right;
	width: 28%;
	font-size: 18px;
}
.mContent3 .mC3_2  .mC3_2R #mC3_2R_T{
	background-color: #FA9E4C;
	padding: 20px;
}
.mContent3 .mC3_2  .mC3_2R #mC3_2R_B{
	margin-top: 40px;
	background-color: #FA9E4C;
	padding: 20px;
}
.footer{
	background: #363636;
	height: 600px;
}
.mFooter{
	width: 1000px;
	margin: auto;
	color: #ffffff;
	padding-top: 90px;
}
.mFooter .mF_L{
	float: left;
	width: 35%;
}
.mFooter .mF_L img{
	margin-bottom: 50px;
}
.mFooter .mF_L p{
	font-size: 19px;
}
.mFooter .mF_L #cp{
	font-size: 13px;
	text-align: center;
	position: relative;
	left: 400px;
	top: 50px;
}
.mFooter .mF_C{
	float: left;
	width: 20%;
	font-family: font2;
	margin-left: 70px;
	position: relative;
	left: 60px;
}
.mFooter .mF_C p{
	font-size: 40px;
	margin-bottom: 30px;
}
.mFooter .mF_C ul{
	width: 70%;
}
.mFooter .mF_C ul li{
	display: inline;
	text-transform: uppercase;
	font-size: 23px;
}
.mFooter .mF_C ul li:hover{
	color: #FF7B05;
}
.mFooter .mF_R{
	float: right;
	width: 35%;
	position: relative;
	left: 90px;
}
.mFooter .mF_R p{
	font-size: 40px;
	margin-bottom: 30px;
	font-family: font2;
}
.mFooter .mF_R a{
	margin-left: 40px;
}
.mFooter .mF_R #s1{
	background-image: url('../img/s1.png');
	background-image: no-repeat;
	width: 57px;
	height: 57px;
	float: left;
}
.mFooter .mF_R #s1:hover{
	background-image: url('../img/s11.png');
	background-image: no-repeat;
	width: 57px;
	height: 57px;
}
.mFooter .mF_R #s2{
	background-image: url('../img/s2.png');
	background-image: no-repeat;
	width: 57px;
	height: 57px;
	float: left;
	margin-left: 30px;
}
.mFooter .mF_R #s2:hover{
	background-image: url('../img/s22.png');
	background-image: no-repeat;
	width: 57px;
	height: 57px;
}
.mFooter .mF_R #s3{
	background-image: url('../img/s3.png');
	background-image: no-repeat;
	width: 57px;
	height: 57px;
	float: left;
	margin-left: 30px;
}
.mFooter .mF_R #s3:hover{
	background-image: url('../img/s33.png');
	background-image: no-repeat;
	width: 57px;
	height: 57px;
}
.mFooter .mF_R #s4{
	background-image: url('../img/s4.png');
	background-image: no-repeat;
	width: 57px;
	height: 57px;
	float: left;
	margin-left: 30px;
}
.mFooter .mF_R #s4:hover{
	background-image: url('../img/s44.png');
	background-image: no-repeat;
	width: 57px;
	height: 57px;
}