@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************
 *	インフォメーション／ジャーナル
 * ************************************************ */
/* 一覧
----------------------------------------*/
ul.info_list {
  gap: 30px 0;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  ul.info_list {
    gap: 50px 5%;
    margin-bottom: 50px;
  }
}
ul.info_list li {
  width: 100%;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  ul.info_list li {
    width: 30%;
  }
}
ul.info_list a {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  ul.info_list a {
    align-items: center;
  }
}
@media print, screen and (min-width: 960px) {
  ul.info_list a {
    display: block;
    position: relative;
  }
  ul.info_list a:hover img {
    transform: scale(1.1);
  }
  ul.info_list a:hover .info_list_txt {
    color: #bda570;
  }
  ul.info_list a:hover .post_category::before {
    background-color: #bda570;
  }
}
ul.info_list .info_thumb {
  width: 34%;
}
@media print, screen and (min-width: 960px) {
  ul.info_list .info_thumb {
    width: calc(100% - 25px);
    overflow: hidden;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 960px) {
  ul.info_list img {
    transition: 0.3s;
  }
}
ul.info_list .info_list_txt {
  width: calc(66% - 15px);
}
@media print, screen and (min-width: 768px) {
  ul.info_list .info_list_txt {
    width: calc(66% - 25px);
  }
}
@media print, screen and (min-width: 960px) {
  ul.info_list .info_list_txt {
    width: 100%;
    transition: color 0.3s;
  }
}
ul.info_list .time_block {
  display: flex;
}
ul.info_list time {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}
ul.info_list .post_category {
  position: relative;
  line-height: 1;
  padding-left: 15px;
}
@media print, screen and (min-width: 960px) {
  ul.info_list .post_category {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-top: 30px;
    padding-left: 0;
  }
}
ul.info_list .post_category::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #323232;
}
@media print, screen and (min-width: 960px) {
  ul.info_list .post_category::before {
    top: 0;
    left: 50%;
    width: 1px;
    height: 25px;
    transition: background-color 0.3s;
  }
}
ul.info_list .post_category a, ul.info_list .post_category span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  ul.info_list .post_category a, ul.info_list .post_category span {
    font-size: 13px;
  }
}
ul.info_list .post_category a:not(:last-child), ul.info_list .post_category span:not(:last-child) {
  margin-right: 5px;
}
@media print, screen and (min-width: 960px) {
  ul.info_list .post_category a:not(:last-child), ul.info_list .post_category span:not(:last-child) {
    margin-right: 0;
    margin-bottom: 7px;
  }
}
ul.info_list h2, ul.info_list h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  ul.info_list h2, ul.info_list h3 {
    font-size: 16px;
  }
}

.pagination-area {
  font-size: 14px;
  padding-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .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: #bda570;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #bda570;
  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: flex;
  justify-content: center;
}

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

.pagination span.current {
  background-color: #bda570;
  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;
  }
}

/* シングルページ
----------------------------------------*/
.info_single_wrap {
  max-width: 880px;
  padding-top: 30px;
  margin: 0 auto 50px;
}
@media print, screen and (min-width: 768px) {
  .info_single_wrap {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .info_single_wrap {
    padding-top: 50px;
    margin: 0 auto 100px;
  }
}

.time_block {
  align-items: center;
  margin-bottom: 10px;
}
.time_block .info_single_time {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  .time_block .info_single_time {
    font-size: 14px;
  }
}
.time_block .post_category {
  position: relative;
  line-height: 1;
  padding-left: 15px;
}
.time_block .post_category::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #323232;
}
.time_block .post_category a, .time_block .post_category span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  .time_block .post_category a, .time_block .post_category span {
    font-size: 13px;
  }
}
.time_block .post_category a:not(:last-child), .time_block .post_category span:not(:last-child) {
  margin-right: 5px;
}

h1.info_single_ttl {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  h1.info_single_ttl {
    font-size: 22px;
  }
}
@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: 960px) {
  .single_txt_box {
    margin-top: 50px;
  }
}
.single_txt_box img {
  margin: 20px 0;
}
.single_txt_box a:not(.link_btn) {
  text-decoration: underline;
}
@media print, screen and (min-width: 960px) {
  .single_txt_box a:not(.link_btn) {
    transition: opacity 0.3s;
  }
  .single_txt_box a:not(.link_btn):hover {
    opacity: 0.6;
  }
}

.journal_single_bottom_block {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .journal_single_bottom_block {
    margin-bottom: 100px;
  }
}
.journal_single_bottom_block h2 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .journal_single_bottom_block h2 {
    font-size: 19px;
  }
}
@media print, screen and (min-width: 960px) {
  .journal_single_bottom_block h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.journal_single_bottom_block ul.journal_category_list {
  gap: 15px 4%;
}
@media print, screen and (min-width: 768px) {
  .journal_single_bottom_block ul.journal_category_list {
    gap: 20px 3.5%;
  }
}
@media print, screen and (min-width: 960px) {
  .journal_single_bottom_block ul.journal_category_list {
    gap: 20px 1.25%;
  }
}
.journal_single_bottom_block ul.journal_category_list li {
  width: 48%;
}
@media print, screen and (min-width: 768px) {
  .journal_single_bottom_block ul.journal_category_list li {
    width: 31%;
  }
}
@media print, screen and (min-width: 960px) {
  .journal_single_bottom_block ul.journal_category_list li {
    width: 19%;
  }
}
.journal_single_bottom_block ul.journal_category_list a {
  display: block;
  line-height: 1;
  text-align: center;
  background-color: #f8f7ef;
  padding: 10px 0;
}
@media print, screen and (min-width: 960px) {
  .journal_single_bottom_block ul.journal_category_list a {
    padding: 15px 0;
    transition: opacity 0.3s;
  }
  .journal_single_bottom_block ul.journal_category_list a:hover {
    opacity: 0.6;
  }
}

/* ************************************************
 *	体験談
 * ************************************************ */
/* 一覧
----------------------------------------*/
ul.report_list {
  gap: 30px 0;
}
@media print, screen and (min-width: 768px) {
  ul.report_list {
    gap: 40px 3.5%;
  }
}
@media print, screen and (min-width: 960px) {
  ul.report_list {
    gap: 50px 4%;
  }
}
ul.report_list li {
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  ul.report_list li {
    width: 31%;
    text-align: center;
  }
}
@media print, screen and (min-width: 960px) {
  ul.report_list li {
    width: 22%;
  }
}
ul.report_list a {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  ul.report_list a {
    display: block;
  }
}
@media print, screen and (min-width: 960px) {
  ul.report_list a {
    transition: 0.3s;
  }
  ul.report_list a:hover img {
    transform: scale(1.1);
  }
}
ul.report_list .new {
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #bda570;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 6px;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  ul.report_list .new {
    font-size: 16px;
    padding: 8px;
  }
}
ul.report_list .report_thumb {
  width: 40%;
}
@media print, screen and (min-width: 768px) {
  ul.report_list .report_thumb {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 960px) {
  ul.report_list .report_thumb {
    overflow: hidden;
  }
}
@media print, screen and (min-width: 960px) {
  ul.report_list .report_thumb img {
    transition: 0.3s;
  }
}
ul.report_list .report_list_txt {
  width: calc(60% - 15px);
}
@media print, screen and (min-width: 768px) {
  ul.report_list .report_list_txt {
    width: 100%;
  }
}
ul.report_list .report_list_txt p {
  font-size: 12px;
}
@media print, screen and (min-width: 960px) {
  ul.report_list .report_list_txt p {
    font-size: 14px;
  }
}
ul.report_list .report_list_txt h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 8px;
}
@media print, screen and (min-width: 960px) {
  ul.report_list .report_list_txt h3 {
    font-size: 16px;
  }
}

/* シングルページ
----------------------------------------*/
.report_single_wrap {
  max-width: 1260px;
  padding: 0 5%;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .report_single_wrap {
    padding: 0 30px;
  }
}

h2.report_single_ttl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 30px 0;
}
@media print, screen and (min-width: 768px) {
  h2.report_single_ttl {
    font-size: 24px;
    padding: 40px 0;
  }
}
@media print, screen and (min-width: 960px) {
  h2.report_single_ttl {
    font-size: 28px;
    padding: 50px 0;
  }
}

ul.report_img_list {
  gap: 30px 0;
  width: 80%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  ul.report_img_list {
    gap: 50px 5%;
    width: 100%;
  }
}
ul.report_img_list li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  ul.report_img_list li {
    width: 30%;
  }
}
ul.report_img_list img {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  ul.report_img_list img {
    margin-bottom: 10px;
  }
}
ul.report_img_list p {
  font-size: 12px;
}
@media print, screen and (min-width: 960px) {
  ul.report_img_list p {
    font-size: 14px;
  }
}/*# sourceMappingURL=posts.css.map */