@charset "utf-8";

#contents {
    width: 1000px;
    margin: 0px auto 20px auto;
    text-align:left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 1100px) {
    #contents {
        width: calc(100% - 100px);
        margin: 0px 50px 20px 50px;
        text-align:left;
    }
}

@media screen and (max-width: 736px) {
    #contents {
        width: calc(100% - 40px);
        margin: 0px 20px 20px ;
        text-align:left;
    }
}

#contact .TOP h1{
    font-size: 28px;
    letter-spacing: 0.1rem;
    color:#00A0E9;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#contact .TOP .text{
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

.contacts a{
    text-decoration: none ;
}

.contacts a:hover{
    text-decoration: none ;
}

.contacts .navs{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    width: 100%;
    padding: 50px 0;
}

.contacts .navs a{
    width: 100%;
    color: #000;
    cursor: pointer;
}
.contacts .navs a:hover{
    text-decoration: none;
}
.contacts .navs a .child{
    width: 100%;
    background-color: #d7f1f7;
    padding: 10px 10px 42px;
    position: relative;
}
.contacts .navs a .child .text{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts .navs a .child .arrow{
    position: absolute;
    border: 3px solid #4ab9e9;
    border-top: none;
    border-right: none;
    content: "";
    transform: rotate(-45deg);
    width: 12px;
    height: 12px;
    left: calc(50% - 6px);
    bottom: 20px;
    transition: .3s;
}

.contacts .navs a:hover .child .arrow{
    bottom: 15px;
    transition: .3s;
}


@media screen and (max-width: 736px) {
        
    #contact .TOP h1{
        font-size: 22px;
        letter-spacing: 0.1rem;
        margin-bottom: 20px;
    }

    #contact .TOP .text{
        font-size: 14px;
        line-height: 1.8;
    }

    
    .contacts a{
        text-decoration: none ;
    }
    
    .contacts a:hover{
        text-decoration: none ;
    }
    
    .contacts .navs{
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 30px 0;
    }
    
    .contacts .navs a{
        width: 100%;
        color: #000;
    }
    .contacts .navs a:hover{
        text-decoration: none;
    }
    .contacts .navs a .child{
        width: 100%;
        background-color: #d7f1f7;
        padding: 12px 30px 12px 12px;
        position: relative;
    }
    .contacts .navs a .child .text{
        font-size: 15px;
        text-align: left;
        height: auto;
        display: block;
    }
    
    .contacts .navs a .child .arrow{
        width: 10px;
        height: 10px;
        left: unset;
        right: 15px;
        bottom: 20px;
    }
    
}



.Lists {
    padding-bottom: 100px;
}

.Lists .Inner{
    margin: 70px 0 100px;
}

.Lists .mainTitle{
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 15px;
    border-bottom: 2px solid #4ab9e9;
    margin-bottom: 70px;
}

.Lists .subTitle{
    margin-top: 50px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    border-left: 7px solid #4ab9e9;
    padding: 3px 10px;
    margin-bottom: 30px;
}



.Lists .Box{
    display: flex;
    align-items: flex-start;
    padding: 30px 0;
    border-bottom: 1px solid #bfbfbf;
}

.Lists .Box.jinji{
    align-items: center;
} 

.Lists .Box .name{
    width: 30%; 
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.Lists .Box .name .free{
    font-size: 12px;
    font-weight: bold;
    padding: 1px 10px;
    background-color: #4ab9e9;
    color: #fff;
    border-radius: 2px;
}   

.Lists .Box .info{
    width: 40%; 
}

.Lists .Box .info .tels,
.Lists .sonota .tels{
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 5px;
}   
.Lists .Box .info .tels:hover,
.Lists .sonota .tels:hover{
    color: #000;
}

.Lists .Box .info .tels img,
.Lists .sonota .tels img{
    width: 22px;
}      

.Lists .Box .info .tels .tel,
.Lists .sonota .tels .tel{
    font-size: 30px;
    font-weight: bold;
    /* font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: YakuHanJP, "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", MyYuGothicM, Meiryo, sans-serif;
    letter-spacing: 1px;

}   

.Lists .Box .info .map{
    display: flex;
    gap: 8px;
    align-items: center;
}   

.Lists .Box .info .map .address{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}   

.Lists .Box .info .map img{
    width: 15px;
}   

.Lists .Box .contact{
    width: 230px;
    margin-left: auto;
}

.Lists .Box .contact a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #eba854;
    padding: 10px 0;
}
.Lists .Box .contact a:hover{
    text-decoration: none ;
}

.Lists .Box .contact a img{
    width: 22px;
}
.Lists .Box .contact a span{
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}

.Lists .Box.jinji .contact a{
    margin-bottom: 5px;
    position: relative;
}
.Lists .Box.jinji .contact a img{
    position: absolute;
    content: "";
    left: 10px;
    top: calc(50% - 8.5px);
}
.Lists .Box.jinji .contact a span{
    text-align: center;
}

.Lists .sonota{
    padding: 15px 20px 5px;
    background-color: #f2f4f8;
}

.Lists .sonota .kome{
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.Lists .sonota .tels{
    justify-content: center;
}


@media screen and (max-width: 736px) {
        
    .Lists {
        padding-bottom: 0px;
    }

    .Lists .Inner{
        margin: 50px 0 70px;
    }

    .Lists .mainTitle{
        font-size: 18px;
        letter-spacing: 2px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .Lists .subTitle{
        margin-top: 30px;
        font-size: 15px;
        letter-spacing: 1px;
        padding: 2px 10px;
        margin-bottom: 10px;
    }

    .Lists .Box{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0 10px; 
        border-bottom: 1px solid #bfbfbf;
    }

    .Lists .Box.jinji{
        align-items: center;
    } 

    .Lists .Box .name{
        width: 100%; 
        font-size: 16px;
        margin-bottom: 5px;
    }

    .Lists .Box .name .free{
        font-size: 11px;
    }   

    .Lists .Box .info{
        width: 100%; 
    }

    .Lists .Box .info .tels,
    .Lists .sonota .tels{
        display: flex;
        gap: 5px;
        align-items: center;
        margin-bottom: 5px;
    }   
    .Lists .Box .info .tels:hover,
    .Lists .sonota .tels:hover{
        color: #000;
    }

    .Lists .Box .info .tels img,
    .Lists .sonota .tels img{
        width: 16px;
    }      

    .Lists .Box .info .tels .tel,
    .Lists .sonota .tels .tel{
        font-size: 25px;
        font-weight: bold;
        font-family: Roboto;
        letter-spacing: 1px;
        line-height: 1;
    }   

    .Lists .Box .info .map{
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        display: flex;
        gap: 8px;
        align-items: center;
    }   

    .Lists .Box .info .map .address{
        font-size: 14px;
    }   

    .Lists .Box .info .map img{
        width: 14px;
    }   

    .Lists .Box .contact{
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        margin-left: auto;
        padding-top: 20px;
    }

    .Lists .Box .contact a{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: #eba854;
        padding: 10px 0;
    }
    .Lists .Box .contact a:hover{
        text-decoration: none ;
    }

    .Lists .Box .contact a img{
        width: 22px;
    }
    .Lists .Box .contact a span{
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #fff;
    }

    .Lists .Box.jinji .contact a{
        margin-bottom: 5px;
        position: relative;
    }
    .Lists .Box.jinji .contact a img{
        position:static;
    }
    .Lists .Box.jinji .contact a span{
        text-align: center;
    }

    .Lists .sonota{
        padding: 10px;
        background-color: #f2f4f8;
    }

    .Lists .sonota .kome{
        font-size: 12px;
        font-weight: 500;
        text-align: left;
    }

    .Lists .sonota .tels{
        justify-content: flex-start;
        margin-top: 5px;
    }

}