@charset "utf-8";

:root {
  --nagoya: #1A96D5;
}

.content_bg {
  background-image: url(../img/bg_sp.png);
}

/* header */
header {
  background-color: var(--nagoya);
}
header h1 {
  max-width: 182px;
}
.menu-trigger span {
  background: var(--nagoya);
}
#navG li a {
  color: var(--nagoya);
}

/* content */


/* footer */
footer {
  background: #7ECEF4;
}
footer .info dt {
  color: var(--nagoya);
}

.pagetop a {
  background: rgba(26, 150, 213, .5);
}


@media (min-width: 601px) {
  .content_bg {
    background-image: url(../img/bg.png);
  }
}


@media (min-width: 1033px) {
  header h1 {
    max-width: 446px;
  }
}


@media (min-width:2240px), (min-width:1280px) and (-webkit-min-device-pixel-ratio:2), (min-width:1280px) and (min-resolution: 2dppx) {
  .content_bg {
    background-image: url(../img/bg@2x.png);
  }
}