@charset "UTF-8";
/*** THEME ***/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
.maintenance {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 3.8571428571rem;
  background-image: url("img/krf_maintenance_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; /* 中央に配置 */
  aspect-ratio: 2.64/1; /* 画像の縦横比を保つ */
}
.maintenance p {
  font-size: 1.2857142857rem;
}
@media only screen and (max-width: 736px) {
  .maintenance {
    padding-top: 8rem;
    background: none;
  }
  .maintenance h1 {
    margin-bottom: 2.1428571429rem;
  }
}