@charset "UTF-8";
/* ------------ header ------------ */
/* ------------ mainHeader ------------ */
main::before,
main::after {
	display: none;
}


/* ------------ mainContent ------------ */
.mainContent {
	max-width: 980px;
	margin: 0 auto;
	padding: 36px 0 100px;
	display: flex;
	justify-content: space-between;
}
.mainContent .main {
	flex: 0 0 700px;
}
.mainContent .side {
	flex: 0 0 230px;
}
.entry + .entry {
	margin-top: 30px;
}
.entry > a {
	display: block;
	border: 1px solid #768e1d;
	background-color: #fff;
	font-size: 1.6rem;
	color: #4f4034;
	position: relative;
}
.entry > a:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	z-index: 2;
	display: block;
	content: "";
	background: #768e1d url("../img/aroow.png") no-repeat center center;
	background-size: 27px auto;
}
.entryHead {
}
.entryHead .date {
	flex: 1 0 0%;
	max-width: 100%;
	padding: 8px 10px;
}
_:-ms-lang(x)::-ms-backdrop,
.entryHead .date {
	padding-top: 10px;
	padding-bottom: 6px;
}

.entryTitle {
	padding: 14px 60px 14px 10px;
	line-height: 1.45;
	font-size: 2.0rem;
	font-weight: bold;
}
_:-ms-lang(x)::-ms-backdrop,
.entryTitle {
	padding-top: 15px;
	padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
	.entry > a:hover {
		background-color: #e0e8ce;
	}
}
@media screen and (max-width: 767px) {
	.mainContent {
		display: block;
		padding: 36px 16px 0;
	}
	.mainContent .side {
		margin-top: 55px;
	}
	.entry > a {
		font-size: 1.4rem;
	}
	.entry > a:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	z-index: 2;
	display: block;
	content: "";
	background: #768e1d url("../img/aroow.png") no-repeat center center;
	background-size: 25px auto;
}
	.entryHead {
		display: block;
	}
	.entryHead .date {
	flex: 1 0 0%;
	max-width: 100%;
	padding: 10px 15px;
}
	.entryTitle {
		padding: 0 50px 10px 14px;
		line-height: 1.65;
		font-size: 1.7rem;
	}
	.entry > a:active {
		background-color: #e0e8ce;
	}
}

/* ------------ pageNavi ------------ */
.pageNavi ul {
	list-style: none;
	margin-top: 30px;
	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 #768e1d;
	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: #768e1d;
	color: #fff;
}
@media screen and (min-width: 768px) {
	.pageNavi li a:hover {
		background-color: #768e1d;
		color: #fff;
	}
}
@media screen and (max-width: 767px) {
	.pageNavi ul {
		font-size: 1.6rem;
		flex-wrap: wrap;
	}
	.pageNavi li {
		margin: 2px;
	}
	.pageNavi li a {
		padding: 0.25em 0.6em;
		border-radius: 5px;
	}
	.pageNavi li a:active {
		background-color: #768e1d;
		color: #fff;
	}
	.pageNavi li:not(:first-child):not(:last-child) a {
		padding: 0.25em 0;
		width: 33px;
	}
}

/* ------------ backNumberList  ------------ */
.backNumberList {
	background-color: #fff;
	border: 1px solid;
	font-weight: bold;
	font-size: 1.8rem;
}
.backNumberList .midashi {
	background-color: #768e1d;
	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: #4f4034;
}
.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 page */
.post .entryHead {
	display: block;
	font-size: 1.6rem;
}
.post .entryHead .date {
	border-left: 1px solid;
	border-right: 1px solid;
	background-color: #fff;
	padding: 20px 20px 0;
	text-align: right;
}
.post .entryTitle {
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	padding: 12px 20px;
	font-size: 2.2rem;
	font-weight: bold;
	background-color: #e0e8ce;
}
_:-ms-lang(x)::-ms-backdrop,
.post .entryTitle {
	padding-top: 16px;
	padding-bottom: 8px;
}
.post .entryBody {
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	background-color: #fff;
	padding: 30px 20px;
	font-size: 1.8rem;
	line-height: 1.75;
}
.post .entryBody p + p {
	margin-top: 1.75em;
}
.post .entryBody:after {
	content: "";
	display: block;
	clear: both;
}
.post + .pageNavi li:not(:first-child):not(:last-child) {
	flex-basis: 280px;
}
.wp-block-file a {
	display: inline-block;
	text-decoration: underline;
}
.wp-block-file a.wp-block-file__button {
	display: inline-block;
	margin: 10px 15px;
	padding: 10px 30px;
	background-color: #666;
	border-radius: 25px;
	color: #fff;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
.wp-block-file a.wp-block-file__button:hover {
		background-color: #768e1d;
	}
}
@media screen and (max-width: 767px) {
	.post .entryHead {
		font-size: 1.4rem;
	}
	.post .entryHead .date {
		padding: 14px 14px 0;
	}
	.post .entryTitle {
		font-size: 1.8rem;
		padding-left: 14px;
		padding-right: 14px;
	}
	.post .entryBody {
		font-size: 1.5rem;
		padding: 14px 14px 30px;
	}
	.post + .pageNavi li:not(:first-child):not(:last-child) {
		flex-grow: 1;
		flex-basis: auto;
	}
	.post + .pageNavi li:not(:first-child):not(:last-child) a {
		width: auto;
	}
}
/* archive */
.archiveList h2 {
	margin-bottom: 25px;
	background-color: #ff7900;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
}
.archiveList h2 span {
	display: inline-block;
	padding: 22px 0 18px 58px;
	background-repeat: no-repeat;
	background-position: left center;
}
_:-ms-lang(x)::-ms-backdrop,
.archiveList h2 span {
	padding-top: 26px;
	padding-bottom: 14px;
}
.archiveList.category-renraku h2 {
	background-color: #f81b84;
}
.archiveList.category-renraku h2 span {
	background-image: url(../img/icon-renraku@2x.png);
	background-size: 36px auto;
}
.archiveList.category-endayori h2 {
	background-color: #02c8a7;
}
.archiveList.category-endayori h2 span {
	background-image: url(../img/icon-endayori@2x.png);
	background-size: 46px auto;
	background-position: left 60%;
}
.archiveList.category-nyuenyotei h2 {
	background-color: #0099ff;
}
.archiveList.category-nyuenyotei h2 span {
	background-image: url(../img/icon-nyuen@2x.png);
	background-size: 50px auto;
}
@media screen and (max-width: 767px) {
	.archiveList h2 {
		text-align: left;
		font-size: 2.0rem;
	}
	.archiveList h2 span {
		background-position: 30px center;
		padding-left: 100px;
	}
	.archiveList.category-renraku h2 span {
		background-size: 38px auto;
		padding-left: 90px;
	}
	.archiveList.category-endayori h2 span {
		background-size: 48px auto;
		background-position: 30px 60%;
	}
	.archiveList.category-nyuenyotei h2 span {
		background-size: 52px auto;
	}
}