@charset "utf-8";
/* CSS Document */
/********************************************************************
	access.css
*********************************************************************/


/*==========================================================================
	googlemap
============================================================================*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
  margin-bottom: 15px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
 
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
  .ggmap {
    max-width: 960px;
    margin: 0px auto 20px;
  }
}



/*==========================================================================
	最寄り駅（表）
============================================================================*/
table.accesstbl {
	width:100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
}
table.accesstbl th,
table.accesstbl td {
	padding:15px;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
table.accesstbl th {
	background-color: #f2f2f2;
	font-weight: bold;
	text-align: center;
}
table.accesstbl td {
  background-color: #FFFFFF;
}
