* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

span {
    font-family: yu-gothic-pr6n, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.poster {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about,.schedule,.map {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about {
    background-color: #ffdb3f;
}

.schedule,footer {
    background-color: #3e3a39;
}

.schedule span, footer span{
    color: #fff;
}

iframe {
    width: 80vw;
    max-width: 400px;
    height: 200px;
    margin-bottom: 30px;
}


/* pc */
@media screen and (min-width: 768px) {
    .poster img {
        height: 90vh;
    }

    .title1{
        font-size: 16px;
        font-weight: 300;
    }
    .title2{
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .title3 {
        font-size: 24px;
        font-weight: 600;
    }
    .text {
        font-size: 18px;
        margin: 20px 0;
    }
    .memo {
        font-size: 12px;
    }

    .about,.schedule,.map {
        padding: 50px 50px;
    }

    footer {
        padding: 20px 0;
    }
    
}

/* sp */
@media screen and (max-width: 768px) {
    .poster img {
        max-width: 90vw;
        max-height: 90vh;
    }

    .title1{
        font-size: 11px;
        font-weight: 300;
    }
    .title2{
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .title3 {
        font-size: 20px;
        font-weight: 600;
    }

    .text {
        font-size: 11px;
        margin: 8px 0;
    }
    .memo {
        font-size: 10px;
    }

    .about,.schedule,.map {
        padding: 30px 30px;
    }

    footer {
        padding: 15px 0;
    }
    
}
