@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright maisha. All Rights Reserved.

HTML CSS Selectors blog

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
#contents-wrapper {
  background-color: #f5f5f2;
}
.page-ttl {
  margin-bottom: 145px;
}
/*---------------------------------------------------------------------------------
一覧
--------------------------------------------------------------------------------- */
.list-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 1066px;
  margin: 0 auto 120px;
}
.list {
  width: 806px;
}
.list-wrap .blog-list {
  border-top: 1px solid #BCB1AB;
  margin-bottom: 113px;
}
.blog-list li {
  border-bottom: 1px solid #BCB1AB;
}
.blog-list li a {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 22px 150px;
  background-color: #f5f5f2;
}
.blog-list li a:hover {
  opacity: 1;
  background-color: #E0D6D0;
}
.list-wrap .blog-list__img {
  width: 100px;
  height: 100px;
  margin-right: 57px;
}
.list-wrap .blog-list-in {
  width: calc(100% - 157px);
  font-family: var(--font-go);
  line-height: 1;
}
.list-wrap .blog-list-in__date {
  padding-bottom: 14px;
  font-size: 10px;
  color: #7B7777;
}
.list-wrap .blog-list-in__ttl {
  font-size: 14px;
  font-weight: 300;
}

.aside {
  width: 150px;
}
.aside-ttl {
  padding-bottom: 12px;
  border-bottom: 1px solid #BCB1AB;
  margin-bottom: 24px;
  font-family: var(--font-en);
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.aside-list {
  margin-bottom: 70px;
}
.aside-list li {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1;
}
.aside select {
  appearance: none;
  width: 100%;
  height: 48px;
  padding: 0 17px;
  background-color: #fff;
  border: none;
  border-radius: 6px;
  font-family: var(--font-min);
  font-size: 14px;
  text-align: center;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 42px;
  height: 42px;
  padding-bottom: 5px;
  margin: 0px 10px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
}
.wp-pagenavi span {
  border: 1px solid #3C3B3B;
  border-radius: 50%;
  text-decoration: underline;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
}
.wp-pagenavi .nextpostslink {
}
.wp-pagenavi .previouspostslink {
}

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


/*---------------------------------------------------------------------------------
詳細
--------------------------------------------------------------------------------- */
.detail-wrap {
  width: 766px;
  margin: 0 auto 160px;
}
.detail-contents {
  padding-top: 55px;
}
.detail-contents-header {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.post-ttl {
  width: 100%;
  padding-bottom: 20px;
  font-size: 24px;
}
.post-date {
  margin-right: 28px;
  font-size: 14px;
  line-height: 1;
}
.post-category {
  display: flex;
  flex-wrap: wrap;
}
.post-category a {
  margin-right: 15px;
  font-size: 14px;
  line-height: 1;
  color: #777;
}
.post {
  font-family: var(--font-go);
  line-height: 1.85;
  font-weight: 300;
}
.post h4 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
}
.post h5 {
  font-size: 18px;
  font-weight: 500;
}
.post h6 {
  font-size: 16px;
  font-weight: 500;
}

.post p {
  padding-bottom: 3em;
  font-size: 14px;
}

.post-nav {
  height: 175px;
  margin-top: 95px;
  position: relative;
  font-family: var(--font-en);
  font-size: 12px;
  line-height: 1;
}
.post-nav .post-nav-in {
  position: absolute;
  top: 0;
}
.post-nav .post-nav-in.prev {
  left: 0;
}
.post-nav .post-nav-in.next {
  right: 0;
}
.post-nav .post-nav-top {
  width: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.detail-list__ttl {
  margin-bottom: 48px;
  font-size: 14px;
  line-height: 1;
}
.detail-list {
  display: flex;
  flex-wrap: wrap;
}
.detail-list li {
  width: 100px;
  margin-right: 65px;
}
.detail-list li:last-child {
  margin-right: 0;
}
.detail-list a {
  display: block;
}
.detail-list__img {
  width: 100%;
  padding-top: 100px;
  position: relative;
}
.detail-list__img img {
  position: absolute;
  top: 0;
  left: 0;
}
.detail-list-in {
  padding-top: 22px;
  font-family: var(--font-go);
}
.detail-list-in__ttl {
  padding-bottom: 8px;
  font-size: 10px;
	text-overflow: ellipsis;
}
.detail-list-in__date {
  font-size: 8px;
  line-height: 1;
  color: #7B7777;
}

.detail-wrap .aside {
  display: none;
}
