@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : restaurant_fl.css
 author     : Ability Consultant
 style info : フレンチレストラン フルーヴ
=================================================================== */
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}
/* -----------------------------------------------------------
	.wrp_restaurant_list  店舗 内部ナビゲーション
----------------------------------------------------------- */
.wrp_restaurant_list .con_restaurant_list li.sb a:hover {
	opacity: 1;
}
.wrp_restaurant_list .con_restaurant_list li.sb a .img {
	position: relative;
}
.wrp_restaurant_list .con_restaurant_list li.sb a .img::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(87, 142, 137, 0.7);
}

/* -----------------------------------------------------------
	.wrp_concept  コンセプト
----------------------------------------------------------- */
.wrp_concept .con_concept .box:first-of-type .bg::before {
	right: 100%;
	background: #280D02;
}
.wrp_concept .con_concept .box:nth-of-type(2) .bg::before {
	left: 100%;
	background: #812C0D;
}
.wrp_concept .con_concept .box:last-of-type .bg::before {
	right: 100%;
	background: #392C0C;
}
