#left_box {
	float: left;
	width: 700px;
	
	@media screen and ( max-width:800px ) {
		width: 100%;
	}
}
#main_img_box {
	background-image: url(../img_site/common/backImg01.png);
	background-repeat: repeat;
	height: 340px;
	margin-bottom: 20px;
	padding: 5px;
	position: relative;
}
#main_img {
	height: 340px;
	width: 690px;
}
.lead {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}



.カテゴリー　メニュー ----------{}
.menu_cat {
	width: 100%;
	
	background: #f5f3e6;
	padding-top: 40px;
	padding-bottom: 40px
}
.menu_category {
	width: 90px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 30px;
}
.menu_gurumet {
	width: 310px;
	max-width: 90%;
	height: auto;
	display: block;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}

.menu_list {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	
	display: flex;
	flex-wrap: wrap;
  	justify-content: center;
	row-gap: 30px;
}
.menu_list li {
	width: 160px;
	text-align: center;
}
.menu_list li img {
	height: 46px;
	width: auto;
}


.サイトについて----------{}
#about {
	width: 100%;
	padding-right: 12%;
	padding-left: 12%;
	padding-top: 40px;
	padding-bottom: 40px;
	
	color: #665A1A;
}
.about_lead {
	font-size:16px;
	line-height: 1.5;
	font-weight:bold;
	text-align: center;
	margin-bottom: 15px;
}
.about_txt {
	font-size:14px;
	line-height: 1.75;
}




.新着一覧----------{}

.search_wrap {
	column-gap: 10px;
	row-gap: 10px;
			
	@media screen and ( max-width:800px ) {
		padding: 0 8px  0 8px;
	}
}

.search_item {
}


.右エリア----------{}
#right_box {
	float: right;
	width: 220px;

	@media screen and ( max-width:800px ) {
	width: 100%;
	clear: both;
	float: none;
	padding-top:40px;
	}
}


.お知らせ----------{}

#news_box {
	background-image: url(../img_site/common/backImg01.png);
	height: 328px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px dotted #CCCCCC;
	overflow: auto;
	background-repeat: repeat;
	@media screen and ( max-width:800px ) {
		margin-right:10px;
		margin-left:10px;
		height: 200px;
		margin-bottom: 30px;
}
}
.news_title {
	font-size: 14px;
	color: #665A1A;
	background-image: url(../img_site/common/backImg04.png);
	text-align: center;
	padding: 5px;
	margin-bottom: 15px;
	font-weight: bold;
}
.news_date {
	font-size: 12px;
	color: #4496d3;
	margin-bottom: 5px;
}
.news_text {
	font-size: 12px;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


.リンクバナー----------{}


.bunner, .bunner_botton {
	border: 1px dashed #CCCCCC;
	margin-bottom: 5px;
}
.bunner_botton {
	margin-bottom: 20px;
}

@media screen and ( max-width:800px ) {
	#banner_wrap {
		margin-right:10px;
		margin-left:10px;
		
		display: flex;
		flex-wrap: wrap;
  		justify-content: center;
		gap: 5px;
	}
	.bunner, .bunner_botton {
		max-width: 49%;
		margin-bottom: 0px;
}
	.bunner img, .bunner_botton img {
		width: 100%;
		height: auto;
	}
}






.listBox {
	margin-bottom: 20px;
}
.job_ichiran {
	font-size: 12px;
	color: #7D5A19;
}
.event_title {
	font-size: 14px;
	color: #665A1A;
	margin-bottom: 10px;
}
.event_date {
	font-size: 12px;
	margin-bottom: 10px;
}
.event_img {
	margin-bottom: 10px;
}
