html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

html{
}
body {
background-image:url(img/back.png);
background-repeat: repeat; 
margin: 0;
padding: 0;
	font-size:14px;
	color:#CD143C;
	text-shadow: 3px 3px 5px #FFFFFF;
	font-style: oblique;
	font-family:'Hiragino Mincho ProN';
}
.center { width:100%;position:absolute;margin: 0 auto;}
.header {
}
h1 {
padding:5px;
font-size:26px;
color:#CD143C;
font-family:'Hiragino Mincho ProN';
text-shadow: 3px 3px 5px #FFFFFF;
}
h2 {
font-size:22px;
color:#CD143C;
font-family:'Hiragino Mincho ProN';
text-shadow: 3px 3px 5px #FFFFFF;
}
h3 {
font-size:18px;
color:#CD143C;
font-family:'Hiragino Mincho ProN';
text-shadow: 3px 3px 5px #FFFFFF;
}
#menu{
  width: 90%;
  margin:10px auto;
  padding: 0;
  left:0px;
}
#menu li{
  display: block;
  float: left;
  width: 180px;
  margin: 0;
  padding: 0;
}
#menu li a{
  display: block;
  padding: 12px 0 10px;
  text-align: center;
  text-decoration: none;
	background-color:#B0E0E6;opacity:0.5;
	margin:0;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	behavior: url(ie-css3.htc);
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	outline: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #CD143C;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC0CB), to(#FFE4E1));
	background: -moz-linear-gradient(top,  #FFC0CB,  #FFE4E1);
}
#toggle{ 
 display: none;
}
@media only screen and (max-width: 768px) {
    #menu li{
    width: 25%;
  }
}
@media only screen and (max-width: 480px) {
  #menu{
    display: none;
  }
  #menu li{
    width: 50%;
  }
  #toggle{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 90%;
	background-color:#B0E0E6;opacity:0.5;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	behavior: url(ie-css3.htc);
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	outline: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #CD143C;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC0CB), to(#FFE4E1));
	background: -moz-linear-gradient(top,  #FFC0CB,  #FFE4E1);
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    color: #CD143C;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #CD143C;
  }
  #toggle a:before, #toggle a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC0CB), to(#FFE4E1));
	background: -moz-linear-gradient(top,  #FFC0CB,  #FFE4E1);
  }
  #toggle a:before{
	margin-top: -6px;
  }
  #toggle a:after{
	margin-top: 2px;
  }
}
.calender {
	display:none;
}
.main {
	clear: both;
	position:relative;
	top:0px;
	width: 100%;
	margin:0 auto;
	padding: 0;
	text-align: center;
	z-index:1;
}
.contents {

	display: inline-block;
	padding: 1em auto;
}
.sch-in {
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
.sch-out {
	text-align:center;
}
.index_height {
	height: 320px;
}
.club_height {
	height: 1450px;
}
.schedule_height {
	height: 450px;
}
.schedule_next_height {
	height: 1250px;
}
.access_height {
	height: 715px;
}
.exercise_2017_height {
	height: 750px;
}
.exercise_2018_height {
	height: 460px;
}
.archive_2019_height {
	height: 1270px;
}
.archive_2023_height {
	height: 470px;
}
.admission_height {
	height: 460px;
}
.instructor_height {
	height: 7300px;
}
.link_height {
	height: 600px;
}
.member_height {
	height: 500px;
}
.corner
{
	width: 90%;
	margin:10px auto;
	text-align: center;
	background-color:#B0E0E6;opacity:0.5;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	behavior: url(ie-css3.htc);
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	outline: none;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #CD143C;
	border: solid 1px #CD143C;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC0CB), to(#FFE4E1));
	background: -moz-linear-gradient(top,  #FFC0CB,  #FFE4E1);

}
.top_return {
	position:fixed;
	top:180px;
	right:5.5%;
}
.top_img {
	position:relative;
	width:280px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	top:30px;
	height:1px;
	z-index:2;
}
.copylight {
	width:90%;
	position:relative;
	bottom:5px;
	margin:0 auto;
	z-index:3;
	text-align:center;
}
.copy {
	z-index:6;
}
.schedule {
	position:fixed;
	float:left;
	clear:both;
}
.schedule_cell {
	width:240px;
	display:table-cell;
	background-color:#FFF;
	z-index:5;
	margin:auto 0;
	border: 1px solid #000000;
	padding:10px 0px;
	float:left;
}
.next_month{
	height:2em;
	width:100%;
	text-align:right;
}
.month{
	height:2em;
	width:100%;
	text-align:left;
}
img.top {
	width:280px;
	display: block;
	margin:10 auto;
	margin-left: auto;
	margin-right: auto;
}
img.photo {
	width:240px;
	display: block;
	margin:0 auto;
}
img.photo_exe {
	width:240px;
	margin:0 auto;
	display: block;
}
a.koji {
	color:#FFFF00;
	text-decoration:none;
}
a.top_comment {
	color:#CD143C;
	font-family:'Hiragino Mincho ProN';
	text-shadow: 3px 3px 5px #CD143C;
}
a.menu {
	font-size:18px;
}
a.copy {
	font-size: 10px;
	color: #CD143C;
	font-family:'Hiragino Mincho ProN';
	text-shadow: 3px 3px 5px #FFFFFF;
}
a.sp_access {
	font-size:14px;
	color:#CD143C;
}
a.link {
	color:#0066CC;
	text-decoration:none;
}
a.cal {
	color:#FFFF00;
	text-decoration:none;
}
a.clearText {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
table.club {
	width:280px;
}
td.center {
	text-align:center;
	padding:6px;
}
td.left {
	text-align:left;
	padding:6px;
}
br.sp {
}
br.pc {
	display:none;
}
img.PC_on {
	display:none;
}
img.SP_on {
}

table.cf{ 
	display: block; 
	position: relative; 
	width: 280px; 
	text-align: center;
	vertical-align:middle;
	font-size:14px;
	color:#CD143C;
	font-family:'Hiragino Mincho ProN';
	text-shadow: 3px 3px 5px #FFFFFF;
}
th.cf{ 
	width: 280px;
}
td.cf{ 
	width: 280px; 
}
table.sch{
	margin:0 auto;
	width:90%;
}
td.sch_head{
	text-align:right;
	width:30%;
}
td.sch_data{
	text-align:left;
	width:60%;
}

a.sch{
	color: #fff;
	text-shadow: 3px 3px 5px #FFFFFF;
}

.vs {
  overflow: hidden;
  width: 100%;
  height: 600px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
}
.nav {
  width: 70px;
  margin: 0;
  padding: 0;
}
.nav li {
  position: relative;
  width: 70px;
  height: 40px;
}
.nav > li {
  border-bottom: none;
}
.nav li:last-child {
  border-bottom: none;
}
.nav li:hover > ul > li {
  border-bottom: none;
}
.nav li > ul > li:last-child {
  border-bottom: none;
}
.nav li a {
  display: block;
  width: 70px;
  height: 40px;
  color: #FFF;
  font-size: 14px;
  line-height: 2.8;
  padding: 0 5px;
  background: #CD143C;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.5s;
}

.nav > li:hover > a {/*layer-1*/
  color: #CD143C;
  background: #FFF;
  transition: 0.5s;
}
.nav > li li:hover > a {/*layer-2*/
  color: #CD143C;
  background: #FFF;
}
.nav li:hover > ul > li {
  overflow: visible;
  top: -40px;
  left: 71px;
  height: 40px;
}

.nav li:hover > ul > li.od {
  overflow: visible;
  top: -80px;
  left: 71px;
  height: 40px;
}

.nav li:hover > ul > li.ko {
  overflow: visible;
  top: -120px;
  left: 71px;
  height: 40px;
}

.nav li:hover > ul > li.tk {
  overflow: visible;
  top: -160px;
  left: 71px;
  height: 40px;
}

.nav li:hover > ul > li.kk {
  overflow: visible;
  top: -200px;
  left: 71px;
  height: 40px;
}

.nav li:hover > ul > li.hq {
  overflow: visible;
  top: -240px;
  left: 71px;
  height: 40px;
}

.nav li:hover > ul > li.om {
  overflow: visible;
  top: -280px;
  left: 71px;
  height: 40px;
}



.nav li ul li {
  overflow: hidden;
  height: 0;
  left: 110px;
  list-style: none;
  transition: 0.2s;
}
.nav li ul li a {
  background: #CD143C;
  transition: 0.5s;
}
.nav li ul:before {
  position: absolute;
  content: "";
  top: 14px;
  left: 140px;
  border-left: 5px solid #fff;
}
.nav li:hover ul li ul li:hover > a {/*layer-3*/
  color: #CD143C;
  background: #FFF;
}

.content {
  width: 600px;
  height: 250px;
  background: #eee;
  margin: 0;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
}

span.sp {
  display: none;
}

span.nobr {
	white-space: nowrap;
}
