@charset "utf-8";
/* CSS Document */

    /* Style for our header texts
	* --------------------------------------- */
	h1{
	font-size: 5em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #fff;
	margin:0;
	padding:0;
	}

	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}


	/* Backgrounds will cover all the section
	* --------------------------------------- */
	#section1,
	#section2,
	#section3,
	#section4,
	#section5,
	#section6{
		background-size: cover;
	}

	/* Defining each section background and styles
	* --------------------------------------- */
	#section1{
		background-image: url(../img/rakunie_1.png);
	}
	#section2{
		background-image: url(../img/rakunie_2.png);
		padding: 6% 0 0 0;
	}
	#section3{
		background-image: url(../img/rakunie_3.png);
		padding: 6% 0 0 0;
	}
	#section4{
		background-image: url(../img/rakunie_4.png);
		padding: 6% 0 0 0;
	}
	#section5{
		background-image: url(../img/rakunie_5.png);
		padding: 6% 0 0 0;
	}
	#section6{
		background-image: url(../img/rakunie_6.png);
		padding: 6% 0 0 0;
	}
	#section3 h1{
		color: #000;
	}



	#section1 h1{
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 30px;
		color: #fff;
	}

	#section2 .intro{
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 30px;
	}
	#section2 h1,
	#section2 p{
	text-shadow: 1px 5px 20px #000;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ";
	}

	#section3 h1,
	#section3 p{
	text-shadow: 1px 5px 20px #000;
	color: #fff;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ";
	}

	#section4 h1,
	#section4 p{
	text-shadow: 1px 5px 20px #000;
	color: #fff;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ";
	}

	#section5 h1,
	#section5 p{
	text-shadow: 1px 5px 20px #000;
	color: #fff;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ";
	}

	#section6 h1,
	#section6 p{
	text-shadow: 1px 5px 20px #000;
	color: #fff;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ";
	}

	#infoMenu li a{
			color: #fff;
	}
