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

.page_ttl {
  text-align: center;
  padding: 1em 0;
  background-color: #F9EAF0;
}
@media print, screen and (min-width: 428px) {
  .page_ttl {
    padding: 2em 0;
  }
}
@media print, screen and (min-width: 960px) {
  .page_ttl {
    padding: 3em 0;
  }
}
.page_ttl .ja_ttl {
  font-size: 26px;
  text-align: center;
  display: block;
  line-height: 1;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .page_ttl .ja_ttl {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .page_ttl .ja_ttl {
    font-size: 38px;
  }
}
.page_ttl .en_ttl {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  display: block;
  line-height: 1;
  margin-top: 16px;
}

.content_block {
  padding: 0 20px;
}

/* 一覧
----------------------------------------*/
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: #ffb4cc;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
}
@media print, screen and (min-width: 960px) {
  .post_category a:hover {
    opacity: 0.6;
  }
}

.info_list_txt {
  border-bottom: 1px solid #555;
}
.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: 16px;
  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: 18px;
  }
}
@media print, screen and (min-width: 960px) {
  .info_list_txt h2 {
    font-size: 20px;
    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;
  padding: 10px 32px 10px 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
}
@media print, screen and (min-width: 960px) {
  .info_list_txt h2 a {
    padding: 15px 40px 15px 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .info_list_txt h2 a:hover {
    opacity: 0.7;
  }
}

.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: #ffb4cc;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #ffb4cc;
  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: 7px 15px;
}
@media print, screen and (min-width: 768px) {
  .pagination a.prev,
  .pagination a.next {
    padding: 10px 15px;
  }
}

.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: #ffb4cc;
  color: #fff;
  font-weight: 500;
  margin: 0 5px;
}

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

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

/* シングルページ
----------------------------------------*/
@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;
  }
}

.info_single_main {
  width: 100%;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 960px) {
  .info_single_main {
    width: calc(100% - 320px);
    line-height: 2.2;
  }
}
.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 {
    margin-top: 0;
    width: 250px;
  }
}
.sidebar p {
  position: relative;
  margin-left: 20px;
  z-index: 1;
}
.sidebar p::after {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-color: rgba(255, 214, 163, 0.3);
  border-radius: 50%;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.sidebar h3 {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-left: 1em;
  padding: 15px 15px 15px 0;
  z-index: 1;
}
.sidebar h3::after {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-color: rgba(255, 214, 163, 0.3);
  border-radius: 50%;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.sidebar li {
  padding: 10px 5px;
}
.sidebar li:not(:last-child) {
  border-bottom: 1px solid rgba(96, 56, 19, 0.3);
}
.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;
}

.info_single_ttl {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  padding: 1em 0;
  margin-left: 30px;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  .info_single_ttl {
    font-size: 22px;
  }
}
.info_single_ttl::after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background-color: rgba(255, 214, 163, 0.3);
  border-radius: 50%;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

.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;
  }
}