﻿@charset "utf-8";

* {	 
	padding: 0;
	margin: 0;
	text-decoration: none;
}
				/*◆◆◆◆◆ アクセス ◆◆◆◆◆*/
.access_table {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border: 2px solid transparent;
}
.access_table td {
	text-align: center;
}
.access_table td.location {
	background: url("../jp/jp22.png");
	border-radius: 10px;
	color: #192f60;
	text-align: center;
}
.access_table td.express,
.access_table td.train,
.access_table td.bus,
.access_table td.car {
	width: 140px;
	height: 80px;
	text-align: center;
	vertical-align: top;
}
.access_table td.base {
	background: url("../jp/jj1.jpg");
	color: #fff;
}
.access_table td.express {
	border-bottom: 7px double #192f60;
	background: url("../icon/express.png") no-repeat bottom center;
}
.access_table td.train {
	border-bottom: 7px double #192f60;
	background: url("../icon/train.png") no-repeat bottom center;
}
.access_table td.bus {
	border-bottom: 4px solid #192f60;
	background: url("../icon/bus.png") no-repeat bottom center;
}
.access_table td.car {
	border-bottom: 4px solid #192f60;
	background: url("../icon/car.png") no-repeat bottom center;
}
.access_table td.time {
	font-size: 85%;
	text-align: center;
}
.access_table td.time em {
	font-size: 120%;
	font-weight: bold;
}
				/*◆◆◆◆◆ Map ◆◆◆◆◆*/
iframe {
	width: 96%;
	margin: 0 2%;
	height: 600px;
 	position: relative;
	border: none;
}
iframe::before {
  	position: absolute;
    	content: '';
  	width: 100%;
  	height: 10px;
  	box-sizing: border-box;
  	top: 0;
  	border-top: 4px solid #deb887;
  	border-bottom: 1px solid #deb887;
}
				@media screen and (max-width:550px){
.access_table td.express,
.access_table td.train,
.access_table td.bus,
.access_table td.car {
	background: none;
}
.access_table td.location {
	width: 23px;
	border-radius: 7px;
	padding: 3px;
}
.access_table td.express,
.access_table td.train,
.access_table td.bus,
.access_table td.car {
	width: auto;
	vertical-align: middle;
}
				/*◆◆◆◆◆ Map ◆◆◆◆◆*/
iframe {
	width: 99.5%;
	height: 450px;
	margin: 0 0.25%;
}
				}/* /max-width:959px */