@charset "UTF-8";
h1.opencampus {
  display: none;
}

section * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec__inner {
  width: 90%;
  margin: 0 auto 48px;
  max-width: 750px;
}

.merit__inner {
  margin-bottom: 48px;
}

.merit ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}

.merit ul li::after {
  content: "▶";
  top: 0;
  left: 0rem;
  position: absolute;
  color: #f1586c;
}

.merit ul li span {
  color: #f1586c;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .merit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .merit__inner {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    margin-right: 5%;
  }
  .merit__inner:nth-of-type(3) {
    margin-right: 0;
  }
}

.merit h3 span {
  color: #f1586c;
  font-size: 1.25em;
}

h2 {
  color: #f1586c;
  text-align: center;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.75em;
  }
}

h2 span {
  display: inline-block;
  position: relative;
}

h2 span::before {
  display: block;
  content: "";
  width: 90%;
  height: 10px;
  position: absolute;
  bottom: 5px;
  left: 5%;
  z-index: -1;
  background: #fff100;
}

h3 {
  margin: 2rem 0 1rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.5em;
  }
}

h3::after {
  display: block;
  content: "";
  width: 4rem;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f1586c;
}

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

.oc_nagare {
  position: relative;
  padding: 48px 0;
}

.oc_nagare::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #faf3e0;
  top: 0;
  left: 0;
  z-index: -10;
}

.nagare__inner {
  padding: 1rem;
  margin-bottom: 4rem;
  background: #fff;
  border-radius: 8px;
  position: relative;
}

.nagare__inner::after {
  content: "▼";
  text-align: center;
  position: absolute;
  width: 100%;
  display: block;
  font-weight: bold;
  color: #f1586c;
  left: 0;
  bottom: -3rem;
}

.nagare__inner:last-of-type::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .nagare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nagare__inner {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    margin-right: 5%;
  }
  .nagare__inner:nth-of-type(3n) {
    margin-right: 0;
  }
  .nagare__inner::after {
    display: none;
  }
  .nagare__inner::before {
    content: "▶";
    position: absolute;
    top: 50%;
    right: -12.5%;
    font-weight: bold;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    color: #f1586c;
  }
  .nagare__inner:last-of-type::before {
    display: none;
  }
}

.nittei {
  padding: 48px 0;
  position: relative;
}

.nittei::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #faf3e0;
  top: 0;
  left: 0;
  z-index: -10;
}

.nittei li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nittei li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nittei li span img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.nittei .schedule {
  margin: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .nittei .schedule {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.nittei .schedule__inner {
  background: #fff;
  padding: 4px 12px 12px;
  margin-bottom: 24px;
  border-radius: 6px;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

@media screen and (min-width: 768px) {
  .nittei .schedule__inner {
    -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
    margin-right: 2%;
  }
}

.nittei .schedule__inner h3 {
  margin: 1rem 0;
}

.reserve {
  background: #e9eff8;
  border-radius: 6px;
  padding: 12px;
  text-align: center;
}

.reserve .time span.ttl {
  background: #000;
  color: #fff;
  padding: 6px 12px;
  border-radius: 50px;
  margin-bottom: 6px;
  display: inline-block;
}

.reserve_btn {
  background: #f1586c;
  color: #fff !important;
  display: block;
  width: 90%;
  max-width: 375px;
  padding: 12px 36px;
  border-radius: 6px;
  margin: 0 auto 12px;
  font-size: 2rem;
}

.reserve .line_btn {
  background: #06c755;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.emp {
  color: #f1586c;
}
/*# sourceMappingURL=oc.css.map */