@charset "UTF-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* デスクトップレイアウト : 980 px ～最大 1232 px。 */
@media all and (min-width: 980px) {

/* content */


#slider {
	clear: both;
	float: left;
	margin: 0 0 3% 0;
	width: 100%;
	display: block;
	height: 480px;
	background-color:#000000;
	background-image:url(../img/contact/massege.png);
	background-size:980px 290px;
	background-position:center 150px;
	background-repeat:no-repeat;
}
#screen {
	height: 100%;
	width: 100%;
}
#screen h1{
	display:none;
}
#messeage {
	display:none;
}
#messeage h2{
	display:none;
}

#con {
	max-width: 1232px;
	min-width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom:50px;
}
#con h3{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
}
#con h4{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 500;
}
h5{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 500;
	text-align:center;
}
#con p {

}

.tableType{
	width:100%;
	height:auto;
	overflow:hidden;
	border-right:solid 1px #333;
	border-left:solid 1px #333;
	border-bottom:solid 1px #333;
	display:table;
	margin-bottom:20px;
}
.tableLeft{
	width:30%;
	height:auto;
	text-align:center;
	padding:1%;
	float:left;
	display:table-cell;
	border-top:solid 1px #333;
	overflow:hidden;
}
.tableRight{
	width:70%;
	height:auto;
	padding:1%;
	float:left;
	border-left:solid 1px #333;
	border-top:solid 1px #333;
	display:table-cell;
	overflow:hidden;
}

input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

form{
	font-size:14px;
	font-size:1.4rem;
}

form .inline {
	display: inline;
}

form .name {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .zip {
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .tel {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .mail {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .title {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .text {
	width: 100%;
	height:200px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
.center {
	width: 90%;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.subBtn {
	width: 30%;
	height:30px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	background: #fff;
	border: solid 1px #999;
	border-radius:10px;
	outline: none;
	display:block;
}
.subBtn1 {
	width: 30%;
	height:30px;
	text-align: center;
	margin-left:10%;
	padding: 0;
	background: #fff;
	border: solid 1px #999;
	border-radius:10px;
	outline: none;
	float:left;
}
.subBtn2 {
	width: 30%;
	height:30px;
	text-align: center;
	margin-right:10%;
	padding: 0;
	background: #666666;
	border:0;
	border-radius:10px;
	outline: none;
	color:#fff;
	float:right;
}
.error {
	margin-top: 6px;
}

em {
	color: #f00;
	font-style:normal;
}





/*---------------------------------(Retina)---------------------------------*/
@media all and (-webkit-min-device-pixel-ratio: 1.5) {

#slider {
	clear: both;
	float: left;
	margin: 0 0 3% 0;
	width: 100%;
	display: block;
	height: 480px;
	background-color:#000000;
	background-image:url(../img/contact/massege@2x.png);
	background-size:980px 290px;
	background-position:center 150px;
	background-repeat:no-repeat;
}


}

}

/* 641 px ～ 979 px。ディスプレイ縦用 */
@media all and (min-width: 641px) and (max-width: 979px) and (orientation: portrait) {


#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 50%;
	min-height: 50%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/contact/massege.png);
	background-size:95%;
	background-position:center center;
	background-repeat:no-repeat;
}
#screen {
	height: 100%;
	width: 100%;
}
#screen h1{
	display:none;
}
#messeage {
	display:none;
}
#messeage h2{
	display:none;
}

#con {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom:50px;
	text-align:justify;
}
#con h3{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
}
#con h4{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%m;
	font-weight: 500;
}
h5{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 500;
	text-align:center;
}
#con p {

}
.tableType{
	width:100%;
	height:auto;
	overflow:hidden;
	border-right:solid 1px #333;
	border-left:solid 1px #333;
	border-bottom:solid 1px #333;
	display:table;
	margin-bottom:20px;
}
.tableLeft{
	width:30%;
	height:auto;
	text-align:center;
	padding:1%;
	float:left;
	display:table-cell;
	border-top:solid 1px #333;
	overflow:hidden;
}
.tableRight{
	width:70%;
	height:auto;
	padding:1%;
	float:left;
	border-left:solid 1px #333;
	border-top:solid 1px #333;
	display:table-cell;
	overflow:hidden;
}

input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

form{
	font-size:14px;
	font-size:1.4rem;
}

form .inline {
	display: inline;
}

form .name {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .zip {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .tel {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .mail {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .title {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .text {
	width: 100%;
	height:200px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
.center {
	width: 90%;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.subBtn {
	width: 30%;
	height:30px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	background: #fff;
	border: solid 1px #999;
	border-radius:10px;
	outline: none;
	display:block;
}
.subBtn1 {
	width: 30%;
	height:30px;
	text-align: center;
	margin-left:10%;
	padding: 0;
	background: #fff;
	border: solid 1px #999;
	border-radius:10px;
	outline: none;
	float:left;
}
.subBtn2 {
	width: 30%;
	height:30px;
	text-align: center;
	margin-right:10%;
	padding: 0;
	background: #666666;
	border:0;
	border-radius:10px;
	outline: none;
	color:#fff;
	float:right;
}

.error {
	margin-top: 6px;
}

em {
	color: #f00;
	font-style:normal;
}



/* タブレットレイアウト :641 px ～ 979 px。ディスプレイ縦用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 50%;
	min-height: 50%;
	position: relative;
	background-color:#000000;
	margin-bottom:30px;
	background-image:url(../img/contact/massege@2x.png);
	background-size:95%;
	background-position:center center;
	background-repeat:no-repeat;
}


}

}

/* 641 px ～ 979 px。ディスプレイ横用 */
@media all and (min-width: 641px) and (max-width: 979px) and (orientation: landscape) {


#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 100%;
	min-height: 100%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/contact/massege.png);
	background-size:90%;
	background-position:center center;
	background-repeat:no-repeat;
}
#screen {
	height: 100%;
	width: 100%;
}
#screen h1{
	display:none;
}
#messeage {
	display:none;
}
#messeage h2{
	display:none;
}

#con {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom:50px;
	text-align:justify;
}
#con h3{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
}
#con h4{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 500;
}
h5{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 500;
	text-align:center;
}
#con p {

}
.tableType{
	width:100%;
	height:auto;
	overflow:hidden;
	border-right:solid 1px #333;
	border-left:solid 1px #333;
	border-bottom:solid 1px #333;
	display:table;
	margin-bottom:20px;
}
.tableLeft{
	width:30%;
	height:auto;
	text-align:center;
	padding:1%;
	float:left;
	display:table-cell;
	border-top:solid 1px #333;
	overflow:hidden;
}
.tableRight{
	width:70%;
	height:auto;
	padding:1%;
	float:left;
	border-left:solid 1px #333;
	border-top:solid 1px #333;
	display:table-cell;
	overflow:hidden;
}

input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

form{
	font-size:14px;
	font-size:1.4rem;
}

form .inline {
	display: inline;
}

form .name {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .zip {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .tel {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .mail {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .title {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .text {
	width: 100%;
	height:200px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
.center {
	width: 90%;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.subBtn {
	width: 30%;
	height:30px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	background: #fff;
	border: solid 1px #999;
	border-radius:10px;
	outline: none;
	display:block;
}
.subBtn1 {
	width: 30%;
	height:30px;
	text-align: center;
	margin-left:10%;
	padding: 0;
	background: #fff;
	border: solid 1px #999;
	border-radius:10px;
	outline: none;
	float:left;
}
.subBtn2 {
	width: 30%;
	height:30px;
	text-align: center;
	margin-right:10%;
	padding: 0;
	background: #666666;
	border:0;
	border-radius:10px;
	outline: none;
	color:#fff;
	float:right;
}

.error {
	margin-top: 6px;
}

em {
	color: #f00;
	font-style:normal;
}




/* タブレットレイアウト :641 px ～ 979 px。ディスプレイ横用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 100%;
	min-height: 100%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/contact/massege@2x.png);
	background-size:95%;
	background-position:center center;
	background-repeat:no-repeat;
}


}

}

/* 481 px ～ 640 px。ディスプレイ縦用 */
@media all and (min-width: 481px) and (max-width: 640px) and (orientation: portrait) {

/* content */


#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 50%;
	min-height: 50%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/contact/massege.png);
	background-size:95%;
	background-position:center center;
	background-repeat:no-repeat;
}
#screen {
	height: 100%;
	width: 100%;
}
#screen h1{
	display:none;
}
#messeage {
	display:none;
}
#messeage h2{
	display:none;
}

#con {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom:50px;
	text-align:justify;
}
#con h3{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
	text-align:center;
}
#con h4{
	font-size: 18px;
	font-size: 1.8rem;
	line-height:150%;
	font-weight: 500;
	text-align:center;
}
h5{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 500;
	text-align:center;
}
#con p {

}
.tableType{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
	border-top: solid 1px #666;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	border-bottom: 0;
}
.tableLeft{
	width:100%;
	height:auto;
	text-align:center;
	padding:2%;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom: dotted 1px #666;
}
.tableRight{
	width:100%;
	height:auto;
	text-align:center;
	padding:2%;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom: solid 1px #666;
}

input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

form{
	font-size:14px;
	font-size:1.4rem;
	text-align:center;
}

form .name {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .zip {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .tel {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .mail {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .title {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .text {
	width: 100%;
	height:200px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
.center {
	width: 90%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.subBtn {
	width: 100%;
	height:30px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	background: #fff;
	border: solid 1px #999;
	border-radius:10px;
	outline: none;
	display:block;
}
.subBtn1 {
	width: 100%;
	height:30px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	background: #fff;
	border: solid 1px #999;
	border-radius:10px;
	outline: none;
	display:block;
}

.subBtn2 {
	width: 100%;
	height:30px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	background: #666;
	border: 0;
	border-radius:10px;
	outline: none;
	display:block;
	color:#fff;
	margin-bottom:10px;
}
.error {
	margin-top: 6px;
}

em {
	color: #f00;
	font-style:normal;
}








/*---------------------------------max640(Retina)---------------------------------*/
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 50%;
	min-height: 50%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/contact/massege@2x.png);
	background-size:95%;
	background-position:center center;
	background-repeat:no-repeat;
}


}

}

/* 481 px ～ 640 px。ディスプレイ横用 */
@media all and (min-width: 481px) and (max-width: 640px) and (orientation: landscape) {

/* content */


#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 100%;
	min-height: 100%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/contact/massege.png);
	background-size:90%;
	background-position:center center;
	background-repeat:no-repeat;
}
#screen {
	height: 100%;
	width: 100%;
}
#screen h1{
	display:none;
}
#messeage {
	display:none;
}
#messeage h2{
	display:none;
}

#con {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom:50px;
	text-align:justify;
}
#con h3{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
	text-align:center;
}
#con h4{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 500;
	text-align:center;
}
h5{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 500;
	text-align:center;
}
#con p {

}
.tableType{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
	border-top: solid 1px #666;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	border-bottom: 0;
}
.tableLeft{
	width:100%;
	height:auto;
	text-align:center;
	padding:2%;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom: dotted 1px #666;
}
.tableRight{
	width:100%;
	height:auto;
	text-align:center;
	padding:2%;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom: solid 1px #666;
}

input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

form{
	font-size:14px;
	font-size:1.4rem;
	text-align:center;
}

form .name {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .zip {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .tel {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .mail {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .title {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .text {
	width: 100%;
	height:200px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
.center {
	width: 90%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.subBtn {
	width: 100%;
	height:30px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	background: #fff;
	border: solid 1px #999;
	border-radius:10px;
	outline: none;
	display:block;
}
.subBtn1 {
	width: 100%;
	height:30px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	background: #fff;
	border: solid 1px #999;
	border-radius:10px;
	outline: none;
	display:block;
}

.subBtn2 {
	width: 100%;
	height:30px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	background: #666;
	border: 0;
	border-radius:10px;
	outline: none;
	display:block;
	color:#fff;
	margin-bottom:10px;
}
.error {
	margin-top: 6px;
}

em {
	color: #f00;
	font-style:normal;
}








/* 481 px ～ 640 px。ディスプレイ横用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 100%;
	min-height: 100%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/contact/massege@2x.png);
	background-size:90%;
	background-position:center center;
	background-repeat:no-repeat;
}


}

}

/* ～ 480 px。ディスプレイ縦用 */
@media all and (min-width: 0px) and (max-width: 480px) and (orientation: portrait) {

/* content */


#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 50%;
	min-height: 50%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/contact/massege.png);
	background-size:95%;
	background-position:center center;
	background-repeat:no-repeat;
}
#screen {
	height: 100%;
	width: 100%;
}
#screen h1{
	display:none;
}
#messeage {
	display:none;
}
#messeage h2{
	display:none;
}

#con {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom:50px;
	text-align:justify;
}
#con h3{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
	text-align:center;
}
#con h4{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 500;
	text-align:center;
}
h5{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 500;
	text-align:center;
}
#con p {

}
.tableType{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
	border-top: solid 1px #666;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	border-bottom: 0;
}
.tableLeft{
	width:100%;
	height:auto;
	text-align:center;
	padding:2%;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom: dotted 1px #666;
}
.tableRight{
	width:100%;
	height:auto;
	text-align:center;
	padding:2%;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom: solid 1px #666;
}

input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

form{
	font-size:14px;
	font-size:1.4rem;
	text-align:center;
}

form .name {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .zip {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .tel {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .mail {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .title {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .text {
	width: 100%;
	height:200px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
.center {
	width: 90%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.subBtn {
	width: 100%;
	height:30px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	background: #fff;
	border: solid 1px #999;
	border-radius:10px;
	outline: none;
	display:block;
}
.subBtn1 {
	width: 100%;
	height:30px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	background: #fff;
	border: solid 1px #999;
	border-radius:10px;
	outline: none;
	display:block;
}

.subBtn2 {
	width: 100%;
	height:30px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	background: #666;
	border: 0;
	border-radius:10px;
	outline: none;
	display:block;
	color:#fff;
	margin-bottom:10px;
}
.error {
	margin-top: 6px;
}

em {
	color: #f00;
	font-style:normal;
}





/* ～ 480 px。ディスプレイ縦用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 50%;
	min-height: 50%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/contact/massege@2x.png);
	background-size:95%;
	background-position:center center;
	background-repeat:no-repeat;
}


}

}

/* ～ 480 px。ディスプレイ横用 */
@media all and (min-width: 0px) and (max-width: 480px) and (orientation: landscape) {

/* content */


#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 100%;
	min-height: 100%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/contact/massege.png);
	background-size:90%;
	background-position:center center;
	background-repeat:no-repeat;
}
#screen {
	height: 100%;
	width: 100%;
}
#screen h1{
	display:none;
}
#messeage {
	display:none;
}
#messeage h2{
	display:none;
}

#con {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom:50px;
	text-align:justify;
}
#con h3{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
	text-align:center;
}
#con h4{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 500;
	text-align:center;
}
h5{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 500;
	text-align:center;
}
#con p {

}
.tableType{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
	border-top: solid 1px #666;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	border-bottom: 0;
}
.tableLeft{
	width:100%;
	height:auto;
	text-align:center;
	padding:2%;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom: dotted 1px #666;
}
.tableRight{
	width:100%;
	height:auto;
	text-align:center;
	padding:2%;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom: solid 1px #666;
}

input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

form{
	font-size:14px;
	font-size:1.4rem;
	text-align:center;
}

form .name {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .zip {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .tel {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .mail {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .title {
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
form .text {
	width: 100%;
	height:200px;
	margin: 0;
	padding: 0;
	background: 0;
	border:0;
	border-radius: 0;
	outline: none;
}
.center {
	width: 90%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.subBtn {
	width: 100%;
	height:30px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	background: #fff;
	border: solid 1px #999;
	border-radius:10px;
	outline: none;
	display:block;
}

.subBtn1 {
	width: 100%;
	height:30px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	background: #fff;
	border: solid 1px #999;
	border-radius:10px;
	outline: none;
	display:block;
}

.subBtn2 {
	width: 100%;
	height:30px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	background: #666;
	border: 0;
	border-radius:10px;
	outline: none;
	display:block;
	color:#fff;
	margin-bottom:10px;
}
.error {
	margin-top: 6px;
}

em {
	color: #f00;
	font-style:normal;
}






/* ～ 480 px。ディスプレイ横用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#slider {
	clear: both;
	float: left;
	margin: 0 0 2% 0;
	width: 100%;
	display: block;
	max-height: 100%;
	min-height: 100%;
	position: relative;
	background-color:#000000;
	background-image:url(../img/contact/massege@2x.png);
	background-size:90%;
	background-position:center center;
	background-repeat:no-repeat;
}


}

}