@charset "utf-8";
/* CSS Document */

/*font*/
.kosugi-maru-regular {
  font-family: "Kosugi Maru", serif;
  font-weight: 400;
  font-style: normal;
}
.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}
/* <uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 100 to 900*/ 

.noto-sans-<uniquifier> {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
/*font*/


* { 
margin: 0;
 padding: 0;
  border: 0;
   list-style: none; 
    box-sizing: border-box;
   }

p {
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
}

a {
    color: #3887B3;
    text-decoration: none;
} 
a:visited {
	color: #F46A00;
	text-decoration: none;
} 
a:hover {
    color: #C03A4B;
} 
a:active {
　　color: #CC0066; 
} 

.green {
	color: #7EAC5D;
}

h1 {
    width: 450px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
}
h1 img {
	width: 100%;
	transition-duration: 1s;
}
/*
h1 a:hover img {
    opacity: 0.7;
    color: rgba(255,133,133,1.00);
	transform: rotate(5deg);
	transition-duration: 1s;
}


.animated:hover {
animation: swing 1.3s;

}
.animated2:hover{
animation: shake  1s;
}
*/

h2 {
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-radius: 10px;
    line-height: 1.3em;
    font-family: "Kiwi Maru", serif;
    background-image: url(images/bg_h2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 20px;
}

h2 div {
    font-size: 0.6em;
    color: #949494;
    font-family: "Noto Sans", serif;
}
h3 {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: left;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 4px;
    padding-left: 4px;
    position: relative;
    background-color: #BBC5FF;
    box-shadow: 0px 0px 0px 5px #BBC5FF;
    border: dashed 2px white;
    padding-top: 0.3em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.2em;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 0px 5px #BBC5FF;
}

h3:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #FFD879;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

h4 {
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    color: #22862B;
    margin-bottom: 15px;
    border-top: 1px dotted #97D765;
    border-bottom: 1px dotted #97D765;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #F4FDEE;
}

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", serif;
    font-size: 17px;
    color: #564235;
    background-color: #FFFFFF;
    background-image: url("images/bg_header.png"),url("images/bg_body.png");
    background-position: left top,center top;
    background-repeat: no-repeat,repeat;
    background-size: 100% auto,auto auto;
	line-height: 1.8em;
    background-attachment: fixed;
}

#system_main {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url("images/bg_footer.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
}

header {
    background-image: url(images/bg_header2.png);
    background-repeat: no-repeat;
    background-position: center top;

}

#menu{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
}
#menu ul{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 2em;
}

#menu li a{
    color: #562D00;
    font-weight: bold;
    font-size: 1.2em;

}
#menu li{
    text-align: center;
    width: 25%;
    border-radius: 10px;

}

#menu li a:hover img {
    opacity: 0.7;
    color: rgba(255,133,133,1.00);
	transform: rotate(5deg);
	transition-duration: 1s;
}
#menu li a img {
	width: 75%;
	transition-duration: 1s;
}


#menu p{
	margin: 5px auto;
}
.sp { display: none !important; }


main {
}
#maintop {
    background-repeat: repeat-x;
    background-position: center top;
}

footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

footer .copy {
    text-align: center;
    font-size: 13px;
    color: #514639;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
footer .copy img {

	}
.address img {
    width: 20%;
}
.address {
    padding: 10px;
}

#page_top{
    width: 80px;
    height: 80px;
    position: fixed;
    right: 0px;
    bottom: -80px;
    z-index: 100;
}
#page_top a img {
    width: 100%;
	transition-duration: 1s;
}
#page_top a:hover img {
	transform: rotate(-5deg);
	transition-duration: 1s;
}

.box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
/* トップ */
#topslide {
    position: relative;
}
.mskImg {
  mask-image: url("images/mask.png");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100% 100%;
  -webkit-mask-image: url("images/mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;

}
#topslide img {
	width: 100%;
	height: 55vw;
	object-fit: cover;
}


#topimg1 {
	position: absolute;
	top:0px;
	right:0px;
}
#topimg1 img {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
}
#topimg2 {
	position:absolute;
	bottom:-2px;
	left:0px;
}
#topimg2 img {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#news {
	margin-bottom: 50px;
	}
#news iframe {
    width: calc(100% - 20px);
    height: 600px;
    overflow: scroll;
    border: 10px solid #A4CAE7;
    border-radius: 10px;
    background-color: #FFFFFF;
}

#kihon {
	margin-bottom: 50px;
	}
#kihon table {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    margin-bottom: 15px;
    font-size: 1.1em;
}
#kihon th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    font-weight: normal;
    background-color: #9A8874;
    background-image: url(images/bg265.png);
}
#kihon td {
    padding: 0.5em;
    text-align: left;
    background-color: #F8F8F8;
}

#map {
    width: 46%;
	}
	
#map iframe {
    width: 100%;
    height: 295px;
	}

.flex {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}

.txt {
    padding: 30px;
    background-color: hsla(51,35%,89%,1.00);
    border-radius: 20px;
    text-align: left;
}
#greeting {
	margin-bottom: 50px;
}



#outline {
	margin-bottom: 50px;
}
#outline table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    margin-bottom: 15px;
    font-size: 1.1em;
}
#outline th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    font-weight: normal;
    background-color: #9A8874;
    background-image: url(images/bg265.png);
}
#outline td {
    padding: 0.5em;
    text-align: left;
    background-color: #F8F8F8;
}


#houshin {
	margin-bottom: 50px;
}
.houshin1 {
    font-family: "Noto Sans", serif;
    font-size: 1.7em;
    line-height: 2em;
    color: #3AACA0;
    margin-bottom: 30px;
    background-color: rgba(255,255,255,0.55);
}
.houshin1 div {
    font-family: "Noto Sans", serif;
    font-size: 1.3em;
    color: #4E3536;
    font-weight: bold;
}
.houshin2 {
    font-family: "Noto Sans", serif;
    font-size: 1.2em;
    text-align: left;
    margin-bottom: 20px;
}
#houshin ul {
    margin-bottom: 30px;
}
#houshin ul li {
    text-align: left;
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 20px;
    border-bottom: 2px solid #E4E4E4;
    margin-bottom: 10px;
}

#class {
	margin-bottom: 50px;
}
#class dl {
    text-align: left;
}
#class dl dt {
    font-family: "Noto Sans", serif;
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: 2px dashed rgba(212,212,212,1.00);
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#class dl dd {
    margin-bottom: 30px;
}
#class dl:nth-of-type(1) dt {
    color: rgba(255,89,89,1.00);
}
#class dl:nth-of-type(2) dt {
    color: rgba(173,64,192,1.00);
}
#class dl:nth-of-type(3) dt {
    color: rgba(105,188,38,1.00);
}
#class dl:nth-of-type(4) dt {
    color: rgba(255,112,178,1.00);
}
#class dl:nth-of-type(5) dt {
    color: rgba(52,56,219,1.00);
}




#daily {
	margin-bottom: 50px;
}


#daybox_3 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#day1_3 {
    width: 31.3%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15px;
}
#day2_3 {
    width: 31.3%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15px;
}
#day3_3 {
    width: 31.3%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15px;
}

#day1_3 th {
    width: 22%;
    background-color: #FFF0B1;
    padding: 5px;
}

#day2_3 th {
    width: 22%;
    background-color: #FFC4D4;
    padding: 5px;
}

#day3_3 th {
    width: 22%;
    background-color: #9AE1FF;
    padding: 5px;
}
#daybox_3 table {
    width: 100%;
    border-spacing: 2px;
	border-collapse: separate;
    margin-bottom: 10px;
}
#daybox_3 td {
    padding: 5px;
    background-color: rgba(255,255,255,0.80);
    text-align: left;
    line-height: 2em;
}

#daybox_3 img {
    width: 100%;
}


#event {
	margin-bottom: 50px;
}
.eflex article {
	width: 48%;
	margin-bottom: 30px;
}
.eflex {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
.eflex article ul {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
.eflex article ul li {
	width: 48%;
}
.eflex article ul li img {
    width: 100%;
	border-radius: 10px;
	object-fit: cover;
	height: 12vw;
}
.eflex figure {}

.eflex figure img {
    width: 100%;
}


.eflex article dl dt img {
	width: 25%;
}
.eflex article dl {
    margin-bottom: 15px;
}
.eflex article dl dt {
	padding: 10px;
}
.eflex article dl dd {
    padding: 20px;
    text-align: left;
    background-color: rgba(255,255,255,0.60);
    border-radius: 20px;
}
			
#haru {
    background-color: #FFE5E5;

    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 100px;
    border-radius: 20px;

    background-image: url(images/bg_event1.png),url(images/bg280.png);
    background-repeat: no-repeat,repeat;
    background-position: center bottom;
    background-size: 100% auto,auto auto;
}

#natsu {
    background-color: #ECFFC4;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 100px;
    border-radius: 20px;

    background-image: url(images/bg_event2.png),url(images/bg267.png);
    background-repeat: no-repeat,repeat;
    background-position: center bottom;
    background-size: 100% auto,auto auto;
}


#aki {
    background-color: #FFEEC4;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 100px;
    border-radius: 20px;

    background-image: url(images/bg_event3.png),url(images/bg262.png);
    background-repeat: no-repeat,repeat;
    background-position: center bottom;
    background-size: 100% auto,auto auto;
}

#fuyu {
    background-color: #C4CEFF;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 100px;
    border-radius: 20px;
    background-image: url(images/bg_event4.png),url(images/bg272.png);
    background-repeat: no-repeat,repeat;
    background-position: center bottom;
    background-size: 100% auto,auto auto;
}


#teirei {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
	/*
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
	*/
    background-color: #E1D8C6;
	padding: 30px;
    border-radius: 20px;
}
#teirei dl {
    width: 100%;
}
#teirei ul {
	width: 50%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#teirei ul li {
	width: 48%;
}
#teirei ul li img {
    width: 100%;
	border-radius: 10px;
	object-fit: cover;
	height: 12vw;
}
#teirei figure {
	width: 48%;
}

#teirei figure img {
    width: 100%;
}

#teirei dl {
    margin-bottom: 15px;
}
#teirei dl dt {
	padding: 10px;
	font-size: 1.3em;
}
#teirei dl dd {
    padding: 20px;
    text-align: center;
    background-color: rgba(255,255,255,0.60);
    border-radius: 20px;
}




@media screen and (max-width:768px){

html,body {

}

header {
	height: auto;
	width: auto;

}
main {
}


h1 {
	width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
}
#top {
	height: auto;
	}
	

	
#menu{
    width: 100%;
    background-color: rgba(255,255,255,0.76);
}

#menu ul{
    width: 98%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;

}

#menu li{
    width: 25%;

    box-sizing: border-box;
    border-left: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

#menu li a img{
width: 95%;
}	


h2 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-radius: 10px;
    line-height: 1.3em;
    font-family: "Kiwi Maru", serif;
    background-image: url(images/bg_h2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 20px;
    background-size: 100% auto;
}

.bgbox {
    padding: 10px 0;
}	
.bgbox2 {
    padding: 10px;
    border-radius: 0px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
	
.box {
	width: auto;
    margin-left: 10px;
    margin-right: 10px;
}
#day1_3 {
    width: 100%;
}
#day2_3 {
    width: 100%;
}
#day3_3 {
    width: 100%;
}	
	
#event article {
	width: 100%;
	margin-bottom: 20px;
}
.eflex article ul li img {
    width: 100%;
	border-radius: 10px;
	object-fit: cover;
	height: auto;
}
	
#teirei ul {
    width: 100%;
}
#teirei dl {
    width: 100%;
}
#teirei ul li img {
    width: 100%;
	border-radius: 10px;
	object-fit: cover;
	height: auto;
}	
	
#teirei figure {
    width: 100%;
}	
	
}

@media screen and (max-width:480px){


h1 {
    width: 70%;
}
	
#menu {
    width: 90%;
}	
#menu li{
    width: 50%;
}

#menu li a img{
width: 90%;
}	

h2 {
    font-size: 25px;
    padding-bottom: 26px;
}
h3 {
	font-size: 17px;
}
	footer {

}
footer img {
	width:60%;
}

#page_top{

}	
.address img {
	width: 60%;
}


#kihon th {
	width: auto;
display: block;
}

#kihon td {
	width: auto;
display: block;
}
	#kihon table {
		width: 100%;
	}
	#map {
		width: 100%;
	}

.houshin1 {
    font-size: 1.2em;
    line-height: 2em;
    color: #3AACA0;
    margin-bottom: 30px;
    background-color: rgba(255,255,255,0.55);
}
.houshin1 div {
    font-size: 1.2em;
    color: #4E3536;
}
.houshin2 {
    font-size: 1em;
    text-align: left;
    margin-bottom: 20px;
}
	
	
#class dl dt {
    font-size: 1.3em;
}
	
	
.eflex article ul li {
	width: 100%;
	margin-bottom: 10px;
}
#teirei ul li {
	width: 100%;
	margin-bottom: 10px;
}
	
	#haru {
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 80px;
	}	
	#natsu {
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 80px;
	}	
	#aki {
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 80px;
	}	
	#fuyu {
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 80px;
	}
	#teirei {
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 10px;
	}		
	
	
	}





@media screen and (min-width: 768px){
.br-sp {display: none; }
}
