@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Comfortaa:700");


.course-detail-container {
  max-width: 980px;
  margin: 0 auto;
}

.course-item {
  width: 100%;
  margin-bottom: 50px;
}

.course-item:last-child {
  margin-bottom: 0;
}

.course-item .course-item-head {
  border-bottom: solid 1px rgba(0, 0, 0, .35);
  margin-bottom: 30px;
  padding: 10px 0 13px 0;
  position: relative;
}

.course-item .course-item-head::after {
  border-bottom: solid 5px #c06e00;
  bottom: -5px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.course-item .course-item-head p {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
}

.course-item .course-item-body {
  display: flex;
}

.course-item-body .course-item-img {
  width: 35%;
  margin-right: 35px;
}

.course-item-body .course-item-img img {
  width: 100%;
  height: auto;
}

.course-item-body .course-item-content {
  width: calc(65% - 35px);
}

.course-item-content > dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0,0,0,.2);
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.course-item-content > dl > .course-item-right {
  max-width: 120px;
  width: 100%;
  padding-right: 15px;
}

.course-item-content > dl > .course-item-left {
  width: calc(100% - 120px);
}

.course-item-content > dl > .price {
  margin-top: 5px;
}

.course-item-left span:first-of-type {
  color: #c06e00;
  font-size: 20px;
  font-weight: bold;
}

.course-item-left span:last-of-type {
  color: #c06e00;
}

.course-item-list {
  padding: 15px 20px;
  margin-bottom: 20px;
  background-color: #eaeaea;
  color: #000;
}


/* 以下スマホ表示 */
@media screen and (max-width: 767px) {

  .course-item .course-item-head {
    margin-bottom: 20px;
  }

  .course-item .course-item-head p {
    font-size: 16px;
  }

  .course-item .course-item-body {
    flex-direction: column;
  }

  .course-item-body .course-item-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .course-item-body .course-item-content {
    width: 100%;
  }

  .course-item-list {
    padding: 10px 15px;
    margin-bottom: 10px;
  }

}


/* 共通・PC用 */
table.menulist {
  width: 98%;
  border-spacing: 0;
  margin: 0px auto 50px;
}
table.menulist th {
  border-bottom: 1px dotted #d2d2d2;
  padding: 30px 10px 10px 0;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
table.menulist td {
  border-bottom: 1px dotted #d2d2d2;
  padding: 30px 0 10px;
  text-align: right;
  width: 24%;
  font-weight: bold;
  font-size: 16px;
}
table.menulist th span {
  font-size: 85%;
  display: block;
  font-weight: normal;
}
table.menulist td span {
  font-size: 70%;
}
table.menulist figure {
  text-align: left;
}

/* 小見出し */
.menu_ttl {
  border-bottom: solid 1px rgba(0,0,0,0.35);
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 30px;
  padding: 10px 0 13px 0;
  position: relative;
}
.menu_ttl:after {
  border-bottom: solid 5px #c4bcab;
  bottom: -5px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

/* PC用 */
@media screen and (min-width: 768px) {
table.menulist tr {
  position:relative;
}
table.menulist figure {
  display: inline-block;
  padding: 0 2rem 1rem 0;
  vertical-align: middle;
}
table.menulist figure img {
  width: 150px;
}
}
/* スマホ用 */
@media screen and (max-width: 767px) {
  table.menulist {
    width: 100%;
  }
  table.menulist th {
    display: block;
    width: 100%;
    padding: 10px 10px 0 0;
    border-bottom: none;  
  }
  table.menulist th.botborder {
    border-bottom: solid 1px #ddd;
    margin: 10px 0 10px;
    padding: 5px 0 15px;
  }
  table.menulist td {
    display: block;
    width: 100%;
    padding: 0 10px 10px 0;
  }
}

