@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);
@import url(base_sp.css);

body.home>header{
	margin-bottom: 10px;
}


/*------#mv---------*/
.mv_slide{
	width:auto;
	margin-top:20px;
}
.mv_slide .mv_slidearea {
	margin:0 10px;
}
.mv_slide .mv_slidearea img{
	width: 1080px;
	height:430px;
	margin: 0 auto;
	object-fit: cover; 
	font-family: 'object-fit: cover; object-position: 50% 20%;';
}
.mv_slide .mv_slidearea img.slide10{
	object-fit: cover; 
	object-position: 50% 100%;
	font-family: 'object-fit: cover; object-position: 50% 100%;';
}
.mv_slide .mv_slidearea img.slide10.sp{
	display: none;
}



/*--slide設定--*/

.mv_slide .slick-list{
	position: relative;
	display: block;
	overflow: hidden;
}
.mv_slide{
	cursor: pointer;
	position: relative;
}
.mv_slide .slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mv_slide button.slick-arrow{
	display: none!important;
	
}


.mv_slide .pointer{
	display: table;
	margin: 20px auto 0;
}
.mv_slide .pointer li{
	display: table-cell;
	padding: 0 3px;
}
.mv_slide .pointer li button{
	display: block;
	text-indent: -10000px;
	outline:none;
	line-height:1px;
	font-size:1px;
	background-color: #c1c1c1;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	border: none;
	cursor: pointer;
}
.mv_slide .pointer .slick-active button{
	background-color: #f17965;
}

/*------#col_first---------*/
#col_first{
	display:flex;
	padding:50px 0;

}
/*------お知らせ---------*/
#col_news{
	width:50%;
	margin-right: auto;
}
#col_news div{
	display: flex;
	border-bottom:1px solid #d4d4d4;
	align-items: center;
	padding-bottom:8px;
}
#col_news h4{
	font-weight: normal;
	font-size:1.2em;
	margin-right: auto;
}
#col_news p{
	font-size:.8em;
	border-radius:6px;
	background-color:#f6f6f6;
	padding:2px 5px;
	display:block;
}

#col_news li a{
	border-bottom:1px solid #d4d4d4;
	padding:8px 0;
	font-size:.9em;	
	display:flex;

}

#col_news li span:first-child{
	display:block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width:90%;
}
#col_news li span:last-child{
	display:block;
	font-size:.9em;
	text-align:right;
}
/*------産後ママのために---------*/
#col_concept{
	width:45%;
}
#col_concept{
	text-align:center;
}
#col_concept h4{
	padding:10px 0 0 0;
	font-weight: normal;
	font-size:.9em;
}


/*------レッスン一覧---------*/
#col_lesson{

	
}
@media screen and (min-width: 600px){
#col_lesson.flexwrap{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
    }
}	
#col_lesson.flexwrap a{
    width: 23%;
	box-sizing: border-box;
	border-bottom:none;
	padding-bottom:60px;
	display:block;
	line-height: 150%;
  }


.lessonimg{
	overflow: hidden;
}
.lessonimg img{
	width: 100%;
	height:157px;
	object-fit: cover;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
	margin: 0 auto;
	transform: scale(1.001);
	transition: transform 0.6s ease-out;
	transition-property: opacity, transform;
	backface-visibility: hidden;
}
#col_lesson a:hover .lessonimg img{
	transform: scale(1.1);
}

#col_lesson section h3{
	line-height: 100%;
	font-weight:normal;
	position:relative;
	padding-left:10px;
	margin:15px 0;
	font-size:1em;
}
#col_lesson section h3::before{
	content: "";
	width:3px;
	height:100%;
	position:absolute;
	left:2px;
	top:0;
	
}
		#col_lesson section.postnatal h3::before{
			 background: -moz-linear-gradient(top, #ea595b, #f79575);
			background: -webkit-gradient(linear, left top, left bottom, from(#ea595b), to(#f79575));

		}
		#col_lesson section.mamababy h3::before{
			 background: -moz-linear-gradient(top, #9a68b5, #ed8265);
			background: -webkit-gradient(linear, left top, left bottom, from(#9a68b5), to(#ed8265));

		}
		#col_lesson section.maternity h3::before{
			 background: -moz-linear-gradient(top, #f0832c, #fac03d);
			background: -webkit-gradient(linear, left top, left bottom, from(#f0832c), to(#fac03d));

		}
		#col_lesson section.shikyubijin h3::before{
			 background: -moz-linear-gradient(top, #409be7, #6cdbc5);
			background: -webkit-gradient(linear, left top, left bottom, from(#409be7), to(#6cdbc5));

		}
		#col_lesson section.himetore h3::before{
			 background: -moz-linear-gradient(top, #409be7, #f79575);
			background: -webkit-gradient(linear, left top, left bottom, from(#409be7), to(#6cdbc5));

		}
		#col_lesson section.english-baby h3::before{
			 background: -moz-linear-gradient(top, #25ac8b, #a8eab3);
			background: -webkit-gradient(linear, left top, left bottom, from(#25ac8b), to(#a8eab3));

		}
		#col_lesson section.english-mam h3::before{
			 background: -moz-linear-gradient(top, #25ac8b, #a8eab3);
			background: -webkit-gradient(linear, left top, left bottom, from(#25ac8b), to(#a8eab3));

		}
		#col_lesson section.pre-maternity h3::before{
			 background: -moz-linear-gradient(top, #f0832c, #fac03d);
			background: -webkit-gradient(linear, left top, left bottom, from(#f0832c), to(#fac03d));
		}

#col_lesson section span{
	display:block;
	line-height: 150%;
	font-size:.8em;
	margin:10px 0;
}
#col_lesson section p{
	font-size:.9em;	
	line-height: 140%;
}


/*------レッスンを探す---------*/
#col_search{
padding:60px 0 80px 0;
}
#col_search section{
	border-radius: 12px;
	border:solid 2px #e2e2e2;
}
#col_search h2{
	margin:auto;
	text-align: center;

}
#col_search h2 span{
	position:relative;
	font-weight:normal;
	padding:30px 20px 0;
	background-color:#fff;
}
#col_search h2 span::before{
	position:absolute;
	content:url(/images/cmn/icon_search2.svg);
	top: 0;
	left:calc(50% - 13px);
	width:25px;
	display:inline-block;
	
}
#col_search section>div{
display: flex;
justify-content: center;
	padding-bottom:30px;
	margin:30px 0;
		}

#col_search .btn{
	width:100%;
	max-width:400px;
	margin:30px 15px 0 15px;
}
/*------エンジョイヨガライフ---------*/
#col_enjoy{
	background:url(../images/top/enjoy_bg.jpg)no-repeat;
	width: 100%;
	background-size: cover;
	text-align:center;
	padding:50px 0;
	
}
#col_enjoy .btn{
	width: 100%;
	max-width:400px;
	margin:30px auto 0 auto;
}



/*------インストラクタープロフィール---------*/
#col_profile {
	padding:50px 0;
	text-align: center;

}
#col_profile h2{
	margin-bottom:10px;
	
}
#col_profile h2 span{
	position:relative;
	font-weight:normal;
	margin:auto;
}
#col_profile h2 span::before{
	position:absolute;
	content:url(/images/cmn/icon_profile.svg);
	top:-30px;
	left:calc(50% - 13px);
	width:25px;
	display:inline-block;
	
}
#col_profile  .profile_slide{
	max-width:1000px;
	margin-top:50px;
}
#col_profile .profile_area{
	width:100%;
	margin: 0 auto;
	
}
#col_profile .profile_area>div{
	text-align: right;
	float:right;
}
#col_profile .profile_area>div:first-child {
	width:40%;
	padding-top: 28%;
	position: relative;
	padding-left:5%;
}
#col_profile .profile_area>div:first-child a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
#col_profile .profile_area>div:first-child a:empty{
	background: url(/images/cmn/logo.svg) 50% 50% no-repeat #e7e5e4;
	background-size: 60% auto;
}
#col_profile .profile_area>div:first-child a img{
	object-fit: cover;
	font-family: 'object-fit: cover; object-position: 50% 20%;';
	width:100%;
	height:100%;
	transform: scale(1.001);
	transition: transform 0.6s ease-out;
	transition-property: opacity, transform;
	backface-visibility: hidden;
}
#col_profile .profile_area>div:first-child a:hover img{
	transform: scale(1.05);
}
#col_profile .profile_area>div:last-child {
	width:55%;
	text-align:left;
	padding:20px;
	box-sizing: border-box
}


#col_profile .profile_area h3{
	font-weight: normal;
	font-size:1.5em;
}
#col_profile .profile_area p{
	padding:20px 0;
}
@media screen and (max-width: 1100px){
	.profile_slide button.slick-arrow{
		display: none !important;
	}
}



/*--slide設定--*/

.profile_slide .slick-list{
	position: relative;
	display: block;
	overflow: hidden;
}
.profile_slide{
/*	cursor: pointer;*/
	position: relative;
}
.profile_slide .slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.profile_slide .slick-arrow{
	display: block;
	text-indent: -10000px;
	outline:none;
	line-height:1px;
	font-size:1px;
	height: 17px;
	width: 10px;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 8px);
	left:-20px;
	z-index: 1;
	border: none;
}

.profile_slide  .slick-next{
	left: auto;
	right: -20px;
}
.profile_slide  .slick-arrow:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: calc(50% - 7px);
	border-top: 3px solid #f17764;
	border-left: 3px solid #f17764;
}
.profile_slide  .slick-prev:before{
	transform: rotate(-45deg);
	left: calc(50% - 4px);
}
.profile_slide  .slick-next:before{
	transform: rotate(135deg);
	left: calc(50% - 12px);
}



.profile_slide .pointer{
	display: table;
	margin: 20px auto 0;
}
.profile_slide .pointer li{
	display: table-cell;
	padding: 0 3px;
}
.profile_slide .pointer li button{
	display: block;
	text-indent: -10000px;
	outline:none;
	line-height:1px;
	font-size:1px;
	background-color: #c1c1c1;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	border: none;
	cursor: pointer;
}
.profile_slide .pointer .slick-active button{
	background-color: #f17965;
}





/*------インスタグラム---------*/
#col_insta {
	padding:75px 0;
	border-top:1px #e2e2e2 solid;
	border-bottom:1px #e2e2e2 solid;
}
#col_insta h2{
	text-align: center;
	
}
#col_insta .btn{
	width: 100%;
	max-width:400px;
	margin:15px auto;
}
#col_insta .instatag {
	text-align:center;
	padding:15px 0;
	
}
#col_insta .instatag a{
	border-radius: 30px;
	border:1px solid #65534a;
	padding:5px 20px;
	margin:auto;
}
.instafeed{
	display:flex;
	justify-content:space-between;
	flex-flow: row wrap;
}
.instafeed div{
	width:16%;
	padding:1%;
	box-sizing:border-box;
}
.instafeed div a{
	display: block;
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.instafeed div a img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 20%;
	transform: scale(1.001);
	font-family: 'object-fit: cover; object-position: 50% 50%;';
	transition: transform 0.6s ease-out;
	transition-property: opacity, transform;
	backface-visibility: hidden;
}
.instafeed div a:hover img{
	transform: scale(1.1);
}

/*------endカラム--------*/
#col_end{
	display: flex;
	padding-top:75px;
	justify-content:space-between;
}


#col_end a{
	width:30%;
	}
#col_end section{
	text-align:center;

	
}
#col_end section h3{
	padding:10px 0;
	font-weight: normal;
}