@charset "utf-8";

@font-face {font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;}

@font-face {font-family: "Rampart One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
     background-color: #30708a;
     
}


/*ヘッダー*/
header{
    display:block; 
    padding: 0; 
    background: linear-gradient(to bottom,#0f031d 100%);
    overflow: hidden;
  }

.pcMenu{  display: flex;
  justify-content: center;}


  

/*ヘッダー終わり*/


/*メイン*/





main{
  width: 100%;
  margin: 50px auto;
  overflow: hidden;
}


.pcMenu li {
list-style: none;
text-decoration: none;
padding: 5px;
  text-align: center;
    float: right;
  margin-right: 20px;
  font-size: 15pt;
font-family:"Rampart One";
}
.pcMenu li a {
  text-decoration: none;
  color: rgb(233, 233, 233);
    transition: all 0.3s ease 0s;
}

.pcMenu ul li a:hover{
    color: #fff;  
    text-shadow:
    0 0 0.10em #ffc74e,
    0 0 0.50em #ffc74e,
    0 0 1.00em #ffc74e,
    0 0 1.50em #fce982;
}



.img_main{
  background-image: url(../25_pic/25_main.png);
  background-repeat: no-repeat; 
  background-size: contain;
  background-position: center center; 
  margin: 0 auto;
  width: 100%;
  height: 300px;

}
.img_txt{
    text-align: center;
    position:absolute;
    z-index: 1;
    top: 550px;
    left: 10%;
    right: 10%;

  color: rgb(255, 255, 255);
  font-size: 24pt;
  font-family: "Rampart One";
  text-shadow: 
  0 0 0.20em #4e4657;
 
}





h1{display: inline-block;
    text-align: left;
    color: rgb(255, 255, 255);
    font-family: "M PLUS Rounded 1c";
    font-size:24px;
    text-shadow: 
    0 0 0.10em #30708a,
    0 0 0.20em #71a9f3;
}
h2{
  display: block;
    text-align: center;
  padding: 10px 0;
  color: rgb(238, 228, 243);
  font-family: "M PLUS Rounded 1c";
    font-size: 15pt;
 
    width: 40%;
  max-width: 400px;
  min-width: 250px;
  margin: 30px auto 15px auto;

}
h3 {margin: 30px auto 15px auto;
	position: relative;
	padding-left: 30px;
	font-size:15pt;
  text-shadow:
   0 0 0.10em #383725,
   0 0 0.20em #000000;
  color: rgb(255, 255, 255);
  font-family: "M PLUS Rounded 1c";
  
}




.box{width: 60%;
  max-width: 700px;
  min-width: 250px;
  margin: 0 auto;
  padding: 20px;
   border-radius: 15px;
background: #ffffffe7;
  padding: 1em;
      box-shadow:
    0 0 1.50em #0000002f;
}

.box2{width: 75%;
  max-width: 450px;
  min-width: 300px;
  margin: 0 auto;
  background: #ffffffe7;
  border-radius: 15px;
    padding: 5px;
    min-width: 250px;
    margin: 0 auto;
    box-shadow:
    0 0 1.50em #0000002f;
}

.txt{
    margin: 10px 10%;
    text-align: left;
    font-size: 11pt;
    color: #242424;
    font-family: "Klee One";
    line-height: 1.25em;
    }
.txt2{
    margin: 10px 10%;
    font-size: 11pt;
    color: #242424;
    text-align: center;
    font-family: "Klee One";
    line-height: 1.25em;
    }
  
    .hr1{border: solid 0.5px #e0d6e621;
      width: 80%;
      margin: 20px auto;
  }

  .hr2{border-top: dotted 5px #faffdb21;
    width: 90%;
    margin: 20px auto;
}
  .lead{
    margin: 10px 10%;
    position: relative;
    top: -80px;
    font-size: 20pt;
    color: #ffffff;
    text-shadow: 0 0 0.10em #383b31,
    0 0 0.15em #36382d,
    0 0 0.80em #7f4d86,
    0 0 1.00em #bd7236;
    text-align: center;
    font-family: "Kaisei Tokumin";
  }

.container{
  margin: 10px 10%;
  font-size: 11pt;
  color: #242424;
  text-align: center;
  font-family: "Kaisei Tokumin";
  }

.btn-border {
  display: inline-block;
    margin: 5px 30%;
    width: 35%;
  text-align: center;
  border: 2px solid #242424;
  font-size: 16px;

  color: #242424;
  text-decoration: none;
  padding: 5px 16px;
  border-radius: 4px;
  transition: .4s;
}
.btn-border:hover {
  background :#7bcaff56; 
}

/*空白*/
.space{
    height: 30px;
}
.spacest{
    height: 50px;
}
/*空白*/

/*レスポンシブ対応*/
@media screen and (max-width:600px){
  .boxflx{display: flex;
    Flex-wrap:wrap;}

    .box{width: 85%;
      min-width: 0%;
      padding: 10px 20px;
      margin: 30px auto 0 auto;
  }

 
  .img_txt{
    text-align: center;
    position:absolute;
    font-size: 25px;
    z-index: 1;
    top: 550px;
    left: 10%;
    right: 10%;
  }



}

/*レスポンシブ対応終*/


.snow {
  /*雪の色*/
  color: snow;
  /*雪の大きさ*/
  font-size: 10px;
  /*初期位置*/
  position: fixed;
  top: -5%;
  /*雪を適当な幅で降らせる*/
  text-shadow:
  5vw   -100px 2px,
  10vw  -400px 3px,
  20vw  -500px 4px,
  30vw  -580px 1px,
  39vw  -250px 2px,
  42vw  -340px 5px,
  56vw  -150px 2px,
  63vw  -180px 0,
  78vw  -220px 4px,
  86vw  -320px 9px,
  94vw  -170px 7px;
  /*雪アニメーション1*/
  animation: roll 5s linear infinite;
}
  /*2つめの雪アニメーション*/
.snow2nd{animation: anim 8s linear infinite;}

@keyframes roll {
    0% {transform:rotate(0deg);}
   90% {opacity:1;}
   100% {transform:rotate(20deg);top:100%;opacity:0;}
}
@keyframes anim {
  100% {color:transparent;top:150%;}
}



/*フッター*/

footer{
  font-family: "Sans-Serif";
  background: linear-gradient(to top,#17151a 1%,#000 100%);
  padding: 10px 0;
  overflow: hidden;
    }

    footer  ul{
      width: 100%;
      max-width: 900px;
      padding-left: 0;
      margin:0 auto 0 auto;
      
      list-style-type: none;text-align: center;
  }
  footer  ul li{
      text-decoration: none;
      padding: 50px 5px;
      margin-right: 5px;
      font-size:14px;
      
  }

    footer  li a{

      text-decoration: none;
      padding: 0 10px;
      text-align: center;
  
      background-color:transparent;
      color: #bcc2cf;
      transition: 1s;
      z-index: 1;
      letter-spacing: 0.15em;
  }
  footer  ul li a:hover{
      text-shadow: 0px 0px 10px  rgb(184, 176, 253);
      color: rgb(230, 245, 245);
      letter-spacing: 0.4em;
      transition: 0.5s;}

/*フッター終*/