@charset "utf-8";
/* CSS Document */

/*--------------------------------------
　GYM
---------------------------------------*/

.trainerlist_gym {
	padding: 0;
}
.area_gym {
    padding: 10rem 0;
}
.area_gym:nth-child(even) {
    background: #f0f2f3;
}
.trainerlist_gym .trainerlist {
	background: #fff;
	padding: 5rem 5rem 3rem;
	margin: 0 0 3rem;
}
.trainerlist_gym .trainerlist:last-child {
	margin: 0;
}
.trainerlist_gym .area_gym:nth-child(even) .trainerlist {
    background: #fff;
}

.area_search .area_acc .accBtn_area {
    background: url(../images/shared/icon_plus.png) no-repeat right 2rem center;
    background-size: 16px auto;
    color: #333;
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    margin: 0;
    padding: 1.46rem 5rem 1.46rem 3rem;
    display: block;
}
.area_search .area_acc .accBtn_area.open {
    background: url(../images/shared/icon_minus.png) no-repeat right 2rem center;
    background-size: 16px auto;
}


/* エリア */
.area_gym_box .areaBox {
	margin: 0 0 5rem;
}
.area_gym_box .areaBox:last-of-type {
	margin: 0;
}
.area_gym_box .areaBox .whBox {
	background: #fff;
	padding: 5rem;
	margin: 0 0 1rem;
}
.area_gym_box .areaBox .twoColBox {
	border-bottom: solid 1px #ddd;
	padding: 0 0 4rem;
	margin: 0 0 4rem;
}
.area_gym_box .areaBox .twoColBox:after {
	content: "";
	clear: both;
	display: block;
}
.area_gym_box .areaBox .twoColBox .leftBox {
	width: 430px;
	float: left;
	margin: 0 3rem 0 0;
}
.area_gym_box .areaBox .twoColBox .gymName {
	margin: 0 0 1.5rem;
}
.area_gym_box .areaBox .twoColBox .gymName a {
	font-size: 2rem;
	font-weight: 500;
	background: url("../images/shared/arr_yl_right.png") no-repeat right center;
	background-size: 9px auto;
	padding: 0 3rem 0 0;
	letter-spacing: 0.06em;
	color: #be9c0d;
	display: block;
}
.area_gym_box .areaBox .twoColBox .pic img {
	width: 100%;
	height: 241px;
	object-fit: cover;
}
.area_gym_box .areaBox .icon_point {
	font-size: 0;
	margin: 0.5rem 0 7px;
}
.area_gym_box .areaBox .icon_point li {
	display: inline-block;
	color: #fff;
	background: #333;
	border-radius: 5px;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	padding: 7px 13px 9px;
	margin: 0 5px 5px 0;
}
.area_gym_box .areaBox .twoColBox .rightBox {
	overflow: hidden;
	width: auto;
}
.area_gym_box .areaBox .twoColBox .rightBox .cp_table {
	width: 100%;
	height: 420px;
}
.area_gym_box .areaBox .trainer {
    margin: 0 0 4rem;
}
.area_gym_box .areaBox .trainer .goldCatch {
	font-size: 2rem;
	margin: 0 0 2rem;
}
.area_gym_box .areaBox .trainer .trainer_slider li a {
    background: #f6f4f2 url(../images/shared/arr_tri_yl.png) no-repeat bottom 5px right 5px;
    background-size: 15px auto;
}

.personal_map .gmap {
	margin: 0 0 4rem;
}
.personal_map .gmap iframe {
	width: 100%;
	height: 650px;
}
.personal_map #canvas {
	width: 100%;
	height: 650px;
}
.personal_map .threeBtns {
	flex-wrap: wrap;
}
.personal_map .threeBtns .goldBtn {
	flex-shrink: 0;
	margin: 0 2.5rem 2.5rem 0;
}
.personal_map .threeBtns .goldBtn:nth-child(3n) {
    margin: 0 0 2.5rem;
}

.personal_map .secTitBox {
	margin: 6rem auto 3rem;
}

.personal_map .map_directions {
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
	margin: 6rem auto 0rem;
}

.personal_map .step {
	width: 30%;
    position: relative;
    margin: 0 1.66% 3rem;
}

.personal_map .step .step_number {
    background-color: #be9c0d;
    padding: 5px 15px;
    border-radius: 50%;
    color: #fff;
    width: fit-content;
    position: absolute;
    top: -2rem;
    left: -2.5rem;
}

.customor_voice .voice {
    background-color: #fff;
    padding: 50px 50px 10px;
    margin: 0 0 40px;
}
.customor_voice .voice .fv {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
}
.customor_voice .voice .fv .a_left {
	width: 35%;
	position: relative;
}
.customor_voice .voice .fv .a_left .name {
    font-size: 2.4rem;
    position: relative;
    margin: 10px 0 0;
	font-weight: 600;
}
.customor_voice .voice .fv .a_left .name::before {
	border-bottom: #000 2px solid;
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}

.customor_voice .voice .fv .a_left .ysw {
	font-size: 1.8rem;
	font-weight: 600;
}

.customor_voice .voice .fv .a_right {
	width: 60%;
}
.customor_voice .voice  .title {
    background: black;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.8rem;
}
.customor_voice .voice  .answer {
	margin: 20px 0 ;
}

/*  */



.l-accordion input {
    display: none;
  }
  
  .l-accordion .l-accordion-inside {
    height: 0;
    opacity: 0;
    transition: 0.5s;
  }
  
  .l-accordion input:checked~.l-accordion-inside {
    height: auto;
    opacity: 1;
  }
  
  .l-accordion .l-accordion-switch {
	position: relative;
    width: 75%;
    display: block;
    background-color: #be9c0d;
    color: white;
    padding: 20px;
    cursor: pointer;
    text-align: center;
    font-weight: 300;
    margin: 0 auto 40px;
  }
  
  .l-accordion .l-accordion-switch::before,
  .l-accordion .l-accordion-switch::after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 2px;
    background: white;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    transform: rotate(45deg);
  }
  
  .l-accordion .l-accordion-switch::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
    right:19px;
    transform: rotate(-45deg);

  }
  .l-accordion input:checked~.l-accordion-switch::before {
    transform: rotate(-45deg);
    transition: 0.5s;
 
  }

  .l-accordion input:checked~.l-accordion-switch::after {
    transform: rotate(45deg);
    transition: 0.5s;
  }



@media screen and (max-width: 767px) {

    
    .l-accordion .l-accordion-switch {
        width: 100%;

    }

}



/************  ***************/

/* 詳細 */
.gym_dtl .area_gym_box .areaBox .twoColBox .leftBox {
	float: right;
	width: 480px;
	margin: 0 0 0 3rem;
}
.gym_dtl .area_gym_box .areaBox .twoColBox .rightBox {
	float: left;
	width: 590px;
}
.gym_dtl .cta_list_mini > div {
    width: 90%;
	position: relative;
}
.gym_dtl .cta_list_mini > div a {
    background-color: transparent;
	background-image: none;
}
/* .gym_dtl .cta_list_mini > div a {
    background: #fff url(../images/shared/arr_tri_yl.png) no-repeat bottom 3px right 3px;
    background-size: 12px auto;
	font-size: 1.6rem;
	padding: 0 0 0 11rem;
} */

/* .gym_dtl .cta_list_mini > div a {
    background: #fff url(../images/shared/green_gymbtn_back.jpg) repeat-x;
    background-size: 1px auto;
    font-size: 1.8rem;
    padding: 0 0 0 0rem;
	justify-content: center;
    color: white;
} */

/* .gym_dtl .cta_list_mini > div a:after {
    content: '';
    width: 8px;
    height: 100%;
    background: url(../images/shared/arr_white_right.png) no-repeat right 0px center;
    background-size: contain;
    position: absolute;
    z-index: 8;
    right: 20px;
} */

.gym_dtl .cta_list_mini .line a:before {
    background: url(../images/shared/icon_line_green.png) no-repeat;
    background-size: 100%;
}

.gym_dtl .cta_list_mini .form a:before {
    background: url(../images/shared/icon_mail_green.png) no-repeat;
    background-size: 100%;
}

.gym_dtl .cta_list_mini .tel a:before {
    background: url(../images/shared/icon_tel_green.png) no-repeat;
    background-size: 100%;
}

.gym_dtl .covid .itemBox {
    background: #f6f4f2
}
.gym_dtl .movieBox video, 
.gym_dtl .movieBox iframe {
	width: 100%;
}
.gym_dtl .movieBox iframe {
	height: 563px;
}

.gym_dtl .facility .itemBoxWrap {
	margin: 6rem 0 0;
}
.gym_dtl .facility .itemBox {
	width: 175px;
	margin: 0 1rem 1rem 0;
	background: #f6f4f2;
}
.gym_dtl .facility .itemBox:nth-child(6n) {
	margin: 0 0 1rem;
}
.gym_dtl .facility .itemBox.off {
	background: #fafafa;
}
.gym_dtl .facility .itemBox .thumb {
	text-align: center;
	background: #be9c0d;
	height: 8rem;
	display: flex;
    align-items: center;
    justify-content: center;
}
.gym_dtl .facility .itemBox.off .thumb {
	background: #d5d5d5;
}
.gym_dtl .facility .itemBox:nth-child(1) .thumb img {
	width: 38px;
}
.gym_dtl .facility .itemBox:nth-child(2) .thumb img {
	width: 42px;
}
.gym_dtl .facility .itemBox:nth-child(3) .thumb img {
	width: 50px;
}
.gym_dtl .facility .itemBox:nth-child(4) .thumb img {
	width: 20px;
}
.gym_dtl .facility .itemBox:nth-child(5) .thumb img {
	width: 47px;
}
.gym_dtl .facility .itemBox:nth-child(6) .thumb img {
	width: 55px;
}
.gym_dtl .facility .itemBox:nth-child(7) .thumb img {
	width: 44px;
}
.gym_dtl .facility .itemBox:nth-child(8) .thumb img {
	width: 44px;
}
.gym_dtl .facility .itemBox:nth-child(9) .thumb img {
	width: 35px;
}
.gym_dtl .facility .itemBox:nth-child(10) .thumb img {
	width: 34px;
}
.gym_dtl .facility .itemBox:nth-child(11) .thumb img {
	width: 34px;
}
.gym_dtl .facility .itemBox .txtBox {
	padding: 2rem;
	height: 6.5rem;
	text-align: center;
	font-weight: 500;
	display: flex;
    align-items: center;
    justify-content: center;
}
.gym_dtl .facility .itemBox .txtBox p {
	line-height: 1.6;
	color: #be9c0d;
	font-size: 1.4rem;
}
.gym_dtl .facility .itemBox.off .txtBox p {
	color: #d5d5d5;
}
.gym_dtl .trainer .trainers {
    margin: 6rem auto 5rem;
}
.gym_dtl .trainer .trainer_slider li {
    background: #f6f4f2;
}
.gym_dtl .trainer .trainer_slider li a {
    background: #f6f4f2;
}
.trainer_personal_detail .trainer_detail_box {
	background: #f6f4f2;
	padding: 5rem;
	margin: 0 0 3.5rem;
}
.trainer_personal_detail .trainer_detail_box:last-child {
	margin: 0;
}
.trainer_personal_detail .trainer_detail_box .nameBox {
	border-bottom: solid 2px #000;
	padding: 0 0 0.6rem;
	margin: 0 0 4rem;
}
.trainer_personal_detail .trainer_detail_box .nameBox .name {
	font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #000;
	line-height: 1.4;
	display: inline-block;
}
.trainer_personal_detail .trainer_detail_box .nameBox .sns {
	float: right;
	margin: 5px 0 0;
}
.trainer_personal_detail .trainer_detail_box .nameBox .info {
	float: right;
	margin: 1.5rem 0 0;
}
.trainer_personal_detail .trainer_detail_box .nameBox .info li {
	font-size: 1.6rem;
	margin: 0 3rem 0 0;
}
.trainer_personal_detail .trainer_detail_box .nameBox .info li:last-child {
	margin: 0;
}
.trainer_personal_detail .trainer_detail_box .twoColBox {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.trainer_personal_detail .trainer_detail_box .twoColBox .pic {
	width: 260px;
	margin: 0 4rem 0 0;
}
.trainer_personal_detail .trainer_detail_box .twoColBox .txtBox {
	flex: 1;
}
.trainer_personal_detail .trainer_detail_box .twoColBox .txtBox p {
	margin: 1.5rem 0;
}
.trainer_personal_detail .trainer_detail_box .contBox {
	margin: 5rem 0;
}
.trainer_personal_detail .trainer_detail_box .contBox:last-child {
	margin: 5rem 0 0;
}
.trainer_personal_detail .trainer_detail_box .contBox .goldCatch {
    margin: 0 0 2rem;
}
/*.trainer_personal_detail .trainer_detail_box .movieBox iframe {
	width: 100%;
	height: 563px;
}*/
.trainer_personal_detail .trainer_detail_box .bwnBox {
	background: #fff;
	padding: 4rem 5rem;
}
.trainer_personal_detail .trainer_detail_box .career li {
	border-bottom: dotted 1px #be9c0d;
	padding: 1rem 0;
}

.gym_dtl .leadArea {
    padding: 10rem 0;
}
.gym_dtl .licenseList {
    margin: 5rem 0 0;
}
.gym_dtl .licenseList dl {
    background: none;
}
.gym_dtl .licenseList dl dt {
	margin: 0 auto;
}
.gym_dtl .licenseList dl dt {
	margin: 0;
	width: 100%;
	background: #000 url("../images/shared/icon_plus_white.png") no-repeat right 1.5rem center;
    background-size: 14px auto;
}
.gym_dtl .licenseList dl dt.open {
	background: #000 url("../images/shared/icon_minus_white.png") no-repeat right 1.5rem center;
    background-size: 14px auto;
}
.gym_dtl .licenseList dl dd {
    background: #f6f4f2;
	margin: 0;
}
.gym_dtl .feature .bwnBox p {
	margin: 0 0 1.5rem;
}
.gym_dtl .feature .bwnBox p:last-child {
	margin: 0;
}
.gym_dtl .whBox {
	background: #fff;
	padding: 3.5rem 5rem;
}
.gym_dtl .whBox .goldCatch {
	text-align: left;
    margin: 3rem 0 1rem;
}
.gym_dtl .whBox p {
	margin: 1.5rem 0;
}
.gym_dtl .trainerlist_gym {
	padding: 10rem 0;
}


.gym_dtl .gym_slider {
}
.gym_dtl .gym_slider .slider_main {
	width: 1018px;
	margin: 0 auto 2rem;
	opacity: 0;
	transition: opacity .3s linear;
	position: relative;
}
.gym_dtl .gym_slider .slider_main.slick-initialized {
	opacity: 1;
}
.gym_dtl .gym_slider .slider_main li img {
    width: 100%;
	height: 570px;
    object-fit: cover;
	font-family: 'object-fit: cover;';
}
.gym_dtl .gym_slider .slider_main .slick-arrow {
	font-size: 0;
	border: none;
	background: none;
	width: 23px;
	height: 36px;
	z-index: 1;
	position: absolute;
	top: calc(50% - 18px);
	cursor: pointer;
}
.gym_dtl .gym_slider .slider_main .slick-prev {
	background: url("../images/shared/arr_slider_prev.png") no-repeat;
	background-size: 100%;
	left: -33px;
}
.gym_dtl .gym_slider .slider_main .slick-next {
	background: url("../images/shared/arr_slider_next.png") no-repeat;
	background-size: 100%;
    right: -33px;
}


.gym_dtl .gym_slider .slider_thumb {
	width: 1018px;
	margin: 0 auto;
}
.gym_dtl .gym_slider .slider_thumb .slick-track {
	width: 100% !important;
}
.gym_dtl .gym_slider .slider_thumb li {
	width: 326px;
	margin: 0 2rem 2rem 0;
}
.gym_dtl .gym_slider .slider_thumb li:nth-child(3n) {
	margin: 0 0 2rem 0;
}
.gym_dtl .gym_slider .slider_thumb li img {
    width: 100%;
	height: 180px;
    object-fit: cover;
	font-family: 'object-fit: cover;';
}
.gym_dtl .gym_slider .slider_thumb li:hover {
	opacity: 0.8;
}

.preflist {
	margin: 0 0 10rem;
}
.preflist .gym_list li a {
    background: url("../images/shared/arr_ccl_down_yl.png") no-repeat left center;
    background-size: 16px auto;
}





@media screen and (max-width: 599px) {


.trainerlist_gym {
	padding: 0;
}
.area_gym {
    padding: 4rem 4%;
}
.trainerlist_gym .trainerlist {
	padding: 2rem 2rem 1rem;
	margin: 0 0 2rem;
}


/* エリア */
.area_gym_box .areaBox {
	margin: 0 0 4rem;
}
.area_gym_box .areaBox .whBox {
	padding: 2rem;
}
.area_gym_box .areaBox .twoColBox {
	border-bottom: solid 1px #ddd;
	/* padding: 0 0 15rem; */
	margin: 0 0 3rem;
}

.area_gym_box .areaBox .twoColBox .rightBox .cp_table {
	width: 100%;
	height: 100%;
}

.area_gym_box .areaBox .twoColBox .leftBox {
	width: 100%;
	float: none;
	margin: 0 0 2rem;
	display: flex;
	flex-direction: column;
}
.area_gym_box .areaBox .twoColBox .gymName {
	margin: 0 0 1.5rem;
	order: 2;
}
.area_gym_box .areaBox .twoColBox .gymName a {
	font-size: 1.6rem;
	background: url("../images/shared/arr_yl_right.png") no-repeat right center;
	background-size: 7px auto;
	padding: 0 2.5rem 0 0;
}
.area_gym_box .areaBox .twoColBox .pic img {
	height: 180px;
}
.area_gym_box .areaBox .twoColBox .pic {
	order: 1;
	margin: 0 0 1rem;
}
.area_gym_box .areaBox .icon_point {
	font-size: 0;
	margin: 0.5rem 0 7px;
	order: 3;
}
.area_gym_box .areaBox .icon_point li {
	border-radius: 3px;
	font-size: 1.1rem;
	padding: 4px 10px 6px;
	margin: 0 3px 3px 0;
}
.area_gym_box .areaBox .twoColBox .rightBox {
	overflow: inherit;
	width: 100%;
}
.area_gym_box .areaBox .trainer {
    margin: 0 0 3rem;
}
.area_gym_box .areaBox .trainer .goldCatch {
	font-size: 1.6rem;
	margin: 0 0 1.5rem;
}
.area_gym_box .areaBox .trainer .trainer_slider li a {
    background: #f6f4f2 url(../images/shared/arr_tri_yl.png) no-repeat bottom 3px right 3px;
    background-size: 12px auto;
}


.personal_map .gmap {
	margin: 0 0 3rem;
	position: relative;
    width: 100%;
    padding-top: 56%;
}	
.personal_map .gmap iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.personal_map #canvas {
	width: 100%;
	height: auto;
}
.personal_map .threeBtns .goldBtn {
	margin: 0 auto 1rem;
}
.personal_map .threeBtns .goldBtn:nth-child(3n) {
    margin: 0 auto 1rem;
}
.personal_map .map_directions {
	display: block;
	margin: 3rem auto 0rem;
}

.personal_map .step {
	width: 100%;
    position: relative;
    margin: 0 0 4rem;
}

.personal_map .step .step_number {
	background-color: #be9c0d;
	padding: 2px 10px;
	border-radius: 50%;
	color: #fff;
	width: fit-content;
	position: absolute;
	top: -1.5rem;
	left: -1rem;
}




.customor_voice .voice {
	background-color: #f6f4f2;
    padding: 20px 20px 5px;
}
.customor_voice .voice .fv {
    display: block;
    margin: 0 0 20px;
}
.customor_voice .voice .fv .a_left {
	width: 100%;
	position: relative;
}
.customor_voice .voice .fv .a_left .name {
    font-size: 1.8rem;
    position: relative;
    margin: 10px 0 0;
	font-weight: 600;
}
.customor_voice .voice .fv .a_left .name::before {
	border-bottom: #000 2px solid;
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}

.customor_voice .voice .fv .a_left .ysw {
	font-size: 1.4rem;
	font-weight: 600;
}

.customor_voice .voice .fv .a_right {
	width: 100%;
	margin: 20px 0 0 0;
}
.customor_voice .voice  .title {
    background: black;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.4rem;
}
.customor_voice .voice  .answer {
	margin: 20px 0 ;
}
	
.link_tel {
	text-decoration: underline;
	color: #0d75a5;
	font-size: 1.6rem;
}	
	
	
	
/* 詳細 */
.gym_dtl .area_gym_box .areaBox .twoColBox .leftBox {
	float: none;
	width: 100%;
	margin: 0 0 2rem;
}
.gym_dtl .area_gym_box .areaBox .twoColBox .rightBox {
	float: none;
	width: 100%;
}
.area_gym_box .areaBox .twoColBox .rightBox .cp_table tbody,
.area_gym_box .areaBox .twoColBox .rightBox .cp_table tr {
	width: 100%;
	display: block;
}
.gym_dtl .cta_list_mini > div {
    width: 100%;
}
.gym_dtl .cta_list_mini > div a {
	padding: 0;
}
/* .gym_dtl .cta_list_mini > div a {
    background: #fff url(../images/shared/green_gymbtn_back_sp.jpg) repeat-x;
    background-size: 1px auto;
    font-size: 1.8rem;
	padding: 0 2rem 0 5rem;
	color: white;
} */
.gym_dtl .movieBox {
    position: relative;
    width: 100%;
    padding-top: 56%;
}
.gym_dtl .movieBox video,
.gym_dtl .movieBox iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gym_dtl .facility .itemBoxWrap {
	margin: 4rem 0 0;
}
.gym_dtl .facility .itemBox {
	width: 32%;
	margin: 0 2% 2% 0;
}
.gym_dtl .facility .itemBox:nth-child(6n) {
	margin: 0 2% 2% 0;
}
.gym_dtl .facility .itemBox:nth-child(3n) {
	margin: 0 0 2%;
}
.gym_dtl .facility .itemBox .thumb {
	height: 7rem;
}
.gym_dtl .facility .itemBox:nth-child(1) .thumb img {
	width: 28px;
}
.gym_dtl .facility .itemBox:nth-child(2) .thumb img {
	width: 32px;
}
.gym_dtl .facility .itemBox:nth-child(3) .thumb img {
	width: 40px;
}
.gym_dtl .facility .itemBox:nth-child(4) .thumb img {
	width: 15px;
}
.gym_dtl .facility .itemBox:nth-child(5) .thumb img {
	width: 37px;
}
.gym_dtl .facility .itemBox:nth-child(6) .thumb img {
	width: 45px;
}
.gym_dtl .facility .itemBox:nth-child(7) .thumb img {
	width: 34px;
}
.gym_dtl .facility .itemBox:nth-child(8) .thumb img {
	width: 34px;
}
.gym_dtl .facility .itemBox:nth-child(9) .thumb img {
	width: 25px;
}
.gym_dtl .facility .itemBox:nth-child(10) .thumb img {
	width: 24px;
}
.gym_dtl .facility .itemBox:nth-child(11) .thumb img {
	width: 24px;
}
.gym_dtl .facility .itemBox .txtBox {
	padding: 1rem 0.5rem;
	height: 5rem;
}
.gym_dtl .facility .itemBox .txtBox p {
	line-height: 1.4;
	font-size: 1.2rem;
}
	
.gym_dtl .trainer {
    padding: 0;
}
.gym_dtl .trainer .trainers {
    margin: 3rem auto 2rem;
}
.gym_dtl .trainer > .wi1100 {
    padding: 0;
}
.trainer_personal_detail .trainer_detail_box {
	padding: 2rem;
	margin: 0 0 2rem;
}
.trainer_personal_detail .trainer_detail_box .nameBox {
	border-bottom: solid 1px #000;
	padding: 0 0 0.3rem;
	margin: 0 0 2rem;
}
.trainer_personal_detail .trainer_detail_box .nameBox .name {
	font-size: 2.2rem;
}
.trainer_personal_detail .trainer_detail_box .nameBox .sns {
	margin: 0;
	width: 28px;
}
.trainer_personal_detail .trainer_detail_box .nameBox .info {
	float: right;
	margin: -3px 0 0;
}
.trainer_personal_detail .trainer_detail_box .nameBox .info ul {
	display: block;
}
.trainer_personal_detail .trainer_detail_box .nameBox .info li {
	font-size: 1.1rem;
	margin: 0;
	line-height: 1.4;
}
.trainer_personal_detail .trainer_detail_box .nameBox .info li:last-child {
	margin: 0;
}
.trainer_personal_detail .trainer_detail_box .twoColBox {
	display: block;
}
.trainer_personal_detail .trainer_detail_box .twoColBox .pic {
	max-width: 260px;
	width: 86%;
	margin: 0 auto 1.5rem;
	text-align: center;
}
.trainer_personal_detail .trainer_detail_box .twoColBox .txtBox {
	flex: inherit;
}
.trainer_personal_detail .trainer_detail_box .contBox {
	margin: 3rem 0;
}
.trainer_personal_detail .trainer_detail_box .contBox:last-child {
    margin: 3rem 0 0;
}
.trainer_personal_detail .trainer_detail_box .contBox .goldCatch {
    margin: 0 0 1rem;
}
.trainer_personal_detail .trainer_detail_box .bwnBox {
	padding: 1.5rem 2rem;
}
.trainer_personal_detail .trainer_detail_box .career li {
	padding: 0.8rem 0;
}
.gym_dtl .price.bg_gray .tableBox table tbody th {
    background: #e6e1dc;
}	
	

.gym_dtl .leadArea {
    padding: 4rem 4%;
}
.gym_dtl .licenseList {
    margin: 2rem 0 0;
}
.gym_dtl .licenseList dl {
}
.gym_dtl .licenseList dl dt {
}
.gym_dtl .licenseList dl dt {
	margin: 0;
	width: 100%;
	background: #000 url("../images/shared/icon_plus_white.png") no-repeat right 1.5rem center;
    background-size: 14px auto;
}
.gym_dtl .licenseList dl dt.open {
	background: #000 url("../images/shared/icon_minus_white.png") no-repeat right 1.5rem center;
    background-size: 14px auto;
}
.gym_dtl .licenseList dl dd {
    background: #f6f4f2;
	margin: 0;
}
.gym_dtl .feature .bwnBox p {
	margin: 0 0 1.5rem;
}
.gym_dtl .feature .bwnBox p:last-child {
	margin: 0;
}
.gym_dtl .whBox {
	padding: 1.5rem 2rem;
}
.gym_dtl .whBox .goldCatch {
	text-align: left;
    margin: 2rem 0 1rem;
}
.gym_dtl .whBox p {
	margin: 1rem 0;
}
.gym_dtl .trainerlist_gym {
	padding: 4rem 4%;
}	
	
	
.gym_dtl .gym_slider {
}
.gym_dtl .gym_slider .slider_main {
	/*width: 92%;*/
	width: 100%;
	margin: 0 auto 1.5rem;
}
.gym_dtl .gym_slider .slider_main li img {
    width: 100%;
	height: 48vw;
}
.gym_dtl .gym_slider .slider_main .slick-arrow {
	width: 10px;
	height: 19px;
	top: calc(50% - 9px);
}
.gym_dtl .gym_slider .slider_main .slick-prev {
	left: -21px;
}
.gym_dtl .gym_slider .slider_main .slick-next {
    right: -21px;
}


.gym_dtl .gym_slider .slider_thumb {
	width: 100%;
	margin: 0 auto;
}
.gym_dtl .gym_slider .slider_thumb .slick-track {
	width: 100% !important;
}
.gym_dtl .gym_slider .slider_thumb li {
	width: 32%;
	margin: 0 2% 2% 0;
}
.gym_dtl .gym_slider .slider_thumb li:nth-child(3n) {
	margin: 0 0 2% 0;
}
.gym_dtl .gym_slider .slider_thumb li img {
    width: 100%;
	height: 18vw;
}	
	
.preflist {
	margin: 0 0 4rem;
}
.preflist .gym_list li a {
    background: url("../images/shared/arr_ccl_down_yl.png") no-repeat left center;
    background-size: 14px auto;
}	
	
}

.cta_list_mini_v2 {
    background-color: transparent;
	background-image: none;
	padding:4rem 0 7rem 0;
}
.cta_list_mini_v2 .btns .btn {
	width: 90%;
	margin: 0 auto !important;
}

.cta_list_mini_v2 .btns .form a {
	justify-content: center;
	padding: 0;
}

@media screen and (max-width: 599px) { 
.cta_list_mini_v2 .btn img {
	width: 95%;
	margin: 0 auto !important;
}
.cta_list_mini_v2 .btns a div {
	padding: 0 0 0 2.5rem;
}
}
