@charset "utf-8";


/*	ビジュアル
------------------------------*/
#header {
	width: calc(100% - 40px);
    margin: 20px auto 0;
    background-color: #454d3c;
}
#wrapper {
	width: calc(100% - 40px);
    margin: 0 auto 20px;
	background-color: #454d3c;
}
#visual {
	padding-top: 40px;
    margin-bottom: 80px;
}
#visual .base_hd {
    margin-bottom: 20px;
}
.term_title {
    padding: 6px 20px;
    color: #454d3c;
    text-align: center;
    background-color: #dbb39b;
}
@media only screen and (max-width: 480px) {

#header {
    width: calc(100% - 20px);
    margin: 10px auto 0;
}
#wrapper {
    width: calc(100% - 20px);
    margin: 0 auto 10px;
}
#visual {
	margin-bottom: 60px;
}

}


/*	記事一覧
------------------------------*/
.article_item {
	width: 47.5%;
    margin-right: 5%;
    margin-bottom: 60px;
}
.article_item:nth-child(2n) {
	margin-right: 0;
}
.article_img {
	height: 230px;
    margin-bottom: 20px;
}
.article_img img {
	width: 100%;
    height: 100%;
}
.article_title a {
	color: #fff;
    font-size: 125%;
    line-height: 1.6;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.article_title a:hover {
	color: #dbb39b;
}
.article_date {
	display: block;
    margin-top: 12px;
    color: #dbb39b;
    font-family: span, serif;
    font-weight: 400;
    font-size: 75%;
    text-align: right;
    letter-spacing: .26em;
}
.category_wrap {
	color: #dbb39b;
    font-size: 85%;
	text-align: right;
}
.category_wrap a {
	color: #dbb39b;
}
.category_wrap a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 768px) {

.article_item {
    width: 100%;
    margin-right: 0;
}
.article_img {
    height: 280px;
}

}
@media only screen and (max-width: 480px) {

.article_item {
    margin-bottom: 40px;
}
.article_img {
    height: 160px;
}
.article_title a {
    font-size: 110%;
}

}


/*	ページネーション
------------------------------*/
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .first,
.wp-pagenavi .last {
	display: inline-block;
    margin: 0 12px;
    padding: 12px 20px;
    color: #dbb39b;
    font-family: span, serif;
    letter-spacing: normal;
    line-height: 1;
    border: 1px solid #dbb39b;
    background-color: transparent;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.wp-pagenavi .current,
.wp-pagenavi .page:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
    color: #454d3c;
    background-color: #dbb39b;
}
.breadcrumbs {
	margin-top: 60px;
}
.breadcrumbs span {
	color: #fff;
}
.breadcrumbs span:before {
    background: url(../img/chevron-right-solid-w.svg) no-repeat right center;
    background-size: contain;
}
@media only screen and (max-width: 480px) {

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .first,
.wp-pagenavi .last {
    margin: 0 6px;
	padding: 8px 14px;
}

}
