@charset "UTF-8";
html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  font-family: arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  padding-top: 70px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
}

p {
  line-height: 1.5;
  max-width: 100%;
}
p + p {
  margin-top: 13px;
}
.Header {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 100;
  width: 100%;
  padding: 22px 0;
}
.Header__inner {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.HeaderLogo {
  display: flex;
  align-items: center;
}
.HeaderLogo__img {
  width: 142px;
  margin-right: 15px;
}
.HeaderLogo__catch {
  color: #002E5D;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0;
  text-align: left;
}

.Maintenance {
  margin: 80px auto 0;
  padding: 0 20px;
  max-width: 980px;
  box-sizing: content-box;
}
.Maintenance__illust {
  width: 100%;
  max-width: 600px;
  min-height: 1%;
  margin: 0 auto 40px;
}
.Maintenance__ttl {
  margin-bottom: 25px;
  color: #002E5D;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}
.Maintenance__schedule {
  padding: 30px 20px 27px;
  margin: 33px 0 37px;
  background: #F3F6F9;
  border-radius: 10px;
  text-align: center;
}
.Maintenance__scheduleTerm {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  color: #002E5D;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.Maintenance__scheduleTerm time {
  display: inline-block;
  margin-right: 1em;
}
.Maintenance__scheduleNote {
  font-size: 1.2rem;
  line-height: 1;
}

.Footer {
  margin-top: 17px;
  padding: 20px 20px;
  font-family: "Montserrat", arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #002E5D;
  text-align: center;
  font-size: 1.1rem;
}

@media screen and (min-width: 769px) {
  p {
    text-align: center;
  }

  body {
    min-width: 1024px;
  }

  .SpBreak {
    display: none;
  }
  .Maintenance__txt {
    line-height: 2;
  }
  .Maintenance__scheduleTermWhile {
    margin: 0 0.5em;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
  .Header {
    padding: 15px 0;
  }
  .Header__inner {
    padding-right: 0;
  }
  .HeaderLogo__img {
    max-width: 90px;
    width: 26%;
  }
  .HeaderLogo__catch {
    line-height: 1.5;
  }
  .Maintenance {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .Maintenance__illust {
    margin-bottom: 30px;
  }
  .Maintenance__ttl {
    margin-bottom: 17px;
    font-size: 2.4rem;
    max-width: 100%;
  }
  .Maintenance__schedule {
    padding: 20px 20px 17px;
    margin: 27px 0;
    width: 100%;
  }
  .Maintenance__scheduleTerm {
    flex-direction: column;
    font-size: 1.4rem;
  }
  .Maintenance__scheduleTermTime {
    line-height: 1.4;
  }
  .Maintenance__scheduleTermWhile {
    margin: 0.5em 0;
  }
  .Maintenance__scheduleTerm time {
    margin: 0 0.5em 0 0;
  }
  .Maintenance__schedule ~ p {
    max-width: 574px;
    width: 100%;
  }
}