@charset "UTF-8";
/* CSS Document */
.menu, .menu span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
    padding: 1%;
    border: 0px solid rgba(255,255,255,0.0);
}
.menu {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
   z-index: 999;
    background:#E83D47;
}
.menu span {
  position: absolute;
  left: 0;
  width: 80%;
  height: 2px;
  background-color: #fff;
  display: block;
}
.menu span:nth-of-type(1) {
  top: 10px;
    left: 10%
}
.menu span:nth-of-type(2) {
  top: 20px;
    left: 10%
}
.menu span:nth-of-type(3) {
  top: 30px;
    left: 10%
}
.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:#142B6B;
  visibility: hidden;
    z-index: 998;
    padding: 20px 0;
}
#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 3%;
     width: 60%;
display: block;
margin: 0 auto;
      background: #fff;     
}


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

}
#nav ul li a {
  display: block;
  padding: 20px 0;
  transition: all 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #142B6B;
   border-bottom: solid #142B6B 1px;
    font-size: 1em;
}
#nav ul li a:hover {
  color: #72A9F2;
}
.sp_contact{
width: 100%;
height: auto; 
display: block;  
padding: 3% 0;    
}

.sp_contact a{
width: 70%;
display: block;
background:#288AD3;
box-shadow: 1px 1px 2px #333;	
transition: all 0.5s;
text-align: center;
 color: #fff;   
padding: 1%;  
margin: 2% auto 0;  
border-radius: 2px;    
}
.sp_contact a:hover{
background:#142B6B;    
font-weight: bold;
padding-top: 1%;
text-decoration: transparent;    
}

.t_sns{
width: 100%;
padding-left: 30%;   
}

.btn-social-circle {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  color: #FFF;
  width: 50px;
  height: 50px;
  line-height: 40px;
  padding: 5px;
  font-size: 25px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  box-shadow: inset 0 2px 0px rgba(255, 255, 255, 0.25), inset 0 -2px 0px rgba(0, 0, 0, 0.18);
  transition: .2s;    
}
.btn-social-circle .fa {
  line-height: 40px;
}
.btn-social-circle:hover {
  box-shadow: none;
}

.btn-social-circle--line {
  background: #00c300;
  border: solid 1px #00c300;
}
.btn-social-circle--Instagram{
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  border: solid 1px #f13f79;
    margin-right: 1%;
}
.btn-social-circle--Instagram:before{
 background:-webkit-radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 45%, rgba(255, 88, 96, 0) 80%);
background:radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 80%);

}

.btn-social-circle--youTube {
  background: #fc0d1c;
  border: solid 1px #fc0d1c; 
}

