@charset "utf-8";

@media only screen and (max-width:1000px){

body {
}
p {
    font-size:14px;
    font-weight: normal;
}


.inner{
	position:relative;
	width:94%;
	padding:0 0;
	margin-left: auto;
    margin-right: auto;
}
.sp{
    display:inline-block !important;
}
.head{
	position: relative;
	width:100%;
	padding:0;
	margin:0 auto 56px;
    text-align: center;
}
.head h1 {
    display: inline-block;
    margin-top: 46px;
    font-size: 23px;
}
.head h1 img{
    width:90%;
    height:auto;
}

.head .logo{
    display: block;
    position: absolute;
    top: 14px;
    left: 10px;
    width: 45px;
    height: 45px;
    overflow: hidden;
}
.btn {
	position: fixed;
	top:5px;
	right:0;
    z-index: 9000;
}
.btn a {
    display: inline-block;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    padding-top: 7px;
    text-align: center;
    font-size: 10px;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    border-radius: 50%;
}


.cont1 img {
    float: right;
    width: 120px;
        margin-left: 10px;
}
.story {
    width:100%;
    padding-left: 0px;
}


.cast_list li{
    display: inline-block;
    letter-spacing: normal;
    width:40%;
    margin:3%;
}
.cast_list li.lili{
    display:inline-block;
}
.cast_list li p {
    font-size: 16px;
}





.content .ticket_cont {
    overflow: hidden;
    padding: 0px;
}
.ticket_cont h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.ticket_cont address {
    display: block;
    padding-left:0%;
    margin: 0 auto ;
    box-sizing: border-box;
    font-style: normal;
    line-height: 1.6;
}
.ticket_cont .box1 {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 10px;
    margin-bottom:30px;
}
.ticket_cont .box1 iframe{
    width:100%;
    height:100vw;
}
.ticket_cont .box2 {
    clear: both;
    line-height: 1.6;
    padding: 10px;
    text-align: center;
}
.ticket_cont .box2 table tr{
    display: flex;
    flex-wrap: wrap;
}
.ticket_cont .box2 td{
    display: block;
    width: 50%;
    padding:8px;
    vertical-align: middle;
    border:1px solid #aaa;
}



.ticket_cont .rese_btn {
    display: inline-block;
    width: 90%;
    padding: 15px 0;
    margin: 0 auto 30px; 
    text-align: center;
    background: #a00;
}
.ticket_cont .box2 .t2{
    font-size: 20px;
}
.ticket_cont .box2 .axa5 {
    display: inline-block;
    margin: 0 20px 30px;
    font-size: 16px;
}

.cont_corona .txt_wrap{
    width: 100%;
}



}/*END media*/
