@charset "shift_JIS";
/* CSS Document */

.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }

* { 
margin: 0;
 padding: 0;
  border: 0;
   }

ul,ol {
    margin-left: 1em;
    list-style-position: outside;
}
table {
	border-collapse: collapse;
}
table th {
    padding: 5px;
    border: 1px solid #BBBBBB;
}
table td {
    padding: 5px;
    border: 1px solid #BBBBBB;
}

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 {
    width: 440px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
}
h1 img {
	width: 100%;
}

h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
    color: #249CD7;
}
h2 span {
    border-bottom: 3px dashed #64BBEC;
    padding-bottom: 10px;
    letter-spacing: 0.5em;
}


h3 {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: left;
    color: #67210D;
    font-size: 24px;
    -moz-background-size: 100% auto;
    font-weight: normal;
    padding-bottom: 20px;
    padding-left: 60px;
    margin-top: 20px;
    padding-top: 20px;
    background-image: url(images/bg_h3.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    border-bottom: 2px dashed #9CB75A;
}


h4 {
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	color: #F84C67;
	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: 'Kosugi Maru', sans-serif;
    font-size: 15px;
    color: #564235;
    background-position: center top;
    background-image: url(images/bg_header.png),url(images/bg_body.png);
    background-color: #F5E5CE;
    background-repeat: no-repeat,repeat;
	line-height: 1.7em;
}


#system_main {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(images/bg_left.png),url(images/bg_right.png);
    background-repeat: no-repeat;
    background-position: left top,right top;
}


header {
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    padding-top: 10px;
}



.flex {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
	
#mainnav {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
}
#mainnav ul {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap : wrap;
    box-sizing: border-box;
	list-style: none;
}
#mainnav ul li{
    width: calc(100% / 4);
}

#mainnav ul li img{
    width: 90%;
}
#mainnav ul li a:hover img {
animation: swing 1s infinite;
}

main {
	display: block;
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2em;
	background-color: #FFFFFF;
}





footer {
    width: 100%;
    text-align: center;
    padding-bottom: 100px;
    background-image: url(images/bg_footer.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    padding-top: 20px;
}
footer .copy {
	text-align: center;
	font-size: 12px;
	color: #5A3D1C;
	margin-right: auto;
	margin-left: auto;
}
footer .copy img {
	height: 30px;
	}

/* pagetop */
.pagetop{
    position: fixed;
    bottom: 30px;
    right: 30px;
	z-index: 9999;
	width: 50px;
}
 
.pagetop a{
    display: block;
    text-decoration: none;
 }
.pagetop img{
	width: 100%;
}


.mainbox {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-radius: 30px;
}


a:hover img {
	opacity: 0.8;
}

#about {
    margin-bottom: 60px;
}


.txt {
    text-align: left;
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 20px;
    margin-bottom: 10px;
}
#rinen {
    margin-bottom: 60px;
}
#rinen figure img {
    width: 50%;
}

#houshin {
    margin-bottom: 60px;
}

#kihon {
    margin-bottom: 60px;
}

#kihon table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 5px;
    margin-bottom: 15px;
	border-collapse: separate;
}
#kihon th {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    background-color: #FFD8E9;
    border-radius: 10px;
    border-width: 0px;
}
#kihon td {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: #FFFFFF;
    border-radius: 10px;
    border-width: 0px;
}

.topbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap : wrap;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.tleft {
    width: 59%;
}
.tright {
    width: 39%;
}
.tright img {
    width: 100%;
	object-fit: cover;
	height: 300px;
	}

.tright figure {
    margin-bottom: 10px;
	}

#map {

	}
	
#map iframe {
    width: 100%;
    height: 300px;
    border-radius: 10px;
	}

#enkaku {
    margin-bottom: 60px;
}
#enkaku table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 5px;
    margin-bottom: 15px;
	border-collapse: separate;
}
#enkaku th {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    background-color: #FFE4BF;
    border-radius: 10px;
    border-width: 0px;
}
#enkaku td {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: #FFFFFF;
    border-radius: 10px;
    border-width: 0px;
}


#kyoshitsu {
    margin-bottom: 60px;
}
.floorimg {
	margin-bottom: 30px;
}
.floorimg img {
	width: 50%;
}
#gakushushitsu {
    margin-bottom: 60px;
}
.photoflex {
    display: flex;
    justify-content: flex-start;
    flex-wrap : wrap;
    margin-top: 15px;
}

.photoflex figure {
    width: calc(100% / 4 - 2%);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
}
.photoflex figure img {
	width: 100%;
    border-radius: 15px;
}

.photoflex figure figcaption {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 10px;
}



#kankyou {
    margin-bottom: 60px;
}

#kankyou dl {
    padding: 20px;
    background-color: rgba(241,225,211,0.80);
    border-radius: 20px;
    margin-top: 30px;
}


#kankyou dt {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.2em;
    border-bottom: 2px solid #B1DEFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
    color: rgba(31,66,148,1.00);
    background-color: #FFFFFF;
    background-image: url(images/list_butterfly.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

#kankyou dd {
    text-align: left;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #FFFFFF;
}



#kisoku {
    margin-bottom: 60px;
}

#kisoku dl {
    padding: 20px;
    background-color: rgba(241,225,211,0.80);
    border-radius: 20px;
    margin-top: 30px;
}


#kisoku dt {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.2em;
    border-bottom: 2px solid #FFCD50;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    color: rgba(183,96,0,1.00);
    background-color: #FFFFFF;
    background-image: url(images/list_bee.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

#kisoku dd {
    text-align: left;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #FFFFFF;
}





#shien {
    margin-bottom: 60px;
}

#shien dl {
    padding: 20px;
    background-color: rgba(241,225,211,0.80);
    border-radius: 20px;
    margin-top: 30px;
}


#shien dt {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.2em;
    border-bottom: 2px solid #FF4F4F;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    color: rgba(183,0,0,1.00);
    background-color: #FFFFFF;
    background-image: url(images/list_ladybug.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

#shien dd {
    text-align: left;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #FFFFFF;
}


















@media screen and (max-width:768px){


html,body {
    background-image: url(images/bg_header.png),url(images/bg_body.png);
    background-color: #F5E5CE;
    background-repeat: no-repeat,repeat;
    background-size: 200% auto,auto auto;
}
#system_main {
    background-size: 30% auto,30% auto;
}



h1 {
	width: 35%;
    padding-bottom: 10px;
}

	h2 img {
		width: 90%;
	}
main {
	margin-top: auto;
	margin-bottom: auto;
	padding-bottom: 150px;
	width:94%;
}

	
#mainnav  {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	}
#mainnav ul {
	width: 100%;
	}

#mainnav ul li {
	width: calc(100% / 4);
	}


footer .copy img {
	width: 80%;
	height:auto;
	}
footer .address img {
	width: 80%;
	}
	

.mainbox {
	width: auto;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	border-radius: 0px;
}
	
/* pagetop */
.pagetop{
    position: fixed;
    bottom: 10px;
    right: 10px;
	width: 45px;
}	
.tleft {
    width: 100%;
}
.tright {
    width: 100%;
}
	
	
.tright img {
    width: 100%;
	object-fit: cover;
	height: auto;
	}

.floorimg img {
	width: 70%;
}	
	
	
}

@media screen and (max-width:480px){
html,body {
    background-image: url(images/bg_header.png),url(images/bg_body.png);
    background-color: #F5E5CE;
    background-repeat: no-repeat,repeat;
    background-size: 250% auto,auto auto;
}
h1 {
	width: 38%;
	margin-right: auto;
	margin-left: auto;
}

h2 img {
	width: 90%;
}
h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 22px;
    color: #249CD7;
}
h2 span {
    border-bottom: 3px dashed #64BBEC;
    padding-bottom: 10px;
    letter-spacing: 0em;
}
	

h3 {
	font-size: 20px;
}
footer {
    padding-bottom: 50px;
    background-size: 150% auto;
}

footer .copy img {
	width:100%
}


html,body {
	height: auto;
	width: 100%;
}
	
#mainnav  {
	width: 96%;
	}
#mainnav ul li {
	}
.photoflex figure {
    width: calc(100% - 2%);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
}	
	
.floorimg img {
	width: 100%;
}

	}
	
