@charset "utf-8";

/* course */
#course {
  margin-top: 0;
  padding-bottom: 250px;
  border-top: 5px #000 solid;
  background: url("../../img/stripe_blue.gif");
  overflow: hidden;
}
#course h2.star-ttl {
  padding: 60px 0 0;
}
#course .item .itou {
  bottom: 0;
  right: 15px;
  width: 114px;
}
#course .item .nakatani {
  bottom: 0;
  right: -60px;
  width: 214px;
}

/* tuition */
#tuition .center {
  width: 720px;
}
#tuition .center .white-block .data {
  padding: 50px 60px 60px;
  font-size: 1em;
}
#tuition table {
  margin: 0 auto;
  border-collapse:separate;
  border-spacing:15px;
}
#tuition table tr {
  margin-bottom: 10px;
}
#tuition table th {
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 1.125em;
  background: #63caff;
}
#tuition table td {
  padding-left: 10px;
  font-size: 1.250em;
}
#tuition table .sum th {
  background: #ff3088;
} 
#tuition table .sum td {
  font-weight: bold;
}
#tuition .caution {
  font-size: 0.875em;
  text-align: center;
}
#tuition .message {
  margin-top: 40px;
  padding: 17px 30px;
  background: #e9f8ff;
  font-size: 0.875em;
}
#tuition .message li {
  margin: 13px 0;
}
#tuition .item .tono {
  bottom: -240px;
  left: -105px;
  max-width: 189px;
  z-index: 0;
}


/* curriculum */
.bg-top:before {
  z-index: 1;
}
#curriculum .center {
  width: 700px;
}
#curriculum .list {
  position: relative;
}
#curriculum .mori {
  display: block;
  position: absolute;
  top:-70px;
  right: -130px;
  top: -200px;
  right: -145px;
  width: 320px;
  z-index: 2;
}
#curriculum .itou {
  display: block;
  position: absolute;
  bottom:155px;
  right: -38px;
  z-index: 2;
}

#curriculum .data {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  font-weight: bold;
  font-size: 1.188em;
}
#curriculum table {
  width: 100%;
  background: #fff;
  text-align: left;
}
#curriculum tr:nth-child(2n) th,
#curriculum tr:nth-child(2n) td {
  background: #dff4fd;
}
#curriculum tr th {
  width: 190px;
  padding: 23px 0 23px 40px;
}
#curriculum tr .date {
  display: inline-block;
  float: right;
  width: 70px;
  line-height: 1;
  margin-top: 4px;
  padding: 8px 0;
  border-radius: 15px;
  background: #1dbcff;
  color: #fff;
  font-size: 0.789em;
  text-align: center;
}
#curriculum tr .content {
  padding-left: 20px;
  vertical-align: middle;
}
#curriculum .caution {
  margin: 25px 0 30px;
  font-size: 0.875em;
  text-align: right;
}
#curriculum .baloon {
  position: relative;
  line-height: 2;
  padding: 30px 0;
  border: 5px #fff22c solid;
  border-radius: 10px;
  background: #fff;
  font-weight: bold;
  font-size: 1.313em;
  text-align: center;
}
#curriculum .baloon:before {
  display: block;
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 20px;
  background: url("../../course/img/tale.png") no-repeat center top;
}
#curriculum .item .nakatani {
  bottom: -230px;
  left: -75px;
  max-width: 190px;
  z-index: 0;
}

/* entry */
#entry {
  padding-bottom: 50px;
}
#entry.bottom {
  padding-bottom: 80px;
}
#entry:after {
  height: calc(100% - 151px);
}


/* course-list */
.course-list .white-block {
  max-width: 860px;
  width: 100%;
  margin: 0 auto 30px;
}
.course-list .white-block .inner a {
  display: block;
  position: relative;
  line-height: 1.4;
  padding: 40px 50px 40px 100px;
  font-size: 18px;
  background: url(../../img/ribbon.gif) no-repeat 20px top / 50px auto;
}
.course-list .white-block .inner a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top:4px #000 solid;
  border-right:4px #000 solid;
}
.hover .course-list .white-block .inner a:hover {
  opacity: 0.5;
  transition: .3s;
}
.course-list .white-block .inner .icon {
  display: inline-block;
  line-height: 1.2;
  margin-left: 8px;
  padding: 5px 8px;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  vertical-align: 2px;
}
.course-list .white-block .inner .new {
  background: #ff317f;
}
.course-list .white-block .inner .now {
  background: #ffef00;
  color: #000;
}
.course-list .white-block .inner .end {
  background: #d4d4d4;
  color: #000;
}


@media all and (max-width: 812px) {
/* course */
#course {
  padding-bottom: 200px;
}
#course h2.star-ttl {
  padding: 40px 0 0;
}
#course .item.itou {
  height: 20vw;
}
#course .item .itou {
  max-width: 100px;
  width: 19vw;
}
#course .item.nakatani {
  height: 16vw;
}
#course .item .nakatani {
  right: -3vw;
  max-width: 214px;
  width: 23vw;
}


/* tuition */
#tuition .center {
  width: 90%;
}
#tuition .center .white-block .data {
  padding: 5% 7% 7%;
}
#tuition table th {
  text-align: center;
}
#tuition .message {
  margin-top: 40px;
  padding: 5%px 7%;
}
#tuition .item .tono {
  bottom: -165px;
  left: -3%;
  max-width: 130px;
}

/* curriculum */
#curriculum .center {
  width: 90%;
}
#curriculum .mori {
  width: 160px;
  height: auto;
  top: -250px;
  right: -2%;
}
#curriculum .itou {
  width: 30%;
  max-width: 140px;
  bottom:25vw;
  right: -3.5vw;
}
#curriculum .data {
  font-size: 0.938em;
}
#curriculum tr th {
  width: 140px;
  padding: 15px 0 15px 20px;
  vertical-align: middle;
}
#curriculum tr .date {
  width: 60px;
  margin-top: 1px;
}
#curriculum tr .content {
  line-height: 1.5;
  padding: 12px 20px;
}
#curriculum .baloon {
  font-size: 1.2em;
}
.br {
  display: block;
}
#curriculum .item .nakatani {
  bottom: -180px;
  left: -3%;
  max-width: 150px;
}
}


@media all and (max-width: 667px) {
/* course-list */
#course.course-list {
  padding-bottom:100px;  
}
.course-list .white-block {
  width: 100%;
}
.course-list .white-block .inner a {
  line-height: 1.4;
  padding: 25px 25px 25px 42px;
  font-size: 15px;
  background: url(../../img/ribbon.gif) no-repeat 10px top / 25px auto;
}
.course-list .white-block .inner a:after {
  right: 15px;
  width: 7px;
  height: 7px;
  border-top:3px #000 solid;
  border-right:3px #000 solid;
}
.hover .course-list .white-block .inner a:hover {
  opacity: 0.5;
  transition: .3s;
}
.course-list .white-block .inner .icon {
  padding: 2px 5px;
  font-size: 11px;
  vertical-align: 1px;
}
.course-list .white-block .inner .new {
  background: #ff317f;
}
.course-list .white-block .inner .now {
  background: #ffef00;
  color: #000;
}
}



@media all and (max-width: 480px) {
#course .item .nakatani {
  width: 30vw;
}
  
#tuition .item .tono {
  bottom: -135px;
  left: -3%;
  width: 100px;
}
  
#course h2.star-ttl {
  padding: 25px 0 0;
}
#curriculum .itou {
  bottom:50vw;
}  
#curriculum .data {
  font-size: 0.875em;
}
#curriculum tr th {
  width: 90px;
  line-height: 1;
  padding: 15px 0;
  text-align: center;
}
#curriculum tr .date {
  display: block;
  float: none;
  margin: 5px auto 0;
}
#curriculum tr .content {
  padding: 0 10px 0 5px;
  vertical-align: middle;
}
#curriculum .baloon {
  font-size: 1em;
}
#curriculum .item .nakatani {
  bottom: -150px;
  left: -3%;
  max-width: 120px;
}

#tuition table {
  border-spacing: 10px;
}  
#tuition table th {
  padding: 2px 15px;
  font-size: 0.938em;
}
#tuition table td {
  padding-left: 0;
  font-size: 1em;
}
#tuition .caution {
  text-align: left;
}
  
}


































