@charset "UTF-8";
/* CSS Document */

.access {
	width: 707px;
	margin: 0 auto;
	padding-top: 80px;
}

.access_logo {
	width: 348px;
	height: 118px;
	border-right: 1px dashed #727171;
}

.access_logo img {
	width: 277px;
	padding-top: 16px;
}

.access_info {
	width: 320px;
	line-height:28px;
}

.access_google {
	padding: 50px 0 0 0;
}

.access_google iframe {
	width: 100%;
	height: 524px;
}

.access_info2 {
	width: 850px;
	margin: 0 auto;
}

.access_info2_box {
	width: 130px;
	height: 92px;
	background-color: #604C3F;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: table;
}

.access_info2_box p {
	color: #fff;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.access_info2_text {
	width: 700px;
	padding-top: 20px;
}

.access_info3 {
	width: 100%;
	height: auto;
	background-color: #F1E9DB;
	padding-bottom: 40px;
	margin-top: 80px;
}

.access_info3_contents {
	width: 920px;
	margin: 0 auto;
	padding-top: 48px;
}

.access_img3 {
	width: 365px;
	padding-top: 5px;
}

.access_info3_title {
	width: 365px;
	padding: 10px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.access_info3_text {
	width: 520px;
	text-align: left;
	padding-top: 8px;
}

.access_info3_contents img {
	padding-top: 30px;
}

/* RESPONSIVE */
@media screen and (max-width: 640px) {
	

.access {
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}

.access_logo {
	width: 60%;
	height: auto;
	margin: 0 auto;
	border-right: none;
	float: none;
}

.access_logo img {
	width: 100%;
	padding-top: 25px;
}

.access_info {
	width:80%;
	margin: 0 auto;
	padding: 20px 0 30px 0;
	margin-top: 20px;
	float: none;
	border-top: 1px dashed #727171;
	}

.access_google {
	padding: 0;
}

.access_google iframe {
	width: 100%;
	height: 300px;
}

.access_info3 {
	width: 100%;
	height: auto;
	background-color: #F1E9DB;
	padding-bottom: 30px;
}

.access_info3_contents {
	width: 90%;
	margin: 0 auto;
	padding-top: 30px;
}

	.access_info3_contents .left,.access_info3_contents .right {
		float: none;
	}

.access_img3 {
	width: 100%;
	padding-top: 0;
}

.access_info3_title {
	width: 100%;
	padding: 10px 0;
	margin-bottom: 20px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.access_info3_text {
	width: 100%;
	text-align: left;
	padding-top: 8px;
}

.access_info3_contents img {
	padding-top: 20px;
}

	
}
