@charset "utf-8";

body{
 font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
 background-color:#0E1A31;
}

.tab_menu {
    z-index: 2;
    position: relative;
    width: 200px;
    margin: 3px 5px 0px 5px;
    padding: 2px 0px;
    background-color: #0E1A31;
    line-height: 40px;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    color:#A8FFF7;
    font-size:30px;
    font-weight: bold;
    border: solid 2px #0E1A31;
    border-bottom:solid 2px #A8FFF7;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    box-sizing: border-box;
}
@media(max-width:1370px){
  .tab_menu {
      z-index: 2;
      position: relative;
      width: 125px;
      margin: 1px 2px;
      background-color: #0E1A31;
      line-height: 29px;
      float: left;
      text-align: center;
      transition: all 0.2s ease;
      color:#A8FFF7;
      font-size:20px;
      font-weight: bold;
      border: solid 1px #0E1A31;
      border-bottom:solid 1px #A8FFF7;
      border-radius: 8px 8px 0 0;
      cursor: pointer;
      box-sizing: border-box;
}
}
@media(max-width:1023px){
  .tab_menu {
      z-index: 2;
      position: relative;
      width: 130px;
      margin: 1px 2px;
      background-color: #0E1A31;
      line-height: 40px;
      float: left;
      text-align: center;
      transition: all 0.2s ease;
      color:#A8FFF7;
      font-size:20px;
      font-weight: bold;
      border: solid 1px #0E1A31;
      border-bottom:solid 1px #A8FFF7;
      border-radius: 8px 8px 0 0;
      cursor: pointer;
      box-sizing: border-box;
}
}
@media(max-width:499px){
  .tab_menu {
      z-index: 2;
      position: relative;
      width: 90px;
      margin: 1px 1px;
      background-color: #0E1A31;
      line-height: 30px;
      float: left;
      text-align: center;
      transition: all 0.2s ease;
      color:#A8FFF7;
      font-size:15px;
      font-weight: bold;
      border: solid 1px #0E1A31;
      border-bottom:solid 1px #A8FFF7;
      border-radius: 8px 8px 0 0;
      cursor: pointer;
      box-sizing: border-box;
}
}

.tab_menu:hover {
    color: #A8FFF7;
}
.tab_menu:first-of-type{
margin: 0 10px 0 55px;
}
@media(max-width:1370px){
  .tab_menu:first-of-type{
  margin: 0 7px 0 50px;
  }
}
@media(max-width:1023px){
  .tab_menu:first-of-type{
  margin: 0 10px 0 34px;
  }
}
@media(max-width:499px){
  .tab_menu:first-of-type{
  margin: 0 5px 0 20px;
  }
}

input:checked + .tab_menu {
    color:#0E1A31;
    background-color: #A8FFF7;
    border:solid 2px #A8FFF7;
    border-bottom: solid 2px #A8FFF7;
}
@media(max-width:499px){
  input:checked + .tab_menu {
      color:#0E1A31;
      background-color: #A8FFF7;
      border:solid 1px #A8FFF7;
      border-bottom: solid 1px #A8FFF7;
  }
}

input[name="tab_menu"] {
  display: none;
}
.tab_content {
    display: none;
    z-index: 1;
    clear: both;
    border: solid 1.5px #A8FFF7;
    border-radius: 10px;
    padding: 30px 0px 20px 0px;
    margin: 0 35px 35px 35px;
    position: relative;
    top: 0px;
}
@media(max-width:1023px){
  .tab_content {
      display: none;
      z-index: 1;
      clear: both;
      border: solid 1px #A8FFF7;
      border-radius: 10px;
      padding: 25px 0px 25px 0px;
      margin: 0 10px 15px 10px;
      position: relative;
      top: 0px;
}
}
@media(max-width:499px){
  .tab_content {
      display: none;
      z-index: 1;
      clear: both;
      border: solid 0.7px #A8FFF7;
      border-radius: 8px;
      padding: 23px 0px 20px 0px;
      margin: 0 3px 15px 3px;
      position: relative;
      top: 0px;
}
}


#schedule:checked ~ #schedule_content,
#record:checked ~ #record_content,
#movies:checked ~ #movies_content{
    display: block;
}


.two_images{
  text-align: center;
}
.image1{
  width: 30%;
}
@media(max-width:1023px){
.image1{
 width:70%;
}
}
@media(max-width:499px){
.image1{
 width:85%;
}
}

.image2{
  width: 30%;
}
@media(max-width:1023px){
.image2{
 width:70%;
}
}
@media(max-width:499px){
.image2{
 width:85%;
}
}


.flyer{
 background-color:#0E1A31;
 width: 30%;
 height: auto;
 display: block;
 margin: auto;
}
@media(max-width:1023px){
  .flyer{
   background-color:#0E1A31;
   width: 70%;
   height: auto;
   display: block;
   margin: auto;
}
}
@media(max-width:499px){
  .flyer{
   background-color:#0E1A31;
   width: 85%;
   height: auto;
   display: block;
   margin: auto;
}
}

p{
 width:60%;
 margin:auto;
 background-color:#0E1A31;
 color:#A8FFF7;
 font-size:22px;
}
@media(max-width:1370px){
p{
 width:70%;
 margin:auto;
 color:#A8FFF7;
 font-size: 16px;
}
}
@media(max-width:1023px){
p{
 width:70%;
 margin:auto;
 color:#A8FFF7;
 font-size: 17px;
}
}
@media(max-width:499px){
p{
 width:80%;
 margin:auto;
 color:#A8FFF7;
 font-size: 15px;
}
}

.line{
  size:1.5px;
  width: 90%;
  text-align: center;
  border-color: #A8FFF7;
}
@media(max-width:1023px){
  .line{
    size:1px;
    width: 90%;
    text-align: center;
    border-color: #A8FFF7;
  }
}
@media(max-width:499px){
  .line{
    size:0.7px;
    width: 90%;
    text-align: center;
    border-color: #A8FFF7;
  }
}

/*PCメニューのCSS*/

/*スマホにPCメニューを非表示*/
@media screen and (max-width: 1023px) {
	.menu1 {
    display: none !important;
	}
  .menu2 {
    display: none !important;
  }
}

.menu01{
  position:fixed;
  padding: 0;
  margin: 0;
  bottom:100px;
  left:0px;
  z-index: 3;
}
@media(max-width: 1370px){
.menu01 {
  position:fixed;
  padding: 0;
  margin: 0;
  bottom:70px;
  left:0px;
  z-index: 3
}
}
.menu1 {
 list-style: none;
 font-family:"明朝体",serif;
 font-size:35px;
}
@media(max-width: 1370px){
.menu1 {
  list-style: none;
  font-family:"明朝体",serif;
  font-size:20px;
}
}

.menu02{
  position:fixed;
  padding: 0;
  margin: 0;
  bottom:15px;
  left:0px;
  z-index: 4;
}
@media(max-width: 1370px){
.menu02{
  position:fixed;
  padding: 0;
  margin: 0;
  bottom:10px;
  left:0px;
  z-index: 4;
}
}
.menu2{
 list-style: none;
 font-family:"明朝体",serif;
 font-size:25px;
}
@media(max-width:1370px){
.menu2{
  list-style: none;
  font-family:"明朝体",serif;
  font-size:17px;
}
}


.menu1 a{
  text-decoration: none;
 color: #FFF351;
}
.menu2 a{
  text-decoration: none;
  color: #FFF351;
}
.menu1 a:hover{
 color:#56FFF7;
}
.menu2 a:hover{
  color:#56FFF7;
}




/*ハンバーガーメニューのCSS*/

/*PCにハンバーガーメニューを非表示*/
@media screen and (min-width: 1024px) {
	.header {
    display: none !important;
	}
}

@media(max-width:1023px){
.header {
    position: fixed;
    position: absolute;
    top: 55px;
    right: 70px;
    background: #fff;
    z-index: 100;
}
}
@media(max-width:499px){
.header {
    position: fixed;
    position: absolute;
    top: 40px;
    right: 50px;
    background: #fff;
    z-index: 100;
}
}

/* ここから下がハンバーガーメニューに関するCSS */


/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top:0px
  right: 0px;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 12px;
  width: 80px;
  border-radius: 5px;
  background: #A8FFF7;
  transition: 0.5s;
  position: absolute;
}
/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 27px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 27px;
}
@media(max-width:1300px){
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 10px;
    width: 67px;
    border-radius: 3px;
    background: #A8FFF7;
    transition: 0.5s;
    position: absolute;
  }
 .drawer_open span:before {
    bottom: 22px;
}
 .drawer_open span:after {
    top: 22px;
}
}
@media(max-width:1023px){
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 10px;
    width: 62px;
    border-radius: 5px;
    background: #A8FFF7;
    transition: 0.5s;
    position: absolute;
  }
 .drawer_open span:before {
    bottom: 22px;
}
 .drawer_open span:after {
    top: 22px;
}
}
@media(max-width:499px){
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 8px;
    width: 60px;
    border-radius: 5px;
    background: #A8FFF7;
    transition: 0.5s;
    position: absolute;
  }
 .drawer_open span:before {
    bottom: 20px;
}
 .drawer_open span:after {
    top: 20px;
}
}


/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}


/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  right: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #0E1A31;
  transition: .5s;
  text-align: center;
  padding-top: 35px;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
}

.nav_item a {
  color: #A8FFF7;
  font-size :35px;
  text-decoration: none;
}
@media(max-width:1300px){
.nav_item a {
  color: #A8FFF7;
  font-size :22px;
  text-decoration: none;
}
}
@media(max-width:1023px){
.nav_item a {
  color: #A8FFF7;
  font-size :30px;
  text-decoration: none;
}
}
@media(max-width:499px){
.nav_item a {
  color: #A8FFF7;
  font-size :22px;
  text-decoration: none;
}
}
.nav_item2 a {
  color: #A8FFF7;
  font-size :25px;
  text-decoration: none;
}
@media(max-width:1300px){
.nav_item2 a {
  color: #A8FFF7;
  font-size :17px;
  text-decoration: none;
}
}


/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  right: 0;
}
