#headMenu {
  width: 100%;
  height: auto;
  padding-bottom: 1em;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #1d1d1f;
}

@media screen and (max-width: 575px) {
  #headMenu {
    height: auto;
    padding-bottom: 1em;
    background-color: black;
    border-bottom: 1px solid #444;
  }
}

#headMenu > .container-fluid {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

#headMenu .topLogo {
  margin-top: 14px;
  width: 178px;
}

@media screen and (max-width: 575px) {
  #headMenu .topLogo {
    margin-top: 14px;
    max-width: calc(100vw - 100px);
  }
}

#headMenu #snsWaku {
  position: absolute;
  top: 5px;
  right: 55px;
  font-size: 2.3em;
  color: #fff;
}

#headMenu #snsWaku a {
  margin-right: 5px;
  color: #fff;
}

#headMenu #snsWaku a:link, #headMenu #snsWaku a:visited {
  color: #fff;
}

#headMenu #menu {
  display: none;
}

#headMenu .menu-trigger {
  display: block;
  position: absolute;
  right: 10px;
  top: 20px;
  width: 35px;
  height: 28px;
}

@media screen and (max-width: 575px) {
  #headMenu .menu-trigger {
    top: 20px;
  }
}

#headMenu .menu-trigger,
#headMenu .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#headMenu .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ccc;
  border-radius: 4px;
}

#headMenu .menu-trigger span:nth-of-type(1) {
  top: 0;
}

#headMenu .menu-trigger span:nth-of-type(2) {
  top: 12px;
}

#headMenu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#headMenu .menu-trigger.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

#headMenu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

#headMenu .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

#headMenu .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}

#headMenu ul {
  display: none;
  list-style: none;
  margin: 0 auto;
  padding: 1em 0 0 0;
  position: relative;
  right: 0;
  top: 0;
  text-align: center;
}

#headMenu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #1d1d1f;
  border-radius: 8px;
  color: #1d1d1f;
  padding: 10px 0;
  font-size: 1em;
  text-align: center;
}

#headMenu ul li a i {
  font-size: 40px;
  display: block !important;
  margin-bottom: 5px;
}

#headMenu ul li a:hover {
  text-decoration: none;
  color: #F96101;
  background: #fff;
}

body footer {
  background: black;
  color: #fff;
}

body footer .foot1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

body footer .foot2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

@media screen and (max-width: 575px) {
  body footer .foot1 {
    text-align: center;
    padding-bottom: 0.5rem !important;
  }
  body footer .foot1 img {
    max-width: 80vw;
  }
  body footer .foot2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    text-align: center !important;
  }
}

#block_koenkaiTop {
  display: block;
  width: calc(100% + 16px);
  margin-left: -8px;
  height: 50vh;
  min-height: 400px;
  padding-top: 100px;
  overflow-y: visible;
  color: #fff;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#block_koenkaiTop h1 {
  color: #fff;
}

#block_koenkaiTop p {
  color: #fff;
  font-weight: 700;
}

#course_selection .card.h-100 {
  border-width: 2px;
}

#course_selection .card.h-100 .card-body {
  position: relative !important;
}

#course_selection .card.h-100 h5.card-title {
  color: #1d1d1f;
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 0.5rem;
}

#course_selection .card.h-100 .cource_price {
  color: #1d1d1f;
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 0;
}

#course_selection .card.h-100 .hr-text {
  margin: 2rem 0 1rem !important;
  font-size: 1em !important;
}

#course_selection .card.h-100 .courcebadge {
  border: 1px dotted #1d1d1f !important;
  padding: 0.5rem 1rem;
  font-size: 1em;
  font-weight: 700;
  color: #1d1d1f;
  margin-left: -2em;
  display: block !important;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
}

#course_selection .card.h-100 .courcebadge:hover {
  background-color: #1d1d1f;
  color: #fff;
}

#course_selection .card.h-100 .courcebadge:active {
  background-color: #1d1d1f;
  color: #fff;
}

#course_selection .card.h-100 .courcebadge:focus {
  background-color: #1d1d1f;
  color: #fff;
}

#course_selection .card.h-100 .form-check > input[type="radio"] {
  display: none;
}
/*# sourceMappingURL=front.css.map */