@charset "UTF-8";
.fontawesome {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

i {
  font-style: normal;
}

.btn_wrapper {
  text-align: center;
}

.btn_content {
  font-size: 14px;
  font-weight: bold;
  width: 70%;
  color: #FFFFFF;
  background-color: #000D2C;
  border-radius: 3px;
  padding: 6px 40px;
}
@media screen and (min-width: 1200px) {
  .btn_content {
    width: 50%;
  }
}

.btn_wrapper_back_btn {
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .btn_wrapper_back_btn {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .btn_wrapper_back_btn {
    margin-bottom: 60px;
  }
}
.btn_wrapper_back_btn h2 {
  font-size: 18px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 12px;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

.container {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .container {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 60%;
  }
}

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

h1, h2, h3, h4, h5 {
  line-height: 1.8;
  color: #000D2C;
  margin: 1em 0px;
}

p {
  color: #000D2C;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}

li {
  line-height: 1.8;
}
@media screen and (min-width: 1200px) {
  li {
    line-height: 1.2;
  }
}

.blog-content ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 5%;
}
.blog-content ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 5%;
}
.blog-content li {
  margin-bottom: 0.5em;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 1em;
}

.mb3 {
  margin-bottom: 3em;
}

.mb5 {
  margin-bottom: 5em;
}

.fwb {
  font-weight: bold;
}

.here {
  color: #0AB9D7;
  border-bottom: solid 1px #0AB9D7;
}

.menu_list {
  transition: 0.5s;
}

.menu_list:hover {
  opacity: 0.5;
}

.main_menu_list {
  transition: 0.5s;
}

.main_menu_list:hover {
  opacity: 0.5;
}

.ac {
  position: relative;
}

.ac::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  position: absolute;
  top: 85px;
  right: calc(50% - 10px);
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .ac::after {
    top: 95px;
  }
}
@media screen and (min-width: 1200px) {
  .ac::after {
    top: 95px;
  }
}

.ac.open::after {
  top: 90px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .ac.open::after {
    top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .ac.open::after {
    top: 100px;
  }
}

.faq_title.ac {
  position: relative;
}

.faq_title.ac::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  position: absolute;
  top: 55px;
  right: calc(50% - 5px);
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 10px;
  height: 10px;
}

.faq_title.ac.open::after {
  top: 60px;
  transform: rotate(-45deg);
}

.page_top_img {
  width: 100%;
  height: 240px;
  padding-top: 110px;
  background-image: url(../images/h1background.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  margin-bottom: 40px;
}
.page_top_img h1 {
  line-height: 1.15;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: bolder;
  margin: 30px auto 0 auto;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .page_top_img h1 {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .page_top_img h1 {
    margin-top: 40px;
  }
}
.page_top_img p {
  color: #FFFFFF;
  margin: 0;
}

@media screen and (min-width: 600px) and (max-width: 1199px) {
  .breadcrumb {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumb {
    margin-top: 20px;
  }
}

.wpcf7 {
  background-color: #f7f7f7;
  padding: 5%;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .wpcf7 {
    padding: 5% 10%;
  }
}
@media screen and (min-width: 1200px) {
  .wpcf7 {
    padding: 5% 20%;
  }
}

.contact-form-subtitle {
  font-weight: bold;
}

.must {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #FF4D01;
  border-radius: 3px;
  padding: 1px 4px;
}

.free {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #C5C5C5;
  border-radius: 3px;
  padding: 1px 4px;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  border: solid 1px #C5C5C5;
  border-radius: 5px;
  background-color: #FFFFFF;
  width: 100%;
  padding: 4px;
  margin-bottom: 16px;
}

.wpcf7 input[type=date] {
  border: solid 1px #C5C5C5;
  border-radius: 5px;
  background-color: #FFFFFF;
  width: 40%;
  padding: 4px;
  margin-right: 10px;
  margin-bottom: 16px;
}

.wpcf7-select {
  border: solid 1px #C5C5C5;
  border-radius: 5px;
  background-color: #FFFFFF;
  padding: 5px;
  width: 30%;
  margin-bottom: 16px;
}

.wpcf7-list-item {
  display: block;
}

.contact-form-submit-button-wrapper {
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .contact-form-submit-button-wrapper {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-form-submit-button-wrapper {
    margin-top: 30px;
  }
}

.contact-form-submit-button {
  width: 70%;
  color: #FFFFFF;
  background-color: #000D2C;
  border-radius: 3px;
  font-weight: bold;
  padding: 8px;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
}

.element {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header {
  z-index: 99;
  width: 100%;
  height: 100px;
  position: relative;
  position: fixed;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .header {
    height: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    height: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .header .container {
    width: 90%;
  }
}

#header_logo {
  width: 100px;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  #header_logo {
    position: absolute;
    top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  #header_logo {
    width: 160px;
    position: absolute;
    top: 30px;
  }
}

.btn {
  /* ボタンの配置位置 (コンテンツの幅や高さによって調整) */
  position: fixed;
  top: 8px;
  right: 5%;
  /* ボタンの大きさ  */
  width: 32px;
  height: 32px;
  /* 最前面に */
  z-index: 10;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .btn {
    top: 20px;
    right: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .btn {
    display: none;
  }
}

/***** 真ん中のバーガー線 *****/
.btn-line {
  display: block;
  position: relative; /* バーガー線の位置基準として設定 */
  width: 100%; /* 線の長さと高さ */
  height: 4px;
  background-color: #000D2C; /* バーガー線の色 */
  transition: 0.2s;
}

/****** 上下のバーガー線 *****/
.btn-line::before,
.btn-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000D2C;
  transition: 0.5s;
}

.btn-line::before {
  /* 上の線の位置 */
  transform: translateY(-12px);
}

.btn-line::after {
  /* 下の線の位置 */
  transform: translateY(12px);
}

/***** メニューオープン時のハンバーガーを×印に *****/
.btn-line.open {
  background-color: transparent; /* 真ん中の線を透明に */
}

.btn-line.open::before,
.btn-line.open::after {
  content: "";
  background-color: #000D2C; /* 上下の線の色を変える */
  transition: 0.2s;
}

.btn-line.open::before {
  transform: rotate(45deg); /* 上の線を傾ける */
}

.btn-line.open::after {
  transform: rotate(-45deg); /* 下の線を傾ける */
}

.menu {
  /* メニューの位置マイナス指定で画面外に */
  position: fixed;
  top: 102px;
  right: -100%;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  /* メニューを縦に */
  display: flex;
  flex-direction: column;
  color: #000D2C;
  background-color: #FFFFFF;
  transition: 0.3s;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .menu {
    top: 112px;
  }
}
@media screen and (min-width: 1200px) {
  .menu {
    display: flex;
    flex-direction: row;
    position: fixed;
    width: 75%;
    height: 36px;
    top: 32px;
    right: 5%;
    padding-top: 0;
  }
}

.menu.open {
  width: 100%;
  top: 102px;
  right: 0;
  padding-top: 60px;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .menu.open {
    top: 112px;
  }
}

.menu_list {
  width: 90%;
  height: 40px;
  margin: 0 auto 18px auto;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  background: rgb(48, 207, 208);
  background: linear-gradient(152deg, rgb(48, 207, 208) 0%, rgb(35, 6, 70) 62%);
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .menu_list {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .menu_list {
    height: 34px;
    margin: 0 2px 2px 0;
    font-size: 12px;
    background: #000D2C;
  }
}

.menu_list_a {
  line-height: 40px;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .menu_list_a {
    line-height: 34px;
  }
}

.booking_member_button_wrapper {
  width: 100vw;
  display: flex;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 8px;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .booking_member_button_wrapper {
    margin-top: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .booking_member_button_wrapper {
    width: 70%;
    margin-top: 70px;
    margin-right: auto;
    margin-left: 16.6%;
  }
}
.booking_member_button_wrapper p {
  margin: 0 auto;
}

.booking_member_button {
  display: block;
  text-decoration: none;
  position: relative;
  background-color: #fff;
  width: 50%;
  height: 40px;
  z-index: 0;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .booking_member_button {
    height: 46px;
  }
}
.booking_member_button p {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bolder;
  line-height: 42px;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .booking_member_button p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .booking_member_button p {
    font-size: 15px;
    line-height: 48px;
  }
}

.booking_member_button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  transition: 1s;
  background: linear-gradient(72deg, rgb(10, 185, 215) 0%, rgb(8, 90, 147) 48%, rgb(0, 13, 44) 100%);
}

.booking_member_button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  transition: 1s;
  background: linear-gradient(72deg, rgb(10, 185, 215) 0%, rgb(8, 90, 147) 100%);
}

.booking_member_button:hover::before {
  opacity: 0;
}

.sns_btn_wrapper_pc {
  width: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  top: 78px;
  right: 6%;
}
@media screen and (max-width: 599px) {
  .sns_btn_wrapper_pc {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .sns_btn_wrapper_pc {
    display: none;
  }
}

.footer {
  background: rgb(36, 45, 66);
  background: linear-gradient(180deg, rgb(36, 45, 66) 0%, rgb(0, 13, 44) 100%);
  padding: 40px 0 20px 0;
}

.footer_top {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.footer_top_left {
  text-align: center;
  margin-bottom: 30px;
}

.back_to_top_button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  height: 24px;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  transition: 0.5s;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .back_to_top_button {
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .back_to_top_button {
    height: 30px;
    line-height: 30px;
  }
}

.back_to_top_button:hover {
  color: #000D2C;
  background-color: #FFFFFF;
}

.footer_top_right {
  text-align: center;
}
.footer_top_right p {
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 10px;
}

.contact_button_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.contact_button_wrapper .contact_button {
  display: block;
  width: 50%;
  height: 30px;
  border: solid 1px #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  color: #FFFFFF;
  transition: 0.5s;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .contact_button_wrapper .contact_button {
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .contact_button_wrapper .contact_button {
    width: 30%;
  }
}

.contact_button:hover {
  color: #000D2C;
  background-color: #FFFFFF;
}

.footer_middle {
  width: 100%;
  margin-bottom: 40px;
}

.sns_button_wrapper {
  width: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.sns_button {
  width: 30px;
  transition: 0.5s;
}

.sns_button:hover {
  opacity: 0.5;
}

.footer_bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer_bottom_left {
  text-align: center;
  margin-bottom: 30px;
}
.footer_bottom_left p {
  color: #FFFFFF;
}
.footer_bottom_left .dockgymshonan {
  font-size: 16px;
}

.footer_bottom_right {
  text-align: center;
}
.footer_bottom_right a {
  color: #FFFFFF;
  line-height: 1.8;
}
.footer_bottom_right p {
  color: #FFFFFF;
}

.privacypolicy {
  transition: 0.5s;
}

.privacypolicy:hover {
  opacity: 0.5;
}

.sp_mainvisual {
  padding-top: 100px;
  width: 100vw;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .sp_mainvisual {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .sp_mainvisual {
    display: none;
  }
}

.tab_mainvisual {
  padding-top: 100px;
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .tab_mainvisual {
    display: block;
    width: 100vw;
  }
}
@media screen and (min-width: 1200px) {
  .tab_mainvisual {
    display: none;
  }
}

.pc_mainvisual {
  display: none;
  padding-top: 120px;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .pc_mainvisual {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .pc_mainvisual {
    display: block;
    width: 100vw;
  }
}

.sp_banner {
  width: 100vw;
}
@media screen and (min-width: 1200px) {
  .sp_banner {
    display: none;
  }
}

.pc_banner {
  display: none;
}
@media screen and (min-width: 1200px) {
  .pc_banner {
    display: block;
    width: 100vw;
  }
}

.overview {
  padding: 60px 0 60px 0;
}

.toppage_overview {
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .toppage_overview {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .toppage_overview {
    font-size: 28px;
  }
}

.main_menu {
  margin-bottom: 40px;
}

.main_menu_list {
  width: 100%;
  height: 40px;
  margin: 0 auto 18px auto;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  background: rgb(48, 207, 208);
  background: linear-gradient(152deg, rgb(48, 207, 208) 0%, rgb(35, 6, 70) 62%);
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .main_menu_list {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .main_menu_list {
    width: 60%;
  }
}

.main_menu_list_archive {
  margin-bottom: 0;
}

.main_menu_list_a {
  display: block;
  font-weight: bold;
  line-height: 40px;
  width: 100%;
  height: 100%;
}

.top_news_wrapper {
  width: 100%;
  border: solid 1px rgb(35, 151, 152);
  -o-border-image: linear-gradient(to right, #239798 0%, #230646 62%);
     border-image: linear-gradient(to right, #239798 0%, #230646 62%);
  border-image-slice: 1;
  margin: 0 auto;
  padding: 20px 10px 10px 10px;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .top_news_wrapper {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .top_news_wrapper {
    width: 60%;
  }
}

.entry-item-title {
  font-size: 14px;
  margin-top: 0;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .entry-item-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .entry-item-title {
    font-size: 16px;
  }
}

.free_trial_campaign {
  padding: 110px 0 10px 0;
  margin-bottom: 40px;
  width: 100%;
  height: auto;
  background: rgb(10, 185, 215);
  background: linear-gradient(90deg, rgb(10, 185, 215) 0%, rgb(0, 24, 95) 100%);
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .free_trial_campaign {
    padding: 130px 0 20px 0;
  }
}
@media screen and (min-width: 1200px) {
  .free_trial_campaign {
    padding: 140px 0 20px 0;
  }
}

.free_trial_campaign_container {
  border: solid 2px #FFFFFF;
  padding: 20px 10px 20px 10px;
}

.by220230 {
  width: 200px;
  height: 24px;
  margin: 0 auto 20px auto;
  padding: 0 4px 0 4px;
  background-color: #000D2C;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .by220230 {
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .by220230 {
    width: 300px;
  }
}

.by220230_p {
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
}

.free_trial_campaign_h1 {
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .free_trial_campaign_h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .free_trial_campaign_h1 {
    font-size: 30px;
  }
}

.free_trial_campaign_p {
  color: #FFFFFF;
}

.trial_overview {
  margin-bottom: 40px;
}

.trial_overview_container h2 {
  font-size: 16px;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .trial_overview_container h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .trial_overview_container h2 {
    font-size: 24px;
  }
}
.trial_overview_container h3 {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .trial_overview_container h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .trial_overview_container h3 {
    font-size: 20px;
  }
}

.trial_overview_overview {
  margin-bottom: 40px;
}

.trial_overview_trial {
  margin-bottom: 20px;
}
.trial_overview_trial h3 {
  margin-bottom: 12px;
}
.trial_overview_trial p {
  margin: 0;
}

.trial_overview_counseling h3 {
  margin-bottom: 12px;
}
.trial_overview_counseling p {
  margin: 0;
}

.about_main {
  margin-bottom: 40px;
}
.about_main h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .about_main h2 {
    font-size: 24px;
  }
}

.about_img {
  margin-bottom: 40px;
}

.profile_photo_container {
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .profile_photo_container {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .profile_photo_container {
    display: flex;
  }
}

.profile_photo1 {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .profile_photo1 {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .profile_photo1 {
    width: 50%;
  }
}

.profile_photo2 {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .profile_photo2 {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .profile_photo2 {
    width: 50%;
  }
}

.trainer_main {
  margin-bottom: 60px;
}
.trainer_main h2 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .trainer_main h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .trainer_main h2 {
    font-size: 24px;
  }
}

.trainer_main_overview_name {
  margin-bottom: 40px;
}
.trainer_main_overview_name p {
  margin: 0;
}
.trainer_main_overview_name h2 {
  margin: 0;
}

.trainer_main_overview {
  margin-bottom: 40px;
}

.trainer_main_trainerdetails {
  margin-bottom: 24px;
}

.method {
  margin-bottom: 60px;
}

.method_overview {
  margin-bottom: 40px;
}
.method_overview h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.method_details {
  margin-bottom: 40px;
}

.method_details_title {
  width: 100%;
  padding: 1px 0 1px 0;
  margin: 0 auto 20px auto;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: rgb(36, 45, 66);
  background: linear-gradient(90deg, rgb(36, 45, 66) 0%, rgb(0, 13, 44) 100%);
}
.method_details_title h3 {
  color: #FFFFFF;
}

.amenity {
  margin-bottom: 60px;
}

.amenity_overview {
  margin-bottom: 40px;
}

.amenity_details_wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .amenity_details_wrapper {
    width: 130%;
    margin: 0 -15%;
  }
}

.amenity_details {
  width: 100%;
  height: 200px;
  padding: 4px 2px 4px 2px;
  margin-bottom: 40px;
  box-shadow: 0 2px 4px;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .amenity_details {
    height: 300px;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .amenity_details {
    width: 48%;
    height: 300px;
    padding: 10px 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.amenity_details h2 {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .amenity_details h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .amenity_details h2 {
    font-size: 26px;
  }
}
.amenity_details p {
  color: #FFFFFF;
}

.amenity_details_machines {
  background-image: url(../images/machine.jpg);
  background-size: cover;
  background-position: center;
}

.amenity_details_wear {
  background-image: url(../images/wear.jpg);
  background-size: cover;
  background-position: center;
}

.amenity_details_protein {
  background-image: url(../images/protein.jpg);
  background-size: cover;
  background-position: center;
}

.amenity_details_relax {
  background-image: url(../images/massageroom.jpg);
  background-size: cover;
  background-position: center;
}

.amenity_details_waterserver {
  background-image: url(../images/waterserver.jpg);
  background-size: cover;
  background-position: center;
}

.amenity_details_fridge {
  background-image: url(../images/fridge.jpg);
  background-size: cover;
  background-position: center;
}

.price {
  margin-bottom: 40px;
}
.price h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .price h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .price h2 {
    font-size: 24px;
  }
}
.price h3 {
  margin: 0 auto;
  padding: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  background: #000D2C;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .price h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .price h3 {
    font-size: 20px;
  }
}
.price h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .price h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .price h4 {
    font-size: 20px;
  }
}

.price_details {
  padding: 20px 0 40px 0;
  background: rgb(36, 45, 66);
  background: linear-gradient(180deg, rgb(36, 45, 66) 0%, rgb(0, 13, 44) 100%);
  text-align: center;
}
.price_details p {
  font-size: 12px;
  color: #FFFFFF;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .price_details p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .price_details p {
    font-size: 14px;
  }
}

.price_details_wrapper {
  border: solid 1px #000D2C;
  margin-bottom: 10px;
}

.price_details_contents_price_wrapper {
  display: none;
  width: 90%;
  margin: 20px auto 0 auto;
}

.price_details_content {
  margin-bottom: 40px;
}
.price_details_content p {
  padding-left: 1em;
  text-indent: -1em;
}

.price_details_price {
  margin-bottom: 40px;
}

.price_details_price_text {
  margin-top: 20px;
}
.price_details_price_text p {
  padding-left: 1em;
  text-indent: -1em;
}

.location_box {
  border: solid 1px rgb(35, 151, 152);
  -o-border-image: linear-gradient(to right, #239798 0%, #001c5e 100%);
     border-image: linear-gradient(to right, #239798 0%, #001c5e 100%);
  border-image-slice: 1;
  margin-bottom: 40px;
}

.location_box_text {
  text-align: center;
}

.googlemap_wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-bottom: 40px;
}
.googlemap_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access_text {
  margin-bottom: 40px;
}
.access_text p {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.faq {
  margin-bottom: 60px;
}

.faq_title {
  padding: 10px 0 30px 0;
  background: rgb(36, 45, 66);
  background: linear-gradient(180deg, rgb(36, 45, 66) 0%, rgb(0, 13, 44) 100%);
  margin-bottom: 10px;
  text-align: center;
}
.faq_title h2 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
}

.faq_item_wrapper {
  display: none;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .faq_item_wrapper {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .faq_item_wrapper {
    margin-bottom: 60px;
  }
}
.faq_item_wrapper h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.contact {
  padding-top: 110px;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .contact {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .contact {
    padding-top: 130px;
  }
}
.contact h1 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.privacypolicy_wrapper {
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .privacypolicy_wrapper {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .privacypolicy_wrapper {
    margin-bottom: 60px;
  }
}
.privacypolicy_wrapper h2 {
  font-size: 18px;
}

.btn_wrapper_privacypolicy {
  margin-bottom: 40px;
}

.archive {
  padding-top: 110px;
}
@media screen and (min-width: 1200px) {
  .archive {
    padding-top: 120px;
  }
}

.archive_title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.entry-item-title {
  font-weight: bold;
}

.entry-item-body {
  margin-bottom: 20px;
}

.entry-item-title {
  margin-bottom: 0;
}

.pagenation {
  font-size: 14px;
  text-align: center;
  margin: 40px auto;
}

.page-numbers {
  margin: 0 5px;
}

.single {
  min-height: calc(100vh - 400px);
  padding-top: 110px;
}
@media screen and (min-width: 1200px) {
  .single {
    padding-top: 120px;
  }
}

.article_wrapper {
  margin-bottom: 40px;
}

.title-date-category-wrapper-single {
  margin-bottom: 20px;
}

.blog-detail__title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.entry-item-meta-single {
  margin-bottom: 0 !important;
}

.entry-item-tag_single {
  text-align: center;
}

.not_found {
  text-align: center;
  padding-top: 300px;
  padding-bottom: 300px;
}
.not_found p {
  margin-bottom: 60px;
}

.trial-thanks {
  text-align: center;
}

.contact-thanks {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */