@charset "UTF-8";

/* -------------------------------- guide */
/* tel */
.tel{
  text-align: center;
}
.tel a{
  position: relative;
  padding-left: 1.7em;
  color: #FF9F38;
  font-weight: bold;
  text-decoration: none;
}
.tel a::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  background: url(/common/images/icon_tel.svg) no-repeat center center;
  background-size: 100% auto;
}

/* time */
.time{
  margin-top: 20px;
  text-align: center;
}
.time .ttl{
  font-weight: bold;
}
@media print, screen and (min-width: 900px){
  .tel a{
    font-size: 4.2rem;
  }
  .time{
    font-size: 2rem;
  }

  .guide_img{
    width: 178px;
    margin: 20px auto 40px;
  }
}
@media screen and (max-width: 899px){
  .tel a{
    font-size: 3.2rem;
  }

  .guide_img{
    width: 132px;
    margin: 0 auto 30px;
  }
}
