


/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

    リセット

　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
    /*margin:0;*/ padding:0; /*border:0;*/ outline:0;
    font-size:100%;
	font-weight:normal;
    vertical-align:baseline;
    background:transparent;
}
body { line-height:1; }
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block; }
nav ul { list-style:none; }
li { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
/* change colours to suit your needs */
ins { background-color:#ff9; color:#000; text-decoration:none; }
/* change colours to suit your needs */
mark { background-color:#ff9; color:#000;  font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
/* change border colour to suit your needs */
hr { display:block; height:1px; border:0;  border-top:1px solid #cccccc; margin:1em 0; padding:0;}
input, select { vertical-align:middle; }







/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

    基本設定

　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

body {
	margin: 0px; padding: 0px; height: 100%;
	font-size: 12px; text-align: left;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	height:100%;
}

html { height:100%; }

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

a:link,
a:visited { color:#333; text-decoration: none; }
a:hover,
a:active { color: #888; text-decoration: none; }

.right { float: right; }
.left { float: left; }

#clear{ clear:both; }
.clear{ clear:both; }
.mg_t10 { margin-top:10px; }
.mg_t20 { margin-top:20px; }
.mg_t30 { margin-top:30px; }
.mg_t40 { margin-top:40px; }
.mg_t50 { margin-top:50px; }
.mg_t60 { margin-top:60px; }
.mg_t70 { margin-top:70px; }
.mg_t100 { margin-top:100px; }
.mg_t200 { margin-top:100px; }

.mg_t-30 { margin-top:-30px; }

.mg_b10 { margin-bottom:10px; }
.mg_b20 { margin-bottom:20px; }
.mg_b30 { margin-bottom:30px; }
.mg_b40 { margin-bottom:40px; }
.mg_b50 { margin-bottom:50px; }
.mg_b70 { margin-bottom:70px; }
.mg_b100 { margin-bottom:100px; }
.mg_b200 { margin-bottom:200px; }









/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

    HEADER

　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.header {
	position:fixed;
	width:100%;
	z-index:1000;
}

.header {
	background:none;
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear; 
}
.header_bg { 
	background-color: rgba(0,51,0,0.7); 
	-webkit-transition-property: background-color;  
    -webkit-transition-duration: 1s;  
    -webkit-transition-timing-function: linear; 
}

.logo {
	float:left;
	padding:14px 0 14px 20px;
	width:335px;
	height: auto;
}

.gmenu {
	width:400px;
	float:right;
	padding:15px 10px 0 0;
}

.gmenu li {
	float:right;
	font-size:13px;
	font-weight: bold;
	padding:0px 20px;
}
.gmenu li a {
	color:#FFF;
	padding-bottom:6px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
.gmenu li a:hover { border-bottom:1px solid #FFF; }

.header_bg_def { 
	background-color: rgba(46,112,53,0.7); 
	-webkit-transition-property: background-color;  
    -webkit-transition-duration: 1s;  
    -webkit-transition-timing-function: linear; 
}

#sp_menu {
	display:none;
	float:right;
	margin:18px 14px 0 0;
}

@media only screen and (max-width: 1020px) { 
.gmenu { width:640px; }
.gmenu li { padding:0 10px; }
}

@media only screen and (max-width: 880px) { 
.logo {
	padding:6px 0 6px 10px;
}
.gmenu { display: none; }
.header { background-color: rgba(255,255,255,0.8) }
#sp_menu {
	display: inherit;
	position: relative;
	z-index: 1000;
}
.sp_mbtn img { width:26px; height:auto; }

}

.sp_m_head {
	background:#007C49!important;
	height:62px;
}
.sp_m_title {
	float:left;
	margin:24px 0 0 14px;
	font-size:16px;
}
.sp_m_close {
	float:right;
	padding: 15px 12px;
	color:#fff;
	font-size:30px;
}
a.sp_m_close { color:#fff; }






/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

    FOOTER

　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

#footer {
	background:#007C49;
	width:100%;
	text-align: center;
	color:#FFF;
	font-weight: bold;
	
}

#footer_in {
	padding:70px 0 50px;
	line-height: 1.7em;
}

#footer_in a {
	color:#FFF;
	font-size: 13px;
	font-weight: bold;
}
#footer_in img {
	margin:50px 0 30px;
}
.f_br { display:none; }


@media only screen and (max-width: 750px) { 
#footer_in { line-height: 2em; }
#footer_in img {
	width:281px;
	height: auto;
}
.f_br { display:inline;}
}

#footer_cr {
	background:#F9BB00;
	text-align:center;
	width:100%;
	color:#FFF;
	font-size:11px;
	font-weight: bold;
	padding:18px 0 20px;
}



#gmap_t {
	background-color:#007C49;
	padding:16px 0 16px 14px;
	font-size:20px;
	line-height:100%;
	clear:both;
	color:#FFF;
}
#gmap_t a {
	float:right;
	color:#FFF;
	font-size:10px;
	margin-right:20px;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}







/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

    COMMON

　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

#sp_close { width:100%; height: 100%; }
.w_white {
	background:rgba(255,255,255,0.95);
	padding:2px 2% 0;
}

.w_main {
	max-width: 1100px;
	width:100%;
	margin:0 auto;
}

.w_main900 {
	max-width: 900px;
	width:100%;
	margin:0 auto;
}
.main_img {
	position: relative;
	width: 100%;
	height:900px;
}
@media only screen and (max-width: 1000px) {
	/* .main_img { height:400px; } */
	.main_img { height:800px; }
}
@media only screen and (max-width: 750px) {
	/* .main_img { height:300px; } */
	.main_img { height:800px; }
}

.main_img h1 {
    position: absolute;
    top: 50%;
    margin-top: 10px;
	width:100%;
	text-align: center;
	color:#FFF;
	font-size:36px;
	font-weight: bold;
	line-height: 1.3em;
}
.main_img h1 span { font-size: 26px; }

@media only screen and (max-width: 750px) {
	.main_img h1 { font-size:28px; }
	.main_img h1 span { font-size:20px; }
}



.main_bg_info {
	background:url(../img/bg_info.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.main_bg_na {
	background:url(../img/bg_na.jpg);
	background-size: cover;
}
.main_bg_ac {
	background:url(../img/bg_ac.jpg);
	background-size: cover;
}
.main_bg_co {
	background:url(../img/bg_co.jpg);
	background-size: cover;
}
.main_bg_li {
	background:url(../img/bg_li.jpg);
	background-size: cover;
}
.main_bg_st {
	background:url(../img/bg_st.jpg);
	background-size: cover;
}


@media only screen and (max-width: 750px) {
	.main_bg_info { background-attachment: scroll; }
	.main_bg_na { background-attachment: scroll; }
	.main_bg_ac { background-attachment: scroll; }
	.main_bg_co { background-attachment: scroll; }
	.main_bg_li { background-attachment: scroll; }
	.main_bg_st { background-attachment: scroll; }
}


.main_dotto {
	width:100%;
	height:100%;
	background:url(../img/bg_dotto.png);
}

.title1 {
	font-size:20px;
	line-height: 1.5em;
	padding:20px 0;
	margin-bottom: 50px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.title2 {
	border-left:5px solid #1f8238;
	padding:14px 16px;
	font-size:18px;
	font-weight: bold;
	margin-bottom:20px;
	color:#1f8238;
}

.p_def {
	font-size:13px;
	line-height: 1.7em;
}
.tabld_def {
	width:100%;
}
.tabld_def th{
	border:4px solid #fff;
	padding:20px;
	font-size:15px;
	line-height: 1.7em;
	background:#ddd;
}
.tabld_def td{
	border:4px solid #fff;
	padding:20px;
	font-size:15px;
	line-height: 1.7em;
	background:#fafafa;
}
.tabld {
	width:100%;
}
.tabld th{
	margin:0px;
	padding:10px;
	border:4px solid white;
	font-size:12px;
	background:#9999ff;
}
.tabld td{
	margin:0px;
	padding:10px;
	border:4px solid white;
	font-size:12px;
}
.cen{
	display: table-cell;
	vertical-align: middle;
}
.ce{
	margin:0 auto;
}
.ye{
	background:#ffffcc;
}
.yegre{
	background:#ccffcc;
}
.img_r {
	float:right;
	margin:0 0 40px 40px;
}
.img_l {
	float:left;
	margin:0 40px 40px 0;
}


@media only screen and (max-width: 750px) {
.title1 { font-size:16px; }
.img_r { float:none; margin:0 auto 20px; width:100%; height: auto; }
.img_l { float:none; margin:0 auto 20px; width:100%; height: auto; }
}


.left { float:left; }
.right { float:right; }



/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

    TOP PAGE

　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

#top {
}

.t_main_img {
	position: relative;
	width: 100%;
	height: 100%;
	min-height:400px;
}

.t_main_img h1 {
	text-align: center;
	padding:5%;
	box-sizing: border-box;
	position: absolute;
	top: 28%;
	left:0;
	width:100%;
}

@media only screen and (max-width: 750px) { 
.t_main_img { height: 250px; }
.t_main_img h1 { display: none; }
}


img.main_img_cc {
	width:100%;
	height: auto;
	max-width: 1010px;
}

.t_main_btn {
	position: absolute;
	top: 75%;
	left:0;
	width:100%;
	text-align: center;
	margin:0 auto;
	
}

.t_main_btn_in {
	background-color: rgba(0,0,0,0.5);
	width:35%;
	text-align: center;
	margin:0 auto;
	border-radius: 3px;
}
.t_main_btn_in:hover {
	background-color: rgba(0,0,0,0.6);
}
.t_main_btn_in a {
	color:#FFF;
	font-size:15px;
	font-weight: bold;
	line-height: 1em;
	padding:17px 0;
	display: block;
	width:100%;
	background:url(../img/t_main_btn.png) no-repeat;
	background-position: right 20px top 14px;
}

@media only screen and (max-width: 750px) { 
.t_main_btn_in { width:90%; }
}



.t_3menu {
	padding-top:10px;
	padding-bottom: 50px;
}

.t_3menu li {
	float:left;
	width:31%;
	margin-right: 3.5%;
	max-width: 359px;
	height: auto;
}
.t_3menu li:nth-child(3) { margin-right: 0; }

.t_3menu li img {
	width:100%;
	height: auto;
	margin-bottom:14px;
}

.t_3menu_t {
	font-size:15px;
	font-weight: bold;
	margin-bottom:10px;
	padding-bottom:8px;
	border-bottom: 1px solid #ccc;
}

.t_3menu_i {
	font-size:14px;
	line-height: 1.5em;
}

.t_3menu_a {
	text-align: right;
	color:#426A9D;
	text-decoration: underline;
	margin-top:10px;
	font-size:13px;
}

@media only screen and (max-width: 750px) { 
.t_3menu li {
	float:none;
	width:100%;
	max-width: 100%;
	margin-bottom: 30px;
}
}


.t_news_t {
	font-size:18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.t_news_dl {
	border-bottom:1px solid #ccc;
}

.t_news_dl dt {
	float:left;
	width:20%;
	padding:10px 0;
	font-size:14px;
	line-height: 18px;
}
.t_news_dl dd {
	padding:10px 0;
	font-size:14px;
	line-height: 18px;
}
.t_news{
	height:320px;
	overflow:auto;
}
.new{
	color:red;
}
@media only screen and (max-width: 750px) { 
.t_news_dl dt { width:25%;	font-size:13px; }
}






/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

    総合案内

　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


.info_co {
	font-size:16px;
	font-weight: bold;
	line-height: 1.7em;
	margin-bottom: 30px;
	width:100%;
	text-align: center;
}

.info_img {
	width:100%;
	height: auto;
	border-radius: 10px;
}






/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

   委員会名簿

　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/*.image {
	width:80%;
	border: 5;
}*/
.boxCon {
	width: 100%;
	display: flex;
	/*overflow: hidden;*/
}
.box {
	/*fload:left;
	width:45%;*/
	
}

.nature {
	background:url(../img/na_bg.jpg);
	background-attachment: fixed;
	background-size:cover;
	background-position: center;
	width:100%;
	padding-bottom:170px;
}

.na_dotto {
	background:url(../img/bg_dotto.png);
	width:100%;
	box-sizing: border-box;
}

.na_main_in {
	background:rgba(255,255,255,0.85);
	max-width: 1100px;
	width:100%;
	margin:0 auto;
	padding:6% 4% 14%;
	box-sizing: border-box;
	border-radius: 16px;
}

@media only screen and (max-width: 750px) { 
.na_main_in {padding:10% 5% 100px; }
}


.na_main {
	padding:0 2%;
}

.na_h2 {
	padding-bottom:30px;
	border-bottom: 4px solid #1f8238;
	margin-bottom:40px;
	text-align: center;
}

.na_h2 img { max-width: 100%; }

.na_3pic li {
	float:left;
	width:32%;
	margin-right: 2%;
	text-align: center;
}

.na_3pic li:nth-child(3) { margin-right: 0; }

.na_3pic li img {
	width:100%;
	height: auto;
	max-width: 288px;
}

@media only screen and (max-width: 750px) { 
	.na_3pic { display: none; }
}

.na_h3 {
	background:#fffa39;
	color:#1f8238;
	padding:16px 0;
	text-align: center;
	font-size:28px;
	line-height: 1em;
	font-weight: bold;
	border-radius: 40px;
}

.na_h3_img {
	top:-65px;
	position: relative;
}

@media only screen and (max-width: 750px) { 
.na_h3 { font-size:16px; }
.na_h3_img { top:-42px; left:8px; width:35px; height: 35px; margin-bottom: 30px; }
}


.na_box {
	padding:0 20px;
}

.na_3pic2 li {
	float:left;
	width:32%;
	margin-right: 2%;
	text-align: center;
}

.na_3pic2 li:nth-child(3) { margin-right: 0; }

.na_3pic2 li img {
	width:100%;
	height: auto;
	max-width: 264px;
	margin-bottom: 10px;
}

.na_3pic2 li p {
	font-size:15px;
	font-weight: bold;
	line-height: 1.2em;
}
.na_3pic2 li p span { font-size:12px; }



@media only screen and (max-width: 750px) { 
.na_3pic2 li {
	float:none; 
	margin:0px auto 30px;
	width:100%;
}
.na_3pic2 li:nth-child(3) { margin-right: auto; }
.na_3pic2 li img { max-width: 100%; }

}

.na_btn {
	text-align: center;
	margin-top:100px;
}

.na_btn a {
	background:#ff9900;
	color:#FFF;
	padding:30px 150px;
	font-size:22px;
}

.na_btn a:hover { background:#ffb649;}

#na_link1,
#na_link2,
#na_link3 { margin-bottom: 100px; }

@media only screen and (max-width: 750px) { 
	#na_link1,
	#na_link2,
	#na_link3 { margin-bottom: 60px; }
	
	.na_btn { margin-top:50px; }
	.na_btn a {
		display: block;
		width:100%;
		padding:20px 0;
		text-align: center;
		font-size:18px;
	}
	
}











#form_bt {
	width:100%;
	text-align:center;
	margin-top:70px;
}
#form_bt input {
	-webkit-appearance: none;
	border:none;
	padding:14px;
	width:300px;
	border-radius:30px;
	font-size:17px;
	text-align:center;
	color:#fff;
}

#form_bt input#btn_submit {
	background:#385f5f;
}
#form_bt input#btn_submit:hover {
	opacity:0.8;
	cursor:pointer;
}
#form_bt input#btn_reset,
#btn_rtn {
	background:#999;
	text-decoration:none;
}
#form_bt input#btn_reset:hover,
#btn_rtn:hover {
	background:#aaa;
	cursor:pointer;
}
#btn_rtn {
	-webkit-appearance: none;
	border:none;
	padding:13px 50px;
	border-radius:30px;
	font-size:14px;
	text-align:center;
	color:#fff;
}

#form_checkbtn {
	width:100%;
	margin-top:30px;
	text-align:center;
	font-size:14px;
}

#form_bt a.topbtn {
	border:none;
	padding:14px 50px;
	width:300px;
	border-radius:30px;
	font-size:14px;
	text-align:center;
	color:#fff;
	background:#004678;
	text-decoration:none;
}
#form_bt a.topbtn:hover {
	opacity:0.7;
}



.form_l {
	width:30%;
	float:left;
	clear:both;
	font-size:15px;
}

.form_r {
	width:70%;
	float:left;
	margin-bottom:30px;
	margin-top:-4px;
	font-size:15px;
}

.form_r input {
	padding:1px;
}
input.form_c1 { width:99%!important; }
input.form_c2 { width:29%!important; }
input.form_c3 { width:24%!important; }
textarea.form_c1 { width:99%; }

.form_r p {
	font-size:13px;
	line-height:18px;
}
.form_r p span {
	color:red;
}


#form_b_btn {
	clear:both;
	width:100%;
	text-align:center;
	margin-bottom:50px;
	padding-top:50px;
}
#form_b_btn a {
	padding:10px;
	background:#0D4473;
	color:#fff;	
	text-decoration:none;
	text-align:center;
	border-radius:6px;
	font-size:16px;
	line-height:17px;
}
#form_btn_l { margin-right:4px; }




@media only screen and (max-width: 640px) { 

.contact { margin-top:0; }
.f_table th,
.f_table td {
	display: block;
	width:auto;
}
.f_table th {
	background:#fafafa;
}

}



@media only screen and (max-width: 640px) { 
}








/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

    その他

　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.link_list li {
	background: url(../img/link_mark.gif) no-repeat;
	background-position: 0 4px;
	padding-left:20px;
	margin-bottom:20px;
	font-size:15px;
	line-height: 1.5em;
	float:left;
	margin-right: 50px;
}

.ac_dl { border-bottom:1px dotted #ccc; line-height: 1.5em; font-size:14px; }
.ad_dl_b { border-bottom:none!important; margin-bottom:50px; } 

.ac_dl dt {
	float:left;
	width:20%;
	padding:10px 0;
}
.ac_dl dd {
	padding:10px 0;
}


















