@charset "utf-8";

@font-face {font-family: "Hina Mincho", serif;}

@font-face { font-family:"Kaisei Tokumin", serif;}

@font-face { font-family: "Zen Antique", serif;}


body {
   background-image: url(../sb_pic/sachi2_94e_1.png);
   background-size: cover;
   background-attachment: fixed; 
   background-position: center center; 
     
}


/*ヘッダー*/
header{
  position:fixed;
  top: 0;
  width: 100%;
    display:block; 
    padding:10px 0; 
    background-color: #0f053b;
    z-index: 10;
    overflow: hidden;
  }

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


  

/*ヘッダー終わり*/


/*メイン*/


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

.pcMenu li {
list-style: none;
text-decoration: none;
padding: 0 5px;
  text-align: right;
    float: right;
  margin-right: 5px;
font-family: "Kaisei Tokumin";
}
.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 #945aff,
    0 0 0.50em #945aff,
    0 0 1.00em #945aff,
    0 0 1.50em #945aff;
}



.img_main{
  background-image: url(../sb_pic/sb_rogo.png);
  background-repeat: no-repeat; 
  background-position: center center; 
  width: 100%;
  height: 350px;
}
.img_txt{
    text-align: center;
    position:absolute;
    z-index: 1;
    top: 500px;
    left: 10%;
    right: 10%;

  color: rgb(0, 0, 0);
  font-size: 25pt;
  font-family: "Kaisei Tokumin";
  text-shadow: 
  0 0 0.20em #627ae6;
 
}





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

    padding: 0.5em 0.5em;
    background-color: #242155e1;
      box-shadow:
    0 0 1.50em #0000002f;
    border-radius: 5px;
}

h3 {margin: 30px auto 15px auto;
	position: relative;
	padding-left: 30px;
	font-size:15pt;
  text-shadow:
   0 0 0.10em #e6e8ff;
  color: #393396;
  font-family: "Kaisei Tokumin";
  
}




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

.box2{width: 75%;
  max-width: 450px;
  min-width: 300px;
  margin: 0 auto;
  background: #ffffffd8;
  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: "Hina Mincho";
    line-height: 1.25em;
    }
.txt2{
    margin: 10px 10%;
    font-size: 11pt;
    color: #242424;
    text-align: center;
    font-family: "Hina Mincho";
    line-height: 1.25em;
    }
  
   .txt3 a{

    text-decoration: none;
    padding: 5px 16px;
    border-radius: 5px;
    margin: 0%;
    font-size: 10pt;
    color:  #242424;
    text-align: left;
    font-family: "Kaisei Tokumin";
    }


       .txt3 a:hover{

    text-decoration: none;
    padding: 5px 16px;
    border-radius: 5px;
    margin: 0%;
    font-size: 10pt;
    color: #3a25f1;
    text-align: left;
    font-family: "Kaisei Tokumin";
      transition: 0.5s;
    }







    .hr1{border: solid 0.5px #e0d6e621;
      width: 80%;
      margin: 20px auto;
  }

  .hr2{border-top: dotted 5px #faffdb21;
    width: 90%;
    margin: 20px auto;
}

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

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

  color: #ffffff;
  text-decoration: none;
  padding: 5px 16px;
  transition: .4s;
}
.btn-border:hover {
  background :#182961; 
}

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

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

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

 

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



}

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



/*フッター*/

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

/*フッター終*/