@charset "UTF-8";

.sec2 {
	margin-bottom:0;
}
.sec3 {
	margin-bottom: 1.5rem;
}
.sec-lede-desc p {
	margin-bottom: 2rem;
	line-height:1.6;
}
.sec-lede-desc a {
	color:#fc5087;
}
.sec-sc-lede-desc p {
	margin-bottom: 2rem;
	line-height:1.6;
}
.sec-sc-lede-desc a {
	color:#fc5087;
}
.page-nohead {
	padding-top:0;
}
input, textarea, select, option { font-size:inherit; font:100%;}

.page-head-ttl {
	color: #fff;
}

.recept-table td {
	display: block;
	background-image: url(../img/common/tel-mark-icon2.png);
	background-position:top 45% left 45%;
	background-size:auto 24px;
	background-color: #ffffff;
}
.recept-table thead th {
	padding: .6em 1em;
	font-size: 1.2rem;
	text-align:center;
	background-color: #ededede;
}
.recept-table th span {
	display:block;
}
.recept-table td {
	font-size:1.6rem;
	padding: 1em 1em 1em 1em;
}

.recept-table .dial {
	color:#00BAA7;
	font-size:2.0rem;
	font-weight:bold;
	letter-spacing: 1px;
}

.recept-table2 {
	display:none;
}

.induct-btn2 {
	display: block;
	padding: 1rem 0;
	text-align: center;
	font-weight: bold;
	margin-bottom:2em;
	font-size:1.6rem;
}
.induct-btn2.first-btn {
	background-image: url(../img/common/b-arw.png);
	background-position: 96% 50%;
	background-size: 6px 10px;
}
.induct-btn2.first-btn:hover {
	background-image: url(../img/common/a-arw.png);
}
.mb1em {
	margin-bottom:.5em;
}


/* 4.header
------------------------------------------- */
/*.sp-header .gnavi-frame li {
	margin-bottom: 12px;
	border-radius: 4px;
}
.sp-header .gnavi-frame li {
	font-size: 1.3rem;
}
.sp-header .gnavi li a {
	padding: 20px 10px 16px 45px;
}
.sp-header .gnavi li .en {
	display: none;
}
.sp-header .gnavi li a::after {
	right: 18px;
	width: 18px;
	height: 18px;
	background-size: 18px auto;
}
.sp-header .nav-plus {
	background-position: 15px 50%;
	background-size: 18px auto;
}

.sp-header .gnavi li.sq {
	font-size: 1.1rem;
}
.sp-header .gnavi li.sq .en {
	display: none;
}
.sp-header .gnavi-frame li.member {
	margin-top:5px;
	font-size: 2.0rem;
	border-radius: 6px;
}
.header-contact-time {
	color:#fff;
	padding:1em 0 .5em;
	text-align:center;
	}
.header-contact-time span {
	display:block;
}
.sc-small{
	color:#E95455;
	font-size:80%;
	padding-left:.5em;
}
.s-menu-ttl a{
	color:#fff;
}
.s-menu-ttl a:hover{
	color:#fc5087;
}*/



/* home
------------------------------------------- */
.news-cat-pack {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background-image: url(../img/common/tri-arw.png);
	background-position: 100% 50%;
	background-size: 16px 16px;
}
.news-ex {
	width: 70%;
	font-size: 1.3rem;
	font-weight: bold;
	padding-right:2em;
	padding-left:1em;
}


/* home pickupdancer
------------------------------------------- */
.pickup-list li {
	dispklay:block;
}
.pickup-list li .pd-profile {
	position: static;
	padding: 10px;
	bottom: 0;
	width: 100%;
	height: 42%;
	background-color:#f6f6f6;
	border-top:0px dotted #999;
	border-left:1px solid #fff;
	border-right:1px dotted #ccc;
	text-align:center;
}
.pd-profile span {
	display: block;
	margin-top: .2rem;
}
.pd-profile .pd-name {
	margin-bottom: .6rem;
	color: #000;
	line-height: 1;
	font-weight: bold;
	font-size: 1.6rem;
}
.pd-profile .pd-sub {
	line-height: 1;
	font-size: 1rem;
}
.pd-profile .pd-cat {
	color: #000;
	font-size: 1.1rem;
}
.pd-profile .pd-studio {
	color: #fff;
	font-size: 1rem;
}
.pickup-list.slick-initialized.slick-slider.slick-dotted {
	margin-bottom: 6em;
}
.pickup-list li button::before {
	display: none;
}
.pickup-list .slick-dots li {
	margin: 0 2px;
	width: auto;
}
.pickup-list .slick-dots li button {
	padding: 0;
	width: auto;
	color: #999;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
}
.pickup-list .slick-dots li.slick-active button {
	color: #fc5087;
}
.pickup-list .slick-dots {
	bottom: -40px;
}
.pickup-list .slick-dots .pk-btn {
	width: 25px;
	height: 25px;
	vertical-align: top;
	background-size: 25px 25px;
}
.pickup-list .slick-dots .pk-prev-btn {
	margin-right: 10px;
	background-image: url(../img/common/c-l-arw.png);
}
.pickup-list .slick-dots .pk-next-btn {
	margin-left: 10px;
	background-image: url(../img/common/c-r-arw.png);
}
.pg-list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


/* aboutus
------------------------------------------- */
.aboutus-page-head {
	height: 265px;
}
.b-aboutus-head {
	background-image: url(../img/aboutus/aboutus-head-bg-sp.jpg);
}
.b-aboutus-head2 {
	background-image: url(../img/aboutus/aboutus-head-bg-sp-.jpg);
}
.aboutus-lede-txt {
	text-align:center;
}
.about-sec-desc {
	line-height: 1.5;
}

/* system
------------------------------------------- */
.system-lede {
	padding:0 2%;
}
.system-ttl {
	font-size: 1.8rem;
	font-weight: bold;
}
.system-ttl-desc {
	font-size:1.6rem;
	line-height:1.4;
	margin-bottom:2em;
}
.system-view-box {
	padding: 86px 0 2rem;
	margin-bottom: 2rem;
	background-position: 50% 0;
	background-size: 75px 75px;
	border-bottom:1px dashed #999;
}
.system-view-copy {
	text-align: center;
	font-size: 1.6rem;
	line-height:1.4;
	margin-bottom:1em;
}
.system-view-copy span {
	display: block;
	font-size: 3.2rem;
	font-weight: bold;
}

.system-view-desc {
	font-size: 1.4rem;
	line-height:1.5;
}
.system-lede-desc {
	font-size: 1.4rem;
	line-height:1.5;
	padding:0 2%;
	margin-bottom: 2rem;
}

.price-table table {
	font-size: 1.4rem;
	line-height:1.3;
}
.price-table .dark-grad {
	color: #fff;
}
.price-table table td {
	padding: 1em 8px;
}
.price-table th {
	font-weight: normal;
}
.price-table table .up {
	color: #fc5087;
}
.price-table table .up2 {
	font-size:1.4rem;
	color: #fc5087;
}
.price-table table .zero {
	font-size:1.4rem;
}
.price-table th.back-glay {
	background-color:#f6f6f6 !important;
}
.price-table th.cource-box {
	width:25%;
	background-color:#f6f6f6;
}
.price-table th.cource-box span{
	display: block;
}
.price-table .tax {
	font-size: 1.0rem;
}
.normal-price {
	text-decoration: line-through;
	font-weight:normal;
}
.campaign-price {
	color: #fc5087;
	font-size:2.0rem;
}
.price-table i {
	padding:0 .5em;
	font-size:1.8rem;
}
.price-table table .condition {
	font-size: 1rem;
}
.tb-xxs { font-size: 1.0rem;}
.tb-xs { font-size: 1.1rem;}
.tb-s { font-size: 1.2rem;}
.tb-m { font-size: 1.3rem;}

.price-atc-list {
	margin-bottom: 2rem;
}
.price-atc-list li {
	position: relative;
	padding-left: 1em;
	font-size: 1.3rem;
	line-height:1.4;
	margin-bottom:.6em;
}
.price-atc-list2 {
	margin-bottom: 2rem;
}
.price-atc-list2 li {
	position: relative;
	padding-left: 1em;
	font-size: 1.3rem;
	line-height:1.4;
	margin-bottom:.6em;
}
.price-atc-list2 li::before {
	position: absolute;
	content: "※";
	color: #fc5087;
	left: 0;
}

.tb-br {
	display: block;
}
.different-sec {
	padding: 3rem 0 1rem;
	background-color: #efefef;
}
.different-sec-ttl {
	font-size: 1.8rem;
	font-weight: bold;
}
.other-sch-link {
	margin-bottom: 3rem;
}
.other-sch-link li {
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: 1.5rem;
	font-weight: normal;
}

.dif-price-table table {
	font-size: 1.2rem;
	background-color: #fff;
}
.tb-class {
	background-color: #ecf9f7;
}
.academy-table .tb-class {
	width: 18%;
}
.other-table .tb-class {
	width: 24%;
}
.dif-table-name {
	width: 28%;
}
.system-recept .stand-btn {
	margin-bottom: 2.5rem;
}
.entry-btn {
	color: #fff;
	display: block;
	background: #e72001;
	background: -moz-linear-gradient(top,  #e72001 0%, #c91b00 100%);
	background: -webkit-linear-gradient(top,  #e72001 0%,#c91b00 100%);
	background: linear-gradient(to bottom,  #e72001 0%,#c91b00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e72001', endColorstr='#c91b00',GradientType=0 );
	font-size:1.6rem;
	margin-bottom:2em;
}
.entry-btn .arw {
	display: block;
	padding: 1.4em 0;
	background-image: url(../img/common/w-arw.png);
	background-position: 96% 50%;
	background-size: 8px 12px;
}

/* join
------------------------------------------- */
.join-page-head {
	height: 265px;
}
.b-join-head {
	background-image: url(../img/join/join-head-bg-sp.jpg);
}
.join-lede {
	padding:.5em 2% 3.5em;
	border-bottom:4px solid #ddd;
	margin-bottom:0;
}
.trial-back {
	background-color: #f6f6f6;
	padding:3.5em 2% 3.5em;
}
.kengaku {
	padding:3.5em 2% 3.5em;
}
.join-view {
	padding-bottom:0em;
}
.join-ttl {
	font-size: 2.8rem;
	font-weight: bold;
}
.join-ttl-desc {
	font-size:1.6rem;
	font-weight: bold;
	line-height:1.4;
	margin-bottom:1em;
	text-align:center;
}
.join-ttl-desc span{
	display:block;
	font-weight: normal;
	font-size:1.2rem;
	padding-top:1em;
}
.join-wrap {
	padding:2em 0 0;
	margin-bottom:2em;
	border-top:1px dashed #ccc;
}
.join-view-box {
	padding-left: 70px;
	margin-bottom: 1rem;
	background-position: 0 0;
	background-size: 50px auto;
}
.web-view {
	background-image: url(../img/join/join-ico-web.png);
}
.studio-view {
	background-image: url(../img/join/join-ico-studio.png);
}
.tel-view {
	background-image: url(../img/join/join-ico-tel.png);
}

.webjoin-view-copy {
	font-size: 2.2rem;
	font-weight: bold;
	color:#F2516A;
	margin-bottom:.5em;
}
.studiojoin-view-copy {
	font-size: 2.2rem;
	font-weight: bold;
	color:#1DC0CA;
	margin-bottom:.5em;
}
.join-view-desc {
	font-size:1.4rem;
	line-height:1.5;
	margin-bottom: 2rem;
}
.entry-btn2 {
	color: #fff;
	display: block;
	background: #F2516A;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;
}
.entry-btn2 .arw {
	display: block;
	font-size:1.9rem;
	font-weight:bold;
	padding: 1.2em 0;
	background-image: url(../img/common/w-arw.png);
	background-position: 96% 50%;
	background-size: 8px 12px;
}

.join-studio-list table {
	width: 100%;
	font-size: 1.2rem;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
.join-studio-list table th,
.join-studio-list table td {
	padding: 1em;
	text-align: center;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	verticala-align:top;
}
.join-studio-list th {
	 font-weight: bold;
	 background-color:#F6F6F6;
}
.join-studio-item {
	padding-top: 50px;
	background-position: 50% 0;
}
.gessyawidth {
	width:40%;
}
.cardwidth {
	width:60%;
}
.gessya {
	background-image: url(../img/join/info-ico-month.png);
	background-size: 50px auto;
	padding-bottom:1em;
	 font-weight: bold;
}
.card {
	background-image: url(../img/join/info-ico-card.png);
	background-size: 70px auto;
	 font-weight: bold;
}
.join-campaign-box {
	border:4px solid #fc5087;
	padding:1em;
	text-align:center;
	font-size:1.6rem;
	line-height:1.4;
	background-color:#fff;
}
.campaignprice {
	color:#fc5087;
	display:block;
	font-weight:bold;
}
.bigprice {
	font-weight:bold;
	font-size:2.4rem;
}
.trial-caution {
	color:#fc5087;
	display:block;
	font-size:1.2rem;
}

.trial-ttl-desc {
	margin-top:2em;
	font-size:1.6rem;
	font-weight: bold;
	line-height:1.4;
	margin-bottom:1em;
	text-align:center;
}
.trial-guidance-box {
	margin:2em 0;
}

.trial-otoiawase-box {
	background-color:#444;
	color:#fff;
	padding:.6em;
	line-height:1.4;
}
.otoiawae-img {
	padding:.3em;
	width:40px;
	height:auto;
	display:inline;
	vertical-align:middle;
}
.otoiawae-img img {
	width:100%;
}

.trial-qa-box {
	border:4px solid #1DC0CA;
	margin-bottom:1em;
	background-color:#fff;
}
.trial-qa-ttl {
	background-color:#1DC0CA;
	padding:1em;
	color:#fff;
	font-size:1.4rem;
	font-weight:bold;
}
.trial-qa-desc {
	padding:1em;
	font-size:1.4rem;
	line-height:1.5;
}
.trial-qa-desc-ttl {
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
}
.trial-qa-desc img{
	display:block;
	margin:1em auto;
	width:80%;
}

.trial-qa-rental{font-size:1.4rem;font-weight:bold;text-align:center;margin-top:1.5em; margin-bottom:.5em;}
.trial-qa-box table {width: 100%;font-size: 1.2rem;border-top: 1px solid #999;border-left: 1px solid #999;}
.trial-qa-box table th,.trial-qa-box table td {padding: 1em 5px;text-align: center;border-right: 1px solid #999;border-bottom: 1px solid #999;}
.trial-qa-box th {background:#f6f6f6;}

.kengaku-photo-box {
	margin:2em 0 0;
}
.kengaku-photo-box li{
	float:left;
	width:33.3%;
}
.kengaku-photo-box li img{
	width:100%;
}

/* schedule
------------------------------------------- */
.hd-sch-box {
	background-color: rgba(0, 0, 0, .3);
}
.hd-sch-ttl {
	background-color: transparent;
}
.street-cat  { color: #999; font-size:.9rem;}
.belly-cat  { color: #999; font-size:.9rem;}
.yoga-cat  { color: #999; font-size:.9rem;}
.ballet-cat  { color: #999; font-size:.9rem;}
.hd-sch-box .street-link { background-color: #000;}

.hd-sch-box .link {
	padding:.3em 0;
}
.schedule-ttl{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin:2em 0 1em;
	line-height:1.6;
}
.sc-lede-ttl {
	display:block;
	font-size:1.5rem;
	color:#1DC0CA;
	margin-bottom:.6em !important;
	text-align:center;
}

.sch-link-block {
	margin-bottom: 2em;
}
.mt-3em {
margin-top:3em;
}

.sch-link-box {
	position: relative;
	margin-bottom: 1rem;
}
.sch-link-box2 {
	position: relative;
	margin-bottom: 1rem;
	border:3px solid #000;
	background-color:#fff;
}
.sch-link-box3 {
	position: relative;
	margin-bottom: 1rem;
	border:0px solid #000;
	background-color:#F2516A;
}
.link-branch-btn {
	font-size: 1.1rem;
	font-weight: bold;
}
.link-branch-btn a {
	display: block;
	padding: 1em;
	color:#000;
}
.link-branch-btn2 {
	font-size: 1.3rem;
	font-weight: bold;
	padding:.5em 0;
}
.link-branch-btn2 a {
	display: block;
	padding:.5em 1em;
	color:#fff;
	text-align:center;
}
.link-branch-btn .head-ico {
	display: block;
	padding-left: 2.4em;
	line-height: 20px;
	background-position: 0 50%;
	background-size: auto 20px;
}
.link-branch-btn .foot-ico {
	display: block;
	padding-right: 2.4em;
	line-height: 20px;
	background-position: 100% 50%;
	background-size: auto 20px;
}
.link-branch-btn2 .head-ico {
	display: block;
	padding-left: 2.4em;
	line-height: 20px;
	background-position: 0 50%;
	background-size: auto 20px;
}
.link-branch-btn2 .foot-ico {
	display: block;
	padding-right: 2.4em;
	line-height: 20px;
	background-position: 100% 50%;
	background-size: auto 20px;
}
.expand-menu {
	display: none;
	background-color: #fff;
	position: absolute;
	width: 100%;
	border-right: 2px solid #bbb;
	border-left: 2px solid #bbb;
	border-bottom: 1px solid #aaa;
	z-index: 5;
}
.expand-menu li:first-child {
	border-top: 2px solid #bbb;
}
.expand-menu li a {
	display: block;
	padding: 1em;
	font-size:1.4rem;
	text-align:center;
	background-image: url(../img/common/b-arw.png);
	background-position: 95% 50%;
	background-size: 8px 12px;
}
.expand-menu li a:hover {
	color: #fff;
	background-image: url(../img/common/w-arw.png);
}

.trial-expand{
	font-size:1.6rem !important;
	padding:.5em 0;
	text-align:center;
}
.sch-link-download {
	float:none;
	width:100%;
	border:3px solid #000;
	background-color:#fff;
	margin:1em auto;
}
.sch-link-download a {
	display: block;
	padding: .8em;
	font-size:1.4rem;
	color:#000;
}

.sch-link-download2 {
	float:none;
	width:70%;
	border:1px solid #aaa;
	background-color:#333;
	margin:1em auto;
}
.sch-link-download2 a {
	display: block;
	padding: .6em;
	font-size:1.2rem;
	color:#fff;
}
.sch-link-download2 .head-ico {
	display: block;
	padding-left: 2.4em;
	line-height: 20px;
	background-position: 0 50%;
	background-size: auto 20px;
}
.sch-link-download2 .foot-ico {
	display: block;
	padding-right: 1em;
	line-height: 20px;
	background-position: 100% 50%;
	background-size: auto 20px;
}
.sch-link-download2 .head-ico {
	background-image: url(../img/common/pdf-ico.png);
}
.sch-link-download2 .foot-ico {
	background-image: url(../img/common/download-ico.png);
}

.sch-ex {
	padding-bottom:1em;
}
.sch-ex-left {
 float:none;
 width:100%;
}

.print-link-box {
	width: 100%;
	display:block;
}
.schedule-info-desc {
	padding:1em 0;
	border-bottom:1px dotted #999;
}
.schedule-info-ttl{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin:1em 0 .5em;
	color:#F355A7;
}
.schedule-info-desc p{
	font-size: 1.4rem;
	line-height:1.6;
	margin:1em 0;
}
.link-branch-btn .head-ico {
	padding-left: 2.8em;
}

.link-close-btn {
	font-size: 1.4rem;
	font-weight: bold;
}
.link-close-btn a {
	display: block;
	padding: 1em;
	color: #000;
}
.link-close-btn .head-ico {
	display: block;
	padding-left: 2.4em;
	line-height: 20px;
	background-position: 0 50%;
	background-size: auto 20px;
}
.link-close-btn .foot-ico {
	display: block;
	padding-right: 2.4em;
	line-height: 20px;
	background-position: 100% 50%;
	background-size: auto 20px;
}
.sch-link-close .head-ico {
	background-image: url(../img/common/cal-close-ico.png);
}
.sch-link-close .foot-ico {
	background-image: url(../img/common/close-arw-ico.png);
}
.expand-menu2 {
	display: none;
	background-color: #fff;
	position: absolute;
	width: 100%;
	border-right: 2px solid #bbb;
	border-left: 2px solid #bbb;
	border-bottom: 1px solid #aaa;
	z-index: 5;
}
.expand-menu2 li {
	border-bottom: 1px solid #aaa;
}
.expand-menu2 li:first-child {
	border-top: 2px solid #bbb;
}
.expand-menu2 li a {
	display: block;
	padding: 1em;
	font-size:1.4rem;
	text-align:center;
	background-image: url(../img/common/b-arw.png);
	background-position: 95% 50%;
	background-size: 8px 12px;
}
.expand-menu2 li a:hover {
	color: #fff;
	background-image: url(../img/common/w-arw.png);
}
.class-sec-ttl{
	padding: .6em 0 .2em;
	text-align: center;
	font-size: 2.6rem;
	font-weight:normal;
	color: #000;
	font-family: 'Questrial', sans-serif;
	background: transparent;
}
.no-lesson {
	background-color:#efefef;
	padding:1em 0;
	text-align:center;
	margin-top:-1em;
}
.no-lesson2 {
	background-color:#efefef;
	padding:1em 0;
	text-align:center;
}
.no-lesson3 {
	background-color:#efefef;
	padding:1em 0;
	text-align:center;
}

.sch-ex-ttl {
	font-size:1.4rem;
	color:#ee0000;
	padding-top:.2em;
}
.sch-cat-list li::before {
	position: relative;
	content: none;
	left: 0;
}
.sch-cat-list li {
	position: relative;
	display: inline-block;
	font-size: 1.2rem;
	padding-left: 1.4em;
	margin-right: .5em;
}
.sch-cat-list li i{
	position: absolute;
	left: 0;
	top: 0;
	font-size:1.4rem;
	padding-right:1.5em;
}

.class-main .p-info .trigger {
	height: 100%;
	position: absolute;
	right: 1%;
	top: 0;
	width: 25px;
	background-color: transparent ;
	background-image: url(../img/schedule/tgg-arw.png);
	background-position: 50% 50%;
	background-size: 20px 20px;
}
.class-main .open .p-info .trigger {
	background-image: url(../img/schedule/tgg-arw-re.png);
}

.class-main .time {
	font-size: 1.5rem;
}
.class-main .p-info .name {
	font-size: 1.6rem;
	margin-bottom:.4em;
}
.class-main .p-info .cat {
	font-size: 1rem;
}
.class-main .p-info .level {
	font-size: 1.3rem;
}
.class-main .clip {
	display: table-cell;
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.class-main .clip img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

.class .class-sub li {
	font-size: 1.2rem;
}
.class .class-sub li a,
.class .class-sub li button {
	display: block;
	padding: 1.2em 0;
	background-color: #fff;
}

.class .class-sub li.henkou{
	float: left;
	width: 100%;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: left;
	color:#ff0000;
	padding:.5em;
}

.class .class-sub li.henkou a {
	display: inline;
	padding:0 0;
	background-color:  transparent;
	color:#ee0000;
}
.schedule-foot-desc {
	padding: 1em;
	margin-bottom: 1rem;
	font-size: 1.3rem;
	line-height:1.4;
	background-color: #fde9f4;
}
.class-view table {
	width: 100%;
	text-align: center;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.class-view th,
.class-view td {
	font-size: 1.2rem;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.sc-access-block  {
	padding:0 .5em 0em;
	border-radius: 4px;
	margin-bottom:1em;
}
.sc-access-map {
	float: left;
	width: 50%;
}
.sc-access-info {
	float: right;
	width: 40%;
}
.sc-access-gmap {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	}
.sc-access-gmap iframe{
	width:100%;
	border-radius: 8px;
}
.sc-ad-detail {
	color:#fff;
	margin-top: .5rem;
	margin-bottom: 2.5rem;
	text-align: center;
	font-size: 1.1rem;
}
.sc-ad-detail .sc-ad-dial a{
	color: #fff;
	font-size: 2.0rem;
}
.sc-ad-address {
	margin-bottom: 1rem;
}
.sc-ad-address span{
	display:block;
}
.sc-detail-bt {
	border:1px solid #fff;
	text-align:center;
	font-size: 1.2rem;
	border-radius: 4px;
}
.sc-detail-bt a{
	color:#fff;
	padding:.8em;
	display:block;
}
.mb0em {margin-bottom:0;}
.mb1em {margin-bottom:1em;}

.kyotsu-block {
	background:#f7f1eb;
	text-align:center;
	padding:1em;
	color:#333;
	margin-top:1em;
	margin-bottom:3em;
}
.kyotsu-block .hd-sch-box {
	background:#fff;
}
.kyotsu-block .hd-sch-lede {
	color:#000;
}


/* close
------------------------------------------- */
.close_table{
	border-collapse:collapse;
	width:100%;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	font-size:1.2rem;
	line-height:1.4;
	text-align:left;
	margin-top:1em;
}
.close_table th{
	font-weight:normal;
	width:28%;
	padding:1em;
	border:1px solid #CCCCCC;
	vertical-align:middle;
	text-align:center;
	background-color:#F6F6F6;
}
.close_table td{
	padding:1em;
	border:1px solid #CCCCCC;
	vertical-align:middle;
	text-align:left;
}
.close_table td.back {
	background-color:#F6F6F6;
	text-align:center;
	padding:1em .5em;
 }
.close_table td.sun {
	color:#FF0000;
}
.close_table td.sat {
	color:#0000FF;
}

/* branch
------------------------------------------- */
.branch-page-head {
	height: 265px;
}
.b-branch-head {
	background-image: url(../img/branch/branch-head-bg-sp.jpg);
}
.b-shinjuku-head {
	background-image: url(../img/branch/shinjuku/head-bg-sp.jpg);
}
.b-shinjuku2-head {
	background-image: url(../img/branch/shinjuku2/head-bg-sp.jpg);
}
.b-akihabara-head {
	background-image: url(../img/branch/akihabara/head-bg-sp.jpg);
}
.b-ginza-head {
	background-image: url(../img/branch/ginza/head-bg-sp.jpg);
}
.b-toritsudai-head {
	background-image: url(../img/branch/toritsudai/head-bg-sp.jpg);
}
.b-nakameguro-head {
	background-image: url(../img/branch/nakameguro/head-bg-sp.jpg);
}
.b-komazawa-head {
	background-image: url(../img/branch/komazawa/head-bg-sp.jpg);
}
.b-ebisu-head {
	background-image: url(../img/branch/ebisu/head-bg-sp.jpg);
}
.branch-lede-copy {
	font-weight:bold;
}
.ad-route p.text{
	font-weight:bold;
}
.ad-traffic p{
	font-weight:bold;
}
.branch-text-img{
	margin: 2rem auto;
	display:block;
	width:100%;
}
.b-photo-main {
	background-color: #f6f6f6;
}
.linkbt {
	margin-bottom:20px;
}
.linkbt2 {
	margin-bottom:1em;
}
.studio-block2 {
	margin-bottom: 2rem;
}
.studio-box2 {
	border: 1px solid #adadad;
}
.studio-box2:not(:last-child) {
	margin-bottom: 1rem;
}
.studio-box2 .inner {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1rem 9px;
}
.studio-head2,
.studio-info2 {
	-webkit-flex-basis: 100%;
	-ms-flex-basis: 100%;
	flex-basis: 100%;
}
.studio-head2 {
	margin-bottom: 0.6rem;
}
.studio-sub2 {
	padding: 0 3%;
}

.studio-name2 {
	margin-bottom: 1.2rem;
	text-align: center;
	font-weight: 700;
}
.studio-name2 .en {
	display: block;
	line-height: 1.4;
	font-size: 2.6rem;
	font-weight: 700;
}
.studio-name2 .ja {
	display: block;
	line-height: 1.2;
	font-size: 1.6rem;
	font-weight: normal;
}
.studio-info2 li:not(:last-child) {
	margin-bottom: 1rem;
}
.studio-info2 li {
	font-size: 2.2rem !important;
}
.studio-info2 li a {
	display: block;
	padding: .8rem 10px;
	color: #fff;
	background-image: url(../img/common/w-arw.png);
	background-position: 95% 50%;
	background-size: 6px 10px;
	text-align: center;
}
.st-ico2 {
	display: inline-block;
	padding-left: 22px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 24px;
	background-position: 0 45%;
	background-size: auto 19px;
}
.st-ico3 {
	display: inline-block;
	padding-left: 32px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 24px;
	background-position: 0 45%;
	background-size: auto 19px;
}
.st-ico2.cal-ico {
	background-image: url(../img/common/cal-ico.png);
}
.st-ico2.pin-ico {
	background-image: url(../img/common/pin-ico.png);
}
.st-ico3.clo-ico {
	background-image: url(../img/common/clo-ico.png);
}
.branch-info-ttl{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin:2em 0 1em;
}
.branch-info-ttl i {
	padding-right:0.5em;
}
.branch-info-text{
	font-size: 1.4rem;
	line-height:1.6;
	margin:1em 0;
}
.studio-add{
	border-collapse:collapse;
	width:100%;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	font-size:1.2rem;
	text-align:left;
}
.studio-add th{
	font-weight:normal;
	width:28%;
	padding:1em;
	border:1px solid #CCCCCC;
	vertical-align:middle;
	text-align:center;
	background-color:#F6F6F6;
	font-size: 1.4rem;
}
.studio-add td{
	padding:1em 1.5em;
	border:1px solid #CCCCCC;
	vertical-align:middle;
	text-align:left;
	font-size: 1.4rem;
	line-height:1.6;
}
.studio-add td a{
	color:#fc5087;
}
.studio-tel-text {
	display:block;
	font-size: 1.6rem;
	margin-bottom:0.5rem;
}
.studio-add-text {
	display:block;
	font-size: 1.2rem;
}
.studio-close-text {
	display:block;
}
.studio-contact-text {
	text-align:center;
	font-size: 1.4rem;
	margin:1em 0 2em;
}
.ad-detail .ad-dial a{
	color: #1DC0CA;
}

/* beginner
------------------------------------------- */
.beginner-page-head {
	height: 265px;
}
.b-beginner-head {
	background-image: url(../img/beginner/beginner-head-bg-sp.jpg);
}
.beginner-lede {
}
.beginner-ttl-ph {
	display:block;
	margin:0 auto 1em;
	width:40%;
}
.beginner-lede-txt {
	margin-bottom: 1.6rem;
	line-height: 1.4;
	font-size: 1.6rem;
	font-weight: bold;
}
.beginner-lede-txt span {
	display: inline;
}
.beginner-lede-copy {
	margin: 0 auto 2rem;
	width: 270px;
}
.beginner-sec {
	position: relative;
	border-top: 1px dotted #bb0000;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}
.beginner-sec-head {
	position: absolute;
	width: 60px;
	top: 0;
	left: 50%;
	margin-left: -30px;
	text-align: center;
}
.beginner-sec-mark {
	position: relative;
	line-height: 1;
	font-size: .8rem;
	padding-top: 4px;
	width: 70px;
	color: #fff;
	z-index: 0;
}
.beginner-sec-mark::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 70px;
	height: 48px;
	background-image: url(../img/aboutus/about-head-bg.png);
	background-size: 70px 48px;
	z-index: -1;
}
.beginner-sec-mark .num {
	display: block;
	margin-top:-7px;
	font-size: 2.4rem;
}
.beginner-sec-mark .num2 {
	display: block;
	margin-top:-5px;
	font-size: 2.4rem;
}
.beginner-sec-block {
	padding: 4.6rem 3%;
}
.beginner-sec-h {
	margin-bottom: 1.6rem;
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: bold;
	color:#fc5087;
}
.beginner-sec-desc {
	margin-bottom: 2rem;
	line-height: 1.5;
}
.beginner-sec-desc p:not(:last-child) {
	margin-bottom: 1rem;
}
.beginner-sec-clip {
}




/* trial
------------------------------------------- */
.lesson-name {
}
.lesson-time {
	color:#ee0000;
	font-weight:bold;
}

/* genre
------------------------------------------- */
.genre-page-head {
	height: 265px;
}
.g-belly-head {
	background-image: url(../img/genre/belly-head-bg-sp.jpg);
	height: 265px;
	position: relative;
}
.g-hawaiian-head {
	background-image: url(../img/genre/hula-head-bg-sp.jpg);
	height: 265px;
	position: relative;
}
.g-tahitian-head {
	background-image: url(../img/genre/tahitian-head-bg-sp.jpg);
	height: 265px;
	position: relative;
}
.g-burlesque-head {
	background-image: url(../img/genre/burlesque-head-bg-sp.jpg);
	height: 265px;
	position: relative;
}
.g-k-pop-head {
	background-image: url(../img/genre/k-pop-head-bg-sp.jpg);
	height: 265px;
	position: relative;
}
.g-zumba-head {
	background-image: url(../img/genre/zumba-head-bg-sp.jpg);
	height: 265px;
	position: relative;
}
.g-girlshiphop-head {
	background-image: url(../img/genre/girlshiphop-head-bg-sp.jpg);
	height: 265px;
	position: relative;
}
.g-jazz-dance-head {
	background-image: url(../img/genre/jazz-head-bg-sp.jpg);
	height: 265px;
	position: relative;
}


.genre-lede-btn {
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
}
.note-btn {
	display: block;
	padding: .4em 0;
	color: #fff;
	border: 0px solid #aaa;
	border-radius: 3px;
	background-color: #1DC0CA;
	margin-top:1em;
}
.note-btn .ico {
	display: inline-block;
	padding-left: 3em;
	line-height: 2.5em;
	background-image: url(../img/common/note-ico.png);
	background-size: auto 20px;
	background-position: .6em 50%;
}
.h-contents-ttl-base {
	padding: .2em 0;
	background-color: rgba(0, 0, 0, .4);
	width:100%;
}

.d-contents-links-top {
	margin-bottom: 1rem;
	margin-top:-.7em;
	padding:0 0em;
}
.d-contents-links-top li {
	position: relative;
	text-align: left;
	font-size: 1.1rem;
	font-weight: bold;
	padding-left:1.2em;
	width:50%;
	float:left;
	border-bottom:1px dotted #999;
}
.d-contents-links-top li:nth-child(even){
	width:46%;
	float:right;
}
.d-contents-links-top li a {
	display: block;
	padding: 1.0em 0.5em .4em;
	color:#fff;
}
.d-contents-links-top li .arw {
	display: block;
	background-image: url(../img/common/w-arw.png);
	background-position: 100% 50%;
	background-size: 8px 12px;
}
.d-contents-links-top li i{
	font-size: 1.4rem;
	position: absolute;
	top:30%;
	left:0;
}
.d-contens-active {
	color:#FC0;
}
.burlesque-contents li {
text-align:center;
}

.burlesque-contents li span {
display:block;
}
.k-pop-contents li i{
	top:35%;
}


.genre-lede-ttl {
	margin-bottom:.5em;
	text-align:center;
	color: #fc5087;
	font-size:1.2rem;
}
.genre-lede-scat {
	margin-bottom: 2rem;
}
.genre-lede-scat li {
	position: relative;
	display: inline;
	font-size: 1.3rem;
	line-height:1.6;
}
.genre-lede-scat li i{
	padding-right:.2em;
	font-size: 1.6rem;
}
.genre-lede-scat li a {
	color: #fc5087;
	font-weight:bold;
}
.genre-lede-scat li a:hover {
	text-decoration: underline;
}
.genre-lede-scat li:not(:last-child) a {
	padding-right: .4em;
	margin-right: .4em;
	border-right: 1px solid #aaa;
}
.genre-inst-box {
	position: relative;
	font-size: 1.2rem;
	margin-bottom: 3.5rem;
}
.belly-inst-box::after {
	border-right-color: #fc5087;
}
.hula-inst-box::after {
	border-right-color: #49BE16;
}
.tahitian-inst-box::after {
	border-right-color: #35D4DA;
}
.genre-inst-clip {
	margin-bottom: 1rem;
}
.genre-inst-box .name {
	font-size: 1.8rem;
	margin-bottom: .5rem;
}
.genre-inst-box .team {
	color: #00af96;
	margin-bottom: .5rem;
}
.genre-inst-box .class {
	font-size: 1.2rem;
	line-height:1.4;
}

/* Dancer
------------------------------------------- */
.g-dancer-head {
	background-image: url(../img/dancer/dancer-head-bg-sp.jpg);
	height: 265px;
}
.dancer-lede {
	font-size:1.4rem;
	line-height:1.5;
	padding:2em 0 0;
}

/* QA
------------------------------------------- */
.qa-page-head {
	height: 265px;
}
.b-qa-head {
	background-image: url(../img/qa/qa-head-bg-sp.jpg);
}
.qa-lede-copy{
	font-weight:bold;
	font-size: 1.6rem;
	text-align:center;
	padding-bottom:3rem;
}
.qa-lede-copy span{
	display:block;
}
.qa-text-box{
	padding:3rem .5em;
	border-top:1px solid #DDDDDD;
	text-align:left;
	font-size: 1.4rem;
}
.qa-text-box a{
	color:#fc5087;
}
.qa-text-box a:hover{
	color:#333;
}
.qa-text-box h2.q{
	font-size: 1.4rem;
	padding-bottom:1rem;
	font-weight:bold;
}
.qa-text-box h3.q{
	font-size: 1.4rem;
	padding-bottom:1rem;
	font-weight:bold;
	color:#fc5087;
}
.qa-text-box i{
	font-size: 1.8rem;
	padding-right:0.5rem;
}
.qa-noborder{
	border-top:0px solid #DDDDDD;
	padding:0rem .5em 3rem;
}

/* lesson note
------------------------------------------- */
.note-page-head {
	height: 265px;
}
.b-note-head {
	background-image: url(../img/note/note-head-bg-sp.jpg);
}
.note-page-head {
	height: 265px;
}
.b-note-head-ginza {
	background-image: url(../img/note/note-head-ginza-bg-sp.jpg);
}
.b-note-head-toritsudai {
	background-image: url(../img/note/note-head-toritsudai-bg-sp.jpg);
}
.b-note-head-shinjuku {
	background-image: url(../img/note/note-head-shinjuku-bg-sp.jpg);
}
.b-note-head-akihabara {
	background-image: url(../img/note/note-head-akihabara-bg-sp.jpg);
}
.note-ttl{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin:2em 0 1em;
	line-height:1.6;
}
.blog-baner-head {
	display: table;
	width: 100%;
	text-align: center;
	background-position: 50% 50%;
	background-size: cover;
}
.bb-ginza {
	background-image: url(../img/top/top-stimg-ginza.jpg);
}
.bb-toritsudai {
	background-image: url(../img/top/top-stimg-toritsudai.jpg);
}
.bb-shinjuku {
	background-image: url(../img/top/top-stimg-shinjuku.jpg);
}
.bb-akihabara {
	background-image: url(../img/top/top-stimg-akihabara.jpg);
}
.bb-nakameguro {
	background-image: url(../img/top/top-stimg-nakameguro.jpg);
}
.bb-komazawa {
	background-image: url(../img/top/top-stimg-komazawa.jpg);
}
.bb-ebisu {
	background-image: url(../img/top/top-stimg-ebisu.jpg);
}

.blog-baner-box li {
	width:100%;
	margin-bottom:3em;
	box-shadow:0px 0px 15px #ccc;
	-moz-box-shadow:0px 0px 15px #ccc;
	-webkit-box-shadow:0px 0px 15px #ccc;
	border:4px solid #FFF;
}
.blog-baner-head .innerttl {
	display: table-cell;
	vertical-align: middle;
	padding:25% 0;
}
.blog-baner-head .innerttl .arw {
	display: block;
	background-image: url(../img/common/w-arw.png);
	background-position: 96% 50%;
	background-size: 8px 12px;
}

.blog-head-ttl {
	color: #fff;
	font-size: 2.4rem;
	padding:.2em 0;
}
.blog-head-ttl .ja {
	display: block;
	font-size: 1.3rem;
}
.blog-ttl-base-ginza {
	padding:.2em 0;
	background-color: rgba(250, 107, 201, .8);
}
.blog-ttl-base-toritsudai {
	padding:.2em 0;
	background-color: rgba(128, 98, 89, .8);
}
.blog-ttl-base-shinjuku {
	padding:.2em 0;
	background-color: rgba(182, 182, 182, .8);
}
.blog-ttl-base-akihabara {
	padding:.2em 0;
	background-color: rgba(207, 182, 128, .8);
}
.blog-ttl-base-nakameguro {
	padding:.2em 0;
	background-color: rgba(0, 0, 0, .5);
}
.blog-ttl-base-komazawa {
	padding:.2em 0;
	background-color: rgba(70, 86, 163, .6);
}
.blog-ttl-base-ebisu {
	padding:.2em 0;
	background-color: rgba(168, 0, 0, .4);
}

.bloglist li{
	width:100%;
	padding:1em .5em 1em;
	margin-bottom:1em;
	border-bottom:1px solid #333;
	list-style:none;
}
.bloglist li:first-child{
	padding:0em .5em 1em;
}
.bloglist-box li a{
	color:#000000;
}
.blog-date {
	font-size:3.5rem;
	font-weight:400;
	color:#333;
	padding-bottom:.1em;
	margin-bottom:.6em;
	border-bottom:1px dashed #ccc;
}
.blog-date-small {
	padding-left:.5em;
	font-size:1.4rem;
	font-weight:200;
}
.blog-ttl {
	font-size:2.0rem;
	line-height:1.4;
	font-weight:bold;
	margin-bottom:.8em;
}
.blog-ttl a:hover{
	color:#fc5087;
}
.blog-text {
	font-size:1.4rem;
	line-height:1.5;
}
.blog-text a{
	color:#fc5087;
}
.blog-detail-bt a{
	color:#fc5087;
	display:block;
	margin:1em 0;
}
.blog-detail-bt a:hover {
	color:#333;
}
.blog-detail-bt i {
	padding-left:.5em;
}
.blog-snsbox {
	padding:1em 0 2em;
}
.sns-fb {
	padding:0 1em .3em 0;
}

/* lesson note post
------------------------------------------- */
.blogpost-box {
	width:100%;
	padding:0 .5em;
	margin-bottom:3em;
}
.blogpost-date {
	font-size:3.2rem;
	font-weight:400;
	color:#333;
	padding-bottom:.1em;
	margin-bottom:.6em;
	border-bottom:1px dashed #ccc;
}
.blogpost-date-small {
	padding-left:.5em;
	font-size:1.4rem;
	font-weight:200;
}
.blogpost-ttl {
	font-size:2.0rem;
	line-height:1.4;
	font-weight:bold;
	margin-bottom:.8em;
}
.blogpost-text {
	font-size:1.5rem;
	line-height:1.6;
	margin-bottom:2em;
	-webkit-text-size-adjust: 100%;
}
.blog-snsbox {
	padding:2em 0 2em;
	border-top:1px dashed #ccc;
}
.sns-fb {
	padding:0 1em .3em 0;
}
.sns-google{
	padding-left:1em !important;
}
.blog-back-bt a{
	padding:1em;
	border:2px solid #aaa;
	color:#999;
	display:block;
	margin:0 auto 1em;
	width:50%;
	text-align:center;
}
.blog-back-bt i {
	padding-right:.5em;
}
.blog-back-bt  a:hover{
	color:#fc5087;
	border:2px solid #fc5087;
}

.category-school-box {
	width:100%;
	padding:0 .5em;
}
.blog-category-ttl {
	font-size:3.2rem;
	font-weight:200;
	color:#333;
	margin-bottom:.1em;
	text-align:center;
}
.blog-category-text {
	font-size:1.2rem;
	margin-bottom:1em;
	text-align:center;
}

.blog-category-list, .blogpost-school-link{
	margin-bottom:3em;
}
.blog-category-list li, .blogpost-school-link li{
	display:block;
	position:relative;
	margin-bottom:.8em;
	padding:.8em 2em .8em 0;
	border-bottom:1px dashed #ccc;
	line-height:1.4;
	font-size:1.4rem;
}
.blog-category-list li a, .blogpost-school-link li a{
	padding-bottom:.2em;
	font-weight:bold;
}
.blog-category-list li a:hover, .blogpost-school-link li a:hover{
	text-decoration:underline;
	color:#fc5087;
}
.blog-category-list li i, .blogpost-school-link li i{
	position:absolute;
	right:0;
	top:30%;
}

/* lesson Report
------------------------------------------- */
.report-page-head {
	height: 265px;
}
.b-report-head {
	background-image: url(../img/report/report-head-bg-sp.jpg);
}
.report-top-desc {
	margin-bottom:3em;
}
.report-ttl {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin:1.5em 0 .4em;
	line-height:1.6;
	color:#fc5087;
}
.report-ttl2 {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin:0em 0 .4em;
	line-height:1.6;
	color:#fc5087;
}
.report-lead-desc p {
	font-size: 1.4rem;
	line-height:1.6;
	margin-bottom:1em;
}
.report-lead-desc img {
	width:100%;
	display:block;
}
.report-list-box {
	margin-bottom:.6em;
}
.report-list-sec h2 {
	margin-top:2em;
}
.report-list-sec li {
	float:left;
	width:47%;
	margin-bottom:3em;
}
.report-list-sec li img{
	width:100%;
	margin-bottom:.5em;
	border:4px solid #E2D6BE;
	border-radius: 10px;
}
.report-list-sec li:nth-child(even) {
	float:right;
	width:47%;
}
.report-list-ttl {
	margin-bottom:.3em;
}
.report-list-ttl {
	color:#fc5087 !important;
	font-weight:normal;
	font-size:1.4rem;
	line-height:1.4;
}
.report-name {
	font-size:1.2rem;
	margin-bottom:.5em;
}
.b-report-detail {
	font-size:1.2rem;
	border:1px solid #CFB680;
	color:#BF953B;
	padding:.4em;
	text-align:center;
	border-radius: 4px;
}
.b-report-detail i {
	padding-left:.5em;
}

/* lesson Report Post
------------------------------------------- */
.reportpost-box {
	width:100%;
}
.reportpost-koumoku {
	font-size:3.0rem;
	font-weight:bold;
	color:#333;
	padding-bottom:.5em;
	margin-bottom:.6em;
	border-bottom:1px dashed #ccc;
	text-align:center;
}
.reportpost-ttl {
	font-size:2.0rem;
	line-height:1.4;
	font-weight:bold;
	margin-bottom:.8em;
	color:#fc5087;
}
.reportpost-name {
	font-size:1.4rem;
	padding-bottom:1em;
	margin-bottom:3em;
	border-bottom:1px dashed #ccc;
}
.reportpost-ttl a:hover{
	color:#fc5087;
}
.reportpost-text {
	font-size:1.5rem;
	line-height:1.6;
	-webkit-text-size-adjust: 100%;
	padding-bottom:2em;
}
.reportpost-text img{
	max-width:100%;
	display:block;
	margin:.5em auto 1em !important;
	text-align: center;
}
.reportpost-text a{
	color:#fc5087;
}
.reportpost-detail-bt a{
	color:#fc5087;
	display:block;
	margin:1em 0;
}
.reportpost-detail-bt a:hover {
	color:#333;
}
.reportpost-detail-bt i {
	padding-left:.5em;
}


.report-trial {
	padding: 2em 3%;
	margin: 1em -3% 2em;
}

.latestpost-ttl {
	font-size:3.0rem;
	font-weight:200;
	color:#333;
	margin-top:2em;
	margin-bottom:.1em;
	text-align:center;
}
.latestpost-text {
	font-size:1.2rem;
	margin-bottom:1em;
	text-align:center;
}
.report-latestpost-sec h2 {
	margin-top:2em;
}
.report-latestpost-sec li {
	float:left;
	width:47%;
	margin-bottom:3em;
}
.report-latestpost-sec li img{
	width:100%;
	margin-bottom:.5em;
	border:4px solid #E2D6BE;
	border-radius: 10px;
}
.report-latestpost-sec li:nth-child(even) {
	float:right;
	width:47%;
}
.report-latestpost-ttl {
	margin-bottom:.3em;
}
.report-latestpost-ttl {
	color:#fc5087 !important;
	font-weight:normal;
	font-size:1.4rem;
	line-height:1.4;
}

.report-back-bt a{
	padding:1em;
	border:2px solid #aaa;
	color:#999;
	display:block;
	margin:0 auto 1em;
	width:100%;
	text-align:center;
}
.report-back-bt i {
	padding-right:.5em;
}
.report-back-bt  a:hover{
	color:#fc5087;
	border:2px solid #fc5087;
}



/* pager
------------------------------------------- */
.pager{
	text-align:center;
	padding:2em 0;
}
.pager a{
	color:#AAAAAA;
}
.pager .num{
	display:inline-block;
	padding:.4em .8em;
	font-size:1.6rem !important;
}
.pager .num a{
	color:#AAAAAA;
	display:inline-block;
	border:1px solid #AAAAAA;
	padding:.4em .8em;
	margin-bottom:1em;
}
.pager .num a:hover{
	background:none;
	background-color:#AAAAAA;
	color:#FFFFFF;
	padding:.4em .8em;
	border:1px solid #AAAAAA;
	text-decoration:none;
}
.pager .num .current_page{
	display:inline-block;
	border:1px solid #222;
	background-color:#222;
	color:#ffffff;
	padding:.4em .8em;
}
.pager span{
	display:inline-block;
}
.center-block {
	display:block;
	margin:0 auto;
}
.center-block2 {
	display:block;
	margin:2em auto;
}


/* close
------------------------------------------- */
.close-page-head {
	height: 265px;
}
.b-close-head {
	background-image: url(../img/close/close-head-bg-sp.jpg);
}

/* topics
------------------------------------------- */
.topics-page-head {
	height: 265px;
}
.b-topics-head {
	background-image: url(../img/topics/topics-head-bg-sp.jpg);
}
.news-list-main {
	margin-bottom: 1.5rem;
}
.news-list-tab {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-bottom: 2.5rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.news-list-tab li {
	width: 48%;
	text-align: center;
	font-size: 1.4rem;
}
.news-list-tab li a {
	display: block;
	padding: .6rem 0;
	color:#fff;
	background-color: #B6B6B6;
}
.news-list-tab li a:hover,
.news-list-tab li a.active {
	color: #fff;
	background-color: #FA6BC9;
}
.news-list-cat-box {
	padding-bottom: 1rem;
	margin-bottom: .5rem;
	background-image: url(../img/common/h-b-dotted.png);
	background-position: 0 100%;
	background-size: 3px 1px;
	background-repeat: repeat-x;
}
.news-list-cat-pack {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background-image: url(../img/common/tri-arw.png);
	background-position: 100% 100%;
	background-size: 14px 12px;
}
.news-list-clip {
	width: 25%;
}
.news-list-ex {
	width: 70%;
	font-size: 1.3rem;
	font-weight: bold;
	padding-right:2em;
}

.topicspost-text h2{
	font-size:1.3rem;
	font-weight:bold;
	margin-bottom:1em;
}
.topicspost-text button{
margin:-2em auto 0;
}
.topicspost-text img {
	max-width:100%;
	width /***/:auto; /* IE8のみ */
	height:auto;
	vertical-align:bottom;
	display:block;
	margin:0 auto;
}
.topicspost-text iframe {
width:100%;
}

div.newspostslider{margin: 0 0; width: 100%; position: relative;}
div.newspostslider ul{display: block; width: 100%; text-align: center; position: relative; padding: 0;}
div.newspostslider ul li{display: inline-block; margin: 0 10px; vertical-align: top; padding: 0;}
div.newspostslider ul li img{height: 160px; width: auto;object-fit: cover;}
div.newspostslider ul li:not(.slick-current){cursor: pointer;}
div.newspostslider div.slick-list{padding: 0!important;}
div.newspostslider ul.slick-dots{clear: both; padding: 15px 0 0;}
div.newspostslider ul.slick-dots li{float: none; width: 20px; height: 2px; margin: 0 4px; background: #DDD; color:#DDD!important;display: inline-block; text-indent: -999px; overflow: hidden; cursor: pointer;}
div.newspostslider ul.slick-dots li.slick-active{background: #333;}
div.newspostslider ul.slick-dots li button{ width: 20px; height: 2px;}
div.newspostslider ul.slick-dots li button:before{ width: 20px; height: 2px;border-radius:0;}
div.newspostslider .slick-dotted.slick-slider{margin-bottom:3em!important;}
.onephoto-news{padding-top:3em;}

.topicspost-ttl{font-size:1.4rem;line-height:1.6;font-weight:bold;}
.topicspost-text{font-size:1.3rem;line-height:1.7;padding:2em .5em 1em;margin-bottom:4em;-webkit-text-size-adjust:100%;word-break:break-all;}
.topicspost-text a{color:#000000;}
.topicspost-text img{max-width:100%;width:auto;height:auto;vertical-align:bottom;}
.topicspost-text iframe{max-width:100%;}
.exp-btn2{width:100%;display:block;padding:.7em 1em;color:#000;border:1px solid;text-align:center;font-size:1.2rem;margin-top:2em;}
.exp-btn2 .arw{display:block;padding-right:1.8em;background-image:url(../img/common/b-arw.png);background-size:4px 8px;background-position:96% 50%;}


/* dancestudio
------------------------------------------- */
.dancestudio-page-head {
	height: 285px;
}
.b-dancestudio-head {
	background-image: url(../img/dancestudio/dancestudio-head-bg-sp.jpg);
}
.ttl-dancestudio-t {
	display:block;
	font-size: 1.4rem;
	font-weight:bold;
	padding:0.5em 0;
}
.ttl-dancestudio-m {
	display:block;
	font-size: 1.6rem;
	font-weight:bold;
	padding-bottom:0.5em;
}
.ttl-dancestudio-u {
	display:block;
	font-size: 1.2rem;
	font-weight:bold;
	color:#ff0000;
}
.dancestudio-lede-copy {
	font-weight:bold;
	font-size: 1.6rem;
	text-align:center;
	padding-bottom:2.6rem;
	line-height:1.5;
}
.dancestudio-lede-desc {
	margin-bottom: 2rem;
}
.schooservice-box {
	background-color: #efefef;
	padding:0.5em 0 2em ;
}
.bt-service{
	display:block;
	width:100%;
	margin:1em auto;
}
.schooservice-lede-copy {
	font-weight:bold;
	font-size: 1.5rem;
	color:#fc5087;
	text-align:center;
	margin-bottom: 2rem;
	line-height:1.4;
}
.service-big{
	font-size: 2.2rem;
}
.service-underbar{
	text-decoration:underline;
}
.schooservice-lede-desc {
	font-size: 1.4rem;
	text-align:center;
	margin-bottom: 2rem;
}
.service-studio{
	width:100%;
}
.service-studio th{
	padding:1em 0;
	text-align:center;
	color:#fff;
	background-color:#fc5087;
	font-weight:bold;
	border-right:solid 1px #fc5087;
}
.service-studio td{
	border:solid 1px #fc5087;
	text-align:center;
	padding:1em;
	color:#fc5087;
}
.dancestudio-ttl {
	margin:1em 0;
	width:100%;
	text-align:center;
}
.sec-ttl-ds {
	margin-bottom: 1rem;
}
.sec-ttl-ds .en {
	font-size: 2.7rem;
}
.sec-ttl-ds .ja {
	display: block;
	margin-top: 0.5rem;
	font-size: 1.2rem;
}
.dancestudio-ttl li{
	display: block;
}
.dancestudio-ttl li:first-child{
	width:100%;
}
.dancestudio-ttl li:last-child{
	width:100%;
	color:#1DC0CA;
	font-size: 1.4rem;
}
.dancestudio-ttl li:last-child i{
	padding:0 0.5em;
}
.reserve-tel{
	font-size: 2.4rem;
	font-weight:bold;
}
.dancestudio-ph {
	margin-bottom:2em;
	display: table;
	width:100%;
}
.dancestudio-ph li{
	display: table-cell;
	width:33.3%;
}
.dancestudio-ph li img{
	width:100%;
}
.ns-pricelist table {
	border-collapse:collapse;
	width:100%;
	border:1px solid #d9d9d9;
	font-size: 1.0rem;
}
.ns-pricelist th {
	font-weight:normal;
	vertical-align:text-top;
	width:80px;
	padding:10px;
	border:1px solid #d9d9d9;
}
.ns-pricelist td {
	vertical-align:text-middle;
	padding:10px;
	border:1px solid #d9d9d9;
}
.ns-pricelist td p {
	margin-top:0;
	padding-bottom:5px;
}
.ns-pricelist {
	border:2px solid #CCCCCC;
	font-size: 0.8rem;
	width:100%;
	table-layout: fixed;
	word-break: break-word;
	margin-bottom:2em;
}
.ns-pricelist td {
	text-align:center;
	vertical-align:middle;
	padding:3px;
}
.ns-pricelist td.gray {
	background:#EEEEEE;
}
.ns-pricelist td.gray2 {
	background:#f4fcfc;
}
.ns-pricelist td.red {
	background:#fff6f6;
}
.ns-pricelist .head td {
	border-bottom:#CCCCCC 2px solid;
	font-weight:bold;
}
.ns-pricelist .space {
	border-right:2px solid #CCCCCC;
}
.taxin {
	font-size: 0.6rem;
}
.ns-30start {
	color:#ff0000;
	text-align:center;
	font-size: 1.0rem;
}

/* dancecontents
------------------------------------------- */
.d-contents-page-head {
	height: 285px;
}
.b-aboutbelly-head {
	background-image: url(../img/dancecontents/aboutbelly-head-bg-sp.jpg);
}
.b-bellycharm-head {
	background-image: url(../img/dancecontents/bellycharm-head-bg-sp.jpg);
}
.b-bellyeffect-head {
	background-image: url(../img/dancecontents/bellyeffect-head-bg-sp.jpg);
}
.b-bellyhistory-head {
	background-image: url(../img/dancecontents/bellyhistory-head-bg-sp.jpg);
}
.b-bellystyle-head {
	background-image: url(../img/dancecontents/bellystyle-head-bg-sp.jpg);
}
.b-bellyqa-head {
	background-image: url(../img/dancecontents/bellyqa-head-bg-sp.jpg);
}
.b-abouthula-head {
	background-image: url(../img/dancecontents/abouthula-head-bg-sp.jpg);
}
.b-hulacharm-head {
	background-image: url(../img/dancecontents/hulacharm-head-bg-sp.jpg);
}
.b-hulaeffect-head {
	background-image: url(../img/dancecontents/hulaeffect-head-bg-sp.jpg);
}
.b-hulahistory-head {
	background-image: url(../img/dancecontents/hulahistory-head-bg-sp.jpg);
}
.b-hulaqa-head {
	background-image: url(../img/dancecontents/hulaqa-head-bg-sp.jpg);
}
.b-abouttahitian-head {
	background-image: url(../img/dancecontents/abouttahitian-head-bg-sp.jpg);
}
.b-tahitiancharm-head {
	background-image: url(../img/dancecontents/tahitiancharm-head-bg-sp.jpg);
}
.b-tahitianeffect-head {
	background-image: url(../img/dancecontents/tahitianeffect-head-bg-sp.jpg);
}
.b-tahitianhistory-head {
	background-image: url(../img/dancecontents/tahitianhistory-head-bg-sp.jpg);
}
.b-tahitianqa-head {
	background-image: url(../img/dancecontents/tahitianqa-head-bg-sp.jpg);
}

.b-effect-head {
	background-image: url(../img/dancecontents/effect-head-bg-sp.jpg);
}

.d-contents-links {
	margin-bottom: 3rem;
	margin-top:-1rem;
	padding:0 .5em;
}
.d-contents-links li {
	position: relative;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
}
.d-contents-links li a {
	display: block;
	padding: 1.0em 0.5em;
	color:#000;
	border-bottom:1px dotted #999;
}
.d-contents-links li .arw {
	display: block;
	background-image: url(../img/common/b-arw.png);
	background-position: 100% 50%;
	background-size: 8px 12px;
}
.d-contents-links li i{
	font-size: 2.4rem;
	position: absolute;
	top:25%;
	left:15px;
}
.belly-contents i{
	color:#fc5087;
}
.hula-contents i{
	color:#49BE16;
}
.tahitian-contents i{
	color:#35D4DA;
}
.burlesque-contents i{
	color:#c559c6;
}
.k-pop-contents i{
	color:#8adfcc;
}
.d-contents-links li.pl-move i {
	left:11px;
}
.belly-contents li a:hover {
	color:#fc5087;
}
.hula-contents li a:hover {
	color:#49BE16;
}
.tahitian-contents li a:hover {
	color:#35D4DA;
}
.burlesque-contents li a:hover {
	color:#c559c6;
}
.k-pop-contents li a:hover {
	color:#8adfcc;
}

.d-contents-lede-copy {
	font-weight:bold;
	font-size: 2.4rem;
	text-align:center;
	margin-bottom: 2rem;
	line-height:1.6;
}
.d-contents-lede-desc {
	font-size: 1.4rem;
	padding:0 .5em 2em;
	border-bottom :1px dotted #999;
	line-height:1.4;
}
.d-contents-lede-desc h2{
	font-weight:bold;
	font-size: 1.6rem;
	text-align:center;
	margin-bottom:.5em;
}
.d-contents-lede-desc2 {
	font-size: 1.5rem;
	padding:1em .5em .5em;
	border-bottom :1px dotted #999;
	line-height:1.5;
	font-weight:bold;
}
.d-contents-lede-desc2 h2{
	font-weight:bold;
	font-size: 2.0rem;
	text-align:center;
	margin-bottom:.2em;
}

.d-contents-box {
	width:100%;
	padding:2em .5em;
	border-bottom :1px dotted #999;
}
.d-contents-box li {
	display: block;
	width:100%;
	font-size: 1.4rem;
	line-height:1.4;
	position: relative;
}
.d-contents-box li:last-child {

}
.d-contents-box li.left-img-35{
	width:100%;
}
.d-contents-box li.left-text-60{
	width:100%;
}
.d-contents-box li.right-img-35{
	width:100%;
}
.d-contents-box li.right-text-60{
	width:100%;
}
.d-contents-box li img{
	width:100%;
}
.d-contents-box li a{
	color:#fc5087;
}
.d-contents-ttl {
	font-weight:bold;
	font-size: 1.6rem;
	text-align:left;
	margin: 2rem 0 1em;
	line-height:1.4;
}
.d-contents-ttl2 {
	font-weight:bold;
	font-size: 1.6rem;
	text-align:left;
	margin: 0rem 0 1em;
	line-height:1.4;
}
.d-effect-ttl {
	margin: 2rem 0 1em;
	position: relative;
	height:40px;
}
.belly-effect-circle {
	color: #fff;
	background-color:#fc5087;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-weight:normal;
	font-size:1.2rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hula-effect-circle {
	color: #fff;
	background-color:#49BE16;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-weight:normal;
	font-size:1.2rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tahitian-effect-circle {
	color: #fff;
	background-color:#35D4DA;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-weight:normal;
	font-size:1.2rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.burlesque-effect-circle {
	color: #fff;
	background-color:#c559c6;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-weight:normal;
	font-size:1.2rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.k-pop-effect-circle {
	color: #fff;
	background-color:#8adfcc;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-weight:normal;
	font-size:1.2rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.d-effect-ttl h3{
	font-weight:bold;
	font-size: 1.6rem;
	text-align:left;
	line-height:1.4;
	position: absolute;
	top: 50%;
	left:50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.student-voice-text {
	margin:1.5em 0 2em;
	padding:0 .5em;
}
.d-voice-ttl {
	font-weight:bold;
	font-size: 2.2rem;
	text-align:left;
	line-height:1.4;
	margin-bottom:.2em;
}
.student-voice-list {
	padding:0 .5em;
}
.student-voice-list li{
	position: relative;
	padding-left:2em;
	margin-bottom:1.2em;
	padding-bottom:.8em;
	border-bottom:1px dashed #ccc;
	font-size:1.4rem;
	line-height:1.4;
}
.belly-star {
	position: absolute;
	top: 0;
	left:0;
	color:#fc5087;
	font-size:1.5rem;
}
.hula-star {
	position: absolute;
	top: 0;
	left:0;
	color:#49BE16;
	font-size:1.5rem;
}
.tahitian-star {
	position: absolute;
	top: 0;
	left:0;
	color:#35D4DA;
	font-size:1.5rem;
}
.burlesque-star {
	position: absolute;
	top: 0;
	left:0;
	color:#c559c6;
	font-size:1.5rem;
}
.k-pop-star {
	position: absolute;
	top: 0;
	left:0;
	color:#8adfcc;
	font-size:1.5rem;
}
.belly-style-box {
	width:100%;
	margin:2.5em 0 1.5em;
	padding:0 .5em;
	font-size:1.4rem;
	line-height:1.6;
}
.belly-style-box li{
	width:48%;
	margin-top:1.5em;
}
.belly-style-box li img{
	width:100%;
}
.belly-style-box li:first-child {
	float:left;
}
.belly-style-box li:last-child {
	float:right;
}

.belly-ttl{
	color:#fc5087;
}
.hula-ttl{
	color:#49BE16;
}
.tahitian-ttl {
	color:#35D4DA;
}

.burlesque-ttl {
	color:#c559c6;
}
.k-pop-ttl {
	color:#8adfcc;
}


.contents-hula-back {
	background-color: #f6f6f6;
	padding:1.5em 2% 1.5em;
}

.d-yogaballet-lede-desc {
	font-size: 1.5rem;
	padding:1em .5em .5em;
	line-height:1.5;
	font-weight:bold;
	text-align:center;
}
.d-yogaballet-box{
 width:100%;
}
.d-yogaballet-box li.yoga{
 width:48%;
 float:left;
}
.d-yogaballet-box li.ballet{
 width:48%;
 float:right;
}
.d-yogaballet-box li.yoga img{
 width:100%;
}
.d-yogaballet-box li.ballet img{
 width:100%;
}
.yoga-st-link {
	background-color: #EFBA39;
	padding:.6em;
	text-align:center;
	font-size:1.4rem;
}
.yoga-st-link  a{
	color: #fff;
}
.yoga-st-link i,.ballet-st-link i{
	font-size:1.6rem;
	padding-left:.4em;
}
.ballet-st-link {
	background-color: #37C8D9;
	padding:.6em;
	text-align:center;
	font-size:1.4rem;
}
.ballet-st-link a{
	color: #fff;
}





/* workshop
------------------------------------------- */
.ws-page-head {
	height: 285px;
}
.b-ws-head {
	background-image: url(../img/ws/ws-head-bg-sp-.jpg);
}
.ws-lede-desc {
	margin-bottom: 3rem;
}
.ws-lede-desc ul {
	list-style: none;
}
.ws-lede-desc li {
	text-indent: -1.4em;
	margin-left: 1.4em;
	margin-bottom: 1rem;
}
.ws-lede-desc li:before {
	font-family: FontAwesome;
	content: '\f06a'; /* アイコンのunicode */
	color:#fc5087;
	padding-right:0.5em;
}
.ws-wrap {
	background-color:#efefef;
	padding:2rem 0;
}
.ws-box a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.ws-box {
	display:block;
	width:100%;
}
.ws-box li{
	display:block;
	width;:100%;
	box-shadow:0px 0px 15px #ccc;
	-moz-box-shadow:0px 0px 15px #ccc;
	-webkit-box-shadow:0px 0px 15px #ccc;
	margin-bottom:2em;
	padding:0.8em;
	background-color:#fff;
}
.ws-list {
	width:100%;
	margin-bottom:1em;
}
.ws-list .ws-image {
	width:35%;
	float:left;
}
.ws-list .ws-image img {
	width:100%;
	margin-bottom:0.5em;
}
.ws-list .ws-text {
	width:60%;
	float:right;
	word-break:normal
}
.ws-date {
	font-family: 'Black Ops One', cursive;
	font-size:2.0em;
	color:#000000;
}
.ws-youbi {
	font-size:0.6em;
	padding-left:0.5em;
}
.ws-year {
	font-size:0.6em;
	padding-left:0.5em;
	color:#999999;
}
.finish_btn {
	padding:0.2em;
	font-family: 'Black Ops One', cursive;
	font-size:1.4em;
	background-color:#EFEFEF;
	color:#fc5087;
	border:3px solid #fc5087;
	text-align:center;
}
.ws-detail {
	font-size:1.0em;
	color:#1DC0CA;
	padding:0.8em 0 0.2em;
}
.ws-timeplace {
	font-size:1.2em;
}
.ws-dancer {
	font-size:1.7em;
	font-weight:bold;
	line-height:1.4;
}
.ws-team {
	display:block;
	font-size:0.5em;
}
.ws-genre {
	font-size:1.2em;
}
.past-ws-box {
	width:100%;
	border:1px solid #999;
	padding:1em 0.5em 0.5em;
	font-size:0.8em;
}
.ws-sec-ttl {
	margin-bottom:2rem;
	text-align:center;
	line-height:1.4;
}
.ws-sec-ttl .en{
	font-size:1.8em;
}
.ws-sec-ttl .ja{
	display:block;
	font-size:1.0em;
}
.past-ws-box li{
	display: inline-block;
	border-right:1px dotted #999;
	padding:0 0.5em;
	margin-bottom:0.5em;
}
.past-ws-box li a:hover {
	color:#fc5087;
}
.ws-body img{
	display:block;
	width:100%;
	height:auto;
	margin:0 auto 3rem;
}
.ws-post-box {
	padding:1em 0;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	margin-bottom:3rem;
	text-align:center;
}
.ws-post-info{
	width:100%;
}
.ws-post-info p{
	padding-bottom:0.2em;
}
.ws-post-prof{
	width:100%;
}
.ws-post-prof p{
	padding-bottom:0.2em;
}
.ws-post-date {
	font-family: 'Black Ops One', cursive;
	font-size:2.0em;
	color:#000000;
}
.ws-post-youbi {
	font-size:0.6em;
	padding-left:0.5em;
}
.ws-post-year {
	font-size:0.6em;
	padding-left:0.5em;
	color:#999999;
}
.ws-post-detail {
	font-size:1.0em;
	color:#1DC0CA;
	padding:1em 0;
}
.ws-post-timeplace {
	font-size:1.4em;
}
.ws-post-genre {
	font-size:1.4em;
}
.ws-post-dancer {
	font-size:1.8em;
	font-weight:bold;
}
.ws-post-team {
	font-size:0.5em;
}
.ws-post-profile {
	font-size:1.0em;
	text-align:left;
	line-height:1.4;
}

/* recruit top
------------------------------------------- */
.recruit-page-head {
	height: 285px;
}
.b-recruit-head {
	background-image: url(../img/recruit/recruit-head-bg-sp.jpg);
}
.recruit-box{
	-webkit-text-size-adjust: 100%;
}
.recruit-box img {
	max-width:100%;
	width /***/:auto; /* IE8のみ */
	height:auto;
	vertical-align:bottom;
}
.recruit-box a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.recruit-catchbox{
	width:100%;
	margin-bottom:4.0rem;
}
.recruit-catch-ttl {
	color:#fc5087;
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
	margin-bottom:1.0rem;
	line-height:1.6;
}
.recruit-catch-textbox {
	font-size:1.4rem;
	line-height:1.4;
}
.r-catch-text {
	margin-bottom:2.0rem;
}
.recruit-catchbox img, .recruit-companybox img,.recruit-studentbox img{
	margin-bottom:2.0rem;
}
.recruit-companybox {
	margin-bottom:4.0rem;
}
.recruit-studentbox {
	margin-bottom:4.0rem;
}

/* recruit company
------------------------------------------- */
.recruit-companyinfo{
	width:100%;
	padding:0 0 1em;
	margin-bottom:3.0rem;
}
.recruit-companyinfo a{
	color:#fc5087;
}
.recruit-companyinfo dl {
	border-bottom:1px dotted #999;
	width:100%;
}
.recruit-companyinfo dl.fst{
	border-bottom:0px dotted #999;
	width:100%;
}
.recruit-companyinfo dt {
	clear: left;
	float: left;
	padding:1em 0 1em 0.5em;
	width:34%;
	font-weight:bold;
	color:#333333;
}
.recruit-companyinfo dt.ginko{
	padding:1em 0 2em 0.5em;
}
.recruit-companyinfo dd {
	padding:1em 0;
}


/* recruit detail
------------------------------------------- */
.recruit-svbox-1 {
	width:100%;
	padding-top:90%;
	background-image: url(../img/recruit/recruit-svback-1-sp.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	margin-bottom:30px;
}
.recruit-svtext-right {
	color:#000000;
	font-size:1.4rem;
	border:1px solid #DDD;
	padding:1em;
}
.recruit-svtitle {
	padding-bottom:0.2rem;
	border-left:7px solid #fc5087;;
	border-bottom:1px dashed #fc5087;;
	margin-bottom:1em;
	font-size:2.4rem;
}
.recruit-katagaki {
	font-size:1.4rem;
	padding-left:0.7em;
}
.recruit-staff-name {
	font-size:1.8rem;
	font-weight:bold;
	padding-left:0.5em;
}
.recruit-staff-name-en {
	font-size:1.2rem;
	color:#999;
	font-weight:normal;
	padding-left:0.5em;
}
.recruit-svtext-right p {
	line-height:1.6;
}
.recruit-workphoto {
	margin-bottom:3em;
}
.recruit-workphoto li img{
	margin:0 auto 1em;
	diplay:block;
}
.recruit-workphoto li{
	width:50%;
	float:left;
	font-size:1.4rem;
	padding-right:1em;
	margin-bottom:1.5em;
}
.recruit-workphoto li:nth-child(even){
	padding-left:1em;
	padding-right:0em;
}
.recruit-workphoto li p{
	line-height: 1.4;
}

.recruit-otherworks {
	margin-bottom:2em;
}
.recruit-otherworks li{
	width:100%;
	display:block;
	padding-bottom:2em;
	margin-bottom:2em;
	border-bottom:1px dotted #999;
}
.recruit-career li{
	width:100%;
	display:block;
	padding-bottom:2em;
	margin-bottom:2em;
}
.recruit-otherworks li img{
	margin-bottom:1em;
}
.recruit-otherworks li h3{
	text-align:center;
	font-size:2.2rem;
	margin-bottom:0.5em;
	color:#1DC0CA;
}
.recruit-ow-text{
	margin-bottom:1em;
}

.recruit-infobox{
	border-collapse:collapse;
	width:100%;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	font-size:1.2rem;
	text-align:left;
}
.recruit-infobox th{
	font-weight:normal;
	width:28%;
	padding:1em;
	border:1px solid #CCCCCC;
	vertical-align:middle;
	text-align:center;
	background-color:#F6F6F6;
}
.recruit-infobox td{
	padding:1em;
	border:1px solid #CCCCCC;
	vertical-align:middle;
	text-align:left;
}
.recruit-infobox td a{
	color:#fc5087;
}
.recruit-infobox p{
	line-height:1.8;
}
.recruit-app a{
	display:block;
	text-align:center;
	background-color:#;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-khtml-border-radius:30px;
	border-radius:30px;
	font-size:1.8rem;
	font-weight:normal;
	color:#FFF !important;
	padding:1em;
	margin:0 auto;
	border:3px solid #DDDDDD;
	background: -webkit-linear-gradient(top,#fc5087 0%,#D7269C 100%);
	background: -moz-linear-gradient(top,#fc5087 0%,#D7269C 100%);
	background: -ms-linear-gradient(top,#fc5087 0%,#fc5087 50%,#D7269C 50%,#D7269C 100%);
	background: linear-gradient(top,#fc5087 0%,#fc5087 50%,#D7269C 50%,#D7269C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fc5087, endColorstr=#D7269C);
	width:50%;
}
.recruit-tel-box{
	background-image: url(https://www.kknoah.co.jp/images/media_list_back.jpg);
	background-repeat: repeat-x;
	padding:1em;
	margin:3rem 0;
}
.recruit-tel-text{
	background-color:#ffffff;
	padding:1em;
	text-align:center;
	line-height:1.6;
}
.recruit-tel{
	font-size:2.2rem;
	font-weight:normal;
	display:block;
}
.oubo{
	font-size:1.4rem;
}



/* recruit intern
------------------------------------------- */
.intern-lead {
	font-size:1.6rem;
	text-align:center;
	font-weight:bold;
	margin-bottom:1.5rem;
}
.intern-chart {
	margin-bottom:2.5rem;
}
.intern-ttl {
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
	margin-bottom:1.5rem;
}
.intern-text {
	font-size:1.4rem;
	line-height:1.6;
	margin-bottom:3rem;
}
.intern-box {
	width:100%;
	margin-bottom:3rem;
}
.intern-box li{
	width:100%;
	display:block;
	margin-bottom:2em;
	padding-bottom:2em;
	border-bottom:1px dotted #999;
}
.intern-box li img {
	margin-bottom:1.5em;
}
.intern-box-ttl {
	color:#1DC0CA;
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom:0.8em;
}
.recruit-app2 a{
	display:block;
	text-align:center;
	background-color:#;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-khtml-border-radius:30px;
	border-radius:30px;
	font-size:1.8rem;
	font-weight:normal;
	color:#FFF !important;
	padding:1em;
	margin:0 auto;
	border:3px solid #DDDDDD;
	background: -webkit-linear-gradient(top,#1DC0CA 0%,#35B09E 100%);
	background: -moz-linear-gradient(top,#1DC0CA 0%,#35B09E 100%);
	background: -ms-linear-gradient(top,#1DC0CA 0%,#1DC0CA 50%,#35B09E 50%,#35B09E 100%);
	background: linear-gradient(top,#1DC0CA 0%,#1DC0CA 50%,#35B09E 50%,#35B09E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1DC0CA, endColorstr=#35B09E);
	width:80%;
}

.bb-no{
	border-bottom:none;
}

/*============================================

	ex-tb.css

============================================*/
@media screen and (min-width: 768px) {
.gnavi-sub .nav-member {
	background-image: url(../img/common/member-ico.png);
	background-size: 40px auto;
}

.studio-sec2 {
	padding-bottom:2rem;
	border-bottom: 0px solid #adadad;
}

.page-head-ttl {
	font-size: 4rem;
}

.recept-table th, .recept-table td {
	display: table-cell;
	padding: 0.6em 0;
	text-align: center;
}
.recept-table th {
	font-size: 1.5rem;
}
.recept-table th span {
	display:inline;
}
.recept-table td {
	font-size: 1.5rem;
	padding-left:0;
	background-image: none;
	background-position:center left .8em;
	background-size:auto 30px;
}
.recept-table .dial {
	display: block;
	float: none;
	font-size: 1.9rem;
	font-weight:normal;
	padding-top:.2em;
}

.recept-table2 {
	display:table;
	width: 100%;
	font-size: 1.4rem;
	border-top: 0px solid #ccc;
	border-left: 1px solid #ccc;
	color: #fff;
	margin-top:2em;
}
.recept-table2 th,
.recept-table2 td {
	display: block;
	border-right: 1px solid #ccc;
	border-bottom: 0px solid #ccc;
}
.recept-table2 th {
	padding: 0em 1em;
	font-size: 1.2rem;
	background-color: #f6f6f6;
}
.recept-table2 td {
	padding: 0em 1em;
}

.recept-table2 .dial {
	float: right;
	color: #fff;
}
.recept-table2 th, .recept-table2 td {
	display: table-cell;
	padding: 0em 0;
	text-align: center;
}
.recept-table2 th {
	font-size: 1.5rem;
}
.recept-table2 th span {
	display:inline;
}
.recept-table2 td {
	font-size: 1.5rem;
	padding-left:2em;
	background-image: url(../img/common/tel-mark-icon2.png);
	background-position:center left 1.2em;
	background-size:auto 30px;
}
.recept-table2 .dial {
	display: block;
	float: none;
	font-size: 1.9rem;
	font-weight:normal;
	padding-top:.2em;
}

.induct-btn2 {
	display: inline-block;
	font-size: 2.4rem;
	padding: 1rem 80px;
}

/* header
------------------------------------------- */
.s-menu-ttl {
	line-height:1.5;
}
.s-menu-ttl a{
	color:#000;
}
.s-menu-ttl a:hover{
	color:#fc5087;
}
.s-menu-dial a.s-menu-btn {
	pointer-events: none;
}

/* home
------------------------------------------- */
.pickup-list.slick-initialized.slick-slider.slick-dotted {
	margin-bottom: 7em;
}


/* home pickupdancer
------------------------------------------- */
.pd-profile .pd-name {
	font-size: 1.5rem;
}


/* aboutus
------------------------------------------- */
.aboutus-page-head {
	height: 450px;
}
.b-aboutus-head {
	background-image: url(../img/aboutus/aboutus-head-bg-pc.jpg);
}
.b-aboutus-head2 {
	background-image: url(../img/aboutus/aboutus-head-bg-pc-.jpg);
}
.about-sec-desc {
	line-height: 1.8;
}

/* system
------------------------------------------- */
.system-ttl {
	font-size: 2.6rem;
}
.system-ttl-desc {
	text-align:center;
	font-weight:bold;
	font-size:1.6rem;
}
.system-view {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-bottom:1px dashed #999;
}
.system-view-box {
	width: 30%;
	border-bottom:0px dashed #999;
}
.system-lede-desc {
	font-size: 1.6rem;
}
.system-view-desc {
	font-size: 1.5rem;
}
.price-table thead th  {
	font-size: 1.6rem;
}
.price-table {
	margin-bottom: 4rem;
}
.price-table table {
	font-size: 1.6rem;
}
.price-table table th,
.price-table table td {
	padding: .8em 5px;
}
.entry-price-table tbody th,
.entry-price-table tbody td {
	width: 50%;
}
.price-table th.cource-box span{
	display: inline;
}
.price-table .tax {
	font-size: 1.3rem;
}
.entry-price-table .up {
	font-size: 1.4rem;
}
.price-table table .up2 {
	font-size:1.8rem;
	color: #fc5087;

}
.price-table table .zero {
	font-size:1.8rem;
}

.normal-price {
	font-size:1.8rem;
}
.campaign-price {
	font-size:2.8rem;
	font-weight:normal;
}

.tb-xs {
	font-size: 1.2rem;
}
.tb-s {
	font-size: 1.4rem;
}
.tb-m {
	font-size: 1.6rem;
}
.price-atc-list li {
	font-size: 1.4rem;
}
.different-sec-ttl {
	font-size: 2.6rem;
}
.different-sec {
	padding: 5rem 0 3rem;
}
.other-sch-link {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.other-sch-link li {
	width: 23%;
	font-size: 1.3rem;
}
.other-sch-link li a {
	padding: 1em 0;
}
.dif-price-table table {
	font-size: 1.6rem;
	background-color: #fff;
}
.dif-table-name {
	width: 20%;
}
.price-table .logo-td {
	padding: 15px 0;
}
.price-table .monthly {
	width: 20%;
}
.price-table .opt-price {
	width: 20%;
}
.academy-table .logo-td img,.other-table .logo-td img {
	height: 60px;
}
.academy-table .tb-class,
.other-table .tb-class {
	font-size: 1.3rem;
	width:20%;
}
.system-recept .stand-btn {
	margin-bottom: 3.6rem;
}
.entry-btn {
	display: inline-block;
	font-size:2.0rem;
}
.entry-btn .arw {
	padding: 1.0em 3em;
}

/* join
------------------------------------------- */
.join-page-head {
	height: 450px;
}
.b-join-head {
	background-image: url(../img/join/join-head-bg-pc.jpg);
}
.entry-btn2 {
	display: inline-block;
}
.entry-btn2 .arw {
	padding: .8em 3em;
}
.join-ttl {
	font-size: 3.4rem;
}
.join-ttl-desc {
	font-size:2.4rem;
	margin-bottom:1em;
}

.join-wrap {
	padding:3em 2em 0;
	margin-bottom:3em;
}
.join-view-box {
	padding-left: 110px;
	margin-bottom: 1rem;
	background-position: 10px 0;
	background-size: 70px auto;
}
.webjoin-view-copy {
	font-size: 2.6rem;
	margin-bottom:.3em;
}
.studiojoin-view-copy {
	font-size: 2.6rem;
	margin-bottom:.3em;
}
.join-view-desc {
	font-size:1.6rem;
	line-height:1.6;
	margin-bottom: 3rem;
}
.entry-btn2 .arw {
	font-size:2.2rem;
}
.join-studio-list table {
	font-size: 1.6rem;
}
.join-studio-item {
	padding-top: 0px;
	background-position: 10px 50%;
	text-align:left;
}
.gessyawidth {
	width:35%;
}
.cardwidth {
	width:65%;
}
.gessya {
	background-size: 60px auto;
	padding:1em 0 1em 90px;
}
.card {
	background-size: 85px auto;
	padding:1em 0 1em 120px;
}
.join-campaign-box {
	font-size:1.8rem;
	margin:0 1.4em;
}
.campaignprice {
	display:inline;
	padding-left:.3em;
}
.bigprice {
	font-weight:bold;
	font-size:2.6rem;
}
.trial-caution {
	display:block;
	padding-top:1em;
	font-size:1.4rem;
}
.trial-ttl-desc {
	margin-top:2em;
	font-size:2.0rem;
	margin-bottom:1em;
	text-align:center;
}
.sch-link-box3 {
	width: 50%;
	display:block;
	margin:0 auto 3em;
}
.link-branch-btn2 {
	font-size: 1.8rem;
	text-align:center;
	padding:0;
}
.link-branch-btn2 a {
	display: block;
	padding: 1em;
}
.link-branch-btn2 .head-ico {
	display: block;
	padding-left: 2.4em;
	line-height: 30px;
	background-position: 0 50%;
	background-size: auto 30px;
}
.link-branch-btn2 .foot-ico {
	display: block;
	padding-right: 2.4em;
	line-height: 30px;
	background-position: 100% 50%;
	background-size: auto 30px;
}
.expand-menu li a {
	font-size:1.8rem;
}
.expand-menu2 li a {
	font-size:1.8rem;
}
.trial-otoiawase-box {
	display:none;
}
.trial-qa-box {
	background-color:#fff;
	text-align:center;
	font-size:1.6rem;
}
.trial-qa-desc-ttl {
	font-size:1.8rem;
	padding-bottom:.5em;
}
.trial-qa-box table {font-size: 1.4rem;}
.img-space{
	padding:2.8em 0;
}
.kengaku {
	padding:0em 2% 3.5em;
}



/* schedule
------------------------------------------- */

.street-cat  { color: #999; font-size:1.1rem; padding-bottom:.2em;}
.belly-cat  { color: #999; font-size:1.1rem; padding-bottom:.2em;}
.yoga-cat  { color: #999; font-size:1.1rem; padding-bottom:.2em;}
.ballet-cat  { color: #999; font-size:1.1rem; padding-bottom:.2em;}

.link-closebtn {
	font-size: 1.4rem;
}
.expand-menu2 li {
	font-size: 1.4rem;
	text-align: center;
}
.print-link-box {
	width: 50%;
	display:block;
	margin:0 auto;
}
.sc-lede-ttl {
	font-size:2.0rem;
	font-weight:normal;
}
.sch-link-box2 {
	float: left;
	width: 48%;
}
.sch-link-box2:last-child {
	float: right;
}
.sch-link-download {
	margin-top:2em;
}
.sch-link-download a {
	font-size:1.8rem;
}
.sch-link-download2 {
	float:right;
	width:26%;
	background-color:#222;
}
.sch-link-download2 a {
	display: block;
	padding: 1em;
	font-size:1.2rem;
	color:#fff;
}
.sch-link-download2 .head-ico {
	display: block;
	padding-left: 2.4em;
	line-height: 20px;
	background-position: 0 50%;
	background-size: auto 20px;
}
.sch-link-download2 .foot-ico {
	display: block;
	padding-right: 1em;
	line-height: 20px;
	background-position: 100% 50%;
	background-size: auto 20px;
}
.sch-link-download2 .head-ico {
	background-image: url(../img/common/pdf-ico.png);
}
.sch-link-download2 .foot-ico {
	background-image: url(../img/common/download-ico.png);
}
.sch-ex {
	padding-bottom:3em;
}
.sch-ex-left {
 float:left;
 width:72%;
}
.sch-cat-list li {
	font-size: 1.2rem;
}
.sch-cat-list li i{
	font-size:1.4rem;
}
.kind-cnt-ttl {
	display: block;
	padding: 0 0 .2em;
	text-align: center;
	font-size: 4rem;
	font-weight:bold;
	color: #000;
	font-family: 'Questrial', sans-serif;
	background: transparent;
}
.class-sec-ttl {
	font-size: 1.5rem;
	color: #000;
	display: table;
	height: 30px;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
	vertical-align: middle;
	background: #f2e6d7 none repeat scroll 0 0;
}
.no-lesson {
	display:none;
}
.type-sec {
	padding-top:1em;
}
.class-main .time {
	padding: 5px 7px;
	font-size: 1.3rem;
}
.class-main .p-info .name {
	font-size: 1.4rem;
	font-weight: bold;
}
.class-main .p-info .cat {
	padding-left: 0em;
	color: #666;
	font-size: 1rem;
	font-weight: normal;
}
.class-main .p-info .level {
	font-size: 1.1rem;
}
.class-main .clip {
	display: block;
	margin:0 auto .6rem;
	height: 60px;
	width: 55%;
	position: relative;
}
.class-main .clip img {
	width: 100%;
	height:auto;
	margin:0 auto;
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, -5%);
	-ms-transform: translate(-50%, -5%);
	transform: translate(-50%, -5%);
}
.m60 .class-main .p-info .name {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom:0;
}
.m60 .class-sub ul {
	display: table-cell;
	vertical-align: top;
}
.m60.class {
	height: 144px;
}
.m60.class .class-sub {
	height: 144px;
}
.m60.class .cat{
	display:inline;
	padding-left:.2em;
}
.m60.class .level span{
	display:inline;
	padding-left:.2em;
}
.class .class-sub li a,
.class .class-sub li button {
	display: block;
	padding: .4em 0;
	background-color: #fff;
}
.class .class-sub li.henkou{
	float: none;
	width: 100%;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: left;
	color:#ff0000;
	padding:0;
	display:block;
}
.class-view th,
.class-view td {
	font-size: 1.3rem;
}

.w100 .class-main .time {
	font-size: 1.6rem;
}
.w100 .class-main .clip {
	float:left;
	display:block;
	margin:0 auto .2rem;
	height:130px;
	width: 35%;
	position: relative;
}
.w100 .class-main .clip img {
	width: 100%;
	height:auto;
	margin:0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -40%);
	-ms-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%);
	padding: 0 15%;
}
.w100 .class-main .p-info {
	float:right;
	width: 62%;
	padding:1em 0;
	text-align:left;
}
.w100 .class-main .p-info .name {
	font-size: 2.0rem;
	font-weight: bold;
}
.w100 .class-main .p-info .cat {
	padding-left: 0em;
	color: #666;
	font-size: 1rem;
	font-weight: normal;
}
.w100 .class-main .p-info .level {
	font-size: 1.6rem;
}
.w100 .class-main .p-info .level span {
	display: inline;
}

.w50 .class-main .clip img {
	padding: 0 38%;
}
.w33 .class-main .clip img {
	padding: 0 28%;
}
.longtime-height2 {
	height: 1570px;
}
.w100 .class-sec{
	width: 100%;
}
.w50 .class-sec{
	width: 50%;
}
.w33 .class-sec{
	width: 33.3% !important;
}

.ike-y-default-1330 { top: 0; }
.ike-y-default-1345 { top: 36px; }
.ike-y-default-1400 { top: 72px; }
.ike-y-default-1415 { top: 108px; }
.ike-y-default-1430 { top: 144px; }
.ike-y-default-1445 { top: 180px; }
.ike-y-default-1500 { top: 216px; }
.ike-y-default-1515 { top: 252px; }
.ike-y-default-1530 { top: 288px; }
.ike-y-default-1545 { top: 324px; }
.ike-y-default-1600 { top: 360px; }
.ike-y-default-1615 { top: 396px; }
.ike-y-default-1630 { top: 432px; }
.ike-y-default-1645 { top: 468px; }
.ike-y-default-1700 { top: 504px; }
.ike-y-default-1715 { top: 540px; }
.ike-y-default-1730 { top: 576px; }
.ike-y-default-1745 { top: 612px; }
.ike-y-default-1800 { top: 648px; }
.ike-y-default-1815 { top: 684px; }
.ike-y-default-1830 { top: 720px; }
.ike-y-default-1845 { top: 756px; }
.ike-y-default-1900 { top: 792px; }
.ike-y-default-1915 { top: 828px; }
.ike-y-default-1930 { top: 864px; }
.ike-y-default-1945 { top: 900px; }
.ike-y-default-2000 { top: 936px; }
.ike-y-default-2015 { top: 972px; }
.ike-y-default-2030 { top: 1008px; }
.ike-y-default-2045 { top: 1044px; }
.ike-y-default-2100 { top: 1080px; }
.ike-y-default-2115 { top: 1116px; }
.ike-y-default-2130 { top: 1152px; }
.ike-y-default-2145 { top: 1188px; }
.ike-y-default-2200 { top: 1224px; }

.ike-default-height {
	height: 1426px;
}
.ike-default-height2 {
	height: 1498px;
}

.ike-y-alltime-1200 { top: 0; }
.ike-y-alltime-1215 { top: 36px; }
.ike-y-alltime-1230 { top: 72px; }
.ike-y-alltime-1245 { top: 108px; }
.ike-y-alltime-1300 { top: 144px; }
.ike-y-alltime-1315 { top: 180px; }
.ike-y-alltime-1330 { top: 216px; }
.ike-y-alltime-1345 { top: 252px; }
.ike-y-alltime-1400 { top: 288px; }
.ike-y-alltime-1415 { top: 324px; }
.ike-y-alltime-1430 { top: 360px; }
.ike-y-alltime-1445 { top: 396px; }
.ike-y-alltime-1500 { top: 432px; }
.ike-y-alltime-1515 { top: 468px; }
.ike-y-alltime-1530 { top: 504px; }
.ike-y-alltime-1545 { top: 540px; }
.ike-y-alltime-1600 { top: 576px; }
.ike-y-alltime-1615 { top: 612px; }
.ike-y-alltime-1630 { top: 648px; }
.ike-y-alltime-1645 { top: 684px; }
.ike-y-alltime-1700 { top: 720px; }
.ike-y-alltime-1715 { top: 756px; }
.ike-y-alltime-1730 { top: 792px; }
.ike-y-alltime-1745 { top: 828px; }
.ike-y-alltime-1800 { top: 864px; }
.ike-y-alltime-1815 { top: 900px; }
.ike-y-alltime-1830 { top: 936px; }
.ike-y-alltime-1845 { top: 972px; }
.ike-y-alltime-1900 { top: 1008px; }
.ike-y-alltime-1915 { top: 1044px; }
.ike-y-alltime-1930 { top: 1080px; }
.ike-y-alltime-1945 { top: 1116px; }
.ike-y-alltime-2000 { top: 1152px; }
.ike-y-alltime-2015 { top: 1188px; }
.ike-y-alltime-2030 { top: 1224px; }
.ike-y-alltime-2045 { top: 1260px; }
.ike-y-alltime-2100 { top: 1296px; }
.ike-y-alltime-2115 { top: 1332px; }
.ike-y-alltime-2130 { top: 1368px; }
.ike-y-alltime-2145 { top: 1404px; }
.ike-y-alltime-2200 { top: 1440px; }

.ike-longtime-height {
	height: 1642px;
}

.y-default-2020 { top: 480px; }
.y-default-2110 { top: 600px; }

.tori-w-default-1430 { top: 0; }
.tori-w-default-1445 { top: 36px; }
.tori-w-default-1500 { top: 72px; }
.tori-w-default-1515 { top: 108px; }
.tori-w-default-1530 { top: 144px; }
.tori-w-default-1545 { top: 180px; }
.tori-w-default-1600 { top: 216px; }
.tori-w-default-1615 { top: 252px; }
.tori-w-default-1630 { top: 288px; }
.tori-w-default-1645 { top: 324px; }
.tori-w-default-1700 { top: 360px; }
.tori-w-default-1710 { top: 384px; }
.tori-w-default-1715 { top: 396px; }
.tori-w-default-1730 { top: 432px; }
.tori-w-default-1745 { top: 468px; }
.tori-w-default-1800 { top: 504px; }
.tori-w-default-1815 { top: 540px; }
.tori-w-default-1830 { top: 576px; }
.tori-w-default-1845 { top: 612px; }
.tori-w-default-1900 { top: 648px; }
.tori-w-default-1915 { top: 684px; }
.tori-w-default-1930 { top: 720px; }
.tori-w-default-1945 { top: 756px; }
.tori-w-default-2000 { top: 792px; }
.tori-w-default-2015 { top: 828px; }
.tori-w-default-2030 { top: 864px; }
.tori-w-default-2045 { top: 900px; }
.tori-w-default-2100 { top: 936px; }
.tori-w-default-2110 { top: 960px; }
.tori-w-default-2115 { top: 972px; }
.tori-w-default-2120 { top: 984px; }
.tori-w-default-2130 { top: 1008px; }
.tori-w-default-2145 { top: 1044px; }
.tori-w-default-2200 { top: 1080px; }

.tori-w-default-height {
	height: 1282px;
}
.tori-h-default-height {
	height: 1317px;
}

.tori-y-alltime-1130 { top: 0; }
.tori-y-alltime-1145 { top: 36px; }
.tori-y-alltime-1200 { top: 72px; }
.tori-y-alltime-1215 { top: 108px; }
.tori-y-alltime-1230 { top: 144px; }
.tori-y-alltime-1245 { top: 180px; }
.tori-y-alltime-1300 { top: 216px; }
.tori-y-alltime-1315 { top: 252px; }
.tori-y-alltime-1330 { top: 288px; }
.tori-y-alltime-1345 { top: 324px; }
.tori-y-alltime-1400 { top: 360px; }
.tori-y-alltime-1415 { top: 396px; }
.tori-y-alltime-1430 { top: 432px; }
.tori-y-alltime-1445 { top: 468px; }
.tori-y-alltime-1500 { top: 504px; }
.tori-y-alltime-1515 { top: 540px; }
.tori-y-alltime-1530 { top: 576px; }
.tori-y-alltime-1545 { top: 612px; }
.tori-y-alltime-1550 { top: 624px; }
.tori-y-alltime-1600 { top: 648px; }
.tori-y-alltime-1615 { top: 684px; }
.tori-y-alltime-1630 { top: 720px; }
.tori-y-alltime-1645 { top: 756px; }
.tori-y-alltime-1700 { top: 792px; }
.tori-y-alltime-1710 { top: 816px; }
.tori-y-alltime-1715 { top: 828px; }
.tori-y-alltime-1730 { top: 864px; }
.tori-y-alltime-1745 { top: 900px; }
.tori-y-alltime-1800 { top: 936px; }
.tori-y-alltime-1815 { top: 972px; }
.tori-y-alltime-1830 { top: 1008px; }
.tori-y-alltime-1845 { top: 1044px; }
.tori-y-alltime-1900 { top: 1080px; }
.tori-y-alltime-1915 { top: 1116px; }
.tori-y-alltime-1930 { top: 1152px; }
.tori-y-alltime-1945 { top: 1188px; }
.tori-y-alltime-2000 { top: 1224px; }
.tori-y-alltime-2015 { top: 1260px; }
.tori-y-alltime-2020 { top: 1272px; }
.tori-y-alltime-2030 { top: 1296px; }
.tori-y-alltime-2045 { top: 1332px; }
.tori-y-alltime-2100 { top: 1368px; }
.tori-y-alltime-2115 { top: 1404px; }
.tori-y-alltime-2130 { top: 1440px; }
.tori-y-alltime-2145 { top: 1476px; }
.tori-y-alltime-2200 { top: 1512px; }

.tori-y-alltime-height {
	height: 1714px;
}

.tori-y-alltime2-2000 { top: 0; }
.tori-y-alltime2-2010 { top: 24px; }
.tori-y-alltime2-2015 { top: 36px; }
.tori-y-alltime2-2030 { top: 72px; }
.tori-y-alltime2-2045 { top: 108px; }
.tori-y-alltime2-2100 { top: 144px; }
.tori-y-alltime2-2115 { top: 180px; }
.tori-y-alltime2-2120 { top: 192px; }
.tori-y-alltime2-2130 { top: 216px; }

.tori-y-alltime2-height {
	height: 420px;
}

.tori-2a-alltime-1530 { top: 0; }
.tori-2a-alltime-1545 { top: 36px; }
.tori-2a-alltime-1550 { top: 48px; }
.tori-2a-alltime-1600 { top: 72px; }
.tori-2a-alltime-1615 { top: 108px; }
.tori-2a-alltime-1630 { top: 144px; }
.tori-2a-alltime-1645 { top: 180px; }
.tori-2a-alltime-1700 { top: 216px; }
.tori-2a-alltime-1715 { top: 252px; }
.tori-2a-alltime-1730 { top: 288px; }
.tori-2a-alltime-1745 { top: 324px; }
.tori-2a-alltime-1800 { top: 360px; }
.tori-2a-alltime-1815 { top: 396px; }
.tori-2a-alltime-1830 { top: 432px; }
.tori-2a-alltime-1845 { top: 468px; }
.tori-2a-alltime-1900 { top: 504px; }
.tori-2a-alltime-1915 { top: 540px; }
.tori-2a-alltime-1930 { top: 576px; }
.tori-2a-alltime-1945 { top: 612px; }
.tori-2a-alltime-2000 { top: 648px; }
.tori-2a-alltime-2015 { top: 684px; }
.tori-2a-alltime-2020 { top: 696px; }
.tori-2a-alltime-2030 { top: 720px; }
.tori-2a-alltime-2045 { top: 756px; }
.tori-2a-alltime-2100 { top: 792px; }
.tori-2a-alltime-2115 { top: 828px; }
.tori-2a-alltime-2130 { top: 864px; }
.tori-2a-alltime-2145 { top: 900px; }
.tori-2a-alltime-2200 { top: 936px; }

.tori-2a-alltime-height {
	height: 1138px;
}

.aki-y-default-1530 { top: 0; }
.aki-y-default-1545 { top: 36px; }
.aki-y-default-1550 { top: 48px; }
.aki-y-default-1600 { top: 72px; }
.aki-y-default-1615 { top: 108px; }
.aki-y-default-1630 { top: 144px; }
.aki-y-default-1645 { top: 180px; }
.aki-y-default-1700 { top: 216px; }
.aki-y-default-1715 { top: 252px; }
.aki-y-default-1730 { top: 288px; }
.aki-y-default-1745 { top: 324px; }
.aki-y-default-1800 { top: 360px; }
.aki-y-default-1815 { top: 396px; }
.aki-y-default-1830 { top: 432px; }
.aki-y-default-1845 { top: 468px; }
.aki-y-default-1900 { top: 504px; }
.aki-y-default-1915 { top: 540px; }
.aki-y-default-1930 { top: 576px; }
.aki-y-default-1945 { top: 612px; }
.aki-y-default-2000 { top: 648px; }
.aki-y-default-2015 { top: 684px; }
.aki-y-default-2020 { top: 696px; }
.aki-y-default-2030 { top: 720px; }
.aki-y-default-2045 { top: 756px; }
.aki-y-default-2100 { top: 792px; }
.aki-y-default-2115 { top: 828px; }
.aki-y-default-2130 { top: 864px; }
.aki-y-default-2145 { top: 900px; }
.aki-y-default-2200 { top: 936px; }

.aki-y-default-height {
	height: 1138px;
}
.aki-y-default-height2 {
	height: 1063px;
}
.aki-y-default-height3 {
	height: 1571px;
}

.shin2-y-alltime-1300 { top: 0; }
.shin2-y-alltime-1315 { top: 36px; }
.shin2-y-alltime-1330 { top: 72px; }
.shin2-y-alltime-1345 { top: 108px; }
.shin2-y-alltime-1400 { top: 144px; }
.shin2-y-alltime-1415 { top: 180px; }
.shin2-y-alltime-1430 { top: 216px; }
.shin2-y-alltime-1445 { top: 252px; }
.shin2-y-alltime-1500 { top: 288px; }
.shin2-y-alltime-1515 { top: 324px; }
.shin2-y-alltime-1530 { top: 360px; }
.shin2-y-alltime-1545 { top: 396px; }
.shin2-y-alltime-1600 { top: 432px; }
.shin2-y-alltime-1615 { top: 468px; }
.shin2-y-alltime-1630 { top: 504px; }
.shin2-y-alltime-1645 { top: 540px; }
.shin2-y-alltime-1700 { top: 576px; }
.shin2-y-alltime-1715 { top: 612px; }
.shin2-y-alltime-1730 { top: 648px; }
.shin2-y-alltime-1745 { top: 684px; }
.shin2-y-alltime-1800 { top: 720px; }
.shin2-y-alltime-1815 { top: 756px; }
.shin2-y-alltime-1830 { top: 792px; }
.shin2-y-alltime-1845 { top: 828px; }
.shin2-y-alltime-1900 { top: 864px; }
.shin2-y-alltime-1915 { top: 900px; }
.shin2-y-alltime-1930 { top: 936px; }
.shin2-y-alltime-1945 { top: 972px; }
.shin2-y-alltime-2000 { top: 1008px; }
.shin2-y-alltime-2015 { top: 1044px; }
.shin2-y-alltime-2030 { top: 1080px; }
.shin2-y-alltime-2045 { top: 1116px; }
.shin2-y-alltime-2100 { top: 1152px; }
.shin2-y-alltime-2115 { top: 1188px; }
.shin2-y-alltime-2130 { top: 1224px; }
.shin2-y-alltime-2145 { top: 1260px; }
.shin2-y-alltime-2200 { top: 1296px; }

.shin2-y-alltime-height {
	height: 1498px;
}

.shin2-y-d-1700 { top: 0; }
.shin2-y-d-1715 { top: 36px; }
.shin2-y-d-1730 { top: 72px; }
.shin2-y-d-1745 { top: 108px; }

.shin2-y-d-height {
	height: 310px;
}

.sc-access-block  {
	padding:2em 10%;
}
.sc-access-map {
	float: left;
	width: 45%;
}
.sc-access-info {
	float: right;
	width: 50%;
}
.sc-access-gmap iframe{
	border:1px solid #fff;
	}
.sc-ad-detail {
	margin-top: -.5em;
	margin-bottom: 1em;
	text-align: center;
	font-size: 1.4rem;
}
.sc-ad-detail .sc-ad-dial a{
	font-size: 3.6rem;
}
.sc-ad-address {
	margin-bottom: 1.5em;
}
.sc-ad-address span{
	display:inline;
	padding-left:.5em;
}
.sc-detail-bt {
	text-align:center;
	border-radius: 4px;
	font-size: 1.6rem;
	width:60%;
	margin:0 auto;
}
.sc-detail-bt a{
	padding:.8em;
	display:block;
}
.sc-detail-bt a:hover{
	background:#fff;
	color:#333;
}
.kyotsu-block {
	padding:1.5em;
	margin-top:4em;
	margin-bottom:5em;
}

/* branch
------------------------------------------- */
.branch-page-head {
	height: 450px;
}
.b-branch-head {
	background-image: url(../img/branch/branch-head-bg-pc.jpg);
}
.b-shinjuku-head {
	background-image: url(../img/branch/shinjuku/head-bg-pc.jpg);
}
.b-shinjuku2-head {
	background-image: url(../img/branch/shinjuku2/head-bg-pc.jpg);
}
.b-akihabara-head {
	background-image: url(../img/branch/akihabara/head-bg-pc.jpg);
}
.b-ginza-head {
	background-image: url(../img/branch/ginza/head-bg-pc.jpg);
}
.b-toritsudai-head {
	background-image: url(../img/branch/toritsudai/head-bg-pc.jpg);
}
.b-nakameguro-head {
	background-image: url(../img/branch/nakameguro/head-bg-pc.jpg);
}
.b-komazawa-head {
	background-image: url(../img/branch/komazawa/head-bg-pc.jpg);
}
.b-ebisu-head {
	background-image: url(../img/branch/ebisu/head-bg-pc.jpg);
}

.branch-text-img{
	max-width:600px;
}
.linkbt {
	text-align: left;
}
.studio-block2 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-top: 1px solid #adadad;
	border-left: 1px solid #adadad;
}
.studio-box2 {
	-webkit-flex-basis: 25%;
	-ms-flex-basis: 25%;
	flex-basis: 25%;
	border-top: none;
	border-left: none;
}
.studio-box2:not(:last-child) {
	margin: 0;
}
.studio-box2 .inner {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.studio-head2,
.studio-info2 {
	-webkit-flex-basis: 100%;
	-ms-flex-basis: 100%;
	flex-basis: 100%;
}
.studio-sub2 {
	padding: 0 3%;
}
.studio-head2 {
	margin-bottom: 0.6rem;
}
.studio-name2 {
	margin-bottom: 1.2rem;
}
.studio-name2 .en {
	font-size: 1.8rem;
}
.studio-name2 .ja {
	font-size: 1.4rem;
}
.studio-info2 li a {
	padding: .4rem 10px .8rem;
	text-align: left;
}
.st-ico2 {
	font-size: 1.4rem;
}
.st-ico3 {
	font-size: 1.4rem;
}
.studio-info2 li a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}
.branch-info-ttl{
	font-size: 2.0rem;
	margin:2em 0 1em;
}
.branch-info-ttl i {
	padding-right:0.5em;
	font-size: 2.6rem;
}
.studio-tel-text{
	display:inline;
	margin-bottom:0rem;
	margin-right:1.5rem;
}
.studio-add-text{
	display:inline;
	font-size:1.3rem;
}
.studio-close-text {
	display:inline;
	margin-right:1.5rem;
}

/* close
------------------------------------------- */
.close-page-head {
	height: 450px;
}
.b-close-head {
	background-image: url(../img/close/close-head-bg-pc.jpg);
}
.close_table{
	font-size:1.4rem;
	line-height:1.6;
}

/* beginner
------------------------------------------- */
.beginner-page-head {
	height: 450px;
}
.b-beginner-head {
	background-image: url(../img/beginner/beginner-head-bg-pc.jpg);
}
.beginner-lede {
	position: relative;
}
.beginner-ttl-ph {
	position: absolute;
	top: -20px;
	left: 0;
	width:18%;
}
.beginner-lede-txt {
	margin-bottom: 3rem;
	text-align: left;
	font-size: 2.0rem;
	padding-left:22%;
}
.beginner-lede-txt span {
	display: block;
}
.beginner-lede-copy {
	margin: 0 auto 3rem;
	width: 444px;
}
.beginner-sec-block {
	padding: 8rem 0 4rem;
}
.beginner-sec-head {
	margin-left: -65px;
	width: 130px;
}
.beginner-sec-mark {
	color: #fff;
	font-size: 1.5rem;
	padding-top: 4px;
	width: 130px;
}
.beginner-sec-mark::after {
	background-size: 130px 92px;
	height: 92px;
	width: 130px;
}
.beginner-sec-mark .num {
	margin-top:-10px;
	font-size: 4.2rem;
}
.beginner-sec-mark .num2 {
	margin-top:-6px;
	font-size: 4.2rem;
}
.beginner-sec-left {
	float: left;
	width: 46.8%;
}
.beginner-sec-right {
	float: right;
	width: 46.8%;
}
.beginner-sec-h {
	margin-bottom: 3rem;
	font-size: 1.8rem;
}
.beginner-sec-desc {
	font-size: 1.6rem;
	line-height:1.6;
}
.beginner-sec-ctrl .induct-btn {
	display: block;
	padding: 0.6rem 0;
}


/* genre
------------------------------------------- */
.genre-page-head {
	height: 450px;
}
.g-belly-head {
	background-image: url(../img/genre/belly-head-bg-pc.jpg);
	height: 450px;
}
.g-hawaiian-head {
	background-image: url(../img/genre/hula-head-bg-pc.jpg);
	height: 450px;
}
.g-tahitian-head {
	background-image: url(../img/genre/tahitian-head-bg-pc.jpg);
	height: 450px;
}
.g-burlesque-head {
	background-image: url(../img/genre/burlesque-head-bg-pc.jpg);
	height: 450px;
}
.g-k-pop-head {
	background-image: url(../img/genre/k-pop-head-bg-pc.jpg);
	height: 450px;
}
.g-zumba-head {
	background-image: url(../img/genre/zumba-head-bg-pc.jpg);
	height: 450px;
}
.g-girlshiphop-head {
	background-image: url(../img/genre/girlshiphop-head-bg-pc.jpg);
	height: 450px;
}
.g-jazz-dance-head {
	background-image: url(../img/genre/jazz-head-bg-pc.jpg);
	height: 450px;
}

.h-contents-ttl-base {
	margin-top:0rem;
}

.d-contents-links-top {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-bottom: 1rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin:0 0 2rem;
	display: table;
	width:100%;
}
.d-contents-links-top li {
	width:16.66%;
	font-size: 1.3rem;
	display: table-cell;
	float:none;
	border-bottom:none;
	text-align:center;
	padding-left:0em;
}
.burlesque-contents li {
	width:25% !important;
}
.k-pop-contents li {
	width:33.3% !important;
}
.k-pop-contents li span{
	display:inline;
}

.d-contents-links-top li:nth-child(even) {
	float:none;
	width:16.66%;
}
.hula-contents li,.hula-contents li:nth-child(even),.tahitian-contents li,.tahitian-contents li:nth-child(even) {
	width:20%;
}
.link-block{
	display:block;
}
.d-contents-links li:last-child{

}
.d-contents-links-top li i{
	font-size: 2.2rem;
	padding-right: 0.5em;
	position: absolute;
	top:8px;
	left:15px;
}
.k-pop-contents li i{
		top:4px;
}
.d-contents-links-top li a {
	padding:.4em .4em .4em 2.4em ;
	border-right:1px dotted #fff;
	border-bottom:none;
}
.d-contents-links-top li:first-child a{
	border-left:1px dotted #fff;
	border-top:none;
}
.d-contents-links-top li:last-child a{

}
.d-contents-links-top li .arw {
	background-image:none;
}


.note-btn {
	display: inline-block;
	font-size: 1.3rem;
	padding: .6em 1em .6em .6em;
}
.genre-lede-scat {
	text-align:center;
}
.genre-lede-scat li {
	font-size: 1.6rem;
	line-height:1.7;
}
.genre-lede-scat li i{
	padding-right:.4em;
}
.genre-lede-scat li:not(:last-child) a {
	padding-right: 1em;
	margin-right: 1em;
}
.genre-inst-box {
	position: relative;
	font-size: 1.4rem;
	margin-bottom: 4.5rem;
}
.genre-inst-box .name {
	font-size: 2.0rem;
	margin-bottom: .5rem;
	font-weight:bold;
}
.genre-inst-box .team {
	color: #00af96;
	margin-bottom: 1rem;
}
.genre-inst-box .class {
	font-size: 1.3rem;
	line-height:1.5;
}


/* lesson note
------------------------------------------- */
.note-page-head {
	height: 450px;
}
.b-note-head {
	background-image: url(../img/note/note-head-bg-pc.jpg);
}
.b-note-head-ginza {
	background-image: url(../img/note/note-head-ginza-bg-pc.jpg);
}
.b-note-head-toritsudai {
	background-image: url(../img/note/note-head-toritsudai-bg-pc.jpg);
}
.b-note-head-shinjuku {
	background-image: url(../img/note/note-head-shinjuku-bg-pc.jpg);
}
.b-note-head-akihabara {
	background-image: url(../img/note/note-head-akihabara-bg-pc.jpg);
}
.note-ttl{
	font-size: 2.1rem;
	margin:1em 0 2em;
}
.blog-baner-box {
	max-width:100%;
}
.blog-baner-box li {
	width:47%;
	float:left ;
	margin-bottom:4em;
	box-shadow:0px 0px 15px #ccc;
	-moz-box-shadow:0px 0px 15px #ccc;
	-webkit-box-shadow:0px 0px 15px #ccc;
	border:4px solid #fff;
}
.blog-baner-box li:nth-child(even) {
	float:right ;
}

.blog-head-ttl {
	font-size: 3.2rem;
	padding:.1em 0;
}
.blog-head-ttl .en {
 font-weight:300;
}
.blog-head-ttl .jp {
	font-size: 1.6rem;
}

.bloglist {
	width:70%;
	float:right;
}
.bloglist li{
	border:4px solid #eee;
	padding:2em 2.5em;
}
.bloglist li:first-child {
	padding:2em 2.5em;
}
.bloglist-box li a{
	color:#000000;
}
.blog-date {
	font-size:3.5rem;
	font-weight:400;
	color:#333;
	padding-bottom:.1em;
	margin-bottom:.6em;
	border-bottom:1px dashed #ccc;
}
.blog-date-small {
	padding-left:.5em;
	font-size:1.4rem;
	font-weight:200;
}
.blog-ttl {
	font-size:2.0rem;
	line-height:1.4;
	font-weight:bold;
	margin-bottom:.8em;
}
.blog-text {
	font-size:1.4rem;
	line-height:1.5;
}

/* lesson note post
------------------------------------------- */
.blogpost-box {
	width:70%;
	float:right;
	border:4px solid #eee;
	padding:2em 2.5em;
}
.blogpost-date {
	font-size:3.5rem;
}
.blogpost-ttl {
	font-size:2.4rem;
}
.category-school-box {
	width:25%;
	float:left;
	padding:0;
}
.blog-category-ttl {
	margin-bottom:.3em;
	text-align:left;
}
.blog-category-text {
	margin-bottom:2em;
	text-align:left;
}
.blog-snsbox {
	border-top:0px dashed #ccc;
}
.blog-category-list li, .blogpost-school-link li{

}
.blog-category-list li a, .blogpost-school-link li a{
	font-weight:bold;
}

/* lesson Report
------------------------------------------- */
.report-page-head {
	height: 450px;
}
.b-report-head {
	background-image: url(../img/report/report-head-bg-pc.jpg);
}
.report-ttl{
	font-size: 2.4rem;
	text-align: center;
	margin:1.5em 0 .4em;
	color:#fc5087;
}
.report-ttl2{
	font-size: 3.0rem;
}
.report-lead-desc {
	padding:0 8em 3em;
	border-bottom:1px dashed #ccc;
	margin-bottom:2em;
}
.report-lead-desc p{
	font-size: 1.6rem;
	line-height:1.7;
	margin-bottom:0em;
	float:right;
	width:67%;
}
.report-lead-desc img{
	width:30%;
	display:block;
	float:left;
}

.report-list-sec h2 {
	margin-top:2em;
}
.report-list-sec li {
	float:left;
	width:20%;
	margin:0 2.5% 3em;
}
.report-list-sec li img{
	width:100%;
	margin-bottom:.5em;
	border:4px solid #E2D6BE;
	border-radius: 10px;
}
.report-list-sec li:nth-child(even) {
	float:left;
	width:20%;
}
.report-list-ttl {
	margin-bottom:.4em;
}
.report-name {
	margin-bottom:1em;
}
.mb3em {
	margin-bottom:3em;
}


/* lesson Report Post
------------------------------------------- */
.reportpost-wrap {
	width:70%;
	float:right;
}
.reportpost-box {
	border:4px solid #eee;
	padding:2em 2.5em;
}
.reportpost-koumoku {
	font-size:3.20rem;
	text-align:left;
}
.reportpost-ttl {
	font-size:2.0rem;
	line-height:1.4;
	font-weight:bold;
	margin-bottom:.8em;
	color:#fc5087;
}
.reportpost-name {
	font-size:1.4rem;
}

.report-trial {
	padding: 1em 3% 3em;
	margin: 1em 0 2em;
	border-bottom:none;
}

.latestpost-box {
	width:22%;
	float:left;
	padding:0;
}
.latestpost-ttl {
	margin-top:0em;
	text-align:left;
}
.latestpost-text {
	text-align:left;
}
.report-latestpost-sec li {
	float:none;
	width:100%;
	margin-bottom:3em;
}
.report-latestpost-sec li img{
	width:100%;
	margin-bottom:.5em;
	border:4px solid #E2D6BE;
	border-radius: 10px;
}
.report-latestpost-sec li:nth-child(even) {
	float:none;
	width:100%;
}
.report-latestpost-ttl {
	margin-bottom:.3em;
}
.report-latestpost-ttl {
	color:#fc5087 !important;
	font-weight:normal;
	font-size:1.4rem;
	line-height:1.4;
}


/* Dancer
------------------------------------------- */
.g-dancer-head {
	background-image: url(../img/dancer/dancer-head-bg-pc.jpg);
	height: 450px;
}
.dancer-lede {
	font-size:1.6rem;
	line-height:1.7;
	padding:2em 0 0;
}

/* QA
------------------------------------------- */
.qa-page-head {
	height: 450px;
}
.b-qa-head {
	background-image: url(../img/qa/qa-head-bg-pc.jpg);
}
.qa-lede-copy{
	font-size: 1.8rem;
}
.qa-lede-copy span{
	display:inline;
}
.qa-text-box{
	font-size: 1.6rem;
}
.qa-text-box h2.q{
	font-size: 1.6rem;
}
.qa-text-box h3.q{
	font-size: 1.6rem;
}
.qa-text-box i{
	font-size: 2.0rem;
}

/* topics
------------------------------------------- */
.topics-page-head {
	height: 450px;
}
.b-topics-head {
	background-image: url(../img/topics/topics-head-bg-pc.jpg);
}

.news-list-block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.news-list-main {
	-webkit-flex-basis: 100%;
	-ms-flex-basis: 100%;
	flex-basis: 100%;
}
.news-list-tab {
	margin-bottom: 4rem;
}
.news-list-tab li {
	font-size: 1.6rem;
}
.news-list-cat-block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.news-list-cat-box {
	-webkit-flex-basis: 50%;
	-ms-flex-basis: 50%;
	flex-basis: 50%;
}
.news-list-cat-box:nth-child(odd) .inner {
	padding-right: 30px;
	background-image: url(../img/common/v-b-dotted.png);
	background-repeat: repeat-y;
	background-position: 100% 0;
	background-size: 1px 3px;
}
.news-list-cat-box:nth-child(even) .inner {
	padding-left: 30px;
}
.news-list-clip {
	width: 30%;
}
.news-list-ex {
	width: 63%;
	font-weight: normal;
	font-size:1.4rem;
}
.news-sub {
	-webkit-flex-basis: 20%;
	-ms-flex-basis: 20%;
	flex-basis: 20%;
}
.news-bnr {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news-bnr li {
	width: 100%;
}
.news-bnr li:not(:last-child) {
	margin-bottom: 2.5rem;
}
.news-cat-pack {
	align-items: start;
}

.exp-btn2{width:100%;display:block;padding:.1.5em 1em;font-size:1.5rem;margin:2em auto 0;}
.exp-btn2 .arw{display:block;padding-right:1.8em;background-size:6px 10px;background-position:96% 50%;}
.topicspost-text{font-size:1.6rem;line-height:1.7;}

/* dancestudio
------------------------------------------- */
.dancestudio-page-head {
	height: 450px;
}
.b-dancestudio-head {
	background-image: url(../img/dancestudio/dancestudio-head-bg-pc.jpg);
}
.ttl-dancestudio-t {
	font-size: 2.4rem;
	font-weight:bold;
	padding:0 0 0.1em;
}
.ttl-dancestudio-m {
	font-size: 3.6rem;
	font-weight:bold;
	padding:0 0 0.1em;
}
.ttl-dancestudio-u {
	font-size: 1.8rem;
	font-weight:bold;
	color:#EE0000;
}
.dancestudio-lede-copy{
	font-weight:bold;
	font-size: 2.2rem;
	text-align:center;
	padding-bottom:2.6rem;
	line-height:1.5;
}
.dancestudio-lede-desc {
	font-size: 1.4rem;
}
.bt-service{
	display:block;
	max-width:450px;
	margin:1em auto;
}
.schooservice-lede-copy {
	font-size: 1.6rem;
}
.service-big{
	font-size: 2.4rem;
}
.service-studio td{
	font-size: 1.6rem;
}
.dancestudio-ttl {
	margin:2em 0;
	display: table;
	width:100%;
}
.sec-ttl-ds {
	margin-bottom:0;
}
.sec-ttl-ds .en {
	font-size: 3.4rem;
}
.sec-ttl-ds .ja {
	display: inline;
	font-size: 1.4rem;
	margin-left: 15px;
}
.dancestudio-ttl h2{
	text-align:left !important;
}
.dancestudio-ttl li{
	display: table-cell;
}
.dancestudio-ttl li:first-child{
	width:60%;
}
.dancestudio-ttl li:last-child{
	width:40%;
	text-align:right;
	font-size: 1.8rem;
}
.dancestudio-ttl li:last-child i{
	padding:0 0.5em;
}
.ns-pricelist {
	border:2px solid #CCCCCC;
	width:100%;
}
.ns-pricelist td {
	text-align:center;
	vertical-align:middle;
	font-size: 1.3rem;
	padding:0.5em;
}
.ns-pricelist .head td {
	border-bottom:#CCCCCC 3px solid;
	font-weight:bold;
	font-size: 1.2rem;
}
.ns-pricelist .space{
	border-right:3px solid #CCCCCC;
}
.ns-30start {
	font-size: 1.6rem;
}
/* dancecontents
------------------------------------------- */
.d-contents-page-head {
	height: 450px;
}
.b-aboutbelly-head {
	background-image: url(../img/dancecontents/aboutbelly-head-bg-pc.jpg);
}
.b-bellycharm-head {
	background-image: url(../img/dancecontents/bellycharm-head-bg-pc.jpg);
}
.b-bellyeffect-head {
	background-image: url(../img/dancecontents/bellyeffect-head-bg-pc.jpg);
}
.b-bellyhistory-head {
	background-image: url(../img/dancecontents/bellyhistory-head-bg-pc.jpg);
}
.b-bellystyle-head {
	background-image: url(../img/dancecontents/bellystyle-head-bg-pc.jpg);
}
.b-bellyqa-head {
	background-image: url(../img/dancecontents/bellyqa-head-bg-pc.jpg);
}
.b-abouthula-head {
	background-image: url(../img/dancecontents/abouthula-head-bg-pc.jpg);
}
.b-hulacharm-head {
	background-image: url(../img/dancecontents/hulacharm-head-bg-pc.jpg);
}
.b-hulaeffect-head {
	background-image: url(../img/dancecontents/hulaeffect-head-bg-pc.jpg);
}
.b-hulahistory-head {
	background-image: url(../img/dancecontents/hulahistory-head-bg-pc.jpg);
}
.b-hulaqa-head {
	background-image: url(../img/dancecontents/hulaqa-head-bg-pc.jpg);
}
.b-abouttahitian-head {
	background-image: url(../img/dancecontents/abouttahitian-head-bg-pc.jpg);
}
.b-tahitiancharm-head {
	background-image: url(../img/dancecontents/tahitiancharm-head-bg-pc.jpg);
}
.b-tahitianeffect-head {
	background-image: url(../img/dancecontents/tahitianeffect-head-bg-pc.jpg);
}
.b-tahitianhistory-head {
	background-image: url(../img/dancecontents/tahitianhistory-head-bg-pc.jpg);
}
.b-tahitianqa-head {
	background-image: url(../img/dancecontents/tahitianqa-head-bg-pc.jpg);
}
.b-effect-head {
	background-image: url(../img/dancecontents/effect-head-bg-pc.jpg);
}
.d-contents-links {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-bottom: 1rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin:0 0 2rem;
	display: table;
	width:100%;
}
.d-contents-links li {
	width:16.66%;
	font-size: 1.3rem;
	display: table-cell;
}
.d-contents-links2 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-bottom: 1rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin:0 0 4rem;
	display: table;
	width:100%;
}
.d-contents-links2 li {
	width:20%;
	font-size: 1.3rem;
	display: table-cell;
}
.link-block{
	display:block;
}
.d-contents-links li:last-child{

}
.d-contents-links li i{
	font-size: 2.2rem;
	padding-right: 0.5em;
	position: absolute;
	top:8px;
	left:15px;
}
.d-contents-links li a {
	padding:0.4em 0.4em 0.4em 2.6em;
	border-right:1px dotted #999;
	border-bottom:none;
}
.d-contents-links li:first-child a{
	border-left:1px dotted #999;
	border-top:none;
}
.d-contents-links li:last-child a{
	padding:0.4em 0.4em 0.4em 2.2em;
}
.d-contents-links li .arw {
	background-image:none;
}
.d-contents-box {
	width:100%;
}
.d-contents-box li{
	font-size: 1.4rem;
	line-height:1.6;
}
.d-contents-box li.left-img-35{
	width:35%;
	float:left;
}
.d-contents-box li.left-text-60{
	width:60%;
	float:left;
}
.d-contents-box li.right-img-35{
	width:35%;
	float:right;
}
.d-contents-box li.right-text-60{
	width:60%;
	float:right;
}
.d-contents-box li img{
	width:100%;
}
.d-contents-lede-copy {
	font-size: 3.0rem;
	line-height:1.8;
}
.d-contents-lede-desc {
	font-size: 1.4rem;
	padding-top:0em;
	line-height:1.6;
}
.d-contents-lede-desc h2{
	font-size: 2.6rem;
}
.d-contents-lede-desc2 {
	font-size: 1.8rem;
	padding:1em .5em 1em;
	line-height:1.8s;
	text-align:center;
}
.d-contents-lede-desc2 h2{
	font-weight:bold;
	font-size: 2.6rem;
	margin-bottom:.4em;
}

.d-contents-ttl {
	font-size: 2.2rem;
	text-align:left;
	margin:0.5em 0 1em;
	line-height:1.6;
}
.d-contents-ttl2 {
	font-size: 2.2rem;
	text-align:left;
	margin:0.5em 0 1em;
	line-height:1.6;
}
.d-effect-ttl {
	margin: 2rem 0 1em;
	position: relative;
	height:40px;
}
.belly-effect-circle {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size:1.4rem;
	position: absolute;
}
.hula-effect-circle {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size:1.4rem;
	position: absolute;
}
.tahitian-effect-circle {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size:1.4rem;
	position: absolute;
}
.d-effect-ttl h3{
	left:60px;
	font-size: 2.0rem;
}
.student-voice-text {
	margin:1.5em 0 3em;
	padding:0 .5em;
	font-size: 1.4rem;
}
.d-voice-ttl {
	font-weight:bold;
	font-size: 3.2rem;
	text-align:left;
	line-height:1.4;
	margin-bottom:.2em;
}
.student-voice-list {
	padding:0 .5em;
}
.student-voice-list li{
	position: relative;
	padding-left:2em;
	margin-bottom:1.2em;
	padding-bottom:.8em;
	border-bottom:1px dashed #ccc;
	font-size:1.4rem;
	line-height:1.4;
}
.belly-star {
	position: absolute;
	top: 0;
	left:0;
	color:#fc5087;
	font-size:1.5rem;
}
.d-yogaballet-lede-desc {
	font-size: 1.8rem;
	padding:1em .5em .5em;
}

.yoga-st-link,.ballet-st-link {
	padding:.6em;
	font-size:1.6rem;
}



/* workshop
------------------------------------------- */
.ws-page-head {
	height: 450px;
}
.b-ws-head {
	background-image: url(../img/ws/ws-head-bg-pc-.jpg);
}
.ws-lede-desc {
	margin-bottom: 4rem;
}
.ws-lede-desc li {
	margin-bottom: 0.5rem;
}
.ws-wrap {
	padding:3rem 0;
}
.ws-box {
	width:100%;
}
.ws-box li{
	width:48.5%;
	padding:2em;
	float:left;
	border-bottom:none;
	box-shadow:0px 0px 15px #ccc;
	-moz-box-shadow:0px 0px 15px #ccc;
	-webkit-box-shadow:0px 0px 15px #ccc;
	margin-bottom:2em;
}
.ws-box li:nth-child(even) {
	float:right;
}
.ws-list {
	margin-bottom:2em;
}
.ws-sec-ttl .en{
	padding-right:0.5em;
}
.ws-sec-ttl .ja{
	display:inline;
}
.past-ws-box {
	width:100%;
	border:1px solid #999;
	padding:1.5em 1em 0.5em;
}
.past-ws-box li{
	display: inline-block;
	border-right:1px dotted #999;
	padding:0 1em;
	margin-bottom:1em;
	font-size:1.2em;
}
.ws-body img{
	display:block;
	max-width:680px;
	margin:0 auto 3rem;
}
.ws-post-box {
	padding:1em 0;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	margin-bottom:3rem;
	text-align:left;
}
.ws-post-info{
	width:30%;
	padding:0 3em;
	float:left;
	border-right:1px dotted #999;
}
.ws-post-info p{
	padding-bottom:0.5em;
}
.ws-post-prof{
	width:70%;
	padding:0 3em;
	float:right;
}
.ws-post-prof p{
	padding-bottom:0.5em;
}
.ws-post-date {
	font-size:2.0em;
	color:#000000;
}
.ws-post-youbi {
	font-size:0.6em;
	padding-left:0.5em;
}
.ws-post-year {
	font-size:0.6em;
	padding-left:0.5em;
	color:#999999;
}
.ws-post-detail {
	font-size:1.0em;
	padding-top:1em;
}
.ws-post-timeplace {
	font-size:1.4em;
}
.ws-post-genre {
	font-size:1.4em;
}
.ws-post-dancer {
	font-size:1.8em;
	font-weight:bold;
}
.ws-post-team {
	font-size:0.5em;
}

/* recruit top
------------------------------------------- */
.recruit-page-head {
	height: 450px;
}
.b-recruit-head {
	background-image: url(../img/recruit/recruit-head-bg-pc.jpg);
}
.recruit-box a:hover img{
opacity: 0.7;
filter: alpha(opacity=70);
}
.recruit-catch-ttl{
	font-size:2.4rem;
	font-weight:bold;
	text-align:center;
}
.recruit-catch-textbox {
	font-size:1.6rem;
	line-height:1.6;
}
.r-catch-text {
	margin-bottom:3.0rem;
}
.companybt{
	margin-bottom:3.0rem;
}

/* recruit company
------------------------------------------- */
.recruit-companyinfo a{
	padding-left:1em;
}
.recruit-companyinfo dt {
	width:15%;
}

/* recruit detail
------------------------------------------- */
.recruit-svbox-1 {
	width:960px;
	height:570px;
	padding-top:0;
	background-image: url(../img/recruit/recruit-svback-1-pc.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	position:relative;
	margin-bottom:40px;
}
.recruit-svtext-right {
	color:#000000;
	font-size:1.4rem;
	border:1px solid #DDD;
	padding:1em;
	position:absolute;
	top:30px;
	right:30px;
	width:520px;
	height:500px;
	background-color:rgba( 255, 255, 255, 0.9);
	overflow:hidden;
	padding:2em;
}
.recruit-svtitle {
	padding-bottom:0.2rem;
	border-left:7px solid #fc5087;;
	border-bottom:1px dashed #fc5087;;
	margin-bottom:.5em;
	font-size:2.4rem;
}
.recruit-katagaki {
	font-size:1.4rem;
	padding-left:.9em;
}
.recruit-staff-name {
	font-size:1.8rem;
	font-weight:bold;
	padding-left:0.7em;
}
.recruit-staff-name-en {
	font-size:1.2rem;
	color:#777;
	font-weight:normal;
	padding-left:0.5em;
}
.recruit-svtext-right p {
	line-height:1.6;
}

.recruit-workphoto {
	margin-bottom:2em;
}
.recruit-workphoto li{
	max-width:225px;
	margin-right:20px;
	padding-right:0px;
}
.recruit-workphoto li:last-child{
	margin-right:0px;
}
.recruit-workphoto li:nth-child(even){
	padding-left:0em;
}
.recruit-workphoto li img{
	max-width:225px;
}
.recruit-workphoto li p{
	line-height: 1.4;
}

.recruit-otherworks {
	margin-bottom:3em;
}
.recruit-otherworks li{
	width:49%;
	float:left;
	font-size:1.4rem;
	padding:2em;
	margin-bottom:1.5em;
	border:1px solid #999;

}
.recruit-career li{
	width:49%;
	float:left;
	font-size:1.4rem;
	padding:2em;
	margin-bottom:1.5em;

}
.recruit-otherworks li:nth-child(even){
	float:right;
}
.recruit-otherworks li img{
	margin-bottom:1em;
}
.recruit-otherworks li h3{
	text-align:center;
	font-size:2.8rem;
	margin-bottom:0.5em;
	color:#1DC0CA;
}
.recruit-ow-text{
	margin-bottom:1em;
}
.recruit-infobox{
	font-size:1.4rem;
}
.recruit-app a{
	width:30%;
}
.recruit-tel{
	font-size:3.2rem;
	font-weight:normal;
	display:block;
}
.oubo{
	font-size:1.8rem;
}


/* recruit intern
------------------------------------------- */
.intern-lead {
	font-size:2.0rem;
	margin-bottom:3rem;
}
.intern-chart {
	margin-bottom:4rem;
}
.intern-ttl {
	font-size:2.4rem;
	margin-bottom:3rem;
}
.intern-text {
	font-size:1.4rem;
	line-height:1.6;
	margin-bottom:3rem;
}
.intern-box {
	width:100%;
	margin-bottom:3rem;
}
.intern-box li{
	margin-bottom:0em;
	padding-bottom:0em;
	border-bottom:0px dotted #999;
}
.intern-box li.taiguu, .intern-box li.mensetsu {
	width:30%;
	float:left;
	margin-right:5%;
}
.intern-box li.jukyo {
	width:30%;
	float:right;
}
.recruit-app2 a{
	width:40%;
}

}
@media screen and (min-width: 960px) {
.sec-ttl-ds .en {
	font-size: 4.4rem;
}
/* system
------------------------------------------- */
.system-ttl {
	font-size: 3.5rem;
}
.system-view-copy {
	margin-bottom: 1.6rem;
	font-size: 2.2rem;
}
.system-view-copy span {
	font-size: 2.8rem;
}
.system-view-desc {
	font-size: 1.6rem;
	line-height:1.7;
}
.price-table {
	margin-bottom: 6rem;
}
.price-table thead th  {
	font-size: 1.8rem;
}
.price-table table {
	font-size: 1.8rem;
}
.price-table {
	font-size: 1.4rem;
}
.entry-price-table .up {
	font-size: 1.4rem;
}
.tb-s {
	font-size: 1.4rem;
}
.price-atc-list {
	margin-bottom: 4rem;
	width: 100%;
	margin: auto;
}
.price-atc-list li {
	font-size: 1.6rem;
}
.price-atc-list2 {
	margin-top: -3rem;
	margin-bottom: 4rem;
}
.price-atc-list2 li {
	font-size: 1.6rem;
}
.different-sec-ttl {
	font-size: 3rem;
}
.system-view-box {
	background-size: 90px 90px;
	margin-bottom: 3rem;
	padding-top: 110px;
}
.system-lede-desc {
	font-size: 1.6rem;
}
.other-sch-link li {
	font-size: 1.6rem;
}
.tb-br {
	display: inline;
}
.tb-xs {
	font-size: 1.6rem;
}
.academy-table .tb-class,
.other-table .tb-class {
	font-size: 1.4rem;
}

/* schedule
------------------------------------------- */

.link-close-btn {
	font-size: 1.6rem;
}
.expand-menu2 li {
	font-size: 1.8rem;
}

/* beginner
------------------------------------------- */
.beginner-ttl-ph {
	position: absolute;
	top: 0;
	left: 0;
	width:18%;
}
.beginner-lede-txt {
	font-size: 2.4rem;
	line-height:1.8;
}
.beginner-sec-ttl {
	font-size: 4.6rem;
}
.beginner-sec-h {
	font-size: 2.2rem;
}
.beginner-sec-desc {
	font-size: 1.6rem;
	line-height:1.6;
}
/* genre
------------------------------------------- */

.genre-inst-detail span {
	color: #fff;
 display: block;
	height: 100%;
	vertical-align: middle;
	width: 100%;
	top:45%;
	position: absolute;
}
.genre-inst-box a:hover .genre-inst-detail {
	opacity: 1;
	color: #fff;
	display: block;
}
.genre-inst-box a:hover .genre-inst-detail span {
	color: #fff;
	display: block;
	height: 100%;
	position: absolute;
	top:45%;
	text-align: center;
}

div.newspostslider ul li img{height: 400px;}
@media screen and (min-width: 1500px){
div.newspostslider ul li img{height: 500px;}
}
div.newspostslider .slick-dotted.slick-slider{margin-bottom:5em!important;}
.onephoto-news{padding-top:4em;}
.topicspost-ttl{font-size:1.6rem;font-weight:bold;text-align:center;}
.topicspost-text{font-size:1.4rem;line-height:1.8;padding:3em 0 1em;margin-bottom:4em;text-align:center;}
.exp-btn2{width:50%;display:block;padding:.1.5em 1em;font-size:1.4rem;margin:2em auto 0;}
}

