.eyecatch {
    width:100%;
    height:0;
    padding-top:150px;
    background-position: center center;
    background-size: cover;
    border-radius:5px;
}

.aft_border2{
    border-bottom: 1px solid #776B58;
    padding-bottom:30px;
}
.article img{
    width:auto;
    margin-bottom:30px;
}
.article_body{
    border-bottom: 1px solid #B18576;
    padding-top:30px;
}
.article_body p{
    padding-bottom:10px;
}
p.has-background {
    padding: 10px 25px !important;
}
.wp-block-heading{
    line-height: unset;
    font-size: revert;
    letter-spacing: normal;
}
.wp-block-image {
    margin-bottom: 0 !important;
}
.blocks-gallery-grid, .wp-block-gallery{
    display:inline-block !important;
}
.event_desc .news_time{
    display:none;
}
.h2_wrapper{
    text-align: center;
}

/*-------- ブログ機能 --------*/

.container2{
    position:relative;
    width:87%;
    max-width:1200px;
    margin:80px auto 0 auto;
    border:2px solid #D9D1CA;
    line-height:30px;
    word-break: break-all;
}
.container2 .row{
    width:90%;
    margin:0 auto;
    padding-top:30px;
}

#news{
    display:flex;
    justify-content: space-between;
    margin-bottom:30px;
    padding-bottom:30px;
    border-bottom:2px solid #D9D1CA;
}
.news_pic{
    width:20%;
}
.news_pic{
    transition:0.3s;
}
.news_pic:hover{
    opacity:0.8;
}

.news_wrap{
    width:76%;
}
.news_wrap a{
    color:#000;
}

.news_wrap .news_title{
    font-size:20px;
    border-bottom:1px solid #80CC29;
    display:inline;
    line-height:16px;
}
.news_wrap .news_desc{
    font-size:18px;
    line-height:25px;
    margin-top:13px;
}
.news_wrap .news_meta{
    font-size:14px;
    line-height:25px;
}
.article_header{
    border-bottom: 1px solid #B18576;
    padding-bottom:25px
}
.main_contents .article_title{
    font-size:20px;
}
.postLinks{
    display:flex;
    justify-content: space-between;
    margin-top:100px;
    letter-spacing: 2px;
    font-size:13px;
}
.postLinks a{
    color:#000;
}
.postLinks i{
    color:#80CC29;
}


/*----- ページネーション -----*/


.pagenation{
    text-align: center;
    margin-top:70px;
}
.page-numbers {
	display: inline-block;
}
.page-numbers > li { display: inline; }
.page-numbers > li > a, .page-numbers > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #B18576;
}
.page-numbers > li:first-child a, .page-numbers > li:first-child span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.page-numbers > li:last-child a, .page-numbers > li:last-child span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.page-numbers > li > a:hover, .page-numbers > li > span:hover, .page-numbers > li > a:focus, .page-numbers > li > span:focus {
	z-index: 2;
}
.page-numbers .current {
	z-index: 3;
	color: #D9D1CA;
	cursor: default;
}
.page-numbers > .disabled > span, .page-numbers > .disabled > span:hover, .page-numbers > .disabled > span:focus, .page-numbers > .disabled > a, .page-numbers > .disabled > a:hover, .page-numbers > .disabled > a:focus {
	color: #777777;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}