@charset "UTF-8";

/*----------------------------------------------------
	☆greeting
----------------------------------------------------*/

#mv {
	background: url(../img/img_mv.jpg) left center no-repeat;
	background-size: cover;
	width:100%;
	height: 450px;
}

#sb-site{
	background: url(../img/bg_sec01.jpg) left top repeat !important;
}

#contents{
	padding: 96px 0 90px;
}

.sec01 .head02{
	margin-bottom: 90px;
}

.sec01 p{
	line-height: 3 !important;
}

.sec01 p.right{
	color: #c11920;
	border-bottom: 2px solid #c11920;
	padding-bottom: 20px;
}

.sec01 p.right .size180{
	font-size: 18px;
	margin-left: 25px;
}




@media only screen and (max-width: 800px) {

#mv {
	background-size: contain;
	height: auto;
}

#mv div.mvInr{
	padding: 34% 0;
}

#contents{
	padding-top: 0 !important;
}

.sec01 p.right .size180{
	display: block;
}




}











