@charset "UTF-8";
/* CSS Document */
html{ font-size: 62.5%; /* 10px */ }
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;

	text-align: center;
	font-size: 1.4rem;
	line-height: 1.6;
	min-width: 320px;
	color: #000000;
    background: #fff;
/*
    background-attachment: fixed !important;
    background: -moz-linear-gradient(25deg, rgb(255 90 0 / 40%), rgb(242 255 0 / 40%)) ,url("../img/top_bg.jpg");
    background: -webkit-linear-gradient(25deg, rgb(255 90 0 / 40%), rgb(242 255 0 / 40%)) ,url("../img/top_bg.jpg");
    background: linear-gradient(25deg, rgb(255 90 0 / 40%), rgb(242 255 0 / 40%)) ,url("../img/top_bg.jpg");
        background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
*/
/*
   background: -moz-radial-gradient(#ffe47e, #fca349); 
background: -webkit-radial-gradient(#ffe47e, #fca349); 
background: radial-gradient(#ffe47e, #fca349); 
*/
    
}

/* ios用
=================================== */
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
      background: -moz-linear-gradient(25deg, rgb(255 90 0 / 40%), rgb(242 255 0 / 40%)) ,url("../img/top_bg.jpg");
    background: -webkit-linear-gradient(25deg, rgb(255 90 0 / 40%), rgb(242 255 0 / 40%)) ,url("../img/top_bg.jpg");
    background: linear-gradient(25deg, rgb(255 90 0 / 40%), rgb(242 255 0 / 40%)) ,url("../img/top_bg.jpg");
  background-size:cover;
}


.sp{ display: block; }
.pc{ display: none; }


h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
	padding: 0; margin: 0;
}
ul,li,ol{
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
em{ font-style: normal; }
dl{ margin: 0; padding: 0; }
p{ margin: 0; padding: 0; }
img{ max-width: 100%; vertical-align: top; }

a{ color: #0096ff; text-decoration: none; }
/*a:visited{ color: #4900c1; text-decoration: none; }*/
a:hover, a:active, a:focus{ color: #ff0096; text-decoration: none; }
a:hover img, a:active img, a:focus img{ opacity: 0.8; filter: alpha(opacity=80); }


div#wrap{}
div#ctv_tab{}

div#container{
	width: 100%;
/*	max-width: 960px;*/
	margin: 0 auto;
	padding: 0;
}
.contents{
    padding-top: 20px;
/*    background: #A4ECFE;*/
}

header{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

/*フッター*/
footer{
/*
  background:#e62e8b;
  padding:1em 0 2em 0;
*/
  }
footer div{
  }

footer p{
  clear:both;
  color:#fff;
  margin:0 auto;
  padding:0;
font-size: 12px;
  }

.copyright a,
.copyright .attention{
  display: block;
  color: #000000;
  text-decoration: none;
}

/* Page Top
=================================== */
.page-topLink{
  bottom: 5px;
  right: 5px;
  width: 20px;
  padding: 13px 10px;
  }

  /**/
.page-topLink{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 5px;
  width: 14px;
  padding: 13px 13px;
  background: rgba(255,255,255,.7);
  border-radius: 80%;
  border: 4px solid #ff8807;
  color: #E76F71;
  font-size:16px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  cursor:pointer;
  behavior: url(PIE.htc);
}
.page-topLink a{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ff8807;
  text-decoration:none;
}
.page-topLink:hover{
  background: rgba(255,255,255,1);
}

      /* フェードイン =================================== */
 .fadein {
  opacity: 0;
  transform : translate(0, 30px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}




/* イベント詳細 =================================== */
.about_table table{
  width: 100%;
  border-collapse: collapse;
}

.about_table table tr{
  border-bottom: dotted 2px #7d262b;
}

.about_table table tr:last-child{
  border-bottom: none;
}

.about_table table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #b94047;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.about_table table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #b94047;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.about_table table td{
  text-align: left;
  width: 70%;
  background-color: #fff;
  padding: 10px 20px;
}

/* ZENT presents 消防体験 =================================== */
    #event{
        background-image: radial-gradient(#fee28e 2px, #fffae1 2px);
  background-size: 20px 20px;
    }


.box {
  display:flex;
      flex-direction: row;
    justify-content: center;
  margin-bottom: 40px;
}

.text {
    text-align: left;
}

h3 {
  font-size: 21px;
  margin: 0;
        font-weight: 700;
}

.pict {
  width: 30%;
  margin-left: 3%;
}

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

.box:nth-child(even) {
  flex-direction: row-reverse;
}
.box:nth-child(even) .text {
  text-align: left;
}
.box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}

@media (max-width:768px) {
  .box {
    flex-direction: column;
  }
  .box:nth-child(even) {
    flex-direction: column;
  }
  .text {
    text-align: left;
  }
  .box:nth-child(even) .text {
    text-align: left;
  }
  .pict {
    width:100%;
    margin-left: 0;
    text-align: center;
  }
  .box:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 0%;
  }
  .pict img {
    width:50%;
    height:auto;
  }
}


ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:1em;
  border: solid 2px #ff8402;
        background: #fff;
    margin-top: 10px;
}
ol li {
  position: relative;
  padding: 0.5em 0.5em 0.5em 35px;
  line-height: 1.5em;
}
ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #ff8402;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;/*円にする*/
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol li:after {/*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;/*左からの位置*/
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ff8402;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ol_titl{
    color: #ff8402;
    font-weight: bold;
}


#event table{
     border-collapse: separate;
    border-spacing:5px;
}

.event_table th{
        background-color: #b94047;
    color: #FFFFFF;
        padding: 2px;
    width: 16%;
    text-align: center;
}

.event_table td{
    padding-left: 10px;
}



/* -------------------------------------------------------------------------------------------------------------------
Tablet&SP                                                                                                        
------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 959px) {
	.pc { 
		display: none;
	}
  .sp {
	  display: block; 
	}

		#wrap {
	max-width: 100%; 
	margin-left: auto; 
	margin-right: auto; 
}
    
    body{
        background-color: #FFFFFF;
    }

    
        #main{

    }
    


    
        .titl{
        width: 90%;
    margin: 0 auto;
        margin-bottom: 20px;
    }
    
        
    
              /* 概要 =================================== */
    
    #about{
            margin: 50px 0 50px 0;
    }

    .about_info{
                    width: 95%;
        margin: 0 auto;
         margin-bottom: 15%;
    }
    
    
    
    
    .btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*背景*/
.btn-wrap {
  margin: 20px;
}

a.btn-c {
  font-size: 0.9em;

  -webkit-transform: skew(-15deg);

  transform: skew(-15deg);

  color: #fff;
  border-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f83600),
    to(#f9d423)
  );
  background-image: -webkit-linear-gradient(left, #f83600 0%, #f9d423 100%);
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:before {
  position: absolute;
  top: 46%;
  right: 0;

  width: 3rem;
  height: 1px;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  background: #fff;
}

a.btn-c:after {
  position: absolute;
  top: 55%;
  right: 1rem;

  width: 2rem;
  height: 1px;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  background: #fff;
}

a.btn-c:hover {
  -webkit-transform: skew(0);
  transform: skew(0);

  color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

a.btn-c:hover:before {
  right: -1.5rem;

  background: #f83600;
}

a.btn-c:hover:after {
  right: -1rem;

  background: #f83600;
}

    
    
    
    
    .about_table {
                width: 95%;
        margin: 0 auto;
        margin-bottom: 15%;
    }
    
    
        .about_map iframe{
        width: 95%;
        margin: 0 auto;
    }
    
    
    .area {
    width: 60%;
    padding: 10px 10px;
    line-height: 1.5;
    background-color: #b94046;
    color: #fff;
    font-weight: 700;
    font-size: 1em;
    margin: 0 auto;
    margin-bottom: 10px;

}
    
    
    
    #event{
        padding: 10% 0;
    }
    
    
          /* ブースマップ =================================== */
    #map{
         margin-top: 50px;
    }
    
        .map_info{
        width: 100%;
        margin: 0 auto;
    }
    
              /*ZENT presents 消防体験 =================================== */
    #event{
      
    }

    
    .event_info{
        width: 95%;
        margin: 0 auto;
/*        margin-top: 50px;*/
    }
    
    .box{
        margin-bottom: 15%;
        align-items: center;
    }
    
    .text{
            width: 90%;
    margin: 0 auto;
    }
    
    .text span{
       color: #fff;
    background-color: #b94047;
    padding: 1%;
    line-height: 30px;
    }
    
      .pict img {
    width:90%;
    height:auto;
          margin-top: 5%;
  }
    
        .photo{
        margin-bottom: 15%;
    }

	
    
          /* ステージスケジュール =================================== */
    #schedule{
         margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .schedule_info{
        width: 95%;
        margin: 0 auto;
    }

    
    .event{
        width: 90%;
        margin: 0 auto;
    }
    
    .event img{
        width: 90%;
        margin: 10px;
    }
    
              /* 番組告知 =================================== */
    #bangumi{
        width: 100%;
        padding-top: 50px;
           background: -moz-radial-gradient(#ffe47e, #fca349); 
background: -webkit-radial-gradient(#ffe47e, #fca349); 
background: radial-gradient(#ffe47e, #fca349); 

    }
    
    .bangumi_info{
        width: 95%;
        margin: 0 auto;
    }
    
    .bangumi_info img{
        margin: 3% 0;
    }
    


	
}



/* -------------------------------------------------------------------------------------------------------------------
961px-                                                                                                           
------------------------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------
961px-                                                                                                           
------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 960px) {
	.pc {
		display: block;
	}
  .sp {
	  display: none;
	}
	
  .f-small {
	  font-size: 1.4rem;
	}
	
  .f-middle {
	  font-size: 1.6rem;
	}
    

    
    footer {
    margin-bottom: 50px;
}
    
    #main{

    }

    
    .titl{
        width: 700px;
    margin: 0 auto;
        margin-bottom: 30px;
    }
    
    .logo{
        width: 1000px;
        margin: 0 auto;
    }

    
          /* 概要 =================================== */
    
    #about{
/*        margin-top: 100px;*/
        margin: 100px 0;
    }
    
    .about_info{
        margin-bottom: 120px;
    }
    
    .about_info img{
        margin: 0 auto;
        margin-bottom: 30px;
        
    }
    
    .about_table{
        width: 960px;
        margin: 0 auto;
        margin-bottom: 120px;
    }
    
    
    .about_map iframe{
        width: 960px;
        margin: 0 auto;
    }
    
    .area {
        width: 400px;
    padding: 10px 50px;
    line-height: 1.5;
    background-color: #b94046;
    color: #fff;
    font-weight: 700;
    font-size: 1.6em;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 10px;
}
    
    
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*背景*/
.btn-wrap {
  margin: 20px;
}

a.btn-c {
  font-size: 2rem;

  padding: 1.5rem 4rem 1.5rem 4rem;

  -webkit-transform: skew(-15deg);

  transform: skew(-15deg);

  color: #fff;
  border-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f83600),
    to(#f9d423)
  );
  background-image: -webkit-linear-gradient(left, #f83600 0%, #f9d423 100%);
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:before {
  position: absolute;
  top: 46%;
  right: 0;

  width: 3rem;
  height: 1px;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  background: #fff;
}

a.btn-c:after {
  position: absolute;
  top: 55%;
  right: 1rem;

  width: 2rem;
  height: 1px;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  background: #fff;
}

a.btn-c:hover {
  -webkit-transform: skew(0);
  transform: skew(0);

  color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

a.btn-c:hover:before {
  right: -1.5rem;

  background: #f83600;
}

a.btn-c:hover:after {
  right: -1rem;

  background: #f83600;
}



    
          /* ブースマップ =================================== */
    #map{
         margin-top: 100px;
    }
    
    .map_info{
        width: 960px;
        margin: 0 auto;
    }
    
    

              /*ZENT presents 消防体験 =================================== */
    #event{
        padding: 50px;
    }

    
    .event_info{
/*        margin-top: 50px;*/
    }
    
    .box{
        margin-bottom: 100px;
        align-items: center;
    }
    
    .text{
        width: 520px;
    }
    
    .text span{
       color: #fff;
    background-color: #b94047;
    padding: 1%;
    line-height: 30px;
    }
    
    .photo{
        margin-bottom: 100px;
    }
	
    
          /* ステージスケジュール =================================== */
    #schedule{
         margin-top: 100px;
/*        margin-bottom: 100px;*/
    }
    
    .schedule_info{
        width: 960px;
        margin: 0 auto;
    }
    
          /* 番組告知 =================================== */
    #bangumi{
        width: 100%;
        padding: 50px 0;
           background: -moz-radial-gradient(#ffe47e, #fca349); 
background: -webkit-radial-gradient(#ffe47e, #fca349); 
background: radial-gradient(#ffe47e, #fca349); 

    }
    
    .bangumi_info{
        display: flex;
            justify-content: center;
        padding-bottom: 50px;
    }
    .bangumi_info img{
            width: 90%;
    margin: 30px;
    }


    
	
}