@charset "utf-8";
/* CSS レイアウト共通 */
body {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
	-webkit-text-size-adjust: 100%;
	background-color: #FFF;
}
body {font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
;;body {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
*:first-child+html body {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
* html body {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
html,body {
	width: 100%;
	height:100%;
	padding:0px;
	margin:0px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	overflow: hidden; /*デザイン時のみ使用 */
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

img {
	border: 0px;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
li {
	list-style-type: none;
	text-decoration: none;
}
h1,h2,h3,h4,h5 {
	font-size: 100%;
	font-weight: normal;
}
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a {
/*
	color:#FFF;
*/
	color: #469D72;
	text-decoration: none;
}
a.white {
	color:#FFF;
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity: 0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity: 0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
}
p.img_bottom {
	font-size: 0px;
}

/* PCレイアウト */
@media (min-width: 768px) {
/* 電話番号をクリックできないようにする。 */
a[href^="tel:"] {
    pointer-events: none;
}
#container {
	width: 100%;
	min-width: 1280px;
	font-size: 1.2em;
	color: #333;
	line-height: 1.6;
	background-color: #FFF;
}
/*--------------------------------------------------*
 *   ヘッドエリア
 *--------------------------------------------------*/
#headarea {
	width: 960px;
	margin: 0px auto;
	padding: 14px 0px;
}
#headarea .main_title {
	width: 804px;
	float: left;
	font-size: 1.8em;
	color: #469D72;
	font-weight: bold;
}
#headarea .bt_contact {
	width: 156px;
	float: right;
}
#headarea .bt_contact a {
	display: block;
	width: 156px;
	height: 34px;
	line-height: 34px;
	color: #FFF;
	text-align: center;
	background-color: #469D72;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
#headarea .bt_contact span {
	background-image: url(../img/icon_letter.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 30px;
}

/*--------------------------------------------------*
 *   メイン
 *--------------------------------------------------*/
#main_contents {
	width: 100%;
}
#index {
	width: 100%;
}
/*--------------------------------------------------*
 *   メインイメージ
 *--------------------------------------------------*/
#index .main_img {
	border-top:15px #469D72 solid;
	width: 100%;
	height: 640px;
	background-color:#469D72;
}
#index .main_img .inner {
	position: relative;
	width: 100%;
	height:625px;
	margin: 0px auto;
}
#index .main_img .bg1{
	background-image:url("../img/img_main_1_1.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;
}
#index .main_img .bg2{
	background-image:url("../img/img_main_2_1.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;
}
#index .main_img .bg3{
	background-image:url("../img/img_main_3_1.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;
}
#index .main_img .bg4{
	background-image:url("../img/img_main_4_1.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;
}
#index .main_img .inner .lead {
	position: absolute;
	left: 50%;
	top: 80px;
	font-size: 2.2em;
	line-height:1.6em;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	color:#000000;
	margin-left:-100px;
}
#index .main_img .inner .lead span{
	display:block;
	font-size: 1.7em;
	padding-bottom:10px;
}
#index .main_img .inner .left_image {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left:-550px;
}
#index .main_img .inner .right_image {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left:-100px;
}


/*--------------------------------------------------*
 *   コンテンツ
 *--------------------------------------------------*/
#index .block_1 {
	padding: 80px 0px;
	text-align: center;
}
#index .text1 {
	font-size: 1.9em;
	font-weight: bold;
	line-height: 1.4;
}
#index .text2 {
	margin-top: 15px;
	line-height: 1.8;
}
#index .text3 {
	width: 960px;
	height: 64px;
	margin: 0px auto;
	font-size: 1.9em;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	background-image: url(../img/icon_pencil.png);
	background-repeat: no-repeat;
	background-position: 740px top;
	padding-top: 20px;
}
#index .block_1 .template {
	width: 960px;
	margin: 50px auto 0px auto;
}
#index .block_1 .template ul {
	text-align: center;
	letter-spacing: -.40em;
}
#index .block_1 .template ul li {
	width: 234px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: normal;
	text-align: left;
	padding: 0px 12px;
}
#index .block_2 {
	padding: 80px 0px;
	background-color: #ECF5F2;
}
#index .block_2 .inner {
	width: 960px;
	margin: 0px auto;
}
#index .block_2 .inner .box_a {
	width: 540px;
	float: right;
	margin-top: 40px;
}
#index .block_2 .inner .box_b {
	width: 420px;
	float: left;
}
#index .block_3 {
	padding: 80px 0px;
}
#index .block_3 .inner {
	width: 960px;
	margin: 0px auto;
}
#index .block_3 .inner .box_a {
	width: 470px;
	float: left;
	margin-top: 90px;
}
#index .block_3 .inner .box_b {
	width: 490px;
	float: right;
}
#index .block_4 {
	padding: 80px 0px;
	background-color: #ECF5F2;
}
#index .block_4 .inner {
	width: 960px;
	margin: 0px auto;
}
#index .block_4 .inner .box_a {
	width: 440px;
	float: right;
	margin-top: 100px;
}
#index .block_4 .inner .box_b {
	width: 520px;
	float: left;
}
#index .block_5 {
	padding-top: 80px;
}
#index .block_5 .inner {
	width: 960px;
	margin: 0px auto;
}
#index .block_5 .inner .box_a {
	width: 423px;
	float: left;
	margin-top: 120px;
}
#index .block_5 .inner .box_b {
	width: 537px;
	float: right;
}
#index .block_6 {
	padding: 80px 0px;
	background-color: #ECF5F2;
}
#index .block_6 .inner {
	width: 960px;
	margin: 0px auto;
}
#index .block_6 .inner .box_a {
	width: 500px;
	float: right;
	margin-top: 80px;
}
#index .block_6 .inner .box_b {
	width: 460px;
	float: left;
}
#index .block_7 {
	padding: 80px 0px;
}
#index .block_7 .inner {
	width: 960px;
	margin: 0px auto;
}
#index .block_7 .inner .box_a {
	width: 550px;
	float: left;
	margin-top: 20px;
}
#index .block_7 .inner .box_b {
	width: 410px;
	float: right;
}
#index .block_8 {
	padding: 30px 0px 60px 0px;
	background-color: #ECF5F2;
}
#index .block_8 .inner {
	width: 1000px;
	margin: 30px auto 0px auto;
}
#index .block_8 .inner .box_a {
	width: 460px;
	float: left;
	padding: 0px 20px;
}
#index .block_8 .inner .box_a .top {
	font-size: 1.6em;
	color: #FFF;
	font-weight: bold;
	background-color: #469D72;
	text-align: center;
	line-height: 45px;
}
#index .block_8 .inner .box_a .bottom {
	border: 4px solid #C9C9C9;
	border-top: 0px;
	background-color: #FFF;
	padding: 10px;
}
#index .request {
	width: 100%;
	margin-top: 80px;
}
#index .request .ttl_request {
	width: 100%;
	height: 80px;
	background-color: #469D72;
	font-size: 1.9em;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
}
#index .request .ttl_request span {
	background-image:
		url(../img/img_request_left.png),
		url(../img/img_request_right.png);
	background-position:
		left center,
		right center;
	background-repeat:
		no-repeat,
		no-repeat;
	padding: 0px 50px;
}
#index .request .inner {
	width: 960px;
	margin: 0px auto;
}
#index .request .inner ul {
	text-align: center;
	letter-spacing: -.40em;
}
#index .request .inner ul li {
	width: 280px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: normal;
	text-align: center;
	padding: 0px 20px;
	background-image: url(../img/img_triangle_1.png);
	background-repeat: no-repeat;
	padding-top: 60px;
	background-position: center top;
	vertical-align: top;
}
#index .request .inner ul li .piece1 {
	width: 240px;
	height: 273px;
	background-image: url(../img/img_request_1.png);
	background-repeat: no-repeat;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 65px;
}
#index .request .inner ul li .piece2 {
	width: 240px;
	height: 251px;
	background-image: url(../img/img_request_2.png);
	background-repeat: no-repeat;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 65px;
}
#index .request .inner ul li .piece3 {
	width: 240px;
	height: 258px;
	background-image: url(../img/img_request_3.png);
	background-repeat: no-repeat;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 60px;
}
#index .contact {
	width: 100%;
	margin-top: 80px;
	background-color: #469D72;
	padding-bottom: 60px;
	color: #FFF;
}
#index .contact .ttl_contact {
	width: 100%;
	background-image: url(../img/img_triangle_2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 26px;
}
#index .contact .ttl_contact span {
	display: block;
	height: 110px;
	background-color: #FFF79A;
	font-size: 2.6em;
	color: #469D72;
	font-weight: bold;
	text-align: center;
	line-height: 110px;
}
#index .contact .ttl_contact_s {
	font-size: 1.9em;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
#index .contact .note {
	font-size: 0.95em;
	text-align: center;
	margin-top: 30px;
}
#index .contact .inner {
	width: 960px;
	margin: 0px auto;
}
#index .contact .inner .set {
	display: table;
	width: 960px;
	margin-top: 20px;
}
#index .contact .inner .set .item1 {
	display: table-cell;
	width: 160px;
	font-weight: bold;
	vertical-align: middle;
	color: #FFF;
}
#index .contact .inner .set .item1 span.hissu {
	padding-left: 5px;
}
#index .contact .inner .set .item2 {
	display: table-cell;
	width: 800px;
	vertical-align: middle;
}
#index .contact .inner .set .item2 input[type="text"] {
	width: 800px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	border: none;
	background-color: #FFF;
	padding-left: 10px;
}
#index .contact .inner .set .item2 input[type="email"] {
	width: 800px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	border: none;
	background-color: #FFF;
	padding-left: 10px;
}
#index .contact .inner .set .item2 input[type="tel"] {
	width: 800px;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	border: none;
	background-color: #FFF;
	padding-left: 10px;
}
#index .contact .inner .set .item2 textarea {
	width: 100%;
	height: 100px;
	font-size: 100%;
	border: none;
	background-color: #FFF;
	padding: 10px;
}
#index .contact .button{
	text-align:center;
	margin:10px auto;
}
#index .contact .wpcf7-submit {
	width: 400px;
	height: 40px;
	line-height: 40px;
	font-size: 120%;
	border: none;
	color:#469D72;
	font-weight:bold;
	background-color:#FFFFFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
#index .contact .wpcf7-response-output{
	background-color:#FFFFFF;
	border:1px solid #FF0000;
	color:#FF0000;
	width:960px;
	margin:20px auto 0px auto;
}
#index .contact .contact_title{
	font-size: 1.9em;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}
#index .contact .contact_name{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	text-decoration:underline;
}
#index .contact .contact_tel{
	font-size: 2.8em;
	font-weight: bold;
	text-align: center;
}

/*--------------------------------------------------*
 *   お問い合わせはこちらをクリック
 *--------------------------------------------------*/
#move {
	height: 100px;
	width: 100%;
	background-color: #469D72;
	padding: 20px 0px;
	position: fixed;
	bottom: 0px;
}
#move .bt_contact {
	width: 480px;
	margin: 0px auto;
}
#move .bt_contact a {
	display: block;
	height: 60px;
	line-height: 60px;
	border: 2px solid #FFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	font-size: 1.3em;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
#move .bt_contact a span {
	background-image: url(../img/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 30px;
}
/*--------------------------------------------------*
 *   ページトップへ
 *--------------------------------------------------*/
#bt_pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 200;
}
/*--------------------------------------------------*
 *   フッター
 *--------------------------------------------------*/
#footarea {
	width: 100%;
	padding-bottom: 99px;
}
#footarea .copy_right {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 0.9em;
	color: #469D72;
	text-align: center;
	background-image: url(../img/img_footer_line.gif);
	background-repeat: repeat-x;
}
/*--------------------------------------------------*
 *   PCでは無効/表示されない
 *--------------------------------------------------*/
.pc_none {
	display: none !important;
}
.icon_height{
	min-height:130px;
}
}

/* スマホレイアウト */
@media (max-width: 767px) {
/* 電話番号をクリックできないようにする。 */
a[href^="tel:"] {
	color:#FFF;
	text-decoration:underline;
}
#container {
	width: 100%;
	line-height: 1.5;
	color: #333;
	background-color: #FFF;
}
/*--------------------------------------------------*
 *   ヘッドエリア
 *--------------------------------------------------*/
#headarea {
	width: 100%;
	padding: 10px;
}
#headarea .main_title {
	width: 150px;
	float: left;
	font-size: 1.3em;
	color: #469D72;
	font-weight: bold;
	padding-top: 5px;
}
#headarea .bt_contact {
	width: 140px;
	float: right;
}
#headarea .bt_contact a {
	display: block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	color: #FFF;
	text-align: center;
	background-color: #469D72;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
#headarea .bt_contact span {
	background-image: url(../img/icon_letter.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

/*--------------------------------------------------*
 *   メイン
 *--------------------------------------------------*/
#main_contents {
	width: 100%;
}
#index {
	width: 100%;
}
/*--------------------------------------------------*
 *   メインイメージ
 *--------------------------------------------------*/
#index .main_img {
	border-top:10px #469D72 solid;
	width: 100%;
}
#index .main_img .inner {
	position: relative;
	height:200px;
	width: 100%;
}
#index .main_img .bg1{
	background-image:url("../img/img_main_1_1.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;
}
#index .main_img .bg2{
	background-image:url("../img/img_main_2_1.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;
}
#index .main_img .bg3{
	background-image:url("../img/img_main_3_1.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;
}
#index .main_img .bg4{
	background-image:url("../img/img_main_4_1.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;
}
#index .main_img .inner img {
	width: 100%;
}
#index .main_img .inner .left_image {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left:-160px;
	width:auto;
	height:180px;
}
#index .main_img .inner .right_image {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left:-40px;
	width:auto;
	height:100px;
}

#index .main_img .inner .lead {
	position: absolute;
	padding:10px 0px;
	top: 5px;
	left: 50%;
	margin-left:-25px;
	font-size: 1.0em;
	color: #000;
	line-height: 1.4em;
	text-align: center;
}
#index .main_img .inner .lead span{
	padding-bottom:6px;
	display:block;
	font-weight: bold;
	font-size: 1.6em;
}

/*--------------------------------------------------*
 *   コンテンツ
 *--------------------------------------------------*/
#index .block_1 {
	padding: 30px 15px;
}
#index .text1 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#index .text2 {
	padding-top: 10px;
}
#index .text3 {
	width: 100%;
	margin: 0px auto;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
}
#index .block_1 .template {
	width: 100%;
	margin-top: 10px;
}
#index .block_1 .template ul {
	width: 100%;
}
#index .block_1 .template ul li {
	text-align: center;
	padding-top: 20px;
}
#index .block_2 {
	padding: 30px 15px;
	background-color: #ECF5F2;
}
#index .block_2 .inner {
	width: 100%;
}
#index .block_2 .inner .box_a {
	width: 100%;
}
#index .block_2 .inner .box_b {
	width: 100%;
	padding-top: 20px;
	text-align: center;
}
#index .block_3 {
	padding: 30px 15px;
}
#index .block_3 .inner {
	width: 100%;
}
#index .block_3 .inner .box_a {
	width: 100%;
}
#index .block_3 .inner .box_b {
	width: 100%;
	padding-top: 20px;
	text-align: center;
}
#index .block_4 {
	padding: 30px 15px;
	background-color: #ECF5F2;
}
#index .block_4 .inner {
	width: 100%;
}
#index .block_4 .inner .box_a {
	width: 100%;
}
#index .block_4 .inner .box_b {
	width: 100%;
	padding-top: 20px;
	text-align: center;
}
#index .block_5 {
	padding: 30px 15px;
}
#index .block_5 .inner {
	width: 100%;
}
#index .block_5 .inner .box_a {
	width: 100%;
}
#index .block_5 .inner .box_b {
	width: 100%;
	padding-top: 20px;
	text-align: center;
}
#index .block_6 {
	padding: 30px 15px;
	background-color: #ECF5F2;
}
#index .block_6 .inner {
	width: 100%;
}
#index .block_6 .inner .box_a {
	width: 100%;
}
#index .block_6 .inner .box_b {
	width: 100%;
	padding-top: 20px;
	text-align: center;
}
#index .block_7 {
	padding: 30px 15px;
}
#index .block_7 .inner {
	width: 100%;
}
#index .block_7 .inner .box_a {
	width: 100%;
}
#index .block_7 .inner .box_b {
	width: 100%;
	padding-top: 20px;
	text-align: center;
}
#index .block_8 {
	padding: 20px 15px 30px 15px;
	background-color: #ECF5F2;
}
#index .block_8 .inner {
	width: 100%;
}
#index .block_8 .inner .box_a {
	width: 100%;
	padding-top: 10px;
}
#index .block_8 .inner .box_a .top {
	font-size: 1.2em;
	color: #FFF;
	font-weight: bold;
	background-color: #469D72;
	text-align: center;
	line-height: 40px;
}
#index .block_8 .inner .box_a .bottom {
	border: 4px solid #C9C9C9;
	border-top: 0px;
	background-color: #FFF;
	padding: 10px;
}
#index .request {
	width: 100%;
	margin-top: 30px;
}
#index .request .ttl_request {
	width: 100%;
	height: 60px;
	background-color: #469D72;
	font-size: 1.4em;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	background-image: url(../img/img_triangle_1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#index .request .ttl_request span {
	background-image:
		url(../img/img_request_left.png),
		url(../img/img_request_right.png);
	background-position:
		left center,
		right center;
	background-repeat:
		no-repeat,
		no-repeat;
	background-size:
		auto 25px,
		auto 25px;
	padding: 0px 30px;
}
#index .request .inner {
	width: 100%;
}
#index .request .inner ul {
	width: 100%;
	padding: 0px 15px;
}
#index .request .inner ul li {
	width: 240px;
	margin: 20px auto 0px auto;
	text-align: center;
}
#index .request .inner ul li .piece1 {
	width: 240px;
	height: 273px;
	background-image: url(../img/img_request_1.png);
	background-repeat: no-repeat;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 65px;
}
#index .request .inner ul li .piece2 {
	width: 240px;
	height: 251px;
	background-image: url(../img/img_request_2.png);
	background-repeat: no-repeat;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 65px;
}
#index .request .inner ul li .piece3 {
	width: 240px;
	height: 258px;
	background-image: url(../img/img_request_3.png);
	background-repeat: no-repeat;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 60px;
}
#index .contact {
	width: 100%;
	margin-top: 50px;
	background-color: #469D72;
	padding-bottom: 30px;
	color: #FFF;
}
#index .contact .ttl_contact {
	width: 100%;
	background-image: url(../img/img_triangle_2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 26px;
}
#index .contact .ttl_contact span {
	display: block;
	height: 70px;
	background-color: #FFF79A;
	font-size: 1.6em;
	color: #469D72;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
}
#index .contact .ttl_contact_s {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
#index .contact .note {
	font-size: 0.95em;
	text-align: left;
	padding: 10px 15px 0px 15px;
}
#index .contact .inner {
	width: 100%;
	padding: 0px 15px;
}
#index .contact .inner .set {
	width: 100%;
	margin-top: 20px;
}
#index .contact .inner .set .item1 {
	width: 100%;
	font-weight: bold;
	color: #FFF;
}
#index .contact .inner .set .item1 span.hissu {
	padding-left: 5px;
}
#index .contact .inner .set .item2 {
	width: 100%;
	padding-top: 8px;
}
#index .contact .inner .set .item2 input[type="text"] {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 100%;
	border: none;
	background-color: #FFF;
	padding-left: 10px;
}
#index .contact .inner .set .item2 input[type="email"] {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 100%;
	border: none;
	background-color: #FFF;
	padding-left: 10px;
}
#index .contact .inner .set .item2 input[type="tel"] {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 100%;
	border: none;
	background-color: #FFF;
	padding-left: 10px;
}
#index .contact .inner .set .item2 textarea {
	width: 100%;
	height: 100px;
	font-size: 100%;
	border: none;
	background-color: #FFF;
	padding: 10px;
}
#index .contact .button{
	text-align:center;
	margin:10px auto;
}
#index .contact .wpcf7-submit {
	margin:0px;
	padding:0px;
	width: 96%;
	height: 50px;
	line-height: 50px;
	font-size: 100%;
	border: none;
	color:#469D72;
	font-weight:bold;
	background-color:#FFFFFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
#index .contact .wpcf7-response-output{
	width: 96%;
	background-color:#FFFFFF;
	border:1px solid #FF0000;
	color:#FF0000;
	margin:20px auto 0px auto;
}

/*--------------------------------------------------*
 *   お問い合わせはこちらをクリック
 *--------------------------------------------------*/
#move {
	height: 50px;
	width: 100%;
	background-color: #469D72;
	padding: 8px 0px;
	position: fixed;
	bottom: 0px;
}
#move .bt_contact {
	width: 250px;
	margin-left: 15px;
}
#move .bt_contact a {
	display: block;
	height: 34px;
	line-height: 34px;
	border: 2px solid #FFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
#move .bt_contact a span {
	background-image: url(../img/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 8px auto;
	padding-right: 15px;
}
#index .contact .contact_title{
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}
#index .contact .contact_name{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	text-decoration:underline;
}
#index .contact .contact_tel{
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
}

/*--------------------------------------------------*
 *   ページトップへ
 *--------------------------------------------------*/
#bt_pagetop {
	position: fixed;
	right: 15px;
	bottom: 10px;
	z-index: 200;
}
#bt_pagetop img {
	width: 30px;
}
/*--------------------------------------------------*
 *   フッター
 *--------------------------------------------------*/
#footarea {
	width: 100%;
	padding-bottom: 50px;
}
#footarea .copy_right {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 0.9em;
	color: #469D72;
	text-align: center;
	background-image: url(../img/img_footer_line.gif);
	background-repeat: repeat-x;
}
/*--------------------------------------------------*
 *   SPでは無効/表示されない
 *--------------------------------------------------*/
.sp_none {
	display: none !important;
}
}
