@charset "utf-8";


/**************************************************50
 * pickups
 **************************************************/
#pickups{
}
#pickups > a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: inline-block;
	color: #0071BC;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
	vertical-align: top;
}
#pickups > a:hover{
	opacity: 0.7;
}
#pickups > a picture{
	border: 1px solid #0071BC;
	display: block;
	overflow: hidden;
	position: relative;
}
#pickups > a picture:before{
	content: "";
	display: block;
	padding-top: 100%;
}
#pickups > a picture img{
	height: auto;
	min-height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	z-index: 1;
}
#pickups > a p{
	line-height: 1.5;
}
@media screen and (max-width:319px){
	#pickups > a{
		width: 93.75%;
	}
}
@media screen and (min-width:320px) and (max-width:639px){
	#pickups > a{
		width: -webkit-calc((100% - (3.125% * 3)) / 2);
		width: calc((100% - (3.125% * 3)) / 2);
	}
}
@media screen and (min-width:640px) and (max-width:767px){
	#pickups > a{
		width: -webkit-calc((100% - (3.125% * 4)) / 3);
		width: calc((100% - (3.125% * 4)) / 3);
	}
}
@media screen and (max-width:767px){
	#pickups{
		text-align: left;
	}
	#pickups > a{
		margin-top: 3.125%;
		margin-left: 3.125%;
		text-align: center;
	}
	#pickups > a picture{
	}
	#pickups > a p{
		padding: 0.25em 3.333333333333333%;
	}
}
@media screen and (min-width:768px){
	#pickups{
		text-align: center;
	}
	#pickups > a{
		margin-top: 20px;
	}
	#pickups > a picture{
	}
	#pickups > a p{
		padding: 0.25em 0.5em;
	}
}
@media screen and (min-width:768px) and (max-width:1199px){
	#pickups > a{
		width: 31%;
	}
	#pickups > a:not(:nth-child(3n+1)){
		margin-left: 3.5%;
	}
}
@media screen and (min-width:1200px){
	#pickups > a{
		width: 23.5%;
	}
	#pickups > a:not(:nth-child(3n+1)){
		margin-left: 2%;
	}
}


