@charset "utf-8";

/* 見出し */

h3 {
    text-align:left!important;
    overflow: hidden;
    font-size: 129%!important;
    font-weight: bold;
    /* margin-bottom: 30px; */
    margin: 30px auto 30px auto;
    padding: 0 0 6px 6px;
    border-bottom: 2px solid #1263ab;
}

p.place {
    width: 315px;
    padding: 8px 0 8px 0!important;
    font-weight: bold;
}

/* more */

.more,.more_link {
	overflow:hidden;
	display: inline-block;
}

.more a,.more_link a {
	overflow:hidden;
	display: block;
	color: #3f80bb;
	line-height: 1.2em;
	font-weight: bold;
	background-image: url(../images/arw_blue.png);
	background-repeat: no-repeat;
	background-position: right 6px;
	background-size: 22px 8px;
	border-bottom: 2px solid #3f80bb;
	padding: 0 40px 10px 3px;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.more_link a {
	padding-right: 64px;
}

.more_link a span {
	font-weight: bold;
	font-size: 94%; /*14px*/
}

.more a:hover,.more_link a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.more {
	position: absolute;
	bottom: 12.5%;
	right: 7.142%;
}

.more a {
	color: #fff;
	background-image: url(../img/arw_white.png);
	border-bottom: 2px solid #fff;
}

/* 交通案内 */

.adinfo {
	overflow: hidden;
	position: relative; 
	text-align: center;
	padding-bottom: 40px;
}

.adinfo:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #404040;
}

.adinfo .ad {
	font-size: 120%; /*18px*/
}

.adinfo .info {
	font-size: 87%; /*13px*/
	margin-top: 20px;	
}


h2.bus,
h2.car {
	overflow: hidden;
	background: url(../../access/images/icn_bus.png) no-repeat center top;
	padding-top: 95px;
	padding-bottom: 0;
}

h2.car {
	background: url(../../access/images/icn_car.png) no-repeat center top;
	margin-top: 120px;
}

h2.bus:before,
h2.car:before {
	background: none;
}

h3.num01,
h3.num02 {
	overflow: hidden;
	position: relative;
	padding-left: 1.2em;
}

h3 {
	text-indent: -1em;
	padding-left: 1em;
}

h3 .num_c {
	color: #1263ab;
	font-size: 107%; /*16px*/
	font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ Ｐゴシック', sans-serif;
}

.platform {
	overflow: hidden;
	font-size: 107%; /*16px*/
}

.platform p {
	overflow: hidden;
	display:table-cell;
	vertical-align: top;
}

.platform p.place {
	width: 315px;
	padding: 0;
}

.platform p .ride {
	overflow: hidden;
	display: inline-block;
	width: 240px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #535353;
	padding: 8px 0;
}

.platform p.getoff {
	overflow: hidden;
	position: relative;
	padding-left: 80px;
}

.platform p.getoff .off {
	overflow: hidden;
	display: inline-block;
	width: 440px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #1263ab;
	padding: 8px 0;
}

.platform p .walk {
	overflow: hidden;
	display: block;
	margin-top: 10px;
}

.platform p.getoff .off:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 10px;
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: #000;
}

ul.so li {
	font-size: 120%; /*18px*/
}

.atsn {
	margin-bottom: 10px;
}

/* 地図 */

#mapCol {
	overflow: hidden;
	margin: 40px 0 80px 0;	
}

#mapCol .gmap {
	overflow: hidden;
	position: relative;
	width: 1100px;
	height: 360px;
}

#mapCol iframe {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#mapCol iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

