@charset "utf-8";
/*----- =================================
=== レッスン・プログラムページ専用CSS
================================= -----*/
/*共通*/
br.spbr {
  display: none;
}
br.pcbr {
  display: block;
}
h2 {
	text-align: center;
	font-size: min(24px, 5vw);
	font-weight: 700;
	margin-bottom: 2em;
}
@media screen and (max-width: 480px) {
  br.pcbr {
    display: none;
  }
  br.spbr {
    display: block;
  }
}
/*スライダー共通パーツ*/
.slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.slider-nav .container {
    position: relative;
}
.slider-nav .slick-arrow {
    position: absolute;
    width: 60px;
    height: 60px;
	background: #333;
    left: -20px;
    margin-top: -45px;
    cursor: pointer;
}
.slider-nav .slick-arrow.next-arrow {
    left: auto;
    right: -20px;
}
.slider-nav .slick-arrow span {
	display: block;
	height: 100%;
	position: relative;
}
.slider-nav .slick-arrow span::before {
	position: absolute;
    top: 30%;
    left: 20%;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.slider-nav .slick-arrow.prev-arrow span::before {
	left: 40%;
	transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}
.slider-nav .slick-arrow.slick-disabled {
    display: none !important;
}
.slick-dots li button:before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
@media screen and (max-width: 480px) {
	.slider-nav .slick-arrow {
		width: 44px;
        height: 44px;
        margin-top: -30px;
		left: 10px;
	}
	.slider-nav .slick-arrow.next-arrow {
		right: 10px;
	}
	.slider-nav .slick-arrow span::before {
		width: 15px;
		height: 15px;
	}
}
.head_link_schedule {
	padding: 100px 0;
}
.head_link_schedule a {
	background: #9b7cb5;
	display: block;
	margin: 0 auto;
    padding: 1.5rem 0.5rem 1.6rem;
    width: 80%;
	max-width: 500px;
	position: relative;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.head_link_schedule a > img {
	width: 22px;
	margin-right: 10px;
}
@media screen and (max-width: 480px) {
	.head_link_schedule {
		padding: 50px 0;
	}
}

/*エスティのレッスン--------------------*/
.feature {
	padding: 60px 10px;
	text-align: center;
}
.feature h2 {
	font-size: min(43px, 5vw);
	margin-bottom: 1.5em;
	font-weight: 700;
}
.feature h3 {
	font-size: min(24px, 4vw);
	margin-bottom: 2em;
}
.feature h3::before,
.feature h3::after {
	position: relative;
    display: inline-block;
    content: "";
    background: #333;
    width: 3px;
    height: 1em;
    margin: 0 1em;
    margin-top: -0.2em;
    vertical-align: middle;
}
.feature h3::before {
	transform: rotate(-35deg);
}
.feature h3::after {
	transform: rotate(35deg);
}
.feature .wrap-slider {
	margin: 0 -10px;
	position: relative;
}
.feature .box-feature {
	padding: 0 10px;
}
.feature .box-feature .img {
	position: relative;
}
.feature .box-feature .img .num {
	position: absolute;
	top: 0;
	left: 15px;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	z-index: 2;
}
.feature .box-feature .img::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display :block;
  	border-bottom: 70px solid transparent;
 	border-left: 70px solid #CF276E;
	z-index: 1;
}
.feature .box-feature .text {
	text-align: left;
	padding: 15px;
	background: #efefef;
}
.feature .box-feature .text h4 {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 0.5em;
}
.feature .wrap-slider .slider-nav {
	top: 42%;
}
.feature .slider-feature .slick-dots {
	bottom: -10px !important;
}
@media screen and (max-width: 480px) {
	.feature .slider-feature {
		flex-wrap: wrap;
	}
	.feature .box-feature {
		width: 100%;
		margin-bottom: 2em;
		padding: 0 30px;
	}
}
.feature .box-point {
	border: 3px solid #CF276E;
	margin: 5em auto;
    width: 80%;
    padding: 20px 40px;
	position: relative;
}
.feature .box-point .point {
	position: absolute;
	background: #fff;
	color: #CF276E;
	display: inline-block;
	padding: 0 15px;
    top: -30px;
    left: 5%;
	font-size: 43px;
	font-weight: 700;
}
.feature .box-point h4 {
	font-weight: 700;
	margin-bottom: 0.5em;
	font-size: min(20px, 4vw);
}
@media screen and (max-width: 480px) {
	.feature .box-point {
		width: 100%;
		padding: 20px;
		margin: 4em 0 2em;
	}
	.feature .box-point .point {
		font-size: 38px;
	}
	.feature .box-point p {
		text-align: left;
	}
}
/*プログラム一覧--------------------*/
.content-slider-program,
.content-slider-modal {display: none;}

.program {
	padding-bottom: 60px;
}
.program .anchor_menu {
	display: flex;
	justify-content: space-between;
	margin: 0 -5px 50px;
}
.program .anchor_menu li {
	width: 24%;
	display: flex;
	align-items: stretch;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	letter-spacing: 1.5px;
	vertical-align: middle;
	cursor: pointer;
}
.program .anchor_menu li a {
	color: #fff;
	display: flex;
	align-items: center;
	padding: 10px 5px;
	width: 100%;
}
.program .anchor_menu li span {
	display: block;
	width: 100%;
	text-align:center;
}
.program .anchor_menu li img {
	vertical-align: middle;
	margin-right: 5px;
	width: 20px;
}
.program .anchor_menu li.btn-all a {background: #A083B7;}
.program .anchor_menu li.btn-mossa a {background: #CF266F;}
.program .anchor_menu li.btn-aerobic a {background: #00A49F;}
.program .anchor_menu li.btn-pilates a {background: #F19427;}
.program .anchor_menu li.btn-pool a {background: #0B67C4;}
@media screen and (max-width: 480px) {
	.program .anchor_menu {
		flex-wrap: wrap;
		margin: 0 0 20px;
	}
	.program .anchor_menu li {
		width: 49%;
		margin-bottom: 5px;
	}
	.program .anchor_menu li a {
		padding: 15px 5px;
	}
}
.program h3 {
	margin-top: 100px;
	text-align: center;
}
.program h3::before {
	content:'';
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}
.program .list-program {
	display: flex;
    flex-wrap: wrap;
}
.program .list-program > div {
    border-bottom: 0;
    position: relative;
    display: block;
	margin-top: 40px;
	width: 25%;
    z-index: 0;
}
.program .list-program .strength {
    text-align: center;
    margin-bottom:0.5em;
    font-weight: 700;
}
.program .list-program .strength .name {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 2px 10px;
    margin-right: 10px;
}
.program .list-program .strength .star {
    letter-spacing: 10px;
}
.program .list-program .wrap-img {
    margin: 0 10px;
    cursor: pointer;
}
.program .list-program .wrap-img .img {
	position: relative;
}
.program .list-program .wrap-img .icon {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	width: 40px;
	height: 40px;
}
.program .list-program .all .wrap-img .icon { background: #A083B7; }
.program .list-program .mossa .wrap-img .icon { background: #CF266F; }
.program .list-program .aerobic .wrap-img .icon { background: #00A49F; }
.program .list-program .pilates .wrap-img .icon { background: #F19427; }
.program .list-program .pool .wrap-img .icon { background: #0B67C4; }
.program .list-program .wrap-img .icon img {
	width: 60%;
	margin: 0 auto;
}
.program .list-program .like-btn {
    display: block;
    padding: 1.5rem;
	background: #333;
    color: #fff;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.program h3 {
		margin-top: 60px;
	}
	.program .list-program > div {
		margin-top: 30px;
		width: 50%;
	}
	.program .list-program .strength {
		font-size: 12px;
	}
	.program .list-program .wrap-img .icon {
		width: 35px;
		height: 35px;
	}
}
.modal-screen {
	z-index: 101;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-backdrop-filter: blur(1px);
	backdrop-filter: blur(1px);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s linear;
	background: rgba(0, 0, 0, 0.6);
}
.modal-screen.active {
    visibility: visible;
    opacity: 1;
}
.slider-modal-program {
    z-index: 3;
    position: relative;
}
.slider-modal-program .box-modal {
    position: relative;
    height: 100vh;
}
.slider-modal-program .box-modal .box-program-wrap {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}
.slider-modal-program .box-program {
    z-index: 2;
    position: relative;
    width: 86.7%;
    max-width: 640px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    position: relative;
    height: 90%;
    overflow: auto;
    background: #fff no-repeat center top/contain;
}
.slider-modal-program .box-program .img {
	position: relative;
    width: 100%;
    padding-top: 56.27%;
    height:0;
}
.slider-modal-program .box-program .img-inner {
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.slider-modal-program .box-program .text {
	width: 100%;
	background: #fff;
}
.slider-modal-program .box-program .text-inner {
	width: 86.5%;
    margin: 0 auto;
    padding-bottom: 2em;
}
.slider-modal-program .box-program .text-inner h4 {
    font-size: min(2.4rem, 4vw);
    padding: 2em 0 0.5rem;
    margin: 0 0 1rem;
	font-weight: 700;
}
.slider-modal-program .box-program .text-inner h4 span {
	display: inline-block;
    padding: 5px;
    margin-right: 10px;
    vertical-align: -5px;
}
.slider-modal-program .mossa .box-program .text-inner h4 span {background: #CF266F;}
.slider-modal-program .aerobic .box-program .text-inner h4 span {background: #00A49F;}
.slider-modal-program .pilates .box-program .text-inner h4 span {background: #F19427;}
.slider-modal-program .pool .box-program .text-inner h4 span {background: #0B67C4;}
.slider-modal-program .box-program .text-inner ul {
    margin: 0;
    padding: 0;
}
.slider-modal-program .box-program .text-inner li {
	display: inline-block;
    background: none;
    margin: 0 10px 15px 0;
    padding:0;
    font-weight: 700;
}
.slider-modal-program .box-program .text-inner li .name {
	display: inline-block;
    background: #333;
    color: #fff;
    padding: 2px 10px 0;
    margin-right: 10px;
}
.slider-modal-program .box-program .text-inner li .star {
	letter-spacing: 10px;
}
.slider-modal-program .box-program .text-inner dl {
	background: #efefef;
	border-radius: 10px;
	padding: 20px;
    margin-top: 2em;
}
.slider-modal-program .box-program .text-inner dl dt {
	font-weight: 700;
	margin-bottom: 1em;
}
.slider-modal-program .box-program .text-inner .btn-trial {
	margin: 3em auto 2em;
    display: block;
    max-width: 345px;
    background: #333;
	color: #fff;
	text-align: center;
    padding: 1.5rem;
}
.slider-modal-program .box-program .text-inner .gravity-attention {
	text-align: center;
    font-size: 0.8em;
    margin: -2em 0 2em;
}
.slider-modal-program .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    height: 66px;
    width: 66px;
    cursor: pointer;
    background: #fff;
    z-index: 3;
}
.slider-modal-program .btn-close span {
	display: block;
	height: 100%;
	position: relative;
}
.slider-modal-program .btn-close span::before,
.slider-modal-program .btn-close span::after {
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 20%;
    width: 40px;
    height: 3px;
    background: #333;
}
.slider-modal-program .btn-close span::before {
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.slider-modal-program .btn-close span::after {
	transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
@media screen and (max-width: 480px) {
	.slider-modal-program .box-program {
		height: 70%;
	}
	.slider-modal-program .box-program .text-inner dl dt,
	.slider-modal-program .box-program .text-inner dl dd {
		padding: 0;
	}
}
.program .text-link {
	text-align: center;
	margin-top: 10rem;
    font-size: 18px;
    font-weight: 700;
}
.program .link {
	margin: 30px auto 60px;
	display: flex;
	justify-content: center;
}
.program .link a {
	margin: 0 10px;
    padding: 1.5rem 0.5rem;
    width: 37%;
	position: relative;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.program .link a > img {
	width: 22px;
	margin-right: 10px;
}
.program .link a.link_schedule {background: #9b7cb5;}
.program .link a.link_trial {background: #00A49F;}
@media screen and (max-width: 480px) {
	.program .text-link {
		margin-top: 6rem;
	}
	.program .link {
		flex-wrap: wrap;
		margin: 30px auto 0;
	}
	.program .link a {
		width: 100%;
	}
	.program .link a.link_schedule {
		order: 2;
	}
	.program .link a.link_trial {
		order: 1;
		margin-bottom: 1em;
	}
}
/*少人数・マンツーマンレッスン--------------------*/
.p-lesson {
	padding: 60px 10px;
	background: #efefef;
}
.p-lesson .wrap-slider {
	position: relative;
}
.p-lesson .box-p-lesson {
	margin: 0 10px;
	background: #fff;
}
.p-lesson .box-p-lesson .img {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	height:0;
}
.p-lesson .box-p-lesson .img .wrap-img {
	position: absolute;
	top: 0;
	left: 0;
}
.p-lesson .box-p-lesson .img .tag {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	background: #333;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 5px 10px;
}
.p-lesson .box-p-lesson .text {
	padding: 20px 20px 30px;
}
.p-lesson .box-p-lesson .text h3 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 1em;
}
.p-lesson .box-p-lesson .text .footer {
	margin-top: 2em;
	text-align: center;
}
.p-lesson .box-p-lesson .text .footer p {
	font-weight: 700;
}
.p-lesson .box-p-lesson .text .footer a {
	display: inline-block;
	border: 1px solid #333;
	color: #333;
	font-weight: 700;
	padding: 5px 50px;
}
@media screen and (max-width: 480px) {
	.slider-p-lesson-nav {
		top: 40%;
	}
	.slider-p-lesson-nav .slick-arrow {
		left: -10px;
	}
	.slider-p-lesson-nav .slick-arrow.next-arrow {
		right: -10px;
	}
}
/*よくある質問--------------------*/
.faq {
	padding: 60px 10px;
}
.faq h2 {
	text-align: center;
	font-weight: 700;
}
.faq dl {
	margin: 1em 0;
}
.faq dt {
    position: relative;
    cursor: pointer;
    background: #efefef;
    padding: 1.2em 5em 1.2em 90px;
    margin: 0;
    font-weight: 700;
	min-height: 50px;
}
.faq dt::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q";
    display: block;
    width: 70px;
    height: 100%;
    padding-top: 4px;
    text-align: center;
    font-size: 3.2rem;
    background: #17A49F;
    color: #fff;
	box-sizing: border-box;
}
.faq dt::after {
    position: absolute;
    top: 50%;
    right: 3%;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    margin-top: -11px;
    border-top: 2px solid #463636;
    border-right: 2px solid #463636;
    transform: rotate(135deg);
}
.faq dt.active::after {
    transform: rotate(-45deg);
}
.faq dt.active .btn span::before {
    transform: rotate(180deg);
}
.faq dd {
    background: #efefef;
    padding: 0.5em;
    position: relative;
    padding-left: 90px;
	min-height: 50px;
}
.faq dd::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "A";
    display: block;
    width: 70px;
    height: 100%;
    line-height: 100%;
    font-size: 3.2rem;
	font-weight: 700;
    text-align: center;
    background: #F59E3A;
    color: #fff;
    padding-top: 10px;
	box-sizing: border-box;
}
@media screen and (max-width: 480px) {
    .faq dt {
        font-size: 1.4rem;
        padding: 0.8em 3em 0.8em 60px;
	}
    .faq dt::before {
		width: 50px;
		line-height: 1;
		padding-top: 10px;
    }
	.faq dt::after {
		right: 5%;
	}
    .faq dd {
        padding: 0.8em 0.8em 0.8em 60px;
	}
    .faq dd::before {
        width: 50px;
    }
}