@charset "UTF-8";

.reserve-tel{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reserve-tel svg{
  width: 30px;
  height: 30px;
  fill: #68BCC8 !important;
}

.reserve-tel-num{
  font-size: 3rem;
  color: #68BCC8 !important;
  text-decoration-color: transparent !important;
}

/*----------------#reserve-line-----------------------*/

#reserve-line + div img {
  width: 50% !important;
  object-fit: contain;
}

/*--------------.privacypolicy--------------------*/

.privacypolicy{
  height: 180px;
overflow: auto;
padding: 15px 15px 0;
border: 1px solid var(--i_border_color);
width: 90%;
max-width: 1160px;
margin: 0 auto 30px;
}

.privacypolicy>*:last-child {
    margin-bottom: 15px;
}