@charset "utf-8";

@font-face {font-family: "Klee One", cursive;}

@font-face { font-family:"Kaisei Tokumin", serif;}
body {
     background-image:url(../res_pic/back.png);
     background-repeat:  no-repeat;
     background-size:  cover;
     
}


/*ヘッダー*/
header{
    display:block; 
    padding:40px; 
    background: linear-gradient(to bottom,#000000 100%);
    overflow: hidden;
  }
 
  @media screen and (min-width: 600px){
    .sMenu {display: none;}
    .pcMenu{position: relative;
      bottom: 45px;}
      .lead2{
        display: none;}
         
        .lead2-2{
         display: none;
         }
       

.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 #ffc74e,
    0 0 0.50em #ffc74e,
    0 0 1.00em #ffc74e,
    0 0 1.50em #fce982;
}
  }




  

/*ヘッダー終わり*/


/*メイン*/


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



.img_main{
  background-image: url(../res_pic/main.jpg);
  background-repeat: no-repeat; 
  background-position: center center; 
  width: 100%;
  height: 350px;
  background-size: cover;
}
.img_txt{
  
  color: rgb(255, 255, 255);
  text-align: right;
  font-size: 32pt;
  font-family: "Kaisei Tokumin";
  text-shadow: 
  0 0 0.10em #383725,
  0 0 0.20em #000000;
  position:absolute;
  top: 350px;
  right: 50px;
  z-index: 1;

}



#pa{
	width: 100%;
	height:100%;
	min-height:100%;
	overflow: hidden;
	position: absolute;
    z-index:1;}


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;
    margin: 0 auto;
    text-align: center;
  padding: 10px 0;
  color: rgb(255, 255, 255);
  font-family: "Kaisei Tokumin";
    font-size: 19pt;
    text-shadow:
    0 0 0.10em #30708a,
    0 0 0.20em #0260db;
}
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: "Kaisei Tokumin";
}




.box{width: 40%;
  max-width: 700px;
  min-width: 250px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  background-image:  linear-gradient(#e1eef5 1px, transparent 1px), 
  linear-gradient(to right, #e1eef5 1px, #fff 1px);
  background-size: 20px 20px;
}

.box2{width: 70%;
  max-width: 450px;
  min-width: 200px;
  margin: 0 auto;
  background: #ffffff8a;
  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; 
}

@media screen and (min-width: 750px){
  .stxt{display: none;}
  .ptxt{
    margin: 10px 10%;
    text-align: left;
    font-size: 11pt;
    color: #242424;
    font-family: "Klee One";}
}
@media screen and (max-width: 750px){ 
.ptxt{display: none;}
.stxt{
  margin: 10px 10%;
  text-align: left;
  font-size: 11pt;
  color: #242424;
  font-family: "Klee One";}
}
/*空白*/
.space{
    display: block;
    height: 30px;
}
.spacest{
    height: 50px;
}
/*空白*/

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

    .box{width: 90%;
      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: 300px;
    left: 10%;
    right: 10%;
  }


  .lead2{
    position: relative;
    top: -50px;
    margin: 0px 10%;
    font-size: 14pt;
    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";
  }
  .lead{
display: none;
  }

/*ハンバーガーメニュー*/
.hamburger {
display : block;
position: absolute;
z-index : 4;
right : 2%;
top   : 40px;
width : 42px;
height: 42px;
cursor: pointer;
  text-align: center;
}
.hamburger span {
display : block;
position: absolute;
width   : 30px;
height  : 2px ;
left    : 6px;
border-radius: 6px;
background : #f4f1f7;
-webkit-transition: 0.5s all;
-moz-transition   : 0.5s all;
transition        : 0.5s all;
  
}
.hamburger span:nth-child(1) { top: 10px;}
.hamburger span:nth-child(2) {
top: 20px;
}
.hamburger span:nth-child(3) {
top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
top : 20px;
right : 2%;
width: 24px;
  background : #fff;
-webkit-transform: rotate(-45deg);
-moz-transform   : rotate(-45deg);
transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
left: 60%;
opacity: 0;
-webkit-animation: active-btn17-bar02 .0s forwards;
animation: active-hamburger-bar02 .0s forwards;
}
@-webkit-keyframes active-hamburger-bar02 {
100% {
  height: 0;
}
}
@keyframes active-hamburger-bar02 {
100% {
  height: 0;
}
}
.hamburger.active span:nth-child(3) {
top: 20px;
width: 24px;
background : #fff;
-webkit-transform: rotate(45deg);
-moz-transform   : rotate(45deg);
transform        : rotate(45deg);
}
.hamburger:after {
position: absolute;
top: 50%;
left: 50%;
display: block;
content: '';
width: 36px;
height: 36px;
margin: -21px 0 0 -23px;
border-radius: 0;
border: 2px solid rgba(0, 0, 0, 0);
transition: all .75s;

}
.hamburger.active::after {
border: 2px solid #fff;
transform        : rotate(-45deg);
}

/*メニュー基本の動き*/
nav.sMenu {
position: absolute;
z-index : 3;
top  : 0;
left : 0;
background: rgba(21, 13, 24, 0.8);
text-align: center;
width: 100%;
height: 1000px;
  opacity:0;
visibility:hidden;

transition: opacity .6s ease,visibility　.0s ease;}

nav.sMenu ul {
margin: 25% auto;
padding: 0;
  font-family: "Kaisei Tokumin";
width: 100%;

}
nav.sMenu ul li {
list-style-type: none;
padding: 0;
width: 100%;
transition: .4s all;
}
nav.sMenu ul li:last-child {
padding-bottom: 0;
}
nav.sMenu ul li:hover{
background :rgba(124, 167, 196, 0.3);
     text-shadow:
    0 0 0.10em #ffc74e,
    0 0 0.50em #ffc74e,
    0 0 1.00em #ffc74e,
    0 0 1.50em #fce982;
}
nav.sMenu ul li a {
display: block;
color: rgb(255, 255, 255);
padding: 1em 0;
  overflow-x: hidden;
text-decoration :none;
}

nav.sMenu ul li a:hover{
color: #fff;

}
/* このクラスを、jQueryで付与・削除する */
nav.sMenu.active {
  opacity:1;
visibility:visible;
}


}

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



/*フッター*/

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

/*フッター終*/