/*
Theme Name: original
Author URI: http://gallant-llc.com/
Description: grid style. 
Author: gallant-kaori
Author URI: http://gallant-llc.com/
Version: 1.0
*/

/**info一覧*/
.info_list li a{
	border-bottom: 1px solid #eee;
	padding:20px 0;
	display: block;
}
.information{
	background-color:#DBEFF2;
	padding:10px;
	margin-right: 15px;
	display: inline-block;
}
.events{
	background-color:#E1E1BE;
	padding:10px;
	margin-right: 15px;
	display: inline-block;
}

/**category**/

.cate_left{
	background-color:#fff!important;
}
h2.cate_title{
	margin-bottom: 0!important;
} 
/**pager**/
#pagenav{
	width:100%;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #836B4F;
	background-color: #FFF;
	border: solid 1px #836B4F;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#836B4F; 
    border-color:#836B4F;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #836B4F;
	border-color: #836B4F;
	font-weight: bold;
    }



/*page_next***/
.page_next{
	clear:both;
	width:100%;
}
.page_list a{
	background-color:#0168B6;
	color:#fff;
	display:block;
	border-radius:20px;
	padding:10px 25px;
	position:relative;
}
.page_list a:hover{
	background-color:#061E4A;
}
.page_list a::after{
	content:"\f138";
	font-family: "Font Awesome 5 Free";
	display:inline-block;
	position:absolute;
	font-weight: 900;
	right:15px;
}
/*product一覧**/
.pro_box{
	height: 100%;
	padding-bottom: 30px;
}
.pro_box a{
	display: block;
	border:1px solid #E1DAD0;
	height: 100%;

}
.pro_box a:hover{
	background-color:#EFECE7;
}
.pro_box a figure{
	height: 240px;
	overflow: hidden;
	padding: 15px;
}
.pro_box a figure img{
	height: 220px;
	object-fit: cover;
	width: 100%;
}
.pro_box h2{
	font-size: 1.1em;
	background-color:#62543E;
	margin-bottom: 0;
	padding: 15px;
	color:#fff;
}
/**works**/
.work_list .gyousyu{
	display: inline-block;
	padding: 6px 14px;
	border:1px solid #333;
	margin-top: 15px;
}
.work_list h2{
	font-size: 1.4em;
}
.work_list h3{
	font-size: 1em;
}