@charset "UTF-8";

#main #contents .contents p.body {
	font-size:2.4rem;
	letter-spacing:0.2em;
	color:#a07d66;
	text-align:center;
	margin-bottom:3em;
}
#main #contents .contents p.body br {
	display:none;
}

#contents .img {
    margin-bottom:90px;
}
#contents .img img {
	width:calc(100%/4);
}

#contents h2 {
	color:#990000;
	text-align: center;
	font-size: 2.4rem;
	letter-spacing:0.1em;
	line-height: 1.5em;
}
#contents h2 br {
	display: none;
}
#main #contents h2 + p {
	text-align:center;
	margin-bottom:3em;
}


@media screen and (max-width:1200px){/*/////*/

}

@media screen and (max-width:1024px){

}

@media screen and (max-width:768px){

/****/
#main #contents .contents p.body {
	font-size:2.1rem;
}
#contents .img {
    margin-bottom:60px;
}	
#contents h2 {
	font-size: 2.1rem;
}

}

@media screen and (max-width:640px){

#main #contents .contents p.body {
	font-size:1.8rem;
	margin-bottom:2em;
}
#main #contents .contents p.body br {
	display:inline;
}
#main #contents .contents p.body span {
	display:none;
}
	
#contents h2 {
	font-size:1.8rem;
}
#contents h2 br {
	display: inline;
}
	
}

@media screen and (max-width:480px){

}




