body {
  cursor: pointer;
  background-position: top; 
}

#logo {
	width: 428px;
	height: 98px;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	margin: auto;
}

#logo img {
	width: 100%;
}

#add {
	width: 401px;
	height: 17px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5%;
	margin: auto;
}

.address {
	width: 384px;
	height: 17px;
	float: left;
}

.address img {
	width: 100%;
}

.insta {
	width: 17px;
	height: 17px;
	float: right;
}

.insta img {
	width: 17px;
	height: 17px;
}

#sp_logo {
	width: 262px;
	height: 60px;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: auto;
}


#sp_add {
    width: 317px;
    height: 16px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5%;
	margin: auto;
}

.sp_address {
	width: 302px;
	height: 15px;
	float: left;
}

.sp_address img {
	width: 100%;
}

.sp_insta {
	width: 15px;
	height: 15px;
	padding-top: 1px;
	float: right;
}

.sp_insta img {
	width: 100%;
}

@media screen and (max-width: 1274px) {
#logo {
	width: 380px;
	height: 87px;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	margin: auto;
}

#logo img {
	width: 100%;
}



}


@media screen and (max-width: 1200px) {

#logo {
	width: 290px;
	height: 67px;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	margin: auto;
}

#add {
	width: 305px;
	height: 11px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5%;
	margin: auto;
	display: flex;
    align-items: center;
    justify-content: center;
}

.address {
	width: 294px;
	height: 11px;
	float: left;
}

.insta {
	width: 11px;
	height: 11px;
	float: right;
}

.insta img {
	width: 11px;
	height: 11px;	

}

