@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************
 *	お知らせ
 * ************************************************ */
#content-wrap {
  margin: 55px auto 0;
}
@media print, screen and (min-width: 960px) {
  #content-wrap {
    margin: 100px auto 0;
  }
}

.section_wrapper {
  padding: 40px 20px 0;
}
@media print, screen and (min-width: 428px) {
  .section_wrapper {
    padding: 60px 20px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .section_wrapper {
    padding: 80px 40px;
  }
}

/* 一覧
----------------------------------------*/
ul.info_list li {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  ul.info_list li {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 960px) {
  ul.info_list li {
    margin-bottom: 40px;
  }
}

.post_category {
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
}
@media print, screen and (min-width: 960px) {
  .post_category {
    margin-left: 10px;
  }
}
.post_category a {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  padding: 5px 8px;
}
@media print, screen and (min-width: 768px) {
  .post_category a {
    font-size: 14px;
  }
}
@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: 768px) {
  .info_list_txt time {
    font-size: 16px;
  }
}
.info_list_txt h2 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 8px;
}
@media print, screen and (min-width: 768px) {
  .info_list_txt h2 {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 960px) {
  .info_list_txt h2 {
    font-size: 28px;
    margin-top: 12px;
  }
}
.info_list_txt h2 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f9f1d5;
  border-radius: 10px;
  padding: 10px 32px 10px 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 960px) {
  .info_list_txt h2 a {
    border-radius: 15px;
    padding: 15px 40px 15px 20px;
  }
}
.info_list_txt h2 a::after {
  position: absolute;
  right: 15px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 2px solid rgba(96, 56, 19, 0.7);
  border-top: 2px solid rgba(96, 56, 19, 0.7);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 960px) {
  .info_list_txt h2 a::after {
    right: 20px;
    width: 7px;
    height: 7px;
  }
}
@media print, screen and (min-width: 960px) {
  .info_list_txt h2 a:hover {
    background-color: #603813;
    color: #f9f1d5;
  }
  .info_list_txt h2 a:hover::after {
    border-left: 2px solid #f9f1d5;
    border-top: 2px solid #f9f1d5;
  }
}

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

.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 5px;
}
@media print, screen and (min-width: 768px) {
  .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: 3px 12px 9px 12px;
  font-size: 24px;
  font-size: 24px;
}

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

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

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

/* カテゴリーページ
----------------------------------------*/
.page_ttl {
  margin-left: calc(50% - 50vw);
  padding-left: 1.2em;
  font-size: 30px;
  color: #000;
  line-height: 1;
  position: relative;
  font-family: "Oswald";
  padding-bottom: 30px;
}
.page_ttl::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  width: 1em;
  height: 5px;
  background-color: #000;
  top: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 428px) {
  .page_ttl {
    font-size: 32px;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 960px) {
  .page_ttl {
    font-size: 60px;
    font-weight: bold;
  }
}

.category_ttl {
  text-align: center;
}

.thumbnail {
  overflow: hidden;
}
.thumbnail img {
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.thumbnail:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* ************************************************
 *	TOPICS
 * ************************************************ */
.topics_contents {
  max-width: 1080px;
  margin: 0 auto;
  row-gap: 30px;
}

.topics_list {
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .topics_list {
    width: 31%;
    margin-bottom: 0;
  }
}
.topics_list:last-child {
  margin-bottom: 0;
}

#topics .btn {
  text-align: center;
  margin: 40px 0 20px;
}

/* シングルページ
----------------------------------------*/
.info_single_wrap {
  max-width: 1080px;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .info_single_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

.sidebar {
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  .sidebar {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 960px) {
  .sidebar {
    width: 220px;
    margin-top: 0;
  }
}
.sidebar h3 {
  position: relative;
  background-color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 10px;
  padding: 15px;
}
.sidebar li {
  padding: 10px 5px;
}
.sidebar li:not(:last-child) {
  border-bottom: 1px solid #000;
}
.sidebar time {
  display: block;
  font-size: 14px;
}
.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: 40px;
}

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

h1.info_single_ttl {
  position: relative;
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media print, screen and (min-width: 768px) {
  h1.info_single_ttl {
    font-size: 26px;
  }
}
@media print, screen and (min-width: 960px) {
  h1.info_single_ttl {
    font-size: 32px;
  }
}

.single_txt_box {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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;
  }
}

/* ************************************************
 *	ブログ
 * ************************************************ */
ul.blog_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  ul.blog_list li {
    display: block;
    width: 47.5%;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 960px) {
  ul.blog_list li {
    width: calc((100% - 110px) / 3);
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  ul.blog_list li:nth-child(odd) {
    margin-right: 5%;
  }
}
@media print, screen and (min-width: 960px) {
  ul.blog_list li:nth-child(odd) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 960px) {
  ul.blog_list li:nth-child(3n+2) {
    margin-left: 55px;
    margin-right: 55px;
  }
}
ul.blog_list li a.blog_list_thum {
  display: block;
  width: 33%;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  ul.blog_list li a.blog_list_thum {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
  }
}
ul.blog_list li a.blog_list_thum img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 960px) {
  ul.blog_list li a.blog_list_thum:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
ul.blog_list li .blog_list_txt {
  width: calc(67% - 15px);
}
@media print, screen and (min-width: 768px) {
  ul.blog_list li .blog_list_txt {
    width: 100%;
  }
}
ul.blog_list li .blog_list_txt time {
  color: #878787;
  font-size: 14px;
  line-height: 1;
}
ul.blog_list li .blog_list_txt h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  ul.blog_list li .blog_list_txt h3 {
    font-size: 18px;
  }
}
ul.blog_list li .blog_list_txt p {
  display: none;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  ul.blog_list li .blog_list_txt p {
    display: block;
    margin-top: 5px;
  }
}