.ac{
    text-align: center;
}
.mb20{
    margin-bottom:20px;
}
.pc_only{
    display: inline-block;
}
.sp_only{
    display: none;
}

@media screen and (max-width: 640px) {
.pc_only{
    display: none;
}
.sp_only{
    display: inline-block;
}
}
.telbox{
    border:#ADCF92 1px solid;
    border-radius: 20px;
    padding:40px;
    text-align: center;
}
@media screen and (max-width: 640px) {
.telbox{
    padding:20px;
}
}
.telbox p.ti{
    font-weight: bold;
}
.telbox .number{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 35%;
    margin:0 auto;
}
@media screen and (max-width: 640px) {
.telbox .number{
    width: 100%;
}
}
.telbox .number .leftbox{
    width:15%;
}
.telbox .number .leftbox img{
width: 100%;
height:auto;
}
.telbox .number .rightbox{
    width:85%;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.telbox .number .rightbox a.tel{
    color:#528C1F;
    font-size: 42px;
    font-weight: bold;
    position: static;
}
.telbox .number .rightbox p.time{
    font-size: 90%;
    font-weight: bold;
}
.telbox p.hosoku{
    font-size: 90%;
}
@media screen and (max-width: 640px) {
.telbox .number,
.telbox p.hosoku{
    font-size:80%;
}
h2{
    font-size:36px;
}
}
.fbtn{
display: none;
}
@media screen and (max-width: 640px) {
.fbtn{
    position: fixed;
    z-index: 999;
    bottom:-20px;
    left:auto;
    right:auto;
    width: 100%;
    display: flex;
}
.fbtn .tel{
    width: 57%;
}
.fbtn .mail{
    width: 43%;
}
.fbtn .tel img,
.fbtn .mail img{
    width: 20px;
}
.fbtn .tel a,
.fbtn .mail a{
    display: block;
    font-size: 19px;
    font-weight: bold;
    height:30px;
    text-align: center;
}
.fbtn .tel a{
    display: block;
    background:#5CA025;
    font-size: 23px;
    background-size: 20px;
    color:white;
    padding:15px 0;
    border:#5CA025 3px solid;
}
.fbtn .mail a{
    display: block;
    background:white;
    background-size: 20px;
    color:#5CA025;
    padding:15px 0;
    border:#5CA025 3px solid;
}
}

