@charset "UTF-8";
/*
 * お問い合わせ先表示
 * ========================================================================== */
.inquiry {
  border: 1px solid #1AA5AA;
  border-radius: 5px;
  text-align: center;
  padding-bottom: 0.5em;
  background-color: #fff;
}

.inquiry .title {
  background-color: #1AA5AA;
  margin: 0;
  padding: 1em;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1em;
  line-height: 1;
  font-weight: bold;
}

.inquiry .tel {
  margin-top: 2em;
}

.inquiry .tel a {
  color: #000 !important;
  text-decoration: none !important;
  font-size: 2em;
  line-height: 1;
  font-weight: bold;
}

.inquiry .tel a::before {
  display: none !important;
}

.inquiry [data-ruby] {
  position: relative;
}

.inquiry [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: normal;
  font-size: 0.45em;
}

.inquiry .tel img {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  bottom: -3px;
  margin-right: 0.2em;
}

.inquiry .time {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .inquiry .tel {
    margin: 1.5em 0 0.5em 0;
  }

  .inquiry {
  /*
margin:0 auto;
width:50%;
  */
  }
}
@media screen and (min-width: 992px) {
  .inquiry [data-ruby]::before {
    top: -0.5em;
  }
}
