.coach {
  color: darkblue;
  font-size: large;
  background-color: white;
  width: 50%;
  margin: 0 22%;
  display: inline-block;
  text-align: center;
}
.list1 h4 {
  font-size: 18px; /*文字サイズ*/
  text-align: center; /*文字を中央に*/
  color: #2c3c63; /*文字色*/
}
#profile {
  width: 90vw;
  max-width: 1000px;
  text-align: center;
  position: fixed;
  margin: 0 auto;
  top: 20vh;
  z-index: 6000;
  /* display:none; */
}
.profile {
  width: 60%;
  display: inline-block;
  margin: 0 auto;
  background-color: white;
}
.profile img {
  width: 80%;
}
#tatsiana, #sodeika, #fabio, #valeri, #violeta, #ieva {
  display: none;
}
.schedule img {
  display: inline-block;
}
.schedule {
  text-align: center;
}
.ct {
  text-align: center;
}
/*
.eng {
  display: none;
}
*/
.jap {
	display: none;
}
.lang_ja, .lang_en {
  background-color: antiquewhite;
  border-radius: 1.0em;
  border-color: beige;
}
.lang_ja:hover, .lang_en:hover {
  cursor: pointer;
  scale: 1.1;
  background-color: bisque;
}
/* osamu akabane */
/* メニューバー  */
#menubar .lg {
  text-align: right;
  margin: 0 30px;
}
#menubar .lang_ja {
  font-size: 0.9em;
  line-height: 1.0em;
  height: 1.8em;
}
#menubar .lang_en {
  font-size: 0.9em;
  line-height: 1.0em;
  height: 1.8em;
}
/* メニューバー  */
#menubar-s .lg {
  text-align: center;
  margin: 8px;
}
#menubar-s .lang_ja {
  margin: 0 8px;
  font-size: 1.4em;
  line-height: 1.8em;
  height: 1.9em;
}
#menubar-s .lang_en {
  margin: 0 8px;
  font-size: 1.5em;
  line-height: 1.8em;
  height: 1.9em;
}