@charset "UTF-8";
html {
  font-family: 'Noto Sans JP', sans-serif , "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, a, address,
img, dl, dt, dd, ul, li,
table, caption, tr, th, td,
embed {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;}
ol, ul {
  list-style: none;}
table {
  border-collapse: collapse;
  border-spacing: 0;}
a{
  outline: none;}
a:hover{
  opacity: .7;}
img{
  max-width: 30%;
  height: auto;}
html{
  height: auto;}
body {
  background: #EFEFEF;
  font-family: 'Noto Sans JP', sans-serif , "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  font-size: 16px;
  width:100%;
  height: auto;}
.body-bk{
  background: #fff;
  color: #000;}
.body-bk a{ color: #000; text-decoration: none;}
.body-bk th{
  color: #000;
  background: none;}
.body-bk td{
  color: #000;}
.body-bk tr{
    border-bottom:1px solid #ccc;}
.body-bk tr:first-child{
    border-bottom:1px solid #ccc;}


.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}
.tablet{display: none;}
.show600{display: none;}

/* --- テーブルのレスポンシブ調整 --- */
table {
  width: 100%;
  table-layout: fixed; /* 列幅を固定して潰れないように */
  border-collapse: collapse;
}

th, td {
  padding: 10px;
  word-break: break-word; /* 長い文字は折り返す */
  vertical-align: middle;
}

td.theater a {
  display: block;
  white-space: nowrap; /* 横に並べる */
  overflow: hidden;
  text-overflow: ellipsis; /* はみ出たら「...」に */
}
td.pref, td.theater, td.date {
  vertical-align: middle; /* すべてのセルで中央揃え */
}

td.theater a {
  display: inline-block; /* ブロック表示だと上下中央がずれる場合があるのでinline-blockに */
  vertical-align: middle; /* リンク自体も中央に */
}
.pref{
  height: 52px;}

a{ color: #000; text-decoration: none;}
a:hover{ text-decoration: none; }

.content-box{
  width: 90%;
  max-width: 1024px;
  padding-top: 0px;
  padding-bottom: 5%;
  margin-left: auto;
  margin-right: auto;}

.sche-title{
  margin: .7em 0 .3em;
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;}
.sche-title2{
  margin: 1.3em 0 1em;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;}
.sche-title3{
  margin: .7em 0;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;}

#filmimage{
  width: 100%;
  padding: 20px 0;
  background: #FFF;
  text-align: center;}
.body-bk #filmimage{
  background: #000;}
#filmimage h1{
  text-align: center;
  width: 10%;
  margin: 0 auto;
  max-width: 600px;}
.goto-hp{
  margin: 80px auto ;}
.goto-hp a{
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
  width:  260px;
  -webkit-border-radius: 18px;
          border-radius: 18px;
  line-height: 36px;
  background: #879fc1;
  margin: 0 auto ;}

.ticketarea{
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;}
.ticket-box {
  display: -webkit-flex;
  display: flex;
  justify-content:center;}
.ticket-box li{
  width: 32%;
  margin-left: 2%;}
.ticket-box li:first-child{
  margin-left: 0;}
.maeuri-box{
  margin: 1em 0 3em;}
.maeuri-img{
  text-align: center;}
.filmtext{
  font-size: 1.1em;
  text-align: center;}
.scheduke-addtext{
    text-align: center;
  margin: 2em 0 3em;
  font-size: 0.9em;
  line-height: 1.6;}
.scheduke-addtext a{
  color: #b60;}
.body-bk .scheduke-addtext a{
  color: #ea0;}


.prefarea-box2 {
  width: 100%;
  margin: 3em auto 0;}
.prefarea-box2 li{
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: .85em;
  width: 13%;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  line-height: 30px;
  background: #f4ae00;
  margin-right: 1.5%;
  margin-bottom: 1%;
  float: left;}
.prefarea-box2 li:hover {
  opacity: .8;}
.prefarea-box2 li:last-child{
  margin-right: 0;}
.prefarea-box2 li.no-pref{
  opacity: .6;}
.prefarea-box2 li a {
  text-decoration: none;
  display: block;
  color: #fff;
  opacity: 1;}
.prefarea-box2 li a:hover {
  opacity: .8;}


.pref-title2{
  position: relative;
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 1em;
  padding: 1em 0;}
.pref-title2:before{
  content:"";
  position: absolute;
  bottom:0;
  left: 0;
  right: 0;
  margin: auto;
  background: #FF965C;
  height: 4px;
  width: 2.5em;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.theater{
  text-align: left;}
.maeuri{
  float: right;
  font-size: .7em;
  font-weight: bold;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background: #89a05c;
  color: #FFF;
  padding: 5px 8px;}
.movi{
  background: #d60005;}
.maeuri+.maeuri{
  margin-right: 7px;}
.barrier{background: #e2b700;}
.imax{background: #0024d3;}
.backtohome {
  padding-bottom: 50px;}
.backtohome p{
  text-align: center;
  font-size: 1em;}
.schedule-area{
  margin-top: 2em;}
.content-box ul+div.schedule-area{
  clear: both;
  margin-top: 1em;}
.tel-rm{
  display: none;}
.footer{
  position: relative;
  background: #FF965C;
  color: #FFF;
  text-align: center;
  padding: 0 0 30px 0;}
.footer p{
  font-size: .7em;
  line-height: 1.5;}
.footer:before{
  content:"";
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 190px;
  height: 96px;
  background: url('img/footer-logo.png') no-repeat ;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.footerlogo{
    width: 80%;
    padding: 50px 0 50px 0;
}
.footer img{
    width: 100%;
}
.mb55 img{
  max-width: 100%;
  height: auto;}

@media (max-width: 768px) {
body {
  font-size: 14px;}

.pc{display: none;}
.tablet{display: block;}

#filmimage{
  padding: 20px 0;}
.sche-title2{
  margin: 36px 0 1em;}


.content-box{
  width: 94%;
  padding-top: 0;}

.prefarea-box {
  width: auto;
  margin: 2em auto 0;}
.prefarea-box li{
  width: 23.5%;
  margin-right: 2%;}
.prefarea-box li:nth-child(4n){
  margin-right: 0;}

.pref-title img{
  max-width: 170px;}

th,td{
  padding: 10px 6px;
  padding-right: 3px;}

table .tb1{ width: 9%; padding-left: 0; padding-right: 0px; }
table .tb2{ width: 43%; }
table .tb3{ width: 13%; }
table .tb4{ width: 35%; }


}


@media (max-width: 600px) {

.show600{display: block;}

.prefarea-btn{
  position: relative;
  font-size: 1.1em;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  background: #FF965C;
  -webkit-border-radius: 15px ;
          border-radius: 15px ;
  -webkit-transition: .4s;
     -moz-transition: .4s;
      -ms-transition: .4s;
       -o-transition: .4s;
          transition: .4s;
/*  -webkit-border-radius: 15px 15px 0 0;
          border-radius: 15px 15px 0 0;*/
  width: 100%;
  margin: 0 auto 1px;}
.prefarea-btn:before{
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .4s;
     -moz-transition: .4s;
      -ms-transition: .4s;
       -o-transition: .4s;
          transition: .4s;
  content:"";
  width: 20px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto auto  ;
  background: url(img/arrow.png) center center no-repeat;
  background-size: 20px 12px;}

.prefarea-box2 {
max-height: 0;
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.6s;
  position: absolute;
  z-index: 1000;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
  width: 94%;
  margin: 0 auto 0;}
.prefarea-box2 li{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #555555;
  width: 100%;
  font-size: 1em;
  line-height: 38px;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  margin-right: 0;
  margin-bottom: 0;
  float: none;}
.prefarea-box2 li:last-child{
  border-bottom: none;
  -webkit-border-radius: 0 0 15px 15px;
          border-radius: 0 0 15px 15px;
  margin-right: 0;}
.prefarea-box2 li.no-pref{
  color: #ccc;
  background: #d91;
  opacity: 1;}

.prefarea-box2 li:hover {
  opacity: 1;}
.prefarea-box2 li a:hover {
  opacity: 1;}


.showMenu .prefarea-btn:before{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);}

.showMenu .prefarea-btn{
  margin-bottom: 0;
  border-bottom: 1px solid #555555;
  -webkit-border-radius: 15px 15px 0 0;
          border-radius: 15px 15px 0 0;}

.showMenu .prefarea-box2 {
max-height: 700px;
-webkit-transition: 1s;
   -moz-transition: 1s;
    -ms-transition: 1s;
     -o-transition: 1s;
        transition: 1s;
}
    
img{
  max-width: 80%;

}

@media (max-width: 480px) {

#filmimage{
  padding: 10px 0;}
.sche-title2{
  font-size: 1.2em;
  margin: 26px 0 1em;}
    #prefarea0{
        font-size: 12px;
    }
        #prefarea4{
        font-size: 12px;
    }
.ticket-box li{
  width: 49%;
  margin-left: 2%;}
.ticket-box li:first-child{
  margin-left: 0;}

.prefarea-box li{
  width: 32%;
  margin-right: 2%;}
.prefarea-box li:nth-child(4n){
  margin-right: 2%;}
.prefarea-box li:nth-child(3n){
  margin-right: 0;}

.scheduke-addtext{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

}