@charset "UTF-8";
/* CSS スマホサイト　＿2017.12*/


/*--------------------------------------------
↓　#outline
--------------------------------------------*/
#outline table {
	width: 100%;	
}
#outline table tr {
	border-bottom: 1px dotted #ddd;	
}
#outline table th {
	width: 60px;	
}
#outline table th,
#outline table td {
	padding: 12px 0;
	line-height: 1.4em;
}


/*--------------------------------------------
↓　#time
--------------------------------------------*/
#time table {
	width: 100%;	
}
#time table tr {
	border-bottom: 1px dotted #ddd;	
}
#time table th {
	width: 85px;
}
#time table th,
#time table td {
	padding: 14px 0;
	text-align: center;
}
#time ul  {
	width: 100%;
	margin-top: 10px;
}
#time ul li {
	color: #ff8333;
	line-height: 1.6em;
	font-size: 0.95em;
}
#time ul li:before {
	content:"※"
}



/*--------------------------------------------
↓　#access
--------------------------------------------*/
#access .map-area {
	width: 100%;
	height: 250px;
	margin-top: 20px;
}
#access .map-area .gmap {
	width: 100%;
	height: 100%;
}
#access p.kome {
	color: #ff8333;
	line-height: 1.6em;
	font-size: 0.95em;
	margin-top: 10px;
}
#access h2 {
	margin-top: 20px;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 15px;
}
#access p.kome:before {
	content:"※"
}
#access h3 {
	line-height: 1.6em;
	font-size: 1.1em;
	margin-top: 8px;
}










