@charset "utf-8";

#eyecatch{
	background-image: url('../images/title-greeting.jpg');
	background-size: cover;
    background-position: 50% 85%;
}

/*#catname{
    background-color: #42210B;
    opacity: 0.65;
    border: 1px solid #FFF;
}*/

#sec1{
	width: 100%;
	height: 1385px;
	padding-top: 250px;
	background-image: url('../images/greeting-background.jpg');
	background-size: cover;
	background-position: 48.5% 0;
}
#sec1-1{
	margin: 0 auto;
	width: 646px;
	height: 914px;
	padding-top: 97px;
	background-color: rgba(255, 255, 255, 0.7);
}
#greeting h2{
	margin: 0px 0 67px 136px;
	height: 60px;
	text-indent: -9999px;
	background-image: url('../images/greeting-h2.png');
	background-repeat: no-repeat;
}
#sec1-1 p{
	margin: 0 80px 45px 80px;
	text-indent: 1em;
	line-height: 1.5em;
}

#introduce{
	width: 100%;
}

#introduce img{
	float: right;
	margin-right: 80px;
}
#article{
	width: 100%;
	margin: 52px auto 0 auto;
}
#article img{
	display: block;
	margin: 0 auto;
    background: white;
    padding: 5px 125px;
}