@charset "UTF-8";

header {
  position: initial;
  margin-bottom: 0px;
}
#page-mv {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ecfbe6;
}
#page-mv h2 {
  width: 100%;
  max-width: 1020px;
  padding: 0 2%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}

#tiryohi {
  background-color: #fff;
}

/*===== [ブログ] =====*/
#blog {
}
/*--- [詳細] ---*/
#blog #blog-page {
    padding: 60px 0;
}
#blog #blog-page .blog-box {
}
#blog #blog-page .blog-box .day {
    color: #009048;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
#blog #blog-page .blog-box .ttl {
    line-height: 1.4;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 20px;
}
#blog #blog-page .blog-box .box {
}
#blog #blog-page .blog-box .box .img {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 20px;
}
#blog #blog-page .blog-box .box .text-box {
}
#blog #blog-page .blog-box .box .text-box p {
}
#blog #blog-page .link {
    width: 232px;
    margin: 40px auto 0;
}
#blog #blog-page .link a {
    display: block;
    line-height: 1.4;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 100px;
    padding: 10px 15px;
    background-color: #009048;
}
#blog #blog-page .link a span {
    display: block;
    padding: 5px 0;
    text-align: center;
}
#blog #blog-page .wp-caption {
  max-width: 100%;
  width: 100% !important;
}
/*--- [一覧] ---*/
#blog #blog-list {
    padding: 60px 0;
}
#blog #blog-list .list {
    display: flex;
    flex-wrap: wrap;
}
#blog #blog-list .list .box {
    width: 25%;
    padding: 0 1%;
    margin-bottom: 25px;
}
#blog #blog-list .list .box a {
    text-decoration: none;
}
#blog #blog-list .list .box a .img {
    margin-bottom: 10px;
}
#blog #blog-list .list .box a .day {
    line-height: 1.4;
    color: #009048;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
#blog #blog-list .list .box a .ttl {
    line-height: 1.4;
    font-size: 14px;
}

/*===============================================
    ■tablet 画面の横幅が900pxまで
===============================================*/
@media screen and (max-width: 900px) {
}
/*===============================================
    ■tablet 画面の横幅が800pxまで
===============================================*/
@media screen and (max-width: 800px) {
/*===== [ブログ] =====*/
  #blog #blog-list .list .box {
    width: calc(100% / 3);
  }
}
/*===============================================
    ■tablet 画面の横幅が520pxまで
===============================================*/
@media screen and (max-width: 520px) {
/*===== [ブログ] =====*/
/*--- [詳細] ---*/
  #blog #blog-page {
    padding: 30px 0;
  }
  #blog #blog-list .list .box {
    width: calc(100% / 2);
  }
/*--- [一覧] ---*/
  #blog #blog-list {
    padding: 30px 0;
  }
}