@charset "utf-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// TOP
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#location #content_area{
	padding: 0 5%;
	position: relative;
	top:-40px;
}

#location #content{
	padding-bottom: 0;
}

#location .anchor_link{
	margin-bottom: 15px;
}

#location .anchor_link li{
	width: auto;
	padding-right: 40px;
	margin-bottom: 15px;
}

.location_img{
	margin-bottom: 40px;
}

.location_area{
	overflow: hidden;
	border-top:solid 1px #989898;
	padding: 15px 0 5px;
}

.location_area h2{
	font-size:1.7rem !important;
	width: 40%;
	background: #fff000;
	padding: 5px 12px 5px;
	box-sizing: border-box;
	font-family:'DIN Next LT W01 Light' !important;
	margin-bottom: 10px !important;
}


.location_area h3{
	font-size:1.8rem !important;
	margin-bottom: 5px;
}

.location_area dl{
	margin-bottom: 25px;
}
.location_area dt{
	line-height: 1.3;
	font-size:1.4rem !important;
	font-family:'DIN Next LT W01 Regular' !important;
}
.location_area dt a{
	font-size:1.4rem !important;
	color: #5f1985;
	font-family:'DIN Next LT W01 Regular' !important;
}

.location_area dt span{
	color: #fff;
	font-size:1.2rem;
	background: #666666;
	padding: 2px 5px;
	font-family:'DIN Next LT W01 Light' !important;
	display: table-cell;
	border-top:solid 3px #fff;
	width: auto !important;
	border-right:solid 10px #fff;
}


.location_area dd{
	font-size:1.4rem;
	line-height: 1.6;
}

@media(max-width: 768px) and (min-width: 641px){
	.location_area dt span{
		display: inline;
		margin-left:10px;
	}
}