@charset "UTF-8";
* {
  box-sizing: border-box;
}
.news_header {
  padding-top: 135px;
  padding-bottom: 46px;
  text-align: center;
  background-color: #B39A47;
}
.news_header_en {
  display: block;
  color: #FFF;
  font-size: 20px;
  margin-bottom: 10px;
}
.news_header_jp {
  display: inline-block;
  color: #FFF;
  font-size: 47px;
  padding-bottom: 24px;
  border-bottom: 1px solid #FFF;
  width: 672px;
}
.news_body{
  position: relative;
  width: 100%;
  height: auto;
}
section.news_body{
  padding-top: 140px;
}
.news_block{
  position: relative;
  margin-left: 14.375%;
  width: 71.25%;
  height: auto;
}
.news_head_block{
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 135px;
  margin-bottom: 60px;
}
.news_body_block{
  position: relative;
  width: 100%;
  height: auto;
}
.news_body_block ul{
  position: relative;
  grid-template-columns: repeat(9, 1fr);
  width: 100%;
  margin-left: 13.158%;
  width: 73.685%;
  height: auto;
  margin-bottom: 64px;
  list-style: none;
  text-align: left;
}
.news_body_block ul li{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 13px;
  padding-bottom: 4px;
}
.news_item{
  position: relative;
  width: 100%;
  height: auto;
  border-bottom:1px solid #e6e6e6;
  color: #000;
}
.news_date{
  position: relative;
  width: 100%;
  margin-top: 15px;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #B39A47;
  line-height: 12px;
  letter-spacing: 1.75px;
}
.news_title{
  position: relative;
  width: 94%;
  margin-top: 8px;
  padding-bottom: 13px;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0px;
}
.news_title:hover{
  color: #B39A47;
  text-decoration: underline;
}
.wp-pagenavi {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 64px;
}
.page,
.current,
.first,
.last,
.nextpostslink,
.previouspostslink {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #B39A47;
}
.current {
  color: #B39A47;
  background-color: #fff;
  border: 1px solid #B39A47;
}
.extend {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_chg_btn a{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
.btn_on {
  overflow: hidden;
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color:#B39A47;
  background-color: #ffffff;
  border: 1px solid #B39A47;
}
.btn_on a{
  overflow: hidden;
  position: relative;
  float: left;
  color:#B39A47;
  background-color: #ffffff;
}
.news_chg_btnetc{
  overflow: hidden;
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color:#000;
  background-color: #ffffff;
  margin-left: 24px;
}
.news_chg_btnetc span{
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  top: 10px;
  text-align: center;
  font-size: 14px;
}
.news_chg_btn_right{
  overflow: hidden;
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 24px;
}
.news_btn{
  position: relative;
  margin-left: 26.316%;
  width: 432px;
  height: 40px;
  margin-bottom: 64px;
  margin-top: 1px;
  padding-left: 172px;
  padding-right: 16px;
  margin-bottom: 62px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #B39A47;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  z-index: 100;
}
.news_btn::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/common/arrow03.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}