@charset "UTF-8";
body {
  background-image: url(../images/body-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (min-width: 750px) {
  .body-inner {
    max-width: 750px;
    box-shadow: 0 1px 20px rgb(0 0 0 / 30%);
    background: #fff;
    margin-left: auto;
    margin-right: auto;
  }
}
img {
  width: 100%;
  margin-top: -1px; /*--隙間調整--*/
}

/* フローティングバナー */
/* ============================================ */
.float-bnr {
  height: 0;
  opacity: 0;
  transition: 1s;
  pointer-events: none;
}


.float-bnr.show {
  display: block;
  height: auto;
  opacity: 1;
  transition: 1s;
  pointer-events: painted;
  position: fixed;
  bottom: 10px;
  z-index: 9999;
}
/* フローティングバナー ここまで */
/* ============================================ */

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

/* CTAボタン */
/* ============================================ */

.cta-wrapper {
  position: relative;
}

.cta-area {
  padding: 0 3%;
  position: absolute;
  bottom: 10%;
}

.btn_animate01 {
  margin: 0 auto;
  animation: fuwafuwa 1s ease 0s infinite alternate;
  transform-origin:center;
  cursor: pointer;
  display: block;
  }
  @keyframes fuwafuwa {
  from {transform: scale(0.9,0.9);}
  to {transform: scale(1,1);}
  }


/* CTAボタン ここまで */
/* ============================================ */

.trainer-wrapper {
  position: relative;
}

.sns {
  width: 30%;
  position: absolute;
  bottom: 8%;
  right: 20%;
}

.kyoto {
  position: relative;
}

.map-wrapper01 iframe {
  position: absolute;
  width: 100%;
  aspect-ratio: 16/9;
  bottom: 6%;
  padding: 0 3.2%;
}

.osaka {
  position: relative;
}

.map-wrapper02 iframe {
  position: absolute;
  width: 100%;
  aspect-ratio: 16/9;
  bottom: 13%;
  padding: 0 3.2%;
}

/* スライダー */
/* ============================================ */
.swiper-container {
  background-image: url(../images/gym_08.png);
  background-size: cover;
}

.slider {
  width: 100%;
  margin: 0 auto;
  padding: 6% 0 15% 0;
}

.slider img {
  width: 95%;
  display: block;
  padding-bottom: 20px;
  margin: 0 auto;
}

.slider .pagination {
  text-align: center;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 5px;
}

.swiper-pagination-bullet-active {
  background: #565656; /*スライダーのドットの色*/
}

/* スライダー ここまで*/
/* ============================================ */



/* footer */
/* ============================================ */
footer {
  display: block;
  padding: 6% 0 20% 0;
  background: #fff;
}

ul {
  list-style: none;
}
.footer_nav {
  text-align: center;
}
.footer_nav li {
  display: inline-block;
  border-right: #303030 solid thin;
  font-size: 13px;
}
.footer_nav li:nth-child(2) {
  border-right: none;
}
.footer_nav li a {
  text-decoration: none;
  padding: 0 10px 0 10px;
  color: #303030;
}
.footer_nav li:last-child {
  border: none;
}

footer .copyright {
  text-align: center;
  line-height: 1.5em;
  padding: 15px 0;
  font-size: 14px;
  padding-bottom: 15px;
  color: #303030;
}
/* footer ここまで */
/* ============================================ */
