@charset "utf-8";

/* --------------------------------------
 news
-----------------------------------------*/
.index-news-box {
	position: relative;
	max-width: 765px;
	box-sizing: content-box;
	margin: 0 auto;
	padding: 0 10px 10px;
}
.index-news-box h2 {
	text-align: center;
	margin-bottom: 20px;
}
.index-news-box > p {
	text-align: right;
	margin: 10px 0;
}
.index-news-box li {
	border-top: 1px dotted #999;
	padding: 10px;
	list-style-type: none;
	overflow: hidden;
}
.index-news-box li .date {
	float: left;
	width: 18%;
	font-weight: bold;
}
.index-news-box li .text {
	float: right;
	width: 82%;
}
.index-news-box li a{
	color:#005937;
}
.index-news_tree01 {
	position: absolute;
	bottom: 0;
	left: -170px;
}
.index-news_tree02 {
	position: absolute;
	bottom: 0;
	right: -200px;
}
@media screen and (max-width: 979px) {
.index-news-box {
	padding: 10px 10px 70px 10px;
}
.index-news_tree01 {
	left: 10px;
}
.index-news_tree02 {
	right: 10px;
	text-align: right;
}
.index-news_tree01 img,
.index-news_tree02 img{
	width: 80%;
}
}
@media screen and (max-width: 639px) {
.index-news-box li .date {
	float: none;
	width: 100%;
}
.index-news-box li .text {
	float: none;
	width: 100%;
	display: block;
}
.index-news_tree01 img,
.index-news_tree02 img{
	width: 50%;
}}

/* --------------------------------------
 緑枠
-----------------------------------------*/
.index-wrapper {
	background:#00A650;
	padding: 0 20px;
}
@media screen and (max-width: 639px) {
.index-wrapper {
	padding: 0 10px;
}
}

/* --------------------------------------
 info
-----------------------------------------*/
.index-info {
	position: relative;
	max-width: 980px;
	box-sizing: content-box;
	margin: 0 auto;
	padding: 40px 10px;
	overflow:hidden;
}
.index-lead-box {
	float: left;
	box-sizing:border-box;
	width: 48%;
	height: 400px;
	background: #fff;
	padding: 20px 20px 0 20px;
	font-size: 1.4rem;
	overflow:hidden;
}
.index-fb-box {
	float: right;
	box-sizing:border-box;
	width: 48%;
	height: 400px;
	background: #fff;
	padding: 15px 0 0 0;
	overflow:hidden;
}
.index-lead-box h2{
	color:#005937;
	font-size: 2.0rem;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
}
.index-fb-box h2{
	text-align: center;
	margin-bottom: 20px;
}
.index-lead-box p{
	margin-bottom: 20px;
}
.index-lead-btn li{
	margin-bottom: 20px;
	list-style: none;
}
.index-lead-btn li img{
	width: 100%;
}
@media screen and (max-width: 639px) {
.index-info {
	padding: 20px 0;
}
.index-lead-box ,
.index-fb-box {
	float: none;
	width: 100%;
}
.index-lead-box {
	height: auto;
}

.index-fb-box {
	margin-top: 10px;
}
}

/* --------------------------------------
 overview
-----------------------------------------*/
.index-overview {
	position: relative;
	background: url(../images/index/bk_overview.jpg) no-repeat;
	background-size:cover;
}
.index-overview-inner {
	max-width: 980px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 110px 10px;
	overflow:hidden;
}

.index-overview-btn a {
	display:block;
	background-color: rgba(255,255,255,0.8);
	width: 80%;
	margin: 0 auto;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color:#005937;
	font-size: 3.2rem;
	line-height: 1.0rem;
	border-radius: 10px;
	padding: 10px 0 30px;
}
.index-overview-btn a:hover {
	background-color: rgba(255,255,255,0.9);
}
.index-overview-btn a:after {
	position: relative;
	content:url(../images/index/arrow_b.png);
	margin-left: 20px;
	top: 10px;
}
.index-overview-inner ul{
	margin-top: 50px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.index-overview-inner li{
	display:inline-block;
	width: 23.3%;
	margin-right: 2%;
	background-color: rgba(255,255,255,0.7);
	text-align: center;
}
.index-overview-inner li a{
	text-decoration:none;
	display:block;
}
.index-overview-inner li:last-child{
	margin-right: 0;
}
.index-overview-inner li div{
	position: relative;
	background-color: rgba(255,255,255,0.8);
	margin: 10px;
	padding: 50px 5px;
}
.index-overview-inner li a:hover div{
	background-color: rgba(255,255,255,0.9);
}
.index-overview-inner li div h3{
	color:#005937;
	font-size: 2.3rem;
	font-weight: bold;
}
.index-overview-inner li div img.pdf { 
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.index-overview-inner li div img.arrow { 
	position: absolute;
	left: 45%;
	bottom: 10px;
}
@media screen and (max-width: 639px) {
.index-overview {
	background-position:center;
	background-size: auto;
}
.index-overview-inner {
	padding: 50px 10px;
}
.index-overview-btn a {
	width: 100%;
	font-size: 2.0rem;
	padding: 20px 0 20px;
}
.index-overview-btn a:after {
	content:url(../images/index/arrow_s.png);
	position: relative;
	bottom: 15px;
	left: -3%;
}
.index-overview-inner li{
	display:inline-block;
	width: 48.4%;
	margin-right: 3%;
	margin-bottom: 10px;
}
.index-overview-inner li:nth-child(2n){
	margin-right: 0;
}
.index-overview-inner li div{
	margin: 5px;
	padding: 10px 5px 50px 5px;
}
.index-overview-inner li div h3{
	font-size: 1.4rem;
}
.index-overview-inner li div p{
	font-size: 1.4rem;
}

.index-overview-inner li div img.arrow { 
	left: 42%;
}

}

/* --------------------------------------
 access
-----------------------------------------*/
.index-access {
	position: relative;
	background: #fff;
	margin-bottom: 0;
}
.index-access-inner {
	max-width: 980px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 40px 10px;
	overflow:hidden;
}
.index-access h2{
	text-align: center;
	margin-bottom: 20px;
}
.index-map {
	float: right;
	width: 65%;
	height: 400px;
}
.index-addr {
	text-align: center;
/*	float: left;*/
/*	width: 30%;*/
}
.index-addr h3{
	font-size: 2.4rem;
	color: #005937;
	margin-bottom: 10px;
}
.index-addr p span{
	font-weight: bold;
}
.btn-pdf a{
	display:block;
	position: relative;
	background-color:#00A650;
	color: #fff;
	font-weight: bold;
	font-size: 2.0rem;
	padding: 5px 50px 5px 30px;
	text-align: center;
	border-radius: 3px;
	text-decoration:none;
}
.btn-pdf a:after{
	content:url(../images/share/icn_pdf.png);
	position: absolute;
	right: 10px;
	top: 5px;
}
.btn-pdf a:hover{
	background-color: #005937;
}


@media screen and (max-width: 639px) {
.index-access-inner {
	padding: 20px 10px;
}

.index-map {
	float: none;
	margin-top: 10px;
	width: 100%;
}
.index-addr {
	float: none;
	width: 100%;
}
.index-addr h3{
	font-size: 1.8rem;
}
}

/* --------------------------------------
 login
-----------------------------------------*/
.index-login {
	position: relative;
	background: url(../images/share/bk.png) repeat;
	margin-bottom: 0;
}
.index-login-inner {
	max-width: 980px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 40px 10px;
	overflow:hidden;
}

.index-login .dl-list li {
	float: left;
	width: 20%;
	margin: 0 2%;
	list-style-type: none;
}
.index-login .dl-list li:nth-child(3) {
	width: 17%;
}
.index-login .dl-list li:nth-child(4) {
	width: 27%;
}
.index-login .dl-list li  h3{
	font-size: 2.0rem;
	color: #005937;
	margin-bottom: 10px;
	text-align: center;	
}
.index-login .dl-list li  h3 a{
	color: #005937;
	text-decoration:none;
}
.index-login .dl-list li h3:before{
	position: relative;
	top: 5px;
	margin-right: 5px;
}
.index-login .dl-list li h3.history:before{
	content: url(../images/index/img_history.png);
}
.index-login .dl-list li h3.pamphlet:before{
	content: url(../images/index/img_pamph.png);
}
.index-login .dl-list li h3.book:before{
	content: url(../images/index/img_book.png);
}
.index-login .dl-list li h3.announce:before{
	content: url(../images/index/img_announce.png);
}
.index-login .dl-list li  h3:after {
	content:url(../images/share/icn_pdf.png);
	position: relative;
	top: 5px;
	margin-left: 5px;
}
.index-login .dl-list li ul{
	display: table;
	float: none;
	width: auto;
	margin: 0 auto;
	font-size: 1.4rem;
}
.index-login .dl-list li ul li{
	float: none;
	width: auto;
	display: table;
	margin: 0;
	font-size: 1.4rem;
	list-style-type:disc;
}
.index-login .dl-list li ul li:before{
	content: "・";
}
.index-login dl {
	margin-top: 30px;
}
.index-login dt {
	background-color: #00A650;
	text-align: center;
	border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
	padding: 10px 0;
}
.index-login dd {
	background-color: #fff;
	text-align: center;
	border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
	padding: 30px 0;
}
.index-login dd li {
	width: 60%;
	margin: 0 auto 10px;
	list-style-type: none;
}
.index-login dd li span {
	width: 15%;
	display:inline-block;
	text-align: left;
}
.index-login dd li input{
	border:0;
	padding:10px;
	border:solid 1px #ccc;
	width:85%;
}
.index-login .btn-login {
	margin-top: 30px;
}
.index-login .btn-login a {
	padding: 5px 30px;
	border: 2px solid #fff;
	border-radius: 5px;
	background : -webkit-linear-gradient(top, #FF6E00, #FF3800);
	-pie-background : linear-gradient(to bottom, #FF6E00, #FF3800);
	background : linear-gradient(to bottom, #FF6E00, #FF3800);
	box-shadow:0px 0px 6px 3px rgba(0,0,0,0.2);
	color: #fff;
	fotn-weight: bold;
	font-size: 2.0rem;
	text-decoration:none;
	position: relative;
}
.index-login .btn-login a:before{
	content: url(../images/share/icn_sankaku.png) ;
	position: relative;
	margin-right: 10px;
}
.index-login .btn-login a:hover {
	background : -webkit-linear-gradient(top, #FF3800, #FF6E00);
	-pie-background : linear-gradient(to bottom, #FF3800, #FF6E00);
	background : linear-gradient(to bottom, #FF3800, #FF6E00);
	position: relative;
}
.memory {
	margin-top: 30px;
	font-size: 1.4rem;
	text-align: center;
}

.index-login .read {
	text-align: left;
	padding: 0 20px 30px;
}

@media screen and (max-width: 639px) {
.index-login .dl-list li:nth-child(4),
.index-login .dl-list li:nth-child(3),
.index-login .dl-list li {
	float: none;
	width: 100%;
	margin: 0 2% 20px 2%;
	list-style-type: none;
}
.index-login .dl-list li  h3{
}
.index-login dd {
	padding: 20px 0;
}
.index-login dt img{
	width: 70%;
}
.index-login dd li {
	width: 90%;
	margin: 0 auto 10px;
}
.index-login dd li span {
	width: 35%;
}
.index-login dd li input{
	width:65%;
}
.index-login .btn-login {
	margin-top: 20px;
}

}

/* --------------------------------------
 carousel
-----------------------------------------*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/* keyvisual */
#keyvisual .item img{
	display: block;
	width: 100%;
	height: auto;
}
#keyvisual .item img.pc{
	display: block;
}
#keyvisual .item img.sp{
	display: none;
}

@media screen and (max-width: 639px) {
	#keyvisual .item img.pc{
		display: none;
	}
	#keyvisual .item img.sp{
		display: block;
	}
}

/* sponsor */
.index-link{
	position: relative;
	background: #fff;
}
.index-link-inner {
	position: relative;
	max-width: 980px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 40px 10px 130px 10px;
	overflow:hidden;
}
.index-link h2{
	text-align: center;
	margin-bottom: 20px;
}
.index-link-inner .note {
	color: #666;
	text-align: left;
	font-size: 86%;
}
#sponsor_inner{
	position: relative;
	max-width:980px;
	padding:0 50px;
	margin:0 auto;
}

#sponsor_inner .owl-prev{
	position:absolute;
	left: 0px;
	top:15%;
	width:25px;
	height:25px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/index/arrow_prev.png) no-repeat left top;
}
#sponsor_inner .owl-next{
	position:absolute;
	right:0px;
	top:15%;
	width:25px;
	height:25px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/index/arrow_next.png) no-repeat left top;
}

@media screen and (max-width: 639px) {
.index-link-inner {
	padding: 40px 10px 50px 10px;
}
}





