@charset "UTF-8";
/*
    Template: jyokokuji
    Theme Name: JYOKOKUJI CHILD
    Theme URI: https://swell-theme.com/
    Description: JYOKOKUJIの子テーマ
    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
*/

/*** ヘッダー ***/
.l-header {
	color: #fff;
    background: var(--color_main);
}
.l-header .c-gnav a {
    color: #fff;
}
.c-gnav>.menu-item>a .ttl {
font-size: 18px;
font-family: "sicyubi-fuderm", sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: 0.1em;
}


/*** 見出しH1 ***/
.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
font-family: "sicyubi-fuderm", sans-serif;
font-weight:normal !important;
font-style: normal;
letter-spacing: 0.1em;
}

/*** フォント ***/
.font01 {
font-family: "sicyubi-fuderm", sans-serif;
font-weight:normal !important;
font-style: normal;
letter-spacing: 0.1em;
}



/*** 写真角丸 ***/
:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img) {
    border-radius: 30px !important;
}










