
* {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	background: url(images/bg.gif) repeat center top;
	background-attachment: fixed;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 15px;
	-webkit-text-size-adjust: none;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4 {
	text-align: center;
}

h2.subtitle {
	border-bottom: 1px solid #4fa135;
	border-top: 1px solid #4fa135;
	color: #4fa135;
	font-size: 24px;
	margin-bottom: 10px;
	padding: 5px 0;
}

p {
	line-height: 1.8em;
	margin: 10px 0;
	text-align: justify;
}

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0;
	text-align: center;
}

a {
	color: #231815;
	overflow: hidden;
	transition: all .4s;
}

a:hover,
input.submit:hover {
	opacity: .60;
	transition: all .3s;
}

a.link-btn {
	background: #51a235 url(images/link_btn.svg) no-repeat right 22px center;
	background-size: 14px;
	border-radius: 5px;
	color: white;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 85px 15px 80px;
	text-decoration: none;
}

a.link-btn:hover {
	background-position: right 18px center;
}

a.link-btn-prev {
	background: white url(images/link_btn_green.svg) no-repeat right 17px center;
	background-size: 10px;
	border: 2px solid #51a235;
	border-radius: 50px;
	color: #51a235;
	display: inline-block;
	font-weight: 700;
	height: auto;
	padding: 8px 40px 8px 25px;
	text-decoration: none;
}

img {
	vertical-align: middle;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup,
sub {
	font-size: 80%;
	line-height: 4px;
	line-height: 1em;
	vertical-align: top;
}

em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.brown {
	color: #6e6348;
}

span.small {
	font-size: 85%;
	line-height: 1.2em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

strong.marker,
div.body strong {
	background: url(images/marker.gif) repeat-x center bottom;
	padding: 0 5px;
}

span.img-right {
	float: right;
	margin: 5px 0 5px 12px;
}

span.img-left {
	float: left;
	margin: 5px 12px 5px 0;
}

ul.list,
body#single div.body ul {
	line-height: 1.5em;
}

ul.list li,
body#single div.body ul li {
	background: url(images/ul_list_li.svg) no-repeat 8px 17px;
	background-size: 8px;
	display: block;
	line-height: 1.5em;
	padding: 10px 0 10px 30px;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 0 0 0 1.2em;
}

ul.notelist li {
	margin: 5px 0;
	text-align: justify;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: .2em;
}

ul.notelist li span.small {
	display: block;
	line-height: 1.5em;
}

ul.notelist li span.small span.maker {
	margin-right: .3em;
}

div.line {
	border-bottom: 2px solid #009b85;
	clear: both;
	font-size: 5px;
	height: 20px;
	margin: 0 -15px 20px -15px;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/

table.list-table th {
	background-color: #53a837;
	border-bottom: 3px solid white;
	color: white;
	padding: 12px 30px;
	width: 30%;
}

table.list-table td {
	background-color: #f0f0f0;
	border-bottom: 3px solid white;
	padding: 12px 20px;
}

table.list-table td ul.list li {
	background: url(images/ul_list_li.svg) no-repeat 8px 11px;
	background-size: 8px;
	display: block;
	line-height: 1.5em;
	padding: 5px 0 5px 24px;
} 

/***********************************************************************/

ul.newslist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.newslist li a {
	background-color: #f5f5f5;
	border-radius: 10px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
	display: block;
	font-weight: 700;
	margin: 10px 0;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	width: 180px;
}

ul.newslist li a:hover {
	box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	transform: translateY(2px);
}

ul.newslist li a div.img img {
	border-radius: 10px;
	height: auto;
	width: 100%;
}

ul.newslist li a p.date {
	font-size: 12px;
	margin: 7px 0 0 0;
	text-align: center;
}

ul.newslist li a h3 {
	display: table-cell;
	font-size: 14px;
	height: 70px;
	vertical-align: middle;
	width: 180px;
}

ul.newslist li a span.category span,
body#single span.category span a,
ul.footercategory li span a {
	border-radius: 5px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	width: 160px;
}

ul.newslist li a span.category span {
	display: block;
	line-height: 1.5em;
	padding: 3px 10px;
	width: 160px;
}

ul.footercategory {
	display: flex;
	justify-content: center;
}

ul.footercategory li a {
	display: inline-block;
	margin: 0 5px;
}

ul.newslist li a span.category span.diary,
body#single p.category span.diary a,
ul.footercategory li span.diary a {
	background: #48b9a3;
}

ul.newslist li a span.category span.news,
body#single p.category span.news a,
ul.footercategory li span.news a {
	background: #e48343;
}

div.page {
	padding: 20px 5px 15px 5px;
	text-align: center;
}

div.page h2.screen-reader-text {
	display: none;
}

div.page a.page-numbers,
div.page span.page-numbers {
	background-color: #51a235;
	border: 2px solid #51a235;
	border-radius: 5px;
	color: white;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	height: 23px;
	line-height: 1em;
	padding-top: 7px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 30px;
}

div.page a.page-numbers {
	background-color: white;
	color: #51a235;
	text-decoration: none;
}

div.page span.page-numbers {
	background-color: #51a235;
	color: white;
}

div.page a.prev,
div.page span.prev a,
div.page a.next,
div.page span.next a {
	border: 2px solid #51a235;
	border-radius: 5px;
	color: #51a235;
	display: inline-block;
	font-weight: 700;
	height: auto;
	text-decoration: none;
}

div.page a.next,
div.page span.next a {
	background: white url(images/link_btn_green.svg) no-repeat right 15px center;
	background-size: 10px;
	padding: 8px 40px 8px 25px;
}

div.page a.prev,
div.page span.prev a {
	background: white url(images/link_btn_prev.svg) no-repeat left 15px center;
	background-size: 10px;
	padding: 8px 25px 8px 40px;
}

div.page a.next:hover,
div.page span.next a:hover {
	background-position: right 10px center;
}

div.page span.prev span.small a {
	background: url(images/link_btn_prev_white.svg) no-repeat left 15px center;
	background-color: #51a235;
	background-size: 10px;
	color: white;
	line-height: 1.5em;
	margin-top: -5px;
	padding: 8px 45px 8px 60px;
}

div.page span.prev span.small a:hover,
div.page a.prev:hover,
div.page span.prev a:hover {
	background-position: left 10px center;
}

body#archive h1 {
	border-bottom: 1px solid #51a235;
	border-top: 1px solid #51a235;
	font-size: 22px;
	line-height: 1.4em;
	padding: 10px 0;
}

body#archive h1.news {
	background-color: #fcf3ee;
	border-color: #e48343;
	color: #e48343;
}

body#archive h1.diary {
	background-color: #e3f4f1;
	border-color: #48b9a3;
	color: #48b9a3;
}

body#single p.category {
	line-height: 1em;
	margin: 0 0 20px 0;
	text-align: center;
}

body#single p.category span a {
	border-radius: 5px;
	color: white;
	font-size: 12px;
	font-weight: 700;
	padding: 8px 40px;
	text-decoration: none;
}

body#single p.date {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.0em;
	text-align: center;
}

body#single h1 {
	border-bottom: 3px solid #51a235;
	font-size: 22px;
	line-height: 1.4em;
	padding: 15px 10px;
}

body#single h1.news {
	border-color: #e48343;
}

body#single h1.diary {
	border-color: #48b9a3;
}

body#single div.body h2 {
	border-bottom: 2px dotted #51a235;
	color: #51a235;
	font-size: 18px;
	line-height: 1.5em;
	margin: 30px -10px 20px -10px;
	padding: 10px 20px;
}

body#single div.body p {
	margin: 20px 0;
}

body#single div.body p.mn {
	margin: 0;
}

body#single div.body ul {
	margin: 20px auto;
}

body#single div.body table {
	margin: 20px 0;
}

body#single div.body table td {
	border: 1px solid #51a235;
	line-height: 1.5em;
	padding: 5px 10px;
}

body#single div.body a.link-btn {
	background: #51a235 url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 12px;
	border-radius: 5px;
	color: white;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 50px 8px 40px;
	text-decoration: none;
}

body#single div.body a.link-btn:hover {
	background-position: right 15px center;
}

body#single div.body figure {
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

body#single div.body figure.size-large img {
	height: auto;
	width: 100%;
}

body#single div.body figure.size-medium img {
	height: auto;
	width: 70%;
}

body#single div.body figure figcaption {
	margin: 10px;
}

body#single div.body iframe,
body#single div.body video {
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
}

body#single div.body figure.wp-embed-aspect-16-9 iframe {
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
}

body#single div.body div.wp-block-columns div.wp-block-column {
	display: table-cell;
	padding: 10px 1%;
	vertical-align: top;
	width: 48%;
}

body#single div.body div.wp-block-columns div.wp-block-column img {
	height: auto;
	width: 100%;
}

/***********************************************************************/

header {
	background: white url(images/headerbg.png) no-repeat center bottom;
	height: 170px;
	margin: 0 auto;
	position: relative;
	width: 580px;
}

#header-text {
	color: #997850;
	font-size: 11px;
	font-weight: 700;
	line-height: normal;
	padding: 8px 20px 10px 20px;
}

#header-logo {
	display: block;
	margin: -10px 0;
	text-align: center;
}

p#header-text {
	margin-top: 0;
	text-align: center;
}

#hamburger {
	height: 45px;
	position: absolute;
	right: 60px;
	top: 40px;
	width: 45px;
	z-index: 999;
}

#hamburger:hover {
	cursor: pointer;
	opacity: .7;
}

#hamburger span,
#hamburger span:before,
#hamburger span:after {
	background: #99774f;
	border-radius: 2px;
	display: block;
	height: 3px;
	position: absolute;
	transition-duration: .3s;
	transition-property: transform;
	width: 30px;
}

#hamburger span {
	left: 50%;
	top: 50%;
	transform: translate( -50%, -50% );
}

#hamburger span:before {
	content: "";
	transform: translateY( -10px ) rotate( 0deg );
}

#hamburger span:after {
	content: "";
	transform: translateY( 10px ) rotate( 0deg );
}

#hamburger.open span {
	background: transparent !important;
}

#hamburger.open span:before {
	transform: rotate( 45deg ) !important;
}

#hamburger.open span:after {
	transform: rotate( -45deg ) !important;
}

nav#globalnav {
	background-color: #f6f1bf;
	border-bottom: 5px solid #51a235;
	display: none;
	padding-bottom: 30px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

nav#globalnav ul {
	margin: 0 auto;
	padding-top: 100px;
	width: 440px;
}

nav#globalnav ul li {
	padding-bottom: 5px;
}

nav#globalnav ul li a {
	background: white url(images/link_btn_green.svg) no-repeat right 22px center;
	background-size: 14px;
	border-radius: 10px;
	color: #51a235;
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
}

nav#globalnav ul li a:hover {
	background-position: right 17px center;
}

main {
	background-color: white;
	margin: 0 auto;
	width: 580px;
}

#title {
	background: url(images/title.svg) no-repeat center bottom;
	background-size: 150px;
	color: #4fa135;
	padding: 30px 0 10px 0;
}

#title h1 {
	font-size: 33px;
}

#title-s p {
	margin: 0;
	text-align: center;
}

#title-s p a {
	background: url(images/title.svg) no-repeat center bottom;
	background-size: 100px;
	color: #4fa135;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	padding: 20px 10px 10px 10px;
	text-align: center;
	text-decoration: none;
}

div.main {
	margin: 0 auto;
	width: 440px;
}

div.main-s {
	margin: 0 auto;
	width: 400px;
}

div.bg-ivory {
	background-color: #fffcec;
}

div.bg-gray {
	background-color: #f5f5f5;
}

footer {
	background-color: #f6f1c0;
	margin: 0 auto;
	padding-top: 50px;
	width: 580px;
}

#footer {
	margin: 0 auto;
	width: 440px;
}

footer p {
	text-align: center;
}

p#footer-text {
	color: #a18259;
	font-size: 11px;
	font-weight: 700;
	margin: 15px 0 20px 0;
}

nav#footernav ul li {
	padding-bottom: 10px;
}

nav#footernav ul li a {
	background: white url(images/link_btn_green.svg) no-repeat right 22px center;
	background-size: 14px;
	border-radius: 10px;
	color: #51a235;
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
}

nav#footernav ul li a:hover {
	background-position: right 17px center;
}

p#copyright {
	color: #a18259;
	font-size: 11px;
	font-weight: 700;
	margin: 0;
	padding: 15px 0 20px 0;
}

#contactbtn {
	background-color: #51a235;
	margin: 0 auto;
	padding: 18px 0 12px 0;
	text-align: center;
	width: 580px;
}

#contactbtn h3 {
	padding-bottom: 10px;
}

#contactbtn p {
	color: white;
	font-size: 12px;
	margin: 8px 0 0 0;
	text-align: center;
}

p#pagetop {
	position: fixed;
	right: 0;
}

p#pagetop a {
	background-color: #51a235;
	border-radius: 5px 0 0 5px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
	padding: 18px 16px 22px 16px;
	text-decoration: none;
}
