#school_basebox{
	width:100%;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 30px 0 0 0;
	overflow: hidden;
}
.school_innerbox{
	width:100%;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 30px 0 0 0;
	overflow: hidden;
}

h3.title_center {
	width: 80%;
	font-weight: bold;
	float: left;
	color: white;
	border: 1px solid rgb(255, 0, 0);
	padding: 5px 10px;
	background: rgb(255, 0, 0);
	margin: 0 10% 0 10%;
	text-align: center;
}
.basic-text-center {
	font-size: 1.2em;
	width: 100%;
	text-align: center;
	float: left;
	margin: 0 0 20px 0;
}
.basic-text-left {
	font-size: 1.2em;
	width: 100%;
	text-align: left;
	float: left;
	margin: 0 0 10px 0;
}
.basic-text-right {
	font-size: 1em;
	width: 100%;
	height: auto;
	text-align: right;
	float: left;
	margin: 0 0 0 0;
	text-decoration:underline;
}

.tryout-text-center {
	width: 100%;
	text-align: center;
	float: left;
	margin: 0 0 20px 0;
}

.basic-text-aboutschool {
	font-size: 1.3em;
	width: 100%;
	text-align: center;
	float: left;
	margin: 30px 0 20px 0;
}

.school_top_image {
	position: relative;
}
.video-logo {
	position:absolute;
	display:block;
	visibility:visible;
	top:15%;
	left:25%;
	right:0;
	bottom:0;
	width: 100%;
	margin: 0 auto 0 auto; 
}
.video-logo-1 {
	position:absolute;
	display:block;
	visibility:visible;
	top:150%;
	left:25%;
	right:0;
	bottom:0;
	width: 100%;
	margin: 0 auto 0 auto; 
}
.tryout-logo {
	position:absolute;
	display:block;
	visibility:visible;
	top:-125%;
	right:0;
	bottom:0;
	width: 100%;
	margin: 0 auto 0 auto; 
}
.greeting {
	font-size: 140%;
	font-weight:bold;
	text-align: center;
	color: #fff;
	position:absolute;
	display:block;
	visibility:visible;
	top:60%;
	left:0;
	right:0;
	bottom:0;
	width: 90%;
	padding: 0 5% 0 5%;
	margin: 0 auto 0 auto; 
	text-shadow: 0 1px 0 #bbb,
				0 2px 0 #b0b0b0,
				0 3px 0 #aaa,
				0 4px 0 #a0a0a0,
				0 5px 0 #888,
				0 6px 1px rgba(0, 0, 0, .1),
				0 0 5px rgba(0, 0, 0, .1),
				0 1px 3px rgba(0, 0, 0, .3),
				0 3px 5px rgba(0, 0, 0, .2),
				0 5px 10px rgba(0, 0, 0, .25),
				0 10px 10px rgba(0, 0, 0, .2),
				0 20px 20px rgba(0, 0, 0, .15);
}
.greeting-1 {
	font-size: 140%;
	font-weight:bold;
	text-align: center;
	color: #fff;
	position:absolute;
	display:block;
	visibility:visible;
	top:0%;
	left:0;
	right:0;
	bottom:0;
	width: 90%;
	padding: 0 5% 0 5%;
	margin: 0 auto 0 auto; 
	text-shadow: 0 1px 0 #bbb,
				0 2px 0 #b0b0b0,
				0 3px 0 #aaa,
				0 4px 0 #a0a0a0,
				0 5px 0 #888,
				0 6px 1px rgba(0, 0, 0, .1),
				0 0 5px rgba(0, 0, 0, .1),
				0 1px 3px rgba(0, 0, 0, .3),
				0 3px 5px rgba(0, 0, 0, .2),
				0 5px 10px rgba(0, 0, 0, .25),
				0 10px 10px rgba(0, 0, 0, .2),
				0 20px 20px rgba(0, 0, 0, .15);
}
.greeting span {
}

p.greeting {
	font-size: 2em;
	font-family: serif;   
	text-align: center;       
	color: #fff;
	position: absolute;
	left: 30%;
	top: 200px;
	z-index: 1;
}

.greeting2 {
	background-image:/files/user/images/U15/2020-21/tryout/top.png;
	width: 90%;
	font-size: 140%;
	font-weight:bold;
	text-align: center;
	color: #fff;
	position:absolute;
	display:block;
	visibility:visible;
	top:60%;
	left:0;
	right:0;
	bottom:0;
	padding: 0 5% 0 5%;
	margin: 0 auto 0 auto; 
	text-shadow: 0 1px 0 #bbb,
				0 2px 0 #b0b0b0,
				0 3px 0 #aaa,
				0 4px 0 #a0a0a0,
				0 5px 0 #888,
				0 6px 1px rgba(0, 0, 0, .1),
				0 0 5px rgba(0, 0, 0, .1),
				0 1px 3px rgba(0, 0, 0, .3),
				0 3px 5px rgba(0, 0, 0, .2),
				0 5px 10px rgba(0, 0, 0, .25),
				0 10px 10px rgba(0, 0, 0, .2),
				0 20px 20px rgba(0, 0, 0, .15);
}
.greeting2 span {
}

p.greeting2 {
	font-size: 2em;
	font-family: serif;   
	text-align: center;       
	color: #fff;
	position: absolute;
	left: 30%;
	top: 200px;
	z-index: 1;
}

.base3:hover,
.base3c:hover,
.base3e:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}



h3.school_title_center {
	background:#000;
	background-image: url("/files/user/images/school/bg_h3_fang.png");
	background-size: 15%;
	background-position: left;
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
	font-weight: bold;
	float: left;
	color: white;

	margin: 5% 0 5% 0!important;
	padding: 2% 0 2% 0;
}

h4.school_title_center {
	background:#e50000;
	background-image: url("/files/user/images/school/bg_h3_fang.png");
	background-size: 10%;
	background-position: left;
	background-repeat: no-repeat;
	width: 100%;
	text-align: left;
	text-indent: 4em;
	font-weight: bold;
	font-size: 150%;
	float: left;
	color: white;

	margin: 5% 0 5% 0!important;
	padding: 2% 0 2% 0;
}

h5.school_title_center {
	background:#e50000;
	background-size: 10%;
	background-position: left;
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
	text-indent: 0em;
	font-weight: bold;
	font-size: 150%;
	float: left;
	color: white;

	margin: 5% 0 5% 0!important;
	padding: 2% 0 2% 0;
}

.dance-base_001 {
	width:28%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/dance/school/bg_school_level_001.png");
	background-size:contain;
	background-repeat: no-repeat;
	float:left;
	margin: 0 0 5% 4%;
}
.dance-base_002 {
	width:28%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/dance/school/bg_school_level_002.png");
	background-size:contain;
	background-repeat: no-repeat;
	float:left;
	margin: 0 0 5% 4%;
}
.dance-base_003 {
	width:28%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/dance/school/bg_school_level_001.png");
	background-size:contain;
	background-repeat: no-repeat;
	float:left;
	margin: 0 0 5% 4%;
}





.base3_level_001 {
	width:28%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/school/bs_category_school_level_001.jpg");
	background-size:contain;
	background-repeat: no-repeat;
	float:left;
	margin: 0 0 5% 4%;
}
.base3_level_002 {
	width:28%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/school/bs_category_school_level_002.jpg");
	background-size:contain;
	background-repeat: no-repeat;
	float:left;
	margin: 0 0 5% 4%;
}
.base3_level_003 {
	width:28%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/school/bs_category_school_level_003.jpg");
	background-size:contain;
	background-repeat: no-repeat;
	float:left;
	margin: 0 0 5% 4%;
}

.base3_level_004 {
	width:28%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/school/bs_category_school_level_004.jpg");
	background-size:contain;
	background-repeat: no-repeat;
	float:left;
	margin: 0 36% 5% 36%;
}
.base3_level_005 {
	width:28%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/school/bg_school_level_004.png");
	background-size:contain;
	background-repeat: no-repeat;
	float:left;
	margin: 0 2% 5% 20%;
}
.base3_level_006 {
	width:28%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/school/bg_school_level_006.png");
	background-size:contain;
	background-repeat: no-repeat;
	float:left;
	margin: 0 20% 5% 2%;
}

.base3_dance_level_004 {
	width:28%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/dance/school/bg_dance_school_level_000.png");
	background-size:contain;
	background-repeat: no-repeat;
	float:left;
	margin: 0 0 5% 4%;
}
.base3_dance_level_001 {
	width:28%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/dance/school/bg_dance_school_level_001.png");
	background-size:contain;
	background-repeat: no-repeat;
	float:left;
	margin: 0 0 5% 4%;
}
.base3_dance_level_002 {
	width:28%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/dance/school/bg_dance_school_level_002.png");
	background-size:contain;
	background-repeat: no-repeat;
	float:left;
	margin: 0 0 5% 4%;
}
.base3_dance_level_003 {
	width:28%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/dance/school/bg_dance_school_level_003.png");
	background-size:contain;
	background-repeat: no-repeat;
	float:left;
	margin: 0 0 5% 4%;
}


p.about_school_level {
	color: #fff;
	font-weight:bold; 
	font-size: 80%;
	width: 90%;
	margin: 105% auto 0 auto;
	line-height: 1.5!important;
}

.base2-2_class_detail_l,
.base2-2_class_detail_r {
	font-weight:bold; 
	font-size: 120%;
	width:40%;
	height: auto;
	float:left;
	margin: 5% 0 5% 10%;
}

.base2-2_class_detail_c {
	font-weight:bold; 
	font-size: 120%;
	width:40%;
	height: auto;
	float:left;
	margin: 0 0 5% 35%;
}

.base2_class_detail_l,
.base2_class_detail_r {
	width:45%;
	height: auto;
	float:left;
	margin: 0 0 5% 3%;
}

.base3_class_detail_l,
.base3_class_detail_r {
	width:28%;
	height: auto;
	float:left;
	margin: 0 0 5% 4%;
}
.base3_class_detail_e {
	width:28%;
	height: auto;
	float:left;
	margin: 0 0 5% 4%;
}



.trial_banner {
	width:60%;
	margin: 5% 20% 5% 20%;
	float: left;
}

.contact_banner {
	width:40%;
	margin: 10% 30% 0 30%;
	float: left;
	border: 0.2em dashed #b2b2b2;
}


.base3 {
	width:28%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/school/bg_school_level_001.png");
	background-size:contain;
	background-repeat: no-repeat;
	float:left;
	margin: 0 0 5% 4%;
}
.base3c {
	width:28%;
	min-height:485px;
	height: auto;
	background-color:#E50000;
	float:left;
	margin: 0 36% 5% 36%;
	border-radius: 7px 7px 7px 7px;
}
.base3e {
	width:28%;
	min-height:485px;

	height: auto;
	background-color:#E50000;
	float:left;
	margin: 0 0 5% 4%;
	border-radius: 7px 7px 7px 7px;
}
.base3 img,
.base3c img,
.base3e img {
	border-radius: 7px 7px 0px 0px;
}

.base3 p.school_name,
.base3c p.school_name,
.base3e p.school_name {
	font-weight: bold;
	text-align: center;
	line-height:1em;
	font-size:1.3em;
	color: #FFF;
	margin: 1em 0 0 0;
}



.base3 p.school_level,
.base3c p.school_level,
.base3e p.school_level {
	height: 2.5em;
	font-weight: bold;
	text-align: center;
	font-size: 1.0em;
	color: #FFF;
	border-bottom: medium solid #FFF;
	margin: 0 1em 0 1em;
	padding: 0 0 1em 0;
}
.base3 p.school_target,
.base3c p.school_target,
.base3e p.school_target {
	text-align: left;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #FFF;
	margin: 0.7em 0 0.7em 0;
}

.base3 .about_level,
.base3c .about_level,
.base3e .about_level {
	width: 90%;
	padding: 0 5% 0 5%;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #FFF;
	margin: 1em 0 2em 0;
}

.base-L-1{
	width:30%;
	height: auto;
	background-color:#FF3300;
	float:left;
	margin: 0% 0% 5% 5%;
	border-radius: 7px 7px 7px 7px;
}
.base-L-2{
	width:30%;
	height: auto;
	background-color:#e50000;
	float:left;
	margin: 0% 0% 5% 5%;
	border-radius: 7px 7px 7px 7px;
	position: relative;
}
.base-L-3{
	width:30%;
	height: auto;
	background-color:#660000;
	float:left;
	margin: 0% 0% 5% 5%;
	border-radius: 7px 7px 7px 7px;
}
.base-L-4{
	width:30%;
	height: auto;
	background-color:#000000;
	float:left;
	margin: 0% 0% 5% 5%;
	border-radius: 7px 7px 7px 7px;
}
.base-L-5{
	width:30%;
	height: auto;
	background-color:#e50000;
	float:left;
	margin: 0% 0% 5% 5%;
	border-radius: 7px 7px 7px 7px;
}
.base-LL-1{
	width:55%;
	height: auto;
	background-color:#FF3300;
	float:left;
	margin: 0% 5% 5% 5%;
	border-radius: 7px 7px 7px 7px;
}
.base-LL-2{
	width:55%;
	height: auto;
	background-color:#e50000;
	float:left;
	margin: 0% 5% 5% 5%;
	border-radius: 7px 7px 7px 7px;
}
.base-LL-3{
	width:55%;
	height: auto;
	background-color:#660000;
	float:left;
	margin: 0% 5% 5% 5%;
	border-radius: 7px 7px 7px 7px;
}
.base-LL-4{
	width:55%;
	height: auto;
	background-color:#000000;
	float:left;
	margin: 0% 5% 5% 5%;
	border-radius: 7px 7px 7px 7px;
}
.base-LL-5{
	width:55%;
	height: auto;
	background-color:#e50000;
	float:left;
	margin: 0% 5% 5% 5%;
	border-radius: 7px 7px 7px 7px;
}
.base4{
	width:20%;
	height: auto;
	background-color:#999999;
	float:left;
	margin: 0 0 5% 4%;
	border-radius: 7px 7px 7px 7px;
}
.base4-2-l{
	width:20%;
	height: auto;
	background-color:#999999;
	float:left;
	margin: 0 0 5% 28%;
	border-radius: 7px 7px 7px 7px;
}
.base4-2-r{
	width:20%;
	height: auto;
	background-color:#999999;
	float:left;
	margin: 0 0 5% 4%;
	border-radius: 7px 7px 7px 7px;
}
.base4 p.school_name,
.base4-2-l p.school_name,
.base4-2-r p.school_name,
.base-L-1 p.school_name,
.base-L-2 p.school_name,
.base-L-3 p.school_name,
.base-L-4 p.school_name {
	font-weight: bold;
	text-align: center;
	line-height:1em;
	font-size:1.3em;
	color: #FFF;
	margin: 1.5em 0 0 0;
}
.base-L-5 p.school_name {
	text-align: center;
	line-height:1em;
	font-size:1.3em;
	color: #000;
	margin: 1.5em 0 0 0;
}
.base-LL-1 p.school_name,
.base-LL-2 p.school_name,
.base-LL-3 p.school_name,
.base-LL-4 p.school_name {
	font-weight: bold;
	text-align: center;
	line-height:1em;
	font-size:1.3em;
	color: #FFF;
	margin: 1.5em 0 0 0;
}
.base4 p.school_level,
.base4-2-l p.school_level,
.base4-2-r p.school_level,
.base-L-1 p.school_level,
.base-L-2 p.school_level,
.base-L-3 p.school_level,
.base-L-4 p.school_level {
	height: 2.5em;
	font-weight: bold;
	text-align: center;
	font-size: 1.0em;
	color: #FFF;
	border-bottom: medium solid #FFF;
	margin: 0 1em 0 1em;
}
.base-L-5 p.school_level {
	height: 2.5em;
	font-weight: bold;
	text-align: center;
	font-size: 1.0em;
	color: #000;
	border-bottom: medium solid #000;
	margin: 0 1em 0 1em;
}

.base-LL-1 p.school_level,
.base-LL-2 p.school_level,
.base-LL-3 p.school_level,
.base-LL-4 p.school_level {
	height: 2.5em;
	font-weight: bold;
	text-align: center;
	font-size: 1.0em;
	color: #FFF;
	border-bottom: medium solid #FFF;
	margin: 0 1em 0 1em;
}

.base4 p.school_target,
.base4-2-l p.school_target,
.base4-2-r p.school_target,
.base-L-1 p.school_target,
.base-L-2 p.school_target,
.base-L-3 p.school_target,
.base-L-4 p.school_target {
	text-align: center;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #FFF;
	margin: 0.7em 0 0.7em 0;
}
.base-L-5 p.school_target {
	text-align: center;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #000;
	margin: 0.7em 0 0.7em 0;
}

.base-LL-1 p.school_target,
.base-LL-2 p.school_target,
.base-LL-3 p.school_target,
.base-LL-4 p.school_target {
	text-align: left;
	font-size: 1.0em;
	line-height: 1.0em;
	color: #FFF;
	margin: 0.7em 0 0.7em 0;
	padding: 0 0 0 2em;
}
.base-LL-5 p.school_target {
	text-align: left;
	font-size: 1.0em;
	line-height: 1.0em;
	color: #000;
	margin: 0.7em 0 0.7em 0;
	padding: 0 0 0 2em;
}


.base1 {
  width:33%;
  height: auto;
  float: left;
}

.contact_us_box {
	border:2px solid #E50000;
	border-radius: 10px;
	width: 49.5%;
	height: auto;
	float: left;
	margin:0 25% 20px 25%;
	padding: 0 0 0 0;
}
.contact_us_box p.title {
	font-size: 2em;
	line-height:1em;
	font-weight: bold;
	text-align:center;
	margin: 1em 0 1em 0;
}
.contact_us_box p.message {
	font-size: 1em;
	line-height:1em;
	text-align:center;
	margin: 0 0 0.5em 0;
}
.contact_us_box p.tellfaxmail {
	font-size: 1.5em;
	line-height:1.5em;
	text-align:center;
	margin: 0 0 0 0;
}
.contact_us_box p.address {
	font-size: 1em;
	line-height:1em;
	text-align:center;
	margin: 2em 0 3em 0; 
}

img.joinschool {
	width: 50%;
	margin: 0 25% 25px 25%;
}


.tbl02 {
  width: 100%;
  border: 1px solid #bfbfbf;
  text-align: center;
}
.tbl02 th, .tbl02 td {
  padding: 10px;
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
}

.tbl02 tbody tr:nth-child(even) {
  background: #f7f7f7;
}

.tbl03 {
  width: 100%;
  font-size: 13px;
  text-align: center;
  border: 1px solid #bfbfbf;
}
.tbl03 th, .tbl03 td {
  padding: 10px;
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
}
.tbl03 tr th:nth-of-type(1) {
  background: #eee;
}
.tbl03 tbody tr th td {
  text-align: center;
}

.ribbon {
  width: 75px;
  height: 75px;
  overflow: hidden;
  position: absolute;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 110px;
  padding: 5px 0;
  background-color: #ffff00;
  color: #000000;
  font: 300 9px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
.ribbon-top-left {
  top: 0;
  left: 0;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -12px;
  top: 15px;
  transform: rotate(-45deg);
}

.oya {
    text-align: center;
}
.ko {
    display: inline-block;
    text-align: left;
}


/* -------------------------------- 
中間ディスプレイサイズ変換
-------------------------------- */
@media screen and (max-width: 1269px) {

.video-logo {
	position:absolute;
	display:block;
	visibility:visible;
	top:10%;
	left:30%;
	right:0;
	bottom:0;
	width: 70%;
	margin: 0 auto 0 auto; 
}
.video-logo-1 {
	position:absolute;
	display:block;
	visibility:visible;
	top:135%;
	left:30%;
	right:0;
	bottom:0;
	width: 150%;
	margin: 0 auto 0 auto; 
}

.greeting {
	font-size: 120%;
	font-weight:bold;
	text-align: center;
	color: #fff;
	position:absolute;
	display:block;
	visibility:visible;
	top:45%;
	left:0;
	right:0;
	bottom:0;
	width: 90%;
	padding: 0 5% 0 5%;
	margin: 0 auto 0 auto; 
}
.greeting2 {
	font-size: 110%;
	font-weight:bold;
	text-align: center;
	color: #fff;
	position:absolute;
	display:block;
	visibility:visible;
	top:60%;
	left:0;
	right:0;
	bottom:0;

	padding: 0 5% 0 5%;
	margin: 0 auto 0 auto; 
}

.base2-2_class_detail_l,
.base2-2_class_detail_r,
.base2-2_class_detail_c {
	font-weight:bold; 
	font-size: 105%;
	text-align: left;
	height: auto;
	float:left;
	margin: 5% 13% 10% 17%;
	width:70%;

}


.base3_level_001 {
	width:44%;
	min-height:300px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/school/bs_category_school_level_001.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	float:left;
	margin: 0 2% 5% 4%;
	padding: 0 0 5% 0;
}
.base3_level_002 {
	width:44%;
	min-height:300px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/school/bs_category_school_level_002.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	float:left;
	margin: 0 2% 5% 4%;
	padding: 0 0 5% 0;
}
.base3_level_003 {
	width:44%;
	min-height:300px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/school/bs_category_school_level_003.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	float:left;
	margin: 0 2% 5% 4%;
	padding: 0 0 5% 0;
}

.base3_level_004 {
	width:44%;
	min-height:300px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/school/bs_category_school_level_004.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	float:left;
	margin: 0 2% 5% 4%;
	padding: 0 0 5% 0;
}
.base3_level_005 {
	width:44%;
	min-height:300px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/school/bg_school_level_004.png");
	background-size:100%;
	background-repeat: no-repeat;
	float:left;
	margin: 0 4% 5% 2%;
	padding: 0 0 5% 0;
}
.base3_level_006 {
	width:44%;
	min-height:300px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/school/bg_school_level_006.png");
	background-size:100%;
	background-repeat: no-repeat;
	float:left;
	margin: 0 28% 5% 28%;
	padding: 0 0 5% 0;
}

.base3_dance_level_004 {
	width:44%;
	min-height:300px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/dance/school/bg_dance_school_level_000.png");
	background-size:100%;
	background-repeat: no-repeat;
	float:left;
	margin: 0 2% 5% 4%;
	padding: 0 0 5% 0;
}
.base3_dance_level_001 {
	width:44%;
	min-height:300px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/dance/school/bg_dance_school_level_001.png");
	background-size:100%;
	background-repeat: no-repeat;
	float:left;
	margin: 0 2% 5% 4%;
	padding: 0 0 5% 0;
}
.base3_dance_level_002 {
	width:44%;
	min-height:300px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/dance/school/bg_dance_school_level_002.png");
	background-size:100%;
	background-repeat: no-repeat;
	float:left;
	margin: 0 4% 5% 2%;
	padding: 0 0 5% 0;
}
.base3_dance_level_003 {
	width:44%;
	min-height:300px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/dance/school/bg_dance_school_level_003.png");
	background-size:100%;
	background-repeat: no-repeat;
	float:left;
	margin: 0 2% 5% 4%;
	padding: 0 0 5% 0;
}




p.about_school_level {
	font-size: 95%;
}

.base3_class_detail_l {
	width:44%;
	height: auto;
	float:left;
	margin: 0 2% 5% 4%;
}
.base3_class_detail_r {
	width:44%;
	height: auto;
	float:left;
	margin: 0 4% 5% 2%;
}
.base3_class_detail_e {
	width:46%;
	height: auto;
	float:left;
	margin: 0 27% 5% 27%;
}



.contact_banner {
	width:60%;
	margin: 10% 20% 0 20%;
	float: left;
	border: 0.2em dashed #b2b2b2;
}


.base3 p.school_level,
.base3c p.school_level,
.base3e p.school_level {
	height: 2.5em;
	font-weight: bold;
	text-align: center;
	font-size: 1vmax;
	color: #FFF;
	border-bottom: medium solid #FFF;
	margin: 0 1em 0 1em;
	padding: 0 0 1em 0;
}

.base-L-1 {
	width:28%;
	height: auto;
	background-color:#FF3300;
	float:left;
	margin: 0 2% 5% 4%;
	border-radius: 7px 7px 7px 7px;
}
.base-L-2 {
	width:28%;
	height: auto;
	background-color:#e50000;
	float:left;
	margin: 0 2% 5% 4%;
	border-radius: 7px 7px 7px 7px;
}
.base-L-3 {
	width:28%;
	height: auto;
	background-color:#660000;
	float:left;
	margin: 0 2% 5% 4%;
	border-radius: 7px 7px 7px 7px;
}
.base-L-4 {
	width:28%;
	height: auto;
	background-color:#000000;
	float:left;
	margin: 0 2% 5% 4%;
	border-radius: 7px 7px 7px 7px;
}
.base-L-5 {
	width:28%;
	height: auto;
	background-color:#e50000;
	float:left;
	margin: 0 2% 5% 4%;
	border-radius: 7px 7px 7px 7px;
}
.base-LL-1 {
	width:60%;
	height: auto;
	background-color:#FF3300;
	float:left;
	margin: 0 4% 5% 2%;
	border-radius: 7px 7px 7px 7px;
}
.base-LL-2 {
	width:60%;
	height: auto;
	background-color:#e50000;
	float:left;
	margin: 0 4% 5% 2%;
	border-radius: 7px 7px 7px 7px;
}
.base-LL-3 {
	width:60%;
	height: auto;
	background-color:#660000;
	float:left;
	margin: 0 4% 5% 2%;
	border-radius: 7px 7px 7px 7px;
}
.base-LL-4 {
	width:60%;
	height: auto;
	background-color:#000000;
	float:left;
	margin: 0 4% 5% 2%;
	border-radius: 7px 7px 7px 7px;
}
.base-LL-5 {
	width:60%;
	height: auto;
	background-color:#e50000;
	float:left;
	margin: 0 4% 5% 2%;
	border-radius: 7px 7px 7px 7px;
}


.base4,
.base4-2-l,
.base4-2-r {
	width:28%;
	height: auto;
	background-color:#999999;
	float:left;
	margin: 0 0 5% 4%;
	border-radius: 7px 7px 7px 7px;
}

.ribbon {
  width: 45px;
  height: 45px;
  overflow: hidden;
  position: absolute;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 66px;
  padding: 3px 0;
  background-color: #ffff00;
  color: #000000;
  font: 180 9px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
.ribbon-top-left {
  top: 0;
  left: 0;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -4px;
  top: 9px;
  transform: rotate(-45deg);
}



/* -------------------------------- 
スマホ変換
-------------------------------- */
@media screen and (max-width: 767px) {

.tryout-text-center {
	font-size: 0.7em;
}

.greeting {
	font-size: 80%;
}



.greeting2 {
	font-size: 53%;
	text-height: 1em;
	top:57%;
	left:0;
	right:0;
	bottom:0;
}

h3.title_center {
	width: 75%;
	font-weight: bold;
	float: left;
	color: white;
	border: 1px solid rgb(255, 0, 0);
	padding: 5px 10px;
	background: rgb(255, 0, 0);
	margin: 10% 10% 0 10%;
	text-align: center;
}




h3.school_title_center {
	background:#000;
	background-image: url("/files/user/images/school/bg_h3_fang.png");
	background-size: 15%;
	background-position: left;
	background-repeat: no-repeat;
	width: 90%;
	text-align: center;
	font-weight: bold;
	float: left;
	color: white;
	margin: 5% 5% 5% 5%!important;
	padding: 2% 0 2% 0;
}

h4.school_title_center {
	background:#e50000;
	background-image: url("/files/user/images/school/bg_h3_fang.png");
	background-size: 10%;
	background-position: left;
	background-repeat: no-repeat;
	width: 100%;
	text-align: left;
	text-indent: 4em;
	font-weight: bold;
	font-size: auto;
	float: left;
	color: white;

	margin: 5% 0 5% 0!important;
	padding: 2% 0 2% 0;
}

h5.school_title_center {
	background:#e50000;
	background-size: 10%;
	background-position: ;
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
	text-indent: 0em;
	font-weight: bold;
	font-size: 150%;
	float: left;
	color: white;

	margin: 5% 0 5% 0!important;
	padding: 2% 0 2% 0;
}

.base2-2_class_detail_l,
.base2-2_class_detail_r {
	font-weight:bold; 
	font-size: 100%;
	height: auto;
	float:left;
	margin: 5% 15% 10% 17%;
	width:70%;

}

.base3_level_001 {
	width:70%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/school/bs_category_school_level_001.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	float:left;
	margin: 0 15% 10% 15%;
	padding: 0 0 5% 0;
}
.base3_level_002 {
	width:70%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/school/bs_category_school_level_002.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	float:left;
	margin: 0 15% 5% 15%;
	padding: 0 0 5% 0;
}

.base3_level_003 {
	width:70%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/school/bs_category_school_level_003.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	float:left;
	margin: 0 15% 5% 15%;
	padding: 0 0 5% 0;
}

.base3_level_004 {
	width:70%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/school/bs_category_school_level_004.jpg");
	background-size:100%;
	background-repeat: no-repeat;
	float:left;
	margin: 0 15% 5% 15%;
	padding: 0 0 5% 0;
}
.base3_level_005 {
	width:70%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/school/bg_school_level_004.png");
	background-size:100%;
	background-repeat: no-repeat;
	float:left;
	margin: 0 15% 5% 15%;
	padding: 0 0 5% 0;
}
.base3_level_006 {
	width:70%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/school/bg_school_level_006.png");
	background-size:100%;
	background-repeat: no-repeat;
	float:left;
	margin: 0 15% 5% 15%;
	padding: 0 0 5% 0;
}

.base3_dance_level_004 {
	width:70%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/dance/school/bg_dance_school_level_000.png");
	background-size:100%;
	background-repeat: no-repeat;
	float:left;
	margin: 0 15% 10% 15%;
	padding: 0 0 5% 0;
}
.base3_dance_level_001 {
	width:70%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/dance/school/bg_dance_school_level_001.png");
	background-size:100%;
	background-repeat: no-repeat;
	float:left;
	margin: 0 15% 10% 15%;
	padding: 0 0 5% 0;
}
.base3_dance_level_002 {
	width:70%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/dance/school/bg_dance_school_level_002.png");
	background-size:100%;
	background-repeat: no-repeat;
	float:left;
	margin: 0 15% 5% 15%;
	padding: 0 0 5% 0;
}

.base3_dance_level_003 {
	width:70%;
	min-height:465px;
	height: auto;
	background-image: url("http://grouses.jp/files/user/images/dance/school/bg_dance_school_level_003.png");
	background-size:100%;
	background-repeat: no-repeat;
	float:left;
	margin: 0 15% 5% 15%;
	padding: 0 0 5% 0;
}



.base3_class_detail_l,
.base3_class_detail_r,
.base3_class_detail_e {
	width:70%;
	height: auto;
	float:left;
	margin: 0 15% 5% 15%;
}


.trial_banner {
	width:80%;
	margin: 5% 10% 5% 10%;
	float: left;
}
.contact_banner {
	width:60%;
	margin: 10% 20% 0 20%;
	float: left;
	border: 0.2em dashed #b2b2b2;
}

.basic-text-center {
	font-size: 1em;
	width: 90%;
	text-align: center;
	float: left;
	margin: 0 5% 5% 5%;
}
.basic-text-left {
	font-size: 1em;
	width: 90%;
	text-align: left;
	float: left;
	margin: 0 5% 5% 5%;
}
.basic-text-right {
	font-size: 1em;
	width: 90%;
	height: auto;
	text-align: right;
	float: left;
	margin: 0 5% 5% 5%;
	text-decoration:underline;


}



.base3 {
	width:92%;
	height: auto;
	background-color:#E50000;
	float:left;
	margin: 0 0 5% 4%;
	border-radius: 7px 7px 7px 7px;
}
.base3c {
	width:92%;
	height: auto;
	background-color:#E50000;
	float:left;
	margin: 0 0 5% 4%;
	border-radius: 7px 7px 7px 7px;
}
.base3e {
	width:92%;
	height: auto;
	background-color:#E50000;
	float:left;
	margin: 0 0 5% 4%;
	border-radius: 7px 7px 7px 7px;
}
.base3 p.school_level,
.base3c p.school_level,
.base3e p.school_level {
	height: 0.9em;
	font-weight: bold;
	text-align: center;
	font-size: 1.0em;
	color: #FFF;
	border-bottom: medium solid #FFF;
	margin: 0 1em 0 1em;
	padding: 0 0 1em 0;
}
.base3 p.school_target,
.base3c p.school_target,
.base3e p.school_target {
	text-align: left;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #FFF;
	margin: 0.7em 0 0.7em 0;
}

.base-L-1 {
	width:30%;
	height:"auto";
	background-color:#FF3300;
	float:left;
	margin: 0 0 5% 5%;
	border-radius: 7px 7px 7px 7px;
}
.base-L-2 {
	width:30%;
	height: auto;
	background-color:#e50000;
	float:left;
	margin: 0 0 5% 5%;
	border-radius: 7px 7px 7px 7px;
}
.base-L-3 {
	width:30%;
	height: auto;
	background-color:#660000;
	float:left;
	margin: 0 0 5% 5%;
	border-radius: 7px 7px 7px 7px;
}
.base-L-4 {
	width:30%;
	height: auto;
	background-color:#000000;
	float:left;
	margin: 0 0 5% 5%;
	border-radius: 7px 7px 7px 7px;
}
.base-L-5 {
	width:30%;
	height: auto;
	background-color:#e50000;
	float:left;
	margin: 0 0 5% 5%;
	border-radius: 7px 7px 7px 7px;
}
.base-LL-1 {
	width:55%;
	height: auto;
	background-color:#FF3300;
	float:left;
	margin: 0 5% 5% 5%;
	border-radius: 7px 7px 7px 7px;
}
.base-LL-2 {
	width:55%;
	height: auto;
	background-color:#e50000;
	float:left;
	margin: 0 5% 5% 5%;
	border-radius: 7px 7px 7px 7px;
}
.base-LL-3 {
	width:55%;
	height: auto;
	background-color:#660000;
	float:left;
	margin: 0 5% 5% 5%;
	border-radius: 7px 7px 7px 7px;
}
.base-LL-4 {
	width:55%;
	height: auto;
	background-color:#000000;
	float:left;
	margin: 0 5% 5% 5%;
	border-radius: 7px 7px 7px 7px;
}
.base-LL-5 {
	width:55%;
	height: auto;
	background-color:#e50000;
	float:left;
	margin: 0 5% 5% 5%;
	border-radius: 7px 7px 7px 7px;
}


.base4,
.base4-2-l,
.base4-2-r {
	width:44%;
	height: auto;
	background-color:#999999;
	float:left;
	margin: 0 0 5% 4%;
	border-radius: 7px 7px 7px 7px;
}

.base4 p.school_name,
.base4-2-l p.school_name,
.base4-2-r p.school_name,
.base-L-1 p.school_name,
.base-L-2 p.school_name,
.base-L-3 p.school_name,
.base-L-4 p.school_name,
.base-L-5 p.school_name {
	font-size: 0.9em;
}

.base4 p.school_level,
.base4-2-l p.school_level,
.base4-2-r p.school_level,
.base-L-1 p.school_level,
.base-L-2 p.school_level,
.base-L-3 p.school_level,
.base-L-4 p.school_level,
.base-L-5 p.school_level {
	font-size: 0.8em;
}

.base-LL-1 p.school_level,
.base-LL-2 p.school_level,
.base-LL-3 p.school_level,
.base-LL-4 p.school_level {
	font-size: 0.8em;
}
.base4 p.school_target,
.base4-2-l p.school_target,
.base4-2-r p.school_target,
.base-L-1 p.school_target,
.base-L-2 p.school_target,
.base-L-3 p.school_target,
.base-L-4 p.school_target,
.base-L-5 p.school_target {
	font-size: 0.8em;
}

.base-LL-1 p.school_target,
.base-LL-2 p.school_target,
.base-LL-3 p.school_target,
.base-LL-4 p.school_target,
.base-LL-5 p.school_target {
	font-size: 0.8em;
}

img.joinschool {
	width: 80%;
	margin: 0 10% 25px 10%;
}

.contact_us_box {
	border:2px solid #E50000;
	border-radius: 10px;
	width: 69.5%;
	height: auto;
	float: left;
	margin:0 15% 20px 15%;
	padding: 0 0 0 0;
}
.contact_us_box p.title {
	font-size: 2em;
	line-height:1em;
	font-weight: bold;
	text-align:center;
	margin: 1em 0 1em 0;
}

.contact_us_box p.message {
	font-size: 1vmax;
	line-height:1em;
	text-align:center;
	margin: 0 0 0.5em 0;
}
.contact_us_box p.tellfaxmail {
	font-size: 2.5vmin;
	line-height:1.5em;
	text-align:center;
	margin: 0 0 0 0;
}

.ribbon {
  width: 75px;
  height: 75px;
  overflow: hidden;
  position: absolute;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 250px;
  padding: 5px 0;
  background-color: #ffff00;
  color: #000000;
  font: 200 6px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
.ribbon-top-left {
  top: 0;
  left: 0;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -60px;
  top: -1px;
  transform: rotate(-20deg);
}