@charset "utf-8";

/*
 * news
 * 
-----------------------------*/

/* font
-----------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&display=swap');
.fontMontserrat{
	font-family: 'Montserrat', sans-serif;
}
.fontCormorantGaramond{
	font-family: 'Cormorant Garamond', serif;
}
.newsIndexList.pcFlex li .title,.newsSideBox .newsSideList li,main .pagenation li,.btnLink{
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 500;
}


/* layout
-----------------------------*/
.newsWrap{
	width: 94vw;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 200px;
}
.newsMain{
}
.newsSide{
}
@media screen and (max-width: 768px) {
	main{
		padding-top: 60px;
	}
	.newsWrap{
		padding-top: 20px;
	}
	.newsWrap .pcFlex{
   		margin-bottom: 45px;
	}
}/*//sp*/
@media screen and (min-width: 769px) {
	main{
		padding-top: 120px;
	}
	.newsWrap{
		padding-top: 30px;
		max-width: 1200px;
	}
	.newsWrap .pcFlex{
   		margin-bottom: 90px;
	}
	.newsMain{
		width: 73.33%;
		/*max-width: 880px;*/
	}
	.newsSide{
		width: 26.67%;
		padding: 0 42px;
		/*max-width: 320px;*/
	}
}/*//pc*/

/* .newsIndexList
-----------------------------*/
.newsIndexList.pcFlex{
	width: 100%;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.newsIndexList.pcFlex li a{
	display: block;
}
 .newsIndexList.pcFlex li figure img{
  object-fit: cover;
  width: 100%;
  height: 100%;
 }
.newsIndexList.pcFlex li .date{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #AAB6BA;
	font-size: 11px;
}
.newsIndexList.pcFlex li .title{
	color: #333333;
	font-size: 12px;
}
@media screen and (max-width: 768px) {
	.newsIndexList.pcFlex li{
		padding-bottom: 35px;
	}
	.newsIndexList.pcFlex li figure{
  width: 100%;
  height: 93vw;
		margin-bottom: 14px;
	}
}/*//sp*/
@media screen and (min-width: 769px) {
	.newsIndexList.pcFlex li{
  max-width: 293px;
		padding-right: 3%;
		padding-bottom: 70px;
	}
	.newsIndexList.pcFlex li figure{
  width: 100%;
  height: 266px;
		margin-bottom: 28px;
	}
}/*//pc*/

/* .newsSide
-----------------------------*/
.newsSideBox{
}
.newsSideBox h3{
	font-size: 24px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
.newsSideBox h3{
	margin-bottom: 1.6em;
	font-size: 24px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
.newsSideBox .newsSideCat li{
	margin-bottom: 0.6em;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.1em;
}
.newsSideBox .newsSideList li{	
	margin-bottom: 1em;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.newsSideBox .newsSideList li a{
	color: #333333;
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.newsSideBox{
		padding-bottom: 35px;	
	}
}/*//sp*/
@media screen and (min-width: 769px) {
	.newsSideBox{
		padding-bottom: 70px;	
	}
}/*//pc*/


/* .pagenation
-----------------------------*/
main .pagenation h2{
	display: none;
}
main .pagenation ul {
	text-align: center;
}
main .pagenation li { 
    display: inline-block;
    margin: 0 7px;
	border: 1px solid #AACCA3;
}
main .pagenation li:first-child {
    margin-left: 0;
}
main .pagenation li span.current,
main .pagenation li a {
	background: #fff;
    display: block;
    padding: 0;
	width: 45px;
	line-height: 45px;
}
main .pagenation li a.prev,
main .pagenation li a.next {
	background: #AACCA3;
    color: #FFFFFF;	
}
main .pagenation li span.current {
}
main .pagenation li a:not(.prev):not(.next):hover {
	background: #AACCA3;
    color: #FFFFFF;	
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}
main .pagenation li .page-numbers.dots,
main .pagenation li a.prev,
main .pagenation li a.next {
	font-weight: bold;
}
main .pagenation li a.prev:hover,
main .pagenation li a.next:hover {
	color: #171C61;
}
@media screen and (max-width: 768px) {
	main .pagenation li { 
		margin: 0 4px;
	}
	main .pagenation li span.current,
	main .pagenation li a {
		width: 32px;
		line-height: 32px;
	}
}/*//sp*/
@media screen and (min-width: 769px) {
	main .pagenation li { 
		margin: 0 7px;
	}
	main .pagenation li span.current,
	main .pagenation li a {
		width: 45px;
		line-height: 45px;
	}
}/*//pc*/



/* お知らせ　投稿
-----------------------------*/
/*.newsPostHead*/
.newsPostHead{
	margin-bottom: 50px;
}
.newsPostHead .date{
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #AAB6BA;
	font-size: 11px;
}
.newsPostHead .title{
	font-size: 24px;
}
/*.newsPostBody*/
.newsPostBody{
	max-width: 805px;
}
.newsPostBody figure{
	margin-bottom: 60px;
}
.newsPostBody p{
	margin-bottom: 30px;
line-height: 2em;
font-size: 15.5px;
letter-spacing: 0.02em;
}
.newsPostBody li{
  font-size: 15.5px;
  
}
.newsPostBody ul,
.newsPostBody ol{
  margin-left: 1em;
}
.newsPostBody ul li{
  list-style: disc;
  
}
.newsPostBody ol li{
  list-style: decimal;
  
}
.newsPostBody a{
  text-decoration: underline;
}
.newsPostBody h2{
  font-size: 23.5px;
}
.newsPostBody h3{
  font-size: 22px;
}
.newsPostBody h4{
  font-size: 20px;
}
.newsPostBody h5{
  font-size: 18px;
}
.newsPostBody h6{
  font-size: 16px;
}
/*.newsPostBottom*/
.newsPostBottom{
	position: relative;
	height: 45px;
	z-index: 100;
}
.post-navigation{
	position: relative;
	z-index: 100;
}
.post-navigation .screen-reader-text{
	display: none;
}
.post-navigation .nav-links{
	width: 100%;
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.post-navigation .nav-links a{
	color: #1B5010;
	font-size: 12px;
	line-height: 45px;
}
.post-navigation .nav-links .nav-previous a::before{
	content: "\02190";
	margin-right: 0.6em;
	font-size: 14px;
}
.post-navigation .nav-links .nav-next a::after{
	content: "\02192";
	margin-left: 0.6em;
	font-size: 14px;
}
.btnLinkBack {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
    width: 82.4vw;
    max-width: 235px;
	text-align: center;
	z-index: 101;
}
.btnLink {
    position: relative;
    width: 100%;
    display: inline-block;
    background: #AACCA3;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 45px;
}
.btnLink:visited {
    color: #fff;
}
.btnLink::before{
	position: absolute;
	display: block;
	content: "\02190";
	left: 17px;
    font-size: 14px;
    line-height: 45px;
}

@media screen and (max-width: 768px) {
	.btnLinkBack {
		margin-top: 40px;
	}
}/*//sp*/
@media screen and (min-width: 769px) {
	.btnLinkBack {
		position: absolute;
	}
}/*//pc*/