@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
general
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media screen and (min-width:751px){
	.sp { display: none !important; }
}
@media screen and (max-width:750px){
	.pc { display: none !important; }
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
html, body {
	padding: 0;
	height: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 0.03em;
}
body { -webkit-text-size-adjust: 100%; }
a {
	color: #000;
	text-decoration	:none;
}
a:hover,
a:hover > img {
	opacity: .6;
}

.serif {
	font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}

#wrapper {
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
#wrapper.top {
	background: url(images/top/bg.jpg) no-repeat center top;
}
@media screen and (min-width:751px){
	#wrapper.top {
		background-size: auto 1000px;
	}
	#wrapper {
		border: 5px solid #006933;
	}
}
@media screen and (max-width:750px){
	a:hover,
	a:hover > img {
		opacity: 1;
	}
	#wrapper.top {
		background-size: auto 500px;
		background-position: calc(50% - -159px) 0;
	}
}

#content > header {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
@media screen and (min-width:751px){
	#content > header {
		padding: 30px;
	}
	#content > header h1 img {
		width: 150px;
	}
}
@media screen and (max-width:750px){
	#content > header {
		padding: 10px;
	}
	#content > header h1 img {
		width: 75px;
	}
}

#menu .icon {
	top: 0;
	right: 0;
	position: fixed;
	cursor: pointer;
	z-index: 5000;
}
#menu .links {
	color: #fff;
	top: 0;
	right: -320px;
	position: fixed;
	z-index: 4500;
	width: 320px;
	height: 100vh;
	text-align: right;
	max-width: 100vw;
	font-weight: bold;
	transition-duration: .3s;
	transition-property: right;
	background: #006933;
	box-sizing: border-box;
	padding: 105px 20px 20px;
}
#menu.open .links {
	right: 0;
}
#menu .links > ul + ul {
	margin-top: 3em;
}
#menu .links a {
	color: #fff;
	display: flex;
	justify-content: right;
	align-items: flex-start;
}
#menu .links a > span {
	display: block;
}
#menu .links a > span:first-child {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media screen and (min-width:751px){
	#menu .icon img {
		width: 80px;
	}
	#menu .links {
		font-size: 16px;
	}
	#menu .links a,
	#menu .links p {
		padding: 13px 0 12px;
	}
}
@media screen and (max-width:750px){
	#menu .icon img {
		width: 45px;
	}
}

#content > footer {
	color: #fff;
	text-align: center;
	background: #006933;
}
#content > footer .copyright strong {
	display: block;
}
@media screen and (min-width:751px){
	#content > footer {
		padding: 80px 0 85px;
	}
	#content > footer .logo img {
		width: 121px;
	}
	#content > footer .copyright {
		font-size: 12px;
		margin-top: 20px;
	}
	#content > footer .copyright strong {
		font-size: 16px;
	}
}
@media screen and (max-width:750px){
	#content > footer {
		margin-top: 195px;
		padding: 63px 0 58px;
	}
	#content > footer .logo img {
		width: 91px;
	}
}

.top #main p {
	font-weight: 600;
	letter-spacing: 0.05em;
	font-feature-settings: "palt" 1;
}
.top .posts {
	overflow: hidden;
}
.top .posts .inner {
	margin: 0 auto;
	max-width: 1000px;
}
.top .posts figure img {
	width: 100%;
	vertical-align: middle;
}
.top .posts .first {
	position: relative;
}
.top .posts .first::before {
	left: -2000px;
	right: -2000px;
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(229, 228, 215, 0.5) 5px, rgba(229, 228, 215, 0.5) 10px );
}
.top .posts .first h2 {
	color: #006933;
	font-weight: 600;
}
.top .posts .first .link a {
	color: #fff;
	display: block;
}
.top #baton .first .link a {
	background: #006933;
}
.top #tasty .first .link a {
	background: #aa6400;
}
.top .posts .olds {
	display: flex;
	align-items: flex-start;
}
.top .posts .olds .title {
	font-weight: bold;
}
@media screen and (min-width:751px){
	.top #main h1 img {
		width: 436px;
		margin-left: -30px;
	}
	.top #main {
		padding-top: 425px;
		padding-left: calc(50% - 20px);
		padding-bottom: 260px;
	}
	.top #main p {
		font-size: 18px;
		line-height: 36px;
		margin-top: 50px;
	}
	.top .posts + .only {
		margin-top: 100px;
	}
	.top .posts .inner {
		padding-bottom: 190px;
	}
	.top .posts .first {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.top .posts .first::before {
		top: 80px;
		height: calc(100% + 120px);
	}
	.top .posts .first figure {
		width: 440px;
	}
	.top .posts .first .text {
		width: calc(100% - 490px);
	}
	.top .posts .first h2 {
		font-size: 36px;
	}
	.top .posts .first h2 img {
		height: 36px;
	}
	.top .posts .first .title {
		font-size: 18px;
		line-height: 36px;
	}
	.top .posts .first .link a {
		font-size: 20px;
		font-weight: bold;
		padding: 25px 30px;
		border-radius: 10px;
		margin-top: 30px;
	}
	.top .posts .olds {
		margin-top: 100px;
	}
	.top .posts .olds li {
		width: 220px;
	}
	.top .posts .olds li + li {
		margin-left: 40px;
	}
	.top .posts .olds .title {
		font-size: 16px;
		line-height: 28px;
		margin: 15px 0 5px;
	}
	.top .posts .olds .text {
		font-size: 15px;
		line-height: 28px;
	}
}
@media screen and (max-width:750px){
	.top #main {
		padding-top: 450px;
	}
	.top #main h1 img {
		width: 263px;
		margin: 0 7px;
	}
	.top #main p {
		line-height: 30px;
		padding: 40px 25px 0;
	}

	.top .posts {
		margin-top: 92px;
	}
	.top .posts .first::before {
		top: 100px;
		bottom: 40px;
		background-image: repeating-linear-gradient(135deg, transparent, transparent 2.5px, rgba(229, 228, 215, 0.5) 2.5px, rgba(229, 228, 215, 0.5) 5px );
	}
	.top .posts .first figure {
		padding: 0 50px;
	}
	.top .posts .first .text {
		padding: 20px 25px 0;
	}
	.top .posts .first .text h2 {
		font-size: 27px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.top .posts .first .text h2 img {
		height: 25px;
	}
	.top .posts .first .text .title {
		line-height: 30px;
	}
	.top .first .link a {
		font-size: 15px;
		padding: 17px 22px 19px;
		border-radius: 7.5px;
		margin-top: 18px;
	}
	.top .first .link a small {
		font-size: 12px;
	}

	.top .posts .olds {
		flex-wrap: wrap;
		align-items: flex-start;
		padding: 30px 12.5px 0;
	}
	.top .posts .olds li {
		width: 50%;
		padding: 0 12.5px;
		margin-top: 20px;
		line-height: 24px;
		box-sizing: border-box;
	}
	.top .posts .olds .title {
		margin: 10px 0 5px;
	}
}

.post #content article > .inner {
	margin: 0 auto;
	max-width: 1000px;
	box-sizing: border-box;
}
.post #content article > .inner.baton {
	background: rgba(245,245,235,.9);
}
.post #content article > .inner.tasty {
	background: #fcf5e1;
}
.post #content article h1 {
	text-align: center;
}
.post #content article h1::after {
	content: "";
	height: 5px;
	display: block;
	margin-top: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px dashed #000;
}
.post #content article header figure {
	background: #fff;
}
.post #content article header figure img {
	width: 100%;
	vertical-align: top;
}
.post #content article header .text h2 {
	font-weight: 600;
}
.post #content article > .inner.baton header .text h2 {
	color: #006933;
}
.post #content article > .inner.tasty header .text h2 {
	color: #aa6400;
}
.post #content article header .text h2 + p {
	letter-spacing: 0;
}
.post #content article header .text h3 {
	display: flex;
	margin: 25px 0;
	align-items: flex-start;
	justify-content: space-between;
	border-top: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.post #content article > .inner.baton header .text h3 {
	color: #006933;
}
.post #content article > .inner.tasty header .text h3 {
	color: #aa6400;
}
.post #content article header .text h3 .vol {
	width: 102px;
	border-right: 1px solid rgba(0,0,0,0.3);
}
.post #content article header .text h3 .title {
	padding-left: 25px;
	box-sizing: border-box;
	width: calc(100% - 108px);
	border-left: 1px solid rgba(0,0,0,0.3);
}
@media screen and (min-width:751px){
	.post #content article {
		padding: 130px 20px 100px;
	}
	.post #content article > .inner {
		padding: 50px;
	}
	.post #content article header h1 {
		width: 100%;
		margin-bottom: 50px;
	}
	.post #content article header h1 img {
		width: 330px;
	}
	.post #content article header > div {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	.post #content article header > div > * {
		width: calc(50% - 10px);
		box-sizing: border-box;
	}
	.post #content article header figure {
		padding: 10px;
	}
	.post #content article header .text {
	}
	.post #content article header .text h2 {
		font-size: 36px;
	}
	.post #content article > .inner.tasty header .text h2 img {
		height: 36px;
	}
	.post #content article header .text p {
		font-size: 16px;
		line-height: 32px;
	}
	.post #content article header .text h3 {
		padding: 15px 0;
	}
	.post #content article header .text h3 .vol {
		font-size: 40px;
	}
	.post #content article header .text h3 .vol small {
		font-size: 24px;
	}
	.post #content article header .text h3 .title {
		font-size: 22px;
		line-height: 36px;
	}
	.post #content article header .text h3 .title small {
		font-size: 18px;
	}
}
@media screen and (max-width:750px){
	.post #content article {
		padding-top: 70px;
	}
	.post #content article > .inner {
		padding: 25px 23px 42px;
	}
	.post #content article h1 img {
		width: 165px;
		vertical-align: middle;
	}
	.post #content article h1::after {
		height: 2px;
		margin-top: 5px;
	}
	.post #content article header figure {
		margin: 25px 25px 0;
	}
	.post #content article header figure img {
		border: 5px solid #fff;
		box-sizing: border-box;
	}
	.post #content article header .text h2 {
		font-size: 27px;
		margin: 15px 0 7px;
	}
	.post #content article header .text h2 + p {
		line-height: 30px;
	}
	.post #content article header .text h2 img {
		height: 25px;
		margin: 4px 0;
	}
	.post #content article header .text h3 {
		padding: 10px 0;
		margin-bottom: 0;
	}
	.post #content article header .text h3 .vol {
		width: 78px;
		font-size: 30px;
	}
	.post #content article header .text h3 .vol small {
		font-size: 18px;
	}
	.post #content article header .text h3 .title {
		font-size: 16px;
		padding-left: 19px;
		width: calc(100% - 80px);
	}
	.post #content article header .text h3 .title small {
		font-size: 14px;
	}
}

.post #content article section h4 {
	font-weight: 600;
}
.post #content article section h4:after {
	content: "";
	height: 10px;
	display: block;
	background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(0, 0, 0, 0.1) 5px, rgba(0, 0, 0, 0.1) 10px );
}
.post #content article section .double {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.post #content article section figure img {
	max-width: 100%;
}
@media screen and (min-width:751px){
	.post #content article section {
		margin-top: 90px;
	}
	.post #content article section h4 {
		font-size: 28px;
		line-height: 48px;
	}
	.post #content article section h4:after {
		margin-top: 30px;
	}
	.post #content article section .text {
		font-size: 16px;
		line-height: 32px;
		padding-top: 30px;
	}
	.post #content article section .caption {
		font-size: 14px;
		line-height: 28px;
		margin-top: 10px;
	}
	.post #content article section figure {
		margin-top: 30px;
	}
	.post #content article section .double figure {
		width: calc(50% - 25px);
	}
}
@media screen and (max-width:750px){
	.post #content article section {
		margin-top: 98px;
	}
	.post #content article section h4 {
		font-size: 21px;
		line-height: 36px;
	}
	.post #content article section h4:after {
		height: 5px;
		margin-top: 16px;
		background-image: repeating-linear-gradient(135deg, transparent, transparent 2.5px, rgba(0, 0, 0, 0.1) 2.5px, rgba(0, 0, 0, 0.1) 5px );
	}
	.post #content article section .text {
		line-height: 30px;
		margin-top: 14px;
	}
	.post #content article section .caption {
		font-size: 14px;
		line-height: 28px;
		margin-top: 10px;
	}
	.post #content article section figure.single {
		margin: 13px -23px;
	}
	.post #content article section .double {
		padding: 0 25px;
		display: block;
	}
	.post #content article section .double figure {
		margin-top: 25px;
	}
}

.post #content aside ul {
	display: flex;
	align-items: flex-start;
}
.post #content aside ul li a {
	display: block;
}
.post #content aside ul li img {
	width: 100%;
}
.post #content aside ul li .title {
	font-weight: bold;
}
.post #content aside.baton ul li .title {
	color: #006933;
}
.post #content aside.tasty ul li .title {
	color: #aa6400;
}
@media screen and (min-width:751px){
	.post #content aside {
		margin-bottom: 90px;
	}
	.post #content aside ul {
		margin: 0 auto;
		max-width: 1000px;
	}
	.post #content aside ul li {
		width: 220px;
		font-size: 15px;
		line-height: 28px;
	}
	.post #content aside ul li + li {
		margin-left: 38px;
	}
	.post #content aside ul li .title {
		margin: 0.5em 0;
	}
}
@media screen and (max-width:750px){
	.post #content aside {
		margin-top: 80px;
	}
	.post #content aside ul {
		flex-wrap: wrap;
		padding: 0 12.5px;
	}
	.post #content aside ul li {
		width: 50%;
		padding: 0 12.5px;
		line-height: 24px;
		margin-top: 20px;
		box-sizing: border-box;
	}
	.post #content aside ul li .title {
		margin: 9px 0 5px;
	}
	.post #content aside ul li .title small {
		font-size: inherit;
	}
}