@charset "utf-8";

/*----　トップイメージ　----*/
.top_img{
	width: 100%;
	height: 200px;
	background-image: url("../images/Top_reason3.png");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center 30%;
}
.top_img p{
	font-size: 35px;
	font-family: "font_B";
	text-shadow: 0px 0px 12px rgba(255, 255, 255, 1), 0px 0px 12px rgba(255, 255, 255, 1);
}
.h3{
	text-align: center;
}
/*--私たちの想い--*/
.about .img{
	width: 38%;
	height: 230px;
	background-position: top;
}
.about .img1{
	background-image: url("../images/top_img_4.jpg");
}
.about .img2{
	background-image: url("../images/Menu_img (1).png");
	background-position: bottom;
}
.about .img3{
	background-image: url("../images/pixta_35468286.jpg");
}

.about .index_greeting{
	width: 60%;
}

/*--代表ご挨拶--*/
.aisatu_img{
	width: 38%;
	height: 400px;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
	background-color:#fff8dc;
	border-radius: 10px;
}
.about .name{
	text-align: right;
	font-size: 20px;
}
.about .name span{
	font-size: 15px;
}

/*--会社概要--*/
.table_design01 {
	border-collapse: collapse;
	width: 100%;
	max-width: 700px;
	margin: auto;
}
.table_design01 th, .table_design01 td {
  border: 2px solid #fff;
  background-color:#fff8dc;
  padding: 1em;
	font-family: "font_M";
}
.table_design01 th {
  background-color: #ff9900;
  color: #fff;
  font-family: "font_B";
  text-align: center;
  width: 20%;
  min-width: 4em;
	font-weight: normal;
}


