@charset "utf-8";

.news .cmn--keyvis--wrap {
  background-image: url(../img/news/news--keyvis-sp.jpg);
}
@media screen and (min-width: 560px) {
  .news .cmn--keyvis--wrap {
    background-image: url(../img/news/news--keyvis.jpg);
  }
}

/* 一覧 */
.news .maincontents {
  margin-bottom: 9vw;
  padding: 10vw 0 0;
  position: relative;
}
.news .postList__wrap {
  width: 95%;
  max-width: 1000px;
  padding-bottom: 2.5vw;
  margin: 0 auto 2.5vw;
  border-bottom: solid 1px #dbd8c0;
}
.news .postdate__postcategory {
  font-size: 3.5vw;
  display: flex;
  align-items: center;
}
.news p.postdate {
  margin-right: 3%;
  color: #2b1a17;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}
.news p.postcategory {
  color: #fff;
  height: 6vw;
  width: 25vw;
  display: flex;
  font-size: 3.5vw;
  justify-content: center;
  border-radius: 10px;
  align-items: center;
  background: #89a7a5;
  box-sizing: border-box;
}
.news .postList__wrap a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 3%;
}
.news .postList__wrap .postList--thumbnail {
  width: 35%;
  height: 28vw;
}
.news .postList__wrap .postList--thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .postList__wrap h3 {
  font-size: 3.75vw;
  line-height: 1.5;
  text-align: left;
  color: #2b1a17;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}
.news .postlist_inner {
  width: 64%;
}
@media screen and (min-width: 560px) {
  .news a {
    transition: all 0.3s;
  }
  .news a:hover {
    opacity: 0.5;
  }
  .news .maincontents {
    max-width: 740px;
    margin: 0 auto;
    padding-top: 15vw;
  }
  .news .postList__wrap {
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }
  .news .postdate__postcategory {
    font-size: 2vw;
    display: flex;
  }
  .news p.postcategory {
    color: #fff;
    height: 4vw;
    width: 16vw;
    font-size: 2vw;
  }
  .news .postList__wrap .postList--thumbnail {
    width: 30%;
    height: 20vw;
  }
  .news .postlist_inner {
    width: 68%;
  }
  .news p.postdate {
    font-size: 2vw;
  }
  .news .postList__wrap h3 {
    font-size: 3vw;
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .news .maincontents {
    padding-top: 100px;
  }
  .news .postList__wrap {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .news .postdate__postcategory {
    font-size: 14px;
  }
  .news p.postcategory {
    width: auto;
    padding: 7px 20px;
  }
  .news p.postcategory {
    height: 25px;
    width: 100px;
    font-size: 14px;
  }
  .news .postList__wrap .postList--thumbnail {
    width: 311px;
    height: 192px;
  }
  .news p.postdate {
    font-size: 14px;
  }
  .news .postList__wrap h3 {
    font-size: 21px;
  }
  .news .postlist_inner {
    width: 680px;
    margin-left: 10px;
  }
}

/* ページネーション */
.newslist__pagination__wrap {
  margin-bottom: 10vw;
}
.newslist__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-numbers {
  border: 1px solid #89a7a5;
  width: 12vw;
  height: 12vw;
  margin: 0 1px;
  color: #89a7a5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-numbers.next,
.page-numbers.prev {
  width: 20vw;
}
.page-numbers:hover {
  background: #89a7a5;
  color: #fff;
  border: #89a7a5 1px solid;
}
.page-numbers.current {
  background: #89a7a5;
  color: #fff;
  border: #89a7a5 1px solid;
  transition: all 0.3s;
}
.page-numbers.current:hover {
  background: #fff;
  color: #89a7a5;
  border: #89a7a5 1px solid;
}
@media screen and (min-width: 560px) {
  .page-numbers {
    font-size: 2vw;
    width: 4.5vw;
    height: 4.5vw;
  }
  .page-numbers.next,
  .page-numbers.prev {
    width: 9vw;
  }
}
@media screen and (min-width: 960px) {
  .news .list__pagination__wrap {
    margin-bottom: 180px;
  }
  .page-numbers {
    font-size: 14px;
    width: 45px;
    height: 45px;
  }
  .page-numbers.next,
  .page-numbers.prev {
    width: 90px;
  }
}

/* 投稿ページ */
.newspost .cmn--content--wrap img {
  width: auto;
}
.newspost .cmn--content--wrap {
  width: 95%;
  max-width: 740px;
  margin: 0 auto;
}
.newspost h3 {
  font-size: 4.5vw;
  line-height: 1.5;
  margin-bottom: 1.5vw;
}
.newspost .postdate__postcategory {
  margin-bottom: 2.5vw;
}
.newspost .nav-links a {
  color: #2b1a17;
}
.newspost .screen-reader-text {
  display: none;
}
.newspost .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding: 2vw 0;
}
.newspost .nav-links .nav-previous,
.newspost .nav-links .nav-next {
  width: 49%;
  display: flex;
  align-items: center;
}
.newspost .nav-links .nav-next {
  text-align: right;
  display: block;
}
.newspost .to__newslist {
  margin: 0 auto 15vw;
}
@media screen and (min-width: 560px) {
  .newspost .maincontents {
    padding-top: 5vw;
    margin-bottom: 10vw;
  }
  .newspost h3 {
    font-size: 3vw;
  }
  .newspost .nav-links {
    margin-top: 5vw;
    margin-bottom: 5vw;
    padding: 1vw 0;
  }
  .newspost .nav-links a {
    font-size: 1.5vw;
  }
  .newspost .nav-links .nav-previous,
  .newspost .nav-links .nav-next {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 960px) {
  .newspost .maincontents {
    padding-top: 100px;
    margin-bottom: 100px;
  }
  .newspost h3 {
    font-size: 24px;
  }
  .newspost .postdate__postcategory {
    margin-bottom: 30px;
  }
  .newspost .nav-links {
    margin-top: 50px;
    margin-bottom: 25px;
    padding: 7px 0;
  }
  .newspost .nav-links a {
    font-size: 14px;
  }
  .newspost .to__newslist {
    margin: 0 auto 150px;
  }
}

/* pickupイベントのスタイル */
.entry-content img{
 width: 100% !important;
}
.box{
 width: 100%;
}
.event_cal_wrap{
 width: 100%;
}
.event_pickup_wrap{
 width: 100%;
 margin-top: 40px;
}
.event_pickup_ttl{
color: #8E3649;
font-size: 16px;
font-weight: bold;
border-bottom: 1px solid currentColor;
margin-bottom: 24px !important;
padding-bottom: 0.2em;
}
.event_pickup_list{
 width: 100%;
display: flex;
flex-wrap: wrap;
gap: 24px
}
.event_pickup_item{
 width: calc(50% - 12px);
}
.noticeImg {
  width: 250px !important;
  margin: 0 auto;	
}

