@charset "utf-8";

/* 1289 */
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus {outline:0;}

ol, ul {list-style:none;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}

body{
font:95%/1.5 verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
-webkit-text-size-adjust:none;
background:#ffffff;
}

.voice{font-family: "Noto Sans Japanese"; 
}




/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#0099CC;
/* border-bottom:1px solid #000; */
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline:none;
color:#00ccff;
}


/**** Clearfix ****/
nav .panel:after, #mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display:table;clear:both;}
nav .panel,#mainNav,.newsTitle,.bg, .post{zoom:1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="email"],textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background:#FFC000;
border:0;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
line-height:1.5;
font-size:100%;
font-weight:bold;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
cursor:pointer;
background:#f5d5da;
}

*:first-child+html input[type="submit"]{padding:3px;}

input[type="submit"],input[type="reset"] ,input[type="button"]{
-webkit-appearance: none;
}





/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:960px;
}

#header{
overflow:hidden;
background:#fff;
}

#content{
float:left;
width:960px;
padding:30px 0;
}

#sidebar{
float:right;
width:0px;
padding:30px 0;
}

#footer{
clear:both;
padding-top:20px;
/* border-bottom:1px solid #fff; */
background:gold;
text-align:center;
/* font-family: "Noto Sans Japanese"; */
} 

.footnav{
font-size:80%;
} 

/* ヘッダー
*****************************************************/
#header .bg{background:#ffffff;}


/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p{
float:left;
padding:3px 20px;
color: #333;
font-size:80%;
font-weight:normal;
}

#header p{
float:right;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header .logo{
clear:both;
float:left;
padding:15px 15px 5px 15px;
color:#FFC000;
font-size:160%;
font-weight:bold;

}

/* サブナビゲーション
----------------------------------*/
#header ul{
padding-top:40px;
float:right;
}

#header ul li{
display:inline;
margin-left:10px;
font-size:90%;
}

#header ul li a{
padding-left:10px;
color:#000;
background:url(images/arrowSub.png) no-repeat 0 50%;
}

#header ul li a:hover{background-position:3px 50%;}



/*************
/* 「あそび込む」「自然」「自由」
*************/
#header .info{
float:left;
padding:40px 0px 0px 10px;
color:#FFC000;
font-size:160%;
text-align:left;
font-weight:bold;
width:400px;
}

#header .info2{
float:left;
padding:40px 15px 0px 10px;
color:green;
font-size:120%;
text-align:right;
font-weight:bold;
/* width:250px; */
}

/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
/* margin:17px auto; */
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
height:auto;
}

#subpage #mainBanner img{border:4px solid #f1f1f1;}

.slogan{
position:absolute;
max-width:100%;
height:auto;
top:85%;
left:3%;
padding:0px 0px;
line-height:1.0;
}

.posi_a2{
top:85%;
left:45%;
}

.slogan h2{
padding-bottom:5px;
font-size:160%;
color:#fff;
text-shadow: 0 0 0.2em #333;
}
















/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
border-radius:5px;
}

.box{
margin:0 5px;
padding:5px;
/*
border:0px solid #f1f1f1;
background:#ffffff; ican */
}

.box img{
max-width:100%;
height:auto;
/* border:4px solid #f1f1f1; */
}

.box h3{
padding:10px 0 15px; 
text-align:center;
font-weight:bold;
font-family: "Noto Sans Japanese"; 
}

.box p{text-align:left;} 

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}




/* 最新記事リンク 
.box h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #ccc;
}

.box h3 span{
display:block;
padding:2px 3px;
background:#FFC000;
}

.box h3 a{color:#fff;}

.box h3:hover span{background:#f5d5da;}

*/














/*************
メイン コンテンツ
*************/
section.content article{
width:94.5%; 
margin:0px auto 20px;
/*
margin-left:15px;

margin-bottom:20px;
*/
padding:10px;

border:1px solid #f1f1f1;
overflow:hidden;
background:#ffffff; /* ican */
}

* html section.content article{height:1%;}

section.content p{
padding:7px 15px;
margin:0px auto 5px;
font-size:90%;
line-height:180%;
}


section.content p.mininav{
/* font-family: "Noto Sans Japanese"; 
padding:15px 15px 7px 25px;*/
padding: 15px 5px 7px 15px;
}



h3.heading{
/*width:910px; */
width:94.5%; 
margin:15px auto 0px;
/* margin-left:15px;
margin-top:15px; */
font-weight:normal;
padding:5px 10px 5px 20px;
line-height:36px;
color:#fff;
font-size:130%;
background:#FFC000; /* ican */
/* border-bottom: solid 3px #eee;  ican */
}

section.content img{
max-width:100%;
/* height:auto; */
}

.alignleft{
float:left;
clear:left;
margin:3px 20px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 20px;
}

#gallery .grid img,.border,ul.list img{border:4px solid #f1f1f1;}


/* カレンダー */
.article_cal{
width:96.5%; 
margin:0px auto 30px;
background:#ffffff;
}

/* マップ */
.article_map{
width:94.5%; 
margin:0px auto 30px;
padding:10px 10px 10px 10px;
background:#ddd;
}

/* ボタン */
.btn{
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
    /* 以下装飾です。削除OK */
    text-decoration:none;

    line-height: 120%;
    width: 100px;
    text-align: center;
    display: block;
    margin:0px 10px 10px 0px;
    outline: none;
    float: left;
    padding:7px 10px;
    position: relative;
    z-index: 2;
	border-radius			: 7px;	/* CSS3草案 */
	-webkit-border-radius		: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius		: 10px;	/* Firefox用 */
}
.btn:before,.btn:after{
    position: absolute;
    display: block;
    content:"";
    height: 100%;
    width: 100%;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}

.v1-5{
    background: #fff;
    color: #fff;
    border: 2px solid #00cc33;
    color: #00cc33;
    overflow: hidden;
/*    text-shadow:1px 1px #999;*/
}
.v1-5:hover{
    color: #fff;
    font-weight: bold;
}
.v1-5:after{
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform:scale(0.6);
    transform:scale(0.6);
}
.v1-5:hover:after{
    -webkit-transform:scale(1);
    transform:scale(1);
    background: #00cc33;
}

.sakuranbo{
    width:50%;
    margin-top: 10px;
    padding: 15px 10px;
}

.v1-6{
    background: #00cc33;
    color: #fff;
    border: 2px solid #00cc33;
    color: #fff;
    overflow: hidden;
}
.v1-6:hover{
    color: #fff;
    font-weight: bold;
}
.v1-7{
    background: #fff;
    color: #fff;
    border: 2px solid red;
    color: red;
    overflow: hidden;
    font-size: 150%;
    padding-top: 25px;
}
.v1-7:hover{
    color: #fff;
}
.v1-7:after{
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform:scale(0.6);
    transform:scale(0.6);
}
.v1-7:hover:after{
    -webkit-transform:scale(1);
    transform:scale(1);
    background: red;
}





/*************
テーブル
*************/
table.table{
border-collapse:collapse;
margin:0px auto 15px; /* ican */
width:96.5%;
}


table.table th{
background-color:#ffffff; /* #F5F5F5; ican */
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;	/* ican */
border-bottom:1px solid #D4D4D4;
border-left:0px solid #D4D4D4;
font-size:90%;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}



table.table td{
border-collapse:collapse;
background-color:#ffffff; /* #F9F9F9; ican */
text-align:left;
padding:8px;
border-top:1px solid #D4D4D4;	/* ican */
border-right:0px solid #D4D4D4;	/* ican */
border-bottom:1px solid #D4D4D4;/* ican */
border-left:0px solid #D4D4D4;	/* ican */
font-size:90%;
/* border:1px solid #D6D6D6; */
line-height:180%;
}



/*************
テーブル お知らせ
*************/
table.table .whatnew{
	background-color:#ffffff;
}
table.table .ymd{
	width: 15%;
	line-height: 150%;
	padding	: 10px 10px 5px 15px;
	border-bottom: 1px dotted #ddd;
	vertical-align:top;
	text-align: left;
}
table.table .comment{
	width: 85%;
	line-height: 150%; 
	padding	: 10px 0px 5px 0px;
	border-bottom: 1px dotted #ddd;
}



/*************
テーブル2
*************/
table.table2{
border-collapse:collapse;
margin:0px auto 15px; /* ican */
width:96.5%;
}


table.table2 th{
background-color:rgba(131, 198, 26, 0.18); /* #F5F5F5; ican */
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;	/* ican */
border-bottom:1px solid #D4D4D4;
border-left:0px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}



table.table2 td{
border-collapse:collapse;
background-color:#ffffff; /* #F9F9F9; ican */
text-align:left;
vertical-align:middle;
padding:8px;
font-size:14px;
border-top:1px solid #D4D4D4;	/* ican */
border-right:0px solid #D4D4D4;	/* ican */
border-bottom:1px solid #D4D4D4;/* ican */
border-left:0px solid #D4D4D4;	/* ican */
line-height:20px;
}
table.table2 tr th span {
	color: #CC0000;
	font-size: 12px;
	font-weight:bold;
}
table.table2 tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #669966;
}


table.table2 label {
        display: inline-block;
	margin-right:15px;
	line-height: 200%;
}




/*************
/* サイドバー
*************/
#sidebar ul{padding:10px;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #f1f1f1;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{display:block;}

#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}










/* フッター
*****************************************************/
#footer ul{
padding-bottom:10px;
}

#footer li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-right:40px;
background:url(images/arrow.png) no-repeat 0 12px;
}

#footer li a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
color:#333;
}

#footer li a:hover{text-decoration:underline;}

#footer li li{
display:block;
padding:0;
margin:0 0 0 10px;
background-position:0 5px;
}


*:first-child+html #footer li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer li li a,*:first-child+html #footer li li{display:none;}

#copyright{
clear:both;
padding:10px;
text-align:center;
font-size:75%;
zoom:1;
color:#000;
background:#FFC000;
}

.footer_addr{
text-align:left;
color:#fff;
}


/* メインメニュー　PC用
------------------------------------------------------------*/
@media print,screen and (min-width:960px){


#mainBanner img{
z-index: 1;
}



nav div.panel{
display:block !important;
float:left;
}

a#menu{display:none;}

.new-line{
    display: block;
}



#mainNav{
clear:both;
position:relative;
z-index: 7;
}

.homemenu{
position: relative; top: -30px; 
}


#mainNav li{
float: left;
position: relative;
font-family: "Noto Sans Japanese"; 
}

#mainNav li:first-child{border-left:0px solid #efb1ba; padding-left:5px;}

#mainNav li a{
display: block;
text-align: center;
_float:left;
color:#fff;
line-height:40px;
padding:10px 0px 10px 0px;

vertical-align:middle;
font-size:1.0em;
width:165px;
height:40px;
border:2px solid #fff;
background:gold;
margin:0px 10px;
box-shadow:2px 2px 2px #555;
border-top-right-radius: 13px;
    -webkit-border-top-right-radius: 15px; /* Safari,Google Chrome用 */
    -moz-border-top-right-radius:15px; /* Firefox用 */
}

#mainNav li a span,#mainNav li a strong{
display:block;
/* font-size:90%; */
line-height:1.4;
vertical-align:middle;
}


#mainNav li a span{
font-size:80%;
color:#f5d5da;
}

#mainNav li.current-menu-item a, 
#mainNav li a:hover, 
#mainNav li a:active,
#mainNav li.current-menu-parent a,
#mainNav li.active a{
background:#CCFF66;
color:#000;
}





#mainNav ul ul{width:160px;}

#mainNav li ul{display: none;}

#mainNav li:hover ul{
display:block;
position:absolute;
top:55px;
left:0px;
z-index:500;
}

#mainNav li li{
padding:0 0 0 0;
margin:0;
float:none;
height:40px;
line-height:40px;
width:160px;
background:#df7f8c;
border:0;
border-bottom:1px solid #efb1ba;
}

#mainNav li li:first-child{border-left:0;}

#mainNav li li a{
width:155px;
height:40px;
padding:0 0 0 5px;
line-height:40px;
font-size:95%;
text-align:left;
}

#mainNav li li a span{padding:0 10px;}

#mainNav li li a:hover,#mainNav li li.current-menu-item a{color:#f5d5da;}

#mainNav li:hover ul li:last-child{border:0;}




	/* スライダー */
/*	#mainBanner{margin-left:15px;} */



	#sidebar{
	float:left;
	width:245px;
	padding:17px 0 0 15px;
	overflow:hidden;
	}
	
	#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #f1f1f1;
	overflow:hidden;
	}


	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:0 0 0 5px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:295px; /* 230 --> 220 --> 295 */
	margin-left:10px;
	border:3px solid #FFCC99;
	background: #FFFFCC;
	}
	/* グリッド 入園流れ */
	.grid2{
	float:left;
	width:460px;
	margin-left:10px;
	}

	.grid_f{
	float:left;
	width:400px;
	margin-left:20px;
	}

	.grid_c{
	float:left;
	width:500px;
	margin-left:20px;
	}


	.grid_m{
	float:left;
	width:300px;
	margin-left:20px;
	}

	.grid_b{
	float:left;
	width:47%;
	margin-left:20px;
	}

	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media print,screen and (max-width:959px){
#mainNav{
clear:both;
width:100%;
margin:0 auto;
background:#FFC000;
}

#mainNav a.menu{
width:100%;
display:block;
height:37px;
line-height:37px;
font-weight:bold;
text-align:left;
color:#fff;
background:url(images/menuOpen.png) no-repeat 5px 8px;
}

#mainNav a#menu span{padding-left:35px;}

#mainNav a.menuOpen{
background:url(images/menuOpen.png) no-repeat 5px -34px;
}

#mainNav a#menu:hover{cursor:pointer;}

nav .panel{
display:none;
width:100%;
position:relative;
right:0;
top:0;
z-index:1;
}

#mainNav ul{margin:0;padding:0;}

#mainNav li{
float:none;
clear:both;
width:100%;
height:auto;
line-height:1.2;
}

#mainNav li:first-child{border-top:1px solid #999;}
#mainNav li li:first-child{border-top:0;}

#mainNav li a,#mainNav li.current-menu-item li a{
display:block;
padding:15px 10px;
text-align:left;
border-bottom:1px dashed #999;
color:#fff;
background:#FFC000;
}

#mainNav li:last-child a{border:0;}
#mainNav li li:last-child a{border:0;}
#mainNav li li:last-child a{border-bottom:1px dashed #ccc;} 

#mainNav li a span{display:none;}
 
#mainNav li.current-menu-item a,#mainNav li a:hover,#mainNav li.current-menu-item a,#mainNav li a:active, #mainNav li li.current-menu-item a, #mainNav li.current-menu-item li a:hover, #mainNav li.current-menu-item li a:active{
color:#f5d5da;
}

#mainNav li li{
float:left;
border:0;
}

#mainNav li li a, #mainNav li.current-menu-item li a, #mainNav li li.current-menu-item a{
padding-left:40px;
background:#FFC000 url(images/sub1.png) no-repeat 20px -62px;}

#mainNav li li.current-menu-item a,#mainNav li li a:hover, #mainNav li.current-menu-item li a:hover{
color:#f5d5da;
background:#FFC000 url(images/sub1.png) no-repeat 20px 18px;}

#mainNav li li:last-child a{background:#FFC000 url(images/subLast.png) no-repeat 20px -65px;}
#mainNav li li:last-child.current-menu-item a,#mainNav li li:last-child a:hover,#mainNav li.current-menu-item li:last-child a:hover{
color:#f5d5da;
background:#FFC000 url(images/subLast.png) no-repeat 20px 20px;}

nav div.panel{float:none;}

#mainImg{margin-bottom:20px;}

	/* テーブル */
	table.table{
	width:97%;
	}


.box img{
/* max-width:40%; */
width:30%;
}
	/* グリッド */
	.grid{
	float:left;
	width:100%;
	}

	/* グリッド 入園流れ */
	.grid2{
	float:left;
	width:100%;
	}

}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media print,screen and (max-width:959px){
#wrapper, #header, .inner{width:100%;}

#header h1, #header p{padding:5px 10px;}
#header h2{padding:10px;}
#header ul{padding:20px 10px;}

#mainNav ul, .thumbWrap{margin:0 auto;}
#mainNav ul ul{padding:0;}

nav div.panel{float:none;}

#mainImg img{width:100%;height:auto;}

#content, #sidebar{
clear:both;
width:95%;
float:none;
margin:0 auto;
padding:10px 0;
}
/* ican */
	.grid_f{
	float:left;
	width:100%;
	margin-left:0px;
	}

	.grid_c{
	float:left;
	width:100%;
	margin-left:0px;
	}
/* ican */



#banners{width:100%;margin:0 auto;text-align:center;}
#banners p{display:inline;margin:0 10px;}
#banners p img{width:100%;height:auto;}

section.widget_search{text-align:center;}

#footer{margin:0;border:0;text-align:center;}

#footer ul{text-align:center;}
#footer li{margin-right:20px;}

.thumbWrap{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
width:100%;
margin:0 auto;
padding-top:20px;
overflow:auto;
border:1px solid #dadada;
}
.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
.thumbWrap img{width:100%;height:auto;}


	/* テーブル */
	table.table{
	width:97%;
	}

#header .logo{padding: 0px 15px 5px 15px;}
#header .info2 {padding: 10px 15px 0px 18px;}
#header .info{padding: 0px 10px 0px 10px;}







}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media print,screen and (max-width:644px){
#header{text-align:center;}
#header h1,#header p,#header h2,#header ul{float:none;}
#header h2{padding:10px 10px 0;}
#header ul{padding:0 10px 10px;}
#headerInfo{width:250px;margin:0 auto;}
img.alignright, img.alignleft{display:block;margin:5px auto;}
.alignright,.alignleft{float:none;}
#footer ul{text-align:left;padding:15px;}
#footer ul ul{padding:0;}

.box img{
/* max-width:40%; */
width:80%;
}

.footer_addr{
text-align:center;
}
#header h1{float:left;}
#header .info{font-size:120%;}
#header .info2 {padding: 10px 0px 0px 10px; font-size:120%;}

h3.heading{line-height:150%; padding: 5px 10px 5px 20px; margin-bottom:10px;}


.posi_a2{
top:85%;
left:45%;
}

.slogan h2{
padding-bottom:5px;
font-size:85%;
color:#fff;
}

.sakuranbo{
    width:90%;
}

.new-line{
    display: none;
}

}