/*  charset ==================================================== */
@charset "utf-8";

/* =========================================================
	access
========================================================== */
#access #titleWrap #title {
	background:url(../../common/img/navi_icon_access.png) no-repeat;
}

#access #accessWrap {
	width:666px;
	margin:0 auto;
}
#access #map {
	width:100%;
	border:1px solid #DDD;
	padding:4px;
	margin-bottom:30px;
	box-sizing:border-box;
}
#access #address {
	line-height:1.4rem;
	margin-bottom:30px;
}
#access #address span {
	background:#DDD;
	padding:4px 40px;
}
#access ul#rootWrap {
	width:100%;
	margin-top:40px;
	overflow:hidden;
}
#access ul#rootWrap li {
	float:left;
	padding:20px 0;
}
#access ul#rootWrap li:first-of-type {
	width:340px;
	box-sizing:border-box;
}
#access ul#rootWrap li:last-of-type {
	border-left:1px dotted #DDD;
	padding-left:20px;
	width:280px;
}
#access ul#rootWrap li dl {
	overflow:hidden;
}
#access ul#rootWrap li dl dt, #access ul#rootWrap li dl dd {
	float:left;
}
#access ul#rootWrap li dl dt {
	margin-right:10px;
}
#access ul#rootWrap li:last-of-type dl dd {
	width:230px;
}
#access ul#rootWrap li:last-of-type dl:first-of-type{
	margin-bottom: 20px;
}

#access iframe {
	padding-bottom:50px;
}
#access p.linkBnr {
	font-size:1.6rem;
	width:300px;
	margin-top:40px;
}
#access p.linkBnr a {
	background:url(../../common/img/icon_arrow_mini.png) 274px 50% no-repeat #FFF;
	padding:10px;
	box-sizing:border-box;
}
#access p.linkBnr a:hover {
	color:#FFF;
	background:url(../../common/img/icon_arrow_mini_ov.png) 286px 50% no-repeat #B72614;
	opacity:1;
}

@media screen and (max-width:768px) {
	#access #accessWrap {
		width:100%;
	}
	#access ul#rootWrap{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	#access ul#rootWrap li {
		float:none;
		padding:0;
	}
	#access ul#rootWrap li:first-of-type{
		margin-bottom: 20px;
	}
	#access ul#rootWrap li:last-of-type {
		border-left:none;
		padding-left:0;
		width:100%;
	}
	#access ul#rootWrap li:first-of-type{
		width: 100%;
	}
	#access #address span{
		display: inline-block;
		margin-bottom: 10px;
	}
}