 @charset "UTF-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  color:  #000000;
  line-height: 1;
  background-image: url(../images/bg_non.png);
  background-repeat: repeat;
}

img {
  max-width: 100%;
}

@media (min-width: 760px) {
/*==================
　ヘッダー　ここから
==================　*/
.header {
  top: 0;
  left: 0;
  right: 0;
  height: 14vh;
  position: fixed;
  z-index: 10;
}

.h-inner {
  padding: 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f6a8ff;
  box-shadow: 0px 3px 4px -2px gray;
}

#menu__toggle  {
  display: none;
}

.h-logo {
  display: block;
  width: 270px;
}

nav {
  align-items: center;
}

.site-menu ul {
  display: flex;
  font-family: "Noto Sans JP";
}


.site-menu ul li {
  margin-left: 30px;
  margin-right: 20px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 3px gray;
}



/*================
　メインここから
================*/

main {
  padding-top: 15vh;
}

h2 {
  font-size: 30px;
  display: inline-block;
  width: 450px;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  padding-bottom: 8px;
  border-bottom: 1px solid;
  color: #333;
}

h2:before {
  position: absolute;
  bottom: -0.3rem;
  left: 1rem;
  right: -1rem;
  border-bottom: 1px solid;
  content: '';
}

/*   school.html    */

.m-school-ttl {
  margin-top: 120px;
  padding: 10px 110px;
}

.m-school-ttl h3 {
  text-align: center;
  margin: 10px auto;
  font-size: 24px;
}
.m-school-text {
  padding: 10px;
  margin: 0 20px;
}

.m-school-text p {
  padding: 10px;
  line-height: 2;
}

.m-school-img {
  position: absolute;
  width: 600px;
  top: 10vh;
  left: 40%;
  transform: rotate(5deg);
  z-index: -2;
}

.m-s-wrap {
  display: flex;
  margin: 0 80px;
  justify-content: space-evenly;
}

.m-s-img img {
  border-radius: 30px;
  border: 8px solid #ffffff;
  margin-bottom: 20px;
  display: block;
  max-width: 400px;
}

.m-s-info {
  flex-basis: 50%;
  padding: 15px;
}

.m-s-img {
  flex-basis: 40%;
}

.note {
  width: 10px;
  margin-right: 10px;
  align-items: center;
}

.m-s-info h4 , .m-s-event h4 {
  font-size: 24px;
  text-align: center;
  border-top: 3px solid #f6a8ff;
  border-bottom: 3px solid #f6a8ff;
  padding: 10px 0;
  margin: 0 10px;
}

.m-s-time {
  padding: 10px 20px;
  margin: 40px auto 0 auto;
}

.m-s-lesson {
  padding: 10px 20px;
  margin-left: 25%;
}

.m-s-info p  {
  font-family: "Noto Sans JP";
  padding: 10px;
  text-align: center;
}

.m-s-time td, .m-s-lesson td {
  text-align: right;
  font-family: "Noto Sans JP";
  padding: 5px 10px 10px 10px;
}

.m-s-l-ttl {
  color: #f6a8ff;
  font-weight: bold;
  font-size: 22px;
  margin-top: 30px;
}

.m-s-info-text {
  text-align: center; 
}

.m-s-event {
  margin: 0 80px;
  justify-content: center;
}

.m-s-event dl {
  padding: 20px;
}

.m-s-event dt {
  text-align: center;
  margin: 30px auto 20px auto;
  font-size: 22px;
  font-weight: bold;
}

.m-s-event dd {
  font-family: "Noto Sans JP";
  line-height: 2;
  display: flex;
  justify-content: center;
}

.m-s-event-btn {
  background-image: url(../images/btn.png);
  background-repeat: no-repeat;
  font-family: "Noto Sans JP";
  display: block;
  width: 180px;
  padding: 10px;
  text-align: center;
  margin: 80px auto 100px auto;
  box-shadow: 5px 5px 7px -3px rgba(0,0,0,0.4);
}

.m-s-event img {
  position: absolute;
  z-index: -2;
  top: 1500px;
  right: 250px;
  width: 800px;
}

h5 {
  font-size: 24px;
  margin-bottom: 20px;
}

.m-s-profile {
  display: flex;
  padding: 10px;
  margin: 60px 90px;
  background: #DBB3E5;
}

.inner-box {
  display: flex;
  background: #DBB3E5;
  border-radius: 8px;
  border: 0.5px solid #f7f7f5;
}

.inner-box img {
  display: block;
  object-fit: contain;
}

.inner-box div {
  margin-top: 20px;
  padding: 40px;
  width: 60%;
}

.m-s-profile p {
  margin-top: 15px;
  line-height: 1.5;
}

/*   event.html  ここから   */

.m-score {
  position: absolute;
  z-index: -1;
  top: 10vh;
  left: -10vw;
  width: 70%;
  transform: rotate(-10deg);
}

.m-e-wrap {
  margin-top: 120px;
  padding: 0px 80px;
}

.m-e-wrap h3 {
  font-size: 26px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  background-image: url(../images/btn.png);
  background-repeat: repeat-x;
}

.m-e-recital {
  position: relative;
  margin: 20px 0px;
  padding: 15px;
  background: #f7f7f5;
  z-index: -2;
}

.m-e-recital-inner {
  position: relative;
  background: #f7f7f5;
  border-radius: 15px;
  border: 2px solid #f6a8ff;
  z-index: -1;
  padding: 0 15px;
}
.m-e-recital-text {
  display: flex;
  padding: 40px 40px 20px 40px;
  margin: 0 30px;
  align-items: flex-end;
}

.m-e-recital-text h4 {
  font-size: 24px;
  flex-basis: 30%;
}

.m-e-date {
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 500;
  flex-basis: 15%;
  margin-right: auto;
}

.m-e-place {
  flex-basis: 50%;
  font-family: "Noto Sans JP";
  margin-left: auto;
}

.m-e-img-large {
  display: flex;
  justify-content: space-evenly;
}

.m-e-img-large img {
  width: 35vw;
  border-radius: 30px;
}

.m-e-img-small {
  display: flex;
  justify-content: space-evenly;
}

.m-e-img-small img {
  width: 23vw;
  border-radius: 30px;
  margin: 10px 2px 0px 2px;  
}

.m-e-img-text {
  padding: 20px;
  margin: 10px 40px;
  line-height: 1.5;
}

.m-e-score {
  position: absolute;
  z-index: -3;
  top: 1650px;
  left: 600px;
  width: 50%;
  transform: rotate(-10deg);
}

/*　　contact.html　ここから　　*/
.m-contact {
  width: 800px;
  max-width: 90%;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP";
}


.form-area {
  padding: 0 20px 0 70px;
  display: flex;
  flex-wrap: wrap;
}

.form-area dt {
  width: 280px;
  padding: 15px 0;
  line-height: 1.5;
  text-align: left;
}

.form-area dd {
  width: calc(100% - 300px);
  padding: 15px 0;
}

.input-text {
  width: 100%;
  max-width: 500px;
  height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  border: 0.8px solid;
}

.form-area-age {
  display: flex;
}

.radio-button {
  margin-left: 10px;
}

.radio-button input {
  margin-right: 8px;
}

.form-inner {
  padding: 0 20px 0 70px;
}

.form-inner dt {
  padding: 15px 0;
  line-height: 1.5;
  text-align: left;
}

.form-inner dd {
  padding: 15px 0;
  margin-left: 200px;
  display: flex;
  align-items: center;
}

.input-text {
  margin-left: 10px;
  font-family: "Noto Sans JP";
}

.message {
  width: 100%;
  height: 160px;
  padding: 10px;
  line-height: 1.5;
  border-radius: 5px;
  border: 0.8px solid;
}

.submit-button {
  display: block;
  margin: 20px auto;
  padding: 10px 70px 10px 100px;
  background-image: url(../images/btn.png);
  background-repeat: repeat-x;
  border-radius: 20px;
  border: none;
  font-size: 18px;
  letter-spacing: 2em;
  box-shadow: 5px 5px 7px -3px rgba(0,0,0,0.4);
}

.send-message {
  margin-top: 250px;
  text-align: center;
  font-family: 'Noto Serif JP';
  position: relative;
  z-index: 2;
}

 
/*=================
   フッターここから　
==================*/
.footer {
  padding: 0 0 40px 0;
  display: flex;
  flex-direction: column;
}
.f-score {
  position: relative;
  top: -120px;
  left: -20px;
  width: 40%;
  transform: rotate(-10deg);
}
.copyright {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

}
/*=======================
　レスポンシブデザインここから
=========================*/
@media (max-width: 759px) {

  /*=======　ヘッダー　=======*/

  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 10;
  }

  .h-inner {
    padding: 0 20px 0 20px;
    height: 100%;
    background-color: #f6a8ff;
    box-shadow: 0px 3px 4px -2px gray;
  }

  .h-logo img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 250px;
  }

  .site-menu {
    position: absolute;
    left: 90%;
    top: 10px;
  }

  /*ハンバーガーメニュー*/

  .h-site-menu nav {
    display: inline;
  }

  .menu__box {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 15em;
    margin: -600px 0 0 0;
    padding: 2em 0;
    text-align: center;
    background-color: #736E62;
    opacity: 0.9;
    box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition-duration: 0.5s;
  }

  .menu__item {
    display: flex;
    flex-direction: column;
    margin: 5px 0;
    font-family: sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
  }

  .menu__item {
    padding: 12px 24px;
    color: #ffffff;
    font-size: 18px;
    transition-duration: 0.5s;
  }

  .menu__item img {
    width: 32px;
    display: block;
    margin: 0 auto;
  }

  .menu__item:hover {
    background-color: #4f5464;
  }

  #menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
    background: #ffffff;
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
    background: #ffffff;
  }
  #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
    margin: 0;
  }

  .menu__btn {
    transition-duration: 0.25s;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    bottom: 2px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 2;
  }

  .menu__btn span {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
  }

  .menu__btn span::before {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    content: "";
    top: -8px;
    transition-duration: 0.25s;
  }

  .menu__btn span::after {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    content: "";
    top: 8px;
    transition-duration: 0.25s;
  }
  /*ハンバーガーメニュー終わり*/

/* school.html */

main {
  padding-top: 85px;
}

h2 {
  font-size: 24px;
  display: inline-block;
  width: 260px;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  color: #333;
}

h2:before {
  position: absolute;
  bottom: -0.3rem;
  left: 1rem;
  right: -1rem;
  border-bottom: 1px solid;
  content: '';
}

.m-school-ttl,.m-s-wrap,.m-s-event {
  padding: 10px 15px;
}

.m-school-ttl h3 {
  text-align: center;
  margin: 50px 15px 15px 15px;
  font-size: 20px;
  line-height: 1.5;
}

.indention::before{
 content:"\A";
 white-space:pre;
}

.m-school-text {
  padding: 10px 15px;
  margin: 0 15px;
}

.m-school-text p {
  line-height: 2;
}

.m-school-img {
  width: 450px;
  position: absolute;
  top: 5vh;
  left: -30vw;
  transform: rotate(-5deg);
  z-index: -5;
}

.note {
  width: 10px;
  margin-right: 10px;
  align-items: center;
}

.m-s-info h4 , .m-s-event h4 {
  font-size: 20px;
  text-align: center;
  border-top: 3px solid #f6a8ff;
  border-bottom: 3px solid #f6a8ff;
  padding: 10px;
  margin: 0 50px;
}
.lesson-2 {
  display: none;
}

.m-s-wrap {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}

.m-s-img {
  display: block;
  margin: 0 10px;
  padding: 0 20px;
}

.m-s-img img {
  border-radius: 30px;
  border: 8px solid #ffffff;
  margin-bottom: 20px;
}

.m-s-time ,.m-s-lesson {
  margin: 25px auto;
}

.m-s-info p  {
  font-family: "Noto Sans JP";
  text-align: center;
  margin-bottom: 20px;
}

.m-s-time td , .m-s-lesson td {
  text-align: right;
  font-family: "Noto Sans JP";
  padding: 5px;
}

.m-s-l-ttl {
  margin-top: 10px;
  color: #f6a8ff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  position: relative;
  top: 15px;
}

.m-s-info-text {
  text-align: center;
  margin-top: 10px;
}

.m-s-event dl {
  padding: 20px;
}

.m-s-event dt {
  text-align: center;
  margin: 50px auto 20px auto;
  font-size: 22px;
  font-weight: bold;
}

.m-s-event dd {
  font-family: "Noto Sans JP";
  line-height: 2;
}

.m-s-event-btn {
  background-image: url(../images/btn.png);
  background-repeat: no-repeat;
  font-family: "Noto Sans JP";
  display: block;
  width: 180px;
  padding: 10px;
  text-align: center;
  margin: 80px auto 50px auto;
  box-shadow: 5px 5px 7px -3px rgba(0,0,0,0.4);
}
.m-s-event img {
  position: absolute;
  z-index: -5;
  top: 2630px;
  right: 90px;
  transform: rotate(-10deg);
}

h5 {
  font-size: 22px;
  margin: 20px auto;
  order: 1;
}

.m-s-profile {
  padding: 10px;
  margin: 0px 30px 60px 30px;
  background: #DBB3E5;
}

.inner-box {
  display: flex;
  flex-direction: column;
  background: #DBB3E5;
  border-radius: 8px;
  border: 0.5px solid #f7f7f5;
  padding: 0 15px 15px 15px;
}

.teacher {
  display: block;
  object-fit: contain;
  max-width: 220px;
  margin: 0 auto;
  order: 2;
}

.inner-box div{
  order: 3;
}

.inner-box p {
  margin-top: 1.3rem;
  line-height: 1.5;
}

/*   event.html  ここから   */

.m-score {
  position: absolute;
  z-index: -1;
  top: 80px;
  left: -10vw;
  width: 80%;
  transform: rotate(-8deg);
}

.m-e-wrap {
  padding: 0px 15px;
  margin-top: 80px;
}

.m-e-wrap h3 {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  background-image: url(../images/btn.png);
  background-repeat: repeat-x;
  margin-top: 30px;
}

.m-e-recital {
  position: relative;
  z-index: -2;
  margin: 10px 0px;
  padding: 15px;
  background: #f7f7f5;
}

.m-e-recital-inner {
  background: #f7f7f5;
  border-radius: 15px;
  border: 2px solid #f6a8ff;
  z-index: -1;
}
.m-e-recital-text {
  display: flex;
  flex-wrap: wrap;
  margin: 0 15px;
  padding: 10px;
}

.m-e-recital-text h4 {
  font-size: 1.2rem;
  margin: 10px;
}

.m-e-date {
  font-family: "Noto Sans JP";
  font-size: 0.9rem;
  font-weight: 500;
  margin-left: auto;
  margin-top: 15px;
}

.m-e-place {
  font-family: "Noto Sans JP";
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  margin-left: auto;
  padding-left: 50px;
}

.m-e-img-large {
  display: flex;
  flex-direction: column;
  margin: 0 25px;
}

.m-e-img-large img {
  width: 80vw;
  border-radius: 30px;
  object-fit: contain;
  padding: 3px;
}

.m-e-img-small {
  display: flex;
  justify-content: space-around;
  margin: 0 25px;
}

.m-e-img-small img {
  width: 22vw;
  border-radius: 10px;
  margin: 10px 1px 0 1px;
}

.m-e-img-text {
  padding: 10px;
  margin: 10px 25px;
  line-height: 1.5;
}

.m-e-score {
  position: absolute;
  z-index: -1;
  left: 200px;
  top: 1780px;
  width: 90%;
  transform: rotate(-30deg);
}

/*   contact.html  ここから   */
.m-contact {
  margin: 40px 20px 0 20px;
  font-family: "Noto Sans JP";
}

form {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

.form-area {
 padding: 20px 15px;
}

.form-area dt {
  text-align: left;
  line-height: 2;
}

.form-area dt .required::after {
  content: '（必須）';
  font-size: 13px;
  color: #eb4f32;
  margin-left: 3px;
}

.form-area dd {
  margin: 10px auto;
  padding: 3px 0;
}

.form-area-age {
  display: flex;
  flex-direction: column;
}

.radio-button {
  margin-left: 30px;
  padding: 10px 0;
}

.radio-button input {
  margin-right: 8px;
}

.form-inner {
  padding: 0 10px;
}

.form-inner dt {
  text-align: left;
  line-height: 1.5;
}

.form-inner dd {
  display: flex;
  margin: 10px 10px;
  font-size: 0.9rem;
  justify-content: center;
  align-items: center;
}

.input-text {
  margin-left: 10px;
  font-size: 16px;
  padding: 5px;
  width: 200px;
  font-family: "Noto Sans JP";
}

.message {
  width: 100%;
  height: 160px;
  padding: 10px;
  line-height: 1.5;
  border-radius: 5px;
  border: 0.8px solid;
}

.submit-button {
  display: block;
  margin: 10px auto;
  padding: 10px 80px 10px 100px;
  background-image: url(../images/btn.png);
  background-repeat: repeat-x;
  border-radius: 20px;
  border: none;
  font-size: 16px;
  letter-spacing: 1em;
  box-shadow: 5px 5px 7px -3px rgba(0,0,0,0.4);
}

.send-message {
  font-family: 'Noto Serif JP';
  margin: 150px 30px 0 30px;
}

/*　================
   フッターここから　
==================*/
.footer {
  padding: 0 0 10px 0;
  display: flex;
  flex-direction: column;
}

.f-score {
  position: relative;
  top: -80px;
  left: -30px;
  width: 80%;
  transform: rotate(-5deg);
  z-index: -2;
}

.copyright {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

}/*最後*/
