@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	-webkit-text-size-adjust: 100%;
}
html, html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
header {
	width: 100%;
}
main {
	margin-right: auto;
	margin-left: auto;
}
footer {
	background: #5A7B21;
	padding: 20px;
	width: 100%;
	height: auto;
	color: #fff;
}
.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
h1, .titleFont {
	font-size: 20px;
	padding: 10px;
	text-align: center;
}
h1 a, .titleFont a {
	color: #000;
	text-decoration: none;
	transition-duration: 0.3s;
}
h1 a:hover, .titleFont a:hover {
	color: #666;
	transition: 0.3s;
}
h2 {
	border-bottom: #aaa 2px solid;
}
h2, h3, h4 {
	text-align: center;
	margin-bottom: 20px;
}
p {
	margin-bottom: 1em;
}
ol {
	list-style-position: inside;
}
article, aside, canvas, details, figcaption, figure, header, footer, main, menu, nav, section, summary {
	display: block;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
.mgn10 {
	margin-bottom: 10px;
}
.mgn20 {
	margin-bottom: 20px;
}
.mgn30 {
	margin-bottom: 30px;
}
.mgn40 {
	margin-bottom: 40px;
}
.mgn50 {
	margin-bottom: 50px;
}
.col {
	width: 100%;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	margin-bottom: 20px;
}
#main_nav {
	background: #8caf33;
}
#main_nav ul {
	width: 960px;
	margin: 0 auto;
	border: #8caf33 1px solid;
}
#main_nav ul li {
	list-style: none;
	color: #fff;
	float: left;
	width: 200px;
	text-align: center;
}
#main_nav ul li a {
	color: #fff;
	text-decoration: none;
	background: #8caf33;
	width: 100%;
	height: 100%;
	display: block;
	transition-duration: 0.3s;
	padding: 10px;
}
#main_nav ul li a:hover {
	background: #fff;
	color: #8caf33;
	transition: 0.3s;
}
.font_day {
	font-size: 0.5em;
}
#sub_nav ul {
	padding: 0;
	margin: 0;
	width: 351px;
}
#sub_nav li {
	list-style: none;
	float: right;
	text-align: center;
	margin-right: 10px;
	font-size: 12px;
	line-height: 25px;
	height: 25px;
}
#sub_nav li a {
	color: #666;
	text-decoration: none;
}
#sub_nav li a:hover {
	color: #8caf33;
}
#sub_nav li a:hover img {
	opacity: 0.8;
}
#sub_nav2 {
	background: #C8DE91;
}
#sub_nav2 ul {
	width: 630px;
	margin: 0 auto;
}
#sub_nav2 ul li {
	list-style: none;
	color: #fff;
	float: left;
	width: 240px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
}
#sub_nav2 ul li a {
	color: #666;
	text-decoration: none;
	transition-duration: 0.5s;
}
#sub_nav2 ul li a:hover {
	color: #fff;
	transition: 0.5s;
}
.p_box {
	padding: 20px;
}
.main-nav ul, .sub-nav1 ul {
	list-style: none;
}
.main-nav ul li a, .sub-nav1 ul li a, .sub-nav2 ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.main-nav ul li a {
	background: #5A7B21;
	color: #fff;
	margin-bottom: 1px;
	padding: 10px;
}
.sub-nav1 ul li a {
	font-size: 12px;
	padding: 5px;
	color: #005740;
	border-bottom: #5A7B21 1px solid;
}
.sub-nav2 {
	padding: 3px 10px;
}
.sub-nav2 ul li {
	display: inline-block;
}
.sub-nav2 ul li a {
	font-size: 10px;
	padding: 3px;
}
.facebook {
	width: 155px;
	height: 29px;
}
#desktop {
	display: none;
}
#news h2 {
	border-bottom: #ffa500 2px solid;
	padding: 10px;
}
#news h3 {
	color: #8caf33;
	border-bottom: #CCC 1px solid;
	padding: 10px;
}
#news a {
	text-decoration: none;
	color: #333;
}
#news a:hover {
	color: #999;
}
#news ul {
	list-style-position: inside;
}
.ymd {
	text-align: right;
}

/* タブレット */
@media (min-width:768px) {
.col-md-half {
	width: 50%;
}
.col-md-thr {
	width: 33%;
}
.col {
	float: left;
	padding: 0 10px 20px;
}
#news, .nav-top-area {
	max-width: 778px;
	margin: 0 auto;
}
h1, .titleFont {
	font-size: 28px;
}
h2, h3, h4 {
	text-align: left;
}
header {
	padding-bottom: 0px;
}
#desktop {
	display: block;
}
#mobile {
	display: none;
}
.titleFont {
	margin: 0;
}
}

/* デスクトップ */
@media (min-width:1024px) {
.col-lg-half {
	width: 50%;
}
.col-lg-thr {
	width: 33%;
}
.col {
	padding: 0 20px 20px;
}
#news, .nav-top-area {
	max-width: 1033px;
}
h1, .titleFont {
	font-size: 30px;
}
.blog_box {
	max-width: 1300px;
	margin: 20px auto 40px;
}
}
