
@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	padding-bottom: 51px;
}
@media only screen and (max-width: 767px) {
	.contents01{
		padding-bottom: 0;
	}
}
.contents01 .contents01_01{
	width: 1100px;
	height: auto;
	margin: 36px auto 0;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		margin: 40px auto 0;
		text-align: center;
		padding-bottom: 0;
	}
}
.contents01 .contents01_01 h2{
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
	margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h2{
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 40px;
	}
}
.contents01 .contents01_01 h2 span{
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.1em;
	color: #A28C67;
	display: block;
}
.contents01 .contents01_01 .cat{
	width: 100%;
	height: auto;
	margin: 38px auto 70px;
	display: block;
}

.contents01 .contents01_01 .cat form{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .cat form{
		width: 407px;
	}
}
@media only screen and (max-width: 469px) {
	.contents01 .contents01_01 .cat form{
		width: 180px;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: stretch;
		flex-direction: column;
	}
}
.contents01 .contents01_01 .cat form select{
	/*デフォルトのスタイルを解除 */
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	/*スタイル */
	display: inline-block;
	width: 180px; /* 幅 */
	max-width: initial; /* 最大幅 */
	margin: 0; /* 前後の余白 */
	padding: 0.6em 1.5em 0.6em 0.5em; /* 文字周りの余白 */
	cursor: pointer; /* カーソルを指に */
	line-height: 1.4; /* 行高 */
	font-size: 14px; /* フォントサイズ */
	color: #545454; /* 文字色 */
	background-color: #ffffff; /* 背景色 */
	border: solid 1px #545454; /* 枠線 */
	/*三角マークを作る */
	/*background-image: linear-gradient(45deg, transparent 50%, rgba(0,0,0,1) 50%),  linear-gradient(135deg, rgba(0,0,0,1) 50%, transparent 50%);
	background-size: 5px 5px, 5px 5px;
	background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
	background-repeat: no-repeat;*/
	background-image: url(../img/common/arrow11.png);
	background-repeat:no-repeat; 
	background-size: 11px auto;
	background-position: right 15px center;
	/* font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif; */
}
.contents01 .contents01_01 .cat form select:nth-of-type(2){
	margin: 0 10px;
}
@media only screen and (max-width: 469px) {
	.contents01 .contents01_01 .cat form select:nth-of-type(2){
		margin: 10px 0;
	}
}
/* フォーカス時 */
.contents01 .contents01_01 .cat form select:focus {
	outline: 0;
	border-color: #545454; /* 枠線色を変更 */
}
/* IEでデフォルトの矢印を消す */
.contents01 .contents01_01 .cat form select::-ms-expand {
	display: none;
}
.contents01 .contents01_01 .cat form input{
	width: 94px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	color: #545454;
	background-color: #F2F0F0;
	/* font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif; */
	cursor: pointer;
	transition: all .5s;
	border-radius: 0;
}
@media only screen and (max-width: 469px){
	.contents01 .contents01_01 .cat form input{
		margin: 0 auto;
	}
}
.contents01 .contents01_01 .cat form input: hover{
	opacity: .8;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01{
	width: auto;
	height: auto;
}
.contents01 .contents01_01 .contents01_01_01 .text01{
	margin: 0 auto 40px;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: #A28C67;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	width: 783px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 54px auto 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
		width: 100%;
		margin-top: 38px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(1) {
	margin: 0 auto;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 a{
	width: auto;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 a.thumbnail{
		width: 39%;
		height: auto;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 a img{
	width: 200px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 a.thumbnail img{
		width: 100%;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01{
	width: 552px;
	height: auto;
	display: block;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01{
		width: 56%;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .date{
	font-size: 14px;
	line-height: 24px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .contents01_01_01_01_01 .date{
		font-size: 12px;
		line-height: 1.1;
	}
}

.contents01_01_01_01_01 ul{
	width: 100%;
	height: auto;
	margin: 5px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.contents01_01_01_01_01 ul{
		width: 100%;
		height: auto;
		margin: 5px 0 0;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
}
.contents01_01_01_01_01 ul li{
	width: auto;
	height: auto;
	margin-right: 6.5px;
}
.contents01_01_01_01_01 ul li a{
	width: auto;
	height: auto;
	padding: 0 16px;
	font-size: 12px;
	line-height: 24px;
	background-color: #D04747;
	color: #fff;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01_01_01_01_01 ul li a{
		font-size: 10px;
	}
}
.contents01_01_01_01_01 ul li .cat_topics{
	background-color: #D04747;
}
.contents01_01_01_01_01 ul li .cat_news{
	background-color: #696562;
}
.contents01_01_01_01_01 ul li .cat_blog{
	background-color: #A18C67;
}
.contents01_01_01_01_01 a{
	width: auto;
	height: auto;
}
.contents01_01_01_01_01 a h3{
	font-size: 15px;
	line-height: 25px;
	text-decoration: underline;
	display: inline-block;
	margin-top: 5px;
}
@media only screen and (max-width: 767px) {
	.contents01_01_01_01_01 a h3{
		font-size: 14px;
		line-height: 24px;
	}
}
.contents01_01_01_01_01 a .text{
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	margin-top: 10px;
}
@media only screen and (max-width: 767px) {
	.contents01_01_01_01_01 a .text{
		font-size: 13px;
		line-height: 18px;
		margin-top: 5px;
	}
}
.contents01 .contents01_01 .page_nav{
	width: 152px;
	height: 40px;
	margin: 123px auto 0;
	background-color: #ddd;
}

/*.paginationここから*/
.wp-pagenavi {
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 65px;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		flex-wrap: wrap;
	}
}
.wp-pagenavi a{
	width: 35px;
	height: 35px;
	font-size: 15px;
	line-height: 35px;
	font-weight: 400;
	display: block;
	margin: 0 9px;
	text-align: center;
	transition: inherit;
}
.wp-pagenavi a:hover{
	background-color: #EBE5E5;
	opacity: 1;
	transition: inherit;
}
.wp-pagenavi .current{
	width: 35px;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	font-weight: 400;
	display: block;
	margin: 0 9px;
	text-align: center;
	background-color: #EBE5E5;
}
/*.paginationここまで*/