@charset "utf-8";

/* =================================================
	Access
================================================= */
/* #sec_head ----------------------- */
@media only screen and (max-width: 767px) {
	#access #sec_head {
		margin-bottom:20px;
	}
	
	#access #sec_head h2 {
		margin-bottom:15px;
	}
	
	#access #sec_head #maps {
		margin:0 15px 15px;
		height:300px;
	}
	
	#access #sec_head #maps iframe {
		width:100%;
		height:300px;
	}
}

@media print,screen and (min-width: 768px) {
	#access #sec_head {
		margin-bottom:40px;
	}
	
	#access #sec_head h2 {
		margin-bottom:35px;
	}
	
	#access #sec_head #maps {
		margin:0 auto 15px;
		width:880px;
		height:420px;
	}
	
	#access #sec_head #maps iframe {
		width:880px;
		height:420px;
		border:2px solid #000;
	}
}

#access #sec_head #maps iframe {
	border:none;
}

#access .access_info {
	margin:0 auto 30px;
	text-align:center;
}

@media only screen and (max-width: 767px) {
	#access .access_info {
		margin:0 15px 15px;
	}
	
	#access .access_info dt {
		font-size:1.4rem;
	}
	
	#access .access_info dd a:link.sp_tel {
		color:#333;
	}
}

@media print,screen and (min-width: 768px) {
	#access .access_info {
		margin:0 auto 15px;
		width:880px;
	}
}

#access .access_info dt {
	margin-bottom:8px;
}

#access #main .access_info strong {
	font-size:125%;
}

@media only screen and (max-width: 767px) {
	#access #main #sec_head .access_list {
		margin:0 15px -20px;
		border-top:1px solid #999;
	}
	
	#access #main #sec_head .access_list li {
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom:1px solid #999;
	}
	
	#access #main #sec_head .access_list li.first_child {
		padding-top:10px;
	}
}

@media print,screen and (min-width: 768px) {
	#access #main #sec_head .access_list {
		overflow:hidden;
		margin:0 auto;
		width:880px;
		border-left:1px solid #999;
	}
	
	#access #main #sec_head .access_list li {
		float:left;
		min-height:7.5em;
		border-right:1px solid #999;
	}
	
	#access #main #sec_head .access_list li.first_child {
		width:250px;
	}
	
	#access #main #sec_head .access_list li.second_child {
		width:344px;
	}
	
	#access #main #sec_head .access_list li.last_child {
		width:279px;
	}
	
	#access #main #sec_head .access_list li dl {
		padding:4px 25px 4px 30px;
	}
}

#access #main #sec_head .access_list li dt {
	margin-bottom:8px;
	font-weight:700;
	font-size:106.3%;
}

#access #main #sec_head .access_list li dt span {
	padding-right:8px;
	color:#B5DAFF;
}

/* .sec_last ----------------------- */
@media only screen and (max-width: 767px) {
	#access .sec_last {
		margin:0 15px 15px;
	}
	
	#access .sec_last a:link.sp_tel {
		color:#333;
	}
}

@media print,screen and (min-width: 768px) {
	#access .sec_last {
		margin:0 auto 35px;
		width:636px;
	}
}

#access .sec_last p {
	margin-bottom:15px;
}

#access #main .sec_last p strong {
	font-size:125%;
}