@charset "UTF-8";
/* 
reset 
------------------------*/
body,html,div,main,section {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
main .inner > *:not(h1, h2, h3, h4) {
    margin-bottom: 0;
}
#page-top #main-contents {
    padding-bottom: 0;
}
/* 
layout
------------------------*/
#page-top {
    /* background-color: #effcff; */
}
#page-top main#top {
    padding: 0;
}
#page-top main#top .inner {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0;
    box-shadow: none;
    
}
#page-top main#top section {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* 
main
------------------------*/
/* clinic */
#page-top section.clinic .map_embed {
    width: 100%;
    background-color: #f2f2f2;
}
/* cta */ 
#page-top section.cta a {
    display: block;
    transition: 0.2s;
}
#page-top section.cta a:hover {
    transition: 0.2s;
    opacity: 0.5;
}
/* fixed_cta */
#page-top section.fixed_cta {
    /* position: relative; */
}
#page-top section.fixed_cta a {
    position: fixed;
    bottom: 0;
    max-width: 600px;
}

/* recaptcha */
#page-top .grecaptcha-badge {
    display: none;
}


/*============================================================
    TB
*============================================================*/
@media screen and (max-width: 1024px) {}



/*============================================================
    PC
*============================================================*/
@media screen and (min-width: 767px) {
    #page-top main#top {
        padding: 80px 0;
    }
    #page-top main#top .inner {
        box-shadow: 0px 0px 5px 4px #c6c6c6;
    }
}
