.nbb_box{
  margin: calc(92/1280*100vw) auto calc(100/1280*100vw);
  max-width: 1280px;
}

.nbb{
  display: flex;
  flex-flow: row;
  justify-content:space-between;
  /*width: 100%;*/
}

.news_box{
  /*display: flex;
  flex-flow: column;*/
  width:70%/*max(500px,calc(670/1280*100vw))*/;
}

.news_div{
  /*display: flex;
  flex-flow: column;*/
  width: 100%;
  margin-bottom: calc(42/1280*100vw);
}

.news_div1{
  display: flex;
  flex-flow: row;
}

.news_date{
   width: fit-content;
   margin-right: calc(34/1280*100vw);
   font-size: 18px;
   padding: 3px 0;
}

.news_category{
  width: fit-content;
  padding: 3px 25px;
  font-size: 14px;
}

.news_title{
  font-size: 21px;
  font-weight: bold;
  line-height: 2.5;
}

.news_img_box{
    /*display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  align-items: flex-start;*/
    width: 300px;
    height: 210px;
    overflow: hidden;
}
.news_img{
    /*
  width: min(calc(300/1280*100vw),300px);
  height: min(calc(210/1280*100vw),210px);
    */ 
}

.news_img_box img{
  width: 100%;
  height: auto;
    
    display: block;
  /*object-fit: cover;*/
}

.news_main{
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  flex-flow: row;
}

.news_text{
    width: calc(100% - 300px);
  padding-left: calc(18.5/1280*100vw);
}

.news_text p{
  line-height: 1.6;
  text-align: justify;
}

.news_more{
  border-bottom: solid 1px #C7B661;
}

.news_more a{
  
  background-color: #C7B661;
  color: #FFFFFF;
  font-size: 15px;
  width: 108px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  position: relative;
}

.news_more a::before,.news_more a::after{
  display: block;
  content: '';
  height: 1px;
  width: 6px;
  position: absolute;
  top: 50%;
  right:10px;
  background-color: #FFFFFF;
  transform-origin: right;
}

.news_more a::before{
  transform: rotateZ(40deg);
}

.news_more a::after{
  transform: rotateZ(-40deg);
}

.ntag{
  width: calc(120/1280*100vw);
  min-width: 120px;
  margin: calc(33/1280*100vw) auto;
  text-align: center;
  font-size: 14px;
  padding: 3px 10px;
}

.n_date{
  text-align: center;
  font-size: 18px;
  margin-bottom: calc(14/1280*100vw);
}

.n_h1{
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: calc(54.5/1280*100vw);
  position: relative;
  margin: 0 auto calc(48/1280*100vw);
  font-weight: bold;
  line-height: 1.4;
    text-align: center;
}

.n_h1::before{
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(145/1280*100vw);
  height: 1px;
  background-color: #000000;
}


.content2_img_box{
  margin-top: calc(30/1280*100vw);
  width: calc(330/1280*100vw);
  display: flex;
  justify-content: center;
  height: fit-content;
  transition: padding .3s ease;
}

.content2_img_box img:hover{
  border: solid 1px rgba(0,0,0,0);
}

.content2_img_box img{
  object-fit: contain;
  height: 100%;
  width: 100%;
  transition: padding .3s ease;
  cursor: pointer;
}
.pagenation{
  width: min(960px,100%);
  height: 60px;
  margin:  calc(75/1280*100vw) auto 0;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  border-top: solid 1px #C7B661;
  border-bottom: solid 1px #C7B661;
}
.pagenation li{width: 33.3%;position: relative;}
.pagenation li a{
  width: 100%;
  line-height: 60px;
  color: #C7B661;
  
    font-family:YuMincho,"Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
    text-decoration: none;
    display: block;
}

.pagenation li:last-child{
  text-align: right;
  padding-right: 42px;
}
.pagenation li:first-child{
  padding-left: 42px;
}
.pagenation li:nth-child(2){
  background-color: #EDE7CE;
  text-align: center;
  border-left: solid 1px #C7B661;
  border-right: solid 1px #C7B661;
}

.pagenation li:last-child::before,.pagenation li:last-child::after,.pagenation li:first-child::before,.pagenation li:first-child::after{
  display: block;
  content: '';
  height: 1px;
  width: 7px;
  background-color: #C7B661;
  position: absolute;
  top:50%;
}

.pagenation li:last-child::after,.pagenation li:first-child::after{
  transform: rotateZ(-50deg);
}

.pagenation li:last-child::before,.pagenation li:first-child::before{
  transform: rotateZ(50deg);
}

.pagenation li:last-child::before,.pagenation li:last-child::after{
  transform-origin: right;
  right:25px;
}
.pagenation li:first-child::before,.pagenation li:first-child::after{
  transform-origin: left;
  left: 25px;
}

.popup{
  display:flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  background-color: rgba(255,255,255,0.6);
  z-index: 11;
  padding: 5% 0;
}


.archivetitle{margin-bottom: 1em;}
.np{
  line-height: 1.8;
}
.np .npinner{
    background-color: #f8f4e6;
    padding: 50px;
}
.np p{
  line-height: 1.8;
}
.plan{
  background-color: #D89F71;
}

.eigyo{
  background-color: #9EA6C6;
}

.other{
  background-color: #D0D56A;
}
.news{
  background-color: #99cbc7;
}

.rightblock{width: 25%;}
.side_news{
  display: flex;
  flex-flow: column;
  width: /*max(230px,calc(240/1280*100vw))*/100%;
  /*margin-left: calc(51/1280*100vw);*/
}
.side_menu{
  margin-bottom: calc(80/1280*100vw);
}
.side_menu p{
  color: #C7B661;
  border-bottom: solid 2px #C7B661;
  font-size: 24px;
  padding-bottom: 6px;
    font-family:Garamond,YuMincho,"Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.side_menu ul{
}
.side_menu ul li{ background: url(../img/listmark.png) no-repeat left center;}

.side_menu ul li a{
  border-bottom: solid 1px #C7B661;
  padding: 12px 0 12px 23px;
  
  color: #000000;
  width: 100%;
  display: block;
  position: relative;
}

.side_menu ul li a::before{/*
  position: absolute;
  left: 0;
  bottom: 18px;
  transform: translateY(50%);
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #C7B661;*/
}

.wp-pagenavi{
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-flow: row;
}

.wp-pagenavi a{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F4F1E1;
  color: #C7B661;
  margin: 0 2px;
}

.wp-pagenavi span{
    width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
  background-color: #D0145A;
  color: #FFFFFF;
}


.news_top_img{
  width: /*calc(668/1280*100vw)*/100%;
  height: calc(459/1280*100vw);
  margin: 0 auto;
  overflow: hidden;
    position: relative;
}
.news_top_img .titlebox{
    width: 70%;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.7);
    padding: 20px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_top_img .titlebox .title{
    font-size: 21px;
    text-align: center;
    color: #FFF;
    font-family: serif;
    border-bottom: solid 1px #FFF;
    padding: 1em;
    line-height: 1.8;
}
.news_top_img .titlebox .titlekaisaibi{
    text-align: center;
    color: #FFF;
    margin-top: 50px;
    line-height: 1.6;
}
.news_top_img .titlebox .titlekaisaibi span{
    border: solid 1px #FFF;
    padding: 0.2em 0.5em;
    margin-right: 1em;
}

/*
.news_top_img img{
  width: 100%;
    height: auto;
}*/
.koumoku{background-color: #C7B661;color: #FFF;padding: 0.2em;width: 160px;text-align: center;margin: auto;font-size: 18px;margin-bottom: 1em;}
.field{text-align: center;margin-bottom: 2em;}
.wp-block-image img{height: auto;}
.ci_box{
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
}
.url_a{
  width: 100%;
    max-width: 400px;
    line-height: 2.2;
  margin: 0 auto;
  color: #FFF;
    font-weight: bold;
    font-size: 18px;
    background-color:#d0145a;
    border-radius: 5px;
    display: block;
}
.pdf_a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 40px;
  margin: 32.41px auto 0;
  border: solid 1px #C7B661;
  color: #C7B661;
}
@media (max-width:770px) {
    .nbb{display: block;}
  .side_news{
    display: none;
      
  }
  .news_box{
    width: 95%;
      margin: auto;
  }
  .news_main {
    flex-flow: column;
  }
  .news_img_box{
    margin-bottom: 10px;
      width: calc(330/330*95vw);
    height: calc(210/330*95vw);
  }
  .news_img {
    
  }
    .news_title{
  font-size: 16px;
line-height: 2;
}
  .news_text {
    padding-left:0;
    width: 100%;
  }
    .news_text p{font-size: 14px;}
  .news_more a {
    margin-top: 10px;
    height: 40px;
  }
  .news_div {
    margin-bottom: calc(32/360*100vw);
  }
  .news_top_img {
    width: 100%;
    height: calc(247/360*100vw);
  }
  .n_h1{
    height: 60px;font-size: 16px;
  }
  .n_h1::before{
    width: 105px;
  }
  .content2_img_box{
    margin-top: calc(30/1280*100vw);
    width: 48%;
  }
    .np .npinner{
    padding: 10px;
}
    .news_top_img .titlebox{
    width: 80%;
    height: 80%;
    padding: 15px 15px;
    }
    .news_top_img .titlebox .title{
    font-size: 18px;
    padding: 0.5em;
    line-height: 1.6;
    }
    .news_top_img .titlebox .titlekaisaibi{
    margin-top: 20px;
    line-height: 1.6;
    }
    .news_top_img .titlebox .titlekaisaibi span{
    padding: 0.2em 0.5em;
    margin-right: 0.5em;
    }

}
