@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright © aimant ALL RIGHTS RESERVED.

HTML CSS Selectors Blog

$Revision: 2.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
一覧
--------------------------------------------------------------------------------- */
.list-wrap {
  width: 810px;
  margin: 0 auto;
}
.list-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.list-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 35px;
  padding: 0 12px;
  border-radius: 18px;
  border: 1px solid #DDE0E4;
  margin: 0 18px 40px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.13em;
}
.list-nav a.current {
  border-color: #79736D;
}
.blog-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.blog-list li {
  width: 270px!important;
  padding: 0 10px 10px;
}
.blog-list li:nth-of-type(3n+2) {
  transition-delay: 500ms;
}
.blog-list li:nth-of-type(3n) {
  transition-delay: 700ms;
}
.blog-list li a {
  display: block;
  padding: 24px 25px 20px;
  border: 1px dashed #fff;
  border-radius: 20px;
}
.blog-list li a:hover {
  opacity: 1;
  border-color: #B6ADA3;
}
.blog-list__img {
  width: 100%;
  height: 148px;
  margin-bottom: 20px;
}
.blog-list__date {
  margin-bottom: 5px;
  font-size: 12px;
  color: #79736D;
}
.blog-list__ttl {
  height: 64px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.57;
}
.blog-list__category {
  font-size: 12px;
  color: #79736D;
}

.wp-pagenavi .pages,
.wp-pagenavi .last{
	display: none;
}

/*---------------------------------------------------------------------------------
詳細
--------------------------------------------------------------------------------- */
.detail-wrap {
  width: 866px;
  margin: 0 auto 162px;
}
.detail-nav {
  height: 80px;
  position: relative;
}
.detail-nav a {
  width: fit-content;
  max-width: 48%;
  display: block;
  position: absolute;
  top: 0;
  font-size: 12px;
}
.detail-nav .prev a {
  left: 0;
}
.detail-nav .next a {
  right: 0;
}

.post-header {
  margin-bottom: 40px;
}
.post-header__date {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1;
}
.post-header__ttl {
  font-size: 22px;
  line-height: 1.5;
}

.post p {
  margin-bottom: 2em;
	font-size: 14px;
  line-height: 1.57;
}

.detail-f-nav {
  display: block;
}

.other-post {
  width: 866px;
  margin: 0 auto;
}

.other-post .blog-list {
  width: 810px;
  margin-bottom: 0;
  position: relative;
  left: -10px;
}

.other-post .slick-prev {
  left: -75px;
}
.other-post .slick-next {
  right: -75px;
}