@charset "UTF-8";

/*----------------------------
.cta_btn
----------------------------*/
.cta_btn {
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 0;
  padding: 17px 20px 15px 25px;
  border-radius: 50px 0 0 0;
  background: #fff;
  box-shadow: 0 0 25px -2px rgba(0, 0, 0, 0.2);
}
.cta_btn a {
  display: block;
  height: 75px;
  color: #fff;
  text-align: center;
}
.cta_btn .reserve,
.cta_btn .line {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px 0 0;
  padding: 0 32px 0 85px;
  border-radius: 50px;
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.15);
  font-size: 110%;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
.cta_btn .tel {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  padding: 0 0 6px;
  width: 75px;
  border-radius: 50%;
  background: #000 url(../images/common/cta_icon_tel.png) center 13px / 25px
    auto no-repeat;
  font-size: 90%;
  letter-spacing: 0.1rem;
  font-weight: 500;
}

.cta_btn .tel + .tel {
  margin-left: 6px;
}

.cta_btn .tel span {
  padding: 0 0 0 5%;
  position: relative;
  top: -2px;
}
.cta_btn .reserve {
  background: #e14294 url(../images/common/cta_icon_reserve.png) 25px center /
    52px auto no-repeat;
}
.cta_btn .line {
  background: #e14294 url(../images/common/cta_icon_line.png) 25px center / 52px
    auto no-repeat;
}
.cta_btn .tel + div {
  display: none;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 -42px;
  padding: 0 40px 0 50px;
  border-radius: 0 50px 50px 0;
  background: #a3747f;
  color: #fff;
  font-size: 120%;
  font-weight: 500;
  white-space: nowrap;
}
.cta_btn .tel + div span {
  display: block;
  margin: 0.4em auto 0;
}

/*----------------------------
スマホ
----------------------------*/
@media screen and (max-width: 767px) {
  /*----------------------------
    .cta_btn
    ----------------------------*/
  .cta_btn {
    padding: 15px 3%;
    width: 100%;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.7);
  }

  .cta_btn .reserve,
  .cta_btn .line {
    margin: 0 2% 0 0;
    padding: 0 3% 0 13%;
    width: calc((100% - 55px) / 2 - 2%);
    height: 55px;
    font-size: 140%;
  }
  .cta_btn .tel {
    padding: 0 0 6px;
    width: 55px;
    height: 55px;
    background: #000 url(../images/common/cta_icon_tel.png) center 38% / 28%
      auto no-repeat;
    aspect-ratio: 1 / 1;
    font-size: 110%;
  }
  .cta_btn .reserve {
    background: #e14294 url(../images/common/cta_icon_reserve.png) 15% center /
      auto 38% no-repeat;
  }
  .cta_btn .line {
    background: #e14294 url(../images/common/cta_icon_line.png) 12% center /
      auto 38% no-repeat;
  }
  .cta_btn .tel span {
    top: -0px;
  }
}
