@charset "utf-8";
/*
 * =======================================================
 * 
 * [access]
 * 
 * =======================================================
 */
#pageTitle::after {
	content: '';
	background: scroll url(../../images/content/access/PC_obj01.png) no-repeat left top;
	position: absolute;
	bottom: -25px;
	right: 10px;
	z-index: 10;
	width: 96px;
	height: 96px;
}
#accessMap {
	height: 265px;
	margin-bottom: 50px;
}
.vox01 {
	margin-bottom: 50px;
	position: relative;
}
.vox01::before {
	content: '';
	background: scroll url(../../images/content/access/PC_obj02.png) no-repeat left top;
	position: absolute;
	top: -95px;
	left: -120px;
	z-index: 10;
	width: 72px;
	height: 60px;
}
.vox01::after {
	content: '';
	background: scroll url(../../images/content/access/PC_obj03.png) no-repeat left top;
	position: absolute;
	top: 0;
	right: -90px;
	z-index: 10;
	width: 68px;
	height: 80px;
}
	.vox01 address,
	.vox01 .tel {
		display: inline-block;
		background: scroll url(../../images/content/access/PC_line01.png) no-repeat left center;
		min-height: 42px;
		padding-left: 40px;
		line-height: 42px;
		font-weight: bold;
	}
	.vox01 .tel {
		margin-left: 1em;
	}
.accessVox {
	margin-bottom: 50px;
}
.parking {
	background: scroll url(../../images/content/access/PC_ico01.png) no-repeat left center;
	min-height: 48px;
	line-height: 48px;
	padding-left: 60px;
	margin-bottom: 50px;
	font-weight: bold;
}
.ur {
	background: scroll url(../../images/content/access/PC_ico02.png) no-repeat left center;
	min-height: 60px;
	line-height: 60px;
	padding-left: 60px;
	font-weight: bold;
	position: relative;
}
.ur::after {
	content: '';
	background: scroll url(../../images/content/access/PC_obj04.png) no-repeat left top;
	position: absolute;
	bottom: -70px;
	left: -90px;
	z-index: 10;
	width: 76px;
	height: 64px;
}
/**
 ****************************************************
 * 
 * screens larger than 768
 * 
 ****************************************************
 */
@media only screen and (min-width: 769px) {
	
}
/**
 ****************************************************
 *
 * screens smaller than 768
 *
 ****************************************************
 */
@media screen and (max-width: 768px) and (orientation:portrait) {
	
}
/**
 ****************************************************
 *
 * screens smaller than 768
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
	#pageTitle::after {
		bottom: -15px;
		width: 48px;
		height: 48px;
		background-size: 100%;
	}
	#accessMap {
		height: 172px;
		margin-bottom: 40px;
	}
	.vox01 {
		margin-bottom: 40px;
	}
	.vox01::before {
		top: -36px;
		left: -30px;
		width: 36px;
		height: 30px;
		background-size: 100%;
	}
	.vox01::after {
		top: 26px;
		right: -18px;
		width: 34px;
		height: 40px;
		background-size: 100%;
	}
		.vox01 address,
		.vox01 .tel {
			display: block;
			background-size: 6px auto;
			min-height: 21px;
			padding-left: 15px;
			line-height: 21px;
		}
		.vox01 .tel {
			margin-left: 0;
			margin-top: 40px;
		}
	.accessVox {
		margin-bottom: 40px;
	}
	.parking {
		background-size: 24px auto;
		min-height: 24px;
		line-height: 24px;
		padding-left: 30px;
		margin-bottom: 40px;
	}
	.ur {
		background-size: 24px auto;
		min-height: 30px;
		line-height: 30px;
		padding-left: 30px;
	}
	.ur::after {
		bottom: -40px;
		left: -18px;
		width: 38px;
		height: 32px;
		background-size: 100%;
	}
}	/* @media END */