
/*f-linebtn*/

.f-linebtn {
    text-align: center;
    position: fixed;
    bottom: 90px;
    right: 10px;
    z-index: 99;
}

.f-linebtn .a {
    width: 130px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20%;
    background-color: #2bc311;
    font-weight: 500;
    letter-spacing: 2px;
    text-indent: 2px;
    cursor: pointer;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.f-linebtn .a:hover {
    background-color: #fff;
    color: #2bc311;
    border: 2px solid #2bc311;
}

.f-linebtn .a:before {
    content: "\f077";
    width: 100%;
    display: block;
    font-family: var(--font99);
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    display: none;
}

@media (max-width:1024px) {
    .f-linebtn {
        bottom: 100px;
    }

    .f-linebtn .a {
        width: 70px;
        height: 70px;
    }

    .f-linebtn .a:before {
        font-size: 10px;
    }
}

@media (max-width:599px) {
    .f-linebtn {
        bottom: 90px;
    }

    .f-linebtn .a {
        width: 60px;
        height: 60px;
    }
}



/*f-telbtn*/

.f-telbtn {
    text-align: center;
    position: fixed;
    bottom: 170px;
    right: 10px;
    z-index: 99;
}

.f-telbtn .a {
    width: 130px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20%;
    background-color:#b27920;
    font-weight: 500;
    letter-spacing: 2px;
    text-indent: 2px;
    cursor: pointer;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.f-telbtn .a:hover {
    background-color: #fff;
   color: #b27920;
    border: 2px solid #b27920;
}

.f-telbtn .a:before {
    content: "\f077";
    width: 100%;
    display: block;
    font-family: var(--font99);
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    display: none;
}

@media (max-width:1024px) {
    .f-telbtn {
        bottom: 100px;
    }

    .f-telbtn .a {
        width: 70px;
        height: 70px;
    }

    .f-telbtn .a:before {
        font-size: 10px;
    }
}

@media (max-width:599px) {
    .f-telbtn {
        bottom: 90px;
    }

    .f-telbtn .a {
        width: 60px;
        height: 60px;
    }
}


/*totop*/

#totop {
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}

#totop .a {
    width: 130px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20%;
    background-color: var(--color01);
    font-weight: 500;
    letter-spacing: 2px;
    text-indent: 2px;
    cursor: pointer;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

#totop .a:hover {
    background-color: #fff;
    color: var(--color01);
    border: 2px solid var(--color01);
}

#totop .a:before {
    content: "\f077";
    width: 100%;
    display: block;
    font-family: var(--font99);
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}

@media (max-width:1024px) {
    #totop {
        bottom: 100px;
    }

    #totop .a {
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }

    #totop .a:before {
        font-size: 10px;
    }
}

@media (max-width:599px) {
    #totop {
        bottom: 90px;
    }

    #totop .a {
        width: 60px;
        height: 60px;
    }
}

/* スマホ・タブレット専用（PCで隠す） */
/* @media screen and (min-width: 769px) {
  .u-sp-show {
    display: none !important;
  }
}

PC専用（スマホ・タブレットで隠す）
.u-pc-show {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .u-pc-show {
    display: block !important;
  }
} */

@media (max-width:1024px) {
  .u-pc-show {
    display: none !important;
  }
}
