@charset "UTF-8";
.info-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #524B40;
  margin-bottom: 6rem;
  position: relative;
}
.info-category::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #524B40;
  margin: 0 auto;
  z-index: 1;
}
.info-category .category-head {
  text-decoration: none;
  background: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  margin: 0;
  padding: 0.5em 0.5em;
  text-align: center;
  width: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #524B40;
}
.info-category .category-head.active, .info-category .category-head:hover {
  text-decoration: none;
  background: #524B40;
  color: #fff;
  opacity: 1;
}

.info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6rem 3rem;
  font-size: 1.5rem;
}
.info-list a {
  color: inherit;
  text-decoration: none;
}
.info-list a:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.info-list > li {
  width: calc(33.33% - 2rem);
  position: relative;
}
.info-list .column-tags {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2rem;
}
.info-list .column-tags li {
  padding: 0.4rem 0.6rem;
  color: #fff;
  background: #524B40;
}
.info-list .img-wrap {
  height: 38rem;
  overflow: hidden;
  position: relative;
}
.info-list .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-list .text-wrap {
  line-height: 1.2;
  margin-top: 1.5rem;
}
.info-list .info-date {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.info-list .info-head {
  line-height: 1.75;
}

.pagination-wrap {
  margin-top: 10rem;
}

.form-wrap + .pagination-wrap {
  margin-top: 0;
}

/* 詳細ページ */
.info-detail .detail-title {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 1.361;
  margin: 0 0 2.5rem;
}
.info-detail .detail-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.info-detail .detail-tags > li {
  color: #aaaaaa;
  font-size: 1.4rem;
}
.info-detail .detail-tags > li + li {
  margin-left: 2.8rem;
}
.info-detail .detail-main-img {
  margin: 5rem 0 9rem;
}
.info-detail .detail-main-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.info-detail .detail-nomal-txt {
  font-size: 1.8rem;
  line-height: 1.8;
}
.info-detail .detail-nomal-txt img {
  margin: 3rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.pagination .prev a {
  margin-right: 10rem;
}
.pagination .next a {
  margin-left: 10rem;
}

@media screen and (max-width: 767px) {
  .info-category {
    margin-bottom: 4rem;
  }
  .info-category .category-head {
    font-size: 1.4rem;
    letter-spacing: 0.35em;
    padding: 1em 0.5em;
  }
  .info-list {
    display: block;
    font-size: 1.3rem;
  }
  .info-list > li {
    width: 100%;
    margin-right: 0;
  }
  .info-list > li:not(:first-child) {
    margin-top: 5rem;
  }
  .info-list .img-wrap {
    height: 33.7rem;
  }
  .info-list .img-wrap img {
    height: 100%;
  }
  .info-list .text-wrap {
    margin-top: 1.5rem;
  }
  .info-list .info-date {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .info-list .info-head {
    line-height: 1.75;
  }
  .paging > *:nth-child(n+4) {
    display: none;
  }
  .pagination .prev a {
    margin-right: 6rem;
  }
  .pagination .next a {
    margin-left: 6rem;
  }
  /* 詳細ページ */
  .info-detail .detail-title {
    font-size: 4.5333333333vw;
    text-align: center;
    margin: 0 0 2.5rem;
  }
  .info-detail .detail-tags {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .info-detail .detail-tags > li {
    font-size: 3.2vw;
  }
  .info-detail .detail-tags > li + li {
    margin-left: 1.25em;
  }
  .info-detail .detail-main-img {
    margin: 2.5rem 0 3rem;
  }
  .info-detail .detail-nomal-txt {
    font-size: 1.4rem;
  }
  .info-detail .detail-nomal-txt img {
    margin: 2rem auto;
  }
  .info-detail .pagination-wrap {
    margin-top: 80px;
  }
  .info-detail .pagination {
    width: 100%;
  }
  .info-detail .pagination .prev a {
    margin: 0 auto 0 1em;
  }
  .info-detail .pagination .next a {
    margin: 0 1em 0 auto;
  }
}