@charset "utf-8";
/*
Theme Name: ichihara_child
Template: ichihara
Author: innovesta
Author URI: http://www.innovesta.net
*/

/*========================*/

/*========================
WORK_ARCIVE
========================*/
/*
work_item
*******************/
#work_arcive {
	background: url(img/gallery_top_bg.gif) left top repeat;
	padding: 20px 20px 0px;
	box-sizing: border-box;
}
#work_arcive:after{
  content:"";
  display: block;
  width:49%;
}
#work_arcive .work_arcive_item {
	width: 49%;
	max-width: 390px;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
}
#work_arcive .work_arcive_img img {
	height: 200px;
	object-fit: cover;
	box-sizing: border-box;
}
#work_arcive .work_txt {
	background: #e6e6e6;
	font-size: 14px;
	padding: 10px;
}
#work_arcive .work_txt h3 { text-decoration: underline; }
#work_arcive .work_txt p { color: #a5a5a5; }

#work_arcive .work_txt .link {
	color: #fff;
	background: url(img/work/work_arcive_link.gif) left top repeat;
	width: 150px;
	text-align: center;
	padding: 2% 0;
	box-sizing: border-box;
}


/*========================
WORK_SINGLE
========================*/
#work_single .work_page_img {
	background: url(img/gallery_top_bg.gif) left top repeat;
	margin: 0 0 22px; 
	padding: 22px;
	box-sizing: border-box;
}
#work_single .gallery_box {
	background: url(img/gallery_top_bg.gif) left top repeat;
	border: 2px solid #93b831;
	padding: 15px;
	box-sizing: border-box;
}
#work_single .gallery_title {
	border-bottom: 2px solid #91c31e;
}
#work_single .gallery_list {
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px 20px 0;
	box-sizing: border-box;
}
#work_single .gallery_list .flex:after {
	content: "";
	display: block;
	width: 33%;
	max-width: 200px;
}
#work_single .gallery_list_img {
	width: 200px;
	height: 123px;
	margin-bottom: 20px;
	box-sizing: border-box;
	overflow: hidden;
}
#work_single .gallery_list_img img {
	height: 123px;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover;'
}
#work_single .work_txt {
	background: #fff;
	font-size: 14px;
	border: 1px solid #ccc;
	padding: 20px;
	box-sizing: border-box;
}