@charset "utf-8";
/* CSS Document */

body{
	font-family:"Meiryo", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	width: 100%;
	min-width: 980px;
	padding: 0;
	background: #000;
}

ol,ul,li {
	list-style:none;
	margin:0;
	padding:0;
	}

p{
	margin: 0 0 20px 0;
}

p, ul{
	font-size-adjust:0.488;
	font-weight:200;
	font-style:normal;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

img{
	border: 0;
}

.mt50 {
	margin-top: 60px;
}

.imgleft{
	float: left;
}

.imgright{
	float: right;
}

.menu{
	text-align: center;
	padding-top: 50px;
}

header{
	width: 100%;
	background: #271001;
	margin: 0;
	padding-bottom:5px;
}
#header_inner {
	width:1080px;
	margin:1px auto 1em;
	}
h1 {
	font-size:12px;
	color:#fff;
	margin-bottom:10px;
	font-weight:normal;
	}
#logo {
	float:left;
	}
.tel {
	float:right;
	}
nav {}
nav ul {
	width:1080px;
	margin:auto;
	overflow:hidden;
	}
nav ul li {
	float:left;
	}
a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}	
nav.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #271001;
	z-index:100;
}	
	
#intro{
	background:url(../images/main.jpg) 100% no-repeat fixed;
	height: 760px;
	margin: 0;
	padding: 0;
	clear: both;
	position:relative;
}
#intro h2 {
	width:991px;
	position:absolute;
	top:200px;
	left:0;
	right:0;
	margin:auto;
	}

.inner {
	width:1080px;
	margin:auto;
	}
h2 {text-align:center; margin:0; padding:0;}	

#second{
	background: url(../images/bg01.jpg) 100% no-repeat fixed;
	color: white;
	height: 880px;
	margin: 0 auto;
	overflow: hidden;
	padding: 8em 0 0;
}
#second h2 {margin-bottom:3em;}
#second h3 {
	text-align:center;
	margin:auto;
	}
#second p {
	width:710px;
	margin:.5em auto 4em;
	}
.col3 {
	text-align:center;
	font-size:0;
	}
.col3 li {
	display:inline-block;
	}
	.col3 li:nth-child(2) {
		margin:0 25px;
		}


#third{
	background: url(../images/bg.jpg) 100% no-repeat fixed;
	height: 1200px;
	margin: 0;
	padding: 8em 0 0;
}
#third dl {
	clear:both;
	margin-top:3em;
	}
#third dl dt {
	float:left;
	}
#third dl:nth-child(odd) dt {
	float:right;
	}
#third dl dd {
	margin:0 0 0 430px;
	padding-top:1em;
	color:#271001;
	line-height:1.8em;
	}
#third dl:nth-child(odd) dd {
	margin:0 430px 0 0;
	}
#third dl dd h3 {margin-bottom:1em;}



#fourth{
	background: url(../images/bg02.jpg) 100% no-repeat fixed;
	height: 650px;
	margin: 0;
	padding: 8em 0 0;
}
#fourth h2 {margin-bottom:3em;}
#fourth .facebook {
	float:left;
	width:500px;
	}
#fourth table {
	float:right;
	width:500px;
	border-spacing:0;
	font-size:1.05em;
	color:#fff;
	}
#fourth table tr {
	background: rgba(255,255,255,0.2);
	}
#fourth table tr:nth-child(even) {
	background: rgba(0,0,0,0.2);
	}
#fourth table th {
	font-weight:normal;
	padding:10px 20px;
	}
.googlemaps {margin:0 0 -10px; padding:0;}
.googlemaps iframe {width:100%;}


#fifth{
	background: url(../images/bg03.jpg) 100% no-repeat fixed;
	height:960px;
	margin: 0;
	padding: 8em 0 0;
}
#fifth h2 {margin-bottom:3em;}

#fifth table {
	color:#fff;
	width:530px;
	float:right;
	margin-bottom:5em;
	}
#fifth table th {
	font-weight:normal;
	padding:0 20px 35px 0;
	}
#fifth table td {
	padding:0 0 35px 20px;
	}
#fifth .cen {
	text-align:center;
	}

footer {
	background:#fff;
	padding:1em 0;
	}
footer address {
	text-align:center;
	color:#222;
	font-style:normal;
	font-size:0.9em;
	}
	footer address a {
		text-decoration:none;
		color:#222;
		}

