.script-error {
  display: none;
}

.script-error {
  position: fixed;
  top: 0;
  width: 100vw;
  padding: 10px 0;
  background-color: #d7281d;
  color: #fff;
  text-align: center;
  z-index: 9999;
}

.err-msg,
.browser-err-msg,
.notice {
  color: #d7281d;
}

.browser-err-msg {
  display: none;
  margin: 10px 0;
  text-align: center;
}

.title a {
  text-decoration: none;
}

.footer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-top: 2px solid #c1c1c1;
  font-size: 1.3rem;
}

.footer .kyoto-footer-nav {
  margin-bottom: 15px;
}

.footer .kyoto-footer-nav li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  white-space: nowrap;
  border-right: 1px solid #333333;
  line-height: 1;
}

.footer .kyoto-footer-nav li:last-child {
  border-right: none;
}

/* --------------------------------------
 *  スマホ対応
 * -------------------------------------- */
@media (max-width: 767px) {
  .footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer .kyoto-footer-nav {
    text-align: center;
  }
}