@charset "utf-8";

/**
 * error message
 */
.mw_wp_form .error {
	font-size : 93%;
	color : #B70000;
	display : block;
}

/**
 * error message of akismet
 */
.mw_wp_form .akismet_error {
	display: block;
}

/**
 * vertical style of radio and checkbox
 */
.mw_wp_form .vertical-item {
	display: block;
}
.mw_wp_form .vertical-item + .vertical-item {
	margin-top: 5px;
}

/**
 * horizontal style of radio and checkbox
 */
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 10px;
}

/**
 * radio and checkbox
 */
.mwform-checkbox-field label,
.mwform-radio-field label {
	font-weight: normal;
	margin-bottom: 0;
}
.mwform-checkbox-field input,
.mwform-radio-field input {
	margin-right: 5px;
}

/**
 * datepicker
 */
.mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
	width: 40%;
	margin: 0 5px;
}

/**
 * deprecated message
 */
.mw-wp-form-deprecated-message {
	background: #fdeeee;
	border: 1px solid #f7bdb8;
	border-radius: 5px;
	color: #af4040;
	font-size: 13px;
	line-height: 1.6;
	margin: 0 0 10px;
	padding: 1em;
}

/**
 * file
 */
.mw_wp_form input[type="file"] {
	display: inline-block;
}

/**
 * file delete button
 */
.mwform-file-delete {
	cursor: pointer;
	visibility: hidden;
}

/**
 * tel and zip
 */
.mwform-tel-field input[type="text"],
.mwform-zip-field input[type="text"] {
	display: inline-block;
	width: auto;
}
#mw_wp_form_mw-wp-form-5,
form#mail_form{
	background-color: rgba(0,0,0,.4);
	margin: 0 25px;
}
/* 追加CSS */
.contact .form{
	background-color: unset !important;
	margin: 0 !important;
}
.concept_ph p{
	transform: translate(-20px, -54px);
}
.concept_ph p.ryumin{
	margin-left: 0 !important;
}

#fv .fv{
	position: relative;
}
.tell__btn{
	position: absolute;
	left: 28px;
	bottom: 28px;
	max-width: 440px;
	height: 129px;
}
.tell__btn a{
	display: block;
}

.fv__title{
	position: relative;
	font-size: 58px;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	color: #171C61;
	font-style: normal;
}
.fv__title::after{
	content: "IFスクールとは？";
	display: block;
	font-size: 20px;
	text-align: center;
	color: #171C61;
	font-weight: bold;
}
.gallery-title::after{
	content: "ギャラリー";
	display: table;
	font-size: 20px;
	margin-right: 100px;
	margin-left: auto;
	line-height: 2;
	color: #fff;
	font-weight: bold;
}
.scroll__img{
	display: block;
	width: 100%;
	padding-bottom: 72.5px;;
}
.card__box{
	width: 75%;
	max-width: 750px;
	margin: 0 auto;
	padding: 72.5px 0 18px;
}
.card__plan2, .card__plan3{
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
}
.card__list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 43px;
}
.card__item{
	width: calc((100% - 37.5px) / 2);
	max-width: 330px;
}
.card__img{
	display: none;
	width: 83%;
	margin: 0 auto;
}
.card__title{
	font-family: toppan-bunkyu-midashi-min-st, serif;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	font-size: 22px;
	line-height: 2;
}
.card__text-box{
	border: 3.34px solid #3E3A39;
}
.card__text{
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
	padding: 7px;
	text-align: center;
}
.card__plan{
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
	font-size: 34px;
	text-align: center;
	position: relative;
}
.card__plan::after{
	content: "/月";
	display: block;
	font-size: 14px;
	position: absolute;
	right: 20%;
	bottom: 10%;
}
.card__list.last{
	align-items: flex-start;
	margin-bottom: 0;
}
.card__plan2,
.card__plan3{
	font-size: 34px;
	padding-left: 36%;
	position: relative;
}
.card__plan2::before{
	font-family: fot-chiaro-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	content: "8回チケット";
	position: absolute;
	display: block;
	padding: 2px;
	left: 2px;
	top: 20%;
	font-size: 18px;
	border: 1.52px solid #3E3A39;
}
.card__plan2::after{
	font-family: fot-chiaro-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	content: "※有効期限：チケット購入日より３ヶ月間";
	position: absolute;
	display: block;
	left: 0;
	bottom: -120%;
	font-size: 12px;
}
.card__plan3::before{
	font-family: fot-chiaro-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	content: "1回チケット";
	position: absolute;
	display: block;
	padding: 2px;
	left: 2px;
	top: 20%;
	font-size: 18px;
	border: 1.52px solid #3E3A39;
}
.flow-title img{
	display: block;
	margin-bottom: -2px;
}
.member__achievement{
	margin-top: 16px;
}
.achievement__list{
	margin-top: 13px;
	display: flex;
	align-items: center;
	justify-content: left;
}
.achievement__item{
	margin-right: 16px;
	font-size: 12px;
	line-height: 1.3;
}
.achievement__item span{
	color: #D7DD00;
	padding-top: 12px;
}
.achievement__btn{
	max-width: 294px;
	margin: 19px 48px 0px auto;
}
.achievement__btn a{
	display: block;
	width: 100%;
}
.fv__span{
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 900;
	font-style: normal;
}
.representative{
	width: 93%;
	padding: 123px 0 33px;
	max-width: 1000px;
	margin: 0 auto;
	font-family: Hiragino Mincho ProN,ヒラギノ明朝 ProN,Hiragino Mincho Pro,ヒラギノ明朝 Pro;
	font-weight: 300;
}
.representative__title{
	font-size: 36px;
	color: #171C61;
	font-weight: 600;
}
.representative__info{
	display: flex;
	align-items: flex-start;
	justify-content: start;
	font-weight: 600;
}
.representative__name{
	font-size: 66px;
	padding-top: 77px;
	position: relative;
	width: 37%;
	margin-right: 43px;
	font-weight: 600;
}
.representative__name::before{
	content: "IFスクール・ダンスラボ 代表";
	display: block;
	color: #000000;
	font-size: 24px;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 600;
}
.representative__text{
	font-size: 33px;
	text-align: center;
	width: 52%;
	font-weight: 600;
	margin-left: 28px;
}
.representative__list{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.representative__item{
	width: calc((100% - 10.5px) / 2);
}
.representative__img{
	display: block;
}
.representative__img-text{
	font-size: 17px;
	margin-top: 56px;
}
.representative__item-text{
	font-size: 15px;
}
.representative__item p:nth-child(2){
	font-size: 16px;
	margin-top: 60px;
	font-weight: 600;
}
.representative__btn{
	margin-top: 60px;
}
.representative__btn a{
	display: block;
	width: 183px;
	height: auto;
	margin: 0 38px 0 auto;
}
.form__block{
	display: block !important;
}
.large_ttl dt{
	font-size: 30px;
}
.midlle_ttl dt{
	font-size: 20px;
}
form#mail_form dl{
	display: flex;
	align-items: center;
}
form#mail_form .base{
	display: flex;
	align-items: baseline;
}
form#mail_form dl dt{
	width: 10%;
}
form#mail_form dl dd{
	width: 80%;
}
.contact textarea{
	width: 100%;
	padding: 1.5em !important;
	padding-right: 0 !important;
}
form#mail_form dl dt span.required, form#mail_form dl dt span.optional{
	display: none;
}
#concept .d-flex_pc{
	align-items: flex-start;
}
.flickity-prev-next-button.previous{
	display: none !important;
}

@media screen and (max-width:1421px){
	.concept_txt{
		bottom: 40px;
	}
	.concept_ph:after{
		height: 56%;
	}
}
@media screen and (max-width:1421px){
	.concept_txt{
		bottom: -18px;
	}
	.concept_ph:after{
		height: 458px;
	}
}
@media screen and (max-width:1200px) {
	.concept_ph:after{
		bottom: -38px;
	}
}
@media screen and (max-width:1160px) {
	.member__text{
		margin-bottom: 8px;
	}
	.concept_ph:after{
		height: 450px;
		bottom: -20px;
	}
	.member__img.image01{
		width: 50%;
		height: 720px;
		background: url(../image/Una.jpg) no-repeat center center;
		background-size: cover;
	}
	.member__img.image02{
		width: 50%;
		height: 720px;
		background: url(../image/instructor.jpg) no-repeat center center;
		background-size: cover;
	}
	.member__img img{
		display: none;
	}
	#map iframe{
    max-height: 300px;
  }
	.contact textarea{
		width: 96.2%;
	}
	.gallery-title::after{
		margin-right: 56px;
	}
}
@media screen and (max-width:1080px) {
	#concept{
		padding-bottom: 20%;
	}
	.fv__title::after{
		white-space: nowrap;
		text-align: left;
	}
	.representative__title{
		width: 80%;
		margin: 0 auto;
	}
	.representative__name{
		margin: 0 auto;
		width: 80%;
	}
	.representative__info{
		flex-direction: column;
	}
	.representative__list{
		flex-direction: column;
	}
	.representative__item{
		width: 80%;
	}
	.representative__img{
		margin-top: 55px;
	}
	.representative__text{
		margin: 0 auto;
		width: 80%;
	}
	.representative__item-text{
		margin-top: 55px;
	}
	.representative__btn a{
		margin: 0 auto;
	}
	.concept_txt{
		bottom: -8px;
	}
}
@media screen and (max-width:1040px) {
	.member__img.image01,
	.member__img.image02{
		height: 730px;
	}
}
@media screen and (max-width:980px) {
	.tell__btn{
		width: 44%;
		height: auto;
	}
	#concept{
		padding-bottom: 30%;
	}
	.card__title{
		font-size: 20px;
	}
	.card__text{
		font-size: 14px;
	}
	.member__img.image01,
	.member__img.image02{
		height: 690px;
	}
}
@media screen and (max-width:907px) {
	.concept_txt{
		bottom: -148px;
	}
	.concept_ph:after{
		bottom: -166px;
	}
}
@media screen and (max-width:900px) {
	.concept_txt{
		bottom: -168px;
	}
	.concept_ph:after{
		bottom: -184px;
	}
}
@media screen and (max-width:800px) {
	#concept{
		padding-bottom: 40%;
	}
}
@media screen and (max-width:894px) {
	.card__list{
		flex-direction: column;
		margin-bottom: 0;
	}
	.card__list.last{
		align-items: center;
	}
	.card__item{
		margin-bottom: 60px;
		width: 80%;
    max-width: 450px;
	}
	.card__plan2{
		padding-bottom: 20px;
	}
	.card__plan2, .card__plan3{
		font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
		max-width: 330px;
		margin-left: auto;
	}
	.card__plan2::after{
		right: unset;
		left: 0;
    top: unset;
    bottom: 0;
	}
	.add_name{
		font-size: 30px;
	}
	.place span{
		font-size: 28px;
	}
	#map iframe{
    max-height: 280px;
  }
}
@media screen and (max-width:768px){
	.tell__btn{
		left: 14px;
		bottom: 14px;
	}
	.js-scrollable .scroll__img{
				width: 1000px;
		}
	#concept{
		padding-bottom: 200px;
	}
	.gallery-title::after{
		position: absolute;
		display: inline-block;
		left: 28%;
		bottom: 0;
		transform: translateY(33px);
	}
	.concept_ph:after{
		min-height: 490px;
		bottom: -307px;
	}
	.concept_ph p{
		transform: unset;
		margin-top: 20px;
	}
	.concept_ph:after{
		width: 418px;
	}
	.member__inner{
		flex-direction: column-reverse;
	}
	.member__img{
		width: 100%;
		height: auto;
		background: none;
	}
	.member__info{
		width: 100%;
		padding: 48px 22px 38px 22px;
	}
	.member__img img{
		display: block;
	}
	.member__img.image01,
	.member__img.image02{
		width: 100%;
		height: 865px;
	}
	.member__role{
		font-size: 16px;
		margin-bottom: 22px;
	}
	.member__name{
		font-size: 48px;
	}
	.member__name span{
		font-size: 16px;
	}
	.member__text{
		font-size: 18px;
	}
	.member__achievement{
		font-size: 14px;
	}
	.place{
		text-align: center;
	}
	#header.is-animation #nav li a{
		color: #fff;
	}
	.representative__title{
		width: 100%;
	}
	.representative__name{
		width: 100%;
	}
	.representative__item{
		width: 100%;
	}
	.representative__text{
		width: 100%;
	}
	#header.is-animation{
		background-color: unset !important;
	}
	#header.representative__header{
		background-color: unset;
	}
	form#mail_form dl{
		flex-direction: column;
		align-items: baseline;
	}
	form#mail_form .base{
		flex-direction: column;
	}
	form#mail_form dl dt{
		width: 100%;
		padding-bottom: 0;
	}
	form#mail_form dl dd{
		width: 100%;
	}
	form#mail_form{
		padding: 30px;
		margin: 0 auto;
	}
	.large_ttl dt{
		font-size: 18px;
	}
	form#mail_form input[type="button"]{
		max-width: 198px;
		padding: 20px;
		font-size: 18px;
	}
	.contact textarea{
		width: 95%;
		padding-right: 0 !important;
	}
	.flickity-prev-next-button{
		top: 25%;
	}
	.member__info{
		height: 640px;
	}
	.fv__title,
	.gallery-title{
		font-size: 50px;
	}
	.gallery-title::after{
		left: 25%;
	}
}
@media screen and (max-width:767px) {
	.concept_txt{
		bottom: -77px;
	}
	.concept_ph:after{
		bottom: -188px;
	}
}
@media screen and (max-width:718px) {
	.concept_ph:after{
		bottom: -184px;
	}
	.concept_txt {
    bottom: -94px;
}
}
@media screen and (max-width:662px) {
	.concept_ph:after{
		bottom: -250px;
	}
	.concept_txt {
    bottom: -130px;
}
.member__img.image01,
	.member__img.image02{
		width: 100%;
		height: 690px;
	}
}
@media screen and (max-width:680px) {
	#concept {
    padding-bottom: 260px;
}
}
@media screen and (max-width:638px) {
	.member__info{
		height: 702px;
	}
}
@media screen and (max-width:620px) {
	#concept {
    padding-bottom: 300px;
}
}
@media screen and (max-width:550px) {
	.representative__text{
		font-size: 28px;
	}
}
@media screen and (max-width:590px) {
	.concept_txt{
		min-height: 480px;
	}
	#concept{
		padding-bottom: 20px;
	}
	.card__box{
		width: 90%;
	}
	.contact__thanks-info{
		font-size: 40px;
	}
	.contact__thanks-text{
		font-size: 16px;
	}
	.member__img.image01,
	.member__img.image02{
		height: 650px;
	}
}
@media screen and (max-width:530px){
	.achievement__list{
		flex-direction: column;
		align-items: flex-start;
	}
	.achievement__item{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.add_name{
		font-size: 26px;
	}
	.place span{
		font-size: 22px;
	}
	.achievement__btn{
		margin-right: auto;
	}
	.member__info{
		height: 800px;
	}
	.fv__title, .gallery-title{
		font-size: 34px;
	}
	.gallery-title{
		padding-bottom: 0;
	}
	.gallery-title::after {
    left: 22%;
}
.gallery-text{
	margin-top: 76px;
}
.plan{
	padding-bottom: 0;
}
form#mail_form input[type="text"],
form#mail_form input[type="tel"],
form#mail_form input[type="email"],
.contact textarea{
	padding: 4px 4%;
}
.contact textarea{
	padding: 6px 6% !important;
	font-size: 16px;
}
form#mail_form input[type="text"],
form#mail_form input[type="tel"],
form#mail_form input[type="email"]{
	height: 40px;
	font-size: 16px;
}
form#mail_form input[type="button"]{
	max-width: 104px;
    padding: 6px;
		font-size: 16px;
		margin-bottom: 20px;
}
form#mail_form dl dt{
	padding-top: 0;
}
.contact textarea{
	height: 120px;
}
}
@media screen and (max-width:480px){
	.concept_ph h3{
		font-size: 28px;
	}
	.concept_ph_txt{
		font-size: 12px;
	}
	.card__item{
		min-width: 330px;
	}
	.card__plan2, .card__plan3{
		padding-left: 117px;
	}
	.spnone{
		display: none;
	}
	.contact__thanks-text{
		font-size: 14px;
	}
	.member__img.image01,
	.member__img.image02{
		height: 540px;
	}
	.flickity-prev-next-button.next{
		width: 50px !important;
		height: 150px !important;
		top: 20%;
	}
}
@media screen and (max-width:447px){
	.member__info {
    height: 900px;
}
}
@media screen and (max-width:420px){
	.concept_ph h3{
		font-size: 24px;
	}
	.concept_ph_txt{
		padding: 18px;
	}
	.concept_ph p{
		padding: 0;
	}
	.card__item{
		min-width: 310px;
	}
	.flickity-prev-next-button.next{
		right: 3% !important;
	}
}
@media screen and (max-width:352px) {
	.member__info {
    height: 920px;
}
}