@charset "UTF-8";


/* 汎用設定 */
body.archive,
body.archive h1,
body.archive h2,
body.archive h3,
body.archive p,
body.archive li,
body.archive a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
body {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  line-height: 1.8;
  font-size: 18px;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
body p {
  line-height: 1.8;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

@media (min-width: 768px) {
  a.sp_tel {
    text-decoration: none;
    pointer-events: none;
  }
}

.container_wrap {
  width: 98% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  .container_wrap {
    width: 96% !important;
  }
}

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

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.row_box:not(:last-child) {
  margin-bottom: 3%;
}
@media (max-width: 767px) {
  .row_box:not(:last-child) {
    margin-bottom: 8%;
  }
}

.row_flex:not(:last-child) {
  margin-bottom: 3%;
}
@media (max-width: 767px) {
  .row_flex:not(:last-child) {
    margin-bottom: 8%;
  }
}
@media (min-width: 768px) {
  .row_flex {
    display: flex !important;
  }
  .row_flex .col:not(:first-child) {
    margin-left: 2%;
  }
  .row_flex .span_10 {
    width: 83%;
  }
  .row_flex .span_9 {
    width: 74.5%;
  }
  .row_flex .span_8 {
    width: 66%;
  }
  .row_flex .span_7 {
    width: 60.6%;
  }
  .row_flex .span_6 {
    width: 49%;
  }
  .row_flex .span_5 {
    width: 37.4%;
  }
  .row_flex .span_4 {
    width: 32%;
  }
  .row_flex .span_3 {
    width: 23.5%;
  }
  .row_flex .span_2 {
    width: 15%;
  }
  .row_flex .span_1 {
    width: 12.6%;
  }
  .row_flex.f_reverse {
    flex-direction: row-reverse;
  }
  .row_flex.f_reverse .col:not(:first-child) {
    margin-left: 0;
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  .row_flex .col:not(:last-child) {
    margin-bottom: 2%;
  }
}

img {
  max-width: 100%;
}

.contact_table {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.contact_table th,
.contact_table td {
  padding: 3%;
  border: none;
  border-bottom: 5px solid #fff;
}
.contact_table th {
  width: 30%;
  text-align: left;
  background: #f67200;
  color: #fff;
}
@media (max-width: 767px) {
  .contact_table th {
    font-size: 14px;
  }
}
.contact_table td {
  width: 70%;
}
.contact_table .required {
  color: #fff;
  font-size: 14px;
  padding-left: 10px;
}

.contact-submit {
  text-align: center;
}
.contact-submit input[type=submit] {
  border: none;
  background: #f67200;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  margin: 1em auto;
}

.table_plain {
  border-spacing: inherit !important;
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid #ccc !important;
   border-left: 1px solid #ccc !important;
}
.table_plain th,
.table_plain td {
  padding: 0.7em 1em !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
}
.table_plain th {
  text-align: center;
  background: #f67200;
  color: #fff;
}
.table_plain td {
  background: #fff;
}

.table_menu {
  margin: 0 auto;
  width: 100%;
  border-spacing: inherit !important;
}
.table_menu tr {
  border-bottom: 1px solid #f67200 !important;
}
.table_menu th,
.table_menu td {
  border: none;
  padding: 0.7em 1em;
  border: none;
}
@media (max-width: 767px) {
  .table_menu th,
  .table_menu td {
    padding: 0.7em 0.3em;
  }
}
.table_menu th {
  text-align: left;
}
.table_menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

/* タイトル関係 */
h1.site-description {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.elementor h1, .elementor h2, .elementor h3, .elementor h4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
}
.elementor h1 {
  margin: 0 auto 2em !important;
  text-align: center;
  padding: 2em 10px !important;
  background-image: url(/wp-content/uploads/h1_bg.webp);
  background-position: center;
  background-size: cover;
  color: #fff;
  font-size: 42px;
}
@media (max-width: 767px) {
  .elementor h1 {
    font-size: 30px;
  }
}
.elementor h2 {
  margin: 0 auto 1.2em !important;
  padding: 0 0 50px !important;
  color: #f67200;
  font-size: 36px;
}
@media (max-width: 767px) {
  .elementor h2 {
    font-size: 24px;
  }
}
.elementor h2 {
  text-align: center;
  position: relative;
}
.elementor h2:after {
  content: "";
  aspect-ratio: 52/28;
  width: 52px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  background-image: url(/wp-content/uploads/h2.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.elementor h2.top_h2:after {
  content: none;
}
.elementor h3 {
  margin: 0 auto 1em !important;
  padding: 0 0 0 30px !important;
  font-size: 24px;
}
@media (max-width: 767px) {
  .elementor h3 {
    font-size: 20px;
  }
}
.elementor h3 {
  position: relative;
}
.elementor h3:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  background: #0768a8;
  z-index: 1;
}

.header-menu .current-menu-item:not(.u-smooth-scroll) > a {
  color: #fff !important;
}

.l-footer__inner {
  padding: 0 !important;
}

/* TOPページ */
@keyframes Veil_animationInner-orig {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes Veil_animation-orig {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  51% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.Veil_animation {
  position: relative;
  overflow: hidden;
}
.Veil_animation::before, .Veil_animation::after {
  content: "" !important;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.Veil_animation::before {
  background: #fff;
  transform: scaleX(1);
  transform-origin: right;
}
.Veil_animation::after {
  background: #f67200;
  transform: scaleX(0);
  transform-origin: left;
}
.Veil_animation.animated::before {
  animation: Veil_animationInner-orig 0.8s forwards 1.2s;
}
.Veil_animation.animated::after {
  animation: Veil_animation-orig 1.6s 0.4s;
}

/* メインビジュアル */
.mv_wrap {
  padding-top: 52% !important;
}
@media (max-width: 767px) {
  .mv_wrap {
    padding-top: 115% !important;
    background: #f3994b;
  }
}
.mv_wrap {
  position: relative;
}
@media (min-width: 768px) {
  .mv_wrap {
    background: #f67200;
  }
}
.mv_wrap .img_box {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .mv_wrap .img_box {
    width: 70%;
  }
}
.mv_wrap .img_box img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .mv_wrap .img_box img {
    clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
  }
}
@media (max-width: 767px) {
  .mv_wrap .img_box img {
    width: 100%;
    height: auto;
  }
}
.mv_wrap .mv_copy {
  position: absolute;
  left: 0;
  top: 50%;
  width: 30%;
  color: #fff;
}
@media (min-width: 768px) {
  .mv_wrap .mv_copy {
    transform: translate(0, -50%);
    left: 3%;
  }
}
@media (max-width: 767px) {
  .mv_wrap .mv_copy {
    width: 92%;
    left: 0;
    top: auto;
    bottom: 0%;
    background: #f67200;
    padding: 5% 4% !important;
    clip-path: polygon(0 0, 65% 0, 100% 100%, 0 100%);
  }
}
.mv_wrap .mv_copy .copy01,
.mv_wrap .mv_copy .copy02 {
  display: block;
  letter-spacing: 0.3em;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
.mv_wrap .mv_copy .copy01 {
  margin-bottom: 15px;
}
.mv_wrap .mv_copy .copy01 p {
  display: inline-block;
  color: #fff;
  font-size: 3.9vw;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .mv_wrap .mv_copy .copy01 p {
    font-size: 3.9vw;
  }
}
@media (max-width: 767px) {
  .mv_wrap .mv_copy .copy01 p {
    font-size: 7.8vw;
    line-height: 1.6;
  }
}
.mv_wrap .mv_copy .copy02 {
  line-height: 1;
}
.mv_wrap .mv_copy .copy02 p {
  font-weight: bold;
  display: inline-block;
  color: #fff;
  font-size: 1.4vw;
  line-height: 1.8;
}
@media (max-width: 959px) {
  .mv_wrap .mv_copy .copy02 p {
    font-size: 1.4vw;
  }
}
@media (max-width: 767px) {
  .mv_wrap .mv_copy .copy02 p {
    font-size: 3.2vw;
  }
}
.mv_wrap .mv_copy p {
  margin: 0;
}
.mv_wrap .mv_copy .copy01 .copy01_char {
  display: inline-block;
  opacity: 0;
  transform: translateY(15%);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: calc(var(--i) * 55ms);
}
.mv_wrap .mv_copy .copy01.is-active .copy01_char {
  opacity: 1;
  transform: translateY(0);
}

/* メインビジュアル */
.sec01 {
  padding: 6% 0 !important;
}
@media (max-width: 767px) {
  .sec01 {
    padding: 10% 0 !important;
  }
}
.sec01 .top_h2 {
  font-size: 55px;
  padding: 30px 0 !important;
}
@media (max-width: 767px) {
  .sec01 .top_h2 {
    font-size: 28px;
    padding: 15px 0 !important;
  }
}
.sec01 .top_h2 {
  border-top: 3px solid #f67200;
  border-bottom: 3px solid #f67200;
}
.sec01 .row_box p {
  line-height: 2;
  font-size: 20px;
}
@media (min-width: 768px) {
  .sec01 .row_box {
    text-align: center;
    margin: 0 auto;
  }
}

.sec02 {
  overflow: hidden;
  padding-bottom: 6% !important;
  margin-bottom: 6% !important;
}
@media (max-width: 767px) {
  .sec02 {
    padding-bottom: 10% !important;
    margin-bottom: 10% !important;
  }
}
.sec02 {
  position: relative;
}
.sec02:after {
  content: "";
  aspect-ratio: 1920/676;
  width: 100%;
  position: absolute;
  left: 0;
  top: 90px;
  background-image: url(/wp-content/uploads/top_bg001.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -10;
}
@media (max-width: 767px) {
  .sec02:after {
    top: 50px;
  }
}
.sec02:before {
  content: "" !important;
  aspect-ratio: 1920/676;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0px;
  background-image: url(/wp-content/uploads/top_bg001.webp);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  z-index: -10;
}
.sec02 .top_h2 {
  padding-bottom: 0 !important;
  font-size: 100px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .sec02 .top_h2 {
    font-size: 60px;
  }
}
.sec02 .elementor-widget-html {
  display: inline-block !important;
  position: absolute;
}
.sec02 .flow_txt {
  font-size: 120px;
  color: rgba(243, 153, 75, 0.15);
  font-weight: 900;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: -1;
}
@media (max-width: 959px) {
  .sec02 .flow_txt {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .sec02 .flow_txt {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .sec02 .row_flex {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .sec02 .row_flex .img_box {
    height: 750px;
  }
  .sec02 .row_flex .img_box img {
    object-fit: cover;
    height: 100%;
    margin: 0 auto;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .sec02 .row_flex .img_box {
    margin-left: -7%;
    text-align: left;
    width: 47.4%;
  }
}
.sec02 .row_flex .txt_box {
  position: relative;
}
@media (min-width: 1200px) {
  .sec02 .row_flex .txt_box {
    width: 60.6%;
  }
}
.sec02 .row_flex .txt_box .elementor-widget-html {
  display: inline;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
}
.sec02 .row_flex .txt_box .flow_txt {
  line-height: 1;
  margin-right: 0;
}
@media (max-width: 1199px) {
  .sec02 .row_flex .txt_box .flow_txt {
    right: 0;
  }
}
@media (max-width: 767px) {
  .sec02 .row_flex .txt_box .flow_txt {
    top: 90px;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .sec02 .row_flex.f_reverse .img_box {
    margin-left: 0;
    margin-right: -7%;
    text-align: right;
  }
  .sec02 .row_flex.f_reverse .img_box img {
    margin-left: auto;
    margin-right: 0;
  }
  .sec02 .row_flex.f_reverse .txt_box .elementor-widget-html {
    left: auto;
    right: 0;
  }
}
.sec02 .row_flex .txt_box h3 {
  padding-left: 0 !important;
  padding-bottom: 25px !important;
  margin-bottom: 30px !important;
  border-bottom: 5px solid #f67200;
  letter-spacing: 0.13em;
}
.sec02 .row_flex .txt_box h3:after {
  content: none;
}
.sec02 .row_flex .txt_box h3 {
  font-size: 42px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .sec02 .row_flex .txt_box h3 {
    font-size: 24px;
  }
}
.sec02 .row_flex .txt_box .txt_inner {
  max-width: 530px;
  margin: 0 auto;
}
.sec02 .row_flex .txt_box .txt_inner p {
  font-size: 20px;
}
@media (max-width: 767px) {
  .sec02 .row_flex .txt_box .txt_inner p {
    font-size: 18px;
  }
}
.sec02 .row_flex .txt_box .txt_inner p strong {
  display: block !important;
  margin-bottom: 20px;
  font-size: 28px;
}
@media (max-width: 767px) {
  .sec02 .row_flex .txt_box .txt_inner p strong {
    font-size: 20px;
  }
}
.sec02 .row_flex .txt_box .txt_inner .e-button-base {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .sec02 .row_flex .txt_box .txt_inner .e-button-base {
    margin-left: 0;
    margin-top: 3em;
  }
}

.animation_w {
  width: 90% !important;
  margin: 0 auto 6% !important;
}
@media (max-width: 767px) {
  .animation_w {
    margin: 0 auto 10% !important;
  }
}

.sec03 {
  margin: 0 auto;
  background: #222222;
  position: relative;
}
.sec03:after {
  content: "";
  aspect-ratio: 941/730;
  height: 730px;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0%;
  background-image: url(/wp-content/uploads/top_img004_1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec03:after {
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sec03:after {
    width: 55%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 767px) {
  .sec03:after {
    height: auto;
    width: 100%;
  }
}
.sec03 .container_wrap {
  max-width: 90%!important;
}
.sec03 .container_wrap p {
  color: #fff;
}
.sec03 .top_h2 {
  text-align: left;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.5;
  font-weight: 900;
  font-size: 5vw;
}
@media (min-width: 768px) and (max-width: 959px) {
  .sec03 .top_h2 {
    padding-top: 6% !important;
  }
}
@media (max-width: 767px) {
  .sec03 .top_h2 {
    font-size: 9.2vw;
  }
}
.sec03 .sub_txt {
  color: #fff;
  margin-top: 0;
  font-weight: 700;
  font-size: 1.6vw;
}
@media (max-width: 959px) {
  .sec03 .sub_txt {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .sec03 .sub_txt {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .sec03 .row_box {
    height: 730px;
    display: flex !important;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .sec03 .row_box {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .sec03 .row_box {
    padding: 90% 0 10% !important;
  }
}
@media (min-width: 768px) {
  .sec03 .row_box .txt_inner {
    width: 53%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sec03 .row_box .txt_inner {
    width: 50%;
  }
}
.sec03 .row_box .e-button-base {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .sec03 .row_box .e-button-base {
    margin-left: 0;
  }
}

.sec_contact {
  padding: 7% 0 !important;
}
@media (max-width: 767px) {
  .sec_contact {
    padding: 15% 0 !important;
  }
}
.sec_contact {
  background: url(/wp-content/uploads/top_bg002_1.webp) no-repeat center/cover;
}
@media (max-width: 767px) {
  .sec_contact .row_flex {
    width: 96%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .sec_contact .row_flex {
    align-items: stretch;
  }
  .sec_contact .row_flex .txt_box iframe {
    height: 100%;
  }
}
.sec_contact table {
  margin-top: 2em;
  border: none !important;
}
.sec_contact table.table_plain {
  border-top: 2px solid #fff !important;
}
.sec_contact table.table_plain th,
.sec_contact table.table_plain td {
  color: #fff;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 2px solid #fff !important;
  background: transparent !important;
}
@media (min-width: 960px) {
  .sec_contact table.table_plain td p {
    display: flex !important;
    align-items: center;
  }
}
.sec_contact table.table_plain td p span {
  width: 65px;
  background: #0768a8;
  text-align: center;
  display: block;
  font-weight: 700;
  margin-right: 15px;
}
.sec_contact .insta_link {
  margin-top: 2em;
  margin-left: 1em;
}
@media (max-width: 767px) {
  .sec_contact .insta_link {
    margin-bottom: 2em;
  }
}
.sec_contact .insta_link a {
  display: flex !important;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.sec_contact .insta_link a p {
  color: #fff;
  margin-left: 30px;
}
@media (max-width: 959px) {
  .sec_contact .insta_link a p {
    margin-left: 15px;
    font-size: 16px;
  }
}
.sec_contact .sp_tel {
  color: #fff;
}

/* 下層ページ */
.about_sec {
  margin-bottom: 5% !important;
}
@media (max-width: 767px) {
  .about_sec {
    margin-bottom: 10% !important;
  }
}
.about_sec .sp_tel {
  color: #222;
}
.about_sec .border_box {
    max-width: 700px;
  margin: 0 auto !important;
  border: 3px solid #f67200;
  padding: 2em 1em !important;
}
.about_sec .border_box img {
  margin: 0 auto !important;
  max-width: 110px !important;
}
@media (max-width: 767px) {
  .about_sec .border_box {
    padding: 2em 1em 0 !important;
    display: flex !important;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.about_sec .span_3 {
  text-align: center;
}
@media (max-width: 767px) {
  .about_sec .span_3 {
    width: 48%;
  }
}
.about_sec .caption_txt {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .about_sec .caption_txt {
    margin: 0px 0 20px;
  }
}

.personal_training_sec {
  margin-bottom: 5% !important;
}
@media (max-width: 767px) {
  .personal_training_sec {
    margin-bottom: 10% !important;
  }
}
.personal_training_sec .check_ul {
  padding: 5% 2% !important;
  background: #ffe1c7;
  list-style: none;
}
@media (min-width: 768px) {
  .personal_training_sec .check_ul {
    display: flex !important;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .personal_training_sec .check_ul {
    padding: 5% 1em !important;
  }
}
.personal_training_sec .check_ul li {
  padding-left: 24px !important;
  position: relative;
  font-weight: 700;
  font-size: 22px;
}
@media (min-width: 768px) {
  .personal_training_sec .check_ul li {
    width: calc(48% - 24px);
    margin: 0 0.5% 2%;
  }
}
.personal_training_sec .check_ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  height: 5px;
  width: 10px;
  border-bottom: 3px solid #f67200;
  border-left: 3px solid #f67200;
  transform: translate(0, -50%) rotate(-45deg);
}
.personal_training_sec.personal_training_sec02 .row_flex {
  padding: 1em !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .personal_training_sec.personal_training_sec02 .row_flex {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .personal_training_sec.flow_sec .row_flex {
    align-items: stretch;
  }
}
.personal_training_sec.flow_sec .col {
  padding: 1.5em 10px !important;
  border: 2px solid #222;
  background: #f1f1f1;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.personal_training_sec.flow_sec .col p {
  margin: 0;
  font-weight: 700;
  font-size: 18px!important;
}
@media (min-width: 768px) {
  .personal_training_sec.flow_sec .col {
    width: calc(20% - 20px);
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
.personal_training_sec.flow_sec .col:not(:last-child) {
  margin-right: 30px;
}
.personal_training_sec.flow_sec .col:not(:last-child):after {
  content: "";
  width: 15px;
  height: 50px;
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translate(0, -50%);
  background: #0768a8;
  transition: 0.3s;
  clip-path: polygon(100% 45%, 0 0, 0 100%);
}
@media (max-width: 767px) {
  .personal_training_sec.flow_sec .col:not(:last-child):after {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: auto;
    bottom: -25px;
    transform: none;
    width: 50px;
    height: 25px;
    clip-path: polygon(50% 100%, 0 45%, 100% 45%);
  }
}
@media (max-width: 767px) {
  .personal_training_sec.flow_sec .col:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.personal_training_sec .span_12 img {
  margin: 0 auto!important;
}
.trainer_sec {
  margin-bottom: 5% !important;
}
@media (max-width: 767px) {
  .trainer_sec {
    margin-bottom: 10% !important;
  }
}

.fee_sec {
  margin-bottom: 5% !important;
}
@media (max-width: 767px) {
  .fee_sec {
    margin-bottom: 10% !important;
  }
}

/* リンクボタン */
.elementor .e-button-base {
  display: block;
  color: #fff;
  box-sizing: border-box;
  background-color: transparent !important;
  background: linear-gradient(180deg, #f3994b 0%, #f3994b 50%, #f67200 50%, #f67200 100%);
  padding: 1.2em 0.6em;
  margin: 0 auto 1px;
  max-width: 320px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 600;
  line-height: 1.8;
  font-size: 18px;
  position: relative;
  border-radius: 0 !important;
}
.elementor .e-button-base:after {
  content: "";
  width: 10px;
  height: 15px;
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translate(0, -50%);
  background: #fff;
  transition: 0.3s;
  clip-path: polygon(100% 45%, 0 0, 0 100%);
}
.elementor .e-button-base:hover {
  color: #fff;
}
.elementor .e-button-base:hover:after {
  right: 5%;
}

/* 追加スタイル */
.header-menu .current-menu-item:not(.u-smooth-scroll) > a {
  color: #fff;
}

.elementor p {
  line-height: 1.8;
  letter-spacing: 0.08em;
}

@media (min-width: 960px) {
  header .l-header__inner {
    padding-right: 0 !important;
  }
}
@media (min-width: 960px) {
  header nav .header-menu {
    margin: 0;
  }
  header nav .header-menu li.menu-item:first-child a {
    padding-left: 0 !important;
  }
  header nav .header-menu li.menu-item a {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-family: "Noto Sans JP",serif;
    font-size: 16px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  header nav .header-menu li.menu-item a {
    padding-left: 15px !important;
  }
}
@media (min-width: 960px) {
  header nav .header-menu li.menu-item.contact_hdr {
    padding-left: 24px !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  header nav .header-menu li.menu-item.contact_hdr {
    padding-left: 15px !important;
  }
}
@media (min-width: 960px) {
  header nav .header-menu li.menu-item.contact_hdr a {
    color: #fff !important;
    background: #f3994b;
    height: 86px;
    padding-right: 18px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.2s;
  }
}
@media (min-width: 960px) and (min-width: 1200px) {
  header nav .header-menu li.menu-item.contact_hdr a {
    padding-left: 18px !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  header nav .header-menu li.menu-item.contact_hdr a {
    padding-right: 10px !important;
  }
}
@media (min-width: 960px) {
  header nav .header-menu li.menu-item.contact_hdr a:hover {
    background: #0768a8;
  }
  header nav .header-menu li.menu-item.contact_hdr a:after {
    content: "";
    aspect-ratio: 38/26;
    width: 22px;
    position: absolute;
    right: 0;
    left: 0;
    top: 20px;
    margin: 0 auto;
    background-image: url(/wp-content/uploads/mail.webp);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }
  header nav .header-menu li.menu-item.contact_hdr a span {
    padding-top: 30px;
  }
}
@media (min-width: 960px) {
  header nav .header-menu .sub-menu {
    background: #f3994b !important;
  }
  header nav .header-menu .sub-menu li.menu-item a:first-child {
    padding: 20px !important;
  }
  header nav .header-menu .sub-menu li.menu-item a {
    padding: 20px !important;
    font-size: 16px !important;
  }
  header nav .header-menu .menu-item-has-children {
    position: relative;
  }
  header nav .header-menu .menu-item-has-children:after {
    content: "";
    width: 10px;
    height: 5px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 18px;
    margin: 0 auto;
    background-color: #fff;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transition: 0.2s;
  }
  header nav .header-menu .menu-item-has-children:hover:after {
    transform: rotate(180deg);
  }
}
.header-menu > .menu-item:hover > a{
  color: #fff!important;
}
/* プルダウン */
.elementor-widget-n-accordion .e-n-accordion-item-title {
  font-weight: 600 !important;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-text {
  font-size: 18px!important;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span > svg {
  fill: #f67200 !important;
}
.elementor-widget-n-accordion .elementor-element.e-child {
  border: none !important;
}
.elementor-widget-n-accordion .elementor-element.e-child p {
  font-weight: 600 !important;
}
body.archive .header-site-branding .site-description{
  font-size: 14px!important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif!important;
}
.site-description{
  font-size: 14px!important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif!important;
}