@charset "UTF-8";
/* CSS Document */

/*PC*/
@media only screen and (min-width: 769px) {
	
}

/*SP*/
@media only screen and (max-width: 768px) {
	.hd_sns_sp {
		position: absolute;
		top: 7px;
		right: 37%;
		width: 30px;
		height: auto;
	}
	
	.hd_sns_sp img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
}

/*交通アクセス*/
/*PC*/
@media only screen and (min-width: 769px) {
	#bus .access-h3 h3 {
		font-size: 30px;
		font-weight: normal;
	}
	
	.access-content01 .clear {
		margin-bottom: 0;
	}
	
	.access-content01 font {
		display: block;
		text-align: left;
		font-size: 20px;
		font-weight: normal;
		line-height: 20px;
	}
}

/*SP*/
@media only screen and (max-width: 768px) {
	.access-content02-sp font {
		display: block;
		text-align: left;
		font-size: 10px;
		font-weight: normal;
		line-height: 10px;
		letter-spacing: 0;
	}
	
	#bus-sp h4 {
		text-align: left;
		padding: 3px 0 3px 5px;
	}
}