* {
    box-sizing: inherit;
    margin: 0px;
    padding: 0px;
    font-family: "Noto Sans JP", sans-serif;
}

html{
    box-sizing: border-box;
    min-width: 1020px;
    overflow-x: hidden;
}

body{
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    margin: 0;
    scroll-behavior:smooth;
}

.content {
width: 100%;
height: auto;
}
.content img{
width: 100%;
height: 100%;
}

/* Scrollボタン */
#scrolldown_tst{
    position: relative;
}
.scrolldown2{
  position:absolute;
  bottom: 0;
  right:-10%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
  position: absolute;
  right:10px;
  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;
}
   

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


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

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


@media screen and (min-width: 1025px) {
/*PCの電話番号表示*/    
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.sp_movie { display: none !important; }

.pt20{
    padding-top: 20px;
}
.pt120{
    padding-top: 120px !important;
}


/* header */
#header{
    width: 100%;
    padding: 0;
    box-sizing:border-box;
    position: fixed;
    background-color:#000;
    z-index: 99999999;
    height: 50px;
}
#header img{
    width: 100%;
}    
/* header内枠 */
#header .header_wrap .header_wrap_in{ 
    position: relative;
}

#header h1{
    width: 100%;
    margin-right: 0 ;
    text-align: center;
    padding-top: 5px;
    border-top: 4px solid #a72900;
}
#header h1 a{
    display: block;
}
#header h1 img{
    width: 150px;
    text-align: center;
}

#header h2{
    width: 10%;
    position: absolute;
    left: 97%;
    top: 8px;
}
#header h2 img{
    width: 35px;
    text-align: right;
}    
/*main contents*/
#container{
    box-sizing: border-box;
    width: 100%;
}

#container #container_in{
    margin: 0 auto;
    width: 80%;/* 仮 */
}

/***** FV  ******/
.wrap {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height:100vh;
    overflow: hidden;
    margin-top: 50px;

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

#container h2{
    font-size: 24px;
    text-align: center;
    padding: 6% 0 4%;
}

#container .main_h3{
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-align: center;
    padding: 60px 0 0;
    color: #a72900;
    text-decoration:underline #a72900 1px solid;
    text-underline-offset:16px;
}

#container .main_h4{
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0 0;
}

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


#main_01,#main_02,
#main_03,#main_04,#main_05{
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    padding:0 0 120px;
}

#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: 120px;
}

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

.txt_inner{
    padding:0 0 60px;
}


/* #main_01 NEWS */
#main_01 {
    background-color: #323232;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

#main_01>ul{
    width:64%;
    margin: 0 auto;
}


#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_01 .link a::before{
    content: " ";
    color: #fff;
}
#main_01 .link a:hover{
    background-color: #a72900;
}

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

}

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

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

/*  説明 */
#main_02 .about_inner .pc_cod{
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width:100%;
    height: 100%;
}
#main_02 .about_inner .pc_cod .exp_img{
    width:100%;
}
#main_02 .about_inner .exp{
    width: 100%;
    padding: 30px 10px;
    font-weight: 600;
}

/*  画像スライド */
.slide {
    position: relative;
    width: 100%;
    height: 400px;
    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 li{
    padding-top: 10px;
}
#main_02 .about_inner ul .color_yellow{
    color: #ffff00;
}


/* main_03 料金・営業時間(カレンダー)について */
#main_03 {
    background-color: #323232;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

#main_03 .price{
    background-color: #d8d8d8;
    width: 64%;
    margin: 0 auto;
}

#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;
    overflow: hidden;
    padding: 20px 0 40px;
    width: 94%;
    margin: 0 auto;
}

#main_03 #summer_time{
    width: 100%;
}


#main_03 .price_wrap dl{
    text-underline-offset: 16px;
    width:100%;
    padding: 0;
    margin: 0 auto;
    color: #000;
}

#main_03 .price_wrap .pc_table{
    display: flex;
    overflow: hidden;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

#main_03 .price_wrap .pc_table dl{
    text-underline-offset: 16px;
    width:50%;
    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{
    color: #a72900;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0;
}

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

#main_03 .price .line_div{
    color: #000;
    text-align: left;
    width: 94%;
    margin-left: 0;
}

.price_flex{
    display: flex;
    flex-direction: row;
}
#main_03 .price .nomal{
    font-size: 16px;
    color: #000;
    font-weight: normal;
    border-bottom: none !important;
    width: 15% !important;
    float: left;
    padding: 0;
}

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

/* ゲーム一覧表 */
.table_scroll{
    padding-bottom: 120px;
}
.table_scroll caption{
    color: #000;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
}
.type {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 20px 0;
    width: 94%;
    table-layout: fixed;
    color: #000;
  }
  
  .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;
    padding: 10px;
  }
  .type th {
    font-size: .85em;
    letter-spacing: -0.1em;
    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 dl .color_red_2{
    color: #a72900;
    width: 100% !important;
}

#main_03 .price_exp{
    padding:4px 0;
    font-size: 16px;
    text-indent: -1em;
    padding-left: 1em;
    color: #a72900;
}

/* ミニゲームとは 雨天シューティングとは */
#main_03 .about_inner{
    background-color: #000;
    padding: 60px 0;
}

#main_03 .about_inner img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
#main_03 .about_inner h3{
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5; 
    padding: 10px 0 20px;
    text-align: center;
    color: #fff;
}

#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{
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width:100%;
    height: 100%;
}
#main_03 .about_inner .pc_cod .exp_img{
    width:100%;
}
#main_03 .about_inner .pc_cod p{
    width: 100%;
    padding: 30px 10px;
    font-weight: 600;
}

/* 無料券・回数券 */
#main_03 .ticket_banner{
    padding: 60px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 64%;
    margin: 0 auto;
}

#main_03 .ticket_banner figure{
    width: 35%;
    padding: 1%;
    box-sizing: border-box;
}
#main_03 .ticket_banner figure img{
    width: 100%;
}
#main_03 .ticket_exp{
    letter-spacing: -0.11em;
    font-size: 14px;
}

#main_03 .ticket_banner figure img{
    width: 100%;
}

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

/* 営業時間 */
#main_03 .price_time {
    background-color: #d8d8d8;
    width: 64%;
    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: 94%;
    margin-left: 0;
}


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

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

.price_txt_wrap .price_txt{
    width: 96% !important;
    color: #000;
    padding: 0 0 20px !important;
}
/* google calendar */
#main_03 .calendar{
    margin: 0 auto;
    background-color:#fff;
    height: 600px;/*仮*/
    padding: 0;
    margin-bottom: 120px;
}
#main_03 .calendar iframe{
    height: 100%;
}
/* タイムテーブル */
.time_table {
    margin: 60px 0;
    width: 100%;
}

table{
    width: 64%;
    margin: 0 auto;
    border-spacing: 0;
    padding-top: 40px;
  }
  
  table th{
    border-bottom: solid 2px #a72900;
    padding: 10px 0;
    width: 25%;
  }
  
  table td{
    border-bottom: solid 2px #ddd;
    text-align: left;
    padding: 10px 0 10px 10px;
    width: 75%;
    line-height: 2;
  }

.time_table .time_exe{
    padding: 10px 0 120px;
    line-height: 1.6;
    width: 64%;
    margin: 0 auto;
}
.time_table .time_exe li{
    padding-left: 1em;
    text-indent: -1em;
}

/* 利用規約 terms_area */
.terms_area {
    padding: 120px 0 60px;
    line-height: 1.6;
    width: 64%;
    margin: 0 auto;
}

#container .terms_area h4{
    padding: 40px 0;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff;
    text-decoration: underline #a72900 1px solid;
    text-underline-offset: 14px;
}
.terms_h{
    font-weight: bold;
    padding: 20px 0;
    font-size: 20px;
}
#container .terms_area ul{
    padding: 5px 0;
    font-size: 14px;
}

.pt20{
    padding-top: 20px;
}


/* #main_04 アクセス(MAP)・SNS・ご予約 */
#main_04{
}
#main_04 address{
    padding: 0 0 120px;
}
#main_04 address p{
    padding: 20px 0;
    font-size: 16px;
    text-align: center;
}
#main_04 figure{
    width: 100%;
    margin-bottom: 60px;
}
#main_04 figure img{
    width: 100%;
}

#main_04 .sns_area{
    padding: 60px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

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

#main_04 .sns_link{
    width: 30%;
    display: inline-block;
    text-align: center;
    padding: 20px 0;
}

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

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

/*  ご連絡先 */
#main_04 #tel_area{
    width: 80%;
    margin: 0 auto;
    padding: 40px 0;
}
#main_04 #tel_area .list{
    font-size:32px;
    font-weight: 900;
    line-height: 1.4;
    padding: 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;
}
.reserv{
    width: 100%;
}


/* #main_05 banner */
#main_05 h4{
    text-align: center;
}

#main_05 .banner_area{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
#main_05 .banner_area ul{
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
}
#main_05 .banner_area ul li{
    padding: 20px;
    width: 50%;
    margin: 0 auto;
}
#main_05 .banner_area ul li a{
    width: 100%;
    display: block;
    text-align: center;
}
#main_05 .banner_area ul li img{
    width: 100%;
    display: block;
}
/* TOP btn */
#page-top{
    display: none;
}
#page-top img{
    display: none;
}
#main_05 address .symbol{
    vertical-align: text-bottom; /*　:あげ  */
}

/* TOP btn */
#page-top{
    scroll-behavior: smooth;
    position:fixed;
    right: 0;
    bottom: 340px;
    width: 80px;
}

#page-top img{
    width: 100%;
}
#page-top a{
    transition: all 0.3s;
    display: block;
}


/* footer*/
footer{
    color: #333;
    height: auto;
}
/* footer包括*/
footer #footer_wrap{
    width: 100%;
    height: auto;
}
/* footerロゴ*/
footer #footer_wrap h1{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
footer #footer_wrap h1 a{
    display: block;
}
footer #footer_wrap h1 img{
    width: 50%;
    margin: 0 auto;
}
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;
    padding-bottom: 2em;
}
#footer_wrap .copy .symbol{
    vertical-align: text-bottom; /*　:あげ  */
}

}
  
@media screen and (min-width:680px) and (max-width: 1025px) {
/* tab用 */
    *{
        box-sizing: border-box;
    }


#header{
    width: 100%;
    position: fixed;
    background-color:#000;
    z-index: 99999999;
}


#header h2 img{
    padding:0;
    width:50px !important;
}

/***** FV  ******/
.wrap {
    position: relative;
    width: 100vw;
    height: 100vh !important;
    overflow: hidden;
    margin-top: 50px;
}
.wrap video{
    position: absolute;
    top: 50% !important;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
}

/*  画像スライド */
.slide {
    position: relative;
    width: 100%;
    height: 400px !important;
  }

.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;
  }

/* 料金表 */

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


#main_03 .price_wrap .pc_table{
    display: flex;
    overflow: hidden;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
 }
 
 #main_03 .price_wrap .pc_table dl{
     text-underline-offset: 16px;
     width:50%;
     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{
     color: #a72900;
     font-size: 20px;
     font-weight: bold;
     padding: 5px 0;
 }
 
 #main_03 .price dt:first-of-type{
     border-bottom: 1px solid #323232;
     width: 90%;
 }
 
 #main_03 .price .line_div{
     margin: 0 auto;
     color: #000;
     text-align: left;
     width: 100%;
 }
 
 .price_flex{
     display: flex;
     flex-direction: row;
 }
 #main_03 .price .nomal{
     font-size: 16px;
     color: #000;
     font-weight: normal;
     border-bottom: none !important;
     width: 15% !important;
     float: left;
     padding: 0;
 }
 
 #main_03 .price dd{
     line-height: 1.8;
     width: 50% !important;
 }

 #main_03 dl .color_red_2{
    color: #a72900;
    width: 90% !important;
    font-size: 14px;
}

 #main_03 .price .price_mini{
     width: 40% !important;
     text-align: right;
 }
 #main_03 .price .price_long{
     width: 90% !important;
     text-align: right;
 }
 .price_flex{
    display: flex;
    flex-direction: row;
}
/* ゲーム一覧表 */
.type {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 20px 0;
    width: 94%;
    table-layout: fixed;
    color: #000;
  }

  .type th{
    padding: 1em 0 !important;
    border-right: 2px solid #fff;
    border-bottom: solid 1px #fff
  }
  .type td {
    border-right: 2px solid #eee;
    text-align: center;
    padding: 10px;
  }
  .type th {
    font-size: .85em;
    letter-spacing: -0.1em;
  }


#main_03 .about_inner .pc_cod .exp_img{
    width:100%;
    height:400px;
    
}

#main_03 .about_inner img{
    width: 100%;
    height: 400px;
    object-fit: cover !important;
}
/* 無料チケット・回数券 */
#main_03 .ticket_banner{
    padding: 60px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:start;
    width: 100%;
    margin: 0 auto;
}

#main_03 .ticket_banner figure{
    width: 50%;
    padding: 1%;
    box-sizing: border-box;
}
#main_03 .ticket_banner figure img{
    width: 100%;
}
#main_03 .ticket_exp{
    letter-spacing: -0.1em;
    font-size: 10px;
}

#main_03 .ticket_banner figure img{
    width: 100%;
}
/* 営業時間 */
#main_03 .price_time {
    background-color: #d8d8d8;
    width: 64%;
    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: 94%;
    margin-left: 0;
}


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

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


/*  ご連絡先 */
#main_04 #tel_area{
    width: 80% !important;
    margin: 0 auto;
    padding: 40px 0;
}
#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;
}

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

#footer_wrap .copy .symbol{
    vertical-align: text-bottom; /*　:あげ  */
}
footer #footer_wrap h1 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

footer #footer_wrap h1 img{
    width: 80% !important;
}

/* TOP btn */
#page-top{
    scroll-behavior: smooth;
    position:fixed;
    right: 0;
    bottom: 0;
    width: 100px;
}

#page-top img{
    width: 100%;
}
#page-top a{
    transition: all 0.3s;
    display: block;
}

}
@media screen and (min-width:1180px) and (max-width: 1400px) {

    #main_03 .price dt:first-of-type {
        border-bottom: 1px solid #323232;
        width: 94%;
    }
    #main_03 .price dd{
        line-height: 1.8;
        width: 70%
    }
    #main_03 .price .price_mini{
        width: 30%;
        text-align: right;
    }
    #main_03 .price .price_long{
         width: 100% !important;
        text-align: right;
    }
}
