@charset "Utf-8";

/* ************************************************ 
 *	地図用スタイル
 * ************************************************ */

#map{
	text-align: center;
	background: #FFF;
	margin: 0 auto;
	padding: 3em 0;
}


div#map_img{
	text-align: center;
	margin-bottom: 10px;
	padding-top: 20px;
}

div#open_map{
	text-align: center;
	max-width: 550px;
	margin-right: auto;
	margin-left: auto;
}


dl.address{
	line-height: 1.5em;
	font-weight: bold;
	color: #666666;
	text-align: center;
	letter-spacing: 1px;
	margin: 30px auto 20px;
}

dl.address dt{
	margin-bottom: .5em;
	font-size: 1.5em;
	color: #c4000a
}
dl.address dt span{font-size:larger;
	padding-left: .6em
}

.map_pc{
	margin-bottom: 15px;
}

.address{}
.tel{
	font-size: 1.4em;
	margin-bottom: .3em
}


#access{
	margin-top: 2em;
	background: #f5f1f1;
	padding: 1.5em;
	display: flex;
	justify-content: center;
	align-items: center
}



#access ul{
	text-align: left;
	padding: .3em 0
}




@media screen and (max-width: 767px) {
	#access{flex-direction: column;}
	#access h2{margin-bottom: .6em}
}	

@media print, screen and (min-width: 768px) {
	#access h2{padding-right: 1.5em}

}	

@media print, screen and (min-width: 1024px) {}	