@charset "UTF-8";

body{
    font-size:15px;
    border-top: 10px solid #79a1b1;
}
a{
    text-decoration: none;
    color:#333;
}
.logo{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.logo img{
    display: inline-block;
    width:100px;
    height: auto;
    margin-bottom: 5px;
}
.inner{
    width: 1200px;
    margin: 0 auto;
}
.header ul{
    display: flex;
    margin-bottom: 30px;
}
.header ul li{
    width: 240px;
    text-align: center;
    list-style: none;
    border-right:1px solid #ddd;
}
.header ul li :first-child{
    border-left:1px solid #ddd;
}
.header ul li a{
    display: block;
}

.tel{
    text-align: center;
}
.tel .naiyou{
    
    margin-top: 100px;
    font-size: 30px;
}
.tel img{
    width:1000px;
}

.footer{
    padding-top: 50px;
    clear: both;
}
.footer p{
    text-align: center;
    color: black;
    font-size:12px;
}


.number {
    margin:20px;
    font-size:25px;
}