.article img{
    height:auto;
}

/*----- トップページ -----*/

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

.news_wrap{
    margin-top:5px;
}
#news a{
    color:#000;
}
#news a,
.news02 a{
    display:block;
    transition:0.3s;
}
#news a:hover,
.news02 a:hover{
    opacity:0.7;
}
.news_time{
  color:#FBC702;
  font-size:14px;
  font-weight:500;
}
.news_title{
  font-weight:bold;
  font-size:20px;
}
.news_desc{
  font-size:14px;
  margin-top:5px;
}


section.blog{
  margin:120px auto 0 auto;
  width:90%;
  max-width:1100px;
}
.container .row{
    display:flex;
    justify-content: space-between;
}
.container2 .row{
    display:flex;
    column-gap: 4%;
}
.blog_page2 .row{
    flex-wrap:wrap;
}
.blog_page2 .main_title{
    text-align: center;
    margin-bottom:50px;
    border-bottom:1px solid #000;
}
.blog_page2 .news{
    margin-bottom: 40px;
}
.col-md-4{
  width:30%;
}

section.blog .blog_border{
  width:3px;
  height:60px;
  background:#C89F62;
  margin:30px auto;
}
section.blog .sec_btn{
  height:68px;
  line-height:68px;
  width:220px;
  text-align: center;
  letter-spacing: 3px;
  font-weight:bold;
  font-size:18px;
  margin:0 auto;
  border:3px solid #C89F62;
}
section.blog .sec_btn a{
  color:#C89F62;
  display:block;
  transition:0.3s;
}
section.blog .sec_btn a:hover{
  background:#C89F62;
  color:#fff;
}



/*----- 記事ページ -----*/

.col-md-9{
    background:#fff;
    width:95%;
    padding: 20px;
}
#header_bottom{
    background-image:url(../images/blog_top.jpg);
}
.main_contents .article_header{
    display:block;
    position:relative;
}
.container{
    width: 95%;
    margin: 70px auto 0 auto;
    max-width: 1200px;
}
.main_contents .row{
    display:flex;
    align-items: flex-start;
}
.main_contents .col-md-9{

}
.month-cate{
    display:flex;
    justify-content: space-between;
}
h2.article_title{
  margin:15px 0 50px 0;
  font-weight:bold;
  letter-spacing: 2px;
}
.article_header time{
    font-size:14px;
}
.article_header .article_meta a{
    border:1px solid #EC610C;
    color:#EC610C;
    height:30px;
    line-height:30px;
    padding:0 10px;
    font-size:14px;
    transition:0.3s;
}
.article_header .article_meta a:hover{
    color:#fff;
    background:#EC610C;
}
.article_header .article_meta ul{
    display:flex;
}
.article_header .article_meta li{
    display:flex;
    justify-content: flex-end;
    margin-left:5px;
}
.article_body{
    padding-bottom:50px;
    margin-bottom:30px;
    border-bottom:1px solid #000;
}
.article_body .sns{
    margin-top:50px;
}
.postLinks{
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;

}
.postLinks a{
    color:#000;
}
.postLink-next,
.postLink-prev{
    width:49%;
}
.postLink-prev{
    text-align:right;
}




/*----- カテゴリー -----*/

.col-md-3{
    margin-left:20px;
    width:14%;
    font-size:14px;
}
.main_contents .cate{
    margin-bottom:50px;
}
h2.archive_title{
    font-size:16px;
    font-weight:bold;
    border-bottom:1px solid #000;
    margin-bottom:10px;
    padding-bottom:10px;
    text-align: center;
    letter-spacing: 0;
}
.archive a{
    color:#000;
    display:block;
}
.archive_list{
    line-height:28px;
}
.col-md-3 li{
    list-style-type: none;
    margin-left:15px;
}
.col-md-3 li:hover{
    list-style-type:disc;
}



/*----- SNS -----*/

.sns__container {
    display: flex;
}
 
.sns__container a {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0.5rem 0;
    border:50%;
    transition:0.3s;
}
 
.sns__container a:hover {
    opacity: 0.8;
} 
.sns__twitter {
    background: #55acee;
}
 
.sns__facebook {
    background: #3b5998;
}
 
.sns__pocket {
    background: #ef3f56;
}
 
.sns__line {
    background: #1dcd00;
}
 
.sns__hatena {
    background: #00a5de;
}



/*----- コメント -----*/

.comments {
    margin-top:50px;
    font-size:16px;
}
.comments .comment-form-comment label{
    display:block;
}

.comments .comment-form-comment textarea{
    width:100%;
}
.comments h3{
    display:none;
}
input[type=submit]{
    -webkit-appearance:none;
        appearance: none;
    background:#C89F62;
    color:#fff;
    border:none;
    line-height:30px;
    width:9em;
    border-radius:5px;
    margin-bottom:30px;
}
.commentlist .children {/* 返信コメントの部分 */
     margin-left: 50px;
}
.comment-notes,
.comment-form-cookies-consent{
    font-size:14px;
}
.comment-form-author label{
    margin-right:10px;
}
.comment-form-author input{
    margin-left:2.5em;
}
.comment-form-email input{
    margin-left:2em;
}
.comment-form-url input{
    margin-left:2.8em;
}


.reply{/* 返信ボタン */
     background-color: #C89F62;
     line-height: 20px;
     width: 50px;
     font-size: 10px;
     text-align: center;
    position:absolute;
    right:10px;
    bottom:10px;
}
.reply a {
     color:#fff;
     display: block;
}

.comment-author{/* アバター */
    display:inline;     
}

.comment-author img{
     width:50px;
     height:auto;
}

span.says{/* コメント投稿者の「より」を非表示 */
     display: none;
}


.comment-body{/* 文章部分 */
    position:relative;
     overflow: hidden;
     border:1px solid #C89F62;
     padding:2%;
     margin: 0 0 2% 0!important;
}
.comment-body p{
    margin:10px 0 10px 0;
}

.fn {/* コメント投稿者の名前の部分（デフォルトではイタリックになってる部分） */
    color:#C89F62;
    display:inline;
}
.comment-meta{/* コメント投稿日 */
     text-align: right;
     position:absolute;
     top:10px;
     right:10px;

}
.comment-meta a{
     color: #626262;
}




.news02{
    position:relative;
    margin-bottom:40px;
}
.container2{
    width:95%;
    margin:70px auto 0 auto;
    max-width:1200px;
    display:flex;
    align-items: flex-start;
}
.container2 .cate{
    margin-bottom:50px;
}

section.blog_page{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    background:#fff;
    padding: 20px;
}
section.blog_page #news{
    width:32%;
}
.news02 .category{
    position: absolute;
    top: 0;
    right: 0;
}
.news02 .category a{
    background: #fff;
    padding:0 10px;
    font-size: 12px;
    transition: 0.3s;
}



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

.page_navi_wrap{
    width: 95%;
}
.wp-pagenavi{
    text-align: center;
    margin-top:30px;
}
.wp-pagenavi a{
    color:#c4b094;
}

.page_navi_wrap .pages{
    display:none !important;
}
.page_navi_wrap .wp-pagenavi a,
.page_navi_wrap .wp-pagenavi span{
    display:inline-block;
    padding:0;
    border:0px;
    background:#fff;
    border-radius:50%;
    height:40px;
    width:40px;
    line-height:40px;
}
.wp-pagenavi a.last,
.wp-pagenavi a.first{
    background:none;
    width:4em !important;
}



/*----- カテゴリーページ、アーカイブページ -----*/
