@charset "UTF-8";

.theater__loadshow {
    width: 340px;
    margin: 4px auto;
}

.theater__info {
    width: 700px;
    margin: 0 auto;
    letter-spacing: 0.03em;
    font-size: 14px;
    padding-bottom: 80px;

}
a {
    color: #c3a715;
    transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.theater__info span {
    display: inline-block;
}
.theater__info_head {
    width: 716px;
    height: 28px;
    margin: 0 auto;
    padding-top: 12px;
    background: url(../img/theater/item_bg.png) no-repeat top center;
    letter-spacing: -0.4em;
}
.theater__info_head span {
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.03em;
}

.theater__info_head_area, .theater__info_mid_area {
    width: 120px;
}
.theater__info_head_theaterName, .theater__info_mid_theaterName {
    width: 430px;
}
.theater__info_mid_ticket, .theater__info_head_ticket {
    width: 150px;
}
.theater__info_head_loadshow, .theater__info_mid_loadshow {
    width: 134px;
}

.theater__info_mid_wrap {
    width: 700px;
    height: 60px;
    text-align: center;
    letter-spacing: -0.4em;
}
.theater__info_mid_wrap:before {
    display: inline-block;
    content: "　";
    width: 700px;
    height: 1px;
    background: url(../img/common/line_dot.png) no-repeat top center;
    position: absolute;
}
.theater__info_mid_wrap:first-child:before {
    content: none;
} 

.theater__info_mid_wrap span {
    padding-top: 24px;
    letter-spacing: 0.03em;
}

.theater__btn {
    width: 568px;
    margin: 28px auto 56px;
}