
.page-news {
  margin-top: var(--header-height);
  color: #867b68;
  padding: 34px 0 0
}
.page-news section {
    margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
.page-news section {
    margin-bottom: 0px;
}
}
@media only screen and (max-width: 767px) {
  .page-news {
    padding: 22px 0 0
  }
}

/*リスト*/
.page-news .news_top .container {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.page-news .information_content {
    margin: 100px 0 0;
	width: 80%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% -310px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 310px);/*Firefox4~15対応*/
	width: calc(100% - 310px);  
}
.page-news .information__list {
    margin-bottom: 50px;
}
.page-news .information-item {
  letter-spacing: .05em;
  line-height: 1.6666666667;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.page-news .information-item__link {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
}
.page-news .information-item__date {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6666666667;
  color: #867b68;
    display: block;
    padding: 0.2em 1em;
    margin-right: 1em;
    background: #d9e0eb;
    white-space: nowrap;
}
.page-news .information-item__title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #867b68;
    margin-bottom: 1em;
}
.page-news .excerpt {
  font-size: 1.6rem;
      grid-column: 2/4;
    grid-row: 2;
}
.page-news .excerpt .excerpt_img {
    margin-bottom: 0.5em;
    border: solid 1px #867b68;
}
.page-news .excerpt .excerpt_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.page-news .widget_collapsarch {
    width: 250px;
    margin-top: 100px;
    flex-shrink: 0;
}
.page-news .widget_collapsarch .widget-content {
    background: #f2f2f2;
}
.page-news .widget_collapsarch h2 {
    font-size: 2.2rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #a29990;
    padding: 0.5em;
}
.page-news .widget_collapsarch .list {
    padding: 0 20px 20px;
    font-size: 1.6rem;
    color: #000;
}
.page-news .widget_collapsarch .list > li {
    padding: 1em;
    border-bottom: dashed 1px #738d41;
}
.page-news .widget_collapsarch .list > li div li {
    padding: 1em 0 0 1em;
}

@media only screen and (max-width: 1024px) {
.page-news .information_content {
    margin: 50px 0 0;
	width: 80%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% -240px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 240px);/*Firefox4~15対応*/
	width: calc(100% - 240px);  
}
.page-news .information__list {
    margin-bottom: 50px;
}
.page-news .information-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.page-news .widget_collapsarch {
    width: 200px;
    margin-top: 50px;
}
.page-news .widget_collapsarch .widget-content {
    background: #f2f2f2;
}
.page-news .widget_collapsarch h2 {
    font-size: 2.2rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #a29990;
    padding: 0.5em;
}
.page-news .widget_collapsarch .list {
    padding: 0 20px 20px;
    font-size: 1.6rem;
    color: #000;
}
.page-news .widget_collapsarch .list > li {
    padding: 1em;
    border-bottom: dashed 1px #738d41;
}
.page-news .widget_collapsarch .list > li div li {
    padding: 1em 0 0 1em;
}
}
@media only screen and (max-width: 767px) {
.page-news .news_top .container {
	display: block;
}
.page-news .information_content {
    margin: 30px 0;
    width: 100%;
}
  .page-news .information-item__link {
  }
  .page-news .information-item__date {
    font-size: 1.3rem;
//    grid-column: 2
  }
  .page-news .information-item__title {
    font-size: 1.5rem;
    letter-spacing: .05em;
  }
.page-news .excerpt {
  font-size: 1.3rem;
}
.page-news .excerpt .excerpt_img img {
    height: 120px;
}

.page-news .widget_collapsarch {
    width: 100%;
    margin-top: 50px;
    flex-shrink: 0;
}
.page-news .widget_collapsarch h2 {
    font-size: 1.5rem;
    padding: 0.5em;
}
.page-news .widget_collapsarch .list {
    padding: 0 10px 10px;
    font-size: 1.3rem;
}
.page-news .widget_collapsarch .list > li {
    padding: 0.7em;
}
.page-news .widget_collapsarch .list > li div li {
    padding: 0.7em 0 0 1em;
}
}


/*ページナビ*/
.page-news .wp-pagenavi {
  font-size: 2.3rem;
  font-weight: 500;
    text-align: center;
}
.page-news .wp-pagenavi a {
    line-height: 1.8em;
    color: #fff;
    display: inline-block;
    background: #557b25;
    text-align: center;
    width: 2em;
    height: 2em;
    margin: 0.2em;
    padding: 0;
    border: solid 1px #557b25;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page-news .wp-pagenavi .current {
    line-height: 1.8em;
    display: inline-block;
    text-align: center;
    background: #dcdcdc;
    width: 2em;
    height: 2em;
    margin: 0.2em;
    padding: 0;
    border: solid 1px #557b25;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page-news .wp-pagenavi .pages {
    line-height: 1.8em;
    color: #fff;
    display: inline-block;
    background: #557b25;
    text-align: center;
    height: 2em;
    margin: 0.2em;
    padding: 0 0.5em;
    border: solid 1px #557b25;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page-news .wp-pagenavi a.last {
    width: auto;
    padding: 0 0.5em;
}
.page-news .wp-pagenavi .extend {
    border: none;
}
@media only screen and (max-width: 1024px) {
.page-news .wp-pagenavi {
  font-size: 2rem;
}
}
@media only screen and (max-width: 767px) {
.page-news .wp-pagenavi {
  font-size: 1.8rem;
}
.page-news .wp-pagenavi a {
    line-height: 1.6em;
    width: 1.8em;
    height: 1.8em;
}
.page-news .wp-pagenavi .current {
    line-height: 1.6em;
    width: 1.8em;
    height: 1.8em;
}
}



/*記事*/
.page-news .news_contents {
    margin: 100px 0 50px;
}
.page-news .news_contents .entry-title {
    margin-bottom: 30px;
    padding-bottom: 13px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
//    -webkit-flex-wrap:wrap;
//    -ms-flex-wrap:wrap;
//    flex-wrap:wrap;
    position: relative;
}
.page-news .news_contents .entry-title:after {
    content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #738d41;
  left: 0;
  bottom: 10px;
  border-radius: 99px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.page-news .news_contents .entry-title .entry-date {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.6666666667;
  color: #867b68;
    display: block;
    padding: 0 0.5em;
    margin-left: auto;
    background: #d9e0eb;
    white-space: nowrap;
}
.page-news .news_contents .entry-title h3 {
    font-size: 3rem;
    font-weight: 600;
}
.page-news .news_contents .entry-content {
    font-size: 1.8rem;
}
.page-news .news_contents .entry-content .excerpt_img {
    text-align: center;
    margin-bottom: 1.5em;
}
.page-news .news_contents .entry-content .attachment-post-thumbnail {
    width: auto;
    height: auto;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.page-news .news_contents .entry-content p {
    margin-bottom: 1em;
}
.page-news .news_contents .entry-content p img {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.page-news .news_contents .entry-content p img.emoji {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.page-news .news_contents a {
    text-decoration: underline;
}
.page-news .news_contents a:hover {
    text-decoration: none;
}
.page-news .news_contents nav {
    margin-top: 2em;
}
.page-news .news_contents nav hr {
    display: none;
}
.page-news .news_contents nav div {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.page-news .news_contents nav div a {
    font-size: 1.8rem;
    color: #000;
    background: #fef7f3;
    padding: 0.5em 1.5em;
    margin: 0.2em 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.page-news .news_contents nav div .previous-post {
    margin-left: auto;
}
@media only screen and (max-width: 1024px) {
.page-news .news_contents {
    margin: 50px 0 0;
}
.page-news .news_contents .entry-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.page-news .news_contents .entry-title:after {
  height: 3px;
}
.page-news .news_contents .entry-title .entry-date {
    font-size: 1.8rem;
}
.page-news .news_contents .entry-title h3 {
    font-size: 2.4rem;
}
.page-news .news_contents .entry-content {
    font-size: 1.6rem;
}
.page-news .news_contents .entry-content .attachment-post-thumbnail {
    border-width: 3px;
}
.page-news .news_contents nav div a {
    font-size: 1.6rem;
}
}
@media only screen and (max-width: 767px) {
.page-news .news_contents {
    margin: 30px 0 0;
}
.page-news .news_contents .entry-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.page-news .news_contents .entry-title:after {
  height: 3px;
}
.page-news .news_contents .entry-title .entry-date {
    font-size: 1.6rem;
}
.page-news .news_contents .entry-title h3 {
    font-size: 2rem;
}
.page-news .news_contents .entry-content {
    font-size: 1.4rem;
}
.page-news .news_contents nav div a {
    font-size: 1.4rem;
}
}
