@charset "utf-8";
/* 新着カテゴリー一覧　C*/
/*--------------------------------------------------*/

/* post001 */
/*--------------------------------------------------*/
.news-h2{
	font-size:36px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 60px;
	line-height: 1;
}



.post001{
	margin-bottom: 60px;
}

.post001-heading img{
	width: 30px;
	height:auto;
}

.post001-heading {
	font-size: 20px;
}

.post001-more {
	font-size:14px !important;
	margin-top: -5px;
}

.post001-more a::before{
	font-size:14px !important;
}

.post001 .container-fluid{
	padding:0 !important;
}

.post001-list a{
	padding:10px;
}

.post001-list li {
	margin-bottom: 30px;
}

.post001-list li a{
	border:1px solid #cccccc;
}


.post001-list li a:hover {
	background: rgba(204, 204, 204,0.2);
}

.post001-inner {
	position: relative;
}


/* title */
.post001-heading {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	padding: 0 0 0 0;
}


/* list */

.post001-list a {
	position: relative;
	display: table;
	width: 100%;
	padding: 15px;
	-webkit-transition: background-color 100ms;
	transition: background-color 100ms;
}

.post001-list a:hover {
	background-color: #fafafa;
}

.post001-list p {
	line-height: 1.3;

	vertical-align: middle;
}

.thumbnail-box{
	margin-bottom: 10px;
}

.thumbnail-box img{
	height: auto;
	width: 100%;
}

.post001-metabox{
	left: -15px;
	position: relative;
}

/* date */
.post001-date {
	font-size: 12px;
	/*	width: 6.5em;*/
	display: table-cell;
}
/* category */
.post001-category {
	min-width: 4em;
	padding-right: 10px;
	padding-left: 5px;
	display: table-cell;
}
.post001-category > span {
	font-size: 12px;
	display: block;
	padding:1px 1em;
	text-align: center;
	color: white;
}
.post001-category-01 {
	background: #f9a402;
}
.post001-category-01:not(:first-child) {
	margin-top: 2px;
}
.post001-category-02 {
	background: #ff4b47;
}
.post001-category-03 {
	background: #1d7dc5;
}
.post001-category-04 {
	background: #379d2a;
}
/* title */
.post001-title {
	font-size:16px;
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 5px;
}


.wp-pagenavi {
	margin: 30px 0 ;
	text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi .page,
.wp-pagenavi a {
	background: #f3f3e8;
	color: #8e8379;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 0 2px;
	padding: 0 10px;
	font-size:14px;
	border:1px solid transparent;
}
.wp-pagenavi .current {
	border:1px solid #8e8379 !important;
	background: #8e8379;
	color: #f3f3e8;
}


.wp-pagenavi a:hover, 
.wp-pagenavi .page:hover,
.wp-pagenavi li a.active {
	border:1px solid #8e8379;
}

@media (max-width: 767px) {
	.news-h2{
		font-size:24px;
		margin-bottom: 30px;
	}
	.thumbnail-box{
		left: -5px;
		position: relative;
	}

	.post001{
		margin-bottom: 40px;
	}
	.wp-pagenavi{
		margin:0 0 60px 0;
	}


}
@media (max-width: 575px) {
	.post001-list {
		border-top:1px solid #cccccc;
		border-bottom:1px solid #cccccc;
	}
	.post001-list li:nth-child(odd){
		border-right:1px solid #cccccc;
		border-left:0;
	}
	.post001-list li:nth-child(even){
		border-right:0;
	}
	.post001 .container-fluid{
		padding:0 !important;
		margin:0 -15px !important;
	}

	.post001-inner{
		margin:0 -15px;
	}
	.thumbnail-box{
		margin-bottom: 5px;
		left: 0;
		position: inherit;
	}
	.post001-metabox{
		position: inherit;
		left:0;
	}
	.post001-list{

		border-bottom: 0;
	}
	.post001-list li{
		margin-bottom: 0;
		border-bottom: 0;
	}
	.post001-list li a {
		border-top: 0;
		border-left:0;
		border-right: 0;
		margin-bottom: 0;
		padding:15px;
		display: block;
	}
	.post001-list li a::after {
		display: none;
	}
	.post001-title{
		font-size:14px;
		margin-bottom: 5px;
		margin-top: 0;
	}
	.post001-date,
	.post001-category{
		display: inline-block;
		padding:0;
	}
	.post001-date{
		/*		width: 6em;*/
	}
	.post001-category > span{
		font-size:10px;
		padding: 1px 2px;
	}
	.news-excerpt{
		font-size:12px;
	}

}

/*--------------------------------------------------*/

.single li p{ 
	padding: 0 5px;
}

.single-title180{
	text-align: left;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	color:#222222;
	font-size:18px;
	padding:15px 5px !important;
	font-weight:bold;
}

.single-arrow-prev ,
.single-arrow-next {
	padding: 0;
}

.single-arrow-prev a,
.single-arrow-next a{
	background-color: #f3f3e8;
	border:1px solid #f3f3e8;
	color: #8e8379;
	border-radius: 0;
	box-sizing: border-box;
	display: block;
	font-weight: bold;
	padding: 8px 10px;
	width: 90%;
	margin: 30px auto;
	font-size:14px;
	text-align: center;
}


.single-arrow-prev a:hover,
.single-arrow-next a:hover{
	border:1px solid #8e8379;
	color: #8e8379;
}

.single-arrow-prev a{
	margin-right:15px;
}
.single-arrow-next a{
	margin-left:15px;
}

.single-metabox{
	width: 100%;
	display: inline-block;

}

.single-metabox-inner{
	display: inline;
	float: right;
}

.single-category{
	float: right;
}

.single-category > span {
	color: white;
	display: block;
	font-size: 12px;
	padding: 1px 8px;
	text-align: center;
}

.single-date{
	float: left;
	font-size: 12px;
	width: 7.5em;
}

.gallery-item a img{
	width: 100%;
	height: auto;
}

@media (max-width: 1199px) {
	.single-arrow-prev a, .single-arrow-next a{
		font-size:12px;
		box-sizing: border-box;
		display: block;
		font-weight: bold;
		float: none;

	}
}

@media (max-width: 767px) {
	.single-arrow-prev a, .single-arrow-next a{
		font-size:12px;
		box-sizing: border-box;
		display: block;
		font-weight: bold;
		margin: 30px auto 60px auto;
		padding: 5px 10px;
		float: none;
		background-color: #f3f3e8;
		color: #8e8379;
	}
	.single-arrow-prev{
		padding-right:5px; 
	}
	.single-arrow-next{
		padding-left:5px; 
	}
	.newspost{
		margin-bottom: 60px;
	}

}
@media (max-width: 575px) {
	.single-news li p img{
		width: 100%;
	}
}