@charset "utf-8";
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	min-width: 1020px;
}
body:not(#home) {
	padding-top: 80px;
}

#wrap {
	position: relative;
}
.twrap {
	clear: both;
	width: 100%;
	height: 100px;
/*
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, rgba(38,21,0,0.8)), color-stop(0.00, rgba(64,49,30,0.8)));
background: -webkit-linear-gradient(rgba(64,49,30,0.8), rgba(38,21,0,0.8));
background: -moz-linear-gradient(rgba(64,49,30,0.8), rgba(38,21,0,0.8));
background: -o-linear-gradient(rgba(64,49,30,0.8), rgba(38,21,0,0.8));
background: -ms-linear-gradient(rgba(64,49,30,0.8), rgba(38,21,0,0.8));
background: linear-gradient(rgba(64,49,30,0.8), rgba(38,21,0,0.8));
*/
	background: rgba(61,0,0,1);
/*	border-top: 1px solid #a08647;
	border-bottom: 1px solid #a08647;*/
}
.twrap h2 {
	color: #fff;
	/* [disabled]text-shadow: 0 2px 3px #000; */
	font-size: 32px;
	line-height: 100px;
	font-weight: bold;
}
.tbox {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}
.cwrap {
	clear: both;
	width: 100%;
	padding: 50px 0;
}
.cbox {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}
.cwrap h2 {
	padding: 30px 0;
	color: #fff;/*2F1F0B*/
	margin: 0 0 100px;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}
.cwrap h2 span {
	font-size: 40px;
	line-height: 60px;
	font-weight: bold;
}



#header {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	background: rgba(20,10,0,1);
	color: #a08647;
}
#home #header {
	background: rgba(20,10,0,0);
}
#home #header.headeron {
	background: rgba(20,10,0,1);
}
header {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}
header h1 {
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 12px;
	line-height: 1em;
	font-weight: normal;
}
header .logo {
	position: absolute;
	left: 0;
	top: 30px;
}
header nav {
	position: absolute;
	left: 200px;
	top: 0;
	height: 80px;
	line-height: 80px;
}
header nav li {
	float: left;
	margin: 0 20px 0 0;
	font-size: 18px;
	line-height: 80px;
}
header nav a {
	color: #a08647;/*cec1a1*/
	text-decoration: none;
}
header nav a:hover {
	text-decoration: underline;
}
#header:hover nav a {
	color: #cec1a1;/*cec1a1*/
	text-decoration: none;
}
header .contact {
	position: absolute;
	right: 0;
	top: 15px;
}
header .tel {
	float: left;
	padding: 0 0 0 15px;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	background: url(../images/htel.png) left center no-repeat;
}
header .form {
	float: left;
	margin: 0 0 0 10px;
	font-size: 18px;
	line-height: 50px;
}
header .form a {
	display: block;
	width: 150px;
	height: 50px;
	background: #ad1823;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	text-decoration: none;
}
#pagetop {
	position: fixed;
	right: 10px;
	bottom: 80px;
	height: 60px;
	text-align: right;
}
#pagetop a {
	display: block;
	padding: 10px;
	background: #a08647;
	border-radius: 3px;
}


#main {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 980px;
	background-image: url(../images/main.jpg);
	background-position: center center;
	background-size: cover;
}
#maintxt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	margin: 450px 0;
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 10px;
/*	text-shadow: 0 2px 10px #000;*/
}
#maintxt .maintxt1 {
	font-weight: bold;
}
#maintxt .maintxt2 {
	margin: 40px 0 0;
	font-size: 30px;
	line-height: 30px;
}
video {
	min-width: 100%;
	min-height: 980px;
	z-index: -100;
	background: url(../images/main.jpg) no-repeat center top fixed;
	background-size: cover;
}


#content {
	margin: 0;
}

#footer.twrap {
	height: 60px;
	background: rgba(20,10,0,1);
}
footer {
	position: relative;
	width: 1020px;
	height: 60px;
	margin: 0 auto;
	color: #a08647;/*a08647*/
	font-size: 13px;
	text-align: center;
}
footer .logo {
	position: absolute;
	left: 10px;
	top: 20px;
}
footer .corplink {
	position: absolute;
	left: 180px;
	top: 28px;
	color: #cec1a1;/*cec1a1*/
	text-decoration: none;
}
footer nav {
	position: absolute;
	right: 10px;
	top: 10px;
}
footer nav li {
	float: left;
	margin: 0 0 0 20px;
}
footer nav li a {
	padding: 0 15px 0 0;
	background: url(../images/bg_window_gold.png) right center no-repeat;
	color: #cec1a1;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer #copyright {
	position: absolute;
	left: 410px;
	top: 30px;
}


.eff1,
.eff2,
.eff3 {
	opacity: 0;
}
.animated {
	opacity: 1;
}


.copy {
	margin: 50px 0;
	color: #3d0000;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}


#concept .cwrap {
	padding: 30px 0;
	background: rgba(61,0,0,0.05);
}
#concept .copy {
	margin: 30px 0;
	color: #ad1823;
}

.cwrap.bg,
.cwrap.bg h2 {
	background-attachment: fixed;
	background-position: center top;
}
#feature .bg {
	background-image: url(../images/bg01.jpg);
	background-size: cover;
}
#feature .bg h2 {
	background-image: url(../images/bg01a.jpg);
	background-size: cover;
}
#conjugation .bg {
	background-image: url(../images/bg02.jpg);
	background-size: cover;
}
#conjugation .bg h2 {
	background-image: url(../images/bg02a.jpg);
	background-size: cover;
}
#performance .bg {
	background-image: url(../images/bg03.jpg);
	background-size: cover;
}
#price .bg {
	background-image: url(../images/bg04.jpg);
	background-size: cover;
}

.fcopy {
	margin: 0 0 100px;
	color: #40311e;
	font-size: 40px;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
}
.fcopy span {
	display: inline;
	padding: 10px 0;
	border-bottom: 10px solid #ad1823;
}
.fcopy img {
/*	box-shadow: 0 2px 5px #999;*/
}
.fwrap {
	min-height: 280px;
	padding: 50px 0;
}
.fbox {
	position: relative;
}
.fbox h3 {
	float: left;
	width: 300px;
}
.ftxt {
	position: absolute;
	left: 300px;
	top: 0;
}
.ftxt1 {
	padding: 0 0 0 20px;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
}
.ftxt1 li {
	list-style: disc outside;
}
.ftxt2 {
	display: inline-block;
	margin: 40px 0 0;
	padding: 10px 0;
	/*background: rgba(255,255,255,0.5);*/
	border-top: 1px solid #ad1823;
	border-bottom: 1px solid #ad1823;
	color: #ad1823;
	font-size: 36px;
	line-height: 48px;
	font-weight: bold;
}
.fimg {
	position: absolute;
	right: -40px;
	top: 0;
	z-index: -1;
}

#f2 {
	background: rgba(61,0,0,0.05);
}



#conjugation h3,
#performance h3,
#price h3 {
	margin: 30px 0;
	color: #3d0000;
	border-bottom: 1px solid #3d0000;
	font-size: 24px;
}
.pointbox {
	margin: 30px 0;
	padding: 30px;
	border: 10px solid #ad1823;
	font-size: 36px;
	font-weight: bold;
}
#conjugation ul,
#price ul {
	padding: 0 0 0 30px;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
}
#conjugation li,
#price li {
	list-style: disc outside;
}


#performance .cbox .performanceimg {
	position: absolute;
	right: 200px;
	top: 50px;
}

table {
}
th, td {
	padding: 10px 20px;
	border: 1px solid #ddd;
	font-size: 24px;
	font-weight: bold;
}
th {
	background: #3d0000;
	color: #fff;
}
td {
}


.contactbox a {
	position: relative;
	display: block;
	padding: 10px 30px;
	border-radius: 3px;
	background: #ad1823;
	color: #fff;
	margin: 0 0 2px;
	box-shadow: 0 2px 0 #000;
	text-shadow: -1px -1px 0 #000;
	text-decoration: none;
}
.contactbox a:hover {
	margin: 2px 0 0;
	box-shadow: none;
}
.contactbox a .txt {
	font-size: 18px;
	line-height: 30px;
}
.contactbox a .txt span {
	font-size: 45px;
	line-height: 55px;
	font-weight: bold;
}
.contactbox a .tel {
	position: absolute;
	display: block;
	left: 650px;
	top: 20px;
	font-size: 42px;
	font-weight: bold;
}
.contactbox a .workday {
	position: absolute;
	display: block;
	left: 650px;
	top: 70px;
	font-size: 18px;
}

/* form */
.formstep {
	margin: 30px 0 0;
	height: 50px;
	background-color: #3d0000;
}
#contactform .cwrap {
	padding: 30px 0;
}
#contactform h2 {
	margin: 0;
	font-size: 24px;
	text-align: left;
	color: #3d0000;
	/* [disabled]text-shadow: 0 1px 3px #999; */
}
#contactform table {
	width: 100%;
}
#contactform th,
#contactform td {
	font-weight: normal;
	text-align: left;
}
#contactform th img,
#contactform td img {
	position: absolute;
	right: 10px;
}
#contactform th {
	width: 280px;
	background: #3d0000;
	color: #fff;
	font-size: 16px;
	vertical-align: middle;
}
#contactform th span {
	position: relative;
	display: block;
	width: 100%;
	margin-right: 60px;
}
#contactform td {
	font-size: 12px;
	line-height: 18px;
}
#contactform th a {
	color: #fff;
	text-decoration: none;
}
#contactform td .inputL {
	width: 100%;
}
#contactform td .inputM {
	width: 50%;
}
#contactform td textarea {
	width: 100%;
	height: 200px;
}
#contactform label {
	cursor: pointer;
}
#contactform #button {
	padding: 50px 0;
	text-align: center;
}
#contactform #submit,
#contactform #button input {
	border-radius: 3px;
	cursor: pointer;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
}
#contactform #submit {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 300px;
	background: #ad1823;
	color: #fff;
	border: none;
}
#contactform #hisback {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 300px;
	background: #808080;
	color: #fff;
	border: none;
}
#contactform #totop {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	width: 300px;
	margin: 0 auto;
	background: #000;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
}
#contactform .privacy {
	display: block;
	margin: 10px 0;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}



@media screen and (max-width: 1020px) {
header .tel a {
	color: #fff;
}
.cwrap.bg {
	background-attachment: scroll;
	border-top: 1px solid #a08647;
}
.ftxt1 {
	font-size: 18px;
	line-height: 28px;
}
.fimg {
	right: 0;
}
.fimg img {
	width: 80%;
}
#pagetop {
	display: none;
}
}
