.head {
	position: absolute;
	z-index: 100;
}
.head .logo {
	float: left;
	background-color: #fff;
	padding: 15px;
}
.head .logo a {
	color: #322323;
}
.logo1 {
	float: left;
	margin-right: 15px;
	width: 120px;
}

.logo h2 {
	padding-bottom: 2px;
	padding-top: 2px;
}
.menu {
	padding: 35px 20px 20px 0px;
	float: left;
}
.menu li {
	float: left;
	padding: 5px;
	color: #dd9224;
	font-weight: bold;
}
.menu li a {
	font-size: 120%;
	color: #322323;
}
.menu li a:hover {
	opacity: 0.8;
}
.conta {
	width: 100%;
}
.contabox {
	width: 400px;
	float: right;
}
.conta01 {
	float: left;
	width: 55%;
	padding-top: 10px;
}
.conta02 {
	float: right;
	width: 45%;
}
.conta01 h5 {
	font-size: 180%;
	font-weight: bold;
	line-height: 1.5;
	background-image: url(../img/tel.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px 0px 0px 35px;
}
.conta01 h6 {
	font-size: 120%;
	line-height: 1.5;
	font-weight: bold;
	padding-left: 35px;
}
.conta02 a {
	display: block;
	padding: 20px 20px 20px 50px;
	background-color: #dd9224;
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: 130%;
	font-weight: bold;
	line-height: 1.5;
	background-image: url(../img/mail.png);
	background-repeat: no-repeat;
	background-position: 10% 50%;
}
.conta02 a:hover {
	opacity: 0.8;
}


.mainimg {
	width: 100%;
	position: relative;
}
.mainimg01 {
	position: absolute;
	text-align: center;
	padding-top: 5%;
}
.mainimg02 {
	width: 80%;
	float: right;
}
.img-sp {
	display: none;
}
.logo3 {
	width: 80%;
}
.mainimg01 h3 {
	font-size: 230%;
	font-weight: bold;
	color: #dd9224;
	line-height: 1.5;
	padding-top: 40px;
}
.mainimg02 img {
	width: 100%;
}


.sphead {
	display: none;
}



@media screen and ( max-width:800px )
{
.sphead {
	display: block;
}
.img-sp {
	display: block;
}
.img-pc {
	display: none;
}
.mainimg01 {
	position: inherit;
	padding-top: 5%;
}
.mainimg02 {
	width: 100%;
	float: none;
}
.mainimg01 h3 {
	font-size: 160%;
}

.head {
	padding-left: 0px;
	position: inherit;
	box-shadow: none;
	
}
.head h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	float:none;
	
}

.head .menu {
	display: none;
}
.tels {
		padding-top: 12px;
}
.tels h6 {
	line-height: 1.4;
}
.conta {
	display: none;
}
.logo1 {
	float: none;
	width: 200px;
	margin-bottom: 20px;
}

}
