@charset "UTF-8";
.induction_footer{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    transition: transform 0.3s ease-in-out;
    bottom: 0px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

/* footer-induction*/
.induction_footer_pc_container{
    padding: 0.9em 0 0 0;
    margin: auto;
    width: fit-content;
    display: flex;
}

.induction_footer_pc_msg{
    padding-right: 20px;
}.induction_footer_pc_msg > div:nth-child(1){
    color: #231815;
    background: #fff;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 0.3rem;
    text-align: center;
    width: 100%;
    border-radius: 14px;
}.induction_footer_pc_msg > div:nth-child(2){
    font-size: 2em;
    font-weight: bold;
}

.induction_footer_pc_tel_number{
    font-size: 4em;
    font-weight: bold;
    margin: auto 0 0 0;
    line-height: 1.1;
}

.induction_footer_pc_openinghour{
    font-size: 1.3em;
    text-align: center;
    padding: 0.3em 0;
}

.induction_footer_pc_phone_icon{
    width: 3em;
    height: 3em;
    margin: auto 5px 8px 0px;

}.induction_footer_pc_phone_icon > img{
    width: 100%;
    height: 100%;
    margin-top: 7px;
}

/* PC */
@media screen and (min-width: 768px) {
}

/* SP */
@media screen and (max-width: 767px) {
}