@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;400;700&family=Noto+Serif+JP&display=swap");
body {
  margin: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, sans-serif;
  color: #000;
}
@media screen and (max-width: 979px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media print, screen and (min-width: 980px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 979px) {
  body {
    position: relative;
    font-size: 12px;
    line-height: 1.75;
  }
}
body #wholewrapper {
  left: 0;
  transition: 0.5s;
}
body.opened #wholewrapper {
  left: calc(-100vw + 50px);
}
* {
  box-sizing: border-box;
}
header {
  position: relative;
  z-index: 30;
}
#main {
  min-height: 480px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 979px) {
  #main {
    min-height: 270px;
  }
}
img {
  vertical-align: top;
  max-width: 100%;
}
hr {
  background-color: #000;
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: inherit;
  }
}
@media screen and (max-width: 767px) {
  span.sp_block {
    display: block;
  }
}
@media screen and (max-width: 979px) {
  #wholewrapper {
    position: relative;
    z-index: 1;
    background-color: #fff;
  }
}
#pagetop {
  z-index: 120;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #ad408b;
  width: 76px;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, sans-serif;
}
#pagetop a {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}
#pagetop a i.fa {
  font-size: 24px;
}
@media screen and (max-width: 979px) {
  #pagetop {
    position: static;
    width: 100%;
  }
  #pagetop br {
    display: none;
  }
  #pagetop a {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    line-height: 1;
  }
  #pagetop a:before {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 10px;
    font-size: 24px;
    vertical-align: sub;
  }
  #pagetop a i.fa {
    display: none;
    font-size: 24px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 980px) {
  div.header_inner {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  div.header_inner:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media print, screen and (min-width: 980px) {
  div.header_inner .sp-r {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  div.header_inner .sp-r {
    float: right;
  }
  div.header_inner .sp-r button {
    display: block;
    margin: 13px 13px 0 0;
    border: none;
    padding: 0;
    background: none;
    text-align: center;
    font-size: 6px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
  }
  div.header_inner .sp-r button i.fa {
    font-size: 21px;
    color: #000;
  }
  div.header_inner .sp-r button:hover {
    text-decoration: underline;
  }
  div.header_inner .sp-r button > a {
    color: #000;
  }
}
@media print, screen and (min-width: 980px) {
  div.header_inner .l {
    float: left;
    position: relative;
    z-index: 50;
  }
}
@media print, screen and (min-width: 980px) {
  div.header_inner .l .h_logo {
    margin: 37px 0 0 69px;
  }
}
@media screen and (max-width: 979px) {
  div.header_inner .l .h_logo {
    margin: 0;
    padding: 15px 0 15.5px 37px;
    text-align: center;
  }
}
div.header_inner .l .h_logo a {
  display: block;
}
@media screen and (max-width: 979px) {
  div.header_inner .l .h_logo a {
    display: table;
    margin: 0 auto;
  }
}
div.header_inner .l .h_logo a img {
  width: 337px;
}
@media screen and (max-width: 979px) {
  div.header_inner .l .h_logo a img {
    width: 169px;
  }
}
@media screen and (max-width: 979px) {
  div.header_inner .pc-r {
    display: none;
  }
}
@media print, screen and (min-width: 980px) {
  div.header_inner .pc-r {
    float: right;
  }
  div.header_inner .pc-r .subnavi {
    float: right;
    background-color: #ad408b;
    padding: 16px 25px;
  }
  div.header_inner .pc-r .subnavi ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 1px solid #fff;
    font-size: 12px;
    line-height: 18px;
  }
  div.header_inner .pc-r .subnavi ul:after {
    content: " ";
    display: block;
    clear: both;
  }
  div.header_inner .pc-r .subnavi ul li {
    float: left;
    border-right: 1px solid #fff;
  }
  div.header_inner .pc-r .subnavi ul li a {
    color: #fff;
    text-decoration: none;
    padding: 0 13px;
  }
  div.header_inner .pc-r .subnavi ul li a:hover {
    text-decoration: underline;
  }
  div.header_inner .pc-r .subnavi ul li a:after {
    font-size: 16px;
  }
  div.header_inner .pc-r .pc__header_sns {
    float: left;
  }
  div.header_inner .pc-r .pc__header_sns .icon_instagram i {
    display: inline-block;
    margin-right: 4px;
    transform: translateY(2px);
  }
  div.header_inner .pc-r .pc__header_sns .icon_instagram a {
    display: flex;
    align-items: baseline;
    padding: 13px 14px;
  }
}
div.header_inner .icon_instagram i {
  line-height: 1;
}
div.header_inner .icon_instagram i.fa-brands::before {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-size: 20px;
}
div.header_inner .icon_instagram a {
  font-size: 13px;
  color: #000;
  letter-spacing: 0.04em;
  text-decoration: none;
}
div.header_inner .sp__header_sns {
  display: none;
  position: absolute;
  top: 15px;
  left: 13px;
}
@media screen and (max-width: 979px) {
  div.header_inner .sp__header_sns {
    display: block;
  }
}
div.header_inner .sp__header_sns i {
  display: table;
  margin: 0 auto;
}
div.header_inner .sp__header_sns a {
  display: block;
  font-size: 6px;
  line-height: 1;
}
.mainnavi {
  float: right;
  clear: right;
  padding-top: 11px;
  padding-right: 32px;
}
.mainnavi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainnavi > ul:after {
  content: " ";
  display: block;
  clear: both;
}
.mainnavi > ul > li {
  position: relative;
  float: left;
  margin-left: 46px;
}
.mainnavi > ul > li.last {
  display: none;
}
.mainnavi > ul > li a {
  display: block;
  color: #939393;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding: 11px 0;
}
.mainnavi > ul > li a:hover {
  color: #000;
}
.mainnavi > ul > li.active > a {
  color: #000;
  border-bottom-color: #000;
}
.mainnavi > ul > li > ul.depth2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
}
.mainnavi > ul > li > ul.depth2 li {
  min-width: 170px;
}
.mainnavi > ul > li > ul.depth2 li a {
  padding: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 1480px) {
  .mainnavi > ul > li.lm21 > ul.depth2 {
    left: -80px;
    white-space: nowrap;
  }
}
div.dropnavi {
  position: relative;
  margin-top: -35px;
  float: right;
  width: 100%;
  text-align: right;
}
div.dropnavi:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 979px) {
  div.dropnavi {
    display: none;
  }
}
div.dropnavi ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  /* float: right; */
  width: 100%;
  clear: right;
}
div.dropnavi ul li a {
  text-decoration: none;
}
div.dropnavi ul .lm29 {
  display: none;
}
div.dropnavi > ul {
  padding-right: 32px;
  max-width: 1300px;
}
div.dropnavi > ul > li {
  margin-left: 46px;
  display: inline-block;
  margin-bottom: -30px;
  padding-bottom: 30px;
}
div.dropnavi > ul > li:hover {
  color: #000;
}
div.dropnavi > ul > li.active > a {
  color: #000;
  border-bottom-color: #000;
}
div.dropnavi > ul > li > a {
  display: block;
  color: #000;
  border-bottom: 2px solid transparent;
  padding: 11px 0;
}
div.dropnavi > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: 20px;
  display: block;
}
div.dropnavi > ul > li ul.depth2 {
  display: none;
  position: absolute;
  top: 67px;
  left: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  text-align: center;
  background: rgba(173, 64, 139, 0.8);
}
div.dropnavi > ul > li ul.depth2 li {
  display: inline-block;
  margin-left: 50px;
}
div.dropnavi > ul > li ul.depth2 li:first-child {
  margin-left: 0;
}
div.dropnavi > ul > li ul.depth2 li.active a {
  position: relative;
}
div.dropnavi > ul > li ul.depth2 li.active a:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  border-bottom: 2px solid #fff;
  width: 100%;
}
div.dropnavi > ul > li ul.depth2 li a {
  display: block;
  padding: 20px 0;
  line-height: 1.6;
  color: #fff;
}
div.dropnavi + div.pankuzu {
  margin: 0 auto;
}
div.pankuzu {
  max-width: 1300px;
}
@media screen and (max-width: 979px) {
  div.pankuzu {
    display: none;
  }
}
@media print, screen and (min-width: 980px) {
  div.pankuzu {
    clear: both;
    padding: 31px 60px;
  }
  div.pankuzu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  div.pankuzu ul li {
    display: inline-block;
    color: #666;
    font-size: 12px;
  }
  div.pankuzu ul li.home {
    display: none;
  }
  div.pankuzu ul li::after {
    font-family: FontAwesome;
    content: "";
    padding-left: 1em;
    padding-right: 1em;
    font-size: 14px;
  }
  div.pankuzu ul li:last-child::after {
    content: none;
  }
  div.pankuzu ul li a {
    color: inherit;
    text-decoration: none;
  }
  div.pankuzu ul li a:link:hover {
    text-decoration: underline;
  }
}
#footer .sitemap .title {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin: 0 auto;
  text-align: center;
  text-align: center;
}
@media print, screen and (min-width: 980px) {
  #footer .sitemap .title {
    width: 279px;
    font-size: 17px;
    line-height: 49px;
  }
}
@media screen and (max-width: 979px) {
  #footer .sitemap .title {
    width: 139.5px;
    font-size: 8.5px;
    line-height: 24.5px;
  }
}
@media print, screen and (min-width: 980px) {
  #footer .sitemap .title i.fa {
    font-size: 24px;
  }
}
@media screen and (max-width: 979px) {
  #footer .sitemap .title i.fa {
    font-size: 12px;
  }
}
#footer .sitemap .sites {
  border-top: 1px solid #000;
}
@media print, screen and (min-width: 980px) {
  #footer .sitemap .sites {
    padding: 25px 0;
  }
}
@media screen and (max-width: 979px) {
  #footer .sitemap .sites {
    padding: 18px 0 19.5px;
  }
}
#footer .sitemap .sites ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media print, screen and (min-width: 980px) {
  #footer .sitemap .sites ul {
    font-size: 0;
  }
}
@media print, screen and (min-width: 980px) {
  #footer .sitemap .sites ul li {
    display: inline-block;
    margin: 0 21px;
    font-size: 14px;
  }
}
@media screen and (max-width: 979px) {
  #footer .sitemap .sites ul li {
    margin-bottom: 7px;
    line-height: 1;
  }
}
#footer .sitemap .sites ul li:first-child a {
  border-bottom: 2px solid #000;
}
#footer .sitemap .sites ul li a {
  color: #939393;
  text-decoration: none;
}
@media print, screen and (min-width: 980px) {
  #footer .sitemap .sites ul li a {
    display: block;
    padding: 9px 0;
    border-bottom: 2px solid transparent;
  }
}
@media screen and (max-width: 979px) {
  #footer .sitemap .sites ul li a {
    display: inline-block;
    padding: 5.5px 0;
    border-bottom: 1px solid transparent;
  }
}
#footer .sitemap .sites ul li a:hover {
  color: #000;
  border-bottom-color: #000;
}
#footer .fbody {
  border-top: 1px solid #000;
  background-color: #ececec;
}
@media print, screen and (min-width: 980px) {
  #footer .fbody {
    padding: 34px 0 53px;
  }
}
@media screen and (max-width: 979px) {
  #footer .fbody {
    padding: 46px 0 22px;
  }
}
@media screen and (max-width: 979px) {
  #footer .fbody .gnavi {
    display: none;
  }
}
@media print, screen and (min-width: 980px) {
  #footer .fbody .gnavi {
    width: 960px;
    margin: 0 auto;
  }
  #footer .fbody .gnavi ul.depth1 {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 22px;
  }
  #footer .fbody .gnavi ul.depth1:after {
    content: " ";
    display: block;
    clear: both;
  }
  #footer .fbody .gnavi li.depth1 {
    float: left;
    margin: 0 30px;
  }
  #footer .fbody .gnavi li.depth1:after {
    content: " ";
    display: block;
    clear: both;
  }
  #footer .fbody .gnavi li.depth1 > a {
    display: block;
    float: left;
    width: 64px;
    text-align: center;
    margin-right: 12px;
    background-color: #fff;
    padding: 0 8px;
    color: #000;
    text-decoration: none;
  }
  #footer .fbody .gnavi li.depth1.lm116 a {
    width: auto;
  }
  #footer .fbody .gnavi ul.depth2 {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 21px;
  }
  #footer .fbody .gnavi li.depth2 > a {
    color: #000;
    text-decoration: none;
  }
  #footer .fbody .gnavi ul.depth3 {
    display: none;
  }
}
#footer .fbody .logo {
  position: relative;
}
@media print, screen and (min-width: 980px) {
  #footer .fbody .logo {
    width: 960px;
    margin: 120px auto 0;
  }
  #footer .fbody .logo:after {
    content: " ";
    display: block;
    clear: both;
  }
}
#footer .fbody .logo .schoolgram {
  display: table;
}
#footer .fbody .logo .schoolgram:after {
  content: " ";
  display: block;
  clear: both;
}
@media print, screen and (min-width: 980px) {
  #footer .fbody .logo .schoolgram {
    float: left;
    position: absolute;
    top: -15px;
    left: -40px;
  }
}
@media screen and (max-width: 979px) {
  #footer .fbody .logo .schoolgram {
    text-align: center;
    position: relative;
    margin: 0 auto;
  }
}
#footer .fbody .logo .schoolgram a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 979px) {
  #footer .fbody .logo .schoolgram a img {
    width: 168.5px;
  }
}
#footer .fbody .logo .schoolgram div.instagram_icon {
  float: left;
  margin-right: 20px;
  padding: 15px;
  position: relative;
  margin-top: 4px;
}
@media screen and (max-width: 979px) {
  #footer .fbody .logo .schoolgram div.instagram_icon {
    margin-right: 10px;
    padding: 15px 15px 15px 0;
  }
}
#footer .fbody .logo .schoolgram div.instagram_icon:after {
  content: "";
  border-right: 1px solid #000;
  height: 25px;
  position: absolute;
  top: 18px;
  right: 0;
}
@media screen and (max-width: 979px) {
  #footer .fbody .logo .schoolgram div.instagram_icon:after {
    display: none;
  }
}
#footer .fbody .logo .schoolgram div.instagram_icon img {
  width: 29px;
  height: 29px;
}
#footer .fbody .logo .schoolgram div.schooldays {
  float: left;
  padding: 15px 0;
}
#footer .fbody .address {
  text-align: center;
  font-size: 12px;
  line-height: 2;
}
@media print, screen and (min-width: 980px) {
  #footer .fbody .address {
    margin-top: 160px;
  }
}
@media screen and (max-width: 979px) {
  #footer .fbody .address {
    margin-top: 8.5px;
  }
}
#footer .fbody .address .school {
  text-align: center;
}
@media print, screen and (min-width: 980px) {
  #footer .fbody .address .school {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 979px) {
  #footer .fbody .address .school {
    margin-bottom: 20px;
  }
}
#footer .fbody .address .school a img {
  width: 337px;
}
@media screen and (max-width: 979px) {
  #footer .fbody .address .school a img {
    width: 70%;
    max-width: 320px;
  }
}
#footer .fbody .address div.address_bottom {
  font-size: 13px;
}
@media screen and (max-width: 979px) {
  #footer .fbody .address div.address_bottom {
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  #footer .fbody .address div.address_bottom {
    font-size: 12px;
  }
}
#footer .fbody .address a.tel {
  color: #333;
  text-decoration: none;
}
#footer .fbody .copyright {
  text-align: center;
  font-size: 10px;
  line-height: 14.5px;
  color: #666;
}
@media print, screen and (min-width: 980px) {
  #footer .fbody .copyright {
    margin-top: 46px;
  }
  #footer .fbody .copyright br {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  #footer .fbody .copyright {
    margin-top: 18.5px;
  }
}
@media print, screen and (min-width: 980px) {
  #sp-menu {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  #sp-menu {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50px;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    overflow-y: scroll;
    max-height: 100vh;
    max-height: 100dvh;
  }
  #sp-menu a {
    display: block;
    color: #000;
    text-decoration: none;
  }
  #sp-menu a:hover {
    text-decoration: underline;
  }
  #sp-menu h1 {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
  }
  #sp-menu h1 a {
    padding: 5px 35px;
  }
  #sp-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #sp-menu ul.depth1 {
    border-bottom: 1px solid #fff;
  }
  #sp-menu li {
    border-top: 1px solid #fff;
  }
  #sp-menu li.depth1 > a {
    padding: 5px 35px;
    background-color: #8a8a8a;
    color: #fff;
  }
  #sp-menu li.depth1.active > a {
    background-color: #000;
  }
  #sp-menu li.depth1.active li.active a {
    background-color: #4d4d4d;
    color: #fff;
  }
  #sp-menu li.depth2 > a {
    padding: 5px 35px;
  }
}
/*# sourceMappingURL=./common2020.css.map */