@charset "UTF-8";

/* style.css fix */

/* figure
----------------------------------------*/
.contents .photo > figcaption{
	color: #fff;
	text-shadow: #000 0 1px 5px,#000 0 1px 5px,#000 0 1px 5px;
}

.contents .illustration > figcaption .caption-title {
  font-size: 1.6rem;
	font-weight: bold;
	color: #956f29;
}



/* contact
----------------------------------------*/
.contact .contact-company-logo{
	max-width: 200px;
	margin-bottom: 32px;
}

.contact a + h3{
	margin-top: 40px;
}