.bubble-dialog {
    width: 90%;
    /* padding-left: 5%; */
    padding: 5% 0 0 5%;
  }

  .bubble-container-left {
    display: flex;
  }

  .bubble-container-right {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
  }

  .bubble-container-left > img,
  .bubble-container-right > img {
    height: 100px;
    width: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .bubble-container-left > div {
    text-align: start;
    padding-left: 10px;
    padding-top: 20px;
  }

  .bubble-container-right > div {
    text-align: end;
    padding-right: 10px;
    padding-top: 20px;
  }

  p.text-box-left,
  p.text-box-right {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.095);
    padding: 10px;
    position: relative;
    font-size: larger;
    text-align: left;
  }

  p.text-box-left {
    box-shadow: 1px 2px 2px #888888;
  }

  p.text-box-right {
    box-shadow: -1px 2px 2px #888888;
  }

  p.text-box-left::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 3px solid transparent;
    border-right: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid transparent;
    left: -6px;
    top: 14px;
  }

  p.text-box-left::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid rgba(0, 0, 0, 0.095);
    border-top: 4px solid rgba(0, 0, 0, 0.095);
    border-bottom: 4px solid transparent;
    left: -9px;
    top: 13px;
  }

  p.text-box-right::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 3px solid #ffffff;
    border-right: 3px solid transparent;
    border-top: 3px solid transparent;
    border-bottom: 3px solid #ffffff;
    right: -6.5px;
    top: 12px;
  }

  p.text-box-right::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 4px solid rgba(0, 0, 0, 0.095);
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    border-bottom: 4px solid rgba(0, 0, 0, 0.095);
    right: -10px;
    top: 12px;
  }

  .reveal {
    position: relative;
    opacity: 0;
  }

  .reveal.active {
    opacity: 1;
background: white;
  }

  .active.fade-left {
    animation: fade-left 0.2s ease-in;
  }

  .active.fade-right {
    animation: fade-right 0.2s ease-in;
  }

  @keyframes fade-left {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

  @keyframes fade-right {
    0% {
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

  /* link to front page */

  a.btn-c span:after {
    bottom: -7px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
}
    .cv-img {
      max-width: 450px;
      width: 80%;
      margin: 10px auto;
    }
 a.btn-c span:before {
    bottom: -10px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #d44114 transparent transparent;
}
a.btn-c span:before, a.btn-c span:after {
    position: absolute;
    left: calc(50% - 75px);
    content: "";
}
a.btn-c span:after {
    bottom: -7px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
}

a.btn-c span {
  font-size: 1.2rem;
  position: absolute;
  top: -0.8rem;
  left: calc(50% - 234px);
  display: block;
  width: 387px;
  padding: 0.1rem 0;
  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.cv-box {
  padding: 0.5em 0em;
  margin: 2em 1em;
  color: #000;
  background: #fef8f8;
  border-left: double 7px #f5c6ca;
  border-right: double 7px #f5c6ca;
  text-align: center;
}

    .cv-box .cv-title {
      font-size: 1.5rem;
      font-weight: 700;
      margin: 20px;
    }

    .cv-box .satisfaction {
      line-height: 1.4;
      font-size: 1.3rem;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .cv-box .cv-detail li:after {
      content: "";
      display: block;
      position: absolute;
      top: 0.2em;
      left: 0.5em;
      width: 15px;
      height: 8px;
      border-left: 3px solid #de1122;
      border-bottom: 3px solid #de1122;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    .cv-box .cv-chram {
      display: block;
      margin: 10px auto;
      width: 55%;
    }

    .cv-box .cv-detail {
      line-height: 1.4;
      margin-bottom: 20px;
      margin-top: 10px;
      list-style-type: none;
      font-size: 1.5rem;
      text-align: left;
    letter-spacing: 0.02rem;
    }

  

   
    a.btn-c span {
      font-size: 1.2rem;
      position: absolute;
      top: -2.8000000000000007rem;
      left: calc(50% - 140px);
      display: block;
      width: 275px;
      padding: 0.1rem 0;
      color: #d44114;
      border: 2px solid #d44114;
      border-radius: 100vh;
      background: #fff;
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }

    a.btn-c span:before {
      bottom: -10px;
      border-width: 10px 10px 0;
      border-style: solid;
      border-color: #d44114 transparent transparent;
    }

    a.btn-c span:before,
    a.btn-c span:after {
      position: absolute;
      left: calc(50% - 75px);
      content: "";
    }

    a.btn-c span:after {
      bottom: -7px;
      border-width: 10px 10px 0;
      border-style: solid;
      border-color: #fff transparent transparent;
    }

    a.btn-c span:before,
    a.btn-c span:after {
      position: absolute;
      left: calc(50% - 75px);
      content: "";
    }

    a.btn-c i {
      margin-right: 0.6rem;
    }

    .shop-icon {
      width: 28px;
      margin-right: 8px;
      vertical-align: middle;
      content: url(//jewel-cafe.jp/wp-content/themes/jewelcafe_replace/assets/css/../images/icon/top-nav-icon-01.svg);
    }

    a.btn-c {
      display: inline-block;
      width: 255px;
    }

    a.btn-c {
      font-size: 1.4rem!important;
      margin: 20px 0;
      position: relative;
      /* padding: 0.1rem 0.6rem 0.6rem 0.9rem; */
      color: #fff!important;
      background: #de1122;
      -webkit-box-shadow: 0 5px 0 #98254c;
      box-shadow: 0 5px 0 #98254c;
      min-width: 170px;
    }
    .cv-box {
      padding: 0.5em 1em;
      margin: 2em 1em;
      color: #000;
      background: #fef8f8;
      border-left: double 7px #f5c6ca;
      border-right: double 7px #f5c6ca;
      text-align: center;
    }


    .btn,
    a.btn,
    button.btn {
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.5;
      position: relative;
      display: inline-block;
      padding: 0.6rem 0rem 1rem;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      text-align: center;
      vertical-align: middle;
      text-decoration: none;
      letter-spacing: 0.1em;
      color: #212529;
      border-radius: 0.3rem;
      margin: 20px 5px;
    }

    .delivery-icon {
      width: 28px;
      margin-right: 8px;
      vertical-align: middle;
      content: url(//jewel-cafe.jp/wp-content/themes/jewelcafe_replace/assets/css/../images/icon/top-nav-icon-02.svg);
    }

    .cv-box .cv-detail li {
      position: relative;
      padding-left: 30px;
    }

    .cv-box .cv-detail li:after {
      content: "";
      display: block;
      position: absolute;
      top: 0.2em;
      left: 0.5em;
      width: 15px;
      height: 8px;
      border-left: 3px solid #de1122;
      border-bottom: 3px solid #de1122;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    .btn-wrap {
      margin: 30px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: inline-flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }

    .cv-box .cv-chram {
      display: block;
      margin: 10px auto;
      width: 75%;
    }

    .btn-wrap {
        display: inline-flex!important;
        margin: 30px auto;
        text-align: center;
    }   

    a.btn-c:first-child {
      margin: 20px 5px;
    }

 

   