@charset "utf-8";

/*------------------------------------
特別前売券
------------------------------------*/
.ticket {
	position: relative;
	margin: 0 auto;
	text-align: left;
}
.ticket section{
	position: relative;
	margin: 0 auto;
}
.ticket section .ticImage{
    position: relative;
    margin: 10px auto 0 auto;
    padding-top: 53%;
    text-align: center;
    width: calc(100% - 20px);
    border: solid 1px #bf2542;
    background-image: url("../img/ticket.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 90%;
}
.ticket section h3{
    position: relative;
    margin: 0 auto;
    color: #bf2542;
    font-size: .24rem;
    letter-spacing: .115em;
    font-weight: 700;
    text-align: center;
}
.ticket section h4{
    position: relative;
    margin: 30px auto 0 auto;
    color: #073eb9;
    font-size: .18rem;
    font-weight: 600;
    width: calc(100% - 35px);
}
.ticket section div .date{
    position: relative;
    margin: 10px 0 10px 25px;
    color: #9252db;
    font-size: .15rem;
    padding-bottom: 5px;
    font-weight: 500;
    width: calc(100% - 35px);
}
.ticket section div ul{
    position: relative;
    margin: 0 0 30px 25px;
    width: calc(100% - 35px);
}
.ticket section div ul.nmargin{margin: 0 0 10px 25px;}
.ticket section div ul li{
    position: relative;
    line-height: 1.8em;
}
.caution{
    font-size: .12rem;
    color: #e53434;
    font-weight: 400;
    margin:  0 0 0 25px;
    width: calc(100% - 35px);
}

/* ----- pc ----- */
@media screen and (min-width: 641px) {


    .ticket section .ticImage{
        margin: 20px auto 0 auto;
        padding-top: 337px;
        width: 600px;
        background-size: auto 80%;
    }
    .ticket section h3{font-size: .28rem;}
    .ticket section h4{
        margin: 60px auto 0 auto;
        width: 780px;
        font-size: .20rem;
    }
    .ticket section div .date{
        margin: 20px auto;
        font-size: .18rem;
        width: 740px;
    }
    .ticket section div ul{
        margin: 0 auto 30px auto;
        width: 740px;
    }
    .ticket section div ul.nmargin{margin: 0 auto 10px auto;}
    .caution{
        font-size: .14rem;
        margin:  0 auto 40px auto;
        width: 740px;
    }

}
