@charset "utf-8";
/*------base------*/
.flex_box{
	justify-content: space-between;
}
dl.site dt, dl.site dd{
	text-align: left;
	font-size: 16px;
}
/*staff-----------------------------------------------------------------------------*/
#staff {
	margin-top: 20px;
	/*background-color: #e6ffd7;*/
	padding-bottom: 20px;
}
#staff h3 {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	padding: 10px 0;
	background-color: #007f33;
	margin: 0 auto;
}
#staff h3{
	display: none;
}
#staff .cate {
	border-radius: 8px;
	border: none;
	box-sizing: border-box;
	margin-top: 10px;
	overflow: hidden;
	background: #fff;
}
#staff .title_box {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	color: #fff;
}
#staff .cate01 .title_box {
	padding: 10px 0;
	background-color: #208f65;
}
#staff .cate02 .title_box {
	padding: 10px 0;
	background-color: #0089ef;
}
#staff .cate03 .title_box {
	padding: 10px 0;
	background-color: #0070b5;
}
#staff .cate04 .title_box {
	padding: 10px 0;
	background-color: #510384;
}
#staff .cate05 .title_box {
	padding: 10px 0;
	background-color: #ff8000;
}
#staff .title_box h4 {
	font-size: 26px;
	font-weight: bold;
	margin: 0;
	padding-left: 10px;
}
#staff .title_box p {
	position: relative;
	font-size: 16px;
	padding-left: 15px;
	margin: 0;
}
#staff .title_box p::before {
	content: "｜";
	position: absolute;
	top: 0;
	left: 0;
	color: #fff!important;
}
#staff .cate ul {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
	margin: 0;
}
#staff .cate ul li {
	width: 23%;
	text-align: center;
	margin: 1%;
	list-style: none;
}

#staff .cate ul li figure {
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 3px;
	overflow: hidden;
}
#staff .cate ul li figure img {
	width: 100%;
	vertical-align: middle;
}
#staff .cate ul li figcaption {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}
/* フルラインサービス・品揃え */
.col_3 .course {
  font-size: 18px;
  border-bottom: 1px dotted #666;
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
}
.col_3 .course a {
  font-weight: bold;
}
.col_3 .course_price {
  color: #cc0000;
  width: 94%;
  text-align: right;
  margin-top: 3px;
  font-weight: bold;
}
