@charset "utf-8";
/*----------------------------------------------------
  .news-list-block
--------------------------------------------------- */
.news-list-block{
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  color: #fffde5;
  /* background:rgba(0,127,65,0.8); */
  background: #eee;
  background: #FFF;
  padding: 120px 0 60px;
}
.news-list-block .inner{
}
.news-list-block .title{
  font-family: 'Roboto', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.8;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 1px #025034 solid;
  padding-bottom: 5px;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
  color: #025034;
}
.news-list-block .list{
  width: 90%;
  margin: 0 auto;
  text-align: left;
  letter-spacing: -0.4em;
}
.news-list-block .list .column{
  /* width: 45.9%; */
  width: 28.8%;
  margin: 0 2%;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-bottom: 40px;
  position: relative;
}
.news-list-block .list .column a{
display: block;
}
.news-list-block .list .column .visual{
  background: #FFF;
  width: 100%;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
}
.news-list-block.latest .list .column .visual{
    width: 40%;
    height: 6.5vw;
    display:block;
    float: left;
}

.news-list-block .list .column .visual span.image{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
      -webkit-transition: all 0.5s 0s ease;
          -moz-transition: all 0.5s 0s ease;
          -ms-transition: all 0.5s 0s ease;
          -o-transition: all 0.5s 0s ease;
              transition: all 0.5s 0s ease;
}
.news-list-block .list .column a:hover .visual span.image{
  opacity: 0.5;
  -webkit-transform: scale(1.1,1.1) translate(0%,0%) rotate(-0deg);
          transform: scale(1.1,1.1) translate(0%,0%) rotate(-0deg);
}
.news-list-block .list .column .meta{
  overflow: hidden;
  margin-bottom: 5px;
}
.news-list-block .list .column .meta time{
  font-family: 'Roboto', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0em;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #025034;
  font-weight: bold;
}
.news-list-block .list .column .meta ul.category{
  display: inline-block;
  vertical-align: middle;
}
.news-list-block .list .column .meta ul.category li{
  font-family: 'Roboto', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 900;
  float: left;
  margin-right: 10px;
  background: #025034;
  color: #FFF;
  font-size: 12px;
  line-height: 28px;
  padding: 0 10px;
  display: inline-block;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.news-list-block.latest .list .column .textarea{
    width: 55%;
    float: right;
}
.news-list-block .list .column .news_title{
  color: #025034;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 10px;
}
.news-list-block.latest .list .column .news_title{
  font-size: 12px;
}
.news-list-block .list .column .lead_text{
  font-size: 12px;
  letter-spacing: 0.05em;
}
.news-list-block a.more{
  width:86%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1;
  display:block;
  font-family: 'Roboto', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #fffde5;
  background: #0f4f34;
  padding: 30px 0px;
  position: relative;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
  -webkit-transition: all 0.5s 0s ease;
      -moz-transition: all 0.5s 0s ease;
      -ms-transition: all 0.5s 0s ease;
          -o-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
}
.news-list-block a.more:after{
position: absolute;
top: 50%;
right: 20px;
content: "\f105";
font-size: 28px;
display: inline-block;
vertical-align: -2px;
font-weight: normal;
font-family: FontAwesome;
-webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
}
.news-list-block a.more:hover{
background: #fffde5;
color: #0f4f34;
}
  
  @media only screen and (max-width: 768px) {
    .news-list-block{
      padding: 40px 0;
    }
    .news-list-block .inner{
    }
    .news-list-block .title{
      font-size: 16px;
      margin-bottom: 40px;
    }
    .news-list-block .list{
      width: auto;
      margin: 0 20px;
    }
    .news-list-block .list .column{
      width: 100%;
      margin: 0%;
      display: block;
      margin-bottom: 40px;
    }
    .news-list-block.latest .list .column{
      margin-bottom: 10px;
    }
    .news-list-block .list .column a{
      display: block;
      overflow: visible;
    }
    .news-list-block .list .column a:hover{
    }
    .news-list-block .list .column .visual{
      width: 100%;
      /* padding-top: 25%; */
      display:block;
    }
    .news-list-block .list .column .visual .date{
      bottom: 5px;
      right: 5px;
      font-size: 8px;
      line-height: 16px;
      padding: 0 5px;
    }
    .news-list-block .list .column .visual ul.category{
      position: absolute;
      bottom: 5px;
      left: 5px;
    }
    .news-list-block .list .column .visual ul.category li{
      font-size: 8px;
      line-height: 16px;
      padding: 0 5px;
      display: none;
    }
    .news-list-block .list .column .visual ul.category li:first-child{
      display: block;
    }
    .news-list-block .list .column .textarea{
    }
    .news-list-block .list .column .news_title{
      font-size: 16px;
      letter-spacing: 0.05em;
      line-height: 1.6;
      font-weight: 900;
      margin-bottom: 4px;
      font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    }
    .news-list-block .list .column .lead_text{
      font-size: 14px;
      line-height: 1.6;
      letter-spacing: 0em;
    }
    .news-list-block a.more{
      display: block;
      position: relative;
      width: auto;
      font-size: 14px;
      margin: 0 20px;
      line-height: 60px;
      margin-top: 20px;
      padding: 0px;
    }
    .news-list-block a.more:after{
      margin-left: 20px;
      font-size: 18px;
      vertical-align:0px;
      line-height: 60px;
    }
    .news-list-block .list_text{
      width: auto;
      margin: 0 20px;
      margin-top: 40px;
    }
    .news-list-block .list_text .column{
      margin-bottom: 20px;
    }
    .news-list-block .list_text .column .date{
      font-size: 10px;
      position: static;
    }
    .news-list-block .list_text .column .news_title{
      padding-left: 0px;
      font-size: 12px;
      line-height: 1.8;
    }
  }
  

/*----------------------------------------------------
  .news_detail
--------------------------------------------------- */
.news-detail-block{
  position: relative;
  background: #eee;
  text-align: center;
  padding: 120px 0 60px;
}
.news-detail-block.column-detail-block{
  padding: 0px 0 40px;
}
.news-detail-block.column-detail-block .mainvisual{
  width: 100%;
  height: 500px;
  position: relative;
  margin-bottom: 40px;
}
.news-detail-block.column-detail-block .mainvisual:after {
    content: '';
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}
.news-detail-block.column-detail-block .mainvisual .image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.news-detail-block.column-detail-block .mainvisual .textarea{
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 100%;
  z-index: 1;
}
.news-detail-block .title{
  font-family: 'Roboto', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.8;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 1px #025034 solid;
  padding-bottom: 5px;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  color: #025034;
}
.news-detail-block .page_title{
  width: 880px;
  margin: 0 auto;
  font-size: 26px;
  text-align: left;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  color: #025034;
}
.news-detail-block .meta{
  width: 880px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: left;
}
.news-detail-block .meta time{
  font-family: 'Roboto', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0em;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #025034;
  font-weight: bold;
}
.news-detail-block .meta ul.category{
  display: inline-block;
  vertical-align: middle;
}
.news-detail-block .meta ul.category li{
  font-family: 'Roboto', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 900;
  float: left;
  margin-right: 10px;
  background: #025034;
  color: #FFF;
  font-size: 12px;
  line-height: 28px;
  padding: 0 10px;
  display: inline-block;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.news-detail-block.column-detail-block .mainvisual .textarea .page_title{
  color: #FFF;
  width: 880px;
  margin: 0 auto;
  font-size: 1.9vw;
}
.news-detail-block.column-detail-block .mainvisual .textarea .date{
  width: 880px;
  margin: 0 auto;
  color: #FFF;
  text-align: left;
}
.news-detail-block .outline{
  width: 880px;
  margin: 0 auto;
  padding: 0px 0;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
  word-wrap: break-word;
  text-align: left;
}
.news-detail-block .outline h1{
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}
.news-detail-block .mokuji{
  width: 880px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.1);
  padding: 40px 0;
  margin-bottom: 40px;
  text-align: left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.news-detail-block .mokuji ul{
  margin:0 40px;
}
.news-detail-block .mokuji ul li{
  margin-bottom: 10px;
}
.news-detail-block .mokuji ul li a{
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  word-wrap: break-word;
  color: #025034;
  -webkit-transition: all 0.5s 0s ease;
      -moz-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
}
.news-detail-block .mokuji ul li a:hover{
  opacity: 0.5;
}
.news-detail-block .entry{
  width: 880px;
  margin: 0 auto;
  background: #FFF;
  padding: 40px 0;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.news-detail-block .entry .inner{
  padding: 0 40px;
  text-align: left;
}
.news-detail-block .entry .inner .entry_title{
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #3b6612;
}
.news-detail-block .entry .inner .body{
  letter-spacing: 0.1em;
  font-size: 14px;
}
.news-detail-block  .lead_text{
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: left;
  font-weight: bold;
  margin-bottom: 40px;
}
.news-detail-block .entry .inner .body a{
  text-decoration: underline;
  color: #0f4f34;
}
.news-detail-block .entry .inner .body img{
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.news-detail-block .entry .inner .body iframe{
  margin: 10px auto;
}
.news-detail-block .entry .inner .body p{
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 30px;
  font-weight: normal;
  word-wrap: break-word;
}
.news-detail-block .entry .inner .body h1{
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px #025034 solid;
  font-weight: bold;
  color: #025034;
}
.news-detail-block .entry .inner .body h3{
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 12px;
  font-weight: bold;
  color: #025034;
}
.news-detail-block .entry .inner .body hr{
  padding-bottom: 18px;
  margin-bottom: 18px;
  margin-left: -40px;
  width : -webkit-calc(100% + 80px) ;
  width : calc(100% + 80px) ;
  border-top:4px #025034 solid;
}
.news-detail-block .entry .inner .body em{
  font-style: italic;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 28px;
}
.news-detail-block .entry .inner .body .bottom_text{
  background: rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  margin-top: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  word-wrap: break-word;
}
.news-detail-block .entry .inner .body .bottom_text p{
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 26px;
  word-wrap: break-word;
}
.news-detail-block .entry .inner .body .bottom_text h1{
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 10px;
}
.news-detail-block .entry .inner .body .bottom_text h3{
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 10px;
}
.news-detail-block .entry .inner .body .btn{
  margin-bottom: 20px;

}
.news-detail-block .entry .inner .body .btn a{
  font-size: 20px;
  line-height: 1;
  display: block;
  font-family: Roboto, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: rgb(255, 253, 229);
  position: relative;
  margin: 20px 20px 0px;
  background: rgb(15, 79, 52);
  padding: 30px 0px;
  border-radius: 5px;
  transition: all 0.5s ease 0s;
  text-align: center;
  text-decoration: none;
}
.news-detail-block .entry .inner .body .btn a:hover{
  color:rgb(15, 79, 52);
  background:#FFF;
}
.news-detail-block .entry .inner .body .btn a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "\f105";
  font-size: 28px;
  display: inline-block;
  vertical-align: -2px;
  font-weight: normal;
  font-family: FontAwesome;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.news-detail-block .movie_area{
  width:980px;
  margin: 0 auto;
}
.news-detail-block .movie_area iframe{
  width: 100%;
  height:550px;
}

@media only screen and (max-width: 768px) {
  .news-detail-block{
    padding: 40px 0 40px;
  }
  .news-detail-block.column-detail-block .mainvisual{
    width: 100%;
    height: 100vw;
    margin-bottom: 20px;
  }
  .news-detail-block.column-detail-block .mainvisual .textarea{
    position: absolute;
    bottom: 20px;
    left: 40px;
    width : -webkit-calc(100% - 80px) ;
    width : calc(100% - 80px) ;
  }
  .news-detail-block .title{
    font-size: 16px;
    margin-bottom: 40px;
  }
  .news-detail-block .page_title{
      width: auto;
      margin: 0 20px;
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 10px;
      font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .news-detail-block .meta{
    width: auto;
    margin: 0 20px;
    margin-bottom: 20px;
  }
  .news-detail-block  .date {
    width: auto;
    margin: 0 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .news-detail-block.column-detail-block .mainvisual .textarea .page_title{
    font-size: 4.5vw;
    width: 100%;
  }
  .news-detail-block.column-detail-block .mainvisual .textarea .date{
    margin: 10px 0 0 0;
    width: 100%;
  }
  .news-detail-block .outline{
    width: auto;
    margin: 0 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
  .news-detail-block .outline h1{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
    border-bottom: 1px #000 solid;
    padding-bottom: 10px;
  }
  .news-detail-block .mokuji{
    width: auto;
    margin: 0 20px;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .news-detail-block .mokuji ul {
    margin: 0 20px;
  }
  .news-detail-block .mokuji ul li a {
    font-size: 14px;
    line-height: 1.8;
  }
  .news-detail-block .entry{
    width: auto;
    margin: 0 10px;
    padding: 20px 0;
  }
  .news-detail-block .entry .inner{
    padding: 0 20px;
  }
  .news-detail-block .entry .inner .entry_title{
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-weight: 900;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .news-detail-block .entry .inner .body iframe{
    width: 100%;
    margin: 10px auto;
    height: 45vw;
  }
  .news-detail-block .entry .inner .body iframe.wp-embedded-content{
    width: 100%;
    margin: 10px auto;
    height: auto; 
    border: 1px #000 solid;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  }
  .news-detail-block .lead_text{
    width: auto;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .news-detail-block .entry .inner .body p{
    margin-bottom: 12px;
    letter-spacing: 0.08em;
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
    word-wrap: break-word;
  }
  .news-detail-block .entry .inner .body h1{
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 12px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .news-detail-block .entry .inner .body h3{
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 12px;
    font-weight: bold;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .news-detail-block .entry .inner .body hr{
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .news-detail-block .entry .inner .body hr{
    padding-bottom: 12px;
    margin-bottom: 12px;
    margin-left: -20px;
    width : -webkit-calc(100% + 40px) ;
    width : calc(100% + 40px) ;
  }
  .news-detail-block .entry .inner .body em{
    font-style: italic;
    margin-bottom: 12px;
    letter-spacing: 0.1em;
    font-size: 14px;
    line-height: 1.8;
  }
  .news-detail-block .movie_area{
    width:100%;
    margin: 0 auto;
  }
  .news-detail-block .movie_area iframe{
    width: 100%;
    height:54vw;
  }
  .news-detail-block .entry .inner .body img{
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .news-detail-block .entry .inner .body .bottom_text{
    padding: 10px 15px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.8;
  }
  .news-detail-block .entry .inner .body .bottom_text p{
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1.8;
  }
  .news-detail-block .entry .inner .body .bottom_text h1{
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .news-detail-block .entry .inner .body .bottom_text h3{
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .news-detail-block .entry .inner .body .btn a{
    margin: 0 20px;
    width: auto;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 0px;
  }
}