/* カルーセル */
/* 画像を強制的に同じサイズに固定 */
.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;
    /* 背景を完全に消す */



}



/* .item01 {
    border-radius:20px 20px 0 0;

} */




/* X埋め込み */

.x-custom {
    display: flex;
    justify-content: center;

}


@media(min-width:576px) {
    .acc-full {
        width: 60%;
    }
}

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

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

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

    .acc-full {
        width: 90%;
    }
}