@charset "utf-8";
/* CSS Document */
.pc{
	display: block;
	padding-top: 125px;
}
.mobile{
	display: none;
	padding-top: 0px;
}

.section-bg{
	background-color: #FFF;
}


.text-rights{
	text-align: right;
}

.text-lefts{
	text-align: left;
}

.font-Lexend{font-family: "Lexend", sans-serif;}

.w{
	color: #FFF;
	font-size: 18px;
	font-family: "Playfair Display", serif;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 999;
	font-weight: normal;
}

.scrollbar{
	position: absolute;
	left: 47.5%;
	bottom: 20px;
	z-index: 999;
}
.color-coffee{
	font-size: 28px;
	line-height: 1em;
	color: #bfb082;
	font-family: "Playfair Display", serif;
	text-transform: uppercase;
	font-weight: normal;
}
.color-cof{
	color: #3c2020;
	line-height: 1.75em;
}



.color-black{
	font-size: 18px;
	line-height: 1.75em;
	font-weight: normal;
	color: #333;
}
.color-coffees{
	color: #c78669;
}

.banner-flout{
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 999;
	width: 200px;
}

.text-area{
	width: 100%;
	position: absolute;
	top: 35%;
	z-index: 999;
	text-align: center;
}

.title-h1{
	font-size: 38px;
	line-height: 1.75em;
	font-weight: normal;
	color: #290909;
	letter-spacing: 2px;
}

.title-h2{
	font-size: 26px;
	line-height: 1em;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 6px;
	
}

.title-h3{
	font-size: 20px;
	line-height: 1.75em;
	color: #333;
	border-radius: 30px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	background-color: rgba(255, 255, 255, 0.5); /* 黑色 50% 透明 */
	padding: 6px;
	max-width: 400px;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 1px;
}

.single-col{
}
.single-col .single-banner{position:relative;display:block;overflow:hidden;border-radius:0px}.single-col .single-banner img{width:100%;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.single-col .single-banner:hover img{-webkit-transform:scale(1.1) rotate(0deg);transform:scale(1.1) rotate(0deg)}

.col-em-4{
	width: 25%;
	float: left;
	position: relative;
}

.con{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1170px;
	text-align: center;
}

.contact-bg{
	border-radius: 30px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	background-color: rgba(255, 255, 255); /* 黑色 50% 透明 */
}

@media only screen and (max-width: 767px){
.pc{
	display: none;
}
.mobile{
	display: block;
}	
.text-rights{
	text-align: center;
}

.text-lefts{
	text-align:center;
}	
.col-em-4{
	width: 100%;
	float: left;position: relative;
}

.con{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 700px;
	text-align: left;
	font-size: 16px;
}

.banner-flout{
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 999;
	width:150px;
}
.scrollbar{
	position: absolute;
	left: 45%;
	bottom: 20px;
	z-index: 999;
}
.text-area{
	width: 100%;
	position: absolute;
	top: 35%;
	z-index: 999;
	text-align: center;
}

.title-h1{
	font-size: 26px;
	line-height: 1.75em;
	font-weight: normal;
	color: #290909;
	letter-spacing: 1px;
}

.title-h2{
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	letter-spacing: 6px;
	
}

.title-h3{
	font-size: 16px;
	line-height: 1.75em;
	color: #333;
	border-radius: 30px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	background-color: rgba(255, 255, 255, 0.5); /* 黑色 50% 透明 */
	padding: 6px;
	max-width: 320px;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 1px;
}
}
@media only screen and (max-width: 480px){
.text-rights{
	text-align: center;
}

.text-lefts{
	text-align: center;
}
.scrollbar{
	position: absolute;
	left: 40%;
	bottom: 20px;
	z-index: 999;
}
}
