#contentsArea{
    width: auto;
}
.sports-section-title{
    font-size: 40px;
    text-align: center;
    position: relative;
    margin-top: 150px;
}
.sports-section-title::before{
    content: "Sports";
    display: block;
    font-size: 26px;
    color: #A80303;
    margin: 0 auto;
    left: 0;
    right: 0;
    line-height: 1;
    top:-55px;
    position: absolute;
}
.sports-nav{
    display: flex;
    justify-content: center;
    column-gap: 7px;
    align-items: end;
    margin-top: 70px;
}
a.sports-nav-link ,
div.sports-nav-link{
    font-family: 'Noto Serif JP', serif;
    width: 275px;
    font-size: 25px;
    color: #fff;
    background-color:#909090;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
a.sports-nav-link.-active{
    background-color: #000;
    height: 60px;
    padding-top: 10px;
}
figure{
    margin: 0;
}
.sample-price{
    padding: 18px;
    max-width: 1080px;
    margin: 0 auto 100px;
    outline-offset: -18px;
    outline: 3px solid #B9A606;
    color: #64500E;
    background-color: #fff;
    text-align: center;
}
a.process-link{
    display: block;
    width: 504px;
    padding: 8px 0;
    text-align: center;
    font-size: 18px;
    line-height: 37px;
    color: #fff;
    background: #5F3F39;
    font-family: 'Zen Old Mincho', serif;
    text-decoration: none;
    position: relative;
    margin: 60px auto 140px;
}
.offer_term{
    width:85vw;
}
.schedules{
    position: relative;
    width: 650px;
    margin: 60px auto 80px;
}
.schedules::before{
    position: absolute;
    content: "";
    background-color: #0B287F;
    width: 5px;
    height: 100%;
    display: block;
    margin-left: 12.5px;
}
.day-line{
    display: flex;
    position: relative;
    margin-top: 20px;
}
.day-line::before{
    content: "";
    background-color: #0B287F;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}
.day{
    font-size: 20px;
    font-weight: bold;
    margin-left:25px;
}
.actions{
    font-size: 18px;
    margin-bottom: 50px;
    margin-left: 30px;
    margin-right: -100px;
}
.actions strong{
    font-size: 20px;
    font-weight: bold;
}
.actions.long-term{
    margin-top:40px;
    margin-left: -92px;
}
.staying{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
}
.sp{
    display: none;
}
a.to-sports-top{
    display: block;
    width: 504px;
    padding: 8px 0;
    font-size: 18px;
    color: #000;
    border: 1px solid #707070;
    margin: 100px auto 0;
    text-align: center;
    text-decoration: none;
    font-family: 'Zen Old Mincho', serif;
    position: relative;
}
a.to-sports-top::before{
    content: "";
    width: 9px;
    height: 11px;
    position: absolute;
    right: 38px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/luxurytravel/ordermade/overseas/image/btn-back-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.sample-price{
    margin-top: 80px;
}
.sample-price-lead{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.sample-price-lead::after{
    content: "";
    position: absolute;
    display: block;
    height: 4px;
    background-color: #000;
    width: 430px;
    height:11px;
    left: 0;
    right:0;
    margin: 15px auto 0;
    background: url(/luxurytravel/ordermade/sports/football/img/sample-price-center.webp);
}
.sample-price-main{
    margin-bottom: 20px;
    font-size: 18px;
    padding-top: 20px;
}
.recommendation-info{
    max-width: 1080px;
    width: 90vw;
    margin: 60px auto 0;
    padding: 0 20px;
    border: 3px solid #B9A606;
    background-color: #fff;
}
.recommendation-info-title{
    width:220px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color:#B9A608;
    color: #fff;
    font-size: 20px;
    font-family: 'Noto Sans JP', serif;
    margin: -24.5px auto 30px;
    position: relative;
}
.recommendation-info-title::before{
    content: "";
    display: block;
    width:2px;
    height:3px;
    background-color: #B9A608;
    border-right:30px solid #B9A608;
    border-top: 21.5px solid #fff;
    border-bottom: 21.5px solid #fff;
    left: -30px;
    top:0;
    position: absolute;
}
.recommendation-info-title::after{
    content: "";
    display: block;
    width:2px;
    height:3px;
    background-color: #B9A608;
    border-left:30px solid #B9A608;
    border-top: 21.5px solid #fff;
    border-bottom: 21.5px solid #fff;
    right: -30px;
    top:0;
    position: absolute;
}
.recommendation-info-contents{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 35px;
}
.contents_heading, 
.rrg_navi_list ,
.rrg_navi_menu_list{
    max-width: 1281px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .sports-section-title{
        margin-top: 100px;
    }
    .sports-section-title::before{
        top:-35px;
    }
    .schedules{
        width: 90%;
    }
    a.process-link ,
    a.to-sports-top{
        width: 94%;
        font-size: 16px;
    }
    .offer_term{
        width:90vw;
    }
    .sports-nav{
        margin: 40px auto;
        flex-wrap: wrap;
        gap: clamp(0px ,4vw , 15px);
    }
    a.sports-nav-link,
    div.sports-nav-link{
        border: 1px solid #000;
        background-color: #fff;
        color: #000;
        height: 40px;
        line-height: 40px;
        padding: 0;
        border-radius: 5px;
        width: 43.33vw;
    }
    a.sports-nav-link.-active{
        background-color: #A80303;
        color: #fff;
        height: 40px;
        padding: 0;
    }
    .day-line{
        flex-wrap: wrap;
    }
    .actions ,
    .actions.long-term{
        width: 100%;
        margin-left: 45px;
        margin-right: 0;
        font-size: 16px;
    }
    .actions.long-term{
        margin-top:0;
    }
    .day{
        font-size: 16px;
        margin-left: 17px;
    }
    .staying{
        font-size: 16px;
    }
    a.to-sports-top{
        margin-top: 50px;
    }
    .sample-price{
        width: 90vw;
    }
    .sample-price-lead ,
    .sample-price-main{
        font-family: 'Noto Sans JP', sans-serif;
    }
    .sample-price-lead::after{
        width: 80%;
        background-size: contain;
        background-repeat: no-repeat;
    }
}