.sports-contents-section{
    background: url(/luxurytravel/ordermade/sports/golf/img/golf-bg.jpg) center top;
    background-attachment: fixed;
}
.sports-golf-main{
    background-color: #fff;
    margin: 0 auto;
    max-width: 1110px;
}
.sports-contents-main{
    max-width: 1110px;
    width: 90vw;
    padding-top:195px;
    margin: 0 auto;
}
.sports-contents-main-title::before{
    content: "The Masters Tournament";
    font-size: clamp(50px, 7vw, 90px);
    position: absolute;
    top:-120px;
    line-height: 1;
    color: #DAD7D7;
    left: 0;
    right: 0;
    font-family: 'Noto Serif JP', serif;
}
.sports-contents-main-title{
    font-size: clamp(30px , 4vw , 40px);
    color:#A80303;
    text-align: center;
    position: relative;
}
.sports-contents-main-lead{
    font-size: 16px;
    line-height: 30px;
    margin: 80px auto;
    max-width: 1080px;
    width: 90vw;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}
.masters-imgs{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    column-gap: 20px;
}
.masters-img{
    width: 532px;
}
.sports-contents-medium-section{
    margin-top: 145px;
}
.sports-contents-medium-section-title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}
.sports-contents-medium-section-title::after{
    content: "";
    width:195px;
    height: 4px;
    background-color: #A80303;
    position: absolute;
    left:0;
    right:0;
    margin: 0 auto;
    bottom:-15px;
}
.sports-contents-medium-section-lead ,
.sports-contents-small-section-lead{
    font-size: 16px;
    line-height: 30px;
    max-width: 1080px;
    margin: 0 auto;
    font-family: 'Noto Sans JP', serif;
}
.sports-contents-small-section-title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin:0 auto 55px;
}
.sports-contents-small-section.-grey{
    background-color: #F5F5F5;
    padding: 0 0 130px;
}
.sports-contents-small-section.-grey .sports-contents-small-section-lead{
    text-align: center;
}
.sports-contents-small-section-title::after{
    content: "";
    width:50px;
    height: 4px;
    background-color: #A80303;
    display: block;
    margin: 15px auto 0;
}
.masters-infos-map{
    margin-top: 20px;
}
.masters-infos-title ,
.masters-info-title{
    color: #A80303;
    font-size: 20px;
    font-weight: bold;
}
.masters-infos-title{
    margin-bottom: 20px;
    margin-left: 1em;
}
.masters-info-text{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.masters-info-text.-red{
    color: #A80303;
}
.sample-grey-bg{
    background-color:#F5F5F5;
    padding: 80px 0;
}
.sample-price{
    margin: 0 auto;
}
.schedules::before ,
.day-line::before{
    background-color: #A80303;
}
.day{
    width: 60px;
}
.schedules::before{
    height:calc(100% - 180px);
}
.sports-contents-small-section.-grey{
    padding-bottom:0;
}
.schedules{
    padding-bottom: 100px;
    margin-bottom: 0;
}
.masters-infos-map{
    display: flex;
    column-gap: 80px;
    max-width: 1080px;
    margin: 20px auto 0;
}
.masters-infos-map iframe{
    width:600px;
    height: 450px;
}
.sports-contents-small-section-title{
    padding-top: 80px;
}
.round-infos-img{
    display: flex;
    max-width: 1080px;
    margin: 0 auto;
    gap: 10px;
}
.round-img{
    object-position: top;
    object-fit: contain;
}
.masters-infos-title{
    color: #A80303;
}
.sports-contents-section{
    padding-bottom: 90px;
}
.sports-contents-medium-section{
    padding-bottom: 90px;
}
.masters-infos-map{
    max-width: 1080px;
    width: 90vw;
}
.sports-contents-small-section-title.-red{
    color: #A80303;
}
.actions strong.white-bg{
    background-color: #fff;
    padding: 2px 6px;
}
.actions strong.-red{
    color: #A80303;
}
.masters-infos-title.masters-point-info-title{
    text-align: center;
}
.masters-infos-single{
    max-width: 1080px;
    margin: 0 auto 100px;
}
.recommendation-info-note{
    font-size: 16px;
    max-width: 1080px;
    width: 90vw;
    margin: 0 auto;
    font-family: 'Noto Sans JP', serif;
}
.recommendation-info-note > a{
    text-decoration: underline;
}
@media (min-width:769px) and (max-width:1100px) {
    .masters-infos-map{
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .actions{
        width:500px;
    }
    .sports-contents-small-section.-grey{
        margin-left: -5vw;
        margin-right: -5vw;
    }
    .sample-grey-bg{
        margin-left: -5vw;
        margin-right: -5vw;
    }
    .sample-price{
        width: 90vw;
    }
    .round-infos-img{
        flex-wrap: wrap;
    }
}
@media (max-width:768px) {
    .sports-contents-section{
        background-image: none;
        padding-bottom: 0;
    }
    .sports-contents-medium-section{
        padding-bottom: 30px;
    }
    .sports-contents-main-title::before{
        font-size: 55px;
        line-height: 70px;
        top:-150px;
    }
    .sports-contents-main-title{
        font-size: 25px;
    }
    .sports-contents-main-lead{
        text-align: left;
        font-family: 'Noto Sans JP', serif;
        margin: 40px auto;
        line-height: 26px;
    }
    .masters-imgs{
        flex-direction: column;
        row-gap:1em;
    }
    .masters-img{
        width: 90vw;
    }
    .sports-contents-medium-section{
        margin-top: 75px;
    }
    .sports-contents-medium-section-title{
        font-size: 26px;
    }
    .sports-contents-medium-section-lead ,
    .sports-contents-small-section-lead{
        width: 90vw;
        line-height: 26px;
    }
    .masters-infos-map{
        width: 90vw;
        flex-direction: column;
        row-gap: 20px;
        margin-top: 4em;
    }
    .masters-infos-map iframe{
        width: 100%;
        height: 225px;
    }
    .masters-infos-title{
        text-align: left;
    }
    .masters-infos-title, .masters-info-title{
        font-size: 16px;
    }
    .masters-infos-title{
        margin-bottom: 10px;
    }
    .schedules::before{
        height: calc(100% - 80px);
    }
    .schedules{
        margin-bottom:0;
        padding-bottom:0;
    }
    .sports-contents-small-section.-grey .sports-contents-small-section-lead{
        text-align: left;
    }
    .sports-contents-small-section.-grey ,
    .sample-grey-bg{
        margin-left: -5vw;
        margin-right: -5vw;
    }
    .sample-grey-bg{
        padding: 40px 0 80px;
    }
    .round-infos-img{
        flex-direction: column;
        width: 90vw;
    }
    .masters-point-title{
        padding-top: 80px;
    }
    .masters-point-info-title{
        text-align: center;
        margin-left: 0;
        margin-bottom: 50px;
    }
    .recommendation-info-title::before ,
    .recommendation-info-title::after{
        top:0;
        border-top: 21px solid #fff;
        border-bottom: 21px solid #fff;
    }
    .recommendation-info-title{
        margin-top: -23.5px;
    }
}