@charset "utf-8";



@import url("../common/css/reset.css");
@import url("../common/css/base.css");






/*-------------------------------------
飲食店事業へ
------------------------------------- */

.restaurant_contents {
	max-width: 840px;
	overflow: hidden;
}



.restaurant_box {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 4%;
	border: 10px solid #f3f3f3;
	text-align: center;
}
.restaurant {
	display: inline-block;
	padding: 4% 4% 0;
	overflow: hidden;
}
.restaurant_logo {
	float: left;
}
.restaurant_logo img {
	width: 100%;
	max-width: 200px;
}
.restaurant_info {
	margin-left: 260px;
	text-align: left;
	line-height: 1.8;
}
h3 {
	margin-bottom: 10px;
}
@media screen and (max-width: 840px){
	.restaurant_logo {
		float: none;
	}
	.restaurant_info {
		margin-left: 0;
	}
}


#youtube_pv {
	line-height: 1.2;
	margin-bottom: 20px;
}
@media screen and (max-width: 880px){

	#youtube_pv {
		width: 100%;
		height: 472.5px;
		height: 56vw;
	}

	#youtube_pv iframe {
		width: 100%;
		height: 100%;
	}

}/* 閉じカッコ */


.to_site {
	padding: 0 4%;
	line-height: 1.4;
}




@media screen and (max-width:640px){



}






