@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400;1,600&display=swap');

/* font-family: 'Playfair Display', serif; */

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: none;
}

.uk-navbar-center img {
    width: 170px;
}

.bg01 {
    background: url(/img/bg.jpg) 50% / cover;
}

.uk-button-danger {
    background-color: #c0162f;
}

.uk-navbar-left div {
    color: #fff;
    margin: 0 10px;
    font-size: 18px;
    font-weight: 100;
}

h1 {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 60px;
    margin-top: 120px;
}

h2 {
    font-family: 'Playfair Display', serif;
    color: #000;
}

h3 {
    font-family: 'Playfair Display', serif;
    color: #000;
    margin-top: 0;
}

.desc {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    font-weight: 100;
}

.desc p {
    color: #fff;
}

.num {
    font-family: 'Playfair Display', serif;
    position: absolute;
    top: 0;
    right: -20px;
    font-size: 200px;
    line-height: 1px;
    color: #eee;
}

.talk {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.info {
    background: #c0162f;
    color: #fff;
    padding: 40px;
}

.info svg {
    width: 40px;
}

.time {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #000;
    border-right: 1px solid #c0162f;
    margin-top: 0 !important;
    padding-bottom: 40px;
}

.time .uk-heading-line>::after,
.time .uk-heading-line>::before {
    border-bottom: calc(.2px + .05em) solid #c0162f;
}

.spik {
    margin-bottom: 40px;
}

.spik img {
    border-radius: 100%;
    width: 200px;
    margin-bottom: 20px;
}

.frame {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 24px auto;
}

.frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button {
    display: none;
}

.button2 {
    margin: 40px auto !important;
    display: block;
    width: 200px;
}

@media only screen and (max-device-width: 1200px) {
    .uk-navbar-container:not(.uk-navbar-transparent) {
        margin-top: 80px !important;
    }
}

@media only screen and (max-device-width: 960px) {
    .talk {
        flex-direction: column;
    }
    .talk img,
    .talk svg {
        margin-bottom: 40px;
    }
    .time {
        padding-bottom: 0;
        border: 0;
        margin-top: 40px !important;
    }
}

@media only screen and (max-device-width: 640px) {
    .desc {
        width: 90%;
    }
    .num {
        right: 0;
    }
}

@media only screen and (max-device-width: 510px) {
    .uk-navbar-left,
    .uk-navbar-right {
        display: none;
    }
    .button {
        display: block;
        width: 200px;
        margin: 0 auto;
        margin-top: 40px;
    }
    .uk-navbar-center {
        margin: 20px auto;
    }
    .uk-navbar-center:not(:only-child) {
        position: relative;
        margin: 0;
        margin-top: 40px;
        transform: translate(-50%, 0);
    }
    h1 {
        margin-top: 40px;
    }
    .uk-navbar-container:not(.uk-navbar-transparent) {
        margin-top: 0 !important;
    }
}