@charset "utf-8";

/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: 340px;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	padding-top:260px;
	text-align: center;
	z-index: 1;
}

@media screen and (max-width: 1024px) {
	#slider {
		height:150px;
		padding-top:100px;
	}
}

/*========= レイアウトのためのCSS ===============*/

/*a{
	color: #fff;
}*/

a:hover,
a:active{
	text-decoration: none;
}

.wrapper{
	position: relative;
	z-index: 1;
}

.container{
	background:#555;
}

.container p{
	padding: 300px 0;	
	text-align: center;
	color: #fff;
}


