body{
    margin:0px;
    padding:0px;
    color: #db3865;
}


header{
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    z-index: 1000;
    }

    .amenu{
        font-family: gill-sans-nova, sans-serif;
        text-decoration: none;
        color: #db3865;
        font-weight: 700;
        position: relative;
        display: inline-block;
        text-decoration: none;
        padding-top: 5px;
    }

    .amenu::after {
        position: absolute;
        bottom: 8px;
        left: 0;
        content: '';
        width: 100%;
        height: 3px;
        background: #db3865;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .3s;
      }
    .amenu:hover::after {
        transform-origin: left top;
        transform: scale(1, 1);
      }

    .amenu1{
        font-family: gill-sans-nova, sans-serif;
        text-decoration: none;
        color: #db3865;
        font-weight: 700;
        position: relative;
        display: inline-block;
        text-decoration: none;
        padding-top: 5px;
    }

    .amenu1::after {
        position: absolute;
        bottom: 8px;
        left: 0;
        content: '';
        width: 100%;
        height: 3px;
        background: #db3865;
      }

    h1{
        margin: 0px;
        padding: 0px;
    }

    .logo{
        width:140px;
        margin:0px 0px 0px 80px;
        padding: 0px;
        z-index: 100;
    }

    a{
        text-decoration: none;
        color: #db3865;
    }

    .g-nav{
    width: 100%;
    z-index: 10;
    }

    .g-nav-menu{
    text-align: right;
    margin: 0px;
    padding: 0px;
    }
    
    .g-nav-menu li{
    color: #db3865;
    padding: 5px 30px;
    list-style-type: none;
    display: inline-block;
    line-height: 50px;
    }

/*お問い合わせボタン*/

    @import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  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;
  color: #db3865;
  border-radius: 0.5rem;
}

a.btn-custom01 {
  margin-bottom: 0.5rem;
  padding: 0;
  border-radius: 0.75rem;
}

a.btn-custom01:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);
  border-radius: inherit;
}

a.btn-custom01:after {
  font-family: "Font Awesome 5 Free";
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  left: 1.5rem;
  margin: 0;
  padding: 1.0rem 0px;
  content: "\f0e0";
}

.btn-custom01-front {
  position: relative;
  display: block;
  padding: 1.5rem 5rem 1.5rem 3.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: inherit;
  font-size: 1.0rem;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}


a.btn-custom01:hover:after {
  content: "\f2b6";
}


a.btn-custom01:active:after {
  content: "\f2b6";
}

    .fixed{
    position: fixed;
    top: 0;
    left: 0;
    }

    .fixed .g-nav-menu li{
    line-height: 50px;
    }


 .main{
     background-image: url(../img/main.jpg);
     background-size: cover;
     background-position: top center;
     min-height: 100vh;
     margin: 0px 50px;
 }

    h2{
        padding-top: 45%;
        text-align: center;
    }

  /* PC用 SNS */

  .social {
    position: fixed;
    top: 60%;
    z-index: 1000;
  }
  .social ul {
    padding: 0px;
    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    -o-transform: translate(-270px, 0);
    transform: translate(-270px, 0);
  }
  .social ul li {
    display: block;
    margin: 5px;
    background:  #c82270;
    width: 300px;
    text-align: right;
    padding: 10px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .social ul li:hover {
    -webkit-transform: translate(110px, 0);
    -moz-transform: translate(110px, 0);
    -ms-transform: translate(110px, 0);
    -o-transform: translate(110px, 0);
    transform: translate(110px, 0);
    background: #fadae998;
  }
  .social ul li:hover a {
    color: #000;
  }
  .social ul li:hover i {
    color: #fff;
    background:  #c82270;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .social ul li i {
    margin-left: 10px;
    color: #c82270;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 20px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  

    .flex{
        display: flex;
        margin: 50px;
    }

    .flex2{
        display: flex;
        justify-content: center;
        z-index: 1;
    }


    .top{
        background:#db3865;
        z-index: 10;
        color: #fff;
        line-height: 3.5em;
        text-align: center;
        padding: 80px 50px;
    }
    

    .middle{
        padding: 0px 0px 50px;
        z-index: 20;
        line-height: 3.5em;
        text-align: center;
    }

    

    h3{
        margin: 30px 0px;
        font-size: 22px;
        color: #db3865;
    }

/*アニメーション*/

    .sa {
    opacity: 0;
    transition: all .5s ease;
    }
    
    .sa.show {
    opacity: 1;
    transform: none;
    }
    
    .sa--lr {
    transform: translate(-100px, 0);
    }

    .sa--rl {
        transform: translate(100px, 0);
    }

    /*TOPへ戻るボタン*/
    #page_top{
        width: 50px;
        height: 50px;
        position: fixed;
        right: 10px;
        bottom: 10px;
        background: #db3865;
        border-radius: 50%;
      }
      #page_top a{
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        text-decoration: none;
      }
      #page_top a::before{
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f106';
        font-size: 25px;
        color: #fff;
        position: absolute;
        width: 25px;
        height: 25px;
        top: -5px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
      }

    footer{
        margin: 50px 0px 30px;
        font-size: 11px;
        color: #db3865;
        text-align: center;
    }

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

@media (max-width:1030px){
      
  .g-nav-menu li{
    color: #db3865;
    padding: 5px 15px;
    list-style-type: none;
    display: inline-block;
    line-height: 50px;
    }

    
    h2{
      padding-top: 50%;
      text-align: center;
  }


}


@media (max-width:800px){
    .pc { display: none !important; }
    .sp { display: block !important; }


   /*ハンバーガーメニュー*/
   .menu,
   .menu span {
   display: inline-block;
   -webkit-transition:all .4s;
   transition: all .4s;
   box-sizing: border-box;
   }

   .menu {
     position: fixed;
     top: 10px;
     right:  10px;
     width: 30px;
     height: 23px;
     z-index: 10;
   }

   .menu span {
   position: absolute;
   left: 0;
   width: 100%;
   height: 2px;
   background-color: #c82270;
   z-index: 10;
   }

   .menu span:nth-of-type(1) {
   top: 0px;
   }

   .menu span:nth-of-type(2) {
   top: 10px;
   }

   .menu span:nth-of-type(3) {
   bottom: 0px;
   }

   .menu.active span:nth-of-type(1) {
   -webkit-transform: translateY(10px) rotate(45deg);
   transform: translateY(10px) rotate(45deg);
   }

   .menu.active span:nth-of-type(2) {
   opacity: 0;
   }

   .menu.active span:nth-of-type(3) {
   -webkit-transform: translateY(-10px) rotate(-45deg);
   transform: translateY(-10px) rotate(-45deg);
   }

   #nav {
   position: fixed;
   top: 0;
   right: 0;
   z-index: 10;
   width: 100%;
   height: 100vh;
   opacity: 0;
   background-color: #fff;
   transition: all 0.3s ease-in-out;
   visibility:hidden;

   }

   #nav.active{
   right: 0;
   opacity: 1;
   -moz-transform: translateX(0);
   -webkit-transform: translateX(0);
   transform: translateX(0);
   visibility: visible;
   }

   #nav ul{
   margin:20px 0;
   padding:20px 0;
   }

   #nav ul li{
   list-style-type: none;
   }

   #nav ul li a{
     width: 150px;
   display: block;
   padding: 20px 0;
   margin: 0 auto;
   transition: all 0.2s ease-in-out;
   text-align: center;
   text-decoration: none;
   color: #db3865;
   }

    /* スマホ用SNS */

    .sns {
      margin: 20px auto -20px;
      text-align: center;
    }
    
    .icon {
      color:#fff;
      background:#db3865;
      border-radius:4px;
      text-align:center;
      text-decoration:none;
      font-family:fontawesome;
      position: relative;
      display: inline-block;
      width:35px;
      height:28px;
      padding-top:8px;
      margin:0 2px;
      -o-transition:all .5s;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      transition: all .5s;
       -webkit-font-smoothing: antialiased;
    }
  
    .icon:hover {
      background: #ce80a4;
    }
    


   .logo{
    width:140px;
    margin:0px 0px 0px 30px;
    padding: 0px;
    z-index: 100;
}

   .main{
     display: block;
    background-image: url(../img/main.jpg);
    background-size: cover;
    background-position: top center;
    min-height: 50vh;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    }

   .h2{
     width: 80%;
   }

   
   .flex{
    display: flex;
    margin: 0px;
  }



/*アニメーション*/

.sa--up {
  transform: translate(0, 100px);
}


  .sa--rl {
      transform: translate(0px, 0);
  }

}

@media (max-width:420px){

  
 .main{
  min-height: 40vh;
}

  .logo{
    width: 70px;
    margin:0px 0px 0px 10px;
    padding: 0px;
    z-index: 100;
}

.top{
  background:#db3865;
  z-index: 10;
  color: #fff;
  line-height: 2.5em;
  text-align: center;
  padding: 50px 20px;
  font-size: 0.88em;
}


  .middle{
    display: block;
    padding: 0px auto;
    z-index: 20;
    line-height: 2.5em;
    text-align: center;
    font-size: 0.86em;
    margin: 0px 15px;
  }


}

@media (max-width:320px){

  h3{
    margin: 30px 0px;
    font-size: 18px;
    color: #db3865;
  }

  .top{
    background:#db3865;
    z-index: 10;
    color: #fff;
    line-height: 2.5em;
    text-align: center;
    padding: 50px 20px;
    font-size: 0.88em;
  }  

  .middle{
    display: block;
    padding: 0px auto;
    z-index: 20;
    line-height: 2.5em;
    text-align: center;
    font-size: 0.75em;
    margin: 0px 15px;
  }


}