@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
	font-style:normal;
}
html{
	font-size:12px;
	line-height:1.6;
	font-family:"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
body{
	background:url(../images/bg_article.jpg);
}
a{
	color:#511719;
}
a:hover{
	color:#fb9600;
}
img{
	vertical-align:top;
}
a img{
	border:none;
}
/* HEADER */
header{
	background:url(../images/bg_header.jpg);
	height:210px;
	border-bottom:#c2963e solid 1px;
}
header hgroup{
	background:#8f6e2e;
	height:20px;
	margin:0 0 10px;
	border-bottom:#fff solid 1px;
}
header h1{
	width:960px;
	margin:0 auto;
	font-size:11px;
	line-height:20px;
	color:#fff;
}
header .inner{
	width:930px;
	margin:0 auto;
}
header h2{
	width:450px;
	height:70px;
	margin:0;
	float:left;
}
header address{
	width:240px;
	height:70px;
	margin:0 10px 0 0;
	float:left;
}
header .btn_mail{
	width:210px;
	height:70px;
	float:left;
}
header .btn_mail a:hover{
	background-color: rgba(255,255,255,0.3);
}
/* CONTACT */
article{
	background:#fff;
	width:940px;
	margin:-100px auto 20px;
	box-shadow:0 0 5px #ccc;
	-moz-box-shadow:0 0 5px #ccc;
	-webkit-box-shadow:0 0 5px #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow:hidden;
}
article .mainimages{
	border:#c3963e solid 1px;
	-webkit-border-top-left-radius:5px;  
    -webkit-border-top-right-radius:5px;  
    -moz-border-radius-topleft:5px;  
    -moz-border-radius-topright:5px;  
	overflow:hidden;
}
article h1{
	margin:0;
	line-height:0.9;
}
article .column_left{
	width:655px;
	float:left;
}
article .column_right{
	background:#efddbc;
	width:285px;
	float:right;
}
article section{
	padding:20px;
}
article section h1{
	color:#c2963e;
	font-size:18px;
	line-height:28px;
	margin-bottom:20px;
}
.intro .txtarea{
	width:410px;
	float:left;
}
.intro figure{
	width:190px;
	height:250px;
	float:right;
	border:#ccc solid 1px;
}
.facilityArea{
}
.facilityArea ul{
	padding:19px 0 29px;
	border-top:#c3963e dashed 1px;
	border-bottom:#c3963e dashed 1px;
}
.facilityArea ul li{
	width:198px;
	height:130px;
	margin:10px 7px 0 0;
	float:left;
	border:#ccc solid 1px;
	overflow:hidden;
}
.facilityArea li.non{
	margin-right:0;
}
.lead{
	background:url(../images/bg_lead.jpg) no-repeat bottom right;
	padding-right:200px;
	padding-bottom:0;
	margin-bottom:20px;
}
#menuArea h1{
	background:url(../images/mepsi/ttl_menu.jpg);
	width:615px;
	height:30px;
	margin:0;
	text-indent:-9999px;
}
#menuArea dl{
	background:#eeeee1;
	padding:20px;
	border:#978c7e solid 1px;
}
#menuArea dt{
	font-size:14px;
	color:#c2963e;
	font-weight:bold;
	height:25px;
	margin:20px 0 5px;
}
#menuArea dt.first-child{
	margin:0 0 5px;
}
#menuArea dd.price{
	height:25px;
	margin:-25px 0 10px 0;
	padding:0 0 5px;
	border-bottom:#ccc dashed 1px;
	text-align:right;
}
#mapArea h1{
	background:url(../images/mepsi/ttl_access.jpg) no-repeat;
	border-bottom:#b78e33 solid 1px;
	height:30px;
	text-indent:-9999px;
}
#mapArea table{
	width:440px;
	margin:0 20px 0 0;
	float:left;
    border-spacing:0px;
	border-top:#c3963e solid 1px;
}
#mapArea table th{
	background:url(../images/bg_body.jpg);
	width:165px;
	padding:10px;
	border-bottom:#c3963e solid 1px;
	text-align:left;
}
#mapArea table td{
	padding:10px;
	border-bottom:#c3963e solid 1px;
}
#mapArea figure{
	width:440px;
	float:left;
}
.prof figure{
	margin:0 0 10px;
}
.prof figure.non{
	margin:0;
}
.prof dl{
	margin:0 0 10px;
}
.prof dl dt{
	color:#c3963e;
	margin-bottom:5px;
}
.contact h3{
	color:#fb9600;
	font-size:14px;
	margin:30px 0 0;
}
.contact p{
	margin:10px 0 0;
}
.contact p:first-child{
	margin:0;
}
.contact strong{
	font-weight:bold;
}
.contact table{
	width:100%;
	margin:30px 0;
    border-spacing:0px;
	border-top:#c3963e solid 1px;
}
.contact table th{
	background:url(../images/bg_body.jpg);
	width:300px;
	padding:10px;
	border-bottom:#c3963e solid 1px;
	text-align:left;
}
.contact table th .need{
	font-size:11px;
	color:#fff;
	background:#d37b00;
	padding:5px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	float:right;
}
.contact table td{
	padding:10px;
	border-bottom:#c3963e solid 1px;
}
table td input[type="text"]{
	width:500px;
	border-radius:4px;
	border:#ccc solid 1px;
	height:24px;
}
table td textarea{
	width:500px;
	height:120px;
	border-radius:4px;
	border:#ccc solid 1px;
}
.submitBtn{
	text-align:center;
}
.submitBtn li{
	display:inline;
	margin:0 5px;
}
button{
	border:none;
	cursor:pointer;
	background:none;
}
.caution{
	color:#f00;
	margin-bottom:10px;
}
footer{
	background:url(../images/bg_header.jpg);
	border-top:#c3963e solid 1px;
	color:#fff;
}
footer .inner{
	width:960px;
	margin:0 auto;
	padding:0 0 10px;
	
}
footer address{
	font-size:11px;
	width:310px;
	padding:0 0 0 10px;
}
footer address dt{
	margin:10px 0 0;
}
footer address dd{
	margin:5px 0 0;
	font-style:normal;
}
.clearfix{
	zoom:100%;
	min-hight:0px;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.btn_academy{
	text-align:center;
}
.btn_menu{
	height:20px;
	line-height:20px;
	background:#2b1f0d;
	text-align:right;
	padding:5px 15px;
}
.btn_menu a{
	color:#fff;
	font-size:11px;
}