/*------ base
---------------------------------------*/
.container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

/*------ header
---------------------------------------*/
.header {
	position: relative;
	height: 100px;
}
.header h1{
	position: absolute;
	top: 15px;
	left: 10px;
}
.header .tel{
	position: absolute;
	top: 15px;
	right: 270px;
}
.header .contactBtn{
	position: absolute;
	top: 15px;
	right: 10px;
}

/*------ main
---------------------------------------*/
.side {
	position: fixed;
	bottom: 80px;
	right: 0;
}
.pagetop {
	position: fixed;
	bottom: 15px;
	right: 5px;
}

/*------ footer
---------------------------------------*/

.footer {
	padding: 30px 0;
	text-align: center;
}
.footer h2{
	margin: 0 0 20px 0;
}
.copyright {
	margin: 15px 0 0 0;
	font-size: 74%;
}


@media (max-width: 740px) {
/*------ base
---------------------------------------*/
.container {
	width: 96%;
	margin: 0 auto;
}

/*------ header
---------------------------------------*/
.header {
	position: static;
	height: auto;
}
.header h1{
	position: static;
	margin: 10px 0;
}
.header .tel{
	display: none;
}
.header .contactBtn{
	display: none;
}

/*------ main
---------------------------------------*/
.side {
	display: none;
}

.pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

/*------ footer
---------------------------------------*/

.footer {
	padding: 25px 0;
	text-align: center;
}
.footer h2{
	margin: 0 0 10px 0;
}
.copyright {
	margin: 10px 0 0 0;
}
}