@charset "utf-8";

html {
  font-size: 18px;
  /* background-color: antiquewhite; */
}

body {
  /* background-color: #EFE9DE;  */
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Rampart One', cursive;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #827F7C;
}

#wrapper {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
}

/* 上に戻るボタン */
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: .3s;
  color: #FFC7C7;
  background: #fff;
  z-index: 100;
  font-weight: 900;
  border: #FFC7C7 solid 2px;

  /*   デフォルトは非表示 */
  opacity: 0;
}
.pagetop:hover {
  background-color: #FFC7C7;
  color: #fff;
  font-weight: bold;
}
/* 上に戻るボタン終わり */

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

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

header p {
  font-weight: bolder;
  font-size: 1.5625rem;
  text-align: right;
  margin-bottom: 10px;
}

#top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 10px 10px 0px 10px;
}

#top h1 img {
  /* color: #FFC7C7; */
  max-width: 40%;
  /* margin-left: 3.125rem; */
}

.HERO {
  max-width: 1280px;
  height: 690px;
  margin: 0 auto;
  padding: 0 10px;
}

.hero00 {
  display: inline-block;
}

.hero02 {
  display: none;
}

/* ナビゲーション--------------------------------------------------------------------------- */
.navi nav ul {
  display: flex;
  justify-content: space-between;
  padding: 0px 40px;
  gap: 1.25rem;
}

.navi nav ul li {
  white-space: nowrap;
  /* border: #545352 1px solid; */
  font-size: 23px;
}

.navi nav ul li a:hover {
  /* color: #e9311a; */
  font-weight: bold;
}

header {
  position: relative;
}

.pc-menu_nav01 {
  position: absolute;
  top: 21%;
  right: 5%;
}

.pc-menu_nav02 {
  position: absolute;
  top: 37%;
  right: 10%;
}

.pc-menu_nav03 {
  position: absolute;
  top: 54%;
  right: 11%;
}

.pc-menu_nav05 {
  position: absolute;
  top: 72%;
  right: 12%;
}

/* -------------------------------------------------------------------------------------------------- */
.tel {
  border: #FFDADE 4px solid;
  padding: 6px;
  border-radius: 5px;
  font-size: 19px;
  /* background-color: #FFC7C7; */
  color: #FFF;
}

/* ------------------------------------------------------------------------------------------------------------------- */
/* ボタンーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
  /* font-size: 1.6rem; */
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-malformation {
  /* font-size: 2rem; */

  padding: 1.2rem 2rem;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #FFC7C7;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

/*ハンバーガーボタン */
header ul.sp-menu {
  padding-top: 4rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s linear;
}

header ul.sp-menu.is-active {
  pointer-events: auto;
  opacity: 1;
}
/*ハンバーガーボタン終わり*/

/* メインぺージ--------------------------------------------------------------------------- */
main {
  padding: 0 40px;
  margin-top: 20px;
}

#section01,
#section02,
#section03,
#section04 {
  margin-bottom: 50px;
}

section h2 {
  color: #FFC7C7;
  /* text-align: center; */
  padding-bottom: 10px;
  border-bottom: #FFC7C7 4px double;
  text-align: center;
}

section h3 {
  color: #FFC7C7;
  /* text-align: center; */
  padding-bottom: 10px;
  border-bottom: #FFC7C7 4px double;
  text-align: center;
}


/* ぴゅーなピアノ教室について--------------------------------------------------------------------------- */
.about {
  margin-top: 20px;
}

.about01 {
  max-width: 880px;
  margin: 0 auto;
  font-size: 25px;
}

.list01,
.list02,
.list03 {
  padding: 10px 0px 10px 10px;
  /*内側の余白*/
  padding: 0.2em 0.5em;
  margin: 2em 0;
  color: #565656;
  background: #ffeaea;
  box-shadow: 0px 0px 0px 10px #ffeaea;
  border: dashed 2px #ffc3c3;
  border-radius: 8px;
}

.list01::before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  width: 60px;
  /*画像の幅*/
  height: 60px;
  /*画像の高さ*/
  background-image: url(../img/moji-01.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

.list01::after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  width: 130px;
  /*画像の幅*/
  height: 80px;
  /*画像の高さ*/
  background-image: url(../img/moji-001.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 13%;
}

.list02::before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  width: 50px;
  /*画像の幅*/
  height: 50px;
  /*画像の高さ*/
  background-image: url(../img/moji-02.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

.list02::after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  width: 110px;
  /*画像の幅*/
  height: 80px;
  /*画像の高さ*/
  background-image: url(../img/moji-002.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 9%;
}

.list03::before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  width: 60px;
  /*画像の幅*/
  height: 60px;
  /*画像の高さ*/
  background-image: url(../img/moji-04.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

.list03::after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  width: 100px;
  /*画像の幅*/
  height: 70px;
  /*画像の高さ*/
  background-image: url(../img/moji-004.png);
  background-size: contain;
  vertical-align: middle;
}

.br-sp {
  display: none;
}

/* 講師紹介--------------------------------------------------------------------------- */

.teacher {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  /* align-items: center; */
  flex-direction: row-reverse;
}

.teacherLeft {
  width: 300px;
  height: 280px;
  border-radius: 20px;
  background-color: #FFC7C7;
  margin-top: 20px;
}

.teacherRight {
  width: 70%;
}

.teachername {
  font-size: 20px;
  font-weight: bold;
}

.Biography {
  margin-top: 20px;
  padding: 10px 0px 10px 10px;
  /*内側の余白*/
  padding: 0.5em 0.5em;
  margin: 2em 0;
  color: #565656;
  background: #ffeaea;
  box-shadow: 0px 0px 0px 10px #ffeaea;
  border: dashed 2px #ffc3c3;
  border-radius: 8px;
}

.Biography_name {
  font-size: 21px;
  margin-bottom: 10px;
}

.Biography_li {
  margin-top: 10px;
}



.tictok-block {
  margin: 2rem auto;
  max-width: 92%;
  text-align: center;
}

/* 料金--------------------------------------------------------------------------- */
#section03 {
  margin-top: -40px;
}

.lesson_schedule {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

.lesson_Left {
  width: 10%;
}

.lesson_Right {
  width: 87%;
}

.table000,
.table001,
.table002 {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: 21px;
  font-weight: bolder;
  text-align: left;
  border: #FFF 6px solid;
  color: #FFF;
  background-color: #ffc3c3 !important;
}


/* ------------------------------------------------------------------------------------------------------ */
.table000 th,
.table000 td {
  border: 6px solid #FFF;
}


.table000 td {
  padding: 10px;
}


/* ------------------------------------------------------------------------------------------------------ */
.table001 {
  margin-top: 0px;
}

.table001 th,
.table001 td {
  border: 6px solid #FFF;
}


.table001 td {
  padding: 10px;
}

.td00102 {
  width: 365px;
}

.td00103 {
  width: 284px;
}

/* ------------------------------------------------------------------------------------------------------------- */

.table002 {
  margin-top: 0px;
}

.table002 th,
.table002 td {
  border: 6px solid #FFF;
}


.table002 td {
  padding: 10px;
}

.td00202 {
  width: 365px;
}

.td00203 {
  width: 284px;
}

.td00204 {
  margin-top: 50px;
}

.kodomo01 {
  font-size: 26px;
  background-color: #ffeaea;
  color: #565656;
  font-weight: bolder;
}

/* ------------------------------------------------------------------------------------------------------------- */

.inquiry_overview {
  margin-top: 20px;
}

.inquiry001 {
  font-size: 20px;
  margin-top: 20px;
}
.inquiry002 {
  width: 200px;
  margin-top: 10px;
}

/* フッター -----------------------------------------------*/
.guidance {
  background-color: #ffeaea !important;
  padding: 20px;
  padding: 0.5em 0.5em;
  margin: 2em 0;
  color: #565656;
  background: #ffeaea;
  box-shadow: 0px 0px 0px 10px #ffeaea;
  border: dashed 2px #ffc3c3;
  border-radius: 8px;
}

.guidance_nav01 {
  /* width: 50%; */
  font-size: 25px;
}

.guidance_nav01 p::before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  width: 80px;
  /*画像の幅*/
  height: 80px;
  /*画像の高さ*/
  background-image: url(../img/ROGO_04.png);
  background-size: contain;
  vertical-align: middle;
  /* margin-left: 9%; */
  margin-left: 40px;
}

.guidance_nav02 {
  margin-top: 20px;
  margin-right: 30px;
}

.guidance_nav {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}

.guidance_navtext {
  display: flex;
  gap: 2rem;
}

.footersmall {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}
/* ---------------------------------------------------------------------------------------- */

/* -------------------------------------------------------レスポンシブデザイン1---------------------------------- */
@media screen and (max-width:1024px) {

  html {
    font-size: 18px;
  }

  #wrapper {
    max-width: 1024px;
  }

  /* 上に戻るボタン */
  .pagetop {
    width: 90px;
    height: 90px;
  }

  /* header p {
  font-weight: bolder;
  font-size: 1.5625rem;
  text-align: right;
  margin-bottom: 10px;
} */

  #top {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 10px 10px 0px 10px;
  }

  #top h1 img {
    max-width: 45%;
  }


  .tel {
    width: 245px;
    border: #FFDADE 2px solid;
    padding: 6px;
    padding-left: 0px;
    border-radius: 5px;
    font-size: 15px;
    color: #FFF;
  }


  .HERO {
    max-width: 1024px;
    padding: 0 10px;
  }

  .hero00 {
    display: inline-block;
  }

  .hero02 {
    display: none;
  }


  /* ナビゲーション--------------------------------------------------------------------------- */
  .navi nav ul {
    display: flex;
    justify-content: space-between;
    padding: 0px 40px;
    gap: 1rem;
  }

  .navi nav ul li {
    font-size: 18px;
  }



  .pc-menu_nav01 {
    position: absolute;
    top: 18%;
    right: 5%;
  }

  .pc-menu_nav02 {
    position: absolute;
    top: 32%;
    right: 10%;
  }

  .pc-menu_nav03 {
    position: absolute;
    top: 47%;
    right: 11%;
  }

  .pc-menu_nav05 {
    position: absolute;
    top: 62%;
    right: 12%;
  }

  /* メインぺージ--------------------------------------------------------------------------- */
  main {
    padding: 0 40px;
    margin-top: -150px;
  }

  #section01,
  #section02,
  #section03,
  #section04 {
    margin-bottom: 50px;
  }

  /* ぴゅーなピアノ教室について--------------------------------------------------------------------------- */
  .about {
    margin-top: 20px;
  }

  .about01 {

    max-width: 880px;
    margin: 0 auto;
    font-size: 19px;
  }


  .list01::before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 60px;
    /*画像の幅*/
    height: 60px;
    /*画像の高さ*/
    background-image: url(../img/moji-01.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }

  .list01::after {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 130px;
    /*画像の幅*/
    height: 80px;
    /*画像の高さ*/
    background-image: url(../img/moji-001.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 22%;
  }

  .list02::before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    background-image: url(../img/moji-02.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }

  .list02::after {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 110px;
    /*画像の幅*/
    height: 80px;
    /*画像の高さ*/
    background-image: url(../img/moji-002.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 17%;
  }

  .list03::before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 60px;
    /*画像の幅*/
    height: 60px;
    /*画像の高さ*/
    background-image: url(../img/moji-04.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }

  .list03::after {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 100px;
    /*画像の幅*/
    height: 70px;
    /*画像の高さ*/
    background-image: url(../img/moji-004.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 10.5%;
  }

  .br-sp {
    display: none;
  }



  /* 講師紹介--------------------------------------------------------------------------- */
  .teacher {
    flex-wrap: wrap;
    margin-top: 20px;
    /* align-items: center; */
    /* flex-direction: row-reverse; */
  }

  .teacherLeft {
    width: 300px;
    height: 280px;
    border-radius: 20px;
    background-color: #FFC7C7;
    margin-top: 80px;
  }

  .teacherRight {
    width: 60%;
  }

  .teachername {
    font-size: 20px;
    font-weight: bold;
  }

  .Biography {
    margin-top: 20px;
    padding: 10px 0px 10px 10px;
    /*内側の余白*/
    padding: 0.5em 0.5em;
    margin: 2em 0;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
  }

  .Biography_name {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .Biography_li {
    margin-top: 10px;
  }

  .tictok-block {
    margin: 2rem auto;
    max-width: 92%;
    text-align: center;
  }

  /* 料金--------------------------------------------------------------------------- */
  #section03 {
    margin-top: -40px;
  }

  .lesson_schedule {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .lesson_Left {
    width: 10%;
  }

  .lesson_Right {
    width: 87%;
  }

  .table000,
  .table001,
  .table002 {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    font-size: 21px;
    font-weight: bolder;
    text-align: left;
    border: #FFF 6px solid;
    color: #FFF;
    background-color: #ffc3c3 !important;
  }


  /* ------------------------------------------------------------------------------------------------------ */
  .table000 th,
  .table000 td {
    border: 6px solid #FFF;
  }


  .table000 td {
    padding: 10px;
  }

  /* ------------------------------------------------------------------------------------------------------ */
  .table001 {
    margin-top: 0px;
  }

  .table001 th,
  .table001 td {
    border: 6px solid #FFF;
  }

  .table001 td {
    padding: 10px;
  }

  .td00102 {
    width: 285px;
  }

  .td00103 {
    width: 222px;
  }

  /* ------------------------------------------------------------------------------------------------------------- */

  .table002 {
    margin-top: 0px;
  }

  .table002 th,
  .table002 td {
    border: 6px solid #FFF;
  }


  .table002 td {
    padding: 10px;
  }

  .td00202 {
    width: 285px;
  }

  .td00203 {
    width: 222px;
  }

  .td00204 {
    margin-top: 50px;
  }

  .kodomo01 {
    font-size: 26px;
    background-color: #ffeaea;
    color: #565656;
    font-weight: bolder;
  }

  /* ------------------------------------------------------------------------------------------------------------- */

  .inquiry_overview {
    margin-top: 20px;
  }

  .inquiry001 {
    font-size: 20px;
    margin-top: 20px;
  }
  .inquiry002 {
  width: 200px;
  margin-top: 10px;
}


  /* フッター -----------------------------------------------*/
  .guidance {
    background-color: #ffeaea !important;
    padding: 20px;
    padding: 0.5em 0.5em;
    margin: 2em 0;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
  }

  .guidance_nav01 {
    /* width: 50%; */
    font-size: 18px;
  }

  .guidance_nav01 p::before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 80px;
    /*画像の幅*/
    height: 80px;
    /*画像の高さ*/
    background-image: url(../img/ROGO_04.png);
    background-size: contain;
    vertical-align: middle;
    /* margin-left: 9%; */
    margin-left: 10px;
  }

  .guidance_nav02 {
    margin-top: 25px;
    margin-right: 10px;
  }

  .guidance_nav {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
  }

  .guidance_navtext {
    display: flex;
    gap: 1rem;
  }

  .footersmall {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
  }

}

/* ---------------------------------------------------- レスポンシブデザイン2*/

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

  html {
    font-size: 17px;
  }

  #wrapper {
    max-width: 820px;
  }

  /* 上に戻るボタン */
  .pagetop {
    width: 80px;
    height: 80px;
  }

  header p {
    font-weight: bolder;
    font-size: 15px;
    text-align: right;
    margin-bottom: 10px;
  }

  .HERO {
    max-width: 820px;
    height: auto;
    margin: 0 auto;
    padding: 0 10px;
  }

  .hero00 {
    display: none;
  }

  .hero02 {
    display: inline-block;
  }

  /* ナビゲーション--------------------------------------------------------------------------- */
  .navi nav ul {
    display: flex;
    padding: 0px 20px;
    border: #FFC7C7 0px dotted;
  }

  .pc-menu_nav01,
  .pc-menu_nav02,
  .pc-menu_nav03,
  .pc-menu_nav04,
  .pc-menu_nav05 {
    display: none;
  }

  /* -------------------------------------------------------------------------------------------------- */
  .tel {
    display: none;
  }
  /* ------------------------------------------------------------------------------------------------------------------- */

  /* ボタンーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }

  .btn,
  a.btn,
  button.btn {
    /* font-size: 1.6rem; */
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
  }

  a.btn-malformation {
    /* font-size: 2rem; */

    padding: 1.2rem 2rem;

    color: #fff;
    border-radius: 100% 80px / 80px 100%;
    background-color: #FFC7C7;
  }

  a.btn-malformation:hover {
    color: #fff;
    border-radius: 60% 80% / 100% 80%;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
  /*ハンバーガーボタン */
  header ul.sp-menu {
    padding-top: 4rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 35vh;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s linear;
  }

  header ul.sp-menu.is-active {
    pointer-events: auto;
    opacity: 1;
  }

  /*ハンバーガーボタン終わり*/
  /* ------------------------------------------------------------------------------------------------- */
  .ham-menu {
    display: inline-block;
    cursor: pointer;
    position: fixed;
    right: 2rem;
    top: 35px;
    z-index: 10;
    width: 2rem;
    height: 24px;
  }

  .ham-line {
    position: absolute;
    transition: 0.3s;
    width: 100%;
    height: 2px;
    background-color: #000;
  }

  .line-top {
    top: 0;
  }

  .line-middle {
    top: calc(50% - 1px);
  }

  .line-bottom {
    bottom: 0;
  }

  .ham-menu-active>.line-top {
    top: calc(30% - 1px);
    transform: rotate(45deg);
  }

  .ham-menu-active>.line-middle {
    width: 0;
    height: 0;
  }

  .ham-menu-active>.line-bottom {
    top: calc(30% - 1px);
    transform: rotate(-45deg);
  }

  /* メインぺージ--------------------------------------------------------------------------- */
  main {
    margin-top: -30px;
    padding: 0 30px;
  }

  #section01,
  #section02,
  #section03,
  #section04 {
    margin-bottom: 0px;
  }

  /* ぴゅーなピアノ教室について--------------------------------------------------------------------------- */
  #section01 {
    margin-top: 50px;
  }

  .about01 {
    max-width: 550px;
    margin: 0 auto;
    font-size: 17px;
  }

  .about01 ul li {
    margin-bottom: 30px;
  }

  .list01::before {
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    margin-right: 5px;
  }

  .list01::after {
    width: 120px;
    /*画像の幅*/
    height: 120px;
    /*画像の高さ*/
    margin-left: 38%;
    margin-top: 10px;
    margin-bottom: -20px;
  }

  .list02::before {
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    margin-right: 5px;
  }

  .list02::after {
    width: 120px;
    /*画像の幅*/
    height: 120px;
    /*画像の高さ*/
    margin-left: 38%;
    margin-top: 10px;
    margin-bottom: -20px;
  }

  .list03::before {
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    margin-right: 2px;
  }

  .list03::after {
    width: 120px;
    /*画像の幅*/
    height: 120px;
    /*画像の高さ*/
    margin-left: 38%;
    margin-top: 0px;
    margin-bottom: -20px;
  }

  /* 講師紹介--------------------------------------------------------------------------- */
  .teacher {
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .teacherLeft {
    width: 350px;
    height: 350px;
    margin: 0 auto;
    margin-bottom: 70px;
  }

  .teacherRight {
    width: 100%;
    margin: 0 auto;
  }

  .teachername {
    font-size: 18px;
    text-align: center;
    margin-top: 70px;
    font-weight: bold;
  }

  .Biography_name {
    font-size: 17px;
    font-weight: bold;
  }

  .tictok-block {
    max-width: 100%;
    margin: 0 auto;
  }

  /* 料金--------------------------------------------------------------------------- */
  #section03 {
    margin-top: 0px;
  }

  .lesson_schedule {
    flex-wrap: wrap;
    /* margin-top: 30px;
    margin-bottom: 0px; */
  }

  .lesson_Left {
    width: 20%;
    margin: 0 auto;
  }

  .lesson_Right {
    width: 100%;
    margin: 0 auto;
  }

  .table000,
  .table001,
  .table002 {
    width: 100%;
    font-size: 20px;
    border: #FFF 3px solid;
  }
  /* ------------------------------------------------------------------------------------------------------ */
  .table000 th,
  .table000 td {
    border: 3px solid #FFF;
  }

  .table000 td {
    padding: 8px;
  }

  /* ------------------------------------------------------------------------------------------------------ */
  .table001 {
    margin-top: 0px;
  }

  .table001 th,
  .table001 td {
    border: 3px solid #FFF;
  }

  .table001 td {
    padding: 10px;
  }

  .td00102 {
    width: 250px;
  }

  .td00103 {
    width: 200px;
  }

  /* ------------------------------------------------------------------------------------------------------------- */
  .table002 {
    margin-top: 0px;
  }

  .table002 th,
  .table002 td {
    border: 3px solid #FFF;
  }

  .table002 td {
    padding: 8px;
  }

  .td00202 {
    width: 250px;
  }

  .td00203 {
    width: 200px;
  }

  .td00204 {
    margin-top: 20px;
  }

  .kodomo01 {
    font-size: 20px;
    background-color: #ffeaea;
    color: #565656;
    font-weight: bolder;
  }

  /* ------------------------------------------------------------------------------------------------------------- */
  #section04 {
    margin-top: 40px;
  }

  .inquiry_overview {
    margin-top: 20px;
  }

  .inquiry001 {
    font-size: 20px;
    margin-top: 20px;
  }
    .inquiry002 {
  width: 200px;
  margin-top: 10px;
}


  /* フッター -----------------------------------------------*/
  .guidance {
    background-color: #ffeaea !important;
    padding: 20px;
    padding: 0.5em 0.5em;
    margin: 2em 0;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
  }

  .guidance_nav01 p {
    font-size: 21px;
    width: 600px;
  }

  .guidance_nav01 p::before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 80px;
    /*画像の幅*/
    height: 80px;
    /*画像の高さ*/
    background-image: url(../img/ROGO_04.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 35%;
  }

  .guidance_nav02 {
    margin-top: 25px;
    margin-right: 0px;
    margin-left: 60px;
  }

  .guidance_nav {
    flex-wrap: wrap;
    font-weight: 700;
  }

  .guidance_navtext {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .footersmall {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
  }

}

/* ---------------------------------------------------- レスポンシブデザイン2*/

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

  html {
    font-size: 12px;
  }

  #wrapper {
    max-width: 375px;
  }

  /* 上に戻るボタン */
  .pagetop {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 30px;
  }

  .pagetop:hover {
    background-color: #FFC7C7;
    color: #fff;
    font-weight: bold;
  }
  /* 上に戻るボタン終わり */

  header p {
    font-weight: bolder;
    font-size: 12px;
    text-align: right;
    margin-bottom: 10px;
  }

  #top h1 img {
    max-width: 65%;
  }

  .HERO {
    max-width: 375px;
    height: auto;
    margin: 0 auto;
    padding: 0 10px;
  }

  .hero00 {
    display: none;
  }

  .hero02 {
    display: inline-block;
  }

  /* ナビゲーション--------------------------------------------------------------------------- */
  .navi nav ul {
    display: flex;
    padding: 0px 20px;
  }

  .navi nav ul li {
    font-size: 15px;
  }

  .navi nav ul li a:hover {
    /* color: #e9311a; */
    font-weight: bold;
  }

  .pc-menu_nav02 {
    position: absolute;
    top: 32%;
    right: 10%;
  }

  .pc-menu_nav03 {
    position: absolute;
    top: 47%;
    right: 11%;
  }

  .pc-menu_nav04 {
    position: absolute;
    top: 63%;
    right: 17%;
  }

  .pc-menu_nav05 {
    position: absolute;
    top: 78%;
    right: 12%;
  }

  /* -------------------------------------------------------------------------------------------------- */
  .tel {
    display: none;
  }

  /* ------------------------------------------------------------------------------------------------------------------- */
  /* ボタンーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
  
  .btn,
  a.btn,
  button.btn {
    /* font-size: 1.6rem; */
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
  }

  a.btn-malformation {
    /* font-size: 2rem; */
    padding: 1.2rem 2rem;
    color: #fff;
    border-radius: 100% 80px / 80px 100%;
    background-color: #FFC7C7;
  }

  a.btn-malformation:hover {
    color: #fff;
    border-radius: 60% 80% / 100% 80%;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

  /*ハンバーガーボタン */
  header ul.sp-menu {
    padding-top: 4rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 50vh;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s linear;
  }

  header ul.sp-menu.is-active {
    pointer-events: auto;
    opacity: 1;
  }

  /*ハンバーガーボタン終わり*/
  /* ------------------------------------------------------------------------------------------------- */
  .ham-menu {
    display: inline-block;
    cursor: pointer;
    position: fixed;
    right: 2rem;
    top: 20px;
    z-index: 10;
    width: 2rem;
    height: 24px;
  }

  .ham-line {
    position: absolute;
    transition: 0.3s;
    width: 100%;
    height: 2px;
    background-color: #000;
  }

  .line-top {
    top: 0;
  }

  .line-middle {
    top: calc(50% - 1px);
  }

  .line-bottom {
    bottom: 0;
  }

  .ham-menu-active>.line-top {
    top: calc(30% - 1px);
    transform: rotate(45deg);
  }

  .ham-menu-active>.line-middle {
    width: 0;
    height: 0;
  }

  .ham-menu-active>.line-bottom {
    top: calc(30% - 1px);
    transform: rotate(-45deg);
  }

  /* メインぺージ--------------------------------------------------------------------------- */
  main {
    margin-top: -30px;
    padding: 0 30px;
  }

  #section01,
  #section02,
  #section03,
  #section04 {
    margin-bottom: 0px;
  }

  /* ぴゅーなピアノ教室について--------------------------------------------------------------------------- */
  .about01 {
    max-width: 320px;
    margin: 0 auto;
    font-size: 10px;
  }

  .about01 ul li {
    margin-bottom: 30px;
  }

  .list01::before {
    width: 30px;
    /*画像の幅*/
    height: 30px;
    /*画像の高さ*/
    margin-right: 5px;
  }

  .list01::after {
    width: 100px;
    /*画像の幅*/
    height: 100px;
    /*画像の高さ*/
    margin-left: 32%;
    margin-top: 10px;
    margin-bottom: -20px;
  }

  .list02::before {
    width: 30px;
    /*画像の幅*/
    height: 30px;
    /*画像の高さ*/
    margin-right: 5px;
  }

  .list02::after {
    width: 100px;
    /*画像の幅*/
    height: 100px;
    /*画像の高さ*/
    margin-left: 32%;
    margin-top: 10px;
    margin-bottom: -20px;
  }

  .list03::before {
    width: 30px;
    /*画像の幅*/
    height: 30px;
    /*画像の高さ*/
    margin-right: 2px;
  }

  .list03::after {
    width: 100px;
    /*画像の幅*/
    height: 100px;
    /*画像の高さ*/
    margin-left: 32%;
    margin-top: 0px;
    margin-bottom: -20px;
  }

  /* 講師紹介--------------------------------------------------------------------------- */
  .teacher {
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .teacherLeft {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .teacherRight {
    width: 100%;
    margin: 0 auto;
  }

  .teachername {
    font-size: 12px;
    font-weight: bold;
  }

  .Biography_name {
    font-size: 12px;
  }

  .tictok-block {
    max-width: 100%;
    margin: 0 auto;
  }

  /* 料金--------------------------------------------------------------------------- */
  #section03 {
    margin-top: 0px;
  }

  .lesson_schedule {
    flex-wrap: wrap;
    /* margin-top: 30px;
    margin-bottom: 0px; */
  }

  .lesson_Left {
    width: 30%;
    margin: 0 auto;
  }

  .lesson_Right {
    width: 100%;
    margin: 0 auto;
  }

  .table000,
  .table001,
  .table002 {
    width: 100%;
    font-size: 12px;
    border: #FFF 3px solid;
  }

  /* ------------------------------------------------------------------------------------------------------ */
  .table000 th,
  .table000 td {
    border: 3px solid #FFF;
  }

  .table000 td {
    padding: 8px;
  }

  /* ------------------------------------------------------------------------------------------------------ */
  .table001 {
    margin-top: 0px;
  }

  .table001 th,
  .table001 td {
    border: 3px solid #FFF;
  }

  .table001 td {
    padding: 10px;
  }

  .td00102 {
    width: 109px;
  }

  .td00103 {
    width: 85px;
  }

  /* ------------------------------------------------------------------------------------------------------------- */

  .table002 {
    margin-top: 0px;
  }

  .table002 th,
  .table002 td {
    border: 3px solid #FFF;
  }


  .table002 td {
    padding: 8px;
  }

  .td00202 {
    width: 109px;
  }

  .td00203 {
    width: 85px;
  }

  .td00204 {
    margin-top: 20px;
  }

  .kodomo01 {
    font-size: 13px;
    background-color: #ffeaea;
    color: #565656;
    font-weight: bolder;
  }

  /* ------------------------------------------------------------------------------------------------------------- */
  #section04 {
    margin-top: 20px;
  }

  .inquiry_overview {
    margin-top: 20px;
  }

  .inquiry001 {
    font-size: 15px;
    margin-top: 20px;
  }
    .inquiry002 {
  width: 100px;
  margin-top: 10px;
}


  /* フッター -----------------------------------------------*/
  .guidance {
    background-color: #ffeaea !important;
    padding: 20px;
    padding: 0.5em 0.5em;
    margin: 2em 0;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
  }

  .guidance_nav01 p {
    font-size: 15px;
    max-width: 250px;
  }

  .guidance_nav01 p::before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 50px;
    /*画像の幅*/
    height: 50px;
    /*画像の高さ*/
    background-image: url(../img/ROGO_04.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 20%;
  }

  .guidance_nav02 {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 40px;
  }

  .guidance_nav {
    flex-wrap: wrap;
    font-weight: 700;
  }

  .guidance_navtext {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .footersmall {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
  }

}