@charset "UTF-8";
/* CSS Document */
body {
  background-image: radial-gradient(rgba(230, 241, 232, 0.5), rgba(230, 241, 232));
  text-align: left;
  letter-spacing: 0.1em;
}
.section-top__img {
  background-image: url("../assets/materials-assets/class-top-img.png");
  background-color: gray;
  background-position: 10% 0%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  margin-bottom: 30px;
  opacity: 0.8;
}
.section-top__title {
  width: 165px;
  position: absolute;
  top: 20%;
  left: 10%;
  filter: drop-shadow(0 0 0.6rem #333);
}
@media(min-width:480px) {
  .section-top__img {
    height: 65vh;
    margin-bottom: 50px;
  }
  .section-top__title {
    width: 200px;
  }
}
/*nav*/
.section-top span {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 10%;
  margin: 20px auto 30px 20px;
}
.section-top h3 {
  position: relative;
  background: rgb(217, 230, 232, 0.8);
  text-decoration-line: none;
  padding: 0.5rem 1.5rem calc(1rem + 5px);
  margin: 20px;
  padding-left: 8px;
}
.section-top h3:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 0.3px solid #333;
  pointer-events: none;
}
.section-top a {
  text-decoration: none;
  color: #333;
  font-size: 1.3rem;
  padding: 0.5rem 1.5rem calc(1rem + 5px);
}
@media(min-width:1160px) {
  .text-wrapper {
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-top span {
    display: flex;
    margin: 30px auto 30px 30px;
  }
}
/*スケジュール*/
/*タイトル*/
/*https://kirari-yums.net/post-6388/*/
.title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin: 20px auto;
}
.title span {
  text-align: center;
}
.title:before {
  position: absolute;
  margin-left: -280px;
  content: url("../assets/Illust/leaf_line.png");
  transform: scale(0.08)
}
.title:after {
  position: absolute;
  margin-right: -280px;
  content: url("../assets/Illust/leaf_line.png");
  transform: scale(0.08);
}
/*テキスト*/
.line {
  border-top: 1px solid #8c8b8b;
  margin: 50px 10px;
}
.section-schedule {
  justify-content: center;
}
.section-schedule__description, .section-special__description {
  background-color: #fafafa;
  text-align: left;
  padding: 35px 25px;
  margin-bottom: 30px;
}
.section-schedule__icon {
  position: absolute;
  top: -30px;
  left: -10px;
  width: 40px;
}
/*リンク*/
.section-schedule__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 10px auto;
  width: 340px;
  font-weight: 600;
  background: rgb(217, 230, 232, 0.8);
  transition: 0.3s;
  margin-bottom: 60px;
}
.section-schedule__button a {
  text-decoration: none;
  color: #333;
  padding: 0.5em 1.5em;
}
.section-schedule__button a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 2px;
  background-color: #bbbbbb;
  transition: 0.2s ease 0s;
}
.section-schedule__button a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: #bbbbbb;
  transition: 0.2s ease 0.2s;
}
.section-schedule__button a:hover::before {
  width: 0%;
}
.section-schedule__button a:hover::after {
  height: 0%;
}
.section-schedule__button a:hover {
  text-decoration: none;
  background-color: #a0c4d3;
}
/*レギュラークラス*/
#regular-link {
  margin-bottom: -40px;
}
.section-regular li {
  list-style: none;
  background-color: #fafafa;
  margin: 65px 0px;
  padding: 20px;
  padding-top: 60px;
  position: relative;
}
.section-regular img {
  position: absolute;
  top: -60px;
  right: 7px;
  width: 100px;
}
.section-regular__description h3, .section-special h3 {
  margin-bottom: 20px;
}
.section-regular__description {
  margin-bottom: 30px;
}
/*特別クラス*/
.section-special__description span {
  text-align: left;
}
.fee {
  display: flex;
  text-align: left;
}
.line-fee {
  margin-left: 20px
}
.fee li {
  list-style: none;
  margin-left: 20px
}