.oc#onepoint .anony {
  padding-top: 60px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .oc#onepoint .anony {
    padding-top: 30px;
  }
}

.oc#onepoint .anony__step {
  margin-top: 70px;
}

.oc#onepoint .anony__step__eachStep {
  position: relative;
  width: 356px;
  margin-left: calc((1156px - (356px * 3)) / 2);
  float: left;
  padding: 80px 20px 50px 20px;
  box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.06);
}

@media only screen and (max-width: 767px) {
  .oc#onepoint .anony__step__eachStep {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 80px;
  }
}

.oc#onepoint .anony__step__eachStep:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}

.oc#onepoint .anony__step__eachStep:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 46px 56px 0 0;
  border-color: #00509D transparent transparent transparent;
}

.oc#onepoint .anony__step__eachStep:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 46px 56px;
  border-color: transparent transparent #00509D transparent;
}

.oc#onepoint .anony__step__eachStep__obj {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -42px;
  width: 100%;
  text-align: center;
  width: 84px;
}

.oc#onepoint .anony__step__eachStep__head {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: 600;
}

.oc#onepoint .anony__step__eachStep__rt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9375;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .oc#onepoint .anony__step__eachStep__rt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.oc#onepoint .anony__step__eachStep__remarks {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857142857;
  text-align: left;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .oc#onepoint .anony__step__eachStep__remarks {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.oc#onepoint .anony__contact {
  background-color: #F9F9F9;
  padding: 60px 0;
  margin-top: 60px;
}

.oc#onepoint .anony__contact__head {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.oc#onepoint .anony__contact__address {
  margin-bottom: 30px;
}

.oc#onepoint .anony__contact__btnList {
  margin-bottom: 30px;
}

.oc#onepoint .anony__contact__btnList__item {
  width: 356px;
  margin-left: calc((1156px - (356px * 3)) / 2);
  float: left;
}

@media only screen and (max-width: 767px) {
  .oc#onepoint .anony__contact__btnList__item {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 20px;
  }
}

.oc#onepoint .anony__contact__btnList__item:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}

.oc#onepoint .anony__contact__btnList__item__btn[data-role="tel"] > a {
  position: relative;
}

.oc#onepoint .anony__contact__btnList__item__btn[data-role="tel"] > a:before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background-image: url(../../images/root/request/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}

.oc#onepoint .anony__contact__btnList__item__btn[data-role="tel"] > a > span {
  transform: translateX(20px);
}

.oc#onepoint .anony__contact__btnList__item__btn[data-role="mail"] > a {
  position: relative;
}

.oc#onepoint .anony__contact__btnList__item__btn[data-role="mail"] > a:before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background-image: url(../../images/common/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}

.oc#onepoint .anony__contact__btnList__item__btn[data-role="mail"] > a > span {
  transform: translateX(20px);
}

.oc#onepoint .forMusic {
  position: relative;
  padding: 60px 0 40px;
}

.oc#onepoint .forMusic:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 650px 716px;
  border-color: transparent transparent #DCDCDC transparent;
}

@media only screen and (max-width: 767px) {
  .oc#onepoint .forMusic:after {
    border-width: 0 0 280px 340px;
  }
}

.oc#onepoint .forMusic__hl {
  text-align: center;
  color: #00509D;
  font-size: 30px;
  font-size: 3rem;
  font-family: NotoSerifCJKjp;
  font-weight: 400;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .oc#onepoint .forMusic__hl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.oc#onepoint .forMusic__rt {
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .oc#onepoint .forMusic__rt {
    text-align: left;
    margin-bottom: 30px;
  }
}



.oc#onepoint .forMusic__reservation {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .oc#onepoint .forMusic__reservation {
    margin-top: 40px;
  }
}

.oc#onepoint .forMusic__reservation__hl {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-family: NotoSerifCJKjp;
  font-weight: 400;
  color: #00509D;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .oc#onepoint .forMusic__reservation__hl {
    font-size: 20px;
    font-size: 2rem;
  }
}

/*OC予約フォームを追加編集箇所*/

.oc#onepoint .forMusic__reservation__materials__eachMenu {
  width: 100%;
  text-align: center;
  background-color: #F9F9F9;
  padding: 30px;
}

/*OC予約フォームを追加編集箇所*/

@media only screen and (max-width: 767px) {
  .oc#onepoint .forMusic__reservation__materials__eachMenu {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
}

.oc#onepoint .forMusic__reservation__materials__eachMenu:nth-child(odd) {
  margin-left: 0;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .oc#onepoint .forMusic__reservation__materials__eachMenu:last-child {
    margin-bottom: 0;
  }
}

.oc#onepoint .forMusic__reservation__materials__eachMenu__head {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: NotoSerifCJKjp;
  font-weight: 400;
  text-align: center;
  color: #00509D;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .oc#onepoint .forMusic__reservation__materials__eachMenu__head {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.oc#onepoint .forMusic__reservation__materials__eachMenu__rt {
  margin-bottom: 20px;
}

.oc#onepoint .forMusic__reservation__materials__eachMenu__fig {
  text-align: center;
}

.oc#onepoint .forMusic__reservation__materials__eachMenu__btn {
  margin-top: 30px;
}

.oc#onepoint .forMusic__bnrs {
  position: relative;
  margin-top: 40px;
  z-onepoint: 2;
}
