img {
    max-width: 100%;
    height: auto;
}
h4.tourtitle {
    margin-bottom:15px;
    padding-bottom: 5px;
    border-bottom: solid 1px #FFFFFF;
    letter-spacing: 0.3px;
    font-size: 1.8rem;
}
.bgblk {
    background: #000!important;
}
.tableheader > div {
    font-size: 13px;
}
.schedule {
    margin-bottom:40px;
}
.schList{
    display:flex;
    flex-wrap:wrap;
    width: 100%;
    /*border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;*/
    box-sizing: border-box;
    padding: 20px 10px;
    margin-bottom: 0!important;
    font-size:0;
    box-sizing: border-box;
    border-bottom: #000000 solid 1px;
}

.schList:nth-child(odd){
    background:rgba(30,30,30,0.5);  
}
.schList:nth-child(odd).soldout{
    background:rgba(30,30,30,0.5)url(../img/news/soldoutbg.png) no-repeat center left;  
}
.schList:nth-child(even){
    background:rgba(20,20,20,0.5);
}
.schList:nth-child(even).soldout{
    background:rgba(20,20,20,0.5)url(../img/news/soldoutbg.png) no-repeat center left;  
}
.schList > div{
    margin-bottom: 0!important;
    padding: 0px 4px;
    box-sizing: border-box;
    line-height: 150%;
}

.sch_day {
    width: 14%;
    box-sizing: border-box;
        
}
.sch_area {
    width: 6%;
    box-sizing: border-box;
}
.sch_place {
    width: 27%;
    /*width: 58%;
    width: 35%;*/
    box-sizing: border-box;
    font-weight: bold;
}
.sch_map {
    width: 10%;
    box-sizing: border-box;
}
.sch_time {
    width: 18%;
    box-sizing: border-box;
}
.sch_info {
    width: 25%;
    box-sizing: border-box;

}
.sch_info p {
    margin: 0 0 0 3.0em;
    text-indent: -3.0em;
}

.tel {
    display: inline-block;
    padding-left: 40px;
    padding-top: 5px;
}
.big {font-size: 1.0rem; font-weight: bold}
.schopen, .start, .toi {
    background: #FFFFFF;
    color: #000000;
    padding: 2px 5px;
    margin:0 8px;
    font-size: smaller;
    line-height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.soldoutticket {
    color: red;
    padding: 10px 20px;
    /*background-color: #FFF;
    color: #000;*/
    display: inline-block;
    transform:skew(0deg, -5deg);
    text-align: center;
    border:solid 2px;
    font-weight: bold;
    font-size:2.2rem;
}

.tdbg {
    background: #000;
}
.deg {
    
}
.newmark {
    display:inline-block!important;
    padding:4px;
    line-height: 1;
    background-color: #FF0000;
    font-size: smaller;
    margin-left:10px;
}

.list dl { line-height: 125%; width: 100%; margin-bottom: 24px;}
    .list dt {
        float: left;
        padding: 4px 0px;
        font-weight: normal
    }
    .list dd {
        border-bottom: #000000 dotted 1px;
        margin-bottom: 4px;
        width: 100%!important;
        padding: 4px 4px 4px 100px;
        box-sizing: border-box;
    }
    .list p {
        margin:0px 0 8px 0; 
        border-bottom: #000000 dotted 1px;
        padding: 4px 4px 8px 4px;
    }
    .list p img {
        vertical-align: middle;
        padding-right: 30px;
    } 
    .nobo {
        border: none;
    }
    .borsolid {
        border-bottom: solid 1px #a9a9a9!important;
    }
    .wid100p {width: 100px}
    .wid180p {width: 180px}
    .txtborderkado {
        background:#4A4A4A;
        padding: 20px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    }
    .mbadjust {
        margin: 60px 0px;
    }
    /*
.pc-only_br  = PCのみ改行
.tab-only_br = タブレットのみ改行
.sp-only_br  = SPのみ改行

.pc-tab_br = PCとタブレットで改行
.tab-sp_br = タブレットとSPで改行
*/

.sp-only_br {
    display:none;
}
.tab-only_br {
    display:none;
}
.tab-sp_br {
    display: none;
}
@media screen and (max-width: 768px) {
    .pc-only_br {
        display:none;
    }
    .tab-only_br {
        display:inline;
    }
    .tab-sp_br {
        display: inline;
    }
}
@media screen and (max-width: 640px){
    .tab-only_br {
        display:none;
    }
    .sp-only_br {
        display:inline;
    }
    .pc-tab_br {
        display: none;
    }
}
