/* メンテナンス文言 */
body,
html {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #333333;
  background-color: #f8f8f8;
  margin: 0;
}
.maintenance {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  height: 100vh;
}
.main-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 130px);
  min-height: 350px;
}
.wrap {
  max-width: 324px;
}
.heading {
  display: block;
  color: #dbb36e;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.sake-logo {
  display: block;
  width: 70px;
  height: 70px;
  margin: 40px auto 0;
}
.text {
  margin: 40px auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 2;
}
/* footer部分 */
.footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  width: 80%;
  height: 130px;
}
.sakenomy-logo {
  display: block;
  width: 200px;
  height: 60px;
}
.copy {
  display: block;
  margin-top: 20px;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #e3e3e3;
  color: #818181;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  text-align: center;
}
/* SP対応 */
@media screen and (max-width: 960px) {
  .sake-logo {
    margin: 30px auto 0;
  }
  .text {
    margin: 30px auto 0;
  }
  .copy {
    margin-top: 0;
    padding: 15px;
    border-top: none;
    font-size: 12px;
  }
}
