@charset "UTF-8";

/* 予約追従ボタン2510 */
span.try_course {
	font-size: 17px;
}

.fixed-content {
	position: fixed;
	width: 100%;
	z-index: 9000;
}

.fixed-content-bottom {
	transform: translateY(200%);
	transition: all 0.6s ease;
}

body.pass-show-ftRevBn .fixed-content-bottom {
	transform: translateY(0%);
}

.fixed-content .fixed-content-bottom {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 9000;
	background: white;
}

.reserve-footer {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 90%;
}

.reserve-footer .baloon {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	margin-bottom: 5px;
}

.reserve-footer .baloon span {
	position: relative;
}

.reserve-footer .baloon span:before {
	content: "";
	display: block;
	width: 1px;
	height: 28px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: -35px;
	transform: rotate(-30deg);
}

.reserve-footer .baloon span:after {
	content: "";
	display: block;
	width: 1px;
	height: 28px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	right: -35px;
	transform: rotate(30deg);
}

.reserve-content__txt-large {
	font-size: 28px;
	margin-left: 28px;
	margin-right: 11px;
}

.reserve-footer .reserve-content__txt-large {
	margin-right: 5px;
}

.reserve_btn {
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.reserve_btn a {
	width: 100%;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
}

.reserve_btn a span:after {
	content: "";
	display: inline-block;
	background: url(../images/icon_purple_arow.png) no-repeat right bottom;
	background-size: 100%;
	width: 16px;
	height: 18px;
	margin-left: 30px;
	background-size: 100%;
	vertical-align: -2px;
}

.reserve-content__txt-wrap {
	width: 40%;
	text-align: center;
}

.reserve_btn .reserve-content__btn-net {
	color: white !important;
	background: #e7247a;
	box-shadow: 0px 5px 0px 0px rgba(160, 29, 87, 1);
}

@media screen and (max-width: 750px) {
	.reserve-footer .baloon {
		font-size: 3.5vw;
	}

	.reserve-content__txt-wrap {
		width: 50%;
		margin-left: 5%;
		font-size: 3.2vw;
	}
	.try_course_wrap span{
		font-size: 3.5vw;

	}
	.try_course_wrap span.try_course {
		font-size: 4vw;
	}
	.reserve-footer .reserve-content__txt-large {
		margin: 0;
		margin-left: 5px;
		font-size: 4vw;
	}

	.reserve_btn {
		width: 35%;
		margin-right: 5%;
	}

	.reserve_btn a {
		font-size: 3.2vw;
	}

	.reserve_btn a span:after {
		margin-left: 0;
	}

	.reserve-footer .baloon span:before {
		height: 20px;
		left: -25px;
	}

	.reserve-footer .baloon span:after {
		height: 20px;
		right: -25px;
	}

	.reserve_btn a span:after {
		content: "";
		display: inline-block;
		background: url(../images/icon_purple_arow.png) no-repeat right bottom;
		background-size: 100%;
		width: 10px;
		height: 17px;
		margin-left: 10px;
		background-size: 100%;
		vertical-align: -1px;
	}

	.reserve_btn .reserve-content__btn-net {
		box-shadow: 0px 3px 0px 0px rgba(144, 87, 139, 1);
	}

	.reserve-footer {
		width: 100%;
	}
}