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

/*===============================*/
/*//基本設定//*/
/*===============================*/

*{ margin: 0; padding: 0;}

html,body{
	font-size: 16px;
	color: #333333;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	line-height: 1.9em;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

a{ color: #2A7CA5;}
a:hover{ text-decoration: none;}

img{ vertical-align: top; border: none;}

li{ list-style: none;}

body {
}


.box960px{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.box760px{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.box800px{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}


.boxbtn {
	background-image: url(img/btn-bg.png);
	background-repeat: repeat-x;
	height: 1062px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.boxbtn .box {
	background-image: url(img/btn-img-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1062px;
	text-align: center;
}

.btn a {
	height: 215px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.btn a:hover {
animation: anime 3s ease-in-out;
}
@keyframes anime {
  0% { transform: scale(0.95, 0.95); }
  5% { transform: scale(1.05, 1.05); }
  10% { transform: scale(1, 1); }
  15% { transform: scale(1.02, 1.02); }
  20% { transform: scale(1, 1); }
  100% { transform: scale(1, 1); }
}


#firstview {
	background-image: url(img/firstview-bg.png);
	background-repeat: repeat-x;
}
#firstview #fv {
	background-image: url(img/firstview-img-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 833px;
	text-align: center;
}
#catchbox {
	background-color: #FFFFFF;
}
#box01 {
	background-image: url(img/box01-bg.png);
}
#box02 {
	background-color: #F3F3F1;
	background-image: url(img/box02-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#box02 #box02bg {
	background-image: url(img/box02-bgimg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#box02 #box02bg .txt {
	width: 510px;
	float: right;
	height: 500px;
	margin-top: 50px;
}
#box02 #box02bg .txt p {
	margin-bottom: 20px;
}
#box03 {
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 80px;
}
#box03 #movie {
	height: 380px;
	width: 676px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-image: url(img/box03-movie.png);
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
#box03 .box760px p {
	margin-bottom: 20px;
}
#box04 {
	background-color: #FFFFFF;
	background-image: url(img/box04-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 743px;
}
#box04 .txt {
	width: 450px;
	margin-bottom: 10px;
}
#box06 {
	background-image: url(img/box06-bg.png);
	padding-bottom: 70px;
}
#box06 .question {
	font-size: 18px;
	font-weight: bold;
	color: #A08766;
	margin-top: 30px;
	margin-bottom: 10px;
}
#box06 .question .qq {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #A08766;
	padding-right: 3px;
	padding-left: 3px;
}
#box06 .answer {
	background-image: url(img/box06-bg2.png);
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}


.boxtel {
	background-image: url(img/boxtel-bg.png);
	background-repeat: repeat-x;
	height: 367px;
}


#footerbox {
	background-image: url(img/boxtel-bg.png);
	width: 100%;
	padding-top: 40px;
	background-repeat: repeat-x;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 50px;
}
#footerbox a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footerbox #copy {
	font-size: 12px;
}



/*===============================*/
/*//資料請求ページ//*/
/*===============================*/
#wrap {
	background-color: #FAFAF9;
}
#header {
	background-image: url(img/contact-ttl-bg.png);
	background-repeat: repeat-x;
	height: 200px;
}
#wrap .text {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
#wrap .text p {
	margin-bottom: 20px;
}
#wrap .text #otoiwase-tel {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A28866;
	padding-top: 10px;
	padding-bottom: 10px;
}



#formwrap {
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 80px;
}
#formwrap #formbox {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#formbox .inputTable {
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #AD977A;
	font-size: 14px;
}
#formbox th {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AD977A;
	background-color: #F9F8F5;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	width: 200px;
}
#formbox .must {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #F24C66;
	display: block;
	float: right;
	line-height: 16px;
	padding-right: 2px;
	padding-left: 2px;
	margin-top: 7px;
}
#formbox td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AD977A;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
}
#formbox input {
	padding-top: 5px;
	padding-bottom: 5px;
}
#formbox .tf {
	width: 450px;
}
#formbox select {
	padding-top: 5px;
	padding-bottom: 5px;
}
#formbox #label_ademand {
	height: 200px;
	width: 450px;
}
#formbox .t_center {
	text-align: center;
}
#formbox .send {
	margin-right: 10px;
	border: 1px solid #F24C66;
	background-color: #F24C66;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: #FFFFFF;
}
#formbox .send a:hover{
	border: 1px solid #F24C66;
	background-color: #F89AA8;
	color: #FFFFFF;
}
#formbox .reset {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #F9F8F5;
	border: 1px solid #AD977A;
}


/*===============================*/
/*//会社概要ページ//*/
/*===============================*/

#companywrap {
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 80px;
}
#companywrap #companybox {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#companybox .companyTable {
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #AD977A;
	font-size: 14px;
}
#companybox th {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AD977A;
	background-color: #F9F8F5;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	width: 200px;
}
#companybox .must {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #F24C66;
	display: block;
	float: right;
	line-height: 16px;
	padding-right: 2px;
	padding-left: 2px;
	margin-top: 7px;
}
#companybox td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AD977A;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
}