.section {
  background: #B6DAD0;
  padding: 70px 50px;
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  box-sizing: border-box;
  margin-bottom: 40px;
}

h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #222;
  margin-bottom: 70px;
  margin-top: 30px;
}

.group-des {
  text-align: center;
  margin-bottom: 60px;
}

.title {
  font-size: 20px;
  font-weight: bold;
}

.title span {
  font-size: 19px;
  color: #fff;
  margin-left: 10px;
}

.sub {
  width: 460px;
  height: 100%;
  margin-right: 75px;
}

.sub-desc span {
  font-size: 18px;
  font-weight: bold;
}

.sub-first {
  margin-bottom: 55px;
}

.sec-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.eq-p {
  line-height: 2.5;
  margin: 0 auto;
}

.eq-p span {
  border: 1px solid #000;
  padding: 5px 14px;
}

.eq-flex {
  align-items: flex-start;
}

.eq-img img {
  width: 400px;
  height: 100%;
}

.eq-first {
  margin-right: 40px;
}

.time {
  /* font-size: 18px; */
  margin-top: 40px;
}

.time span {
  font-weight: bold;
  font-size: 20px;
}

.open {
  width: 500px;
}

.open-title {
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  font-size: 17px;
  font-weight: bold;
}

.open-first {
  margin-right: 40px;
}

.open-des {
  margin-top: 10px;
}

.gall {
  max-width: 1240px;
  margin: 0 auto;
}

.reser {
  margin-top: 40px;
  text-align: center;
}

.gl-btn {
  background: #5A2909;
  padding: 25px 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  align-items: center;
  vertical-align: middle;
  display: inline-flex;
  margin: 20px 0;
}

.wh-arrow {
  margin-left: 16px;
}

.gl-btn:hover {
  background: #2d1405;
  transition: all 0.3s ease;
}

.kyoiku:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
}

.gl-caution {
  margin-top: 70px;
}

.gl-mail {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 10px;
  align-items: center;
  display: inline-flex;
}

.mail-d img {
  margin-right: 6px;
}

.p-main {
  padding-bottom: 0px;
}

.last-sec {
  margin-top: 40px;
}

.sp-on {
  display: none;
}


@media only screen and (max-width: 813px) {
  h3 {
    text-align: center;
    font-size: 25px;
    margin-top: 70px;
  }

  .group-des {
    width: 90%;
    margin-bottom: 30px;
  }

  .section {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .title {
    font-size: 17px;
  }

  .title span {
    font-size: 16px;
    color: #fff;
    margin-left: 4px;
  }

  .sec-flex {
    display: block;
    margin-top: 30px;
  }

  .sub {
    width: 100%;
    margin-right: 0;
  }

  .sub-desc span {
    font-size: 16px;
  }

  .sub-first {
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .eq-p {
    line-height: 2;
  }

  .sp-eq {
    margin-top: 40px;
  }

  .eq-img img {
    width: 100%;
  }

  .time {
    /* font-size: 18px; */
    margin-top: 20px;
  }

  .time span {
    font-size: 17px;
  }

  .open {
    width: 100%;
  }

  .open-title {
    font-size: 16px;
  }

  .open-first {
    /* margin-right: 40px; */
    margin-bottom: 40px;
  }

  .last-sec {
    margin-top: 20px;
  }

  .sp-on {
    display: block;
  }

  .gl-btn {
    background: #5A2909;
    padding: 25px;
    font-size: 16px;
  }

  .gl-mail {
    font-size: 17px;
  }

  .p-main {
    padding-bottom: 0 !important;
  }

  .gl-btn {
    width: 100%;
    box-sizing: border-box;
        display: flex;
          justify-content: center;
  }

  .gl-caution {
    margin-top: 40px;
  }
}