@charset "Shift_JIS";
/* CSS Document */



* { 
margin: 0;
 padding: 0;
  border: 0;
   list-style: none; 
   }

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;
}


.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 {
    background-image: url(images/bg_h2.png);
    margin-bottom: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg_h2 {
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    color: #1B1414;
    background-image: url(images/bg_h2.png),url(images/bg269.png);
    margin-bottom: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #D8EDAE;
    background-repeat: no-repeat,repeat;
    background-position: center center;
}


h3 {
    position: relative;
    padding: 0.6em;
    background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
    background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
    border-radius: 7px;
    text-align: left;
    margin-bottom: 20px;
}

h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}

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;
}
#hbox {
    width: 980px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
#menu_recruit {
	position: absolute;
	top:-20px;
	left:10px;
	width: 130px;
}
#menu_recruit img {
	width: 100%;
}
#menu_dousoukai {
	position: absolute;
	top:-20px;
	right:10px;
	width: 130px;
}
#menu_dousoukai img {
	width: 100%;
}





/*ページ構成*/
html,body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    font-family: "M PLUS 1p";
    font-size: 16px;
    color: #3E261B;
    background-image: url(images/bg_body.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #FFFCEA;
}


#system_main {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;

    background-image: url(images/bg_mainl.png),url(images/bg_mainr.png),url(images/bg_body2.png);
    background-repeat: no-repeat;
    background-position: left top,right top,center bottom;

}

#slogan {
	float: right;
	width: 330px;
}
#slogan img {
	width: 100%;
}
header {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}


main {
    text-align: center;
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;

}

footer {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(images/bg_footerl.png),url(images/bg_footerr.png);
    background-repeat: no-repeat;
    background-position: left bottom,right bottom;
    padding-top: 300px;
    padding-bottom: 20px;
}

footer .copy {
    text-align: center;
    font-size: 13px;
    color: #5A3D1C;
    margin-right: auto;
    margin-left: auto;
}
footer .copy img {

	}
#page_top{
  width: 150px;
  height: 100px;
  position: fixed;
  right: 0px;
  bottom: -100px;
	z-index: 100;
}

#page_top img {
    width: 100%;
}

.bgbox {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: rgba(255,247,195,0.62);
    padding-top: 60px;
    padding-bottom: 60px;
}
.box {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
/* トップ */
#slider {
	position: relative;
}
#slogan2 {
	position: absolute;
	width: 700px;
	top:100px;
	left:50px;
	z-index: 9;
}
#slogan2 img {
	width: 100%;
}

.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%}
}

.swiper-container {
  width: 100%;
  text-align: center;
}

.swiper-container{
	position:relative;
}
.swiper-slide{
	padding-top:40%;
	margin:0 auto;
	position:relative;
}
.swiper-slide img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: auto;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}


#news {
	margin-bottom: 80px;
	}


#news ul {
    text-align: left;
    background-color: #EBD9B8;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    border: 7px solid #FFE063;
    border-radius: 20px;
    background-image: url(images/bg_news.png);
}
#news li {
    border-bottom: 2px dashed #956B51;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    background-image: url(images/list1.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 10px;

}
#greeting {
	margin-bottom: 80px;
	}
.txt {
    text-align: left;
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    border: 7px solid #C7AA7A;
    border-radius: 20px;
}




#kihon {
	width: 48%;
	margin-bottom: 30px;
	}
#kihon table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    margin-bottom: 15px;
	border-collapse: separate;
}
#kihon th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    background-color: #7EBF3F;
    background-image: url(images/bg270.png);
}
#kihon td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFFFFF;
    border: 1px solid #BDE8FF;
}

#map {
width: 48%;
	}
	
#map iframe {
    width: 100%;
    height: 330px;
    margin-bottom: 10px;
	}
.maptxt {
    background-color: #FFEDB2;
    padding: 10px;
    text-align: left;
    border-radius: 10px;
}

.tbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-bottom: 80px;
}


#info {
	margin-bottom: 50px;
	}


#info ul {
    text-align: left;
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    border: 7px solid #AFE9BE;
    border-radius: 20px;
}
#info li {
    border-bottom: 2px dashed #956B51;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    background-image: url(images/list_link1.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 10px;

}


#outline {
	margin-bottom: 50px;
	}
#outline h3 {
    position: relative;
    padding: 0.6em;
    background: -webkit-repeating-linear-gradient(-45deg, #ffab7d, #ffab7d 4px,#ffd6c0 3px, #ffd6c0 8px);
    background: repeating-linear-gradient(-45deg, #ffab7d, #ffab7d 4px,#ffd6c0 3px, #ffd6c0 8px);
    border-radius: 7px;
    text-align: left;
    margin-bottom: 30px;
}

#outline h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffc8aa;
  width: 0;
  height: 0;
}

#mokuhyou {
	margin-bottom: 50px;
	}

#mokuhyou ul {
    text-align: left;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    background-color: rgba(221,241,255,1.00);
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 0px 5px rgba(171,190,196,1.00);
    box-shadow: inset 0px 0px 5px rgba(171,190,196,1.00);
}
#mokuhyou ul li {
    border-bottom: 2px dashed rgba(108,171,193,1.00);
    margin-bottom: 10px;
    padding-bottom: 10px;

}


#kagai {
	margin-bottom: 50px;
	}
#kagai 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: 20px;
    background-color: #FFFFFF;
    border: 2px solid #FFBB68;
    border-radius: 20px;
	padding: 20px;
}


#kagai dl {
    width: 55%;
    margin-bottom: 15px;
    background-color: #FFF2E1;
    border-radius: 20px;
}
#kagai dt {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: bold;
    color: rgba(171,95,0,1.00);
    font-size: 1.1em;
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
#kagai dd {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    text-align: left;

}


#kagai ul {
    width: 44%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#kagai ul li {
    width: 50%;
    text-align: center;
    margin-bottom: 15px;
}
#kagai ul li img {
    width: 92%;
    border: 6px solid #FFFFFF;
    -webkit-box-shadow: 1px 1px 3px #CDC3B8;
    box-shadow: 1px 1px 3px #CDC3B8;
}






#azukari {
	margin-bottom: 50px;
	}


#azukari ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
}
#azukari ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 15px;
}
#azukari ul li img {
    width: 92%;
    border: 6px solid #FFFFFF;
    -webkit-box-shadow: 1px 1px 3px #CDC3B8;
    box-shadow: 1px 1px 3px #CDC3B8;
}

#azukari dl {
    margin-bottom: 20px;
}
#azukari dt {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 15em;
    vertical-align: top;
    font-weight: normal;
    background-image: url(images/bg263.png);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-left: 20px;
}
#azukari dd {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    text-align: left;
    background-color: #FFFFFF;
    border: 2px solid #FFBB68;
    border-radius: 20px;
}
.atxt {
    text-align: left;
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 0px 5px rgba(171,190,196,1.00);
    box-shadow: inset 0px 0px 5px rgba(171,190,196,1.00);
}

#floor {
	margin-bottom: 50px;
	}
#enkaku {
	margin-bottom: 50px;
	}

#enkaku table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    margin-bottom: 15px;
	border-collapse: separate;
}
#enkaku th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    background-image: url(images/bg261.png);
}
#enkaku td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFFFFF;
    border: 1px solid #FF9F55;
}




#guide h3 {
    position: relative;
    padding: 0.6em;
    background: -webkit-repeating-linear-gradient(-45deg, #ffc933, #ffc933 4px,#ffe9ad 3px, #ffe9ad 8px);
    background: repeating-linear-gradient(-45deg, #ffc933, #ffc933 4px,#ffe9ad 3px, #ffe9ad 8px);
    border-radius: 7px;
    text-align: left;
    margin-bottom: 20px;
}

#guide h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffd86b;
  width: 0;
  height: 0;
}


#guide {
	margin-bottom: 50px;
	}
.guidebox {
	margin-bottom: 50px;
	}
.guidebox p {
    text-align: left;
	}
#guide table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    margin-bottom: 15px;
	border-collapse: separate;
}
#guide th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    background-image: url(images/bg100.png);
}
#guide td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFFFFF;
    border: 1px solid #FFB01D;
}

#guide dl {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    border-collapse: separate;
    background-image: url(images/bg262.png);
    padding: 20px;
    border-radius: 20px;
    border: 5px solid #FFFFFF;
    -webkit-box-shadow: 0px 0px 5px #CCC6BD;
    box-shadow: 0px 0px 5px #CCC6BD;
}
#guide dt {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    margin-bottom: 5px;
    background-color: rgba(255,255,255,0.49);
}
#guide dd {
    padding: 10px;
    text-align: left;
    background-color: #FFFFFF;
    margin-bottom: 5px;
}
#guide ul {
    width: 80%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
}
#guide ul li {
    width: 33.3%;
    text-align: center;
    margin-bottom: 15px;
}
#guide ul li img {
    width: 92%;
    border: 6px solid #FFFFFF;
    -webkit-box-shadow: 1px 1px 3px #CDC3B8;
    box-shadow: 1px 1px 3px #CDC3B8;
}



#daily {
	margin-bottom: 50px;
	}
#daily h3 {
    position: relative;
    padding: 0.6em;
    background: -webkit-repeating-linear-gradient(-45deg, #b3e466, #b3e466 4px,#d9faa6 3px, #d9faa6 8px);
    background: repeating-linear-gradient(-45deg, #b3e466, #b3e466 4px,#d9faa6 3px, #d9faa6 8px);
    border-radius: 7px;
    text-align: left;
    margin-bottom: 20px;
}

#daily h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #d9faa6;
  width: 0;
  height: 0;
}
#daybox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
}
#daybox table {
    width: 65%;
    border-spacing: 3px;
    margin-bottom: 20px;
    border-collapse: separate;
}
#daybox th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    background-image: url(images/bg50.png);
    border: 1px solid #B3E346;
}
#daybox td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFFFFF;
    border: 1px solid #B3E346;
}
#daybox dl {
    width: 32%;
    background-color: #FFFFFF;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
    -webkit-box-shadow: 0px 0px 5px #D9CEBC;
    box-shadow: 0px 0px 5px #D9CEBC;
    margin-bottom: 20px;
}
#daybox dt {
    padding: 10px;
    text-align: center;
    font-size: 1.2em;
    background-image: url(images/bg50.png);
}
#daybox dd {
    padding: 10px;
    text-align: left;
}
#daily ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
}
#daily ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 15px;
}
#daily ul li img {
    width: 92%;
    border: 6px solid #FFFFFF;
    -webkit-box-shadow: 1px 1px 3px #CDC3B8;
    box-shadow: 1px 1px 3px #CDC3B8;
	object-fit: cover;
	height: 180px;
}


#event {
	margin-bottom: 50px;
	}
#eventbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
}
#eventbox dl {
    width: 31.3%;
    background-color: #FFFFFF;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
    -webkit-box-shadow: 0px 0px 5px #D9CEBC;
    box-shadow: 0px 0px 5px #D9CEBC;
    margin-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
}
#eventbox dt {
    margin-bottom: 20px;
    background-color: #FFFCEA;
    padding: 5px;
    -webkit-box-shadow: inset 0px 0px 5px #BCAD91;
    box-shadow: inset 0px 0px 5px #BCAD91;
    border-radius: 10px;
}

#eventbox dd {

}

#eventbox dd div {
    margin-top: 20px;
}


#eventbox dd div img {
    width: 92%;
    border: 6px solid #FFFFFF;
    -webkit-box-shadow: 1px 1px 3px #CDC3B8;
    box-shadow: 1px 1px 3px #CDC3B8;
	object-fit: cover;
	height: 190px;
}

#preclass {
	margin-bottom: 50px;
	}
#preclass h3 {
    position: relative;
    padding: 0.6em;
    background: -webkit-repeating-linear-gradient(-45deg, #daf2ff, #daf2ff 4px,#c0e8ff 3px, #c0e8ff 8px);
    background: repeating-linear-gradient(-45deg, #daf2ff, #daf2ff 4px,#c0e8ff 3px, #c0e8ff 8px);
    border-radius: 7px;
    text-align: left;
    margin-bottom: 30px;
}

#preclass h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #daf2ff;
  width: 0;
  height: 0;
}
.ptxt {
    text-align: left;
    background-color: #FFF5AF;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 0px 5px rgba(196,184,171,1.00);
    box-shadow: inset 0px 0px 5px rgba(196,184,171,1.00);
}
.ptxt2 {
    text-align: left;
    margin-bottom: 40px;
    font-size: 1.2em;
    font-weight: bold;
    color: #3774A6;
padding: 10px;
}



#koushin {
	margin-bottom: 50px;	
}
#koushin table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    margin-bottom: 15px;
	border-collapse: separate;
}
#koushin th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    background-image: url(images/bg262.png);
}
#koushin td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFFFFF;
    border: 1px solid #FDD561;
}
#koushin dl {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    border-collapse: separate;
    background-image: url(images/bg82.png);
    padding: 20px;
    border-radius: 20px;
}
#koushin dt {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    margin-bottom: 5px;
    background-color: rgba(221,247,255,0.90);
}
#koushin dd {
    padding: 10px;
    text-align: left;
    background-color: #FFFFFF;
    margin-bottom: 5px;
}




#nerai {
	margin-bottom: 50px;	
}
#nerai ul {
    text-align: left;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    background-color: rgba(255,255,255,1.00);
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 0px 5px rgba(213,187,174,1.00);
    box-shadow: inset 0px 0px 5px rgba(213,187,174,1.00);
}
#nerai ul li {
    border-bottom: 2px dashed rgba(255,196,86,1.00);
    margin-bottom: 10px;
    padding-bottom: 10px;

}
#katsudou {
	margin-bottom: 50px;	
}
#katsudou > div {
    padding: 30px;
    background-color: #FFFFFF;
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 0px 5px rgba(213,187,174,1.00);
    box-shadow: inset 0px 0px 5px rgba(213,187,174,1.00);
    text-align: left;
}
#onegai {
	margin-bottom: 50px;	
}
#onegai ul {
    text-align: left;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    background-color: rgba(255,245,238,1.00);
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 0px 5px rgba(213,187,174,1.00);
    box-shadow: inset 0px 0px 5px rgba(213,187,174,1.00);
}
#onegai ul li {
    border-bottom: 2px dashed rgba(255,105,105,1.00);
    margin-bottom: 10px;
    padding-bottom: 10px;

}






#blog {
	margin-bottom: 50px;
	}

#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: 27%;
    border-radius: 10px;
    background-color: #D8C6FF;
    padding-bottom: 30px;
    padding-top: 20px;
}
#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;
}
#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/list2.png);
    padding-left: 35px;
    padding-top: 5px;
    margin-top: 12px;
}

#blogside h3 {
    position: relative;
    padding: 0.4em;
    background: -webkit-repeating-linear-gradient(-45deg, #f0ebff, #f0ebff 4px,#f7f4ff 3px, #f7f4ff 8px);
    background: repeating-linear-gradient(-45deg, #f0ebff, #f0ebff 4px,#f7f4ff 3px, #f7f4ff 8px);
    border-radius: 7px;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    color: #68259A;
}

#blogside h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #f1ebff;
  width: 0;
  height: 0;
}

#blog_o {
	text-align: center;
	width: 70%;

	margin-top: 0px;
	margin-bottom: 40px;
	padding: 0px;
}
#blog_o h3 {
    position: relative;
    padding: 0.6em;
    background: -webkit-repeating-linear-gradient(-45deg, #f0eaff, #f0eaff 4px,#e6dbff 3px, #e6dbff 8px);
    background: repeating-linear-gradient(-45deg, #f0eaff, #f0eaff 4px,#e6dbff 3px, #e6dbff 8px);
    border-radius: 7px;
    text-align: left;
    margin-bottom: 15px;
    font-size: 20px;
}

#blog_o h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #f0eaff;
  width: 0;
  height: 0;
}
.blogmain {
    text-align: center;
    margin-bottom: 60px;
    padding: 30px;
    background-color: #FFFFFF;
    border-radius: 20px;
}

#blog table {
    width: 100%;
    border-spacing: 3px;
    border-bottom: 2px dashed #9DCB6D;
}
#blog table tr .blogtext {
	text-align: left;
	padding: 10px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #FFFFFF;
	width: auto;
}

#blog .blogphoto {
    width: 33%;
    padding-top: 10px;
}


#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;
}

.blogpdf {
    text-align: center;

}
.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: #B4C3D3;
    margin-bottom: 10px;
    color: #FFFFFF;
}
.blogdate {
	font-size: 12px;
	text-align: right;
	padding: 5px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	width: auto;
}
#blog dl {
    margin-bottom: 15px;
}
#blog dt {
    text-align: center;
    margin-bottom: 5px;
}
#blog dd {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    background-color: #E2F9C0;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-radius: 5px;
}



/*ページ送り*/
.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: #B07CF9;
    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: #FFF4BF;
}


.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-family: "M PLUS 1p";
    font-size: 16px;
    color: #3E261B;
    background-image: url(none);
	
	/*
    background-image: url(images/bg_body_sp.png);
    background-position: center top;
    background-repeat: no-repeat;
	*/
}


#system_main {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	
    background-image: url(none),url(none),url(images/bg_body2_sp.png);
    background-repeat: no-repeat;
    background-position: left top,right top,center bottom;
    background-size: auto auto,auto auto,100% auto;
}

header {
    background-size: 25% auto;
}
header {
	height: auto;
	width: auto;

}
main {
    width: auto;
    padding-left:  10px;
    padding-right: 10px;
}


h1 {
	width: 50%;
	float: none;
    padding-top: 10px;
    padding-bottom: 0px;
}



h2 {

	font-size: 22px;
}

	
#hbox {
    width: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
#menu_recruit {
	position: absolute;
	top:2px;
	left:0px;
	width: 63px;
	z-index: 2000;
}
#menu_dousoukai {
	position: absolute;
	top:2px;
	right:auto;
	left:63px;
	width: 63px;
	z-index: 2001;
}	
	
	
	
	.floorimg img {
		width: 100%;
	}	
	
#kagai dl {
    width: 100%;
}	
#kagai ul {
    width: 100%;
}	
#daybox dl {
    width: 100%;
	padding: 12px;
}		
#daybox table {
    width: 100%;
}
#daily ul li {
    width: 100%;
	margin-left: auto;
	margin-right: auto;
} 	
#daily ul li img {
	height: auto;
}	
#eventbox dl {
    width: 100%;
	margin-left: auto;
	margin-right: auto;
} 
	
#eventbox dd div img {

	height: auto;
}	
	
	
.box {
	width: auto;
    margin-left: 10px;
    margin-right: 10px;
}

	
/* swiper */
#slide{
	width:100%;
}
.swiper-container{
	position:relative;
}
.swiper-slide{
	padding-top:70%;
}
.swiper-slide img {
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}

	
	
#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){


h1 {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}
	h2 {
    background-size: 100% auto;	
	}
h2 img {
    width: 65%;

}

h3 {
	font-size: 17px;
}
	footer {
    padding-bottom: 110px;
}
footer img {
	width:90%;
}

#page_top{
  width: 100px;
  height: 70px;
  position: fixed;
  right: 10px;
  bottom: -70px;
}	


header {
    height: auto;

}
footer {
    background-image: url(none),url(none);
    padding-top: 50px;
    padding-bottom: 70px;
}

	#kihon {
		width: 100%;
	}
	#map {
		width: 100%;
	}
#kihon th {
	width: auto;
display: block;
}

#kihon td {
	width: auto;
display: block;
}

	
	
#guide th {
	width: auto;
display: block;
}

#guide td {
	width: auto;
display: block;
}	
	
#guide ul {
    width: 100%;
}
#guide ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}	
	
#azukari dt {
    width: 100%;
    margin-left: 0px;
}
#azukari dd {
    width: 100%;
    margin-left: 0px;
    border-radius: 0px;
}	
	
#azukari ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}	
	

	
	
	
	
	
	
	}
