@charset "UTF-8";
/*
Theme Name : 2024reformation
Description : reformationのWordpressテーマ
Version : 1.0.6
*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-align: justify;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
}
body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none;
  color: #ff2a6c;
}
body p {
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
body img {
  width: 100%;
  vertical-align: bottom;
}
body h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}
body h2 {
  font-family: "Libre Baskerville", serif;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}
body h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
body h4 {
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

header {
  position: fixed;
  left: 0;
  top: 10%;
  z-index: 9999;
}
@media screen and (max-width: 750px) {
  header {
    top: 0;
  }
}
header .nav-menu {
  display: none;
  position: relative;
  z-index: 9999;
  background: #B2D9B8;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  top: 15px;
  left: 15px;
}
header .nav-menu span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
header .nav-menu span:nth-of-type(1) {
  height: 2px;
  background: white;
  width: 62%;
  top: 13px;
}
header .nav-menu span:nth-of-type(2) {
  top: 19px;
  font-size: 0.6rem;
  text-transform: uppercase;
  color: white;
  text-align: center;
}
header .nav-menu span:nth-of-type(3) {
  height: 2px;
  background: white;
  width: 62%;
  top: 36px;
}
@media screen and (max-width: 750px) {
  header .nav-menu {
    display: block;
  }
}
header .btn-active span:nth-of-type(1) {
  top: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
header .btn-active span:nth-of-type(2) {
  opacity: 0;
}
header .btn-active span:nth-of-type(3) {
  top: 30px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
header .nav-area {
  width: 100px;
  padding: 30px 10px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  header .nav-area {
    display: none;
    padding: 30px 0;
  }
}
header .nav-area .nav-logo {
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  header .nav-area .nav-logo {
    width: 70%;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 750px) {
  header .nav-area ul {
    width: 70%;
    margin: 0 auto 10px;
  }
}
header .nav-area ul li {
  margin: 4px;
}
header .nav-area ul li a {
  color: #1a1a1a;
  font-weight: 500;
}
header .nav-area .nav-btn {
  background-color: #ff2a6c;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  header .nav-area .nav-btn {
    width: 70%;
    margin: 0 auto;
  }
}
header .nav-area .nav-btn a {
  display: block;
  padding: 4px 0;
  color: white;
  font-weight: 500;
}
header .panel-active {
  position: fixed;
  z-index: 9998;
  top: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 750px) {
  header .panel-active {
    display: block;
  }
}
header .circle-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #B2D9B8;
  transform: scale(0);
  left: -50px;
  top: -50px;
  transition: all 1.2s;
}
header .circle-active {
  transform: scale(50);
}

footer {
  background-color: #B2D9B8;
  padding: 100px 0;
}
@media screen and (max-width: 1240px) {
  footer {
    padding: 60px 0;
  }
}
footer .footer-logo {
  width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  footer .footer-logo {
    width: 60%;
  }
}
footer ul {
  width: 1240px;
  margin: 20px auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
}
@media screen and (max-width: 1240px) {
  footer ul {
    width: 900px;
  }
}
@media screen and (max-width: 750px) {
  footer ul {
    width: 94%;
  }
}
footer ul li {
  width: 50px;
  margin: 0 10px;
}
footer p {
  text-align: center;
  font-size: 12px;
}

.tb-only {
  display: none;
}
@media screen and (max-width: 1240px) {
  .tb-only {
    display: inline-block;
  }
}
@media screen and (max-width: 750px) {
  .tb-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp-only {
    display: inline-block;
  }
}

@media screen and (max-width: 750px) {
  .pc-only {
    display: none;
  }
}

.ts-only {
  display: none;
}
@media screen and (max-width: 1240px) {
  .ts-only {
    display: inline-block;
  }
}
@media screen and (max-width: 750px) {
  .ts-only {
    display: inline-block;
  }
}

.top-px {
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .top-px {
    width: 900px;
  }
}
@media screen and (max-width: 750px) {
  .top-px {
    width: 94%;
  }
}

.top-1 {
  position: relative;
  height: 860px;
}
@media screen and (max-width: 1240px) {
  .top-1 {
    width: 900px;
    height: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .top-1 {
    width: 100%;
  }
}
.top-1 .top-1-slider {
  position: absolute;
  top: 0;
  right: 0;
}
.top-1 .top-1-slider .top-1-img {
  width: 1240px;
}
@media screen and (max-width: 1240px) {
  .top-1 .top-1-slider .top-1-img {
    width: 900px;
  }
}
@media screen and (max-width: 750px) {
  .top-1 .top-1-slider .top-1-img {
    width: 750px;
  }
}
.top-1 .top-1-slider .top-1-img img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1240px) {
  .top-1 .top-1-slider .top-1-img img {
    height: 450px;
  }
}
.top-1 .top-1-logo {
  position: absolute;
  top: 120px;
  right: 40px;
  width: 1080px;
}
@media screen and (max-width: 1240px) {
  .top-1 .top-1-logo {
    left: 0;
    right: 0;
    width: 900px;
  }
}
@media screen and (max-width: 750px) {
  .top-1 .top-1-logo {
    width: 100%;
  }
}
.top-1 h2 {
  position: absolute;
  top: 620px;
  right: 800px;
}
@media screen and (max-width: 1240px) {
  .top-1 h2 {
    top: 460px;
    left: 0;
    right: 0;
    margin: auto;
    width: 900px;
  }
}
@media screen and (max-width: 750px) {
  .top-1 h2 {
    width: 94%;
    text-align: center;
    font-size: 32px;
  }
}
.top-1 h2 span {
  color: #ff2a6c;
}

.top-2 {
  margin-bottom: 80px;
}
.top-2 ul {
  padding: 0 20px;
  margin: 20px 0;
}
@media screen and (max-width: 750px) {
  .top-2 ul {
    padding: 0 2%;
  }
}
.top-2 ul li {
  margin-bottom: 10px;
}
.top-2 ul li a {
  color: black;
}
.top-2 ul li a .news-date .news-new {
  color: #ff2a6c;
}
.top-2 .btn-m {
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .top-2 .btn-m {
    margin: 20px auto;
  }
}

.top-3 {
  position: relative;
  height: 800px;
}
@media screen and (max-width: 1240px) {
  .top-3 {
    height: 550px;
  }
}
@media screen and (max-width: 750px) {
  .top-3 {
    height: 800px;
  }
}
.top-3 .top-3-img {
  position: absolute;
}
.top-3 .img-1 {
  width: 300px;
  top: 50px;
  left: 0;
}
@media screen and (max-width: 1240px) {
  .top-3 .img-1 {
    width: 200px;
  }
}
@media screen and (max-width: 750px) {
  .top-3 .img-1 {
    width: 100%;
    display: none;
  }
}
.top-3 .img-2 {
  width: 300px;
  top: 50px;
  left: 320px;
}
@media screen and (max-width: 1240px) {
  .top-3 .img-2 {
    width: 200px;
    left: 220px;
  }
}
@media screen and (max-width: 750px) {
  .top-3 .img-2 {
    display: none;
  }
}
.top-3 .img-3 {
  width: 600px;
  top: 50px;
  right: 0;
}
@media screen and (max-width: 1240px) {
  .top-3 .img-3 {
    width: 400px;
  }
}
@media screen and (max-width: 750px) {
  .top-3 .img-3 {
    width: 100%;
  }
}
.top-3 .img-4 {
  width: 600px;
  top: 366px;
  right: 0;
}
@media screen and (max-width: 1240px) {
  .top-3 .img-4 {
    width: 400px;
    top: 266px;
  }
}
@media screen and (max-width: 750px) {
  .top-3 .img-4 {
    width: 100%;
    top: 250px;
  }
}
.top-3 .top-3-txt {
  width: 600px;
  position: absolute;
  top: 370px;
  left: 20px;
}
@media screen and (max-width: 1240px) {
  .top-3 .top-3-txt {
    width: 400px;
    top: 270px;
  }
}
@media screen and (max-width: 750px) {
  .top-3 .top-3-txt {
    width: 96%;
    top: 460px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 2%;
  }
}
.top-3 .top-3-txt p:nth-child(1) {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1240px) {
  .top-3 .top-3-txt p:nth-child(1) {
    font-size: 22px;
  }
}
.top-3 .top-3-txt .btn-m {
  margin: 20px 0 0 auto;
}
@media screen and (max-width: 1240px) {
  .top-3 .top-3-txt .btn-m {
    margin: 20px auto 0;
  }
}

.top-4 {
  position: relative;
  margin: 40px auto 160px;
}
@media screen and (max-width: 750px) {
  .top-4 {
    margin: 40px auto 100px;
    padding-bottom: 60px;
  }
}
.top-4 .top-4-flex {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .top-4 .top-4-flex {
    display: block;
  }
}
.top-4 .top-4-flex .top-4-img {
  width: 760px;
}
@media screen and (max-width: 1240px) {
  .top-4 .top-4-flex .top-4-img {
    width: 400px;
  }
}
@media screen and (max-width: 750px) {
  .top-4 .top-4-flex .top-4-img {
    width: 100%;
  }
}
.top-4 .top-4-flex .top-4-img img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .top-4 .top-4-flex .top-4-img img {
    height: 300px;
  }
}
.top-4 .top-4-flex .top-4-txt {
  width: 380px;
}
@media screen and (max-width: 750px) {
  .top-4 .top-4-flex .top-4-txt {
    width: 100%;
  }
}
.top-4 .ttl-left {
  position: relative;
}
.top-4 .ttl-left .top-4-txt {
  padding-left: 20px;
}
@media screen and (max-width: 750px) {
  .top-4 .ttl-left .top-4-txt {
    width: 96%;
    padding: 10px 2% 20px;
  }
}
.top-4 .ttl-left .ttl-p:before {
  content: "Personal Training";
  display: inline-block;
  transform: rotate(270deg);
  position: absolute;
  top: 110px;
  right: 638px;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 1240px) {
  .top-4 .ttl-left .ttl-p:before {
    font-size: 28px;
    right: 300px;
  }
}
@media screen and (max-width: 750px) {
  .top-4 .ttl-left .ttl-p:before {
    transform: rotate(0);
    top: 140px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: white;
  }
}
.top-4 .ttl-left .ttl-b:before {
  content: "Beauty Machine";
  display: inline-block;
  transform: rotate(270deg);
  position: absolute;
  top: 110px;
  right: 650px;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 1240px) {
  .top-4 .ttl-left .ttl-b:before {
    font-size: 28px;
    right: 310px;
  }
}
@media screen and (max-width: 750px) {
  .top-4 .ttl-left .ttl-b:before {
    transform: rotate(0);
    top: 140px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: white;
  }
}
.top-4 .ttl-right {
  position: relative;
}
.top-4 .ttl-right .top-4-txt {
  padding-right: 20px;
}
@media screen and (max-width: 750px) {
  .top-4 .ttl-right .top-4-txt {
    width: 96%;
    padding: 10px 2% 20px;
  }
}
.top-4 .ttl-right .ttl-p:before {
  content: "Pilates";
  transform: rotate(90deg);
  position: absolute;
  top: 110px;
  left: 718px;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 1240px) {
  .top-4 .ttl-right .ttl-p:before {
    font-size: 28px;
    left: 370px;
  }
}
@media screen and (max-width: 750px) {
  .top-4 .ttl-right .ttl-p:before {
    transform: rotate(0);
    top: 140px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: white;
  }
}
.top-4 .ttl-right .ttl-c:before {
  content: "Counselling";
  transform: rotate(90deg);
  position: absolute;
  top: 110px;
  left: 680px;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 1240px) {
  .top-4 .ttl-right .ttl-c:before {
    font-size: 28px;
    left: 335px;
  }
}
@media screen and (max-width: 750px) {
  .top-4 .ttl-right .ttl-c:before {
    transform: rotate(0);
    top: 140px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: white;
  }
}
.top-4 .btn-m {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .top-4 .btn-m {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.top-5 {
  background-color: #B2D9B8;
  padding: 80px 0;
  position: relative;
  margin-bottom: 100px;
  border-top: 10px dashed white;
  border-bottom: 10px dashed white;
}
.top-5:after {
  position: absolute;
  content: "";
  top: -30px;
  right: -5px;
  background-image: url(./assets/images/top-5-bg.png);
  background-repeat: no-repeat;
  width: 500px;
  height: 400px;
}
@media screen and (max-width: 1240px) {
  .top-5:after {
    top: -40px;
    width: 450px;
  }
}
@media screen and (max-width: 750px) {
  .top-5:after {
    display: none;
  }
}
.top-5 h3 {
  width: 1240px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1240px) {
  .top-5 h3 {
    width: 900px;
  }
}
@media screen and (max-width: 750px) {
  .top-5 h3 {
    width: 94%;
  }
}
.top-5 p {
  width: 1220px;
  margin: 0 auto;
  padding-left: 20px;
}
@media screen and (max-width: 1240px) {
  .top-5 p {
    width: 900px;
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .top-5 p {
    width: 90%;
    padding: 0 2%;
  }
}
.top-5 .top-5-flex {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .top-5 .top-5-flex {
    width: 900px;
  }
}
@media screen and (max-width: 750px) {
  .top-5 .top-5-flex {
    width: 94%;
  }
}
.top-5 .top-5-flex table {
  width: 100%;
  background-color: white;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border-collapse: collapse;
  border: 2px solid black;
}
@media screen and (max-width: 750px) {
  .top-5 .top-5-flex table {
    border-bottom: none;
  }
}
.top-5 .top-5-flex table caption {
  text-align: justify;
  margin: 40px 0 2px;
}
.top-5 .top-5-flex table th {
  padding: 20px 0;
  width: 40%;
  background-color: #e6e6e6;
  border-bottom: 2px solid black;
}
@media screen and (max-width: 750px) {
  .top-5 .top-5-flex table th {
    width: 100%;
    display: block;
    border-bottom: none;
  }
}
.top-5 .top-5-flex table th span {
  color: #ff2a6c;
  font-size: 28px;
}
.top-5 .top-5-flex table td {
  padding: 20px 0;
  font-size: 28px;
  width: 60%;
  border-bottom: 2px solid black;
}
@media screen and (max-width: 750px) {
  .top-5 .top-5-flex table td {
    width: 100%;
    display: block;
  }
}
.top-5 .top-5-flex table td span {
  font-size: 20px;
}
.top-5 .btn-m {
  margin: 40px auto 0;
}

.top-6 {
  position: relative;
}
.top-6 h3 {
  width: 1240px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1240px) {
  .top-6 h3 {
    width: 900px;
  }
}
@media screen and (max-width: 750px) {
  .top-6 h3 {
    width: 94%;
  }
}
.top-6 .btn-m {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .top-6 .btn-m {
    bottom: 0;
    top: auto;
  }
}

.flow-content {
  background-color: #B2D9B8;
  padding: 80px 0;
  margin-top: 100px;
  border-top: 10px dashed white;
  border-bottom: 10px dashed white;
}
.flow-content h3 {
  margin: 0 auto 10px;
  width: 1240px;
}
@media screen and (max-width: 1240px) {
  .flow-content h3 {
    width: 900px;
  }
}
@media screen and (max-width: 750px) {
  .flow-content h3 {
    width: 94%;
  }
}
.flow-content ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .flow-content ul {
    width: 900px;
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .flow-content ul {
    width: 94%;
    display: block;
  }
}
.flow-content ul li {
  width: 220px;
  border: 2px solid black;
  border-radius: 20px;
}
@media screen and (max-width: 1240px) {
  .flow-content ul li {
    width: 250px;
    margin: 0 25px 60px;
  }
}
@media screen and (max-width: 750px) {
  .flow-content ul li {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.flow-content ul li .flow-ttl {
  background-color: white;
  height: 180px;
  position: relative;
  padding: 0 10px;
  display: inline-block;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 750px) {
  .flow-content ul li .flow-ttl {
    height: auto;
    padding-bottom: 10px;
  }
}
.flow-content ul li .flow-ttl:before {
  display: block;
  position: absolute;
  width: 12px;
  height: 30px;
  top: -50px;
  left: -24px;
  color: #ff2a6c;
  font-size: 80px;
  font-weight: 900;
  padding: 0 10px;
}
.flow-content ul li .flow-ttl p:nth-child(1) {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
}
.flow-content ul li .ttl-1:before {
  content: "1";
}
.flow-content ul li .ttl-2:before {
  content: "2";
}
.flow-content ul li .ttl-3:before {
  content: "3";
}
.flow-content ul li .ttl-4:before {
  content: "4";
}
.flow-content ul li .ttl-5:before {
  content: "5";
}
.flow-content ul li .flow-img {
  width: 220px;
}
@media screen and (max-width: 1240px) {
  .flow-content ul li .flow-img {
    width: 250px;
  }
}
@media screen and (max-width: 750px) {
  .flow-content ul li .flow-img {
    width: 100%;
  }
}
.flow-content ul li .flow-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 20px 20px;
}

.contact-form {
  padding: 140px 0;
}
@media screen and (max-width: 750px) {
  .contact-form {
    padding: 80px 0;
  }
}
.contact-form .contact-flex {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-form .contact-flex .contact-btn {
  margin: 30px;
  width: 400px;
  text-align: center;
  background-color: #ff2a6c;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .contact-form .contact-flex .contact-btn {
    width: 90%;
  }
}
.contact-form .contact-flex .contact-btn a {
  color: white;
  font-weight: 500;
  display: block;
  width: 100%;
  padding: 30px 0;
}
.contact-form form {
  background-color: #e6e6e6;
  padding: 50px 20px;
}
@media screen and (max-width: 750px) {
  .contact-form form {
    padding: 50px 10px;
  }
}
.contact-form form input[type=text] {
  padding: 0;
}
.contact-form form .top-7-box input[type=text] {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
}
.contact-form form .top-7-flex {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .contact-form form .top-7-flex {
    display: block;
  }
}
.contact-form form .top-7-flex .txt {
  padding: 10px 0;
  width: 32%;
}
@media screen and (max-width: 750px) {
  .contact-form form .top-7-flex .txt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact-form form .top-7-flex .top-7-date-1 {
  width: 48%;
}
@media screen and (max-width: 750px) {
  .contact-form form .top-7-flex .top-7-date-1 {
    width: 100%;
  }
}
.contact-form form .top-7-flex .top-7-date-1 .date {
  padding: 10px 0;
  width: 100%;
  margin-bottom: 10px;
}
.contact-form form .top-7-flex .top-7-date-2 {
  width: 48%;
}
@media screen and (max-width: 750px) {
  .contact-form form .top-7-flex .top-7-date-2 {
    width: 100%;
  }
}
.contact-form form .top-7-flex .top-7-date-2 .date {
  padding: 10px 0;
  width: 100%;
  margin-bottom: 10px;
}
.contact-form form .top-7-select {
  margin-bottom: 10px;
}
.contact-form form .top-7-select .select {
  padding: 10px 0;
  width: 100%;
}
.contact-form form .top-7-txt textarea {
  width: 100%;
  padding: 10px 0;
}
.contact-form form .privacypolicy p {
  text-align: center;
}
.contact-form form .top-7-submit .contact-btn {
  width: 150px;
  display: block;
  margin: 30px auto 0;
  border: none;
  background-color: #ff2a6c;
  color: white;
  padding: 10px 0;
  font-weight: 700;
}

.top-8 {
  background-image: url(./assets/images/top-8-bg.jpg);
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
.top-8 h3 {
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .top-8 h3 {
    width: 900px;
  }
}
@media screen and (max-width: 750px) {
  .top-8 h3 {
    width: 94%;
  }
}
.top-8 iframe {
  display: block;
  width: 1240px;
  height: 400px;
  margin: 10px auto 0;
}
@media screen and (max-width: 1240px) {
  .top-8 iframe {
    width: 900px;
    height: 250px;
  }
}
@media screen and (max-width: 750px) {
  .top-8 iframe {
    width: 94%;
    height: auto;
  }
}
.top-8 .top-8-txt {
  text-align: center;
  width: 1240px;
  margin: 20px auto 0;
}
@media screen and (max-width: 1240px) {
  .top-8 .top-8-txt {
    width: 900px;
  }
}
@media screen and (max-width: 750px) {
  .top-8 .top-8-txt {
    width: 94%;
  }
}
.top-8 .top-8-txt ul {
  font-size: 20px;
  font-weight: 500;
}

.page-content .page-header {
  position: relative;
}
.page-content .page-header .header-img {
  width: 100%;
}
.page-content .page-header .header-img img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1240px) {
  .page-content .page-header .header-img img {
    height: 400px;
  }
}
.page-content .page-header h2 {
  width: 300px;
  padding: 5px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .page-content .page-header h2 {
    width: 70%;
    font-size: 32px;
  }
}
.page-content h3 {
  width: 100%;
  text-align: center;
  margin: 100px 0 40px;
}
.page-content .page-1240px {
  width: 1240px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 1240px) {
  .page-content .page-1240px {
    width: 900px;
  }
}
@media screen and (max-width: 750px) {
  .page-content .page-1240px {
    width: 94%;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 750px) {
  .page-archive {
    margin-bottom: 60px;
  }
}
.page-archive .archive-list li {
  margin-bottom: 10px;
}
.page-archive .archive-list li a {
  color: black;
}
.page-archive .archive-list li a span {
  margin-left: 10px;
  color: #ff2a6c;
}
.page-archive .wp-pagenavi {
  margin-top: 20px;
}
.page-archive .wp-pagenavi span {
  border: 1px solid #e6e6e6;
}
.page-archive .wp-pagenavi .current {
  border: 1px solid #e6e6e6;
}
.page-archive .wp-pagenavi a {
  border: 1px solid #e6e6e6;
}

.page-privacypolicy .pp-content {
  margin-top: 80px;
}
.page-privacypolicy .pp-content h2 {
  font-size: 30px;
}

.page-post .post-box {
  margin-top: 80px;
}
.page-post .post-box .post-txt {
  margin: 40px auto;
}
.page-post .post-box .post-txt p {
  margin-bottom: 10px;
}
.page-post .post-box .post-txt ul {
  list-style: circle inside;
}
.page-post .post-box .post-nav {
  margin: 40px auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
}
.page-post .post-box .post-nav .post-arrow {
  margin: 0 10px;
}
.page-post .post-box .btn-m {
  margin: 20px auto 60px;
}

.page-about .about-detaile .detaile-flex {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .page-about .about-detaile .detaile-flex {
    display: block;
  }
}
.page-about .about-detaile .detaile-flex .detaile-txt {
  width: 600px;
}
@media screen and (max-width: 1240px) {
  .page-about .about-detaile .detaile-flex .detaile-txt {
    width: 400px;
  }
}
@media screen and (max-width: 750px) {
  .page-about .about-detaile .detaile-flex .detaile-txt {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .page-about .about-detaile .detaile-flex .detaile-txt h4 {
    text-align: center;
  }
}
.page-about .about-detaile .detaile-flex .detaile-txt p {
  margin-top: 20px;
}
.page-about .about-detaile .detaile-flex .detaile-img {
  margin-bottom: 40px;
}
@media screen and (max-width: 1240px) {
  .page-about .about-detaile .detaile-flex .detaile-img {
    width: 400px;
  }
}
@media screen and (max-width: 750px) {
  .page-about .about-detaile .detaile-flex .detaile-img {
    width: 100%;
  }
}
.page-about .about-detaile ul {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .page-about .about-detaile ul {
    margin: 0;
  }
}
.page-about .about-detaile ul li {
  width: 500px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .page-about .about-detaile ul li {
    width: 400px;
  }
}
@media screen and (max-width: 750px) {
  .page-about .about-detaile ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-about .about-detaile ul li h4 {
  position: absolute;
  width: 100%;
  top: 150px;
  left: 0;
  text-align: center;
  color: white;
}
@media screen and (max-width: 1240px) {
  .page-about .about-detaile ul li h4 {
    top: 100px;
  }
}
@media screen and (max-width: 750px) {
  .page-about .about-detaile ul li h4 {
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.page-about .about-detaile ul li a {
  display: block;
}
.page-about .about-detaile ul li a:after {
  content: "";
  font-size: 30px;
  color: white;
  font-family: "Libre Baskerville", serif;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
}
.page-about .about-detaile ul li a:hover:after {
  opacity: 1;
}
.page-about .about-trainer .trainer-flex {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .page-about .about-trainer .trainer-flex {
    display: block;
  }
}
.page-about .about-trainer .trainer-flex .trainer-img {
  width: 500px;
}
@media screen and (max-width: 1240px) {
  .page-about .about-trainer .trainer-flex .trainer-img {
    width: 400px;
  }
}
@media screen and (max-width: 750px) {
  .page-about .about-trainer .trainer-flex .trainer-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-about .about-trainer .trainer-flex .trainer-txt {
  width: 600px;
}
@media screen and (max-width: 1240px) {
  .page-about .about-trainer .trainer-flex .trainer-txt {
    width: 450px;
  }
}
@media screen and (max-width: 750px) {
  .page-about .about-trainer .trainer-flex .trainer-txt {
    width: 100%;
    margin: 0 auto;
  }
}
.page-about .about-trainer .trainer-flex .trainer-txt ul li:nth-child(1) {
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .page-about .about-map {
    margin-bottom: 40px;
  }
}
.page-about .about-map table {
  border-collapse: collapse;
  width: 100%;
}
.page-about .about-map table tr:nth-child(odd) {
  background-color: #e6e6e6;
}
.page-about .about-map table tr th {
  width: 300px;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 750px) {
  .page-about .about-map table tr th {
    display: block;
    width: 100%;
  }
}
.page-about .about-map table tr td {
  width: 850px;
  padding: 10px 0;
}
@media screen and (max-width: 750px) {
  .page-about .about-map table tr td {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.page-about .about-map .map-img iframe {
  width: 100%;
  height: 200px;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .page-about .about-map .map-img iframe {
    height: auto;
  }
}

.page-service .service-detaile .detaile-flex {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .page-service .service-detaile .detaile-flex {
    display: block;
  }
}
.page-service .service-detaile .detaile-flex .detaile-txt {
  width: 700px;
}
@media screen and (max-width: 1240px) {
  .page-service .service-detaile .detaile-flex .detaile-txt {
    width: 450px;
  }
}
@media screen and (max-width: 750px) {
  .page-service .service-detaile .detaile-flex .detaile-txt {
    width: 100%;
  }
}
.page-service .service-detaile .detaile-flex .detaile-img {
  width: 500px;
}
@media screen and (max-width: 1240px) {
  .page-service .service-detaile .detaile-flex .detaile-img {
    width: 400px;
  }
}
@media screen and (max-width: 750px) {
  .page-service .service-detaile .detaile-flex .detaile-img {
    width: 100%;
  }
}
.page-service .service-detaile .detaile-flex .detaile-img .detaile-img-1 {
  margin-bottom: 10px;
}
.page-service .service-detaile ul {
  margin: 10px 0;
}
.page-service .service-detaile ul li:before {
  content: "●";
  color: #ff2a6c;
  display: inline-block;
  margin-right: 5px;
}
.page-service .service-list .list-flex {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .page-service .service-list .list-flex {
    display: block;
  }
}
.page-service .service-list .list-flex .list-img {
  width: 400px;
}
@media screen and (max-width: 1240px) {
  .page-service .service-list .list-flex .list-img {
    width: 300px;
  }
}
@media screen and (max-width: 750px) {
  .page-service .service-list .list-flex .list-img {
    width: 100%;
  }
}
.page-service .service-list .list-flex .list-txt {
  width: 750px;
}
@media screen and (max-width: 1240px) {
  .page-service .service-list .list-flex .list-txt {
    width: 550px;
  }
}
@media screen and (max-width: 750px) {
  .page-service .service-list .list-flex .list-txt {
    width: 100%;
  }
}
.page-service .service-machine ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .page-service .service-machine ul {
    display: block;
  }
}
.page-service .service-machine ul li {
  width: 300px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1240px) {
  .page-service .service-machine ul li {
    width: 250px;
  }
}
@media screen and (max-width: 750px) {
  .page-service .service-machine ul li {
    width: 100%;
  }
}
.page-service .service-machine ul li p {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .page-price {
    margin-bottom: 60px;
  }
}
.page-price p {
  margin-bottom: 30px;
}
.page-price table {
  border-spacing: 0 10px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .page-price table th {
    display: block;
    width: 100%;
  }
}
.page-price table th:before {
  content: "●";
  color: #ff2a6c;
  display: inline-block;
  margin-right: 5px;
}
.page-price table th span {
  font-size: 12px;
  color: #ff2a6c;
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  .page-price table th span {
    margin: 0;
  }
}
.page-price table td {
  width: 50%;
  background-color: #e6e6e6;
  padding: 5px 10px;
}
@media screen and (max-width: 750px) {
  .page-price table td {
    display: block;
    width: 96%;
    padding: 1% 2%;
  }
}
.page-price table td:nth-child(2) {
  font-weight: 500;
}
.page-price table .bg-white {
  background-color: white;
  padding: 20px 0;
}

@media screen and (max-width: 750px) {
  .page-contact {
    margin-bottom: 60px;
  }
}
.page-contact .contact-form {
  padding: 100px 0 0;
}
.page-contact .contact-form h3 {
  margin: 0 0 40px;
}
.page-contact .contact-flow {
  padding: 40px 0;
}
.page-contact .contact-flow h3 {
  margin: 40px 0;
}
.page-contact .contact-qa ul li {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.page-contact .contact-qa ul li p {
  width: 1200px;
}
.page-contact .contact-qa ul li:nth-child(odd) {
  margin-bottom: 5px;
  font-weight: 500;
}
.page-contact .contact-qa ul li:nth-child(odd):before {
  display: block;
  content: "Q.";
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
}
.page-contact .contact-qa ul li:nth-child(even) {
  margin-bottom: 20px;
}
.page-contact .contact-qa ul li:nth-child(even):before {
  display: block;
  content: "A.";
  font-family: "Libre Baskerville", serif;
  font-size: 28px;
  color: #ff2a6c;
}

.page-complete .btn-m {
  margin: 20px auto 60px;
}

.btn-m {
  background-color: #1a1a1a;
  width: 150px;
  height: 34px;
}
.btn-m a {
  display: block;
  width: 100%;
  padding: 4px 0;
  text-align: center;
  color: white;
  font-weight: 500;
}

.btn-c {
  display: block;
  width: 250px;
  height: 50px;
  position: relative;
  margin: 40px auto 80px;
}
.btn-c a {
  display: block;
  width: 100%;
  color: #1a1a1a;
}
.btn-c a p {
  position: absolute;
  padding: 10px 44px;
  font-weight: 500;
}
.btn-c:before {
  display: block;
  content: "";
  position: absolute;
  width: 250px;
  height: 50px;
  transform: skewX(-20deg);
  border: 1px solid #1a1a1a;
}
.btn-c:after {
  display: block;
  content: "";
  position: absolute;
  top: -60px;
  left: -70px;
  width: 200px;
  height: 80px;
  background-image: url(./assets/images/top-btn.png);
}/*# sourceMappingURL=style.css.map */