<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*======================================================

ページトップボタン＆コピーライト

=======================================================*/
/*

-------------------------------------------------------*/


/*コピーライト
-------------------------------------------------------*/
.copyright {
    color:#868e96;
    height: 60px;
    white-space: nowrap;
    background-color: #001713;
    display: flex;
    flex-flow:column;
    align-items: center;
    justify-content: center;
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, .02) 4px, rgba(255, 255, 255, .02) 8px);
}
.copyright_nav {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 10px;
}
.copyright_text1{
    font-weight: bold;
    color:#868e96;
    cursor: pointer;
    transition: .3s ease-out;
}
.link-mukou {
    pointer-events: none;
    cursor: default;
}
.copyright p{
    font-size: 10px;
    line-height: 1;
    font-weight: bold;
}
.copyright_text1:hover{
    color:#ced4da;
}
@media screen and (max-width: 1024px) {
    /* 固定フッターの高さを分を調整*/
    .copyright {
        padding-bottom: 48px;
        height: 96px;
    }
    .copyright_nav {
        margin-bottom: 4px;
    }
    #js-page-top {
        bottom: 20px;
    }
}
@media screen and (max-width: 678px) {
    /* 固定フッターの高さを分を調整*/
/*
    .copyright {
        padding-bottom: 40px;
        height: 88px;
    }
*/
}
/*END ページトップボタン＆コピーライト
-------------------------------------------------------*/



.footer-fixed_btn3 {
    display: inline-block;
    font-size: 100px;
    width: 38px;
    height: 38px;
    background: #3ca380;
    color: #fff;
    cursor: pointer;
    transition: .3s all ease-out;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
    position: fixed;
    bottom: 6px;
    right: 10px;
    /*---------*/
    z-index: 100;
    /*---------*/
    display: flex;
    justify-content: center;
    align-items: center;

}
.footer-fixed_btn3 i{
    width: 100%;
    text-align: center;
    display: block;
    font-size: 16px;
}
@media screen and (min-width: 1025px) {
    .footer-fixed_btn3 {
        bottom: 10px;
        right: 10px;
    }
}
@media screen and (max-width: 678px) {
/*
    .footer-fixed_btn3 {
        width: 32px;
        height: 32px;
        bottom: 5px;
    }
*/
}

/*========================================================

MB固定フッター

========================================================*/
.footer-fixed {
    width: 100%;
    height: 48px;
    position: fixed;
    bottom: 0;
    box-shadow: 0 0 .3rem 0 rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    display: flex;
    /*------------*/
    z-index: 50;
    /*------------*/
}
.footer-fixed_btn {
    display: inline-block;
    height: 100%;
    background: #006d5d;
    color: #fff;
    cursor: pointer;
    transition: .3s all ease-out;
    display: inline-block;
    border-radius: 4px;
    margin: 0 5px 0 0;
    padding: 0 1em;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
}

.footer-fixed_btn:hover {
    background: #5a3b20;
}
.footer-fixed_btn .tel {
    font-family:'Quicksand',sans-serif;
    letter-spacing: 0.03em;
}
.footer-fixed_wrap {
    display: flex;
    align-items: center;
    height: 100%
}
.footer-fixed_inner{
    line-height: 1;
    font-size: 1.3rem;
    color: #fff;
    white-space: nowrap;
    font-weight: bold;
}
@media screen and (min-width: 1025px) {
    .footer-fixed {
        display: none;
    }
}
@media screen and (max-width: 678px) {
/*
    .footer-fixed {
        height: 40px;
    }
*/
}</pre></body></html>