@charset "utf-8";



body {
    /* padding-top: calc(48.7px - 1em); */
    padding-top: 15%;
}



.main_nav {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
}

.main_nav .header_key,
.main_nav .header_val {
    float: none;
    margin: 0;
    padding: 0;
}



.main_nav_key_inner {
    background-color: #fff;
}

.main_nav .page_title {
    width: 50%;
    padding: 0.3em 1em;
    align-items: center;
}

.main_nav .page_title .site_common_header_logo {
    max-height: 40px
}



.main_nav .menu_button_box {
    width: 50%;
    text-align: right;
    padding: 0 1em;
    position: relative;
}

.main_nav .active_toggle_button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
    height: 2em;
    line-height: 1em;

    border: 1px #111 solid;
    border-radius: 5px;
    padding: 0.5em 1em;

    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #111;
    font-size: 1.1em;
}

.main_nav .active_toggle_button:hover {
    background-color: #111;
    color: #fff;
}



.main_nav .active_toggle_body {
    height: 0;
    margin: 0;
    border: none;
    width: 100%;
    overflow: hidden;
    background-color: rgba(245, 245, 245, 0.95);
}

.main_nav .active .active_toggle_body {
    height: 320px;
    max-width: 100%;
}
/*
.iOS .active .active_toggle_body {
    height: 370px;
    max-width: 100%;
}
*/


.main_nav .active_toggle_body .nav_one {
    width: 50%;
    padding: 0 0 0 1em;
    height: 50px;
    line-height: 50px;
    border-right: 1px #999 solid;
    border-bottom: 1px #999 solid;
    text-align: left;
    color: #111;

    display: flex;
    align-items: center;
}

.main_nav .active_toggle_body .nav_one .text {
    line-height: 20px;
}

.main_nav .active_toggle_body .nav_one.privacy_policy .text {
    font-size: 1.1em;
}



.main_nav .active_toggle_body .nav_one:hover {
    background-color: #fff;
    color: #111;
}

.nav_one.estimate {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a90d4+0,4278be+100 */
    background: #4a90d4; /* Old browsers */
    background: -moz-linear-gradient(top,  #4a90d4 0%, #4278be 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #4a90d4 0%,#4278be 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #4a90d4 0%,#4278be 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a90d4', endColorstr='#4278be',GradientType=0 ); /* IE6-9 */
}

.nav_one.contact {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0000+0,bd0000+100 */
    background: #ff0000; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff0000 0%, #bd0000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff0000 0%,#bd0000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff0000 0%,#bd0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#bd0000',GradientType=0 ); /* IE6-9 */
}

.nav_one.estimate .text,
.nav_one.contact .text {
    color: #fff;
}



.nav_one_fullwidth {
    width: 100%;
    padding: 10px calc(25% - 75px) 10px 0;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px #999 solid;
    text-align: right;
}



.external_site_one {
    height: 100%;
}

.external_site_one_image {
    height: 49px;
    vertical-align: top;
}
