@charset "UTF-8";
/* CSS Document */
section .comment {
  margin-left: 24px;
}
section {
  margin-bottom: 40px;
}
section>img{
  margin-bottom: 1em;
}
.reservation {
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--menu_color);
  padding: 0px 4px;
  font-size: 12px;
}
section > ul > li {
  background-color: #fff;
  border: 1px solid var(--black);
  border-left: none;
  border-radius: var(--right);
  width: calc(100% - 40px);
  margin-bottom: 40px;
  padding: 1em 24px;
}
section >ul>li>ul> li:not(:first-of-type){
  margin-top: 1em;
}
h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
hr {
  flex: 1;
  margin: 0 1em;
  border-color: var(--menu_color);
  opacity: 0.5;
}
.course-menu li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--menu_color);
  border-radius: var(--circle);
  margin-right: 4px;
}
section > div{
  padding: 1em 24px;
}