html body .wrapper {
  max-width: calc(1000px + 2rem);
}
html body .sec1 h2 {
  max-width: 800px;
  width: 100%;
  margin: auto auto 0;
  text-align: center;
  font-family: "ten-mincho", serif;
  font-size: 32px;
  line-height: 2.1875;
}
@media screen and (max-width: 767px) {
  html body .sec1 h2 {
    font-size: 16px;
  }
}
html body .sec1 h2 span {
  display: block;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  margin-top: 0;
}
html body .sec1 h2 span:first-child {
  border-bottom: 1px dashed #000000;
}
@media screen and (max-width: 767px) {
  html body .sec1 h2 span:first-child {
    border-bottom: none;
  }
}

.article-wrapper {
  margin: 0 -15px;
}
.article-wrapper .article-main {
  float: left;
  width: 75%;
  padding: 0 1rem;
}
@media screen and (max-width: 991px) {
  .article-wrapper .article-main {
    float: none;
    width: 100%;
  }
}
.article-wrapper .article-main .pagenation {
  text-align: center;
}
.article-wrapper .article-main .pagenation .nav-links {
  display: inline-block;
}
.article-wrapper .article-main .pagenation .nav-links .page-numbers {
  font-family: futura-pt, sans-serif;
  color: #462004;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #462004;
  padding: 5px 10px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.article-wrapper .article-main .pagenation .nav-links .page-numbers.current {
  color: #fff;
  background-color: #462004;
}
.article-wrapper .article-side {
  float: right;
  width: 25%;
  padding: 0 1rem;
}
@media screen and (max-width: 991px) {
  .article-wrapper .article-side {
    float: none;
    width: 100%;
    margin-top: 40px;
  }
}
.article-wrapper .article-side {
  /* sidebar */
}
.article-wrapper .article-side .side-widget {
  margin-bottom: 40px;
}
.article-wrapper .article-side .side-widget:last-child {
  margin-bottom: 0;
}
.article-wrapper .article-side .side-widget h3 {
  background-color: #F4E190;
  height: 55px;
  display: grid;
  place-content: center;
  color: #50362A;
  font-family: futura-pt, sans-serif;
  font-size: 22px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .article-wrapper .article-side .side-widget h3 {
    font-size: 22px;
  }
}
.article-wrapper .article-side .side-widget .screen-reader-text {
  display: none;
}
.article-wrapper .article-side .side-widget select {
  width: 100%;
  height: 55px;
  border: 1px solid #707070;
  display: grid;
  place-content: center;
  text-align: center;
  color: #50362A;
  margin-bottom: 55px;
  font-family: futura-pt, sans-serif;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .article-wrapper .article-side .side-widget select {
    margin-bottom: 50px;
  }
}
.article-wrapper .article-side .side-widget ul li {
  font-size: 1rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}
.article-wrapper .article-side .side-widget ul li:last-child {
  margin-bottom: 0;
}
.article-wrapper .article-side .side-widget ul li a {
  display: inline-block;
}
.article-wrapper .article-side .side-widget ul.cat-list {
  display: grid;
  gap: 10px;
}
.article-wrapper .article-side .side-widget ul.cat-list li {
  font-family: futura-pt, sans-serif;
  color: #50362A;
  font-size: 20px;
  font-weight: 500;
  padding-left: 1em;
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .article-wrapper .article-side .side-widget ul.cat-list li {
    font-size: 18px;
  }
}

.contents-single {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .contents-single {
    padding-top: 1.25rem;
  }
}
.contents-single .single-label-wrapper {
  margin-bottom: 10px;
  display: table;
}
.contents-single .single-label-wrapper .category-tag {
  padding: 0;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.contents-single .single-label-wrapper .category-tag li {
  list-style-type: none;
  float: left;
}
.contents-single .single-label-wrapper .category-tag li a {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #333;
  padding: 5px 8px;
  line-height: 1em;
}
.contents-single .single-label-wrapper .single-time {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.contents-single h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.contents-single .single-image-wrapper {
  margin-top: 10px;
}
.contents-single .single-image-wrapper .single-image {
  overflow: hidden;
}
.contents-single .single-image-wrapper .single-image img {
  width: 100%;
}
.contents-single .single-text {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .contents-single .single-text {
    margin-top: 20px;
    font-size: 15px;
  }
}
.contents-single .single-text ul {
  padding-left: 25px;
}
.contents-single .single-text ul li {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2em;
  list-style-type: circle;
}
@media screen and (max-width: 767px) {
  .contents-single .single-text ul li {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .contents-single .single-text ul li a {
    font-size: 0.75rem;
  }
}
.contents-single .single-text a {
  color: #50362A;
  text-decoration: underline;
}
.contents-single .single-text a:hover {
  text-decoration: none;
}
.contents-single .single-pager-wrapper {
  margin-top: 80px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .contents-single .single-pager-wrapper {
    margin-top: 60px;
  }
}
.contents-single .single-pager-wrapper .single-pager.single-arrow-prev img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contents-single .single-pager-wrapper .single-pager.single-arrow-prev img {
    width: 17px;
  }
}
@media screen and (max-width: 767px) {
  .contents-single .single-pager-wrapper .single-pager.single-arrow-prev span {
    display: none;
  }
}
.contents-single .single-pager-wrapper .single-pager.single-arrow-next img {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .contents-single .single-pager-wrapper .single-pager.single-arrow-next img {
    width: 17px;
  }
}
@media screen and (max-width: 767px) {
  .contents-single .single-pager-wrapper .single-pager.single-arrow-next span {
    display: none;
  }
}
.contents-single .single-pager-wrapper .single-pager a {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 24px;
  display: flex;
  align-items: center;
}
.contents-single .single-pager-wrapper .archive-back-wrapper {
  display: inline-block;
}
.contents-single .single-pager-wrapper .archive-back-wrapper a {
  color: #50362A;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 24px;
  display: grid;
  place-content: center;
  width: 314px;
  height: 56px;
  border: 1px solid #707070;
  transition: 0.3s all ease;
}
@media screen and (max-width: 767px) {
  .contents-single .single-pager-wrapper .archive-back-wrapper a {
    width: 170px;
    height: 38px;
    font-size: 18px;
  }
}
.contents-single .single-pager-wrapper .archive-back-wrapper a:hover {
  opacity: 0.6;
}

.contents-archive .contents-list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px 3.0534351145%;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .contents-archive .contents-list-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .contents-archive .contents-list {
    margin-bottom: 20px;
  }
}
.contents-archive .contents-list .label-wrapper {
  display: table;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contents-archive .contents-list .label-wrapper {
    float: none;
    margin-bottom: 5px;
  }
}
.contents-archive .contents-list .label-wrapper .single-time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.contents-archive .contents-list .label-wrapper .category-tag {
  padding: 0;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.contents-archive .contents-list .label-wrapper .category-tag li {
  list-style-type: none;
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .contents-archive .contents-list .label-wrapper .category-tag li {
    padding: 0 5px;
  }
}
.contents-archive .contents-list .label-wrapper .category-tag li a {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #333;
  padding: 5px 8px;
  line-height: 1em;
}
.contents-archive .contents-list figure {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .contents-archive .contents-list figure {
    margin-bottom: 10px;
  }
}
.contents-archive .contents-list figure img {
  aspect-ratio: 311/223;
  width: 100%;
  object-fit: cover;
}
.contents-archive .contents-list h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4444444444;
  margin-bottom: 10px;
}
.contents-archive .contents-list p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4444444444;
  margin-bottom: 10px;
}
.contents-archive .contents-list a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}

/*# sourceMappingURL=post.css.map */
