/*
スマホ 320〜559px
タブレット 560〜1024px
PC 1025px以上

/*br管理*/
/*---スマホ時改行--*/
@media screen and (max-width: 559px) {
    .pc_br{display:none;}
    .sp_br{display:block;}
    }
    /*---タブレット時改行*/
    @media screen and (min-width:560px) and (max-width: 1024px) {
    .sp_br{display:none;}
        }
    /*---PC時改行--*/
    @media screen and (min-width:1025px){
    .pc_br{display:block;}
    .sp_br{display:none;}
    }


html{
    box-sizing: border-box;
    min-width: 100%;
    overflow-x:hidden;
}

body{
    display: flex;
    flex-flow: column;
    min-height:auto;
    margin: 0;
    scroll-behavior:smooth;
    background-color: #000;
    color:#fff;
}

.title_bold{
    font-weight: bold;
}

.color_red{
    color: #a72900;
    font-size: 14px;
}

.indent_1em{
    text-indent: 1em;
}

.border_none{
    border:none !important
}

.padding10{
    padding:10px 0 0;
}
@media screen and (max-width:1024px) {

/*画像　読み込み変更*/
.pc_img{display: none !important;}
.sp_img{display: block !important;}

.pc_movie{display: none !important;}
.sp_movie{display: block !important; width: 100%;}


#header{
    width: 100%;
    position: fixed;
    background-color:#000;
    z-index: 99999999;
}
#header .header_wrap .header_wrap_in{ 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#header img{
    width: 50%;
    padding: 10px 0 10px 10px;
} 

.header_sns{
    width: 30%;
    text-align: right;
}

#header h2{
    width: 60%;
    text-align: right;
}
#header h2 a{
    display: block;
}
#header h2 img{
    padding:0;
    width: 80%;
}

/* main contents */
#container{
    box-sizing: border-box;
    width: 100%;
}

#container h2{
    font-size: 24px;
    text-align: center;
    padding: 12% 0 6%;
}
#container .main_h3{
    font-size: 50px;
    font-weight: 900;
    letter-spacing: .08em;
    text-align: center;
    padding:60px 0 0;
    color: #a72900;
    text-decoration:underline #a72900 1px solid;
    text-underline-offset:16px;
}
#container .main_h4{
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    padding: 20px 0 10px;
}

#container p{
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
    letter-spacing: -0.01em;
    margin:auto;
    padding: 6px;
    width: 100%;/*本文サイズ*/
}

#container figure{
    margin: 0 auto;
    width: 100%;/*本文サイズ*/
}
#container figure img{
    width: 100%;
    box-sizing: border-box;
    padding: 6% 0;
}

#main_01,
#main_02,
#main_03,
#main_04{
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding:0 20px 60px;
}

#container_in .px_icon_gun{
    margin: 0 auto;
    padding: 60px 0;
}

#container_in .px_icon_gun img{
    display: block;
    margin: 0 auto;
    padding: 40px 0;
    width: 60px;
}

/*内枠*/
#container_in{
    margin: 0 calc(50% - 50%);
    width: 100%;
}

/* Scrollボタン */
#scrolldown_tst{
    position: relative;
    z-index: 999999;
}
.scrolldown2{
  position:absolute;
  top:0;
  right:4%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
  position: absolute;
  right: -16px;
  bottom:10px;
  color: #a72900;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 丸 */
.scrolldown2:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-4px;
    width:10px;
    height:10px;
    border-radius: 50%;
    background:#a72900;
    animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
      0%{bottom:100px;}
     100%{bottom:-5px;}
 }
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線 */
.scrolldown2:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:2px;
  height: 100px;
  background:#a72900;
}


/*****************
00__FV
01__#main_01 NEWS
02__#main_02 FHOENIXとは
03__#main_03 料金・営業時間(カレンダー)
04__#main_04 アクセス(MAP)・SNS・ご予約

*****************/

/***** FV  ******/
.wrap {
    position: relative;
    width: 100vw;
    height:90vh;
    margin-top: 40px;

}
.wrap video{
    position: absolute;
    top:51%;
    left: 50%;
    transform: translateX(-50%) translateY(-49%);
    min-width: 100%;
    min-height: 100%;
}


.txt_inner{
    padding:0 0 40px;
}

 
/* #main_01 NEWS */
#main_01 {
    background-color: #323232;
}

#main_01 .news>div{
    border-bottom: 1px solid #fff;
    padding:20px 0;
}

#main_01 .link a{
    color:#fff;
    text-decoration: underline;
    text-decoration-color: #ffff00;
    padding: 2px 0;
    font-size: 20px;

}

/* #main_02　FHOENIXとは */
#main_02{

}

#main_02 .about_inner img{
    width: 100%;
    padding:20px 0 0;
}
#main_02 .about_inner h3{
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.5; 
    padding: 10px 0;
    text-align: left;
}

#main_02 .about_inner h3>span{
    color: #ffff00;
}

/*  説明 */
#main_02 .about_inner .exp{
    padding: 20px 0;
    font-weight: 600;
}

/*  画像スライド */
.slide {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
  }

.slide-image,
.slide-image2,
.slide-image3{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: slider-1 24s linear infinite;
  }


  .slide-image:nth-child(1) {
    background-image: url(../img/px_main01.png);
    animation-delay: -2s;
  }
  
  .slide-image:nth-child(2) {
    background-image: url(../img/px_main02.png);
    animation-delay: 6s;
  }
  
  .slide-image:nth-child(3) {
    background-image: url(../img/px_main03.png);
    animation-delay: 14s;
  }
  
  @keyframes slider-1{
    0% {
      opacity: 0;
      transform: scale(1);
    }
    4.16% {
      opacity: 1;
    }
    33.33% {
      opacity: 1;
    }
    41.66% {
      opacity: 0;
      transform: scale(1);
    }
    100% {
      opacity: 0;
    }
  } 
  
  .slide-image2:nth-child(1) {
    background-image: url(../img/px_main04.png);
    animation-delay: -2s;
  }
  
  .slide-image2:nth-child(2) {
    background-image: url(../img/px_main05.png);
    animation-delay: 6s;
  }
  
  .slide-image2:nth-child(3) {
    background-image: url(../img/px_main06.png);
    animation-delay: 14s;
  }
  

  .slide-image3:nth-child(1) {
    background-image: url(../img/px_main07.png);
    animation-delay: -2s;
  }
  
  .slide-image3:nth-child(2) {
    background-image: url(../img/px_main08.png);
    animation-delay: 6s;
  }
  
  .slide-image3:nth-child(3) {
    background-image: url(../img/px_main09.png);
    animation-delay: 14s;
  }
  

#main_02 .about_inner ul{
    width: 100%;
    border-top:1px solid #65696a;
    padding: 10px 0;
}

#main_02 .about_inner ul span{
    font-size: 16px;
    font-weight: 600;
    color: #65696a;
}


#main_02 .about_inner ul .color_yellow{
    color: #ffff00;
}


/* main_03 料金・営業時間(カレンダー)について  */
#main_03 {
    background-color: #323232;
}

#main_03 .price{
    background-color: #d8d8d8;
}

#main_03 .price h3{
    color: #000;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    padding: 20px 0;
}

/* 料金表 */
.price_wrap{
    border-top: solid 1px #323232;

}
#main_03 .price dl{
    text-underline-offset: 16px;
    width:96%;
    padding: 20px 0;
    margin: 0 auto;
    color: #000;
}
#main_03 .price dt{
    color: #a72900;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0;
}

#main_03 .price dt:first-of-type{
    border-bottom: 1px solid #323232;
}

#main_03 .price .nomal{
    font-size: 16px;
    color: #000;
    font-weight: normal;
    border-bottom: none !important;
}

#main_03 .price .line_div{
    width: 100%;
    font-size: 15px;
}

.price_flex{
    display: flex;
}

#main_03 .price dd{
    line-height: 1.8;
    width: 100%
}
#main_03 .price .right{
    text-align: right;
}
#main_03 .price .price_long{
    width: 100%;
   text-align: right;
}


/* ゲーム一覧表 */
.table_scroll{
    width: 94%;
    margin:0 auto;
    overflow-x:auto;
    padding-bottom: 40px;
}
.table_scroll caption{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    padding: 10px 0;
}

.type {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 20px 0;
    width: 94%;
    color: #000;
    white-space: nowrap;/* 折り返さない */
    overflow-x: auto;
}
.table_scroll::-webkit-scrollbar {
    height: 10px; /* スクロールバーの高さ */
  }
   
  .table_scroll::-webkit-scrollbar-thumb {
    background: #aaa; /* ツマミの色 */
  }
   
  .table_scroll::-webkit-scrollbar-track {
    background: #ddd; /* トラックの色 */
  }
  
  .type tr {
    background-color: #fff;
    padding: .35em;
    border: 2px solid #eee;
}
  .type tr:last-child{
    border: none;
}
  .type th{
    padding: 1em;
    border-right: 2px solid #fff;
    border-bottom: solid 1px #fff
}

  .type td {
    border-right: 2px solid #eee;
    text-align: center;
}
  .type th {
    font-size: .80em;
    min-width: 120px;
    font-weight: 500;
}
  .type thead tr{
    background-color: #000;
    color:#fff;
}
  .type tbody th {
      border-right: 2px solid #eee;
}
  th.non {
      border-right: none;
}
  .txt{
     text-align: left;
     font-size: .85em;
}
  .type .price{
    color: #000;
    font-weight: 500;
}
  .type .price span {
      font-size: .6em;
}


#main_03 .color_red_2{
    color: #a72900;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
}

#main_03 .price_exp{
    letter-spacing: -0.1em;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
    color: #a72900;
}

/* ミニゲームとは シューティングレンジとは */
#main_03 .about_inner{
    background-color: #000;
    padding: 40px 0;
}
#main_03 .about_inner img{
    width: 100%;
    object-fit: contain;
    padding: 3% 0;
}
#main_03 .about_inner h3{
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    padding: 20px 0 0;
}

#main_03 .about_inner ul{
    width: 100%;
    border-top:1px solid #65696a;
    padding: 10px 0;
}

#main_03 .about_inner ul li{
    padding-top: 10px;
}

#main_03 .about_inner .pc_cod p{
    width: 100%;
    padding: 4px;
}

/* 無料券・回数券 */
#main_03 .ticket_banner{
    padding: 60px 0 0;
}
#main_03 .ticket_exp{
    letter-spacing: -0.1em;
    font-size: 14px;
}


#main_03 .ticket_banner figure img{
    margin: 20px 0 0;
    padding: 0;
}


.color_yellow_exp{
    font-weight: bold;
    font-size: 16px;
    color: #ffff00;
}

/* 営業時間 */
#main_03 .price_time {
    background-color: #d8d8d8;
    width: 100%;
    margin: 0 auto;
}
#main_03 .price_time h3 {
    color: #000;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    padding: 20px 0;
}
#main_03 .price_time .line_div{
    color: #000;
    text-align: left;
    width: 100%;
    margin-left: 0;
    padding-bottom: 20px;
}


.price_wrap_time{
    border-top: solid 1px #323232;
    overflow: hidden;
    padding: 20px 0;
    width: 94%;
    margin: 0 auto;
}

.price_wrap_time .line_div dt{
    color: #a72900;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 0;
}

.price_txt_wrap .price_txt{
    width: 96% !important;
    color: #000;
    padding: 0 0 20px !important;
}


/* タイムテーブル */
.time_table {
    margin: 60px 0;
    width: 100%;
}

table{
    width: 100%;
    border-spacing: 0;
  }
  
  table th{
    border-bottom: solid 2px #a72900;
    padding: 10px 0;
    width: 25%;
  }
  
  table td{
    border-bottom: solid 2px #ddd;
    text-align: left;
    padding: 6px;
    width: 75%;
    line-height: 2;
    letter-spacing: .06em;
  }

.time_table .time_exe{
    padding: 20px 0;
    line-height: 1.6;
    width: 100%;
}
.time_table .time_exe li{
    padding-left: 1em;
    text-indent: -1em;
}


/* google calendar */
#main_03 .calendar{
    margin: 60px 0;
    background-color:#fff;
    height:100%;
}
#main_03 .calendar iframe{
    height: 470px;
}
/* 利用規約 terms_area */
.terms_area {
    padding: 60px 0 60px;
    line-height: 1.6;
    width: 100%;
    margin: 0 auto;
}

#container .terms_area h4{
    padding: 20px 0;
}
.terms_h{
    font-weight: bold;
    padding: 20px 0;
    font-size: 20px;
}
#container .terms_area ul{
    padding: 5px 0;
    font-size: 12px;
}

#container .terms_area .in{
    padding-left: 1em;
    text-indent: -1em;
}
.pt20{
    padding-top: 20px;
}
.pt120{
    padding-top: 120px;
}


/* #main_04 アクセス(MAP)・SNS・ご予約 */
#main_04{
    overflow: hidden;
}
#main_04 address{
    padding: 0 0 60px;
}
#main_04 address p{
    padding: 20px 0;
    font-size: 16px;
    text-align: center;
}

#main_04 .sns_area{
    padding: 60px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    box-sizing: border-box;
}

#main_04 .sns_area h4,
#main_05 .banner h4{
    font-weight: 900;
    font-size: 26px;
    text-align: center;
    line-height:1.5;
    padding: 20px 0;
}

#main_04 .sns_link{
    width: 100%;
    text-align: center;
}

#main_04 .sns_link span{
    font-size: 15px;
    vertical-align: middle;
    margin-bottom: 5px;
    display: inline-block;
}

#main_04 .sns_area h5{
    font-weight: 900;
    font-size: 28px;
    padding:10px 0;
}

/*  ご連絡先 */
#main_04 #tel_area{
    width: 100%;
}
#main_04 #tel_area .list{
    font-size:32px;
    font-weight: 900;
    line-height: 1.4;
    padding: 0;
    letter-spacing: 0;
    text-align: center;
}

#main_04 #tel_area p:first-of-type{
    padding: 0;
    text-align: center;
}
#main_04 .tel_exp{
    font-size: 12px;
    letter-spacing: .003em;
    line-height: 1;
    padding: 4px 0 0;
    text-align: center;
}
/* ご予約フォーム */
#main_04 .sns_area  div:last-child{
    padding-top: 40px;
}
.sns_link a{
    display: block;
}
.reserv{
    width: 100%;
}


/* TOP btn */
#page-top{
    display: none;
}
#page-top img{
    display: none;
}
#main_05 address .symbol{
    vertical-align: text-bottom; /*　:あげ  */
}


/* footer*/
footer{
    color: #333;
    height: auto;
}
/* footer包括*/
footer #footer_wrap{
    width: 100%;
    padding: 4% 2%;
    height: auto;
}
/* footerロゴ*/
footer #footer_wrap h1{

}
footer #footer_wrap h1 a{
    display: block;
}
footer #footer_wrap h1 img{
    width: 100%;
}
footer #footer_wrap .sns_icon_list_i{
    display: block;
    width:  100%;
}
footer #footer_wrap .sns_icon_list_i a{
    display: block;
    text-align: center;
}
#footer_wrap .copy{
    color:#d8d8d8;
    text-align: center;
}
#footer_wrap .copy .symbol{
    vertical-align: text-bottom; /*　:あげ  */
}

}
