
#welcome img{
    width : 100%;
}
#venue img{
    width : 100%;
}
#top-img{
    background-image: url('/assets/img/ICMST.png');
    background-size: cover; /* 画像をセクション全体にフィット */
    background-position: center; /* 中央に配置 */
    height: auto; /* セクションの高さを画面全体に設定 */
    width: 100%;
    height: 66vw;
    position: relative;
}

.carousel-item img {
    object-fit: cover; /* 横幅を切り取る */
    width: 80%; /* 横幅をスライド全体に合わせる */
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    margin: 10px 0px;
}