@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: center;
	background-image: url("../images/About_img1.jpg");
}


h4{
	font-size: 50px;
	font-family: "font_B";
	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;
}


/*----　テーブル　----*/
table{
  	border-spacing: 0 10px;
	width: 500px;
	font-size: 18px;
}
table .bottom th{
	
}
table .bottom td{
	border-bottom: 1px solid #e6cba1;
}
tr{
	height: 60px;
	width: 50px;
}
th{
	font-family: "font_M";
	text-align: left;
	padding-left: 20px;
	width: 180px;
	border-bottom: #e6cba1 solid 3px;
}

td{
	font-family: "font_M"; 
	padding-left: 20px;
	
}

.table_yokoimg{
	background-image:url("../images/73891173.jpg");
	width: 500px;
	height: 600px;
	background-position: center;
	background-size: cover;
	margin-left: 30px;
}

/*--　MAP　--*/
iframe{
	border: 5px solid #e6cba1;
	border-left: none;
	border-right: none;
}
.map_p{
	width: 1000px;
	margin: auto;
}



