/* カスタマイズ用CSS */
.ec-kantetu__link p{
    margin-bottom: 30px;
    text-align: center;
    color: #FFFFFF;
}
.ec-kantetu__link p a.telNum{
    color: #FFFFFF;
    font-size: 2em;
    font-weight: bold;
}
@media (min-width: 751px) {
    a.telNum[href^="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
.ec-kantetu__200over{
    position:fixed;
    bottom:0;
    width:100%;
    height:60px;
    z-index:100;
    font-size: 1.2em;
    font-weight: bold;
    color:#FFFFFF;
    text-align: center;
    line-height: 60px;
    opacity: 0.8;
    background:#fd7e14;
}

.ec-kantetu__200over a{
    color:#FFFFFF;
}

.ec-blockTopBtn {
    bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .ec-blockTopBtn {
    bottom: 80px;
  }
}