/* main-visual --------------------------------*/
.fadeIn_Mv {
		animation-name: fadeIn;
		animation-duration: 4s;
		animation-fill-mode: forwards;
		opacity: 0;
}
.fadeIn_MvBg::after {
		animation-name: fadeIn;
		animation-duration: 3s;
		animation-fill-mode: forwards;
		opacity: 0;
}
@keyframes fadeIn {
		from {
				opacity: 0;
		}
		to {
				opacity: 1;
		}
}
.mv_txt figure{
		position: relative;
		width: 100%;
		height: 100%;
}
.mv_txt p {
		color: #fff;
		position: absolute;
		top: 35vw;
		left: 5vw;
		z-index: 1;
		animation-name: fadeIn_2;
		animation-duration: 8s;
		animation-fill-mode: forwards;
		opacity: 0;
}
@keyframes fadeIn_2 {
		from {
				opacity: 0;
		}
		to {
				opacity: 1;
		}
}
/* CTA ----------------------------------------*/
#cta_area{
		background: center center/cover no-repeat url(https://aanda-sports.co.jp/wp-content/uploads/Company_slide2.png);
		padding: 5rem 0;
		position: relative;
		z-index: 10;
}
#cta_area::before {
		content: "";
		background-color: rgba(0, 94, 81, 0.6);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		z-index: -1;
}
#Sub_School_application{
		text-align: center;
		background-color: rgb(255, 255, 255);
		padding: 2rem 2rem 0 2rem;
		border: 2px solid #0e4000;
		box-sizing: border-box;
		filter: drop-shadow(0 0 4px #fff);
}
#Sub_School_application .green{
		margin: 2rem auto 3rem;
		background: linear-gradient(180deg, #01bd01,#009700,#01bd01);
}
#Sub_School_application .cta-tel a {
		font-family: "Oswald", serif;
		font-size: 3.5rem;
		font-weight: 600;
		color: #0a0073;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: relative;
		padding-left: 2rem;
}
#Sub_School_application .cta-tel a::before {
		content: "";
		width: 3rem;
		height: 3rem;
		display: block;
		background: center center/contain no-repeat url(https://aanda-sports.co.jp/wp-content/uploads/icon_footer_tel_blue.svg);
		position: absolute;
		top: 50%;
		left: -1.5rem;
		transform: translateY(-50%);
}
/* Sub main-visual ----------------------------*/
.subpage-head-content h1 {
		font-size: 2.65rem;
		font-weight: 600;
		color: #fff;
}
.breadcrumb {
		font-size: 0.75em;
		margin-top: 0.5rem;
}
.breadcrumb a{
		display: inline-block;
}
.subpage-head-content .breadcrumb, .subpage-head-content .breadcrumb span, .breadcrumb .home {
		color: #fff;
}
.subpage-header {
		display: flex;
		align-items: center;
		position: relative;
		height: 215px;
		background-color: #fff;
		border-bottom: 1px solid #ddd;
		box-sizing: border-box;
		z-index: 10;
}
.subpage-header::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.75);
		z-index: -1;
}
.breadcrumb .post.post-post.current-item {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
}
.breadcrumb .post-root.post.post-post.current-item {
		display: unset;
}
/* footer -------------------------------------*/
#footer {
		color: #fff;
		background-color: #292929;
		margin-bottom: 5rem;
}
#copyright {
		text-align: center;
		border-top: 1px solid #fff;
		padding: 1rem 0;
}
#copyright p {
		font-size: 1.2rem;
}
.only_sp.footer_fixed {
		position: fixed;
		bottom: 0;
}
#fixed-content{
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 15;
}
#fixed-content ul li {
		width: calc(100% / 3);
		align-items: center;
		justify-content: center;
		position: relative;
}
#fixed-content ul li a {
		color: #fff;
		font-family: "M PLUS Rounded 1c", serif;
		font-size: 0.7em;
		font-weight: 600;
		display: inline-flex;
		width: 100%;
		padding: 1.5rem 0.5rem;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
}
#fixed-content ul li a::before {
		content: "";
		display: inline-block;
		width: 1.2rem;
		height: 2rem;
		margin-right: 0.5rem;
}
#fixed-content .blue a::before{
		background: center center/contain no-repeat url(https://aanda-sports.co.jp/wp-content/uploads/icon_footer_tel.svg);
}
#fixed-content .green a::before{
		background: center center/contain no-repeat url(https://aanda-sports.co.jp/wp-content/uploads/icon_footer_beginner.svg);
}
#fixed-content .orange a::before{
		width: 1.8rem;
		background: center center/contain no-repeat url(https://aanda-sports.co.jp/wp-content/uploads/icon_footer_mail.svg);
}
#fixed-content ul li a::after {
		content: "";
		display: block;
		clip-path: polygon(0 0,100% 0,0 100%);
		position: absolute;
		top: 2px;
		left: 2px;
		width: 10px;
		height: 10px;
}
#fixed-content .blue a::after{
		background-color: #0a0073;
}
#fixed-content .green a::after{
		background-color: #106c03;
}
#fixed-content .orange a::after{
		background-color: #f95200;
}
@media screen and (min-width: 769px){
		#footer {
				margin-bottom: 0;
		}
}
/* Top ----------------------------------------*/
.campaign_slide {
		margin: 0 auto 2rem;
		max-width: 95%;
}
.campaign_slide h2{
		color: #d71ab1;
		font-family: "M PLUS Rounded 1c", serif;
		font-size: 3rem;
		font-weight: 600;
		text-align: center;
		position: relative;
		margin-bottom: 1rem;
}
.campaign_slide h2 span{
		font-size: 6rem;
		font-family: "Oswald", serif;
		color: #feebff;
		display: block;
		position: absolute;
		top: -60%;
		left: 50%;
		z-index: -1;
		transform: translateX(-50%);
}
.link-panel.flex{
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 4px;
}
.link-panel.flex li {
		max-width: calc((100% - 12px) / 4);
		width: 100%;
}
.link-panel.flex li a {
		color: #fff;
		font-family: "M PLUS Rounded 1c", serif;
		font-size: 0.8em;
		font-weight: 600;
		letter-spacing: 1px;
		display: block;
		width: 100%;
		padding: 10% 5%;
		box-sizing: border-box;
		border-radius: 1rem;
}
.link-panel.flex li:nth-child(2n+1) a{
		background-color: #00308C;
}
.link-panel.flex li:nth-child(2n) a{
		background-color: #174CE2;
}
.link-panel.flex li a figure img {
		height: 10vw;
		object-fit: contain;
}
.link-panel.flex li a figcaption {
		font-size: clamp(0.8rem, calc(0.8rem + 0.625vw), 1.6rem);
		margin-top: 1.5rem;
		line-height: 1.2;
}
#SCHOOL .content-title {
		background-color: #00308C;
		color: #fff;
		padding: 2rem 1rem;
		justify-content: space-between;
		align-items: center;
}
#SCHOOL .title_text,
#ONEDAY .title_text,
#FITNESS .title_text{
		width: 45%;
}
#SCHOOL .title_icon.flex,
#ONEDAY .title_icon.flex,
#FITNESS .title_icon.flex{
		width: 50%;
}
#SCHOOL .content-title h2,
#ONEDAY .content-title h2,
#FITNESS .content-title h2{
		font-size: clamp(3rem, calc(3rem + 0.625vw), 7rem);
		font-weight: 600;
		font-family: "Oswald", serif;
		line-height: 1;
}
#SCHOOL .content-title span,
#ONEDAY .content-title span,
#FITNESS .content-title span{
		font-size: clamp(0.8rem, calc(0.8rem + 0.625vw), 1.2rem);
		font-weight: 600;
		align-items: center;
		margin-top: 6px;
}
#SCHOOL .content-title span::before,
#ONEDAY .content-title span::before,
#FITNESS .content-title span::before{
		content: "";
		display: inline-block;
		width: 1rem;
		height: 1rem;
		clip-path: polygon(0 0, 80% 50%, 0 100%);
		background-color: #FFD602;
		margin-right: 0;
}
#SCHOOL .title_icon.flex {
		justify-content: space-around;
		align-items: flex-end;
		gap: 0.5rem;
		border-bottom: 1px solid #fff;
		padding-bottom: 0.5rem;
}
#SCHOOL .title_icon.flex figure,
#FITNESS .title_icon.flex figure{
		max-width: calc((100% / 4) - 0.5rem);
		width: 100%;
}
#SCHOOL .link-panel.flex li a figure img,
#FITNESS .link-panel.flex li a figure img{
		height: 14vw;
}
#SCHOOL .link-panel.flex li a,
#ONEDAY .link-panel.flex li a,
#FITNESS .link-panel.flex li a{
		position: relative;
}
#School_kids > p,
#Oneday_rental > p,
#Fitness_jim > p{
		margin: 2rem 0 5rem 0;
		font-size: 1.6rem;
		font-weight: 600;
}
#School_kids .link-panel.flex a:hover{
		background: #ff4800 !important;
}
#School_general .link-panel.flex a:hover{
		background: #10007D !important;
}
#ONEDAY .link-panel.flex a:hover{
		background: #00571e !important;
}

#SCHOOL .link-panel.flex li a::after,
#ONEDAY .link-panel.flex li a::after{
		content: "";
		background-color: #fff;
		width: 10px;
		height: 10px;
		position: absolute;
		top: 2px;
		right: 2px;
		clip-path: polygon(0 0, 0 100%, 50% 50%);
		transform: rotate(-45deg);
}
#SCHOOL .triangle_ye a {
		text-decoration: underline;
}
#SCHOOL .School_content h3,
#Oneday_rental .Oneday_content h3,
#Fitness_jim .Fitness_content h3{
		font-size: clamp(2.8rem, calc(2.8rem + 0.625vw), 4rem);
		font-weight: 600;
		font-family: "M PLUS Rounded 1c", serif;
		text-align: center;
		margin: 3rem 0 2rem 0;
}
#SCHOOL .School_content h3{
		color: #FF872E;
}
#SCHOOL .School_content > div {
		justify-content: space-between;
		flex-direction: column;
}
#SCHOOL .School_list .link-panel li {
		max-width: calc((100% - 8px) / 3);
		text-align: center;
}
#SCHOOL .content-title span::before {
		content: "";
		display: inline-block;
		width: 1rem;
		height: 1rem;
		clip-path: polygon(0 0, 80% 50%, 0 100%);
		background-color: #FFD602;
		margin-right: 0;
}
#School_kids .triangle_ye.flex,
#School_general .triangle_ye.flex,
#Oneday_rental .triangle_ye.flex{
		justify-content: flex-end;
		margin: 2rem 0;
}

@media screen and (min-width: 769px){
		#SCHOOL .slide, #SCHOOL .School_list,
		#ONEDAY .slide, #ONEDAY .Oneday_list,
		#FITNESS .slide, #FITNESS .Fitness_list{
				width: 48%;
		}
}
/* kids ----------*/
#School_kids {
		background-color: #FFFCFA;
		padding: 2% 4%;
}
#School_kids .School_content h3 {
		color: #FF872E;
}
#School_kids .School_content h3 span {
		display: block;
		font-size: 0.65em;
}
#School_kids .link-panel.flex li a figcaption {
		font-weight: 600;
		margin-top: 0.5rem;
		height: 4vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
}
#School_kids .link-panel.flex li:nth-child(2n+1) a {
		background-color: #FFC217;
}
#School_kids .link-panel.flex li:nth-child(2n) a {
		background-color: #FF872E;
}
/* general ----------*/
#School_general {
		background-color: #F8FCFF;
		padding: 2% 4%;
}
#School_general .School_content h3 {
		color: #00308C;
}
#School_general .School_content h3 span,
#Oneday_rental .Oneday_content h3 span,
#Fitness_jim .Fitness_content h3 span{
		display: block;
		font-size: 0.65em;
}
#School_general .link-panel.flex li a figcaption {
		font-weight: 600;
		margin-top: 0.5rem;
		height: 4vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
}
#School_general .link-panel.flex li:nth-child(2n+1) a {
		background-color: #00308C;
}
#School_general .link-panel.flex li:nth-child(2n) a {
		background-color: #2250A0;
}
/* oneday ----------*/
#Oneday_rental .Oneday_content h3{
		color: #167C04;
}
#Oneday_rental{
		background-color: #F1FFF0;		
		padding: 2% 4%;
}
#ONEDAY .content-title {
		background-color: #167C04;
		color: #fff;
		padding: 2rem 1rem;
		justify-content: space-between;
		align-items: center;
}
#ONEDAY .title_icon.flex {
		justify-content: space-around;
		align-items: flex-end;
		gap: 0.5rem;
		border-bottom: 1px solid #fff;
		padding-bottom: 0.5rem;
}
#ONEDAY .title_icon.flex figure {
		max-width: calc((100% / 4) - 0.5rem);
		width: 100%;
}
#ONEDAY .link-panel.flex li {
		max-width: calc((100% - 4px) / 2);
}
#ONEDAY .link-panel.flex li:nth-child(2n+1) a {
		background-color: #167C04;
}
#ONEDAY .link-panel.flex li:nth-child(2n) a {
		background-color: #1BAF1E;
}
#ONEDAY .link-panel.flex li a figure img{
		height: 14vw;
}
#ONEDAY .link-panel.flex li a figcaption {
		font-weight: 600;
		margin-top: 0.5rem;
		height: 4vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
}
#ONEDAY .triangle_ye a {
		text-decoration: underline;
}
#ONEDAY .Oneday_content > div {
		justify-content: space-between;
		flex-direction: column;
}
/* FITNESS ----------*/
#Fitness_jim .Fitness_content h3{
		color: #000;
}
#Fitness_jim{
		background-color: #f7f7f7;
		padding: 2% 4%;
}
#FITNESS .content-title {
		background-color: #000;
		color: #fff;
		padding: 2rem 1rem;
		justify-content: space-between;
		align-items: center;
}
#FITNESS .title_icon.flex {
		justify-content: space-around;
		align-items: flex-end;
		gap: 0.5rem;
		border-bottom: 1px solid #fff;
		padding-bottom: 0.5rem;
}
#FITNESS .title_icon.flex figure {
		max-width: calc((100% / 4) - 0.5rem);
		width: 100%;
}
#FITNESS .link-panel.flex li {
		max-width: calc((100% - 4px) / 2);
}
#FITNESS .link-panel.flex li:nth-child(2n+1) a {
		background-color: #2D2D2D;
}
#FITNESS .link-panel.flex li:nth-child(2n) a {
		background-color: #666;
}
#FITNESS .link-panel.flex li a figure img{
		height: 14vw;
}
#FITNESS .link-panel.flex li a figcaption {
		font-weight: 600;
		margin-top: 0.5rem;
		height: 4vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
}
#FITNESS .triangle_ye a {
		text-decoration: underline;
}
#FITNESS .Fitness_content > div {
		justify-content: space-between;
		flex-direction: column;
}


/* About ----------*/
#About{
		padding: 5rem 0;
}
#About .content-title.flex{
		flex-direction: column;
		align-items: center;
		justify-content: center;
}
#About h2 {
		font-size: 2.3rem;
		font-weight: 600;
		text-align: center;
}
#About h3, #Sns h3 {
		font-size: clamp(1.6rem, calc(1.6rem + 0.625vw), 3.2rem);
		font-weight: 600;
		margin: 1.5rem auto 2rem;
}
#About_AandA .About_content > .flex {
		justify-content: space-between;
		flex-direction: column;
}
.bus_content .btn::before{
		width: 1.5rem;
		height: 1.5rem;
}
.bus_content .btn::after{
		right: 1em;
		width: 0.9rem;
		height: 1rem;
}
.bus_content.flex {
		gap: 0.5rem;
}
.bus_content.flex .btn {
		width: calc((100% - 0.5rem) / 2);
}
.bus_content .btn a {
		font-size: 1.3rem;
		display: flex;
		align-items: center;
		position: relative;
		padding: 1.5rem 1rem;
}
.bus_content .btn a span img {
		max-width: 2rem;
		height: 2rem;
}
.bus_content .btn a::before {
		content: "";
		display: inline-block;
		width: 1.8rem;
		height: 1.8rem;
		margin-right: 0.5rem;
}
.bus_content .btn.blue a::before {
		background: center center/contain no-repeat url(https://aanda-sports.co.jp/wp-content/uploads/icon_bus.svg);
}
.bus_content .btn.pink a::before {
		background: center center/contain no-repeat url(https://aanda-sports.co.jp/wp-content/uploads/icon_map.svg);
}
#About_AandA .top-About {
		font-size: 1.4rem;
		border: 1px solid #333;
}
#About_AandA .top-About .column-1,
#About_AandA .top-About .column-2 {
		padding: 1rem;
}
#About_AandA .top-About .column-1 {
		background-color: #333;
		color: #fff;
		display: block;
		width: 100%;
}
#About_AandA .top-About .column-2 {
		display: block;
		width: 100%;
}

/* Sns ----------*/
#Sns .content-title.flex{
		flex-direction: column;
		align-items: center;
		justify-content: center;
}
#Sns h2 {
		font-size: 2.2rem;
		font-weight: 600;
		text-align: center;
}
.Sns_content.flex {
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin: 3rem 0;
}
.Sns_link .flex {
		align-items: center;
		justify-content: center;
		gap: 1.5rem;
		margin: 2rem auto;
}
.Sns_link p {
		margin-bottom: 2rem;
}
.Sns_link li img {
		height: clamp(3.5rem, calc(2vw + 0.625vw), 5.5rem);
		width: auto;
}
/* Contact ------------------------------------*/
table.trial-lesson {
		width: 100%;
		background-color: #fff;
}
@media screen and (max-width:768px){
		table.trial-lesson {
				width: 550px;
				border-collapse: collapse;
		}
		.trial-lesson .column-1 {
				position: sticky;
				left: 0;
				z-index: 2;
		}
		.trial-lesson .row-2 .column-1,
		.trial-lesson .row-2 .column-3, .trial-lesson .row-2 .column-4, .trial-lesson .row-2 .column-5,
		.trial-lesson .row-3 .column-3, .trial-lesson .row-3 .column-4, .trial-lesson .row-3 .column-5,
		.trial-lesson .row-4 .column-3, .trial-lesson .row-4 .column-4, .trial-lesson .row-4 .column-5 {
				background-color: #f1f7ff;
		}
		.trial-lesson .row-5 .column-1,
		.trial-lesson .row-5 .column-3, .trial-lesson .row-5 .column-4, .trial-lesson .row-5 .column-5 {
				background-color: #f8ffef;
		}
}
@media screen and (min-width:861px){
		table.trial-lesson {
				table-layout: fixed;
		}
}
.trial-lesson th {
		font-size: 0.9em;
		background-color: #00308C;
		color: #fff;
		text-align: center;
		vertical-align: middle;
		padding: 1rem 0.5rem;
}
.trial-lesson td {
		font-size: 0.8em;
		border: 1px solid #ddd;
		vertical-align: middle;
		text-align: center;
		padding: 1rem 0.5rem;
}
.trial-lesson .column-1 {
		width: 250px;
}
.trial-lesson .column-2 {
		width: 70px;
}
.trial-lesson .column-3, .trial-lesson .column-4, .trial-lesson .column-5 {
		width: calc((100% - (70px + 250px)) / 3);
}
.trial-lesson .row-6 .column-1,
.trial-lesson .row-6 .column-3, .trial-lesson .row-6 .column-4, .trial-lesson .row-6 .column-5 {
		background-color: #f7f7f7;
}

.form-area {
		padding: 1rem;
		background-color: #fff;
		max-width: 80%;
		margin: 0 auto;
}
.form-area label {
		font-size: 2rem;
		font-weight: 600;
}
.form-area .contact-note {
		color: #A5A5A5;
}
.required, .arbitrary {
		display: inline-block;
		padding: 0.25rem 2rem;
		border-radius: 30px;
		font-size: 0.7em;
		color: #fff;
		margin-left: 1rem;
}
.required {
		background-color: #DF005E;
}
.arbitrary {
		background-color: #A5A5A5;
}
.form-item {
		margin: 4rem 0;
}
.wpcf7-list-item {
		margin: 0 2.2em 0 0;
}
.wpcf7-list-item label {
		font-weight: 400;
		font-size: 2rem;
}
.wpcf7-checkbox span{
		font-size: 1.7rem;
}
.text-in input, .form-item.text-in textarea, .wpcf7-form-control.wpcf7-select {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 1.6rem;
		width: 100%;
		box-sizing: border-box;
		padding: 1.5rem 1rem;
		margin-top: 1rem;
		border: 1px solid #A5A5A5;
		background-color: #F5F5F5;
}
.wpcf7-form-control.wpcf7-select {
		max-width: 60%;
		font-size: 1.6rem;
}
.form-item.text-in input::placeholder, .form-item.text-in textarea::placeholder {
		font-family: "Noto Sans JP", sans-serif;
		color: #A5A5A5;
		font-weight: 500;
		opacity: unset;
}
.form-submit-area {
		max-width: 80%;
		margin: 0 auto;
}
.form-submit-area a{
		display: inline-block;
		text-decoration: underline;
}
.form-submit-area .submit-btn span {
		margin: 2rem auto;
}
.form-submit-area .submit-btn {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative;
}
.check .form-submit-area {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		gap: 1rem;
		margin-bottom: 5rem;
}
.form-submit-area {
		position: relative;
}
.wpcf7-spinner {
		position: absolute;
		top: 0;
		margin: 0 !important;
		left: 50%;
		transform: translateX(-50%);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
		text-align: center;
		max-width: 80%;
		margin: 0 auto 10rem;
		padding: 1.5rem;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
		color: #fff;
		font-size: 1.8rem;
		font-weight: 600;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #0C5742;
		box-shadow: unset;
		border: unset;
		border-radius: 100px;
		width: 350px;
		box-sizing: border-box;
		padding: 1.5rem 0;
		margin: 5rem auto 0;
		cursor: pointer;
}
.wpcf7-form-control.wpcf7-form-control.wpcf7-previous {
		color: #fff;
		font-size: 1.8rem;
		font-weight: 600;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #000;
		box-shadow: unset;
		border: unset;
		border-radius: 100px;
		width: 350px;
		box-sizing: border-box;
		padding: 1.5rem 0;
		margin: 5rem auto 0;
		cursor: pointer;
}
.type-selects {
		color: #292929 !important;
}
.form-area .select_wrapper {
		max-width: 60%;
		position: relative;
		margin: 0;
}
.form-area .select_wrapper::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 5%;
		width: 0.8rem;
		height: 0.8rem;
		border-right: 2px solid #292929;
		border-bottom: 2px solid #292929;
		box-sizing: border-box;
		transform: rotate(45deg) translate(-50%, 0);
}
.select_wrapper .wpcf7-form-control.wpcf7-select{
		max-width: 100%;
}
/*下層ページ ----------------------------------*/
.flex.inner-ctabox .btn {
		width: 100%;
		margin: 0 !important;
}
.flex.inner-ctabox {
		flex-direction: column;
		gap: 1rem;
		margin-bottom: 2rem;
		align-items: center;
		justify-content: center;
}

.sub_first-content.flex {
		flex-direction: column-reverse;
		justify-content: space-between;
		gap: 2rem;
}
.sub_first-content > div {
		width: 100%;
}
.sub_first-content {
		margin: 3rem 0;
}
.sub_first-content .text-area h3 {
		color: #622f02;
		font-size: 1.8rem;
		font-weight: 600;
		margin-bottom: 2rem;
}
.sub_first-content .text-area p {
		line-height: 1.8;
		margin-bottom: 3rem;
}
.sub_first-content .text-area ul{
		width: 100%;
		flex-direction: column;
		gap: 1rem;
		margin-top: 3rem;
}
.sub_first-content .text-area ul li
/*.course-image a*/{
		border-radius: 10px;
		box-shadow: 3px 3px 6px #ccc;
		border: 2px solid #fff;
		width: 100%;
}
.course-image .btn-pdf{
		border-radius: 10px;
}
.sub_first-content .text-area ul li a
/*.course-image a*/{
		font-weight: 600;
		color: #fff;
		display: block;
		width: 100%;
		padding: 1.5rem 0.5rem;
		position: relative;
		/*  filter: drop-shadow(1px 1px 1px #333);*/
}
.sub_first-content .text-area .flex li a::after
/*.course-image a::after*/{
		content: "";
		background-color: #fff;
		display: inline-block;
		width: 1.2rem;
		height: 1.2rem;
		position: absolute;
		right: 0.5rem;
		top: 50%;
		transform: translatey(-50%);
		clip-path: polygon(0 0, 0 100%, 50% 50%);
}
.sub_first-content .text-area .flex li a:hover::after
/*ourse-image a:hover::after*/{
		transform: translate(0.5rem, -50%);
		transition: all 0.5s;
}
#Sub_School h4,
#Details-info h4{
		font-size: 1.8rem;
		font-weight: 600;
		color: #00308C;
		border-bottom: 1px solid #00308C;
		margin-bottom: 0.5rem;
}
#Details-info dl{
		width: 100%;
		margin: 1.5rem 0 2rem 0;
}
#Details-info dt{
		font-size: 0.9em;
}
#Details-info dd{
		font-size: 0.9em;
		margin: 0 0 2rem 0;
		width: 100%;
}
#training-gym .facilities_img.flex{
		margin: 1rem 0;
}
#Details-info .facilities_img.flex,
#training-gym .facilities_img.flex{
		flex-wrap: wrap;
		gap: 0.5rem;
		margin-top: 1rem;
}
#Details-info .facilities_img.flex.column_1 > div,
#training-gym .facilities_img.flex.column_1 > div{
		width: 100%;
}
#Details-info .facilities_img.flex.column_2over > div,
#training-gym .facilities_img.flex.column_2over > div{
		max-width: calc((100% - 0.5rem) / 2);
		width: 100%;
}
#Details-info .facilities_img.flex > div p,
#training-gym .facilities_img.flex > div p{
		font-size: 0.75em;
}
#course-info h4 {
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 1.4;
		color: #292929;
		margin-bottom: 0.5rem;
		position: relative;
		background-color: #FFF8F4;
		padding: 0.5rem 1rem 0.5rem 4.5rem;
}
#course-info h4 span {
		text-align: center;
		width: 2.8rem;
		height: 95%;
		background-color: #f04848;
		position: absolute;
		left: 0.8rem;
		top: -0.8rem;
		display: block;
}
#course-info h4 .fa.fa-star {
		font-size: 0.8em;
		line-height: 2;
		color: #fff;
		display: block;
}
#course-info h4 span::before {
		content: "";
		background-color: #b00d0d;
		height: 0.8rem;
		position: absolute;
		top: 0;
		right: -5px;
		z-index: 10;
		width: 0.5rem;
		clip-path: polygon(0 0, 100% 100%, 0 100%);
}
#course-info h4 span::after {
		width: 2.8rem;
		height: 8px;
		background-color: #FFF8F4;
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		content: "";
		clip-path: polygon(-1% 100%, 50% 0, 100% 101%);
}
#course-info .course-info p {
		padding: 2.5rem 1.5rem 2rem 3.5rem;
		border: 2px solid #e8e401;
		border-radius: 10px;
		background-color: #ffffed;
		position: relative;
}
#course-info .course-info p::before {
		content: "";
		display: block;
		width: 75px;
		height: 75px;
		background: center center/contain no-repeat url(https://aanda-sports.co.jp/wp-content/uploads/icon_check.png);
		position: absolute;
		top: -30px;
		left: -10px;
}

#Sub_School_info .inner-content {
		padding: 1rem 1rem 3rem 1rem;
}
/*#Sub_School_info h3 {
font-size: 1.9rem;
font-weight: 600;
line-height: 1.6;
border-left: 3px solid #ddd;
box-shadow: 2px 2px 1px #dbdbdb;
border-left: 3px solid #337ab7;
background-color: #f7f7f7;
margin-bottom: 1rem;
padding: 1rem 0.25rem 1rem 1.5rem;
}*/
#Sub_School_info h3 {
		font-size: 1.9rem;
		font-weight: 600;
		line-height: 1.3;
		box-shadow: 2px 2px 0px #00308C;
		border: 1px solid #00308C;
		background-color: #f7f7f7;
		padding: 1rem 0.25rem 1rem 1.5rem;
		margin-bottom: 1rem;
		position: relative;
		word-break: keep-all;
}
#Sub_School_info h3 span {
		color: #00308C;
		font-size: 0.65em;
		display: block;
		position: relative;
		margin-top: 0.75rem;
		padding-left: 25px;
}
#Sub_School_info h3 span::before {
		position: absolute;
		content: "";
		display: block;
		top: 50%;
		left: 0;
		width: 20px;
		height: 1px;
		background-color: #00308C;
}
#Sub_School_info .sub_second-content li{
		font-size: 0.95em;
		list-style: inside disc;
		/*text-indent: -1em;
		margin-left: 1em;*/
}
#Sub_School_info .inner-content .school-price dt {
		border-top: 1px solid #b7a933;
		border-bottom: 1px solid #b7a933;
		background-color: #ffffef;
		padding: 1rem 0.5rem;
}
#Sub_School_info .inner-content .school-price dd {
		margin: 0.25rem 0 1.5rem 0;
		padding: 1rem 0.5rem 1.5rem 0.5rem;
}
#Price-table .Member.benefits{
		margin-bottom: 3rem;
}
.Member.benefits a{
		display: inline-block;
		text-indent: unset;
		margin-left: 0 !important;
}
#Price-table .Member.benefits h4 {
		font-size: 0.9em;
		color: #f04400;
		border-bottom: 1px solid #f04400;
		margin-bottom: 0.5rem;
}
#Price-table .Member.benefits p{
		font-size: 0.9em;
}
#Price-table .Member.benefits ul{
		font-size: 0.9em;
}
#Sub_School_application h3 {
		font-size: min(6vw,20px);
		font-weight: 600;
		text-align: center;
		border-bottom: 2px solid #1f933c;
		line-height: 1.5;
		padding-bottom: 0.5rem;
		margin: 2rem 0 2rem 0;
		position: relative;
		word-break: keep-all;
}
/*#Sub_School_application h3::before,
#Sub_School_application h3::after{
content: "";
width: 12vw;
height: 2px;
background-color: #0e4000;
position: absolute;
top: 50%;
transform: translatey(-50%);
}
#Sub_School_application h3::before {
left: 0;
}
#Sub_School_application h3::after {
right: 0;
}
*/
#Sub_School_application p {
		margin: 1.5rem 0;
}
#Sub_School_application span {
		text-align: left;
		text-indent: unset;
		margin-left: 0;
		word-break: keep-all;
}
#course-info p {
		font-size: 0.95em;
		border: 4px double #ddd;
		border-radius: 6px;
		max-width: 99%;
		width: 100%;
		padding: 2rem 1.5rem;
		margin: 1.5rem auto 0;
		box-sizing: border-box;
}
#course-info dt, #course-info dd {
		font-size: 0.9em;
		margin: 0;
}
#course-info dt {
		border-bottom: 2px dotted #ddd;
		background-color: #f7f7f7;
		padding: 0.5rem;
}
#course-info dt.price {
		background-color: #e5ffd4 !important;
		color: #00846b;
}
#course-info dd {
		padding: 1.5rem 0.5rem;
}
#course-info dd li + li {
		margin-top: 1rem;
}
#course-info .course-detail dd.star {
		font-size: 1.15em;
}
#course-info .course-detail .star span {
		font-size: 0.75em;
		display: inline-block;
		margin: 0 0.5rem;
}
/*料金テーブル 
* -----------------*/
.Fee-Monthly th {
		font-size: 0.9em;
		color: #fff;
		white-space: nowrap;
		background-color: #00308C;
		padding: 0.5rem;
		vertical-align: middle;
		border: 1px solid #00308C;
}
.Fee-Monthly td {
		font-size: 0.8em;
		padding: 1.75rem 0.5rem;
		vertical-align: middle;
		border: 1px solid #ddd;
}
.Fee-Monthly td.column-1 {
		background-color: #f7f7f7;
}
.memo {
		font-size: 0.8em;
}
span.memo {
		font-size: 0.8em;
		display: block;
		text-indent: -1em;
		margin-left: 1em;
}
.price-area dl{
		margin-top: 1.5rem;
}
.price-area dt, .price-area dd {
		margin: 0;
		padding: 0.5rem;
}
.price-area dt {
		color: #00308C;	
		border-bottom: 1px solid #ddd;
		font-size: 1em;
}
.price-area dd {
		font-size: 0.9em;
}
/*スイミング ------*/
.Fee-Monthly.swimming .row-5 td.column-1 {
		font-size: 0.9em;
		font-weight: 600;
		color: #fff;
		background-color: #3268D0;
		padding: 0.5rem;
		border: 1px solid #3268D0;
}
.course-info .postcontent{
		margin: 1rem 0 0.5rem;
}
.course-info .tab.flex,
.course-info .tab2.flex,
.course-info .tab3.flex{
		flex-wrap: wrap;
		gap: 0.3rem;
}
/*.swimming_class .postcontent,
.tennisschool .postcontent{
margin: 1rem 0 0.5rem;
}*/
/*.swimming_class .swimming.tab.flex,
.tennisschool .tenniss.tab.flex,
.tennisschool .tenniss.tab2.flex,
.tennisschool .tenniss.tab3.flex{
flex-wrap: wrap;
gap: 0.3rem;
}*/
#waters .swimming.tab.flex,
.tennisschool .tenniss.tab.flex, .triathlon .tab.flex, .classical_ballet .tab.flex, .table_tennis .tab.flex, .calligraphy .tab.flex,
.kids_capoeira .tab.flex, .hiphop_dance .tab.flex, .tennis_academy .tab.flex, .football .tab.flex, .soccer_woman .tab.flex,
.tennisschool .tenniss.tab2.flex, .triathlon .tab2.flex, .football .tab2.flex,
.tennisschool .tenniss.tab3.flex, .football .tab3.flex{
		margin-bottom: 4.5rem;
}
/*.swimming_class .swimming.tabContent,
.tennisschool .tenniss.tabContent,
.tennisschool .tenniss.tabContent2,
.tennisschool .tenniss.tabContent3{
border: none;
}*/
/*#Sub_School_info .sub_second-content .swimming li,
#Sub_School_info .sub_second-content .tenniss li,
#Sub_School_info .sub_second-content .triathlon li,*/
#Sub_School_info .course-info .postcontent li{
		list-style: none;
		font-size: 0.85em;
		text-indent: unset;
		letter-spacing: 1px;
		margin-left: unset;
		cursor: pointer;
		padding: 0.5rem;
		border: 1px solid #46bef7;
		background-color: #e3f6ff;
		box-shadow: 2px 2px 2px #d7d7d7;
}
/*#Sub_School_info .sub_second-content .swimming .active,
#Sub_School_info .sub_second-content .tenniss .active,
#Sub_School_info .sub_second-content .triathlon .active,*/
#Sub_School_info .course-info .postcontent .active{
		background-color: #00308C;
		border: 1px solid #2214c8;
		color: #fff;
}
.course-detail {
		margin: 4rem 0 3rem;
}
.course-detail > p {
		margin-bottom: 0.5rem !important;
}
.course-detail dl {
		border: 1px solid #ddd;
		margin-top: 1rem;
}
.course-detail .course-memo {
		margin-top: 1rem;
}
/*フィットネス ----*/
.floor .inner-content.flex {
		flex-wrap: wrap;
		padding: 1.5rem 0 0 0 !important;
		gap: 0.5rem 3rem;
}
.facilities_notices dl {
		margin: 1.5rem 0 2rem 0;
}
.facilities_notices dd {
		font-size: 0.9em;
		margin: 0 0 2rem 0;
}
.tablescroll {
		overflow-x: auto !important;
		overflow-y: hidden !important;
		margin-bottom: 1.5rem;
}
.tablescroll table td{
		white-space: nowrap;
		vertical-align: middle;
}
/*テニス ----------*/
.instructor.flex{
		flex-direction: column;
		align-items: center;
		gap: 1rem;
}
.instructor dt{
		width: 100%;
		margin-bottom: 1rem;
}
.instructor dt span{
		display: inline-block;
		font-size: 0.85em;
		margin-bottom: 1rem;
}
.instructor.flex dd p{
		margin-bottom: 1rem;
}
.instructor.flex figure{
		max-width: 65%;
		width: 100%;
}
.multiple.flex {
		flex-direction: column;
		gap: 1rem;
}
.multiple.flex .instructor.flex {
		width: 100%;
}
.Class-Tenniss.tenniss{
		table-layout: fixed;
		width: 1900px;
}
.Class-Tenniss th {
		font-size: 0.9em;
		color: #fff;
		white-space: nowrap;
		background-color: #00308C !important;
		padding: 0.5rem;
		text-align: center;
		vertical-align: middle;
		border: 1px solid #00308C;
}
.Class-Tenniss.tenniss .row-2,
.Class-Tenniss.tenniss .row-2 .column-1{
		background-color: #f7f7f7;
}
.Class-Tenniss.tenniss .column-1, .Class-Tenniss.tenniss .column-2 {
		background-color: #f7f7f7;
}
.Class-Tenniss.tenniss td {
		font-size: 0.8em;
		padding: 1rem 1.25rem;
		text-align: center;
		border: 1px solid #ddd;
}
#Sub_School_info #announcement .post_list .post_title a{
		font-size: 1.6rem;
}
/*アクセス ----------*/
.access.flex{
		flex-direction: column;
		gap: 2rem 1rem;
}
.access.flex > div{
		width: 100%;
}
/*社長挨拶 ----------*/
.president.float > div {
		padding: 0 1.5rem;
}
.president-photo {
		max-width: 70%;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
}
.signature-date {
		margin: 3rem 0;
}
.signature {
		text-align: right;
}
/*採用情報 ----------*/
.recruit .recruit-content.flex {
		flex-direction: column;
}
/*紹介動画*/
.movie-list{
		flex-wrap: wrap;
		gap: 1.5rem;
		margin: 3rem 0;
}
.movie-list .movie_box{
		width: 100%;
}
.movie-list .movie_box .youtube {
		width: 100%;
		aspect-ratio: 16 / 9;
}
.movie-list .movie_box .youtube iframe {
		width: 100%;
		height: 100%;
}
#Sub_School_info .movie_box h3 {
		font-size: 1.6rem;
		color: #00308C;
		line-height: 1.4;
		background-color: #f7f7f7;
		border-bottom: 1px solid #00308C;
		box-shadow: unset;
		padding: 0.5rem;
}
#Sub_School_info .movie_box h3::first-letter {
		color: #1594a2;
		font-size: 1.3em;
}
/*アクセス -------*/
.access .logo{
		max-width: 85%;
		width: 100%;
		margin: 2rem auto 0;
}
/*ご利用案内----*/
.flex.guide-contentBox {
		gap: 0.5rem;
		align-items: center;
		padding: 1rem;
		flex-direction: column;
}
.guide dd {
		margin: 1rem 0 2rem 0;
}
.guide-content ul li{
		list-style: inside disc;
		text-indent: -1em;
		margin-left: 1em;
}
.flex.guide-contentBox .flex.inner-ctabox {
		flex-direction: column;
}
.guide-contentBox-img, .guide-contentBox-text {
		width: 100%;
}
@media screen and (min-width: 961px){
		.guide-contentBox-img {
				width: 250px;
		}
		.guide-contentBox-text {
				width: calc(100% - (2rem + 250px));
		}
		.flex.guide-contentBox {
				flex-direction: row;
				gap: 2rem;
		}
		.flex.guide-contentBox .flex.inner-ctabox {
				flex-direction: row;
		}
		.flex.guide-contentBox .btn.green.flex a,
		.flex.guide-contentBox .btn.orange.flex a {
				font-size: clamp(14px, 6vw, 16px);
				padding: 1.7rem 0.5rem;
		}
}
@media screen and (min-width: 768px) and (max-width: 960px){
		.guide-contentBox-img {
				width: 250px;
		}
		.guide-contentBox-text {
				width: calc(100% - (2rem + 250px));
		}
		.flex.guide-contentBox {
				flex-direction: row;
		}
		.flex.guide-contentBox .btn.green.flex a,
		.flex.guide-contentBox .btn.orange.flex a {
				font-size: clamp(14px, 6vw, 16px);
				padding: 1.7rem 0.5rem;
		}
}
/*クラブ・スクール案内----*/
.clubschool section{
		padding: 0;
}
.clubschool-area {
		background-color: #F8FCFF;
		padding-bottom: 5rem;
}
.oneday-area {
		background-color: #F1FFF0;
		padding-bottom: 5rem;
}
.fitness-area{
		padding-bottom: 5rem;
}
.clubschool-list.flex{
		flex-direction: column;
		gap: 3rem;
		margin: 2rem 1rem;
}
.clubschool-list.flex li{
		width: 100%;
		border: 1px solid #000;
		padding: 0.5rem;
		position: relative;
		background: #f4f4f4;
		filter: drop-shadow(1px 1px 1px #c4c4c4);
}
#Sub_School_info .clubschool-list.flex li h3{
		box-shadow: unset;
		border: unset;
		background-color: #fff;
		margin-bottom: 0;
}
.clubschool-list.flex a{
		position: relative;
		z-index: 10;
}
.clubschool-list.flex figure{
		filter: drop-shadow(0 0 3px #b5b5b5);
}
.clubschool-list.flex li::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}
/*お問い合わせ*/
.contact #contact-form h2 {
		text-align: center;
		font-size: 1.85rem;
		font-weight: 600;
		margin: 2rem 0;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		padding: 1rem 0;
}
.thanks .form-aera p {
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 20vh;
}
.form-item .checkInput {
		display: block;
		width: 100%;
		background-color: #f7f7f7;
		padding: 1rem;
		margin-top: 1rem;
}
.wpcf7 form .wpcf7-response-output{
		border: unset !important;
		color: #dc3232;
}

/*会社概要*/
.company #Sub_School_info .inner-content.flex {
		flex-direction: column;
}
.company .company-profile table{
		border: 1px solid #00308C;
}
.company .company-profile .column-1 {
		background-color: #00308C;
		color: #fff;
		font-weight: 600;
		vertical-align: middle;
}
.company .company-profile td {
		font-size: 1.4rem;
		padding: 2rem 1.5rem;
}
.Company-history {
		border: 1px solid #ddd;
}
.Company-history .column-1 {
		background-color: #ddd;
		padding: 2rem 1rem;
}
.Company-history .column-2 {
		padding: 2rem;
		background-color: #f9f9f9;
}
#History ul.flex {
		flex-wrap: wrap;
		gap: 2rem 1rem;
		align-items: flex-end;
		justify-content: center;
		margin: 3rem 0;
}
#History ul.flex li {
		width: calc((100% - 2rem) / 3);
}
#History ul.flex li img {
		object-fit: contain;
		max-height: 220px;
}
#History ul.flex li figcaption {
		line-height: 1.4;
		text-align: center;
		font-size: 1.4rem;
		margin-top: 0.5rem;
}
.Membership-campaign {
		font-weight: 600;
		color: #d50654;
		margin: 1.5rem 0 0;
		font-size: 1.2em;
		text-decoration: underline;
}
/*Media Query ---------------------------------*/
@media screen and (max-width: 1240px) {
		.inner {
				max-width: 92%;
		}
		#SCHOOL .content-title, #ONEDAY .content-title, #FITNESS .content-title{
				padding: 2rem 6rem;
		}
}
@media screen and (min-width: 1241px) {
		#School_kids,
		#School_general,
		#Oneday_rental,
		#Fitness_jim{
				padding: 2% calc((100% - 1200px) / 2);
		}
		#SCHOOL .content-title,
		#ONEDAY .content-title,
		#FITNESS .content-title{
				padding: 2rem calc((100% - 1200px) / 2);
		}
		#About_AandA .About_content > .flex {
				flex-direction: unset;
		}
		.About_slide {
				width: 50%;
		}
		.googlemap {
				width: 48%;
		}
}
@media screen and (min-width: 769px) and (max-width: 960px) {
		#SCHOOL .slide, #SCHOOL .School_list,
		#ONEDAY .slide, #ONEDAY .Oneday_list,
		#FITNESS .slide, #FITNESS .School_list{
				width: 100%;
		}
		#ONEDAY .link-panel.flex li {
				max-width: calc((100% - 12px) / 3);
		}
		#FITNESS .Fitness_list {
				width: 100%;
		}
		#FITNESS .title_icon.flex img{
				max-height: 100px;
		}
}
@media screen and (min-width: 961px) {
		#Information .link-panel.flex {
				flex-wrap: nowrap;
		}
		.link-panel.flex li a figure img {
				height: 5vw;
		}
		#SCHOOL .School_content > div {
				flex-direction: unset;
		}
		.School_slide,
		.Oneday_slide,
		.Fitness_slide{
				width:50%;
		}
		#SCHOOL .link-panel.flex li a figure img {
				height: 6.5vw;
		}
		#ONEDAY .link-panel.flex li a figure img {
				height: 5.5vw;
		}
		#FITNESS .link-panel.flex li a figure img {
				height: 5.5vw;
		}
		#ONEDAY .Oneday_content > div,
		#FITNESS .Fitness_content > div{
				flex-direction: unset;
		}
		#FITNESS .Fitness_content > div{
				align-items: center;
		}
		.Oneday_list {
				width: 48%;
		}
		#SCHOOL .title_icon.flex, #ONEDAY .title_icon.flex, #FITNESS .title_icon.flex {
				width: 30%;
		}
		.title_icon.flex img {
				height: 8vh;
		}
		#SCHOOL .content-title h2, #ONEDAY .content-title h2, #FITNESS .content-title h2 {
				font-size: clamp(5rem, calc(5rem + 0.625vw), 7rem);
		}
		/* About ---------------*/
		#About .top-About {
				max-width: 65%;
				margin: 0 auto;
		}
		#About_AandA .top-About .column-1,
		#About_AandA .top-About .column-2{
				display: table-cell;
		}
		#About_AandA .top-About .column-1{
				width: 40%;
		}
		#About_AandA .top-About .column-2{
				width: 60%;
		}
		/* SNS ---------------*/
		.Sns_content.flex {
				flex-direction: row;
				gap: 5rem;
		}
}
@media screen and (min-width: 769px) {
		.campaign_slide{
				max-width: 700px;
		}
		/* 下層ページ -------------*/
		.only_sp {
				display: none;
		}
		.sub_first-content > div {
				width: calc((100% - 2rem) / 2);
		}
		.sub_first-content.flex {
				flex-direction: row;
				justify-content: space-between;
				gap: 2rem;
		}
		.sub_first-content .text-area ul{
				width: 100%;
				gap: 1rem;
				flex-direction: row;
				flex-wrap: wrap;
		}
		.sub_first-content .text-area .flex.list3 li{
				width: calc((100% - 1rem) / 2);
		}
		.course-detail .course-info{
				margin-top: 1.5rem;
		}
		.course-detail {
				display: flex;
				flex-wrap: wrap;
				align-items: flex-start;
				gap: 2rem;
		}
		.course-detail h4 {
				width: 100%;
		}
		.course-detail .course-image,
		.course-detail .course-info {
				width: calc((100% - 2rem) / 2);
		}
		.instructor.flex{
				flex-direction: row;
		}
		.instructor.flex dt{
				width: auto;
		}
		.instructor.flex figure{
				max-width: 300px;
		}
		.multiple.flex {
				flex-direction: row;
				gap: 1rem;
		}
		.multiple.flex .instructor.flex {
				width: calc((100% - 1rem) / 2);
		}
		.multiple.flex .instructor.flex figure{
				max-width: 200px;
		}
		#Details-info .facilities_img.flex.column_1 > div,
		#Details-info .facilities_img.flex.column_2over > div,
		#training-gym .facilities_img.flex.column_1 > div,
		#training-gym .facilities_img.flex.column_2over > div{
				max-width: calc((100% - 1rem) / 3);
				width: 100%;
		}
		.access.flex{
				flex-direction: row;
		}
		.access.flex > div{
				width: calc((100% - 1rem) / 2);
		}
		/*クラブ・スクール案内*/
		.clubschool-list.flex{
				flex-direction: row;
				flex-wrap: wrap;
		}
		.clubschool-list.flex li{
				width: calc((100% - 6rem) / 3);
		}
		/*紹介動画*/
		.movie-list .movie_box{
				width: calc((100% - 1.5rem) / 2);
		}
		/*社長挨拶*/
		.president-photo{
				max-width: 300px;
				float: left;
				padding: 0 1.5rem 1.5rem 0;
		}
		/*アクセス*/
		.access .logo{
				max-width: 500px;
		}
		/*お問い合わせ*/
		.contact #contact-form > p {
				text-align: center;
				margin: 3rem 0;
		}
		/*会社概要*/
		.company #Sub_School_info .inner-content.flex {
				flex-direction: row-reverse;
				gap: 1rem;
		}
		.company-photo, .company-profile {
				width: calc((100% - 1rem) / 2);
		}

}
@media screen and (max-width: 768px) {
		.only_pc{
				display: none;
		}
		#FITNESS .title_icon.flex img{
				max-height: 6vh;
		}
		#ONEDAY .Oneday_list {
				width: 100%;
		}
		#ONEDAY .link-panel.flex li {
				/*width: 100%;*/
				max-width: calc((100% - 12px) / 3);
		}
		#FITNESS .Fitness_list {
				width: 100%;
		}
		#content {
				margin-top: 55px;
		}
		/* Contact -------------*/
		.form-area {
				max-width: 100%;
				padding: 1rem 0;
		}
		#SCHOOL .School_list .link-panel li {
				max-width: calc((100% - 16px) / 5);
				text-align: center;
		}
		.link-panel.flex {
				justify-content: flex-start;
		}
}
@media screen and (max-width: 640px) {
		#SCHOOL .content-title, #ONEDAY .content-title, #FITNESS .content-title {
				padding: 2rem 3rem;
		}
		#History ul.flex li {
				width: calc((100% - 1rem) / 2);
		}
}
@media screen and (max-width: 480px) {
		#SCHOOL .School_list .link-panel li {
				max-width: calc((100% - 8px) / 3);
		}
		#FITNESS .title_icon.flex img{
				max-height: 4vh;
		}
		dd {
				font-size: 1.5rem;
		}
		.subpage-head-content h1{
				font-size: 2.4rem;
		}
		.home .post_title a {
				font-size: 1.6rem;
				margin-top: 0.5rem;
				line-height: 1.4;
		}
		.home .post_date{
				font-size: 0.85em;
		}
		/* Contact -------------*/
		.wpcf7-checkbox span {
				font-size: 1.6rem;
		}
		.form-area .select_wrapper{
				max-width: 90%;
		}
		.wpcf7-form-control.wpcf7-submit.has-spinner{
				width: 85%;
		}
		.form-submit-area {
				max-width: 100%;
		}
		.form-submit-area p {
				font-size: 1.5rem;
				text-align: left !important;
		}
}
@media screen and (min-width: 501px) {
		.br_sp {
				display: none !important;
		}
		.flex.inner-ctabox {
				flex-direction: row;
		}
		/*CTA ---*/
		#Sub_School_application h3{
				font-size: clamp(20px, 6vw, 30px);
		}
		#Sub_School_application span{
				text-align: center;
		}
		.btn.green.flex a{
				font-size: clamp(20px, 6vw, 22px);
		}
		.contact #contact-form h2 {
				text-align: center;
				font-size: clamp(20px, 6vw, 30px);
		}
}
.link_cta {
		display: inline-block;
		margin: 1rem 0 0;
		color: #fff !important;
		background-color: #00C700;
		padding: 0.5rem 1.5rem;
		font-weight: 600;
		border-radius: 10px;
		line-height: 1.6;
}
.fitness-ticket {
		font-size: 0.9em;
		display: inline-block;
		margin: 1rem 0 1rem -1rem !important;
		color: #fff !important;
		background-color: #C1BE09;
		padding: 0.5rem 1.5rem;
		font-weight: 600;
		border-radius: 10px;
		line-height: 1.6;
		text-indent: initial;
}
.awareness-poster {
		max-width: 400px;
		width: 100%;
		margin: 1.5rem auto 3rem;
}

/*投稿*/
.single .subpage-head-content.inner h1 {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
}
.single .entry-content {
		padding: 3rem 0;
}
.single .entry-content img {
		max-width: 360px;
		margin: 0 auto;
}
.single .entry-content > div {
		display: flex;
		justify-content: center;
		flex-direction: column;
}
.single .entry-content .post-first-content {
		font-weight: 600;
		font-size: 1.1em;
}

.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6{
		font-weight:600;
		line-height: 1.4;
		margin: 1rem 0;
}
.single .entry-content h2 {
		font-size: 1.5em;
		color: #fff;
		background-color: #00308C;
		padding: 0.5rem;
}
.single .entry-content h3 {
		font-size: 1.4em;
		border-left: 3px solid #00308C;
		padding: 0 0.5rem;
}
.single .entry-content h4{
		font-size: 1.3em;
		border-bottom: 1px solid #00308C;
}
.single .entry-content h5{
		font-size: 1.2em;
}
.single .entry-content h6{
		font-size: 1.1em;
}
.single .entry-content table th {
		border: 1px solid #333;
		background-color: #00308C;
		color: #fff;
		padding: 1rem 0.5rem;
		font-weight: 600;
		letter-spacing: 2px;
}
.single .entry-content table td {
		border: 1px solid #333;
		padding: 0.5rem;
}
.single .entry-content ul {
		padding-left: 2rem;
		list-style: disc;
}
.single .entry-content ol {
		padding-left: 3rem;
		list-style: decimal-leading-zero;
}
.single .entry-content em {
		font-style: italic;
}
.single .entry-content p + p {
		margin-top: 0;
}
.single .entry-content pre {
		white-space: normal;
}
.single .entry-content strong {
		font-weight: 600;
		font-size: 1.025em;
}
.single .entry-content a {
		color: #00308C;
		display: inline-block;
		position: relative;
		border-bottom: 1px solid #00308C;
		padding-left: 2.25rem;
		padding-right: 0.5rem;
}
.single .entry-content a::before {
		content: "";
		background: center center/cover no-repeat url(https://aanda-sports.co.jp/wp-content/uploads/icon_link.svg);
		width: 1.25rem;
		height: 1.25rem;
		display: block;
		position: absolute;
		left: 0.25rem;
		top: 50%;
		transform: translateY(-50%);
}
.single .entry-content dl {
		border: 1px solid #333;
		padding: 2rem;
		margin-top: 2rem;
}
.single .entry-content dl dd {
		margin-bottom: 2rem;
		margin-left: 1rem;
		border-bottom: 1px solid #aaa;
		padding-bottom: 1rem;
		margin-top: 0.5rem;
}
.single .entry-content dl dd:last-child {
		margin-bottom: 0;
}
.single .entry-content dl dd a {
		border-bottom: unset;
}

@media screen and (max-width:480px){
		.single .entry-content .single .entry-content img {
				max-width: 100%;
		}
		.single .entry-content dl dd a {
				padding-left: 2rem;
		}
		.single .entry-content a::before {
				width: 1rem;
				height: 1rem;
		}
		.single .entry-content dl {
				border: 1px solid #333;
				padding: 1.5rem 1rem 1.5rem 0;
		}
		.single .entry-content dl dt {
				font-size: 0.85em;
		}
		.single .entry-content dl dd {
				padding-bottom: 1.5rem;
				margin-top: 1rem;
		}
}
@media screen and (max-width:480px){
		#Sub_School_info #announcement .post_list{
				padding: 0;
		}
		#Sub_School_info #announcement li {
				padding: 10px 0;
		}
		#Sub_School_info #announcement .post_list .post_title a{
				font-size: 1.4rem;
		}
}
.archive .post-box,
.blog .post-box {
		border-bottom: 1px solid #ddd;
		padding-bottom: 1rem;
}
ul.page-numbers {
		display: flex;
		margin: 2rem 1rem;
		gap: 1rem;
		align-items: center;
		justify-content: center;
}
li a.page-numbers {
		padding: 0 1rem;
		display: inline-block;
		border: 1px solid #ddd;
		background-color: #f9f9f9;
}
li .page-numbers.current {
		background-color: #00308C;
		color: #fff;
		padding: 0 1rem;
}
/*プライバシーポリシー*/
.policy {
		margin: 5rem 0;
}
.policy dt {
		margin-bottom: 0.5rem;
		border-left: 4px solid #00308C;
		padding: 0.5rem 0.75rem 0.5rem;
		background-color: #f7f7f7;
}
.policy dd {
		margin-bottom: 3rem;
		margin-left: 0;
		padding: 0 0.25rem;
}
/*POPUP*/
#popup-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#popup-content {
  position: relative;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  max-width: 550px;
}

#popup-content img {
  max-width: 100%;
  height: auto;
}

#popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  cursor: pointer;
}