@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 {

}
table th {
    padding: 5px;
    border: 1px solid #EBEBEB;
}
table td {
	padding: 5px;
    border: 1px solid #EBEBEB;
}

a {
	color: #0090EC;
	text-decoration: none;
} 
a:visited {
	color: #F46A00;
	text-decoration: none;
} 
a:hover {
	color: #E1001C;
} 
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: 330px;
    margin: 0 auto;
    
}
h1 img {
	width: 100%;
}
.animated:hover{
animation: shake 1s;
}
.animated2:hover{
animation: rubberBand 1s;
}

h2 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    background-repeat: no-repeat;
}
h2 img {
	width: 350px;
}

h3 {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: 0px;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    width: 10em;
    padding: 7px;
    background-color: #915E4E;
    border-radius: 15px;
  }


h4 {
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	color: #F84C67;
	margin-top: 10px;
	margin-bottom: 10px;
}

img {
	vertical-align: bottom;
	border: 0px;

}



#mainnav 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: 16px;

}


#system_main {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}


header {
    height: auto;
    width: 100%;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
#headerbox {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

#shimaien {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
#shimaien ul {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
#shimaien ul li {
	width: calc(100% / 3);
}
#shimaien img {
	width: 95%;
}

#mainnav {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#mainnav ul {
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap : wrap;
    box-sizing: border-box;
}
#mainnav ul li{
	width: calc(100% / 7);
	text-align: center;
	list-style-type: none;
}

#mainnav ul li img{
    width: 100%;
}
#mainnav ul li a:hover img {
animation: swing 1s infinite;
}
main {
    text-align: center;
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}

footer {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

footer .copy {
	text-align: center;
	font-size: 12px;
	color: #5A3D1C;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
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%;
}


.box {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

#topslide {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    width: 1080px;
}
.slider img {
    width: 100%;
    height: 630px;
    object-fit: cover;
}
#topimg1 {
	position:absolute;
	top:0px;
	z-index: 100;
}

#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;
}



#news {
	margin-bottom: 50px;
	}


#news ul {
    text-align: left;
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
}
#news li {
    border-bottom: 1px dashed #956B51;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 40px;
    background-image: url(images/list1.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 20px;
	list-style-type: none;

}


#map {
	margin-bottom: 50px;
	}




#outline {}
.txt {
    text-align: left;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 20px;
}
.txt figure {

    text-align: center;
}


#houshin {
	margin-bottom: 80px;
}


#gaiyou {
	margin-bottom: 80px;
}

#gaiyou table {
    margin-right: auto;
    margin-left: auto;
    border-collapse: collapse;
    margin-bottom: 15px;
    width: 100%;
    background-color: #FFFFFF;
}
#gaiyou th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    font-weight: normal;
    background-color: #B6E085;
    border: 1px solid #E8E8E8;
}

#gaiyou td {
    padding: 0.5em;
    text-align: left;
    border: 1px solid #E8E8E8;
}

#gaiyou td img {

}





#daily {
	margin-bottom: 80px;
}
#daybox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-bottom: 30px;
    margin-top: 30px;

}
#day1 {
    width: calc(48% - 40px);
    background-color: #FCEBB9;
    padding: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 1px 1px 4px #8A8277;
    box-shadow: 1px 1px 4px #8A8277;
}
#day1 th {
    width: 22%;
    background-color: #F4BF4F;
    padding: 10px;
    color: rgba(255,255,255,1.00);
    border-radius: 10px;
}
#day2 {
    width: calc(48% - 40px);
    background-color: #F9DAE4;
    padding: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 1px 1px 4px #8A8277;
    box-shadow: 1px 1px 4px #8A8277;
}
#day2 th {
    width: 22%;
    background-color: #F5779D;
    padding: 10px;
    color: rgba(255,255,255,1.00);
    border-radius: 10px;
}

#daybox table {
    width: 100%;
    border-spacing: 8px;
    margin-bottom: 10px;
	border-collapse: separate;
}
#daybox td {
    padding: 10px;
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 10px;
}
#daybox caption {
    background-color: #FFFFFF;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
#daybox img {
	width: 100%;
}
#daybox ul img {
	width: 100%;
	object-fit: cover;
	height: 250px;
    border-radius: 15px;
}
.daymidashi1 {
    font-size: 1.3em;
    font-weight: bold;
    color: #0058A0;

}
.daymidashi2 {
    font-size: 1.3em;
    font-weight: bold;
    color: #15AAA7;
}

.dflex {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : nowrap;
}
.dflex figure {
    padding: 6px;
    border: 2px dashed #fff;
    margin: 10px;
    border-radius: 25px;
	width: calc(50% - 40px);
}

.dflex figure img {
    width: 100%;

    border-radius: 15px;
}



#event {
	margin-bottom: 80px;
}

.eventbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
	flex-wrap : wrap; 
}
.eventbox dl {
    width: 32%;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: rgba(255,215,200,0.80);
}

.eventbox dt {
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    text-align: center;
    border-bottom: 2px dashed #F58053;
    background-color: rgba(255,255,255,1.00);
}
.eventbox dd {
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
}

.eventbox dt img {
    width: 40%;
}
.eventbox dd img {
    width: 90%;
    border-radius: 20px;
}

.eventbox dd hr {
    border-top: 2px dashed rgba(255,255,255,1.00);
    margin-top: 20px;
    margin-bottom: 20px;
}

.sonota {
    padding: 20px;
    text-align: left;
    background-color: rgba(255,255,255,0.87);
    border-radius: 20px;
}


#recruit {
	margin-bottom: 80px;
}
.recruittxt {
    font-size: 1.1em;
    line-height: 1.6em;
    margin-bottom: 50px;
}
.recruittxt a {
	font-size: 2em;
	line-height: 2em;
}


#boshu {
	margin-bottom: 80px;
}
#boshu dl {
    padding: 30px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    border-radius: 20px;
}

#boshu dt {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.2em;
    background-image: url(images/list2.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 30px;
    border-bottom: 2px dashed hsla(70,93%,39%,1.00);
    padding-bottom: 5px;
    padding-top: 5px;
}

#boshu dd {
    text-align: left;
    margin-bottom: 10px;
}

.kpdf {
    padding-top: 10px;
    padding-bottom: 10px;
}
.kpdf a {
    display: block;
    background-color: #ED5475;
    padding: 7px;
    width: 50%;
    color: #FFFFFF;
    border-radius: 6px;
    text-align: center;
}
.kpdf a:hover {
    background-color: #75B9C7;
}


#kujou {
	margin-bottom: 80px;
}
#kujou .txt {
	margin-bottom: 40px;
}


#kujou dl {
    padding: 30px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    border-radius: 20px;
}

#kujou dt {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.2em;
    background-image: url(images/list_butterfly.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
    border-bottom: 2px dashed hsla(211,100%,82%,1.00);
    padding-bottom: 5px;
    padding-top: 5px;
}

#kujou dd {
    text-align: left;
    margin-bottom: 10px;
}

.kpdf {
    padding-top: 10px;
    padding-bottom: 10px;
}
.kpdf a {
    display: block;
    background-color: #ED5475;
    padding: 7px;
    width: 50%;
    color: #FFFFFF;
    border-radius: 6px;
    text-align: center;
}
.kpdf a:hover {
    background-color: #75B9C7;
}










#mokuhyou {
	margin-bottom: 50px;
	}




#tokubetsu {
	margin-bottom: 50px;
	}

#tokubetsu dl {

    margin-bottom: 15px;
	border-spacing: 4px;
}
#tokubetsu dt {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: normal;
    background-color: #FFEF9F;
    border-left: 20px solid #FFB75B;
}
#tokubetsu dd {
    padding-top: 0.6em;
    padding-right: 0.6em;
    padding-left: 0.6em;
    padding-bottom: 0.6em;
    text-align: left;
    background-color: #FFFEFB;
    border-left: 20px solid #FFDAAC;
}


#floor {

	}


.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: rgba(208,235,247,1.00);
    border-radius: 15px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 10px;
}










#blog {
	}
#blog h3 {
width: auto;
}

#blogbox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#blogside {
    width: calc(25% - 40px);
    padding: 20px;
    margin-bottom: 20px;
    background-color: #FFE1E1;
    border-radius: 20px;
    background-image: url(images/bg41wb.png);
}
#blogside div {
    padding: 5px;
    background-color: #FFFFFF;
    border-radius: 20px;
    font-size: 1.2em;
    color: #FF7996;
}
#blogside ul {
    counter-reset: list;
    list-style-type: none;
    line-height: 1.6;
    font-family: 'arial narrow', sans-serif;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    text-align: left;
    background-color: #FFFFFF;
    margin-top: 15px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
}
#blogside ul li{
    position: relative;
    padding: 0 0 0 20px;
    margin: 7px 0 7px 0px;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px dashed #A8474D;
}
#blogside ul li:before{
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #FF7F8F;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#blogside ul li:after{
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


#blog_o {
    text-align: center;
    width:72%;
    margin-bottom: 20px;
}

#blog .blogmain {
    text-align: center;
    text-align: center;
    margin-bottom: 55px;
    padding-top: 35px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    background-color: #FFFFFF;
    position: relative;
    border-radius: 20px;
}

#blog table {
	width: 100%;
	border-spacing: 6px 6px;
	padding-bottom: 10px;
}
#blog table tr .blogtext {
    text-align: left;
    padding-left: 30px;
    width: auto;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background-color: rgba(164,217,216,0.20);
    border-radius: 15px;
}


#blog .blogphoto {
	width: 33%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#blog td {
    border-width: 0px;
}

#blog .blogphoto img {
	width: 90%;
	border:solid 4px #FFF;
	box-shadow: 1px 1px 4px 0px #D5D3D1;
}
#blog table tr .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;
}
#blog .blogdate {
    font-size: 12px;
    text-align: right;
    padding: 5px;
    border-radius: 6px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border: 2px dashed #FFBABE;
    width: auto;
    background-color: #FFFFFF;
}

#blog dl {}
#blog dt {
	text-align: center;
}
#blog dd {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    color: #9B5100;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}


.blogpdf {
	text-align: center;
	padding: 10px;
}
.blogpdf a {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
    display: block;
    background-color: #FF7F8F;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
.blogpdf a:hover {
    background-color: #FFE4E7;
    color: #FF5973;
}



.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 15px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*ページ送り*/
.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: #33ADC1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    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;
    border-radius: 50%;
}





@media screen and (max-width:768px){
html,body {
    
    background-image: url(images/bg_main_sp.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

header {
    height: auto;
    width: 100%;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}
#system_main {

}
	#map figure img {
		width: 100%;
	}

h1 {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#address {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
#headerbox {
	width:auto;
	display: block;
}
	

#mainnav  {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	}
#mainnav ul {
	width: 100%;
	}

#mainnav ul li {
	width: calc(100% / 4);
	}

#gaiyou td img {
width: 35%;
}	


footer .copy img {
	width: 60%;
	height:auto;
	}

h2 {

	font-size: 22px;
}
	
main {
    width: auto;
margin-top: 20px;
}

/* pagetop */
.pagetop{
    position: fixed;
    bottom: 10px;
    right: 10px;
	width: 45px;
}
.box {
	width: auto;
    margin-left: 15px;
    margin-right: 15px;
}
	
#topslide {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    width: 100%;
    margin-top: 15px;
}
.slider img {
	width: 100%;
	height: 56vw;
	object-fit: cover;
}	
.tleft {
    width: 100%;
}
.tright {
    width: 100%;
}
#shimaien {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
	
#day1 {
    width: 100%;
    margin-bottom: 15px;
	padding: 10px;
}
#day2 {
    width: 100%;
	padding: 10px;
}		
	
	
.eventbox dl {
    width: 100%;
}	
.eventbox dt img {
    width: 40%;
}	
#event {
   padding-top: 50px;
}		
	
	.recruitimg img {
		width: 100%;
	}		
.kpdf a {
    width: auto;
}	
	
.floorimg figure img {
    width: 100%;
}	
	
	
	
	
#blog nav li a {
    font-size: 16px;
    letter-spacing: 0.1em;
    border-bottom: 0px dashed #95C738;

}
	
#blog td{
	width: auto;
	display:block;
}

#blog table tr .blogphoto {
	width: auto;
	padding: 10px;
}
#blogside, #blog_o {
	width: 100%;
}	

	
	
}

@media screen and (max-width:480px){


h1 {
}

h2 img {
	width: 80%;
}

h3 {
	font-size: 17px;
}

footer .copy img {
	width:87%
}



header {
	height: auto;
}
	
#mainnav  {
	width: 96%;
	}
#mainnav ul li {
	}
#gaiyou table {
    background-size: 40% auto;
}
#gaiyou td img {
width: 25%;
}	
	.dflex {
		display: block;
	}	
.dflex figure {
    padding: 6px;
    border: 2px dashed #fff;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    border-radius: 25px;
    width: calc(100% - 70px);
}	
	
.photoflex figure {
    width: calc(100% - 2%);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
}	

	
	}
