@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 5000;
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	height: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
	background-image: url(../web/contact/mimg.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#mimg .txtBox {
	position: absolute;
	width: 100%;
	height: auto;
	top: 380px;
	z-index: 1000;
	font-size: 80px;
	line-height: 80px;
	letter-spacing: 3px;
	font-weight: 500;
	color: #fff;
    text-align: center;
}


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 70px;
}
#contents01 {
	position: relative;
	width: 1200px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 50px;
	line-height: 50px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	float: left;
}
#Tel{
	width: 100%;
	float: left;
	margin-top: 70px;
	padding: 30px 0 30px 0;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
#Tel .t1{
	width: 100%;
	float: left;
	font-size: 80px;
	line-height: 80px;
	text-align: center;
	font-weight: 500;
}
#Tel .t1 a{ color: #fff; text-decoration:none;}
#Tel .t2{
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	margin-top: 30px;
	font-weight: 500;
	color: #FFF;
}
.formbox {
	width: 1200px;
	float: left;
	margin-top: 70px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1px;
}
.formbox table {
	width: 1200px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.formbox td {
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 10px 10px 10px 10px;
}
input[type="submit"]  {
    padding: 10px 70px;
    font-size: 16px;
	letter-spacing: 3px;
	color: #000000;
    background-color: #fff;
    border: 1px #000000 solid;
	transition: 0.4s;
}
input[type="submit"]:hover  {
	color: #fff;
    background-color: #000;
	border-color: #000;
}
input[type="button"]  {
    padding: 10px 70px;
    font-size: 16px;
	letter-spacing: 3px;
	color: #000000;
    background-color: #fff;
    border: 1px #000000 solid;
	transition: 0.4s;
}
input[type="button"]:hover  {
	color: #fff;
    background-color: #000;
	border-color: #000;
}
.t12_900b {font-size:11px; line-height:20px; color: #900; letter-spacing:0;}

#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 120px;
}
#contents02 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
.c02txt {
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 1px;
	float: left;
	margin-top: 50px;
	color: #FFF;
}
.prv_ttl {
	width: 1190px;
	padding: 5px 0 5px 10px;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	float: left;
	text-align: left;
	margin-top: 50px;
	background: #999;
	letter-spacing: 1px;
}
.prv_txt {
	width: 1180px;
	float: left;
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	margin-top: 15px;
	margin-left: 10px;
	letter-spacing: 1px;
	color: #FFF;
}


@media screen and (min-width:768px){
.formboxsp { display:none;}
}
