@charset "UTF-8";

/*================================================
 * おとなコースのスタイル
 ================================================*/

#adult{
}

/* おとなコース */
div.container-adult{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    margin-top: 1em;
}

div.box{
    margin:0;
    width:45%;
    margin:0 0.5em;
}

/* 対象 */
.course_target{
    text-align:center;
}
.course_target span{
    display:inline-block;
    background-color:#0000cd;
    color:#FFFFFF;
    padding:0.25em 1em;
    border-radius: 10px;
}

/* レッスンテーブル */
#adult table.lesson{
    width:100%;
    border-collapse:collapse;
    border:1px solid #ddd;
}

#adult table.lesson caption{
    background-color:#b0e0e6;
    color:#333333;
    padding:10px;
    text-align:center;
    vertical-align:middle;
}


#adult table.lesson tr.daytime {
  background-color: lightyellow;
}
#adult table.lesson tr.daytime i{
  color:#fff100;
  background-color:#0099FF;
  padding:0.2rem;
  margin-right:0.5rem;
}


#adult table.lesson tr.nighttime {
  background-color: lightyellow;
}
#adult table.lesson tr.nighttime i{
  color:#fff100;
  background-color: #0000cd;
  padding:0.2rem;
  margin-right:0.5rem;
}

#adult table.lesson td{
    border:none;
    text-align:center;
    padding:0.25em 0;
}

/* レベルアイコン */
span.course{
    display: inline-block;
    width: 3em;
    border-radius: 4px;
    background-color:#0099FF;
    color:#FFFFFF;
    text-align:center;
    line-height: 2em;
    margin-right:0.5em;
}

span.lva{
  background-color: #009933;
}
span.lvb{
  background-color: #ff6699;
}
span.lvc{
  background-color: #0066cc;
}

span.course small{
  font-size:0.75em;
}

ul.level li{
  list-style: none;
  margin-bottom:0.25em;
  margin-left:0;
}


/* 曜日アイコン */
span.week{
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  text-align:center;
  line-height: 2em;
  color:#FFFFFF;
  background-color:#0099FF;
  font-weight:bold;
}

span.mon{
  background-color: #008000;
}
span.tue{
  background-color: #FF4500;
}
span.wed{
  background-color: #FFA500;
}
span.thu{
  background-color: #9ACD32;
}
span.fri{
  background-color: #800080;
}
span.sat{
  background-color: #0066FF;
}



/* 料金テーブル */
#adult table.fee{
    width:100%;
}
#adult table.fee th{
    background-color:#b0e0e6;
    color:#333333;
}
#adult table.fee td{
  text-align:center;
}
#adult table.fee .r{
  text-align:right;
}


/* セクション */
#adult div.sec-top{
    padding:1em;
}

#adult div.sec-top h2{
    margin:2em 0;
    text-align:center;
    border-left:none;
}

#adult div.sec-top h2 span{
    font-family: "Zen Maru Gothic", serif;
    font-size:18px;
    font-weight: 500;
    border-bottom:3px #ffa500 solid;
}

#adult div.sec-top dt{
    font-family: "Zen Maru Gothic", serif;
    font-size:18px;
    font-weight: 500;
    color:#ffa500;
}


#adult h3{
    font-family: "Zen Maru Gothic", serif;
    font-size:18px;
    font-weight: 500;
    border-bottom:none;
    text-align:center;
    background-image:url(../images/child/icon_nami.png);
    background-position:bottom;
    background-repeat:no-repeat;
    padding-bottom:0.5em;
    margin:0 0 0.5em 0;
    color:#0000cd;
}

#adult h3::before {
  content:url(../images/child/icon_yama.png);
  margin-right:1em;
}

#adult h3::after {
  content:url(../images/child/icon_yama.png);
  margin-left:1em;
}


#adult .t h3::before {
  content:none;
}

#adult .t h3::after {
  content:none;
}


#adult div.sec-adult{
    border-radius: 10px;
    padding:2em;
}
#adult div.sec-adult > .summary{
    text-align:left;
}

#adult .note{
    font-size:0.75em;
}

#adult h4{
    font-family: "Zen Maru Gothic", serif;
    font-size:18px;
    font-weight: 500;
    border-bottom:none;
    text-align:center;
    background-image:url(../images/child/icon_nami.png);
    background-position:bottom;
    background-repeat:no-repeat;
    padding-bottom:0.5em;
    margin:0 0 0.5em 0;
    color:#0000cd;
}

#adult h4:before {
    content:none;
}

/* コース */
#adult .c{
    border: 2px solid #0000cd;
}

#adult .t{
    background-color:#FFFF99;
}

#adult div.program{
    border-radius: 10px;
    padding:1em;
    border: 2px solid #b0e0e6;
}



.btn, a.btn, button.btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-c {
  position: relative;
  padding: 0.5rem 1rem 0.5rem 1rem;
  color: #fff;
  border-radius: 100vh;
  background: #668ad8;
  -webkit-box-shadow: 0 5px 0 #627295;
  box-shadow: 0 5px 0 #627295;
}

a.btn-c span {
  color: #fff100;
  font-weight:bold;
}

a.btn-c small {
  font-weight: bold;
}

a.btn-c i {
  margin-right: 0.5rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  
}




@media screen and (max-width:779px) {

  #adult div.sec-adult{
      padding:1.0em;
  }

  div.box{
      margin:0.5em 0;
      padding:0;
      width:100%;
  }

  #adult table.fee td{
      padding:0.5em;
  }

  #adult div.sec-adult > .summary{
      text-align:left;
  }

  #adult div.sec-top{
      padding:0.5em;
  }

  #adult h3::before {
    margin-right:0.5em;
  }
  
  #adult h3::after {
    margin-left:0.5em;
  }
}






.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}
