@charset "utf-8";
.footer{
	width: 100%;
	background-color: #89c7de;
	color: #fff;
	text-align: center;
	padding: 30px 0;
	position: absolute;
	bottom: 0; /*下に固定*/
}
.page{
	width: 1000px;       /* サイトの基本となる横幅 */
	margin-right: auto; /* 右側の余白を自動で調整 */
	margin-left: auto;  /* 左側の余白を自動で調整 */
}
.slide{
	top: 5000px;
	width: 1000px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
}
.title {
	font-weight: bold;
}
.logo img{
	width: 750px;
	height: 75px;
	display: block;
	margin: auto;
}
.wrap {
    height: 1080px;
    width: 1920px;
    position: absolute;
    transform-origin: 0% 0%;
}