@charset "UTF-8";
/* CSS Document */

body{
	background-image: url(../img/layout/bg.gif);
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;	
}
a:hover{
	opacity:0.7;
	
}
#header{
	background-color: #FFF;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #611F0F;
	border-bottom-color: #DCDBDA;
	position: fixed;
	width: 100%;
	z-index: 100;
}
#header ul,#header li{
	margin: 0px;
	display: inline;
}
#header h1{
	margin: 0px;
}
#header .container{
	margin-right: auto;
	margin-left: auto;	
}
#contents{
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	background-color: #FFF;
	padding-top: 104px;
}
#face{
	opacity:0;
}
#face-copy{
	opacity:0;
	position: absolute;
	z-index:10;
	
}
#aisatsu{
	background-image: url(../img/layout/aisatsu-bg.gif);
	background-repeat: no-repeat;
	background-position: 40px 50px;	
}
#menu{
	background-image: url(../img/layout/menu-bg.gif);
	background-repeat: no-repeat;
	background-position: 95% 80%;
}
#tenpo-thumb{
	text-align: center;
	margin-top: 10px;
}
#tenpo-thumb a{
	margin: 5px;	
}
#access-table{
	margin-left: 20px;	
	margin-bottom: 10px;	
}
#access-table th,#access-table td{
}
#access-table th{
	font-size: 13px;
	line-height: 130%;
	color: #999;
	letter-spacing: 1px;
	text-align: right;
	padding-right: 15px;
}
#access-table td{
	font-size: 14px;
	line-height: 130%;
	color: #156907;
	letter-spacing: 1px;
}
#access-map{
	margin-right: 30px;
}
#access-map iframe{
	border: 1px solid #CCC;
}
#access-tel{
	color: #156907;
	font-size: 24px;
	margin-left: 60px;
	font-weight: bold;
}
#footer{
	text-align: center;
	margin-top: 50px;	
	margin-bottom: 50px;	
}
#footer-nav{
	font-size: 14px;
	color: #999;
	letter-spacing: 2px;	
}
#footer-nav a{
	color: #666;	
}
#footer-nav a:hover{
	text-decoration: underline;	
}
#footer-copyright{
	color: #CCC;
}
.text-1{
	font-size: 14px;
	line-height: 180%;
	color: #4E2812;
	letter-spacing: 1px;
	padding-left: 40px;
}
.text-2{
	font-size: 14px;
	line-height: 130%;
	color: #4E2812;
	letter-spacing: 1px;
	padding-right: 40px;
}


  /* Portrait tablet to landscape and desktop */
  @media (min-width: 768px) and (max-width: 979px) {
	#contents{
		padding-top: 78px;
	}
	#aisatsu{
	background-position: 40px 20px;
	}
	#menu{
	background-position: 95% 95%;
	}
	.text-1{
		font-size: 13px;
		padding-left: 30px;
	}
	.text-2{
		font-size: 13px;
		padding-right: 30px;
	}
}

  /* Landscape phone to portrait tablet */
  @media (max-width: 767px) { 
  	#header{
	position: static;		
	}
	#contents{
		padding-top: 0px;
	}
	#face{
	height: 100%;
	opacity:1;
	}
	#aisatsu{
	background-position: 40px 250px;
	}
	#menu{
	background-position: 95% 95%;
	}
	.text-1{
		padding-left: 30px;
		padding-right: 30px;
	}
	.text-2{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	}
	#access-map{
	margin-left: 30px;
	}
	#footer-nav{
		font-size:13px;	
	}
 }

  /* Landscape phones and down */
  @media (max-width: 480px) { ... }