@charset "utf-8";
/* CSS Document */

/*---------------------各ページ共通---------------------*/

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image:url("../images/back-ground.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: center center;
	background-size:cover;	
	color:#333;
	font-size:18px;

}




/*ヘッダーここから*/

header{
	width:980px;
	height:280px;
	margin:0 auto;
}

header h1{	
	margin:20px auto 10px;
	text-align:center;
}

header h1 img{
	width: 300px;
	height: auto;
}
	



header nav{
	width:640px;
	height:40px;
	margin:5px auto;
}

header nav ul {
	overflow:hidden;
	}
header nav ul li {
	width:160px;
	height:40px;
	float:left;
	text-align:center;
}


header nav ul li a{
	font-weight:bold;
	text-decoration:none;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}


header nav ul li a:hover{
	color: white;
}



/*---------------------ヘッダーここまで---------------------*/



main{
	width:680px;
	margin:0 auto 50px;
	background-color:rgba( 255, 255, 255, 0.6 );
	overflow:hidden;
	display:block;
}


h2{
	padding:60px 0 40px;
	text-align:center;
	font-size:20px;
}



.back-top {
  position: fixed;
  bottom: 30%;
  right: 28%;
  display:none;
  text-decoration:none;
  font-weight:bold;
  font-size:30px;
}

.back-top a{
	  color:#594836;
}

/*---------------------フッターここから---------------------*/
footer{
	margin-bottom:30px;
	height:120px;
	background-color:rgba(166,163,160,0.4);	
	bottom:20px;
	left:40px;
	color:#333;
	
	
}


footer .inner{
	width:680px;
	margin:0 auto;
	position:relative;
}




footer .p1{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	padding-top:10px;
	font-weight:bold;
	line-height:20px;
	font-size:14px;
	margin-left:20px;
}


footer .p2{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 0 10px 0;
	line-height:20px;
	font-size:14px;
	margin-left:20px;
	
}

footer .p3{
	position:absolute;
	right:0;
	bottom:20px;
	margin-right:20px;

}

footer .p3 p a{
	text-align:right;
	font-size:30px;
	text-decoration:none;
	color:#333;
	
}


footer .p3 p a:hover{
	color: white;
}




footer .p4{
	position:absolute;
	right:0;
	bottom:0;
	margin-right:20px;
}

footer .p4 p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:right;
	font-size:10px;
}
/*---------------------フッターここまで---------------------*/


/*---------------------各ページ共通ここまで---------------------*/

/*---------------------home　専用---------------------*/
#home footer{
	margin-bottom:10px;
	height:120px;
	background-color:rgba(166,163,160,0.4);	
	bottom:20px;
	left:40px;
	color:#333;
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	
}
/*---------------------H31,2/25---------------------*/
.home main{
	background-color:rgba( 255, 255, 255, 0.6 );
	width:250px;
}

.home main h2{
	padding: 20px;
	margin: 0 auto;
	color:#333;
}
/*---------------------H31,2/25---------------------*/

/*ここはスライドショーの画像をいじる際以外は触らない*/

.background-slider {
    position: absolute; 
    top:0;
    left:0;
    z-index: -1;
    height:100%;
    width:100%;
    background-size: cover;
    background-position: center;
}

/*ここはスライドショーの画像をいじる際以外は触らない*/




/*---------------------home　専用ここまで---------------------*/
/*---------------------messageここから---------------------*/
#message .box{
	font-size:16px;
	line-height:50px;
	margin:0 auto 10px;
	width:450px;
	padding:0;
	
}



#message .box2 {	
	line-height:40px;
	width: 450px;
	margin: 0 auto 20px;
	
}


#message .box2 p {	
	text-align: right;
	
}


	
#message figure{
	text-align:center;
	margin-bottom:20px;
	}

#message h3{
	text-align:center;
	margin-bottom:20px;
	font-size:16px;
}

	
#message .box3{
	width:320px;
	margin:0 auto 60px;
	line-height:24px;
	font-size:14px;
}





/*---------------------messageここまで---------------------*/


/*---------------------informationここから---------------------*/

#information .recruit{
	font-size:16px;
	line-height:50px;
	margin:0 auto 60px;
	width:450px;
}






#information .calender{
	width:500px;
	height:400px;
	margin:0 auto;
}


#information h3{
	margin:40px auto 40px;
	text-align:center;
	border-bottom:#594836 solid 1px;
	width:500px;
}


#information .map{
	width:500px;
	height:400px;
	margin:0 auto 60px;
}

#information table{
	width:500px;
	margin:0 auto 60px;
	background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
}


#information table th, #information table td{
	padding:15px;
	border:1px solid #594836;
	font-weight:normal;
	font-size:16px;
}



/*---------------------informationここまで---------------------*/
/*---------------------menuここから---------------------*/


#menu h3{
	margin:60px auto 10px;
	text-align:center;
	border-bottom:#594836 solid 1px;
	width:600px;
}


#menu table{
	width:660px;
	margin:0 auto 60px;
	border-bottom:1px dashed #594836;
    
    }

#menu table th{
	padding:15px 7px;
	border-bottom:1px dashed #594836;
	font-size:16px;
    text-align: left;
    vertical-align: bottom;
    font-weight: bold;
}

#menu table td{
	padding:15px 7px;
	border-bottom:1px dashed #594836;
	font-weight:normal;
	font-size:16px;
    text-align: right;
    vertical-align: bottom;
}


#menu section{
	overflow: hidden;
	margin: 10px;
	font-size: 14px;
}

#menu section figure{
	margin: 30px;
	float: left;
}

#menu .box{
	margin:30px;
	line-height: 45px;
}


#menu .sentence{
	width: 600px;
	margin: 20px auto;
	line-height: 30px;
    text-align: center;
}


#menu .gallery{
	width: 600px;
	overflow: hidden;
	margin: 20px auto 60px;
}


#menu .gallery figure img{
	margin: 10px 0 10px 10px;
	float: left;
	width:50px;
	height: auto;
	
}
/*---------------------menuここまで---------------------*/