@charset "UTF-8";
.mainvisual {
	background: url(../../img/mainvisual.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 324px;
}
h1 {
	background-color: #768f1d;
	color: #fff;
	font-size: 3.8rem;
}
h1 span {
	display: block;
	max-width: 980px;
	margin: 0 auto;
	padding: 20px 0;
}
.mainContent {
	max-width: 980px;
	margin: 0 auto;
	padding: 50px 0 88px;
	display: flex;
	justify-content: space-between;
}
.main {
	flex: 0 0 700px;
}
.entry + .entry {
	margin-top: 22px;
}
.entry > a {
	display: block;
	position: relative;
	border: 1px solid #768f1d;
	background-color: #fff;
	font-size: 1.6rem;
	color: inherit;
}
.entryHead {
	padding: 14px 70px 0 20px;
}
.entryTitle {
	padding: 10px 70px 14px 20px;
	line-height: 1.75;
	font-size: 2.2rem;
	font-weight: bold;
}
.entry .icon {
	background-color: #768f1d;
	position: absolute;
	height: 100%;
	width: 50px;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.entry i {
	flex: 0 0 auto;
}
.entry .iconArrow {
	fill: #fff;
}
@media screen and (min-width: 768px) {
	.entry > a:hover {
		background-color: #e0e8ce;
	}
}
@media screen and (max-width: 767px) {
	.mainvisual {
		padding-top: 240px;
		background-image: url(../../img/mainvisual-sp.jpg);
	}
	h1 {
		font-size: 2.6rem;
		text-align: center;
	}
	h1 span {
		padding: 12px 0;
	}
	.mainContent {
		display: block;
		padding: 20px 16px 50px;
	}
	.main {
		margin-bottom: 50px;
	}
	.entry + .entry {
		margin-top: 15px;
	}
	.entry > a {
		font-size: 1.4rem;
	}
	.entry > a:active {
		background-color: #e0e8ce;
	}
	.entryHead {
		padding: 14px 50px 0 18px;
	}
	.entryTitle {
		padding: 4px 50px 8px 18px;
		font-size: 1.8rem;
		line-height: 1.56;
	}
	.entry .icon {
		width: 40px;
	}
	.entry .iconArrow {
		width: 22px;
		height: 10px;
	}
}
.pageNavi ul {
	list-style: none;
	margin: 40px -4px 0;
	display: flex;
	justify-content: center;
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
}
.pageNavi li {
	flex: 0 0 auto;
	margin: 0 4px;
}
.pageNavi li a {
	display: block;
	border: 1px solid #768f1d;
	border-radius: 8px;
	background-color: #fff;
	padding: 0.25em 0.75em;
}
_:-ms-lang(x)::-ms-backdrop,
.pageNavi li a {
	padding-top: 0.4em;
	padding-bottom: 0.1em;
}
.pageNavi .current a {
	background-color: #768f1d;
	color: #fff;
}
@media screen and (min-width: 768px) {
	.pageNavi li a:hover {
		background-color: #768f1d;
		color: #fff;
	}
}
@media screen and (max-width: 767px) {
	.pageNavi ul {
		margin: 30px -2px 0;
		flex-wrap: wrap;
		font-size: 1.6rem;
	}
	.pageNavi li {
		margin: 2px;
	}
	.pageNavi li a {
		padding: 0.25em 0;
		width: 33px;
		border-radius: 5px;
	}
	.pageNavi li a:active {
		background-color: #768f1d;
		color: #fff;
	}
	.pageNavi .prev a,
	.pageNavi .next a {
		padding: 0.25em 0.6em;
		width: auto;
	}
}
.side {
	flex: 0 0 230px;
}
.backNumberList {
	background-color: #fff;
	border: 1px solid #4f4034;
	font-weight: bold;
	font-size: 1.8rem;
}
.backNumberList .midashi {
	background-color: #768f1d;
	padding: 8px 0;
	text-align: center;
	color: #fff;
}
_:-ms-lang(x)::-ms-backdrop,
.backNumberList .midashi {
	padding-top: 10px;
	padding-bottom: 6px;
}
.backNumberList ul {
	list-style: none;
	padding: 20px 14px;
}
.backNumberList li + li {
	margin-top: 18px;
}
.backNumberList a {
	color: inherit;
}
.backNumberList a::before {
	content: "■";
	display: inline;
}
@media screen and (min-width: 768px) {
	.backNumberList a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 767px) {
	.backNumberList a {
		display: block;
	}
	.backNumberList a:active {
		text-decoration: underline;
	}
}
/*---- post ----*/
.post {
	border: 1px solid;
}
.post .entryHead {
	padding: 0;
}
.post .entryHead .date {
	padding: 20px 20px 0;
	text-align: right;
	font-size: 1.6rem;
}
.post .entryTitle {
	background-color: #e0e8ce;
	padding: 12px 20px;
	font-size: 2.2rem;
	font-weight: bold;
}
_:-ms-lang(x)::-ms-backdrop,
.post .entryTitle {
	padding-top: 16px;
	padding-bottom: 8px;
}
.post .entryBody {
	padding: 30px 20px 50px;
	font-size: 1.8rem;
	line-height: 1.75;
}
.post .entryBody:after {
	content: "";
	display: block;
	clear: both;
}
.post .entryBody p + p {
	margin-top: 1.75em;
}
.post .entryBody .wp-block-file a {
	display: inline-block;
	text-decoration: underline;
}
.post .entryBody .wp-block-file .wp-block-file__button {
	margin: 10px 15px;
	padding: 10px 30px;
	background-color: #666;
	border-radius: 25px;
	color: #fff;
	text-decoration: none;
}
.post + .pageNavi li {
	flex-basis: 280px;
}
.post + .pageNavi .prev,
.post + .pageNavi .next {
	flex-basis: auto;
}
@media screen and (min-width: 768px) {
	.post .entryBody .wp-block-file a:hover {
		text-decoration: none;
	}
	.post .entryBody .wp-block-file .wp-block-file__button:hover {
		background-color: #768e1d;
	}
}
@media screen and (max-width: 767px) {
	.post .entryHead .date {
		padding: 14px 14px 0;
		font-size: 1.4rem;
	}
	.post .entryTitle {
		font-size: 1.8rem;
		padding-left: 14px;
		padding-right: 14px;
	}
	.post .entryBody {
		font-size: 1.5rem;
		padding: 10px 14px 30px;
	}
	.post .entryBody .wp-block-file a:active {
		text-decoration: none;
	}
	.post .entryBody .wp-block-file .wp-block-file__button:active {
		background-color: #768e1d;
	}
	.post + .pageNavi li {
		flex-grow: 1;
		flex-basis: auto;
	}
	.post + .pageNavi li a {
		width: auto;
	}
	.post + .pageNavi .prev,
	.post + .pageNavi .next {
		flex-grow: 0;
	}
}
/*---- archive ----*/
.archiveList h2 {
	margin-bottom: 25px;
	background-color: #e0e8ce;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
}
.archiveList h2 span {
	display: inline-block;
	padding: 22px 0 18px;
}
_:-ms-lang(x)::-ms-backdrop,
.archiveList h2 span {
	padding: 26px 0 14px;
}
@media screen and (max-width: 767px) {
	.archiveList h2 {
		font-size: 2.0rem;
	}
}
