@charset "utf-8";
/*  news.css
---------------------------------------------- */

/*  pc
---------------------------------------------- */
.news-inner {
  width: calc(95% - 260px);
}
.news-side {
  width: 260px;
}
.news-category {
  display: inline-block;
  height: 25px;
  text-align: center;
  align-content: center;
  margin-left: 15px;
  padding: 0 20px;
  font-size: 12px;
  color: #fff;
}
.news-category a {
  color: #fff;
}
.news-category.news {
  background: #3b5d7a;
}
.news-category.event {
  background: #b19e72;
}
.news-category.koyukai {
  background: #4ea8a5;
}
.news-category.yutorin {
  background: #8ed1f4;
}
.news-category.info {
  background: #009944;
}

/*----------------------------
#news
 ----------------------------*/
#news {
  font-family: "Noto Sans JP", sans-serif;
}
#news .news-list_item {
  font-size: 1.6rem;
}
#news .news-list_item a {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #d3cbc6;
}
#news .news-category {
  margin-left: 15px;
}
#news .news-list_item__ttl {
  margin-top: 10px;
}
#news .news-page {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 20px;
}
#news .news-page li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
#news li .news-page_arrow {
  width: 35px;
  background: #fff;
}
#news li .news-page_arrow.prev::before,
#news li .news-page_arrow.next::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../common/img/arrow_pagenation.svg) no-repeat center / contain;
}
#news li .news-page_arrow.prev-max::before,
#news li .news-page_arrow.next-max::before {
  content: "";
  width: 18px;
  height: 12px;
  background: url(..//img/arrow_pagenation_max.svg) no-repeat center / contain;
}
#news li .news-page_arrow.next::before,
#news li .news-page_arrow.next-max::before {
  transform: scale(-1, 1);
}
#news li .news-page_num {
  width: 45px;
  background: #dfdad4;
  color: #fff;
}
#news li .news-page_num.active {
  background: #3b5d7a;
}

/*----------------------------
  #n-detail
  ----------------------------*/
#n-detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
  font-family: "Noto Sans JP", sans-serif;
}
#n-detail .news-detail_update {
  display: block;
  margin-bottom: 20px;
  text-align: right;
  color: #707070;
  font-size: 1.4rem;
}
#n-detail .news-detail .news-date {
  margin-right: 20px;
  font-size: 2rem;
}
#n-detail .news-detail_ttl,
#n-detail .news-detail_subttl {
  font-family: "Noto Serif JP", serif;
}
#n-detail .news-detail_ttl {
  position: relative;
  margin: 20px 0 60px;
  padding-bottom: 30px;
  font-size: 2.8rem;
  border-bottom: 1px solid #d3cbc6;
}
#n-detail .news-detail_ttl::after {
  content: "";
  width: 18%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #3b5d7a;
}
#n-detail .news-detail_subttl {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
#n-detail .news-detail_visual {
  margin: 40px 0 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2%;
}
#n-detail .col01 .news-detail_visual__item {
  width: 100%;
}
#n-detail .col02 .news-detail_visual__item {
  width: calc(98% / 2);
}
#n-detail .news-detail_visual__item .caption {
  margin-top: 15px;
  font-size: 1.4rem;
}
#n-detail .news-detail_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}
#n-detail .news-detail_btn > a {
  font-size: 1.8rem;
  font-family: "Noto Sefif JP", serif;
}
#n-detail .news-detail_btn__article {
  display: flex;
  align-items: center;
  gap: 10px;
}
#n-detail .news-detail_btn__article.prev::before,
#n-detail .news-detail_btn__article.next::after {
  content: "";
  width: 18px;
  height: 18px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
}
#n-detail .news-detail_btn__article.prev::before {
  transform: rotate(-135deg);
}
#n-detail .news-detail_btn__article.next::after {
  transform: rotate(45deg);
}
#n-detail .news-info {
  font-size: 1.4rem;
}
#n-detail .news-info_char {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
}
#n-detail .news-info_char > p {
  line-height: 1.4;
}
#n-detail .news-info_char__icon {
  width: 80px;
  flex: 1;
}
#n-detail .news-info_char__name {
  margin-left: 20px;
  width: calc(100% - 100px);
  flex: 0 0 auto;
}
#n-detail .news-info_char__name::before {
  content: "投稿者";
  display: block;
  margin-bottom: 10px;
}
#n-detail .news-info_char__txt {
  margin-top: 15px;
  padding-top: 10px;
  width: 100%;
  border-top: 1px solid #edebe8;
}
#n-detail .news-info_share {
  margin-bottom: 65px;
}
#n-detail .news-info_share__head {
  color: #707070;
  text-align: center;
}
#n-detail .news-info_share__link {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
#n-detail .news-info_share__link li {
  width: 45px;
}

/*  mobile & smart phone
---------------------------------------------- */
@media only screen and (max-width: 959px) {
  .news-inner,
  .news-side {
    width: 100%;
  }
  .news-category {
    padding: 0 15px;
  }

  /*----------------------------
  #news
  ----------------------------*/
  #news .news-list_item {
    font-size: 14px;
  }
  #news .news-list_item a {
    padding: 30px 0;
  }
  #news .news-list_item__ttl {
    font-size: 14px;
  }
  #news .news-page {
    gap: 5px;
    font-size: 14px;
  }
  #news .news-page li a {
    height: 40px;
  }
  #news li .news-page_arrow {
    width: 25px;
  }
  #news li .news-page_arrow.prev {
    margin-right: 5px;
  }
  #news li .news-page_arrow.next {
    margin-left: 5px;
  }
  #news li .news-page_arrow.prev::before,
  #news li .news-page_arrow.next::before {
    width: 9px;
    height: 9px;
  }
  #news li .news-page_arrow.prev-max::before,
  #news li .news-page_arrow.next-max::before {
    width: 14px;
    height: 10px;
  }
  #news li .news-page_num {
    width: 30px;
  }

  /*----------------------------
  #n-detail
  ----------------------------*/
  #n-detail {
    flex-direction: column;
    gap: 50px;
  }
  #n-detail p {
    font-size: 14px;
  }
  #n-detail .news-detail_update {
    font-size: 12px;
  }
  #n-detail .news-detail_ttl {
    margin: 20px 0;
    padding-bottom: 15px;
    line-height: 1.4;
  }
  #n-detail .news-detail_ttl::after {
    width: 80px;
  }
  #n-detail .news-detail_subttl {
    margin-bottom: 15px;
    line-height: 1.5;
  }
  #n-detail .news-detail_visual {
    margin: 35px 0 40px;
    justify-content: space-between;
  }
  #n-detail .news-detail_visual__item .caption {
    font-size: 12px;
  }
  #n-detail .news-detail_btn {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 60px;
    margin-top: 50px;
  }
  #n-detail .news-detail_btn__article {
    gap: 5px;
  }
  #n-detail .news-detail_btn__article.prev::before,
  #n-detail .news-detail_btn__article.next::after {
    width: 14px;
    height: 14px;
  }
  #n-detail .news-detail_btn__article.next {
    order: 2;
  }
  #n-detail .news-detail_btn__list {
    order: 3;
  }
  #n-detail .news-info {
    font-size: 12px;
  }
  #n-detail .news-info_char {
    padding: 20px 25px;
  }
  #n-detail .news-info_char > p {
    line-height: 1.6;
  }
  #n-detail .news-info_char__icon {
    width: 70px;
  }
  #n-detail .news-info_char__name {
    width: calc(100% - 90px);
  }
  #n-detail .news-info_char__name::before {
    margin-bottom: 5px;
  }
  #n-detail .news-info_share__link {
    margin-top: 15px;
  }
  #n-detail .news-info_share__link li {
    width: 40px;
  }
}
