@charset "UTF-8";
/*----------------------------- MAP
-------------------------------*/
#map .img { width: 100%; max-width: 900px; margin: 2rem auto 0; }
#map .img img { width: 100%; height: auto; }
#map .map_mg { margin: 7rem auto 4rem; }

.car_access { width: 100%; max-width: 900px; margin: 0 auto; text-align: center; color: #fff; }
.car_access .txt1 { background: #022a6d; padding: 10px 0; font-size: 1.6rem; }
.car_access .txt2 { background: #004493; padding: 10px 0; font-size: 1.6rem; }
.car_access .txt2 b { color: #fff462; font-size: 1.3em; }
@media screen and (max-width: 560px) { .car_access .txt1 { font-size: 1.4rem; }
  .car_access .txt2 { font-size: 1.4rem; } }

.btn_container { margin-bottom: 4rem; }

/* 印刷用 */
/*body {
	-webkit-print-color-adjust: exact;
}
@media print {
	h2,h2 img,.snav, .btn_container,.freedial,.company {
		display: none;
	} .appBnr, footer{ display: none!important; } .map-box{ .img-box{ width: 36%; } .map-txt{ width: calc((100% - 36%) - 2rem); } }
}*/
