@charset "utf-8";
/* ************************************************************************
*
* STYLE
*
************************************************************************ */

  nav li a {
    color: #000;
    font-weight: bold;
  }


/*////////////////////*SP*//*/////////////////*/

@media screen and (max-width: 1024px) {

  .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  /*-------------ヘッダー----------*/
  header .pc {
      display: none;
  }
  header {
    display: block;
    width: 100%;
    height: 40px;
    background: rgba(255,255,255,0.95);
    border-bottom: 1px solid #dcdcdc;
    overflow: visible;
    position: fixed;
    top:0;
    left:0;
    z-index:997;
  }
  header .logo{
    display: flex;
    align-items: center;
    width: 72px;
    height: 40px;
    padding: 2px 0 0 2%;
    float: left;
  }
  header .logo img{
    width: 100%;
    height: auto;
  }
  #menuBtn{
    display: block;
    float: right;
    position: relative;
    top: 10px;
    right: 15px;
    cursor: pointer;
    z-index: 999;
    width: 25px;
    height: 20px;
    text-align: center;
  }
  #menuBtn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 3px;
  }
  #menuBtn span:nth-of-type(1) {
    top: 0;
  }
  #menuBtn span:nth-of-type(2) {
    top: 8px;
  }
  #menuBtn span:nth-of-type(3) {
    bottom: 0;
  }
  #menuBtn.active span:nth-of-type(1) {
    -webkit-transform: translateY(-8.5px) rotate(-45deg);
    transform: translateY(8.5px) rotate(-45deg);
  }
  #menuBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #menuBtn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8.5px) rotate(45deg);
    transform: translateY(-8.5px) rotate(45deg);
  }
  nav {
    display: none;
    position: fixed;
    top:40px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255,255,255,0.95);
    overflow: auto;
    transition: all 10s;
    z-index: 998;
  }
  nav ul li {
    padding: 5% 0 0;
  }
  nav ul li {
    padding: 0 0 6vh;
    font-weight: bold;
    font-size: 1.2em;
  }
  nav .sns li{
    display: inline;
    margin: 0.5em;
    padding: 0.2em;
  }
  .sns{
    padding-top: 1.8em;
    padding-bottom: 40px;
  }
  .menu li a{
    border-bottom: 1px dotted #008fd5;
    text-decoration: none;
  }
  /* .menu li:nth-child(1) a,
  .menu li:nth-child(2) a,
  .menu li:nth-child(3) a{
    padding-left: 13px;
    background-image: url(../images/ar.png);
    background-repeat: no-repeat;
    background-position: 0% 43%;
  } */
  .menu li:nth-child(4) a,
  .menu li:nth-child(5) a,
  .menu li:nth-child(6) a,
  .menu li:nth-child(7) a{
    padding-left: 13px;
    background-image: url(../images/wi.png);
    background-repeat: no-repeat;
    background-position: 0% 43%;
  }

  /*-------------フッター-------------*/
  footer {
    display: block;
    width: 100%;
    background: #000;
    padding: 20px 0;
  }

  footer .logo{
    margin: auto;
    padding: 10px 0 10px;
    width: 35%;
    text-align: center;
  }

  footer .copy{
    color: #fff;
    font-size: 0.6em;
    text-align: center;
  }



}


@media screen and (min-width: 1025px) {

  /*-------------ヘッダー----------*/
  header .pc {
      display: block;
  }
  header {
    display: block;
    position: fixed;
    width: 100%;
    height:70px;
    background: rgba(255,255,255,0.95);
    z-index:998;
    top:0;
    left:0;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
    box-sizing: border-box;
  }
  header .logo{
    display: flex;
    align-items: center;
    width: 11.5%;
    max-width: 140px;
    height: 70px;
    padding: 2px 0 0 2vw;
    float: left;
    box-sizing: border-box;
  }
  header .logo img{
    width: 100%;
    height: auto;
  }
  #menuBtn{
    display: none;
  }
  nav {
    text-align: center;
    background: rgba(255,255,255,0.95);
    overflow: auto;
    float: right;
    background: none;
    width: 890px;
    height: 70px;
    position: relative;
    top: 0;
    right: 0;
    z-index: 998;
  }
  nav ul{
  display: inline-flex;
    justify-content: space-between;
    width: 90%;
    float: left;
  }
  nav ul li {
    display: inline-flex;
    align-items: center;
    height: 70px;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 0.95em;
  }
  nav ul li.nav_br {
    text-align: left;
  }
  nav li a:hover{
    color: #0090d5;
  }
  .sns{
    width: 10%;
    float: right;
  }
  nav .sns li{
    width: 4vw;
    padding: 0 0 0 5%;
  }
  nav .sns li img{
    width: 100%;
  }
  .menu li a{
    border-bottom: 1px dotted #008fd5;
    text-decoration: none;
  }
  /* .menu li:nth-child(1) a,
  .menu li:nth-child(2) a,
  .menu li:nth-child(3) a{
    padding-left: 13px;
    background-image: url(../images/ar.png);
    background-repeat: no-repeat;
    background-position: 0% 43%;
  } */
  .menu li:nth-child(4) a,
  .menu li:nth-child(5) a,
  .menu li:nth-child(6) a,
  .menu li:nth-child(7) a{
    padding-left: 13px;
    background-image: url(../images/wi.png);
    background-repeat: no-repeat;
    background-position: 0% 43%;
  }

  /*-------------フッター-------------*/
  footer {
    display: block;
    width: 100%;
    background: #000;
    padding: 20px 0;
    box-sizing: border-box;
  }

  footer .logo{
    margin: auto;
    padding: 10px 0 10px;
    width: 35%;
    text-align: center;
  }

  footer .copy{
    color: #fff;
    font-size: 0.6em;
    text-align: center;
  }


}