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

h1{margin:0;padding:0;}
h1{font-size:80%;font-weight:normal;}
h2{
	font-size:35px;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
}
	/* --------------------------------------- */
	html, body{
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	margin:0;
	}
	.intro p{
	color: #000;
	}
	a {
	text-decoration: none;
	outline: none;
	color: #000;
	}
	
	h3{
	font-family: 'Leckerli One', cursive;
	font-size: 2em;
	font-weight: normal;
	color: #FFF;
	}

	p{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1em;
	line-height: 1.3em;
	}
p a {
	color: #333;
}

p a:hover{
	color: #CCC;
}

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

	/* Overwriting styles for control arrows for slides
	* --------------------------------------- */
	.controlArrow.prev {
		left: 15px;
	}
	.controlArrow.next{
		right: 15px;
	}


	/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
		color: #fff;
	}
#section0 .intro .top01 {
	position: relative;
	left: 50px;
	margin-top: -30px;
}
#section0 .intro .top02 {
	position: relative;
	top: -400px;
	left: 500px;
}
#section0 .intro .top03 {
	position: relative;
	left: 200px;
}

/* ------------------------------------------------------------------------------ */
#section0{
	width:100%;
	height:100%;
	background-image:url(../images/bg_000.jpg);
	background-position: 50% 50%;
	background-size: cover; /* 背景画像をフルスクリーン表示 */
}

#section1{
	width:100%;
	height:100%;
	background-image:url(../images/bg_002.jpg);
	background-position: 50% 50%;
	background-size: cover; /* 背景画像をフルスクリーン表示 */
}

#section2{
	width:100%;
	height:100%;
	background-position: 50% 50%;
	background-size: cover; /* 背景画像をフルスクリーン表示 */
}

#section3{
	width:100%;
	height:100%;
	background-position: 50% 50%;
	background-size: cover; /* 背景画像をフルスクリーン表示 */
}

#section4{
	width:100%;
	height:100%;
	background-position: 50% 50%;
	background-size: cover; /* 背景画像をフルスクリーン表示 */
}
#section3 .intro .ueni {
	margin-top: -80px;
}
#section4 .intro .ueni {
	margin-top: -80px;
}

.information_box {
	display: block;
	width: 400px;
	left: 150px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
}
#footer #f_main .navi li{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.7em;
	text-align: center;
	word-spacing: 0.5em;
	z-index: 10;
}

div#linelink {
	position:fixed !important;
	position:absolute;
	right:40px;
	bottom:80px;
}
.information a {
	color: #8E5C2E;
}
.info table tr th a {
	color: #8E5C2E;
}
.smallsize {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
}
.smallsize2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
* html div#linelink {
	position:absolute !important;
}

/* ------------------------------------------------------------------------------ */

#section1 img{
	position:absolute;
	left: 42px;
	top: 75px;
	}
	#section1 .imgsContainer,
	#section2 .imgsContainer{
		position: absolute;
		z-index: 1;
		left: 50%;
		display: block;
		
		margin-top: -340px;
		margin-left: -318px;
		width: 0;
		height: 0;

		-webkit-transition: all 1.2s ease-in-out;
		-moz-transition: all 1.2s ease-in-out;
		-o-transition: all 1.2s ease-in-out;
		transition: all 1.2s ease-in-out;
	}

	
	#staticImg .imgsContainer{
		position: absolute;
		z-index: 0;
		left: 50%;
		display: block;
		
		margin-top: -340px;
		margin-left: -318px;
		width: 0;
		height: 0;

		-webkit-transition: all 1.2s ease-in-out;
		-moz-transition: all 1.2s ease-in-out;
		-o-transition: all 1.2s ease-in-out;
		transition: all 1.2s ease-in-out;
	}
	
	#section1.moveUp .imgsContainer{
		top: 50%;
	}

	#section1.moveDown .imgsContainer,
	#staticImg .imgsContainer{
		top: 90%;
	}

	#section1.active .imgsContainer{
		top: 50%;
	}

#staticImg.moveDown{
		top: 300%;
	}
	#staticImg.moveDown .imgsContainer{
			top: 50%;
	}
	#staticImg.moveDown img{
		top: 155px;
	}
	
#staticImg{
		display: block;
		position: absolute;
		z-index: 1;
		top: 200%;
		left: 0;
		width: 100%;
		min-width: 980px;
		height: 100%;

		-webkit-transition: all 0.7s ease-out;
		-moz-transition: all 0.7s ease-out;
		-o-transition: all 0.7s ease-out;
		transition: all 0.7s ease-out;
	}
	#staticImg.moveDown{
		top: 300%;
	}
	#staticImg.moveDown .imgsContainer{
			top: 50%;
	}
	#staticImg.moveDown img{
		top: 155px;
	}

	#staticImg.active .imgsContainer{
		top: 50%;
	}


	#staticImg.active img{
		top: 300px;
	}
	
	#se1_pict{
	left: -300px;
	position:absolute;
	top: -30px;
	}
#section0 .intro .top01{
	top: 30px;
	}

.intro table {
	margin-right: auto;
	margin-left: auto;
}
.intro table tr th {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.intro table tr td {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 18px;
	letter-spacing: 0.04em;
	text-align: left;
}
.info_icon  {
	text-align: left;
	margin-left: -40px;
}
.info_icon li  {
	display: inline;
}
/* --------------------------------------------------------- */


#footer {
	background-color: #000;
	height: 65px;
	width: auto;
	position:fixed !important;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
#f_main {
	text-align: center;
}
#footer .navi {
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	margin-top: 20px;
	text-align: center;
	font-weight: normal;
}
#footer #f_main .navi li {
	font-family: "Times New Roman", Times, serif;
	display: inline;
	color: #FFF;
	margin-right: 60px;
	text-align: center;
	font-weight: normal;
}

#footer #f_main .navi li a {
	color: #FFF;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

div#icon_con {
	position:fixed !important;
	position:absolute;
	bottom:15px;
	z-index: 300;
	left: 40px;
}
* html div#icon_con {
	position:absolute !important;
}
.navi li a:hover {
	color: #999;
}
