.sp {
  display: none;
}

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

.orderguide {
  overflow-x: hidden;
}

.orderguide h1 {
  margin-bottom: 65px;
  color: #323232;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .orderguide h1 {
    margin-bottom: 30px;
  }
}

.orderguide h2 {
  position: relative;
  margin-bottom: 5px;
  font-size: 1.667em;
}

.orderguide h2 span {
  background: #ffffff;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  z-index: 5;
}

.orderguide h2::after {
  background: #ebebeb;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
}

.orderguide-consi {
  margin-bottom: 165px;
  padding: 0 15px;
}

@media screen and (max-width: 479px) {
  .orderguide-consi {
    margin-bottom: 105px;
  }
}

.consi-title {
  margin-bottom: 35px;
}

.consi-contact {
  width: 50%;
  margin: 0 auto 70px;
  padding: 0 15px;
}

@media screen and (max-width: 479px) {
  .consi-contact {
    width: 100%;
    margin-bottom: 45px;
    padding: 0;
  }
}

.consi-contact__title {
  margin-bottom: 10px;
  font-size: 1.6em;
  line-height: 1.35;
}

.consi-contact__tel {
  margin-bottom: 15px;
  font-size: 2em;
}

.consi-contact__tel i {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  font-size: 0.8em;
}

.consi-contact-container {
  padding: 30px 0;
  text-align: center;
  background-color: #f3f3f3;
}

.consi-detail {
  padding-left: 20px;
}

.orderguide-order {
  margin-bottom: 105px;
}

.orderguide-order h2 {
  margin-bottom: 35px;
  padding: 0 15px;
}

.order-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 57px;
}

@media screen and (max-width: 479px) {
  .order-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }
}

.order-type-item {
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 479px) {
  .order-type-item {
    width: 100%;
    margin-bottom: 22px;
  }
}

.order-type-item a {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 14px 20px;
  color: #fff;
  text-align: center;
}

.order-type-item .color-danger {
  background-color: #ff675b;
}

.order-type-item .color-sandy-brown {
  background-color: #f79468;
}

.order-step {
  margin: 0 15px;
  padding-left: 20px;
  list-style: decimal;
}

.order-step p {
  margin-bottom: 15px;
}

.order-step p:last-child {
  margin-bottom: 0;
}

.order-step img {
  height: auto;
  max-width: 100%;
}

.order-step ol {
  padding-left: 20px;
}

.orderguide-ready {
  padding: 0 15px;
}

.ready-group {
  margin-bottom: 70px;
}

@media screen and (max-width: 479px) {
  .ready-group {
    margin-bottom: 35px;
  }
}

.ready-group__nyuko {
  margin-top: 35px;
  margin-bottom: 22px;
}

.ready-group__nyuko p {
  margin-bottom: 35px;
}

.ready-group h3 {
  margin-bottom: 20px;
  font-size: 1.231em;
  font-weight: 600;
  line-height: 1.2;
}
