@charset "UTF-8";

.visual{
  position: relative;
}
.visual .blk-bg {
  top: 80px;
  left: 0;
  width: 100%;
  /*height: 400px;*/
  height: 340px;
}

.visual .section {
  padding: 200px 0 100px;
}

.visual .section .h2::after {
  content: "ニュース";
  display: block;
  color: #000;
  font-size: 1rem;
  margin-top: 25px;
}

.visual .section .h2 {
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  color: #000;
}

@media screen and (max-width: 1024px){

  .visual .blk-bg {
    height: 380px;
  }

}


/* パンクズ */
.breadcrumb{
  letter-spacing: normal;
  font-size: 0.8rem;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 40px;
}
.breadcrumb a{
  text-decoration: none;
  transition: all 0.2s ease;
}
.breadcrumb a:hover{
  opacity: 0.6;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1024px){

  .breadcrumb{
    padding: 0 30px;
  }

}


.main-contents{
  font-size:1rem;
  margin-top: 30px;
  margin-bottom: 60px;
}
.main-contents .section~.section{
  margin-top: 0;
}

.body {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  letter-spacing: -.4em;
}

@media screen and (max-width: 1024px){

  .main-contents .section~.section{
    margin-top: 80px;
  }

  .body {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

}



/* 詳細ページ メインコンテンツ */
body.single #news{
  width: 75%;
  margin-right: 5%;
  display: inline-block;
  letter-spacing: normal;
}

body.single #news article{
  line-height: 1.8;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 2em;
  padding-bottom: 0.5em;
}
body.single #news article .entry-title{
  font-size: 1.5em;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 0.5em;
}

body.single #news .entry-meta{
  display: flex;
  align-items: center;
  gap: 0.8em;
  margin-bottom: 2em;
  font-size: 0.9em;
  color: #676767;
}
body.single #news .entry-meta .category{
  position: relative;
  padding-left: 1.2em;
}
body.single #news .entry-meta .category::before{
  content: '/';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
body.single #news .entry-meta .category a{
  text-decoration: none;
  transition: all 0.2s ease;
  color: #676767;
}
body.single #news .entry-meta .category a:hover{
  opacity: 0.6;
  transition: all 0.2s ease;
  text-decoration: underline;
}

body.single #news .entry-content{
  margin-bottom: 2em;
}
body.single #news .entry-content p {
  margin: 0 0 1.2em;
  line-height: 1.8;
}

body.single #news .entry-tags{
  font-size: 0.9em;
  color: #676767;
}
body.single #news .entry-tags ul{
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body.single #news .entry-tags ul li{
  position: relative;
}
body.single #news .entry-tags ul li a {
  line-height: 1;
  text-decoration: none;
  /*color: #000;*/
  color: #676767;
}
body.single #news .entry-tags ul li a:hover{
  opacity: 0.6;
  transition: all 0.2s ease;
}

body.single #news .entry-tags ul li a:hover{
  opacity: 0.6;
  transition: all 0.2s ease;
  text-decoration: underline;
}
body.single #news .entry-tags ul li~li{
  margin-left: 1em;
}
body.single #news .entry-tags ul li~li:before {
  content: '/';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1em;
}

@media screen and (max-width: 1024px){

  body.single #news{
    width: 100%;
    margin-right: 0;
  }

}

/* 詳細ページ 前次ナビ */
.post-navigation{
  display: flex;
  justify-content: space-between;
}
.nav-previous a,
.nav-next a{
  position: relative;
  border: 1px solid #101010;
  width: auto;
  height: 35px;
  display: flex;
  text-align: center;
  font-size: 0.8rem;
  background-color: #101010;
  padding: 0;
}
.nav-previous a .txt,
.nav-next a .txt{
  width: auto;
  height: 35px;
  line-height: 2rem;
  color: #fff;
  z-index: 10;
  font-size: 0.8rem;
  padding: 0 20px;
}
.nav-previous a .txt:before,
.nav-next a .txt:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #fff;
  z-index: -1;
  transition: .2s;
  left: 0;
}
.nav-previous a .txt:hover,
.nav-next a .txt:hover {
  color: #101010;
}
.nav-previous a:hover ,
.nav-next a:hover {
  opacity: 1 !important;
}
.nav-previous a .txt:hover:before,
.nav-next a .txt:hover:before {
  width: 100%;
}



/* 一覧ページ メインコンテンツ */
body.archive #news{
  width: 75%;
  margin-right: 5%;
  display: inline-block;
  letter-spacing: normal;
}
body.archive #news .news-list{
  list-style: none;
  margin: 0;
  padding: 0;
}
body.archive #news .news-item{
  padding: 1em 0;
  border-bottom: 1px solid #DBDBDB;
}
body.archive #news .news-item:first-child{
  padding: 0 0 1em;
}
body.archive #news .news-meta{
  display: flex;
  align-items: center;
  gap: 0.7em;
  margin-bottom: 1em;
  font-size: 0.9em;
  color: #676767;
}
body.archive #news .news-meta .category{
  position: relative;
  padding-left: 1.2em;
  color: #676767;
}
body.archive #news .news-meta .category::before{
  content: '/';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
body.archive #news .news-meta .category a{
  text-decoration: none;
  transition: all 0.2s ease;
  color: #676767;
}
body.archive #news .news-meta .category a:hover{
  opacity: 0.6;
  transition: all 0.2s ease;
  text-decoration: underline;
}
body.archive #news .news-title{
  font-size: 1.2em;
  line-height: normal;
}
body.archive #news .news-item a{
  text-decoration: none;
  transition: all 0.2s ease;
}
body.archive #news .news-item a:hover{
  opacity: 0.6;
  transition: all 0.2s ease;
}
body.archive #news .news-title span{
  cursor: default;
}

body.archive #news .news-tags{
  font-size: 0.7em;
  color: #676767;
}
body.archive #news .news-tags ul{
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 1.3em;
}
body.archive #news .news-tags ul li{
  position: relative;
}
body.archive #news .news-tags ul li a {
  line-height: 1;
  text-decoration: none;
  /*color: #000;*/
  color: #676767;
}
body.archive #news .news-tags ul li a:hover{
  opacity: 0.6;
  transition: all 0.2s ease;
  color: #676767;
  text-decoration: underline;
}
body.archive #news .news-tags ul li~li{
  margin-left: 1em;
}
body.archive #news .news-tags ul li~li:before {
  content: '/';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1em;
}

@media screen and (max-width: 1024px){

  body.archive #news{
    width: 100%;
  }

}

/* アーカイブ ページネーション */
.pagination{
  margin: 3em 0 0;
  text-align: center;
}
.pagination .page-numbers{
  display: inline-block;
  min-width: 40px;
  padding: 0.6em 1em;
  margin: 0 4px;
  border: 1px solid #ddd;
  text-decoration: none;
  font-size: 0.9em;
  transition: all 0.2s ease;
}
.pagination .page-numbers:hover{
  background: #000;
  color: #fff;
  border-color: #000;
  transition: all 0.2s ease;
}
.pagination .current{
  background: #000;
  color: #fff;
  border-color: #000;
  pointer-events: none;
}
.pagination .prev,
.pagination .next{
  font-weight: 500;
}
.pagination .dots{
  border: none;
  background: none;
  padding: 0 0.5em;
  min-width: auto;
  pointer-events: none;
}



/* サイドコンテンツ */
#side{
  vertical-align: top;
  width: 20%;
  display: inline-block;
  letter-spacing: normal;
  line-height: 1.8;
}
#side .column~.column{
  margin-top:2.5em;
}

@media screen and (max-width: 1024px){

  #side{
    width: 100%;
    margin-right: 0;
  }

}

/* サイドコンテンツ 最新の記事 */
#side .recent .title{
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
#side .recent .list{
  line-height: 1.8;
  padding-left: 0.5em;
  font-size: 0.85em;
}
#side .recent .list li{
  padding-bottom: 0.5em;
  border-bottom: 1px solid #DBDBDB;
}
#side .recent .list li~li{
  margin-top: 0.5em;
}
#side .recent .list .post-date{
  display: block;
  color: #676767;
  font-size: 0.9em;
}
#side .recent a{
  display: block;
  text-decoration: none;
  transition: all 0.2s ease;
}
#side .recent a:hover{
  opacity: 0.6;
  transition: all 0.2s ease;
  text-decoration: underline;
}

/* サイドコンテンツ カテゴリー */
#side .cat .title{
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
#side .cat .list{
  line-height: 1.8;
  padding-left: 0.5em;
}
#side .cat .list li{
  font-size: 0.85em;
}
#side .cat .list li.current a{
  color: #862e2c;
}
#side .cat .list li~li{
  margin-top: 0.5em;
}
#side .cat a{
  text-decoration: none;
  transition: all 0.2s ease;
}
#side .cat a:hover{
  opacity: 0.6;
  transition: all 0.2s ease;
  text-decoration: underline;
}

/* サイドコンテンツ 過去の記事 */
#side .archive .title{
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
#side .archive .list{
  line-height: 1.8;
  padding-left: 0.5em;
}
#side .archive .list li{
  font-size: 0.85em;
}
#side .archive .list li~li{
  margin-top: 0.5em;
}
#side .archive a{
  text-decoration: none;
  transition: all 0.2s ease;
}
#side .archive a:hover{
  opacity: 0.6;
  transition: all 0.2s ease;
  text-decoration: underline;
}

/* サイドコンテンツ タグ */
#side .tag .title{
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
#side .tag .wp-tag-cloud{
  display: flex;
  gap: 5px;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 0.5em;
}
#side .tag .wp-tag-cloud li{
  font-size: 0.85em;
}
#side .tag .wp-tag-cloud li a {
  display: inline-block;
  margin: 0 .1em .6em 0;
  padding: .6em;
  line-height: 1;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
#side .tag .wp-tag-cloud li a:hover{
  background-color: #000;
  color: #fff;
  border-color: #000;
  transition: all 0.2s ease;
}
#side .tag .wp-tag-cloud li a:before {
  content: "#"; 
}
