@charset "UTF-8";
/* RESET */
.schedule th, .schedule td{
    vertical-align: middle;
}
.cal_month, .cal_explanatory_note, .cal_news{
    list-style: none;
    padding: 0;
}
.style-cal a, .cal_month a{
    text-decoration: none;
    border-collapse: collapse;
    color: #666666;
}

/* container */
.cal_container{
    width: fit-content;
    height: fit-content;
    padding: 20px 40px;
    background: #fff;
    margin: 0 auto;
}

/* 日程表なしのエラー文 */
.error_content{
    width: 870px;
}

/* 月別タブ */
.cal_month{
    width: 870px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    padding: 0 7px;
    margin: 0 auto 15px;
}
.cal_month li{
    width: 64px;
    height: 40px;
}
.cal_month li .month-button{
    display: block;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    font-family: 'NotoSansJP-Bold';
    color: #B1B1B1;
    border: 1px solid #B1B1B1;
    box-sizing: border-box;
}
.cal_month li .month-button.switch-tab{
    border-color: #98C5FF;
    background: #98C5FF;
    color: #fff;
}
.cal_month li .month-button.active{
    border-color: #004EB5;
    background: #004EB5;
    color: #fff;
}

/* カレンダー項目 */
.cal_explanatory_note{
    display: flex;
    margin: 0  0 13px 7px;
}
.cal_explanatory_note li{
    font-size: 12px;
    position: relative;
    padding-left: 21px;
    font-family: 'NotoSansJP-Medium';
}
.cal_explanatory_note li::before{
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
.cal_explanatory_note li:nth-of-type(1)::before{
    background: #FFD7CD;
}
.cal_explanatory_note li:nth-of-type(2){
    margin-left: 19px;
}
.cal_explanatory_note li:nth-of-type(2)::before{
    background: #FFE1A3;
}
.cal_explanatory_note li:nth-of-type(3){
    margin-left: 19px;
}
.cal_explanatory_note li:nth-of-type(3)::before{
    background: #D6F887;
}
.cal_explanatory_note li:nth-of-type(4){
    margin-left: 18px;
}
.cal_explanatory_note li:nth-of-type(4)::before{
    background: #CBD9FF;
}
.cal_explanatory_note li:nth-of-type(5){
    margin-left: 17px;
}
.cal_explanatory_note li:nth-of-type(5)::before{
    background: #CEDCDF;
}
.cal_explanatory_note li:nth-of-type(6){
    margin-left: 19px;
}
.cal_explanatory_note li:nth-of-type(6)::before{
    width: 20px;
    height: 19px;
    background: url(/cdn/bts/common/pc/images/common/icon_weather1_1.png) no-repeat center;
}
.cal_explanatory_note li:nth-of-type(7){
    margin-left: 19px;
}
.cal_explanatory_note li:nth-of-type(7)::before{
    width: 15px;
    height: 12px;
    background: url(/cdn/bts/common/pc/images/common/icon_weather1_3.png) no-repeat center;
}
.cal_explanatory_note li:nth-of-type(8){
    margin-left: 19px;
}
.cal_explanatory_note li:nth-of-type(8)::before{
    background: url(/cdn/bts/common/pc/images/common/icon_weather1_4.png) no-repeat center;
}
.cal_explanatory_note li:nth-of-type(9){
    margin-left: 22px;
}
.cal_explanatory_note li:nth-of-type(9)::before{
    width: 15px;
    height: 15px;
    background: url(/cdn/bts/common/pc/images/common/icon_weather1_5.png) no-repeat center;
    background-size: cover;
}
.cal_explanatory_note li:nth-of-type(10){
    margin-left: 19px;
}
.cal_explanatory_note li:nth-of-type(10)::before{
    width: 13px;
    height: 13px;
    background: url(/cdn/bts/common/pc/images/common/icon_heart1_1.png) no-repeat center;
}

/* 発売日程表 */
.month-container{
    display: none;
}
.month-container.select{
    display: block;
}
.style-cal{
    table-layout: fixed;
    border-collapse: initial;
    border-spacing: initial;
    border-width: initial;
    border-color: initial;
    width: 870px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    color: #666666;
}

/* 日付 */
.style-cal th, .style-cal td{
    border: 1px solid #4476B8;
    border-bottom: none;
    border-top: none;
    box-sizing: border-box;
}
.style-cal th{
    border-right: none;
    border-left: none;
}
.style-cal td{
    height: 40px;
    background: #fff;
}
.style-cal td + td{
    border-left: none;
}
.style-cal__date th, .style-cal__date td{
    background: #004EB5;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.style-cal__date th{
    width: 125px;
    height: 54px;
    font-family: 'NotoSansJP-Bold';
    font-size: 20px;
    line-height: 29px;
}
.style-cal__date td{
    font-family: 'NotoSansJP-Medium';
    padding: 0;
    width: auto;
    height:54px;
    font-size: 14px;
    line-height: 20px;
}
.style-cal__date td span{
    display: block;
}
.style-cal__date td .week_day{
    font-size: 12px;
    line-height: 17px;
}
.style-cal__date .font-days-state-0{
    color: #FF9EAA;
}
.style-cal__date .font-days-state-6{
    color: #6DDFFF;
}
.tbody_jogai td{
    background-clip: padding-box;
    border: 1px solid #fff;
    border-top: none;
    border-right: 1px solid #EBF3F6;
    box-sizing: border-box;
    font-family: 'NotoSansJP-Medium';
}
.tbody_jogai td:first-child{
    border-left: 1px solid transparent;
}
.tbody_jogai td:last-child{
    border-right: 2px solid #EBF3F6;
}
.tbody_jogai:last-child td{
    border-bottom: 2px solid #EBF3F6;
    box-sizing: border-box;
}

/* ヘッダータイトル */
.tbody_jogai .facility_name{
    font-family: 'NotoSansJP-Bold';
    font-size: 18px;
    line-height: 26px;
    width: 124px;
    color: #fff;
    border-right: 1px solid #fff;
    box-sizing: content-box;
}
.tbody_jogai .facility_name.m{
    background: #6DC9F2;
}
.tbody_jogai .facility_name.d{
    background: #FFBB00;
}
.tbody_jogai .facility_name.n{
    background: #A182E9;
}
.tbody_jogai td{
    font-size: 12px;
}
.ico-grade.CD{
    background-color: #666666;
    color: #fff;
    border-bottom: 2px solid #EBF3F6;
}
.ico-grade.CD .cal_td_wrap span{
    display: inline-block;
    height: 70px;
    writing-mode: vertical-lr;
    font-size: 14px;
    letter-spacing: 5px;
}
.ico-grade.NG{
    background-color: #333;
    color: #fff;
}

/* 場名 */
.cal_td_wrap a, .cal_td_wrap span{
    font-size: 12px;
    font-family: 'NotoSansJP-Medium';
    word-break: break-word;
}

/* 表示アイコン */
.icon-morning, .icon-summer, .icon-nighter, .icon-midnight, .icon-ladies{
    display: inline-block;
    object-fit: cover;
    vertical-align: middle;
    margin-left: 3px;
}
.icon-day{
    display: none;
}
.icon-morning{
    width: 15px;
}
.icon-summer{
    width: 12px;
}
.icon-nighter{
    width: 12px;
}
.icon-midnight{
    width: 13px;
    height: 13px;
    margin-left: 5px;
}
.icon-ladies{
    width: 12px;
}

/* お知らせデータ */
.cal_news{
    margin-top: 15px;
}
.cal_news.no_news{
    margin: 0;
}
.month-news{
    display: none;
}
.month-news.activeNews{
    display: block;
}
.month-news.activeNews a{
    border-bottom: 1px solid #1f5192;
}
.month-news.activeNews a:hover{
    opacity: 0.8;
}