@charset "UTF-8";

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
body {
    margin-top: 0px;
    margin-right: 0px;
    height: auto;
}
.copyright {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
div#topImageArea{
	position: relative;
}
#topClassBtm{
	position: absolute;
	top: 300px;
	left: 60px;
	z-index: 10000;
	}
.style1 {
	font-size: 60px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.style2 {
	font-size: 14px;
/*	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	line-height: 25px;
}
.style2Fix {
	font-size: 12px;
	line-height: 20px;
}
.style3 {
	color: #000066;
	font-weight: bold;
}
.style5 {color: #660066; font-weight: bold; }
.style6 {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.style7 {
	font-size: 14px;
	line-height: 20px;
}
.fullImg{
	width: 100%;
	height: auto;
}
div.balletClass{
    text-align: left;
    padding-left: 30px;
    padding-bottom: 20px;
    width: 930px;
    height: auto;
    margin: 0 auto;
    background-color: #DDE5E1;
    color: #5A6566;
	}
img#classInfo {
	float: left;
	width: 150px;
	height:auto;
	top: -10px;
	left: -20px;
}
div.balletClass h4{
    margin: 35px 30px 5px 15px;
    padding: 0px;
    display: block;
    float: left;
    width: 700px;
    height: 120px;
    font-size: 28px;
    font-weight: normal;
    color: #01919A;
}
div.fourClasses{
	position: relative;
	margin: 0px;
	height: auto;
	width: 960px;
}

div.balletClass img{
	margin: 5px 5px; 
	width: 900px;
	height: auto;
	}

/*mimiのおじぎ*/
div.balletClass div.bowContainer{
    position: absolute;
    width: 185px;
    height: auto;
    left: 7px;
    top: 12px;
    z-index: 1000;
}
div.bowContainer img.bow{
	width: 185px;
}
.bow{
	transition: transform 0.3s ease;
}
.bowContainer:hover .bow{
  transform: rotate(10deg);
}

/*Petitのスピン*/
div.balletClass div.spinContainer{
    position: absolute;
    width: 150px;
    height: auto;
    left: 5px;
    top: 255px;
}
div.spinContainer img.spin{
	width: 150px;
}
.spin{
}
.spinContainer:hover .spin{
  transform: rotateY(360deg);
  transition: transform 1s ease-out;
}

/*Jolieのジャンプ*/
div.balletClass div.jumpContainer{
    position: absolute;
    width: 220px;
    height: 230px;
    left: 158px;
    top: 504px;
    z-index: 1000;
}
div.jumpContainer img.jump{
	width: 220px;
}
.jump{
}
.jumpContainer:hover img.jump{
	animation: JolieJump 1s ease;
}
@keyframes JolieJump{
	0%{
		transform: translateY(0px) rotateY(0deg);
	}
	40%{
		transform: translateY(-50px) rotateY(0deg);
	}
	60%{
		transform: translateY(-50px) rotateY(360deg);
	}
	100%{
		transform: translateY(0px) rotateY(360deg);
	}

}

/*Belleのぽわん*/
div.balletClass div.powanContainer{
    position: absolute;
    width: 200px;
    height: auto;
    left: 178px;
    top: 756px;
    z-index: 1000;
}
div.powanContainer img.powan{
	width: 192px;
}
.powan{
	transition: 1s ease;
}
.powanContainer:hover .powan{
	transform: scale(1.2) translate(0px,-8px);
}

/*スペーサー*/
div.spacer{
    height: 20px;
    width: 960px;
    background-color: #EFEFEF;
}

/*身体ほぐし運動*/
div.stretching {
	background-color: white;
	color: darkslategray;
	width: calc(900px - 2em);
	padding: 1em;
	border-radius: 1em;
}
#stretchImg01{
	width: 890px;
}
.classTD{
	position: relative;
}
#balletClassBtm{
	position: absolute;
	width: 80px;
	top: 60px;
	left: 500px;
	z-index: 10000;
	}
#stretchingClassBtm{
	position: absolute;
	width: 80px;
	top: 50px;
	left: 500px;
	z-index: 10000;
	}
.dropshadow{
 -webkit-filter:drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));}
