<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* 問合せ先 */
#footer_menu {
    max-width: 1100px;
    margin: 20px auto 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
    font-size:0.9em;
}
    #footer_menu a {
    text-decoration:none;
    }

    #siteinfo {
        padding: 15px 10px;
        font-size: 0.9em;
    }
#toiawase {
    max-width: 1100px;
    margin: 10px auto 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    align-items: center;
    padding: 15px 0px;
}

    #toiawase span {
    font-size:1.2em;
    font-weight:bold;
    }

    #toiawase img {
        padding: 0px;
    }

/* copyright */

#cp {
    font-size: 0.7em;
    padding: 5px 0px;
    text-align: right;
}

#cp p
{
    max-width:1100px;
    margin:0px auto;
}

#topbtn, div#top {
    position: fixed;
    right: 1rem;
    bottom: 0;
    z-index: 1200;
}

.btn_bar {
    width: 90px;
    height: 298px;
    position: fixed;
    top: 203px;
    right: 0px;
    z-index: 10000;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


#keepSavePage-container {
    top: 513px !important;
}



@media screen and (max-width:767px) {
    /* スマートフォン用のスタイル記述 */
    .btn_bar {
        display: none;
    }
}

/* telto */
@media screen and (min-width:768px) {
    /* PCではリンクなし */
    a [href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
        color: #333333 !important;
    }

    .teltoon {
        display: none !important;
    }

    .teltooff {
        margin-left: 0px !important;
    }
}

@media screen and (max-width:767px) {
    /* スマホではリンクあり */
    a[href^="tel:"] {
    }

    .teltoon {
        margin-left: 0px !important;
    }

    .teltooff {
        display: none !important;
    }

    #toiawase {
        flex-direction: column;
    }
}

/* PC用 */
@media screen and (min-width:1025px) {
    .nami {
        background: url("../../images/rittiguide/nami.png") repeat-x center 0px;
        height: 4px !important;
        display: block !important;
    }
}</pre></body></html>