@charset "UTF-8";


/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Retina parts */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){

}
/* TEMPLATE Retina parts end*/



/* INTERFACE */


body{
	margin:54px 0 0 0;
	padding:0;
	color:#333;
	font-family:'Noto Sans JP','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	background-color:#f7f6f5;
	letter-spacing:0.04em;
}

#header_area{
	width:100%;
	height:54px;
	position:fixed;
	top:0;
	z-index:10000;
	background-color:#333;
}

#header_area h1{
	box-sizing:border-box;
	width:100px;
	height:54px;
	margin:0;
	padding:16px 0 0 0;
	line-height:1em;
	text-align:center;
	position:absolute;
	top:0;
	left:60px;
}

#header_area h1 a{
	display:block;
	text-decoration:none;
}

#header_area h1 a img{
	display:block;
	width:100%;
	margin:0;
}

#contact_btn{
	position:absolute;
	top:8px;
	right:144px;
	transition: all .5s;
}

#contact_btn>a{
	display:block;
}

#contact_btn>img{
	display:block;
	height:40px;
	margin:0 auto;
}

#contact_btn:hover{
	opacity:0.5;
}

#shopping_btn{
	position:absolute;
	top:8px;
	right:90px;
	transition: all .5s;
}

#shopping_btn>a{
	display:block;
}

#shopping_btn>img{
	display:block;
	height:40px;
	margin:0 auto;
}

#shopping_btn:hover{
	opacity:0.5;
}

#tw_btn{
	position:absolute;
	top:8px;
	right:42px;
	transition: all .5s;
}

#tw_btn>a{
	display:block;
}

#tw_btn>img{
	display:block;
	height:40px;
	margin:0 auto;
}

#tw_btn:hover{
	opacity:0.5;
}

#fb_btn{
	position:absolute;
	top:8px;
	right:2px;
	transition: all .5s;
}

#fb_btn>a{
	display:block;
}

#fb_btn>img{
	display:block;
	height:40px;
	margin:0 auto;
}

#fb_btn:hover{
	opacity:0.5;
}


/* footer */


#footer_area{
	width:100%;
	height:300px;
	text-align:center;
	position:relative;
	background-color:#333;
}

#footer_area>img{
	display:block;
	width:20px;
	margin:0 auto;
	position:absolute;
	bottom:40px;
	left:0;
	right:0;
}

#footer_area small{
	margin:0 auto;
	font-size:10px;
	font-family:Verdana;
	letter-spacing:0;
	color:#ccd3cb;
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
}

#page-top{
	width:180px;
	margin:0 auto;
	font-size:13px;
	position:absolute;
	top:-16px;
	left:0;
	right:0;
}

#page-top>a{
	display:block;
	text-decoration:none;
	padding:6px 0 8px;
	background-color:#454545;
	color:#ccd3cb;
	border-radius:30px;
	transition: all .5s;
}

#page-top>a:link{
	color:#ccd3cb;
}

#page-top>a:visited{
	color:#ccd3cb;
}

#page-top>a:hover{
	color:#ccd3cb;
}

#page-top>a:active{
	color:#ccd3cb;
}

#footer_area nav{
	width:100%;
	position:absolute;
	top:54px;
	left:0;
	right:0;
}

#footer_area nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#footer_area nav ul li{
	display:block;
	padding:16px 0;
	font-size:13px;
	line-height:1em;
	border-top:1px dashed #454545;
}

#footer_area nav ul li:last-child{
	border-bottom:1px dashed #454545;
}

#footer_area nav ul li a{
	text-decoration:none;
	color:#ccd3cb;
	transition: all .5s;
}

#footer_area nav ul li span{
	margin:0 0 0 10px;
	font-size:11px;
}

#footer_area nav ul li a:link{
	color:#ccd3cb;
}

#footer_area nav ul li a:visited{
	color:#ccd3cb;
}

#footer_area nav ul li a:hover{
	opacity:0.5;
}

#footer_area nav ul li a:active{
	color:#ccd3cb;
}


/* home key */


#home_key{
	height:380px;  background-color:#555;
	position:relative;
}

#home_key_title{
	box-sizing:border-box;
	width:280px;
	margin:0 auto;
	position:absolute;
	top:100px;
	left:0;
	right:0;
}

#home_key img{
	display:block;
	width:100%;
}


/* contents */


.contents_title{
	padding:0 0 60px 0;
	text-align:center;
}

.contents_title>h1{ 
	margin:0 0 10px 0;
	font-size:32px;
	line-height:1em;
	font-family: 'Satisfy', cursive;
	letter-spacing:0;
}

.contents_title>p{
	margin:0;
	font-size:12px;
	letter-spacing:0.1em;
}

.contents_title_white{
	padding:0 0 60px 0;
	text-align:center;
}

.contents_title_white>h1{ 
	margin:0 0 10px 0;
	font-size:32px;
	line-height:1em;
	font-family: 'Satisfy', cursive;
	letter-spacing:0;
	color:#f7f6f5;
}

.contents_title_white>p{
	margin:0;
	font-size:12px;
	letter-spacing:0.1em;
	color:#f7f6f5;
}

.read-more_btn{
	box-sizing:border-box;
	display:block;
	width:200px;
	margin:0 auto;
	padding:12px;
	color:#333333; 
	font-size:16px;
	text-decoration:none;
	line-height:1em;
	text-align:center;
	border:1px solid #333;
	border-radius:30px;
	transition: all .5s;
}

.read-more_btn:link{
	color:#333333; 
}

.read-more_btn:visited{
	color:#333333; 
}

.read-more_btn:hover{
	background-color:#333;
	color:#eeedec;
}

.read-more_btn:active{
	color:#333333; 
}


/* home news　*/


#home_news{
	margin:-54px 0 0 0;
	padding:114px 0 60px;
}


/* news　list */


#news_list{
	width:90%;
	margin:0 auto;
	padding:60px 0;
}


/* news　detail */


#news_detail_area{
	width:90%;
	margin:0 auto;
	padding:40px 0 60px;
}


/* blog area */


#blog_area{
	width:90%;
	margin:0 auto 40px;
}

#blog_area ul{
	overflow:hidden;
	list-style-type:none;
	margin:0;
	padding:0;
}

#blog_area ul li{
	overflow:hidden;
	display:block;
	width:48%;
	margin:0 4% 20px 0;
	background-color:#fff;
	color:#fff;
	position:relative;
	float:left;
	transition: all .5s;
}

#blog_area ul li:nth-of-type(2n){
	margin:0 0 20px 0;
	float:right;
}

#blog_area ul li:link{
	color:#fff;
}

#blog_area ul li:visited{
	color:#fff;
}

#blog_area ul li:hover{
	color:#fff;
	opacity:0.7;
}

#blog_area ul li:active{
	color:#fff;
}

#blog_area ul li .thumbNailWrap{
	width:100%;
	height:auto;
	margin:0;
}

#blog_area ul li .thumbNailWrap>img{
	width:100%;
	height:auto;
	margin:0;
}

#blog_area ul li .newMark{
	width:120px;
	padding:20px 10px 5px;
	background:#da5956;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	letter-spacing:0;
	display:inline-block;
	position:absolute;
	top:-8px;
	left:-56px;
	transform:rotate(315deg);
	font-family:Verdana;
}

#blog_area ul li .title{
	box-sizing:border-box;
	width:100%;
	padding:6px;
	background-color:rgba(0,0,0,0.6);
	color:#fff;
	font-size:14px;
	line-height:1.2em;
	position:absolute;
	bottom:0;
}


/* Pager style */


.pager{
	text-align:right;
	padding:10px;
	clear:both;
}

/*ページャーボタン*/

.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/

.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}


/* news details */


#news_detail_area h2{
	margin:0 0 60px 0px;
	padding:10px 0;
	font-size:20px;
	border-bottom:6px solid rgba(0,0,0,0.4);
}

#news_detail_area #up_ymd{
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}

#news_detail_area .detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}

#news_detail_area .backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}

#news_detail_area .backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #333;
	color:#333;
	border-radius:6px;
	text-decoration:none;
	font-size:14px;
}

#news_detail_area .detailUpfile img{
	width:100%;
	height:auto;
	margin:30px 0;
}

#news_detail_area .pNav{
	font-size:11px;	
}


/* home about*/


#home_about{
	padding:60px 0;
	background-color:#eeedec;
}

#home_about_area{
	box-sizing:border-box;
	width:90%;
	margin:0 auto;
}

#home_about_area>h1{
	width:50%;
	margin:0 auto 60px;
}

#home_about_area>h1 img{
	display:block;
	width:100%;
	margin:0;
}

#home_about_area>article>h2{
	margin:0 0 40px 0;
	color:#024673;
	font-size:22px;
	text-align:center;
	line-height:2em;
}

#home_about_area>article>h2 span{
	padding:0 0 6px 0;
	border-bottom:2px dashed #d06342;
}

#home_about_area>article>div{
	overflow:hidden;
}

#home_about_area>article>div>img{
	width:68%;
	margin:0 auto 40px;
}

#home_about_area>article>div>p{
	margin:0 0 20px 0;
	color:#024673;
	font-size:16px;
	line-height:1.8em;
}

#adoption-park_area{
	overflow:hidden;
	width:90%;
	margin:0 auto;
	padding:30px 0 40px 0;
}

#adoption-park_area a{
	display:block;
	box-sizing:border-box;
	text-decoration:none;
	width:49%;
	margin:0 2% 10px 0;
	float:left;
}

#adoption-park_area a:nth-of-type(2n){
	margin:0 0 10px 0;
	float:right;
}

#adoption-park_area a img{
	display:block;
	width:100%;
	margin:0;
	transition: all .5s;
}

#adoption-park_area a img:hover{
	opacity:0.8;
}


/* home project　*/


#home_project{
	margin:-54px 0 0 0;
	padding:114px 0 60px;
}

#home_project_area{
	overflow:hidden;
	box-sizing:border-box;
	width:90%;
	margin:0 auto 40px;
}

#home_project_area>a{
	text-decoration:none;
	width:49%;
	margin:0 2% 30px 0;
	float:left;
	transition: all .5s;
}

#home_project_area>a:nth-of-type(2n){
	margin:0 0 30px 0;
	float:right;
}

#home_project_area>a:link{
	color:#333;
}

#home_project_area>a:visited{
	color:#333;
}

#home_project_area>a:hover{
	opacity:0.6;
}

#home_project_area>a:active{
	color:#333;
}

#home_project_area>a img{
	display:block;
	width:100%;
	margin:0 0 10px 0;
}

#home_project_area>a>h2{
	box-sizing:border-box;
	width:100%;
	margin:0;
	padding:0 0 0 5px;
	font-weight:normal;
	font-size:12px;
	line-height:1.2em;
	border-left:4px solid rgba(0,0,0,0.2);
}

#home_project_area>a>p{
	display:none;
	margin:0;
	font-size:13px;
	color:#f7f6f5;
	line-height:1.8em;
	text-shadow:0px 0px 7px #000;
}


/* home join　*/


#home_join{
	padding:60px 0 40px;
	background-color:#eeedec;
}

#home_join>p{
	width:90%;
	margin:0 auto;
	padding:0;
	font-size:16px;
	line-height:1.8em;
}

#home_join>p br{
	display:none;
}

#home_join article{
	width:90%;
	margin:40px auto 0;
}

#home_join article section{
	box-sizing:border-box;
	margin:0 0 20px 0;
	color:#333333; 
	font-size:16px;
	text-decoration:none;
	line-height:1em;
	transition: all .5s;
}

#home_join article section a{
	display:block;
	text-decoration:none;
	padding:40px 0;
	background-color:#d06342;
	transition: all .5s;
}

#home_join article section:hover{
	opacity:0.8;	
}

#home_join article section a h1{
	margin:0 0 30px 0;
	color:#f7f6f5;
	font-size:18px;
	line-height:1.8em;
	text-align:center;
	text-shadow:0px 0px 5px #000;
}

#home_join article section a ul{
	list-style-type:none;
	width:90%;
	margin:0 auto;
	padding:0;
}

#home_join article section a ul li{
	margin:0 0 4px 0;
	color:#f7f6f5;
	font-size:15px;
	line-height:1.8em;
	text-shadow:0px 0px 5px #000;
}

#home_join_area article div>section>a{
	box-sizing:border-box;
	display:block;
	width:100%;
	height:100%;
	margin:0 0 20px 0;
	padding:40px 30px;
	text-decoration:none;
	background-color:rgba(0,0,0,0.4);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	line-height:1em;
	float:left;
	transition: all .5s;
}

#home_join_area article div>section>a:last-child{
	float:right;
}

#home_join_area article div>section>a:hover{
	background-color:rgba(0,0,0,0.7);
}


/* home partner */


#home_partner{
	padding: 60px 0 84px;
	background-color:#eeedec;
}
#home_partner article section a{
	display: block;
	width: 200px;
	margin: 0 auto 15px;
	transition: all .5s;
}
#home_partner article section a:hover{
	opacity:0.8;
	transition: all .5s;
}
#home_partner article section a img{
	display: block;
    width: 100%;
    margin: 0;
}
#home_partner article section p{
	margin: 0;
	font-size: 22px;
	text-align: center;
}


/* project　*/


#project_key{
	height:380px;  background-color:#555;
	position:relative;
}

#project_key_title{
	box-sizing:border-box;
	width:200px;
	margin:0 auto;
	position:absolute;
	top:80px;
	left:0;
	right:0;
}

#project_key img{
	display:block;
	width:100%;
}

#project_area{
	padding:54px 0 0 0;
}

#project_area>article{
	box-sizing:border-box;
	width:90%;
	margin:-54px auto 0;
	padding:134px 0 0 30px;
	border-left:2px solid #333;
	border-bottom:1px dashed #f7f6f5;
	position:relative;
}

#project_area>article:last-child{
	padding:134px 0 54px 60px;
	border-bottom:none;
}

#project_area>article>span{
	display:block;
	font-size:18px;
	font-weight:bold;
	line-height:1em;
	position:absolute;
	top:74px;
	left:-10px;
}

#project_area>article>section{
	margin:0 0 54px 0;
}

#project_area>article>section>img{
	display:block;
	width:68%;
	margin:0 auto 40px;
}

#project_area>article>section>h1{
	margin:0 0 30px 0;
	font-size:18px;
	text-align:center;
	line-height:1.4em;
}

#project_area>article>section>h1>span{
	margin:0;
	font-size:13px;
}

#project_area>article>section>p{
	margin:0 0 30px 0;
	font-size:15px;
	line-height:1.6em;
}

.project_summary{
	box-sizing:border-box;
	padding:40px;
	background-color:#eeedec;
	border-radius:8px;
}

#project_area>article>section>a{
	box-sizing:border-box;
	display:block;
	width:200px;
	margin:0 auto;
	padding:12px;
	color:#333; 
	font-size:15px;
	text-decoration:none;
	line-height:1em;
	text-align:center;
	border:1px solid #333;
	border-radius:30px;
	transition: all .5s;
}

#project_area>article>section>a:link{
	color:#333; 
}

#project_area>article>section>a:visited{
	color:#333; 
}

#project_area>article>section>a:hover{
	background-color:#333;
	color:#f7f6f5;
}

#project_area>article>section>a:active{
	color:#333; 
}


/* About */


#about_key{
	box-sizing:border-box;
	padding:40px 0 0 0;
	height:80%;
	text-align:center;
	background-color:#eeedec;
}

#about_key>img{
	display:block;
	width:350px;
	margin:0 auto 40px;
}

#about_vision{
	margin:-54px 0 0 0;
	padding:114px 0;
}

#about_vision_writing{
	width:86%;
	margin:0 auto;
	font-size:15px;
	line-height:1.8em;
}

#about_vision_writing>p{
	margin:0 0 20px 0;
	font-size:18px;
	line-height:1.8em;
}

#about_vision_writing>p br{
	display:none;
}

#about_outline{
	margin:-54px 0 0 0;
	padding:114px 0;
	background-color:#eeedec;
}

#about_outline>table{
	width:90%;
	margin:0 auto;
	border-spacing:0;
	border-top:1px solid #ccc;
}

#about_outline>table th{
	width:90px;
	padding:15px 0;
	font-size:15px;
	border-bottom:1px solid #ccc;
	text-align:center;
	letter-spacing:0.01em;
}

#about_outline>table td{
	padding:15px 0;
	font-size:15px;
	border-bottom:1px solid #ccc;
	line-height:2em;
	letter-spacing:0.5px;
}

#about_outline>table td img{
	width:100px;
	margin:20px 20px 0;
}

#about_outline>table td ul,#about_outline>table td ol{
	padding:0 0 0 20px;
}

#about_outline>table td ul li,#about_outline>table td ol li{
	padding:0 0 0 8px;
}

#about_outline>table td a{
	font-size:13px;
	text-decoration:none;
	color:#333;
	line-height:3em;
	border-bottom:2px solid rgba(0,96,141,0.4);
	transition: all .4s;
}

#about_history{
	margin:-54px 0 0 0;
	padding:114px 0;
	background-color:#f7f6f5;
}

#about_history>table{
	width:90%;
	margin:0 auto;
	border-spacing:0;
	border-top:1px solid #ccc;
}

#about_history>table tr{
	overflow:hidden;
}

#about_history>table th{
	width:80px;
	padding:15px 0;
	font-size:15px;
	border-bottom:1px solid #ccc;
	text-align:center;
	line-height:2em;
	letter-spacing:0;
}

#about_history>table td{
	padding:15px 0;
	font-size:15px;
	border-bottom:1px solid #ccc;
	line-height:2em;
}

#about_history>table td ul{
	padding:0 0 0 20px;
}

#about_history>table td ul li{
	margin:0 0 10px 0;
	font-size:15px;
	line-height:2em;
}

#about_history>table td>span{
	display:block;
}

#about_history>table td img{
	display:block;
	width:130px;
	margin:10px 50px 40px 0;
	border-radius:5px;
	float:left;
}

#about_history>table td a{
	padding:0;
	font-size:15px;
	text-decoration:none;
	color:#333;
	line-height:1.8em;
	border-bottom:1px solid #333;
	transition: all .4s;
}

#about_history>table td a:link{
	color:#333;
}

#about_history>table td a:visited{
	color:#333;
}

#about_history>table td a:hover{
	opacity:0.6;
}

#about_history>table td a:active{
	color:#333;
}

#about_member{
	margin:-54px 0 0 0;
	padding:114px 0 74px;
	background-color:#eeedec;
}

#about_member_director{
	width:90%;
	margin:0 auto 80px;
}

#about_member_director>section{
	box-sizing:border-box;
	overflow:hidden;
	margin:0 0 10px 0;
	padding:10px;
	background-color:rgba(255,255,255,0.4);
	border-radius:4px;
}

#about_member_director>section h2{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	font-size:16px;
	border-bottom:1px dashed #ccc;
	text-align:center;
	line-height:1em;
	letter-spacing:0.2em;
}

#about_member_director>section .about_member_phot{
	display:block;
	width:90px;
	margin:0 20px 10px 0;
	border-radius:5px;
	float:left;
}

#about_member_director>section h3{
	margin:0 0 10px 0;
	font-size:16px;
	font-weight:normal;
	line-height:1.6em;
}

#about_member_director>section h3 span{
	margin:0 0 0 20px;
	font-size:12px;
	letter-spacinf:0;
}

#about_member_director>section ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#about_member_director>section ul li{
	margin:0;
	font-size:14px;
	line-height:1.8em;
}

#about_member_director>section .member_sns_btn a{
	display:inline-block;
	text-decoration:none;
	transition: all .4s;
}

#about_member_director>section .member_sns_btn img{
	width:24px;
	margin:0;
	margin:20px 10px 0 0;
	border-radius:5px;
}

#about_member_director>section .member_sns_btn a:hover{
	opacity:0.7;
}

.about_member_sub{
	width:90%;
	margin:0 auto 60px;
}

.about_member_sub>section{
	box-sizing:border-box;
	overflow:hidden;
	margin:0 0 10px 0;
	padding:14px;
	background-color:rgba(255,255,255,0.4);
	text-align:center;
	border-radius:4px;
}

.about_member_sub>h2{
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	font-size:18px;
	border-bottom:1px dashed #ccc;
	text-align:center;
	line-height:1em;
	letter-spacing:0.1em;
}

.about_member_sub>section h3{
	margin:0;
	font-size:16px;
	font-weight:normal;
	line-height:1em;
}

.about_member_sub>section ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.about_member_sub>section ul li{
	margin:10px 0 0 0;
	font-size:14px;
	line-height:1.8em;
}

.about_member_sub>section ul li br{
	display:none;
}

.about_member_sub>section a{
	transition: all .4s;
}

.about_member_sub>section a:link{
	color:#333;
}

.about_member_sub>section a:visited{
	color:#333;
}

.about_member_sub>section a:hover{
	opacity:0.6;
}

.about_member_sub>section a:active{
	color:#333;
}

#about_annual{
	margin:-54px 0 0 0;
	padding:114px 0;
	background-color:#f7f6f5;
}

#about_annual article{
	width:90%;
	margin:0 auto;
	text-align:center;
}

#about_annual_writing>p{
	margin:0 0 30px 0;
	font-size:15px;
	line-height:1.8em;
}


/* park */


#park_key{
	box-sizing:border-box;
	height:380px;
	padding:160px 0 0 0;
	background-image:url("../park/img/park_key_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:right bottom;
}


#park_philosophy{
	width:90%;
	margin:0 auto;
	padding:60px 0 80px;
}

#park_philosophy img{
	width:80%;
	margin:0 auto;
}

#park_concept{
	overflow:hidden;
	padding:60px 0;
	background-color:#eeedec;
}

#park_concept section{
	width:90%;
	margin:0 auto;
}

#park_concept section>h2{
	margin:0 0 40px 0;
	font-size:20px;
	text-align:center;
	line-height:1.8em;
}


#park_concept section>p{
	font-size:13px;
	margin:30px 0 0 0;
	font-size:16px;
	line-height:1.8em;
}

#park_schedule{
	padding:60px 0;
}

#park_schedule a{
	display:block;
	box-sizing:border-box;
	text-decoration:none;
	width:90%;
	margin:0 auto;
	background-color:#333;
}

#park_schedule a img{
	display:block;
	width:100%;
	margin:0;
	transition: all .5s;
}

#adoption-park_area a img:hover{
	opacity:0.8;
}

#park_access{
	padding:60px 0 100px;
	background-color:#eeedec;
}

#park_access_title{
	width:200px;
	margin:0 auto 80px;
	text-align:center;
}

#park_access_title>h1{ 
	margin:0 0 10px 0;
	font-size:42px;
	line-height:1em;
	font-family: 'Satisfy', cursive;
	letter-spacing:0;
}

#park_access_title>p{
	margin:0;
	font-size:13px;
}

#park_access_map{
	width:90%;
	margin:0 auto;
}

#park_access_map>article{
	box-sizing:border-box;
	display:block;
	margin:0 0 40px 0;
}

#park_access_map>article>h1{
	margin:0 0 20px 0;
	padding:0 0 0 10px;
	font-size:18px;
	line-height:1.8em;
	border-left:6px solid #317935;
}

#park_access_map>article ul{
	margin:0;
	padding:0 0 0 20px;
}

#park_access_map>article ul li{
	margin:0;
	font-size:15px;
	line-height:1.8em;
}

#park_access_map>article>iframe{
	width:100%;
	height:300px;
	margin:0 0 10px 0;
	border-radius:5px;
	transition: all .4s;	
}

#park_access_map>article>iframe:hover{
	opacity:0.7;
}


/* supporter */


#supporter_key{
	height:380px;  background-color:#555;
	position:relative;
}

#supporter_key_title{
	box-sizing:border-box;
	width:300px;
	margin:0 auto;
	position:absolute;
	top:80px;
	left:0;
	right:0;
}

#supporter_key_title img{
	display:block;
	width:100%;
}

#supporter_info{
	padding:60px 0;
	background-color:#eeedec;
}

#supporter_info>h1{
	width:90%;
	margin:0 auto 20px;
	font-size:18px;
	line-height:1.8em;
}

#supporter_info>p{
	width:90%;
	margin:0 auto 40px;
	font-size:16px;
	line-height:1.8em;
}

#supporter_info>p br{
	display:none;
}

#supporter_info>div{
	width:60%;
	margin:0 auto;
}

#supporter_person_link{
	display:block;	
	text-decoration:none;
	margin:0 0 20px 0;
	padding:12px 0;
	background-color:#d06342;
	font-size:16px;
	text-align:center;
	border-radius:6px;
	transition: all .4s;
}

#supporter_company_link{
	display:block;	
	text-decoration:none;
	padding:12px 0;
	background-color:#317935;
	font-size:16px;
	text-align:center;
	border-radius:6px;
	transition: all .4s;	
}

#supporter_info>div a:link{
	color:#eeedec;
}

#supporter_info>div a:visited{
	color:#eeedec;
}

#supporter_info>div a:hover{
	color:#eeedec;
	opacity:0.8;
}

#supporter_info>div a:active{
	color:#eeedec;
}

#supporter_action{
	padding:60px 0 20px;
}

#supporter_person{
	width:90%;
	margin:-54px auto 0;
	padding:64px 0 60px;
}

#supporter_person>h1{ 
	margin:0 0 20px 0;
	padding:10px 0;
	background-color:#d06342;
	color:#eeedec;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	line-height:1em;
}

#supporter_person>p{ 
	margin:0 0 20px 0;
	font-size:16px;
	line-height:1.8em;
}
 
#supporter_person>p br{
	display:none;
} 

#supporter_person article h2{
	display:block;
	margin:0 0 30px 0;
	padding:10px 0;
	background-color:rgba(208,99,66,0.2);
	color:#d06342;
	font-size:16px;
	text-align:center;
}
#supporter_person article h2 br{
	display:none;
}

#supporter_person article{
	margin:0 0 20px 0;
	border:2px solid rgba(208,99,66,0.2);
}

#supporter_person article section{
	width:90%;
	margin:0 auto 60px;
}

#supporter_person article section h3{
	display:block;
	width:60%;
	margin:0 auto 20px;
	padding:10px 20px;
	background-color:#dedede;
	color:#d06342;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:1em;
	border-radius:20px;
}

#supporter_person article section p{
	margin:0 0 20px 0;
	font-size:15px;
	line-height:2.2em;
}

#supporter_person article section table{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	border-spacing:0;
	border-radius:2px;
	border-top:1px dashed #ccc;
}

#supporter_person article section table th{
	width:120px;
	padding:12px 0;
	font-size:14px;
	border-bottom:1px dashed #ccc;
}

#supporter_person article section table th br{
	display:none;
}

#supporter_person article section table td{
	padding:12px 0 12px 4px;
	font-size:14px;
	border-bottom:1px dashed #ccc;
}

#supporter_person article section ul{
	list-style-type:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #ddd;
}

#supporter_person article section ul:last-child{
	padding:0;
	border-bottom:none;
}

#supporter_person article section ul li{
	font-size:14px;
	line-height:1.8em;
}

#supporter_person article section a,#supporter_person article section ul li a{
	text-decoration:none;
	margin:0 2px;
	color:#333;
	border-bottom:1px solid #d06342;
	letter-spacing:0;
	line-height:2em;
	transition: all .5s;
}

#supporter_person article section a:link,#supporter_person article section ul li a:link{
	color:#333;
}

#supporter_person article section a:visited,#supporter_person article section ul li a:visited{
	color:#333;
}

#supporter_person article section a:hover,#supporter_person article section ul li a:hover{
	color:#d06342;
}

#supporter_person article section a:active,#supporter_person article section ul li a:active{
	color:#333;
}

#supporter_company{
	width:90%;
	margin:-54px auto 0;
	padding:64px 0 60px;
}

#supporter_company>h1{ 
	margin:0 0 20px 0;
	padding:10px 0;
	background-color:#317935;
	color:#eeedec;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	line-height:1em;
}

#supporter_company>p{ 
	margin:0 0 20px 0;
	font-size:16px;
	line-height:1.8em;
}

#supporter_company>p br{
	display:none;
}

#supporter_company article h2{
	display:block;
	margin:0 0 30px 0;
	padding:10px 0;
	background-color:rgba(49,121,53,0.2);
	color:#317935;
	font-size:16px;
	text-align:center;
}
#supporter_company article h2 br{
	display:none;
}

#supporter_company article{
	margin:0 0 20px 0;
	border:2px solid rgba(49,121,53,0.2);
}

#supporter_company article section{
	width:90%;
	margin:0 auto 60px;
}

#supporter_company article section h3{
	display:block;
	width:60%;
	margin:0 auto 20px;
	padding:10px 20px;
	background-color:#dedede;
	color:#317935;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:1em;
	border-radius:20px;
}

#supporter_company article section p{
	margin:0 0 20px 0;
	font-size:15px;
	line-height:2.2em;
}

#supporter_company article section table{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	border-spacing:0;
	border-radius:2px;
	border-top:1px dashed #ccc;
}

#supporter_company article section table th{
	width:120px;
	padding:12px 0;
	font-size:14px;
	border-bottom:1px dashed #ccc;
}

#supporter_company article section table th br{
	display:none;
}

#supporter_company article section table td{
	padding:12px 0 12px 4px;
	font-size:14px;
	border-bottom:1px dashed #ccc;
}

#supporter_company article section ul{
	list-style-type:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #ddd;
}

#supporter_company article section ul:last-child{
	padding:0;
	border-bottom:none;
}

#supporter_company article section ul li{
	font-size:14px;
	line-height:1.8em;
}

#supporter_company article section a,#supporter_company article section ul li a{
	text-decoration:none;
	margin:0 2px;
	color:#333;
	border-bottom:1px solid #317935;
	letter-spacing:0;
	line-height:2em;
	transition: all .5s;
}

#supporter_company article section a:link,#supporter_company article section ul li a:link{
	color:#333;
}

#supporter_company article section a:visited,#supporter_company article section ul li a:visited{
	color:#333;
}

#supporter_company article section a:hover,#supporter_company article section ul li a:hover{
	color:#317935;
}

#supporter_company article section a:active,#supporter_company article section ul li a:active{
	color:#333;
}

#supporter_list{
	padding:80px 0;
	background-color:#eeedec;
}

#supporter_list>article{
	width:90%;
	margin:0 auto 40px;
}

#supporter_list>article>h1{
	margin:0 0 40px 0;
	padding:0 0 0 10px;
	font-size:16px;
	line-height:1.8em;
	border-left:5px solid #317935;
}

#supporter_list>article section{
	display:block;
	text-decoration:none;
	margin:0 0 40px 0;
	color:#333;
}

#supporter_list>article section>img{
	display:block;
	width:100%;
	margin:0 0 20px 0;
}

#supporter_list>article section>h2{
	margin:0 0 20px 0;
	font-size:16px;
	text-align:center;
	line-height:1.8em;
}

#supporter_list>article section>h2 br{
	display:none;
}

#supporter_list>article section>a{
	box-sizing:border-box;
	display:block;
	width:180px;
	margin:0 auto 10px;
	padding:6px 0;
	color:#333; 
	font-size:13px;
	text-decoration:none;
	line-height:1.8em;
	text-align:center;
	border:1px solid #333;
	border-radius:20px;
	transition: all .5s;
}

#supporter_list>article section>a:link{	
	color:#333;
}

#supporter_list>article section>a:visited{	
	color:#333;
}

#supporter_list>article section>a:hover{
	background-color:#317935;	
	color:#eeedec;
	border:1px solid #317935;
}

#supporter_list>article section>a:active{	
	color:#333;
}


/* contact */


#contact_area{
	box-sizing:border-box;
	width:90%;
	margin:0 auto;
	padding:114px 0 140px;
}

#contact_area>p{
	width:90%;
	margin:0 auto;
	font-size:15px;
	line-height:1.8em;
}

#contact_area>p br{
	display:none;
}


/* thanks */


#thanks_area{
	box-sizing:border-box;
	padding:100px 0 180px;
	border-bottom:1px solid #333;
}

#thanks_title{
	margin:0 0 100px 0;
	text-align:center;
}

#thanks_title>h1{
	margin:0 0 20px 0;
	font-size:42px;
	line-height:1.8em;
	font-family: 'Satisfy', cursive;
	letter-spacing:0;
}

#thanks_title>p{
	margin:0;
	font-size:13px;
}

#thanks_area>p{
	width:80%;
	margin:0 auto 100px;
	font-size:15px;
	line-height:1.8em;
}


/* privacy*/


#privacy_area{
	width:90%;
	margin:0 auto;
	padding:40px 0 60px;
	line-height:1.6em;
}

#privacy_area article h1{
	padding:0 0 30px 0;
	text-align:center;
	font-size:20px;
}

#privacy_area article>p{
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:1px solid #333;
	font-size:15px;
}

#privacy_area article section{
	padding:0 0 20px 0;
}

#privacy_area article section>h2{
	margin:0 0 20px 0;
	font-size:16px;
}

#privacy_area article section p{
	font-size:15px;
}

#privacy_area article section p a{
	color:#333;
	transition: all .5s;
}

#privacy_area article section p a:hover{
	color:#da5956;
}

