@charset "UTF-8";
h1, h2, h3, h4 {
  margin: 0px;
  padding: 0px;
}

a:link, a:visited, a:active, a:hover {
  outline: none;
}

a {
  outline: none;
}

a:focus {
  outline: none;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

ul li {
  list-style: none;
}

header {
  padding-top: 14px;
  background-color: #f6f6f6;
}

.navbar-brand a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.navbar-right li a {
  float: left !important;
  width: 33%;
}

@media screen and (max-width: 441px) {
  .navbar-right li a {
    float: left !important;
    width: 50%;
  }
}


#title_bar {
  width: 540px;
  float: left;
}

nav {
  clear: both;
}

.pc_view {
  display: block;
}

.sp_view {
  display: none;
}

.menu_bar {
  height: 40px;
  float: right;
  margin-top: 14px;
  margin-right: 8px;
}

.menu_bar ul {
  float: left;
}

.menu_bar ul li {
  float: left;
  width: 98px;
  font-size: 12px;
  list-style: none;
  text-align: center;
}

.menu_bar ul li:nth-child(1) {
  width: 80px;
}

.menu_bar ul li:nth-child(2) {
  width: 86px;
}

.menu_bar ul li:nth-child(3) {
  width: 99px;
}

.menu_bar ul li:nth-child(4) {
  width: 108px;
}

.menu_bar ul li:nth-child(5) {
  width: 90px;
}

.menu_bar ul li:nth-child(6) {
  width: 116px;
}

.menu_bar ul li a {
  color: #3e3e3e;
  text-decoration: none;
}

.menu_bar ul li a img {
  max-height: 25px;
}

@media screen and (min-width:481px) and (max-width:917px) {
  .sp_view nav li a {
    font-size: 13px;
  }
}

.tel {
  float: right;
  font-size: 24px;
  color: #51bbba;
  font-weight: bold;
  line-height: 1;
  margin: 10px 20px 0px 15px;
  width: 200px;
  text-align: right;
}

.tel a {
  color: #51bbba;
}

#page-top {
  position: fixed;
  bottom: 30px;
  right: 10px;
}

#page-top a {
  display: block;
}

#wrap header .navbar.navbar-inverse.navbar-static-top {
  margin-bottom: 0px;
}

.navbar {
  padding-left: 10px;
}

article {
  clear: both;
  text-align: center;
}

.course h3 {
  text-align: left;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  height: 84px;
}

.course h3 img {
  max-height: 60px;
}

.name {
  font-size: 17px;
}

.course img {
  max-width: 80%;
}

.course h3~a img {
  border-radius: 6%;
}

.course p {
  font-size: 13px;
  border: 1px solid #999999;
  margin-right: auto;
  margin-left: auto;
  width: 150px;
}

.course .kids {
  font-size: 12px;
  margin-top: 0;
  border: none;
  padding: 0;
  margin: 0;
  margin-left: 2px;
}

.course p a {
  display: block;
  color: #333333;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.course p a:hover {
  background-color: #CCCCCC;
}

.big_box {
  text-align: center;
  clear: both;
  border-radius: 20px;
  background-color: #ffffff;
  width: 520px;
  margin: 40px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 3px 3px 6px #CCCCCC;
}

.big_box p {
  margin-top: 20px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
}

.drum_percussion {
  max-width: 90%;
  height: auto;
  margin-top: 10px;
}

footer {
  background-color: #e6e6e6;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

small {
  font-size: 12px;
}

#contact {
  text-align: center;
  padding-bottom: 30px;
}

#contact p {
  font-size: 22px;
}

.bottom_tel {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.bottom_tel a {
  color: #333333;
}

.address {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.lesson_system {
  font-size: 90%;
  text-align: center;
  margin-bottom: 30px;
}

#how_to_access {
  width: 520px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

#how_to_access p {
  font-size: 13px;
}

.nav.navbar-nav li {
  margin: 0;
  padding: 0;
}

.news {
  width: 520px;
  margin: 40px auto;
  border-radius: 20px;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 3px 3px 6px #CCCCCC;
}

.news ul {
  padding-left: 0;
}

.news ul li {
  border-bottom: 1px solid #D2D4D6;
  padding-left: 20px;
  padding-right: 20px;
}

.news ul li:first-child {
  border-top: 1px solid #D2D4D6;
}

.news ul li .news_title {
  padding-top: 10px;
  font-weight: bold;
}

.news ul li .news_text {
  padding-left: 10px;
}

.news_end {
  text-align: center;
}

.news_button {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.news_button a {
  background-color: #66c5c1;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
}

.news_button a:hover {
  background-color: #3abbb6;
  color: #ffffff;
  text-decoration: none;
}

#sns {
  text-align: center;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 520px;
}

.rizken img {
  width: 80%;
}

.lesson_fee_top p {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

ul.nav.navbar-nav.navbar-right {
  margin-right: 15px;
}

.footer_menu ul {
  margin-bottom: 20px;
}

.footer_menu ul li {
  display: inline;
  font-size: 13px;
  border-left: 1px solid #666666;
  padding-left: 5px;
}

.footer_menu ul li:last-child {
  border-right: 1px solid #666666;
  padding-right: 5px;
}

.nav.navbar-nav li a, .navbar-brand {
  font-size: 80%;
  margin-right: -12px;
}

.icon {
  background-image: url(img/icon.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 30px;
  padding-left: 25px;
}

#fb {
  width: 520px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

#fb img {
  width: 520px;
  height: auto;
}

#instagram {
  width: 520px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

#instagram img {
  width: 520px;
  height: auto;
}

.yuenchi {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.yuenchi img {
  width: 740px;
  height: auto;
}

.campaign img {
  width: 60%;
}

.lesson {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 980px;
}

@media screen and (min-width: 901px) {
  #kotei {
    background-color: rgba(59, 59, 59, 0.95);
    margin: 0;
    padding: 0;
  }
  h1, .menu_bar, .navbar, article, aside, #infomation, footer {
    font-family: 'Noto Sans Japanese', sans-serif;
  }
  .nav.navbar-nav li a, .navbar-brand {
    font-size: 80%;
    margin-right: -13px;
  }
  .navbar-brand {
    margin-top: 1px;
    margin-left: -12px;
  }
}

@media screen and (max-width: 1171px) {
  header {
    padding-top: 10px;
  }
  #title_bar {
    float: left;
    margin-bottom: 0px;
  }
  .pc_view {
    display: none;
  }
  .sp_view {
    display: block;
  }
  .sp_view ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    width: 100%;
    font-weight: bold;
  }
  .sp_view nav ul li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
  }
  .sp_view nav ul li {
    background-color: #51bbba;
    float: left;
    text-align: center;
    padding: 5px;
    border-right: 2px solid #FFFFFF;
    width: 16.66666666666667%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sp_view nav ul li:last-child {
    border-right: 0;
  }
  .lesson {
    width: 648px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .course:nth-child(odd) {
    margin-right: 40px;
  }
  .course:nth-child(even) {
    margin-right: 0;
  }
  .nav.navbar-nav li a, .navbar-brand {
    font-size: 80%;
    margin-right: -16px;
  }
  .navbar-brand {
    margin-left: -13px;
  }
  .tel {
    margin-top: 65px;
    width: 190px;
    font-size: 22px;
  }
  .campaign img {
    width: 55%;
  }
}

@media screen and (max-width: 999px) {
  .nav.navbar-nav li a, .navbar-brand {
    font-size: 80%;
    margin-right: -13px;
  }
}

@media screen and (max-width: 960px) {
  .nav.navbar-nav li a, .navbar-brand {
    font-size: 80%;
    margin-right: -19px;
  }
  .navbar-brand {
    margin-left: -12px;
  }
  .yuenchi {
    width: 90%;
  }
  .yuenchi img {
    width: 90%;
  }
  .campaign img {
    width: 60%;
  }
}

@media screen and (max-width: 900px) {
  .nav.navbar-nav li a, .navbar-brand {
    font-size: 100%;
    margin-right: -15px;
  }
  .campaign img {
    width: 90%;
    margin-bottom: 25px;
  }
  #header-campain {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .navbar-brand {
    margin-left: -10px;
  }
}

@media screen and (max-width: 769px) {
  #title_bar {
    width: 540px;
  }
}

@media screen and (max-width: 767px) {
  header {
    height: auto;
    padding-top: 8px;
  }
  #title_bar {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  h1 {
    text-align: center;
  }
  .tel {
    display: none;
  }
  .pc_view {
    display: none;
  }
  .sp_view {
    display: block;
  }
  .sp_view ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    width: 100%;
    font-weight: bold;
  }
  .sp_view nav ul li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
  }
  .sp_view nav ul li {
    background-color: #51bbba;
    float: left;
    text-align: center;
    padding: 5px;
    border-right: 2px solid #FFFFFF;
    width: 16.66666666666667%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sp_view nav ul li:last-child {
    border-right: 0;
  }
  .lesson {
    width: 310px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .course {
    background-color: #ffffff;
    text-align: center;
    margin-bottom: 35px;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
  .course:nth-child(odd) {
    margin-right: 0px;
  }
  .accessmap {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .accessmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #contact {
    width: 90%;
    margin: auto;
  }
  #contact p {
    font-size: 2rem;
  }
  .address {
    font-size: 13px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .news {
    width: 70%;
  }
  #how_to_access {
    width: 95%;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
  #how_to_access p {
    font-size: 13px;
  }
  .nav.navbar-nav li a, .navbar-brand {
    font-size: 100%;
    margin-right: 0;
  }
  .icon {
    background-image: url(img/icon.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 25px;
    padding-left: 25px;
  }
  .lesson_fee_top p {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 560px) {
  header {
    height: auto;
  }
  .lesson {
    width: 310px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .course {
    background-color: #ffffff;
    text-align: center;
    margin-bottom: 35px;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
  .accessmap {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .accessmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .address {
    font-size: 13px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #sns {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .big_box p {
    font-size: 15px;
  }
  h2 {
    margin: 0;
    text-align: center;
  }
  #title_bar {
    width: 98%;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .lesson_fee_top p {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  #sns img {
    width: 100%;
    height: auto;
  }
  #fb {
    width: 95%;
    text-align: center;
  }
  #fb img {
    width: 95%;
    height: auto;
  }
  #instagram {
    width: 95%;
    text-align: center;
  }
  #instagram img {
    width: 95%;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  body {
    background-color: #ffffff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #wrap {
    background-color: #ffffff;
  }
  h2 {
    margin-left: auto;
    margin-right: auto;
  }
  .sp_view {
    display: block;
  }
  .sp_view ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    width: 100%;
    font-weight: bold;
  }
  .sp_view nav ul li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
  }
  .sp_view nav ul li:nth-child(odd) {
    background-color: #51bbba;
    float: left;
    text-align: center;
    padding: 5px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 0;
  }
  .sp_view nav ul li:nth-child(even) {
    background-color: #51bbba;
    float: left;
    text-align: center;
    padding: 5px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 2px solid #FFFFFF;
    border-right: 0;
  }
  .sp_view nav ul li:nth-child(1), .sp_view nav ul li:nth-child(2), .sp_view nav ul li:nth-child(3), .sp_view nav ul li:nth-child(4) {
    border-bottom: 2px solid #FFFFFF;
  }
  header {
    height: auto;
    padding-top: 5px;
    background-color: #000000;
    width: 100%;
  }
  .navbar {
    padding-left: 0px;
  }
  .pc_view {
    display: none;
  }
  #title_bar {
    width: 100%;
  }
  .lesson {
    overflow: hidden;
    width: 310px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .course h3 img {
    max-height: 63px;
  }
  .name {
    font-size: 17px;
  }
  .course {
    width: 100%;
    background-color: #ffffff;
    box-shadow: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .course:first-child {
    margin-top: 0px;
  }
  .course img {
    max-width: 80%;
  }
  .course p {
    font-size: 13px;
    border: 1px solid #999999;
    margin-right: auto;
    margin-left: auto;
    width: 150px;
  }
  .course p a {
    display: block;
    color: #333333;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 130%;
  }
  .course p a:hover {
    background-color: #CCCCCC;
  }
  .big_box {
    width: 100%;
    margin-top: 20px;
  }
  .news {
    width: 90%;
    margin-top: 20px;
  }
  .big_box p {
    font-size: 13px;
  }
  .bottom_tel {
    font-size: 20px;
  }
  .bottom_tel a {
    color: #51bdb4;
    text-decoration: none;
  }
  .accessmap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .accessmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .address {
    font-size: 13px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #how_to_access {
    width: 97%;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
  #infomation {
    padding-bottom: 10px;
    background-color: #f6f6f6;
  }
  .navbar-brand {
    margin-left: 5px;
  }
  #sns {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 90%;
  }
  .footer_menu ul {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
  }
  .footer_menu ul li {
    display: block;
    background-color: #51bbba;
    border: none;
    border-bottom: solid 1px #e6e6e6;
    margin: 0;
    padding: 10px 0 10px 15px;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
  }
  .footer_menu ul li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }
  footer {
    padding-top: 0;
  }
  .lesson_fee_top p {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }
  .yuenchi img {
    width: 95%;
  }
}

@media screen and (max-width: 320px) {
  .lesson_fee_top p {
    font-size: 13px;
  }
}

@media screen and (min-width: 1600px) {
  #wrap {
    width: 1600px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1268px) {
  .menu_bar {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1135px) {
  .nav.navbar-nav li a, .navbar-brand {
    font-size: 82%;
    margin-right: -12px;
  }
  .navbar-brand {
    margin-left: -15px;
  }
}

#voice {
  max-width: 1117px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 80px;
  margin-top: 80px;
}

#voice ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#voice ul:after {
  content: "";
  display: block;
  width: 30%;
}

#voice ul li {
  width: 33%;
  box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}

#voice ul li img {
  width: 98%;
  height: auto;
  border-radius: 50%;
}

.zenbun {
  font-size: 13px;
  border: 1px solid #999999;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  width: 150px;
}

.zenbun a {
  display: block;
  color: #333333;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.zenbun a:hover {
  background-color: #CCCCCC;
}

@media screen and (max-width: 960px) {
  #voice ul li {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (max-width: 767px) {
  #voice ul li {
    width: 45%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  #voice {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 413px) {

  #voice ul li {
    width: 300px;
  }
}

@media screen and (min-width: 1268px) {
  .tel {
    margin-top: 64px;
    position: absolute;
    top: -40px;
    right: 10px;
  }
}

@media screen and (max-width: 1142px) {
  .menu_bar ul li {
    width: 91px;
    font-size: 13px;
  }
}

#header-campain {
  position: absolute;
  top: 8px;
  right: 10px;
}

#contact_button {
  position: fixed;
  bottom: 0;
  right: 100px;
  background-color: rgba(66, 187, 182, 0.8);
  font-weight: bold;
  border-radius: 10px 10px 0px 0px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contact_button a {
  color: #ffffff;
  display: block;
  padding: 10px 35px;
  text-decoration: none;
  font-size: 24px;
}

#contact_button a:hover {
  background-color: rgba(66, 187, 182, 1);
  border-radius: 10px 10px 0px 0px;
}

.moushikomu {
  background-color: #66c5c1;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
}

.moushikomu:hover {
  background-color: #3abbb6;
  color: #ffffff;
  text-decoration: none;
}

.otoiawase_only {
  margin-top: 30px;
}

.odenwademo {
  font-size: 14px !important;
  margin-bottom: 40px !important;
}

@media screen and (max-width: 1050px) {
  #contact_button {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-size: 24px;
    width: 360px;
  }
  #contact_button a {
    padding: 20px 0px 15px 0px;
    width: 360px;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  #contact_button {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-size: 22px;
    width: 280px;
    border-radius: 10px 10px 0 0;
  }
  #contact_button a {
    padding: 10px 0px 8px 0px;
    width: 280px;
    text-align: center;
  }
  .odenwademo {
    font-size: 13px !important;
  }
}

#youtube {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width:1100px) {
  #youtube {
    width: 90%;
  }
}

@media screen and (max-width:900px) {
  #youtube {
    width: 100%;
  }
}

.movie_wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#new_footer_menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding-left: 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

#new_footer_menu img {
  max-width: 100%;
  height: auto;
}

#new_footer_menu li {
  width: 25%;
  text-align: center !important;
  margin-bottom: 30px;
}

#new_footer_menu li.online {
  width: 25%;
}

#new_footer_menu li.rizken {
  width: 23%;
  margin-left: 4%;
}

#new_footer_menu li.kenmusic {
  width: 23%;
}

#new_footer_menu li.kensta {
  width: 25%;
}

@media screen and (max-width:972px) {
  #new_footer_menu {
    max-width: 96%;
  }
}

@media screen and (max-width:830px) {
  #new_footer_menu li {
    width: 30% !important;
  }
}

@media screen and (max-width:700px) {
  #new_footer_menu li {
    width: 48% !important;
  }
  #new_footer_menu li.online img {
    height: 50px;
    width: auto;
  }
}

@media screen and (min-width:501px) and (max-width:700px) {
  #new_footer_menu li.rizken img {
    height: 55px;
    width: auto;
  }
}

@media screen and (max-width:500px) {
  #new_footer_menu {
    display: block;
  }
  #new_footer_menu li {
    width: 60% !important;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  #new_footer_menu li.rizken {
    margin-left: auto;
    margin-right: auto;
  }
  #new_footer_menu li img {
    width: 100%;
    height: auto;
  }
  #new_footer_menu li.online img {
    max-width: 100% !important;
    height: auto;
  }
}

@media screen and (max-width:1160px) {
  footer {
    padding-bottom: 80px;
  }
}

@media screen and (max-width:840px) {
  footer {
    padding-bottom: 100px;
  }
}

#wrap {
  max-width: 100%;
  background-color: #dcdcdc;
  position: relative;
}

.koushi_box {
  width: 960px;
  background-color: #ffffff;
  margin: 40px auto 0;
  border-radius: 30px;
  padding: 30px 50px;
  overflow: hidden;
  text-align: center;
  box-shadow: 3px 3px 5px #CCCCCC;
  font-size: 14px;
  line-height: 1.5;
}

.introduction {
  text-align: left;
  float: right;
  width: 435px;
  margin-right: 65px;
}

.introduction p {
  clear: both;
}

.koushi_box .introduction img {
  width: 435px;
  height: auto;
  margin-top: 0;
  margin-bottom: 10px;
}

.koushi_box .introduction .bottom_moyou {
  margin-top: 15px;
}

.br-sp {
  display: none;
}

.koushi_box h1 strong {
  font-weight: bold;
  font-size: 110%;
}

.lesson_naiyou {
  clear: both;
  text-align: left;
  padding-top: 20px;
  overflow: hidden;
}

h4 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #51bdb4;
}

body.culture h4 {
  color: #DE8377;
}

.lesson h4, body.culture .lesson h4 {
  color: inherit;
}

#profile {
  width: 960px;
  background-color: #ffffff;
  margin: 40px auto 60px;
  border-radius: 30px;
  box-shadow: 3px 3px 5px #CCCCCC;
  text-align: left;
  padding: 30px 50px 20px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
}

#profile img {
  width: 320px;
  height: auto;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

#profile h4 {
  margin-top: 0;
}

#infomation {
  padding-bottom: 10px;
  background-color: #f6f6f6;
  margin-top: 0;
  padding-top: 20px;
}

.lesson_naiyou ul {
  margin: 0;
  padding: 0 0 0 14px;
}

.lesson_naiyou ul li {
  list-style: disc outside;
  margin-bottom: 15px;
}

.lesson_naiyou ul li:last-child {
  margin-bottom: 0;
}

section h4 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #333333;
}

aside {
  background-color: #f6f6f6;
}

.introduction-inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  max-width: 480px;
  text-align: center;
}

.page_h3 {
  padding-bottom: 15px;
  padding-top: 15px;
  margin-top: 5px;
  clear: both;
  float: none !important;
  font-weight: normal;
  text-align: center;
  font-size: 1.3em;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

.yoneshige {
  font-size: 13px;
}

.yoneshige_ichiran {
  font-size: 12px;
}

@media screen and (max-width: 1050px) {
  .introduction {
    text-align: left;
    float: right;
    width: 400px;
    margin-right: 0px;
  }
  .koushi_box .introduction img {
    width: 400px;
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .introduction-inner {
    width: 23em;
    margin-right: auto;
    margin-left: auto;
  }
  .koushi_box .introduction .bottom_moyou {
    margin-top: 25px;
  }
  .koushi_box {
    width: 80%;
  }
  #profile {
    width: 80%;
  }
}

@media screen and (max-width: 960px) {
  .introduction {
    text-align: left;
    float: right;
    width: 340px;
    margin-right: 0px;
  }
  .koushi_box .introduction img {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .koushi_box .introduction .bottom_moyou {
    margin-top: 20px;
  }
}

@media screen and (max-width: 900px) {
  .koushi_box {
    padding: 10px 20px 20px;
    text-align: center;
  }
  .koushi_box img {
    float: none;
  }
  .page_h3 {
    background-size: 80px;
    text-align: center;
    float: none;
    margin: 0 auto;
    padding-bottom: 25px;
  }
  .introduction {
    float: none;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .introduction-inner {
    width: 25em;
    margin-left: auto;
    margin-right: auto;
  }
  .introduction-inner p {
    width: 19em;
    margin-left: auto;
    margin-right: auto;
  }
  .koushi_box .introduction img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
  }
  .br-sp {
    display: block;
  }
  .lesson_naiyou {
    clear: both;
    text-align: left;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }
  #profile {
    text-align: center;
  }
  #profile h4 {
    text-align: left;
  }
  #profile strong {
    text-align: left;
  }
  #profile p {
    text-align: left;
  }
  #profile img {
    float: none;
    margin-left: 0;
  }
  .koushi_box .introduction .bottom_moyou {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .page_h3 {
    text-align: center;
  }
  .introduction {
    width: 70%;
  }
  .introduction-inner {
    width: 19em;
    margin-left: auto;
    margin-right: auto;
  }
  .koushi_box .introduction img {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .koushi_box .introduction .bottom_moyou {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 560px) {
  .koushi_box {
    padding: 0px 20px 10px;
  }
  .page_h3 {
    background-size: 65px;
    padding-bottom: 15px;
    font-size: 130%;
    text-align: center;
    padding-top: 10px;
    float: none;
    width: 250px;
  }
  .koushi_box .introduction .bottom_moyou {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  #profile {
    width: 90%;
  }
  .koushi_box .introduction img {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .br-sp {
    display: block;
  }
  .introduction {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .koushi_box {
    margin-top: 25px;
    text-align: center;
    padding: 0px 10px 20px;
    border-radius: 20px;
    width: 90%;
  }
  .introduction {
    width: 100%;
    text-align: center;
  }
  .koushi_box .introduction img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .koushi_box .introduction .bottom_moyou {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .introduction p {
    text-align: left;
  }
  .page_h3 {
    margin-bottom: 5px;
  }
  #profile {
    margin-top: 25px;
    text-align: center;
    padding: 30px 20px 10px;
    border-radius: 20px;
    margin-bottom: 45px;
  }
  #profile img {
    width: 90%;
  }
  h4 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: center;
  }
  #profile h4 {
    text-align: center;
  }
  .yuenchi {
    width: 95%;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  aside {
    background-color: #ffffff;
  }
}

@keyframes panel-show {
  from {
    opacity: 0;
    }
    to {
    opacity: 1;
    }
}

.filter-list {
  display: flex;
  max-width: 950px;
  margin: auto;
  padding: 30px 0;
}

.filter-list li:first-child {
  width: 50%;
  text-align: center;
  background: #eee;
  border: 2px solid #fff;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 100px;
}

.filter-list li.is-active:first-child {
  background: #51bdb4;
  color: #fff;
  border-radius: 100px;
}

.filter-list li.is-active:nth-child(2) {
  background: #e17d7d;
  color: #fff;
  border-radius: 100px;
}

.filter-list li.is-active:nth-child(3) {
  background: #bd5151;
  color: #fff;
  border-radius: 100px;
}

.filter-item li {
  border: 2px solid #fff;
  width: calc(100% / 4);
  padding: 40px 20px;
  background: #eee;
  text-align: center;
}

.filter-item li[data-item="prep"] {
  background: #F7D1D1;
}

.filter-item li[data-item="pree"] {
  background: #D1EDF7;
}

.filter-item li[data-item="cat3"] {
  background: #D1F7D8;
}

body {
  margin: 0;
  padding: 0px;
  overflow-x: hidden;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #ffffff;
  color: #555354;
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}

.standard60 {
  background-image: url(img/standard_60min.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 30%;
}

.standard30 {
  background-image: url(img/standard_30min.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 30%;
}

.premium_pro {
  background-image: url(img/premium_pro.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 30%;
}

.premium_exam {
  background-image: url(img/premium_exam.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 30%;
}

.c_standard60 {
  background-image: url(img/culture_standard_60min.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 30%;
}

.c_standard30 {
  background-image: url(img/culture_standard_30min.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 30%;
}

.course {
  width: 300px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 3px 3px 6px #CCCCCC;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  float: unset;
  margin-right: 0;
  margin-bottom: 35px;
}

.course:nth-child(3n) {
  margin-right: 0;
}

.course_icon img.maru_icon {
  display: block;
  max-width: 80px;
}

.course_icon {
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.koushi_box img {
  float: unset;
  width: 243px;
  margin-top: 15px;
  border-radius: 6%;
}

.float_test {
  display: flex;
  flex-direction: column;
  float: left;
}

@media screen and (max-width: 900px) {
  .float_test > img:first-child {
    margin: auto;
  }
  .float_test {
    max-width: 300px;
    float: unset;
    margin: auto;
  }
}

@media screen and (max-width: 480px) {
  .course h3 {
    text-align: left;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    height: 84px;
  }
}

.lesson_fee_top {
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .filter-list {
    flex-wrap: wrap;
  }
  .filter-list li:first-child {
    width: 80%;
    margin: auto;
  }
  .filter-list li:nth-child(2) {
    width: 40%;
    margin-left: auto;
  }
  .filter-list li:nth-child(3) {
    width: 40%;
    margin-right: auto;
  }
}

img.dummy {
  margin-top: 100px;
}

@media screen and (max-width: 1171px) {
  .dummy_sp {
    display: none !important;
  }
}

.campaign {
  margin-top: 20px;
  margin-bottom: 60px;
  text-align: center;
  height: auto;
}

.campaign_sp img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .campaign {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .campaign_sp {
    display: none;
  }
}

.faq {
  margin: 40px auto;
}

.faq dl {
  max-width: 960px;
  background-color: #ffffff;
  margin: 20px auto;
  border-radius: 20px;
  box-shadow: 3px 3px 5px #CCCCCC;
  text-align: left;
  padding: 20px 50px 20px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
}

.faq dt {
  font-size: 110%;
  padding-bottom: 1em;
}

.faq dd {
  padding-top: 10px;
  padding-left: 10px;
  border-top: 2px solid #F5F3EB;
}

h2.re_h3 {
  color: #51bdb4;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.font_60per {
  font-size: 60%;
}

.text_center {
  text-align: center;
}

span.br_ctrl {
  display: inline-block;
}

.campaign_sp {
  max-width: 80%;
  margin: auto;
  margin-bottom: 20px;
}

.lesson_fee_top img {
  margin-top: 15px;
}


/*//////////////////////////////////////
hタグ修正用
///////////////////////////////////////*/

/*h1*/

.h1 {
  margin: 0px;
  padding: 0px;
}

.h1 {
  font-size: 16px;
  text-align: left;
  color: #51bbba;
  margin: 0px 0px 5px 25px;
  font-weight: normal;
}

@media screen and (min-width: 901px) {
  .h1 {
    font-family: 'Noto Sans Japanese', sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .c_standard30 {
    text-align: center;
  }
}

@media screen and (max-width: 560px) {
  .h1 {
    font-size: 95%;
    text-align: center;
    margin: 0px;
    padding: 0px;
  }
}

@media screen and (max-width: 480px) {
  .h1 {
    font-size: 80%;
    text-align: center;
    color: #51bbba;
    margin: 0px;
    padding: 5px 0px 5px;
  }
  .h1 {
    font-size: 78%;
    text-align: center;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*h2*/

.h2 {
  margin: 0px;
  padding: 0px;
}

.h2 img {
  width: 530px;
  margin: 0px 0px 10px 15px;
}

@media screen and (max-width: 1171px) {
  .h2 img {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .h2 {
    text-align: center;
    margin-bottom: 0;
  }
  .h2 img {
    margin: 0px;
    padding: 0px;
  }
}

@media screen and (max-width: 560px) {
  .h2 {
    margin: 0;
    text-align: center;
  }
  .h2 img {
    margin: 0px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 480px) {
  .h2 {
    margin-left: auto;
    margin-right: auto;
  }
  .h2 img {
    width: 95%;
    margin: 0px;
  }
}


/*<h3 class="page_h3">*/

h3 {
  margin: 0px;
  padding: 0px;
}

.page_h3 {
  padding-bottom: 15px;
  padding-top: 15px;
  margin-top: 5px;
  clear: both;
  font-weight: normal;
  font-size: 1.3em;
  width: 100% !important;
  text-align: center;
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 900px) {
  .page_h3 {
    background-size: 80px;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 560px) {
  .page_h3 {
    background-size: 65px;
    padding-bottom: 15px;
    font-size: 130%;
    padding-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .page_h3 {
    margin-bottom: 5px;
  }
}

/*<h4>*/

.h4 {
  margin: 0px;
  padding: 0px;
}

.h4 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .h4 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
  }
}


/* ---------------------------------
   koushi-testarea.cssからの抽出
--------------------------------- */
.h4 {
	color:#51bdb4;
	font-size:20px;
	font-weight:bold;
}

body.culture .h4 {
	color:#DE8377;
}

.lesson .h4,
body.culture .lesson .h4 {
	color: inherit;
}

#profile .h4 {
	margin-top:0;
}

section .h4 {
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom:10px;
	color: #333333;
}

@media screen and (max-width: 900px) {
  #profile .h4 {
  	text-align:left;
  }
}

@media screen and (max-width: 480px) {
  .h4 {
  	text-align:center;
  	margin-bottom:10px;
  }
  #profile .h4 {
  	text-align:center;
  }
}

#lesson_photos .h4{
	margin-bottom:0;
}

/*元<h6>*/

.h6 {
    font-size: 16px;
    font-weight: bold;
}

.news .h6 {
    text-align: center;
}

/*元<h5>*/

.h5 {
    color: #51bdb4;
    font-size: 25px;
    font-weight: bold;
}
.h5 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 2;
}

/*voice*/

.voice_h1 {
  color: #42beb4;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 7em;
  margin-left: auto;
  margin-right: auto;
}

.voice_h3 {
    font-weight: normal;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.voice_disc {
    font-size: 15px;
    font-weight: normal;
    margin-top: 5px;
}

.voice_text {
    text-align: left;
    font-size: 13px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

@media screen and (max-width: 413px) {
    .voice_text {
        width: 90%;
    }
}