@charset "utf-8";
/*=====  lesson =====*/
.lesson, .studio {
  width: 100vw;
  height: auto;
  padding: 80px 20px 0;
}
.studio {
  margin-bottom: 0;
}
.lesson h3, .studio h3 {
  margin-bottom: 40px;
}
.studio h4 {
  margin-bottom: 40px;
}
.lesson_container {
  margin: 60px 0 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #eee;
}
.lesson_title {
  font-size: 1.8rem;
  font-weight: 800;
}
.lesson_description {
  padding: 40px 0;
  text-align: left;
}
.lesson_text {
  padding-left: 30px;
  text-align: left;
}
.lesson p {
  line-height: 2.4em;
  text-align: center;
}
.lesson_text-s {
  font-size: 1.2rem;
}
.lesson_price {
  font-size: 1.8rem;
  text-align: center;
}
.lesson_box1 {
  position: relative;
  width: 200px;
  height: 45px;
  padding: 0.5rem 2rem;
  background: #eeabc4;
  text-align: center;
  margin: 40px auto;
  color: #fff;
}
.lesson_box1:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #000;
}
.studio_title {
  font-size: 1.8rem;
  font-weight: 800;
}
.studio_description {
  padding: 40px 0;
  text-align: left;
}
/*　持ち物リスト　*/
.studio_box2 {
  margin-bottom: 60px;
  padding: 2em;
  border: solid 2px #ccc; 
  text-align: left;
  list-style: disc;
}
.studio_box2 ul {
  margin: 0;
}
.studio_box2 ul li {
  font-size: 1.6rem;
  border-bottom: 3px solid #eeabc4;
  display: inline;
  line-height: 30px;
}
.studio_box2 p {
  padding-bottom: 30px;
}
.lesson_img1.lesson_img2 {
  margin-bottom: 80px;
}
.lesson_img1 img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  filter: grayscale(100%);
}
.lesson_img2 img {
  width: 330px;
  height: auto;
  margin-bottom: 80px;
  object-fit: cover;
}
.lesson_img3 {
  line-height: 0;
}
.lesson_img3 img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.studio_img img {
  width: 330px;
  height: 200px;
  margin: 0;
  padding: 0;
}
.lesson_map iframe {
  width: 100%;
  height: 80%;
  filter: grayscale(100%);
}
.lesson_address {
  padding: 40px 0;
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  section.lesson {
    margin-bottom: 100px;
  }
  .lesson {
    padding: 200px 0 0;
  }
  .lesson h2 {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .lesson h3 {
    margin-bottom: 100px;
  }
  .studio h4 {
    margin-left: 250px;
  }
  .lesson_container {
    display: flex;
    width: 800px;
    margin: 0 auto 80px auto;
    justify-content: space-around;
  }
  .lesson_title {
    width: 300px;
  }
  .lesson_title p {
    line-height: 4em;
  }
  .lesson p {
    text-align: left;
  }
  .lesson_content {
    width: 500px;
  }
  .lesson_text {
    padding-left: 30px;
  }
  .lesson_box1 {
    height: 60px;
    padding: 1rem 2rem calc(1rem + 10px);
    margin: 40px 0;
    line-height: 0;
  }
  .lesson_img1.lesson_img2 {
    margin-bottom: 80px;
  }
  .lesson_img1 img {
    width: 100vw;
    height: 400px;
    margin: 150px 0 0;
  }
  .lesson_img2 img {
    width: 330px;
    height: auto;
    margin-bottom: 80px;
    object-fit: cover;
  }
  .lesson_img3 img {
    width: 100vw;
    height: 350px;
    margin: 80px 0 0;
  }
  .studio_img img {
    width: 300px;
    height: 200px;
    margin: 0;
    padding: 0 40px 0 0;
    object-fit: cover;
  }
  .studio_container1, .studio_container2 {
    display: flex;
    width: 800px;
    padding: 40px 0 40px 0;
    margin: 0 auto;
    justify-content: space-between;
  }
  .studio_container2 {
    margin: 60px auto 100px;
  }
  .studio_description {
    margin-left: 30px;
  }
  .studio_box2 {
    width: 410px;
    margin: 0 80px;
  }
  .lesson_map iframe {
    width: 350px;
    height: 300px;
    filter: grayscale(100%);
  }
  .lesson_address {
    width: 500px;
    padding: 40px 0 0 80px;
    text-align: left;
    line-height: 3em;
  }
}