@charset "UTF-8";
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
@media screen and (min-width: 750px) {
  .body-inner {
    max-width: 750px;
    box-shadow: 0 1px 20px rgb(0 0 0 / 15%);
    background: #fff;
    margin-left: auto;
    margin-right: auto;
  }
}
img {
  width: 100%;
  margin-top: -1px;
}

/*コンテンツ横幅*/
.contents-inner {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
/*コンテンツ横幅 ここまで*/

/*店舗一覧ここから*/
.cta_studio, .cta_lesson {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.cta_studio {
  margin-top: 4%;
  margin-bottom: 2.67%;
}
.cta_lesson {
  margin-bottom: 8%;
}
/*店舗一覧ここまで*/

/*フッター固定ボタンここから*/
.cta_float {
  position: sticky;
  bottom: 0;
}
.cta_float_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;  
}
/*フッター固定ボタンここまで*/

/*footer*/
footer {
  display: block;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  background: #fff;
}
ul {
  list-style: none;
}
.footer_nav {
  text-align: center;
  padding: 10px 0;
}
.footer_nav li {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 13px;
}
.footer_nav li a {
  text-decoration: none;
  padding: 0 10px 0 0;
  color: #000;
}
footer .copyright {
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  padding-bottom: 10px;
}
/*footer ここまで*/
