* {
    font-family: 'Noto Sans', sans-serif;
}
section.logo {
    margin-bottom: 30px;
}
section.logo div {
    display: inline-block;
    vertical-align: top;
}
section.logo div:first-child {
    width: 16%;
}
section.logo div:last-child {
    width: 72%;
}
section.logo h1 {
    line-height: 24px;
    margin: 65px 0 0px 0px;
    color: #333;
    font-size: 24px;
}
section.logo a.address, section.logo a.tel {
    color: #809f8d;
    font-size: 14px;
    line-height: 5px !important;
    font-weight: 400;
}
section.logo a.address:hover, section.logo a.tel:hover {
    text-decoration: underline;
}
section.logo a:first-child {
    background: url("../img/logo.png") center no-repeat;
    background-size: 75%;
    display: inline-block;
    width: 200px;
    height: 200px;
    margin-left: 0px;
    margin-right: 15px;
    vertical-align: top;
    transition: transform .6s ease-in-out;
}
section.logo a:first-child:hover {
    transform: rotate(360deg);
}
section {
    width: 1100px;
    margin: 0 auto;
    font-size: 14px;
    height: auto;
    padding: 0 30px;
}
section div {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    padding: 0 20px;
    font-family: 'Noto Sans', sans-serif;
}
a.book-now {
    display: none;
}
div.social {
    position: absolute;
    top: 120px;
    right: 15%;
    display: block;
}
div.social a {
    text-indent: -99999px !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: top;
    border-radius: 5px;
}
div.social a:first-child {
    background: url("../img/-yelp.png") no-repeat;
    background-size: contain;
            }
div.social a:last-child {
    background: url("../img/-fb.png") no-repeat;
    background-size: contain;
}
section.top div:last-child {
    width: 15%;
}
section.top div#left-sp.drrez {
    background: url("../img/dr-reza-bw.jpg") center no-repeat;
    filter: brightness(1.2);
    width: 141px;
    height: 170px;
    margin-top: 35px;
    padding-left: 50px;
}
section.mid div#sandra {
    background: url("../img/sandra-bw.jpg") center top no-repeat;
    filter: brightness(1.4);
    width: 141px;
    height: 170px;
    margin-top: 35px;
    padding-left: 50px;
}
section div:last-child p {
    margin: 135px 10px 0 10px;
    vertical-align: bottom;
}
section div a {
    color: #809f8d;
    display: block;
}
section div a:hover {
    text-decoration: underline
}
section.book {
    width: 1100px;
    min-height: 60px;
    margin: 0 auto;
    padding: 20px 0 20px 25px;
}
section.book a {
    width: 155px;
    height: 45px;
    margin-left: 20px;
    color: #fff;
    background: #809f8d;
    display: block;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    font-weight: 800;
    border-radius: 4px;
    text-decoration: none;
}
section.book a:hover {
    background: #fff;
    color: #809f8d;
    border: 1px solid #809f8d;
    
}
section.book a span {
    margin-left: 7px;
}
section div h2 {
    margin-bottom: 10px;
    color: #809f8d;
    font-size: 18px;
}
footer {
    margin-top: 70px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
}
@media screen and (max-width: 450px) {
    html {
        width: 100%;
        overflow-x: hidden;
    }
    article {
        max-width: 420px;
        margin: 0 auto;
        overflow-x: hidden;
    }
    section {
        width: 400px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    section.logo div:first-child {
        width: 100%;
    }
    div.social {
        position: absolute;
        top: 50px;
        right: 28%;
        display: block;
    }
    div.social a {
        margin: 0 4px;
        position: absolute;
        z-index: 200;
    }
    div.social a:last-child {
        margin-left: 45px;
    }
    section.book {
        padding: 0px 0 0px 25px;
    }
    section.book a {
        margin-left: 0px;
        position: absolute;
        width: 135px;
        height: 35px;
        line-height: 35px;
        font-size: 17px;
    }
    a.book-now {
        position: absolute;
        top: 81px;
        left: 235px;
        width: 110px;
        height: 32px;
        margin-left: 20px;
        color: #809f8d;
        background: #fff;
        display: block;
        text-align: center;
        line-height: 32px;
        font-size: 16px;
        font-weight: 800;
        border: 2px solid #809f8d;
        border-radius: 4px;
        text-decoration: none;
    }
    a.book-now:hover {
        color: #fff;
        background: #809f8d;
    }
    section div {
        display: block;
        width: 100%;
        padding: 0;
    }
    section.top {
        margin-top: -40px;
    }
    section.top div {
        padding-left: 0;
    }
    section div p {
        width: 300px;
        margin-right: 10px;
    }
    section.mid div:first-child {
        padding-left: 0;
        margin-bottom: 15px;
    }

    section.logo a.address, section.logo a.tel {
        font-size: 13px;
        line-height: 18px !important;
    }
    section.logo h1 {
         margin: 0px; 
        color: #333;
        font-size: 16px;
    }
    section.logo a:first-child {
        background-size: 59%;
        width: 200px;
        height: 160px;
        margin-left: -40px;
    }
    section.top div:first-child {
        width: 122px;
        height: 170px;
        margin-top: 35px;
        padding-left: 0px; 
        margin-bottom: 15px;
    }
    section div:last-child p {
        margin-top: 115px;
        display: block;
        clear: both;
        width: 100%;
    }
    section.top div#left-sp.drrez, section.mid div#sandra {
        padding-left: 0;
    }
    section.map {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        margin-top: -50px;
    }
    section.map img {
        width:320px;
        float: left;
        margin-left: -14px; 
    }
    footer {
        display: block;
        width: 100%;
        margin-top: 30px;
        text-align: left;
        margin-left: 30px;
    }
}
@media screen and (min-width: 451px) and (max-device-width : 700px) {
    html {
        width: 100%;
        overflow-x: hidden;
    }
    article {
        max-width: 1000px;
        margin: 0 auto;
        overflow-x: hidden;

    }
    div.social {
        right: 0;
    }
}