/* アクセスメイン */
/* トーナメントタイトル*/
.tournament_box{
    position: relative;
}
.tournament_title{
    width: 100%;
    height: 500px;
    filter: brightness(90%) blur(2px);
}
.tournament_title_letter{
    position: absolute;
    font-size: 100px;
    color: white;
    font-weight: 600;
    top: 65%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
}
/* マップデザイン*/
.access_box{
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
}
.access_box p{
    line-height: 1.5em;
    font-family: poynter-oldstyle-display, yu-mincho-pr6, "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.access_map{
    width: 100%;
    height: 600px;
    display: block;
    border: 0;
}
.access_suv_box{
    padding: 25px;
}
.access_suv_title{
    font-size: 20px;
}
.access_suv_article{
    font-family: poynter-oldstyle-display, yu-mincho-pr6, "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width:420px) {
    .access_box p{
        font-size: 13px;
    }
    .access_map{
        height: 250px;
    }
    .access_suv_box{
        padding: 0;
    }
    .access_suv_title{
        font-size: 15px;
    }
}