body {
    -webkit-transform-style: flat;
}
.overlay {
    background-color: #fff;
    width: 100%;
	height: 100vh;
    position: absolute;
	top: 0;
	left: 0;
    z-index: 99999999999999;
}

#loading {
    position: absolute;
    text-align: center;
    z-index: 99999999999999;
}

#loading{
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-75px;
    margin-top:-116px;
    
}

#loading img{
    -webkit-animation: loader 1.8s ease infinite;
    animation: loader 1.8s ease infinite;
}

@-webkit-keyframes loader{
    from{
        -ms-transform:rotateY(0deg);
        -webkit-transform:rotateY(0deg);
        transform:rotateY(0deg);
    }
    to{
        -ms-transform:rotateY(360deg);
        -webkit-transform:rotateY(360deg);
        transform:rotateY(360deg);
    }
}
@keyframes loader{
    from{
        -ms-transform:rotateY(0deg);
        -webkit-transform:rotateY(0deg);
        transform:rotateY(0deg);
    }
    to{
        -ms-transform:rotateY(360deg);
        -webkit-transform:rotateY(360deg);
        transform:rotateY(360deg);
    }
}
h2 {
	text-align: center;
}

header {
	position: fixed;
	z-index: 999999;
	background: rgba(255,255,255,1);
	width: 100%;
	top: 0;
	left: 0;
	height: 102px;
	overflow: hidden;
}

header h1 {
	position: absolute;
	top: 20px;
	left: 30px;
}

header .unit {
	position: absolute;
	top: 28px;
	right: 102px;
	width: 483px;
	display: flex;
	align-items: center;
}

header .unit img {
	max-width: 100%;
	height: auto;
    vertical-align: middle;
}

header .unit a {
    margin-left: 30px;
}

header .unit .tel{width: 173px;}
header .unit .blog{width: 132px;}
header .unit .sns{width: 34px;}


#slider {
    opacity: 0;
	margin-top: 102px;
}
#nav {
    position: fixed;
    right: 46px;
    top: 15%;
    z-index: 9999999;
    display: none;
}


#nav p {
    text-align: center;
}

.navprev {
    margin-bottom: 20px;
}

#nav li {
    text-align: center;
}

#nav li.now a {
    background-color: #66448f;
}

#nav li a {
    background-color: #CECECE;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    margin: 0 auto 15px;
}

#nav li:last-child {
    margin-bottom: 20px;
}

/* about */
#about {
	position: relative;
}

#about div {
	position: absolute;
	width: 100%;
	text-align: center;
}

#about h2 {
	padding-bottom: 40px;

}

#about p {
	font-size: 1.7em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height: 2;
}

/* teacher */
#teacher {
	width: 980px;
	margin:auto;
	padding-top: 70px;
}

#teacher .clearfix {
}

#teacher .Fleft {
	width: 645px;
	float: left;
	margin-top: 50px;
    padding-bottom: 110px;
}

#teacher .Fleft h3 {
	font-size: 2.6em;
	font-font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	padding-bottom: 30px;
}

#teacher .Fleft p {
	font-size: 1.6em;
	line-height: 2;
	padding-bottom: 50px;
}

#teacher .Fleft h4 {
	padding-top: 50px;
}

#teacher .Fright {
	float: right;
    position: relative;
}
#teacher .Fright img {
	position: absolute;
    top: -75px;
    right: 0px;
}

#teacher .Fleft .flex{
	margin-top: 20px;
	display: flex;
}

#teacher .Fleft .flex a{
	margin-right: 20px;
}

#teacher .Fleft .flex a:last-child{
	margin-right: 0;
}
    

/* classInfo */
#classInfo {
	padding: 0 0 45px;
	text-align: center;
	
    background-image: url(../img/pc/bg.png);
    background-position: left top;
    background-repeat: repeat;
}

#classInfo h2 {
	padding: 35px 0;
    background-image: url(../img/pc/line.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
}

#classInfo .listimg {
	padding-top: 90px;
}

#news {
    width: 878px;
    margin: 70px auto 0;
}

.listimg {
    width: 878px;
    margin: auto;
}

#classInfo h3 {
    font-size: 1.9em;
    font-weight: bold;
    color: #66448F;
    background-image: url(../img/pc/arrow01.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 0 5px 25px;
    margin: 0 0 20px;
    text-align: left;
}

#classInfo dl {
    padding: 20px 0;
    border-bottom: 1px solid #E2D8F0;
}

#classInfo dt {
    float: left;
    width: 100px;
    font-size: 1.5em;
    color: #66448F;
    text-align: left;
}

#classInfo dd {
    float: right;
    width: 770px;
    font-size: 1.5em;
    text-align: left;
}

#classInfo dd a {
    color: #000;
    text-align: left;
    text-decoration: underline;
}

/* studio */
#studio {
	background-image: url(../img/pc/bg.png);
	background-position: left top;
	background-repeat: repeat;
}

#studio h2 {
	padding: 35px 0;
    background-image: url(../img/pc/line.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
}

#tabwrap {
	width: 980px;
	margin: auto;
	padding-bottom: 40px;
}

#tab {
	text-align: center;
	margin-top: 55px;
	background: url("../img/pc/bg_Tab.png") repeat-x left bottom;
}

#tab li {
	display: inline-block;
	width: 276px;
    height: 79px;
	text-align: center;
	font-size: 1.8em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	margin: 0 26px 0 0;
	font-weight: bold;
	position: relative;
    cursor: pointer;
    text-indent: -999999px;
}
#tab li:last-child{
	margin-right: 0;
}

#tab li img {
	position: absolute;
	bottom: -6px;
	left: 142px;
	display: none;
}

#tab li.tab1 {
    background-image: url(../img/pc/tab1off.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#tab li.tab1.active {
    background-image: url(../img/pc/tab1on.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#tab li.tab2 {
    background-image: url(../img/pc/tab2off.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#tab li.tab2.active {
    background-image: url(../img/pc/tab2on.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#tab li.tab3 {
    background-image: url(../img/pc/tab3off.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#tab li.tab3.active {
    background-image: url(../img/pc/tab3on.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#tab li.active img {
	display: block;
}



.tabInner {
	display: none;
    width: 940px;
    margin: auto;
}

.tabInner .studioBlock{
	padding: 30px;
}

.tabInner.active {
	display: block;
}

.tabInner .Fleft {
	float: left;
	width: 406px;
}

.tabInner .Fright {
	float: right;
	width: 430px;
}

.tabInner .Fright h3 {
	font-size: 1.9em;
	padding-bottom: 30px;
}

.tabInner .Fright p {
	font-size: 1.5em;
	padding-bottom: 30px;
	line-height: 1.6;
}

#tableArea {
	width: 880px;
	margin: 45px auto 0;
	padding-bottom: 70px;
	border-top: 1px dashed #CCC2D8;
}

#tableArea h3 {
	font-size: 1.9em;
	font-weight: bold;
	color: #66448F;
	background-image: url(../img/pc/arrow01.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 5px 25px;
	margin: 40px 0 25px;
}

#tableArea h3 span {
    font-size: 0.6em;
    display: inline-block;
    color: #333;
    margin-left: 15px;
}

#tableArea2 {
    width: 880px;
    margin: 45px auto 0;
    padding-bottom: 70px;
    border-top: 1px dashed #CCC2D8;
}

#tableArea2 h3 {
    font-size: 1.9em;
    font-weight: bold;
    color: #44558F;
    background-image: url(../img/pc/arrow01.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 0 5px 25px;
    margin: 40px 0 25px;
}

#tableArea2 h3 span {
    font-size: 0.6em;
    display: inline-block;
    color: #333;
    margin-left: 15px;
}

.mov {
    padding: 35px 0 70px;
    background-image: url(../img/pc/line.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.mov h2 {
    padding-bottom: 35px;
    text-align: center;
}

.mov div {
    text-align: center;
	margin-bottom: 50px;
}

.mov div:last-child {
	margin-bottom: 0;
}

/* contact */
.contact {
	padding: 35px 0 70px;
	background-image: url(../img/pc/line.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.contact h2 {
	padding-bottom: 35px;
}

.contact p.txt {
	font-size: 1.7em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	text-align: center;
	padding: 65px 0 45px;
	font-weight: bold;
}

.contact div {
	border:2px solid #66448F;
	display: block;
	text-align: center;
	width: 706px;
	margin: auto;
	color: #66448F;
	font-weight: bold;
	font-size: 2.7em;
	padding: 15px 0;
	background-image: url(../img/pc/arrow02.png);
	background-position: 97% center;
	background-repeat: no-repeat;
}

.contact div span {
    font-size: 1.23em;
}

.contact p.tel {
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	padding: 30px 0 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.contact p.tel a {
    color: #66448F;
    padding-right: 15px;
    background-image: url(../img/pc/arrow3.png);
    background-position: right center;
    background-repeat: no-repeat;
    text-decoration: underline;
}


/* footer */
footer div a {
	background-color: #66448F;
	display: block;
	text-align: center;
	padding: 15px 0;
}
footer p {
	font-size: 1.3em;
	text-align: center;
	padding: 40px 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color: #4D4D4D;
}


/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 30px;
    top: 28px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 101;
    background-color: #66448f;
    padding: 10px;
    border-radius: 3px;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 2px;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 20px;
}

#top-head,
.inner {
    width: 100%;
    padding: 0;
}
#top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
    padding-top: 0;
    background: transparent;
}
#mobile-head {

    z-index: 999;
    position: relative;
}
#top-head.fixed .logo,
#top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
}
#global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: 0;
    right: -562px;
    background: #fff;
    width: 400px;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    border-left: 1px solid #f2f2f2;
}


#global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: none;
    position: static;
    font-size: 1.6em;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
    display: block;
    color: #66448F;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

#top-head #global-nav ul li a:hover,
#top-head.fixed #global-nav ul li a:hover {
  text-decoration: underline;
}

#nav-toggle {
    display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateX(-562px);
    -webkit-transform: translateX(-562px);
    transform: translateX(-562px);
}
#top-head.fixed #global-nav ul li a:hover {
  text-decoration: underline;
}

#nav-toggle {
    display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateX(-562px);
    -webkit-transform: translateX(-562px);
    transform: translateX(-562px);
}

.navFlex{
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
}

.navFlex a{
	margin-right: 20px;
}

.navFlex a:last-child{margin-right: 0;}

.schedule table{
	margin: 0 auto 50px;
	max-width: 880px;
	width: 100%;
	border-collapse: separate;
	border-top: 1px #66448F solid;
	border-left: 1px #66448F solid;
}

.schedule tr{
	position: relative;
	background-clip: padding-box;
}

.schedule table th{
	width : calc(100% / 7) ;
	background: #8569A5;
	color: #fff;
	border-right: 1px #66448F solid;
	border-bottom: 1px #66448F dotted;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

.schedule table td{
	font-size: 1.2em;
	line-height: 120%;
	background: #fff;
	border-right: 1px #66448F solid;
	border-bottom: 1px #66448F dotted;
	vertical-align: middle;
	text-align: center;
	padding: 3px;
	font-weight: bold;
}

.schedule table tr:last-child td,
.schedule table td.solidLine{
	border-bottom: 1px #66448F solid;
}

.schedule table td .caption{
	background: #fff;
	font-size: 0.8em;
	line-height: 110%;
	padding: 0 10px;
}

.schedule table td.ex{background: #E1E1E2;}
.schedule table td.jr{background: #FFFBB4;}
.schedule table td.pre{background: #D2E9C9;}
.schedule table td.s{background: #ACA7D5;}
.schedule table td.contemporary{background: #ECCCFF;}
.schedule table td.pilates{background: #F8D5D9;}
.schedule table td.open{background: #F8BB9A;}
.schedule table td.va{background: #BFE5EF;}
.schedule table td.toe{background: #DEDCEE;}

.schedule table td .timeCover{

}

.schedule table td .time{
	display: inline-block;
	color: #66448F;
	font-size: 1.1em;
	line-height: 120%;
	position: absolute;
	top: 50%;
	left: -3.1rem;
	transform: translate(0, -50%);
}

.schedule table td .time::after{
	content: '';
	width: 1rem;
	height: 3px;
	background: #66448F;
	position: absolute;
	right: -1.5rem;
	top: 50%;
	transform: translate(0, -50%);
}
.price table{
	margin: 0 auto 10px;
	max-width: 880px;
	width: 100%;
	border-collapse: collapse;
	border: 2px #66448F solid;
}

.price table .endLine{
	border-bottom: none;
}

.price.ticket th{width: 22%;}
.price.ticket td{width: 26%;}

.price.fee th{width: 22%;}
.price.fee td{width: 39%;}

.price table th.secondColor{background: #F9F4FF;}

.price table th{
	background: #F0E4FF;
	font-size: 1.4em;
	line-height: 140%;
	color: #66448F;
	border-right: 1px #66448F solid;
	border-bottom: 1px #66448F solid;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	font-weight: bold;
}

.price table td{
	font-size: 1.4em;
	line-height: 140%;
	background: #fff;
	border-right: 1px #66448F solid;
	border-bottom: 1px #66448F solid;
	vertical-align: middle;
	text-align: center;
	padding: 20px 10px;
	font-weight: bold;
}


.classInfo table{
	margin: 0 auto 10px;
	max-width: 880px;
	width: 100%;
	border-collapse: collapse;
	border: 2px #666 solid;
}

.classInfo table th{
	width: 20%;
	font-size: 1.4em;
	line-height: 140%;
	border-right: 2px #666 dotted;
	border-bottom: 2px #666 dotted;
	vertical-align: middle;
	text-align: center;
	padding: 20px 10px;
	font-weight: bold;
}

.classInfo table td{
	width: 20%;
	font-size: 1.4em;
	line-height: 140%;
	background: #fff;
	border-right: 2px #666 dotted;
	border-bottom: 2px #666 dotted;
	vertical-align: middle;
	text-align: center;
	padding: 20px 10px;
	font-weight: bold;
}

.classInfo table td.txt{
	text-align: left;
	width: 60%;
	border-right: none;
}

.classInfo table .endLine{
	border-bottom: none;
}

.classInfo table .ex{background: #E1E1E2;}
.classInfo table .jr{background: #FFFBB4;}
.classInfo table .pre{background: #D2E9C9;}
.classInfo table .s{background: #ACA7D5;}
.classInfo table .pilates{background: #F8D5D9;}
.classInfo table .open{background: #F8BB9A;}
.classInfo table .va{background: #BFE5EF;}
.classInfo table .contemporary{background: #ECCCFF;}
.classInfo table .toe{background: #DEDCEE;}

.fancybox-overlay-fixed{
	z-index: 9999999 !important;
}

.studioBlock{
	background: #F5F0FF;
}

.studioBlock.other{
	background: none;
}

#link01,#link02,#link03,#link04,#link05,#linkmov{
	margin-top: -82px;
	padding-top: 82px;
}
