.jidouga .wp-caption {
    margin: 20px 5px 0 5px;
    border: none;
    float: none;
    display: inline-block;
    background-color: transparent;
    vertical-align: top;
    max-width: 100%;
}

.jidouga {
    background-image: url("https://super-shimadaya.xyz/images/uploads/2024/01/lower_cloud.png;"), url("https://super-shimadaya.xyz/images/uploads/2024/01/jidouga_back.jpg;");
    background-repeat: no-repeat, repeat;
    background-position: center top, left top;
}

.jidouga_head {
    text-align: center;
    padding: 15px;
}

#jidouga-index #jidouga_group {
    padding: 0 48px;
}

#jidouga-index #jidouga_group .jidouga_group_bt {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

/* 児童画 下層ページ */
.jidouga_lower .jidouga_head h2 {
    border: 2px solid #FFFFFF;
    border-radius: 14px;
    box-shadow: 0px 0px 6px #a5d8f5;
}

.jidouga_lower .wp-caption-text {
    margin-top: 3px;
}

.jidouga_lower #awarded .wp-caption-text {
    font-size: 1.1em;
}

.jidouga_lower #awarded img {
    border: 6px solid #BEE1F6;
}

.bt_jidouga_other img:hover {
    transform: scale(1.05);
    transition: 0.3s all;
}

.Pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Pagination-Item-Link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    background: #fff;
    border: solid 2px #8DCAF3;
    font-size: 14px;
    color: #111;
    font-weight: bold;
    transition: all 0.15s linear;
}

.Pagination-Item-Link-Icon {
    width: 20px;
}

.Pagination-Item-Link.isActive {
    background: #8DCAF3;
    color: #fff;
    pointer-events: none;
}

.Pagination-Item-Link:not(.isActive):hover {
    background: #8DCAF3;
    color: #fff;
}

.Pagination>*+* {
    margin-left: 8px;
}

.bt_jidouga_honbu{
    background-color:#3AB1E9 ;
    width: 692px;
    height: 210px;
    margin: 0;
    position: relative;
}
.jidouga_boy{
    position: absolute;
    bottom:-20%;
    right:15%;
}
#hyosyo_title{
    margin-top: -24px;
}

@media screen and (max-width: 480px) {
    .jidouga {
        background-image: url("https://super-shimadaya.xyz/images/uploads/2024/01/lower_cloud.png;"), url("https://super-shimadaya.xyz/images/uploads/2024/01/jidouga_back.jpg;");
        background-repeat: no-repeat, repeat;
        background-position: center top, left top;
        background-size: 100% auto, 100% auto;
        ;
    }

    #jidouga-index #jidouga_group {
        padding: 0 24px;
    }

    #jidouga-index #jidouga_group .jidouga_group_bt li {
        width: 47%;
    }

    .jidouga #awarded .wp-caption {
        max-width: 85%;
    }

    .jidouga .awarded_t .wp-caption {
        max-width: 75%;
    }

    .jidouga #awarded .wp-caption img {
        width: 95%;
    }

    .jidouga .awarded_t .wp-caption img {
        width: 65% !important;
    }

    .jidouga .wp-caption {
        margin: 20px 5px 0 5px;
        border: none;
        float: none;
        display: inline-block;
        background-color: transparent;
        vertical-align: top;
        max-width: 43%;
    }

    .jidouga_lower .jidouga_head h2 {
        border: 2px solid #FFFFFF;
        border-radius: 8px;
    }

    .bt_jidouga_other {
        width: 80%;
        margin: 0 auto;
    }

    .bt_jidouga_honbu{
        background-color:#3AB1E9 ;
        width: 100%;
        height: auto;
        margin: 0;
        position: relative;
    }

    .jidouga_boy{
        position: absolute;
        bottom:-130%;
        right:3%;
    }

    #hyosyo_title{
        margin-top: 0;
        padding-top: 80px;
        background-color:#3AB1E9 ;
    }
}