.toggle-handle {
  padding-bottom: 5px;
  padding-top: 15px;
  padding-left: 20px;
}
.toggle-handle-title {
  background: url(/reservation/guide/images/step-title.webp) left center no-repeat;
  background-size: 12px auto;
  padding-left: 24px !important;
}

.process {
  background-color: #187DC2;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
}

.toggle .row > div .mark-parent:after {
  display: block;
  content: "";
  background-image: url(/reservation/guide/images/ico-step.webp);
  background-size: 21px 23.5px;
  background-repeat: no-repeat;
  background-position: left top;
  height: 23.5px;
  width: 21px;
  position: absolute;
  right: -30px;
}
.toggle.new .row > div:nth-child(1) .mark-parent:after,
.toggle.new .row > div:nth-child(2) .mark-parent:after,
.toggle .row.eleven > div:nth-child(1) .mark-parent:after,
.toggle .row.eleven > div:nth-child(2) .mark-parent:after {
  top: 165px;
}
.toggle.new .row > div:nth-child(4) .mark-parent:after,
.toggle.new .row > div:nth-child(5) .mark-parent:after {
  top: 200px;
}
.toggle.existing .row > div:nth-child(1) .mark-parent:after,
.toggle.existing .row > div:nth-child(2) .mark-parent:after {
  top: 135px;
}
.toggle.credit .row > div:nth-child(1) .mark-parent:after,
.toggle.credit .row > div:nth-child(2) .mark-parent:after {
  top: 135px;
}
.toggle .row > div:nth-child(3n) .mark-parent:after,
.toggle .row.convenience > div:nth-child(1) .mark-parent:after,
.toggle .row.daily > div .mark-parent:after {
  content: none;
}

.toggle .row.daily .row > div:nth-child(1) .mark-parent:after {
  display: block;
  background-image: url(/reservation/guide/images/ico-step.webp);
  background-size: 21px 23.5px;
  background-repeat: no-repeat;
  background-position: left top;
  height: 23.5px;
  width: 21px;
  position: absolute;
  right: -30px;
  color: #187DC2;
  content: "払込票番号";
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
  top: 40%;
  transform: translateY(-50%);
  line-height: 1.2;
}

[data-remodal-target="modal-eleven-step3"] + p {
  position: relative;
}
[data-remodal-target="modal-eleven-step3"] + p:after {
  font-size: 15px;
  font-weight: bold;
  display: block;
  background-image: url(/reservation/guide/images/ico-step2.webp);
  background-size: 23.5px 21px;
  background-repeat: no-repeat;
  background-position: center top;
  color: #187DC2;
  content: "払込票番号";
  text-align: center;
  width: 100%;
  height: 28px;
  padding-top: 22px;
  margin: 10px 0;
}

.toggle .mark-parent > a {
  display: block;
  position: relative;
  width: 320px;
  margin: 0 auto;
}
.toggle .mark-parent > a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 36px;
  height: 36px;
  background-image: url(/reservation/guide/images/ico-modal.webp);
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-position: left top;
}
.toggle .mark-parent > a img {
  vertical-align: bottom;
}

.modal-content img {
  width: 640px;
}

@media screen and (max-width: 767px) {
  img.hover:hover {
    opacity: 1;
  }
  .toggle .mark-parent,
  .toggle .row.daily .row > div .mark-parent {
    margin-bottom: 50px !important;
  }
  .toggle .row > div:last-child .mark-parent,
  .toggle .row.daily .row > div:last-child .mark-parent {
    margin-bottom: 0 !important;
  }
  .toggle .mark-parent > a:after {
    content: none;
  }
  .toggle .row > div .mark-parent:after,
  .toggle .row > div:nth-child(3n) .mark-parent:after { 
    content: "";
    background-image: url(/reservation/guide/images/ico-step2.webp);
    background-size: 23.5px 21px;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    height: 21px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
  }
  .toggle .row > div .mark-parent:after {
    top: auto !important;
  }
  .toggle .row > div:last-child .mark-parent:after {
    content: none;
  }
  a[data-remodal-target] {
    pointer-events: none;
  }
  [data-remodal-target="modal-eleven-step3"] + p {
    margin-bottom: 70px !important;
  }
  [data-remodal-target="modal-eleven-step3"] + p:after,
  .toggle .row.daily .row > div:nth-child(1) .mark-parent:after {
    display: block;
    background-image: url(/reservation/guide/images/ico-step2.webp);
    background-size: 23.5px 21px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    color: #187DC2;
    content: "払込票番号";
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    top: auto;
    bottom: -70px;
    line-height: 1.7;
  }

  .modal-content img {
    width: 100%;
  }
}