/* ビューティーサービスの選択 */
.p-beauty_services__box ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 5.1282051282vw;
}

.p-beauty_services__box ul li {
  background: #FFFFFF;
  -webkit-box-shadow: 0vw 0.7692307692vw 1.5384615385vw rgba(0, 0, 0, 0.16);
  box-shadow: 0vw 0.7692307692vw 1.5384615385vw rgba(0, 0, 0, 0.16);
}

.p-beauty_services__box ul li .p-beauty_services__box_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-beauty_services__box ul li .p-beauty_services__box_item .p-beauty_services__box_item--img {
  width: 100%;
}

.p-beauty_services__box ul li .p-beauty_services__box_item .p-beauty_services__box_item--box {
  padding: 3.3333333333vw 2.5641025641vw 4.358974359vw;
  text-align: center;
  color: #D84190;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.2820512821vw;
}

.p-beauty_services__box ul li .p-beauty_services__box_item .p-beauty_services__box_item--box .p-beauty_services__box_item--tit {
  font-size: 4.1025641026vw;
  line-height: 5.1282051282vw;
  font-weight: bold;
}

.p-beauty_services__box ul li .p-beauty_services__box_item .p-beauty_services__box_item--box .p-beauty_services__box_item--txt {
  font-size: 3.0769230769vw;
  line-height: 4.1025641026vw;
  font-weight: 500;
}

.mcodp0070_loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index:999;
  background-color: #ffffff;
  opacity: 0.5;
}

.mcodp0070_screen {
  width: 100%;
  height: 100%;
  display: flex;
}

.mcodp0070_loading img {
  height: 120px;
  width: 120px;
  margin: auto;
}

.revieve_loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index:99999;
  background-color: #ffffff;
  opacity: 0.5;
  display: none;
}

.revieve_screen {
  width: 100%;
  height: 100%;
  display: flex;
}

.revieve_loading img {
  height: 120px;
  width: 120px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .p-beauty_services__box ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-beauty_services__box ul li {
    width: 30%;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }

  .p-beauty_services__box ul li .p-beauty_services__box_item .p-beauty_services__box_item--box {
    padding: 13px 10px 17px;
    row-gap: 5px;
  }

  .p-beauty_services__box ul li .p-beauty_services__box_item .p-beauty_services__box_item--box .p-beauty_services__box_item--tit {
    font-size: 16px;
    line-height: 20px;
  }

  .p-beauty_services__box ul li .p-beauty_services__box_item .p-beauty_services__box_item--box .p-beauty_services__box_item--txt {
    font-size: 12px;
    line-height: 16px;
  }
}