@charset "utf-8";


/*------------------------------------------------------------
	body
------------------------------------------------------------*/
/*
#main {
	padding-top: 66px;
}
*/

#page-title {
	position: relative;
	width: 100%;
	height: 220px;
    background-image: url(../img/access-bg.jpg);
    background-position: 0px;
	background-size: cover;
    background-repeat: no-repeat;
	background-color: #333;	
	text-align: center;
	margin-bottom: 10px;
}

.acces-wap {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

.standarea {
	margin-top: 40px;
}

.left-area {
	font-size: .8em;
/*	margin-bottom: 15px;*/
}

.left-area h3 {
	font-family: HelveticaNeueLTStd-BdCn,sans-serif;
	font-size: 24px;
}

.left-area h3 span {
	display: inline-block;
	font-size: .6em;
	font-weight: bold;
	margin-bottom: 10px;
}


.left-area .tel-nu {
	display: inline-block;
	font-family: HelveticaNeueLTStd-BdCn,sans-serif;
	font-size: 2.1em;
	margin: 5px 0 10px;
}

.left-area .tel {
	font-size: .8em;
}

.right-area {
	font-size: .8em;
	margin-bottom: 15px;
}

.right-area span.open {
	font-family: HelveticaNeueLTStd-BdCn,sans-serif;
	font-size: 1.5em;
}

.right-area .att {
	margin-top: 10px;
}

.google-map {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-bottom: 100%;
	margin-top: 20px;
}
 
.google-map iframe,
.google-map object,
.google-map embed {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	margin:auto;
	width: 100%;
	height: 100%;
}

