@charset "utf-8";
/*------YouTube埋め込み-------*/
iframe.youtube {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: 800px;
    display: block;
    margin: auto;
}