@charset 'UTF-8';
/* -------------------------
  main
------------------------- */
.news_mv_suv {
  background-image: url(../img/news/news_mv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 52.533333333333333vw;
  position: relative;
}
.news_mv_title_box {
  background: #f0ede1;
  bottom: 0;
  left: 50%;
  padding-top: 20px;
  position: absolute;
  transform: translateX(-50%);
  width: 52%;
}
.news_mv_title {
  color: #000;
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .2em;
  line-height: 1;
  text-align: center;
}

.news_main_title img {
  margin: 0 auto;
  max-width: 277px;
  padding-top: 50px;
  width: 73%;
}
.news_main_list_box {
  background: #fff;
  border-radius: 10px;
  padding: 5px 20px 0;
}
.news_main_list {
  border-bottom: 1px solid #ac9f8a;
  padding: 23px 0;
}
.news_main_list_box a:last-child .news_main_list {
  border-bottom: none;
}
.news_main_list_theme {
  align-items: center;
  display: flex;
}
.news_main_list_theme_img {
  padding-right: 8px;
  width: 60px;
}
.news_main_list_date {
  color: #e38dac;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
}
.news_main_list_desc {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 10px;
}
.news_main_list_box a {
  color: #000;
  display: block;
  height: 100%;
  width: 100%;
}
.wp-pagenavi {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 30px -3px 0;
  position: relative;
  width: 100%;
}
.wp-pagenavi .pages {
  align-items: center;
  border: 1px solid #ceccc2;
  display: flex;
  height: 30px;
  justify-content: center;
  margin: 0 3px;
  margin-right: 6px;
  width: 54px;
}
.wp-pagenavi .current {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ceccc2;
  color: #000;
  display: flex;
  font-weight: 300;
  height: 30px;
  justify-content: center;
  margin: 0 3px;
  width: 30px;
}
.wp-pagenavi a.page, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  align-items: center;
  border: 1px solid #ceccc2;
  color: #000;
  display: flex;
  font-weight: 300;
  height: 30px;
  justify-content: center;
  margin: 0 3px;
  width: 30px;
}
