.stadiums{
    padding-top: 200px;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', 'MS PGothic', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    width: 100vw;
}
.stadiums .content_top_left {
    width: min(1300px, 90vw);
    margin: 0 auto 100px;
    font-size: 16px;
}
.stadiums h2 {
    margin: 80px 0;
    font-size: 90px;
    text-align: left;
    font-family: 'Radley', serif;
}
/*////////////////////////////////スリック///////////////////////////////*/
.stadiums_slick{
    width: min(1280px,100%);
    height: auto;
    margin: 100px auto;
    position: relative;

}
.stadiums_slick img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick-slide div{
    margin-left: 50px;
    margin-right: 50px;
}
.slick-next{
    width: 50px;
    height: 30px;
    position: absolute;
    right: 40%;
    z-index: 9;
    top: 110%;
}
.slick-prev{
    width: 50px;
    height: 30px;
    position: absolute;
    left: 40%;
    z-index: 10;
    top: 110%;
}
.slick-next::before{
    content: '';
    width:30px;
    height: 15px;
    display: inline-block;
    border-bottom:1px solid red ;
    border-right: 1px solid red;
    transform: skewX(45deg);
}
.slick-prev::before{
    content: '';
    width:30px;
    height: 15px;
    display: inline-block;
    border-bottom:1px solid red ;
    border-left: 1px solid red;
    transform: skewX(-45deg);

}

/*/////////////////////////////////スタジアム//////////////////////////*/
.stadiums h4{
    border-bottom: 2px solid #EA0015;
    font-size: 20px;
    font-weight: bold;
    padding: .5em 0;
    margin: 20px 0;
}
.google-map{
    display: flex;
    justify-content: center;
    width: 100%;
}
.urawakomaba{
    margin: 0 auto 100px auto;
    width: min(1280px,90%);
}
.urawakomaba hr{
    display: none;
}
.urawakomaba-text1{
    width: 50%;
    text-align: left;
    margin-right: 20px;
}
.urawakomaba-text1 .google-h7{
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid red;
    width: 90%;
    margin-right: auto;
    text-align: left;
    line-height: 30px;
    margin-bottom: 30px;
}
.google-text p{
    text-align: left;
    margin-bottom: 15px;
}
.google-text2{
    text-align: left;
}
.urawakomaba-text2{
    width: 90%;
    margin: 30px auto;
    text-align: left;
}
.map-btn,.access-btn{
    display: flex;
    justify-content: center;
}
.map-btn a{
    padding: 15px 60px 15px 20px;
    font-size: 15px;
    position: absolute;
    text-decoration: none;
    color: black;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: min(400px,50%);
    border-radius: 10px;
    border: 2px solid red;

}
.map-btn a::after{
    content: '';
    display: inline-block;
    width: 15px;
    height: 7px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    transform: skewX(45deg);
    position: relative;
    left: 8%;
    top: 7px;
}

/*////////////////////////////経路///////////////////////////////*/
.stadiums h3 {
    background-color: #EA0015;
    color: #FFF;
    font-weight: bold;
    padding: 0.5em 1em;
    margin: 40px 0 20px;
    text-align: left;
}
.stadiums .root,.stadiums .access,.stadiums .stadium-map{
    width: min(1280px,100%);
    margin: 0 auto 100px auto;
    height: auto;
}
.stadiums .root-wrap,.stadiums .access-wrap,.stadiums .map-wrap{
    width: 90%;
    margin: 0 auto;
}
.stadiums .root-wrap img{
    width: min(800px,100%);
    height: min(500px,100%);
    object-fit: cover;
    margin: 40px 0;
}
.stadiums .root-wrap p{
    width: min(800px,100%);
    text-align: left;
    margin: 0 auto;
}
/*///////////アクセス////////////*/
.stadiums .access-flex{
    display: flex;
    gap: 30px;
    margin-top: 30px;
    text-align: left;
}
.stadiums .access-flex h10{
    font-weight: bold;
}
.stadiums .access-wrap span{
    background-color: red;
    color: white;
    padding: 0 5px ;
    margin-right: 10px;
    min-width: 65px;
}
.stadiums .access-wrap1,.stadiums .access-wrap2{
    width: 50%;
}
.stadiums .lineheight1,.stadiums .lineheight2{
    height: 40px;
    margin-bottom: 15px;
}
.stadiums .lineheight2{
    display: flex;
    align-items: center;
}
.stadiums .lineheight1 small{
    font-size: 12px;
    margin-left: 70px;
}
.stadiums .access-atention p{
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    margin: 10px 0 30px 0;
}
.stadiums .access-atention a{
    padding: 15px 60px 15px 20px;
    font-size: 13px;
    position: absolute;
    text-decoration: none;
    color: black;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: min(400px,50%);
    border-radius: 10px;
    border: 2px solid red;
    
}
.stadiums .access-btn a::after{
    content: '';
    display: inline-block;
    width: 15px;
    height: 7px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    transform: skewX(45deg);
    position: relative;
    left: 8%;
    top: 7px;
}
.stadiums .access-btn{
    margin-bottom: 100px;
}

/*////////////////////////////////スタジアムマップ/////////////////////////*/
.stadiums .map-wrap img{
    width: min(800px,100%);
    height: min(800px,100%);
    object-fit: cover;
    margin: 40px auto;
}
.stadiums .map-btn2{
    display: flex;
    justify-content: center;
    margin: 50px 0;
}
.stadiums .map-btn2 a{
    padding: 10px 3%;
    font-size: 15px;
    position: absolute;
    text-decoration: none;
    color: black;
    font-weight: bold;
    justify-content: space-between;
    border-radius: 10px;
    border: 2px solid red;
    box-sizing: border-box;
    width: min(400px,100%);
}
.stadiums .stadium-map small{
    font-size: 10px;
}





/*/////////////////////レスポンシブ////////////////////////*/
@media(max-width:500px){
    .stadiums{
        padding-top: 20px;
    }
    .slick-slide div{
        margin: 0;
    }
    .stadiums .slick-next{
        right:30% ;
    }
    .stadiums .slick-prev{
        left: 30%;
    }
    .google-map{
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .stadiums h4{
        display: block;
        text-align: left;
        border-bottom: none;
        margin-bottom: 3px;
        line-height: 20px;
        font-size: 25px;
    }
    .stadiums .urawakomaba,.stadiums .root{
        margin-bottom: 50px;
    }
    .stadiums .urawakomaba hr{
        width: 90px;
        height: 3px;
        background-color: red;
        display: inline-block;
        border: none;
    }
    .stadiums .urawakomaba-text1{
        width: 100%;
    }
    .stadiums .google-h7{
        width: 100%;
        margin-bottom: 10px;
    }
    .stadiums .google-text p{
        margin-bottom: 5px;
    }
    .stadiums .google-text2{
        margin-top: -10px
    }
    .stadiums .google-map iframe{
        width: 100%;
    }
    .stadiums .urawakomaba-text2 {
        margin: 30px 0;
        width: 100%;
    }
    .stadiums .map-btn,.stadiums .access-btn{
        width: 90%;
        margin: 0 auto;
    }
    .stadiums .map-btn a,.stadiums .access-btn a,.stadiums .map-btn2 a{
        box-sizing: border-box;
        width: 80%;
        border: 2px solid red;
        font-size: 17px;
        padding:2% 10% 2% 3%;
    }
    .stadiums .map-btn2 a{
        padding:2% 5%;
    }
    .stadiums .access-btn a::after,.stadiums .map-btn a::after{
        left: 10%;
    }
    .stadiums .access{
        background-color: rgba(242,242,242,0.8);
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    .stadiums .access-btn{
        height: 100px;
    }
    .stadiums strong{
        width: 100%;
    }
    .stadiums .access-flex{
        display: block;
        margin: 0 30px;
        padding-top:30px;
    }
    .stadiums .access-wrap1,.stadiums .access-wrap2{
        width: 100%;
    }
    .stadiums .access-wrap{
        width: 90%;
        background-color: white;
    }
    .stadiums .map-wrap p{
        width: 90%;
        margin: 0 auto;
    }
    .stadiums .map-btn2{
        width: 90%;
        margin: 50px auto;
    }
    .stadiums .stadium-map small{
        display: block;
        width: 90%;
        margin: 0 auto;
        font-size: 15px;
        text-align: left;
    }
}