/* index */

article#header-wrap {
	position: absolute;
	z-index: 2;
	background-color: rgba(256,256,256,0.7);
}

article#main-wrap {
	/*background-color: #EEE;*/
	clear: both;
	margin-bottom: 40px;
	overflow: hidden;
}
article#main-wrap #slider section {
	margin-bottom: 40px;
}
.slider { width: 100%; }
.slider div,.slider div img { width: 100%; line-height: 0; }
article#main-wrap #slider section.slider_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
article#main-wrap #slider section.slider_txt h1 {
	color: white;
	font-size: 70px;
	font-family: "Folk Medium";
	text-shadow: rgba(0,0,0,1) 5px 5px 8px;
		-moz-text-shadow: rgba(0,0,0,1) 5px 5px 8px;
		-webkit-text-shadow: rgba(0,0,0,1) 5px 5px 8px;
	width: 12em;
}
article#main-wrap #slider section.slider_txt p {
	color: white;
	font-family: "Folk Regular";
	letter-spacing: 0.05em;
	text-shadow: rgba(0,0,0,1) 4px 4px 4px;
		-moz-text-shadow: rgba(0,0,0,1) 4px 4px 4px;
		-webkit-text-shadow: rgba(0,0,0,1) 4px 4px 4px;
	font-size: 28px;
	text-align: center;
	margin-top: 0.5em;
	line-height: 1.5em;
}

article#main-wrap article#main_ctn {

}

article#main2-wrap {
	clear: both;
	background:url(../img/main2_back.png) repeat-x 0 0 #f2f2f2;
	padding-top: 36px;
	padding-bottom: 36px;
	overflow: hidden;
}

article#main_ctn section {
	/*float: left;*/
	width: 100%;
	min-width: 1120px;
	height: 700px;
	/*box-shadow:0px 0px 3px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:0px 0px 3px 3px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow:0px 0px 3px 3px rgba(0, 0, 0, 0.2);*/
	margin-bottom: 50px;
	position: relative;
}
article#main_ctn .main_cts01 div,
article#main_ctn .main_cts03 div { position: absolute; top: 50%; left:5%; transform: translateY(-50%) ; width: 480px; padding: 75px 0 0 75px; }
article#main_ctn .main_cts02 div,
article#main_ctn .main_cts04 div { position: absolute; top: 50%; right:5%; transform: translateY(-50%) ; width: 480px; padding: 75px 0 0 75px; }/* translateX(95%)*/
article#main_ctn div p { margin: 0 75px 35px 0; }
article#main_ctn .main_cts01 { background: url(../img/index_cts01_240618.jpg) right center/70% auto no-repeat; }/*contain*/
article#main_ctn .main_cts02 { background: url(../img/index_cts02_240618.jpg) left center/70% auto no-repeat; }
article#main_ctn .main_cts03 { background: url(../img/index_cts04_240719.jpg) right center/70% auto no-repeat; }
article#main_ctn .main_cts04 { background: url(../img/index_cts03_240618.jpg) left center/70% auto no-repeat; }
article#main_ctn .main_cts01 div { background-color: #55b049; top: center; }
article#main_ctn .main_cts02 div { background-color: #019245; top: center; }
article#main_ctn .main_cts03 div { background-color: #F08000; top: center; }
article#main_ctn .main_cts04 div { background-color: #eb5a24; top: center; }
article#main_ctn div h1 {
	color: white;
	margin-bottom: 0.5em;
	font-weight: normal;
	letter-spacing:0.2em;
	font-size: 44px;
	font-family: "Folk Medium";
}
article#main_ctn .main_cts03 div h1 { letter-spacing:0; }
article#main_ctn div h1 span { font-size: 18px; color: white; opacity: 0.8; letter-spacing: 0.1em; margin-left: 1em; }
article#main_ctn div p { color: white; font-size: 15px; font-weight: normal; line-height: 2em; }
article#main_ctn div a {
	display: block;
	width: 50%;
	margin-left: 50%;
	color: white;
	text-decoration: none;
	text-align: center;
	padding-top: 1em !important ;
	padding-bottom: 1em !important ;
}
article#main_ctn .main_cts01 div a { background-color: #008c45; }
article#main_ctn .main_cts02 div a { background-color: #55aa4a; }
article#main_ctn .main_cts03 div a { background-color: #eb5a24; }
article#main_ctn .main_cts04 div a { background-color: #F08000; }
article#main_ctn .main_cts01 div a:hover,
article#main_ctn .main_cts01 div a:active,
article#main_ctn .main_cts02 div a:hover,
article#main_ctn .main_cts02 div a:active,
article#main_ctn .main_cts03 div a:hover,
article#main_ctn .main_cts03 div a:active,
article#main_ctn .main_cts04 div a:hover,
article#main_ctn .main_cts04 div a:active { opacity: 0.7; }

.news {
	width: 735px;
	min-height: 313px;
	background-color: white;
	float: left;
	box-shadow:0px 0px 3px 3px rgba(0, 0, 0, 0.1);
		-moz-box-shadow:0px 0px 3px 3px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow:0px 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.news h1 {
	display: block;
	background-color: #009245;
	color: white;
	text-align: center;
	width: 126px;
	height: 46px;
	font-size: 18px;
	font-weight: normal;
	font-family: "Folk Medium";
	line-height: 2.7em;
	letter-spacing: 0.2em;
}
.news dl {
	margin:25px 65px;
}
.news dl dt {
	color: #006837;
	font-size: 16px;
	line-height: 1.2em;
	padding-bottom: 0.2em;
	font-family: "Folk Medium";
}
.news dl dt span {
	font-size: 14px;
	padding-right: 1em;
}
.news dl dd {
	padding-left: 5em;
	padding-bottom: 1em;
	line-height: 1.5em;
}

.banner {
	float: left;
	margin-top: 25px;
}
.banner a img {
	width: 100%;
}

.index_contact {
	border:5px solid white;
	width: 350px;
	min-height: 305px;
	float: right;
	box-shadow:0px 0px 3px 3px rgba(0, 0, 0, 0.1);
		-moz-box-shadow:0px 0px 3px 3px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow:0px 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.index_contact h1 {
	display: block;
	background-color: white;
	font-weight: bold;
	text-align: center;
	padding:25px 0;
	font-size: 20px;
}
.index_contact ul {
	list-style: none;
}
.index_contact ul li {
	font-family: 'Pathway Gothic One', sans-serif;
	text-align: center;
}
.index_contact ul li:first-child {
	color: #ea8000;
	font-size: 42px;
	margin-top: 35px;
	line-height: 0.5em;
}
.index_contact ul li:first-child i {
	color: #ea8000;
	font-size: 36px;
}
.index_contact ul li:first-child span {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	font-family: sans-serif;
}
.index_contact ul li:nth-child(2) {
	font-size: 26px;
	margin-top: 5px;
}
.index_contact ul li:last-child {
	width: 100%;
	margin-top: 10px;
}
.index_contact ul li:last-child a {
	width: 250px;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 16px;
}

/* ----------------------------------------------------------------------------- MOBILE */

@media (max-width: 600px) {

article#header-wrap {
	position: fixed;
	z-index: 2;
}

article#main-wrap {
	/*background-color: #EEE;*/
	margin-bottom: 20px;
}
article#main-wrap #slider section {
	margin-bottom: 0;
}
article#main-wrap #slider section.slider_txt { width: 80%; text-align: center; }
article#main-wrap #slider section.slider_txt h1 { display: inline-block; font-size: 6vw; text-align: center; }
article#main-wrap #slider section.slider_txt p {
	color: white;
	text-shadow: rgba(0,0,0,0.8) 2px 2px 2px;
		-moz-text-shadow: rgba(0,0,0,0.8) 2px 2px 2px;
		-webkit-text-shadow: rgba(0,0,0,0.8) 2px 2px 22px;
	font-size: 3vw;
	text-align: center;
}

article#main-wrap article#main_ctn {

}

article#main2-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}

article#main_ctn section {
	float: none;
	width: 86%;
	height: 140px;
	/*box-shadow:0px 0px 3px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:0px 0px 3px 3px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow:0px 0px 3px 3px rgba(0, 0, 0, 0.2);*/
	margin-bottom: 20px;
	margin-left: 7%;
}
article#main_ctn section {
	position: static;
	width: 100%;
	min-width: auto;
	height: auto;
	margin-left: 0;
	margin-bottom: 0;
}
article#main_ctn .main_cts01,
article#main_ctn .main_cts02,
article#main_ctn .main_cts03,
article#main_ctn .main_cts04 { background: none; }
article#main_ctn .main_cts01 div,
article#main_ctn .main_cts02 div,
article#main_ctn .main_cts03 div,
article#main_ctn .main_cts04 div {
	width: 100%;
	position: static;
	top: none;
	right: none;
	bottom: none;
	left: none;
	transform: none;
	color: black;
	margin: 0;
	padding: 0;
}
article#main_ctn .main_cts01 div { background-color: white; margin-right: 35px; border-left: 12px solid #55aa4a; }
article#main_ctn .main_cts02 div { background-color: white; margin-right: 35px; border-left: 12px solid #008c45; }
article#main_ctn .main_cts03 div { background-color: white; border-left: 12px solid #F08000; }
article#main_ctn .main_cts04 div { background-color: white; border-left: 12px solid #eb5a24; }
article#main_ctn div h1 { font-size: 25px; padding: 8% 0 0 8%; }
article#main_ctn .main_cts01 div h1 { color: #55aa4a; }
article#main_ctn .main_cts02 div h1 { color: #008c45; }
article#main_ctn .main_cts03 div h1 { color: #eb5a24; }
article#main_ctn .main_cts04 div h1 { color: #F08000; }
article#main_ctn .main_cts01 div h1 span,
article#main_ctn .main_cts02 div h1 span,
article#main_ctn .main_cts03 div h1 span,
article#main_ctn .main_cts04 div h1 span { color: #939393; }
article#main_ctn div h1 span { font-size: 10px; }
article#main_ctn div p { font-size: 1.4rem; color: black; margin: 0; padding: 0; line-height: 1.5em; margin: 0 8% 5% 8%; }
.main_cts01 a,
.main_cts02 a,
.main_cts03 a,
.main_cts04 a {
	font-size: 13px;
	/*display: block;
	width: 50%;
	height: 100px;*/
	/*background-repeat: no-repeat;
	background-position: 20px 20px;
	background-size: 100px;*/
	/*color: white;
	text-decoration: none;
	text-align: left;
	padding: 23px 10% 35px 40%;*/
}
/*.main_cts01 a { background-image: url(../img/index_cts01_m.jpg); }
.main_cts02 a { background-image: url(../img/index_cts02_230524_m.jpg); }
.main_cts03 a { background-image: url(../img/index_cts03_230524_m.jpg); }*/
article#main_ctn figure { display: block; width: 100%; line-height: 0; }
article#main_ctn figure img { width: 100%; }

.news {
	width: 86%;
	margin-left: 7%;
	padding-bottom: 10px;
	min-height: auto;
	float: none;
	box-shadow:0px 0px 3px 3px rgba(0, 0, 0, 0.1);
		-moz-box-shadow:0px 0px 3px 3px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow:0px 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.banner {
	width: 86%;
	margin-left: 7%;
}
.news h1 {
	text-align: center;
	width: 80%;
	line-height: 3em;
	letter-spacing: 0.5em;
	margin-left: 10%;
}
.news dl {
	margin:30px 10%;
}
.news dl dt {
	font-weight: bold;
}
.news dl dt span {
	display: block;
	padding-right: 1em;
	font-weight: normal;
}
.news dl dd {
	padding-left: 0;
	padding-bottom: 1.5em;
	line-height: 1.8em;
}

.index_contact {
	border:5px solid white;
	width: 86%;
	margin-left: 7%;
	margin-top: 20px;
	min-height: 305px;
	float: none;
	box-shadow:0px 0px 3px 3px rgba(0, 0, 0, 0.1);
		-moz-box-shadow:0px 0px 3px 3px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow:0px 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.index_contact h1 {
	display: block;
	background-color: white;
	font-weight: bold;
	text-align: center;
	padding:25px 0;
	font-size: 20px;
}
.index_contact ul {
	list-style: none;
}
.index_contact ul li {
	font-family: 'Pathway Gothic One', sans-serif;
	text-align: center;
}
.index_contact ul li:first-child {
	color: #ea8000;
	font-size: 42px;
	margin-top: 35px;
	line-height: 0.5em;
}
.index_contact ul li:first-child i {
	color: #ea8000;
	font-size: 36px;
}
.index_contact ul li:first-child span {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	font-family: sans-serif;
}
.index_contact ul li:nth-child(2) {
	font-size: 26px;
	margin-top: 5px;
}
.index_contact ul li:last-child {
	width: 100%;
	margin-top: 10px;
}
.index_contact ul li:last-child a {
	width: 250px;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 16px;
}

}