@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;
}
.header_img img{
    width:1200px;
    height: auto;
    margin-bottom: 50px;
}

h2{
    text-align: center;
    font-size: 20px;
}

.treatment img{
    width:200px;
    height: auto;
}
.houmon_naiyou{
    text-align: center;
    margin-bottom: 100px;
   }

.houmon_naiyou .phonto img{
    width: 800px;
    height: auto;
}
.houmon_naiyou .tel img{
    width: 400px;
    height: auto;
}
.houmon_naiyou h3{
    font-size: 30px;
    margin:20px ;

    margin-top: 50px;
}
.houmon_naiyou p{
    font-size: 20px;
    margin:15px ;
}

.gairai{
    margin-top: 100px;
    font-size: 20px;
    margin:15px ;
    text-align: center;
}
.wakutin{
    
    margin-top: 20px;
}
.schedule img{
    width: 1200px;
    height: auto;
}

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