@charset "UTF-8";
.sp{
  display: none;
}
.news_main strong{
  font-size: 20px;
  font-weight: bold;
}
.yet{
  pointer-events: none;
  color: rgb(150,150,150);
}
body{
  /* background: rgb(255,234,245); */
  background: rgb(255,255,255);
  font-family: Times New Roman, "メイリオ";
}
/* PAGE TOP */
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 30px;
  bottom: -90px;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 30px;
  color: #A12568;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'TOP';
  font-size: 18px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #A12568;
}

/* HEADER
------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Cherry+Swash&display=swap');

header{
  /* background: rgb(165,0,81); */
  background: rgb(0,0,0);
  width: 100vw;
  position: fixed;
  position: -webkit-fixed;
  z-index: 200;
  top: 0;
  left: 0;
  padding-top: 0;
  font-style: italic;
  font-family: Times New Roman, "メイリオ";
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  font-size: 16px;
}
header .header_inner{
  height: 60px;
  line-height: 60px;
}
header #nav{
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
#top{
  color: white;
}
header .nav_list{
  display: flex;
  color: white;
  justify-content: left;
  padding: 0 0 0 20px;
}

header .nav_list .nav_item{
  padding: 0 14px;
}
header .nav_list .nav_item:last-child{
  padding: 0 0 0 14px;
}
@keyframes txtshda{
0%{text-shadow:0px 0px 0px #ff8000ff,0px 0px 0px #ff8000ff,0px 0px 0px #ff8000ff,0px 0px 0px #ff8000ff,0px 0px 0px #ff8000ff,0px 0px 0px #ff8000ff,0px 0px 0px #ff8000ff,0px 0px 0px #ff8000ff;}
100%{text-shadow:100px 100px 0px #ff800000,-100px 100px 0px #ff800000,100px -100px 0px #ff800000,-100px -100px 0px #ff800000,150px 0px 0px #ff800000,-150px 0px 0px #ff800000,0px 150px 0px #ff800000,0px -150px 0px #ff800000;}
}
header .nav_item a{
  position: relative;
}
header .nav_item a::after{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
 -webkit- transform: translateX(-50%);
  color:rgba(255,255,255,0);
  content:"★";
}
header .nav_item a:hover::after{
  animation:txtshda 0.7s linear 0s;
}
.header_inner .adv img{
  width: 100%;
  vertical-align: middle;
}

main{
  padding-top: 60px;
  width: 100%;
  line-height: 1.75;
}
/* CONTENTS */
.contents{
  padding: 0 50px 100px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
#topTitle{
  text-align: center;
  margin: 100px auto;
}
#topTitle h1{
  margin: 0 auto;
  max-width: 300px;
  width: 90%;
}
#topTitle img{
  width: 100%;
}
#topTitle h2{
  margin: 20px auto;
  border-bottom: solid 1px rgba(0,0,0,0.5);
  width:  fit-content;
  font-family: "Crimson Text", serif;
  font-size: 20px;
}

.contents{
  width: 100%;
  max-width: 880px;
}
#theaterContentsWrapper{
  width: 100%;
}
#theaterContentsWrapper table{
  border-collapse: collapse;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
#theaterContentsWrapper table th{
  background: rgb(200,200,200);
}
#theaterContentsWrapper table td,th{
  border: solid 1px #333;
  text-align: center;
  padding: 6px 8px;
  vertical-align: middle;
}
#theaterContentsWrapper table td a{
  color: #0084bc;
}


/* SP
------------------------------------- */
@media screen and (max-width: 912px){
  .img-pc{
    display: none;
  }
  .img-sp{
    display: block;
  }
  .header_inner .adv{
    color: #e4007f!important;
    font-weight: bold;
    font-size: 15px;
  }
  .header_inner .adv span{
    font-size: 10px;
  }
  header .header_inner{
    padding-right: 50px;
    padding-left: 10px;
  }
  /* ハンバーガー
  ---------------------------------- */
  header .nav_list{
    flex-direction: column;
  }
  #nav {
    flex-direction: column;
    justify-content: flex-start!important;
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px!important; /* スマホに収まるサイズ */
    max-width: 100vw;
    height: 100vh;
    padding-top: 60px!important;
    margin-top: 60px;
    /* background-color: rgb(165,0,81); */
    background: rgb(0,0,0);
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  header .nav_list{
    padding: 0;
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header .nav_list .nav_item:last-child{
    padding: 0 14px;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a{
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
  }
  .nav_item button{
    display: block;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open #nav {
    padding-top: 60px;
    top: 0;
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
  #theaterContentsWrapper table td{
    font-size: 14px;
  }
}

@media screen and (max-width: 600px){
  .pc{
    display: none;
  }
  .sp{
    display: block!important;
  }
  #page_top{
    right: 0;
  }
  .header_inner .adv{
    font-size: 1vw;
  }
  .header_inner .adv span{
    font-size: 1vw;
  }
  #nav {
    width: 280px!important; /* スマホに収まるサイズ */
  }
  .nav_item a {
    padding: 0;
  }
  #topTitle{
    margin: 20px auto 50px;
  }
  .contents{
    padding: 0 20px 40px;
  }


}
