@charset "UTF-8";
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

各投稿ページのcss

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


/* ================================================================================

// サイドバー

================================================================================ */
.side {
  width: 270px;
}
@media screen and (max-width: 767px) {
  .side {
    width: 100%;
  }
}
.side__info {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .side__info {
    margin-top: 5.2863436123vw;
  }
}
.side__title {
  color: #fff;
  background-color: #f5df4d;
  text-align: center;
  font-size: 11px;
  font-weight: 300;
  margin: 0px auto 16px;
  padding-bottom: 8px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .side__title {
    font-size: 2.422907489vw;
    margin: 0 auto 3.5242290749vw;
    padding-bottom: 1.7621145374vw;
  }
}
.side__title span {
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .side__title span {
    font-size: 4.845814978vw;
  }
}
.side__new {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .side__new {
    margin-bottom: 5.2863436123vw;
  }
}
.side__new-list {
  line-height: 1.7;
  margin-bottom: 16px;
  border-bottom: 1px dashed #aaa;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .side__new-list {
    margin-bottom: 3.5242290749vw;
    padding-bottom: 2.2026431718vw;
  }
}
.side__new-title {
  color: #faf2bf;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: block;
  text-align: left;
}
.side__new-date {
  font-size: 14px;
  display: block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .side__new-date {
    font-size: 3.0837004405vw;
  }
}
.side__month {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .side__month {
    margin-bottom: 5.2863436123vw;
  }
}
.side__month li {
  border-bottom: 1px dashed #aaa;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .side__month li {
    padding-bottom: 2.2026431718vw;
  }
}
.side__month li a {
  color: #faf2bf;
}
.side__tag {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .side__tag {
    margin-bottom: 5.2863436123vw;
  }
}
.side__tag-list a {
  color: #faf2bf;
}

/* ================================================================================

// single.php

================================================================================ */
.blog {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .blog {
    margin-top: 10vw;
    flex-direction: column;
  }
}

.article {
  width: 720px;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .article {
    width: 100%;
    margin-right: 0;
  }
}
.article__block {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .article__block {
    border: 1px solid #cccccc;
    padding: 5vw;
  }
}
.article__block img {
  max-width: 100%;
  height: auto;
  margin: 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .article__block img {
    margin: 3vw 0;
  }
}
.article__date, .archive__date {
  margin-bottom: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .article__date, .archive__date {
    margin-bottom: 3.3039647577vw;
    font-size: 3.0837004405vw;
  }
}
.article__date-cat, .archive__date-cat {
  background-color: #326ba8;
  padding: 6px 20px;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .article__date-cat, .archive__date-cat {
    padding: 1.3215859031vw 4.4052863436vw;
    font-size: 2.6431718062vw;
    font-weight: 600;
    margin-right: 3.5242290749vw;
  }
}
.article__title, .archive__title {
  font-size: 24px;
  margin-bottom: 24px;
  line-height: 1.3;
  color: #faf2bf;
}
@media screen and (max-width: 767px) {
  .article__title, .archive__title {
    font-size: 4.4052863436vw;
    margin-bottom: 5.2863436123vw;
  }
}
.article__content, .archive__content {
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .article__content, .archive__content {
    line-height: 1.6;
  }
}
.article__tag, .archive__tag {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .article__tag, .archive__tag {
    margin-top: 6.6079295154vw;
  }
}
.article__tag ul, .archive__tag ul {
  display: flex;
  flex-wrap: wrap;
}
.article__tag ul li, .archive__tag ul li {
  border: 1px solid #222222;
  padding: 6px 20px;
  font-size: 12px;
  margin-right: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .article__tag ul li, .archive__tag ul li {
    padding: 1.3215859031vw 4.4052863436vw;
    font-size: 2.6431718062vw;
    margin-right: 4.4052863436vw;
  }
}

.page-nav {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-nav {
    margin-bottom: 8.8105726872vw;
  }
}
.page-nav__row {
  display: flex;
  justify-content: space-between;
  color: #faf2bf;
}
.page-nav__row li {
  border: 1px solid #faf2bf;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .page-nav__row li {
    padding: 2.2026431718vw 6.6079295154vw;
  }
}
.page-nav__row a {
  color: #faf2bf;
}

/* ================================================================================

// archive.php

================================================================================ */
.archive {
  width: 720px;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .archive {
    width: 100%;
    margin-right: 0;
  }
}
.archive__block {
  border: 1px solid #cccccc;
  padding: 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .archive__block {
    padding: 5vw;
  }
}
.archive__block img {
  max-width: 100%;
  height: auto;
}
.archive__title a {
  color: #faf2bf;
}
.screen-reader-text {
  display: none;
}

.nav-links {
  float: right;
}

.page-numbers {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    margin-bottom: 8.8105726872vw;
  }
}
.page-numbers li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .page-numbers li {
    margin-right: 5vw;
  }
}
.page-numbers li a {
  color: #f5df4d;
}
.page-numbers .current {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5df4d;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .page-numbers .current {
    width: 6.6079295154vw;
    height: 6.6079295154vw;
  }
}
.page-numbers .next {
  color: #f5df4d;
}
.page-numbers .prev {
  color: #f5df4d;
}/*# sourceMappingURL=single.css.map */