/* CSS Document */

.line-reserve {
	padding:40px 0 50px 0;
	background-color:#fff;
	margin:50px 0;
}

.line-reserve-flex {
	width:90%;
	max-width:768px;
	margin:auto;
	display:flex;
	justify-content:center;
	gap:25px;
}

.line-reserve-flex1 {
	
}
.line-reserve-flex1 a img{
	width:100%;
	display:block;
}
.line-reserve-flex1 p{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
}
@media(max-width:520px){
	.line-reserve-flex {
		flex-direction:column;
		max-width:250px;
}
}
