@charset "UTF-8";

/* パーソナルトレーニングページ用css */
.personal {
  /* text-align: center; */
  background-color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 769px) {
  .personal img {
    max-width: 750px;
  }
}

@media (max-width: 768px) {}

.personal .copyright {
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
width: 100%;
}

.header,
.footer,
.ul-widget-main-window {
  display: none;
}