@charset "utf-8";


/*	ビジュアル
------------------------------*/
#visual {
	margin-bottom: 20px;
    position: relative;
	z-index: 1;
}
.visual_img {
	width: calc(100% - 40px);
    margin: 0 auto;
}
.visual_img img {
	width: 100%;
}
#visual .base_hd {
	width: 87.5%;
    max-width: 1000px;
	padding: 26px 20px;
    background-color: #e7bca3;
	-webkit-box-shadow: 6px 6px 12px 0 rgba(147,120,104,.75);
	box-shadow: 6px 6px 12px 0 rgba(147,120,104,.75);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
	margin: 0 auto;
}
#visual .base_hd::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 30px solid #454d3c;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #454d3c;
    position: absolute;
    left: 0;
    bottom: 0;
}
#wrapper {
	width: calc(100% - 40px);
    margin: 0 auto 20px;
    background-color: #fafafa;
}
@media only screen and (max-width: 480px) {

#visual,
#wrapper {
	margin-bottom: 10px;
}
.visual_img,
#wrapper {
	width: calc(100% - 20px);
}
.visual_img {
	height: 140px;
}
.visual_img img {
    height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
#visual .base_hd {
	padding: 18px 20px;
	bottom: -50px;
}
#visual .base_hd::after {
	border-top: 15px solid transparent;
    border-left: 15px solid #454d3c;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #454d3c;
}

}


/*	記事一覧
------------------------------*/
#news {
	padding: 120px 0 80px;
    justify-content: space-between;
}
.news_inner {
	width: calc(100% - 400px);
    padding-left: 16.666666%;
}
.sidebar {
	width: 320px;
}
.news_item {
	padding: 30px 0;
    border-bottom: 1px dotted #454d3c;
}
.news_item:first-child {
	padding: 0 0 30px;
}
.news_title {
	margin: 18px 0 12px;
    line-height: 1.6;
}
.news_title a:hover {
	text-decoration: underline;
}
.news_date {
	display: block;
	color: #728063;
	font-family: span, serif;
    font-weight: 400;
    font-size: 65%;
    letter-spacing: .26em;
}
.news_category {
	display: inline-block;
    margin-right: 12px;
}
.news_category a {
	display: block;
    padding: 2px 12px;
    color: #454d3c;
    font-size: 75%;
    background-color: #e7bca3;
}
.sidebar ul {
	margin-bottom: 40px;
	padding-left: 20px;
}
.sidebar li {
	font-size: 85%;
}
.sidebar li::before {
	content: "-";
	display: inline-block;
	margin-right: 6px;
}
.sidebar li a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 1024px) {

.news_inner {
	padding-left: 0;
}

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

.news_inner {
	width: 100%;
}
.sidebar {
	width: 100%;
    margin-top: 60px;
}

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

#news {
	padding: 80px 0 60px;
}
.news_item {
	padding: 12px 0 16px;
}
.news_item:first-child {
	padding: 0 0 16px;
}

}


/*	ページネーション
------------------------------*/
.wp-pagenavi {
	margin-top: 40px;
    text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .first,
.wp-pagenavi .last {
	display: inline-block;
    margin: 0 12px;
    padding: 12px 20px;
	font-family: span, serif;
    letter-spacing: normal;
    line-height: 1;
	border: 1px solid #454d3c;
    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: #fff;
    background-color: #454d3c;
}
@media only screen and (max-width: 480px) {

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

}
