/*----------サクライベントページ----------*/
.img-frame--event .img-01 {
    background-image: url(../images/sakura-event/events_kv_pic01.jpg);
    animation: slide-animation-01 24s infinite;
}
.img-frame--event .img-02 {
    background-image: url(../images/sakura-event/events_kv_pic02.jpg);
    animation: slide-animation-02 24s infinite;
}
.img-frame--event .img-03 {
    background-image: url(../images/sakura-event/events_kv_pic03.jpg);
    animation: slide-animation-03 24s infinite;
}
/*----------サクラカフェページ----------*/
.img-frame--cafe .img-01 {
    background-image: url(../images/sakura-cafe/topslider3.jpg);
    animation: slide-animation-01 24s infinite;
}
.img-frame--cafe .img-02 {
    background-image: url(../images/sakura-cafe/topslider4.jpg);
    animation: slide-animation-02 24s infinite;
}
.img-frame--cafe .img-03 {
    background-image: url(../images/sakura-cafe/topslider5.jpg);
    animation: slide-animation-03 24s infinite;
}
/*----------ホテル別詳細ページ----------*/
/*
.img-frame--hotel {
    max-height: 768px;
    position: relative;
}
*/
.img-frame--hotel .img-01 {
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
        url(../images/sakura-event/events_kv_pic01.jpg) lightgray 50% / cover no-repeat;*/
    animation: slide-animation-01 24s infinite;
}
.img-frame--hotel .img-02 {
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
        url(../images/sakura-event/events_kv_pic02.jpg) lightgray 50% / cover no-repeat;*/
    animation: slide-animation-02 24s infinite;
}
.img-frame--hotel .img-03 {
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
        url(../images/sakura-event/events_kv_pic03.jpg) lightgray 50% / cover no-repeat;*/
    animation: slide-animation-03 24s infinite;
}
/*----------ホテル詳細ページ topic--slider----------*/
.topic--slider {
    position: relative;
}
.topic--slider .prev-arrow,
.topic--slider .next-arrow {
    position: absolute;
    width: 30px;
    z-index: 1;
}
.topic--slider .prev-arrow {
    position: absolute;
    top: 50%;
}
.topic--slider .next-arrow {
    position: absolute;
    top: 50%;
    right: 24px;
}
.topic--slider .slick-dots {
    display: flex;
    position: absolute;
    left: 50%;
    justify-content: center;
    gap: 12px;
    padding: 0;
    margin: 0;
    color: #e0e0e0;
}
.topic--slider .slick-active {
    color: #000;
}
.topic--slider .slick-dots button {
    display: none;
}
/*
.img-frame--hotel .title--common {
    position: absolute;
    bottom: 0;
    z-index: 10;
}
*/
/*----------ホテル一覧ページ----------*/
@media screen and (max-width: 1023px) {
    .main__content--hotel_list img {
        object-fit: cover;
        height: 66vw;
        object-position: 66% 50%;
    }
}
/*----------２段ベッド詳細ページ----------*/
@media screen and (max-width: 767px) {
    .main__content--bed_details video {
        margin-bottom: 16px;
    }
    .img-frame--hotel {
        height: 384px;
        position: relative;
    }
    .img-frame--hotel * {
        background-position: center center; /* 水平方向と垂直方向両方を中央に */
        object-position: center;
    }
}
