#simple-sf h3 {
    background: yellow;
}
#simple-sticky-footer-container {
    position:fixed;
    display:none;
    bottom:0;
    left:0;
    width:100%;
    /*min-height: 80px;*/
    text-align:center;
    background: transparent;
    z-index:999;
}

#simple-sticky-footer {
    margin:0 auto;
    text-align: left;
    background: #cf4944;
}

.sf-hidden {display: none;}



/* 追記 */
a[href^="tel:"]{
    pointer-events: none;
}
#simple-sticky-footer-container {
    display:block;
}

.site-footer {
    padding-bottom: 100px;
}

.footer-content{
    background-color: #999999;

}
.main-footer{
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    border-top: 3px solid #337ab5;
}
.main-footer dt{
    margin: 0 30px;
}
.main-footer-ul{
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
}
.main-footer-ul img{
    width: 15%;
}
.main-footer-tel{
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 900;
}
.main-footer-mail{
    display: flex;
    align-items: center;
}
.main-footer-mail a{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #337ab5;
    color: #ffffff;
    padding: 10px 30px;
    width: 100%;
    border-radius: 30px;
    text-decoration: none;
}
.main-footer-tel a{
    display: flex;
    align-items: center;
    color: #444444;
    text-decoration: none;
}
.main-footer-mail a:hover{
    opacity: .8;
}
.main-footer-dt p{
    margin: 0;
}
.main-footer-dtp01{
    text-align: center;
    font-size: 1.2rem;
}
.main-footer-dtp02{
    font-weight: 500;
    text-align: center;
    font-size: .8rem;
    line-height: 1.4;
}
.pc-none{
    display: none;
}

@media screen and (max-width: 842px) and (min-width: 601px) {
a[href^="tel:"]{
    pointer-events: none;
}
.main-footer-ul ul{
    display: none;
}
.main-footer-ul {
    display: flex;
    flex-direction: column;
}
.main-footer-tel {
    margin: 0;
}
.pc-none{
    display: none;
}
}

@media screen and (max-width: 600px) {
a[href^="tel:"] {
    pointer-events:auto;
}
.main-footer-ul ul{
    display: none;
}
.main-footer{
    padding: 0;
}
.main-footer-ul {
    margin: 0;
    padding: 0;
}
.main-footer-tel {
    margin: 5px 0;
}
.main-footer-tel{
    font-size: 1.6rem;
}
.main-footer-mail a {
    padding: 10px;
    font-size: .95rem;
}
.main-footer dt {
    margin: 5px 5px 0;
}
.main-footer-dtp01 {
    font-size: 1rem;
}
.main-footer-dtp02 {
    font-size: .7rem;
}
.main-footer-tel {
    font-size: 1.4rem;
}
.main-footer-mail a {
    font-size: .85rem;
}
.main-footer-dt p {
    font-size: .8rem;
}
.pc-none{
    display: block;
}
}