@charset "UTF-8";

.sub.reservation #mainVisual {
	background-image: url("../../reason/images/main.jpg");
}
/*--section--*/
.sub.reservation #contents .c-box01 {
	width: 100%;
	padding: 30px 0;
}
.sub.reservation #contents .c-box01 .bnr-box {
  width: 100%;
	display: flex;
	display:-webkit-box;
	display:-ms-flexbox;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
	margin: 30px auto 0;
}
.sub.reservation #contents .c-box01 .bnr-box a:hover {
	opacity: 0.75;
}

@media screen and (max-width: 767px) {	
	/*--section--*/
	.sub.reservation #contents .c-box01 {
		width: 100%;
		padding: 20px 0;
	}
	.sub.reservation #contents .c-box01 .bnr-box {
		width: 100%;
		display:block;
		margin: 20px auto 0;
	}
	.sub.reservation #contents .c-box01 .bnr-box li {
		width: 100%;
		margin-bottom: 15px;
	}
	.sub.reservation #contents .c-box01 .bnr-box li:last-child {
		margin-bottom: 0;
	}
	.sub.reservation #contents .c-box01 .bnr-box a:hover {
		opacity: 0.75;
	}
}