@charset "utf-8";

@media screen and (max-width: 768px) {
	.inner {
		padding: 0;
	}
}

/* btnOther */
.btnOther {
	margin: 4.5rem auto 0;
	width: 28.7rem;
}
.btnOther a {
	display: block;
	padding: 0.5rem;
	border: solid 1px #000;
	font-size: 1.7rem;
	text-align: center;
	position: relative;
}
.btnOther a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 1.2rem;
	width: 0.8rem;
	height: 0.8rem;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	transform: rotate(45deg);
	margin-top: -0.5rem;
}
@media screen and (max-width: 768px) {
	.btnOther {
		width: 34.4rem;
	}
	.btnOther a {
		font-size: 2rem;
	}
}

/* btnReserve */
.btnWrap {
	margin-top: 6rem;
	width: 100%;
	height: 10.3rem;
}
.btnWrapInner {
	position: static;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2.3rem 0;
	display: flex;
	justify-content: center;
}
.btnReserve {
	margin: 0 1rem;
	width: 45rem;
}
.btnReserve a {
	display: block;
	margin: 0 auto;
	padding: 1.2rem 1rem;
	background: #ca0813;
	border-radius: 0.3rem;
	font-size: 2.1rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.fixedCTA.fixed {
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	transition: all ease 0.2s;
}
@media screen and (max-width: 768px) {
	.btnWrap {
		margin-top: 3rem;
		height: 21rem;
	}
	.btnWrapInner {
		flex-direction: column;
	}
	.btnReserve {
		margin: 0 auto;
		width: 55rem;
	}
	.btnReserve + .btnReserve {
		margin-top: 1.5rem;
	}
	.btnReserve a {
		padding: 1.5rem;
		border-radius: 0.5rem;
		font-size: 2.6rem;
	}
}
