.pagination {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid #f3f3f3;
  font-size: 12px;
  margin: 1rem 0;
}
.pagination .page-numbers {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0.5em;
  border-right: 1px solid #fff;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  overflow-wrap: break-word;
}
.pagination .page-numbers.dots {
  background-color: transparent;
  color: #212529;
}
.pagination .current {
  background-color: #fff;
  color: #212529;
}

.newsList {
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width:992px) {
  .newsList {
    margin-bottom: 5rem;
  }
}
.newsList__wrap {
  display: inline-flex;
  flex-direction: column;
  justify-content: start;
}
.newsList__item {
  margin-bottom: 1rem;
}
@media screen and (min-width:992px) {
  .newsList__item {
    display: inline-flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
  }
}
.newsList__item > * {
  margin-bottom: 0.5rem;
}
.newsList__item__info {
  display: flex;
  justify-content: center;
  margin-right: 1rem;
}
.newsList__item__info a {
  margin-right: 1rem;
  max-height: 1.7rem;
}
.newsList__btn {
  margin-bottom: 3rem;
}
.newsList__btn > * {
  margin: 0 auto;
}

.archive__contents {
  margin-bottom: 1.5rem;
}
.archive__jp-title {
  text-align: center;
  margin-bottom: 3rem;
}

.entry-list {
  margin-bottom: 1.5rem;
  text-align: left !important;
}
.entry-list a, .entry-list p {
  text-align: left;
}
.entry-list__title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 1rem 0 0.5rem;
}
.entry-list__title a:hover {
  text-decoration: none;
}
.entry-list__excerpt {
  font-size: 12px;
}
@media screen and (min-width:992px) {
  .entry-list__excerpt {
    font-size: 13px;
  }
}
.entry-list__img img {
  width: 100%;
  max-width: 100%;
  height: 240px;
  border: 1px solid #f3f3f3;
  margin-bottom: 10px;
  object-fit: cover;
  object-position: top;
  aspect-ratio: 1.45833333;
}
@media screen and (min-width:992px) {
  .entry-list__img img {
    margin-bottom: 0;
    height: 250px;
    aspect-ratio: 1.4;
  }
}
.entry-list__img.is-crop img {
  height: 240px;
  object-fit: cover;
  object-position: top;
  aspect-ratio: 1.45833333;
}
@media screen and (min-width:576px) {
  .entry-list__img.is-crop img {
    height: 250px;
    aspect-ratio: 1.4;
  }
}

.entry-card {
  position: relative;
  margin-bottom: 3rem;
}
.entry-card__label {
  display: block;
  position: absolute;
  text-align: center;
  left: 20px;
  top: -13px;
  width: 100px;
  padding: 5px 0;
  color: #fff;
  background: #000;
  font-size: 10px;
  z-index: 100;
  border-radius: 4px;
}
.entry-card__label:hover {
  color: #fff;
  text-decoration: none;
}
.entry-card__thumbnail {
  margin-bottom: 1rem;
}
.entry-card__thumbnail a img {
  aspect-ratio: 1.5;
}
.entry-card__contents {
  font-size: 14px;
  color: #808080;
  border-left: 5px solid #9c7f4b;
  padding-left: 10px;
}
.entry-card__contents__categories {
  position: relative;
  top: -0.25rem;
  margin-right: 1rem;
}
.entry-card__contents__categories .badge-category {
  margin-top: 0.25rem;
  margin-right: 0.25rem;
}
.entry-card__contents hr {
  margin: 0 0 0.5rem;
}
.entry-card__title {
  margin: 0.75rem 0 10px;
  font-size: 18px;
  line-height: 1.4;
}
.entry-card__price {
  font-weight: 700;
  color: #000;
}
.entry-card__price span {
  font-weight: 700;
  color: #000;
}
.entry-card__figure {
  position: relative;
  overflow: hidden;
}
.entry-card__figure img {
  transition: all 0.5s ease-in-out;
}
.entry-card__figure:hover img {
  transform: scale(1.2);
}
.entry-card__figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: rgba(255, 255, 255, 0.8);
  transition: opacity 0.45s;
  opacity: 0;
}
.entry-card__figure__inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.entry-card__figure:hover figcaption {
  opacity: 1;
}
.entry-card__figcaption {
  font-size: 18px;
  color: #212529;
}

.sidebar section {
  background-color: #fff;
  margin-bottom: 1.5rem;
}
.sidebar__title {
  background-color: #9c7f4b;
  font-size: 17px;
  color: #fff;
  padding: 7px 15px;
  margin: 0;
}
.sidebar__content {
  padding: 1rem;
}
.sidebar__nav ul {
  padding: 0;
  margin: 0;
}
.sidebar__nav ul li {
  display: block;
  border-bottom: 1px solid #dee2e6;
}
.sidebar__nav ul li i {
  vertical-align: middle;
}
.sidebar__nav ul li a {
  display: inline-block;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
}
.sidebar__nav ul li a:hover {
  text-decoration: underline;
}
.sidebar__nav ul li:before {
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}
.sidebar__entry {
  padding: 0 0 1rem;
  margin: 0 0 1rem;
  border-bottom: 1px solid #dee2e6;
}
.sidebar__entry__title {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}

.badge-category {
  background: #9c7f4b;
  color: #fff;
  display: inline-block;
  padding: 3px 15px;
  font-size: 14px;
}
.badge-category:hover {
  color: #fff;
  text-decoration: none;
}/*# sourceMappingURL=archive.css.map */