@charset "UTF-8";

.colArea01 span{
  color: #BB262C;
}
a.maison_btn{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
  z-index: 10;
  text-align: center;
  background-color: #f8f8f8;
  color: #b49b46;
  font-size: 15px;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #b49b46;
  border-radius: 6px;
  margin-bottom: 10px;
  transition: 0.3s;
  line-height: 1.4;
}
a.maison_btn:hover{
  color: #ffffff;
  background-color: #b49b46;
}

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