@charset "utf-8";
/*------------------------------------------------------------
	form
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 12rem;
}
#main .linkNavi {
	margin: 0 -0.2rem 1rem 0;
	gap: 1rem;
}
#main .linkNavi li {
	width: 24.5rem;
}
#main .linkNavi a {
	padding: 1rem 4rem 1rem 1.9rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
	min-height: 8rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	border: 1px solid #B2B2B2;
	background: #FFF;
}
#main .linkNavi a:before {
	background: #B2B2B2;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: -1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .5s, transform 0s;
	transition-delay: 0s, .4s;
}
#main .linkNavi a:after {
	margin-top: -0.8rem;
	position: absolute;
	right: 2rem;
	top: 50%;
	width: 0.9rem;
	height: 0.9rem;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(45deg);
	content: "";
}
#main .linkNavi img {
	margin-right: 1.5rem;
	width: 3.4rem;
	flex-shrink: 0;
}
#main .headLine04 {
	margin-bottom: 3.5rem;
}
#main .headLine04 .sml {
	margin-top: 0.7rem;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0;
}
#main .headLine04 .sml02 {
	margin-top: 0.7rem;
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
}
#main .comBox {
	padding-bottom: 8rem;
}
#main .schedule {
	padding-bottom: 9rem;
}
#main .schedule:before, #main .schedule:after {
	display: none;
}
#main .schedule .headLine04 {
	margin-bottom: 5.6rem;
}
#main .schedule .tabBox {
	position: relative;
}
#main .schedule .tabBox .title {
	margin: 0 4.3rem 2.5rem;
	padding: 0.7rem;
	min-height: 4.4rem;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	border: 1px solid #B2B2B2;
	background: #EAE6E1;
}
#main .schedule .tabBox .prev,
#main .schedule .tabBox .next {
	position: absolute;
	width: 4.4rem;
	top: 0;
	cursor: pointer;
	transition: .3s;
}
#main .schedule .tabBox .prev {
	left: 0;
}
#main .schedule .tabBox .next {
	right: 0;
}
#main .tel {
	padding-bottom: 6.9rem;
}
#main .tel .headLine04 {
	margin-bottom: 3rem;
}
#main .telBtn a {
	min-height: 11rem;
	font-size: 4rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10rem;
	border: 1px solid #B2B2B2;
	background: #EAE6E1;
}
#main .telBtn .ico {
	display: inline-block;
	padding-left: 7.5rem;
	background: url(../img/form/link_img02.png) no-repeat left 0.5rem/5.5rem;
}
#main .formBtn a {
	min-height: 11rem;
	font-size: 4rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10rem;
	border: 1px solid #B2B2B2;
	background: #EAE6E1;
}
#main .formBtn .ico {
	display: inline-block;
	padding-left: 7.5rem;
	background: url(../img/form/link_img01.png) no-repeat left 0.5rem/4.5rem;
}
#main .formbtn .btn {
	transition: .3s;
	max-width: 50rem;
	padding: 0.2rem;
	background: #f4eb4b;
	border-radius: 5.5rem;
	overflow: hidden;
}
#main .formbtn .btn a {
	min-height: 9.6rem;
	padding: 1rem 4.8rem 1.5rem;
	color: #111;
	font-size: 3rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	border-radius: 5.5rem;
	background: #f4eb4b;
}
#main .btn {
	transition: .3s;
	max-width: 50rem;
	padding: 0.2rem;
	background: #09A75A;
	border-radius: 5.5rem;
	overflow: hidden;
}
#main .btn a {
	min-height: 9.6rem;
	padding: 1rem 4.8rem 1.5rem;
	color: #fff;
	font-size: 3rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	border-radius: 5.5rem;
	background: #09A75A;
}
#main .btn a img {
	width: 5rem;
	margin: 0 4rem -0.5rem 0;
}
#main .btn .over {
	display: none;
}
#main .dm .btn {
	background: linear-gradient(90deg, #E46904 0%, #DA416B 49.86%, #D019D3 100%);
}
#main .dm .btn a {
	border-color: #db4366;
	background: linear-gradient(90deg, #E46904 0%, #DA416B 49.86%, #D019D3 100%);
}
#main {
	margin-bottom: 4rem;
}
/* .selectbtn {
	margin-bottom: 6rem;
} */
@media all and (min-width: 897px) {
	#main .schedule .tabBox .prev:hover,
	#main .schedule .tabBox .next:hover {
		opacity: 0.7;
	}
	#main .btn a:hover {
		color: #09A75A;
		background: #fff;
	}
	#main .formbtn .btn a:hover {
		color: #555;
		background: #fff;
	}
	#main .btn a:hover .out {
		display: none;
	}
	#main .btn a:hover .over {
		display: block;
	}
	#main .dm .btn a:hover {
		color: #db4366;
	}
	#main .linkNavi a:hover:before {
		opacity: 1;
		transform: translateY(-50%) scale(1.1);
		transition-delay: 0s;
		transition: opacity .8s, transform .6s ease-in-out;
	}
	#main .telBtn {
		max-width: 50rem;
	}
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 4.7rem;
	}
	#main .linkNavi {
		margin: 0 0 4.5rem;
		gap: 1.5rem 0;
	}
	#main .linkNavi li {
		width: 100%;
	}
	#main .linkNavi a {
		font-size: 1.6rem;
	}
	#main .headLine04 {
		margin-bottom: 3rem;
	}
	#main .headLine04 .sml {
		margin-top: 1.8rem;
		font-size: 1.4rem;
	}
	#main .headLine04 .sml02 {
		margin-top: 2.2rem;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	#main .comBox {
		padding-bottom: 8rem;
	}
	#main .schedule {
		padding-bottom: 8rem;
	}
	#main .schedule .headLine04 {
		margin-bottom: 3.8rem;
	}
	#main .schedule .tabBox .title {
		margin-bottom: 1.5rem;
		padding: 1rem;
		height: 4.4rem;
		font-size: 1.4rem;
	}
	#main .schedule .tableImg {
		margin-right: -2rem;
		padding-bottom: 2rem;
	}
	#main .schedule .tableImg img {
		max-width: inherit;
		width: 90rem;
	}
	#main .tel {
		padding-bottom: 8rem;
	}
	#main .tel .headLine04 {
		margin-bottom: 2.2rem;
	}
	#main .telBtn a {
		margin: 0 auto;
		max-width: 35rem;
		min-height: 6.4rem;
		font-size: 2rem;
	}
	#main .telBtn .ico {
		padding-left: 4rem;
		min-height: 3rem;
		background-position: left 0.2rem;
		background-size: 3rem;
	}
	#main .btn {
		padding: 0;
		max-width: inherit;
		background: none;
	}
	#main .btn a {
		margin: 0 auto;
		max-width: 35rem;
		min-height: 6.4rem;
		padding: 1rem;
		font-size: 1.4rem;
		justify-content: center;
	}
	#main .btn a img {
		width: 2.8rem;
		margin: 0 1rem 0 0;
	}
	#main .formbtn .btn {
		padding: 0;
		max-width: inherit;
		background: none;
	}
	#main .formbtn .btn a {
		margin: 0 auto;
		max-width: 35rem;
		min-height: 6.4rem;
		padding: 1rem;
		font-size: 1.4rem;
		justify-content: center;
	}
	#main .formbtn .btn a img {
		width: 2.8rem;
		margin: 0 1rem 0 0;
	}
	#main .dm .btn {
		padding: 0;
		background: none;
	}
	#main {
		margin-bottom: 1rem;
	}
	.tableImg ::-webkit-scrollbar {
		display: none;
	}
	.tableImg .simplebar-scrollbar::before {
		opacity: 1;
		background-color: #7F7F7F;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.tableImg .simplebar-scrollbar {
		border-radius: 5rem;
	}
	.simplebar-track.simplebar-horizontal {
		height: 0.6rem;
		visibility: visible;
		background-color: #EAEAEA;
		left: 0;
		right: 2rem;
		border-radius: 2rem;
	}
}
@media all and (min-width: 897px) {
	:root {
		--space02: 5.7rem;
	}
	#main .tableImg {
		margin: 0 -0.5rem;
	}
	.comTabBox {
		width: 101.8rem;
	}
	.comTabBox thead th {
		height: 5.3rem;
	}
	.comTabBox tbody .subBox p {
		line-height: 1.2;
	}
}
@media all and (max-width: 896px) {
	.comTabBox {
		margin-left: -0.5rem;
	}
}
/*------------------------------------------------------------
	pop
------------------------------------------------------------*/
.popBox .popInner {
	padding: 5.5rem 5.8rem;
}
.popBox h2 {
	margin-bottom: 5rem;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.2;
}
.popBox .mailForm {
	padding: 0;
	background: none;
}
.popBox .result {
	margin-bottom: 2.3rem;
	align-items: center;
}
.popBox .result p {
	margin-right: 1rem;
	font-size: 1.5rem;
	font-weight: 600;
}
.popBox .result .dateInput {
	width: calc(100% - 28rem);
	pointer-events: none;
}
.popBox .result a {
	width: 16rem;
	height: 4.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	text-decoration: underline;
	background-color: #000;
}
.popBox .mailForm input[type="text"],
.popBox .mailForm input[type="tel"],
.popBox .mailForm input[type="email"],
.popBox .mailForm textarea {
	background: #F0F0F0;
}
.popBox .mailForm input[type="text"].wid01 {
	width: 11.1rem;
}
.popBox .mailForm .radioList .wpcf7-form-control {
	display: flex;
	flex-wrap: wrap;
	gap: 0 3rem;
}
.popBox .mailForm .radioList .wpcf7-list-item {
	margin-left: 0;
}
.popBox .mailForm input[type="radio"] {
	display: none;
}
.popBox .mailForm input[type="radio"] ~ span {
	display: inline-block;
	min-height: 1.6rem;
	padding-left: 2.2rem;
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: 500;
	background: url(../img/common/radio_bg.png) no-repeat left 0.4rem/1.6rem;
}
.popBox .mailForm input[type="radio"]:checked ~ span {
	background-image: url(../img/common/radio_on_bg.png);
}
.popBox .mailForm dl {
	margin-bottom: 3rem;
}
.popBox .mailForm .submit {
	margin: 0 auto;
	width: 24rem;
	position: relative;
	overflow: hidden;
}
.popBox .mailForm .submit:after {
	background: #111;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .5s, transform 0s;
		transition-delay: 0s, 0s;
	transition-delay: 0s, .4s;
}
.popBox .mailForm .submit input {
	height: 6.4rem;
	position: relative;
	z-index: 1;
	color: #000;
	font-weight: 500;
	font-size: 1.3rem;
	border: 1px solid #000;
	background: none;
}
.popBox .mailForm .submit .wpcf7-spinner {
	position: absolute;
	left: 50%;
	margin: 0;
	top: calc(100% + 1rem);
	transform: translateX(-50%);
}
.popBox .mailForm .radioList02 .wpcf7-form-control {
	gap: 0 2rem;
}
.popBox .mailForm dd .ageBox {
	position: relative;
}
.popBox .mailForm dd .txt01 {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 500;
	position: absolute;
	left: 12rem;
	top: 2rem;
}
.popBox .mailForm dd .txt02 {
	margin: 1.9rem 0 1rem;
	font-size: 1.5rem;
	font-weight: 500;
}
.popBox .mailForm .note {
	margin-bottom: 6rem;
	font-size: 1.5rem;
	font-weight: 500;
}
@media all and (min-width: 897px) {
	.popBox .result a:hover {
		text-decoration: none;
	}
	.popBox .mailForm .submit:hover:after {
		opacity: 1;
		transform: translateY(-50%) scale(1.1);
		transition-delay: 0s;
		transition: opacity .8s, transform .6s ease-in-out;
	}
	.popBox .mailForm .submit input:hover {
		color: #fff;
	}
}
@media all and (max-width: 896px) {
	.popBox .popInner {
		padding: 3.5rem 2rem;
	}
	.popBox h2 {
		margin-bottom: 3.3rem;
		font-size: 2.4rem;
	}
	.popBox .result {
		margin-bottom: 2rem;
		display: block;
	}
	.popBox .result p {
		margin: 0 0 0.8rem;
		font-size: 1.4rem;
	}
	.popBox .result .dateInput {
		width: auto;
	}
	.popBox .result .dateInput input {
		font-size: 1.2rem;
	}
	.popBox .result a {
		width: 100%;
		height: 4rem;
		font-size: 1.2rem;
	}
	.popBox .mailForm .radioList > span {
		width: 100%;
	}
	.popBox .mailForm .radioList .wpcf7-form-control {
		gap: 0.9rem 0 !important;
	}
	.popBox .mailForm .radioList .wpcf7-form-control > span {
		width: 100%;
	}
	.popBox .mailForm input[type="radio"] ~ span {
		opacity: 0.5;
		display: block;
		min-height: 1.6rem;
		padding: 1.3rem 1rem 1.3rem 4rem;
		font-size: 1.4rem;
		border: 1px solid #000;
		background-position: left 1.5rem center;
	}
	.popBox .mailForm input[type="radio"]:checked ~ span {
		opacity: 1;
	}
	.popBox .mailForm dl {
		margin-bottom: 2rem;
	}
	.popBox .mailForm .submit {
		width: 100%;
		max-width: 31rem;
	}
	.popBox .mailForm dd .txt01 {
		font-size: 1.6rem;
	}
	.popBox .mailForm dd .txt02 {
		margin: 1.9rem 0 1rem;
		font-size: 1.3rem;
	}
	.popBox .mailForm .note {
		margin-bottom: 4rem;
		font-size: 1.3rem;
	}
}
#main .thanks {
	margin-bottom: 3rem;
	text-align: center;
}