﻿.event-box {
    padding-top: 6rem;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    display: flex;
    position: relative;
}
.box-text h2, .box-text p, .box-text div, .box-text h3 {
    line-height: 1.4 !important;
}
.event-container {
    touch-action: manipulation;
    padding-bottom: 4rem;
    display: block;
    margin-top: 1rem;
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}
.event-left {
    padding: 0px 32px 32px;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}
    .event-left img {
        max-width: 100%;
        width: 100%;
        height: auto;
        border-radius: 10px;
        border-style: none;
    }
.event-right {

}
.event-header {
    padding-bottom: 1.5rem;
    border-bottom-width: 1px;
}
.subject {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
    line-height: 1.25;
    font-size: 30px;
    margin: 0;
}
.Time {
    display: flex;
    align-items: center;
}
.event-by-shop {
    --tw-space-y-reverse: 0;
    margin-top: 2rem;
}
.hidden {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: rgba(39, 39, 39, .5);
    border-radius: 10px;
}
.items {
    gap: .5rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.item-left {
    flex-direction: column;
    display: flex;
}
.item-text {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.booknow {
    font-size: .875rem;
    line-height: 1.25rem;
    background-color: rgb(157, 73, 149);
    color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-right: 22px;
}
.event-hr {
    margin-top: 2rem;
    border-top-width: 1px;
    border-color: #ffffff33;
    height: 0;
    color: inherit;
}
.event-content-box {
    --tw-space-y-reverse: 0;
    margin-top: 2rem;
    width: 100%;
}
.tit {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}
.box-text {
    word-break: break-word;
    word-wrap: break-word;
    position: relative;
    max-height: none;
    overflow: hidden;
    mask-image: none;
    --tw-text-opacity: 1;
    font-size: 1rem !important;
    line-height: 0.5rem !important;
    font-weight: 400;
    white-space: pre-wrap;
    font-size: 1rem;
    line-height: 1.5rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.event-footer h3 {
    --tw-text-opacity: 1;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
}
.event-footer h1 {
    font-weight: 400;
    --tw-text-opacity: 1;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: .75rem;
    margin-top: .5rem;
    margin: 0;
}
.bg-black {
    background-color: #000 !important;
}

.modal-body {
    padding-top: 1rem;
}

.modal-header button {
    font-size: 1.1rem;
}
@media (min-width: 768px) {
    .event-box {
        display: block;
    }

    .event-left {
        position: sticky;
        top: 100px;
        align-self: flex-start;
        width: 30%;
    }

    .event-container {
        display: flex;
        justify-content: center;
        gap: 2.5rem;
        max-width: 1360px;
        width: 100vw;
        margin-left: auto;
        margin-right: auto;
    }
    .event-right {
        width: 60%;
    }
}
@media (min-width: 441px) {
    .item-text {
        font-size: 0.8rem;
    }
}