@charset "UTF-8";

.tel-btn-box .tel a{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  max-width: 500px;
  margin: 1em auto;
  padding: 0.5em;
  border-radius: 100px;
  line-height: 1.5;
  font-size: 36px;
  background-color: #fdbdbb;
  color: #fff;
  transition: 0.5s ease-in-out;
}

.tel-btn-box .tel a:hover{
  text-decoration: none;
  transform: translateY(10px);
  color: #fff;
}

.tel-btn-box .tel a:before{
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url('/upload/tenant_4/ab7f3d8548488c45389d574cdfc9a8cc.webp');
  background-size: contain;
  background-repeat: no-repeat;
}

.qr-box{
  display: flex;
  justify-content: space-between;
}

.qr-box .imgwrap{
  width: 20%;
}

.qr-box .txtwrap{
  width: 75%;
}

.qr-box .txtwrap .ttl{
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: left;
}

.qr-box .txtwrap .txt{
  margin-bottom: 1em;
  text-align: left;
}

@media(max-width:599px) {
.tel-btn-box .tel a{
  max-width: 300px;
  font-size: 24px;
}

.tel-btn-box .tel a:before{
  width: 24px;
  height: 24px;
}
}

.koko{
  border-bottom: 2px solid;
    font-weight: bold;
}
