/* size */
#mainContent p,#mainContent summary,#mainContent ul li{
    font-size: 18px;
}
#mainContent ul li{ font-size: 17px;}
/* swiper */
.swiper-wrapper {
    transition-timing-function: linear;
}
/*  */
.site-branding {
    background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)),
    url(/wp-content/uploads/2024/02/top_image01-scaled.jpg)
    ;
    background-repeat: no-repeat,no-repeat;
    background-position: center,center;
    background-size: cover,cover;
    /* transition: all 10s ease-in-out; */
}

#primary {
    max-width: none;
}
#mainContent {max-width: 1024px;padding-left: 20px;padding-right: 20px;margin-left: auto;margin-right: auto;}
.entry-content > section.slides { padding: 0; }
.baseTitle20 { font-size: var(--font-size-xl);}
.titleSub {margin: 1.6em auto 4em;width: 342px;text-align: center;font-size: var(--font-size-md);}
.border10 { margin: 2em auto 8em; }

/*  */
h1 {margin: 0.67em 0 1em;}
.baseTitle10{
    margin: 2em auto 3em; text-align: center;
}
.baseTitle10:before{height: 1.4em;}
.baseTitle20{
    margin: 3em auto 2em;
    font-size: 1em;
    font-weight: bold;
}
.baseTitle30{
    margin: 0 auto 1em;
    padding-left:1em ;
	font-size:1.35em;
}
.baseTitle30::before{
    content: "●";
    color: red;
    position: absolute;
    left: 7px;
    font-size: 15px;
    width: max-content;
}
#kaiketuArea .baseTitle20 {font-size: 1.35em; margin: 0 auto 2em; padding-left: 0;}

.border10{ margin: 5em auto 6em;}
/*  */
.desc h2 {
    margin:4em auto 2em;
}
.desc > p { max-width:522px; margin: 0 auto; font-size:  var(--font-size-md); }

section ul {
    list-style-position: outside;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
section ul li {
    margin: 0 0.5em 1em;
    padding: 0.5em;
    background: white;
    border-radius: 1em;
}
section ul li:before {
    content:  "";
    width:  10px;
    height:  10px;
    margin-right: 0.2em;
    display:  inline-block;
    background-color: #F44336;
    border-radius:  50%;
}
/*  */
.aboutImage{
    position: relative;
    margin: 0 auto 1em;
    width: 100%;
    max-width: 500px;
    background-position: center;
    background-size: cover;
    aspect-ratio: 5 / 3.9;
    /* 切り替え前の画像と切り替え後の画像を設定 */
    background-image: url(/wp-content/uploads/2024/03/top-image02.png),url(/wp-content/uploads/2024/02/top-image04.png),url(/wp-content/uploads/2024/02/top-image05.png); 
    background-repeat: no-repeat;
    /* アニメーションを設定 */
    animation: image_anime 16s ease infinite; 
    /* forwardsを設定すると100%の状態で止まる */
    animation-fill-mode: forwards; 
    /* animationを開始する時間を設定 */
    animation-delay: 4s; 
}
@keyframes image_anime {
  0% {
    /* 切り替え後の画像 */
    background-image: url(/wp-content/uploads/2024/03/top-image02.png); 
  }
  33% {
    /* 切り替え後の画像 */
    background-image: url(/wp-content/uploads/2024/02/top-image04.png); 
  }
  66% {
    /* 切り替え後の画像 */
    background-image: url(/wp-content/uploads/2024/02/top-image05.png); 
  }
  100% {
    /* 切り替え後の画像 */
    background-image: url(/wp-content/uploads/2024/03/top-image02.png); 
  }
}
.aboutBox { line-height: 2;}

/*  */
#kadaiList{
    display: block;
    margin: 0 auto;
    width: max-content;
}
#kadaiList li { font-size: 22px !important; padding-left: 1.7em; position: relative; }
#kadaiList li:before { 
    top: 0.95em;
    left:0.85em;
    position: absolute;
 }
/*  */
#kaiketuArea{ padding: 0;}
#miraproPic{
    position: relative;
}
.careIcon{
    font-size: 12px;
    width: max-content;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.5em 2em;
    border:1px solid;
    border-radius: 3em;
    background: #efefef;
}
.careIcon + .arrow {
    width: max-content;
    display: block;
    position: relative;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    font-size: 93px;
    line-height: 67px;
    padding: 0;
    color: #94b194;
}
.soudansienIconOuter{
    margin: 0 0 -1.4em;
    z-index: 2;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.soudansienIcon{
    font-size: 12px;
    text-align: center;
    width: max-content;
    border-radius: 2em;
    padding: 0.5em 1em;
    background: rgb(212, 236, 175);
    color: darkolivegreen;
    display: block;
    margin: 0 auto;
    line-height: 1.1;
    font-weight: bold;
    
}
.soudansienIcon small{ font-weight: normal; transform:scale(1); color:darkolivegreen; display: inline-block; }
.miraproImg {
    border: 1px dashed green;
    border-radius: 1em;
    padding: 1.5em 0.5em 1em;
    background: #eff5f4;
}


/*  */
.slides { max-width: none !important;}
#slides {
    width: 100%;
    margin: 0 auto;
}
.slides { margin: -3em auto 8em;}
.slideItem img {
    margin: 0 auto;
    display: block;
    width: 100%;
}

/*  */
.donationBtn,.contactBtn{
    margin: 0 auto;
}

@media screen and (max-width:1024px) { /* md+ */
    
}
@media screen and (max-width:820px) { /* md+ */
        
}
@media screen and (max-width:768px) { /* md */
	.baseTitle30 { font-size: 1.1em; font-weight: bold;}
    .baseTitle30:before { left:4px; font-size:12px;}
	/**/
    #mainContent p,#mainContent summary{
        font-size: 16px;
    }
    #mainContent ul li{ font-size: 15px;}

    #kadaiList { width:auto !important;}
    #kadaiList li { font-size: 15px !important; padding-left: 1.7em;font-weight: bold;}

}
@media screen and (max-width:576px) { /* sm */
    /*  */
    .desc > p {padding: 0 0.9em 0 1em;font-size: var(--font-size-sm);line-height: 1.9;}
    /*  */
    .slideItem {
        padding: 0 2px;
    }
    .slideItem img {
        max-height: 301px;
        object-fit: cover;
    }

    /*  */
    #kaiketuArea .baseTitle20 {font-size: 1.4em; padding-left: 0; margin: 1em auto 2em;}

    
}