
/***********************
	pcのみ
	********************/

@media screen and (min-width: 769px) {
	
.lower_aboutArea .accessArea .address{
	/*margin-top: 50px;*/
}

.lower_aboutArea .accessArea .address .pink{
	font-size: 1.2em;
	margin-bottom: 25px;
}

.access1{
	margin-bottom: 160px;
	padding-bottom: 160px;
	border-bottom: solid 1px #da7d6c;
	margin-top: 110px;
}

.lower_about {
	margin-bottom: 60px;
}
}


/***********************
	spのみ
	********************/
@media screen and (max-width: 768px) {

.lower_aboutArea{
	margin-bottom: 120px;
}

.lower_aboutArea .accessArea .address .pink{
	font-size: 1em;
	margin-bottom: 25px;
}

.access1{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: solid 1px #da7d6c;
}

}