
.eyecatch {
    width:100%;
    height:0;
    padding-top:220px;
    background-position: center center;
    background-size: cover;
    border-radius:15px;
    transition:0.3s;
}

.aft_border2{
    border-bottom: 1px solid #776B58;
    padding-bottom: 50px;
}

/*-------- 一覧表示 --------*/

.container2{
    position:relative;
    width:85%;
    max-width:1300px;
    margin: 0 auto;
  }
.container2 .row{
    display:flex;
    flex-wrap:wrap;
    justify-content: flex-start;
}
.container2 .col-md-4{
    width:29%;
    margin:0 6.5% 50px 0;
}
.container2 .col-md-4:nth-child(3n){
    margin-right:0;
}
.page_navi_wrap{
    border-top:1px solid #776B58;
    padding-top:100px;
}
.container2 .wp-pagenavi{
    display:none;
}
#news:hover .eyecatch{
    opacity:0.8;
}
.news_wrap a{
    color:#000;
}
.news_wrap .news_time{
    display:none;
}
.news_wrap .news_title{
    font-size:20px;
    font-weight: bold;
    margin:10px 0 5px 0;
}
.news_wrap .news_desc{
    font-size:18px;
}
.works_wrap{
    margin-top:100px;
}

.main_contents{
    margin-top:100px;
}





/*-------- 個別記事 --------*/

.single_contents{
    position:relative;
    width:85%;
    max-width:1500px;
    margin:100px auto;
    border-top: 1px solid #776B58;
    border-bottom: 1px solid #776B58;
    padding: 100px 0;
    display:block;
}
.single_contents .sec{
    display:flex;
    justify-content: space-between;
}
.single_contents .article_body{
    width:55%;
}
.single_contents .article_body img{
    height:auto;
}
.single_contents .info{
    width:40%;
    font-size:16px;
    line-height:25px;
}
.single_contents ul.info_list li{
    margin:50px 0;
}
.single_contents ul.info_list li:first-child{
    margin:0;
    border-left:2px solid #80CC29;
    padding-left: 30px;
    line-height:30px;
}
.single_contents ul.info_list li .news_title{
    font-size:20px;
    letter-spacing: 1px;
}
.single_contents ul.info_list li p{
    color:#fff;
    background:#B18576;
    padding:5px;
    margin-bottom:10px;
    font-size:14px;
    font-weight:bold;
    letter-spacing: 2px;
}



.blocks-gallery-grid, .wp-block-gallery{
    display:block !important;
}
.blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item{
    width:auto !important;
}
.blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item{
    width:100% !important;
    margin-right:0 !important;
    margin-bottom:20px !important;
}

/*-------- 追加分20260603 --------*/

.hp_break{
    white-space: pre-wrap;
}
.md_reform{
    text-align: center;
    margin: 50px 0;
}
.md_reform .md_reform_ttl{
    font-size: 20px;
    color: #776B58;
    display: inline-block;
    padding: 15px 60px;
    border: 1px solid #F2EFEB;
    border-radius: 30px;
    background: #fff; /* 背景を明るめにすると影が映えます */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* ふんわりした影 */
    margin-bottom: 20px;
}
.md_reform p{
    white-space: pre-wrap;
    font-size: 18px;
}
.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
}
.slider-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s;
}
.slider-dots .dot.active {
    background: #B18576;
}
.el_more_wrap{
    text-align: center;
    margin-top: 50px;
}
.el_more_wrap a {
    font-size: 18px;
    display: inline-block;
    padding: 15px 60px;
    background-color: #776B58;
    color: #fff;
    text-decoration: none;
    border: 2px solid #776B58;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}
.el_more_wrap a:hover {
    background-color: #fff;
    color: #333;
  }
  