@charset "UTF-8";
body {
	background-color: #fdf9ff;
}

img {
	display: block;
	vertical-align: bottom;
	max-width: 100%;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.btn:hover {
	text-decoration: none;
	opacity: .7;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #dacde1;
}


/*ボタン１*/

#firstview {
	position: relative;
	height: 793px;
}

p.bottun1 {
	width: 906px;
	margin: -195px auto;
}


/*ボタン2*/

div.buttun2 {
	position: relative;
	height: 194px;
}

p.bottun2innner {
	width: 906px;
	margin: -195px auto;
}


/*ボタン3*/

div.buttun3 {
	background-color: #8957a1;
	padding: 25px;
}

p.bottun3inner {
	width: 906px;
	margin: 0 auto;
}


/*ボタン4*/

div.buttun4 {
	width: 906px;
	margin: 15px auto;
	text-align: center;
}


/*メディアクエリCSS （PC向け） */

@media screen and (min-width:769px) {
	.spview {
		display: none;
	}
}


/*メディアクエリCSS （スマホ向け） */

@media screen and (max-width:768px) {
	.pcview {
		display: none;
	}
	.spview {
		display: block;
	}
	img {
		max-width: 100vw;
	}
	#wrapper {
		max-width: 100%;
		overflow: hidden;
	}
	/*ボタン１*/
	#firstview {
		max-width: 100%;
		position: relative;
		height: auto;
	}
	p.bottun1 {
		max-width: 100%;
		margin: -15% 0 0 0;
	}
	/*ボタン2*/
	div.buttun2 {
		position: relative;
		height: auto;
	}
	p.bottun2innner {
		max-width: 100%;
		margin: -15% 0 0 0;
	}
	/*ボタン3*/
	div.buttun3 {
		padding: 0px;
	}
	p.bottun3inner {
		max-width: 100%;
		margin: 0 auto;
	}
}
