/*20210222UPDATE*/
.top-message {
	margin-top: 50px;
}

.company-table {
	width: calc(100% - 440px);
}

.course-section-item {
	width: 320px;
	margin-right: 30px;
}

.course-section-item-list li img {
	margin: 0 auto;
}

.course-section-item-list .discription {
	background: rgba(255, 255, 255, .9);
	width: calc(100% - 34px);
	display: block;
	font-size: 14px;
	font-weight: normal;
	word-break: break-all;
	text-align: left;
	padding: 15px;
	margin: 5px auto 0;
	border-radius: 6px;
}

@media screen and (max-width: 767px) {
	.company-table {
		width: 100%;
	}

	.course-section-item {
		width: 100%;
		margin-right: auto;
	}

	.course-section-item-list .discription {
		width: calc(100% - 24px);
		padding: 10px;
	}
}

/*20230919UPDATE*/
.price-flag {
	display: block;
}


/* 2023.10.04 */
.course-btn2 {
	width: auto;
	box-shadow: 0 0 0;
	font-size: 1.625rem;
	font-weight: normal;
	line-height: 1.6;
	box-sizing: border-box;

	position: relative;
	display: block;
	margin: 0 auto;
	padding: 36px;
	border-radius: 20px;
	background: #ff5400;
	color: #fff;
	text-align: center;
}

.course-btn2 a {
	color: #fff;
	text-decoration: underline;
}

.course-btn2 a:hover {
	text-decoration: none;
}

.course-btn2 span {
	font-size: 20px;
}

.forsp {
	display: none;
}

.course-section-header {
	position: relative;
}

.toReserve {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 60px;
	padding: 1rem;
	/* background-color: #ffc415; */
	transition: all 0.5s ease;
}

/* .toReserve::before {
	content: '>>予約する';
	font-weight: bold;
	color: #fff;
} */

/* .toReserve:hover {
	transition: all 0.5s ease;
	background-color: #ff5400;
} */

.toReserve:hover::before {
	transition: all 0.5s ease;
	color: #FFF;
}

.form-item-text,
.form-item-select,
.form-item-textarea,
#num_ch,
#num_ad {
	padding: 0.5rem;
}

#getonplace_detail,
#getoffplace_detail {
	margin-top: 0.5rem;
}

#num_ch,
#num_ad {
	margin: 0 0.5rem;
}

.nums span+span {
	margin-left: 1rem;
}

.anno {
	font-size: 0.8rem;
	margin-top: 0.5rem;
}

.datepicker {
	width: 80%;
	padding: 0.5rem;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
	border-color: #ff5400;
	background: #ff5400;
}

.flatpickr-calendar {
	border: solid 1px #ff5400;
}

.submit_50,
.btn50 {
	width: 45% !important;
}

.btn50 a {
	width: 100%;
}

.btn_flex {
	display: flex;

	justify-content: space-around;
}

/* .l-header-nav-list__item a,
.l-header-nav-list__item--active a {
	font-size: 1rem;
} */

.for_courseInfo {
	margin: 0 0 2rem 1rem;
	/* color: #ff5400; */
}

.for_courseInfo a {
	text-decoration: underline;
	color: #ff5400;
}

.top-bnr-course {
	background: initial;
	background-image: url(../img/top/bg_bnr.png);
	background-size: cover;
	padding: 1rem 0;
}

@media screen and (min-width: 768px) {
	.top-bnr-course__title {
		font-size: 2.1rem;
	}

	.top-bnr-course__img {
		padding-bottom: 2rem;
	}
}

.top-bnr-course-detail {
	padding-bottom: 2rem;
}


@media screen and (max-width: 767px) {
	.course-btn2 {
		font-size: 1.1rem;
	}

	.course-btn2 span {
		font-size: 0.8rem;
	}

	.forsp {
		display: initial;
	}

	.toReserve {
		height: auto;
		padding: 0.5rem;
	}

	/* .toReserve::before {
		content: '予約する';
	} */

	.nums span+span {
		margin-left: 0;
	}

	.top-bnr-course {
		width: 100%;
		margin: 0 0 20px;
	}

	.submit_50,
	.btn50 a {
		font-size: 1.1rem;
	}
}

/* 2023.12.01 */
[data-aos]{
	pointer-events: initial !important;
}

.toReserve {
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	padding: 1rem 3rem;

	background-color: #4169e1;
	/* border-bottom: 5px solid #3453b3; */
	margin-top: 3px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.toReserve i{
	margin-right: 0.5rem;
}
.toReserve::after{
	transition: all 0.5s ease;
	content: '';
	display: block;
	border: solid 3px #3453b3;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	/* width: calc(100% - 10px);
	height: calc(100% - 10px); */
	/* padding: 5px; */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.course-section-header{
		padding-bottom: 65px;
	}
	.toReserve{
		top: initial;
		right: initial;
		left: 0;
		bottom: 15px;
		width: 100%;
		height: 40px;
		padding: 1rem;
	}
}

.toReserve:hover {
	transition: all 0.5s ease;
	background-color: #ff5400;
}
.toReserve:hover::after {
	transition: all 0.5s ease;
	border: solid 3px #cc4400;
}
