@charset "UTF-8";

/*
Theme Name: トレイルランナーズ 2026 v1
*/

/* YouTube  埋め込み動画用 ここから */
.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 3rem; /* YouTubeの下に余白をつける */
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* YouTube  埋め込み動画用 ここまで */