@charset "utf-8";

.h2_title{
	background: #fffdef;
	background-size: 100%;
	background-position: top;
	position: relative;
}

.h2_title.field{ background: url(../img/title/field.jpg) no-repeat right #fffdef; }
.h2_title.classroom{ background: url(../img/title/classroom.jpg) no-repeat right #fffdef; }
.h2_title.coach{ background: url(../img/title/coach.jpg) no-repeat right #fffdef; }


@media screen and ( max-width: 1920px ){

	.h2_title.field{ background: url(../img/title/field.jpg) no-repeat right #fffdef; background-position: left 38vw top; }
	.h2_title.classroom{ background: url(../img/title/classroom.jpg) no-repeat right #fffdef; background-position: left 38vw top; }
	.h2_title.coach{ background: url(../img/title/coach.jpg) no-repeat right #fffdef; background-position: left 38vw top; }
	.h2_title.contact{ background: url(../img/title/contact.jpg) no-repeat right #fffdef; background-position: left 38vw top; }
	.h2_title.policy{ background: url(../img/title/policy.jpg) no-repeat right #fffdef; background-position: left 38vw top; }
	.h2_title.sitemap{ background: url(../img/title/sitemap.jpg) no-repeat right #fffdef; background-position: left 38vw top; }

}

@media screen and ( max-width: 1440px ){

}

@media screen and ( max-width: 1180px ){

	.h2_title.field{ background: url(../img/title/field.jpg) no-repeat right #fffdef; background-position: left 35vw top; background-size: auto 22vw; }
	.h2_title.classroom{ background: url(../img/title/classroom.jpg) no-repeat right #fffdef; background-position: left 35vw top; background-size: auto 22vw; }
	.h2_title.coach{ background: url(../img/title/coach.jpg) no-repeat right #fffdef; background-position: left 35vw top; background-size: auto 22vw; }
	.h2_title.contact{ background: url(../img/title/contact.jpg) no-repeat right #fffdef; background-position: left 35vw top; background-size: auto 22vw; }
	.h2_title.policy{ background: url(../img/title/policy.jpg) no-repeat right #fffdef; background-position: left 35vw top; background-size: auto 22vw; }
	.h2_title.sitemap{ background: url(../img/title/sitemap.jpg) no-repeat right #fffdef; background-position: left 35vw top; background-size: auto 22vw; }

}

@media screen and ( max-width: 767px ){

	.h2_title.field{ background: url(../img/title/field_sp.jpg) no-repeat right #fffdef; background-position: left 40vw top; background-size: auto 40vw; }
	.h2_title.classroom{ background: url(../img/title/classroom_sp.jpg) no-repeat right #fffdef; background-position: left 40vw top; background-size: auto 40vw; }
	.h2_title.coach{ background: url(../img/title/coach_sp.jpg) no-repeat right #fffdef; background-position: left 40vw top; background-size: auto 40vw; }
	.h2_title.contact{ background: url(../img/title/contact_sp.jpg) no-repeat right #fffdef; background-position: left 40vw top; background-size: auto 40vw; }
	.h2_title.contact h2{ font-size: 6.5vw; }
	.h2_title.policy{ background: url(../img/title/policy_sp.jpg) no-repeat right #fffdef; background-position: left 40vw top; background-size: auto 40vw; }
	.h2_title.policy h2{ font-size: 7vw; }
	.h2_title.sitemap{ background: url(../img/title/sitemap_sp.jpg) no-repeat right #fffdef; background-position: left 40vw top; background-size: auto 40vw; }

}

@media screen and ( max-width: 559px ){

	.h2_title{
		background-position: center top;
		background: url(../img/h2_bg_sp.png) no-repeat #0055b4;
		background-size: cover;
	}

	/* .h2_title::after{
		content: url(../img/h2_bg_item.png);
		position: absolute;
		top: -6.5rem;
		right: -7rem;
		transform: scale(0.4);
	} */

}

.h2_title div{
	max-width: 120rem;
	margin-left: auto;
	margin-right: auto;
	
	display: flex;
	align-items: center;
	justify-content: left;
	height: 30rem;
}

.h2_title div h2{
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 6rem;
	line-height: 1;
	font-weight: bold;
	color: #11a395;
	margin-left: 5rem;
	margin-bottom: 0;
}

.h2_title div h2 span{
	color: #c52164;
}

@media screen and ( max-width:1260px ){

	.h2_title div h2{
		
	}

}

@media screen and ( max-width: 1180px ){

	.h2_title div {
		height: 22vw;
	}

	.h2_title div h2{
		font-size: 4.5vw;
	}

}

@media screen and ( max-width: 768px ){

	.h2_title div h2{
		/*font-size: 4rem;*/
	}

}

@media screen and ( max-width: 559px ){

	.h2_title div h2 {
		font-size: 3rem;
		margin-left: 2rem;
		width: 100%;
	}
	
	.h2_title div h2 span {
		
	}

	.h2_title div{
		height: 15rem;
	}

}

/*---------------------------------------------------------------------------------------------*/

.h3_subtitle{
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 3rem;
}

.h3_text{
	line-height: 2;
	margin-bottom: 6rem;
}

.h3_text p{
	
}

.h3_text p.small{
	line-height: 1.5;
}

.h3_text p.annotation{
	font-size: 1.4rem;
}

@media screen and ( max-width: 820px ){

	.h3_text{
		margin-bottom: 4rem;
	}

}

@media screen and ( max-width: 767px ){

	.h3_subtitle {
		font-size: 2.2rem;
		margin-bottom: 2rem;
	}

	.h3_text {
		font-size: 1.4rem;
	}

}

/*---------------------------------------------------------------------------------------------*/

@media screen and ( max-width: 767px ){

	.head .logo {
		max-width: 23rem;
	}

}

/*---------------------------------------------------------------------------------------------*/

@media screen and ( max-width: 767px ){

	.higokagami_about .text_area {
		background: #fff8cc;
		margin-top: 10rem;
		padding-top: 2rem;
		padding-left: 1.6rem;
		padding-right: 1.6rem;
		padding-bottom: 3rem;
		max-width: 100rem;
		width: 100%;
	}

	.higokagami_about .text_area .title {
		position: absolute;
		font-size: 7.5vw;
		margin-top: -9.5rem;
		margin-bottom: 4rem;
	}

}

/*---------------------------------------------------------------------------------------------*/

@media screen and ( max-width: 767px ){

	section.class .h3_title {
		padding-top: 0;
		margin-bottom: 5rem;
	}

}

/*---------------------------------------------------------------------------------------------*/

@media screen and ( max-width: 767px ){

	.footer_banner {
		margin-top: 0;
	}

}

/*---------------------------------------------------------------------------------------------*/

.content section.pd0{
	padding-top: 0;
	padding-bottom: 0;
}

.content section.pd100{
	padding-top: 10rem;
	padding-bottom: 10rem;
}

@media screen and ( max-width: 1180px ){

	.content section {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

	.content section.pd100{
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

}

@media screen and ( max-width: 767px ){

	.content section {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

	.content section.pd100{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.content section.pd100.equipment_area{
		padding-left: 0;
		padding-right: 0;
	}

}

/*---------------------------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------------------------*/

@media screen and ( max-width: 1180px ){

	.left_image_contents .image {
		width: 50vw;
	}

	.right_image_contents .image {
		width: 50vw;
	}

}

@media screen and ( max-width: 1024px ){

	.left_image_contents .text, .right_image_contents .text {
		width: 50%;
    }

	.left_image_contents .image {
		width: 40vw;
	}

	.right_image_contents .image {
		width: 40vw;
	}

	.right_image_contents .text h4 + p.bottom8 {
		margin-bottom: 4rem;
	}

	.right_image_contents.bottom .text {
		width: 92%;
	}

}

@media screen and ( max-width: 820px ){

	.left_image_contents,
	.right_image_contents {
		flex-wrap: wrap;
		justify-content: center;
	}

	.left_image_contents .image {
		width: 90vw;
		margin-bottom: 5rem;
	}

	.right_image_contents .image {
		width: 90vw;
		margin-bottom: 5rem;
	}

	.left_image_contents .text,
	.right_image_contents .text {
		width: 90vw;
	}

	.left_image_contents .text h4 {
		font-size: 2.2rem;
		margin-bottom: 2rem;
		line-height: 1.5;
	}

	.right_image_contents .text h4 + p {
		font-size: 1.6rem;
		margin-bottom: 3rem;
	}

	.top_feature li {
		width: 49%;
		padding-left: 1rem;
		font-size: 2.2vw;
		height: 4.2rem;
	}

}

@media screen and ( max-width: 559px ){

	.left_image_contents .text h4 {
		font-size: 2.0rem;
	}

	.right_image_contents .text h4 + p {
		font-size: 1.4rem;
	}

	.top_feature li {
		font-size: 2.9vw;
	}

}

/*---------------------------------------------------------------------------------------------*/

@media screen and ( max-width: 559px ){

	.news_list li {
		width: 100%;
	}

}

/*---------------------------------------------------------------------------------------------*/

@media screen and ( max-width: 820px ){

	.schedule_area {
		width: 100%;
	}

	.schedule_area .left {
		width: 100%;
	}

	.schedule_area .left .pc{
		display: none;
	}

	.schedule_area .left .h3_title{
		text-align: center;
	}

	.schedule_area .right {
		width: 100%;
		margin-bottom: 4rem;
	}

	.schedule_area .sp {
		display: block;
		width: 100%;
		text-align: center;
	}

}

/*---------------------------------------------------------------------------------------------*/

@media screen and ( max-width: 1180px ){

	.content.reception section {
		padding-top: 2rem;
		padding-bottom: 3rem;
	}

	.content.reception section .reception_area .left {
		width: 35%;
	}

	.content.reception section .reception_area .right .title .sp {
		display: block;
	}

	.content.reception section .reception_area .right .bt.right {
		margin-right: 0;
	}

}

@media screen and ( max-width: 820px ){

	.content.reception section .reception_area .left {
		width: 50%;
	}


	.content.reception section .reception_area .right .title {
		margin-bottom: 2rem;
	}

	.content.reception section .reception_area .right .title img {
		right: -1rem;
		top: -11rem;
	}

}

@media screen and ( max-width: 767px ){

	.content.reception section .reception_area .left {
		position: absolute;
		width: 30%;
		margin-top: -18vw;
		margin-bottom: 0;
		margin-left: -2vw;
	}

	.content.reception section .reception_area .right {
		margin-right: 0rem;
		width: 100%;
	}

	.content.reception section .reception_area .right .title {
		padding-left: 32vw;
	}

	.content.reception section .reception_area .right .title img {
		top: -5rem;
		right: -1rem;
		position: absolute;
	}

}

/*---------------------------------------------------------------------------------------------*/

@media screen and ( max-width: 1024px ){

	.contact_bar .inside .call {
		width: 50%;
	}

	.contact_bar .inside .call > div {
		margin-right: 0;
		margin-bottom: 1rem;
	}

}

@media screen and ( max-width: 820px ){

	.contact_bar .inside .call a {
		font-size: 4.2rem;
	}

	.contact_bar .inside .call a i {
		font-size: 4.0rem;
	}

}

@media screen and ( max-width: 767px ){

	.contact_bar .inside .call {
		width: 100%;
		margin-bottom: 3rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.contact_bar .bt.left {
		margin-left: auto;
		margin-right: auto;
	}

}

/*---------------------------------------------------------------------------------------------*/

.footer .footer_area ul.footer_link {
	min-width: 56rem;
}

@media screen and ( max-width: 820px ){

	.footer .footer_area ul.footer_link {
		min-width: 50rem;
	}

	.footer .footer_area ul.footer_data > li:last-child {
		width: auto;
	}

}

@media screen and ( max-width: 767px ){

	.footer_link {
		margin: 0;
	}

	.footer .footer_area ul.footer_link.lineup li {
		margin: 0;
	}

	.footer .footer_area ul.footer_link {
		min-width: auto;
		padding-top: 0;
		padding-bottom: 0;
	}

	.footer .footer_area ul.footer_data > li:last-child {
		margin-right: auto;
		margin-left: auto;
    }

}

/*---------------------------------------------------------------------------------------------*/

.equipment{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.equipment li{
	align-content: end;
}

.equipment li:nth-child(1){ width: 26%; margin-bottom: 2rem; }
.equipment li:nth-child(2){ width: 23.6%; margin-bottom: 2rem; }
.equipment li:nth-child(3){ width: 43%; margin-bottom: 2rem; }
.equipment li:nth-child(4){ width: 35%; }
.equipment li:nth-child(5){ width: 21.7%; }
.equipment li:nth-child(6){ width: 34%; }

.equipment li img{

}

@media screen and ( max-width: 767px ){

	.equipment li:nth-child(1){ width: 45%; margin-bottom: 2rem; }
	.equipment li:nth-child(2){ width: 41%; margin-bottom: 2rem; }
	.equipment li:nth-child(3){ width: 42%; margin-bottom: 2rem; }
	.equipment li:nth-child(4){ width: 50%; }
	.equipment li:nth-child(5){ width: 40%; }
	.equipment li:nth-child(6){ width: 53%; }

}

@media screen and ( max-width: 559px ){

	.equipment{
		display: none;
	}

}

/*---------------------------------------------------------------------------------------------*/

.field_gallery{
	
}

.field_gallery > li{
	margin-bottom: 4rem;
}

.field_gallery > li .title{
	font-size: 3rem;
	font-weight: bold;
	display: flex;
	align-items: baseline;
	margin-bottom: 1rem;
}

.field_gallery > li .title div{
	margin-right: 5rem;
	color: #f5a321;
}

.field_gallery > li .title div span{
	color: #0154b4;
}

.field_gallery > li .title p{
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 2;
}

.field_gallery > li .image{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.field_gallery li.exterior .image li:nth-child(1){
	width: 66.5%;
}

.field_gallery li.exterior .image li:nth-child(2){
	width: 31.5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.field_gallery li.exterior .image li:nth-child(2) div:nth-child(1){
	width: 100%;
	margin-bottom: 5%;
}

.field_gallery li.exterior .image li:nth-child(2) div:nth-child(2){
	width: 47%;
}

.field_gallery li.exterior .image li:nth-child(2) div:nth-child(3){
	width: 47%;
}

@media screen and ( max-width: 820px ){

	.field_gallery > li .title {
		margin-bottom: 2rem;
		flex-wrap: wrap;
	}

	.field_gallery > li .title div {
		width: 100%;
		margin-right: 0;
	}

}


@media screen and ( max-width: 767px ){

	.field_gallery li.exterior .image li:nth-child(1){
		width: 100%;
		margin-bottom: 1rem;
	}

	.field_gallery li.exterior .image li:nth-child(2){
		width: 100%;
	}

	.field_gallery li.exterior .image li:nth-child(2) div:nth-child(1) {
		display: none;
	}

	.field_gallery li.exterior .image li:nth-child(2) div:nth-child(2){
		width: 48.5%;
	}

	.field_gallery li.exterior .image li:nth-child(2) div:nth-child(3){
		width: 48.5%;
	}

	.field_gallery > li .title p{
		font-size: 1.4rem;
	}

}

/*-----*/

.field_gallery li.interior .image li:nth-child(1){
	width: 47.5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.field_gallery li.interior .image li:nth-child(1) div:nth-child(1){
	width: 100%;
	margin-bottom: 5%;
}

.field_gallery li.interior .image li:nth-child(1) div:nth-child(2){
	width: 61%;
}

.field_gallery li.interior .image li:nth-child(1) div:nth-child(3){
	width: 34%;
}

.field_gallery li.interior .image li:nth-child(2){
	width: 50.5%;
}

@media screen and ( max-width: 767px ){

	.field_gallery li.interior .image{

	}

	.field_gallery li.interior .image li:nth-child(1){
		width: 100%;
		/* margin-bottom: 1rem; */
		margin-bottom: 0;
	}

	.field_gallery li.interior .image li:nth-child(1) div:nth-child(1){
		margin-bottom: 1rem;
	}

	.field_gallery li.interior .image li:nth-child(1) div:nth-child(2){
		width: 62%;
		display: none;
	}

	.field_gallery li.interior .image li:nth-child(1) div:nth-child(3){
		width: 35%;
		display: none;
	}

	.field_gallery li.interior .image li:nth-child(2){
		width: 100%;

		height: 51vw;
		border-radius: 1rem;
		overflow: hidden;
	}


}

/*-----*/

.field_gallery li.landscape .image li:nth-child(1){
	width: 32.5%;
}

.field_gallery li.landscape .image li:nth-child(2){
	width: 32.5%;
}


.field_gallery li.landscape .image li:nth-child(3){
	width: 31.7%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.field_gallery li.landscape .image li:nth-child(3) div:nth-child(1){
	width: 100%;
	margin-bottom: 5%;
}

.field_gallery li.landscape .image li:nth-child(3) div:nth-child(2){
	width: 47%;
}

.field_gallery li.landscape .image li:nth-child(3) div:nth-child(3){
	width: 47%;
}

@media screen and ( max-width: 767px ){

	.field_gallery li.landscape .image li:nth-child(1){
		width: 48.5%;
		margin-bottom: 1rem;
	}

	.field_gallery li.landscape .image li:nth-child(2){
		width: 48.5%;
		margin-bottom: 1rem;
	}

	.field_gallery li.landscape .image li:nth-child(3){
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.field_gallery li.landscape .image li:nth-child(3) div:nth-child(1){
		width: 100%;
		margin-bottom: 1rem;
	}

	.field_gallery li.landscape .image li:nth-child(3) div:nth-child(2){
		width: 48.5%;
	}

	.field_gallery li.landscape .image li:nth-child(3) div:nth-child(3){
		width: 48.5%;
	}

	.field_gallery > li .title div {
		font-size: 2.5rem;
		margin-bottom: 1rem;
	}

}

/*---------------------------------------------------------------------------------------------*/

.content.class_area{
	position: relative;
}

.content.class_area::before{
	content: '';
	position: absolute;
	width: 34vw;
	height: 1rem;
	top: 10rem;
	left: 0;
	border-radius: 0 1rem 1rem 0;
	z-index: 0;
}
.content.class01::before{ background: #9acd2e; }
.content.class02::before{ background: #7acbe6; }
.content.class03::before{ background: #efae47; }
.content.class04::before{ background: #f56684; }

.content.class_area::after{
	content: '';
	position: absolute;
	width: 40vw;
	height: 14rem;
	top: 24rem;
	right: 0;
	border-radius: 2rem 0 0 2rem;
	z-index: 0;
}
.content.class01::after{ background: #9acd2e; }
.content.class02::after{ background: #7acbe6; }
.content.class03::after{ background: #efae47; }
.content.class04::after{ background: #f56684; }

@media screen and ( max-width: 1180px ){

	.content.class_area::after {
		top: 20rem;
	}

}

@media screen and ( max-width: 1024px ){

	.content.class_area::after {
		top: 16rem;
	}

}

@media screen and ( max-width: 820px ){

	.content.class_area::after {
		top: 12rem;
	}

}

@media screen and ( max-width: 767px ){

	.content.class_area::after {
		/* top: 21rem; */
		top: 52vw;
	}

}

section.class{
	display: flex;
	justify-content: space-between;
	position: relative;
}

section.class .text{
	width: 50%;
}

section.class .image{
	width: 42%;
	position: relative;
	z-index: 1;
}

section.class .image .image04_sub{
	position: absolute;
	top: 8rem;
	left: -5rem;
	width: 27rem;
}

section.class .table_area{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

@media screen and ( max-width: 1180px ){

	section.class .table_area{
		flex-wrap: wrap;
	}

}

@media screen and ( max-width: 767px ){

	section.class{
		flex-wrap: wrap;
	}

	section.class .text {
		width: 100%;
	}

	section.class .image {
		width: 100%;
		margin-bottom: 4rem;
	}

	.class04 section.class .image {
		margin-bottom: 6rem;
	}

	section.class .image .image04_sub {
		width: 18rem;
		top: 7rem;
		left: -2rem;
	}

	.content.class_area::before {
		width: 50vw;
		top: 7rem;
	}

}

section.class .table_area.class02{
	
}

section.class .table_area.class02.bottom{
	justify-content: left;
}

@media screen and ( max-width: 1180px ){

	section.class .table_area.class02 .left{
		width: 100%;
		margin-bottom: 4rem;
	}

	section.class .table_area.class02 .left .flex div{
		width: 50%;
	}

	section.class .table_area.class02 .right{
		width: 100%;
	}

	section.class .table_area.class02 .right .flex div{
		width: 50%;
	}

}

@media screen and ( max-width: 820px ){

	section.class .table_area.class02 .left .flex div.up_area{
		width: 45%;
	}

	section.class .table_area.class02 .left .flex div.down_area{
		width: 55%;
	}

	section.class .table_area.class02 .right .flex div:first-child{
		width: 45%;
	}

	section.class .table_area.class02 .right .flex div:last-child{
		width: 55%;
	}

}

@media screen and ( max-width: 767px ){

	section.class .table_area.class02 .left .flex div,
	section.class .table_area.class02 .right .flex div{
		width: 100%;
		margin-right: 0;
	}

	section.class .table_area.class02 .left .flex div:first-child,
	section.class .table_area.class02 .right .flex div:first-child {
		margin-bottom: 4rem;
	}
	
	section.class .table_area.class02 .left .flex div.up_area,
	section.class .table_area.class02 .left .flex div.down_area,
	section.class .table_area.class02 .right .flex div:first-child,
	section.class .table_area.class02 .right .flex div:last-child{
		width: 100%;
	}

}

section.class .table_area.class03.bottom{
	justify-content: left;
}

section.class .table_area.class02.bottom .left{
	margin-right: 10rem;
}

section.class .table_area.class03.bottom .left{
	margin-right: 10rem;
}

section.class .table_area .title{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 3rem;
}

section.class .table_area .flex{
	display: flex;
}

section.class .table_area .reinforcement{
	/* line-height: 2; */
}

section.class .table_area .flex div{
	margin-right: 2rem;
}

@media screen and ( max-width: 1180px ){

	section.class .table_area.class02.bottom .left{
		/* margin-right: 0rem; */
		margin-right: 3rem;
		width: 48%;
	}

	section.class .table_area.class02.bottom .right{
		width: 45%;
	}

	section.class .table_area.class03.bottom .left{
		margin-right: 10rem;
	}

}

@media screen and ( max-width: 820px ){

	section.class .table_area.class02.bottom .left{
		width: 60%;
	}

	section.class .table_area.class02.bottom .right{
		width: 35%;
	}

	section.class .table_area.class03.bottom .left{
		width: 100%;
		margin-right: 0;
		margin-bottom: 5rem;
	}

	section.class .table_area.class03.bottom .right{
		width: 100%;
	}

	section.class .table_area.class03 .flex div:first-child{
		width: 45%;
	}

	section.class .table_area.class03 .flex div:last-child{
		width: 55%;
	}

}

@media screen and ( max-width: 767px ){

	section.class .table_area .flex {
		flex-wrap: wrap;
	}

	section.class .table_area .flex div {
		margin-right: 0;
	}

	section.class .table_area.class02.bottom {
		margin-top: 1.5rem;
	}

	section.class .table_area.class02.bottom .left{
		margin-right: 0rem;
		width: 100%;
	}

	section.class .table_area.class02.bottom .right{
		width: 100%;
	}

	section.class .table_area.class03 .left .flex div:first-child {
		margin-bottom: 4rem;
	}


	section.class .table_area.class03.bottom .left {
		margin-right: 0;
	}

	section.class .table_area.class03 .flex div:first-child{
		width: 100%;
	}

	section.class .table_area.class03 .flex div:last-child{
		width: 100%;
	}

	section.class .table_area .title{
		margin-bottom: 2rem;
	}

}

section.class .table_area .flex div:last-child{
	margin-right: 0;
}

section.class .table_area table{
	width: 100%;
	border-top: 0.1rem solid #d4d4d4;
	border-left: 0.1rem solid #d4d4d4;
}

section.class .table_area table + p{
	margin-top: 1rem;
}

section.class .table_area p small{
	display: flex;
	font-weight: bold;
}

section.class .table_area.class01 table.price{
	margin-top: 6rem;
}

section.class .table_area table th{
	background: #666;
	color: #fff;
	padding: 1rem 2rem;
	border-right: 0.1rem solid #d4d4d4;
	border-bottom: 0.1rem solid #d4d4d4;
	text-align: center;
}

section.class .table_area table td{
	padding: 1rem 1.5rem;
	border-right: 0.1rem solid #d4d4d4;
	border-bottom: 0.1rem solid #d4d4d4;
	text-align: center;
}

section.class .table_area table .w td{
	height: 9rem;
}

section.class .table_area table.price td{
	padding: 1.9rem 2rem;
}

section.class .table_area table.price td{
	padding: 1.9rem 2rem;
}

section.class .table_area table.price td.year{
	padding: 1.9rem 2rem;
	background: #fff8cc;
}

section.class .table_area.class01 table th{
	background: #9acd2e;
}

section.class .table_area.class02 table th{
	background: #7acbe6;
}

section.class .table_area.class03 table th{
	background: #efae47;
}

section.class .table_area.class04 table th{
	background: #f56684;
}

section.class .table_area.class04 table td{
	background: #fff;
}

section.class .table_area.class04 .right table td{
	height: 6.7rem;
}

@media screen and ( max-width: 767px ){

	section.class .table_area table td {
		padding: 0.7rem 1.0rem;
		font-size: 1.4rem;
	}

	section.class .table_area.class01 table.price{
		margin-top: 4rem;
	}

	section.class .table_area table.price td.year {
		padding: 0.7rem 1rem;
	}

	section.class .table_area table.price td {
		padding: 0.7rem 1rem;
	}

	section.class .table_area table .w td {
		height: auto;
	}

	section.class .table_area.class04 .right table td {
		height: auto;
	}

}

/*------------*/

section.class .table_area.class01 .left{
	width: 58%;
}

section.class .table_area.class01 .right{
	width: 35%;
}

@media screen and ( max-width: 767px ){

	section.class .table_area.class01 .left {
		width: 100%;
	}

	section.class .table_area.class01 .right {
		width: 100%;
	}

}

/*-----*/

section.class .table_area.class04 .left{
	width: 40%;
}

section.class .table_area.class04 .center{
	width: 20%;
}

section.class .table_area.class04 .right{
	width: 30%;
}

@media screen and ( max-width: 1180px ){

	section.class .table_area.class04 .left{
		width: 44%;
	}

	section.class .table_area.class04 .center{
		width: 23%;
	}

}

@media screen and ( max-width: 820px ){

	section.class .table_area.class04{
		justify-content: left;
	}

	section.class .table_area.class04 .left{
		width: 80%;
		margin-bottom: 5rem;
	}

	section.class .table_area.class04 .center{
		width: 40%;
		margin-right: 10%;
	}

	section.class .table_area.class04 .right{
		width: 50%;
	}

}

@media screen and ( max-width: 767px ){

	section.class .table_area.class04 .left{
		width: 100%;
		margin-bottom: 4rem;
	}

	section.class .table_area.class04 .center{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 4rem;
	}

	section.class .table_area.class04 .right{
		width: 100%;
	}


}


/*---------------------------------------------------------------------------------------------*/

.content.reception.class{
	padding-top: 4rem;
	padding-bottom: 4rem;
	margin-bottom: 0;
}

.content.reception.class section .reception_area > .right {
	width: 50%;
}

.content.reception.class section .reception_area .right .title {
	width: 82%;
	margin-left: auto;
}

.content.reception.class section .reception_area .top_trial_bt{
	display: flex;
}

.content.reception.class section .reception_area .top_trial_bt .ttitle{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.content.reception.class section .reception_area .top_trial_bt .left {
	margin-top: 0;
	margin-bottom: 2rem;
}

@media screen and ( max-width: 1180px ){

	.content.reception.class section .reception_area > .left {
		width: 28%;
	}

	.content.reception.class section .reception_area > .right {
		width: 70%;
	}

	.content.reception.class section .reception_area .right .title {
		width: 100%;
	}

	.content.reception.class section .reception_area .top_trial_bt {
		flex-wrap: wrap;
	}

	.content.reception.class section .reception_area .top_trial_bt li:nth-child(1){
		width: 55%;
	}

	.content.reception.class section .reception_area .top_trial_bt li:nth-child(2){
		width: 45%;
	}

	.content.reception.class section .reception_area .top_trial_bt .left {
		width: 100%;
	}

}

@media screen and ( max-width: 820px ){


	.content.reception.class section .reception_area {
		position: relative;
	}


	.content.reception.class section .reception_area > .left {
		width: 32%;
		position: absolute;
		top: -4rem;
		left: 1rem;
		margin-top: 0;
		margin-bottom: 0;
	}

	.content.reception.class section .reception_area > .right {
		width: 100%;
	}

	.content.reception.class section .reception_area .right .title {
		width: 60%;
	}

}

@media screen and ( max-width: 767px ){

	.content.reception.class section .reception_area {
		position: relative;
	}

	.content.reception.class section .reception_area .left {
		width: 35%;
		top: 0;
		margin-top: -4vw;
	}

	.content.reception.class section .reception_area .right {
		width: 100%;
	}

	.content.reception.class section .reception_area .top_trial_bt .left {
		position: relative;
		margin-bottom: 0;
	}

	.content.reception.class section .reception_area .right .title {
		width: 100%;
		margin-bottom: 4rem;
	}

	.content.reception.class section .reception_area .top_trial_bt li:nth-child(1){
		width: 100%;
		margin-bottom: 4rem;
	}

	.content.reception.class section .reception_area .top_trial_bt li:nth-child(2){
		width: 100%;
	}

}

/*---------------------------------------------------------------------------------------------*/

.schedule_image{
	margin-bottom: 3rem;
}

.schedule_image + .center{
	text-align: center;
	margin-bottom: 6rem;
}

.schedule_area .time{
	display: none;
}

@media screen and ( max-width: 767px ){

	.schedule_image{
		overflow-x: auto;
		margin-bottom: 2rem;
	}

	.schedule_area .time{
		display: block;
		position: absolute;
		z-index: 1;
		width: 3.45%;
	}
	.schedule_area .time img{
		max-width: 250%;
	}

	.schedule_image .schedule img{
		max-width: 250%;
	}

}

@media screen and ( max-width: 700px ){ .schedule_area .time{ width: 3.75%; } }
@media screen and ( max-width: 600px ){ .schedule_area .time{ width: 3.70%; } }
@media screen and ( max-width: 500px ){ .schedule_area .time{ width: 3.61%; } }
@media screen and ( max-width: 450px ){ .schedule_area .time{ width: 3.56%; } }
@media screen and ( max-width: 440px ){ .schedule_area .time{ width: 3.55%; } }
@media screen and ( max-width: 430px ){ .schedule_area .time{ width: 3.54%; } }
@media screen and ( max-width: 420px ){ .schedule_area .time{ width: 3.52%; } }
@media screen and ( max-width: 415px ){ .schedule_area .time{ width: 3.51%; } }
@media screen and ( max-width: 410px ){ .schedule_area .time{ width: 3.51%; } }
@media screen and ( max-width: 400px ){ .schedule_area .time{ width: 3.49%; } }
@media screen and ( max-width: 390px ){ .schedule_area .time{ width: 3.47%; } }
@media screen and ( max-width: 380px ){ .schedule_area .time{ width: 3.46%; } }
@media screen and ( max-width: 375px ){ .schedule_area .time{ width: 3.45%; } }
@media screen and ( max-width: 320px ){ .schedule_area .time{ width: 3.335%; } }

/*---------------------------------------------------------------------------------------------*/

.contents.spot{
	background: #fffbe3;
	position: relative;
	/* z-index: -2; */
	padding-top: 15rem;
	padding-bottom: 15rem;
	pointer-events: none;
}

.contents.spot .spot_text{
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
	color: #203e96;
}

.contents.spot .spot_text .tab{
	display: none;
}

@media screen and ( max-width: 820px ){

	.contents.spot .spot_text .tab{
		display: block;
	}

}

@media screen and ( max-width: 767px ){

	.contents.spot{
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

	.contents.spot .spot_text {
		font-size: 5.5vw;
	}

}

/*---------------------------------------------------------------------------------------------*/

.coach_renew_list{

}

.coach_renew_list li{
	border: 0.4rem solid #f2f2f2;
	border-radius: 3rem;
	padding: 4.5rem;
	display: flex;
}

.coach_renew_list li .image {
	max-width: 28rem;
	margin-right: 8rem;
}

.coach_renew_list li .image img{
	border-radius: 2rem;
}

.coach_renew_list li .text {
	width: 100%;
}

.coach_renew_list li .text .name{
	font-size: 3rem;
	font-weight: bold;
	padding-bottom: 1.5rem;
	margin-bottom: 4rem;
	position: relative;
}

.coach_renew_list li .text .name::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background: #cfcfcf;
}

.coach_renew_list li .text .name::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20%;
	height: 0.2rem;
	background: #0154b4;
}

.coach_renew_list li .text .name small{
	font-size: 1.6rem;
	font-weight: bold;
	color: #cfcfcf;
	margin-left: 1.5rem;
}

.coach_renew_list li .text .block{
	
}

.coach_renew_list li .text .block.up{
	margin-bottom: 4rem;
}

.coach_renew_list li .text .block h5{
	font-size: 1.6rem;
	font-weight: bold;
	width: 16rem;
	height: 3rem;
	background: #0154b4;
	border-radius: 3rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.5rem;
}

.coach_renew_list li .text .block p{
	line-height: 2.0;
}

@media screen and ( max-width: 767px ){

	.coach_renew_list li {
		padding: 3.0rem 2.5rem;
		flex-wrap: wrap;
	}

	.coach_renew_list li .image {
		max-width: 40vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2rem;
	}

	.coach_renew_list li .text .name {
		font-size: 7vw;
	}

	.coach_renew_list li .text .name small {
		font-size: 3.5vw;
	}

	.coach_renew_list li .text .block p {
		font-size: 1.4rem;
	}

}

/*---------------------------------------------------------------------------------------------*/

.coach_words{
	
}

.coach_words .title{
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	color: #f5a321;
	margin-bottom: 4rem;
}

.coach_words_list_cover{
	position: relative;
}

.coach_words_list_cover .image{
	position: absolute;
	top: 60%;
	left: 60%;
}

.coach_words_list_cover .image img{
	width: 50%;
}

.coach_words_list{
	display: flex;
	justify-content: center;
}

.coach_words_list li{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.words_slide .carousel-indicators{
	bottom: -15vw;
	z-index: 9;
}

.words_slide.equipment_sp .carousel-indicators{
	bottom: -5vw;
}

.words_slide .carousel-indicators li{
	width: 2rem;
	height: 2rem;
	margin-right: 0.4rem;
	margin-left: 0.4rem;
	opacity: 1;
	background-color: #e5e5e5;
	border-radius: 50%;
}

.words_slide .carousel-indicators li.active{
	background-color: #f6a321;
}

.words_slide .carousel-control-next,
.words_slide .carousel-control-prev{
	position: absolute;
	top: 40%;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 5rem;
	height: 5rem;
	color: #616161;
	text-align: center;
	opacity: 1;
	transition: opacity .15s ease;
	z-index: 6;
	background: #fff8cc;
	border-radius: 50%;
}

.words_slide .carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e8d76d' viewBox='0 0 16 16'%3E%3Cpath d='M5 1l6 7-6 7'/%3E%3C/svg%3E");
	margin-right: -0.5rem;
	width: 2.5rem;
	height: 2.5rem;
}

.words_slide .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e8d76d' viewBox='0 0 16 16'%3E%3Cpath d='M11 1L5 8l6 7'/%3E%3C/svg%3E");
	margin-left: -0.5rem;
	width: 2.5rem;
	height: 2.5rem;
}

.words_slide .carousel-control-prev { left: -2rem; }
.words_slide .carousel-control-next { right: -2rem; }

@media screen and ( max-width: 767px ){

	.coach_words_list_cover .image {
		position: absolute;
		top: auto;
		bottom: -1rem;
		left: 0;
		z-index: 3;
		pointer-events: none;
	}

}

/*---------------------------------------------------------------------------------------------*/


.main_slide .carousel-control-prev { left: 2rem; }
.main_slide .carousel-control-next { right: 2rem; }

.main_slide .carousel-control-next,
.main_slide .carousel-control-prev{
	position: absolute;
	top: 40%;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 5rem;
	height: 5rem;
	color: #616161;
	text-align: center;
	opacity: 1;
	transition: opacity .15s ease;
	z-index: 6;
	background: #f0cf31;
	border-radius: 50%;
	opacity: .5;
}

@media screen and ( max-width: 767px ){

	.main_slide .carousel-control-next,
	.main_slide .carousel-control-prev{
		top: 55%;
	}

}

/*---------------------------------------------------------------------------------------------*/

.content.media_bule{
	background: #e6fcff;
}

.content.media_yellow{
	background: #fff8cc;
}

.media_box{
	display: flex;
	justify-content: space-between;
}

.media_box .data{
	width: 25%;
}

.media_box .data .title{
	margin-bottom: 4rem;
}

.media_box .data .title .logo{
	max-width: 20rem;
	margin-bottom: 3rem;
}

.media_box .data .title .text{
	
}

.media_box .data .book{

}

.media_box .image{
	width: 70%;
}

@media screen and ( max-width: 820px ){

	.media_box .data{
		width: 30%;
	}

	.media_box .image{
		width: 65%;
	}

}

@media screen and ( max-width: 767px ){

	.media_box {
		flex-wrap: wrap;
	}

	.media_box .data {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.media_box .data .title {
		margin-bottom: 3rem;
	}

	.media_box .data .title .logo {
		max-width: 35vw;
		margin-bottom: 2rem;
	}

	.media_box .data .title .text{
		font-size: 1.4rem;
	}

	.media_box .data .book{
		max-width: 40%;
		margin-bottom: 3rem;
	}

	.media_box .data div.bt{
		max-width: 50%;
	}

	.media_box .data div.bt a{
		width: 42vw;
		height: 5rem;
		font-size: 1.4rem;
		padding: 0 1.5rem;
	}

	.media_box .image {
		width: 100%;
	}

	.media_bt {
		margin-top: 3rem;
	}

}

/*---------------------------------------------------------------------------------------------*/

.achievements_table {
	margin-top: 0;
	border-top: unset;
}

.achievements_table caption{
	caption-side: top;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	background: #0154b4;
	padding: 1.5rem 2rem;
}

.achievements_table tr.yers {
	display: none;
}

.achievements_table td:nth-child(1) { width: 10%; }
.achievements_table td:nth-child(2) { width: 45%; }
.achievements_table td:nth-child(3) { width: 15%; }
.achievements_table td:nth-child(4) { width: 35%; }


@media screen and ( max-width: 559px ){

	.achievements_table {
		border-top: none;
		border-right: none;
		margin-top: 0;
		font-size: 1.3rem;
	}

	.achievements_table tr:nth-child(1) {
		display: block;
	}

	.achievements_table tr {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.achievements_table th {
		padding: 0.8rem;
	}

	.achievements_table td {
		padding: 0.8rem;
		text-align: left;
	}

	.achievements_table th:nth-child(1) { display: none; }
	.achievements_table th:nth-child(2) { width: 45%; border-right: none; }
	.achievements_table th:nth-child(3) { width: 20%; }
	.achievements_table th:nth-child(4) { width: 35%; border-right: 0.1rem solid #ccc; }

	.achievements_table tr.yers { display: flex; }
	.achievements_table tr.yers th:nth-child(1) { display: block; width: 100%; border-right: 0.1rem solid #ccc; }

	.achievements_table td:nth-child(1) { display: none; }
	.achievements_table td:nth-child(2) { width: 45%; border-right: none; }
	.achievements_table td:nth-child(3) { width: 20%; }
	.achievements_table td:nth-child(4) { width: 35%;border-right: 0.1rem solid #ccc; }

}

/*---------------------------------------------------------------------------------------------*/

.destination_list {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}

.destination_list li {
	display: flex;
	align-items: center;
	width: 24%;
	height: 5rem;
	margin-right: 1.3%;
	border: 0.2rem solid #0154b4;
	color: #0154b4;
	padding: 0.5rem 1rem 0.5rem 2rem;
	margin-bottom: 1rem;
	border-radius: 0.5rem;
}

.destination_list li:nth-child(4n) {
	margin-right: 0;
}

@media screen and ( max-width: 820px ){

	.destination_list li {
		width: 32%;
		margin-right: 2%;
		padding: 0.5rem 1rem 0.5rem 1rem;
	}

	.destination_list li:nth-child(4n) {
		margin-right: 2%;
	}

	.destination_list li:nth-child(3n) {
		margin-right: 0%;
	}

}

@media screen and ( max-width: 767px ){

	.destination_list li {
		width: 49%;
		margin-right: 2%;
		padding: 0.5rem 1rem 0.5rem 1rem;
		line-height: 1.2;
		margin-bottom: 0.7rem;
		font-size: 3.5vw;
	}

	.destination_list li:nth-child(4n) {
		margin-right: 0%;
	}

	.destination_list li:nth-child(3n) {
		margin-right: 2%;
	}

	.destination_list li:nth-child(2n) {
		margin-right: 0%;
	}

}

/*---------------------------------------------------------------------------------------------*/

.news.post_area{
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-top: 0.1rem solid #ccc;
	border-bottom: 0.1rem solid #ccc;
	margin-bottom: 6rem;
}

.news.post_area h3{
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.news.post_area .news{
	font-size: 1.5rem;
}

@media screen and ( max-width: 767px ){

	.news.post_area{
		margin-bottom: 4rem;
	}

	.news.post_area h3 {
		font-size: 2.2rem;
		line-height: 1.4;
	}

	.news.post_area .news {
		font-size: 1.4rem;
	}

}

/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/

