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

	- access_root
	- access_time
	- access_photo
-----------------------------------------*/



/*-----------------------------------------
	access_root
-----------------------------------------*/
.access_root{
	margin: 30px 0 60px 0;
}
@media only screen and (max-width: 768px){
	.access_root{
		padding: 0 0%;
	}
}


/*-----------------------------------------
	access_time
-----------------------------------------*/
.access_time{
	margin: 0 0 50px 0;
}
.access_time .w1000{
	display: flex;
	align-items: center;
	justify-content: center;
}
.access_time .left{
	width: 32%;
}
.access_time .right{
	border-left: solid 1px #999;
	width: 68%;
}
@media only screen and (max-width: 768px){
	.access_time{
		margin: 0 0 20px 0;
	}
	.access_time .w1000{
		display: block;
	}
	.access_time .left{
		width: 50%;
		margin: 0 auto;
	}
	.access_time .right{
		border-top: solid 1px #999;
		border-left: none;
		padding: 10px 0;
		width: 100%;
		margin: 10px auto 0;
	}	
}



/*-----------------------------------------
	access_photo
-----------------------------------------*/

.access_photo{
	margin: 0 0 80px 0;
}
.access_photo ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.access_photo li{
	width: 36.5%;
}
@media only screen and (max-width: 768px){
	.access_photo{
		margin: 0 0 40px 0;
	}
	.access_photo ul{
		flex-wrap: wrap;
		gap: 15px 4%;
	}
	.access_photo li{
		width: 48%;
	}
}