@charset "UTF-8";

/*toppage
----------------------------------------------------*/
#greet p.catch {
	font-size: 16px;
	color: #4972c6;
}

#greet p.catch span {
	font-size: 0.8em;
}

#greet .img {
	float: right;
	max-width: 40%;
	margin: 0.5em 0 0.5em 1em;
}

#greet .img img {
	border-radius: 5px;
}

#philosophy .img {
	float: right;
	max-width: 40%;
	margin: 0.5em 0 0.5em 1em;
}

#philosophy .img img {
	border-radius: 5px;
}

#hours table {
	width: 100%;
	text-align: center;
	line-height: 1.4;
}

#hours table th,
#hours table td {
	padding: 0.5em 0.2em;
}

#hours table thead {
	background: #eee;
	color: #4972c6;
}

#hours table tbody th,
#hours table tbody td {
	border-bottom: 1px solid #ddd;	
}

#hours table tbody th {
	font-weight: normal;
	color: #4972c6;
}

#access .gmap {
	position: relative;
	padding: 0 0 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 1em;
}

#access .gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#access p.address {
	text-align: center;
	font-size: 1.1em;
	color: #4972c6;
}

#access dl dt {
	position: relative;
	color: #4972c6;
	padding-left: 15px;
	margin: 1em 0 0;
}

#access dl dt::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #59c4c4;
	margin-top: -3px;
}

#jda {
	text-align: center;
}


/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {
	
}