@charset "utf-8";

/*
ThemeName: lightning-child
Template: lightning
*/

.siteHeader_logo a,
.siteHeader_logo a {
	color: #2e4600;
}

.page-header {
	background-color: #a2c523;
}

textarea.form-control {
	width: 500px;
}

.siteContent {
	margin: 0 auto;
    display: table;
}

.wp-block-table .has-fixed-layout {
	width: 360px;
    margin-left: 114px;
}

.entry-body {
	width: 1000px;
}

.has-text-align-center {
	text-align: center;
}

.wp-block-column {
	border: 3px solid #7d4427;
    padding: 10px;
    font-size: 0.9em;
    text-align: justify;
}

.map {
	border: none;
}

.rifom strong {
	font-size: 1.5em;
}

.alignwide {
	width: 800px;
	margin: 0 auto;
}

.text-center p:nth-child(2){
	display: none;
}

.top-page {
	width: 200px;
    margin-left: 100px;
}

.btn-primary {
	background-color: #a2c523;
	color: #ffffff;
	border: none;
}

.wp-block-buttons>.top-page01 {
    margin-left: 100px;
}


@media (min-width: 768px) {
	p {
		line-height: 1;
	}
}


