/*
Theme Name: Tsukimi Kinder Original Theme
Description: Tsukimi Kinder Original Theme
Theme URL: https://tsukimi-kinder.com
Author: Yoshimura Haruyuki
Author URI: https://tsukimi-kinder.com
Version: 0.0.1
*/

/*
Copyright (c) 2025 Yoshimura Haruyuki, Tsukimi Kinder.
*/

@font-face {
    font-family: "zen_maru_gothic";
    src: url('./assets/ZenMaruGothic-Regular.ttf') format("truetype");
    font-display: swap;
}

body{
    font-family: "zen_maru_gothic", sans-serif !important;
}

.bg-sidebar{
    background: #ffe;
}

h2.wp-block-heading{
    border-left: #006600 6px solid; 
    border-bottom: #006600 1px solid; 

    padding-left: 5px; 
    padding-bottom: 1px;
}

h3.wp-block-heading,
h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading{
    border-left: #006600 5px solid; 
    border-bottom: #006600 1px solid; 

    padding-left: 5px; 
    padding-bottom: 1px;
}

body {
    scroll-behavior: smooth;
}

.thin-scrollbar{
    scrollbar-width: thin;
}

.instagram-button{
    background: url('./images/instagram.png') center no-repeat;
    object-fit: cover;
}

.max-image{
    object-fit: cover; 
    width: 100%; 
    height: 100%;
}

.index-carousel{
    height: 50vh;
}

.index-instagram-card{
    height: 200px;
}

.page-title{
    height: 350px;
}

.kome-list{
    list-style-type: '※';
}

:target {
    scroll-margin-top: 0px;
}

@media (max-width: 768px) {
    .index-carousel{
        height: 40vh;
    }

    .index-instagram-card{
        height: 150px;
    }

    .page-title{
        height: 200px;
    }

    :target {
        scroll-margin-top: 75px;
    }
}