@charset "UTF-8";

html {
  font-size: 62.5%;
}
body {
  font-family:'Noto Sans', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  font-size: 1.4rem;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.7;
  transition: all .3s;
  text-decoration: underline;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}
.wrapper {
  max-width: 1024px;
  padding: 0 32px;
  margin: 0 auto;
}

/*-------------------------------------------
header
-------------------------------------------*/
#header .container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#header .site-title .mv-image {
  width: 100%;
  height: auto;
}
/*-------------------------------------------
contents
-------------------------------------------*/
main {
  background: #F5D1A0;
}
#contents {
  padding-top: 40px;
  text-align: center;
}
#contents .img {
  padding-bottom: 20px;
}
#contents .note {
  padding-bottom: 40px;
}
.course-list li {
  padding-bottom: 80px;
}
.course-list li img {
  box-shadow: 20px 20px 0px 0 rgb(239, 171, 63);
}
.section-title {
  font-weight: normal;
  font-size: 2.0rem;
  margin-bottom: 20px;
}
.contents-box {
  /*margin: 0 calc(50% - 50vw);*/
  width: 100%;
}

/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
  text-align: center;
  color: #000;
  background: #F5D1A0;
  padding: 40px 32px 50px 32px;
}
#footer .logo {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 16px;
}
#footer h2 {
  font-size: 4.0rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
}

#footer h2 a:hover {
  text-decoration: none;
}

#footer p {
  font-size: 1.5rem;
  color: #000
}
.privacy-policy {
  margin-top: 24px;
}

/* topへ戻る */
#to-top {
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,.5);
  border-radius: 5px;
  position: fixed;
  right: 25px;
  bottom: 25px;
}
#to-top img {
  height: auto;
  padding-top: 8px;
}
/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 900px) {
  #header .site-title {
     width: 100%; 
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding: 0 20px;
  }
  main {
    /* border-top: 8px solid #ee86ae; */
  }
  #header .site-title .mv-image {
      height: auto;
    }
  #contents {
  padding-top: 20px;
  }
  #contents .note {
    padding-bottom: 20px;
  }
  #contents p {
    text-align: justify;
    text-indent: -1em;
    padding-left: 1em;
  }
  .course-list li {
    padding-bottom: 20px;
  }
  .course-list li img {
    box-shadow: 10px 10px 0px 0 rgb(239, 171, 63);
  }
  .section-title {
    font-size: 1.7rem;
    text-align: left;
  }
  #footer {
    padding: 40px 20px 50px 20px;
  }
  #footer h2 {
    font-size: 2.8rem;
  }
  #footer p {
    font-size: 1.4rem;
  }
}

