@charset "utf-8";

*,
::before,
::after {
padding: 0;
margin: 0;
box-sizing:  border-box;
}

ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}


body {
    font-family: sans-serif;
    font-size: 16px;
    color: #000000;
    line-height:1;
    background-color: #ffffff;
}

img {
    max-width: 100%;
}

.header-inner {
    max-width: 1200px;
    margin-left:auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.toggle-menu-botton{
    display: none;
   
}

.header-logo{
    display:block;
    width: 210px;
    height: 75px;
}

.site-menu ul{
    display: flex;
}

.site-menu ul li{
    margin-left:20px;
    margin-right:20px;
}

.site-menu ul li a{
    
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.footer{
    background-color: rgb(196, 153, 179);
    color: #ffffff;
    padding-top:30px;
    padding-bottom:15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo{
    display:block;
    margin-top: 90px;
    width: 280px;
    height: 100px;
}

.footer-tel{
    font: size 26px;
    font-weight: bold;
    margin-top: 28px;
}

.footer-time{
    font-size: 13px;
    margin-top: 16px;
}

.copyright{
    font-size: 14px;
    font-weight: bold;
    margin-top: 90px;
}

.salon{
    align-items: center;
}

.first-view{
    height:570px;
    background-image:url(img/salon_02.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    display:flex;
    align-items:center;
}

.first-view-text{
    width:100%;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    padding-left:40px;
    padding-bottom:80px;
    font-weight: bold;
}

.first-view-text h1{
    font-family:'Montserrat',sans-serif;
    font-size:56px;
    line-height:72px;
}

.first-view-text p{
    font-size:18px;
    margin-top:20px;
}

.menu_list{
    width:70%;
    align-items: center;
    margin: 0 auto;

}

.main h1{
    padding-left: 20px;
    font-family:'Montserrat',sans-serif;
    background-color: rgb(102, 111, 124);
    color: #ffffff;
   
}

.map_text{
    margin-top: 15px;
    margin-left: 10px;
    margin-bottom: 15px;
    
}

.map{
    align-items: center;
    margin-top:15px;
    margin-bottom: 15px; 
    margin-left: 10px;

}

.midashi{
    width: 800px;px;
    margin-top:10px;
    margin-bottom:20px;
   
}

.google_map {
    margin-top: 15px;
    margin-bottom: 15px;
}

.google_map a {
    color: rgb(104, 21, 62);
    text-decoration:underline;
    text-decoration-color: rgb(104, 21, 62);
}


@media (max-width:800px){
    .site-menu ul{
        display:block;
        text-align:center;
    }

    .site-menu li{
        margin-top:20px;
    }

    .header{
        position:fixed;
        top:0px;
        left:0px;
        right:0px;
        background-color: #ffffff;
        height:70px;
        padding-bottom: 10px;
        z-index:10;
        box-shadow:0 3px 6px rgba(0,0,0,0.1);
    }
    .header-inner{
        padding-left:20px;
        padding-right:20px;
        height:100%;
        position:relative;
    }

    .header-logo {
        margin-top:42px;
        width:144px; !important;
    }
    .header-site-menu{
        position: absolute;
        top: 100%;
        left: 0;
        right:0;
        color:#ffffff;
        background-color: #736E62;
        padding-top:30px;
        padding-bottom: 50px;
        display:none;
    }

    .header-site-menu.is-show{
        display: block;
    }

    .toggle-menu-button{
        display: block;
        width: 44px;
        height: 34px;
        margin-top: 5px;
        background-image: url(img/icon-menu.jpg); 
        background-size: 70%;
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        border: none;
        border-radius: 0;
        outline: none;
    }

    .main{
        padding-top:50px;
    }

    .footer-logo{
        margin-top:60px;
        width: 210px;
        height:70px;
    }

    .footer-tel{
        font-size:20px;

    }

    .copyright{
        margin-top:50px;
    }

    .menu_list{
        width:100%;
        align-items: center;
        margin: 0 auto;
    
    }

    .main h1{
        padding-left: 20px;
        font-family:'Montserrat',sans-serif;
        background-color: rgb(102, 111, 124);
        color: #ffffff;
       
    }

   .midashi{
        width: 300px;
        margin-top:20px;
        margin-bottom:20px;
       
    }
    
    .toggle-menu-botton{
        padding-top: 10px;
    }

    .button{
        margin-top: 10px;
    }

    

}




