@charset "utf-8";
/* CSS Document */

.mainVis {
    background: url(../img/bg_main.jpg) top center no-repeat #000;
    padding: 17px 26px 30px 24px;
}

.clm_1col{
    margin-top: 72px;
    border: solid 1px #fff;
    padding: 40px 30px;
}

.ticket {
    padding: 25px 0 0;
}

.ticket img{
	
}

.ticket_ttl {
    border-bottom: solid 1px #757575;
    padding-bottom: 15px;
}

.ticket p {
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
	margin-top: 5px;
}

.clm_2col{
	margin: 40px 0 0;
	display: flex;
}

.clm_2col .col:last-child{
	padding: 60px 30px 0;
	background: #1a1a1a;
}

.clm_2col .col:last-child p {
    margin-top: 30px;
    font-size: 1.3em;
    color: #fff;
}

.clm_2col .col:last-child p span{
	margin-top: 30px;
	display: inline-block;
}

.moreBtn {
    width: 400px;
    margin: 60px auto 0 auto;
}

.campBtnList{
	
}

.ticket_set{
    display: -webkit-flex;
    display: flex;
    padding-bottom: 30px;
}

.a_set{
	border-bottom: solid 1px #ccc;
	margin-bottom: 30px;
}


.ticket_set_txt{
	width: 565px;
    margin: 5px 45px 0 0;
}

.ticket_set .campBtn{

}

.fs24 {
    font-size: 24px!important;
}

