@charset "utf-8";
.sec_ttl::before{
	content: none;
}
.com_bg{
	padding: 50px 0;
}
.t_wrap{
	border: 2px solid transparent;
border-image: linear-gradient(
	to right,
	#1b68a3 0%,
	#4c91a6 46%,
	#a38394 100%
) 1;
	background-color: #fff;
	padding: 30px;
	text-align: center;
	margin: 50px auto 80px;
}
.t_lead{
	line-height: 2;
}
.t_flex{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: space-between;
	margin: 30px auto;
}

.t_flex div{
	width: calc((100% - 5px * 4) / 5);
	font-size: 16px;
}
.t_flex p{
	padding-top: 15px;
}
.t_flex div span{
	font-size: 12px;
}
.com_blue{
	background: #3b7aac;
	padding: 50px 0;
}
.b_flex{
	display: flex;
	justify-content: space-between;
	gap:20px;
}
.btn_reserv{
	display: block;
	font-size: 24px;
	text-align: center;
	padding: 20px;
	color: #fff;
	background: linear-gradient(
	to bottom,
	#a89551 0%,
	#ac9959 15%,
	#b8a56b 35%,
	#c9bb8e 50%,
	#b9a872 65%,
	#ac9957 85%,
	#aa9755 100%
);
	width: 100%;
	margin-top: 30px;
}
.com_blue{
	transition: 0.5s;
}
.com_blue a:hover{
	opacity: 0.7;
	transition: 0.5s;
}
@media screen and (max-width: 650px) {
	.t_lead {
		font-size: 13px;
	}
	.t_wrap {
		padding: 40px 20px;
	}
	.t_flex{
		row-gap:20px;
	}
	.t_flex div {
    width: calc((100% - 5px * 4) / 2);
	}
	.t_flex div span {
    font-size: 11px;
	}
	.b_flex{
		row-gap:20px; 
		flex-wrap: wrap;
	}
	.b_flex div{
		width: 100%;
	}
}
