@charset "UTF-8";




/* 基本設定
-----------------------------------------------------------------*/
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#contents-area p {
	font-size: 18px;
	line-height: 2em;
	margin-bottom:1em;
	text-align:justify;
	text-justify:inter-ideograph;
}


/* ヘッダ
-----------------------------------------------------------------*/
#header-area {
	width: 100%;
	height: 70px;
	background-color: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out; /* firefox */
	-webkit-transition: all 0.2s ease-out; /* chrome, safari */
	-ms-transition: all 0.2s ease-out; /* ie */
	box-shadow: 0px 2px 10px rgba(0,0,0,0.3); 	
}

#header {
	width: 960px;
	height: 70px;
	position: relative;
	margin: 0 auto;
}

h1 {
	position: absolute;
	left: 0;
	top: 9px;
	width: 200px;
}

.header-img-01 {
	position: absolute;
	top: 9px;
	left: 320px;
	width: 300px;
}


.header-button-01 {
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	width: 200px;
	height: 70px;
}


/* contents-area
-----------------------------------------------------------------*/
#contents-area {
	margin-top: 70px;
}



/* visual-01
-----------------------------------------------------------------*/
#visual-area-01 {
	width: 100%;
	height: 260px;
	background-color: #595757;
}

#visual-01 {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#visual-01:after {
	position: absolute;
	content: '';
	top: 100%;
  right: 0;

  left: 0;
  margin: auto;
	border: 30px solid transparent;
	border-top: 30px solid #595757;
	width: 0;
	height: 0;
}


/* visual-02
-----------------------------------------------------------------*/
#visual-area-02 {
	width: 100%;
	height: 580px;
	background-color: #cdcdcd;
}

#visual-02 {
	width: 960px;
	margin: 0 auto;
}


/* visual-03
-----------------------------------------------------------------*/
#visual-area-03 {
	width: 100%;
}

#visual-03 {
	width: 680px;
	margin: 65px auto 85px;
}

#button-02 {
	width: 200px;
	margin: 0 auto 60px;
}




/* 
-----------------------------------------------------------------*/

.con2colWrap {
	width: 960px;
	overflow: hidden;
  zoom: 1;
	clear: both;
	margin-bottom: 80px;
}

.con2colLeft {
	float: left;
	display: inline;
}

.con2colRight {
	float: right;
	display: inline;
}


#content-area-01 .con2colLeft {
	width: 430px;
}
#content-area-01 .con2colRight {
	width: 430px;
} 


#content-area-02 .con2colLeft {
	width: 550px;
}
#content-area-02 .con2colRight {
	width: 310px;
}


#content-area-03 .con2colLeft {
	width: 430px;
}
#content-area-03 .con2colRight {
	width: 430px;
} 






/* content-01
-----------------------------------------------------------------*/
#content-area-01 {
	width: 100%;
	padding: 20px 0;
	border-top: 5px solid #8fcf6b;
	border-bottom: 5px solid #8fcf6b;
	/* 背景 */
	text-shadow: 0 0 5px white;
	padding: 0.3em 0.5em;
	background: -webkit-repeating-linear-gradient(-45deg, #f5faf0, #f5faf0 4px,#ebf5e0 4px, #ebf5e0 14px);
	background: repeating-linear-gradient(-45deg, #f5faf0, #f5faf0 4px,#ebf5e0 4px, #ebf5e0 14px);

}

#content-01 {
	width: 960px;
	margin: 0 auto;
	padding: 55px 0 20px 0;
}

.content-01-heading {
	margin-bottom: 10px;
}

.content-01-img {
	margin-bottom: 10px;
}




/* content-02
-----------------------------------------------------------------*/
#content-area-02 {
	width: 100%;
	padding: 60px 0;
}

#content-02 {
	width: 960px;
	margin: 0 auto;
}

.content-02-heading {
	width: 255px;
	text-align: center;
	margin: 0 auto 40px;
}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
	margin-bottom: 30px;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}





/* content-03
-----------------------------------------------------------------*/
#content-area-03-heading {
	width: 100%;
	background-color: #ee7800;
	text-align: center;
	padding: 14px 0;
	margin: 0;
}
#content-area-03-heading h2 {
  margin: auto;
	width: 146px;
}



#content-area-03 {
	width: 100%;

	border-bottom: 5px solid #ee7800;
	/* 背景 */
	text-shadow: 0 0 5px white;
	padding: 0.3em 0.5em;
	background: -webkit-repeating-linear-gradient(-45deg, #fef5ec, #fef5ec 4px,#fcebd9 4px, #fcebd9 14px);
	background: repeating-linear-gradient(-45deg, #fef5ec, #fef5ec 4px,#fcebd9 4px, #fcebd9 14px);

}

#content-03 {
	width: 960px;
	margin: 0 auto;
	padding: 90px 0 20px 0;
}

.content-03-img {
	margin-bottom: 30px;
}





/* お問い合わせ
-----------------------------------------------------------------*/
#form-area { /* アンカーの飛び位置を調整 */
	padding-top: 70px;
	margin-top: -70px;
}
#form-area .inner {
	width: 960px;
	margin: 0 auto;
	padding: 65px 0;
}

#form-area h2 {
	width: 285px;
	margin: 0px auto 30px;
}

#form-area p {
	text-align: center;
	font-size: 18px;
	line-height: 2em;
}

#inq-telephone {
	width: 545px;
	margin: 50px auto;
}

.required {
	color: #ff0000;
}

.formTab {
	border-collapse: collapse;
	width: 800px;
	margin: 50px auto 50px;
}
.formTab th,
.formTab td {
	font-size: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 20px;
}
.formTab th {

}
.formTab td {

}

.form-button {
	width: 200px;
	margin: 0 auto;
}

.entryField {
	border:0;
	padding:5px;
	font-size:1em;
	font-family:Arial, sans-serif;
	color:#333333;
	border:solid 1px #ccc;
	margin:0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
.textBox {
	width: 550px;
}
.InqTextArea {
	width: 550px;
	height: 150px;
	border: 1px solid #cccccc;
}



/* フッタ
-----------------------------------------------------------------*/
#footer-area {
	width: 100%;
	height: 210px;
	background-color: #595757;
}

#footer {
	width: 960px;
	height: 210px;
	position: relative;
	margin: 0 auto;
}

#logo-footer {
	position: absolute;
	left: 0;
	top: 45px;
	width: 235px;
}

#phone-footer {
	position: absolute;
	left: 275px;
	top: 45px;
	width: 410px;
}

#fax-footer {
	position: absolute;
	left: 715px;
	top: 55px;
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 0.1em;
}

#address-footer {
	position: absolute;
	left: 275px;
	top: 140px;
	color: #ffffff;
	font-size: 20px;
}



#copyright-area {
	width: 100%;
	background-color: #8dcf6b;
	padding: 10px;
	text-align: center;
}

#copyright-area p {
	font-size: 12px;
	color: #595757;
}




/* ページトップリンク
-----------------------------------------------------------------*/
#pageTopLink {
	position: fixed;
	bottom: 45px;
	right: 20px;
	z-index: 10000;
}
#pageTopLink a {
	display: block;
	z-index: 999;
	padding: 12px 8px 4px 8px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #8dcf6b;
	border: 2px solid #fff;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	text-decoration: none;
	text-align: center;
}
#pageTopLink a:hover {
	text-decoration: none;
	opacity: 0.7;
}




/* サンクスページ
-----------------------------------------------------------------*/
.thanksWrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 200px 0 50px;
}

.thanksTxt {
	text-align: center;
	margin-bottom: 200px;
}
.thanksBack {
	text-align: right;
}
.thanksWrap i {
	color: #8dcf6b;
}

.thanksWrap a {
	color: #333;
}








