@charset "UTF-8";
/* CSS Document */



/*----------------------------------------------------
	☆mv
----------------------------------------------------*/
.topMv {
	background: url(/quality/images/quality_mv.jpg);
	background-size: auto auto;
	background-size: cover;
	height: 60vh;
	position: relative;
}
.topMv h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.topMv h2 img {
	width: 450px;
}
/*----------------------------------------------------
	☆qualityContents
----------------------------------------------------*/
.qualityContents {
	padding-top: 180px;
}
.qualityContents li {
	overflow: hidden;
	margin-bottom: 85px;
}
.qualityContents li:last-child {
	margin-bottom: 0px;
}
.qualityContents li .imgAra {
	float: left;
	margin-right: 2%;
}
.qualityContents li .imgAra01 {
	width: 39%;
}
.qualityContents li .imgAra02 {
	width: 43%;
}
.qualityContents li .imgAra03 {
	width: 41%;
}
.qualityContents img {
	width: 100%;
}
.qualityContents .textArea {
	float: right;
	width: 55%;
	padding-top: 50px;
}
.qualityContents .titleArea {
	color: #0b674b;
	font-size: 2rem;
	position: relative;
	text-align: center;
}
.qualityContents .titleArea:before {
	content: "";
	background: url(/lib/cmn_img/ourRestaurant_ttl01.png);
	width: 80px;
	height: 54px;
	position: absolute;
	left: 10%;
	bottom: -80%;
	transform: translateX(-50%) translateY(-50%);
}
.qualityContents .titleArea02:before {
	content: "";
	background: url(/lib/cmn_img/ourRestaurant_ttl02.png);
	width: 80px;
	height: 54px;
	position: absolute;
	left: 10%;
	bottom: -80%;
	transform: translateX(-50%) translateY(-50%);
}
.qualityContents .titleArea03:before {
	content: "";
	background: url(/lib/cmn_img/ourRestaurant_ttl03.png);
	width: 80px;
	height: 54px;
	position: absolute;
	left: 10%;
	bottom: -80%;
	transform: translateX(-50%) translateY(-50%);
}
.qualityContents .summaryArea {
	font-size: 1.6rem;
	line-height: 2;
}
	
	
	



/*----------------------------------------------------
	☆forBreak
----------------------------------------------------*/
 @media only screen and (max-width: 1450px) .topMv {
 margin-top: 140px;
}

/*----------------------------------------------------
	☆forSP
----------------------------------------------------*/
@media only screen and (max-width: 800px) {
.topMv {
	height: 30vh;
}
.topMv h2 img {
	width: 250px;
}
/*----------------------------------------------------
	☆SPqualityContents
----------------------------------------------------*/
.qualityContents {
	padding-top: 50px;
}
.qualityContents li {
	overflow: hidden;
	margin-bottom: 70px;
}
.qualityContents li .imgAra {
	float: none;
	width: 95%;
	margin-right: 0;
	margin: 0 auto;
}
.qualityContents img {
	width: 100%;
}
.qualityContents .textArea {
	float: none;
	width: 100%;
	padding-top: 40px;
}
.qualityContents .titleArea {
	font-size: 2.2rem;
}
.qualityContents .titleArea:before {
	background-size: cover;
	width: 64px;
	height: 43px;
	left: 10%;
	bottom: 70%;
}
.qualityContents .titleArea02:before {
	background-size: cover;
	width: 64px;
	height: 43px;
	left: 10%;
	bottom: 30%;
}
.qualityContents .titleArea03:before {
	background-size: cover;
	width: 64px;
	height: 43px;
	left: 10%;
	bottom: 50%;
}
.qualityContents .summaryArea {
	line-height: 1.4;
	font-size: 1.4rem;
}
}
