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

a.c-headLogo__link::before {
    content: '';
    display: inline-block;
    width: 43px;
    height: 43px;
/* ロゴ画像のサイズ調整 */
    background-image: url(http://personal-clasapo.tlife.info/wp-content/uploads/2025/05/cropped-personal_kurasapo_icon_512.png);
/* メディアライブラリにアップロードした画像を指定する */
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    padding:0px 50px 0px 0px;
/* ロゴとサイトタイトルの間の空白を指定する */
}

}
/*ヘッダのロゴサイズ */
.-txt .c-headLogo__link {
    font-size: 15px;
}
/*ヘッダのロゴサイズデスクトップ */
@media (min-width: 960px){
.-txt .c-headLogo__link {
    font-size: 23.6px;
}
}

