@charset "UTF-8";
/*-----------------------------------
blog_block
-----------------------------------*/
.blog_inner{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
 .bl_boxPosts__3col {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 30px;
}
 .bl_boxPosts {
    font-size: 16px;
}
 .bl_boxPosts_link {
    line-height: 1;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: rgb(149 157 165 / 15%) 3px 3px 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
}
 .bl_boxPosts_link:hover,
 .bl_boxPosts_link:focus {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
 .bl_boxPosts_img img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 100%;
}
 .bl_boxPosts_body {
    padding: 18px 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
 .bl_boxPosts_link:hover .bl_boxPosts_ttl {
    color: #978069;
    text-decoration: underline;
}
 .bl_boxPosts_date {
    font-size: 13px;
    color: #978069;
    font-weight: 500;
    font-family: 'Cinzel', serif;
    letter-spacing: 0.05em;
    width: 100%;
}
 .bl_boxPosts_ttl {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 1.5;
}
 .el_btn__wrap {
    margin-top: 35px;
    text-align: center;
}
.bl_infoDetail_header figure img{
   height: auto;
}
@media screen and (max-width: 940px) {
     .bl_boxPosts {
        gap: 20px;
    }
}
@media screen and (max-width: 640px) {
   .bl_boxPosts__3col {
      grid-template-columns: repeat(1, 1fr);
      width: 100%;
   }
   .bl_boxPosts_img img {
      border-radius: 5px;
   }
   .bl_boxPosts {
      font-size: 14px;
      gap: 35px;
   }
   .bl_boxPosts_body {
      width: 100%;
   }
   .bl_boxPosts_ttl {
      font-size: 16px;
      margin-top: 8px;
      line-height: 1.4;
   }
   .el_Centerttl {
      margin-bottom: 20px;
   }
   .bl_boxPosts_body {
      padding: 25px 0 0;
   }
   .bl_boxPosts_link {
      box-shadow: none;
   }
   /*
   {
   padding-bottom: 60px;
   background: url(../img/index/sp/blog_bg.jpg) no-repeat center center/cover;
   }
   */
}
