.single-detail .single-detail-ttl{
  font-size: 2rem!important;
  margin-bottom: 1rem;
}

h6{
  color: #06133a;
}

#logo a{
  text-decoration: none;
  color:#000;
}
.top-header {
    padding: 1rem;
    background-color: #fff;
  }
  .nav-header {
    background-color: #06133a;
  }
  .nav-header a {
    font-size: 0.8rem;;
    color: white;
    text-decoration: none;
    padding: 1rem 2rem;
    display: inline-block;
  }
  .nav-header .divider {
    border-left: 1px solid #fff;
    height: 2rem;
    margin: auto 1rem;
  }
  .btn-member, .btn-login {
    border-radius: 12px;
    padding: 0.5rem 1rem;
    font-weight: bold;
    
  }
  .btn-member {
    background-image: url("../images/icon_regist.png");
    background-repeat: no-repeat;
    background-position:top 10px center;
    background-size: 40px 40px;
    padding-top:50px;
    background-color: #7accc0;
    color: #fff;
  }
  .btn-member:hover{
    background-color: #7accc0;
    color: #fff;
  }
  .btn-login {
    background-image: url("../images/icon_login.png");
    background-repeat: no-repeat;
    background-position:top 10px center;
    background-size: 40px 40px;
    padding-top:50px;
    background-color: #0e2a66;
    color: #fff;
  }
   .btn-login:hover{
    background-color: #0e2a66;
    color: #fff;
  }

@media screen and (max-width: 768px) {
    #logo h5{
    font-size: 0.8rem;
  }
  #logo a{
    font-size: 0.8rem;
  }
    .nav-header a {
      font-size: 0.9rem;
      padding: 0.5rem 1rem;
    }
    .btn-member, .btn-login {
      font-size: 0.6rem;
      padding: 0.3rem 0.5rem;
    }
    .btn-member {
      background-size: 30px 30px;
      padding-top:40px;
    }
    .btn-login {
      background-size: 30px 30px;
      padding-top:40px;
    }
  
}







.basicBox{
    padding: 1rem;
    border:1px solid #666;
    border-radius: 12px;

    margin-top:25px;
    margin-bottom:25px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}



h1{
  font-size: 2rem;
  margin: 1rem 0;
  text-align: center;
  background-color: #0e2a66;
  color: #fff;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  h1{
    font-size: 1.5rem;
    padding: 0.5rem;
  }
}



.course-menu-wrap h3{
  border:dotted 1px #666;
  text-align: center;
  padding: 1rem;
}




.lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;;
}
.lr .l {
  width: 50%;
  text-align: left;
  padding:5px;
}
.lr .r {
  width: 50%;
  text-align: right;
  padding:5px;
}
  
#menulist{
    max-width: 1024px;
    margin: 0 auto;
}
#menulist .row{
  border-bottom: 1px solid #666;
}
#menulist .row .title{
  font-size: 1.2rem;
  font-weight: bold;
}
#menulist .row:hover{
  /*background-color: #eee;*/
}
#menulist .row>div{
  padding: 1rem;
  text-align: center;
}





#reservedListHeader h4{
  font-size: 1rem;
}
#reservedListHeader .data-text{
  font-size: 1rem;
}
.reservedBox h5{
  font-size:1rem;
  color: #0e2a66;
  border-bottom: 1px solid #0e2a66;
  padding: 0.5rem 0;
}
.reservedBox th{
  width: 40%;;
  background-color: #0e2a66;
  color: #fff;
}
.reservedBox td{
  background-color: #efefef;
}
.reservedBox .btnWrap{
  text-align: center;
  margin: 1rem 0;
}
.reservedBox .btn-cancel{
  border-radius: 12px;
  padding: 0.5rem 1rem;
  font-weight: bold;
  background-color: #0e2a66;
  color: #fff;
}
  
@media screen and (max-width: 768px) {
  #reservedListHeader h4{
    font-size: 0.8rem;
  }
  #reservedListHeader .data-text{
    font-size: 0.8rem;
  }
  
}


@media screen and (max-width: 575px) {
  #reservedListHeader{
    display: block!important;
    margin-bottom: 10px;;
  }
  #reservedListHeader h4{
    font-size: 1rem;
  }
  #reservedListHeader .data-text{
    font-size: 0.8rem;
  }
  .reservedBox table th {
    display: block;
    width: 100%;
    text-align: left;
  }
  .reservedBox table td {
    display: block;
    width: 100%;
    text-align: left;
  }
}



.single-titlearea .single-flex{
  width: 35rem;;
}

.single-day{
  font-size: 2rem;
}
.single-money{
  font-size: 1.54rem;
}

input{
	border: 1px solid #000;
}




/*Buttons*/
.btn-primary {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #007bff;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

.btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  color: #fff;
}

.btn-dark {
  background-color: #6c757d;
  color: #fff;
  border: 1px solid #6c757d;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

.mb-3 {
  margin-bottom: 1rem;
}
.mt-3 {
  margin-top: 1rem;
}

.help-block {
  font-size: 1rem;
  color: #666;
  margin-top: 0.25rem;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-danger {
  max-width: 640px;
  margin: 0 auto 1rem auto;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}


/*  */
.calendar-wrapper{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}
.calendar-column{
    flex: 1;
    min-width: 300px;
}
.calendar-container{
    max-width: 600px;
    margin: 0 auto;
}
@media screen and (max-width: 1400px){
    .calendar-wrapper{
        flex-direction: column;
        gap: 40px;
    }
    .calendar-column{
        max-width: 600px;
        margin: 0 auto;
    }
}

.calendar-column .this-year{
  font-size: 1.5rem;
}
.calendar-column h1 span{
  font-size: 1.4rem;
}

html.*{
  font-size:105%;
}
.reservation-title-area{
  margin-bottom: 1rem;;
}
.reservation-title-area .reservation-ttl{
  font-size:2rem!important;
}
.reservation-title-area .reservation-ttl span{
  font-size:1.8rem!important;
}
.reservation-title-area .reservation-day{
  font-size:2rem!important;
}




.single-titlearea .single-ttl{
  font-size: 2.5rem!important;
  margin-bottom: 1rem;
}
.single-titlearea .single-ttl span{
  font-size: 2rem!important;
}