﻿@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: 18% center;
	background-size:cover;	
	color:#333;
	font-size:18px;

}




/*ヘッダーここから*/

header{
	width:100%;
	height:100%;
	margin:0 auto;
}

header h1{	
	margin:20px auto 10px;
	text-align:center;
}

header h1 img{
	width: 50%;
	height: auto;
}
	



header nav{
	width:100%;
	height:100%;
	margin:5px auto;
	background-color:rgba( 255, 255, 255, 0.3 );
	border-top: 1px solid #fff;
}

header nav ul {
	overflow:hidden;
	}


header nav ul li {
	width:50%;
	height:100%;
	float:left;
	text-align:center;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	
}


header nav ul li:nth-child(even){
	border-right: none;
}


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;
	line-height:40px;
	font-size: 14px;
}


header nav ul li a:hover{
	color: white;
}



/*---------------------ヘッダーここまで---------------------*/



main{
	width:90%;
	margin:0 auto 50px;
	background-color:rgba( 255, 255, 255, 0.6 );
	padding:50px auto;
	overflow:hidden;
	display:block;
}


h2{
	padding:60px 0 40px;
	text-align:center;
	font-size:20px;
}



.back-top {
  position: fixed;
  bottom: 30%;
  right: 8%;
  display:none;
  text-decoration:none;
  font-weight:bold;
  font-size:30px;
}

.back-top a{
	  color:#594836;
}

/*---------------------フッターここから---------------------*/
footer{
	margin-bottom:30px;
	height:100%;
	height: 100%;
	background-color:rgba(166,163,160,0.4);	
	bottom:20px;
	left:40px;
	color:#333;
	
	
}


footer .inner{
	width:90%;
	height: 100%;
	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:0 auto;
}


footer .p1 p{
	text-align: center;
}


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:12px;
	margin:0 auto;
	
}


footer .p2 p{
	text-align: center;
}


footer .p3{
	position:static;
	right:0;
	bottom:20px;
	margin-left:20px;

}

footer .p3 p a{
	text-align:center;
	font-size:20px;
	text-decoration:none;
	color:#333;
	
}


footer .p3 p a:hover{
	color: white;
}




footer .p4{
	position:static;
	right:0;
	bottom:0;
	margin:0 auto;
}

footer .p4 p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	font-size:10px;
}
/*---------------------フッターここまで---------------------*/

/*---------------------各ページ共通ここまで---------------------*/

/*---------------------home　専用---------------------*/
#home footer{
	margin-bottom:0;
	height:140px;
	background-color:rgba(166,163,160,0.4);	
	bottom:20px;
	left:40px;
	color:#333;
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	
}





/*---------------------home　専用ここまで---------------------*/
/*---------------------messageここから---------------------*/
#message .box{
	font-size: 16px;
    line-height: 30px;
    margin: 0 auto 60px;
    width: 70%;
    padding: 0;
	
}



#message .box2 {	
	line-height: 40px;
    width: 70%;
    margin: 0 auto 60px;
	
}


#message .box2 p {	
	text-align: right;
	
}


	
#message figure{
	text-align:center;
	margin-bottom:20px;
	}

#message figure img{
	vertical-align: bottom;
    width: 80%;
}


#message h3{
	text-align:center;
	margin-bottom:20px;
	font-size:16px;
}

	
#message .box3{
	width: 86%;
    margin: 0 auto 60px;
    line-height: 20px;
    font-size: 14px;
}





/*---------------------messageここまで---------------------*/


/*---------------------informationここから---------------------*/

#information .recruit{
	font-size: 16px;
    line-height: 30px;
    margin: 0 auto 60px;
    width: 70%;
    padding: 0;	
}




#information .calender{
	width: 100%;
    height: auto;
    margin: 0 auto;
}

#information .calender iframe{
	width: 100%;
    max-height: 300px;
}


#information h3{
margin:60px auto 60px;
	text-align:center;
	border-bottom:#594836 solid 1px;
	width:90%;
}


#information .map{
	width: 100%;
    height: auto;
    margin: 60px auto;
}



#information .map iframe{
	width: 100%;
    max-height: 250px;
}



#information table{
	width:100%;
	margin:0 auto 60px;
	background-color: rgba(255, 255, 255, 0.7);
}


#information table th, #information table td{
	padding:15px;
	border:1px solid #594836;
	font-weight:normal;
	font-size:10px;
}
/*---------------------informationここまで---------------------*/
/*---------------------menuここから---------------------*/


#menu h3{
	margin:60px auto 60px;
	text-align:center;
	border-bottom:#594836 solid 1px;
	width:90%;
}



#menu section{
	overflow: hidden;
	margin: 10px;
	font-size: 14px;
}

#menu section figure{
	margin: 0 auto;
    float: none;
    text-align: center;
}

#menu .box{
	margin:30px;
	line-height: 45px;
}


#menu .box h4{
	text-align: center;
}


#menu .sentence{
	width: 80%;
	margin: 50px auto;
	line-height: 30px;
}


#menu .gallery{
	width: 70%;
	overflow: hidden;
	margin: 20px auto 60px;
}


#menu .gallery figure img{
	margin: 10px 0 10px 10px;
	float: left;
	width:40%;
	height: auto;	
}



#menu table{
	width:100%;
	margin:0 auto 60px;
	border-bottom:1px dashed #594836;
}


#menu table th{
	padding:15px 2px;
	border-bottom:1px dashed #594836;
	font-weight:bold;
    vertical-align: bottom;
    font-size:10px;
    text-align: left;
    width: 50px;
}

#menu table td{
padding:15px 2px;
text-align: right;
font-size:12px;
vertical-align: bottom;
border-bottom:1px dashed #594836;
}



/*---------------------menuここまで---------------------*/