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

#wrapper {
	margin: 0 auto;
	font-family:"游明朝 Demibold", YuMincho-Demibold ,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

#wrapper img{
	width: 100%;
}


#top{
	width: 100%;
	height: 526px;
	background-image: url(../images/back_img.jpg);
	background-size: cover;
    background-position: center;
	text-align: center;
	margin-bottom: 65px;
	
}
.syamei{
	padding-top: 225px;
}

.syamei img{
	max-width: 533px;
}

.top_text{
	margin: 110px 0 65px;
}

.top_text img{
	max-width: 558px;
}

.content{
	text-align: center;
}

.line{
	width: 60px;
	border-top: 1px solid #231815;  
	margin: 0 auto 55px;
}

.content p{
	line-height: 30px;
	letter-spacing: 3px;
}

.text01,.text02,.text03{
	margin-bottom: 30px;
}

.bottom{
	margin: 70px 0 100px;
}

.bottom img{
	max-width: 273px;
}


footer{
	text-align: center;
	margin-bottom: 50px;
}
.logo{
	width: 100%;
}

.logo img{
	max-width: 277px;
}





