


@charset "utf-8" ;

body {
    font-family:'Catamaran','Noto Sans JP','sans-serif';
    font-size:16px;
    line-height: 1.5;
    color: #2c2c2c;
    line-height: 2.0;
   
    
    }

    span.alegria {
    
        color: rgba(255, 72, 0, 0.815);
        font-size: 20px;
        font-weight: bold;
       margin: 20px;
    }
    
 
    span.bun{
      margin: 20PX;
    }
  

span.midashi  {
    font-size: 40px;
    font-weight: bolder;
    color: rgb(94, 91, 94);
    line-height: 2.0;
    margin-botton: 24px;
    position: relative;
    left: 30px;
    padding: 0.25em 0;
    
  }
  span.midashi:after {
    content: "";
    display: block;
    height: 4px;
    background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
    background: linear-gradient(to right, rgb(230, 90, 90), transparent);
    margin-bottom: 50px;
  }




h2 {
    font-size: 30px;
    font-weight: bolder;
    color: rgba(192, 32, 197, 0.973);
    line-height: 2.0;
    margin-botton: 24px;
    position: relative;
    left: 30px;
}
span.step {
    color: limegreen;
    font-size: 30px;
    font-weight: bolder;
}

h4 {
  font-size: 25px;
  font-weight: bolder;
  color: rgb(94, 91, 94);
  line-height: 2.0;
  margin-bottom: 0px;
  position:relative;
  left: 100px;
}

.setumei {
  line-height: 2.0;
  margin-bottom: 0px;
  position:relative ;
  left: 280px;
}

h5 {
  font-weight: bolder;
  color: limegreen;
  line-height: 2.0;  
  margin-bottom: 0px;
}

h6 {
  font-weight: bolder;
  color: rgb(233, 119, 43);
  line-height: 2.0;  
  margin-bottom: 0px;
  }

  .migi {
    line-height: 2.0;
  margin-bottom: 0px;
  position:relative ;
  left: 1000px;
  font-weight: bolder;
  color: rgb(233, 119, 43);
  line-height: 2.0;  
  }



#dropmenu{
    list-style-type: none;
    width: 1790px;
    height: 40px;
    margin: 20px auto 50px;
    padding: 0;
    background: #d4213fd0;
    border-bottom: 5px solid #d4213f;
    border-radius: 3px 3px 0 0;
   
}
#dropmenu li{
    position: relative;
    width: 12%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}
#dropmenu li a{
    display: block;
    margin: 0;
    padding: 15px 0 11px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
}
#dropmenu li:hover > a{
    background: #d4213f;
    color: #f8d5e6;
}
#doropmenu > li:hover >a{
    border-radius: 3px 3px 0 0;
}
#doropmenu li ul{
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
    left: -100%;
    width: 100%;
}
#dropmenu li ul li{
    overflow: hidden;
    width: 225%;
    height: 0;
    color: #fff;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}
#dropmenu li ul li a{
    padding: 13px 15px;
    background: #dd2140d2;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
}
#dropmenu li:hover ul li{
    overflow: visible;
    height: 38px;
    border-top: 1px solid #dd2140;
    border-bottom: 1px solid #d4213f;
}
#dropmenu li:hover ul li:first-child{
    border-bottom: 0;

}
#dropmenu li:hover ul li:last-child a{
    border-radius: 0 0 3px 3px;
}

#dropmenu > li {
  position: relative;
}

#dropmenu > li > ul {
  position : absolute;
  width: 100%;
}

div {
width: 1800px;
margin: 0 auto 50px;
}

.container{
    display: fiex;
    flex-direction: column;
    min-height: 100vh;
}
footer{
    margin-top: auto;
    padding: 10px 15px;
    background: #c0b4b6d2;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}
 

.sns-btn {
    display: flex;
    margin: 15px 30px 15px;
   justify-content: center;
   
   
    }
    span.map{
        margin: 50px;
     
    }

 
  
  /*デザインcss↓*/
  .box_con02 {
    max-width: 900px;
    margin: 50px  auto;
  }
  @media only screen and (max-width: 768px) {
    .box_con02 {
      width: 95%;
    }
  }
  .box_con02 form {
    width: 100%;
   
  }
  .box_con02 form table {
    width: 100%;
  }
  .box_con02 form table tr {
    position: relative;
  }
  .box_con02 form table tr:first-child td:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 1px;
    border-bottom: solid 1px rgba(221, 213, 141, 0.521);
  }
  @media only screen and (max-width: 768px) {
    .box_con02 form table tr:first-child td:before {
      display: none;
    }
  }
  .box_con02 form table tr th {
    width: 30%;
    font-weight: normal;
    padding: 1em .5em;
    background: #767a8ad2;
    color: #fff;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  @media only screen and (max-width: 768px) {
    .box_con02 form table tr th {
      text-align: center;
      width: 100%;
      display: block;
      padding: .8em .2em;
    }
  }
  .box_con02 form table tr th span {
    background: #e42d2de1;
    padding: 0 .3em;
    color: #fff;
    margin-left: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .box_con02 form table tr th:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    border-bottom: solid 1px #fff;
  }
  .box_con02 form table tr td {
    position: relative;
    padding: 1em .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  @media only screen and (max-width: 768px) {
    .box_con02 form table tr td {
      padding: 1.5em .5em;
      display: block;
      width: 100%;
    }
  }
  .box_con02 form table tr td:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    border-bottom: solid 1px rgba(28, 46, 83, 0.5);
  }
  .box_con02 form table tr .box_br {
    display: block;
  }
  .box_con02 form table tr select, .box_con02 form table tr textarea, .box_con02 form table tr .wide {
    width: 100%;
    height: 3em;
    padding: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .box_con02 form table tr textarea {
    height: 10em;
  }
  
 

  .btn {
    text-align: center;
    margin-bottom: 50px;
    margin-left: 650px;
  
  }


  .btn input {
    display: inline-block;
    background: #eee;
    padding: .5em 4em;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    border: none;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
   
  }
  .btn input:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }

   /* スケジュール表 */
  .biz-hour {
    width: 90px;
    table-layout: fixed;
    border-collapse: collapse;
    width: 70%;
    margin:auto;
    
  }
  .biz-hour th, .biz-hour td {
    font-size: 15px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    /* 枠線。色を変えたい時は#ff6680というところをお好みで */
    border: 1px solid #ff6680;
  }
  
  /* 最上段の表の見出し。background-colorを書き換えれば背景色が変わります。 */
  .biz-hour th {
    background-color: pink;
    font-weight: normal;
  }

  .tyukyu {
    background-color: rgba(221, 218, 51, 0.342);
    font-weight:normal;
  }

  .syokyu {
    background-color: #3db3da3d;
    font-weight: normal;
  }

  .tyujyokyu {
    background-color: rgba(221, 137, 40, 0.452);
    font-weight: normal;
  }

  .syotyukyu {
    background-color: #3db3da81;
    font-weight: normal;
  }
  
  .nyumon {
    background-color: rgba(63, 226, 158, 0.562);
    font-weight: normal;
  }

  .free {
    background-color: #e1afee8c;
    font-weight: normal;
  }

  .private {
    background-color: #7a7cff5d;
    font-weight: normal;
  }
  /* 「土」の文字色 */
  .biz-hour th.sat {
    color: #3db2da;
  }
  


  .biz-hour2 {
    
    table-layout:fixed;
    border-collapse: collapse;
    width: 70%;
    margin:auto;
  }
  .biz-hour2 th, .biz-hour2 td {
    font-size: 15px;
    padding: 2px;
    text-align: center;
    /* 枠線。色を変えたい時は#ff6680というところをお好みで */
    border: 1px solid #ff6680;
  }
  
  /* 最上段の表の見出し。background-colorを書き換えれば背景色が変わります。 */
  .biz-hour2 th {
    background-color: pink;
    font-weight: normal;
  }






  /*講師紹介*/
  .flex {
    display: flex;
    align-items:center;
   
    margin-left: 50px;

  }
  .flex>p {
    display: flex;
    width: 49%;
    
  }






/*レスポンシブ*/

@media screen and (max-width:640px){

  @charset "utf-8" ;

  body {
    font-family:'Catamaran','Noto Sans JP','sans-serif';
    font-size:16px;
    line-height: 1.5;
    color: #2c2c2c;
    line-height: 2.0;
   
    
    }

    span.alegria {
    
        color: rgba(255, 72, 0, 0.815);
        font-size: 20px;
        font-weight: bold;
       margin: 20px;
    }
    
 
    span.bun{
      margin: 20PX;
    }
  

span.midashi  {
    font-size: 40px;
    font-weight: bolder;
    color: rgb(94, 91, 94);
    line-height: 2.0;
    margin-botton: 24px;
    position: relative;
    left: 30px;
    padding: 0.25em 0;
    
  }
  span.midashi:after {
    content: "";
    display: block;
    height: 4px;
    background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
    background: linear-gradient(to right, rgb(230, 90, 90), transparent);
    margin-bottom: 50px;
  }




h2 {
    font-size: 30px;
    font-weight: bolder;
    color: rgba(192, 32, 197, 0.973);
    line-height: 2.0;
    margin-botton: 24px;
    position: relative;
    left: 30px;
}
span.step {
    color: limegreen;
    font-size: 30px;
    font-weight: bolder;
}

h4 {
  font-size: 25px;
  font-weight: bolder;
  color: rgb(94, 91, 94);
  line-height: 2.0;
  margin-bottom: 0px;
  position:relative;
  left: 100px;
}

.setumei {
  line-height: 2.0;
  margin-bottom: 0px;
  position:relative ;
  left: 280px;
}

h5 {
  font-weight: bolder;
  color: limegreen;
  line-height: 2.0;  
  margin-bottom: 0px;
}

h6 {
  font-weight: bolder;
  color: rgb(233, 119, 43);
  line-height: 2.0;  
  margin-bottom: 0px;
  }

  .migi {
    line-height: 2.0;
  margin-bottom: 0px;
  position:relative ;
  left: 1000px;
  font-weight: bolder;
  color: rgb(233, 119, 43);
  line-height: 2.0;  
  box-sizing: border-box;
  }
}


@media screen and (max-width:640px){
#dropmenu{
    list-style-type: none;
    width: 1790px;
    height: 40px;
    margin: 20px auto 50px;
    padding: 0;
    background: #d4213fd0;
    border-bottom: 5px solid #d4213f;
    border-radius: 3px 3px 0 0;
   
}
#dropmenu li{
    position: relative;
    width: 12%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}
#dropmenu li a{
    display: block;
    margin: 0;
    padding: 15px 0 11px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
}
#dropmenu li:hover > a{
    background: #d4213f;
    color: #f8d5e6;
}
#doropmenu > li:hover >a{
    border-radius: 3px 3px 0 0;
}
#doropmenu li ul{
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
    left: -100%;
    width: 100%;
}
#dropmenu li ul li{
    overflow: hidden;
    width: 225%;
    height: 0;
    color: #fff;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}
#dropmenu li ul li a{
    padding: 13px 15px;
    background: #dd2140d2;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
}
#dropmenu li:hover ul li{
    overflow: visible;
    height: 38px;
    border-top: 1px solid #dd2140;
    border-bottom: 1px solid #d4213f;
}
#dropmenu li:hover ul li:first-child{
    border-bottom: 0;

}
#dropmenu li:hover ul li:last-child a{
    border-radius: 0 0 3px 3px;
}

#dropmenu > li {
  position: relative;
}

#dropmenu > li > ul {
  position : absolute;
  width: 100%;
}
}

@media screen and (max-width:640px){
div {
width: 1800px;
margin: 0 auto 50px;
}

.container{
    display: fiex;
    flex-direction: column;
    min-height: 100vh;
}
footer{
    margin-top: auto;
    padding: 10px 15px;
    background: #c0b4b6d2;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}
 

.sns-btn {
    display: flex;
    margin: 15px 30px 15px;
   justify-content: center;
   
   
    }
    span.map{
        margin: 50px;
     
    }
  }

 
  
  /*デザインcss↓*/
  .box_con02 {
    max-width: 900px;
    margin: 50px  auto;
  }
  @media only screen and (max-width: 768px) {
    .box_con02 {
      width: 95%;
    }
  }
  .box_con02 form {
    width: 100%;
   
  }
  .box_con02 form table {
    width: 100%;
  }
  .box_con02 form table tr {
    position: relative;
  }
  .box_con02 form table tr:first-child td:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 1px;
    border-bottom: solid 1px rgba(221, 213, 141, 0.521);
  }
  @media only screen and (max-width: 768px) {
    .box_con02 form table tr:first-child td:before {
      display: none;
    }
  }
  .box_con02 form table tr th {
    width: 30%;
    font-weight: normal;
    padding: 1em .5em;
    background: #767a8ad2;
    color: #fff;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  @media only screen and (max-width: 768px) {
    .box_con02 form table tr th {
      text-align: center;
      width: 100%;
      display: block;
      padding: .8em .2em;
    }
  }
  .box_con02 form table tr th span {
    background: #e42d2de1;
    padding: 0 .3em;
    color: #fff;
    margin-left: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .box_con02 form table tr th:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    border-bottom: solid 1px #fff;
  }
  .box_con02 form table tr td {
    position: relative;
    padding: 1em .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  @media only screen and (max-width: 768px) {
    .box_con02 form table tr td {
      padding: 1.5em .5em;
      display: block;
      width: 100%;
    }
  }
  .box_con02 form table tr td:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    border-bottom: solid 1px rgba(28, 46, 83, 0.5);
  }
  .box_con02 form table tr .box_br {
    display: block;
  }
  .box_con02 form table tr select, .box_con02 form table tr textarea, .box_con02 form table tr .wide {
    width: 100%;
    height: 3em;
    padding: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .box_con02 form table tr textarea {
    height: 10em;
  }
  
 
  @media screen and (max-width:640px){
  .btn {
    text-align: center;
    margin-bottom: 50px;
  }
  .btn input {
    display: inline-block;
    background: #eee;
    padding: .5em 4em;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    border: none;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .btn input:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
}


@media screen and (max-width:640px){
   /* スケジュール表 */
  .biz-hour {
    width: 90px;
    table-layout: fixed;
    border-collapse: collapse;
    width: 70%;
    margin:auto;
    
  }
  .biz-hour th, .biz-hour td {
    font-size: 15px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    /* 枠線。色を変えたい時は#ff6680というところをお好みで */
    border: 1px solid #ff6680;
  }
  
  /* 最上段の表の見出し。background-colorを書き換えれば背景色が変わります。 */
  .biz-hour th {
    background-color: pink;
    font-weight: normal;
  }

  .tyukyu {
    background-color: rgba(221, 218, 51, 0.342);
    font-weight:normal;
  }

  .syokyu {
    background-color: #3db3da3d;
    font-weight: normal;
  }

  .tyujyokyu {
    background-color: rgba(221, 137, 40, 0.452);
    font-weight: normal;
  }

  .syotyukyu {
    background-color: #3db3da81;
    font-weight: normal;
  }
  
  .nyumon {
    background-color: rgba(63, 226, 158, 0.562);
    font-weight: normal;
  }

  .free {
    background-color: #e1afee8c;
    font-weight: normal;
  }
  /* 「土」の文字色 */
  .biz-hour th.sat {
    color: #3db2da;
  }
  


  .biz-hour2 {
    
    table-layout:fixed;
    border-collapse: collapse;
    width: 70%;
    margin:auto;
  }
  .biz-hour2 th, .biz-hour2 td {
    font-size: 15px;
    padding: 2px;
    text-align: center;
    /* 枠線。色を変えたい時は#ff6680というところをお好みで */
    border: 1px solid #ff6680;
  }
  
  /* 最上段の表の見出し。background-colorを書き換えれば背景色が変わります。 */
  .biz-hour2 th {
    background-color: pink;
    font-weight: normal;
  }
}



@media screen and (max-width:640px){
  /*講師紹介*/
  .flex {
    display: flex;
    align-items:center;
   
    margin-left: 50px;

  }
  .flex>p {
    display: flex;
    width: 49%;
    
  }
  
}





  /*ニュース欄*/
  .info {
    -webkit-overflow-scrolling: touch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 1000px;
    height: 13em;
    margin: 0 auto;
    overflow-y: scroll
  }
  
  @media (min-width:768px) {
    .info {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      flex-wrap: wrap
    }
  }
  
  .info dd,
  .info dt {
    box-sizing: border-box;
    width: 100%;
    padding-bottom: .5em;
    padding-left: .5em
  }
  
  .info dt {
    font-style: normal;
    font-weight: initial
  }
  
  @media (min-width:768px) {
    .info dt {
      width: 12.5em;
      margin-bottom: .5em;
      border-bottom: 1px dotted #343a40
    }
  }
  
  .info dt:first-of-type {
    padding-top: .5em;
    border-top: 1px dotted #343a40
  }
  
  .info dt time {
    margin-right: .5em
  }
  
  .info dt span {
    box-sizing: border-box;
    display: inline-block;
    width: 7em;
    margin-right: .5em;
    padding: 0 .5em;
    background-color: #009688;
    color: #fff;
    font-size: .8em;
    line-height: 1.75;
    text-align: center
  }
  
  .info time {
    color: #adb5bd
  }
  
  .info dd {
    margin-left: 0;
    margin-bottom: .5em;
    border-bottom: 1px dotted #343a40
  }
  
  @media (min-width:768px) {
    .info dd {
      width: calc(100% - 12.5em)
    }
    .info dd:first-of-type {
      padding-top: .5em;
      border-top: 1px dotted #343a40
    }
  }
  

  
  @media (min-width:768px) {
  .info dd:nth-of-type(-n+3) {
    position: relative
  }

  @import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
  
  html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
  }
  
  .btn,
  a.btn,
  button.btn {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-left: 0%;
    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--circle {
    width: 300px;
    height: 300px;
    padding: 20px 0 0;
    border-radius: 50%;
    color: #fff;
    background: #01c22bb7;
    -webkit-box-shadow: 0 7px 0 #06961e;
    box-shadow: 0 7px 0 #06961e;
  }
  
  a.btn--circle i {
    font-size: 150%;
  }
  
  .fa-position-bottom {
    position: absolute;
    bottom: 1rem;
    left: calc(50% - 0.5rem);
  }
  
  a.btn--circle:hover {
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
    color: #fff;
    -webkit-box-shadow: 0 3px 0 #06961e;
    box-shadow: 0 3px 0 #06961e;
  }

  }


