/*フッターのアイコン群ここから-----------------------------*/

.tel{
    font-size:3vw;
    position:fixed;
    bottom:0;
    left:0;
    width:33.3vw;
    height:13vw;
    padding:;
 	border-radius:;
    background:#888;
    border-radius:;
    text-align: center;
    z-index:500;
}

.tel a
{
    color:#fff;
}

.tel img{
    position:absolute;
    top:0.5vw;
    width:5vw;
    left:13.5vw;
    
    
}

.tel p{
    position:relative;
    text-align: center;
    color:#fff;
    font-size:2.5vw;
    top:3.8vw;
}

.tizu{
    font-size:3vw;
    position:fixed;
    bottom:0;
    right:0;
    width:33.3vw;
    height:13vw;
    padding:;
 	border-radius:;
    background:#3EB4B6;
    border-radius:;
    text-align: center;
    z-index:500;

}

.tizu a
{
				color:#fff;
}

.tizu img{
    position:absolute;
    top:1.3vw;
    width:5vw;
    left:13.5vw;    
}


.tizu p{
    position:relative;
    text-align: center;
    font-size:2.5vw;
    top:3.8vw; 
}



.time{
    font-size:3vw;
    position:fixed;
    bottom:0;
    left:33.3vw;
    width:33.7vw;
    height:13vw;
    background:#28A1A3;
    border-radius:;
    text-align: center;
    z-index:500;
}

.time a
{
				color:#fff;
}


.time img{
    position:absolute;
    top:1vw;
    width:5vw;
    left:14vw;    
}


.time p{
    position:relative;
    text-align: center;
    font-size:2.5vw;
    top:3.8vw; 
}

/*フッターのアイコン群ここまで-------------------------------------------------*/
/**　ここからモバイル用電話ボタン　**/
.tel_ca_bg{
    position:fixed;
    display:none;
    top:0;
    left:0;
    margin:0;
    padding:0;
    position:;
    width:100vw;
    height:100vh;
    background:rgba(100,100,100,0.7);
    z-index:1000;
    opacity:;
}

.tel-ca{
    position:fixed;
    display:flex;
    overflow: auto;
    border-radius:2vw;
    background:#eee;
    width:90vw;
    height:95vh;
    max-height: 800px;
    transform:translate(-50%,-50%);
    left:50%;
    top:50%;
    font-size:3.5vw;
    opacity:0.9;
}

.tel-ca::-webkit-scrollbar {
  display: none;
}

.tel-ca ul{
    justify-content: center;
    padding:2vw;
    font-family:'Noto Serif JP', sans-serif;
}

.tel-ca li{
    list-style: none;
}

.tel_no{
    position:fixed;
    top:2vw;
    right:2vw;
}

.tel_no img{
    width:7vw;
}

.tel_l{
    font-size:4vw;
    text-align: center;
}

.tel_l_u{
    margin:auto;
    width:75vw;
    font-size:3.5vw;
    border-bottom:1px solid;
    text-align: center;
}

.tel_m{
    text-align: center;
}

.tel_m img{
    top:vw;
    width:6vw;
}

.tel_s{
    font-size:2.7vw;
    text-align: center;
}

.tel_s_left{
    font-size:3vw;
    text-align:left;
    display:;
}


.tel_ss{
    font-size:2vw;
}

.tel_sss{
    font-size:1vw;
}

.tel_tel{
    display:flex;
    justify-content: center;
    flex-direction: column;
    margin:auto;
    padding:2vw;
    width:25vw;
    height:8vw;
    border-radius:4vw;
    background:#3EB4B6;
    color:#fff;
}

.tel_tel p{
    margin:1vw;
}

/**　ここまでモバイル用電話ボタン　**/