@charset "utf-8";

body {
  font-family:“Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, "小塚明朝", serif;
  background: url(../img/img_bg.jpg) repeat left top;
  color: #000;
  font-size:12px;
}

a, a:link, a:visited, a:hover, a:active{ text-decoration: none; }
a img:hover{
	opacity: 0.7;
	/*filter: alpha(opacity=70);*/
	cursor: pointer;
}

.container{
	width: 1280px;
	margin:0 auto;
}

.w1000{
	width: 1000px;
	margin: 0 auto;
}

/*見出しfont-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;*/

header{
	width: 1000px;
	margin:0 auto;
}

header ul li a{
	display: block; 
	float: left;
}

header ul li.logo a img:hover{
	opacity: 1;
	/*filter: alpha(opacity=100);*/
}

.content{
	width: 1200px;
	margin: 0 auto;
}

.content .main{
	position: relative;
	height: 811px;
	width: 1200px;
	margin: 0 auto;
}

.content .main p{
	height: 44px;
	position: absolute;
	bottom: 292px;
	left: 420px; 
}

.content .point{
	margin-top: -40px;
}

.content .point li{
	width: 50%;
	float: left;
	text-align: center;
}

.contact_area{
	position: relative;
	height: 510px;
	margin-bottom: 30px;
}

.contact_area .btn{
	position: absolute;
	bottom: 40px;
	right: 60px;
}

.box{
	margin-bottom: 60px;
}

.box.mb10{
	margin-bottom: 10px;
}

.box ul.list{
	width: 970px;
	margin: 0 auto;
}

.box ul.list li{
	width: 470px;
	margin-bottom: 35px;
	float: left;
}

.box ul.list li:nth-of-type(odd){
	margin-right: 30px;
}

.box ul.flow{
	margin-top: -25px;
}

.box dl{
	width: 780px;
	margin: 0 auto 50px;
}

.box dl dt{
	font-size: 30px;
}
 
.box dl dt span.txt_re{
	font-size: 20px;
	color: #9f3d3e;
}

.box dl dd input{
	background: #715739;
	border: 0;
	width: 780px;
	height: 50px;
	box-sizing: border-box;
	padding: 0 1em;
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 2.5;
}

.box dl dd textarea{
	background: #715739;
	border: 0;
	width: 780px;
	box-sizing: border-box;
	padding:1em;
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}


footer{
	margin-top: 120px;
	height: 268px;
	background: url(../img/bg_footer.png) no-repeat center bottom;
	padding-top: 20px; 
	box-sizing: border-box;
}

p.copylight{
	background: #dbc6a4;
	text-align: center;
	color: #715738;
	font-family: "メイリオ", sans-serif;
}


/*----------お問い合わせ画面---------*/

.conform p{
	color: #bb0000;
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 30px;
}

.conform .error{
	color: #bb0000;
	font-size: 0.6em;
}


.conform .form dd{
	font-size: 25px;
	margin-left: 0.5em;
	margin-bottom: 15px;
	line-height: 1.6;
}


.conform_finish h3{
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}

.conform_finish p{
	font-size: 20px;
	text-align: center;
	line-height: 1.8;
}

.conform_finish p.tel{
	line-height: 1.5;
	margin-top: 20px;
}

.conform_finish p.tel span{
	font-size: 30px;
}



















































































