@charset "utf-8";
/* CSS Document */
/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　page-lesson
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
*/
.p-step__icn{
	position: relative;
}
.p-step__icn::before{
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
	width: 5.5em;
    height: 5.5em;
    position: absolute;
    top: -0.7em;
    left: -0.7em;
}
.p-step__icn:nth-child(1)::before{
	background-image: url('../img/step1.png');
}
.p-step__icn:nth-child(2)::before{
	background-image: url('../img/step2.png');
}
.p-step__icn:nth-child(3)::before{
	background-image: url('../img/step3.png');
}
.p-step__icn:nth-child(4)::before{
	background-image: url('../img/step4.png');
}
.p-cpWrap{
	position: relative;
}
.p-cpWrap::before{
	content: '';
    background: url(../img/bg-flow.png) no-repeat;
    background-size: contain;
    width: 131px;
    height: 144px;
    position: absolute;
    top: 1em;
    right: 15%;
    z-index: -1;
}
.p-cpWrap::after{
	content: '';
    background: url(../img/bg-point.png) no-repeat;
    background-size: contain;
    width: 100px;
    height: 200px;
    position: absolute;
    bottom: 8em;
    left: 13%;
	z-index: -1;
    transform: rotate(5deg);
}
.p-cpWrap__item{
	text-align: center;
	position: relative;
}
@media only screen and (max-width:1023px) {
	.p-step{
		gap: 30px;
	}
	.p-step__icn::before{
		width: 4em;
		height: 4em;
		left: auto;
		top: -1.4em;
	}
	.p-step__ttl{
		margin: 3rem 0 2rem;
	}
	.p-cpWrap__item{
		text-align: left;
	}
	.p-cpWrap::before{
		width: 100px;
    	height: 100px;
		top: 1em;
    	right: 1%;
	}
	.p-cpWrap::after{
		width: 50px;
		height: 100px;
		bottom: 32%;
		left: 58%;
		transform: rotate(25deg);
	}
	.p-cpWrap__ttl{
		text-align: center;
	}
}

/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　single-course
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
*/
.course-single.c-body{
	padding-bottom: 100px;
}
.p-instructorList{
	display: flex;flex-wrap: wrap; gap: 30px 10px;
}
.p-studioList{
	display: flex;flex-wrap: wrap; gap: 10px;
}
.p-instructorList__item{
	width: calc( (100% - 30px) / 4 ); 
	height: auto;
	text-align: center;
}
.p-instructorList__pict{
	width: 100%;
    height: 200px;
    object-fit: contain;
    display: block;
}
.p-instructorList__name{
	color: #50AC96;
	font-size: 1.1em;
	font-weight: bold;
	display: inline-block;
	padding-top: 0.5rem;
}
.p-instructorList__name--kana{
	font-size: 0.8em;
	/* font-weight:normal; */
	padding-left: 0.4em;
}
.p-instructorList__biography{
	font-size: 0.9rem;
	line-height: 1.4rem;
	padding: 0 0.5rem;
}
.p-studioList__item{
	display: flex;
    flex-direction: column;
    background: #f1f1f1;
    padding: 30px;
    gap:15px;
    width:calc( (100% - 20px) / 3 );
    height:auto;
}
.p-locationList{
	display:flex;
	align-items:center;
	justify-content: flex-start;
	font-size: 80%;
	gap:5px;
}
.p-locationList__item{
	display: flex;
    align-items: center;
    border: 1px solid #454E4C;
    border-radius: 50px;
    padding: 5px 10px;
    background: #fff;
}
.p-locationList__item:first-child:before{
	content:'';
    background:url(../img/ico-area.png)no-repeat;
    width: 18px;
    height: 18px;
    display:inline-block;
    background-size:contain;
    opacity:.7;
    margin-right: 3px;
}
.p-locationList__item:last-child:before{
	content:'';
    background:url(../img/ico-train.png)no-repeat;
    width: 18px;
    height: 18px;
    display:inline-block;
    background-size:contain;
    opacity:.7;
    margin: 0 5px 0 2px;
}
.p-studioList__name{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.p-studioList__itemWrap{
	display: flex;
    flex-wrap: wrap;
    font-size: 100%;
}
.p-studioList__itemTtl{
	width: 24%;
    font-weight: 600;
}
.p-studioList__itemCont{
	width: 70%;
    padding: 0;
}
.p-studioList__about{
	background: #fff;
    padding: 10px;
    font-size: 90%;
}
.p-studioList__btn{
	display: block;
    background: #454e4c;
    color: #fff;
    border-radius: 50px;
    padding: 8px 1em;
    text-align: center;
	position: relative;
}
.p-studioList__btn::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0.7em;
    background: url(../img/ico_arrow.png) no-repeat;
    width: 15px;
    height: 15px;
    background-size: contain;
}
.p-voiceList__item{
	background: #f1f1f1;
    padding: 15px;
    margin:0 15px;
}
.p-voiceList__itemWrap{
	display: flex;
    margin-top: 15px;
}
.p-voiceList__pict{
	max-width: 230px;
    height: 200px;
    object-fit: cover;
    margin-right: 15px;
}
.p-voiceList__ttl{
	font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;
    display: flex;
    align-items: center;
}
.p-voiceList__ttl{
	font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;
    display: flex;
    align-items: center;
}
.p-voiceList__course{
	font-size: 80%;
    color: #83BDAF;
    border: 1px solid #83BDAF;
    background: #fff;
    border-radius: 50px;
    padding: 3px 7px 3px 10px;
    letter-spacing: 0;
    font-weight: normal;
    display: inline-block;
    margin-left: 10px;
}
.p-voiceList__txt1{
	background: #fff;
    font-weight: bold;
    padding: 10px;
}
.p-voiceList__txt2{
	font-size: 90%;
    padding: 10px;
}
.p-voiceList .slick-dots{position: inherit;margin: 15px auto 80px;justify-content: center;}
.p-voiceList .slick-dots li{margin: 0 5px;}
.p-voiceList .slick-dots li button:before{content: '';border: 1px solid #83BDAF;border-radius: 50%;background-color: transparent;opacity: 1;width: 12px;height: 12px;}
.p-voiceList .slick-dots li.slick-active button:before{opacity: 1;background-color: #83BDAF;}
.p-courseOtherList{
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.p-courseOtherList__item{
	width: 48%;
	margin:1%;
	text-align: center;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	background: #fff;
}
.p-courseOtherList__link{
	display: flex;
	align-items: center;
}
.p-courseOtherList__link::after{
	content: '';
    display: inline-block;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0.7em;
    background: url(../img/ico_arrow3.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
}
.p-courseOtherList__pict{
	width: 200px;
	height: 100px;
	object-fit:cover;
	border-radius: 10px 0 0 10px;
}
.p-courseOtherList__name{
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	padding: 0 1.4em 0 1em;
	width: calc(100% - 200px);
}
@media only screen and (max-width:1023px) {
	.course-single.c-body{padding-bottom: 80px;}
	.p-voiceList .slick-dots{margin-bottom: 60px}
	.p-instructorList__pict{height: 160px;}
	.p-instructorList__item{width: calc( (100% - 10px) / 2 );}
	.p-studioList__item{width: 100%;}
	.p-voiceList__pict{width: 35%;max-width: inherit;}
	.p-voiceList__course{max-width: 12rem;}
	.p-courseOtherList__item{width: 100%;margin: 0 0 15px 0;}
	.p-courseOtherList__name{font-size: 14px;width: calc(100% - 120px);}
	.p-courseOtherList__pict{width: 120px;height: 80px;}
}

/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　archive-course
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
*/
.p-btn--long{
	font-size: 80%;
    line-height: 150%;
    padding: 12px 1.5em;
}
@media only screen and (max-width:1023px) {
	.p-btn--long{font-size: 85%; padding:13.5px 1em; }
}

/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　arichive-instructor
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
*/
.p-instructorList__item--archive{
	width: calc( (100% - 40px) / 5 ); 
	height: auto;
	text-align: center;
	background: radial-gradient(100px,#e7fff9, rgba(255, 255, 255, 0));
    background-position: bottom -40px center;
}
@media only screen and (max-width:1023px) {
	.p-instructorList__item--archive{
		width: calc( (100% - 10px) / 2 ); 
		background-position: bottom -20px center;
	}
}


/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　single-instructor
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
*/
.p-instructorTable{
	grid-template-columns: 1fr 5fr;
}
.p-instructorTable >div{
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width:1023px) {
	.p-instructorTable{grid-template-columns: 1fr 3fr;}
}

/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　editor
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
*/
/*ここから変わるかも　2024.01.24*/
.p-editCont h4{
	background: #83BDAF;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 13px;
    letter-spacing: 2px;
    margin: 0 auto 20px;
    clear: both;
}
.p-editCont h5{
	border-bottom: solid 1px #83BDAF;
    position: relative;
    font-size: 1.375rem;
    padding: 0 0 5px 0;
    margin: 40px auto 20px;
    font-weight: 600;
}
.p-editCont h6{
	color: #5BB19C;
    font-size: 1.375rem;
    margin: 0 0 20px;
    clear: both;
    font-weight: 600;
}
/*ここまで変わるかも　2024.01.24*/
.p-editCont li::before {
    display: inline-block;
    content: '';
    background-color: #83BDAF;
    width: 10px;
    height: 10px;
    margin-right: 0.5rem;
}
.p-editCont p{
	margin-bottom: 20px;
}
.p-editCont .c-float p:last-child,.p-editCont .c-flex p:last-child{
	margin-bottom: 0;
}
.p-editCont pre{
	font-family:  "Noto Sans Japanese", YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.p-editCont a{
	color: #1ab297;
    text-decoration: underline;
}
.p-editCont .white-btn a{
	color: #333;
    text-decoration: none;
}

/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　page-form
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
*/

/*タイトル*/
.p-faqLabel {		
	padding: 1em 2.5em 1em 2em;
	display: block;
	background: #f5f5f5;
	font-weight: bold;
	position: relative;
}
.p-faqLabel::before{
	content:"Q";
	color:#72c2b1;
	font-weight: bold;
	margin-right: 7px;
	position: absolute;
	left: .8em;
}

/*タイトル横の矢印*/
.p-faqLabel::after{		
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #1ab398;
	border-right: 2px solid #1ab398;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.p-faqLabel,.p-faqCont {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

/*本文*/
.p-faqCont {		
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.p-toggle {
	display: none;
}
/*開閉時*/
.p-toggle:checked + .p-faqLabel + .p-faqCont {
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.p-toggle:checked + .p-faqLabel::after {
	transform: rotate(-45deg) !important;
}
.p-formTable{
	display:flex;
	flex-wrap:wrap;
	align-items: inherit;
	background: #f5f5f5;
    padding: 40px 40px 20px;
    width: 100%;
    margin: 20px 0 80px;
}
.p-formTable__ttl{
    width: 33%;
    padding-right: 2em;
    line-height: 1.8;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.p-formRequired:after{
	content:'必須';
	background: #1ab398;
	color: #fff;
	font-size: 13px;
	padding: 0 5px;
	margin-left: 6px;
	white-space: nowrap;
}
.p-formTable__item{
    width: 67%;
    text-align: left;
    border-bottom: 1px solid #ddd;
	padding: 15px 20px;
}
.p-privacy__cont{
	height: 250px;
	overflow-y:scroll;
	background:#fff;
	padding:20px;
	text-align: left;
	font-size: 90%;
	border: 1px solid #f5f5f5;
}
.p-privacy__checkList{
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}
.p-formBtn[type="submit"]{
    background: #19ae93;
    border: none;
    padding: 15px;
    border-radius: 50px;
    color: #fff;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    transition: .3s;
    max-width: 400px;
}
.p-formBtn:hover{
	opacity: .5;
}
.p-formApply__cont{max-width:900px;text-align:center;margin: 0 auto 80px;}
.p-formTable__item input,.p-formTable textarea{width:100%;border: 1px solid #bbb;border-radius: 5px;padding: 8px 5px;	transition:.3s;}
.p-formTable__item input[type="radio"]{width: 2em;}

@media only screen and (max-width:1023px) {
	.p-formTable__ttl,.p-formTable__item{width:100%;padding: 0 0 15px;border-bottom: none;}
	.p-formTable__ttl{padding-bottom: 0;font-size: 15px;border-bottom: none;}
	.p-formRequired:before{position:inherit;}
	.p-privacy__checkList{line-height: 1.8em;}
}
/* #faq .white-btn::after{transform:rotate(90deg);} */


/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　archive,taxonomy
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
*/
.p-columnWrap{
    padding: 40px 0;
	overflow: hidden;
}
.p-column--left{
    width: 70%;
    display: flex;
    flex-direction: column;
    gap:15px;
}
.p-column--right{
    width: 25%;
}
.p-post__thumb{
    background: #f5f5f5;
    padding: 0;
}
.p-post__pict{
	width: 100%;
    max-width: 270px;
	object-fit: contain;
	aspect-ratio: 1 / 0.937;
}
.p-post__thumb--right{
    width: 65%;
    padding: 3%;
}
.p-post__cat{
	background: #55605d;
	font-size: 89%;
	padding: 3px 10px;
	border-radius: 50px;
	color: #fff;
}
.p-post__time{
    font-size: 90%;
    margin-left: 1em;
    letter-spacing: 2px;
    opacity: .8;
}
.p-post__ttl{
    font-size: 19px;
}
.p-post__txt{
    line-height: 1.7;
    font-size: 90%;
}
.p-post__btn{
    color: #1ab398;
    display:flex;
    align-items:center;
    justify-content: flex-end;
}
.p-post__btn:after{    
	content: '';
    display:inline-block;
    background: url(../img/ico_arrow3.png) no-repeat;
    width: 15px;
    margin-left:10px;
    height: 15px;
    background-size: contain;
}
.p-column__sideTtl{
    background: #50ac96;
    color: #fff;
    padding: 10px;
    margin: 10px 0;
}
.p-column__sideTtl:nth-child(1){margin-top:0;}
.p-column__sideList{
	display: flex;
	flex-direction: column;
	gap: 7px;
    margin-bottom: 30px;
    margin-left: 10px;
}
.p-column__sideItem{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #efefef;
}
.p-column__sideItem:before {
    content: '';
    display: block;
    background: url(../img/ico_arrow3.png) no-repeat;
    width: 15px;
    margin-right: 10px;
    height: 15px;
    background-size: contain;
    box-sizing: border-box;
	flex-shrink: 0;
}

/*wp-pagenavi プラグインの調整*/
.wp-pagenavi {
    text-align: center;
    margin: 30px auto 10px;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border-color: #72c2b1 !important;
	border-radius: 50%;
    padding: 4px 7px;
    margin: 0 1% !important;
	width: 2rem !important;
	height: 2rem !important;
	line-height: 1.6rem;
	display: inline-block;
	transition: none;
}
.wp-pagenavi a:first-child,.wp-pagenavi a:last-child, .wp-pagenavi span:first-child, .wp-pagenavi span:last-child{
	border-color: transparent !important;
}
.wp-pagenavi .extend{
	border-color: transparent !important;
}
.wp-pagenavi span.current {
    border-color: #72c2b1 !important;
	margin: 0 1%;
    background: #72c2b1;
	border-radius: 50%;
    color: #fff;
	width: 2rem;
	height: 2rem;
	line-height: 1.6rem;
	display: inline-block;
}
.wp-pagenavi a:hover{
	background-color: transparent;
}
@media only screen and (max-width:1023px) {
	.p-column--left,.p-column--right{width:100%;margin: 0;}
	.p-column--right{padding-top: 40px;}
	.p-post__pict{
    	max-width:100%;
	}
	.p-post__thumb--right{
    	width: 100%;
    	padding: 5%;
	}
	.p-column__sideList{
		margin-left: 0;
	}
	.wp-pagenavi a, .wp-pagenavi span, .wp-pagenavi span.current{
		width: 2.4rem !important;
		height: 2.4rem !important;
		line-height: 2rem !important;
	}
}

/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　single
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
*/
.p-shareBtn{
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}
.p-topicsPictWrap{text-align:center;height:350px;overflow: hidden;margin-bottom: 40px;}
.p-topicsPict{max-width:600px;height:100%;}
.p-topicsArrow{
	display: flex;
	justify-content: space-between;
	gap:20px;
}
.p-topicsArrow--no{
	opacity: 0;
	pointer-events: none;
}
.p-topicsBtn{margin: 40px auto;}
@media only screen and (max-width:1023px) {
	.p-topicsPictWrap{
		height: 26vh;
		margin-bottom: 20px;
	}
	.p-topicsArrow{
		flex-direction: column;
	}
	.p-topicsArrow--no{
		display: none!important;
	}
}

/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　arichive-studio
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
*/
.p-searchArea{
	background: #D4E4E0;
    padding: 40px 5em;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}
.p-searchArea p{
	font-weight: 600;
    font-size: 1.25em;
    line-height: 1.25em;
	text-align: center;
}
.p-searchArea .txt_line{
	margin-bottom: 10px;
    font-size: 21px;
}
.p-searchArea .txt_line::before, .p-searchArea .txt_line::after{
	content: '';
    width: 1rem;
    height: 1px;
    display: inline-block;
    background: #5BB19C;
    position: relative;
    top: -4px;
}
.p-searchArea .txt_line::before{
	transform: rotate(60deg);
}
.p-searchArea .txt_line::after{
	transform: rotate(-60deg);
}
.p-searchArea__ttl{
	font-weight: 600;
}
.p-searchNum{
	text-align: center;
	font-weight: 600;
}
.p-searchPage{
	text-align: right;
	font-size: 0.8rem;
}
@media only screen and (max-width:1023px) {
	.p-searchArea{
		padding: 2rem 1rem 2.625rem;
		gap: 10px;
	}
	.p-searchArea .txt_line{
		font-size: 13px;
	}
}

/* 
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
　single-studio
～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～
*/
.p-studioTable{
	grid-template-columns: 1fr 2fr;
	padding-top: 40px;
}
.p-studioMap__wrap{text-align:center;margin-bottom: 40px;}
.p-studioMap{width:100%;margin:40px auto 0;height:30rem;}
.p-instructorGenre{font-size: 0.9em; font-weight: normal;padding-top: 0.5rem; text-align: center;}
.studio-single .c-tab > div{
	border-top: 1px solid #454e4c;
}

@media only screen and (max-width:1023px) {
	.p-studioMap{margin: 20px auto 0;}
}
