@charset "UTF-8";
/* CSS Document */

/*===============================================
movieDetail
===============================================*/

.movieDetail .sec_l {
  width: 50%;
}

.movieDetail .sec_r {
  width: 47%;
}

.movieDetail .sec_r .title {
  margin: 0% 0 30px 0;
}

.movieDetail .sec_r .title p {
  display: inline-block;
  background: #436074;
  padding: 3px 10px;
  line-height: 1;
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.movieDetail .sec_r .title h3 {
  font-weight: 600;
  font-size: 2.2rem;
  background: linear-gradient(transparent 70%, #f1f1f1 30%);
  margin-bottom: 20px;
  padding-left: 10px;
}

.movieDetail .sec_r .title h3+dl {
  font-size: 1.2rem;
}

.movieDetail .sec_r .txt p span,
.movieDetail .sec_r .txt {
  color: #436074 !important;
}

.movieDetail .sec_r .txt p {
  font-size: 1.4rem !important;
}

.movieDetail .info {
  width: 70%;
  margin: 40px auto;
}

.movieDetail .sub_ttl {
  text-align: center;
  margin-bottom: 20px;
}

.movieDetail .sub_ttl h3 {
  text-align: center;
  display: inline-block;
  font-weight: 600;
  font-size: 2.0rem;
  border-bottom: 2px #436074 solid;
  padding: 0 30px;
}

.movieDetail .table {
  display: table;
  margin-bottom: 20px;
}

.movieDetail .table dl {
  display: block;
  border-bottom: 1px dashed #ccc;
  font-size: 1.3rem;
}

.movieDetail .table dl dt,
.movieDetail .table dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 0;
}

.movieDetail .table dl dt {
  width: 100px;
  text-align: center;
}

.movieDetail .info p.copyRight {
  text-align: right;
  font-size: 1.0rem;
}

.movieDetail .table a {
  color: #4eb4fb !important;
  text-decoration: underline;
}

.movieDetail .reserve_sec ul.week {
  display: flex;
  justify-content: space-around;
}

.movieDetail .reserve_sec .week li {
  width: 14.28%;
  background: #f1f1f1;
  text-align: center;
}

.movieDetail .reserve_sec .week li+li {
  border-left: 1px solid #ccc;
}

.movieDetail .reserve_sec .week li .day {
  background: #436074;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 7px 5px 7px 13px;
}

.movieDetail .reserve_sec .week li .day span {
  font-size: 1.4rem;
}

.movieDetail .reserve_sec .week li .cell {
  padding: 13px 10px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 1.5rem;
}

.movieDetail .reserve_sec .week li .cell span {
  font-size: 1.2rem;
}

.movieDetail .reserve_sec .week li .cell .btn a {
  margin: 6px 0 0 0;
  background: #4eb4fb;
  display: inline-block;
  border-radius: 8px;
  padding: 3px 0;
  width: 100%;
  font-size: 1.3rem;
  color: #fff;
}

.movieDetail .reserve_sec .week li .time strong {
  font-size: 17px;
}

.movieDetail .reserve_sec .week li .seat {
  font-size: 12px;
  font-weight: 400;
  color: #72818b;
}

.movieDetail .ticket_info {
  text-align: center;
  padding: 20px 0;
}

.movieDetail .ticket_info .first_start_day {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.movieDetail .ticket_info .first_start_sales {
  font-size: 1.3rem;
}


.movieDetail .trailer {
  padding: 30px 0;
}

.movieDetail .youtube {
  max-width: 700px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.movieDetail .youtube iframe {

  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .movieDetail .reserve_sec .week li .cell:not(:last-child) {
    border-bottom: 1px dashed #999;
  }
}

/*===============================================
information
===============================================*/

.price_tabel {
  width: 70%;
  margin: 0 auto;
}

.price_tabel li {
  border-bottom: 2px solid #EEE;
  padding: 10px 0;
}

.price_tabel li dl {
  margin: 1px 0;
}

.price_tabel li dt {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
}

.price_tabel li dd {
  display: inline-block;
  float: right;
  font-size: 1.5rem;
  font-weight: 500;
}

.price_tabel li dd span {
  font-size: 1.1rem;
  font-weight: 400;
}

.price_tabel li p {
  font-size: 1.2rem;
}

.admission {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.admission ul {
  display: inline-block;
}

.admission ul li {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.neko_member {
  width: 70%;
  margin: 0 auto;
}

.neko_member dl {
  margin-top: 1.5em;
}

.neko_member dt {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4eb4fb;
  border-bottom: 1px dashed #4eb4fb;
  margin-bottom: 8px;
  padding-bottom: 3px;
}

.neko_member dd {
  text-indent: -1em;
  padding-left: 1em;
}

/*gallery*/
.gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.gallery ul li {
  width: 24%;
  margin: 0.5%;
  padding: 10px;
  box-sizing: border-box;
  height: 220px;
  overflow: hidden;
  position: relative;
}

.gallery ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* 画像の最大サイズは枠の1.5倍まで */
  max-width: 150%;
  max-height: 150%;
  object-fit: cover;
}

/*===============================================
theater
===============================================*/

.theater .sec01 .sec_l {
  width: 45%;
}

.theater .sec01 .sec_r {
  width: 50%;
}

.theater .sec01 .sec_r h3 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.theater .sec02 .sec_l h3 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.theater .sec02 .sec_r {
  width: 50%;
}

.theater .sec02 .sec_l {
  width: 45%;
}

.theater .sec02 .sec_l .table th {
  text-align: left;
}

/*===============================================
access
===============================================*/

#access dl {
  text-align: center;
  margin-top: 20px;
}

#access dt {
  font-weight: 600;
  font-size: 1.5rem;
}


/*===============================================
cafe
===============================================*/

.cafe .sec01 .sec_l {
  width: 45%;
}

.cafe .sec01 .sec_r {
  width: 50%;
}

.cafe .sec01 .sec_r h3 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.cafe .sec02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}

.cafe .sec02 ul li {
  width: 24%;
  margin: 0.5%;
  padding: 0px;
  box-sizing: border-box;
  text-align: center;
}

.cafe .sec02 ul li h3 {
  font-weight: 600;
}

.cafe .sec02 ul li p {}

.cafe .sec02 ul li p span {
  font-size: 0.9rem;
}

.cafe .menu {
  width: 70%;
  margin: 10px auto;
  display: block;
  padding-bottom: 30px;
}

/*===============================================
qa
===============================================*/

.qa ul {
  width: 70%;
  margin: 0 auto;
}

.qa ul li {
  border-bottom: 2px solid #EEE;
  padding: 10px 0;
}

.qa ul dl {}

.qa ul dt {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 3px;
}

.qa ul dt span {
  color: #4eb4fb;
  padding-right: 5px;
}

.qa ul dd {
  font-size: 1.3rem;
}

/*===============================================
.news
===============================================*/

/*
.news_sec .pager ul { display: flex; flex-wrap: wrap; justify-content:center;  align-items: center;}
.news_sec .pager ul li a { display: inline-block;  padding: 13px; margin: 0 6px; box-sizing: border-box; border-radius: 5px; line-height: 0.5; background:#4eb4fb;  }
.news_sec .pager ul li.current a { pointer-events: none; color:#fff; }
.news_sec .pager ul li:not(.current) a { background:#eee; }
.news_sec .pager ul li:not(.current) a:hover {background:#4eb4fb; color:#fff; }
*/

.news_sec .pager {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.news_sec .pager>div a {
  display: inline-block;
  padding: 13px;
  margin: 0 6px;
  box-sizing: border-box;
  border-radius: 5px;
  line-height: 0.5;
  background: #4eb4fb;
  color: #fff;
}

.news_detail .detail {
  display: block;
  width: 65%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.news_detail .title_sec dl dt span {
  text-align: center;
  background: #999;
  padding: 2px 20px;
  font-size: 1.1rem;
  line-height: 0;
}

.news_detail .title_sec dl dt {
  margin: 5px 0;
}

.news_detail .title_sec h3 {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.news_detail .comment {
  margin-bottom: 60px;
  padding-bottom: 50px;
  border-bottom: 1px dashed #4eb4fb;
}

.news_detail .comment p {
  padding: 10px 0;
}

.news_detail .comment img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.news_detail .table_sec {
  margin-top: 50px;
}


/*===============================================
.privacy
===============================================*/

.privacy h3 {
  font-weight: 500;
  font-size: 1.3rem;
}

.privacy h4 {
  font-weight: 500;
  margin-top: 1em;
}

.privacy .inr>ul>li {
  margin-bottom: 1em;
  font-size: 1.2rem;
}

.privacy .inr>ul>li>ul {
  margin-top: 1em;
  padding-left: 2em;
}

.privacy .inr>ul>li ul>li {
  margin-bottom: 0.5em;
}

/*===============================================
company_sec
===============================================*/

.company_sec .table_sec {
  width: 650px;
  margin: 0 auto;
}

.company_sec .table_sec>dl {
  width: 100%;
}

.company_sec .table_sec>dl>dt {
  width: 150px;
  vertical-align: middle;
}

.company_sec .table_sec>dl>dd {
  width: 500px;
}

.company_sec .sponsor ul {
  width: 650px;
  margin: 0 auto;
}

.company_sec .sponsor li {
  display: inline-block;
  padding-right: 1em;
}

.company_sponsor h3 {
  text-align: center;
  margin-bottom: 20px;
}

.company_sponsor h3 span { 
  position: relative; 
 padding-left: 60px;
 text-align: center;
 font-weight: bold;
 font-size: min(3.6vw,18px);
}

.company_sponsor h3 span::before  {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  background: url("../images/sponsor/kinchan.png") no-repeat center center ;
  width: 50px;
  height: 50px;
  background-size: contain;
}

.company_sponsor h3.ginchan span::before  {
  background: url("../images/sponsor/ginchan.png") no-repeat center center ;
  background-size: contain;
}

.company_sponsor ul {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding-bottom: 30px;
}


.company_sponsor ul li {
  width: 24%;
  text-align: center;
  img {
    padding: 5px;
    border: 1px solid #ccc;
  }
}

.company_sponsor.kinchan_sec{
border-bottom: 1px dashed #ccc;
padding-bottom: 10px;
margin-bottom: 50px;
}

/*===============================================
history
===============================================*/

.history ul {
  width: 70%;
  margin: 0 auto;
}

.history ul li {
  margin-bottom: 50px;
  padding-bottom: 20px;
  line-height: 2;
}

.history ul dt {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.history ul dd img {
  display: block;
  margin: 0 auto;
  width: 80%;
  margin-bottom: 20px;
}

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


  /*===============================================
movieDetail
===============================================*/

  .movieDetail .sec_l {
    width: 70%;
    margin: 0 auto;
    float: none;
  }

  .movieDetail .sec_r {
    width: 100%;
    float: none;
  }

  .movieDetail .sec_r .title {
    margin: 10px 0 20px 0;
  }

  .movieDetail .sec_r .title p {
    font-size: 1.0rem;
  }

  .movieDetail .sec_r .title h3 {
    font-size: 1.9rem;
  }

  .movieDetail .sec_r .txt p {
    font-size: 1.3rem !important;
  }

  .movieDetail .info {
    width: 90%;
    margin-bottom: 0px;
    box-sizing: border-box;
  }

  .movieDetail .info .sub_ttl {}

  .movieDetail .info .sub_ttl h3 {
    font-size: 1.6rem;
    padding: 0 30px;
    box-sizing: border-box;
  }

  .movieDetail .table {
    margin-bottom: 0;
  }

  .movieDetail .table dl {
    display: block;
    border-bottom: 1px dashed #ccc;
    font-size: 1.1rem;
    box-sizing: border-box;
  }

  .movieDetail .table dl dt,
  .movieDetail .table dl dd {
    width: 100%;
    display: block;
    text-align: left;
  }

  .movieDetail .table dl dt {
    margin: 0;
  }

  .movieDetail .table dl dd {
    padding: 0px 15px 10px 15px;
    box-sizing: border-box;
  }

  .movieDetail .reserve_sec ul.week {
    display: block;
  }

  .movieDetail .reserve_sec .week li {
    width: 100%;
    box-sizing: border-box;
  }

  .movieDetail .reserve_sec .week li .day {
    text-align: center;
    width: 100%;
    padding: 5px 0;
  }

  .movieDetail .reserve_sec .week li .day span {
    font-size: 0.9rem !important;
  }

  .movieDetail .reserve_sec .week li .cell {
    display: inline-block;
    width: 32%;
    box-sizing: border-box;
    margin: 0;
    vertical-align: top;
  }

  .movieDetail .reserve_sec .week li+li {
    border-left: none;
  }


  .movieDetail .reserve_sec .week li .day span {
    font-size: 1.4rem;
  }

  .movieDetail .reserve_sec .week li .time {
    font-size: 1.3rem;
    font-weight: 600;
  }

  .movieDetail .reserve_sec .week li .cell .vacancy span {
    font-size: 1.0rem !important;
    white-space: nowrap;
  }

  .movieDetail .reserve_sec .week li .cell .btn a {
    margin: 6px 0 0 0;
    background: #4eb4fb;
    display: inline-block;
    border-radius: 8px;
    padding: 3px 0;
    width: 100%;
    font-size: 1.1rem;
    color: #fff;
  }

  .movieDetail .ticket_info .first_start_day {
    font-size: 1.6rem;
  }

  .movieDetail .ticket_info .first_start_sales {
    font-size: 1.2rem;
  }


  /*===============================================
price_tabel
===============================================*/

  .price_tabel {
    width: 100%;
  }

  .price_tabel li p {
    clear: both;
    font-size: 1.0rem;
  }

  .price_tabel li dd span {
    font-size: 0.9rem;
  }

  .neko_member {
    width: 100%;
    margin: 0 auto;
  }


  /*===============================================
theater
===============================================*/

  .theater .sec01 .sec_l {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    float: none;
  }

  .theater .sec01 .sec_r {
    width: 100%;
    float: none;
  }

  .theater .sec01 .sec_r h3 {
    text-align: center;
    font-size: 1.6rem;
  }

  .theater .sec02 .sec_l h3 {
    text-align: center;
    font-size: 1.6rem;
  }

  .theater .sec02 .sec_l {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    float: none;
  }

  .theater .sec02 .sec_r {
    width: 80%;
    margin: 0 auto;
    float: none;
  }

  .gallery ul li {
    width: 32%;
    margin: 0.5%;
    padding: 10px;
    height: 180px;
  }

  /*===============================================
cafe
===============================================*/


  .cafe .sec01 .sec_l {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    float: none;
  }

  .cafe .sec01 .sec_r {
    width: 100%;
    float: none;
  }

  .cafe .sec01 .sec_r h3 {
    text-align: center;
    font-size: 1.6rem;
  }

  .cafe .sec02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .cafe .sec02 ul li {
    width: 49%;
    margin: 0 2% 10px 0;
    padding: 0px;
  }

  .cafe .sec02 ul li:nth-child(2n) {
    margin-right: 0;
  }

  .cafe .menu {
    width: 90%;
  }

  /*===============================================
qa
===============================================*/

  .qa ul {
    width: 100%;
    margin: 0 auto;
  }

  .qa ul li {
    padding: 20px 0;
  }

  .qa ul dt {
    font-size: 1.3rem;
    margin-bottom: 3px;
  }

  .qa ul dd {
    font-size: 1.2rem;
  }

  /*===============================================
.news
===============================================*/

  .news_detail .detail {
    width: 100%;
  }

  /*===============================================
company_sec
===============================================*/

  .company_sec .table_sec {
    width: 100%;
    margin: 0 auto;
  }

  .company_sec .table_sec>dl {
    width: 100%;
  }

  .company_sec .table_sec>dl>dt {
    width: 100%;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    text-align: left;
  }

  .company_sec .table_sec>dl>dd {
    width: 100%;
    margin-bottom: 10px;
    display: block;
    text-align: left;
    padding: 0 3%;
    box-sizing: border-box;
  }

  .company_sec .sponsor ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  /*===============================================
history
===============================================*/

  .history ul {
    width: 100%;
  }

  .history ul li {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .history ul dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .history ul dd img {
    display: block;
    margin: 0 auto;
    width: 80%;
    margin-bottom: 20px;
  }


}