@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 2em;
}
.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: 3%;
}
.article-block ul li {
  width: 22.5%;
  margin-bottom: 3em;
}
.article-block ul li article a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
}
.article-block ul li article a:hover {
  text-decoration: none;
}
.article-block ul li article a:hover .article-image img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.article-block ul li article a:hover h3 {
  color: #b74329;
}
.article-block ul li article a:hover h3::after {
  width: 100%;
}
.article-block ul li article .article-image {
  margin-bottom: 1em;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.article-block ul li article .article-image img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.article-block ul li article h3 {
  margin-bottom: 1em;
  padding-bottom: 8px;
  font-size: 1.1em;
  line-height: 1.7;
  position: relative;
}
.article-block ul li article h3::before, .article-block ul li article h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}
.article-block ul li article h3::after {
  width: 0%;
  background: #b74329;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.article-block ul li article h3::before {
  width: 100%;
  background: #23221f;
}
.article-block ul li .article-cat .cat li {
  width: auto;
  margin: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.article-block ul li .article-cat .cat li span {
  display: inline-block;
}
.article-block ul li .article-cat .cat li span a {
  display: inline-block;
  border: 1px solid #23221f;
  background: #fff;
  padding: 0 0.8em;
  font-size: 0.85em;
}
.article-block ul li .article-cat .cat li span a:hover {
  text-decoration: none;
  background: #23221f;
  color: #fff;
}

#single .waku {
  margin-bottom: 3em;
}
#single .waku .kiji-t h2 {
  margin-bottom: 1.5em;
  padding-bottom: 15px;
  font-size: 2em;
  line-height: 1.7;
  font-weight: bold;
  font-family: "Shippori Mincho B1", "游明朝", "Times New Roman", "Yu Mincho", "游明朝体", "YuMincho", "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 3px solid #23221f;
}
#single .waku .kiji-t .cat {
  margin-bottom: 10px;
}
#single .waku .kiji-t .cat span {
  display: inline-block;
}
#single .waku .kiji-t .cat span a {
  padding: 1px 10px;
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid #23221f;
}
#single .waku .kiji-t .cat span a:hover {
  text-decoration: none;
  background-color: #23221f;
  color: #fff;
}
#single .waku .photo-area {
  margin-bottom: 2em;
  text-align: center;
}
#single .waku .photo-area li {
  margin-bottom: 1em;
}
#single .waku .entry-format {
  margin-bottom: 3em;
  padding: 0 1em;
}
#single .waku .detail-table dl {
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#single .waku .detail-table dl:last-child {
  border-bottom: 1px solid #ccc;
}
#single .waku .detail-table dl:last-child dt::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #23221f;
}
#single .waku .detail-table dl dt {
  position: relative;
  width: 15%;
  min-width: 150px;
  padding: 1em 1.5em;
  font-weight: bold;
}
#single .waku .detail-table dl dt::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #23221f;
}
#single .waku .detail-table dl dd {
  padding: 1em 1.5em;
}

/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  #single .waku .kiji-t h2 {
    font-size: 1.8em;
  }
}
/*===========================================================================

media quary:sp;

=============================================================================*/
@media only screen and (max-width: 769px) {
  #title {
    margin-bottom: 1em;
  }
  .sub-t {
    font-size: 1.6em;
  }
  .article-block {
    margin: 0 auto;
  }
  .article-block ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .article-block ul li {
    width: 48%;
    margin-bottom: 2em;
  }
  #single .waku {
    margin-bottom: 2em;
  }
  #single .waku .kiji-t h2 {
    font-size: 1.6em;
  }
  #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 li {
    font-size: 0.9em;
  }
  #single .waku .kiji-t h2 {
    border-bottom-width: 2px;
    padding-bottom: 10px;
    font-size: 1.4em;
  }
  #single .waku .detail-table dl dt, #single .waku .detail-table dl dd {
    padding: 0.8em;
    font-size: 0.9em;
  }
  #single .waku .detail-table dl dt {
    min-width: 110px;
  }
}