@charset "UTF-8";
/*********************************************************************
* ブレークポイント
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/*********************************************************************
  フォントサイズ
    $font-size: フォントサイズ(必須)
    $line-height: ラインハイト or 空
    $letter-spacing: レタースペーシング or 空
**********************************************************************/
/* ************************************************ 
 *	お知らせ
 * ************************************************ */
/* 一覧
----------------------------------------*/
ul.info_list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
@media print, screen and (min-width: 600px) {
  ul.info_list li {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 960px) {
  ul.info_list li {
    margin-bottom: 25px;
  }
}

.post_category {
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
}
@media print, screen and (min-width: 600px) {
  .post_category {
    margin-left: 10px;
  }
}
.post_category a {
  display: inline-block;
  background-color: #ff8ca6;
  color: #fff;
  font-size: 12px;
  padding: 5px;
}
@media print, screen and (min-width: 600px) {
  .post_category a {
    font-size: 14px;
    padding: 5px 8px;
  }
}
@media print, screen and (min-width: 960px) {
  .post_category a:hover {
    opacity: 0.6;
  }
}

.info_list_txt time {
  font-size: 14px;
  line-height: 1;
}
@media print, screen and (min-width: 600px) {
  .info_list_txt time {
    font-size: 16px;
  }
}
.info_list_txt h2 {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 5px;
}
@media print, screen and (min-width: 600px) {
  .info_list_txt h2 {
    font-size: 22px;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 960px) {
  .info_list_txt h2 {
    font-size: 28px;
    margin-top: 15px;
  }
}
.info_list_txt h2 a {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 600px) {
  .info_list_txt h2 a {
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 960px) {
  .info_list_txt h2 a {
    padding-bottom: 25px;
  }
}
.info_list_txt h2 a::after {
  position: absolute;
  right: 5px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(135deg);
  transition: 0.5s;
}
@media print, screen and (min-width: 960px) {
  .info_list_txt h2 a::after {
    right: 7px;
    width: 7px;
    height: 7px;
  }
}
@media print, screen and (min-width: 960px) {
  .info_list_txt h2 a:hover {
    opacity: 0.6;
  }
}

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

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

.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: 26px;
  height: 30px;
  font-size: 14px;
  line-height: 1;
}
@media print, screen and (min-width: 600px) {
  .pagination span {
    width: 28px;
    height: 32px;
  }
}

.pagination span.current {
  background-color: #000;
  color: #fff;
  margin: 0 5px;
}

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

.pagination_works a:not(.prev):not(.next), .pagination_works span.current {
  margin: 0 3px;
}

/* カテゴリーページ
----------------------------------------*/
h2.category_ttl {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 600px) {
  h2.category_ttl {
    font-size: 22px;
    margin-bottom: 50px;
  }
}

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

@media print, screen and (min-width: 960px) {
  .info_single_main {
    width: calc(100% - 260px);
  }
}
.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: 200px;
    margin-top: 0;
  }
}
.sidebar h3 {
  position: relative;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 5px;
}
.sidebar li {
  padding: 10px 5px;
}
.sidebar li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sidebar time {
  display: block;
  font-size: 14px;
}
.sidebar a {
  display: block;
  font-size: 14px;
  padding: 5px 0;
}
@media print, screen and (min-width: 960px) {
  .sidebar a:hover {
    opacity: 0.6;
  }
}

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

.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;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 5px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 600px) {
  h1.info_single_ttl {
    font-size: 24px;
    padding: 15px 5px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 960px) {
  h1.info_single_ttl {
    font-size: 28px;
  }
}

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

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