@charset "utf-8";

/*  Typo
----------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, blockquote, th, td {
	margin: 0; 
	padding: 0;
	}

body { line-height: 1.5 !important; }

td, p, ul, ol { line-height: 1.5 !important; } 

img { border: 0; vertical-align: top; }

ul, ol { list-style: none; }

p { margin: 1em 0; }

table{
	border-collapse: collapse; 
	border-spacing: 0;
	}

a { text-decoration: underline; }
	
a:hover { text-decoration: none; }

a:hover img {
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
	}

@media only screen and (max-width: 1024px) {
	.hover { text-decoration: none; }
	.hover img {
		filter: alpha(opacity=25);
		-moz-opacity: 0.25;
		opacity: 0.25;
		}
	}

/*  Layout
----------------------------------------------- */
.inner,
#footer .gutter {
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
	}
#header {
	z-index: 100000;
	position: fixed;
	top: 0;
	width: 100%;
	padding: 15px 0;
	background: #00583b;
	}
#navigation,
.footnavi { display: none; }
#container { padding: 50px 0; }
#footer {
	width: 100%;
	background: #568f35;
	}
@media only screen and (min-width: 1024px) {
	#header {
		position: static;
		padding: 0;
		}
	#navigation {
		display: block;
		width: 100%;
		border-bottom: 10px solid #00583b;
		background: #568f35;
		}
	#navigation ul.cc-nav-level-0,
	.footnavi ul.cc-nav-level-0 {
		width: 95%;
		max-width: 960px;
		margin: 0 auto;
		}
	.footnavi {
		display: block;
		width: 100%;
		margin: 0 0 10px;
		background: #9fa0a0;
		}
	}

/*  Header
----------------------------------------------- */
#header .logo .pc,
#header .lead,
#header .spmenu .tab { display: none; }
#header img {
	width: 100%;
	height: auto;
	}
#header .inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	}
#header .logo { width: 182px; }
#header .spmenu { width: 100px; }
#header .spmenu .spnav {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 10px 1fr;
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 10px;
	-moz-columns: auto 2;
	-moz-column-gap: 10px;
	}
#header .spmenu .spnav li:nth-child(2n+1) { -ms-grid-column: 1; }
#header .spmenu .spnav li:nth-child(2n+0) { -ms-grid-column: 3; }
#header .spmenu li.toggle {
	cursor: pointer;
	display: block;
	}
@media only screen and (min-width: 480px) {
	#header .logo { width: 290px; }
	#header .logo .sp { display: none; }
	#header .logo .pc { display: block; }
	#header .logo .pc p {
		padding: 10px 0 0;
		color: #fff;
		font-size: 14px;
		text-align: right;
		}
	#header .spmenu { width: 140px; }
	#header .spmenu .spnav {
		-ms-grid-columns: 1fr 20px 1fr;
		grid-column-gap: 20px;
		-moz-column-gap: 20px;
		}
	}
@media only screen and (min-width: 640px) {
	#header .spmenu .sp { display: none; }
	#header .spmenu .tab { display: block; }
	}
@media only screen and (min-width: 1024px) {
	#header .inner {
		width: 100%;
		max-width: initial;
		margin: 0;
		}
	#header .logo,
	#header .lead {
		height: 100px;
		padding: 15px 0;
		}
	#header .logo { width: 55%; }
	#header .logo .pc {
		width: 540px;
		margin: 0 auto;
		}
	#header .logo .pc p { font-size: 18px; }
	#header .spmenu { display: none; }
	#header .lead {
		display: table;
		width: 45%;
		color: #fff;
		font-size: 18px;
		text-align: center;
		background: #568f35;
		}
	#header .lead div {
		display: table-cell;
		vertical-align: middle;
		}
	#header .lead strong {
		display: block;
		padding: 0 0 10px;
		color: #fff100;
		font-size: 22px;
		}
	}
.cycle-slideshow { margin: 80px 0 0; }
.cycle-slideshow img {
	width: 100%;
	height: auto;
	}
@media only screen and (min-width: 480px) {
	.cycle-slideshow { margin: 90px 0 0; }
	}
@media only screen and (min-width: 1024px) {
	.cycle-slideshow { margin: 0; }
	}

/*  Footer
----------------------------------------------- */
.footinfo {
	padding: 0 0 25%;
	background: url(https://u.jimcdn.com/cms/o/s760d9d81365b3127/userlayout/img/bg-footer.jpg?t=1576913260) no-repeat center bottom;
	background-size: 100% auto;
	}
.footinfo img {
	width: 100%;
	height: auto;
	}
.footinfo .logo {
	padding: 15px 0;
	background: #00583b;
	}
.footinfo .logo div {
	width: 290px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	text-align: right;
	}
.footinfo .logo div img {
	display: block;
	margin: 0 0 10px;
	}
.footinfo .lead {
	padding: 15px 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #568f35;
	}
.footinfo .lead strong {
	display: block;
	padding: 0 0 10px;
	color: #fff100;
	font-size: 14px;
	}
@media only screen and (min-width: 640px) {
	.footinfo {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		}
	.footinfo .logo,
	.footinfo .lead {
		height: 100px;
		padding: 15px 0;
		}
	.footinfo .logo { width: 55%; }
	.footinfo .logo div {
		width: 290px;
		padding: 0 0 0 20px;
		}
	.footinfo .lead {
		display: table;
		width: 45%;
		}
	.footinfo .lead div {
		display: table-cell;
		vertical-align: middle;
		}
	}
@media only screen and (min-width: 1024px) {
	.footinfo .logo div {
		width: 540px;
		margin: 0 auto;
		font-size: 18px;
		}
	.footinfo .lead { font-size: 18px; }
	.footinfo .lead strong { font-size: 22px; }
	}
#footer .gutter { padding: 20px 0; }
#footer .gutter a { color: #fff !important; }

/*  Header Navigation
----------------------------------------------- */
.spmenu ul.cc-nav-level-0 {
	z-index: 200000;
	position: fixed;
	top: 7%;
	right: 0;
	display: none;
	width: 100%;
	}
.spmenu ul.cc-nav-level-0 li a {
	display: block;
	width: 100%;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none !important;
	box-sizing: border-box;
	background: rgba(118,142,104,0.8);
	}
.spmenu ul.cc-nav-level-0 li .hover { background: rgba(114,188,67,1); }
.spmenu ul.cc-nav-level-0 li+li { border-top: 1px solid #fff; }
.spmenu ul.cc-nav-level-0 li ul {
	visibility: visible;
	position: static;
	margin: 0;
	}
.spmenu ul.cc-nav-level-0 li ul li a { padding: 5px 10px 5px 30px; }
.j-textWithImage figure { z-index: 0 !important; }
@media only screen and (min-width: 1024px) {
	#navigation ul.cc-nav-level-0 {
		*zoom: 1; /*forIE6,7*/
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: center;
		justify-content: center;
		}
	#navigation ul.cc-nav-level-0 li {
		*zoom: 1; /*forIE6,7*/
		white-space: nowrap;
		display: inline;
		line-height: 1;
		}
	#navigation ul.cc-nav-level-0 li a {
		display: block;
		padding: 15px;
		color: #fff;
		font-size: 18px;
		text-decoration: none !important;
		background: rgba(86,143,53,1);
		}
	#navigation ul.cc-nav-level-0 li a:hover {
		color: #47752c;
		background: rgba(255,255,255,0.3);
		}
	#navigation ul.cc-nav-level-0 li > ul { display: inline; }
	#navigation ul.cc-nav-level-0 li:hover > ul { visibility: visible; }
	#navigation ul.cc-nav-level-0 li ul {
		visibility: hidden;
		position: absolute;
		z-index: 300000 !important;
		margin: 0;
		padding: 0;
		}
	#navigation ul.cc-nav-level-0 li ul li {
		position: relative;
		clear: left;
		width: auto !important;
		margin: 0;
		padding: 0;
		line-height: normal;
		}
	#navigation ul.cc-nav-level-0 li ul li ul {
		top: 0;
		left: 100%;
		}
	* html #navigation ul.cc-nav-level-0 li a { /*forIE6*/
		zoom: 1;
		}
	#navigation ul.cc-nav-level-1 li,#navigation ul.cc-nav-level-2 li { font-size: 14px !important; }
	#navigation ul.cc-nav-level-1 a,#navigation ul.cc-nav-level-2 a {
		filter: alpha(opacity=9) !important;
		-ms-filter: "alpha(opacity=90)" !important;
		-moz-opacity: 0.9 !important;
		-khtml-opacity: 0.9 !important;
		opacity: 0.9 !important;
		display: block;
		width: 300px;
		padding: 5px 10px !important;
		color: #fff;
		text-align: center;
		text-decoration: none !important;
		background: rgba(118,142,104,0.8) !important;
		}
	#navigation ul.cc-nav-level-1 a:hover,#navigation ul.cc-nav-level-2 a:hover {
		color: #fff !important;
		text-decoration: none !important;
		background: rgba(114,188,67,1) !important;
		}
	}

/*  Footer Navigation
----------------------------------------------- */
@media only screen and (min-width: 1024px) {
	.footnavi ul.cc-nav-level-0 {
		*zoom: 1; /*forIE6,7*/
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: center;
		justify-content: center;
		}
	.footnavi ul.cc-nav-level-0 li {
		*zoom: 1; /*forIE6,7*/
		white-space: nowrap;
		display: inline;
		padding: 3px 10px;
		line-height: 1;
		}
	.footnavi ul.cc-nav-level-0 li a {
		display: block;
		padding: 10px 15px;
		color: #fff;
		font-size: 16px;
		text-decoration: none !important;
		background: rgba(159,160,160,1);
		}
	.footnavi ul.cc-nav-level-0 li a:hover {
		color: #797b7b;
		background: rgba(255,255,255,0.3);
		}
	}

/*  Page
----------------------------------------------- */
#container .inner .j-header h1,
#container .inner .j-blog-meta h1,
#container .inner .j-header h2,
#container .inner .j-blog-meta h2,
#container .inner .j-header h3,
#container .inner .j-blog-meta h3 {
	margin: 0 0 10px;
	padding: 0 0 55px;
	background: url(https://u.jimcdn.com/cms/o/s760d9d81365b3127/userlayout/img/bg-titlesp.png?t=1577175254) no-repeat center bottom;
	}
@media only screen and (min-width: 640px) {
	#container .inner .j-header h1,
	#container .inner .j-blog-meta h1,
	#container .inner .j-header h2,
	#container .inner .j-blog-meta h2,
	#container .inner .j-header h3,
	#container .inner .j-blog-meta h3 {
		padding: 0 0 35px;
		background: url(https://u.jimcdn.com/cms/o/s760d9d81365b3127/userlayout/img/bg-titlepc.png?t=1577175245) no-repeat center bottom;
		}
	}
@media only screen and (max-width: 479px) {
	#cc-inner .j-calltoaction-wrapper { text-align: center; }

	.j-textWithImage .cc-imagewrapper {
		float: none !important;
		width: 100% !important;
		margin: 0 auto 5px !important;
		}

	#cc-inner .j-textWithImage p { margin: 12px 0 0; }

	.cc-imagewrapper img {
		display: block !important;
		margin: 0 auto !important;
		}

	.cc-m-hgrid-column.last {
		float: none;
		width: 100% !important;
		}

	.cc-m-hgrid-column {
		float: none;
		width: 100% !important;
		}
	}