@import url("font.css");
@import url("header.css");
@import url("slogan.css");
@import url("filter.css");
@import url("footer.css");
@import url("section.css");
@import url("banner.css");
@import url("index_below.css");
body{
	width: 100vw;
	margin: auto;
	background-color: #FFF;
	overflow-x:hidden;
	background-image: url(bg1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment: fixed;
	background-color: #000;
}

.tel, .mail{
	position:fixed;
	z-index:999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.tel{
	bottom:25px;
	right:-142px;
	}
.mail{
	bottom:67px;
  right:-218px;
	}
	
	
.tel:hover,
.mail:hover{
	right:0px;
	}	
.tel:hover a,
.mail:hover a{opacity:1;}
