/*
Theme Name: しゅみのもり topics
*/

/* wp共通 */
body{
  margin: 0;
  padding:0;
}
p{
  margin: 0;
}
main{
  margin-top:110px;
  color:#000;
}
.wp_main{
  background: #fff;
  padding: 40px 30px 100px;
}
.wp_title{
  font-family: "aviano-future", sans-serif;
  font-size: 28px;
  margin-bottom:40px;
  color:#000;
}
#mv{
  display: none;
}
.coop_txt {
  color:#fff;
}
  /* sp時ヘッダー矯正 */
  .head_sp {
      justify-content: space-between;
      align-items: center;
      grid-template-columns: 166px auto;
      background: var(--color-black);
  }
  .head_nav_logo{
    display: block!important;
  }
  /* sp時ヘッダー矯正 */
@media screen and (min-width: 768px){
  main{
    margin-top:-800px;
    z-index: 5000;
  }
  .wp_main{
    min-height: 94.9vh;
    min-width: 480px;
  }
  #mv{
    display: block;
  }
}
/* wp共通 end*/

/*記事一覧 */
.arc_inner{
  max-width: 600px;
  margin: auto;

}
.arc_info_list{
  display:grid;
  grid-template-columns: 140px 1fr;
  gap:10px;
  margin-bottom:20px;
  text-decoration: none;
  & h2{
    font-size: 16px;
    font-weight:normal;

  }
  & img{
    max-width: 100%;
  }
}
.arc_info_date{
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  margin-bottom:10px;
  font-family: "aviano-future", sans-serif;
}
.pagenate{
  margin:25px 10px;
  font-size: 16px;
  color:#000;
  font-family: "aviano-future", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.pagenate .page-numbers{
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
}
.pagenate a{
  padding: 10px;
  text-decoration: none;
  color:#000;
}
.page-numbers li{
  margin:0 3px;
}
.page-numbers.current{
  padding: 5px 12px;
  border-radius: 0px;
  border: solid 1px;
}
.btn_home{
  border: solid 1px #000;
  padding:10px;
  text-align:center;
  max-width: 240px;
  margin: auto;
}
.btn_home:hover{
    border: solid 1px #fff;
    color:#fff;
    background:#000;
    transition: 0.4s;
    opacity: 1;
    & span{
      color:#000;
    }
}

@media screen and (max-width: 768px){
  .arc_info_list{
    grid-template-columns: 100px 1fr;
  }
}
/*記事一覧end */


/*記事ページ*/
.post_inner{
  word-break: break-all;
}
.post_date{
  margin-bottom:40px;
  font-size: 16px;
  font-family: "aviano-future", sans-serif;
}
.post_ba{
  display: flex;
  justify-content: space-between;
  margin-top:40px;
  margin-bottom:40px;
}
.post_ba a span{

  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: fit-content;
  height: auto;
  padding:5px 0;
    padding-bottom: 1px;
  text-align: center;
  font-size: 16px;
  /* font-style: italic; */
  font-weight: bold;
  position: relative;
  border-bottom:solid 1px #000;
  position: relative;
  font-family: "aviano-future", sans-serif;
}
.post_ba a span::before{
  position: absolute;
  content:"";
  top:-2px;
  bottom:0;
  margin: auto;
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(45deg);
}
.post_ba a .prev{
  padding-left:20px;
}
.post_ba a .prev:before{
  left:2px;
  border-color:  transparent transparent #565656 #565656;
}
.post_ba a:has(.next){
  margin-right: 0;
  margin-left: auto;
  display: block;
}
.post_ba a .next{
  padding-right:20px;
}
.post_ba a .next:before{
  right:2px;
}
.btn_home.btn_topics{
  margin-bottom:20px;
}
@media screen and (max-width: 768px){

}
/*記事ページ　end*/
