.news-pager a,.news-item a,.news-item a img{
  -webkit-transition: .3s ease-in-out;
   transition: .3s ease-in-out;
   cursor: pointer;
}
.news-pager a:hover,.news-item a:hover,.news-item a:hover img{
opacity: 0.5;
}
#news{
  width:100vw;
  height: 100%;
  background: url(../../images/news/news_bg.jpg)no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 10;
}
#news.blog{
  width:100vw;
  height: 100%;
  background: url(../../images/news/blog_bg.jpg)no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 10;
}
#news .news-container{
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 80px;
  overflow-y: auto;
}
#news .news-container .news-container-inner{
  height: calc(100vh - 80px);
  background: rgba(255,255,255,0.9);
  width:750px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 50px;
}
#news::-webkit-scrollbar {
    width: 10px;
}
/*スクロールバーの背景色・角丸指定*/
#newsr::-webkit-scrollbar-track {
  border-radius: 10px;
	background: #c9c9c9;
}
/*スクロールバーの色・角丸指定*/
#news::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#6f1414;
}
.news-title-area{
  padding-top: 120px;
  margin-top: -80px;
}
.news-container-inner h2{
  text-align: center;
  font-size: 3.6rem;
  color: #6f1414;
  letter-spacing: 3rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.blog .news-container-inner h2{
  letter-spacing: 1.2rem;
}
.news-container-inner .news-pager{
  margin-bottom: 20px;
  position: relative;
  font-size: 1.4rem;
  width:100%;
  font-family:Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.news-container-inner .news-pager .previouspostslink{
  position: absolute;
  left: 0;
  top:59px;
}
.news-container-inner .news-pager .wp-pagenavi{
  display: flex;
  justify-content: center;
  border-top: dotted 2px #b5b5b5;
  margin-bottom: 60px;
  padding: 60px 50px 0 50px;
}

.news-container-inner .news-pager .nextpostslink{
  position: absolute;
  right: 0;
  top:59px;
}
.news-container-inner .news-pager a:link,
.news-container-inner .news-pager a:active,
.news-container-inner .news-pager a:visited{
  color:#6f1414;
  margin: 0 0.5rem;
}
.news-container-inner .news-pager span{
  color:#b5b5b5;
  margin: 0 0.5rem;
}
.news-container-inner .news-pager span.pages{
  color:#6f1414;
}
.news-container-inner .news-list{
  padding: 0 50px;
}
.news-container-inner .news-list .news-item{
  border-top: dotted 2px #b5b5b5;
  padding: 80px 0 40px 0;
}

.news-container-inner .news-list .news-item:last-child{
  border-bottom: dotted 2px #b5b5b5;
  margin-bottom: 60px;
}
.news-container-inner .news-list .news-item data{
  font-size:1.8rem;
  display: inline-flex;
  line-height: 4.0rem;
  margin-top: -40px;
}
#news .news-item .tag{
  font-size:1.4rem;
  border: 1px solid #6f1414;
  padding: 2px;
  display: inline-flex;
  color: #6f1414;
  margin-left: 6px;
}
#news .news-item .tag.tag_toyocho{
  color:#000;
  border: 1px solid #000;
}
#news .news-item h3{
  font-size:1.8rem;
  line-height: 3.2rem;
  margin-top: 25px;
  margin-bottom: 30px;
  font-weight: bold;
}
#news .news-item p{
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: lighter;
  word-break:break-all;
}
#news .news-item .detailText{
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: lighter;
  word-break:break-all;
}
#news .news-item .detailText span{
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: lighter;
  word-break:break-all;
}
#news .news-item img{
  display: block;
  margin: 2.4rem auto;
  max-width: 640px;
  height: auto;
}
#news .news-item p img{
  display: block;
  margin: 2.4rem auto;
  max-width: 640px;
  height: auto;
}
#news .news-item iframe{
 width:640px;
 height: 450px;
 margin: 2.4rem auto;
}
#news .back-nam{
  margin-bottom: 100px;
}
#news .back-nam ul{
  display: flex;
  justify-content: center;
  width:450px;
  flex-wrap: wrap;
  margin: -35px auto;
}
#news .pager{
  width: 100%;
}
#news .back-nam ul li{
  font-size: 1.6rem;
  line-height: 2.0rem;
  margin: 0 5px;
  color: #6f1414;
  font-family:Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#news .back-nam ul li a{
  color: #b6b6b6;
  -webkit-transition: .3s ease-in-out;
   transition: .3s ease-in-out;
}
#news .back-nam ul li a.current{
  color: #6f1414;
}
#news .back-nam ul li.prev a{
  color: #6f1414;
}
#news .back-nam ul li.next a{
  color: #6f1414;
}
#news .back-nam ul li a:hover{
  color: #333;
  cursor: pointer;
}
/* RMWRプラグイン初期値変更 */
#news .read-link {
  font-size: 13px;
}
@media screen and (max-width:896px){
  #news{
    width:100vw;
    height: 100%;
    background: url(../../images/news/news_bg_SP.jpg)no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    background-position: top center;
  }
  #news.blog{
    width:100vw;
    height: 100%;
    background: url(../../images/news/blog_bg_SP.jpg)no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    background-position: top center;
  }
  #news .news-container{
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-y: hidden;
    padding: 50px 0 0 0;
  }
  #news .news-container .news-container-inner{
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width:100%;
    padding-top: 50px;
    background: rgba(255,255,255,0);
  }
  .news-container-inner h2{
    font-size: 2.4rem;
    letter-spacing: 1rem;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .news-container-inner .news-pager .previouspostslink{
    top:65px;
  }
  .news-container-inner .news-pager .nextpostslink{
    top:65px;
  }
  .news-container-inner .news-pager .flexbox-between{
    display: flex;
  }
  .news-container-inner .news-list{
    padding: 0 20px;
  }
  .news-container-inner .news-list .news-item{
    padding: 60px 0 30px 0;
  }
  .news-container-inner .news-list .news-item data{
    margin-top: -30px;
  }
  #news .news-item img{
    display: block;
    margin: 2.4rem auto;
    max-width: 100%;
    height: auto;
  }
  #news .news-item iframe{
   width:100%;
   height: 75vw;
   margin: 2.4rem auto;
  }
  #news .back-nam ul{
    display: flex;
    justify-content: center;
    width:100%;
    flex-wrap: wrap;
    margin: 20px 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
