@charset "UTF-8";
header {
  width: 100%;
}
header .menu {
  background: #fff;
}
header .menu #nav {
  display: flex;
  width: 980px;
  margin: 0 auto;
}
header .menu #nav li {
  width: 245px;
  text-align: center;
  height: 50px;
  line-height: 70px;
  margin-right: 2px;
}
header .menu #nav li a {
  text-decoration: none;
  font-weight: bold;
}

.font-round {
  display: inline-block;
  transition: all 1s;
}

.font-round:hover {
  color: #00ffff;
  transform: rotateX(360deg);
}

/* スマホ */
@media screen and (max-width: 480px) {
  .sp .siteName-ttl {
    font-family: "Source Sans Pro", sans-serif;
    color: #b52a2a;
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
  }
}