@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* トップへ戻るボタン
----------------------------------*/
.c-fixBtn {
    align-items: center;
    background: initial;
    border: initial;
    border-radius: initial !important;
    box-shadow: initial;
    color: initial;
    cursor: initial;
    display: flex;
    flex-direction: column;
    height: 80px; 
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    opacity: .75;
    overflow: hidden;
    text-align: center;
    transition: all .25s;
    width: 80px; 
    background: url(' https://homyhome.co.jp/wp-content/uploads/2026/06/pagetop80×80.png ');
}
.icon-chevron-small-up:before, .icon-chevron-up:before {
    content: initial;
}
.hov-bg-main:hover {
    background-color: initial !important;
    color: initial !important;
}
