@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/contents/wp-content/themes/north-ukiyoe/css/wp-assets.css";
/*==================================================================*/
/*  css　*/
/*==================================================================*/
#title {
  margin-bottom: 2.5em;
}

.sub-t {
  margin-bottom: 1.5em;
  padding-bottom: 5px;
  border-bottom: 3px solid #23221f;
  font-size: 2em;
  font-weight: bold;
}

.article-block {
  margin: 0 auto 5em;
}
.article-block ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3em 3.5%;
}
.article-block ul li {
  width: 31%;
}
.article-block ul li article a {
  display: block;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}
.article-block ul li article a .article-image img {
  margin-bottom: 1em;
  width: 100%;
  vertical-align: bottom;
  height: 15vw;
}
.article-block ul li article a h2 {
  margin-bottom: 5px;
  font-size: 1.1em;
  line-height: 1.6;
  padding-bottom: 5px;
  position: relative;
}
.article-block ul li article a h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #23221f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.article-block ul li article a .article-date {
  font-size: 0.85em;
  color: #777;
}
.article-block ul li article a .article-txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.article-block ul li article a:hover {
  text-decoration: none;
}
.article-block ul li article a:hover h2:before {
  width: 100%;
}
.article-block ul li article .article-cat ul li {
  width: auto;
  margin: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.article-block ul li article .article-cat ul li span {
  display: inline-block;
}
.article-block ul li article .article-cat ul li a {
  display: inline-block;
  border: 1px solid #23221f;
  background: #23221f;
  color: #fff;
  padding: 0 0.5em;
  font-size: 0.8em;
}
.article-block ul li article .article-cat ul li a:hover {
  background: #fff;
  color: #23221f;
}

#single .waku {
  margin-bottom: 3em;
  background: #fff;
  padding: 3em;
}
#single .waku .kiji-t .f-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5em;
}
#single .waku .kiji-t .f-area .date {
  margin-right: 1.5em;
  min-width: 120px;
  line-height: 1;
}
#single .waku .kiji-t .f-area .date span {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  vertical-align: text-bottom;
}
#single .waku .kiji-t .f-area .date em {
  font-size: 2.2em;
  font-weight: bold;
}
#single .waku .kiji-t .f-area .cat span {
  display: inline-block;
  padding: 0 0.5em;
  background: #23221f;
  color: #fff;
  font-size: 0.9em;
}
#single .waku .kiji-t h2 {
  padding-bottom: 12px;
  font-size: 1.8em;
  line-height: 1.6;
  border-bottom: 1px solid #23221f;
}
#single .waku .entry-format {
  margin: 0 auto;
  padding: 2em;
}

/*  media quary:1000px  */
/*===========================================================================*/
/*===========================================================================

media quary:sp;

=============================================================================*/
@media only screen and (max-width: 769px) {
  .sub-t {
    font-size: 1.6em;
  }
  .article-block ul {
    gap: 3em 4%;
  }
  .article-block ul li {
    width: 48%;
  }
  .article-block ul li article a .article-image img {
    height: 25vw;
  }
  .article-block ul li article a h2 {
    font-size: 1em;
  }
  #single .waku {
    padding: 2em;
  }
  #single .waku .kiji-t .f-area .date {
    min-width: 100px;
    font-size: 0.85em;
  }
  #single .waku .kiji-t h2 {
    font-size: 1.4em;
  }
  #single .waku .entry-format {
    padding: 1em;
  }
  #single .pagenav {
    margin: 0 auto 0em;
  }
}
/*===========================================================================
media quary:sp;
=============================================================================*/
@media only screen and (max-width: 479px) {
  .sub-t {
    border-bottom-width: 2px;
    font-size: 1.4em;
  }
  .article-block ul {
    gap: 1.5em 4%;
  }
  .article-block ul li article a {
    font-size: 0.9em;
  }
  .article-block ul li article .article-cat ul li a {
    font-size: 0.7em;
  }
  #single .waku {
    margin-bottom: 1em;
    padding: 2em 1.5em;
  }
  #single .waku .kiji-t .f-area .date {
    min-width: 87px;
  }
  #single .waku .kiji-t .f-area .date em {
    font-size: 2em;
  }
  #single .waku .kiji-t h2 {
    font-size: 1.25em;
  }
  #single .waku .entry-format {
    padding: 1em 0 0;
  }
}