@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: #2e2e2e;
  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;
}
.sp {
  display:none;
  }
/*-------------------------------------------
header
-------------------------------------------*/
#header {
  background-image: url(../img/bg_header.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
#header .site-title {
  padding: 0;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/*-------------------------------------------
contents
-------------------------------------------*/
main {
  background: #d2b0ed;
}
#contents {
  padding-top: 40px;
  text-align: center;
}
#contents .img {
  padding-bottom: 20px;
}
#contents .note {
  padding-bottom: 40px;
}
.course-list li {
  padding-bottom: 40px;
}
.section-title {
  font-weight: normal;
  font-size: 2.0rem;
  margin-bottom: 20px;
  color: #2e2e2e;
}
/*-------------------------------------------
contact
-------------------------------------------*/
.contact {
  padding-bottom: 40px;
}
.contact .wrapper{
  max-width: 500px;
  margin: 0 auto;
}
.contact-ttl{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
  }
.contact-ttl::before, .contact-ttl::after {
  border-top: 1px solid;
  content: "";
  width: 24%;
}
.contact-sub-ttl{
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}
.contact p {
  text-align: center !important;
  text-indent: 0 !important;
  padding-left: 0 !important;
}
.contact .info {
  font-size: 1.5rem;
  text-align: center;
}
/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
  text-align: center;
  background: #08026f;
  color: #fff;
  padding: 40px 32px 50px 32px;
}
#footer .logo {
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 16px;
}
#footer h2 {
  /* font-size: 4.0rem; */
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
}
#footer a{
  color: #fff;
}
#footer h2 a:hover {
  text-decoration: none;
}

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

/* スマホ改行 */
.br-sp {
  display: none;
}

/* 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 {
    /* padding: 2%; */
    /* width: 85%; */
  }
}
@media screen and (max-width: 767px) {
  #header .site-title {
    /* padding-bottom: 2%; */
  }
  .wrapper {
    padding: 0 20px;
  }
  .sp {
    display:inline;
    }
  main {
    /* border-top: 8px solid #ee86ae; */
  }
  #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;
  }
  .section-title {
    font-size: 1.7rem;
    text-align: left;
  }
  #footer {
    padding: 40px 20px 50px 20px;
  }
  #footer h2 {
    /* font-size: 2.8rem; */
    font-size: 2.0rem;
  }
  #footer p {
    font-size: 1.4rem;
  }
  .br-sp {
    display: block;
}
  .contact-ttl,
  .contact-sub-ttl{
    font-size: 2.2rem;
  }
}




/* 開催日当てクイズキャンペーン */
#campaign-quiz {
  padding-top: 80px;
  border-top:2px solid #715d4f;
}
#campaign-quiz img {
  padding-bottom: 20px;
}
#campaign-quiz .note {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #campaign-quiz {
    padding-top: 40px;
    border-top:1px solid #715d4f;
    }
    #campaign-quiz img {
      padding-bottom: 10px;
    }
    #campaign-quiz .note {
      padding-bottom: 20px;
    }
    #campaign-quiz p {
      text-align: justify;
      text-indent: -1em;
      padding-left: 1em;
    }
}
