/**************
	共通
****************/
.ggl span{
	width: 11px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.ggl{
	margin-bottom: 10px;
}

.ggl a{
	vertical-align: text-top;
}

.ggl a:hover{
	text-decoration: underline;
}

.acccess_txt h2{
	max-width: 134px;
	margin-bottom: 25px;
}

.acccess_txt{
	border: solid 5px #E51A05;
	padding: 25px 30px;
	box-sizing: border-box;
	background-color: #fff;
}

.acccess_txt .address{
	font-size: 0.8em;
	line-height: 1.75em;
	margin-bottom: 15px;
}

/**************
	pc
****************/
@media screen and (min-width: 769px) {
	
.mapArea{
	margin-top: 70px;
	margin-bottom: 60px;
	
}

.mapArea .inner{
	position: relative;
}

.mapArea .img_map{
	padding-top: 50px;
}

.acccess_txt{
	max-width: 265px;
	width: 30%;
	position: absolute;
	right: 8%;
	top: 13%;
	z-index: 20;
}

.acccess_txt::before{
	content: "";
	display: block;
	width: 195px;
	height: 1px;
	background-color: #E51A05;
	position: absolute;
	top: 12%;
	right: 100%;
}
	.attelier{
		font-size: 0.8em;
		text-align: center;
		margin-bottom: 100px;
		line-height: 2;
}
	
}

@media screen and (max-width: 1120px) {
.mapArea .inner{
	min-width: 1000px;
}
}

/**************
	sp
****************/
@media screen and (max-width: 768px) {
	
	.mapArea .inner{
		width: 100%;
		min-width: 100%;
	}
	
	.mapArea{
		min-width: 100%;
		margin-bottom: 40px;
	}
	
	.mapArea .img_map{
		margin-bottom: 60px;
		}
	.acccess_txt{
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
	
	.acccess_txt::before{
	content: "";
	display: block;
	width: 1px;
	height: 370px;
	background-color: #E51A05;
	position: absolute;
	top: -370px;
	left: 33.6%;
}
	.attelier{
		font-size: 0.8em;
		text-align: left;
		margin:0 auto 100px auto;
		line-height: 2;
		width: 85%;
}
}