@charset "UTF-8";
/*********************************************************************
* ブレークポイント
**********************************************************************/
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/***********************************************************
アーカイブ
********************************************************/
.news_list_col {
  margin-bottom: 30px;
}
.news_list_col .list {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 20px 25px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 960px) {
  .news_list_col .list {
    padding: 30px 40px;
  }
}
.news_list_col .list .archive_day {
  font-size: 12px;
}
@media print, screen and (min-width: 960px) {
  .news_list_col .list .archive_day {
    font-size: 16px;
  }
}
.news_list_col .list .post_category {
  margin-bottom: 5px;
}
.news_list_col .list .post_category span {
  font-size: 12px;
  background-color: #9a0006;
  padding: 7px 10px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .news_list_col .list .post_category span {
    font-size: 16px;
  }
}
.news_list_col .list h2 {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
@media print, screen and (min-width: 960px) {
  .news_list_col .list h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}
.news_list_col .list .list_flex {
  display: flex;
  justify-content: space-between;
}
.news_list_col .list .list_flex figure {
  width: 25%;
  margin-right: 3%;
}
.news_list_col .list .list_flex .post_box {
  width: 70%;
}
.news_list_col .list .list_flex .archive_day {
  font-size: 12px;
}
@media print, screen and (min-width: 960px) {
  .news_list_col .list .list_flex .archive_day {
    font-size: 16px;
  }
}
.news_list_col .list .list_flex .post_category {
  margin-bottom: 5px;
}
.news_list_col .list .list_flex .post_category span {
  font-size: 12px;
  background-color: #9a0006;
  padding: 7px 10px;
  text-align: center;
  border-radius: 4px;
  color: #050505;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .news_list_col .list .list_flex .post_category span {
    font-size: 16px;
  }
}
.news_list_col .list .list_flex h2 {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
@media print, screen and (min-width: 960px) {
  .news_list_col .list .list_flex h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}
.news_list_col a:hover {
  opacity: 1;
  background-color: #f9f8f2 !important;
  text-decoration: underline !important;
}

.pagination-area {
  font-size: 14px;
  padding-top: 40px;
}
@media print, screen and (min-width: 600px) {
  .pagination-area {
    font-size: 16px;
  }
}
.pagination-area .pagination {
  display: flex;
  justify-content: center;
}

.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #9a0006;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #9a0006;
  border-radius: 50%;
  margin: 0 5px;
}
@media print, screen and (min-width: 600px) {
  .pagination a {
    width: 32px;
    height: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .pagination a:hover {
    opacity: 0.6;
  }
}

.pagination a.prev, .pagination a.next {
  padding: 7px 15px;
}
@media print, screen and (min-width: 600px) {
  .pagination a.prev, .pagination a.next {
    padding: 10px 15px;
  }
}

.pagination a.prev {
  margin-right: 10px;
}
@media print, screen and (min-width: 600px) {
  .pagination a.prev {
    margin-right: 20px;
  }
}

.pagination a.next {
  margin-left: 10px;
}
@media print, screen and (min-width: 600px) {
  .pagination a.next {
    margin-left: 20px;
  }
}

.nav-links {
  display: flex;
  justify-content: center;
}

.pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 1;
  border-radius: 50%;
}
@media print, screen and (min-width: 600px) {
  .pagination span {
    width: 32px;
    height: 32px;
  }
}

.pagination span.current {
  background-color: #f5b487;
  color: #fff;
  font-weight: 500;
  margin: 0 5px;
}

h2.screen-reader-text {
  display: none;
}

/* シングルページ
----------------------------------------*/
.info_single_wrap {
  padding-top: 20px;
}
@media print, screen and (min-width: 960px) {
  .info_single_wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
  }
}

@media print, screen and (min-width: 960px) {
  .info_single_main {
    width: calc(100% - 280px);
  }
}
.info_single_main img {
  margin: 20px 0;
}

.sidebar {
  margin-top: 50px;
}
@media print, screen and (min-width: 600px) {
  .sidebar {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 960px) {
  .sidebar {
    width: 220px;
    margin-top: 0;
  }
}
.sidebar p {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
  border-bottom: solid 1px #222222;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 600px) {
  .sidebar p {
    font-size: 18px;
  }
}
.sidebar li {
  padding: 10px 5px;
  line-height: 1.2;
}
.sidebar li:not(:last-child) {
  border-bottom: 1px solid rgba(50, 50, 50, 0.3);
}
.sidebar time {
  display: block;
  font-size: 12px;
}
.sidebar a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 5px 0;
}
@media print, screen and (min-width: 960px) {
  .sidebar a:hover {
    opacity: 0.6;
  }
}

.sidebar_block:not(:last-child) {
  margin-bottom: 30px;
}

.time_block {
  align-items: center;
}
.time_block .info_single_time {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}

h1.info_single_ttl {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 600px) {
  h1.info_single_ttl {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 960px) {
  h1.info_single_ttl {
    font-size: 40px;
  }
}

.single_txt_box {
  margin-top: 40px;
}
@media print, screen and (min-width: 600px) {
  .single_txt_box {
    margin-top: 60px;
  }
}
.single_txt_box a {
  text-decoration: underline;
}

.single_pagenav {
  font-size: 12px;
  margin-top: 60px;
}
@media print, screen and (min-width: 960px) {
  .single_pagenav {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 100px;
  }
}
.single_pagenav p.new {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 960px) {
  .single_pagenav p.new {
    margin-bottom: 0;
  }
}
.single_pagenav a {
  text-decoration: underline;
}
@media print, screen and (min-width: 960px) {
  .single_pagenav a:hover {
    opacity: 0.6;
  }
}/*# sourceMappingURL=posts.css.map */