/* common-mv
-----------------------*/
.common-mv {
  background: url(../images/common/common_mv.jpg) no-repeat center/cover;
}

/* container
-----------------------*/
.container {
  max-width: 840px;
}

/* news
-----------------------*/
.news__wrap {
  margin-bottom: 50px;
  padding: 50px 0 70px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.news__list li + li {
  overflow-wrap: anywhere;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 3px, transparent 3px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}
.news__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 55px 20px 30px;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
  position: relative;
}
.news__list li a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news__list li a {
    display: block;
  }
}
.news__list li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  position: absolute;
  right: 30px;
  top: calc(50% - 6px);
  transform: rotate(45deg);
}
.news__list li a:hover {
  background: #ffff00;
}
.news__list li a .list-date {
  font-size: 14px;
  width: 160px;
  margin-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news__list li a .list-date {
    display: inline-block;
    width: auto;
    padding-right: 75px;
  }
}
.news__list li a .list-date.icn-new::before {
  content: "New";
  display: block;
  width: 64px;
  height: 23px;
  line-height: 23px;
  background: #e50012;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .news__list li a .list-date.icn-new::before {
    font-size: 12px;
  }
}
.news__list li a .list-ttl {
  font-size: 18px;
  width: calc(100% - 185px);
}
@media screen and (max-width: 768px) {
  .news__list li a .list-ttl {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news__list li a .list-ttl {
    font-size: 14px;
  }
}
.news__pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.news__pager li a {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.news__pager li a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
.news__pager li a.current {
  background: #f00000;
}

/* news-detail
-----------------------*/
.news-detail {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .news-detail {
    margin-bottom: 85px;
  }
}
.news-detail__wrap {
  margin-bottom: 75px;
  padding: 50px 0 70px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.news-detail__ttl {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 3px, transparent 3px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.news-detail__ttl .news-date {
  font-size: 14px;
  color: #f00000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .news-detail__ttl .news-date {
    font-size: 12px;
  }
}
.news-detail__ttl .news-ttl {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .news-detail__ttl .news-ttl {
    font-size: 20px;
  }
}
.news-detail__text img {
  height: auto !important;
}
.news-detail__text p,
.news-detail__text a {
  font-size: 14px;
  margin-bottom: 30px;
  overflow-wrap: anywhere;
}
.news-detail__text a {
  transition: 0.5s;
  text-decoration: none;
  color: #00b9dc;
}
.news-detail__text a:hover {
  opacity: 0.7;
  color: #00b9dc;
  text-decoration: none;
}
.news-detail__text h1,
.news-detail__text h2,
.news-detail__text h3 {
  font-weight: 700;
  margin-bottom: 20px;
  overflow-wrap: anywhere;
}
.news-detail__text h1 {
  font-size: 24px;
}
.news-detail__text h2 {
  font-size: 20px;
}
.news-detail__text h3 {
  font-size: 18px;
}
.news-detail__text ul {
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.news-detail__text ul li {
  font-size: 14px;
  padding: 10px;
  overflow-wrap: anywhere;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 3px, transparent 3px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.news-detail__text hr {
  border-top: none;
  border-bottom: 1px solid #000000;
  border-right: none;
  border-left: none;
  margin-bottom: 25px;
}
.news-detail__text .info-img {
  margin-bottom: 40px;
}
.news-detail__text .point {
  color: #f00032;
}
.news-detail__text .info-text-link.point a {
  transition: 0.5s;
  text-decoration: none;
  color: #f00032;
}
.news-detail__text .info-text-link.point a:hover {
  opacity: 0.7;
  color: #f00032;
  text-decoration: none;
}
.news-detail__text .info-text-link a {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  border-bottom: 1px solid #f00032;
}
.news-detail__text .info-img-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 8px;
}
.news-detail__text .info-img-list.type-01 li {
  grid-column: span 4;
}
@media screen and (max-width: 768px) {
  .news-detail__text .info-img-list.type-01 li {
    grid-column: span 6;
  }
}
.news-detail__text .info-img-list.type-02 li {
  grid-column: span 6;
}
@media screen and (max-width: 768px) {
  .news-detail__text .info-img-list.type-02 li {
    grid-column: span 12;
  }
}
.news-detail__text .info-img-list li {
  background-image: none;
  padding-bottom: 0;
}
.news-detail__text .info-btn {
  margin-bottom: 20px;
}
.news-detail__text .info-btn.icn-volunteer a span::before {
  width: 38px;
  height: 28px;
  top: -3px;
  background: url(../images/common/icn_volunteer.svg) no-repeat center/100%;
}
.news-detail__text .info-btn.icn-food a span::before {
  width: 31px;
  height: 33px;
  top: -5px;
  background: url(../images/common/icn_food.svg) no-repeat center/100%;
}
.news-detail__text .info-btn a {
  display: inline-block;
  margin-bottom: 0;
  padding: 15px 30px;
  transition: 0.5s;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.0;
  background: #f00032;
  border-radius: 24px;
}
.news-detail__text .info-btn a:hover {
  opacity: 0.7;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news-detail__text .info-btn a {
    font-size: 12px;
  }
}
.news-detail__text .info-btn a span {
  padding-left: 45px;
  position: relative;
}
.news-detail__text .info-btn a span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.news-detail__text .info-yakiniku-img {
  max-width: 500px;
  margin-bottom: 30px;
}
.news-detail__text .c-red {
  color: #f00028;
}
.news-detail__text .info-pdf-btn {
  margin-bottom: 30px;
}
.news-detail__text .info-pdf-btn a {
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 10px;
  transition: 0.5s;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.0;
  background: #f72d6e;
  border-radius: 20px;
}
.news-detail__text .info-pdf-btn a:hover {
  opacity: 0.7;
  color: #FFFFFF;
  text-decoration: none;
}
.news-detail__text .info-pdf-btn a span {
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.news-detail__text .info-pdf-btn a span::before {
  content: "";
  display: block;
  width: 11px;
  height: 14px;
  background: url(../images/common/icn_pdf.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 0;
}
.news-detail__text .tel-link {
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.news-detail__text .tel-link:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
.news-detail__btn {
  max-width: 250px;
  margin: 0 auto;
}
.news-detail__btn a {
  display: block;
  padding: 15px 20px;
  transition: 0.5s;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.0;
  background: #000000;
  border-radius: 24px;
}
.news-detail__btn a:hover {
  opacity: 0.7;
  color: #FFFFFF;
  text-decoration: none;
}

/*# sourceMappingURL=news.css.map */
