/*
Theme Name: akae-baku
Template: arkhe
Version: 1.0.0
*/
.l-header[data-pcfix="1"] {
        padding: 10px 0;
        border-top: 3px solid #8f6386;
}
[data-btns=rl-rr] .l-header__body {
    grid-template-areas: "left center right menu search";
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) var(--ark-drawerW) var(--ark-searchW);
}

[data-btns=rl-rr] .l-header__center {
    justify-self: center;
}
.site-name{
	text-decoration:none;
	font-size:.65em;
	font-family: "Yuji Syuku";
	font-weight: 400;
	color:var(--ark-color--header_txt);
	line-height:1;
}
.site-name-s{
	font-size:.5em;
}
.p-topArea.-noimg {
    background:#bf98b7 url(img/same-seigaiha2_svg.svg) repeat;
	background-size: 50%;
}
@media screen and (max-width: 782px) {
    .p-topArea.-noimg {
        background-size: 100%;
    }
}
.p-topArea{
	min-height: 16vh;
}
.p-topArea__body{
    color: #333;
	font-family: "Yuji Syuku";
}
h2{
	font-size:1.5em;
	color: var(--ark-color--main)
}
h3{
	font-size:1.3em;
}

h4{
	font-size:1.15em;
}
.is-vertically-aligned-top>.wp-block-media-text__content{
	margin-top:0;
}

.wp-block-pullquote{
border:none;	
}
.c-pageTitle__main{
	text-shadow: 2px 3px 8px #ffffff;
}
.wpcf7-form p{
	margin-bottom:1em;
}
.wpcf7 span{
	font-size:small;
	padding-left:.5em;
	color:red;
}
.grecaptcha-badge { visibility: hidden; }
.is-s{font-size:small;}	

.child-page-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.child-page-list__item {
	list-style:none;
	margin-right:1em;
}
.child-page-list__item a{
    color: inherit;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid var(--ark-color_main);
    display: inline-block;
    width: fit-content;
}
.child-page-list__item a:hover{
	color:var(--ark-color_main);
}