.sports-contents-main{
    padding-top:195px;
    margin: 0 auto;
}
.sports-contents-main-title::before{
    content: "Los Angeles Dodgers";
    font-size: clamp(50px, 8vw, 90px);
    position: absolute;
    top:-100px;
    line-height: 1;
    color: #DAD7D7;
    left: 0;
    right: 0;
    font-weight: normal;
    font-family: 'Noto Serif JP', serif;
}
.sports-contents-main-title{
    font-size: clamp(30px , 4vw , 40px);
    text-align: center;
    color:#0B287F;
    font-weight: 500;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
}
.sports-contents-main-img{
    max-width: 1110px;
    margin: 40px auto 100px;
    width: 90vw;
    display: block;
}
.sports-contents-main-msg{
    font-size: clamp(30px , 4vw , 40px);
    text-align: center;
    border-bottom:3px solid #323743;
    max-width: 934px;
    width: 94vw;
    margin: 0 auto 70px;
}
.sports-contents-main-lead{
    max-width: 1110px;
    width: 90vw;
    margin: 0 auto;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
}
.sports-contents-medium-section{
    background-color: #EFEDE2;
    padding-top: 110px;
    margin-top: 45px;
    padding-bottom: 100px;
}
.sports-contents-la-title{
    border-bottom:4px #0B287F solid;
    width: 195px;
    margin:  45px auto 80px;
}
.sports-contents-medium-section-title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.sports-contents-medium-section-lead{
    font-size: 18px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}
.masters-infos-title{
    font-size: 28px;
    text-align: center;
    color: #0B287F;
    font-weight: bold;
    margin-top: 30px;
}
.masters-infos-title::after{
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #0B287F;
    margin: 8px auto 0;
}
.masters-infos-map{
    margin-top: 20px;
}
.masters-infos-title ,
.masters-info-title{
    color: #0B287F;
    font-size: 20px;
    font-weight: bold;
}
.masters-infos-title{
    margin-bottom: 20px;
    margin-left: 1em;
}
.masters-info-text{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.masters-info-text.-red{
    color: #0B287F;
}
.masters-infos-map{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    max-width: 1080px;
    width: 90vw;
    margin: 20px auto 0;
}
.masters-infos-map iframe{
    width:532px;
    height:380px;
}
.masters-info-text .normal-text{
    margin-bottom: 10px;
}
.masters-info-text strong{
    font-weight: bold;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}
.actions strong.white-bg{
    background-color: #fff;
    padding:5px 10px;
    margin-top: 10px;
    display: inline-block;
}
.sports-contents-hotel-section{
    background-color:#6E5C1D;
    color: #fff;
    margin-top: 0;
}
.sports-contents-hotel-section-title{
    margin-bottom: 40px;
}
.sports-contents-hotel-section-title::after{
    content:"";
    height: 4px;
    width: 50px;
    background-color: #FFFDC4;
    display: block;
    margin: 15px auto 0;
}
.sports-contents-hotel-subtitle{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'Noto Sans JP', sans-serif;
}
.sports-contents-hotel-lead{
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 1em;
}
.sports-contents-hotel-section-content{
    max-width: 1080px;
    margin: 0 auto;
    width: 90vw;
}
.sports-contents-hotel-images{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.schedule-images{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 1080px;
    width: 90vw;
    margin: 0 auto;
}
.sports-contents-schedule-section{
    background: url(/luxurytravel/ordermade/sports/baseball/img/la-bg.webp) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.sports-contents-schedule-section-inner{
    max-width: 1120px;
    width:100%;
    background-color:#EAEAE8;
    margin: 0 auto;
    padding-bottom: 100px;
}
.schedules::before{
    height: calc(100% - 80px);
}
.recommendation-info{
    margin-top: 110px;
}
.recommendation-info-title::before ,
.recommendation-info-title::after{
    border-top-color:#EAEAE8;
}
.sports-contents-schedule-section-title{
    position: relative;
}
.sports-contents-schedule-section-title::after{
    content: "";
    width:50px;
    height:4px;
    display: block;
    background-color: #0B287F;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom:-15px;
    position: absolute;
}
.sports-nav-link.-cs{
    position: relative;
}
.sports-nav-link.-cs::before{
    content: "Comingsoon";
    color:#5D5757;
    font-size: 25px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media (min-width:769px) and (max-width:1100px) {
    .masters-infos-map{
        grid-template-columns: 1fr;
    }
}
@media (max-width:768px) {
    .sports-contents-main-title{
        font-size: 25px;
    }
    .sports-contents-medium-section{
        padding-top: 10px;
        padding-bottom: 50px;
    }
    .sports-contents-la-title{
        margin-bottom: 60px;
    }
    .sports-contents-medium-section-lead{
        text-align: left;
        width:90vw;
        margin: 0 auto;
    }
    .sports-contents-main-title::before{
        font-size: 60px;
        top:-130px;
    }
    .sports-contents-main-img{
        margin-bottom: 40px;
    }
    .sports-contents-main-msg{
        font-size: 30px;
        width: 75vw;
        padding-bottom: 20px;
        margin-bottom: 30px;
        line-height: 2;
    }
    .masters-infos-title{
        margin-top: 50px;
    }
    .masters-infos{
        width: 90vw;
        margin: 0 auto;
    }
    .masters-infos-map{
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }
    .masters-infos-map iframe{
        width:90vw;
        height: 225px;
        margin: 0 auto;
    }
    .masters-info-text strong{
        margin-bottom: 0;
        font-size: 16px;
    }
    .la-ticket-img{
        width: 90vw;
        margin:0 auto;
        display: block;
    }
    .sports-contents-hotel-images{
        grid-template-columns: 1fr;
    }
    .schedule-images{
        grid-template-columns: 1fr;
    }
    .sports-contents-hotel-images img ,
    .schedule-images img{
        width: 90vw;
    }
    .sports-contents-hotel-section{
        padding-top: 50px;
    }
    .sports-contents-schedule-section-title{
        padding-top: 50px;
    }
    .recommendation-info{
        margin-top: 70px;
    }
    .sample-price{
        margin:0 auto 60px;
    }
    .schedules{
        margin-bottom: 0;
    }
    .sports-contents-hotel-section-title::after{
        margin-top: 5px;
    }
    .sports-contents-medium-section-la-section{
        margin-top:80px;
        padding-bottom: 80px;
    }
}