@charset "utf-8";
/* CSS Document */
#access_contents{
	width: 95%;
	max-width: 1000px;
}

#access_contents .access_box{margin-top: 30px;}
#access_contents .txt_box{ margin-top: 20px;  line-height: 1.6;}

#access_contents .gmap {
height: 0;
overflow: hidden;
padding-bottom: 50%;
position: relative;
}
#access_contents .gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

#access_contents .logo{
	width: 80%;
	max-width:347px;
	line-height: 1.5;
	margin-top: 50px;
}

#access_contents .logo span{
	display: block;
	background: url("../access/img/logo.png") no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 0;
	padding-top: 19.308%;	
	overflow: hidden;	
}

/* SP ///////////////////////////////////////////////////// */
@media screen and (max-width: 768px) {
#access_contents{	margin: 20px auto;}
}


/* PC ///////////////////////////////////////////////////// */
@media screen and (min-width: 769px) {
#access_contents{	margin: 30px auto;}	
	

#access_contents .access_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#access_contents .gmap{
	width: 40%;
	}
	
#access_contents .add{ width: 50%;}
}

