@charset "UTF-8";
.blog_section {
  padding: 90px 0;
}

.stores {
  background: #003F8E;
}

.other_page img {
  width: 100%;
  height: auto;
}

.singular img {
  max-width: 100% !important;
  width: 100%;
  height: auto;
}

.saboxplugin-gravatar img {
  width: 120px !important;
  height: 120px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.w-100 {
  width: 100%;
}

.link {
  color: #C3B867;
  -webkit-text-decoration: underline #C3B867 !important;
          text-decoration: underline #C3B867 !important;
  word-break: break-word;
}

.text-left {
  text-align: left;
}

.read {
  color: #5F5F5F;
}

.gold {
  color: #C3B867;
}

.pink {
  color: #C3B867;
}

.danger {
  color: #DC1928;
  font-weight: bold;
}

.box {
  padding: 20px;
  border: solid 1px #E5E5E5;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.saboxplugin-desc {
  margin-top: 110px !important;
  clear: both;
}

@media screen and (max-width: 479px) {
  .saboxplugin-desc {
    margin-top: 0px !important;
  }
}
.h {
  display: block;
  font-weight: 700;
  font-size: 1.2rem;
  padding-left: 10px;
  margin-bottom: 10px;
  box-shadow: -4px 0px 0px 0px #C3B867;
}

.price-group .price {
  font-weight: bold;
  font-size: 2rem;
}

.strong-price {
  font-size: 1.2rem;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #F3E371 60%);
  color: #2C2C2C;
}

.sc-tt {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
  display: block;
  line-height: 1.4;
}
.sc-tt .small {
  display: block;
  font-size: 1.1rem;
}
.sc-tt .ja {
  display: block;
  font-size: 1rem;
}
.sc-tt::after {
  content: "";
  display: block;
  width: 36px;
  height: 4px;
  background: #C3B867;
  margin: 10px auto 0 auto;
}

.sc-tt2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.searchform-wrapper .form {
  position: relative;
}
.searchform-wrapper #s {
  border: none;
  width: 100%;
  border: 2px solid #F4F4F4;
}
.searchform-wrapper #searchsubmit {
  position: absolute;
  right: 5px;
  outline: none;
  border: none;
  background: transparent;
  opacity: 0.2;
  top: 20%;
}

.section {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
  .page-section {
    padding-top: 80px;
  }
  .sc-tt {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .sc-tt .ja {
    font-size: 0.9rem;
  }
  .sc-tt2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  section.top_section {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }
  section.top_section .top-img {
    position: relative;
    margin-top: -12%;
    bottom: 0;
  }
}
.btn {
  background: #EBBA5C;
  color: #fff !important;
  box-shadow: #817248 0 3px;
  font-weight: bold;
  max-width: 100%;
  width: 400px;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  position: relative;
}

.btn::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
}

.wpcf7-submit {
  background: #EBBA5C;
  color: #fff !important;
  font-weight: bold;
  box-shadow: #817248 0 3px;
  max-width: 100%;
  width: 400px;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  position: relative;
  border: none;
  margin: 0 auto;
  display: block;
}

.btn_gold-line {
  border: #C3B867 solid 1px;
  max-width: 100%;
  width: 400px;
  padding: 8px 20px 8px 20px;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  font-weight: bold;
  color: #C3B867 !important;
}

.line {
  background: #1BBB1F;
  box-shadow: #16a322 0 3px;
}

.marker {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #F3E371 60%);
}

.bg-grey {
  background: #F7F7F7 !important;
}

.bg-black {
  background: #2C2C2C !important;
}

.bg-yellow {
  background: #F2EED2 !important;
}

table {
  width: 100%;
}
table tr {
  border-bottom: solid 1px #E8E8E8;
}
table td {
  padding: 20px 0 20px 10px;
}

body, html {
  font-size: 16px;
  width: 100%;
  height: 100%;
  margin-top: 0 !important;
  color: #2C2C2C;
  font-family: "Ubuntu", "Noto Sans JP", sans-serif;
  font-weight: lighter;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

@media (max-width: 767px) {
  body, html {
    font-size: 13px;
  }
}
ul, ol {
  padding-left: 0;
}

.nav {
  z-index: 500;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  transition: 0.5s;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px;
}
.nav .container {
  height: 60px;
  display: flex;
  align-items: center;
  max-width: none;
  padding-right: 0px;
}
@media (max-width: 767px) {
  .nav .container {
    padding-right: 15px;
  }
}
.nav h1 {
  color: #2C2C2C;
  font-size: 0.9rem;
  margin-bottom: 0;
}
.nav .logo img {
  height: 40px;
  width: auto;
  margin-right: 5px;
}
.nav .nav-btn {
  line-height: 75px;
  background: #F8C85C;
  height: 60px;
  padding: 0 10px;
  color: #fff !important;
  font-size: 0.9rem;
  width: auto;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .nav .nav-btn {
    margin-left: auto;
  }
}
.nav .nav-btn span {
  display: inline-block;
  line-height: 1.4;
}
.nav .pc-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 30px;
  margin-bottom: 0;
  gap: 20px;
}
@media (max-width: 1220px) {
  .nav .pc-nav {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .nav .pc-nav {
    display: none;
  }
}
.nav .pc-nav a {
  color: #000;
  font-size: 0.9rem;
  font-weight: bold;
}

.global-nav {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background-color: #fff;
  transition: all 0.6s;
  z-index: 700;
  overflow-y: auto;
  padding: 60px 0 0 0;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
.global-nav__btn {
  text-align: center;
  background: #F8C85C;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  padding: 10px 20px;
  width: 100%;
  color: #fff !important;
}
.global-nav__item a {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  padding: 10px 20px;
  margin: 0;
  text-decoration: none;
  color: #2C2C2C;
  border-bottom: solid 1px #ccc;
}
.global-nav__item a::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}
.global-nav__item a:hover {
  background-color: #eee;
  color: #212121;
}

.hamburger {
  position: relative;
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 800;
  margin-left: 20px;
}
.hamburger__line {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #2C2C2C;
  transition: all 0.6s;
}
.hamburger .hamburger__line--1 {
  top: 0;
}
.hamburger .hamburger__line--2 {
  top: 10px;
}
.hamburger .hamburger__line--3 {
  top: 20px;
}

.sns {
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 180px;
}
.sns a {
  display: inline-block;
  width: 45px;
}

.black-bg {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 450;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.nav-open .black-bg {
  opacity: 0.8;
  visibility: visible;
}
.nav-open .hamburger__line {
  background: #000;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 10px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 10px;
}

footer {
  border-top: solid 1px #E8E8E8;
  color: #2C2C2C;
  background-color: #fff;
  padding: 32px 0;
  font-size: 0.8rem;
  padding-bottom: 90px;
}
footer .logo img {
  width: 60px;
}
footer a {
  padding: 5px;
}

.shop-nav {
  position: absolute;
  top: 70px;
  width: 50%;
  z-index: 550;
  text-align: right;
  right: 0;
}
.shop-nav .container {
  display: block;
}
.shop-nav a {
  display: inline-block;
  background: #fff;
  padding: 10px;
  color: #545454;
  border-radius: 5px;
  text-align: left;
  line-height: 1;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  margin-left: 10px;
}
.shop-nav .shop-nav_title {
  display: block;
  font-size: 0.8rem;
}
.shop-nav .shop-nav_tel {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .shop-nav {
    top: 0;
    left: 50px;
    width: auto;
    text-align: left;
  }
  .shop-nav .tainer {
    display: flex;
  }
  .shop-nav .shop-nav_title {
    font-weight: bold;
  }
  .shop-nav .shop-nav_tel {
    display: none;
  }
}

.reserve-banner {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px 0;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100vw;
  z-index: 400;
}
.reserve-banner .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.reserve-banner .btn {
  font-size: 14px;
  width: 100%;
}
@media (max-width: 767px) {
  .reserve-banner .btn {
    padding: 4px 20px 4px 10px;
    font-size: 12px;
  }
  .reserve-banner .btn::after {
    width: 8px;
    height: 8px;
    right: 10px;
  }
}

.afz_pagination {
  display: inline-block;
  margin: 30px auto 0;
}
.afz_pagination a, .afz_pagination span {
  margin-right: 8px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.afz_pagination a {
  border-radius: 100%;
  background-color: #fff;
  color: #2C2C2C;
  border: solid 1px #eeeeef;
}
.afz_pagination a:hover {
  background-color: #fff;
  color: #2c2c2c;
}
.afz_pagination .afz_current {
  background-color: #C3B867;
  color: #fff;
}

.afz_articles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}

.afz_article {
  width: 100%;
  background-color: #fff;
  padding-bottom: 30px;
}
.afz_article:hover img {
  transition: 0.3s;
  opacity: 0.8;
}
.afz_article .afz_thumb {
  width: 100%;
  position: relative;
  margin-right: 15px;
  height: auto;
  padding-top: 66.67%;
}
.afz_article .afz_thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.afz_article .afz_cat {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  color: #2C2C2C;
  padding: 4px 8px;
  font-size: 0.8rem;
}
.afz_article .afz_desc {
  padding-top: 5px;
  flex: 1;
  background-color: #fff;
  color: #2C2C2C;
}
.afz_article .afz_desc .afz_meta_categories a {
  display: inline-block;
  padding: 2px 4px;
  margin-right: 8px;
  font-size: 0.8rem;
  background: #F2F2F2;
  color: #2C2C2C;
}
.afz_article .afz_desc .afz_meta_date {
  font-size: 0.8rem;
}
.afz_article .afz_desc .afz_tags a {
  color: #7c7c7c;
  margin-right: 10px;
}
.afz_article .afz_desc .afz_tags a:before {
  display: inline;
  content: "#";
}
.afz_article .afz_desc .afz_title {
  font-size: 1.2rem;
  margin: 0;
  color: #2C2C2C;
}
.afz_article .afz_desc p {
  color: #595757;
  font-size: 0.9rem;
  margin: 8px 0 0;
  display: none;
}
@media screen and (min-width: 568px) {
  .afz_article .afz_desc .afz_thumb {
    width: 20%;
  }
  .afz_article .afz_desc p {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .afz_articles {
    grid-template-columns: 1fr 1fr;
  }
  .afz_post {
    margin-top: 40px;
  }
}
.post-header img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 20px;
}

.afz_post .post-thumbnail img {
  width: 100%;
  height: auto;
}
.afz_post .afz_meta {
  margin-bottom: 20px;
}
.afz_post .date {
  font-size: 0.8rem;
  opacity: 0.7;
}
.afz_post .afz_meta_categories a {
  display: inline-block;
  margin-top: 10px;
  padding: 2px 8px;
  margin-right: 4px;
  background: #F2F2F2;
  color: #2C2C2C;
}
.afz_post .afz_content h2 {
  background-color: #f1f1f1;
  padding: 10px;
  margin: 40px 0 30px;
  font-weight: bold;
}
.afz_post .afz_content h3 {
  border-left: solid 4px #C3B867;
  padding-left: 10px;
  margin: 30px 0 20px;
  font-weight: bold;
}
.afz_post .afz_content h4 {
  border-bottom: solid 4px #C3B867;
  padding-bottom: 10px;
  margin: 30px 0 20px;
  font-weight: bold;
}
.afz_post .afz_content ol, .afz_post .afz_content ul {
  margin-left: 1em;
}
.afz_post .afz_content ol {
  list-style-type: decimal;
}
.afz_post .afz_content ul {
  list-style-type: disc;
}
.afz_post .afz_content img {
  max-width: 100% !important;
  height: auto;
  width: auto;
}
.afz_post .afz_content table {
  width: 100%;
}
.afz_post .afz_content table th {
  border: solid 1px #D0D0D0;
  padding: 10px;
}
.afz_post .afz_content table td {
  padding: 10px;
  border: solid 1px #D0D0D0;
}
@media (max-width: 767px) {
  .afz_post .afz_content th {
    width: 30%;
  }
  .afz_post .afz_content .wpcf7 input, .afz_post .afz_content .wpcf7 textarea {
    width: 100%;
  }
  .afz_post .afz_content .wpcf7 td, .afz_post .afz_content .wpcf7 th {
    display: block;
    width: 100%;
  }
  .afz_post .afz_content .wpcf7 th {
    margin-top: 20px;
  }
}
.afz_post .afz_content .wpcf7 input, .afz_post .afz_content .wpcf7 textarea {
  width: 100%;
  background: #F3F3F3;
  border: none !important;
}
.afz_post .afz_content .wpcf7-submit {
  background: #C3B867 !important;
  color: #fff !important;
  font-weight: bold;
  max-width: 100%;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
}
.afz_post .afz_content .afz_tags a {
  color: #7c7c7c !important;
  margin-right: 10px;
}
.afz_post .afz_content .afz_tags a:before {
  display: inline;
  content: "#";
}

.afz_comment-block {
  padding: 20px;
  border: solid 1px #dadada;
}
.afz_comment-block img {
  width: auto;
}
.afz_comment-block textarea, .afz_comment-block input {
  max-width: 100%;
}

.cat-navi {
  margin-bottom: 40px;
}
.cat-navi a {
  position: relative;
  border-bottom: solid 1px #E8E8E8;
  padding: 20px 0;
  display: block;
  color: #2C2C2C !important;
}
.cat-navi a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border-bottom: 2px solid #989898;
  border-right: 2px solid #989898;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sidebar-article .afz_desc {
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 990px) {
  .sidebar-article .afz_title {
    font-size: 0.9rem !important;
  }
}

.page-header {
  padding: 110px 0 50px;
  text-align: center;
  background: #F1F1F1;
}
.page-header .title {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.shop_archive_header {
  background: url("../img/bg_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.trainers_archive_header {
  background: url("../img/bg_4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.column_header {
  background: url("../img/bg_3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: left;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.afz_tag_list li {
  display: inline-block;
  padding: 4px 8px;
  background: #F2F2F2;
  margin: 0 8px 8px 0;
  font-size: 0.9rem;
}
.afz_tag_list li a {
  color: #2C2C2C;
}

.breadcrumbs {
  margin: 0;
  padding: 0 0 0.2rem;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 400;
  width: 100%;
}

.breadcrumbs-in {
  width: 1100px;
  margin: 0 auto;
  white-space: nowrap;
  overflow-x: auto;
  padding: 5px 0;
}

@media screen and (max-width: 780px) {
  .breadcrumbs-in {
    width: 100%;
    padding: 0.3rem 1rem;
  }
}
.breadcrumbs li {
  display: inline;
  position: relative;
  font-size: 0.8rem;
}

.breadcrumbs li::after {
  display: inline;
  content: ">";
  margin: 0 1em;
}

.breadcrumbs li:last-child::after {
  display: none;
}

.breadcrumbs li a {
  text-decoration: none;
}

.breadcrumbs li a:hover {
  color: #C3B867;
}

#contactform table th, #contactform table td {
  border: none;
}

#contactform table th span.req {
  background: #C3B867;
  padding: 1px 4px;
  font-size: 0.8rem;
  color: #fff;
  margin-right: 4px;
}

#contactform table th span.any {
  background: #000;
  padding: 1px 4px;
  font-size: 0.8rem;
  color: #fff;
  margin-right: 4px;
}

.wpcf7-text, .wpcf7-select, .wpcf7-date, .wpcf7-textarea {
  border: solid 1px #ccc;
  padding: 4px;
  width: 100%;
}

@media screen and (max-width: 780px) {
  #contactform table th {
    width: 100%;
    display: block;
    padding: 20px 0 10px;
  }
  #contactform table td {
    padding: 0 0 20px;
    width: 100%;
    display: block;
  }
}
.studio-header {
  position: relative;
  display: flex;
  height: 70%;
  width: 100%;
}
.studio-header::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.studio-header .studio-catch {
  width: 100%;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.studio-header .studio-catch h1 {
  font-size: 2.5rem;
}
.studio-header .studio-catch h2 {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .studio-header h1 {
    font-size: 2.2rem;
  }
  .studio-header h2 {
    font-size: 2.2rem;
  }
}
.studio-header img {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.features_section .feature_studio_1::before {
  background-image: url("../img/feature_studio_1.jpg");
  right: 0;
}
.features_section .feature_studio_2::before {
  background-image: url("../img/feature_studio_2.jpg");
}
.features_section .feature_studio_3::before {
  background-image: url("../img/studio_app.jpg");
  right: 0;
}
@media (max-width: 767px) {
  .features_section .feature_studio_2::before {
    margin-left: auto;
  }
}

.shopdesc_section header {
  background: url("../img/bg_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  padding: 80px 0 40px;
  margin-bottom: 40px;
}

.studio-gallery {
  margin-bottom: 80px;
}
.studio-gallery .slick-slide {
  margin: 0 10px;
  height: auto;
}
.studio-gallery .slick-slide img {
  width: 100%;
}
@media (max-width: 767px) {
  .studio-gallery .slick-slide {
    margin: 0 5px;
  }
}

/* アコーディオン全体 */
.accordion {
  max-width: 800px;
  margin: 0 auto;
}

/* アコーディオン */
.accordion__item {
  border: 1px solid #CCCCCC;
  background: #fff;
  margin-top: 10px;
  cursor: pointer;
}

/* アコーディオンのタイトル */
.accordion__title {
  position: relative;
  padding: 15px 60px 15px 20px;
  font-weight: bold;
  cursor: pointer;
}

/* (+)アイコン */
.accordion__title::after {
  border-right: solid 2px #000;
  border-top: solid 2px #000;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}

.accordion__title::after {
  transform: rotate(135deg);
}

/* アコーディオンのコンテンツ */
.accordion__content {
  padding: 0 20px 15px 20px;
  display: none;
  cursor: pointer;
}

.accordion__content.is-open {
  display: block;
}

/* アコーディオン展開時の(-)アイコン */
.accordion__item.is-active .accordion__title::after {
  transform: rotate(-45deg);
}

.wp-block-video video {
  width: 100% !important;
  height: auto !important;
}

#pankuzu {
  margin: 0;
  padding: 0 0 0.2rem;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 400;
}

#pankuzu .cf {
  width: 1100px;
  margin: 0 auto;
  white-space: nowrap;
  overflow-x: auto;
  display: flex;
  align-items: center;
}

#pankuzu .cf li {
  margin-right: 30px;
}

#pankuzu .cf li:last-child {
  margin-right: 0px;
}

#pankuzu li a {
  color: #000;
}

#pankuzu li span {
  font-size: 12px;
}

.hotpepper_btn {
  background-color: #E36B8B !important;
  box-shadow: rgba(227, 107, 139, 0.6509803922) 0 3px !important;
  position: relative;
}
.hotpepper_btn img {
  max-width: 25px !important;
}
.hotpepper_btn.btn {
  padding: 10px 20px 10px 10px;
  margin-bottom: 15px;
}

@media all and (min-width: 768px) {
  .shop_section .studio-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
  }
}
.banner-fixed {
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.banner-fixed .banner-image {
  max-width: 550px !important;
}
.banner-fixed .banner-image.banner-image-sp {
  display: none;
}
.banner-fixed .banner-fixed-wp {
  position: relative;
  margin-bottom: -50px;
}
.banner-fixed .banner-fixed-wp:hover {
  opacity: 1;
}
@media screen and (max-height: 800px) {
  .banner-fixed .banner-fixed-wp {
    display: none;
  }
}
.banner-fixed .banner-fixed-content {
  position: absolute;
  bottom: 25px;
  display: flex;
  align-items: flex-end;
}
.banner-fixed .list-cheked {
  margin-left: 15px;
  margin-bottom: 0px;
}
.banner-fixed .list-cheked li {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #2C2C2C;
  text-shadow: #463030 1px 0 10px;
}
.banner-fixed .list-cheked img {
  max-width: 14px !important;
}
.banner-fixed .banner-fixed-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
  width: 330px;
  height: 74px;
  margin-left: 15px;
  background-repeat: no-repeat;
  background-image: url("../img/banner-fixed-btn-bg.svg");
  background-size: cover;
}
.banner-fixed .banner-fixed-btn .btn-text {
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.banner-fixed .banner-fixed-btn .btn-text p:first-child {
  color: #DA0D00;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.3;
  text-shadow: #fff 0px 1px 10px;
}
.banner-fixed .banner-fixed-btn .btn-text p:last-child {
  color: #FFFFFF;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
  text-shadow: #463030 0px 1px 10px;
}
.banner-fixed .banner-fixed-btn .icon-arrow {
  width: 10px;
  height: 10px;
  margin-top: 12px;
  display: inline-block;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  right: 35px;
}

@media all and (max-width: 768px) {
  .banner-fixed {
    height: auto;
    width: 100%;
  }
  .banner-fixed .banner-image.banner-image-sp {
    width: 100%;
  }
  .banner-fixed .banner-fixed-wp {
    width: 100%;
    margin-bottom: -20px;
  }
  .banner-fixed .list-cheked {
    margin-left: 8px;
    margin-bottom: 0;
  }
  .banner-fixed .list-cheked li {
    font-size: 2.051vw;
    -moz-column-gap: 10px;
         column-gap: 10px;
    line-height: 1.8;
  }
  .banner-fixed .list-cheked img {
    max-width: 3.077vw !important;
  }
  .banner-fixed .banner-fixed-btn {
    width: 45.641vw;
    height: 10.256vw;
    margin-left: 3.846vw;
    background-position: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    border-radius: 6px;
    box-shadow: 0 0 10px #5F5F5F;
  }
  .banner-fixed .banner-fixed-btn .btn-text p:first-child {
    font-size: 2.308vw;
  }
  .banner-fixed .banner-fixed-btn .btn-text p:last-child {
    font-size: 3.59vw;
  }
  .banner-fixed .banner-fixed-btn .icon-arrow {
    width: 10px;
    height: 10px;
    margin-top: 12px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .banner-fixed .banner-fixed-content {
    bottom: 11%;
  }
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.mainImgPc {
  display: block;
}

@media all and (max-width: 768px) {
  .mainImgPc {
    display: none;
  }
}
.mainImgSp {
  display: none;
}

@media all and (max-width: 768px) {
  .mainImgSp {
    display: block;
  }
}
.nav .p-logo {
  color: #2C2C2C;
  font-size: 0.9rem;
  margin-bottom: 0;
  font-weight: bold;
}

.wpcf7-form .date {
  font-size: 16px;
  color: black;
  font-weight: 500;
}

.afz_content .tablepress {
  width: auto;
  color: #191919;
  border-top-color: #E5E5E5;
  border-left-color: #E5E5E5;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 0;
  border-bottom: 0;
  table-layout: fixed;
  border-collapse: separate;
  text-align: center;
  border-spacing: 0;
  margin-bottom: 1em;
  border: none;
  border-collapse: collapse;
}
.afz_content .tablepress .column-1 {
  width: 100px;
  position: sticky;
  left: 0;
  z-index: 1;
}
.afz_content .tablepress .column-1:not(th) {
  background-color: #ffffff;
}
.afz_content .tablepress .column-1::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #D0D0D0;
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
}
.afz_content .tablepress .column-1::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #D0D0D0;
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
}
.afz_content .tablepress .column-1 img {
  margin-top: 20px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}
.afz_content .tablepress th {
  display: table-cell;
  font-size: 12px;
  width: 130px;
  min-width: 130px;
  vertical-align: middle;
  text-align: center;
  background: #7f7f7f;
  color: #ffffff;
  border-right-color: #E5E5E5;
  border-bottom-color: #E5E5E5;
  padding: 10px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  font-weight: 700;
  border: none;
  float: none !important;
}
.afz_content .tablepress .column-2 {
  position: relative;
}
.afz_content .tablepress td {
  display: table-cell;
  font-size: 12px;
  width: 130px;
  min-width: 130px;
  vertical-align: middle;
  text-align: center;
  background: #ffffff;
  border-right-color: #E5E5E5;
  border-bottom-color: #E5E5E5;
  line-height: 18px;
  padding: 5px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-top: 1px solid #ddd;
}
.afz_content .tablepress > .row-hover > tr:hover > * {
  background-color: #ffffff;
  color: initial;
}

.bg-gold {
  background-color: #C2B872;
}

.bg-white {
  background-color: white;
}

.trainer-item {
  padding: 35px 25px 50px;
}
@media (max-width: 670px) {
  .trainer-item {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
  }
}
.trainer-item-upper {
  display: flex;
  gap: 55px;
}
@media (max-width: 670px) {
  .trainer-item-upper {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 670px) {
  .trainer-item-upper-column {
    width: 100%;
  }
}
.trainer-item-upper-column:first-child {
  flex-shrink: 0;
}
@media (min-width: 670px) {
  .trainer-item-upper-column:first-child h4 {
    display: none;
  }
}
.trainer-item-upper-column:first-child img {
  width: 240px;
  height: 240px;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 670px) {
  .trainer-item-upper-column:first-child img {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 670px) {
  .trainer-item-upper-column:last-child h4 {
    display: none;
  }
}
.trainer-item-upper h4 {
  font-size: 25px;
  margin-top: 0 !important;
  padding-bottom: 10px;
  line-height: 1;
  border-bottom: 1px solid #C2B872;
}
@media (max-width: 670px) {
  .trainer-item-upper h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.trainer-item-upper p {
  font-size: 14px;
}
.trainer-item-under {
  display: flex;
  gap: 25px;
  margin-top: 40px;
}
@media (max-width: 670px) {
  .trainer-item-under {
    margin-top: 0;
    flex-direction: column;
  }
}
.trainer-item-under-column {
  flex: 1;
}
@media (max-width: 670px) {
  .trainer-item-under-column {
    border-bottom: 1px solid #C2B872;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 670px) {
  .trainer-item-under-column--empty {
    display: none;
  }
}
.trainer-item-under h4 {
  font-size: 20px;
  color: #C2B872;
  border-bottom: 1px solid #C2B872;
}
@media (max-width: 670px) {
  .trainer-item-under h4 {
    text-align: center;
    border-bottom: none;
  }
}
.trainer-item-under p {
  font-size: 12px;
}
.trainer-item-footer {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.trainer-item-footer a {
  color: inherit;
}

.access-step h2 {
  margin-left: 25px;
  margin-right: 25px;
  border-bottom: 1px solid #C2B872;
  padding-bottom: 5px;
  line-height: 1.2;
}
.access-step ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding: 40px 25px 0;
}
@media (max-width: 768px) {
  .access-step ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .access-step ul {
    grid-template-columns: 1fr;
  }
}
.access-step ul li img {
  border-radius: 6px;
}
@media (max-width: 768px) {
  .access-step ul li img {
    border-radius: 4px;
  }
}
@media (max-width: 768px) {
  .access-step ul li p {
    font-size: 12px;
  }
}
.access-step ul li p span {
  font-size: 18px;
  font-weight: bold;
  color: #C2B872;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .access-step ul li p span {
    font-size: 14px;
  }
}/*# sourceMappingURL=global.css.map */