<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#section0 article{
	width:1180px;
	margin:0 auto 160px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
#section0 article dl{
	width:300px;
	padding:0 15px;
	box-sizing:border-box;
	display: flex;
	flex-direction: column;
	margin-bottom:60px;
}
#section0 article dl dt{
	color:#da5708;
	font-size:28px;
	text-align:center;
	padding:0 0 10px;
	margin:0 0 10px;
	border-bottom:3px solid #e3cfa7;	
font-family: "ab-tombo-bold", sans-serif;
font-weight: 400;
font-style: normal;
}
#section0 article dl dt span{
	height:200px;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	margin:0 0 20px;
}
#section0 article dl dt img{
	display:block;
}

.reserve_button{
	width:100%;
	flex:none;
	height:80px;
	border-radius:20px;
	margin:0 auto;
	box-shadow:0 10px 0 #e5e5e5;
	background:#da5708 url('../images/common/check.svg') no-repeat left 10px center;
	background-size:40px auto;
}
.reserve_button a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	color:#fff;
	text-align:center;
	font-size:18px;
	background:url('../images/common/arrow2.svg') no-repeat right 10px center;
	text-decoration:none;
}
.reserve_button:hover{
	transition:0.5s;
	background:#f89f6a url('../images/common/check.svg') no-repeat left 10px center;
}</pre></body></html>