@charset "utf-8";

/*-----トップ画像-----*/
.top_img_waku{
	background-color: #5C2521;
	padding-top: 80px;
}
.top_img_waku h3{
	width: 30%;
}
.top_img{
	width: 70%;
	height: 400px;
	background-size: cover; 
    background-position: bottom;
	background-image: url("../images/Top_img.jpg");
}


h4{
	font-size: 50px;
	font-family: "font_T";
	text-align: center;
	color:#5C2521;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 30px;
}
.about_waku{
	border: #e6cba1 solid 2px;
	width: 90%;
	margin: auto;
	min-width: 1200px;
}

/*-----パンへの想い-----*/
.beige_BG3{
	position: relative;
	width: 100%;
	height: 450px;
}
.index_menu_img3{
	position: absolute;
	top: 65%;
	left: 60%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.index_menu_BG3{
	background-color: #5C2521;
	width: 800px;
	height: 450px;
	position: relative;
}
.index_menu3{
	width: 800px;
	height: 450px;
	background-image: url("../images/Top_menu_img03.jpg");
	background-size: cover;
	background-position: center;
	position: absolute;
	top:-10px;
	right: -10px;
}
.h3_waku{
	margin-right: auto;
	margin-left: 0px;
	padding: 40px 0;
	background-color: #5C2521;
	width: 350px;
	position:relative;
	z-index: 10;
	margin-top: 130px
}
.h3_waku p{
	font-size: 17px;
	padding: 5px 30px;
	color: #fff;
}
.R_h3_3{
	font-size: 30px;
	font-family: "font_B";
	text-align: center;
	color:#fff;
	letter-spacing: 2px;
	font-weight: normal;
	
}
.all_s_menu{
	width: 100%;
	margin: 10px;
}
.all_s_menu .img{
	width: 350px;
	height: 350px;
	background-size: cover; 
    background-position: center;
	border-radius: 50%;
}
.all_s_menu p{
	font-size: 17px;
	padding: 10px 15px;
}

.all_s_menu .img1{
	background-image: url("../images/59266058.jpg");
}
.all_s_menu .img2{
	background-image: url("../images/Top_img.jpg");
	background-position: bottom;
}
.all_s_menu .img3{
	background-image: url("../images/70235566.jpg");
}
.story{
	width: 500px;
}
.story p{
	padding: 30px;
}
