@charset "UTF-8";
/* CSS Document */
html{ font-size: 62.5%; /* 10px */ }




body{
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";

	text-align: center;
	font-size: 1.4rem;
	line-height: 1.6;
	min-width: 320px;
	color: #4e1b03;
  background-color: #000000;
    margin: 0; 

}


/* ios用
=================================== */
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background: url(../img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  
} 

#contents{
  background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 255 255 / 50%) 100%);
  width: 100%;
  margin: 0 auto;
}





    .sns-box {
      display: flex;
      gap: 0.5rem;
      justify-content: center;
      }
      
      .btn-sns {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 6rem;
        height: 6rem;
        box-sizing: border-box;
        border-radius: 50%;
        color: white;
        font-size: 2.5rem;
        text-align: center;
        text-decoration: none;
        transition: 0.3s;
        margin: 0 1em;
      }
      
      .btn-sns svg {
      fill: #fff;
      }
      
      .btn-x {
      background-color: #111319;
      }
      
      .btn-facebook {
      background-color: #375A94;
      }
      
      .btn-line {
      background-color: #5DB40F;
      }
      
      .btn-pinterest {
      background-color: #B83026;
      }
      
      .btn-sns:hover {
      opacity: 0.8;
      }

.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:#4e1b03;
  margin:0 auto;
  padding:0;
font-size: 12px;
/* background-color: #fff; */
padding-bottom: 30px;
  }

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




#pageTopBar {
display: block;
background: #56acea;
}

#pageTopBar a {
display: block;
width: 100%;
padding: 2rem 0;
color: #fff;
font-family: 'Poppins', sans-serif;
font-size: 2.0rem;
font-weight: 600;
line-height: 1;
letter-spacing: 0.5rem;
}




/* 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);
}

#container{
    margin: 0 auto;
    width: 100%;
}




a.btn_13 {
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	background: #fff;
	color: #000;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
  margin-top: 20px;
  border: solid;
}
a.btn_13::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #000;
}
a.btn_13::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #000;
}
a.btn_13:hover {
	background: #f7d4d4;
	/* color: #27acd9; */
}




.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}



table{
  /* width: 100%; */
  margin: 0 auto;
}

table th{
  color: #009688;
  position: relative;
  text-align: left;
  /* width: 15%; */
}


table td{
  text-align: left;
  padding:7px 0 7px 20px;
  color: #000;
  /* width: 85%; */
}
                
                    

  /* プログラム */
ul.sample1{
  padding: 0;

  /* width:370px; */
  list-style: none;
}
ul.sample1 li{
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom:5px;
  color: rgb(79 26 2);
  font-size: 15px;

  border-bottom: 1px #009688 dotted;
}
ul.sample1 li:after,
ul.sample1 li:before{
  content: "";
  position: absolute;
  border-radius: 50%;
}
ul.sample1 li:before{
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: rgb(94 212 75 / 50%);
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.sample1 li:after{
  top: 1.1em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgb(94 203 109 / 30%);
}
                     





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

  #main{
    width: 100% !important;
    background-color: #ffffff;
    display: block;
  
  }
    
  #main img{
    width: 100%;

    opacity: 0;
  -moz-transition: -moz-transform 1s linear;
  -webkit-transition: -webkit-transform 1s linear;
  -o-transition: -o-transform 1s linear;
  -ms-transition: -ms-transform 1s linear;
  transition: transform 1s linear;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

  }

.program{
  padding-top: 50px;
  width: 95%;
  margin: 0 auto;
}


		#wrap {
	max-width: 100%; 
	margin-left: auto; 
	margin-right: auto; 
}


.footer_nav {
  padding: 1rem;
  font-size: 3.9vw;
  color: #fff;
  background: #000;
  /* border-top: 1px solid #e5e7eb; */
}

.md-flex li{
  border-bottom: solid #666;
    padding: 10px;
}

.md-flex li:last-child{
  border-bottom: none;
    padding: 10px;
}

.footer_nav a{
  color: #fff;
}

.footer_nav a:hover {
  color: #dd007f;
}

@media (min-width: 768px) {
  .footer_nav {
    display: flex;
    justify-content: space-between;
  }

  .md-flex {
    display: flex;
  }

  .md-flex li + li {
    margin-left: 16px;
  }
}



#overview{
  padding: 10px;
  margin: 0 auto;
  font-size: 1.3rem;
  background-color: #fff;
  width: 80%;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.map_info{
  width: 90%;
  margin: 0 auto;
  /* margin-top: 20px; */
}

.map{
  margin-top: 20px;
}

.map iframe{
  width: 100%;
  margin: 0 auto;
  /* margin-top: 30px; */
}   

.note{
  margin-top: 10px;
  font-size: 1rem;
}



#profile{
  width: 95%;
  margin: 0 auto;
  padding-top: 20px;
/* margin-top: 50px; */

}

.profile_name_center{
  text-align: center;
}

.profile_info{
  
  margin: 0 auto;
  margin-top: 20px;
}

.profile_img{
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
}

.profile_name{
  font-size: 2.3rem;
}

.text_s{
  font-size: 2rem;
}

.profile_text{
  width: 95%;
  font-size: 1.5rem;
  margin: 0 auto;
  text-align: left;
  margin-top: 20px;
  line-height: 2.5rem;
  
}

.program{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.program p{
  font-size: 1.5rem;
  margin-top: 30px;
  line-height: 3rem;
  text-align: left;
}

ul.sample1{
  margin-top: 20px;
  text-align: left;
  font-size: 1.5rem;
}

.list_not{
  text-align: right;
}

.chukyo_logo{
  width: 50%;
  margin: 0 auto;
  margin-top: 30px;
}


table th{
  color: #009688;
  position: relative;
  text-align: left;
   width: 18%; 
   font-size: 1rem;
}


table td{
  text-align: left;
  padding:5px 0 7px 10px;
  color: #000;
  font-size: 1rem;
  /* width: 85%; */
}

.sns-archive p{
  font-weight: bold;
  margin-bottom: 10px;
}


.ticket{
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
  text-align: left;
}

.ticket p{
  text-align: left;
  font-size: 1.5rem;
  line-height: 3rem;
  margin-top: 20px;
}

.ticket span{
  margin: 10px 0 0 0;
  display: block;
  font-size: 1.2rem;
  line-height: 2.5rem;
}
 
.line{
  display: block;
content: "";
margin: 5px 0;
}
    

}





/* -------------------------------------------------------------------------------------------------------------------
961px-                                                                                                           
------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 960px) {
	.pc {
		display: block;
	}
  .sp {
	  display: none;
	}

 #main{
    width: 100% !important;
    background-color: #ffffff;
    display: block;
} 

  #main img{
    width: 100%;

    opacity: 0;
  -moz-transition: -moz-transform 1s linear;
  -webkit-transition: -webkit-transform 1s linear;
  -o-transition: -o-transform 1s linear;
  -ms-transition: -ms-transform 1s linear;
  transition: transform 1s linear;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

  }

  #about{

    width: 100%;
    margin: 0 auto;
  }

  .program{
    width: 60%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }


  #overview{
    padding: 20px;
    margin: 0 auto;
    font-size: 1.3rem;
    background-color: #fff;
    width: 50%;
    border-radius: 20px;
    margin-top: 100px;
    margin-bottom: 50px;
  }

.map_info{
  display: flex;
  flex-wrap: nowrap;
        justify-content: center;
  margin-top: 30px;
}

.map{
  width: 30%;
  margin: 20px;
}
                         
.map iframe{
  width: 100%;
  margin: 0 auto;
 
}   



.note{
  margin-top: 20px;
  font-size: 1.5rem;
}





#profile{
  width: 60%;
  margin: 0 auto;
/* margin-top: 100px; */

}

.profile_info{
  
  margin: 0 auto;
  /* display: flex;
  justify-content: space-evenly; */
  text-align: left;
  margin-top: 20px;
}

.profile_img{
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
}

.profile_name{
  font-size: 2.8rem;

}

.text_s{
  font-size: 2.3rem;
}

.profile_name_center{
  margin:0 auto;
  text-align: center;
  padding-bottom: 20px;
}

.profile_text{
  /* width: 60%; */
  font-size: 2rem;
  line-height: 3.5rem;
}

.program p{
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 30px;
  line-height: 5rem;
}

ul.sample1{
  margin-top: 30px;
}

ul.sample1 li{
  font-size: 2.5rem;
  text-align: left;
        /* width: 900px; */
        margin: 0 auto;
        font-weight: bold;
}


.list_not{
  font-size: 2.5rem;
  text-align: right;
}

.map_titl{
  width: 60%;
  margin: 0 auto;
}


.ticket{
  width: 60%;
  margin: 0 auto;
  margin-top: 100px;
}

.ticket p{
  text-align: left;
        font-size: 2rem;
        line-height: 4rem;
        margin: 0 auto;
        margin-top: 20px;
        width: 100%;
}

.ticket span{
  margin: 20px 0 0 0;
  display: block;
  font-size: 1.5rem;
  line-height: 2.5rem;
}


.line{
  display: block;
content: "";
margin: 5px 0;
}

    
              /* フッター =================================== */
    #pageTopBar{
        margin-top: 50px;
        padding-top: 10px;
    }

    .footer_nav {
      padding: 2rem;
      font-size: 1.9vw;
      color: #fff;
      background: #000;
      /* border-top: 1px solid #e5e7eb; */
    }

    .footer_nav a{
      color: #fff;
    }
    
    .footer_nav a:hover {
      color: #dd007f;
    }
    
    @media (min-width: 768px) {
      .footer_nav {
        display: flex;
        justify-content: space-between;
      }
    
      .md-flex {
        display: flex;
      }
    
      .md-flex li + li {
        margin-left: 16px;
      }
    }


    
    .fas img{
        width: 150px;
    margin-top: -100px;
    }
















 /* フッター =================================== */    

.chukyo_logo{
  width: 300px;
  margin: 0 auto;
  margin-top: 30px;
}

#footer_info{
  /* background-color: #fff; */

}

.sns-archive p{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.border-right{
  border-right: solid #666;
  padding-right: 20px;
}
    

}