@charset "utf-8";

body{
	margin:0;
	padding:0;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
#footer_inner{
  width:90%;
  margin:0 auto;
}

#sns_fb img{
  display:block;
  width:60%;
  margin:26px auto 16px;
  }



footer ul{
  width:90%;
  margin:22px auto 100px;
  font-size:70%;
  }
footer ul li{
  list-style:none;
  width:50%;
  float:left;
  }  
footer ul li a{
  display:block;
  text-decoration:none;
  color:#fff;
  margin-bottom:6px;
  }

footer ul li a:hover{
  opacity:0.6;
  }

footer p{
  clear:both;
  display:block;
  text-align:center;
  color:#fff;
  font-size:60%;
  padding-top:20px;
  }

footer{
  display:block;
  overflow:hidden;
  width:100%;
  background-color:#06681b;
  }

.shadow a{
  display:block;
  color:#fff;
  text-decoration:none;
  }

.shadow a:hover{
  opacity:0.6;
  }
#sns_fb a:hover{
  opacity:0.6;
  } 
  

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index:100;
    font-size: 77%;
    opacity:0.8;
    font-weight:bold;
}
#page-top a {
    background: #103F0E;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #319222;
}  


.Sec_content h1 img{
  width:5%;
  }

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

#mobile-head .logo{
 font-size:20px;
 margin-top:12px;
 }   



footer ul{
  width:60%;
  margin:22px auto 100px;
  font-size:70%;
  }
footer ul li{
  list-style:none;
  width:30%;
  float:left;
  }  
footer ul li a{
  display:block;
  text-decoration:none;
  color:#fff;
  margin-bottom:6px;
  }



#sns_fb img{
  width:30%;
  }


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {



     #mobile-head .logo{
       font-size:26px;
       margin:0;
       }   



#frontArea{
  width:80%;
  margin: 0 auto;
  }
  
footer{
  }
  
#footer_inner{
  width:80%;
  margin:0 auto;
}

#sns_fb{
  float:left;
  margin-top:36px;
  }

#sns_fb img{
  width:100%;
  }


footer ul{
  width:90%;
  margin:22px 0 0 20%;
  font-size:80%;
  }
footer ul li{
  list-style:none;
  width:10%;
  float:left;

  }  
footer ul li a{
  display:block;
  text-decoration:none;
  color:#fff;
  margin-bottom:6px;
  }


footer p{
  clear:both;
  display:block;
  text-align:center;
  color:#fff;
  font-size:80%;
  padding-top:30px;
  }
 
 
 
 
 
}