@charset "utf-8";
/* ================================================
 個別用ホテルcss
================================================ */
/* パソコン */


.box.bnr-menu {
    margin-top: 40px;
}

/*周辺情報*/
.usj_access,
.shuttle-caution,
.parking-caution {
    border:1px solid #ffffff;
    background-color: transparent;
    margin:20px auto 20px;
    padding:30px 20px;
}
.usj_access_title{
    text-align: center;
    padding-bottom:20px;
    padding-top:40px;
    font-size: 24px;
    font-weight: bold;
    color: #B79E6C;
}
.usj_access dt{
    font-weight: bold;
    margin-top: 1em;
    color: #B79E6C;
}




/* タブレット */
@media screen and (max-width: 896px) {
}
@media screen and (max-width: 673px) {
}


/* スマホ */
@media screen and (max-width: 480px) {
    .usj_access_title{
    font-size: 18px;
}
}