@charset "utf-8";
/* CSS Document */



* { 
margin: 0;
 padding: 0;
  border: 0;
   list-style: none; 
   }

p {
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
}

a {
	color: #0090EC;
	text-decoration: none;
} 
a:visited {
	color: #F46A00;
	text-decoration: none;
} 
a:hover {
	color: #E1001C;
} 
a:active {
　　color: #CC0066; 
} 



.photo {
	border: 10px solid #FFF;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:1px 1px 4px #ccc;
	-moz-box-shadow:1px 1px 4px #ccc;
	-webkit-box-shadow:1px 1px 4px #ccc;
}

/*---------------------------------------------------------
  						clearfix
---------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
.clea{
	clear:both;	
	}
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}



h1 {
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
h1 img {
	margin-top:20px;
	max-width:414px;
	width: 100%;
}

h2 {
	width:85%;
	margin:0 auto;
	padding-left:120px;
	font-size: 36px;
	/*font-weight: bold;*/
	/*margin-top: 1em;*/
	background-position: left 5px;
	background-image: url(img/title_bg.png);
	background-repeat:no-repeat;
	padding-top:30px;
	height:100px;
	
	text-align: left;
	/*text-shadow: 1px 1px 3px #216D9E;
	/*文字縁取り*/
text-shadow: 
    white 2px 0px 0px, white -2px 0px 0px,
    white 0px -2px 0px, white 0px 2px 0px,
    white 2px 2px 0px, white -2px 2px 0px,
    white 2px -2px 0px, white -2px -2px 0px,
   white 1px 2px 0px, white -1px 2px 0px,
    white 1px -2px 0px, white -1px -2px 0px,
    white 2px 1px 0px, white -2px 1px 0px,
    white 2px -1px 0px, white -2px -1px 0px,
    white 1px 1px 0px, white -1px 1px 0px,
    white 1px -1px 0px, white -1px -1px 0px;
	color: #963;	/*文字縁取り*/
font-family: "M PLUS Rounded 1c"; 
font-weight: normal;
	/*font-family: 'Kosugi', sans-serif;
	font-weight: normal;
		border: 3px solid #7fcef4;
	box-shadow:0 0 8px #CCC;*/
}


h2 img{
	max-width:350px;
	width:100%;
	max-height:50px;
	height:auto;
}
h2 img.kujo{
		max-width:551px;
	width:100%;
	max-height:50px;
	height:auto;
}
h3 {
	width:85%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	/*color: #67210D;*/
	font-size: 22px;
	-moz-background-size: 100% auto;
	font-weight: normal;
	padding-bottom: 4px;
	padding-left: 50px;
	padding-top: 4px;
	/*border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6fb648;
	font-family: 'Kosugi', sans-serif;
	font-weight: normal;*/
	color: #9E7E4D;
	background-image: url(img/dott02.png);
	background-repeat: no-repeat;
	background-position: left -8px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #e96b7f;
}


h4 {
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

img {
	vertical-align: bottom;
	border: 0px;

}



main a:hover img {
	opacity: 0.7;
	-moz-opacity:0.7; 
	filter: alpha(opacity=70);
	zoom: 1;
}




/*ページ構成*/
html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #564235;
	font-weight:300;

}


#system_main {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/bg.png);
}


header {
	/*height: auto;*/
	height:188px;
	min-width:980px;
	width: 100%;
	text-align: ;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(img/header_bg02.png),url(img/header_bg01.png),url(img/header_bg.png);
	background-position: center bottom,center bottom;
	background-repeat: repeat-x,repeat-x,repeat;
		background-color: #fff;

}
#headerbox {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	/*position: relative;*/
	text-align:left;
	background-image: url(img/header_bg04.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:188px;	
}

/*
#menu_info {
	position: absolute;
	top:10px;
	right: 10px;
	width: 180px;
}
#menu_info img {
	width: 100%;
}

#menu_photo {
	position: absolute;
	top:10px;
	left: 80px;
	width: 180px;
}
#menu_photo img {
	max-width:141px;
	width: 100%;
}
/**/


#button{
	/*768で出現*/

	display:none;

}
/**/
#mainnav {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	height:77px;
	margin-right: auto;
	margin-left: auto;
	/*background-image:url(img/button_bg.png);
	background-repeat: repeat-x;
	background-position:bottom;*/
}
#mainnav00{
	width:970px;
	margin:0 auto;
	position:relative;

		height: 77px;
	
}
#mainnav00 ul {

	margin:0 auto;

	overflow: hidden;
	padding-bottom:10px;
	padding-top:10px;

	
}
#mainnav00 ul li{
	width: calc((970px;)/5);
	list-style-type: none;
	float: left;
	margin: 0px;
}

#mainnav #mainnav00 ul li img{
	max-width:191px;
	width: 100%;
}


/**/
	
main {
	font-size: 14px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	clear: both;
	max-width: 980px; width:100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;

}




footer {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: url(img/footer_bg.png);
	background-repeat:repeat-x;
	background-position:center bottom;
	height:326px;
	
}
footer .copy {
	text-align: left;
	font-size: 12px;
	color: #5A3D1C;
	margin-right: auto;
	margin-left: auto;
	padding-top: 180px;
	padding-bottom:10px;
	max-width:850px;
}
footer .copy img {
	max-height: 155px;
	height:100%;
	max-width:415px;
	width:95%;
	}
footer .address {
	text-align: center;
	font-size: 12px;
	color: #5A3D1C;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 43px;
}
.pagetop {
	text-align: right;
	padding-top: 1em;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1em;
	width: 94%;
}


.bg1 {

	padding-top: 0px;
	padding-bottom: 40px;
	background-image:url(img/bg.png);
	

}



#mainbox {
	width:calc(980px - 60px);
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	/*padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-radius: 30px;
	box-shadow:#CCC 0 0 15px;*/
	margin-top:20px;
margin-bottom: 20px;

}
.title{
	position:absolute;
	left:20px;
	top:-30px;
}
/*------- トップ --------*/
/*スライダーサイズ部分はスライダーcssの下に記載*/
/**/
#top {
	
	}
	
	
#top img {
	max-width:742px;
	width: 100%;
}
/* トピックスボード */
#bord_wrap{
	margin-bottom: 10px;
	width:95%;
display: inline-block;

}
#scroll iframe{
	background:rgba(255,255,255,1);
	width:100%;
	height:300px;
	margin-right: 0 auto;
	margin-left: 0 auto;
	margin-bottom: 1em;
	border: 2px double #FCD35A;
	border-radius:5px;
}
/**/

#news {
	margin-bottom: 50px;
	}
#news ul{
	border: 2px solid #FCD35A;
	border-radius:15px;
	padding:15px;
	width:90%;
	margin:0 auto;
	background-color: #FFC;
}
#news ul li{
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
	font-size:18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F90;
	text-align:left;
	padding-left:10px;
	background-image: url(img/dott01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:50px;
	min-height:40px;
	}
#news ul li time{
	font-size:12px;
	color:#F90;
	text-align:right;
	margin-left:30px;
}
#messe{
	padding-top:15px;
	text-align:left;
}
#messe img{

	top:10px;
	max-width:308px;
	width:100%;
}
#messe p{
	background-color: #FFC;
	margin: 10px;
	padding: 10px;
	border: 1px dashed #A09286;
	width:70%;
	margin:0 auto;
	border-radius:15px;
}

#kihon {
	margin-bottom: 50px;
	}
#kihon img{
	max-width:778px;
	width:90%;
	max-height:312px;
	height:auto;
	margin-bottom:10px;
}
#kihon table {
	border-collapse: collapse;
	border: 2px solid #FCD35A;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	margin-bottom: 1em;
	border-radius:15px;
}
#kihon th {
	padding-top: 0.7em;
	padding-right: 0.7em;
	padding-left: 0.7em;
	padding-bottom: 0.7em;
	font-weight: normal;
	background-image:url(img/table_bg01.png);
	width:30%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
#kihon td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-left: 0.4em;
	padding-bottom: 0.4em;
	text-align: left;
	background-color: #FFFFFF;
}


#gaiyo {
	margin-bottom:20px;
	}
#gaiyo p{
	text-align:left;
	width:80%;
	margin:0 auto;
	margin-top:1em;
	margin-bottom:1em;
}
#gaiyo table {
	border-collapse: collapse;
	border: 2px solid #F0968F;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	margin-bottom: 1em;
	border-radius:15px;
}
.red{
	color:red;
}
#gaiyo th {
	padding-top: 0.7em;
	padding-right: 0.7em;
	padding-left: 0.7em;
	padding-bottom: 0.7em;
	font-weight: normal;
	background-image:url(img/table_bg02.png);
	width:30%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
#gaiyo td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-left: 0.4em;
	padding-bottom: 0.4em;
	text-align: left;
	background-color: #FFFFFF;
}
#map {
	margin-bottom: 50px;
	max-width:93%;
	width:100%;
	margin-left:0 auto;
	margin-right:0 auto;
	display: inline-block;
	padding:7px;
	/*border: 1px solid #333;*/
	background-color: #FFF;
		box-shadow:#CCC 0 0 15px;
		border-radius:15px;
	}
	
#map iframe {
	width: 100%;
	height:350px;
	border-radius:15px;
	


	}
#map .box1{
	float: left;
	width: 55%;  /** 横幅50% **/
	margin:5px; 

  }
 #map .box1{
	max-width:438px;
	/*padding:5px;*/
	background:#FFFFFF;
	/*border: 1px solid #666666;*/
 }
#map .box1 img{
	max-width:438px;
	width:calc(100% - 10px);
	padding:5px;
	background:#FFFFFF;
 }


#mokuhyo ul li:last-child{

	padding-bottom:0;


}

#map:after{
	display:block;
	clear:both;
}

.flex {
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

/*---園について---*/

#mokuhyo{
		margin-bottom: 20px;
		background-image: url(img/i_bg01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	

}
#mokuhyo img{
	max-width:598px;
	width:100%;
}
#mokuhyo p{
	text-align:left;
	width:90%;
	margin:0 auto;
	padding-bottom:50px;
}

#mokuhyo02 {
	margin-bottom: 50px;
		border: 2px solid #FCD35A;
	border-radius:15px;
	padding:15px;
	width:90%;
	margin:0 auto;
	background-color: #FFC;
	display:flex;
	  justify-content: center;
  align-items: center;
	
	
	}
#mokuhyo02 img{
	padding:5px;
	background:#FFF;
	width:30%;
	height:30%;
}
#mokuhyo02 ul{
	width:75%;
	margin-right:10px;

}
#mokuhyo02 ul li{
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
	font-size:18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F90;
	text-align:left;
	padding-left:10px;
	background-image: url(img/dott01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:50px;
	min-height:40px;
	}

#en-map{
	margin:0 auto;
}
#en-map img{
	max-width:800px;
	width:100%;
	height:auto;
}


.padding-top{
	padding-top:20px;
}

/*-------day--------*/


#day {
	}
#day p{
	width:80%;
	text-align:left;
	margin:0 auto;
	padding-top:20px;
}
#day00{
	width:90%;
	display:flex;
	margin:0 auto;
	margin-top:20px;
	
}


#day00 table {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	width:49%;
	
}
#day00 th {
	padding-top: 0.7em;
	padding-right: 0.7em;
	padding-left: 0.7em;
	padding-bottom: 0.7em;
	font-weight: normal;
	width:10%;
	/*border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #960;*/

	color: #fff;	/*文字縁取り*/
}
#day00 td{
		border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #960;
}

#day00 table.d01 th{
	background-image: url(img/day_bg01.gif);	
}
#day00 table.d02 th{
	background-image: url(img/day_bg02.gif);	
}
#day00 table.d01 thead th{
	background-image:none;
	border:none;
	color:inherit;
	text-align:left;

	font-size: 22px;
	-moz-background-size: 100% auto;
	font-weight: normal;
	padding-bottom: 4px;
	padding-left: 50px;
	padding-top: 4px;
	/*border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6fb648;
	font-family: 'Kosugi', sans-serif;
	font-weight: normal;*/
	color: #9E7E4D;
	background-image: url(img/dott03.png);
	background-repeat: no-repeat;
	background-position: left -8px;

}


#day00 table.d02 thead th{
	background-image:none;
		border:none;
			color:inherit;
				text-align:left;
		font-size: 22px;
	-moz-background-size: 100% auto;
	font-weight: normal;
	padding-bottom: 4px;
	padding-left: 50px;
	padding-top: 4px;
	/*border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6fb648;
	font-family: 'Kosugi', sans-serif;
	font-weight: normal;*/
	color: #9E7E4D;
	background-image: url(img/dott04.png);
	background-repeat: no-repeat;
	background-position: left -8px;
}


#day th.none{
	display:none;
}
#day00 td {
	/*border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;*/
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-left: 0.4em;
	padding-bottom: 0.4em;
	text-align: left;
	width:30%;
	font-size:16px;
}
#day00 td.center{
	text-align:center;
}
/*---------photoarea-----------*/


#display_none{
	display:none;
}
#display_none02{
	display:inherit;
}
.photoarea {
	margin-bottom: 30px;
	margin-top:40px;
	display:flex;
	width:80%;
	margin:0 auto;
}

.photoarea img {
	width: 33%;
	height:auto;
		border-radius: 15px;
	-webkit-box-shadow: 1px 1px 3px #B5A7A7;
	box-shadow: 1px 1px 3px #B5A7A7;
	margin:5px;
}

.photoarea02 {
	margin-bottom: 30px;
	margin-top:40px;
	display:flex;
	width:80%;
	margin:0 auto;
}

.photoarea02 img {
	width: 50%;
	height:auto;
		border-radius: 15px;
	-webkit-box-shadow: 1px 1px 3px #B5A7A7;
	box-shadow: 1px 1px 3px #B5A7A7;
	margin:5px;
}
.photoarea05 {
	margin-bottom: 30px;
	margin-top:40px;
	display:flex;
}

.photoarea05 img {
	width: 31%;
	height:auto;
		border-radius: 15px;
	-webkit-box-shadow: 1px 1px 3px #B5A7A7;
	box-shadow: 1px 1px 3px #B5A7A7;
	margin:5px;
}

/*---------↑photoarea↑-----------*/

.day_Bg0{
	background-color: #FEE;
}
.day_Bg1{
	background-color: #FFF1DD;
}
.day_Bg3{
	background-color: #D9F0FF;
}
/*-----------------------*/
/*↓----------year box---------------*/


#year_wrap{
		
		width:95%;
		margin:0 auto;
		margin-bottom:1.5em;

}
#year_wrap:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}


#year_wrap dl {

	list-style:none;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 auto;

	display:flex;
	flex-wrap: wrap;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #C59D61;
	 }
#year_wrap dt{

	width:30%;


	 }
#year_wrap dd{
		width:65%;
			/*　↓上下左右　センター*/
	 display: flex;
	/*justify-content: center;*/
	align-items: center;
	margin-left:10px;
}
#year_wrap .year01{
	background-image: url(img/y_bg01.png);
	border-radius:15px 15px 0  0;
}
#year_wrap .year02{
	background-image: url(img/y_bg02.png);
	border-radius:15px 15px 0  0;
}
#year_wrap .year03{
	background-image: url(img/y_bg03.png);
	border-radius:15px 15px 0  0;
}
#year_wrap .year04{
	background-image: url(img/y_bg04.png);
	border-radius:15px 15px 0  0;
}
#year_wrap dl dd {
		padding:10px;
		text-align:left;
		padding-bottom:0px;	

    }
#year_wrap dl dd:last-child{

		padding-bottom:20px;	

    }
#year_wrap dl.none {
		margin:0 10px 10px 0;
	padding:2px;
	border:none;
	border-radius: 0;
			-webkit-box-shadow: none;
	box-shadow:none;
	 background-color:#fff;
	 }
#year_wrap dl.none dt{
	border-bottom-style: none;
	border-bottom-color: none;
	background-image:none;
	background-color:#fff;
	 }
	 


.year dd img {
	width: 95%;
	height:auto;
	padding:5px;
	background-color:#FFFFFF;
	margin-bottom:5px;
	margin-left:0 auto;
	margin-right:0 auto;
		box-shadow:#CCC 0 0 5px;
		  
		
}


 

#year_wrap p{
	text-align:left;
}
/*↑ボックスのサイズをそろえる↑*/

/*↑-------yearボックス----------*/



/*------------*/




.c1 {
	color: #FF719D;
}
.c2 {
	color: #81D066;
}
.c3 {
	color: #FF871E;
}
.c4 {
	color: #6ECBFF;
}

@media screen and (max-width:768px){

header,footer,main,#mainnav, #mainnav ul, #system_main,#topside {
	width: 100%;
	height:auto;	
}
html,body {
	background-image: url(none);
}





header {
		min-width:0;
		max-width:768px;
	/*height: auto;	height:150px;*/

	width: 100%;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	/*background-image: url(img/header_bg01_01.png), url(img/header_bg01_02.png),url(img/header_bg02.png),url(img/header_bg03.png);
	background-position: center top,center bottom,center bottom,center top;
	background-repeat: repeat-x,repeat-x,no-repeat,repeat-x;
		background-size: contain,contain ,contain  ,100% auto ;*/

}

#system_main {

}
#headerbox {
	width: 99%;
}
	
	
#menu_info {
	right:10px;
	top:10px;
	width: 20%;
	}
	
#menu_photo {
	left:10px;
	top:10px;
	width: 12%;
	}
/**/


/**/
header{
	position:relative;
}

#mainnav{
	display:none;
	height:0px;
}
#button{
	display:inherit;
	clear:both;
}
#button ul {
	/*margin-top:-10px;*/
		height:80px;
		background-image:url(../img/760_bg.png);
		max-width:768px;
}

#button ul li{
	text-indent:0;
	/*white-space:nowrap;*/
	list-style-type: none;
	padding: 0;
	height:50px;
	width:100%;
	font-size: 17px;
	font-weight: bold;
}
#button ul li a{
	background-image:none;

			width:100%;
			text-decoration:none;
			display:block;
}

#button ul li a:hover,#button ul li a.stay:hover{
	width:100%;
	vertical-align: middle;
	background-image:none;
		background-image:url(../img/760_bg02.png);

}

#button ul li a.stay{
	background-image:none;
	/*height:50px;
	background-color:#83ac86;*/
	width:100%;


}

/**/

		
h1 {
	width: 60%;
	/*text-align: center;
	margin-left: auto;*/
	/*text-align:left;*/
		margin-left:auto;
	margin-right:auto;
}
h1 img {
	margin-top:30px;
	width:95%;
}

h2 {
	font-size: 22px;
	width:80%;
	padding-left:95px;
	line-height: 1.2em;
	
}
h2.waku {

	font-size: 22px;
	width:70%;
	line-height:1.2em;
	height:90px;
	padding-top:20px;
	
}
h2 img{
	width:80%;
}


.title{
	text-align:left;
		top:10px;
}
.title img{
	width:80%;
	left:0px;
	top:0px;


}
#h_kara01{
	position:absolute;

	left:0;
	max-width:120px;
	width:100%;

}
#h_kara01 img{

}
#h_kara02{
	position:absolute;

	right:0;
}


main {
	margin-top: auto;
	margin-bottom: auto;
	padding-bottom: 150px;
	width:94%;
}


#mainnav  {
	width: 100%;
	position:relative;
	
	height:158px;

	}
#mainnav00{
	width:0;
	max-width:768px;
	width:97%;
	
}
#mainnav #mainnav00{
	margin-left:0;
	margin-right:0;

}	

#mainnav #mainnav00 ul{
	padding-left:10px;
	margin-bottom:20px;}
#mainnav #mainnav00 ul li{
	width:33%;

}



.pagetop {
	text-align: right;
	padding-bottom: 10px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

footer .copy img {
	width: 80%;
	height:auto;
	}


	
#mainbox {
	max-width:748px;
	padding-left:10px;
	padding-right:10px;

	border-radius: 0px;
	width:95%;
}


defaultlist, .defaultlist li{
	padding-left:30px;
	margin-left:20px;
	float:left;
	width:43%;
}

/**/
#mokuhyo{
		/*margin-bottom: 20px;*/
		width:100%;

}



#mokuhyo ul{
	padding-left:50px;
	/*padding-top:20px;
	text-align:left;*/
}
#map {

	margin-left:0;

	}

#map .box1,#map .box2{
	float: none;
	width: 95%;  /** 横幅50% **/


  }
#map .box2 ul{

	text-align:center;

  }
 #map .box1 img{
	 max-width:640px;
	 width:calc(100% - 14px);
	 padding:7px;
	 background:#FFFFFF;

 }
/**/





#kujo th,#kujo td{
	display:block;
	width:auto;
}
#kujo td{
	border:none;
}
#about img{
	position:static;
}



/*wakuwaku*/

#wakuwaku03 table thead tr {
  display: flex;
  flex-wrap: wrap;
}
#wakuwaku03 table thead th.smt-hide {
  display: none;
}
#wakuwaku03 thead th{display:block;
	/*flex: 0 0 47%;
	
	width:50%;*/
	flex:45%;
	background-image:none;
	border:none;
}


#wakuwaku03 thead th:nth-child(3){
	
	background-color:#E9FADE;
	
}
#wakuwaku03 table tbody tr {
  display: flex;
  flex-wrap: wrap;
}

#wakuwaku03 tr th{
	display:block;
	width:100%;
}
#wakuwaku03 tr td{
	display:block;
	flex: 50%;
	/*width:48%;
	text-align:left;*/
	border:none;
}



/*
/*day*/

#day00 table {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	background-image: url(img/i-03.png),url(img/i-04.png),url(img/i-05.png);
	background-repeat: no-repeat;
	background-position: right top,right bottom,center right;
}
.height,.height02{
	height:inherit;
}
#day00 .right{
	padding-top:0;
}
#day00 .right img{
	width:28%;
	padding:10px;
}

.photoarea {
	margin-bottom: 30px;
	margin-top:5px;
}

/**/

#year01 dl,#year02 dl,#year03 dl,#year04 dl{
	border: 1px dotted #999;
	width:30%;
	margin:5px;


	border-radius:15px;
}
{

}
#year01 dl.year_img,#year02 dl.year_img,#year03 dl.year_img,#year04 dl.year_img{
	
		margin-top:30px;
		border:0px;	display:none;
}
#event1 td {

	width:33%;
}

#sp td:last-child,#au td:last-child {
    display: none;
}
#su td:first-child,#wi td:first-child  {
    display: none;
}
.padding-l{
	padding-left:30px;
}


}

@media screen and (max-width:480px){
header, footer,#mainnav, #mainnav ul, #system_main {
	width: 100%;	
}


h2{
	width:60%;}


h3 {
	font-size: 20px;
}


footer .copy img {
	/*width:100%*/
}

/*.pagetop img {
	width: 30%;
}*/


header {
	/*height: auto;*/
	/*width: 100%;*/
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;


}	

#mainbox {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-radius: 0px;
	box-shadow:#CCC 0 0 15px;
	box-shadow:none;
}	


#menu_info {
	top:0px;
	right: 10px;
	right:0px;
	width:25%;
}

		
#menu_info {
	position: static;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}	
	


	
	
	
#mainnav  {
	/*width: auto;
	
	margin-bottom:30px;*/
	}
	
	


#mainnav ul li {
	width: 50%;
	margin-left:auto;
	margin-right:auto;
	}
#kihon td,#map td, #gaiyo td{
		display: block;
		width: auto;
	}
#kihon th,#map th,  #gaiyo th{
		display: block;
		width: auto;
	padding: 3px;
	}
/**/



/**/
	
#gaiyou td {
		display: block;
		width: auto;
	}
#gaiyou th {
		display: block;
		width: auto;
	padding: 3px;
	}
	
	
.gaiyo04 {
	display:inherit;
}
.gaiyo04 img{
	max-width:450px;
	width:100%;
	max-height:151px;
	height:auto;
	margin:0 auto; 
}	
	
/**/
#policy td {
		display: block;
		width: auto;
	}
/**/
#wakuwaku table th,#wakuwaku table td{
		display: block;
		width: auto;
		text-align:left;
		width:auto;
	}
#wakuwaku table td{
	border:none;
	}
/**/
#day00 table {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	background-size: 40%;
}


/**/

.photoarea td {
	width: 95%;
	display:block;
	text-align: center;
	padding:10px;
}
.photoarea {
	margin-bottom: 2px;
	margin-top:5px;
}
/*day*/
#day p{
	width:95%;
	text-align:left;
	margin:0 auto;
}
#day00 {
	display:inherit;
}
#day00 table {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	width:95%;
	
}
/**/
#display_none{
	display: inherit;
}
#display_none02{
	display:none;
}
.photoarea ,.photoarea01,.photoarea02,.photoarea05{

	display: inherit;
}

.photoarea img ,.photoarea0 img1,.photoarea02 img,.photoarea05 img{
	width: 95%;
	height:auto;
	margin:0 auto;
	margin-top:10px;
}
	
/**/
#mokuhyo02 {

	display: inherit;
	
	
	}
#mokuhyo02 img{
	padding:5px;
	background:#FFF;
	width:50%;
	height:50%;
}
#mokuhyo02 ul{
	width:90%;
	margin-right:0;

}



/**/	
	
.illust {
	width: 70%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}	
	

/*box修正*/
#year_wrap dl {

	width:90%;

	 }
/***/

/**/
#annai table th,#annai table td{
		display: block;
		width: auto;
		text-align:left;
		width:auto;
	}
#annai table td{
	border:none;
	}
/**/

/***/
#event2 th {
	width: auto;
	display: block;
}
#event2 td {
	width: auto;
	display: block;
}
	
	
.photoarea td {
	width: auto;
	display: block;
	margin-bottom: 10px;
}
	
	
	
	}
	
