/*
**  WEB予約
** ------------------------------------------------------ */
.webrsv_links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
}

.button-white2 {
	width: 260px;
	border: solid 1px #0068b7;
	background-color: #fff;
	border-radius: 5px;
	color: #0068b7;
	font-size: 1.46rem;
	line-height: 1.4em;
	padding: 0.8em 0.5em 1em;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.button-white2:hover,
.button-white2:focus {
	border: solid 1px #0068b7;
	background-color: #ebf5f8;
}

.col2 .col2_dbl .button-blue {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

@media screen and (max-width: 767px){
	.webrsv_links {
		flex-direction: initial;
		gap: 0.5em;
	}
	
	.button-white2 {
		padding: 1.08rem 0;
		font-size: 1.08rem;
		width: 45%;
		height: auto;
	}
	
	.main .col2 {
		display: flex;
		justify-content: space-around;
	}
	.main .col2 .col2_dbl:nth-of-type(n)  {
		width: 45%;
		margin-bottom: 0;
	}
	
	.main .table_wrap table {
		min-width: 100%;
	}
}
