/* カルーセル */
/* 画像を強制的に同じサイズに固定 */
.carousel {
    height: auto;

}

.carousel-inner {
    display: flex;
    height: auto;
}

.carousel-inner img {
    width: 100%;
    object-fit: contain;

}

/* 
@media (max-width: 576px) {
    .carousel{
        height:auto;


    }

    .carousel-item {
        object-fit: contain;
        object-position: top !important;


    }
    .carousel-inner img{
        width:100%;
        max-height: 100vh;
        object-fit:contain;
        object-position:top;
    }
} */



/* アコーディオン */
.accordion-ittem,
.accordion-header,
.accordion-collapse,
.accordion {
    /* background-color: rgba(253,242,212, 0.7) !important; */
}

.accordion-title {
    background-color: rgba(253, 242, 212, 1) !important;
    border-radius: 0;

}

.accordion-button {
    background: none;

}

.accordion-title {
    border-color: rgb(213, 50, 43) !important;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* border: solid 2px !important; */

}

.bottom-radius {
    border-radius: 0 0 20px 20px;
}

.accordion-wrapper {
    background: none;
    margin-top: 15px;
    /* border: solid 2px; */
    border-radius: 0;
    background-color: rgba(253, 242, 212, 1) !important;

}

.accordion-header {
    border-radius: 20px 20px 0 0;
    /* background-color: rgba(253,242,212, 0.7) !important; */

}

.accordion {
    --bs-accordion-bg: none;
    /* 背景を完全に消す */



}



/* schedule */

.top-schedule-image {
    border-radius: 12px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.8);
}


/* X埋め込み */

.x-custom {
    display: flex;
    justify-content: center;
    padding-left:12px;
    padding-right:12px;

}

.twitter-tweet{
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.8);

}


@media(min-width:576px) {

    .acc-full,
    .top-schedule {
        width: 60%;
    }

    .top-schedule-image {
        width: 100%;
        object-fit: contain;
    }
}

/* メディアクエリ */
/* スマートフォンなどのデバイスではカルーセルの幅は100%に設定 */
/* @media (max-width: 576px) {
    .carousel {
        width: 100% !important;
        height: 350px;
        object-fit: cover;
    }

    .carousel-inner {
        height: 350px;
    }
} */

@media (max-width: 576px) {
    .accordion {
        width: 94% !important;
    }

    .acc-full,
    .top-schedule,
    .x-wrapper {
        width: 94%;
    }

    .top-schedule-wrapper {
        width: 100%;
        display: flex;
    }

    .top-schedule-image {
        width: 100%;
        object-fit: contain;
    }
}