html {
    height: 100%;
}
body {
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    min-width: 300px;
    position: relative;
    right: 0;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}
#container {
    background: url(../img/common/main_bg.gif) center 50px no-repeat #1a2000;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    opacity: 1;
}
img {
    max-width: 100%;
    height: auto;
    width/***/
    : auto;
}
#header {
    width: auto;
    margin: 0 auto;
    padding: 0 10px 5px;
}
h1 {
    margin: 0;
    padding: 0;
    float: left;
    width: 70%;
    height: auto;
}
h1 img {
    margin: 10px 0 8px 0;
    width: 60%;
    height: auto;
}
h1 span {
    font-size: 10px;
}
.button-toggle {
    display: block!important;
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 1000;
}
.button-toggle img {
    width: 33px!important;
    height: auto;
}
.button-toggle img {
    width: 48px;
    height: auto;
}
nav {
    background-color: transparent;
}
body.open {
    overflow: hidden;
    height: 100%;
}
#top_nav {
    float: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    bottom: 0;
    right: -200px;
    width: 200px;
    height: 100%;
    margin: 0;
    padding: 10px 0 0;
    font-size: 14px;
    text-align: left;
    color: #fff;
    line-height: 32px;
    background: #333;
    overflow: scroll;
}
#top_nav li {
    font-size: 13px;
    font-weight: bold;
    width: auto;
    float: none;
    text-align: left;
    height: auto;
    line-height: 1.5;
    border-right: none;
    font-family: 'arial', serif;
    letter-spacing: 2px;
    margin: 0;
    padding: 0 15px;
    border-bottom: 1px #666 solid;
}
#top_nav span {
    font-size: 10px;
}
#top_nav li a {
    padding: 10px 0;
    height: auto;
    display: block;
    color: #fff;
    -webkit-transition: 0s linear;
    -moz-transition: 0s linear;
    -o-transition: 0s linear;
    transition: 0s linear;
}
.nolink {
    padding: 10px 15px!important;
}
#top_nav li a:hover {
    background: none;
}
.active {
    background: none;
}
#dropmenu {
    width: auto;
    margin: 0;
    padding: 0;
}
#dropmenu li {
    position: static!important;
    width: auto;
    height: auto!important;
    margin: 0!important;
    padding: 0!important;
    text-align: left!important;
    display: block!important;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5!important;
    text-decoration: none;
    border: none!important;
}
#dropmenu li ul {
    list-style: none;
    position: static!important;
    top: 0!important;
    margin: 5px 0 0!important;
    padding: 0!important;
    width: auto;
    height: auto!important;
    border: none!important;
}
#dropmenu li ul li {
    overflow: auto!important;
    width: auto;
    margin: 0!important;
    padding: 0!important;
    height: auto!important;
    color: #fff;
    background: transparent!important;
    border: none!important;
}
#dropmenu li ul li a {
    display: block!important;
    margin: 0!important;
    padding: 6px 10px!important;
    text-align: left;
    line-height: 1.5!important;
    font-weight: bold!important;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    transition: 0s;
    border: none!important;
    height: auto!important;
    background: none;
    border: none!important;
}
#dropmenu li ul li span {
    background: url(../img/sp/link_allow_white.png) no-repeat right center;
    background-size: 7px 13px;
    display: inline-block;
    padding: 0 15px 0 0;
    font-weight: bold!important;
    font-size: 12px!important;
}
#dropmenu li:hover ul li {
    overflow: auto!important;
    height: auto!important;
    background: none!important;
}
.main_nav {
    width: auto;
    margin: 0 auto;
    padding: 15px 0 15px;
    position: relative;
}
.main_nav ul {
    margin: 0 0 25px;
}
.main_nav li {
    display: table-cell;
    width: 50%;
    padding: 0 10px;
}
.main_nav li:first-child {
    padding-right: 5px;
}
.main_nav li:last-child {
    padding-left: 5px;
}
.main_nav a {
    float: none;
    width: 100%;
    margin: 0 15px 0 0;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    filter: alpha(opacity=60);
    -ms-filter: alpha(opacity=60);
    opacity: 0.6;
    display: block;
}
.btn_active a {
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    opacity: 1.0;
}
/* TopPage Slider
----------------------------------------------------------- */
.slider_outer {
    width: 82%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0 0;
    overflow: hidden;
}
.slider {
    height: auto;
    margin: 0;
}
.slide {
    height: auto;
    padding: 0;
}
.two_smartphone {
    display: table;
}
.poster_cell {
    width: 46%;
    height: auto;
    margin: 0 2%;
    padding: 0;
    float: left;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
}
.poster_cell:hover {
    background: none;
}
.main_poster {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0;
    padding: 0;
}
.main_poster li {
    width: auto;
    height: 100%;
    overflow: hidden!important;
    text-align: center;
    top: -10px;
    display: table-cell;
    vertical-align: bottom!important;
    margin: 0 auto;
    padding: 0;
}
.poster_caption {
    float: none;
    width: auto;
    font-size: 12px;
    line-height: 1.6;
    margin: 0.5em 0 0.8em;
}
.poster_caption p {
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
    margin: 0;
    padding: 0 0;
    overflow: hidden;
    height: 4em;
    color: #333;
}
.btn_details {
    background: url(../img/sp/btn_details.png) 0 0 no-repeat;
    background-size: 100%;
    width: 35px;
    height: 34px;
    position: absolute;
    bottom: 5.3em;
    right: 0;
}
.btn_details img {
    display: none;
}
html:not(:target) .main_poster li img {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
/* モダンブラウザ向け */
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 0;
    background: url(../img/sp/controls.png) no-repeat 0 0;
    background-size: 100%;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
    width: 45px;
}
.bx-wrapper .bx-next {
    right: 0;
    background: url(../img/sp/controls.png) no-repeat 0 -60px;
    background-size: 100%;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
    width: 45px;
}
.bx-wrapper .bx-prev:hover {
    background: url(../img/sp/controls.png) no-repeat 0 0;
    background-size: 100%;
}
.bx-wrapper .bx-next:hover {
    background: url(../img/sp/controls.png) no-repeat 0 -60px;
    background-size: 100%;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 170px;
    outline: 0;
    width: 30px;
    height: 60px;
    text-indent: -9999px;
    z-index: 100;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: 10px;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    top: -35px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    background: url(../img/sp/pager_under.png) repeat-x left center;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: url(../img/sp/pager.png) no-repeat center center;
    background-size: 10px;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    outline: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 4px transparent solid;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: url(../img/sp/pager.png) no-repeat center center;
    background-size: 10px;
    border: 4px transparent solid;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #1a2000;
    border: 4px #8bc74f solid;
}
.icon_info {
    width: auto;
    margin: 0 auto;
    padding: 15px 10px 20px;
    font-size: 13px;
}
.schedule_text {
    width: 80%;
    height: auto;
    background: none;
    text-align: center;
    float: none;
    margin: 0 auto 15px;
    padding: 10px 0;
    box-sizing: border-box;
    border: 4px #00739d solid;
}
.schedule_text img {
    width: 60%;
    height: auto;
    margin: 0;
}
.this_week,
.next_week {
    float: none;
    display: table-cell;
    margin: 0;
    padding: 0 40px 30px 40px;
    width: 50%;
    -webkit-transition: 0s linear;
    -moz-transition: 0s linear;
    -o-transition: 0s linear;
    transition: 0s linear;
}
.this_week {
    padding-right: 5px;
}
.next_week {
    padding-left: 5px;
}
.this_week:hover,
.next_week:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.ticket_link {
    float: none;
    width: 95%;
    margin: 0 auto;
    -webkit-transition: 0s linear;
    -moz-transition: 0s linear;
    -o-transition: 0s linear;
    transition: 0s linear;
    border: none;
}
.ticket_link:hover {
    border: none;
}
/* トピックス詳細 */
#topics_all {
    padding: 20px 0 10px;
    width: auto;
    margin: 0 auto;
}
.topics_title {
    font-size: 17px;
    height: auto;
    padding: 0 0 30px 10px;
    background: url(../img/sp/news-topics-bar.png) no-repeat left bottom;
    background-size: 735px 19px;
}
#topics_area {
    width: auto;
    margin: 0;
    padding: 0;
    float: none;
}
.topics_inner {
    padding: 15px 10px;
    min-height: auto;
}
.topics_cell p a:hover {
    text-decoration: underline;
}
.topics_day {
    height: 14px;
    line-height: 14px;
}
.topics_new img {
    width: 40px;
    height: auto;
}
.topics_cell p {
    font-size: 13px;
}
.social_btn {
    border-bottom: 5px #005b6a solid;
    margin: 0 0 15px;
    padding: 10px;
    height: auto;
}
#topics_banner {
    width: auto;
    float: none;
    margin: 0 auto;
}
#topics_banner li img {
    width: 100%;
    height: auto;
}
.bottom_banner {
    margin: 15px auto 0;
    padding: 15px 0 0;
    text-align: center;
}
.bottom_banner img {
    width: 90%!important;
    height: auto;
    margin: 0 auto;
}
.pagetop {
    display: none;
}
#pagetop_sp {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 1000;
}
#pagetop_sp a img {
    width: 40px;
    height: 40px;
    font: 0;
    line-height: 0;
    vertical-align: bottom;
    border: none;
    filter: alpha(opacity=70);
    /*IE*/
    -moz-opacity: 0.7;
    /*Firefox*/
    opacity: 0.7;
    /*Opera・Safari*/
}
/*Footer
----------------------------------------------------------- */
#footer {
    width: auto;
    margin: 0 auto;
    padding: 20px 10px;
    color: #fff;
    font-size: 13px;
}
#footer ul {
    width: auto;
    float: none;
}
#footer li {
    background: url(../img/sp/link_mark.png) left center no-repeat;
    background-size: 13px 10px;
    margin: 0 2em 1.5em 0;
    padding: 0 0 0 18px;
    float: none;
}
#copyright {
    text-align: center;
    padding: 2px 0 0;
    font-size: 9px;
    float: none;
    width: auto;
}
/*ニュース＆トピックス詳細ページ
----------------------------------------------------------- */
#nnt_bg {
    padding: 10px 0 0;
}
.nnt_Area {
    width: auto;
    margin: 0 auto;
    padding: 10px 0 0;
    color: #fff;
}
.nnt {
    background: #fff;
    margin: 0;
    padding: 15px 0 25px;
    min-height: auto;
}
.nnt p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 0 10px 1em;
}
.icon_info_page {
    text-align: center;
}
.icon_info_page li {
    display: inline;
}
.icon_text {
    display: block!important;
}
.icon_info_page img {
    margin: 0 10px 10px;
    width: 40%;
    height: auto;
}
.nnt_cat {
    margin: 0 10px 10px;
    padding: 0;
    color: #fff;
}
#theater_select {
    float: none;
    margin: 0 auto;
    width: 230px;
}
.theater_btn h2 {
    float: none;
    margin: 0 0 15px!important;
}
#theater_select li {
    width: 230px!important;
    height: 28px!important;
    float: none;
    margin: 0 0 7px!important;
    padding: 0!important;
    filter: alpha(opacity=60);
    -ms-filter: alpha(opacity=60);
    opacity: 0.6;
}
.cinema01 {
    width: 200px!important;
    height: 28px!important;
    background: url(../img/movie/btn_cinema_pc_01.png) no-repeat right center;
    background-size: 100%;
    -webkit-transition: 0s linear;
    -moz-transition: 0s linear;
    -o-transition: 0s linear;
    transition: 0s linear;
}
.cinema02 {
    width: 200px!important;
    height: 28px!important;
    background: url(../img/movie/btn_cinema_pc_02.png) no-repeat right center;
    background-size: 100%;
    -webkit-transition: 0s linear;
    -moz-transition: 0s linear;
    -o-transition: 0s linear;
    transition: 0s linear;
}
.cinemaall {
    width: 200px!important;
    height: 28px!important;
    background: url(../img/movie/btn_cinema_sp_all.png) no-repeat right center;
    background-size: 100%;
    -webkit-transition: 0s linear;
    -moz-transition: 0s linear;
    -o-transition: 0s linear;
    transition: 0s linear;
}
.cinema01 img,
.cinema02 img,
.cinemaall img,
#theater_select li img {
    width: 200px!important;
    height: 28px!important;
}
.movie_select {
    float: none;
    display: table;
    margin: 0 0 15px;
    width: 100%!important;
}
.movie_select li {
    float: none;
    display: table-cell!important;
    background: #005c6b;
    width: 50%!important;
    margin: 0;
    padding: 0;
    filter: alpha(opacity=60);
    -ms-filter: alpha(opacity=60);
    opacity: 0.6;
    -webkit-transition: 0s linear;
    -moz-transition: 0s linear;
    -o-transition: 0s linear;
    transition: 0s linear;
}
.movie_select li a {
    color: #fff;
    font-size: 12px!important;
    font-weight: bold;
    display: block;
    width: 100%!important;
    height: auto;
    line-height: 1!important;
    padding: 7px 0;
    text-align: center;
}
.movie_select li a span {
    padding: 0 15px 0 0!important;
    background: url(../img/sp/link_allow_white.png) no-repeat right center;
    background-size: 7px 13px;
}
#nnt_bg h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.nnt_title {
    margin: 0 0 15px;
    padding: 0 10px 10px;
    border-bottom: 1px #ccc solid;
}
#nnt_bg h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#nnt_bg h3 span {
    display: block;
    margin: 5px 0 0;
    font-size: 13px;
}
.nnt_photo {
    width: auto;
    margin: 0 50px 25px;
    font-size: 0;
    float: none;
}
.nnt_photo img {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
}
.td_onp {
    margin: 20px 10px;
    font-size: 13px;
    line-height: 1;
    width: auto;
    float: none;
}
.td_out {
    background: url(../img/sp/link_mark_black.png) no-repeat left center;
    background-size: 13px 10px;
    padding: 5px 0 3px 1.7em;
}
.td_pdf {
    background: url(../img/sp/icon_pdf.png) no-repeat left center;
    background-size: 17px 18px;
    padding: 5px 0 3px 1.7em;
}
/*作品一覧ページ
----------------------------------------------------------- */
.movie_list {
    margin: 0 0 -1px;
    padding: 15px 0 10px;
    width: 100%;
}
.movie_list_photo {
    display: block;
    margin: 0 auto 10px;
    width: 200px;
    min-height: 120px;
    border-right: none;
}
.movie_list_btn {
    display: block;
    vertical-align: bottom;
    width: 70%;
    margin: 10px auto 0;
}
.movie_list_btn li:hover {
    background: #005b6a;
}
.movie_list_info {
    display: block;
    width: auto;
    padding: 0 10px;
}
.movie_list_info h4 {
    position: static;
    right: 0;
    top: 0;
    margin: 0.5em 0;
    padding: 4px 10px;
    width: auto;
    display: inline-block;
}
.movie_info_s ul {
    margin: 0 0 10px;
}
.info_left_s {
    background: #919191;
    width: 30%;
    height: 16px;
    font-size: 11px;
    line-height: 16px;
    margin: 0 10px 0 0;
}
.info_right_s {
    padding: 0;
    font-size: 13px;
    line-height: 1.4;
    width: 65%;
}
/*作品詳細ページ
----------------------------------------------------------- */
#movie_bg {
    padding: 10px 0 0;
}
.movie_Area {
    width: auto;
    margin: 0 auto;
    padding: 10px 0 0;
    color: #fff;
}
#movie_bg h2 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 10px 5px;
}
.date_and_now {
    font-size: 13px!important;
    padding: 3px 8px!important;
}
.left_area {
    float: none;
    width: auto;
    margin: 10px 10px 0;
}
.movie_photo {
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 20px;
}
html:not(:target) .movie_photo img {
    text-align: center;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
/* モダンブラウザ向け */
.youtube {
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.youtube>iframe {
    width: 100%;
    height: auto;
}
.right_area {
    float: none;
    width: auto;
    margin: 25px 10px 0;
}
.right_area h3 {
    font-size: 16px;
    vertical-align: bottom;
    border: 1px #919191 solid;
    margin: 0 0 10px;
    padding: 3px 10px;
    display: inline-block;
}
.right_area p {
    font-size: 13px!important;
}
.movie_info {
    margin: 15px 0 0;
}
.movie_info ul {
    margin: 0 0 10px;
}
.info_left {
    background: #919191;
    width: 30%;
    height: 16px;
    font-size: 11px;
    line-height: 16px;
    margin: 0 10px 0 0;
}
.info_right {
    padding: 0;
    font-size: 13px;
    line-height: 1.4;
    width: 65%;
}
.internet_ticket {
    margin: 15px 0 20px;
}
.internet_ticket li {
    width: 100%;
    font-size: 0;
    margin: 0 auto;
    -webkit-transition: 0s linear;
    -moz-transition: 0s linear;
    -o-transition: 0s linear;
    transition: 0s linear;
    border: none;
}
.internet_ticket li:hover {
    border: none;
}
.social_btn_page {
    margin: 30px 10px 20px;
    width: auto;
    float: none;
}
.sa_social,
.ea_social {
    margin: 0 10px 40px;
}
/*パンくず
----------------------------------------------------------- */
.pankuzu {
    color: #919191;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 10px 10px;
}
.pankuzu li {
    float: left;
    margin: 0 0 5px;
}
/* 特定商取引法に基づく表記 */
.text_area {
    color: #000;
}
table.Law_cell {
    width: 100%;
}
.Law_left {
    width: auto;
}
table.Law_cell td {
    display: block;
}
table.Law_cell th {
    border-bottom: none;
    padding: 8px 10px 0;
    display: block;
}
.text_area h3 {
    padding: 0 10px 5px!important;
    font-size: 18px!important;
}
.text_area h3 img {
    width: 50%;
    height: auto;
}
.Law_text {
    margin: 0 auto 20px;
    width: auto;
}
/* 交通案内 */
.map_outer {
    width: 100%;
    margin: 0 0 20px;
    float: none;
}
#map_canvas {
    width: 100%;
    height: 300px;
    margin: 0 0 20px;
}
.text_area ul {
    padding: 0 10px 20px;
}
.text_area li {
    list-style: square inside;
    margin: 0 0 1em;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    line-height: 1.6;
}
.access_link a {
    display: block;
}
/*サービス案内 */
.service_out {
    width: auto;
    margin: 0;
}
.service_area {
    width: auto;
    margin: 0 0 20px;
    float: none;
}
.service_photo {
    width: auto;
    margin: 0;
    padding: 0 10px;
    font-size: 0;
}
.service_photo img {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}
.ticket_area h4 {
    color: #000!important;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px #000 solid;
    margin: 0 0 30px;
    padding: 0 10px 10px;
}
.ticket_area h4 span {
    border-left: none;
    padding: 0;
}
.c_menu_out {
    width: auto;
    margin: 0 10px 15px;
    padding: 20px 15px 10px;
    float: none;
    color: #000;
}
.c_menu_out h5 {
    margin: 0 0 1em;
}
.c_menu_out h5 span {
    margin: 10px 0 0;
    color: #666;
    display: block;
}
.service_area_one {
    width: auto;
    margin: 0;
    padding: 0;
}
.please {
    padding: 0 10px!important;
}
.conat {
    margin: 0 10px!important;
}
/*サイトマップ */
.sitemap {
    width: auto;
    margin: 0 auto 20px;
}
.sitemap ul {
    width: auto;
    float: none;
    padding: 0 10px;
}
/*劇場案内 */
.map_area {
    width: auto;
    margin: 0 auto 60px;
    padding: 15px 10px;
    background: url(../img/theater/map_bg.gif) left top;
    border-left: none;
    border-right: none;
    overflow: scroll;
}
.spec_area {
    width: auto;
    margin: 0 auto 20px;
    color: #000;
}
table.ScreenSpec {
    margin: 0 0 40px;
}
table.ScreenSpec td,
table.ScreenSpec th {
    display: block;
    border-bottom: none;
}
table.ScreenSpec th {
    display: none;
}
.sc15,
.sc16,
.sc21,
.sc32,
.lastchild {
    width: auto;
}
.lastchild {
    text-align: left;
    border-bottom: 1px #999 solid!important;
}
.spec_area span {
    display: inline-block;
    float: none;
    margin: 0 10px 10px 0;
}
.nonarea {
    display: none!important;
}
.sparea {
    margin: 0 0.5em 0 0!important;
    padding: 4px 8px!important;
    background: none!important;
    width: auto!important;
    vertical-align: top!important;
    border: 1px #333 solid;
    color: #333!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    display: inline-block!important;
}
.info_spec {
    margin: 0 0 20px;
}
.info_spec span {
    margin: 0 0 10px 10px;
}
.tab_sp_close {
    display: block;
    text-align: right;
    margin: 0 0 15px;
    padding: 10px 0 0;
    font-size: 16px;
}
.tab_sp_close span {
    border: 1px #000 solid;
    padding: 10px 20px;
}
.tab_sp_close a {
    color: #000;
    text-decoration: none;
}
/* チケット案内 */
.ticket_area {
    margin: 30px 0 0;
    color: #000;
}
.ticket_inner {
    width: auto;
    margin: 0 10px 30px;
}
.ticket_left {
    float: none;
    width: 60%;
    height: auto;
    line-height: 1;
    margin: 0 0 10px 0;
    padding: 10px;
}
.tl_two {
    line-height: 1;
    height: auto;
    padding: 10px;
}
.tl_two br {
    display: none;
}
.ticket_right {
    float: none;
    width: auto;
}
table.ticket_cell td,
table.ticket_cell th {
    border-bottom: none;
    vertical-align: top;
    line-height: 1.6;
    display: block;
}
.cel-t,
.cel-m,
.cel-y {
    width: auto;
}
.cel-o,
.cel-ob {
    width: auto;
}
.cel-y {
    border-bottom: 1px #999 solid!important;
}
.real_d {
    margin: 0 0 0 15px;
}
.ticket_at {
    margin: 10px 0;
}
.member_area {
    padding: 20px 15px;
    width: auto;
    margin: 0 10px;
}
.member_price {
    font-size: 18px;
}
.member_price span {
    display: block;
    margin: 10px 0 0;
}
/*チケットサイト遷移 */
#check_item {
    width: auto;
    margin: 0 10px;
    padding: 50px 20px;
}
#check p {
    text-align: left;
    font-size: 16px;
}
#check_item p strong {
    font-size: 160%;
    line-height: 1.4em;
}
.check_yn {
    margin: 25px 0 0;
    width: auto;
}
.check_yn li {
    float: none;
    margin: 0 0 10px;
    width: 100%;
    -webkit-transition: 0s linear;
    -moz-transition: 0s linear;
    -o-transition: 0s linear;
    transition: 0s linear;
}
.check_yn li:hover {
    background: #00739d;
}
.check_yn li span {
    text-align: center;
    background: url(../img/sp/link_mark_check.png) left center no-repeat;
    -moz-background-size: 8px auto;
    background-size: 8px auto;
    padding: 0 0 0 15px;
}
/* サービス紹介 */
.serviceArea {
    margin: 0 0 40px;
    min-height: auto;
}
.mainimageS {
    width: auto;
}
.rdOuter {
    margin: 0 0 30px;
}
.saOuter {
    margin: 0 0 20px;
}
.eaOuter {
    margin: 0 0 20px;
}
.explanationArea {
    padding: 35px 10px 40px;
}
.eaLogo {
    width: 70%;
    margin: 0 auto 50px;
}
.explanationArea h2 {
    line-height: 1.5;
    padding-bottom: 10px;
}
.explanationArea p {
    text-align: left;
    font-size: 15px;
    line-height: 2;
}
.explanationArea p br {
    display: none;
}
#btn_cinemaOut {
    text-align: center;
    margin-bottom: 10px;
}
.btn_show {
    width: 45%;
    margin: 0 2%;
    float: none;
    display: inline-block;
}
.cinema_icon {
    height: 43px;
    margin: 5px 0 10px;
    float: right;
}
#cinema_area .movie_list_info h4 {
    float: left;
}
#cinema_area .movie_info_s {
    clear: both;
}
.main_nav_service{
    width: 100%;
}
.main_nav_service img {
    width: 100%;
    height: auto;
}
.service_banner_cell {
    float: left;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
    padding: 0;
}
.service_banner_cell:hover {
    background: none;
}