@charset "UTF-8";
/* CSS Document */
/*--------------------
01.共通
02.ヘッダー
03.フッター
04.下層共通
05.パンくず
--------------------*/
/*----------
01.共通
----------*/
/*@font-face {
font-family: 'A-OTF-UDShinGoPro-Light';
font-display: swap;
src:url('../font/A-OTF-UDShinGoPro-Light.woff2') format('woff2'),
url('../font/A-OTF-UDShinGoPro-Light.woff') format('woff'),
url('../font/A-OTF-UDShinGoPro-Light.otf')  format('opentype'); /* ttf - Safari, Android, iOS
font-weight: normal;
font-style: normal;
}*/
/*@font-face {
font-family: 'A-OTF-UDShinGoPro-Regular';
font-display: swap;
src:url('../font/A-OTF-UDShinGoPro-Regular.woff2') format('woff2'),
url('../font/A-OTF-UDShinGoPro-Regular.woff') format('woff'),
url('../font/A-OTF-UDShinGoPro-Regular.ttf')  format('truetype'); /* ttf - Safari, Android, iOS
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'A-OTF-UDShinGoPro-Medium';
font-display: swap;
src:url('../font/A-OTF-UDShinGoPro-Medium.woff2') format('woff2'),
url('../font/A-OTF-UDShinGoPro-Medium.woff') format('woff'),
url('../font/A-OTF-UDShinGoPro-Medium.ttf')  format('truetype'); /* ttf - Safari, Android, iOS
font-weight: normal;
font-style: normal;
}*/
/* @font-face {
font-family: 'A-OTF-UDShinGoPro-DeBold';
font-display: swap;
src:url('../font/A-OTF-UDShinGoPro-DeBold.woff2') format('woff2'),
url('../font/A-OTF-UDShinGoPro-DeBold.woff') format('woff'),
url('../font/A-OTF-UDShinGoPro-DeBold.ttf')  format('truetype'); ttf - Safari, Android, iOS
font-weight: normal;
font-style: normal;
} */
/*@font-face {
font-family: 'A-OTF-UDShinGoPro-Bold';
font-display: swap;
src:url('../font/A-OTF-UDShinGoPro-Bold.woff2') format('woff2'),
url('../font/A-OTF-UDShinGoPro-Bold.woff') format('woff'),
url('../font/A-OTF-UDShinGoPro-Bold.ttf')  format('truetype'); /* ttf - Safari, Android, iOS
font-weight: normal;
font-style: normal;
}*/
/* @font-face {
font-family: 'A-OTF-UDShinGoPro-Heavy';
font-display: swap;
src:url('../font/A-OTF-UDShinGoPro-Heavy.woff2') format('woff2'),
url('../font/A-OTF-UDShinGoPro-Heavy.woff') format('woff'),
url('../font/A-OTF-UDShinGoPro-Heavy.ttf')  format('truetype'); ttf - Safari, Android, iOS
font-weight: normal;
font-style: normal;
} */
@font-face {
  font-family: 'DIN Condensed Bold';
  font-display: swap;
  src: url('../font/DIN_Condensed_Bold.woff2') format('woff2'), url('../font/DIN_Condensed_Bold.woff') format('woff'), url('../font/DIN_Condensed_Bold.ttf') format('truetype'); /* ttf - Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINPRO-BOLD';
  font-display: swap;
  src: url('../font/DINPRO-BOLD.woff2') format('woff2'), url('../font/DINPRO-BOLD.woff') format('woff'), url('../font/DINPRO-BOLD.otf') format('opentype'); /* ttf - Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINPRO-MEDIUM';
  font-display: swap;
  src: url('../font/DINPRO-MEDIUM.woff2') format('woff2'), url('../font/DINPRO-MEDIUM.woff') format('woff'), url('../font/DINPRO-MEDIUM.otf') format('opentype'); /* ttf - Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  font-display: swap;
  src: url('../font/DINPro.woff2') format('woff2'), url('../font/DINPro.woff') format('woff'), url('../font/DINPro.ttf') format('truetype'); /* ttf - Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
body {
  -webkit-font-smoothing: antialiased;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
#wrapper {
  width: 100%;
  overflow: hidden;
  /*font-family: 'A-OTF-UDShinGoPro-Regular',sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.contents_in {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
a {
  color: #000;
}
a:hover {
  color: #000;
}
a:link {
  color: #000;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
.number {
  font-family: 'DINPRO-MEDIUM', sans-serif;
}
/*----------
02.ヘッダー
----------*/
header .header_shop_name.sp {
  display: none;
}
#header_top {
  background: #fff;
  border-bottom: 1px solid #999;
}
#header_top .contents_in {
  max-width: 1280px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header_top .logo {
  /* max-width: 114px;
width: 100%; */
  margin: 0 0 0 7.81%;
}
header .header_shop_name {
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin: -5px 0 5px;
}
header .header_shop_access {
  display: inline-block;
  margin: 0 0 3px 10px;
  font-size: 14px;
  line-height: 16px;
  vertical-align: bottom;
}
#header_top .logo img {
  max-width: 114px;
  /* width: 8.91%; */
  width: 100%;
  display: inline-block;
}
#header_top .header_right {
  display: flex;
  align-items: center;
  max-width: 740px; /*623*/
  /* width: 48.68%; */
  width: 100%;
}
#header_top .header_right .tel_box {
  color: #3F5FC0;
  max-width: 180px; /*260px*/
  width: 100%;
  margin: 0 10px 0 0; /*0 25px 0 0*/
}
#header_top .header_right .tel_text {
  font-family: 'DINPRO-BOLD', sans-serif;
  font-size: 24px; /*36*/
  line-height: 30px; /*46*/
  margin: 0 0 1px;
}
#header_top .header_right .tel_text a {
  color: #3F5FC0;
  position: relative;
  display: inline-block;
}
#header_top .header_right .tel_text a img {
  display: inline-block;
  width: 16px; /*24*/
  margin: 0 3px 0 0; /*0 9px 0 0*/
}
#header_top .header_right .time_text {
  max-width: 226px;
  margin: 0 0 0 auto;
  text-align: center;
  font-size: 14px; /*追加*/
}
#header_top .header_right .time_text .number {
  font-family: 'DINPro', sans-serif;
  line-height: 20px;
  margin: 0 0 0 10px;
}
header .counseling_box {
  max-width: 237px;
  width: 100%;
  background: #3F5FC0;
}
header .counseling_box a {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 38px 5px;
  text-align: center;
  /*font-family: 'A-OTF-UDShinGoPro-Medium',sans-serif;*/
  font-weight: 500;
}
header .counseling_box a img {
  margin: 0 15px 0 0;
  display: inline-block;
  max-width: 18px;
  width: 100%;
  vertical-align: middle;
}
header .counseling_box a span {
  display: inline-block;
  vertical-align: middle;
}
#header_top .header_right .nav_btn {
  max-width: 100px;
  width: 100%;
  height: 100px;
  position: relative;
  background: #fff;
  cursor: pointer;
  z-index: 3;
}
#header_top .header_right .nav_btn .nav_line {
  width: 50px;
  border-top: 3px solid #000;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#header_top .header_right .nav_btn .nav_line01 {
  top: 20px;
}
#header_top .header_right .nav_btn .nav_line02 {
  top: 38px;
}
#header_top .header_right .nav_btn .nav_line03 {
  top: 56px;
}
#header_top .header_right .nav_btn .nav_text {
  font-family: 'DINPRO-BOLD', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 12px;
  width: 100%;
}
header.active #header_top .header_right .nav_btn .nav_line01 {
  -webkit-transform: translateY(18px) rotate(-45deg);
  transform: translateY(18px) rotate(-45deg);
}
header.active #header_top .header_right .nav_btn .nav_line02 {
  /* top:36px; */
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
header.active #header_top .header_right .nav_btn .nav_line03 {
  -webkit-transform: translateY(-18px) rotate(45deg);
  transform: translateY(-18px) rotate(45deg);
}
nav {
  border-bottom: 1px solid #999;
  /* padding: 21px 0 18px; */
  position: relative;
}
nav .nav_in {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .nav_in li {}
nav .nav_in li a {
  padding: 21px 0 18px 16px;
  display: inline-block;
  position: relative;
  transition: all .4s;
}
nav .nav_in li a:hover {
  text-decoration: underline;
}
nav .nav_in li a::after {
  content: "｜";
  display: inline-block;
  font-size: 16px;
  padding: 0 0 0 16px;
}
nav .nav_in li:first-child a {
  padding: 21px 0 18px;
}
nav .nav_in li:last-child a::after {
  content: none;
}
nav .nav_in li.big_nav {
  position: relative;
}
nav .nav_in li .small_nav_g {
  display: none;
  position: absolute;
  top: 55px;
  left: -8px;
  background: #3F5FC0;
  z-index: 1;
  width: 280px;
}
nav .nav_in li .small_nav_g li {
  border-bottom: 1px solid #fff;
  line-height: 22px;
}
nav .nav_in li .small_nav_g li a {
  color: #fff;
  padding: 10px 10px;
  display: inline-block;
  width: 100%;
  transition: all .3s;
}
nav .nav_in li .small_nav_g li a:hover {
  background: #fff;
  color: #3F5FC0;
  text-decoration: none;
}
nav .nav_in li .small_nav_g li a::after {
  content: none;
}
nav .nav_in li.gym_nav {
  position: static;
}
nav .nav_in li.gym_nav .small_nav_g {
  left: 0;
  width: 100%;
  padding: 20px 0;
}
nav .nav_in li.gym_nav .small_nav_g .contents_in {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
nav .nav_in li.gym_nav .small_nav_g .area_box {
  width: 48%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
nav .nav_in li.gym_nav .small_nav_g .page_title {
  background: #fff;
  max-width: 220px;
  width: 100%;
}
nav .nav_in li.gym_nav .small_nav_g .page_title a {
  display: inline-block;
  width: 100%;
  /*font-family: 'A-OTF-UDShinGoPro-Medium',sans-serif;*/
  font-weight: 500;
  padding: 0;
  padding: 14px 5px;
  text-align: center;
}
nav .nav_in li.gym_nav .small_nav_g .page_title a::after {
  content: none;
}
nav .nav_in li.gym_nav .small_nav_g .area_box ul {
  max-width: 278px;
  width: 100%;
}
nav .nav_in li.gym_nav .small_nav_g .area_box li {
  border-bottom: none;
}
#globalnav_area {
  display: none;
  position: absolute;
  top: 101px;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #999;
  z-index: 1;
  padding: 30px 0;
}
#globalnav_area .globalnav_g {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 0 50px;
}
#globalnav_area .globalnav_box {
  width: 38.33%;
  border-left: 1px solid rgba(0, 0, 0, .16);
  padding: 0 10px 0 30px;
}
#globalnav_area .globalnav_box03 {
  width: 23.33%;
}
#globalnav_area .globalnav_box:first-child {
  border-left: none;
}
#globalnav_area .globalnav_box .page_title {
  /*font-family: 'A-OTF-UDShinGoPro-Medium',sans-serif;*/
  font-weight: 500;
  font-size: 16px;
  padding: 10px 0;
}
#globalnav_area .globalnav_box ul {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 15px 0;
}
#globalnav_area .globalnav_box li {
  position: relative;
  text-indent: -1em;
  margin: 0 0 0 1em;
  padding: 5px 0;
}
#globalnav_area .globalnav_box li::before {
  content: ">";
  /*font-family: 'A-OTF-UDShinGoPro-Bold',sans-serif;*/
  font-weight: 700;
  color: #3F5FC0;
  font-size: 16px;
  padding: 0 5px 0 0;
}
#globalnav_area .company_link {
  display: flex;
  align-items: start;
  justify-content: center;
}
#globalnav_area .company_link li a {
  padding: 0 0 0 16px;
  display: inline-block;
  position: relative;
}
#globalnav_area .company_link li a::after {
  content: "｜";
  display: inline-block;
  font-size: 16px;
  padding: 0 0 0 16px;
}
#globalnav_area .company_link li:first-child a {
  padding: 0;
}
#globalnav_area .company_link li:last-child a::after {
  content: none;
}
#globalnav_area .globalnav_box .page_title .badge{
  padding: 0 0.3em;
  background-color: #48d1cc;
  color: #fff;
  font-weight: normal;
  margin-left: 1rem;
  display: inline-block;
  line-height: 1.2em;
  height: 1.2em;
}
/*----------
03.フッター
----------*/
#footer_top {
  border-top: 2px solid #3F5FC0;
}
#footer_top .contents_in {
  padding: 47px 0 30px;
}
#footer_top .sitemap_g {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
#footer_top .sitemap_box {
  width: 25%;
  padding: 0 20px 0 10px;
}
#footer_top .footer_title_box .logo {
  max-width: 110px;
  width: 100%;
}
#footer_top .sitemap_box .page_title {
  /*font-family: 'A-OTF-UDShinGoPro-Medium',sans-serif;*/
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 16px;
}
#footer_top .sitemap_box ul {
  margin: -4px 0 20px;
}
#footer_top .sitemap_box li {
  /*font-family: 'A-OTF-UDShinGoPro-Light',sans-serif;*/
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin: 0 0 5px;
}
#footer_bottom {
  background: #000;
  padding: 12px 0;
}
#footer_bottom .copyright {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
/*----------
04.下層共通
----------*/
.under_page .page_contents {
  padding: 50px 0 0;
}
.under_page #h1_title_area {
  padding: 0 0 50px;
}
.under_page #h1_title_area h1 {
  border: 1px solid #C6A356;
  color: #C6A356;
  padding: 35px 0;
  font-size: 48px;
  line-height: 1.2em;
  text-align: center;
  margin: 0 0 29px;
  position: relative;
  overflow: hidden;
}
.under_page #h1_title_area p {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}
.under_page .color_area01 {
  background: #F7F7F7;
}
.under_page .h2_ptn01 {
  /*font-family: 'A-OTF-UDShinGoPro-Light',sans-serif;*/
  font-size: 46px;
  font-weight: 300;
  color: #C6A356;
  position: relative;
  text-align: center;
}
.under_page .h2_ptn01::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #C6A356;
  margin: 38px auto 0;
}
.btn_ptn01 {
  max-width: 240px;
  width: 100%;
}
.btn_ptn01 a {
  display: inline-block;
  width: 100%;
  background: #fff;
  /* border: 1px solid #000; */
  padding: 22px 10px;
  text-align: center;
  position: relative;
}
.btn_ptn01 svg {
  position: absolute;
  top: 0;
  left: 0;
}
.btn_ptn01 svg rect {
  stroke-dasharray: 400, 0;
  -webkit-transition: all 0.8s ease-in-out;
}
.btn_ptn01 svg rect, .btn_ptn01 svg path, .btn_ptn01 svg polyline {
  fill: none;
  stroke: #000;
  stroke-width: 2;
}
.btn_ptn01:hover svg rect {
  stroke: #C6A356;
  stroke-width: 2;
  /* stroke-dasharray: 640, 60; */
  stroke-dasharray: 75, 225;
  stroke-dashoffset: 38;
  -webkit-transition: all 0.8s ease-in-out;
}
.under_page .btn_ptn02 {
  display: block;
  background: #fff;
  border: 1px solid #000;
  margin: 30px auto;
  width: fit-content;
  position: relative;
}
.under_page .btn_ptn02 a {
  display: block;
  color: #000;
  padding: 22px 15px;
  text-align: center;
  transition: all .4s;
  position: relative;
  z-index: 1;
  min-width: 200px;
}
.under_page .btn_ptn02 .border {
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  background-color: #3F5FC0;
  position: absolute;
}
.under_page .btn_ptn02 .border.top, .under_page .btn_ptn02 .border.left {
  left: 0;
  top: 0;
}
.under_page .btn_ptn02 .border.bottom, .under_page .btn_ptn02 .border.right {
  right: 0;
  bottom: 0;
}
.under_page .btn_ptn02 .border.right, .under_page .btn_ptn02 .border.left {
  width: 2px;
  height: 0%;
}
.under_page .btn_ptn02 .border.bottom, .under_page .btn_ptn02 .border.top {
  height: 2px;
  width: 0%;
}
.under_page .btn_ptn02::after {
  content: '';
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  background-color: #3F5FC0;
}
.under_page .btn_ptn02:hover {
  border: 1px solid #fff;
}
.under_page .btn_ptn02:hover a {
  color: #fff;
}
.under_page .btn_ptn02:hover .border.bottom, .under_page .btn_ptn02:hover .border.top {
  width: 100%;
}
.under_page .btn_ptn02:hover .border.right, .under_page .btn_ptn02:hover .border.left {
  height: 100%;
}
.under_page .btn_ptn02:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
/*下層コラムCSS*/
/*--------------------------------------
コラム共通
コンセプト/パーソナルトレーニングジムとスポーツジムの違い
コンセプト/パーソナルトレーニングジムとは？
コンセプト/パーソナルトレーニングジムのメリットとは？
料金/パーソナルトレーニングジムの料金相場は？
---------------------------------------*/
#column_mv_img {
  max-width: 600px;
  margin: 0 auto 30px;
}
#contents_list_area {
  width: 100%;
  padding: 20px 0 25px;
  margin: 0 auto 60px;
}
#contents_list_area .cnt_g {
  margin: 0 auto;
}
#contents_list_area .contents_list_title {
  font-size: 20px;
  font-weight: bolder;
  line-height: 32px;
  border-bottom: 1px solid #999999;
  padding: 0 0 5px 20px;
}
#contents_list_area ul {
  margin: 15px 0 0 20px;
}
#contents_list_area ul li {
  line-height: 24px;
  padding: 0 0 10px 20px;
  position: relative;
  vertical-align: middle;
}
#contents_list_area ul li::before {
  content: '';
  display: block;
  position: absolute;
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2) inset;
  top: 4px;
  left: 2px;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #3F5FC0;
}
#contents_list_area ul li a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#contents_list_area ul li a:hover {
  color: #3F5FC0;
}
.column_area {
  max-width: 1000px;
  margin: 0 auto 60px;
}
.column_area .h2_ptn02 {
  color: #3F5FC0;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  padding-left: 1.5em;
  margin: 0 0 25px;
  position: relative;
}
.column_area .h2_ptn02::after {
  position: absolute;
  top: 16px;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 25px;
  height: 3px;
  background-color: #3F5FC0;
}
.column_area .cnt_box {
  margin: 0 auto 40px;
}
.column_area h3 {
  font-size: 20px;
  line-height: 30px;
  /*font-family: 'A-OTF-UDShinGoPro-Medium',sans-serif;*/
  font-weight: 500;
  margin: 0 0 10px;
}
.column_area p {
  line-height: 32px;
  margin: 0 0 20px;
}
.column_area p .strong_text {
  background: linear-gradient(transparent 50%, rgba(198, 163, 86, 0.5) 50%);
}
.column_area .cnt_box .cnt_img {
  max-width: 400px;
  margin: 0 auto 30px;
}
.column_area .cnt_box ul {
  margin: 0 0 20px 1em;
}
.column_area .cnt_box ul li {
  line-height: 28px;
  margin: 0 0 10px;
  padding: 0 0 0 1em;
  text-indent: 0 0 0 -1em;
  list-style-type: none !important;
  list-style-image: none !important;
  position: relative;
}
.column_area .cnt_box ul li::before {
  content: '';
  display: block;
  position: absolute;
  background: #3F5FC0;
  width: 5px;
  height: 5px;
  top: 10px;
  left: 5px;
  border-radius: 5px;
}
/* END-下層コラムCSS*/
/*コース料金表*/
#course_price_g table {
  margin: 0 auto 10px;
}
#course_price_g table {
  width: 100%;
  border: 1px solid #707070;
}
#course_price_g th {
  text-align: center;
  font-size: 18px;
  color: #fff;
  border: 1px solid #707070;
  padding: 20px 0 16px;
}
#course_price_g td {
  text-align: center;
  font-size: 20px;
  border: 1px solid #707070;
  padding: 25px 0 27px;
}
#course_price_g .tr01 {
  background: #000;
}
#course_price_g .td02 {
  background: #C6A356;
}
#course_price_g .course_th {
  width: 17.4%;
}
#course_price_g .period_th {
  width: 15.9%;
}
#course_price_g .time_th {
  width: 16.5%;
}
#course_price_g .price_th {
  width: 27.5%;
}
#course_price_g .per_time_th {
  width: 22.5%;
}
#course_price_g .td01 {
  font-size: 18px;
}
#course_price_g .td01 .number {
  font-size: 36px;
  display: inline-block;
  padding: 0 2px;
}
#course_price_g .td02 {
  font-size: 18px;
}
#course_price_g .td02 .number {
  font-size: 40px;
  display: inline-block;
  padding: 0 10px 0 0;
}
#course_price_g .td02 {
  background: #C6A356;
}
/*END コース料金表*/
/*----------
05.パンくず
----------*/
#pankuzu_area {
  background: #EDEDED;
  border-bottom: 1px solid #999;
  padding: 9px 0 10px;
  font-size: 0;
}
#pankuzu_area a, #pankuzu_area span {
  font-size: 12px;
  position: relative;
  line-height: 1.5em;
}
#pankuzu_area a::after {
  content: "　＞　";
  display: inline-block;
}
@media only screen and (max-width:1280px) {
  /*----------
01.共通
----------*/
  .contents_in {
    width: 94%;
  }
  /*----------
02.ヘッダー
----------*/
  #header_top .logo {
    margin: 0 0 0 3%;
  }
}
@media only screen and (max-width:1024px) {
  /*----------
01.共通
----------*/
  /*----------
02.ヘッダー
----------*/
  header .header_shop_name.pc {
    display: none;
  }
  header .header_shop_name.sp {
    display: block;
    margin: 2px auto 4px;
  }
  #header_top .contents_in {
    align-items: start;
  }
  #header_top .logo img {
    max-width: 94px;
  }
  header .header_shop_access {
    vertical-align: middle;
    display: block;
    margin: 3px 0 5px;
    font-size: 12px;
    line-height: 14px;
  }
  #header_top .header_right {
    max-width: 660px; /*486*/
  }
  header .counseling_box {
    max-width: 207px;
  }
  #header_top .header_right .tel_box {
    max-width: 194px;
    margin: 0 10px 0 0;
  }
  #header_top .header_right .tel_text {
    font-size: 26px;
    line-height: 30px;
  }
  #header_top .header_right .tel_text a img {
    width: 18px;
  }
  #header_top .header_right .time_text {
    font-size: 14px;
  }
  #header_top .header_right .counseling_box a {
    padding: 28px 5px;
  }
  #header_top .header_right .nav_btn {
    height: 80px;
    max-width: 80px;
  }
  #header_top .header_right .nav_btn .nav_line {
    width: 40px;
  }
  #header_top .header_right .nav_btn .nav_line01 {
    top: 20px;
  }
  #header_top .header_right .nav_btn .nav_line02 {
    top: 34px;
  }
  #header_top .header_right .nav_btn .nav_line03 {
    top: 48px;
  }
  #header_top .header_right .nav_btn .nav_text {
    bottom: 6px;
  }
  header.active #header_top .header_right .nav_btn .nav_line01 {
    -webkit-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
  }
  header.active #header_top .header_right .nav_btn .nav_line03 {
    -webkit-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
  }
  nav .nav_in li a {
    font-size: 13px;
    padding: 21px 0 18px 8px;
  }
  nav .nav_in li a::after {
    font-size: 13px;
    padding: 0 0 0 8px;
  }
  nav .nav_in li .small_nav_g {
    top: 53px;
  }
  #globalnav_area {
    /* top: 81px; */
    top: 106px;
    padding: 22px 0;
  }
  #globalnav_area .globalnav_g {
    margin: 0 0 30px;
  }
  #globalnav_area .globalnav_box {
    padding: 0 15px 0 20px;
  }
  #globalnav_area .globalnav_box:first-child {
    padding: 0 15px 0 0;
  }
  #globalnav_area .globalnav_box .page_title {
    font-size: 14px;
  }
  #globalnav_area .globalnav_box ul {
    font-size: 14px;
    line-height: 20px;
  }
  /*----------
03.フッター
----------*/
  #footer_top .sitemap_box br.pc {
    display: none;
  }
  /*----------
04.下層共通
----------*/
  .under_page #h1_title_area h1 {
    font-size: 43px;
    padding: 30px 0;
  }
  .under_page .h2_ptn01 {
    font-size: 38px;
    line-height: 48px;
  }
  .under_page .h2_ptn01::after {
    margin: 23px auto 0;
  }
  /*----------
05.パンくず
----------*/
}
@media only screen and (max-width:750px) {
  /*----------
01.共通
----------*/
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .contents_in {
    width: 94%;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  /*----------
02.ヘッダー
----------*/
  header .header_shop_name.sp {
    margin-bottom: 2px;
    font-size: 10px;
  }
  header .counseling_box {
    max-width: none;
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  header .counseling_box a {
    padding: 18px 5px;
  }
  #header_top .contents_in {
    align-items: center;
  }
  #header_top .logo {
    /* max-width: 94px; */
  }
  #header_top .logo img {
    max-width: 94px;
    display: block;
  }
  header .header_shop_access {
    margin: 5px 5px 5px 2px;
    display: block;
  }
  #header_top .header_right {
    justify-content: flex-end;
    /* max-width: 160px; */
    max-width: 320px;
  }
  /* fculのみヘッダーにカウンセリングページのボタンを追加 add start */
  #header_top .header_right .counseling_box_sp_top {
    max-width: 160px;
    height: 80px;
    margin: 0;
    width: 100%;
    background: #3F5FC0;
  }
  #header_top .header_right .counseling_box_sp_top a {
    display: inline-block;
    width: 100%;
    color: #fff;
    padding-top: 12px;
    text-align: center;
    /*font-family: 'A-OTF-UDShinGoPro-Medium',sans-serif;*/
    font-weight: 500;
  }
  #header_top .header_right .counseling_box_sp_top a img {
    display: inline-block;
    max-width: 18px;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 5px;
  }
  #header_top .header_right .counseling_box_sp_top a span {
    display: block;
    vertical-align: middle;
    font-size: 12px;
    margin-top: 3px;
  }
  /* add end */
  #header_top .header_right .tel_box {
    max-width: 80px; /*80*/
    height: 80px;
    margin: 0;
    /* background: #ddd; */
    /*border: 1px solid #3F5FC0;*//*ヘッダー問い合わせライン*/
    /*border-top: 1px solid #3F5FC0;
border-bottom: 1px solid #3F5FC0;*/
  }
  #header_top .header_right .tel_text {
    margin: 0;
    font-size: 0;
    line-height: normal;
  }
  #header_top .header_right .tel_text a {
    width: 100%;
    padding: 10px 0 5px; /*15px 0 10px*/
  }
  #header_top .header_right .tel_text a img {
    display: block;
    margin: 0 auto;
  }
  #header_top .header_right .tel_text a span {
    display: none;
  }
  #header_top .header_right .time_text {
    font-size: 12px;
  }
  #header_top .header_right .time_text .number {
    display: block;
    line-height: 18px;
    margin: 1px 0 0;
  }
  header.active {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
  }
  header.active #globalnav_area {
    position: fixed;
    left: 0;
    display: block;
    padding: 22px 0 141px;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #globalnav_area .globalnav_g {
    display: block;
    border-bottom: 1px solid #3F5FC0;
  }
  #globalnav_area .globalnav_box {
    width: 100%;
    padding: 0;
    border-left: none;
  }
  #globalnav_area .globalnav_box:first-child {
    padding: 0;
  }
  #globalnav_area .globalnav_box .page_title {
    border-top: 1px solid #3F5FC0;
    padding: 16px 10px;
  }
  #globalnav_area .globalnav_box ul {
    padding: 0 10px;
  }
  #globalnav_area .globalnav_box02 ul {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
  }
  #globalnav_area .globalnav_box02 li {
    /* width: 50%; */
    width: 100%;
    margin: 0;
    text-indent: inherit;
  }
  #globalnav_area .company_link {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px 20px;
  }
  #globalnav_area .company_link li {
    width: 50%;
    text-align: left;
    margin: 0 0 10px;
  }
  #globalnav_area .company_link li a::after {
    content: none;
  }
  /* #globalnav_area .company_link li:nth-child(odd){
border-right: 1px solid #3F5FC0;
} */
  #globalnav_area .company_link li a {
    font-size: 14px;
    padding: 0;
  }
  /*----------
03.フッター
----------*/
  footer {
    padding: 0 0 60px;
  }
  #footer_top .contents_in {
    width: 100%;
    padding: 37px 0 0;
  }
  #footer_top .sitemap_g {
    display: block;
    border-top: 1px solid #999;
  }
  #footer_top .sitemap_box {
    width: 100%;
    padding: 0;
  }
  #footer_top .sitemap_box .page_title {
    background: #f7f7f7;
    margin: 0;
    border-bottom: 1px solid #999;
  }
  #footer_top .sitemap_box .page_title a {
    display: inline-block;
    width: 100%;
    padding: 12px 10px;
  }
  #footer_top .sitemap_box .big_title {
    position: relative;
  }
  #footer_top .sitemap_box .big_title span {
    position: absolute;
    top: 0;
    right: 0;
    width: 39px;
    height: 39px;
  }
  #footer_top .sitemap_box .big_title span::after {
    content: "＋";
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 1;
  }
  #footer_top .sitemap_box .big_title.active span::after {
    content: "−";
  }
  #footer_top .sitemap_box .area_box {
    display: none;
  }
  #footer_top .sitemap_box .big_title.active .area_box {
    display: block;
  }
  #footer_top .sitemap_box ul {
    margin: 0;
    padding: 20px 10px 10px;
  }
  #footer_top .sitemap_box li {
    margin: 0 0 10px;
  }
  #footer_top .sitemap_box02 .area_box .page_title {
    border-bottom: none;
    background: #fff;
  }
  #footer_top .sitemap_box02 .area_box ul {
    padding: 0 10px 10px;
  }
  #footer_top .sitemap_box04, #footer_top .sitemap_box03 {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
  }
  #footer_top .sitemap_box04 .page_title, #footer_top .sitemap_box03 .page_title {
    width: 50%;
    border-left: 1px solid #999;
  }
  #footer_top .sitemap_box04 .page_title:nth-child(odd), #footer_top .sitemap_box03 .page_title:nth-child(odd) {
    border-left: none;
  }
  #footer_top .sitemap_box04 .page_title:last-of-type {
    width: 100%;
  }
  /*----------
04.下層共通
----------*/
  .under_page .page_contents {
    padding: 30px 0 0;
  }
  .under_page #h1_title_area {
    padding: 0;
  }
  .under_page #h1_title_area h1 {
    font-size: 26px;
    padding: 15px 0;
  }
  .under_page #h1_title_area p {
    font-size: 18px;
    line-height: 30px;
  }
  .under_page .h2_ptn01 {
    font-size: 24px;
    line-height: 34px;
  }
  .under_page .h2_ptn01::after {
    margin: 13px auto 0;
    height: 2px;
  }
  /*コース料金表*/
  #course_price_g table {
    margin: 0 auto 20px;
  }
  #course_price_g {
    overflow: auto;
    white-space: nowrap;
    width: 100%;
  }
  #course_price_g table {
    width: 540px;
    overflow-x: scroll;
  }
  #course_price_g th {
    font-size: 16px;
    padding: 21px 0 21px;
  }
  #course_price_g td {
    font-size: 15px;
    padding: 17px 0 15px;
  }
  #course_price_g .td01 {
    font-size: 15px;
  }
  #course_price_g .td01 .number {
    font-size: 24px;
  }
  #course_price_g .td02 {
    font-size: 15px;
  }
  #course_price_g .td02 .number {
    font-size: 24px;
    padding: 0 5px 0 0;
  }
  /*END コース料金表*/
  /*下層コラムCSS*/
  /*--------------------------------------
コラム共通
コンセプト/パーソナルトレーニングジムとスポーツジムの違い
コンセプト/パーソナルトレーニングジムとは？
コンセプト/パーソナルトレーニングジムのメリットとは？
料金/パーソナルトレーニングジムの料金相場は？
---------------------------------------*/
  .column_area .h2_ptn02 {
    font-size: 18px;
    line-height: 30px;
  }
  .column_area {
    margin: 0 auto 40px;
  }
  #contents_list_area {
    margin: 0 auto 40px;
  }
  .column_area h3 {
    font-size: 18px;
  }
  .column_area .cnt_box {
    margin: 0 auto 20px;
  }
  .column_area p {
    line-height: 30px;
    margin: 0 0 25px;
  }
  .column_area .cnt_box ul {
    margin: 0 0 20px 0;
  }
  /* scroll-hint テーブル関連のスタイル */
  .js-scrollable {
    overflow: auto;
    /* white-space: nowrap; */ /* 文字の折り返しはなくす */
    width: 100%;
  }
  @media only screen and (max-width: 750px) {
    .js-scrollable table {
      /* overflow-x: scroll; */
      width: 540px !important;
    }
  }
  /* END-下層コラムCSS*/
  /*----------
05.パンくず
----------*/
}
@media only screen and (max-width:360px) {
  .under_page #h1_title_area p {
    font-size: 16px;
  }
}
/*----------
追加
----------*/
a.access_001 {
  color: blue;
  text-decoration: underline;
}
.access_002 {
  padding-top: 0 !important;
}
/*.access_003 {
  background: #fff !important;
}*/
.access_004 {
  border-top: none !important;
  border-bottom: none !important;
  border-left: 1px solid #c6a356;
  padding: 0 15px;
}
.access_005 {
  font-size: 1.5em;
}
.access_005::before {
  display: inline-block;
  margin: 0 10px 0 -25px;
  width: 20px;
  height: 20px;
  content: '';
  border-radius: 100%;
  background: #c6a356;
}
.access_006 {
  padding: 20px 60px;
}
img.swipe_001.sp {
  width: 50px;
  margin: 0 auto;
  margin-top: -15px;
  margin-bottom: 10px;
}
img.swipe_001.swipe_002.sp {
  margin-top: 8px;
}
@media screen and (max-width: 1000px) {
  .access_006 {
    padding: 20px 0;
  }
}
body {
  -webkit-text-size-adjust: 100%;
}
/*ライン友達追加*/
.line_f {
  width: 10%;
  margin-left: 50%;
}
@media screen and (max-width: 800px) {
  .line_f {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
/*ヘッダー*/
p.header_text img {
  max-width: 380px !important;
  padding-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  p.header_text img {
    width: 90%;
    margin: 2px auto 4px;
  }
}
/*その他店舗非表示*/
div#other_gym_area {
  display: none;
}
/*店舗YouTube*/
.youtube_s {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube_s iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .youtube_s {
    width: 70%;
    margin: 0 auto;
  }
}
/*202203　cnt_area08*/
.under_page .gym_top #cnt_area08 {
  padding: 80px 0;
  margin: 0 auto;
}
.under_page .gym_top #cnt_area08 .cnt_box .question_box {
  display: flex;
  align-items: start;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
  position: relative;
  cursor: pointer;
  padding: 30px 40px;
}
.under_page .gym_top #cnt_area08 .cnt_box:nth-child(1) {
  border-top: 1px solid #c6a356;
}
.under_page .gym_top #cnt_area08 .cnt_box {
  border-bottom: 1px solid #c6a356;
  margin: 0 auto;
}
.under_page .gym_top #cnt_area08 .cnt_box .answer_box {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: none;
  padding: 30px 40px 30px 88px;
  background: transparent;
}
.under_page .gym_top #cnt_area08 .button span:before, .under_page .gym_top #cnt_area08 .button span:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background: #c6a356;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.under_page .gym_top #cnt_area08 .button span:after {
  background: #c6a356;
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
.under_page .gym_top #cnt_area08 .open_a .button span:after {
  transform: rotate(0);
  transition: .5s;
  height: 1px;
}
@media only screen and (max-width: 750px) {
  .under_page .gym_top #cnt_area08 .cnt_box .question_box {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 30px 20px 10px;
  }
  .under_page .gym_top #cnt_area08 .cnt_box .answer_box {
    font-size: 14px;
    line-height: 24px;
    padding: 20px 30px 20px 23px;
  }
}
/*202203　cnt_area09*/
.under_page .gym_top #cnt_area09 {
  padding: 80px 0;
  margin: 0 auto;
}
.under_page .gym_top #cnt_area09 .cnt_box .question_box {
  display: flex;
  align-items: start;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
  position: relative;
  cursor: pointer;
  padding: 30px 40px;
}
.under_page .gym_top #cnt_area09 .cnt_box:nth-child(1) {
  border-top: 1px solid #c6a356;
}
.under_page .gym_top #cnt_area09 .cnt_box {
  border-bottom: 1px solid #c6a356;
  margin: 0 auto;
}
.under_page .gym_top #cnt_area09 .cnt_box .answer_box {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: none;
  padding: 30px 40px 30px 88px;
  background: transparent;
}
@media only screen and (max-width: 750px) {
  .under_page .gym_top #cnt_area09 .cnt_box .question_box {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 30px 20px 10px;
  }
  .under_page .gym_top #cnt_area09 .cnt_box .answer_box {
    font-size: 14px;
    line-height: 24px;
    padding: 20px 30px 20px 23px;
  }
}
/**********追加SNS**********/
.flex_22 {
  display: flex;
  justify-content: space-between;
}
.sns_22 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #c6a356;
}
p.sns_22 img {
  display: inline;
  width: 20px;
  margin-right: 5px;
}
.in_01 iframe {
  max-width: 100%;
}
@media screen and (max-width: 1080px) {
  .flex_22 {
    flex-flow: column;
    text-align: center;
  }
  .tw_01 {
    margin-bottom: 50px;
  }
}
/*****ブログ写真サイズ設定追加*****/
/*ティーバランス南森町店*/ /*試し*/
.wp-image-28122, .wp-image-28123, .wp-image-28125, .wp-image-28126, .wp-image-28127, .wp-image-28128, .wp-image-28130, .wp-image-28131, .wp-image-28132, .wp-image-28133, .wp-image-28134, .wp-image-28136, .wp-image-28135, .wp-image-28270, .wp-image-28271, .wp-image-28273, .wp-image-28289, .wp-image-28275, .wp-image-28277, .wp-image-28278, .wp-image-28279, .wp-image-28280, .wp-image-28282, .wp-image-28283, .wp-image-28284, .wp-image-28285 {
  width: 300px !important;
  display: inline !important;
}
/******トレーナー資格リンク202208******/
.certification {
  color: #0e2467;
}
p.trainer_text {
  text-align: center;
  border: solid;
  padding: 30px 0;
  margin-bottom: 30px;
  line-height: 26px;
  font-weight: bold;
}
p.trainer_text span {
  font-size: 12px;
  font-weight: normal;
}
.trainer_sp {
  display: none;
}
h3.trainer_h3 {
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  background: #0e2467;
  color: #fff;
}
/*リンクflex*/
.trainer_link {
  /*padding: 10px;
  background: #0e2467;*/
}
.trainer_flex {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid;
  border-width: 1px 0 0 1px;
  /*gap: 10px;*/
}
ul.trainer_flex li {
  width: calc(100%/3);
  text-align: center;
  border: 1px solid;
  border-width: 0 1px 1px 0;
  padding: 15px 0;
  background: #fff;
  font-size: 14px;
}
ul.trainer_flex li a {
  display: block;
  font-size: 10px;
  text-decoration: underline;
  color: #0e2467;
  margin-top: 5px;
}
@media only screen and (max-width: 1040px) {
  p.trainer_text {
    padding: 20px 5px;
    margin-bottom: 25px;
  }
  p.trainer_text span {
    display: block;
    line-height: 18px;
    margin-top: 10px;
  }
  /*リンクflex*/
  ul.trainer_flex li {
    width: calc(100%/2);
  }
}
@media only screen and (max-width: 800px) {
  .trainer_sp {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  /*リンクflex*/
  .trainer_link {
    /*padding: 5px;*/
  }
  .trainer_flex {
    /*gap: 5px;*/
  }
  ul.trainer_flex li {
    width: 100%;
    padding: 10px 0;
  }
}
/***************フリーダイヤル2023追加************/
p.tel_box_tex {
  font-size: 12px;
  padding-top: 2px;
}
/***************ナビオープン***************/
.page_title.nav-open {
  position: relative;
}
.page_title.nav-open::before { /* 閉じている時 */
  content: "＋";
  position: absolute;
  right: 20px;
}
.page_title.nav-open.active::before { /* 開いている時 */
  content: "－";
}
/***************検索店舗一覧***************/
div#search {
  margin-bottom: 100px;
}
.keyword {
  margin-bottom: 20px;
}
input#keyword {
  width: 250px;
  padding: 5px;
}
#search ul {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
select#select {
  padding: 5px;
}
.input-keyword {
  margin-bottom: 5px;
}
@media only screen and (max-width: 700px) {
  .keyword {
    margin-top: 20px;
  }
  input#keyword {
    font-size: 18px;
    width: 100%;
  }
  select#select {
    font-size: 18px;
    width: 100%;
  }
  #search ul {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
/*各店舗中身*/
#search .cnt_box .map {
  margin-bottom: 22px;
}
#search .cnt_box .gym_name {
  font-size: 20px;
  padding-bottom: 10px;
}
#search .cnt_box .address {
  font-size: 16px;
  line-height: 1.4em;
  padding-bottom: 10px;
}
#search .access {
  display: block;
  font-size: 16px;
  line-height: 1.4em;
  padding: 6px 6px 6px 10px;
  background: #eaeaea;
}

#cnt_area01 iframe {
    width: 90%;
    height: 100%;
    aspect-ratio: 16 / 9;
    text-align: center;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:750px){
    
    #cnt_area01 iframe{
        width: 100%;
    }
}