@charset "shift_JIS";
/* CSS Document */


* { 
margin: 0;
 padding: 0;
  border: 0;
	box-sizing: border-box;
}
ul,ol {
    margin-left: 1em;
    list-style-position: outside;
}
table {
	border-collapse: collapse;
}
table th {
    padding: 5px;
    border: 1px solid #EBEBEB;
}
table td {
	padding: 5px;
   
}

a {
    color: #3887B3;
    text-decoration: none;
} 
a:visited {
	color: #F46A00;
	text-decoration: none;
} 
a:hover {
    color: #C03A4B;
} 
a:active {
　　color: #CC0066; 
} 

.green {
	color: #7EAC5D;
}


.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: 350px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
h1 img {
	width: 100%;
}
.animated:hover{
animation: shake 1s;
}
.animated2:hover{
animation: swing 1s;
}

h2 {
    font-size: 25px;
    font-weight: normal;
    text-align: left;
    color: #1B1414;
    margin-bottom: 40px;
}


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: #AFE2FF;
    box-shadow: 0px 0px 0px 5px #AFE2FF;
    border: dashed 2px white;
    padding-top: 0.3em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.2em;
    color: #3B1D06;
    -webkit-box-shadow: 0px 0px 0px 5px #AFE2FF;
}

h3:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fbf6f2 #fbf6f2 #63C2F8;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

h4 {
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    color: #F84C67;
    margin-bottom: 15px;
    border-top: 1px dotted #F84C67;
    border-bottom: 1px dotted #F84C67;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

img {
	vertical-align: bottom;
	border: 0px;

}



main a:hover img {
	opacity: 0.7;
	-moz-opacity:0.7; 
	filter: alpha(opacity=70);
	zoom: 1;
}




/*ページ構成*/
html {
    text-align: center;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 15px;
    color: #271F1B;
}

body {
    background-image: url(images/bg_body.png);
}

#system_main {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(images/bg_main.png);
    background-repeat: repeat-x;
    background-position: center top;
    position: relative;
    padding-bottom: 200px;
}

header {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}
#headerbox {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}



#topslide {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
.slider img {
    width: 1100px;
    height: 673px;
    object-fit: cover;
}
#topimg1 {
    position: absolute;
    top: 0px;
    left: 0px;
}

#topimg1 img {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#topimg2 {
	position:absolute;
	top:30px;
	left: -90px;
	width: 450px;
}
#topimg2 img {
	width: 100%;
}
#topimg3 {
    position: absolute;
    top: -8px;
    left: 871px;
    width: 300px;
}
#topimg3 img {
	width: 100%;
}
#topimg4 {
    position: absolute;
    top: 505px;
    right: 951px;
    width: 180px;
}
#topimg4 img {
	width: 100%;
}
#topimg5 {
    position: absolute;
    top: 280px;
    right: -90px;
    width: 180px;
}
#topimg5 img {
	width: 100%;
}
#topimg6 {
	position:absolute;
	top:570px;
	right: 200px;
	width: 180px;
}
#topimg6 img {
	width: 100%;
}
#topimg7 {
    position: absolute;
    top: 470px;
    right: 20px;
    width: 180px;
}
#topimg7 img {
	width: 100%;
}



main {
    text-align: center;
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;

}

footer {
    margin-right: auto;
    margin-left: auto;
    position: fixed;
    z-index: 100;
    text-align: center;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-image: url(images/bg_footer.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}
.fsp {
	display: none;
}
footer .copy {
    text-align: center;
    font-size: 13px;
    color: #5A3D1C;
    margin-right: auto;
    margin-left: auto;
}
footer div {
    margin-right: auto;
    margin-left: auto;
}
.address img {
	width: 200px;
}
#page_top{
  width: 150px;
  height: 100px;
  position: fixed;
  right: 0px;
  bottom: -100px;
	z-index: 200;
}

#page_top img {
    width: 100%;
}

.bgbox {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #DBDEE2;
    padding-top: 60px;
    padding-bottom: 60px;
}
.box {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
/* トップ */
#slider {
	position: relative;
}

.scale-up-horizontal-center{
	animation:scale-up-horizontal-center 0.5s} 
@keyframes scale-up-horizontal-center{
	0%{transform:scaleX(.2);opacity: 0%}
	100%{transform:scaleX(1);opacity: 100%}
}


.rotate-horizontal-center{animation:rotate-horizontal-center 1.2s} 
@keyframes rotate-horizontal-center{
	0%{transform:rotateX(0);opacity: 0%}
	100%{transform:rotateX(-360deg);opacity: 100%}
}


#greeting {
	margin-bottom: 50px;
	}


#news {
	margin-bottom: 50px;
	}


#news ul {
    text-align: left;
    background-color: #6F3E2D;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    border: 5px solid #FFC852;
    border-radius: 20px;
    background-image: url(images/wood_pattern.png);
    margin-left: auto;
	list-style: none;
}
#news li {
    border-bottom: 2px dashed #FFC73A;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 40px;
    background-image: url(images/list_bee.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 10px;
    color: #FFFFFF;

}

#kihon {
	margin-bottom: 50px;
	}

#kihonbox {
	width: 100%;
 display: flex;
 justify-content:space-between;
box-sizing:border-box;
	flex-wrap: wrap;
}


#kihongaiyou {
width: 48%;
	}
#kihongaiyou table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    margin-bottom: 15px;
	border-collapse: separate;
}
#kihongaiyou th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    background-color: #CDF1FF;
    border-width: 0px;
}
#kihongaiyou td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFFFFF;
    border-width: 0px;
}

#kihonmap {
width: 48%;
	}
	
#kihonmap iframe {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
	}
.maptxt {
    background-color: #FFFFFF;
    padding: 10px;
    text-align: left;
    border-radius: 10px;
}
#map {
	padding-top: 100px;
	margin-bottom: 50px;
}

#outline {
	margin-bottom: 50px;
	}
#about {
	margin-bottom: 50px;
	}
.abouttxt {
    padding: 20px;
    text-align: left;
    background-color: #FFFFFF;
    border-radius: 20px;
    font-size: 1.1em;
    line-height: 2em;
    color: #8C6F5B;
}
#gaiyou {
	margin-bottom: 50px;
	}
#gaiyou table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    margin-bottom: 15px;
	border-collapse: separate;
}
#gaiyou th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    background-color: #FFCA7F;
    border-width: 0;
}
#gaiyou td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFFFFF;
    border-width: 0;
}



#kujou {
	padding-top: 100px;
	margin-bottom: 50px;
	}

#kujou article {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.kujoutitle {
    width: 75%;
    padding: 10px;
    background-color: #F5E878;
    text-align: left;
    font-size: 1.2em;
    border-left: 20px solid #F1C425;
}
.kujoudate {
    width: 25%;
    padding: 10px;
    background-color: #BDE3FF;
    text-align: center;
}
.kujoutxt {
    width: 100%;
    padding: 20px;
    background-color: #FFFFFF;
    text-align: left;
}
.kujoupdf {
    width: 30%;
    padding: 10px;
    background-color: #FFCE74;
    text-align: center;
}


#daily {
	margin-bottom: 50px;
	}
#daybox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

#daybox table {
	width: 66%;
    border-spacing: 3px;
    margin-bottom: 15px;
	border-collapse: separate;
}
#daybox th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    background-color: #FFE67F;
    border-width: 0;
}
#daybox td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFFFFF;
    border-width: 0;
}



#daybox dl {
    width: 30%;
    text-align: left;
}
#daybox dt {
    background-color: #B3F5EE;
    padding: 10px;

}
#daybox dd {
	padding: 10px;
    background-color: #FFFFFF;
}


#floor {
	padding-top: 100px;
	margin-bottom: 50px;
	}
.floorimg {
	margin-bottom: 20px;
}
#floor ul {
	width: 100%;
 display: flex;
 justify-content:flex-start;
box-sizing:border-box;
	flex-wrap: wrap;
    margin-left: auto;
	list-style: none;
}

#floor ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 15px;
}

#floor ul li img {
    width: 90%;
    object-fit: cover;
    height: 180px;
    border: 5px solid #FFFFFF;
}


#tokushoku {
	padding-top: 100px;
	margin-bottom: 50px;
	}


#tokushoku article {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #FFFFFF;
}
.tokushokutitle {
    padding: 10px;
    background-color: #FFE8C8;
    text-align: left;
    font-size: 1.2em;
    border-left: 20px solid #FFB348;
    margin-bottom: 10px;
}
.tokushokutxt {
    padding: 20px;
    background-color: #FCF8F6;
    text-align: left;
    margin-bottom: 10px;
}
#tokushoku ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
}
#tokushoku ul li {
    width: 33.3%;
}
#tokushoku ul li img {
    width: 93%;
    object-fit: cover;
    height: 230px;
    border: 5px solid #FBF7F4;
}

.tokushokupdf a {
    width: 30%;
    padding: 10px;
    background-color: #C0DFF8;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin-top: 15px;
}

#event {
	margin-bottom: 50px;
	}
#eventbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

#eventbox table {
	width: 55%;
    border-spacing: 3px;
    margin-bottom: 15px;
	border-collapse: separate;
}
#eventbox th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    background-color: #C6ED99;
    border-width: 0;
}
#eventbox td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFFFFF;
    border-width: 0;
}


#eventphoto {
	width: 43%;
}
#eventbox ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
	list-style: none;
}
#eventbox ul li {
	width: 50%;
    margin-bottom: 10px;
}
#eventbox ul li img {
    width: 93%;
    object-fit: cover;
    height: 160px;
    border: 5px solid #fff;
}


#class {
	padding-top: 100px;
	margin-bottom: 50px;
	}
#class table {
	width: 100%;
    border-spacing: 3px;
    margin-bottom: 15px;
	border-collapse: separate;
}
#class th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
}
#class td {
    padding: 0.5em;
vertical-align: top;
    background-color: #FFFFFF;
}
#class table:nth-child(3n+2) th {
        background-color: #fff5bc;
}
#class table:nth-child(3n+1) th {
    background-color: #FFD1E0;
}
#class table:nth-child(3n) th {
    background-color: #CDEBFF;
}


#class table:nth-child(3n+2) td img {
    border: 5px solid #fff5bc;
}



#class table:nth-child(3n+1) td img {
    border: 5px solid #FFD1E0;
}
#class table:nth-child(3n) td img {
    border: 5px solid #CDEBFF;
}

.classtxt {
	width: 70%;
    text-align: left;
}
.classphoto {
	text-align: center;
}
.classphoto img {
    width: 93%;

}

.classpdf {
	text-align: center;
}


#blog {

}
#blog 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: #FDB144;
    box-shadow: 0px 0px 0px 5px #FDB144;
    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 #FDB144;
}
#blog h3:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #63C2F8;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

#blog2 {

	}
#blog2 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: #FF778C;
    box-shadow: 0px 0px 0px 5px #FF778C;
    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 #FF778C;
}
#blog2 h3:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #63C2F8;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
#blogbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
}
#blogside {
    width: 25%;
    border-radius: 10px;
    background-color: #FFE093;
    padding-bottom: 30px;
    padding-top: 20px;
}

#blogside div {
    font-size: 1.4em;
    font-weight: bold;
    color: #FFFFFF;
}

#blogside ul {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    margin-top: 15px;
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 15px;
	list-style: none;
}
#blogside li {
    padding-bottom: 5px;
    list-style-type: none;
    margin-bottom: 12px;
    border-bottom: 2px dotted #C8E7EB;
    background-repeat: no-repeat;
    background-position: left center;
    list-style-position: outside;
    background-image: url(images/pin2.png);
    padding-left: 35px;
    padding-top: 5px;
    margin-top: 12px;
}
#blog_o {
	text-align: center;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 40px;
	padding: 0px;
}

.blogmain {
    text-align: center;
    margin-bottom: 60px;
    padding: 30px;
    background-color: #FFFFFF;
    border-radius: 20px;
}

#blog .blogmain > table {
    width: 100%;
    border-spacing: 3px;
    border-bottom: 2px dashed #FDB144;
}
#blog .blogmain .blogtext {
	text-align: left;
	padding: 10px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #FFFFFF;
	width: auto;
    border-width: 0;
}

#blog .blogphoto {
    width: 33%;
    padding-top: 10px;
    border-width: 0;
}


#blog .blogphoto img {
	width: 90%;
	border:solid 4px #FFF;
	box-shadow: 1px 1px 4px 0px #D5D3D1;
}
#blog .blogmain .blogcomment {
	font-size: 75%;
	text-align: center;
	padding: 5px;
	margin:5px;
	background-color:#FFF276;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
    border-width: 0;
}

.blogpdf {
    text-align: center;
    border-width: 0;
}
.blogpdf a {
    text-align: center;
    padding: 5px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-color: #A0CBED;
    margin-bottom: 10px;
    color: #FFFFFF;
    border-radius: 12px;
}
.blogdate {
	font-size: 12px;
	text-align: right;
	padding: 5px;
	width: auto;
    border-width: 0;
}
#blog dl {
    margin-bottom: 15px;
}
#blog dt {
    text-align: center;
    margin-bottom: 5px;
}
#blog dd {
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    color: #824D00;
    background-color: #FAF5F0;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-radius: 12px;
}



#blog2box {
width: 100%;
height: auto;
display: flex;
justify-content: space-between;
box-sizing: border-box;
flex-wrap : wrap;
margin-left: auto;
margin-right: auto;
}
#blog2side {
    width: 25%;
    border-radius: 10px;
    background-color: #FCDFDF;
    padding-bottom: 30px;
    padding-top: 20px;
}

#blog2side div {
    font-size: 1.4em;
    font-weight: bold;
    color: #FFFFFF;
}
#blog2side ul {
padding-left: 10px;
padding-right: 10px;
text-align: left;
margin-top: 15px;
background-color: #FFFFFF;
padding-top: 10px;
padding-bottom: 10px;
margin-left: 20px;
margin-right: 20px;
border-radius: 15px;
	list-style: none;
}
#blog2side li {
    padding-bottom: 5px;
    list-style-type: none;
    margin-bottom: 12px;
    border-bottom: 2px dotted #C8E7EB;
    background-repeat: no-repeat;
    background-position: left center;
    list-style-position: outside;
    background-image: url(images/pin1.png);
    padding-left: 35px;
    padding-top: 5px;
    margin-top: 12px;
}
#blog2_o {
text-align: center;
width: 70%;
margin-right: auto;
margin-left: auto;
margin-top: 0px;
margin-bottom: 40px;
padding: 0px;
}

.blog2main {
text-align: center;
margin-bottom: 60px;
padding: 30px;
background-color: #FFFFFF;
border-radius: 20px;
}

#blog2 .blog2main > table {
    width: 100%;
    border-spacing: 3px;
    border-bottom: 2px dashed #FF778C;
}
#blog2 table tr .blog2text {
text-align: left;
padding: 10px;
border-radius: 12px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
background-color: #FFFFFF;
width: auto;
    border-width: 0;
}

#blog2 .blog2photo {
width: 33%;
padding-top: 10px;
    border-width: 0;
}


#blog2 .blog2photo img {
width: 90%;
border:solid 4px #FFF;
box-shadow: 1px 1px 4px 0px #D5D3D1;
}
#blog2 table tr .blog2comment {

font-size: 75%;
text-align: center;
padding: 5px;
margin:5px;
background-color:#FFF276;
border-radius:7px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
} 
.blog2pdf {
text-align: center;
    border-width: 0;
}
.blog2pdf a {
    text-align: center;
    padding: 5px;
    border-radius: 12px;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-color: #A0CBED;
    margin-bottom: 10px;
    color: #FFFFFF;
}
.blog2date {
font-size: 12px;
text-align: right;
padding: 5px;

width: auto;
    border-width: 0;
}
#blog2 dl {
margin-bottom: 15px;
}
#blog2 dt {
text-align: center;
margin-bottom: 5px;
}
#blog2 dd {
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    color: #824D00;
    background-color: #FCF8F5;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-radius: 12px;
}






/*ページ送り*/
.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    background-color: #63C2F8;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    font-size: 0.9em;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
    color: #000;
    background-color: #FFFFFF;
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


@media screen and (max-width:900px){

html,body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #3E261B;

}


#system_main {
    background-image: url(none);

}
header {
    background-size: 25% auto;
}
header {
	height: auto;
	width: auto;

}
main {
    width: auto;
}


h1 {
	width: 50%;
	float: none;
    padding-top: 10px;
    padding-bottom: 0px;
}

#headerbox {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
}

#topslide {

}	
#topimg2 {
    top: auto;
    left: auto;
    position: static;
    width: auto;
    margin-top: 20px;
}


#topimg3 {
    top: auto;
    left: auto;
    position: static;
    width: 30%;
    margin-top: -30px;
    margin-left: auto;
}

#topimg4 {
top:auto;
	right: auto;
	position: static;
	width: 50%;
	display: none;
}
	#topslide table {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
	}
	#topslide td {
		width: 33.3%;
		border-width: 0px;
	}	
#topimg5 {
width: 100%;
	position: static;
	top:auto;
	right: auto;
}
#topimg6 {
width: 100%;
	position: static;
	top:auto;
	right: auto;
}
#topimg7 {
width: 100%;
	position: static;
	top:auto;
	right: auto;
}	
	
	
	
	
.slider img {
	width: 100%;
	height: 55vw;
	object-fit: cover;
}
	
	
h2 {

	font-size: 22px;
}
	

.bgbox {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px;
    width: auto;
    margin-left: auto;
    margin-right: auto;

}
	
.box {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
}

	
.mapimg img {
width: 100%;
	}	

	
.kujouimg img {
width: 100%;
	}	
	
	
	.floorimg img {
		width: 100%;
	}	
	
	
	
	
#blog .blogmain {
	width: auto;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

#blog td{
	width: auto;
	display:block;
}

#blog table tr .blogphoto {
	width: auto;
	padding: 10px;
}
#blogside, #blog_o {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}	

#blog .blogphoto img {
	width: 80%;

}

#blog2 .blog2main {
width: auto;
padding: 10px;
margin-right: auto;
margin-left: auto;
margin-bottom: 30px;
}

#blog2 td{
width: auto;
display:block;
}

#blog2 table tr .blog2photo {
width: auto;
padding: 10px;
}
#blog2side, #blog2_o {
width: 100%;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
} 

#blog2 .blog2photo img {
width: 80%;

}


	
	
}

@media screen and (max-width:480px){
#system_main {
    padding-bottom: 120px;
}

h1 {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}
	h2 {
    background-size: 100% auto;
    padding-bottom: 0px;
    padding-top: 0px;
    background-position: center bottom;
	}
h2 img {
    width: 65%;

}

h3 {
	font-size: 17px;
}

footer img {
	width:100%;
}
	.fsp {
		display: block;
	}
	.fpc {
		display: none;
	}
#page_top{
  width: 90px;
  height: 70px;
  position: fixed;
  right: -10px;
  bottom: -70px;
}	


header {
    height: auto;

}
	#topslide table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
	}
	
.kujoutitle {
    width: 100%;
    padding: 10px;
    background-color: #F5E878;
    text-align: left;
    font-size: 1.2em;
    border-left: 20px solid #F1C425;
}
.kujoudate {
    width: 100%;
    padding: 10px;
    background-color: #BDE3FF;
}
.kujoutxt {
    width: 100%;
    padding: 20px;
    background-color: #FFFFFF;
    text-align: left;
}
.kujoupdf {
    width: 100%;
    padding: 10px;
    background-color: #FFCE74;
}
#daybox table {
	width: 100%;
}

#daybox dl {
	width: 100%;
}

	
#floor ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

#floor ul li img {
    width: 90%;
    object-fit: none;
    height: auto;
    border: 5px solid #FFFFFF;
}	
	
#tokushoku ul {
    width: 100%;
	display: block;
}
#tokushoku ul li {
    width: 100%;
    margin-bottom: 10px;
}
#tokushoku ul li img {
    height: auto;
	object-fit:none;
}
.tokushokupdf {
    width: 100%;

}
	
#eventbox table {
	width: 100%;
}

#eventphoto {
	width: 100%;
}	
#eventbox ul li {
	width: 100%;
    margin-bottom: 10px;
}
#eventbox ul li img {
    width: 93%;
    object-fit:none;
    height: auto;
    border: 5px solid #fff;
}	
	
	
.classtxt {
	width: 100%;
    text-align: left;
}	
#class td {
    display: block;
}
	}






/* スマホの時だけ改行させるクラス*/
.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}
