#guidance {
  color: #333;
}

#guidance .mainvisual {
  background: url(../img/pic_mainvisual.jpg) no-repeat center/cover;
  height: 640px;
}

@media screen and (max-width: 1199px) {
  #guidance .mainvisual {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  #guidance .mainvisual {
    height: 186px;
    margin-top: 54px;
  }
}

#guidance .mainvisual__inner {
  max-width: 1160px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 1199px) {
  #guidance .mainvisual__inner {
    width: 100%;
  }
}

#guidance .mainvisual .mainvisual__box {
  padding: 475px 0 20px 0%;
}

@media screen and (max-width: 1199px) {
  #guidance .mainvisual .mainvisual__box {
    padding: 275px 0 20px 5%;
  }
}

@media screen and (max-width: 767px) {
  #guidance .mainvisual .mainvisual__box {
    padding: 131px 0 20px 5%;
  }
}

#guidance .mainvisual .mainvisual__box__ttl {
  width: 34%;
  max-width: 340px;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 5px;
  background: #e9bda8;
  font-size: 3.2rem;
  font-family: YuMincho,'Yu Mincho',serif;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  #guidance .mainvisual .mainvisual__box__ttl {
    width: 40%;
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  #guidance .mainvisual .mainvisual__box__ttl {
    height: 70px;
    font-size: 1.8rem;
    width: 40%;
  }
}

#guidance .breadcrumb {
  padding-top: 20px;
  font-size: 1.4rem;
  color: #666666;
}

#guidance .breadcrumb .breadcrumb__txt {
  text-align: right;
}

#guidance .breadcrumb .breadcrumb__txt__link {
  text-decoration: none;
  color: #666666;
}

#guidance .breadcrumb .breadcrumb__txt__link__arrow {
  color: #f9a59e;
}

#guidance .schedule {
  margin: 80px auto;
}

@media screen and (max-width: 767px) {
  #guidance .schedule {
    margin: 60px auto;
  }
}

#guidance .schedule .ttl {
  font-size: 2.8rem;
  text-align: center;
  font-family: YuMincho,'Yu Mincho',serif;
}

@media screen and (max-width: 767px) {
  #guidance .schedule .ttl {
    font-size: 1.8rem;
  }
}

#guidance .schedule .schedule-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #guidance .schedule .schedule-box {
    display: block;
    margin-top: 20px;
  }
}

#guidance .schedule .schedule-box__calendar {
  width: 42.8%;
  /* .bx-wrapper .bx-pager {
				display: none;
			} */
}

@media screen and (max-width: 767px) {
  #guidance .schedule .schedule-box__calendar {
    width: 100%;
  }
}

#guidance .schedule .schedule-box__calendar .bx-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto 0;
}

#guidance .schedule .schedule-box__calendar .bx-prev {
  position: absolute;
  top: 0;
  background: url("../img/pic_back@2x.png") no-repeat left center/10px;
  margin-top: 0;
  width: 10px;
  height: auto;
  left: 0;
}

#guidance .schedule .schedule-box__calendar .bx-next {
  position: absolute;
  top: 0;
  background: url("../img/pic_next@2x.png") no-repeat left center/10px;
  margin-top: 0;
  width: 10px;
  height: auto;
  right: 0;
}

#guidance .schedule .schedule-box__description {
  width: 49.2%;
}

@media screen and (max-width: 1199px) {
  #guidance .schedule .schedule-box__description {
    width: 53.2%;
  }
}

@media screen and (max-width: 767px) {
  #guidance .schedule .schedule-box__description {
    width: 100%;
  }
}

#guidance .schedule .schedule-box__description__ttl1 {
  font-size: 2.0rem;
  font-family: YuMincho,'Yu Mincho',serif;
  margin: 25px auto calc(30px - (((2.0rem * 1.5) - 2.0rem) / 2));
}

@media screen and (max-width: 767px) {
  #guidance .schedule .schedule-box__description__ttl1 {
    font-size: 1.6rem;
    margin: 20px auto calc(15px - (((2.0rem * 1.5) - 2.0rem) / 2));
  }
}

#guidance .schedule .schedule-box__description__ttl2 {
  font-size: 2.0rem;
  font-family: YuMincho,'Yu Mincho',serif;
  border-top: 1px dashed #f9a9a2;
  padding-top: calc(30px - (((2.0rem * 1.5) - 2.0rem) / 2));
  margin-bottom: calc(30px - (((2.0rem * 1.5) - 2.0rem) / 2));
}

@media screen and (max-width: 767px) {
  #guidance .schedule .schedule-box__description__ttl2 {
    margin-bottom: calc(20px - (((2.0rem * 1.5) - 2.0rem) / 2));
    font-size: 1.6rem;
  }
}

#guidance .schedule .schedule-box__description__contents__small {
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  #guidance .schedule .schedule-box__description__contents__small {
    font-size: 1.2rem;
  }
}

#guidance .schedule .schedule-box__description__contents:nth-of-type(1) {
  font-size: 1.4rem;
  font-weight: bold;
  background: url("../img/pic_reservation@2x.png") no-repeat left center/30px;
  padding: 3px 0 5px 40px;
}

@media screen and (max-width: 767px) {
  #guidance .schedule .schedule-box__description__contents:nth-of-type(1) {
    background: url("../img/pic_reservation@2x.png") no-repeat left center/24px;
    font-size: 1.2rem;
  }
}

#guidance .schedule .schedule-box__description__contents:nth-of-type(2) {
  font-size: 1.4rem;
  font-weight: bold;
  background: url("../img/pic_gymnastics@2x.png") no-repeat left center/30px;
  padding: 3px 0 5px 40px;
}

@media screen and (max-width: 767px) {
  #guidance .schedule .schedule-box__description__contents:nth-of-type(2) {
    background: url("../img/pic_gymnastics@2x.png") no-repeat left center/24px;
    font-size: 1.2rem;
  }
}

#guidance .schedule .schedule-box__description__contents:nth-of-type(4) {
  font-size: 1.4rem;
  font-weight: bold;
  background: url("../img/pic_close@2x.png") no-repeat left center/30px;
  padding: 3px 0 5px 40px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #guidance .schedule .schedule-box__description__contents:nth-of-type(4) {
    background: url("../img/pic_close@2x.png") no-repeat left center/24px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

#guidance .schedule .schedule-box__description__contents:nth-of-type(n+2) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #guidance .schedule .schedule-box__description__contents:nth-of-type(n+2) {
    margin-top: 10px;
  }
}

#guidance .schedule .schedule-box__description__caution {
  margin-bottom: 30px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #guidance .schedule .schedule-box__description__caution {
    font-size: 1.2rem;
  }
}

#guidance .schedule .schedule-box__description__txt {
  font-size: 1.4rem;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  #guidance .schedule .schedule-box__description__txt {
    font-size: 1.2rem;
  }
}

#guidance .schedule .schedule-box__description__telbox {
  background: #f39c9c;
  padding: calc(25px - (((2.4rem * 1.5) - 2.4rem) / 2));
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  #guidance .schedule .schedule-box__description__telbox {
    padding: calc(20px - (((2.4rem * 1.5) - 2.4rem) / 2));
  }
}

#guidance .schedule .schedule-box__description__telbox__txt {
  text-decoration: none;
}

#guidance .schedule .schedule-box__description__telbox__txt__tel {
  display: block;
  font-size: 2.0rem;
  color: #fff;
  font-family: YuMincho,'Yu Mincho',serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #guidance .schedule .schedule-box__description__telbox__txt__tel {
    font-size: 1.8rem;
  }
}

#guidance .schedule .schedule-box__description__telbox__txt__tel__num {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  #guidance .schedule .schedule-box__description__telbox__txt__tel__num {
    font-size: 2.0rem;
  }
}

#guidance .schedule .schedule-box__description__telbox__txt__time {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

#guidance .schedule .schedule-box__description__telbox:hover {
  opacity: 0.8;
}

#guidance .menu {
  background: url("../img/pic_bg.jpg") no-repeat center/cover;
  padding: 80px 0 0 0;
}

@media screen and (max-width: 767px) {
  #guidance .menu {
    padding: 60px 0 0 0;
  }
}

#guidance .menu .menu-box {
  padding: 60px 80px 80px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(111, 111, 111, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(111, 111, 111, 0.2);
  background: #fff;
}

@media screen and (max-width: 1199px) {
  #guidance .menu .menu-box {
    padding: 60px 50px 80px;
  }
}

@media screen and (max-width: 767px) {
  #guidance .menu .menu-box {
    padding: 40px 30px 40px;
  }
}

#guidance .menu .menu-box__ttl {
  font-size: 2.8rem;
  font-family: YuMincho,'Yu Mincho',serif;
  text-align: center;
  background: url("../img/pic_line@2x.png") no-repeat bottom center/45px;
  padding-bottom: calc(20px - (((2.8rem * 1.5) - 2.8rem) / 2));
}

@media screen and (max-width: 767px) {
  #guidance .menu .menu-box__ttl {
    font-size: 1.8rem;
  }
}

#guidance .menu .menu-box__price {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  padding-top: calc(50px - (((2.0rem * 1.5) - 2.0rem) / 2));
  padding-bottom: calc(20px - (((2.0rem * 1.5) - 2.0rem) / 2));
  border-bottom: 1px dashed #f9a59e;
}

@media screen and (max-width: 767px) {
  #guidance .menu .menu-box__price {
    padding-top: calc(20px - (((1.4rem * 1.5) - 1.4rem) / 2));
    font-size: 1.4rem;
    padding-bottom: calc(15px - (((1.4rem * 1.5) - 1.4rem) / 2));
  }
}

#guidance .menu .menu-box__price__yen {
  font-weight: normal;
  display: inline-block;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  #guidance .menu .menu-box__price__yen {
    padding-left: 20px;
  }
}

#guidance .menu .menu-box__txt {
  padding: 30px 0 0 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #guidance .menu .menu-box__txt {
    padding: 20px 0 0 0;
    font-size: 1.2rem;
  }
}

#guidance .menu .menu-box__price:nth-of-type(2) {
  padding-top: calc(60px - (((2.0rem * 1.5) - 2.0rem) / 2));
}

@media screen and (max-width: 767px) {
  #guidance .menu .menu-box__price:nth-of-type(2) {
    padding-top: calc(40px - (((1.4rem * 1.5) - 1.4rem) / 2));
  }
}

#guidance .menu .menu-box__subttl {
  font-size: 2.0rem;
  color: #eb5b66;
  font-family: YuMincho,'Yu Mincho',serif;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #guidance .menu .menu-box__subttl {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

#guidance .menu .menu-box__txt2 {
  font-size: 1.4rem;
  margin: 25px 0 30px 0;
}

@media screen and (max-width: 767px) {
  #guidance .menu .menu-box__txt2 {
    margin: 10px 0 20px 0;
    font-size: 1.2rem;
  }
}

#guidance .menu .menu-box__txt2:last-of-type {
  margin: 25px 0 0 0;
}

@media screen and (max-width: 767px) {
  #guidance .menu .menu-box__txt2:last-of-type {
    margin: 10px 0 0 0;
  }
}

#guidance footer {
  margin-top: 100px;
}

@media screen and (max-width: 1199px) {
  #guidance footer {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  #guidance footer {
    margin-top: 60px;
  }
}
/*# sourceMappingURL=style.css.map */