/*//////////////////////////////////////////////////////////////////////////////

about.css
	
//////////////////////////////////////////////////////////////////////////////*/
#main{
	background:url(../img/access/main.jpg) no-repeat center center;
	background-size:cover;
}
#conents{
	width:100%;
	margin:0 auto;
	padding:80px 0 0 0;
	line-height:2;
}
#conents h2{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:18px;
	text-align:center;
	margin-bottom:15px;
	color:#000;
}
#conents p{
	text-align:center;
}
#map-canvas{
	margin-top:100px;
	height:500px;
}

#map-canvas{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
#map-canvas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Responsive Styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
#map-canvas{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%; /* 比率を4:3に固定 */
}
}

@media only screen and (max-width: 481px) {

 
}