@charset "Shift_JIS";

/*----------------------------------------------------

 contact

----------------------------------------------------*/
body	{	min-width:inherit !important;}
#formBox	{
	padding:10px 0;
	color:#000;
	font-size:1.5rem;
	line-height:1.5;
}
#formBox	.txt	p.errmess	{
	color:#e12e66;
}
#formBox	.txt	h1	{
	font-size:2rem;
	color:#e12e66;
	padding-bottom:10px;
}
#formBox	table	{
	width:100%;
	margin:0 auto;
	border-top:1px dashed #fff;
}
#formBox .kouza	{
	width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
}
#formBox .kouza span {
    font-size: 1.5rem;
}
#formBox	th,
#formBox	td	{
	display:block;
	width:100%;
}
#formBox	th	{	padding:10px 0 5px;}
#formBox	td	{
	border-bottom:1px dashed #aaa;
	padding:0 10px 10px;
}
#formBox	.txt	{
	padding:0 0 10px;
	width:100%;
}
#formBox	p	{}
#formBox	label	{
	display:block;
}

#formBox	th.hissu:before	{
	content:'★';
	color:#e12e66;
}

@media screen and (min-width:480px) {/*タブレット*/

#formBox	.txt	{
	padding:0 0 10px;
	width:600px;
	margin:0 auto;
}
#formBox	table	{
	width:600px;
}
#formBox	th,
#formBox	td	{
	border-bottom:1px dashed #fff;
	padding:15px 5px;
	display:table-cell;
	width:auto;
}
#formBox	th	{	width:37%;}
}

@media screen and (min-width:768px) {/*PC*/
}





#formBox	input[type="text"],
#formBox	input[type="tel"],
#formBox	select,
#formBox	textarea	{
	padding:3px 6px;
	border:1px solid #fff;
	font-size:1.5rem;
	background:#FFF;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	box-sizing:border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#formBox	input[type="text"]:focus,
#formBox	input[type="tel"]:focus,
#formBox	select:focus,
#formBox	textarea:focus	{
	box-shadow: 0 0 7px #c6b287;
	border: 1px solid #c6b287;
}
.submitBox	{
	text-align:center;
	padding:10px 0 0;
}
#formBox	.submit	{
	width:180px;
	margin:4px 10px;
	border:0;
	padding:5px;
	background: #e12e66;
	color:#FFF;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-appearance: none;
}
#formBox	.submit:hover	{	opacity:0.6;}


#name,
#kana	{	width:70%}
#add,
#add2,
#message	{	width:100%;}
#mail,
#mailcheck	{	width:100%;}
#tel	{	width:60%;}
#zip	{	width:40%}



@media screen and (min-width:480px) {/*タブレット*/
}
@media screen and (min-width:768px) {/*PC*/
#formBox	{}
#formBox	.submit	{}
#name,
#kana	{	width:50%}
#add,
#add2,
#message	{	width:100%;}
#mail,
#mailcheck	{	width:80%;}
#tel	{	width:50%;}
#zip	{	width:30%}
}

