@charset "utf-8";
ul#menu>li.sns{
    display: none;
}

@media only screen and (max-width: 760px) {
  ul#menu>li.sns{
    display:block
  }}

#coming{
	
text-align: center;
	
padding-top: 300px;
	
padding-bottom: 300px;
	
font-size: 60px;
}




#menu li a:hover{
  background: #BDBDBD;
}
#toggle{
 display: none;
}
@media only screen and (max-width: 760px) {
    #menu li{
    width: 25%;
    border-bottom: 1px solid #444;
  }
  li#sns{display: list-item;}
}
@media only screen and (max-width: 760px) {
  
#globalHeader > header {
    padding: 0;
}



#globalHeader > header > div{
	display: none;
}
  
  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444;
    text-align: center;
    text-decoration: none;
    /* width: 37px; */
    /* width: 60px; */
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #dddddd;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
}



@media only screen and (min-width: 760px){
  #sr-m{display:none}
}


@media only screen and (max-width: 760px){
 #sr-pc{display:none}
 }
}

