@charset "utf-8";

/* お迎え場所index
------------------ */
#pickup_index{
	margin-bottom: 2rem;
}

#pickup_index li{
	border-bottom: 1px dashed #ccc;
}

#pickup_index li a{
	display: inline-block;
	padding: 0.7rem 0;
	width: 90%;
}

/* お迎え場所個別ページ
------------------ */
.pickup_img{
	text-align: center;
}

#pickup_img img{
	width: 100%;
}

#pickup_tel{
	text-align: center;
	margin-bottom: 1rem;
}

@media print, screen and (min-width: 640px){
.pickup_img{
	margin: 1rem 0;
}

#pickup_img img{
	width:auto;
	border: 1px solid #0c449b;
	border-radius: 5px;
}
}

/*eof*/