@charset "utf-8";





/*------------- access -------------*/
#access {
	
	padding-top: 3rem;
	padding-bottom: 2rem;
	color: #42210b;
	text-align: center;
}
#access h1{
	font-size: 1.2rem;
	margin-bottom: 3rem;

}
#access h2{
	margin-bottom: 3rem;

}
#access ul{
	font-size: .9rem;
	margin: 1.5rem auto;
}
#access ul li{
		line-height:1.5;
	margin-bottom: 1.5rem;
}
#access ul li span{
	background: #fff;
	padding: 0 .25rem;
	margin-right: 0.5rem;
	display: inline-block;
}
#access ul a{
	color: #483A3B;
	border-bottom: 1px dotted #fff;
}

#contact {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#contact img {
  margin: auto;
}
#contact a img:hover {
  text-decoration: none !important;
  transition-duration: .6s;
  opacity: 0.5;
}

@media only screen and (min-width : 768px) {
#access {
	text-align: left;
}

}
@media only screen and (min-width : 1000px) {
	#access {
	padding-bottom: 4rem;

}
	
	#access h2{
	margin-bottom: 5rem;

}
	
#access h1{
	font-size: 1.4rem;
	margin-bottom: 3rem;

}
}
@media only screen and (min-width : 1300px) {

#access h1{
	font-size: 1.8rem;
	margin-bottom: 3rem;

}
}
