@charset "utf-8";


/*  Foundation
*/

body {
    margin-bottom: calc(105px + env(safe-area-inset-bottom));
    /* footer float nav分スペースを最初からとっておく */
}



/*
    Modules (Header)
*/

.site_common_header_top {
    width: 100%;
    margin: 0.5em 0;
    text-align: right;
}

.site_common_header_left {
    width: 32.25%;
    margin: 0;
    align-items: center;
}

.site_common_header_right {
    width: 67.75%;
    margin: 0;
}



.site_common_header_link_privacy_policy .fas {
    color: #52a0e2;
    font-size: 1.5em;
    vertical-align: middle;
}

.site_common_header_link_privacy_policy .text {
    vertical-align: middle;
    color: #666;
}



.site_common_header_tel_box {
    width: 440px;
    border: 1px #111 solid;
    padding: 0.5em 2em 0;
    border-radius: 5px;
    border-top: none;
}



.site_common_header_tel {
    line-height: 40px;
    align-items: center;
}

.site_common_header_freedial_icon {
    height: 30px;
}

.site_common_header_tel_number {
    margin-left: 0.2em;
    letter-spacing: 4px;
    font-size: 2.9em;
    font-weight: 700;
    font-family: "Fira Sans", sans-serif;
}

.site_common_header_tel_description {
    line-height: 1.2em;
    margin-bottom: 0.5em;
    font-size: 1.2em;
    color: #666;
}



.site_common_header_link_box {
    width: calc(100% - 460px);
    align-items: end;
}



.site_common_header_link_contact {
    display: block;
    width: 95%;
    padding: 0;
    margin: 0 0 0 5%;
    /* 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 */
}

.site_common_header_link_contact .text {
    margin: 3px;
    padding: 3px 5px;
    border: 1px #fff solid;
    width: calc(100% - 6px);
    letter-spacing: -1px;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

.site_common_header_link_contact .text .fas {
    margin-right: 0.2em;
}



.site_common_header_link_estimate {
    display: block;
    width: 95%;
    padding: 0;
    margin: 0.5em 0 0 5%;
    /* 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 */
}

.site_common_header_link_estimate .text {
    margin: 3px;
    padding: 3px 5px;
    border: 1px #fff solid;
    width: calc(100% - 6px);
    letter-spacing: -1px;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}



/*  Modules Footer
*/

.footer_site_top {
    width: 100%;
    height: 3em;
    background-color: #52a0e2;
}



/*  Modules Footer float nav
*/

.footer_float_nav {
    position: fixed;
    z-index: 100;
    bottom: env(safe-area-inset-bottom);

    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    margin: auto;
    text-align: center;
}

.footer_float_nav_one {
    margin: 5px 15px;
}




/*  Modules Footer site map
*/

.footer_sitemap {
    width: 66.666%;
    margin: 2em 0;
}

.footer_sitemap .nav_one {
    width: 33.333%;
    padding: 0.5em 0;
}

.footer_sitemap .nav_one .fas {
    vertical-align: top;
    margin: 4.5px 3px 0 0;
    font-size: 0.9em;
    color: #52a0e2;
}

.footer_sitemap .nav_one .text {
    vertical-align: top;
    width: calc(100% - 20px)
}



.footer_top_right {
    width: 32.334%;
    margin: 2em 0.5%;
    text-align: right;
}



.footer_bottom_left {
    margin: 0.5%;
    width: 34%;
}

.footer_bottom_center {
    margin: 0.5%;
    padding: 1em 1em 0 1em;
    width: 35%;
    border: 1px #111 solid;
    border-radius: 5px;
    border-bottom: none;
}

.footer_bottom_right {
    margin: 0.5%;
    width: 28%;
}



.site_common_footer_tel {
    line-height: 40px;
    align-items: center;
}

.site_common_footer_freedial_icon {
    height: 30px;
}

.site_common_footer_tel_number {
    margin-left: 0.2em;
    letter-spacing: 3px;
    font-size: 2.4em;
    font-weight: 700;
    font-family: "Fira Sans", sans-serif;
}

.site_common_footer_tel_description {
    line-height: 1.2em;
    margin-bottom: 0.5em;
    font-size: 1.1em;
    color: #666;
}



.footer_bottom_key {
    width: 22%;
}

.footer_bottom_val {
    width: 28%;
}

.footer_bottom_table_key {
    padding: 0.3em 0;
    font-weight: normal;
}

.footer_bottom_table .link_area {
    color: #52a0e2;
}



/*
    Modules (Page Top Jump)
*/

.sub_aside_box {
    position: fixed;
    right: 2%;
    bottom: 2%;
}

.sub_aside_box.bottom {
    bottom: 25%;
}

.jump_page_top {
    vertical-align: middle;
    margin: 0 0.5em;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 1.5em;
    cursor: pointer;

    background-color: #52a0e2;
    color: #fff;
}



/*
    Modules (Age Warning)
*/

.age-warning-box {
    display: none;
    position: fixed;
    z-index: 50;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 1em;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    transition: opacity easing 1s;
}

.age-warning-box.leave {
    opacity: 0;
    transition: opacity easing 1s;
}

.age-warning .section_body {
    position: absolute;
    height: 15em;
    width: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;

    color: #111;
}

.age-warning .section_body .buttons {
    height: 5em;
    line-height: 5em;
}

.age-warning-box .button_no,
.age-warning-box .button_yes {
    width: 200px;
    margin: 0 1em;
    padding: 0.3em 1em;
    border: none;
    border-radius: 10px;
    vertical-align: middle;
    text-align: center;

    color: #fff;
    font-weight: bold;
}

.age-warning-box .button_no {
    background-color: #80dd80;
}

.age-warning-box .button_yes {
    background-color: #dd8080;
}
