@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
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/**
* ヘッダー
*/
.header-wrap {
    width: 100%;
    max-width: 1480px;
    height: 56px;
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 8px;
    position: relative;
}

.header-container {
    width: 100%;
    height: 56px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo__link {
    width: 116px;
    height: 32px;
    margin-bottom: 8px;
}

.header-logo__subtitle {
    font-size: .6em;
    font-weight: 300;
    color: #555;
    line-height: 1.3;
    margin-left: 11.52px;
    letter-spacing: 1px;
}


.header-l {
    display: flex;
    align-items: center;
}

.header-r {
    display: flex;
    align-items: center;
}

/* ヘッダーリンク */
.header-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    color: #4b4b4b;
    margin-left: 27px;
    cursor: pointer;
}

@media (max-width: 480px) {
    .header-wrap {
        height: 50px;
    }

    .header-container {
        height: 50px;
    }

    .header-logo__link {
        width: 100px;
        height: 28px;
    }
}



/* フッター */
#footer {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
}

.footer-home {
    font-size: 20.8px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: -0.4px;
    display: block;
    text-decoration: none;
    color: #252525;
}

.footer-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-nav-item {
    font-size: 12px;
    margin: 0 10px;
    text-decoration: none;
    color: #252525;
    padding: 10px;
}

.footer-copyright {
    font-size: 12px;
    text-align: center;
    opacity: 0.7;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .footer {
        padding: 30px 15px;
    }

    .footer-nav-item {
        margin: 5px 0;
    }
}
