@charset "utf-8";
/* CSS Document */



#menu{
	padding-top: 20px;
    width: 700px;
}
#menu ul{
	width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 2em;
    letter-spacing: -1px;
}
#menu li a{
    color: #3A1E11;
}
#menu li a:hover {
    color: #B55D33;
}
#menu li{
    padding: 0 5px;
    width: calc(100% / 5);
    list-style-type: none;
    text-align: center;
}


#menu p{
	margin: 5px auto;
}
.sp { display: none !important; }





@media screen and (max-width:900px){
.sp { display: block !important; }	
.toggle{
	position: absolute;
	top:10px;
	right: 10px;
}
.openbtn1{
    position: relative;/*ボタン内側の基点となるためrelativeを指定*/
    background-color: #6EB92B;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background: #fff;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
	

	
#menu{
    display: none;
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
}

#menu ul{
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;

}
#menu li:first-child {
    width: 98%;
    margin: 1%;
    box-sizing: border-box;
    border-left: none;
    background-color: #b9deff;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#menu li{
    width: 47%;
    margin: 1%;
    box-sizing: border-box;
    border-left: none;
    background-color: #b9deff;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#menu li a{
}	
#menu li:nth-of-type(odd){
    margin-top: 0px;
}	
	
	

	
}		






body{
    background-color: #FFFFFF;
    padding: 20px;
}


a{
  color: #333;
  text-decoration: none;
}

.lead{
  margin:20px 0 0 0;
}

.btn-block{
  width:200px;  
  padding: 30px;
}


* { 
margin: 0;
 padding: 0;
  border: 0;
   list-style: none; 
   }

p {
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
}

a {
	color: #0090EC;
	text-decoration: none;
} 
a:visited {
	color: #F46A00;
	text-decoration: none;
} 
a:hover {
	color: #E1001C;
} 
a:active {
　　color: #CC0066; 
} 



/*---------------------------------------------------------
  						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;
    /**/
}

#bg_Box {
    background-image: url(images/bg_box.png);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
}
#bg_Box2 {
    background-image: url(images/bg_box.png);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
	padding-top: 60px;
}


.tel {}


h1 {
    width: 350px;
	position: relative;
	z-index: 100;

}
h1 img {
	width: 100%;
}
/*
.animated:hover{
animation: fadeInDown 1s;
}
.animated2:hover{
animation: bounce 1s;
}
*/
h2 {
    text-align: center;
}


h3 {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: left;
    color: #67210D;
    font-size: 22px;
    -moz-background-size: 100% auto;
    font-weight: normal;
    padding-bottom: 4px;
    padding-left: 4px;
    margin-top: 20px;
    border-top: 1px dashed #A26F63;
    border-bottom: 1px dashed #A26F63;
    padding-top: 4px;
    background-color: #F5EFCA;
    background-image: url(images/bg263.png);
}


h4 {
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	color: #F84C67;
	margin-top: 10px;
	margin-bottom: 10px;
}

img {
	vertical-align: bottom;
	border: 0px;

}



main a:hover img {
	opacity: 0.7;
	-moz-opacity:0.7; 
	filter: alpha(opacity=70);
	zoom: 1;
}




/*ページ構成*/
html,body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 16px;
    color: #564235;
    background-color: #b9deff;
}


#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: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
}






.bgbox {
	background-color: #FFFFFF;
	padding-top: 15px;
	border-top: 4px solid #B7E1FF;
	border-bottom: 4px solid #B7E1FF;
}


footer {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    height: 150px;
    background-image: url(images/bg_footer.png);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: 100% auto;
    padding-top: 80px;
    font-size: 0.9em;
}

footer .copy {
    text-align: center;
    font-size: 12px;
    color: #5A3D1C;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
}
footer .copy img {
	height: 30px;
	}

.pagetop {
	text-align: right;
	padding-top: 1em;
	margin-right: auto;
	margin-left: auto;
	width: 94%;
}




#mainbox {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}
.mainbox {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
main {
    /* important */
    height: 100%;
    padding-bottom: 50px;
}
  

/* トップ */

#sdr {
    position: relative;

}
#topimg1 {
	position: absolute;
	top:0px;
	left:0px;
}
#topimg1 img {
	width: 100%;
	vertical-align: top;
}

#topimg2 {
	position: absolute;
	bottom:-1px;
	left:0px;
}
#topimg2 img {
	width: 100%;
	vertical-align: bottom;
}

#topimg3 {}
#topimg3 img {
	width: 100%;
	vertical-align: top;
}


.error {
	margin-bottom: 60px;
	margin-top: 30px;
}
.fbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}

#news {
    margin-bottom: 50px;
	}

.txt {
    text-align: left;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    border-radius: 20px;
}
#news iframe {
    width: calc(100% - 20px);
    height: 600px;
    overflow: scroll;
}

#kihon {
	width: 48%;
	margin-bottom: 50px;
	}
#kihon table {
	width: 100%;
}
#kihon th {
    width: 20%;
    padding: 10px;
    background-color: #FFEDC1;
}
#kihon td {
    padding: 10px;
    background-color: #FFFFFF;
    text-align: left;
}

#map {
    margin-bottom: 50px;
	}
	
#map iframe {
	width: 100%;
	height: 300px;
	}

#map figure {
	width: 64%;
	margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
	}
#map figure img {
	width: 100%;
	}

.otxt {
    padding: 20px;
    text-align: left;
    background-color: #FFFFFF;
    border-radius: 20px;
}

#outline {
    margin-bottom: 80px;
	}
#outline table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #585858;
    border-collapse: collapse;
    margin-bottom: 15px;
}
#outline th {
    padding: 1em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    background-color: #D8F090;
    border: 1px solid #585858;
}
#outline td {
    padding: 1em;
    text-align: left;
    background-color: #FFFBEF;
    border: 1px solid #585858;
}




#info {
    margin-bottom: 80px;
	}

#info ul {
    text-align: left;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border: 5px solid #F7E7D3;
    margin-left: auto;
    margin-right: auto;
}
#info li {
    text-align: left;
    border-bottom: 1px dashed #5392CC;
    margin-bottom: 10px;
    padding-bottom: 15px;
    background-image: url(images/list3.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 30px;
    list-style-type: none;
}


#floor {
    margin-bottom: 80px;
	}

#floor figure img {
	width: 100%;
}

.pcimg {}
.spimg {
	display: none;
}



#life {
    margin-bottom: 80px;
	}

.eventbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
	flex-wrap : wrap; 
}
.eventbox dl {
    width: 31.3%;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 10px;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #F1EDE8;
}

.eventbox dt {
    padding: 10px;
    text-align: center;
    border-bottom: 2px dashed #D9D9D9;
}
.eventbox dd {
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;

}

.eventbox dt img {
    width: 40%;
}
.eventbox dd div {
    text-align: center;
    padding-top: 15px;
}


.eventbox dd div img {
    width: 90%;
    border-radius: 20px;
}




#lunch {
    margin-bottom: 80px;
	}
#lunch table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #585858;
    border-collapse: collapse;
    margin-bottom: 15px;
}
#lunch th {
    padding: 1em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    background-color: #FFC777;
    border: 1px solid #585858;
}
#lunch td {
    padding: 1em;
    text-align: left;
    background-color: #FFFBEF;
    border: 1px solid #585858;
}



#recruit {
    margin-bottom: 80px;
	}

#contactform {
    margin-bottom: 50px;
    text-align: center;
}
#contactform dl {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    background-color: #FFF7F0;
    margin-bottom: 30px;
    margin-top: 20px;
}
#contactform dt {
	font-weight: bold;
	font-size: 1.1em;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
#contactform dd {
	margin-bottom: 15px;
	border-bottom: 1px dotted #8E5E46;
	padding-bottom: 15px;
}

#contactform dd input[type="text"] {
    box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    text-align: left;
    background-color: #FBE6D4;
    margin-top: 2px;
    margin-bottom: 2px;
}

#contactform dd textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #FBE6D4;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
#contactform dd input[type="radio"] {
	margin-right: 3px;
}
#contactform .submit {
    width: 45%; 

}
#contactform .reset {
    width: 45%; 
}
#contactform .soushinbox {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
    display: flex;
    justify-content: space-between;
}
input[type="submit"]  {
    width: 100%; /*送信ボタンの幅を指定*/
    margin-bottom: 5px;
    border: 1px solid #B7B7B7;
    background-color: #FF1D6A;
    padding: 0.4em;
    cursor: pointer;
    color: rgba(255,255,255,1.00);
}

input[type="reset"]  {
	width: 100%; /*リセットボタンの幅を指定*/
	border: 1px solid #B7B7B7;
	background-color: #E1E1E1;
	padding: 0.4em;
	cursor: pointer;
}
.hissu {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 0.7em;
    background-color: #F93358;
    padding-top: 1px;
    padding-right: 2px;
    padding-bottom: 1px;
    padding-left: 2px;
}


#contactform dd textarea {
	width: 100%;

}



	
.tel {
    margin-bottom: 50px;
}
.tel a {
    display: block;
    padding: 10px;
    text-align: center;
    width: 10em;
    margin-left: auto;
    margin-right: auto;
    background-color: #2F699F;
    color: #FFFFFF;
    border-radius: 30px;
    text-decoration: none;
    font-size: 1.4em;
}
.tel a:hover {
    background-color: #F93358;
}
	


.recruitimg {
    text-align: center;
}















@media screen and (max-width:900px){

header,main,#mainnav, #mainnav ul, #system_main,#topside {
	width: 100%;
	height:auto;	
}
html,body {
}

	
	
	
	
	

#mainbox {
	width: auto;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	border-radius: 0px;
}

header {
    height: auto;
    width: 100%;
	display: block;
	padding-bottom: 10px;
}
#system_main {

}

.tel img {
	width: 40%;
}

h1 {
    width: 70%;
}


main {
	margin-top: auto;
	margin-bottom: auto;
	width:94%;
}

footer {
    padding-top: 40px;
    font-size: 0.9em;
}
	
footer .copy img {
	width: 80%;
	height:auto;
	}

#contactform .soushinbox {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
    display: flex;
    justify-content: space-between;
}
#contactform dl {
		width: auto;
	}
#contactform dd input[type="text"] {
	width: 100%;
	box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	text-align: left;

}

#contactform dd textarea {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}		
	
}



@media screen and (max-width:480px){
header, footer,#mainnav, #mainnav ul, #system_main {
	width: 100%;	
}
#system_main {
	background-image: url(none);
}
h1 {
    width: 60%;
    margin-right: auto;
}

h2 img {
	width: 60%;
}

h3 {
	font-size: 17px;
}
footer {
    font-size: 0.9em;
    background-position: center top;
    padding-bottom: 0px;
    background-image: url(images/bg_footer_sp.png);

}
footer .copy img {
	width:87%
}

.pagetop img {
	width: 20%;
}

#map figure {
	width: 100%;
	margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
	}
	#mokuhyou figure img {
		width: 90%;
	}
	
.pcimg {
	display: none;
	}
.spimg {
	display: block;
}	
	
	
.eventbox dl {
    width: 98%;

}	
.eventbox dl dt img {
    width: 33%;

}		
	
	
	
	
#contactform .soushinbox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#contactform .submit {

}
#contactform .reset {

}
	
#contactform dl {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

}		
	
.txt {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.recruitimg img {
    width: 70%;
}
	
#kihon th {
    width: auto;
    display: block;
}
#kihon td {
    width: auto;
    display: block;
}	
#outline th {
    width: auto;
    display: block;
}
#outline td {
    width: auto;
    display: block;
}		
#lunch th {
    width: auto;
    display: block;
}
#lunch td {
    width: auto;
    display: block;
}	
	
	}
	
