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{
	background-image:url(img/back.png);background-repeat: repeat;
	margin: 0;
	padding: 0;
	height:700px;
	font-size : 18px;
	font-style: oblique;
	color:#CD143C;
	text-shadow: 3px 3px 5px #FFFFFF;

font-family:cursive,"ＭＳ Ｐ明朝","HGS明朝E";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;}
.corner{
	background-color:#B0E0E6;opacity:0.5;

	background: #FFC0CB;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC0CB', endColorstr='#FFE4E1');


	text-align: center;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	behavior: url(ie-css3.htc);
	display: inline-block;
	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);
	padding: 1em 0em 0em 0.4em;
}
.center { width:900px;position:relative;margin: 0 auto;}
.header {
	width: 864px;
	padding: 10px;
	margin:10px auto;
}
h1 {
font-size:60px;
color:#CD143C;
font-family:cursive,"ＭＳ Ｐ明朝","HGS明朝E";
text-shadow: 3px 3px 5px #FFFFFF;
}
h2 {
font-size:40px;
color:#CD143C;
font-family:cursive,"ＭＳ Ｐ明朝","HGS明朝E";
text-shadow: 3px 3px 5px #FFFFFF;
}
h3 {
font-size:20px;
color:#CD143C;
font-family:cursive,"ＭＳ Ｐ明朝","HGS明朝E";
text-shadow: 3px 3px 5px #FFFFFF;
}
#menu{
  width: 200px;
  padding: 0;
  float:left;
}
#menu li{
  display: block;
  float: left;
  width: 220px;
  min-width: 220px;
  margin: 0;
  padding: 0; }
#menu li a{
	background-color:#B0E0E6;opacity:0.7;
	display: inline-block;
	width:200px;
	background: #FFC0CB;
	padding: .5em 0em 0em;
	margin: .5em 0em 0em;
	font-weight:600;
	font-family:cursive,"ＭＳ Ｐ明朝","HGS明朝E";
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	height:1.5em;
	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);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC0CB', endColorstr='#FFE4E1');
}
#menu li a:hover{
  background:#CD143C;
  color:#FFFFFF;
}
#toggle{ 
 display: none;
}
@media only screen and (max-width: 768px) {
    #menu li{
    width: 25%;
  }
}
@media only screen and (max-width: 480px) {
  #menu li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
  }
  #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: #222;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
}
.menu-box {
width:200px;
position:relative;
top:0px;
left:0px;
}
.main {
  width: 700px;
  padding: 0;
  position:relative;
  text-align: center;
  float:left;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  behavior: url(ie-css3.htc);
}
.main_sch {
  width: 900px;
  height:900px;
  padding: 0;
  position:relative;
  text-align: center;
  float:left;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  behavior: url(ie-css3.htc);
}
.calender {
width:193px;
height:230px;
position:absolute;
top:488px;
left:0px;
font-family:cursive,"ＭＳ Ｐ明朝","HGS明朝E";
}
.contents {
	width: 665px;
	height: 606px;
	margin:10px auto;
	}
.contents_sch {
	width: 665px;
	height: 406px;
	margin:10px auto;
	}
.sch-in {
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
.sch-out {
	text-align:center;
}
.index_height {
	height: 437px;
}
.club_height {
	height: 1300px;
}
.schedule_height {
	height: 700px;
}
.access_height {
	height: 607px;
}
.exercise_2017_height {
	height: 547px;
}
.exercise_2018_height {
	height: 367px;
}
.archive_2019_height {
	height: 857px;
}
.archive_height {
	height: 427px;
}
.admission_height {
	height: 457px;
}
.instructor_height {
	height: 3950px;
}
.link_height {
	height: 587px;
}
.member_height {
	height: 520px;
}
.sch_height{
	height:572px;
}
.info_height{
	height:345px;
}
.top_return {
	position:absolute;
	top:500px;
	right:30px;
}
.top_img {
width:600px;
position:absolute;
top:30px;
left:50px;
z-index:3;
text-align:center;
}
.copylight {
	width:500px;
	position:absolute;
	bottom:-15px;
	left:60px;
	z-index:3;
}
.schedule {
	display:table;
	position:rerative;
	top:0px;
}
.schedule_cell {
	width:82px;
	display:table-cell;
	background-color:CD143C
	z-index:5;
	margin:auto 0;
	border: 1px solid #CD143C;
	padding:10px 0px;
}
.access_1 {
	width:270px;
	float:left;
}
.access_2 {
	text-align:left;
	float:left;
	width:270px;
	padding:5px;
}
.access_3 {
	clear:both;
	padding:5px;
	width:270px;
}
.access_4 {
	text-align:left;
	width:270px;
	float:left;
}
.access_5 {
	text-align:center;
	float:left;
	width:540px;
	padding:5px;
}

a.koji {
	color:#FFFF00;
	text-decoration:none;
}
a.copy {
	font-size: 12px;
	color:#CD143C;
	font-family:cursive,"ＭＳ Ｐ明朝","HGS明朝E";
	text-shadow: 3px 3px 5px #FFFFFF;
}

a.link {
	color:#0066CC;
	text-decoration:none;
}
a.cal {
	color:#FFFF00;
	text-decoration:none;
}
a.sp_access {
	display:none;
}
table.top_cal {
	width:180px;
	margin: -25px 0 0 0px;
	border-collapse: separate;
	border-spacing: 5px 15px;
	font-size: 16px;
}
td.sunday {
	color:#FF0000;
}
td.thursday {
	color:#FFA500;
}
td.saturday {
	color:#000080;
}
table.club {
	width:450px;
	margin-left:auto;
	margin-right:auto;
}
td.center {
	text-align:center;
	padding:25px 10px;
}
td.left {
	text-align:left;
	padding:15px 20px;
}
table.guidance {
	width:600px;
	margin-left:auto;
	margin-right:auto;
}
img.top {
	width:400px;
	margin-left:auto; margin-right:auto; display: block;
}
img.photo {
	width:190px;
	height:190px;
	margin-left:20px;
	display: block;
}
img.photo_exe {
	width:220px;
	margin-left:20px;
	display: block;
}
img.PC_on {
}
img.SP_on {
	display:none;
}
br.sp {
	display:none;
}
br.pc {
	
}
table.cf{ 
	display: block; 
	position: relative; 
	width: 100%; 
	font-size: 18px;
	color:#CD143C;
	font-family:cursive,"ＭＳ Ｐ明朝","HGS明朝E";
	text-shadow: 3px 3px 5px #FFFFFF;
}
table thead.cf{ 
	display: block; 
	float: left; 
}
table tbody.cf{ 
	display: block; 
	width: auto; 
	position: relative; 
	overflow-x: auto; 
	white-space: nowrap; 
}
table thead tr.cf{ 
	display: block; 
}
table th.cf{ 
	display: block; 
}
table tbody tr.cf{ 
	display: inline-block; 
	vertical-align: middle; 
}
table td.cf{ 
	display: block; 
	padding:0 15px;
}
th.cf{ 
	border-bottom: 0; 
}
th.title {
	width:150px;
}
td.cf{ 
	border-left: 0; 
	border-right: 0; 
	border-bottom: 0; 
	text-align:left;

}
td.hgt{
	height:200px;
}
table.sch{
	margin:0 auto;
	width:100%;
}
td.sch_head{
	text-align:right;
	width:30%;
}
td.sch_data{
	text-align:left;
}
td.sch{
	text-align:center;
}
a.sch{
	font-size:20px;
	color:#CD143C;
	font-family:cursive,"ＭＳ Ｐ明朝","HGS明朝E";
	text-shadow: 3px 3px 5px #FFFFFF;
}
.next_month{
	height:2em;
	width:100%;
	text-align:right;
}
.month{
	height:2em;
	width:100%;
	text-align:left;
}

div.tooltip	{
	position: absolute;
	left: -9999px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(ie-css3.htc);
	border-radius: .5em;
	behavior: url(ie-css3.htc);
}
 
div.tooltip p{
	color:#CD143C;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC0CB), to(#FFE4E1));
	background: -moz-linear-gradient(top,  #FFC0CB,  #FFE4E1);
	background: #FFC0CB;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC0CB', endColorstr='#FFE4E1');
	padding: 5px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: .5em;
	behavior: url(ie-css3.htc);
}
.photo_1 {
	width:270px;
	float:left;
}
.photo_2 {
	text-align:left;
	float:left;
	width:270px;
	padding:5px;
}
.photo_3 {
	clear:both;
	padding:5px;
	width:270px;
}
.photo_4 {
	text-align:left;
	width:270px;
	float:left;
}
.photo_5 {
	text-align:left;
	float:left;
	width:270px;
	padding:5px;
}

.vs {
  overflow: hidden;
  width: 750px;
  height: 550px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
}
.nav {
  width: 150px;
  margin: 0;
  padding: 0;
}
.nav li {
  position: relative;
  width: 110px;
  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: 107px;
  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: 110px;
  height: 40px;
}

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

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

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

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

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

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

.nav li ul li {
  overflow: hidden;
  height: 0;
  left: 110px;
  list-style: none;
  transition: 0.5s;
}
.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;
}
span.nobr {
	white-space: nowrap;
}
<span class="nobr>