@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright © J-SURE

HTML CSS Selectors blog

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
一覧
--------------------------------------------------------------------------------- */
.list {
  padding-top: 225px;
}
.category-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 98px;
  font-family: 'Mukta', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  transition-delay: 2200ms;
}
.category-nav__ttl {
  padding: 0 42px 0 30px;
  background: url("../img/gallery/icon_category.svg") no-repeat left 1px;
}
.category-nav a {
  padding: 0 13px;
  margin: 0 25px;
  position: relative;
}

.blog-list-wrap {
  padding: 85px 0 165px;
  background-color: #f4f4f4;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  width: 1152px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 2;
}
.blog-list li {
  box-sizing: border-box;
  width: 340px;
  padding: 20px;
  margin: 0 22px 38px;
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px rgba(4, 0, 0, 0.15);
}
.blog-list a {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.blog-list .img-box {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}

.blog-list li:nth-of-type(3n+2) .img-box-in::before {
  transition-delay: .6s
}
.blog-list li:nth-of-type(3n) .img-box-in::before {
  transition-delay: .8s
}
.blog-list__date {
  padding-right: 12px;
  font-family: 'Mukta', sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
}
.blog-list__category {
  box-sizing: border-box;
  height: 22px;
  padding: 4px 10px 0;
  background-color: #acacac;
  font-size: 13px;
  line-height: 1;
  color: #fff;
}
.blog-list__ttl {
  width: 100%;
  padding-top: 15px;
  font-size: 15px;
  line-height: 1.46;
  font-weight: 700;
}
.blog-list-staff {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.blog-list-staff__img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow:hidden;
  margin-right: 12px;
}
.blog-list-staff__name {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0px 24px;
  font-family: 'Mukta', sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}
.wp-pagenavi span {
  color: #ccc;
}
.wp-pagenavi .nextpostslink {
  margin-left: 60px;
}
.wp-pagenavi .previouspostslink {
  margin-right: 60px;
}

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

/*---------------------------------------------------------------------------------
詳細
--------------------------------------------------------------------------------- */
.detail {
  width: 930px;
  padding-top: 322px;
  margin: 0 auto 135px;
}
.detail-header {
  position: relative;
  margin-bottom: 70px;
}
.detail-header-ttl {
  padding: 15px 0 15px;
  border-top: 2px solid #1f1f1f;
  border-bottom: 2px solid #1f1f1f;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
}
.salon-header-data {
  display: flex;
  align-items: center;
  align-content: center;
  font-family: 'Mukta', sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: -62px;
  left: 0;
}
.salon-header-data__category {
  box-sizing: border-box;
  height: 24px;
  padding: 5px 10px 0;
  background-color: #acacac;
  margin-right: 24px;
  font-size: 14px;
}
.salon-header-data__date {
  font-size: 16px;
}
.salon-header-author {
  display: flex;
  align-items: center;
  align-content: center;
  position: absolute;
  top: -82px;
  right: 0;
}
.salon-header-author__img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow:hidden;
  margin-right: 16px;
}
.salon-header-author__name {
  font-size: 15px;
  line-height: 1;
}


.is-wrap {
  width: 575px;
  margin: 0 auto 100px;
}
.is-wrap div {
  width: 500px;
  margin: 0 auto 65px;
}
.is-wrap p {
  margin-bottom: 62px;
}

.post-wrap {
  width: 750px;
  margin: 0 auto 170px;
}

.post-wrap h3 {
  font-size: 22px;
  line-height: 1.8;
  font-weight: 700;
  padding-bottom: 1.5em;
}
.post-wrap p {
  padding-bottom: 1.5em;
}

.page-nav {
  width: 450px;
  height: 15px;
  margin: 0 auto;
  position: relative;
  font-family: 'Mukta', sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
.page-nav span {
  display: block;
  width: 50px;
  padding-top: 2px;
  position: absolute;
  top: 0;
}
.page-nav span.prev {
  left: 0;
}
.page-nav span.next {
  right: 0;
}
.page-nav a {
  display: block;
  position: relative;
}

.page-nav span.prev a::before {
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
  margin: auto;
  content:"";
}
.page-nav span.next a::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -35px;
  margin: auto;
  content:"";
}
