@charset "UTF-8";
/*-------------------------------------------------------------------------
	ピアノ21
	Style Sheet for Common Setting
	Date: 2025-07
	Update: 
  Version: 1.0
	All content panda-project.
-------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

body {
  margin-right: 8px;
  margin-left: 8px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

section {
  margin-bottom: 2rem;
}

h3 {
  font-size: 16px;
}

p {
  font-size: 14px;
}

img {
  width: 100%;
}

li {
  list-style-type: none;
}

.type01 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .type01 {
    font-size: 18px;
    margin-bottom: 3rem;
  }
}

.type02 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

.hero {
  margin: auto;
  margin-bottom: 10rem;
}
@media (min-width: 768px) {
  .hero {
    margin-bottom: 6rem;
  }
}
.hero .hero-img {
  background-image: url(/img/new-main.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .hero .hero-img {
    background-attachment: fixed;
    height: 500px;
    position: relative;
  }
}
.hero .hero-img img {
  position: relative;
  top: 110px;
  width: 300px;
  display: block;
  margin: auto;
}
@media (min-width: 520px) {
  .hero .hero-img img {
    margin-right: 0;
    margin-left: auto;
    top: 150px;
  }
}
@media (min-width: 768px) {
  .hero .hero-img img {
    top: 256px;
    left: -10px;
    width: 360px;
  }
}
.hero .hero-img .comn-kids {
  position: absolute;
  top: 5px;
}
.hero .hero-img .comn-kids a {
  display: block;
  width: 320px;
  height: 100px;
  background-image: url(/img/come-on-kids@2x.png);
  background-size: cover;
}
.hero .hero-img .comn-kids a:hover {
  background-image: url(/img/come-on-kids_under@2x.png);
  width: 320px;
  height: 90px;
}
.hero .hero-img .comn-kids img {
  width: 320px;
}
@media (min-width: 520px) {
  .hero .hero-img .comn-kids {
    left: 20px;
  }
  .hero .hero-img .comn-kids a {
    width: 400px;
    height: 123px;
  }
  .hero .hero-img .comn-kids a:hover {
    background-image: url(/img/come-on-kids_under@2x.png);
    width: 433px;
    height: 117px;
  }
  .hero .hero-img .comn-kids img {
    width: 360px;
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .hero .hero-img .comn-kids {
    top: 35px;
    left: 30px;
  }
  .hero .hero-img .comn-kids img {
    margin-left: 80px;
  }
}
@media (min-width: 1024px) {
  .hero .hero-img .comn-kids img {
    width: 500px;
  }
}

.wrapper {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .wrapper {
    margin: auto;
    width: 760px;
  }
}
.wrapper .guidance {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .wrapper .guidance {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.wrapper .guidance_img {
  flex-shrink: 0;
  width: 144px;
}
@media (min-width: 768px) {
  .wrapper .guidance_img {
    width: 260px;
  }
}
.wrapper .guidance_box {
  padding-top: 6rem;
}
.wrapper .ico_guidance {
  display: none;
}
@media (min-width: 768px) {
  .wrapper .ico_guidance {
    display: inline-block;
    width: 60px;
    float: left;
    margin-right: 1rem;
  }
}
.wrapper .guidance_box_layout76 h2 {
  font-size: 14px;
}
.wrapper .guidance_box_layout76 p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .wrapper .guidance_box_layout76 {
    position: relative;
    right: -321px;
    width: 436px;
    display: block;
    top: -110px;
    margin-bottom: -110px;
  }
}
.wrapper .guidance_box_layout76 .icon_layout76 {
  display: none;
}
@media (min-width: 768px) {
  .wrapper .guidance_box_layout76 .icon_layout76 {
    width: 128px;
    height: 67px;
    display: block;
    margin-left: auto;
    position: relative;
    top: -40px;
    right: 30px;
  }
}

.school {
  margin-bottom: 3rem;
}
.school .school_info {
  width: 260px;
  margin: auto;
  margin-bottom: 1rem;
}
.school .info-address {
  width: 180px;
  margin: auto;
  position: relative;
  left: -12px;
  margin-bottom: 1.5rem;
}
.school h3 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .school .info-nemu1024 {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.school .info-nemu {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .school .info-nemu {
    border-bottom: #76c8cc 1px solid;
    margin-bottom: 3rem;
  }
}
.school .info-nemu .school_info-nemu {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.school .info-nemu .school_info-nemu::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 26px;
  background-image: url(/img/ico_info-nemu@2x.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 6px;
  left: -10px;
}
.school .type02::before {
  content: "♪";
  color: #76c8cc;
  font-size: 34px;
  display: block;
  position: relative;
  left: -6px;
  float: left;
  top: -22px;
}
.school .type02 small {
  display: block;
}
.school .type02.minus34 {
  margin-bottom: -34px;
}
.school hr {
  display: block;
  width: 200px;
  margin: auto;
  margin-bottom: 1.5rem;
  border-bottom: #76c8cc 1px solid;
}
@media (min-width: 768px) {
  .school hr {
    display: none;
  }
}
.school .join {
  background-color: #f3b3cf;
  padding: 10px;
  border-radius: 12px;
  width: 260px;
  margin: auto;
}
.school .join:hover {
  background-color: #edccda;
}
.school .repletion {
  display: block;
  text-align: center;
}

.teacher .teacher_info {
  width: 260px;
  margin: auto;
  margin-bottom: 1rem;
}
.teacher .teacher_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .teacher .teacher_box {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    -moz-column-gap: 20PX;
         column-gap: 20PX;
  }
}
.teacher .teacher_box .teacher_img {
  width: 200px;
}
.teacher .teacher_box .teacher_career p:last-of-type {
  margin-bottom: 1rem;
}

footer {
  border-top: #76c8cc 1px solid;
  padding-bottom: 1rem;
}
footer .site_logo {
  margin-top: 2rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 768px) {
  footer .site_logo {
    flex-direction: row;
    justify-content: flex-end;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
footer .site_logo .address {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  footer .site_logo .address {
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 0;
  }
}
footer .site_logo .address .address_img {
  width: 260px;
}
footer .site_logo .address .mail_img {
  width: 60px;
}
footer .site_logo .site_image {
  width: 200px;
}/*# sourceMappingURL=style.css.map */