@charset "UTF-8";
body, html {
  font-size: 16px;
  width: 100%;
  height: 100%;
  margin-top: 0 !important;
  color: #fff;
  font-family: 'Kiwi Maru', sans-serif;
  font-weight: lighter;
  letter-spacing: 0.1em;
  line-height: 1.8; }

@media (max-width: 767px) {
  body, html {
    font-size: 13px; } }
.other_page img {
  width: 100%;
  height: auto; }

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

.saboxplugin-gravatar img {
  width: 100px !important; }

.w-100 {
  width: 100%; }

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

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

.read {
  color: #f0a2c9; }

.gold {
  color: #CF0F47; }

.pink {
  color: #CF0F47; }

.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; }

.h {
  display: block;
  font-weight: 700;
  font-size: 1.2rem;
  padding-left: 10px;
  margin-bottom: 10px;
  box-shadow: -4px 0px 0px 0px #CF0F47; }

.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.4rem;
  font-weight: bold;
  font-family: 'Lato','Kiwi Maru',sans-serif;
  margin-bottom: 60px;
  text-align: center;
  color: #eb318e;
  display: block;
  line-height: 1.4; }
  .sc-tt .small {
    color: #4D4D4D;
    font-weight: lighter;
    display: block;
    font-size: 1rem; }
  .sc-tt .ja {
    color: #fff;
    font-weight: lighter;
    display: block;
    font-size: 1rem; }

.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: 60px 0; }

@media (max-width: 767px) {
  .section {
    padding: 40px 0; }

  .page-section {
    padding-top: 80px; }

  .sc-tt {
    font-size: 2rem;
    margin-bottom: 40px; }
    .sc-tt .ja {
      font-size: 0.9rem; }

  .sc-tt2 {
    font-size: 1.2rem;
    margin-bottom: 20px; } }
.btn {
  background: #eb318e;
  color: #fff !important;
  font-weight: bold;
  max-width: 100%;
  width: 400px;
  padding: 10px 20px 10px 20px;
  display: block;
  text-align: center;
  border-radius: 100px;
  position: relative;
  margin: 20px auto 0; }

.wpcf7-submit {
  background: #EBBA5C;
  color: #fff !important;
  font-weight: bold;
  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: #fff 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: #fff !important; }

.line {
  background: #1BBB1F; }

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

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

ul, ol {
  padding-left: 0; }

.nav-right {
  display: flex;
  align-items: center;
  margin-left: auto; }

.nav {
  z-index: 500;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255,255,255,0.9);
  transition: .5s;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px; }
  .nav, .nav .container {
    height: 60px;
    display: flex;
    align-items: center; }
  .nav .logo img {
    height: 40px;
    width: auto; }
  .nav .nav-btn {
    line-height: 75px;
    background: #F8C85C;
    height: 60px;
    padding: 0 10px;
    color: #fff !important;
    font-size: 13px;
    width: auto;
    font-weight: bold;
    margin-left: auto;
    display: flex;
    align-items: center; }
    .nav .nav-btn span {
      display: inline-block;
      line-height: 1.4; }

.global-nav {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background-color: #fff;
  transition: all .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: #f0a2c9;
    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;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      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: 3px;
    background-color: #f0a2c9;
    border-radius: 10px;
    transition: all .6s; }
  .hamburger .hamburger__line--1 {
    top: 0; }
  .hamburger .hamburger__line--2 {
    top: 10px; }
  .hamburger .hamburger__line--3 {
    top: 20px; }

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

.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 .6s;
  cursor: pointer; }

/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
  visibility: visible;
  opacity: 1; }
.nav-open .black-bg {
  opacity: .8;
  visibility: visible; }
.nav-open .hamburger__line {
  background: #f0a2c9; }
.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: #000;
  background-color: #fff;
  padding: 20px 0;
  font-size: 0.8rem; }
  footer .logo img {
    width:200px; }

.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: #CF0F47;
    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: .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 {
      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: #4D4D4D; }
    .afz_article .afz_desc .afz_meta_categories a {
      display: inline-block;
      padding: 2px 4px;
      margin-right: 8px;
      font-size: 0.8rem;
      background: #F2F2F2;
      color: #4D4D4D; }
    .afz_article .afz_desc .afz_meta_date {
      font-size: 0.8rem; }
    .afz_article .afz_desc .afz_tags a {
      color: #f0a2c9;
      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: #eb318e; }
    .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 .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: #4D4D4D; }
.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 #CF0F47;
  padding-left: 10px;
  margin: 30px 0 20px;
  font-weight: bold; }
.afz_post .afz_content h4 {
  border-bottom: solid 4px #CF0F47;
  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; }
.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 input[type=checkbox], .afz_post .afz_content .wpcf7 input[type=radio] {
  display: inline-block;
  width: auto; }
.afz_post .afz_content .wpcf7-submit {
  background: #CF0F47 !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: #f0a2c9 !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: #4D4D4D !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;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }

.sidebar-article .afz_desc {
  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: #f0a2c9;
  margin: 0 8px 8px 0;
  font-size: 0.9rem; }
  .afz_tag_list li a {
    color: #fff; }

.breadcrumbs {
  padding: 0.4em 0;
  border-bottom: #d0d0d0 1px solid;
  margin-bottom: 3em; }

.breadcrumbs li {
  display: inline;
  position: relative;
  font-size: 0.9rem; }

.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: #CF0F47; }

.wpcf7 th, .wpcf7 td {
  border: none !important; }
.wpcf7 span.req {
  background: #CF0F47;
  padding: 1px 4px;
  font-size: 0.8rem;
  color: #fff;
  margin-right: 4px; }
.wpcf7 span.any {
  background: #000;
  padding: 1px 4px;
  font-size: 0.8rem;
  color: #fff;
  margin-right: 4px; }
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-select, .wpcf7 .wpcf7-date, .wpcf7 .wpcf7-textarea {
  border: solid 1px #ccc;
  padding: 4px;
  width: 100%; }
@media screen and (max-width: 780px) {
  .wpcf7 th {
    width: 100%;
    display: block;
    padding: 20px 0 10px; }
  .wpcf7 td {
    padding: 0 0 20px;
    width: 100%;
    display: block; } }

/* アコーディオン全体 */
.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 .3s ease-in-out, top .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; }

/*# sourceMappingURL=global.css.map */
