@charset "UTF-8";
/*
Getfit
single_sp.css
*/

/*-----------------------------------------------------------------------------* 共通項目 */
/* ABOUT GYM */
.aboutGym {}

.gym_graphs {
	position: relative;
	overflow: hidden;
	max-width: 780px;
	width: 90%;
	margin: 0 auto;
}

.gym_graphs_many {
	margin-bottom: 60px;
}

.gym_graphs_recommend {
	padding-top: 60px;
	border-top: 2px solid #000;
}

.gym_graphs_ttls,
.post_entry .gym_graphs_ttls {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 150px;
}

.gym_graphs_ttl {
	font-size: 17px;
	order: 1;
}

.gym_graphs_many .gym_graphs_ttl {
	color: #553d9c;
}

.gym_graphs_recommend .gym_graphs_ttl {
	color: #cb279b;
}

.gym_graphs_ttlimg,
.post_entry .gym_graphs_ttlimg {
	order: 2;
	width: 75px;
	height: 110px;
	margin: 0;
}

.gym_graphs_body {
	width: calc(100% - 150px);
	margin-left: 150px;
}

.gym_graph {
	overflow: hidden;
}

.gym_graph_gender {}

.gym_graph_age {
	margin-top: 40px;
}

.gym_graph_ttl,
.post_entry .gym_graph_ttl {
	float: left;
	margin: auto;
	width: 50px;
	height: 56px;
	line-height: 56px;
}

.post_entry .gym_graph_ttl:before {
	display: none;
}

.gym_graph_body {
	float: left;
	width: calc(100% - 50px);
}

.gym_graph_ratio {
	overflow: hidden;
	background: #968ead;
	border-radius: 100px;
}

.gym_graph_item {
	float: left;
	color: #fff;
	font-weight: bold;
	height: 56px;
	line-height: 56px;
}

.gym_graph_item_f {
	background: #a24fd4;
}

.gym_graph_item_m {
	background: #6d4dc5;
}

.gym_graph_item_ttl {}

.gym_graph_item_num {
	opacity: 0.85;
}

.gym_graph_age20 {
	background: #b068d2;
}

.gym_graph_age30 {
	background: #8f5ac5;
}

.gym_graph_age40 {
	background: #704ab5;
}

.gym_graph_age50 {
	background: #583da5;
}

.gym_graph_caption {
	text-align: left;
	line-height: 1.3;
	margin-top: 13px;
}

.gym_graph_caption_item {}

.gym_graph_caption_item_block {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 2px;
}

.gym_graph_caption_item_ttl {}

.gym_graph_bodyshape {}

.gym_graph_bars {}

.gym_graph_bar {}

.gym_graph_bodyshape .ct-label {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.gym_graph_bodyshape .ct-label.ct-horizontal {
	opacity: 0.6;
	font-size: 13px;
	margin: 0 0 0 -7px;
}

.gym_graph_bodyshape .ct-series-a .ct-bar {
	stroke-width: 20px;
}

.gym_graph_bodyshape .ct-series-a .ct-bar:nth-child(1) {
	stroke: #b928aa;
}

.gym_graph_bodyshape .ct-series-a .ct-bar:nth-child(2) {
	stroke: #ca64bf;
}

.gym_graph_bodyshape .ct-series-a .ct-bar:nth-child(3) {
	stroke: #9835a7;
}

.gym_graph_bodyshape .ct-series-a .ct-bar:nth-child(4) {
	stroke: #e890bb;
}

.gym_graph_purpose {}

.gym_graph_sectors {}

.gym_graph_sector_wrapper {
	height: 170px;
	overflow: hidden;
}

.gym_graph_sector {
	height: 340px;
}

.gym_graph_lostfat {
	background: #ea698f;
}

.gym_graph_purpose .ct-series-a .ct-slice-donut-solid {
	fill: #ea698f;
}

.gym_graph_healty {
	background: #dc326c;
}

.gym_graph_purpose .ct-series-b .ct-slice-donut-solid {
	fill: #dc326c;
}

.gym_graph_patsslim {
	background: #f3697a;
}

.gym_graph_purpose .ct-series-c .ct-slice-donut-solid {
	fill: #f3697a;
}

.gym_graph_bulk {
	background: #d82a9d;
}

.gym_graph_purpose .ct-series-d .ct-slice-donut-solid {
	fill: #d82a9d;
}

.gym_graph_styleup {
	background: #8f2aa0;
}

.gym_graph_purpose .ct-series-e .ct-slice-donut-solid {
	fill: #8f2aa0;
}

.gym_graph_sector .ct-label {
	fill: #fff;
	color: #fff;
	font-weight: bold;
	opacity: 0.85;
}

.aboutGym-sc>.content_box {
	padding: 1px 0;
	margin: 30px 0 20px;
}

.aboutGym-sc>.content_box>.content_body {
	padding: 40px 0;
	margin: 0 auto;
}

.aboutGym-sc .gym_graphs_many {
	margin: 0 auto;
}

.aboutGym-sc .gym_graphs_recommend {
	border: none;
	padding: 0 00;
}

.aboutGym-sc .gym_graphs_many+.gym_graphs_recommend {
	border-top: 1px #44444485 solid;
	padding-top: 25px;
	margin-top: 30px;
}

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

.aboutGym {}

.gym_graphs {}

.gym_graphs_many {
	margin-bottom: 40px;
}

.gym_graphs_recommend {
	padding-top: 30px;
}

.gym_graphs_ttls,
.post_entry .gym_graphs_ttls {
	position: static;
	display: block;
	width: 100%;
}

.gym_graphs_ttl {
	font-size: 20px;
	height: 55px;
	line-height: 55px;
	vertical-align: top;
}

.gym_graphs_many .gym_graphs_ttl {}

.gym_graphs_recommend .gym_graphs_ttl {}

.gym_graphs_ttlimg,
.post_entry .gym_graphs_ttlimg {
	width: auto;
	height: 55px;
}

.gym_graphs_body {
	width: 100%;
	margin: 0 auto;
}

.gym_graph {}

.gym_graph_gender {}

.gym_graph_age {
	margin-top: 20px;
}

.gym_graph_ttl,
.post_entry .gym_graph_ttl {
	float: none;
	width: 100%;
	height: auto;
	line-height: 1;
}

.gym_graph_body {
	float: none;
	width: 100%;
	margin: 10px auto 0;
}

.gym_graph_ratio {}

.gym_graph_item {
	font-size: 10px;
}

.gym_graph_item_f {}

.gym_graph_item_m {}

.gym_graph_item_ttl {}

.gym_graph_item_num {}

.gym_graph_age20 {}

.gym_graph_age30 {}

.gym_graph_age40 {}

.gym_graph_age50 {}

.gym_graph_caption {
	text-align: center;
}

.gym_graph_caption_item {}

.gym_graph_caption_item_block {}

.gym_graph_caption_item_ttl {}

.gym_graph_bodyshape {}

.gym_graph_bars {}

.gym_graph_bar {}

.gym_graph_bodyshape .ct-label {}

.gym_graph_bodyshape .ct-label.ct-horizontal {}

.gym_graph_bodyshape .ct-series-a .ct-bar {}

.gym_graph_bodyshape .ct-series-a .ct-bar:nth-child(1) {}

.gym_graph_bodyshape .ct-series-a .ct-bar:nth-child(2) {}

.gym_graph_bodyshape .ct-series-a .ct-bar:nth-child(3) {}

.gym_graph_bodyshape .ct-series-a .ct-bar:nth-child(4) {}

.gym_graph_purpose {}

.gym_graph_sectors {}

.gym_graph_sector {}

.gym_graph_lostfat {}

.gym_graph_purpose .ct-series-a .ct-slice-donut-solid {}

.gym_graph_healty {}

.gym_graph_purpose .ct-series-b .ct-slice-donut-solid {}

.gym_graph_patsslim {}

.gym_graph_purpose .ct-series-c .ct-slice-donut-solid {}

.gym_graph_bulk {}

.gym_graph_purpose .ct-series-d .ct-slice-donut-solid {}

.gym_graph_styleup {}

.gym_graph_purpose .ct-series-e .ct-slice-donut-solid {}

.gym_graph_sector .ct-label {}

/* } */

/* TRIAL */
.trial_blocks {
	overflow: hidden;
}

.trial_training {}

.trial_training_inner {
	background: url(../images/trial_training.jpg) left 0 no-repeat;
	background-size: auto 100%;
	padding-top: 39%;
}

.trial_block.on .trial_training_inner {
	background: url(../images/trial_training_on.jpg) left 0 no-repeat;
	background-size: auto 100%;
}

.trial_counseling {
	margin-left: 2%;
}

.trial_counseling_inner {
	background: url(../images/trial_counseling.jpg) left 0 no-repeat;
	background-size: auto 100%;
	padding-top: 39%;
}

.trial_block.on .trial_counseling_inner {
	background: url(../images/trial_counseling_on.jpg) left 0 no-repeat;
	background-size: auto 100%;
}

.trial_block {
	position: relative;
	float: left;
	width: 49%;
	background: #f0efeb;
}

.trial_txtBox {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 48%;
	bottom: 0;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: normal;
	width: 47%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 16px;
	line-height: 1.2;
}

.trial_txtBox:before {
	content: "なし";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
	color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
}

.trial_block.on .trial_txtBox {
	display: flex;
	text-indent: initial;
	white-space: normal;
	overflow: auto;
}

.trial_block.on .trial_txtBox:before {
	display: none;
}

.trial_item {}

.trial_item:nth-child(2) {}

.trial_block.on .trial_item:nth-child(2) {
	border-top: 1px solid #000;
	padding-top: 4%;
	margin-top: 4%;
}

.trial_item_txts {
	margin: 0;
}

.trial_item_ttl {}

.trial_item_txt {}

.trial_item_free {
	display: inline-block;
	background: #E6D900;
	padding: 2px 8px;
	border-radius: 3px;
}

.trial_info {}

.trial_info_btn {
	text-align: right;
	margin-top: 5px;
}

.trial_info_btn a {
	color: #553c9c;
	text-decoration: underline;
}

.on .trial_info_btn {
	display: none;
}

.trial_info_body {
	margin-top: 30px;
}

.on .trial_info_body {
	margin-top: 10px;
}

.trial_info_meta {
	margin-top: 20px;
}

.trial_info_meta_ttl {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	padding: 6px 12px;
	background: #000;
	line-height: 1;
	margin: 0;
}

.trial_info_meta_txt {
	font-weight: bold;
	line-height: 1.5;
	margin: 8px 0 0;
}

.trial_info_meta_txt strong {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* 

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

.trial_blocks {}

.trial_training {}

.trial_training_inner {
	padding-top: 33%;
}

.trial_block.on .trial_training_inner {}

.trial_counseling {
	margin: 20px auto 0;
}

.trial_counseling_inner {
	padding-top: 33%;
}

.trial_block.on .trial_counseling_inner {}

.trial_block {
	float: none;
	width: 100%;
}

.trial_txtBox {
	font-size: 12px;
	/*14px;*/
	left: 40%;
	width: 55%;
}

.trial_item {}

.trial_item:nth-child(2) {}

.trial_item_txts {}

.trial_item_ttl {}

.trial_item_txt {}

.trial_item_free {}

.trial_info {}

.trial_info_btn {}

.trial_info_btn a {}

.on .trial_info_btn {}

.trial_info_body {}

.on .trial_info_body {}

.trial_info_meta {}

.trial_info_meta_ttl {
	font-size: 13px;
	padding: 5px 8px;
}

.trial_info_meta_txt {
	font-size: 13px;
}

.trial_info_meta_txt strong {}

/* } */

/* 2405改修 */
.gym_recommend_trial {}

.gym_recommend_trial_body {
	margin-top: 20px;
}

.gym_recommend_trial .trial_info.on {}

.gym_recommend_trial .trial_info_btn a {
	position: relative;
	text-decoration: none;
}

.gym_recommend_detail.on .gym_recommend_trial .trial_info_btn a:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: -18px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #553c9c;
	border-right: 3px solid #553c9c;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.gym_recommend_detail.on .gym_recommend_trial .trial_info_btn.on_btn {
	display: block;
	font-size: 15px;
	margin-top: 15px;
}

.gym_recommend_detail.on .gym_recommend_trial .trial_info_body.on_body {
	display: none;
}

.gym_recommend_detail.on .gym_recommend_trial .trial_info.on .trial_info_btn.on_btn {
	display: none;
}

.gym_recommend_detail.on .gym_recommend_trial .trial_info.on .trial_info_body.on_body {
	display: block;
}

/* 

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

.gym_recommend_trial {}

.gym_recommend_trial_body {}

.gym_recommend_trial .trial_info.on {}

.gym_recommend_detail.on .gym_recommend_trial .trial_info_btn.on_btn {
	font-size: 14px;
}

.gym_recommend_detail.on .gym_recommend_trial .trial_info_body.on_body {}

.gym_recommend_detail.on .gym_recommend_trial .trial_info.on .trial_info_btn.on_btn {}

.gym_recommend_detail.on .gym_recommend_trial .trial_info.on .trial_info_body.on_body {}

/* } */

/* REVIEWS */
/* REVIEWS ジム詳細ヘッダー */
.reviews_count {
	text-align: center;
}

.reviews_count_average {
	display: inline-block;
	font-size: 18px;
}

.reviews_count_average_ttl {
	margin: 0;
	line-height: 1;
	float: left;
}

.reviews_count_average_body {
	position: relative;
	float: left;
	line-height: 1;
}

.reviews_count_average_stars {
	width: 90px;
	height: 18px;
	overflow: hidden;
}

.reviews_count_average_star {
	position: absolute;
	top: 0;
	left: 0;
	color: #ccc;
}

.reviews_count_average_ratio {
	position: absolute;
	top: 0;
	left: 0;
	color: #ffcc33;
	overflow: hidden;
	white-space: nowrap;
}

.reviews_count_average_num {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	position: absolute;
	top: -2px;
	/*0*/
	left: 90px;
	/*95px*/
	color: #ffcc33;
	font-size: 20px;
	width: 50px;
}

.reviews_count_num {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	vertical-align: top;
	margin-top: -3px;
	/*元々指定なし*/
	margin-left: 80px;
}

.reviews_count_num_ttl {}

.reviews_count_num_txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	color: #553c9c;
}

/* 

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

.reviews_count {}

.reviews_count_average {
	font-size: 15px;
	margin-left: -35px;
}

.reviews_count_average_ttl {}

.reviews_count_average_body {}

.reviews_count_average_stars {
	width: 75px;
	height: 15px;
}

.reviews_count_average_star {}

.reviews_count_average_ratio {}

.reviews_count_average_num {
	left: 77px;
	top: -2px;
}

.reviews_count_num {
	display: block;
	margin: 5px auto 0;
}

.reviews_count_num_ttl {}

.reviews_count_num_txt {}

/* } */

/* REVIEWが1つのみ */
.reviews_only {}

.reviews_only .reviews_body {
	width: 100%;
}

.on .reviews_only .reviews_body {
	width: 750px;
}

/* 

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

.reviews_only {}

.reviews_only .reviews_body {
	width: 90%;
}

.on .reviews_only .reviews_body {
	width: 95%;
}

/* } */

/* REVIEWS項目多いバージョン */
.reviews_body {
	overflow: hidden;
	position: relative;
	display: inline-block;
	background: #f0efeb;
	width: 750px;
	padding: 30px;
	box-sizing: border-box;
	margin: 0 auto;
	height: auto;
	vertical-align: top;
	margin-left: 10px;
}

.reviews_body:first-child {
	margin-left: 0;
}

.reviews_ttls_2,
.post_entry .reviews_ttls_2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	margin: 0;
	text-align: center;
}

.reviews_ttls_ttl_2 {
	display: block;
	font-size: 13px;
}

.reviews_ttls_name_2 {
	font-size: 18px;
	line-height: 1.5;
	color: #553c9c;
}

.reviews_contents {
	overflow: hidden;
	margin-top: 20px;
	text-align: left;
}

.reviews_content_1 {
	float: left;
	width: 48%;
}

.reviews_profile {
	overflow: hidden;
}

.reviews_profile_img,
.post_entry .reviews_profile_img {
	float: left;
	border: 4px solid #fff;
	box-sizing: border-box;
	border-radius: 100px;
	vertical-align: top;
	width: 100px;
	margin: 0;
}

.reviews_profile_body {
	float: left;
	width: calc(100% - 112px);
	margin-left: 12px;
}

.reviews_profile_cat,
.post_entry .reviews_profile_cat {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background: #553c9c;
	padding: 4px 8px;
	line-height: 1;
	margin: 0;
}

.reviews_profile_name,
.post_entry .reviews_profile_name {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 15px;
	line-height: 1.3;
	margin: 3px 0 0;
}

.reviews_profile_name span {
	font-size: 22px;
}

.reviews_profile_info,
.post_entry .reviews_profile_info {
	line-height: 1.5;
	margin: 3px 0 0;
}

.reviews_profile_info span,
.post_entry .reviews_profile_info span {
	margin-left: 5px;
}

.reviews_profile_info span:first-child,
.post_entry .reviews_profile_info span:first-child {
	margin-left: 0;
}

.reviews_profile_date,
.post_entry .reviews_profile_date {
	line-height: 1.3;
	font-size: 8px;
	margin: 0;
}

.reviews_result {}

.reviews_result_ttl,
.post_entry .reviews_result_ttl {
	font-size: 13px;
	font-weight: normal;
	margin: 7px 5px;
}

.reviews_result_ttl:before {
	display: none;
}

.reviews_result_ttl span {
	font-size: 17px;
	font-weight: bold;
	margin-right: 5px;
}

.reviews_result_list {
	margin: 0;
	padding: 0;
}

.reviews_result_listItem {
	border-top: 1px solid rgba(27, 8, 21, 0.3);
	font-size: 13px;
	padding: 8px 5px;
}

.reviews_result_listItem_ttl {
	display: inline-block;
	width: 65px;
}

.reviews_result_listItem_txt {}

.reviews_content_2 {
	float: left;
	width: 48%;
	margin-left: 4%;
}

.reviews_evaluation {}

.reviews_evaluation_all {
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 15px 10px;
}

.reviews_evaluation_all_ttl,
.post_entry .reviews_evaluation_all_ttl {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	float: left;
}

.reviews_evaluation_all_ttl:before {
	display: none;
}

.reviews_evaluation_all_stars {
	position: relative;
	float: right;
}

.reviews_evaluation_all_star {
	position: absolute;
	top: 5px;
	right: 60px;
	width: 179px;
	height: 27px;
	background: url(../images/star_l.png) no-repeat;
	background-size: 179px auto;
}

.reviews_evaluation_all_star:after {
	content: "";
	display: block;
	background: url(../images/star_l_on.png) no-repeat;
	background-size: 179px auto;
	height: 27px;
	width: var(--rate);
}

.reviews_evaluation_all_num {
	position: absolute;
	top: 2px;
	right: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 22px;
	color: #fff;
	line-height: 1;
	text-align: center;
	background: #c99500;
	width: 50px;
	padding: 4px 0 7px;
	box-sizing: border-box;
	border-radius: 20px;
}

.reviews_evaluation_list {
	margin: 0;
	padding: 0;
}

.reviews_evaluation_listItem {
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 6px 10px;
}

.reviews_evaluation_listItem_ttl {
	font-size: 15px;
	font-weight: bold;
	float: left;
	width: 130px;
}

.reviews_evaluation_listItem_stars {
	position: relative;
	float: right;
	width: calc(100% - 130px);
}

.reviews_evaluation_listItem_star {
	position: absolute;
	top: 7px;
	right: 25px;
	background: url(../images/star_s.png) no-repeat;
	background-size: 98px auto;
	width: 98px;
	height: 14px;
}

.reviews_evaluation_listItem_star:after {
	content: "";
	display: block;
	background: url(../images/star_s_on.png) no-repeat;
	background-size: 98px auto;
	width: var(--rate);
	height: 14px;
}

.reviews_evaluation_listItem_num {
	position: absolute;
	top: 5px;
	right: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 20px;
	color: #c99500;
	line-height: 1;
}

.reviews_content_3 {
	text-align: left;
}

.reviews_goalbox_list {
	margin: 0;
	padding: 0;
}

.reviews_goalbox_listItem {
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 10px 5px;
}

.reviews_goalbox_listItem:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.reviews_goalbox_listItem_ttl {
	position: absolute;
	color: #553c9c;
	font-weight: bold;
	line-height: 1.2;
}

.reviews_goalbox_listItem_txt {
	line-height: 1.2;
	margin-left: 120px;
	display: inline-block;
}

.reviews_goalbox_listItem_txt span {}

.reviews_goalbox_listItem_txt span:after {
	content: "・";
	display: inline-block;
	margin: 0 5px;
}

.reviews_goalbox_listItem_txt span:last-child:after {
	display: none;
}

.reviews_content_4 {}

.reviews_change {
	background: #fff;
	padding: 2%;
	margin-top: 20px;
	white-space: normal;
}

.reviews_change_ttl,
.post_entry .reviews_change_ttl {
	font-weight: bold;
	color: #553c9c;
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}

.reviews_change_txt,
.post_entry .reviews_change_txt {
	margin: 0;
	line-height: 1.6;
	text-align: left;
}

.reviews_comment {
	font-size: 15px;
	line-height: 1.6;
	background: #fff;
	padding: 2%;
	margin-top: 20px;
	white-space: normal;
	text-align: left;
}

.reviews_comment strong {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.supple {}

.linkreview {}

/* 

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

.reviews_body {
	width: 330px;
	padding: 15px;
}

.reviews_ttls_2,
.post_entry .reviews_ttls_2 {}

.reviews_ttls_ttl_2 {}

.reviews_ttls_name_2 {}

.reviews_body:first-child {}

.reviews_contents {}

.reviews_content_1 {
	float: none;
	width: 100%;
}

.reviews_profile {}

.reviews_profile_img,
.post_entry .reviews_profile_img {
	width: 80px;
	height: auto;
}

.reviews_profile_body {
	width: calc(100% - 100px);
}

.reviews_profile_cat,
.post_entry .reviews_profile_cat {}

.reviews_profile_name,
.post_entry .reviews_profile_name {}

.reviews_profile_name span {}

.reviews_profile_info,
.post_entry .reviews_profile_info {}

.reviews_profile_date,
.post_entry .reviews_profile_date {}

.reviews_result {}

.reviews_result_ttl,
.post_entry .reviews_result_ttl {
	font-size: 15px;
	line-height: 1.5;
}

.reviews_result_ttl span {}

.reviews_result_list {}

.reviews_result_listItem {}

.reviews_result_listItem_ttl {}

.reviews_result_listItem_txt {}

.reviews_content_2 {
	float: none;
	width: 100%;
	margin: 0 auto;
}

.reviews_evaluation {}

.reviews_evaluation_all {}

.reviews_evaluation_all_ttl,
.post_entry .reviews_evaluation_all_ttl {
	font-size: 15px;
}

.reviews_evaluation_all_stars {}

.reviews_evaluation_all_star {
	background-size: 140px;
	right: 59px;
	width: 140px;
}

.reviews_evaluation_all_star:after {
	background-size: 140px;
}

.reviews_evaluation_all_num {
	font-size: 20px;
	padding: 4px 0;
	top: 4px;
	right: -5px;
}

.reviews_evaluation_list {}

.reviews_evaluation_listItem {}

.reviews_evaluation_listItem_ttl {}

.reviews_evaluation_listItem_stars {}

.reviews_evaluation_listItem_star {}

.reviews_evaluation_listItem_star:after {}

.reviews_evaluation_listItem_num {}

.reviews_content_3 {}

.reviews_goalbox_list {}

.reviews_goalbox_listItem {
	min-height: 38px;
}

.reviews_goalbox_listItem:last-child {}

.reviews_goalbox_listItem_ttl {}

.reviews_goalbox_listItem_txt {
	margin-left: 70px;
}

.reviews_goalbox_listItem_txt span {}

.reviews_goalbox_listItem_txt span:after {}

.reviews_goalbox_listItem_txt span:last-child:after {}

.reviews_content_4 {}

.reviews_change {}

.reviews_change_ttl,
.post_entry .reviews_change_ttl {}

.reviews_change_txt,
.post_entry .reviews_change_txt {}

.reviews_comment {}

.reviews_comment strong {}

.supple {}

.linkreview {}

/* } */

/* REVIEWS簡易バージョン */
.reviews_ttls {
	position: absolute;
	top: 3%;
	right: 3%;
}

.reviews_ttls_ttl {
	font-size: 13px;
	font-weight: bold;
}

.reviews_ttls_ttl a {}

.reviews_body_img,
.personal-reviews .reviews_body_img,
.post_entry .reviews_body_img {
	width: 100px;
	height: auto;
	border-radius: 100px;
	float: left;
	margin: 0;
}

.reviews_body_article {
	float: left;
	width: calc(98% - 100px);
	margin: 1% 0 0 2%;
	white-space: normal;
}

.reviews_body_name,
.post_entry .reviews_body_name {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.7);
	margin: 0;
}

.reviews_body_ttl,
.post_entry .reviews_body_ttl {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.4;
	color: #553c9c;
	margin: 5px 0 0;
}

.reviews_body_average {
	position: relative;
	margin-top: 15px;
}

.reviews_body_stars {
	position: relative;
	font-size: 18px;
	width: 90px;
	line-height: 1;
}

.reviews_body_ratio {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	color: #ffcc33;
	white-space: nowrap;
}

.reviews_body_star {
	color: #ccc;
}

.reviews_body_num {
	position: absolute;
	top: 0;
	left: 110px;
	font-size: 18px;
	color: #ffcc33;
}

.reviews_body_txt,
.post_entry .reviews_body_txt {
	font-size: 14px;
	line-height: 1.6;
	margin: 20px auto 0;
}

/* 

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

.reviews_ttls {}

.reviews_ttls_ttl {}

.reviews_ttls_ttl a {}

.reviews_body_img,
.personal-reviews .reviews_body_img,
.post_entry .reviews_body_img {
	float: none;
	display: block;
	margin: 0 auto;
}

.reviews_body_article {
	float: none;
	width: 100%;
	margin: 20px auto 0;
}

.reviews_body_name,
.post_entry .reviews_body_name {
	font-size: 16px;
}

.reviews_body_ttl,
.post_entry .reviews_body_ttl {
	font-size: 18px;
}

.reviews_body_average {
	margin-top: 10px;
}

.reviews_body_stars {}

.reviews_body_ratio {}

.reviews_body_star {}

.reviews_body_num {}

.reviews_body_txt,
.post_entry .reviews_body_txt {
	margin-top: 13px;
}

/* } */

/* REVIEWS overlay */
.reviews_more {
	position: relative;
	z-index: 1;
	text-align: center;
}

.reviews_more a {
	color: #fff;
	background: #553c9c;
}

.reviews_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 3;
	overflow-x: hidden;
	overflow-y: scroll;
}

.on.reviews_overlay {
	display: block;
}

.on .scroll_body {
	overflow-y: scroll;
	white-space: normal;
	height: 100%;
	padding: 20px 0;
}

.on .scroll_body:after {
	display: none;
}

#container .on .reviews_body,
#container .on .reviews_body:first-child,
#container .on .reviews_body:last-child {
	display: block;
	margin: 10px auto;
}

.on.reviews_overlay .btn_close {
	right: 50%;
	margin-right: -410px;
}

/* 

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

.reviews_more {}

.reviews_more a {}

.reviews_overlay {}

.on.reviews_overlay {}

.on .scroll_contents {}

.on .scroll_contents:after {}

.on .reviews_body {
	width: 95%;
}

.on.reviews_overlay .btn_close {
	right: 0;
	margin-right: 0;
}

/* } */

/* 地域ジム詳細_2405改修 */
.gym_recommend_reviews.gym_recommend_reviews_popup {
	margin: 30px -5%;
}

.gym_recommend_reviews_popup .scroll_body_gr {
	height: auto;
}

.gym_recommend_reviews_popup .scroll_body_gr:after {
	display: none;
}

.gym_recommend_reviews_popup .reviews {
	display: inline-flex;
}

.gym_recommend_reviews_popup .reviews_body {
	width: 450px;
	padding: 20px;
}

.gym_recommend_reviews_popup .reviews_body:first-child {
	margin-left: 30px;
}

.gym_recommend_reviews_popup .reviews_body:last-child {
	margin-right: 30px;
}

.gym_recommend_reviews_popup .reviews_ttls_ttl_2 {
	font-size: 15px;
}

.gym_recommend_reviews_popup .reviews_contents {
	margin-top: 10px;
}

.gym_recommend_reviews_popup .reviews_profile_img {
	float: none;
	display: inline-block;
	width: 80px;
	height: auto;
}

.gym_recommend_reviews_popup .reviews_profile {
	overflow: visible;
}

.gym_recommend_reviews_popup .reviews_profile::after {
	content: '';
	display: block;
	clear: both;
}

.gym_recommend_reviews_popup .reviews_profile_body {
	float: none;
	width: auto;
	margin: 0 3px;
	display: inline-block;
}

.gym_recommend_reviews_popup .reviews_ttls_name_2 {
	display: none;
}

.gym_recommend_reviews_popup .reviews_profile_info span {
	display: block;
	margin: 0 auto;
}

.gym_recommend_reviews_popup .reviews_profile_cat {
	display: none;
}

.gym_recommend_reviews_popup .reviews_profile_name {
	display: none;
}

.gym_recommend_reviews_popup .reviews_evaluation_all {
	border: none;
}

.gym_recommend_reviews_popup .reviews_evaluation_all_star,
.gym_recommend_reviews_popup .reviews_evaluation_listItem_star {
	display: none;
}

.gym_recommend_reviews_popup .reviews_content_3 {
	display: none;
}

.gym_recommend_reviews_popup .reviews_change {
	margin-top: 10px;
}

.gym_recommend_reviews_popup .reviews_comment {
	display: none;
}

.gym_recommend_reviews_popup .reviews_more {
	display: none;
}

/* 

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

.gym_recommend_reviews.gym_recommend_reviews_popup {}

.gym_recommend_reviews_popup .scroll_body_gr {}

.gym_recommend_reviews_popup .scroll_body_gr:after {}

.gym_recommend_reviews_popup .reviews {}

.gym_recommend_reviews_popup .reviews_body {
	width: 75%;
	padding: 13px;
}

.gym_recommend_reviews_popup .reviews_body:first-child {
	margin-left: 20px;
}

.gym_recommend_reviews_popup .reviews_body:last-child {
	margin-right: 20px;
}

.gym_recommend_reviews_popup .reviews_ttls_ttl_2 {
	margin-left: 17px;
}

.gym_recommend_reviews_popup .reviews_contents {
	margin-top: 8px;
}

.gym_recommend_reviews_popup .reviews_profile_img {
	width: 55px;
	border: 2px solid #fff;
}

.gym_recommend_reviews_popup .reviews_profile {}

.gym_recommend_reviews_popup .reviews_profile::after {}

.gym_recommend_reviews_popup .reviews_profile_body {}

.gym_recommend_reviews_popup .reviews_ttls_name_2 {}

.gym_recommend_reviews_popup .reviews_profile_info span {
	display: inline-block;
	margin-right: 5px;
	font-size: 15px;
}

.gym_recommend_reviews_popup .reviews_profile_date {
	font-size: 10px;
}

.gym_recommend_reviews_popup .reviews_result_ttl {
	font-size: 14px;
	margin-bottom: 4px;
}

.gym_recommend_reviews_popup .reviews_result_ttl span {
	font-size: 14px;
}

.gym_recommend_reviews_popup .reviews_result_list {
	border-bottom: 1px solid rgba(27, 8, 21, 0.3);
}

.gym_recommend_reviews_popup .reviews_result_listItem {
	padding: 5px;
}

.gym_recommend_reviews_popup .reviews_content_2 {
	white-space: normal;
}

.gym_recommend_reviews_popup .reviews_evaluation_all {
	padding: 6px 5px;
}

.gym_recommend_reviews_popup .reviews_evaluation_all_ttl {
	font-size: 13px;
	display: inline-block;
	color: #fff;
}

.gym_recommend_reviews_popup .for_gym_reviews {
	display: none;
}

.gym_recommend_reviews_popup .reviews_evaluation {
	display: inline-block;
}

.gym_recommend_reviews_popup .reviews_evaluation_all {
	padding: 5px 11px 1px;
	background: #c99500;
	border-radius: 100px;
	display: inline-block;
	margin: 8px 0 4px;
}

.gym_recommend_reviews_popup .reviews_evaluation_all_stars {
	position: static;
	float: none;
	display: inline-block;
	margin: -2px 0 -5px;
	line-height: 1;
	vertical-align: top;
}

.gym_recommend_reviews_popup .reviews_evaluation_all_num {
	position: static;
	padding: 0;
	width: auto;
	border-radius: 0;
	font-size: 17px;
	background: none;
	margin-left: 3px;
	display: inline-block;
}

.gym_recommend_reviews_popup .reviews_evaluation_list {}

.gym_recommend_reviews_popup .reviews_evaluation_listItem {
	padding: 0 9px;
	display: inline-block;
	line-height: 1;
	padding-bottom: 4px;
	border: 1px solid rgba(27, 8, 21, 0.3);
	border-radius: 100px;
	margin: 1px;
}

.gym_recommend_reviews_popup .reviews_evaluation_listItem_ttl {
	font-size: 11px;
	float: none;
	width: auto;
}

.gym_recommend_reviews_popup .reviews_evaluation_listItem_stars {
	float: none;
}

.gym_recommend_reviews_popup .reviews_evaluation_listItem_num {
	position: static;
	font-size: 15px;
	vertical-align: bottom;
}

.gym_recommend_reviews_popup .reviews_profile_cat {}

.gym_recommend_reviews_popup .reviews_profile_name {}

.gym_recommend_reviews_popup .reviews_evaluation_all_star,
.gym_recommend_reviews_popup .reviews_evaluation_listItem_star {}

.gym_recommend_reviews_popup .reviews_change {
	margin-top: 6px;
}

.gym_recommend_reviews_popup .reviews_change_ttl {
	font-size: 14px;
}

.gym_recommend_reviews_popup .reviews_change_txt {
	font-size: 13px;
}

.gym_recommend_reviews_popup .reviews_comment {}

.gym_recommend_reviews_popup .reviews_more {}

/* } */

/* 店舗詳細リスト項目 */
.shop_listContent {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #000;
	padding: 40px 0px;
}

.shop_listContent:first-child {
	border-top: none;
}

.shop_listContent_ttl {
	width: 20%;
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: normal;
	margin: 0;
}

.shop_listContent_ttl img {
	margin: 0 auto;
}

.shop_listContent_ttl span {
	display: block;
	color: #553c9c;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
}

.shop_listContent_list {
	float: left;
	width: 80%;
	margin: 0 0 0 20%;
	text-align: left;
}

.shop_listContent_list li {
	position: relative;
	display: inline-block;
	width: 200px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 15px;
	color: rgba(0, 0, 0, 0.3);
	font-weight: bold;
	line-height: 1;
	margin: 10px;
	vertical-align: top;
	box-sizing: border-box;
	border-radius: 100px;
	text-align: center;
	padding: 16px 0;
}

.shop_listContent_list li.on {
	color: #fff;
	background: #553c9c;
	border: 1px solid #553c9c;
}

.shop_listContent_note {
	text-align: left;
	background: #fff;
	padding: 3%;
}

.shop_listContent_note h4 {
	margin: 0;
}

.shop_listContent_note p {
	font-size: 14px;
	margin: 5px auto 0;
}

/* 

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

.shop_listContent {}

.shop_listContent:first-child {}

.shop_listContent_ttl {
	width: 100%;
	display: block;
	position: static;
}

.shop_listContent_ttl img {}

.shop_listContent_ttl span {}

.shop_listContent_list {
	float: none;
	width: 100%;
	margin: 20px auto 0;
}

.shop_listContent_list li {
	width: 49%;
	margin: 1% 0;
	font-size: 14px;
	padding: 12px 0;
}

.shop_listContent_list li:nth-child(even) {
	margin-left: 2%;
}

.shop_listContent_list li.on {}

.shop_listContent_note {}

.shop_listContent_note h4 {}

.shop_listContent_note p {
	line-height: 1.3;
}

/* } */

/* 店舗リスト */
.shop_list_2 {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

.shop_listItem_2 {
	position: relative;
	background: #fff;
	width: 75%;
	margin-left: 10px;
	border-radius: 20px;
	padding: 3% 4%;
	box-sizing: border-box;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	max-width: 430px;
	text-align: left;
}

.shop_listItem_2:first-child {
	margin-left: 0;
}

.shop_listItem_header_2 {}

.shop_listItem_ttl_2 {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 33px;
	color: #553C9C;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

.shop_listItem_ttl_2:before {
	content: "";
	position: absolute;
	top: -48px;
	left: -10px;
	width: 70px;
	height: 45px;
}

.shop_listItem_ttl_2 a {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 20px;
	color: #553C9C;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

.shop_listItem_header_2_num1 .shop_listItem_ttl_2:before {
	background: url(../images/icon_no1.png) center 0 no-repeat;
	background-size: 100% auto;
}

.shop_listItem_header_2_num2 .shop_listItem_ttl_2:before {
	background: url(../images/icon_no2.png) center 0 no-repeat;
	background-size: 100% auto;
}

.shop_listItem_header_2_num3 .shop_listItem_ttl_2:before {
	background: url(../images/icon_no3.png) center 0 no-repeat;
	background-size: 100% auto;
}

.shop_listItem_review_2 {
	position: relative;
	margin-top: 10px;
}

.shop_listItem_review_ttl_2 {
	display: inline-block;
	line-height: 1;
	font-size: 15px;
	margin-top: 2px;
}

.shop_listItem_review_star_2 {
	position: absolute;
	top: 0;
	left: 120px;
	background: url(../images/star_s.png) no-repeat;
	background-size: 120px auto;
	width: 120px;
	height: 19px;
}

.shop_listItem_review_star_2:after {
	content: "";
	display: block;
	background: url(../images/star_s_on.png) no-repeat;
	background-size: 120px auto;
	width: var(--rate);
	height: 19px;
}

.shop_listItem_header_score_2 {
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	color: #c99500;
	line-height: 1;
	font-size: 22px;
	position: absolute;
	left: 250px;
}

.shop_listItem_img_2 {
	margin-top: 20px;
}

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

.shop_listItem_minttl_2 {
	font-size: 18px;
	font-weight: bold;
	color: #553c9c;
	line-height: 1.5;
	margin: 15px auto 0;
}

.shop_listItem_txt_2 {
	font-size: 14px;
	line-height: 1.6;
	height: 44px;
	overflow: hidden;
	margin: 8px auto 15px;
}

.shop_listItem_info_2 {
	position: relative;
	font-weight: bold;
	line-height: 1.5;
	border-top: 1px solid #a9a7a7;
	padding: 6px 0 6px 20px;
	margin: 0;
}

.shop_listItem_info_2:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.shop_listItem_info_2:last-of-type {
	border-bottom: 1px solid #a9a7a7;
}

.shop_listItem_access_2 {}

.shop_listItem_access_2:before {
	background: url(../images/icon_area_2.png) center 0 no-repeat;
	background-size: 100% auto;
	left: 2px;
	width: 14px;
	height: 20px;
}

.shop_listItem_fee_2 {}

.shop_listItem_fee_2:before {
	background: url(../images/icon_planfee.png) center 0 no-repeat;
	background-size: 100% auto;
	width: 18px;
	left: 0;
	height: 18px;
}

.shop_listItem_infottl_2 {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
}

.shop_listItem_infotxt_2 {
	font-size: 16px;
	margin-left: 10px;
}

.shop_listItem_btns_2 {}

.shop_listItem_btn_2 {
	display: block;
	text-align: center;
	background: #553c9c;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	border-radius: 8px;
	font-size: 16px;
	margin-top: 20px;
}

/* アワード受賞 */
.get_award {
	position: relative;
}

.get_award:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/icon_award.png) center 0 no-repeat;
	background-size: 100% auto;
	width: 120px;
	height: 101px;
}

/* 

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

.shop_list_2 {}

.shop_listItem_2 {
	margin: 4% 0 0 2px;
	padding: 5% 4%;
	min-width: 270px;
}

.shop_listItem_2:first-child {
	margin-left: 5%;
}

.shop_listItem_header_2 {}

.shop_listItem_ttl_2 {
	font-size: 20px;
}

.shop_listItem_ttl_2:before {
	top: -29px;
	left: -5px;
	width: 45px;
	height: 28px;
}

.shop_listItem_header_2_num1 .shop_listItem_ttl_2:before {}

.shop_listItem_header_2_num2 .shop_listItem_ttl_2:before {}

.shop_listItem_header_2_num3 .shop_listItem_ttl_2:before {}

.shop_listItem_review_2 {
	margin-top: 5px;
}

.shop_listItem_review_ttl_2 {
	font-size: 12px;
}

.shop_listItem_review_star_2 {
	background-size: 93px auto;
	width: 93px;
	height: 14px;
	top: 3px;
	left: 78px;
}

.shop_listItem_review_star_2:after {
	background-size: 93px auto;
	height: 14px;
}

.shop_listItem_header_score_2 {
	font-size: 17px;
	left: 178px;
}

.shop_listItem_img_2 {
	margin-top: 10px;
}

.shop_listItem_img_2 img {}

.shop_listItem_minttl_2 {
	margin-top: 3%;
	font-size: 14px;
	line-height: 1.3;
}

.shop_listItem_txt_2 {
	font-size: 12px;
	line-height: 1.5;
	margin: 5px auto 10px;
	height: 34px;
}

.shop_listItem_info_2 {
	width: 70%;
}

.shop_listItem_info_2:before {}

.shop_listItem_info_2:last-of-type {
	border-bottom: none;
}

.shop_listItem_access_2 {}

.shop_listItem_access_2:before {}

.shop_listItem_fee_2 {}

.shop_listItem_fee_2:before {}

.shop_listItem_infottl_2 {
	display: none;
}

.shop_listItem_infotxt_2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: normal;
	font-size: 11px;
	line-height: 1.2;
	margin: auto;
}

.shop_listItem_btns_2 {
	position: absolute;
	right: 3%;
	bottom: 4%;
	width: 65px;
	height: 65px;
}

.shop_listItem_btn_2 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	font-size: 12px;
	width: 100%;
	height: 100%;
	margin-top: 5%;
	line-height: 1.2;
	border-radius: 100px;
	box-sizing: border-box;
	padding-top: 17px;
	padding-top: 30%;
	box-shadow: 0 3px 9px rgb(55 26 135 / 40%);
}

/* アワード受賞 */
.get_award {}

.get_award:before {
	width: 80px;
	height: 80px;
}

/* } */

/* ポップアップ */
.popup_gyms.on {
	display: block;
}

.popup_gym_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100000000001;
}

.popup_gym {
	position: fixed;
	top: 36px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	z-index: 100000000002;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.popup_gym_title {
	display: none;
	position: fixed;
	z-index: 100000000003;
	left: 0;
	right: 0;
	top: 0;
	background: #553c9c;
	color: #fff;
	font-weight: bold;
	padding: 15px 10px 20px;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}

.popup_gym_btn_prev,
.popup_gym_btn_next {
	display: none;
	position: fixed;
	width: 35px;
	height: 40px;
	border-radius: 20px 0 0 20px;
	background: #fff;
	box-shadow: 0 3px 7px rgba(55, 26, 135, 0.3);
	z-index: 100000000003;
}

.popup_gym_btn_prev:before,
.popup_gym_btn_next:before,
.popup_gym_btn_close:before,
.popup_gym_btn_close:after {
	content: "";
}

.popup_gym_btn_prev {
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	border-radius: 0 20px 20px 0;
}

.popup_gym_btn_prev:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #553c9c;
	border-right: 1px solid #553c9c;
	left: 13px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.popup_gym_btn_next {
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
}

.popup_gym_btn_next:before {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #553c9c;
	border-right: 1px solid #553c9c;
	right: 15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup_gym_btn_close {
	display: none;
	position: fixed;
	top: 3px;
	right: 3px;
	background: #2d2d2d75;
	box-shadow: none;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	z-index: 100000000003;
}

.popup_gym_btn_close:before,
.popup_gym_btn_close:after {
	position: absolute;
	top: 50%;
	left: 12px;
	right: 12px;
	height: 1px;
	background: #fff;
	transform: rotate(135deg);
}

.popup_gym_btn_close:after {
	transform: rotate(45deg);
}

.popup_gym_bg.on,
.popup_gym_btn_prev.on,
.popup_gym_btn_next.on,
.popup_gym_btn_close.on,
.popup_gym_title.on {
	display: block;
}

.popup_gym_btn_prev.off,
.popup_gym_btn_next.off {
	display: none;
}

/* rizapPRバナー（地域まとめコンテンツ版：post_entry） */
/* rizapPRバナー（地域まとめ：gym_entry） */
#rizapPR_ad {
	position: relative;
	margin: 50px auto 0;
	background: #eee;
	max-width: 750px;
}

#rizapPR_ad2 {
	position: relative;
	margin: 50px auto 0;
	background: #eee;
	max-width: 750px;
}

.post_entry .rizapPR_ad_pr {
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 20px;
	margin: 0;
	/*  font-size: 20px!important;
  margin: 0!important;
  line-height:1!important;*/
}

.post_entry .rizapPR_ad_img {
	display: block;
	width: 20%;
	height: auto;
	/*  width: 20%!important;
  height: auto!important;
  margin: 0px!important;*/
	margin: 0;
}

.post_entry .rizapPR_ad_txts {
	position: absolute;
	top: 0;
	left: 20%;
	bottom: 0;
	margin: 0 20px;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: normal;
}

.post_entry .rizapPR_ad_ttl {
	margin: 0;
	font-size: 28px;
	/*  margin: 0!important;
  font-size: 28px!important;*/
	line-height: 1.2;
	color: #553c9c;
}

.post_entry .rizapPR_ad_ttl span {
	display: block;
	font-size: 14px;
}

.post_entry .rizapPR_ad_txt {
	margin: 3px 0 0;
	font-size: 18px;
	line-height: 1.2;
	/*  margin: 3px 0 0!important;
  font-size: 18px!important;
  line-height: 1.2!important;*/
}

.post_entry .rizapPR_ad_names {
	overflow: hidden;
	margin-top: 10px;
	background: #222;
	padding: 4px 8px;
	width: fit-content;
}

.post_entry .rizapPR_ad_logo {
	float: left;
}

.post_entry .rizapPR_ad_name {
	float: left;
	margin: 5px 0 0 6px;
	font-size: 13px;
	color: #fff;
	line-height: 1;
}

.post_entry .rizapPR_ad_btn {
	position: absolute;
	right: 16px;
	bottom: 14px;
	color: #553c9c;
	font-size: 17px;
	font-weight: bold;
}

.post_entry .rizapPR_ad_btn:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: -18px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #553c9c;
	border-right: 3px solid #553c9c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.post_entry .otherPR_ad_names {
	overflow: hidden;
	margin-top: 10px;
	background: #fff;
	padding: 4px 8px;
	width: fit-content;
}

.post_entry .otherPR_ad_logo {
	float: left;
	width: auto;
	height: 23px;
	margin: 0px;
}

.post_entry .otherPR_ad_name {
	float: left;
	margin: 5px 0 0 6px;
	font-size: 13px;
	/*  margin: 5px 0 0 6px!important;
  font-size: 13px!important;*/
	color: #222;
	line-height: 1;
	/*  line-height: 1!important;*/
}

.gym_entry .rizapPR_ad_pr {
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 20px;
	margin: 0;
	/*  font-size: 20px!important;
  margin: 0!important;
  line-height:1!important;*/
}

.gym_entry .rizapPR_ad_img {
	display: block;
	width: 20%;
	height: auto;
	/*  width: 20%!important;
  height: auto!important;
  margin: 0px!important;*/
	margin: 0;
}

.gym_entry .rizapPR_ad_txts {
	position: absolute;
	top: 0;
	left: 20%;
	bottom: 0;
	margin: 0 20px;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: normal;
}

.gym_entry .rizapPR_ad_ttl {
	margin: 0;
	font-size: 28px;
	/*  margin: 0!important;
  font-size: 28px!important;*/
	line-height: 1.2;
	color: #553c9c;
}

.gym_entry .rizapPR_ad_ttl span {
	display: block;
	font-size: 14px;
}

.gym_entry .rizapPR_ad_txt {
	margin: 3px 0 0;
	font-size: 18px;
	line-height: 1.2;
	/*  margin: 3px 0 0!important;
  font-size: 18px!important;
  line-height: 1.2!important;*/
}

.gym_entry .rizapPR_ad_names {
	overflow: hidden;
	margin-top: 10px;
	background: #222;
	padding: 4px 8px;
	width: fit-content;
}

.gym_entry .rizapPR_ad_logo {
	float: left;
}

.gym_entry .rizapPR_ad_name {
	float: left;
	margin: 5px 0 0 6px;
	font-size: 13px;
	color: #fff;
	line-height: 1;
}

.gym_entry .rizapPR_ad_btn {
	position: absolute;
	right: 16px;
	bottom: 14px;
	color: #553c9c;
	font-size: 17px;
	font-weight: bold;
}

.gym_entry .rizapPR_ad_btn:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: -18px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #553c9c;
	border-right: 3px solid #553c9c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gym_entry .otherPR_ad_names {
	overflow: hidden;
	margin-top: 10px;
	background: #fff;
	padding: 4px 8px;
	width: fit-content;
}

.gym_entry .otherPR_ad_logo {
	float: left;
	width: auto;
	height: 23px;
	margin: 0px;
}

.gym_entry .otherPR_ad_name {
	float: left;
	margin: 5px 0 0 6px;
	font-size: 13px;
	/*  margin: 5px 0 0 6px!important;
  font-size: 13px!important;*/
	color: #222;
	line-height: 1;
	/*  line-height: 1!important;*/
}

/* 
@media screen and (max-width:1200px){ */

.post_entry .rizapPR_ad_ttl {
	font-size: 25px;
}

.post_entry .rizapPR_ad_txt {}

.post_entry .rizapPR_ad_names {}

.post_entry .rizapPR_ad_logo {
	height: 20px;
}

.post_entry .rizapPR_ad_name {}

.post_entry .rizapPR_ad_btn {}

.post_entry .otherPR_ad_names {}

.post_entry .otherPR_ad_logo {
	height: 20px;
}

.post_entry .otherPR_ad_name {}

.gym_entry .rizapPR_ad_ttl {
	font-size: 25px;
}

.gym_entry .rizapPR_ad_txt {}

.gym_entry .rizapPR_ad_names {}

.gym_entry .rizapPR_ad_logo {
	height: 20px;
}

.gym_entry .rizapPR_ad_name {}

.gym_entry .rizapPR_ad_btn {}

.gym_entry .otherPR_ad_names {}

.gym_entry .otherPR_ad_logo {
	height: 20px;
}

.gym_entry .otherPR_ad_name {}

/* } */
/* @media screen and (max-width:1100px){ */

.post_entry .rizapPR_ad_pr {
	top: 10px;
	right: 10px;
	font-size: 15px;
}

.post_entry .rizapPR_ad_txts {
	margin: -5px 30px 0 10px;
}

.post_entry .rizapPR_ad_ttl {
	font-size: 18px;
	line-height: 1;
}

.post_entry .rizapPR_ad_ttl span {
	display: inline-block;
	font-size: 11px;
}

.post_entry .rizapPR_ad_txt {
	font-size: 13px;
	margin-top: 2px;
}

.post_entry .rizapPR_ad_names {
	padding: 3px 7px;
}

.post_entry .rizapPR_ad_logo {
	height: 15px;
}

.post_entry .rizapPR_ad_name {
	font-size: 11px;
	margin: 3px 0 0 5px;
}

.post_entry .rizapPR_ad_btn {
	font-size: 15px;
	right: 10px;
	bottom: 10px;
}

.post_entry .rizapPR_ad_btn:before {
	margin-top: -4px;
	left: -16px;
	width: 5px;
	height: 5px;
}

.post_entry .otherPR_ad_names {
	padding: 3px 7px;
}

.post_entry .otherPR_ad_logo {
	height: 15px;
}

.post_entry .otherPR_ad_name {
	font-size: 11px;
	margin: 3px 0 0 5px;
}

.gym_entry .rizapPR_ad_pr {
	top: 10px;
	right: 10px;
	font-size: 15px;
}

.gym_entry .rizapPR_ad_txts {
	margin: -5px 30px 0 10px;
}

.gym_entry .rizapPR_ad_ttl {
	font-size: 18px;
	line-height: 1;
}

.gym_entry .rizapPR_ad_ttl span {
	display: inline-block;
	font-size: 11px;
}

.gym_entry .rizapPR_ad_txt {
	font-size: 13px;
	margin-top: 2px;
}

.gym_entry .rizapPR_ad_names {
	padding: 3px 7px;
}

.gym_entry .rizapPR_ad_logo {
	height: 15px;
}

.gym_entry .rizapPR_ad_name {
	font-size: 11px;
	margin: 3px 0 0 5px;
}

.gym_entry .rizapPR_ad_btn {
	font-size: 15px;
	right: 10px;
	bottom: 10px;
}

.gym_entry .rizapPR_ad_btn:before {
	margin-top: -4px;
	left: -16px;
	width: 5px;
	height: 5px;
}

.gym_entry .otherPR_ad_names {
	padding: 3px 7px;
}

.gym_entry .otherPR_ad_logo {
	height: 15px;
}

.gym_entry .otherPR_ad_name {
	font-size: 11px;
	margin: 3px 0 0 5px;
}

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

#rizapPR_ad {
	width: 95%;
	margin-top: 30px;
}

#rizapPR_ad2 {
	width: 95%;
	margin-top: 30px;
}

.post_entry #rizapPR_ad {
	width: 100%;
	margin-top: 30px;
}

.post_entry #rizapPR_ad2 {
	width: 100%;
	margin-top: 30px;
}

.post_entry .rizapPR_ad_pr {
	top: 5px;
	right: 5px;
	font-size: 10px;
}

.post_entry .rizapPR_ad_img {
	width: 27%;
}

.post_entry .rizapPR_ad_txts {
	left: 27%;
	margin: 0 10px;
}

.post_entry .rizapPR_ad_ttl {
	font-size: 16px;
	line-height: 1.1;
}

.post_entry .rizapPR_ad_ttl span {}

.post_entry .rizapPR_ad_txt {
	font-size: 12px;
	line-height: 1;
}

.post_entry .rizapPR_ad_names {
	margin-top: 5px;
}

.post_entry .rizapPR_ad_logo {
	height: 12px;
}

.post_entry .rizapPR_ad_name {
	font-size: 10px;
	margin-top: 1px;
}

.post_entry .rizapPR_ad_btn {
	font-size: 11px;
	right: 5px;
	bottom: 5px;
}

.post_entry .rizapPR_ad_btn:before {
	margin-top: -3px;
	left: -12px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #553c9c;
	border-right: 2px solid #553c9c;
}

.post_entry .otherPR_ad_names {
	margin-top: 5px;
}

.post_entry .otherPR_ad_logo {
	height: 12px;
}

.post_entry .otherPR_ad_name {
	font-size: 10px;
	margin-top: 1px;
}

.gym_entry .rizapPR_ad_pr {
	top: 5px;
	right: 5px;
	font-size: 10px;
}

.gym_entry .rizapPR_ad_img {
	width: 27%;
}

.gym_entry .rizapPR_ad_txts {
	left: 27%;
	margin: 0 10px;
}

.gym_entry .rizapPR_ad_ttl {
	font-size: 16px;
	line-height: 1.1;
}

.gym_entry .rizapPR_ad_ttl span {}

.gym_entry .rizapPR_ad_txt {
	font-size: 12px;
	line-height: 1;
}

.gym_entry .rizapPR_ad_names {
	margin-top: 5px;
}

.gym_entry .rizapPR_ad_logo {
	height: 12px;
}

.gym_entry .rizapPR_ad_name {
	font-size: 10px;
	margin-top: 1px;
}

.gym_entry .rizapPR_ad_btn {
	font-size: 11px;
	right: 5px;
	bottom: 5px;
}

.gym_entry .rizapPR_ad_btn:before {
	margin-top: -3px;
	left: -12px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #553c9c;
	border-right: 2px solid #553c9c;
}

.gym_entry .otherPR_ad_names {
	margin-top: 5px;
}

.gym_entry .otherPR_ad_logo {
	height: 12px;
}

.gym_entry .otherPR_ad_name {
	font-size: 10px;
	margin-top: 1px;
}

/* } */
/* @media screen and (max-width:355px){ */
.post_entry .rizapPR_ad_ttl {
	font-size: 13px;
}

.post_entry .rizapPR_ad_txt {
	font-size: 10px;
}

.gym_entry .rizapPR_ad_ttl {
	font-size: 13px;
}

.gym_entry .rizapPR_ad_txt {
	font-size: 10px;
}

/* } */

/* rizapPR_imgs */
.rizapPR_imgs {
	margin: 40px auto 0;
}

.shop_entry .rizapPR_imgs {
	margin-top: 120px;
}

.rizapPR_imgs_ttls {
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	margin: 0;
}

.rizapPR_imgs_txt {
	color: #553c9c;
	font-size: 25px;
}

.rizapPR_imgs_ttl {
	display: block;
	font-size: 30px;
	line-height: 1.2;
}

.rizapPR_imgs_body {
	margin-top: 25px;
}

.rizapPR_imgs img {
	display: block;
	width: 100%;
	height: auto;
}

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

.rizapPR_imgs {}

.shop_entry .rizapPR_imgs {
	margin-top: 60px;
	width: 95%;
}

.rizapPR_imgs_ttls {}

.rizapPR_imgs_txt {
	font-size: 19px;
}

.rizapPR_imgs_ttl {
	font-size: 22px;
}

.rizapPR_imgs_body {
	margin-top: 20px;
}

.rizapPR_imgs img {}

/* } */

/*-----------------------------------------------------------------------------* 記事詳細（content-single-article.php） */
/*ヘッダー*/
#post_header {
	border-bottom: 1px solid #413856;
	margin-bottom: 40px;
	padding-bottom: 40px;
	overflow: hidden;
	position: relative;
}

#post_txts {
	float: right;
	width: 60%;
	padding-left: 3%;
	box-sizing: border-box;
	position: absolute;
	top: -40px;
	bottom: 0;
	right: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#post_ttl {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 auto;
}

.post_tag {
	margin-top: 15px;
}

.post_tagItem {
	display: inline-block;
	border-radius: 100px;
	padding: 6px 12px;
	line-height: 1;
	color: #fff;
	background: #1b0815;
}

#post_date {
	font-size: 12px;
	color: #999;
	line-height: 1;
	margin-top: 20px;
}

#post_img {
	float: left;
	width: 40%;
}

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

/* 

@media screen and (max-width:1287px){ */

#post_txts {
	display: block;
	position: static;
}

/* } */
/* 

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

#post_header {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#post_txts {
	float: none;
	width: 100%;
}

#post_ttl {
	font-size: 24px;
}

.post_tag {
	margin-top: 10px;
}

.post_tagItem {
	font-size: 13px;
}

#post_date {
	text-align: right;
	margin-top: 10px;
}

#post_img {
	margin-top: 20px;
	float: none;
	width: 100%;
}

#post_img img {}

/* } */

.post_entry {}

/* 

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

.post_entry {}

/* } */

/* タイトル */
.post_entry h1 {}

.post_entry h2 {
	font-size: 28px;
	line-height: 1.3;
	margin-top: 60px;
}

.post_entry h3 {
	font-size: 20px;
	margin: 30px 0 5px;
}

.post_entry h3:before {}

.post_entry h4 {
	position: relative;
	font-size: 18px;
	line-height: 1.3;
	margin-top: 45px;
	margin-left: 20px;
}

.post_entry h4:before {
	content: "";
	background: #1b0815;
	margin-left: -18px;
	position: absolute;
	width: 4px;
	height: 95%;
}

.post_entry h5 {
	position: relative;
	color: #f0299f;
	line-height: 1.3;
	margin-top: 40px;
	margin-left: 22px;
}

.post_entry h5:before {
	content: "";
	background: #f0299f;
	margin-left: -22px;
	position: absolute;
	top: 10px;
	width: 13px;
	height: 4px;
}

.post_entry h6 {}

/* 

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

.post_entry h1 {}

.post_entry h2 {
	font-size: 22px;
	margin-top: 40px;
}

.post_entry h3 {
	font-size: 18px;
	line-height: 1.4;
}

.post_entry h3:before {}

.post_entry h4 {}

.post_entry h4:before {}

.post_entry h5 {}

.post_entry h5:before {}

.post_entry h6 {}

/* } */

/* 本文 */
.post_entry p {
	font-size: 14px;
	line-height: 2;
	margin: 15px auto;
}

.post_entry p strong {
	display: inline;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.post_entry p b {}

.post_entry p ye {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.post_entry a {
	color: #553C9C;
	text-decoration: underline;
}

/* 

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

.post_entry p {
	line-height: 1.8;
	margin-top: 20px;
}

.post_entry p strong {}

.post_entry p b {}

.post_entry a {}

/* } */

/* 画像 */
.post_entry figure {
	margin: 0;
}

.post_entry img,
.post_entry figure img {
	width: 100%;
	height: auto;
	margin: 30px auto 20px;
}

.post_entry .wp-caption {}

.post_entry figcaption,
.post_entry .wp-caption-text {}

.post_entry figure a {}

.post_entry figure a img {}

/* 

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

.post_entry figure {}

.post_entry img,
.post_entry figure img {}

.post_entry .wp-caption {}

.post_entry figcaption,
.post_entry .wp-caption-text {}

.post_entry figure a {}

.post_entry figure a img {}

/* } */

/* テーブル */
.post_entry .wp-block-table {}

.post_entry .table_wrapper table {}

.post_entry table {
	margin: 30px 0;
}

.post_entry tr {}

.post_entry th {}

.post_entry td {}

.gymbasis {
	border-top: 1px solid rgba(65, 56, 86, 0.3);
	border-bottom: 1px solid rgba(65, 56, 86, 0.3);
}

.gymbasis tr {}

.gymbasis tr:nth-child(2n+1) {
	background: #f0efeb;
}

.gymbasis td {
	border-bottom: none;
	width: 70%;
}

.gymbasis tr:first-child td {
	border-top: none;
}

.gymbasis td:first-child {
	width: 30%;
}

/* 

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

.post_entry .wp-block-table {}

.post_entry .table_wrapper table {}

.post_entry table {}

.post_entry tr {}

.post_entry th {}

.post_entry td {}

.gymbasis {}

.gymbasis tr {}

.gymbasis tr:nth-child(2n+1) {}

.gymbasis td {}

.gymbasis tr:first-child td {}

.gymbasis td:first-child {}

/* } */

/* リスト */
.post_entry ul {}

.post_entry li {}

/* 

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

.post_entry ul {}

.post_entry li {}

/* } */

/* 動画 */
.post_entry .wp-block-embed__wrapper {}

.post_entry .wp-block-embed__wrapper iframe {}

.post_entry iframe {}

.post_entry .youtube_wrapper {}

.post_entry .youtube_wrapper iframe {}

.post_entry .instagram_wrapper {}

.post_entry .instagram iframe {}

/* 

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

.post_entry .wp-block-embed__wrapper {}

.post_entry .wp-block-embed__wrapper iframe {}

.post_entry iframe {}

.post_entry .youtube_wrapper {}

.post_entry .youtube_wrapper iframe {}

.post_entry .instagram_wrapper {}

.post_entry .instagram iframe {}

/* } */

/* 引用 */
.post_entry blockquote {}

.post_entry blockquote strong {}

.post_entry blockquote p {}

.post_entry blockquote p br {}

.post_entry blockquote cite {}

/* 

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

.post_entry blockquote {}

.post_entry blockquote strong {}

.post_entry blockquote p {}

.post_entry blockquote p br {}

.post_entry blockquote cite {}

/* } */


/* オリジナルクラス */
.post_entry .start {
	margin-bottom: 30px;
}

.post_entry .start p {}

.post_entry .box26 {
	position: relative;
	border: solid 3px #553C9C;
	margin: 40px 0 30px;
	padding: 2%;
}

.post_entry .box26 a {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	line-height: 2.2;
}

.post_entry .box-title {
	position: absolute;
	top: -15px;
	left: 10px;
	color: #553C9C;
	font-size: 16px;
	/*20px*/
	font-weight: bold;
	line-height: 1.4;
	background: #FFF;
	padding: 0 10px;
}

.post_entry .box26 p {
	font-weight: bold;
	margin: 0;
}

.post_entry .pointdetail {
	border: solid 1px rgba(65, 56, 86, 0.3);
	margin-top: 30px;
	line-height: 1.8;
	padding: 30px;
	border-radius: 3px;
}

.post_entry .box12 {
	padding: 30px;
	margin: 30px 0;
	background: #f0efeb;
}

.post_entry .box12 p {
	margin: 0;
}

.post_entry .gymto {
	margin-top: 40px;
}

.post_entry .gymto a {
	color: #1b0815;
	text-decoration: none;
}

.post_entry .outng {
	border: solid 1px rgba(65, 56, 86, 0.3);
	padding: 20px;
	margin: 30px 0;
}

.post_entry .outng li {
	padding: 5px;
}

.post_entry #gym_bnr {
	width: 100%;
	max-width: 100%;
	margin: 0 0 30px;
}

.post_entry .gym_bnr_txt {
	line-height: 1.4;
	margin: 0;
}

.post_entry .gym_bnr_txt span {
	margin: 0;
	line-height: 2;
}

.post_entry #gym_bnr+.btns_2 {
	margin-bottom: 60px;
}

.post_entry .rizap_camp {
	text-align: center;
	margin-top: 70px;
	font-size: 14px;
}

.post_entry .rizap_camp strong {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.post_entry .camptop {
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
}

.post_entry .campbottom {
	text-align: center;
	margin-top: 10px;
	font-size: 12.5px;
}

.post_entry .camptop strong,
.post_entry .cambottom strong {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.post_entry .video {
	margin: 30px 0;
}

.post_entry .pbq,
.post_entry .pbq1 {
	position: relative;
	background: rgba(65, 56, 86, 0.1);
	padding: 30px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 2;
	font-style: italic;
	margin: 30px 0;
}

.post_entry .pbq:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	border-width: 0 0 40px 40px;
	border-style: solid;
	border-color: transparent #fff;
}

.post_entry .pbq1 {}

.post_entry .pbq1-s {}

.post_entry .pbq1:before,
.post_entry .pbq1:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
}

.post_entry .pbq1:before {
	background: url(../images/icon_quotation_s.png) no-repeat;
	top: 5px;
	left: 5px;
}

.post_entry .pbq1:after {
	background: url(../images/icon_quotation_e.png) no-repeat;
	bottom: 5px;
	right: 5px;
}

/* 

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

.post_entry .box26 {
	padding: 5%;
}

.post_entry .box12 {
	padding: 5%;
}

.post_entry .gymto {
	margin-top: 25px;
}

.post_entry .outng {
	padding: 15px;
}

.post_entry .outng li {
	padding: 3px;
}

.post_entry .rizap_camp {
	font-size: 16px;
}

.post_entry .pbq {
	font-size: 12px;
}

/* } */

/* 記事内スライド画像 */
.post_entry .swiper-slide {
	height: 430px;
}

.post_entry .swiper-slide>img {
	height: 450px;
	min-height: 450px;
}

.post_entry .swiper-bullet .swiper-pagination-bullets {
	bottom: -35px;
}

/* 

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

.post_entry .swiper-slide {
	height: 600px;
}

.post_entry .swiper-slide>img {
	height: 600px;
	min-height: 600px;
}

.post_entry .swiper-container_wrapper {
	width: 100%;
}

.post_entry .swiper-bullet .swiper-pagination-bullets {
	bottom: -25px;
}

/* } */
/* @media screen and (max-width:600px){ */

.post_entry .swiper-slide {
	height: 350px;
}

.post_entry .swiper-slide>img {
	height: 350px;
	min-height: 350px;
}

.post_entry .swiper-bullet .swiper-pagination-bullets {
	bottom: -6%;
}

/* } */
/* @media screen and (max-width:450px){ */

.post_entry .swiper-slide {
	height: 250px;
}

.post_entry .swiper-slide>img {
	height: 250px;
	min-height: 250px;
}

.post_entry .swiper-bullet .swiper-pagination-bullets {
	bottom: -8%;
}

/* } */

/* 目次（Contents） */
.post_entry #toc_container,
#sidebar_toc_target #toc_container {
	display: block;
	width: 100%;
	margin: 50px auto;
	padding: 4% 4% 5%;
	box-sizing: border-box;
	border: 1px solid #413856aa;
	background: #fff;
}

#sidebar_toc_target #toc_container {
	margin: auto;
	border-color: #41385633;
	border-radius: 3px;
}

.post_entry #toc_container .toc_title,
#sidebar_toc_target #toc_container .toc_title {
	font-size: 35px;
	text-align: left;
	line-height: 1;
}

.post_entry #toc_container .toc_toggle,
#sidebar_toc_target #toc_container .toc_toggle {
	display: none;
}

.post_entry #toc_container .toc_list,
#sidebar_toc_target #toc_container .toc_list {}

.post_entry #toc_container .toc_list li,
#sidebar_toc_target #toc_container .toc_list li {}

.post_entry #toc_container .toc_list li a,
#sidebar_toc_target #toc_container .toc_list li a {
	display: block;
	margin: 15px 0 0 12px;
	color: #1b0815;
	font-weight: bold;
	line-height: 1.4;
	font-size: 14px;
}

#sidebar_toc_target #toc_container .toc_list li li a {
	margin: 2px 0 0;

}

#sidebar_toc_target #toc_container .toc_list li li:first-child a {
	margin-top: 0;
}

.post_entry #toc_container .toc_list>li>a:before,
#sidebar_toc_target #toc_container .toc_list>li>a:before {
	content: "･ ";
	margin-left: -12px;
}

#sidebar_toc_target #toc_container .toc_list .toc_h3_list li::before {
	content: "";
	margin-left: 0;
}

.toc_h3_wrapper {
	position: relative;
	margin-top: 5px;
	padding-bottom: calc(1em + 5px);
}

.toc_h3_list {
	padding-left: 20px;
	margin: 0;
	max-height: 4.0em;
	overflow: hidden;
	position: relative;
	transition: max-height 0.3s ease;
}

.toc_h3_gradient {
	position: absolute;
	bottom: calc(1em + 2px);
	left: 0;
	right: 0;
	height: 2.5em;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 30%, rgba(255, 255, 255, 1) 100%);
	pointer-events: none;
	transition: opacity 0.3s ease;

}

.toc_toggle_h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 20px;
	color: #666;
	border: none;
	background: none;
	font-size: 0.85em;
	cursor: pointer;
	z-index: 1;
	text-decoration: none;
	display: flex;
	align-items: center;
	line-height: 1;
}

.toc_toggle_h3:after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-right: 1.5px solid #666;
	border-bottom: 1.5px solid #666;
	transform: rotate(45deg);
	margin: -3px 0 0 8px;
	transition: transform 0.3s ease;
}

.toc_toggle_h3.expanded:after {
	transform: rotate(-135deg);
	margin: 1px 0 0 8px;

}

/* 

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

.post_entry #toc_container,
#sidebar_toc_target #toc_container {
	padding: 4% 4% 5%;
}

.post_entry #toc_container .toc_title,
#sidebar_toc_target #toc_container .toc_title {
	font-size: 18px;
	opacity: 0.6;
}

.post_entry #toc_container .toc_toggle,
#sidebar_toc_target #toc_container .toc_toggle {}

.post_entry #toc_container .toc_list,
#sidebar_toc_target #toc_container .toc_list {}

.post_entry #toc_container .toc_list li,
#sidebar_toc_target #toc_container .toc_list li {}

.post_entry #toc_container .toc_list li a,
#sidebar_toc_target #toc_container .toc_list li a {}

.post_entry #toc_container .toc_list li a:before,
#sidebar_toc_target #toc_container .toc_list li a:before {}

/* } */
#sidebar_toc_target {
	margin: 40px auto 0;
	width: 90%;
}

@media screen and (max-width:767px) {
	#sidebar_toc_target {
		display: none;
	}
}

@media screen and (min-width:768px) {
	.post_entry #toc_container {
		display: none;
	}
}

/* バナー */
.post_entry #bnr_contents {
	margin: 30px 0;
}

.post_entry #bnr_contents img {
	margin: 0;
}

.post_entry .bnr_contents_txt {}

/* 

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

.post_entry #bnr_contents {}

.post_entry #bnr_contents img {}

.post_entry .bnr_contents_txt {}

/* } */

/* 文中の吹き出し */
.post_entry .balloonx1 {
	overflow: hidden;
	margin: 30px 0 25px;
}

.post_entry .balloonx1-image-left,
.post_entry .balloonx1-image-right {
	width: calc(15%);
}

.post_entry .balloonx1-image-left {
	float: left;
	margin-right: 30px;
}

.post_entry .balloonx1-image-right {
	float: right;
	margin-left: 30px;
}

.post_entry .balloonx1-image-left img,
.post_entry .balloonx1-image-right img {
	margin: 0;
	border-radius: 100%;
}

.post_entry .balloonx1-image-description {
	font-size: 12px;
	text-align: center;
	color: #666;
	line-height: 1.3;
	margin-top: 5px;
}

.post_entry .balloonx1-text-right,
.post_entry .balloonx1-text-left {
	position: relative;
	border: 1px solid #aaa;
	border-radius: 20px;
	width: calc(85% - 30px);
	display: inline-block;
	margin-top: 10px;
	padding: 10px 30px;
	box-sizing: border-box;
}

.post_entry .balloonx1-text-right {
	float: left;
}

.post_entry .balloonx1-text-left {
	float: right;
}

.post_entry .balloonx1-text-right:before,
.post_entry .balloonx1-text-left:before {
	content: "";
	border: 5px solid transparent;
	position: absolute;
	top: 28px;
	z-index: 1;
}

.post_entry .balloonx1-text-right:before {
	border-right: 11px solid #fff;
	left: -15px;
}

.post_entry .balloonx1-text-left:before {
	border-left: 11px solid #fff;
	right: -15px;
}

.post_entry .balloonx1-text-right:after,
.post_entry .balloonx1-text-left:after {
	content: "";
	border: 5px solid transparent;
	position: absolute;
	top: 28px;
}

.post_entry .balloonx1-text-right:after {
	border-right: 11px solid #aaa;
	left: -17px;
}

.post_entry .balloonx1-text-left:after {
	border-left: 11px solid #aaa;
	right: -17px;
}

.post_entry .post_content .balloonx1-text-left p {}

/* 

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

/* 文中の口コミ */
.balloon-box {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

.balloon-left {}

.balloon-right {}

.balloon-icon {
	position: absolute;
	top: 0;
}

.balloon-right .balloon-icon {
	right: 0;
}

.balloon-left .balloon-icon {
	left: 0;
}

.balloon-icon img {
	width: 80px;
	margin: 0;
}

.icon-name {
	position: absolute;
	text-align: center;
	color: #777;
	margin-top: 90px;
	font-size: 12px;
}

.balloon-right .icon-name {
	right: 0;
}

.balloon-left .icon-name {
	left: 0;
}

.balloon-serif {
	position: relative;
	margin: 0 105px;
	padding: 0;
}

.balloon-serif:before {
	content: "";
	position: absolute;
	top: 20px;
	border: 15px solid transparent;
}

.balloon-left .balloon-serif {
	float: left;
}

.balloon-right .balloon-serif {
	float: right;
}

.balloon-left .balloon-serif:before {
	right: 100%;
	border-right: 20px solid #f0efeb;
}

.balloon-right .balloon-serif:before {
	left: 100%;
	border-left: 20px solid #f0efeb;
}

.balloon-content {
	background: #f0efeb;
	line-height: 1.8;
	padding: 25px;
}

/* 

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

.balloon-box {}

.balloon-left {}

.balloon-right {}

.balloon-icon {}

.balloon-right .balloon-icon {}

.balloon-left .balloon-icon {}

.balloon-icon img {
	width: 60px;
}

.icon-name {
	margin-top: 65px;
	font-size: 8px;
}

.balloon-right .icon-name {}

.balloon-left .icon-name {}

.balloon-serif {}

.balloon-serif:before {
	border: 10px solid transparent;
}

.balloon-left .balloon-serif {
	margin: 0 0 0 80px;
}

.balloon-right .balloon-serif {
	margin: 0 80px 0 0;
}

.balloon-left .balloon-serif:before {
	border-right: 15px solid #f0efeb;
}

.balloon-right .balloon-serif:before {
	border-left: 15px solid #f0efeb;
}

.balloon-content {}

/* } */

/* こんな人が記事を書いてます */
.post_entry .balloonx2 {
	line-height: 1.9;
	padding: 15px;
	box-sizing: border-box;
	background: #f0efeb;
	overflow: hidden;
	margin: 10px auto 30px;
}

.post_entry .balloonx2-image-left {
	float: left;
	margin: 0 15px 0 0;
	width: 15%;
}

.post_entry .balloonx2-image-left img {
	margin: 0
}

.post_entry .balloonx2-title-right {
	float: left;
	font-size: 13px;
	width: calc(85% - 15px);
}

.post_entry .balloonx2-text-right {
	float: left;
	font-size: 12px;
	width: calc(85% - 15px);
	margin-top: 5px;
}

/* 

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

.post_entry .balloonx2 {}

.post_entry .balloonx2-image-left {}

.post_entry .balloonx2-image-left img {}

.post_entry .balloonx2-title-right {
	line-height: 1.4;
}

.post_entry .balloonx2-text-right {
	width: 100%;
}

/* } */

/* 出典 */
.post_entry .shuten {
	font-size: 10px;
	text-align: right;
	color: #666;
}

/* 

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

.post_entry .shuten {}

/* } */

/* reviews */
.post_entry .reviews_body {
	margin: 20px auto 0;
	width: 100%;
}

.post_entry .on .reviews_body {
	width: 750px;
}

.post_entry .reviews_more a {
	color: #fff;
	text-decoration: none;
}

/* 

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

.post_entry .on .reviews_body {
	width: 95%;
}

/* } */


/* 店舗情報 */
.ricchi_wrapper {}

.ricchi {
	position: relative;
	height: 180px;
	padding: 0;
	overflow: hidden;
}

.on .ricchi {
	height: auto;
	margin: 0 auto;
	flex-direction: column;
	justify-content: center;
	align-items: normal;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: scroll;
	padding: 20px 0 20px;
}

.ricchi:after {
	content: "";
	display: block;
	position: absolute;
	left: -3px;
	right: -3px;
	bottom: 0;
	height: 100px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.on .ricchi:after {
	display: none;
}

.ricchi li {}

.on .ricchi li {
	width: 600px;
	margin: 0 auto;
}

.ricchi li a {
	display: block;
	background: #f0efeb;
	border-radius: 10px;
	line-height: 1;
	margin: 13px auto 0;
	padding: 12px 14px;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}

.on .ricchi li a {
	margin: 0 auto;
	padding: 10px 14px;
	border-top: 1px solid;
	border-radius: 0;
}

.on .ricchi li:first-child a {
	border-top: none;
	border-radius: 10px 10px 0 0;
}

.on .ricchi li:last-child a {
	border-radius: 0 0 10px 10px;
}

.ricchi_name {
	font-size: 18px;
	color: #553C9C;
}

.ricchi_access {
	font-size: 14px;
	color: #000;
	margin-left: 5px;
}

.ricchi_more_wrapper {
	text-align: right;
	margin-right: 5px;
}

.ricchi_more {
	font-weight: bold;
	cursor: pointer;
}

.ricchi_more span {
	position: relative;
	top: 5px;
	right: -5px;
	background: #eee;
	width: 22px;
	height: 22px;
	display: inline-block;
	border-radius: 100px;
}

.ricchi_more span:before,
.ricchi_more span:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 5px;
	width: 12px;
	height: 2px;
	background: #553c9c;
}

.ricchi_more span:after {
	transform: rotate(90deg);
}

.ricchi_overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
	display: none;
	overflow-y: scroll;
}

.ricchi_overlay.on {
	display: block;
}

/* 

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

.ricchi_wrapper {}

.ricchi {}

.on .ricchi {}

.ricchi:after {}

.on .ricchi:after {}

.ricchi li {}

.on .ricchi li {
	width: 96%;
}

.ricchi li a {
	padding-bottom: 20px;
}

.on .ricchi li a {
	line-height: 1.2;
}

.on .ricchi li:first-child a {}

.on .ricchi li:last-child a {}

.ricchi_name {
	line-height: 1.6;
}

.ricchi_access {}

.ricchi_more_wrapper {}

.ricchi_more {}

.ricchi_more span {}

.ricchi_more span:before,
.ricchi_more span:after {}

.ricchi_more span:after {}

.ricchi_overlay {}

.ricchi_overlay.on {}

/* } */

/* cvボタン */
.cv-button_pink {
	margin: 40px auto 80px;
	width: 75%;
}

.cv-button_pink a {
	display: block;
	text-align: center;
	background: #ff5475;
	color: #fff;
	border-radius: 10px;
	font-size: 17px;
	font-weight: bold;
	padding: 16px 30px;
	box-shadow: 0 8px 16px rgb(255 91 123 / 39%);
	line-height: 1.5;
	text-decoration: none;
}

/* 

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

.cv-button_pink {
	width: 100%;
}

.cv-button_pink a {}

/* } */

/* 記事リンク */
.inlinks_wrapper {
	position: relative;
	display: block;
	margin-top: 30px;
}

.incolinks {
	background: #413856;
	color: #fff;
	padding: 5px 10px;
	border-radius: 10px;
	font-size: 11px;
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: 1;
	line-height: 1;
}

.inlinks_wrapper .fas {}

.inlinks_wrapper .fa-bookmark:before {
	content: "";
	background: url(../images/icon_inlinks.png) center no-repeat;
	background-size: 100% auto;
	width: 8px;
	height: 10px;
	display: inline-block;
	margin: 0 6px -1px 0;
}

.inlinks {
	display: block;
	background: #f0efeb;
	height: 170px;
}

.inlinksthumb {
	position: relative;
	float: left;
	width: 35%;
	height: 170px;
	overflow: hidden;
}

.inlinksthumb img {
	position: absolute;
	left: -500px;
	top: -500px;
	bottom: -500px;
	right: -500px;
	width: 100%;
	margin: auto;
	height: auto;
}

.inlinkstxt {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 38%;
	right: 3%;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.5;
}

.inlinkstitle {
	font-size: 18px;
	font-weight: bold;
}

.contentdiar {
	color: #1b0815;
	margin-top: 5px;
}

/* 

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

.inlinks_wrapper {}

.incolinks {}

.inlinks_wrapper .fas {}

.inlinks_wrapper .fa-bookmark:before {}

.inlinks {
	height: 90px;
	/*height: auto;*/
}

.inlinksthumb {
	height: 90px;
	/*width: 100%;
    height: 200px;
    margin-bottom: 3%;*/
}

.inlinksthumb img {}

.inlinkstxt {
	/*position: static;
    display: block;
    padding: 3%;*/
}

.inlinkstitle {
	font-size: 13px;
	line-height: 1.4;
	/*display: block;
    line-height: 1.4;*/
}

.contentdiar {
	display: none;
	/*display: block;
    line-height: 1.4;*/
}

/* } */

#post_footer {
	margin-top: 80px;
}

/* 

@media screen and (max-width:767px){ */
#post_footer {}

/* } */

/* 2308改修 */
.pointdetail2 {
	margin: 25px auto 60px;
	background: #eee;
	padding: 40px 20px 20px;
	box-sizing: border-box;
}

.pointdetail2 .reviews_count {}

.pointdetail2 .reviews_count_average {
	width: 210px;
}

.pointdetail2 .reviews_count_average_ttl {
	margin: 0;
}

.pointdetail2 .reviews_count_average_body {}

.pointdetail2 .reviews_count_average_stars {}

.pointdetail2 .reviews_count_average_star {}

.pointdetail2 .reviews_count_average_ratio {
	color: #c99500;
}

.pointdetail2 .reviews_count_average_num {
	color: #c99500;
	font-size: 23px;
	/*27px*/
	top: auto;
	bottom: 1px;
	width: 87px;
}

.pointdetail2 .reviews_count_average_num:before {
	content: "/";
	font-size: 18px;
	position: absolute;
	right: 23px;
	/*27px*/
	bottom: 4px;
}

.pointdetail2 .reviews_count_average_num:after {
	content: "5";
	margin-left: 18px;
	color: #c99500;
	font-size: 21px;
	/*23px*/
}

.pointdetail2 .reviews_count_num {
	margin-top: -1px;
}

.pointdetail2 .reviews_count_num_ttl {
	display: inline-block;
}

.pointdetail2 .reviews_count_num_txt {
	display: inline-block;
	font-size: 20px;
	margin-top: -2px;
}

.post_entry .pointdetail_body {
	margin: 15px auto 0;
}

.post_entry .pointdetail_body tr {}

.post_entry .pointdetail_body th {
	text-align: center;
	padding: 10px 0;
	font-weight: normal;
	background: #553c9c;
	color: #fff;
	border: none;
}

.post_entry .pointdetail_body td {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding: 10px 0;
	border: none;
	border-left: 1px solid rgba(27, 8, 21, 0.3);
}

.post_entry .pointdetail_body td:first-child {
	border-left: none;
}

.post_entry .pointdetail_body td:before {
	content: "★";
	color: #c99500;
	margin-right: 6px;
}

.post_entry .pointdetail_body td:after {
	content: "/ 5";
	margin-left: 6px;
}

/* 

@media screen and (max-width:940px){ */

.pointdetail2 .reviews_count_average {
	width: 290px;
}

.pointdetail2 .reviews_count_num {
	display: block;
	margin: 8px auto 0;
}

.post_entry .pointdetail_body td {
	font-size: 16px;
	padding: 8px 0;
}

.post_entry .pointdetail_body td:before {
	margin-right: 2px;
}

.post_entry .pointdetail_body td:after {
	margin-left: 3px;
	letter-spacing: -1px;
}

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

.pointdetail2 {
	margin-bottom: 40px;
	padding: 25px 15px 15px;
}

.pointdetail2 .reviews_count {}

.pointdetail2 .reviews_count_average {
	width: 200px;
}

.pointdetail2 .reviews_count_average_ttl {
	font-size: 14px;
	line-height: 1;
	margin-top: 2px;
}

.pointdetail2 .reviews_count_average_body {}

.pointdetail2 .reviews_count_average_stars {}

.pointdetail2 .reviews_count_average_star {}

.pointdetail2 .reviews_count_average_ratio {}

.pointdetail2 .reviews_count_average_num {
	font-size: 20px;
	left: 70px;
	width: 72px;
}

.pointdetail2 .reviews_count_average_num:before {
	font-size: 12px;
	right: 18px;
	/*23px*/
	bottom: 3px;
}

.pointdetail2 .reviews_count_average_num:after {
	font-size: 16px;
	margin-left: 12px;
}

.pointdetail2 .reviews_count_num {
	font-size: 14px;
	margin-top: 3px;
}

.pointdetail2 .reviews_count_num_ttl {}

.pointdetail2 .reviews_count_num_txt {
	font-size: 16px;
}

.post_entry .pointdetail_body {}

.post_entry .pointdetail_body tr {}

.post_entry .pointdetail_body th {
	padding: 6px 0px;
}

.post_entry .pointdetail_body td {
	font-size: 13px;
}

.post_entry .pointdetail_body td:before {}

.post_entry .pointdetail_body td:after {}

/* } */

.pagelink_btns {
	text-align: center;
}

.pagelink_btns span {
	font-weight: bold;
	font-size: 18px;
}

.post_entry a.pagelink_btn {
	background: #553C9C;
	box-shadow: 0 8px 16px rgb(85 60 156 / 35%);
	font-size: 20px;
	padding: 20px 0;
	width: 100%;
	max-width: 450px;
	margin-top: 10px;
}

/* 

@media screen and (max-width:850px){ */

.pagelink_btns span {
	font-size: 14px;
	line-height: 1.4;
}

.post_entry a.pagelink_btn {
	font-size: 15px;
	padding: 16px 0px;
}

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

.post_entry .box26_2 {
	padding: 25px 30px;
	margin-top: 55px;
	border: 1px solid rgba(27, 8, 21, 0.3);
}

.box26_2 .box-title {
	position: static;
	color: #459800;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 22px;
	background: none;
}

.box26_2 {
	padding: 25px 30px;
	margin-top: 55px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid rgba(27, 8, 21, 0.3);
}

.box-list {
	margin-top: 10px;
	display: grid;
}

.box-list a {
	display: inline-block;
	text-decoration: none
		/*underline*/
	;
	color: #1b0815;
	padding: 4px 0;
	font-weight: bold;
}

.box-list a:hover {
	color: #459800;
	opacity: 1;
}

.box-list a:before {
	content: "";
	display: inline-block;
	background: #459800;
	width: 9px;
	height: 4px;
	vertical-align: middle;
	margin-right: 7px;
}

/* 

@media screen and (max-width:860px){ */

.post_entry .box26_2 {
	padding: 15px 30px;
}

.box26_2 {
	padding: 15px 30px;
	margin-right: 7.5px;
	margin-left: 7.5px;
}

.box26_2 .box-title {
	font-size: 16px;
}

.box-list {}

.box-list a {
	font-size: 14px;
}

.box-list a:before {}

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

.post_entry .box26_2 {
	padding: 15px 20px;
	margin-top: 47px;
}

.box26_2 {
	padding: 15px 20px;
	margin-top: 47px;
	margin-right: 7.5px;
	margin-left: 7.5px;
}

.box26_2 .box-title {
	font-size: 15px;
	top: -10px;
	left: 10px;
}

.box-list {}

.box-list a {}

.box-list a:before {}

/* } */

.myChart_wrapper {
	width: 60%;
	margin: 40px auto 0;
}

#myChart {}

/* 

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

.myChart_wrapper {
	width: 100%;
	margin-top: 30px;
}

#myChart {}

/* } */

/*-----------------------------------------------------------------------------* post_sns */
.post_sns {}

#main_gym .post_sns {
	width: 90%;
	margin: 0 auto;
}

/* 

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

.post_sns {}

#main_gym .post_sns {}

/* } */

/*-----------------------------------------------------------------------------* post_editor */
.post_editor {}

#main_gym .post_editor {
	padding: 5%;
}

/* 

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

.post_editor {}

#main_gym .post_editor {}

/* } */

/*-----------------------------------------------------------------------------* related_post */
#related_post {
	margin: 80px auto 0;
}

#related_post_ttl {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}

#related_post #post_list {
	margin-top: 20px;
}

/* 

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

#related_post {
	width: 90%;
	padding-bottom: 80px;
}

#related_post_ttl {}

/* } */



/*-----------------------------------------------------------------------------* ジム詳細（content-single-article.php） */
/* ヘッダー */
#shop_header {
	position: relative;
	text-align: center;
	padding-top: 90px;
}

#shop_header_date {
	position: absolute;
	top: 20px;
	left: 25px;
	font-weight: bold;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.5);
	margin: 0;
}

#shop_header_ttls {
	margin: 0;
}

#shop_header_ttl {
	display: block;
	font-size: 78px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	line-height: 1.1;
	color: #553c9c;
}

.shop_header_ruby {
	display: block;
	font-size: 35px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	line-height: 1.2;
	color: #553c9c;
}

#shop_header_name {
	display: inline-block;
	font-size: 28px;
	color: #fff;
	background: #553c9c;
	padding: 2px 20px;
	margin-top: 10px;
	line-height: 1.2;
}

.shop_header_cats {
	line-height: 1.3;
	margin: 20px auto 0;
	width: 95%;
}

.shop_header_cats a {
	display: inline-block;
	color: rgba(0, 0, 0, 0.7);
	font-weight: bold;
	margin-right: 3px;
}

.shop_header_cats a:first-child {
	position: relative;
}

.shop_header_cats a:first-child:before {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	background: url(../images/icon_area.png) 0 center no-repeat;
	background-size: 11px auto;
	width: 11px;
	height: 20px;
}

.shop_header_item {}

.shop_header_item a {}

#shop_header_feature {
	width: 95%;
	max-width: 1000px;
	margin: 30px auto 0;
	background: #f0efeb;
	text-align: left;
	padding: 1%;
	box-sizing: border-box;
}

#shop_header_feature_plan {
	position: relative;
	padding: 1% 2%;
}

#shop_header_feature_plan img {}

.shop_header_feature_plan_txt {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 135px;
	right: 0;
	margin: auto;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: normal;
}

.shop_header_feature_content {
	overflow: hidden;
	padding: 1% 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.shop_header_feature_block {
	float: left;
	width: 33%;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	padding: 1% 2%;
	box-sizing: border-box;
}

.shop_header_feature_block:last-child {
	border-right: none;
}

.shop_header_feature_ttl {
	font-size: 13px;
	color: rgba(0, 0, 0, 0.5);
	margin: 0;
	line-height: 1;
}

.shop_header_feature_txt {
	font-size: 18px;
	margin: 4px 0 0;
	line-height: 1;
}

.shop_header_before {}

.shop_header_feature_arrow {}

.shop_header_feature_free {}

.shop_header_feature_after {}

.shop_header_feature_before {}

.shop_header_feature_txt_txt {}

.shop_header_feature_txt_link {
	display: block;
	text-align: right
}

.shop_header_feature_txt_link a {
	position: relative;
	color: #553c9c;
	;
	font-size: 13px;
}

.shop_header_feature_txt_link a:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: -14px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #553C9C;
	border-right: 2px solid #553C9C;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.shop_header_feature_cvbtns {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 15px 0 10px;
	text-align: center;
}

.shop_header_feature_cvbtn {}

.shop_header_feature_cvbtn img {
	width: 100%;
	max-width: 700px;
	height: auto;
	box-shadow: 0 5px 8px rgb(55, 26, 135, 0.1);
}

.osusume_cvbtns {
	width: 100%;
	padding: 30px 0 10px;
	text-align: center;
}

img.osusume_cvbtn {
	width: 100%;
	max-width: 700px;
	height: auto;
	box-shadow: 0 5px 8px rgb(55, 26, 135, 0.1);
}

/* 

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

#shop_header {
	padding-top: 30px;
}

#shop_header_date {
	font-size: 8px;
	top: 10px;
	left: 10px;
}

#shop_header_ttls {}

#shop_header_ttl {
	font-size: 29px;
}

.shop_header_ruby {
	font-size: 15px;
}

#shop_header_name {
	font-size: 17px;
	margin-top: 5px;
}

.shop_header_cats {
	font-size: 12px;
	margin-top: 12px;
}

.shop_header_cats:before {}

.shop_header_cats a {}

.shop_header_cats a:first-child {}

.shop_header_cats a:first-child:before {
	top: -3px;
	left: -16px;
}

.shop_header_item {}

.shop_header_item a {}

#shop_header_feature {
	padding: 2%;
	margin-top: 20px;
}

#shop_header_feature_plan {}

#shop_header_feature_plan img {
	width: 80px;
	height: auto;
}

#shop_header_feature_plan {}

.shop_header_feature_plan_txt {
	left: 100px;
	font-size: 14px;
	line-height: 1.2;
}

.shop_header_feature_content {}

.shop_header_feature_block {
	width: 50%;
}

.shop_header_feature_block:nth-child(2) {
	border-right: none;
}

.shop_header_feature_block:nth-child(3) {
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.shop_header_feature_block:last-child {}

.shop_header_feature_ttl {
	font-size: 10px;
}

.shop_header_feature_txt {
	font-size: 14px;
	margin-top: 2px;
}

.shop_header_before {}

.shop_header_feature_arrow {}

.shop_header_feature_free {}

.shop_header_feature_after {}

.shop_header_feature_before {}

.shop_header_feature_txt_txt {}

.shop_header_feature_txt_link {}

.shop_header_feature_txt_link a {}

.shop_header_feature_txt_link a:before {}

.shop_header_feature_cvbtns {}

.shop_header_feature_cvbtn {}

img.osusume_cvbtn {
	width: 85%;
}

/* } */

/* コンテンツ */
.shop_entry {
	width: 95%;
	max-width: 1000px;
	margin: 60px auto 0;
}

.content_box {
	text-align: center;
	background: #f0efeb;
	padding: 60px 0;
	margin-top: 120px;
}

.content_ttls {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	color: #000;
	width: 90%;
	margin: 0 auto;
}

.content_ttls_ttl {
	display: inline-block;
	position: relative;
	font-size: 30px;
	line-height: 1.3;
}

.content_ttls_ttl:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #000;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.content_ttls_name {
	display: block;
	font-size: 20px;
	margin-top: 18px;
}

.content_body {
	margin-top: 60px;
}

.content_box_2 {
	margin-top: 120px;
}

.content_ttls_2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	text-align: center;
}

.content_ttls_ttl_2 {
	font-size: 37px;
	color: #553c9c;
	line-height: 1;
}

.content_ttls_name_2 {
	display: block;
	font-size: 15px;
}

.content_body_2 {
	margin-top: 60px;
}

/* 

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

.shop_entry {
	width: 100%;
	margin-top: 30px;
}

.content_box {
	padding: 30px 0;
	margin-top: 60px;
}

.content_ttls {}

.content_ttls_ttl {
	font-size: 22px;
}

.content_ttls_ttl:after {
	bottom: -10px;
}

.content_ttls_name {
	margin-top: 13px;
}

.content_body {
	margin-top: 30px;
}

.content_box_2 {}

.content_ttls_2 {}

.content_ttls_ttl_2 {
	font-size: 24px;
}

.content_ttls_name_2 {
	line-height: 1.3;
	margin-top: 3px;
}

.content_body_2 {
	margin-top: 30px;
}

/* } */

/* mv（swiper） */
#shop_mv {}

/* 

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

#shop_mv {}

/* } */

/* shop_description */
#shop_description {
	margin-top: 80px;
}

#shop_description h2 {
	display: inline-block;
	font-size: 38px;
	color: #553c9c;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	line-height: 1.4;
	margin: 0;
}

.shop_description_txt {
	margin: 0;
	font-size: 18px;
	line-height: 1.8;
	margin-top: 30px;
}

/* 

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

#shop_description {
	width: 95%;
	margin: 50px auto 0;
}

#shop_description h2 {
	font-size: 21px;
}

.shop_description_txt {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 10px;
}

/* } */

/* shop_aboutGym */
#shop_aboutGym {}

/* 

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

/* shop_editor */
#shop_editor {}

#shop_editor .content_body {
	overflow: hidden;
	background: #fff;
	width: 95%;
	max-width: 800px;
	margin: 40px auto 0;
	padding: 6%;
	box-sizing: border-box;
}

.shop_editor_info {
	float: left;
}

.shop_editor_info img {
	border-radius: 100px;
}

.shop_editor_names {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}

.shop_editor_shoulder {
	font-size: 13px;
	margin: 10px 0 0;
}

.shop_editor_name {
	font-size: 18px;
	color: #553c9c;
	line-height: 1.4;
	margin: 5px 0 0;
}

.shop_editor_ruby {
	font-size: 11px;
	color: #553c9c;
	line-height: 1.4;
	margin: 0;
}

.shop_editor_body {
	float: left;
	text-align: left;
	width: calc(96% - 130px);
	margin-left: 4%;
}

.shop_editor_ttl {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 25px;
	color: #000;
	margin: 0;
}

.shop_editor_txt {
	line-height: 1.6;
	margin: 20px auto 0;
}

/* 

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

#shop_editor {}

#shop_editor .content_body {
	margin-top: 25px;
}

.shop_editor_info {
	position: relative;
	overflow: hidden;
	float: none;
}

.shop_editor_info img {
	float: left;
	width: 100px;
	height: auto;
}

.shop_editor_names {
	float: left;
	width: calc(96% - 100px);
	text-align: left;
	position: absolute;
	top: 0;
	left: 100px;
	margin-left: 4%;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: normal;
}

.shop_editor_shoulder {}

.shop_editor_name {}

.shop_editor_ruby {}

.shop_editor_body {
	float: none;
	width: 100%;
	margin: 15px auto 0;
}

.shop_editor_ttl {
	font-size: 16px;
}

.shop_editor_txt {
	font-size: 14px;
	margin-top: 12px;
}

/* } */

/* shop_nav */
.shop_nav {
	margin-top: 120px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;

}

.nav_list {
	overflow: hidden;
}

.nav_list a {
	display: block;
	float: left;
	width: 16.666%;
	text-align: center;
	padding: 20px 0 30px;
}

.nav_list a img {}

.nav_list_txt {
	position: relative;
	margin: 0;
	line-height: 1;

}

.nav_list_txt:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	width: 7px;
	height: 7px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);

}

/* 

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

.shop_nav {
	width: 90%;
	margin: 60px auto;

}

.shop_nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	padding: 0 56px 0 12px;
	box-sizing: border-box;
	z-index: 2;
	background: #fff;
	border: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transform: translateY(-100%);
	transition: transform 0.3s ease;
}

.shop_nav.fixed.show {
	transform: translateY(0);
}


.shop_nav_spacer {
	--shopNavSpacerHeight: 0;
	height: var(--shopNavSpacerHeight);
}

.nav_list {}

.nav_list a {
	padding: 12px 0 25px;
	text-wrap: nowrap;

}

.nav_list a.disabled {
	opacity: 0.3;
	pointer-events: none;
	cursor: default;
}


.nav_list a img {
	width: 42px;
	height: auto;

}

.nav_list_txt {
	font-size: 12px;
}

.nav_list_txt:after {}

.nav_list a.disabled .nav_list_txt:after {
	transform: rotate(0deg);
	height: 0;
}

/* } */
@media screen and (min-width:768px) {
	.shop_nav {
		display: none;
	}

	.shop_nav_spacer {
		display: none;
	}
}

/* shop_featureGym */
#shop_featureGym {}

#shop_featureGym .content_body {
	padding: 0 5%;
	margin-top: 0;
}

#shop_featureGym .shop_listContent_ttl span {
	color: #459800;
}

#shop_featureGym .shop_listContent_list li.on {
	background: #459800;
	border: 1px solid #459800;
}

#featureGym_specialty {}

.featureGym_list {}

#shop_featureGym li.featureGym_specialty_waist {
	background: url(../images/featureGym_specialty_waist.png) no-repeat;
	background-size: 54px auto;
}

#shop_featureGym li.featureGym_specialty_waist.on {
	background: url(../images/featureGym_specialty_waist_on.png) no-repeat #459800;
	background-size: 54px auto;
}

#shop_featureGym li.featureGym_specialty_hip {
	background: url(../images/featureGym_specialty_hip.png) no-repeat;
	background-size: 54px auto;
}

#shop_featureGym li.featureGym_specialty_hip.on {
	background: url(../images/featureGym_specialty_hip_on.png) no-repeat #459800;
	background-size: 54px auto;
}

#shop_featureGym li.featureGym_specialty_breast {
	background: url(../images/featureGym_specialty_breast.png) no-repeat;
	background-size: 54px auto;
}

#shop_featureGym li.featureGym_specialty_breast.on {
	background: url(../images/featureGym_specialty_breast_on.png) no-repeat #459800;
	background-size: 54px auto;
}

#shop_featureGym li.featureGym_specialty_leg {
	background: url(../images/featureGym_specialty_leg.png) no-repeat;
	background-size: 54px auto;
}

#shop_featureGym li.featureGym_specialty_leg.on {
	background: url(../images/featureGym_specialty_leg_on.png) no-repeat #459800;
	background-size: 54px auto;
}

#shop_featureGym li.featureGym_specialty_arm {
	background: url(../images/featureGym_specialty_arm.png) no-repeat;
	background-size: 54px auto;
}

#shop_featureGym li.featureGym_specialty_arm.on {
	background: url(../images/featureGym_specialty_arm_on.png) no-repeat #459800;
	background-size: 54px auto;
}

#shop_featureGym li.featureGym_specialty_back {
	background: url(../images/featureGym_specialty_back.png) no-repeat;
	background-size: 54px auto;
}

#shop_featureGym li.featureGym_specialty_back.on {
	background: url(../images/featureGym_specialty_back_on.png) no-repeat #459800;
	background-size: 54px auto;
}

#shop_featureGym .featureGym_list li {
	width: 200px;
	border-radius: 20px;
	background-position: center left 15px;
}

#shop_featureGym .featureGym_list li.on {
	color: #fff;
	background-position: center left 15px;
}

.featureGym_list_txts {
	text-align: left;
	width: 100px;
	height: 75px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: normal;
	margin-left: 80px;
}

.featureGym_list_txts_ttl {
	font-size: 19px;
	margin: 0;
	line-height: 1.4;
}

.featureGym_list_txts_txt {
	font-size: 11px;
	margin: 0;
	line-height: 1.2;
}

.flag_1 {}

.flag_2 {}

.flag_1:after,
.flag_2:after {
	content: "";
	position: absolute;
	right: -6px;
	width: 84px;
	height: 24px;
}

.flag_1:after {
	top: -9px;
	background: url(../images/icon_featureGym_specialty.png) no-repeat;
	background-size: 84px auto;
}

.flag_2:after {
	top: -15px;
	background: url(../images/icon_featureGym_reccomend.png) no-repeat;
	background-size: 84px auto;
}

#featureGym_supplementation {}

.featureGym_supplementation_body {}

.featureGym_supplementation_body h4 {}

.featureGym_supplementation_body p {}

/* 

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

#shop_featureGym {}

#shop_featureGym .content_body {
	margin-top: 30px;
}

#shop_featureGym .shop_listContent_list.featureGym_list li {
	width: 49%;
	background-position: center left 10px;
	background-size: 40px auto;
}

.featureGym_list_txts {
	width: calc(98% - 56px);
	margin-left: 56px;
}

.featureGym_list_txts_ttl {
	font-size: 14px;
}

.featureGym_list_txts_txt {}

.flag_1 {}

.flag_2 {}

.flag_1:after,
.flag_2:after {
	top: -8px;
	background-size: 67px auto;
	width: 67px;
	height: 20px;
}

#featureGym_supplementation {}

.featureGym_supplementation_body {}

.featureGym_supplementation_body h4 {}

.featureGym_supplementation_body p {}

/* } */

/* shop_refund */
#shop_refund {
	margin-top: 50px;
}

.shop_refund_ttl {
	color: #553c9c;
	font-size: 25px;
}

.shop_refund_body {}

.shop_refund_body ol {
	padding: 0;
}

.shop_refund_body li {
	font-weight: bold;
}

.shop_refund_body p {}

.shop_refund_body span {
	display: block;
	font-size: 14px;
	margin-top: 3px;
}

/* 

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

#shop_refund {
	width: 90%;
	margin: 40px auto 0;
}

.shop_refund_ttl {
	font-size: 21px;
}

.shop_refund_body {}

.shop_refund_body ol {}

.shop_refund_body li {}

.shop_refund_body p {}

.shop_refund_body span {}

/* } */

/* shop_recommend */
#shop_recommend {}

.recommend_body {}

.recommend_body_ttl {
	position: relative;
	background: url(../images/recommend_ttl_pc.jpg) center no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0;
	padding-top: 25.287356%;
	margin: 0;
}

.recommend_body_ttl span {
	position: absolute;
	top: 0;
	left: 5%;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: normal;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 18px;
	color: #fff;
}

.recommend_point {
	overflow: hidden;
	border-bottom: 3px solid #553c9c;
	padding: 40px 0;
}

.recommend_point img {
	float: left;
}

.recommend_point_txts {
	float: left;
	width: calc(100% - 130px);
	margin-left: 15px;
}

.recommend_point_ttl {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 25px;
	color: #553c9c;
	padding: 0;
	margin: 0;
	line-height: 1.3;
}

.recommend_point_txt {
	margin: 15px 0 0;
	line-height: 1.6;
}

#recommend_body_man {
	margin-top: 50px;
}

#recommend_body_man .recommend_point {
	border-bottom: 3px solid #009edb;
}

#recommend_body_man .recommend_body_ttl {
	background: url(../images/recommend_ttl_man.jpg) center no-repeat;
	background-size: 100% auto;
}

#recommend_body_man .recommend_point_ttl {
	color: #009edb;
}

#recommend_body_female {
	margin-top: 50px;
}

#recommend_body_female .recommend_point {
	border-bottom: 3px solid #f0299f;
}

#recommend_body_female .recommend_body_ttl {
	background: url(../images/recommend_ttl_female.jpg) center no-repeat;
	background-size: 100% auto;
}

#recommend_body_female .recommend_point_ttl {
	color: #f0299f;
}

/* 

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

#shop_recommend {
	width: 90%;
	margin: 60px auto 0;
}

.recommend_body {}

.recommend_body_ttl {
	background: url(../images/recommend_ttl_sp.jpg) center no-repeat;
	background-size: 100% auto;
}

.recommend_body_ttl span {
	font-size: 12px;
}

.recommend_point {
	padding: 30px 1%;
}

.recommend_point img {
	width: 20%;
	height: auto;
}

.recommend_point_txts {
	width: calc(80% - 10px);
	margin-left: 10px;
}

.recommend_point_ttl {
	font-size: 20px;
}

.recommend_point_txt {
	font-size: 14px;
	margin-top: 10px;
}

#recommend_body_man {}

#recommend_body_man .recommend_point {}

#recommend_body_man .recommend_body_ttl {}

#recommend_body_man .recommend_point_ttl {}

#recommend_body_female {}

#recommend_body_female .recommend_point {}

#recommend_body_female .recommend_body_ttl {}

#recommend_body_female .recommend_point_ttl {}

/* } */

/* cv_btns */
.cv_btns {}

#shop_cv_btns {
	background: #f0efeb;
	margin-top: 120px;
	padding: 50px 5%;
}

.cv_btn {}

.cv_btn img {
	width: 100%;
	height: auto;
	box-shadow: 0 10px 20px rgba(55, 26, 135, 0.1);
}

.cv_btn_txt {
	margin-top: 30px;
}

.cv_btn_txt h3 {
	line-height: 1.5;
	margin: 20px 0 0;
}

.cv_btn_txt p {
	line-height: 1.5;
	margin: 10px 0 0;
}

.cv_btn_txt ul {
	margin: 5px 0 0;
	padding: 0;
}

.cv_btn_txt li {
	line-height: 1.5;
}

.cv_btn_txt li strong {}

.cv_btn_txt a {
	color: #553c9c;
	text-decoration: underline;
}

/* 

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

.cv_btns {}

#shop_cv_btns {}

.cv_btn {}

.cv_btn img {}

.cv_btn_txt {
	margin-top: 0;
}

.cv_btn_txt h3 {
	margin-top: 10px;
}

.cv_btn_txt p {}

.cv_btn_txt ul {}

.cv_btn_txt li {}

.cv_btn_txt li strong {
	display: block;
	margin-top: 5px;
}

.cv_btn_txt a {}

/* } */

/* shop_photo */
#shop_photo {}

.slider-pro {}

#thumb-h {}

.sp-slides {}

.sp-slide {}

.sp-slide img {
	width: auto;
	height: 100%;
}

.sp-thumbnails {}

.sp-buttons {}

.sp-buttons .sp-button {
	border: none;
	background-color: rgba(85, 60, 156, 0.5);
	margin: 6px;
}

.sp-buttons .sp-selected-button {
	background-color: #553c9c;
}

.photo_comment {
	text-align: right;
}

.photo_comment a {
	font-weight: bold;
	color: #553c9c;
}

/* 

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

#shop_photo {
	width: 90%;
	margin: 60px auto 0;
}

.slider-pro {}

#thumb-h {}

.sp-slides {}

.sp-slide {}

.sp-slide img {}

.sp-thumbnails {}

.sp-buttons {}

.sp-buttons .sp-button {
	width: 8px;
	height: 8px;
	margin: 4px;
}

.sp-buttons .sp-selected-button {}

.photo_comment {}

.photo_comment a {
	font-size: 14px;
}

/* } */

/* shop_trial */
#shop_trial {}

/* 

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

#shop_trial {
	width: 90%;
	margin: 60px auto 0;
}

/* } */

/* shop_reservation_btns */
#shop_reservation_btns {
	background: url(../images/reservation_bg_pc.jpg) right 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: 250px;
	margin: 120px auto 0;
	text-align: center;
	padding-top: 80px;
}

#shop_reservation_btns img {
	display: block;
	margin: 0 auto 20px;
}

#shop_reservation_btns .btn_2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 24px;
	padding: 30px 0;
	width: 90%;
	max-width: 510px;
	box-sizing: border-box;
	border-radius: 20px;
}

#shop_reservation_btns .btn_2:before {
	content: "";
	display: inline-block;
	background: url(../images/icon_check_wht.png) left 0 no-repeat;
	background-size: 28px auto;
	width: 28px;
	height: 23px;
	padding-left: 10px;
}

/* 

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

#shop_reservation_btns {
	background: url(../images/reservation_bg_sp.jpg) right 0 no-repeat;
	background-size: cover;
}

#shop_reservation_btns img {}

#shop_reservation_btns .btn_2 {
	font-size: 16px;
}

#shop_reservation_btns .btn_2:before {
	background-size: 18px auto;
	width: 18px;
	height: 15px;
	padding-left: 6px;
}

/* } */

/* shop_trainingPlan */
#shop_trainingPlan {}

.trainingPlan_body {}

.trainingPlan_tbls {
	overflow: hidden;
}

.trainingPlan_tbl {
	float: left;
	width: 48%;
	margin-top: 35px;
	margin-right: 4%;
	vertical-align: top;
}

.trainingPlan_tbl:nth-child(even) {
	margin-right: 0;
}

.trainingPlan_tbl:first-child,
.trainingPlan_tbl:nth-child(2) {
	margin-top: 0;
}

.trainingPlan_tbl:first-child:last-child {
	width: 100%;
}

.course_fee_item {
	font-weight: bold;
}

.course_fee_item_fee {
	display: inline-block;
	opacity: 0.7;
	text-decoration: line-through;
	font-size: 13px;
	font-weight: normal;
}

.course_fee_item_free {
	display: inline-block;
	background: #E6D900;
	padding: 0 6px;
	border-radius: 3px;
}

.course_cam_limit {}

.trainingPlan_btns {
	margin-top: 20px;
	text-align: right;
}

.trainingPlan_btn {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 20px;
	line-height: 1;
	padding: 16px 25px 16px 20px;
}

.trainingPlan_btn:before {
	content: "";
	display: inline-block;
	background: url(../images/icon_check_wht.png) no-repeat;
	background-size: 20px auto;
	width: 20px;
	height: 16px;
	margin-right: 5px;
}

.trainingPlan_body_ttl {
	position: relative;
	font-size: 21px;
	color: #000;
	line-height: 1.3;
	margin-top: 80px;
}

.trainingPlan_body_ttl:before {
	content: "";
	position: absolute;
	top: -20px;
	display: block;
	background: #000;
	width: 100%;
	height: 3px;
}

/* 

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

#shop_trainingPlan {
	width: 90%;
	margin: 0 auto;
}

.trainingPlan_body {}

.trainingPlan_tbls {}

.trainingPlan_tbl {
	float: none;
	width: 100%;
	margin: 30px 0 0;
}

.trainingPlan_tbl:nth-child(even) {}

.trainingPlan_tbl:first-child {
	margin-top: 0;
}

.trainingPlan_tbl:nth-child(2) {
	margin-top: 30px;
}

.trainingPlan_tbl:first-child:last-child {}

.course_fee_item_fee {}

.course_fee_item_free {}

.course_cam_limit {}

.trainingPlan_btns {
	margin-top: 15px;
}

.trainingPlan_btn {
	font-size: 15px;
	padding: 12px 15px 15px;
	margin-bottom: 20px;
	width: 100%;
}

.trainingPlan_btn:before {
	background-size: 11px auto;
	width: 11px;
	height: 9px;
}

.trainingPlan_body_ttl {
	font-size: 15px;
	margin-top: 60px;
}

.trainingPlan_body_ttl:before {
	top: -15px;
}

/* } */

/* shop_payment */
#shop_payment {}

#shop_payment .content_body {
	padding: 0 5%;
	margin-top: 0;
}

.payment_charge {
	width: 80%;
	float: left;
	margin: 10px 0 0 20%;
	padding: 10px 0 0 20px;
	box-sizing: border-box;
	border-top: 1px dashed #000;
	text-align: left;
}

.payment_charge_ttl {
	display: inline-block;
	margin: 0;
	color: #553c9c;
	font-weight: bold;
}

.payment_charge_block {
	display: inline-block;
}

.payment_charge_block:after {
	content: "％";
}

.payment_charge_num {
	font-weight: bold;
	margin-left: 10px;
}

.payment_body {
	border-top: 1px solid #000;
	padding-top: 50px;
}

.payment_body_ttl {
	color: #553c9c;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 22px;
	margin: 0;
	text-align: left;
}

.payment_table {
	margin-top: 20px;
}

.payment_table tr {}

.payment_table th {
	width: 20%;
	background: #553c9c;
	color: #fff;
}

.payment_table td {
	font-size: 16px;
}

/* 

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

#shop_payment {}

#shop_payment .content_body {}

.payment_charge {
	float: none;
	width: 100%;
	margin: 20px auto 0;
	padding: 15px 0 0 10px;
}

.payment_charge_ttl {}

.payment_charge_block {}

.payment_charge_block:after {}

.payment_charge_num {}

.payment_body {
	margin-top: 25px;
}

.payment_body_ttl {
	font-size: 18px;
}

.payment_table {
	margin-top: 15px;
}

.payment_table tr {}

.payment_table th {
	width: 35%;
}

.payment_table td {}

/* } */

/* shop_trainingType */
#shop_trainingType {}

#shop_trainingType .content_body {
	padding: 0 10%;
	margin-top: 30px;
}

#shop_trainingType .shop_listContent_list {
	float: none;
	margin: 0 auto;
	width: 100%;
	max-width: 660px;
	text-align: left;
	margin-bottom: 20px;
}

/* 

@media screen and (max-width:870px){ */

#shop_trainingType .shop_listContent_list {
	max-width: 440px;
}

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

#shop_trainingType {}

#shop_trainingType .content_body {
	padding: 0 5%;
	margin-top: 20px;
}

#shop_trainingType .shop_listContent_list {
	max-width: 100%;
}

#shop_trainingType .shop_listContent_list li {
	width: 49%;
	margin: 1% 0;
	font-size: 14px;
	padding: 12px 0;
}

#shop_trainingType .shop_listContent_list li:nth-child(even) {
	margin-left: 2%;
}

#shop_trainingType .shop_listContent_list li.on {}

.trainingType_note {
	margin-top: 25px;
}

.trainingType_note p {}

/* } */

/* shop_dietaryAdvice */
#shop_dietaryAdvice {}

#shop_dietaryAdvice .content_body {
	padding: 0 5%;
	margin-top: 0;
}

#shop_dietaryAdvice .shop_listContent_ttl span {
	margin-top: 0;
}

.dietaryAdvice_note {
	text-align: left;
	margin-top: 40px;
}

.dietaryAdvice_note p {
	font-size: 14px;
}

/* 

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

.dietaryAdvice_note {
	margin-top: 10px;
}

/* } */

/* shop_rental */
#shop_rental {}

#shop_rental .content_body {
	padding: 0 7%;
}

#shop_rental .content_body::after {
	content: "";
	display: block;
	clear: both;
}

.rental_goods {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}

.rental_goods::after {
	content: "";
	display: block;
	clear: both;
}

.rental_goods li {
	position: relative;
	width: 46%;
	height: auto;
	padding-top: 46%;
	float: left;
	margin: 0;
}

#rental_wear {
	background: url(../images/rental_wear.png) left 0 no-repeat;
	background-size: 100% auto;
	margin: 0 4% 4% 0;
}

#rental_towel {
	background: url(../images/rental_towel.png) left 0 no-repeat;
	background-size: 100% auto;
	margin: 0 0 4% 4%;
}

#rental_shoes {
	background: url(../images/rental_shoes.png) left 0 no-repeat;
	background-size: 100% auto;
	margin: 4% 4% 0 0;
}

#rental_socks {
	background: url(../images/rental_socks.png) left 0 no-repeat;
	background-size: 100% auto;
	margin: 4% 0 0 4%;
}

.rental_goods li.on {}

#rental_wear.on {
	background: url(../images/rental_wear_on.png) left 0 no-repeat;
	background-size: 100% auto;
}

#rental_towel.on {
	background: url(../images/rental_towel_on.png) left 0 no-repeat;
	background-size: 100% auto;
}

#rental_shoes.on {
	background: url(../images/rental_shoes_on.png) left 0 no-repeat;
	background-size: 100% auto;
}

#rental_socks.on {
	background: url(../images/rental_socks_on.png) left 0 no-repeat;
	background-size: 100% auto;
}

.rental_goods li.on:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	background: url(../images/icon_check_circle_p.png) left 0 no-repeat;
	background-size: 100% auto;
	width: 44px;
	height: 44px;
}

.rental_list {
	float: left;
	width: 48%;
	margin: 0 0 0 2%;
	padding: 0;
}

.rental_listItem {
	overflow: hidden;
	border-top: 1px solid rgba(27, 8, 21, 0.3);
	line-height: 1;
	padding: 4% 3%;
}

.rental_listItem:last-child {
	border-bottom: 1px solid rgba(27, 8, 21, 0.3);
}

.rental_listItem_ttl {
	display: block;
	float: left;
	width: 75%;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.rental_listItem_ttl_sub {
	display: block;
	font-size: 12px;
	margin-top: 6px;
}

.rental_listItem_txt {
	display: block;
	float: left;
	width: 25%;
	text-align: right;
}

/* 

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

#shop_rental {}

#shop_rental .content_body {}

#shop_rental .content_body::after {}

.rental_goods {
	float: none;
	width: 100%;
}

.rental_goods::after {}

.rental_goods li {}

#rental_wear {}

#rental_towel {}

#rental_shoes {}

#rental_socks {}

.rental_goods li.on {}

#rental_wear.on {}

#rental_towel.on {}

#rental_shoes.on {}

#rental_socks.on {}

.rental_goods li.on:after {}

.rental_list {
	float: none;
	width: 100%;
	margin: 25px 0 0;
}

.rental_listItem {}

.rental_listItem:last-child {}

.rental_listItem_ttl {}

.rental_listItem_ttl_sub {}

.rental_listItem_txt {}

/* } */

/* shop_campaign */
#shop_campaign {}

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

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

/* shop_trainers */
#shop_trainers {}

.trainers_tabs {
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.trainers_tabs::after {
	content: "";
	display: block;
	clear: both;
}

.trainers_tabs a {
	position: relative;
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	color: #000;
	background: rgba(85, 60, 156, 0.3);
	padding: 1% 2%;
	box-sizing: border-box;
	line-height: 1;
	cursor: pointer;
}

.trainers_tabs a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(85, 60, 156, 0.5);
	height: 100%;
	width: 1px;
}

.trainers_tabs a:first-child:before {
	display: none;
}

.trainers_tabs a.on {
	background: #553c9c;
	color: #fff;
}

.trainers_list {}

.trainers_listItem {
	position: absolute;
	margin-left: -10000px;
	background: #f0efeb;
	padding: 3%;
	box-sizing: border-box;
}

.trainers_listItem.on {
	position: static;
	margin: 0 auto;
}

.trainers_listItem_prof {
	overflow: hidden;
}

.trainers_listItem_prof img {
	float: left;
	width: 250px;
	height: auto;
}

.trainers_listItem_txts {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	float: left;
	width: calc(97% - 250px);
	margin-left: 3%;
}

.trainers_listItem_shoulder {
	font-size: 17px;
	margin: 0;
}

.trainers_listItem_name {
	font-size: 30px;
	color: #553c9c;
	margin: 10px 0 0;
}

.trainers_listItem_en {
	font-size: 16px;
	color: #553c9c;
	margin: 0;
}

.trainers_listItem_career {
	font-size: 18px;
	margin: 20px 0 0;
}

.trainers_listItem_meta {
	overflow: hidden;
	margin: 30px auto 0;
}

.trainers_listItem_meta_ttl {
	float: left;
	color: #000;
	margin: 0 15px 0 0;
}

.trainers_listItem_meta_list {
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
}

.trainers_listItem_meta_listItem {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 16px;
	float: left;
	background: #553c9c;
	color: #fff;
	margin: 5px 10px 5px 0;
	padding: 5px 10px 7px;
	line-height: 1;
}

.trainers_listItem_cmt {
	margin-top: 30px;
}

.trainers_listItem_cmt p {
	line-height: 1.6;
	margin: 0;
}

/* 

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

#shop_trainers {
	width: 90%;
	margin: 0 auto;
}

.trainers_tabs {}

.trainers_tabs::after {}

.trainers_tabs a {
	padding: 3% 4%;
}

.trainers_tabs a:before {}

.trainers_tabs a:first-child:before {}

.trainers_tabs a.on {}

.trainers_list {}

.trainers_listItem {}

.trainers_listItem.on {}

.trainers_listItem_prof {}

.trainers_listItem_prof img {
	width: 30%;
}

.trainers_listItem_txts {
	width: 67%;
}

.trainers_listItem_shoulder {
	font-size: 12px;
}

.trainers_listItem_name {
	font-size: 16px;
	margin-top: 5px;
}

.trainers_listItem_en {
	font-size: 14px;
}

.trainers_listItem_career {
	font-size: 12px;
	margin-top: 10px;
}

.trainers_listItem_meta {
	margin-top: 4%;
}

.trainers_listItem_meta_ttl {
	font-size: 14px;
}

.trainers_listItem_meta_list {}

.trainers_listItem_meta_listItem {
	font-size: 11px;
}

.trainers_listItem_cmt {
	margin-top: 4%;
}

.trainers_listItem_cmt p {
	font-size: 14px;
}

/* } */

/* shop_reviews */
#shop_reviews {}

/* 

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

#shop_reviews {}

#shop_reviews .reviews_body:first-child {
	margin-left: 5%;
}

#shop_reviews .on .reviews_body:first-child,
#shop_reviews .on .reviews_body:last-child {
	margin: 10px auto;
}

#shop_reviews .reviews_body:last-child {
	margin-right: 5%;
}

/* } */

/* shop_specialPhoto */
#shop_specialPhoto {}

/* 

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

#shop_specialPhoto {}

/* } */

/* shop_video（youtube） */
#shop_video {}

/* 

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

#shop_video {}

/* } */

/* shop_ba */
#shop_ba {}

/* 

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

#shop_ba {}

/* } */

/* shop_qa */
#shop_qa {}

#shop_qa .content_body {
	padding: 0 7%;
}

.qa_body {
	background: #fff;
	margin-top: 20px;
}

.qa_body_q {
	position: relative;
	cursor: pointer;
	margin: 0;
}

.qa_body_q:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #553C9C;
	border-right: 3px solid #553C9C;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.on .qa_body_q:after {
	margin-top: -4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.qa_body_q_num {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 25px;
	color: #fff;
	background: #553c9c;
	width: 75px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	text-align: center;
}

.qa_body_q_txt {
	font-size: 18px;
	line-height: 1.3;
	vertical-align: top;
	width: calc(100% - 75px);
	margin-left: 75px;
	padding: 20px 50px 20px 20px;
	text-align: left;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
}

.qa_body_a {
	display: none;
	font-size: 17px;
	line-height: 1.5;
	text-align: left;
	padding: 30px;
	margin: 0;
	border-top: 1px solid #553c9c;
}

.on .qa_body_a {
	display: block;
}

.qa_body_a a {
	font-size: 19px;
	line-height: 2;
	text-align: left;
	text-decoration: underline;
	color: #553c9c;
}

/* 

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

#shop_qa {}

#shop_qa .content_body {
	padding: 0 5%;
}

.qa_body {}

.qa_body_q {}

.qa_body_q:after {}

.on .qa_body_q:after {}

.qa_body_q_num {
	font-size: 16px;
	width: 20%;
}

.qa_body_q_txt {
	font-size: 14px;
	width: 80%;
	margin-left: 20%;
	padding: 20px 50px 20px 15px;
}

.qa_body_a {
	padding: 5% 7%;
	font-size: 14px;
}

.on .qa_body_a {}

/* } */

/* shop_article */
#shop_article {}

.article_list {}

.article_listItem {
	position: relative;
	display: block;
	padding: 30px 0;
	overflow: hidden;
}

.article_listItem:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	width: 100%;
	height: 2px;
}

.article_listItem:last-child:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	width: 100%;
	height: 2px;
}

.article_listItem_img {
	width: 35%;
}

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

.article_listItem_ttl {
	font-size: 25px;
	color: #553c9c;
	width: 60%;
	position: absolute;
	top: 0;
	left: 38%;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: normal;
	line-height: 1.6;
}

/* 

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

#shop_article {}

.article_list {}

.article_listItem {
	padding: 15px 0;
}

.article_listItem:before {}

.article_listItem:last-child:after {}

.article_listItem_img {}

.article_listItem_img img {}

.article_listItem_ttl {
	font-size: 14px;
	line-height: 1.3;
}

/* } */

/* ACCESS */
#shop_access {}

.shop_access_body {}

.shop_access_body iframe {
	width: 100%;
	height: 50vh;
}

/* 

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

/* INFORMATION */
#shop_information {}

.shop_information_linkItem {
	position: relative;
	display: inline-flex;
	background-color: #553c9c;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	min-height: 28px;
	line-height: 1.3;
	margin: 5px 5px 0 0;
	padding: 5px 10px 5px 16px;
	box-sizing: border-box;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 3px;
	border-radius: 2px;
}

.shop_information_linkItem:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 5px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


#shop_information table th{
 min-width:2em;	
}
#shop_information table td{
}
.shop_information_linkItem_pref {
	margin: 10px 0 0;
	font-size: 13px;
	text-shadow:0 0 3px #fff;
	overflow:hidden;
	white-space:nowrap;
	width:100%;
	position:relative;
	color:#00000088;
}
.shop_information_linkItem_pref:after {
	content:"";
	background:#00000022;
	display:inline-block;
	height:1px;
	position:absolute;
	top:0;bottom:0;right:0;left:4em;
	margin:auto 0;
}

.shop_information_linkItem_gyma {
	font-size: 10px;
	opacity: 0.8;
}

#shop_information_date {
	font-size: 8px;
	color: #aaa;
	text-align: right;
	margin-top: 10px;
}

#shop_information .cft th {
	width: 2em;
}

/* 

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

#shop_information {
	width: 90%;
	margin: 0 auto;
}

.shop_information_linkItem {}

.shop_information_linkItem:before {}

.shop_information_date {}

/* } */

/* CONTACT */
#shop_contact {}

/* 

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

#shop_contact {
	width: 90%;
	margin: 0 auto;
}

/* } */

/* 現在新規の申し込みを受付けておりません。 */
.not_accept {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.4;
	width: 90%;
	margin: 0 auto;
}

/* 

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

.not_accept {
	font-size: 24px;
}

/* } */



/* 昔のジム詳細 */
#main_shop_2 {}

#main_shop_2 #shop_header {
	width: 90%;
	margin: 0 auto;
}

#main_shop_2 #shop_header_ttls {}

#main_shop_2 #shop_header_ttl {
	font-size: 50px;
}

#main_shop_2 #shop_header_item {
	margin-top: 10px;
}

#main_shop_2 .shop_entry {}

#main_shop_2 .shop_entry img {
	width: 100%;
	height: auto;
}

#main_shop_2 .shop_entry h2 {
	font-size: 28px;
	line-height: 1.3;
	margin-top: 60px;
}

#main_shop_2 .shop_entry h3 {
	font-size: 20px;
	margin: 20px 0 5px;
}

#main_shop_2 .shop_entry p {
	font-size: 14px;
	line-height: 2;
	margin: 10px auto;
}

#main_shop_2 .point_personal {}

#main_shop_2 .point_personal .number {
	font-weight: bold;
	color: #553C9C;
}

#main_shop_2 .point_personal strong {}

#main_shop_2 .balloonx1 {
	line-height: 1.9;
	padding: 15px;
	box-sizing: border-box;
	background: #f0efeb;
	overflow: hidden;
	margin: 10px auto 30px;
}

#main_shop_2 .balloonx1-image-left {
	float: left;
	margin: 0 15px 0 0;
	width: 30%;
}

#main_shop_2 .balloonx1-image-left img {
	width: 100%;
	height: auto;
}

#main_shop_2 .balloonx1-image-description {
	color: #553C9C;
	font-weight: bold;
	line-height: 1.3;
}

#main_shop_2 .balloonx4-text-right {
	float: left;
	font-size: 13px;
	width: calc(70% - 15px);
}

#main_shop_2 .balloonx4-text-right p {
	margin: 0;
}

/* 

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

#main_shop_2 {
	width: 95%;
	margin: 2.5% auto 0;
	padding: 3%;
	box-sizing: border-box;
}

#main_shop_2 #shop_header {
	width: 100%;
}

#main_shop_2 #shop_header_ttls {}

#main_shop_2 #shop_header_ttl {
	font-size: 20px;
}

#main_shop_2 #shop_header_item {}

#main_shop_2 .shop_entry {}

#main_shop_2 .shop_entry img {}

#main_shop_2 .shop_entry h2 {
	font-size: 22px;
	margin-top: 40px;
}

#main_shop_2 .shop_entry h3 {
	font-size: 18px;
	line-height: 1.4;
}

#main_shop_2 .shop_entry p {
	line-height: 1.8;
	margin-top: 20px;
}

#main_shop_2 .point_personal {}

#main_shop_2 .point_personal .number {}

#main_shop_2 .point_personal strong {}

#main_shop_2 .balloonx1 {}

#main_shop_2 .balloonx1-image-left {}

#main_shop_2 .balloonx1-image-left img {}

#main_shop_2 .balloonx1-image-description {
	font-size: 12px;
}

#main_shop_2 .balloonx4-text-right {}

#main_shop_2 .balloonx4-text-right p {
	margin: 0;
}

/* } */



/*-----------------------------------------------------------------------------* 地域ジム詳細（content-single-gym.php） */
/* ヘッダー */
#gym_header {}

#gym_header_img {
	padding: 28% 0 0;
}

#gym_header_img img {}

#gym_header_ttls {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	text-align: center;
	margin: 0;
	padding: 3% 4% 0;
	line-height: 1;
}

.gym_header_meta {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	background: #553C9C;
	padding: 5px 10px 6px;
	box-sizing: border-box;
	line-height: 1;
}

.gym_header_ttl {
	display: block;
	font-size: 35px;
	margin-top: 10px;
	line-height: 1.2;
}

.gym_header_sub {
	display: inline-block;
	color: #553C9C;
	font-size: 24px;
	border-top: 4px solid #553C9C;
	border-bottom: 4px solid #553C9C;
	padding: 7px 5px;
	box-sizing: border-box;
	margin-top: 17px;
	line-height: 1.3;
}

#gym_header_date {
	font-size: 13px;
	color: #999;
	line-height: 1;
	text-align: center;
	margin: 20px auto 0;
	z-index: 1;
}

/* 

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

#gym_header {}

#gym_header_img {}

#gym_header_img img {}

#gym_header_ttls {
	padding-top: 5%;
}

.gym_header_meta {
	font-size: 12px;
	padding: 4px 6px;
}

.gym_header_ttl {
	font-size: 20px;
	margin-top: 5px;
}

.gym_header_sub {
	font-size: 14px;
	border: none;
	padding: 0;
	margin-top: 0;
}

#gym_header_date {
	margin-top: 10px;
	font-size: 11px;
}

/* } */

/* 2405改修 */
.gym_header_popup #gym_header_img {
	margin-top: 0;
	padding: 0;
}

.gym_header_popup #gym_header_img img {
	position: static;
}

.gym_header_popup #gym_header_date {
	text-align: left;
	padding-left: 30px;
}

/* 

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

.gym_header_popup #gym_header_img {
	margin: 0 auto 8px;
}

.gym_header_popup #gym_header_img img {}

.gym_header_popup #gym_header_date {
	padding-left: 3%;
}

/* } */

/* 2405改修お祝いバナー */
.gym_header_oiwai {
	padding-bottom: 20px;
	background: #f0efeb;
}

.gym_header_oiwai a {}

.gym_header_oiwai a img {
	width: 100%;
}

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

.gym_header_oiwai {
	padding: 10px 0 7px;
}

.gym_header_oiwai a {
	margin: 0 auto;
	width: 95%;
	display: block;
}

.gym_header_oiwai a img {}

/* } */

/* gym_entry */
.gym_entry {
	width: 90%;
	margin: 0 auto;
}

/* 

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

.gym_entry {
	width: 100%;
	overflow-x: hidden;
}

/* } */

/* gym_supervisor */
#gym_supervisor {
	overflow: hidden;
	max-width: 750px;
	margin: 40px auto 0;
}

.supervisor_cmt {
	position: relative;
	float: left;
	width: 70%;
	background: #F0EFEB;
	padding: 4% 5%;
	box-sizing: border-box;
	border-radius: 10px;
	margin-top: 0;
}

.supervisor_cmt:before {
	content: "";
	position: absolute;
	top: 64px;
	right: -24px;
	border: 10px solid transparent;
	border-left: 15px solid #F0EFEB;
}

.supervisor_cmt p {
	line-height: 1.6;
	margin: 0;
}

.supervisor_cmt p strong {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.supervisor_prof {
	float: left;
	width: 26%;
	text-align: center;
	margin-left: 4%;
}

.supervisor_prof_img {
	border-radius: 100px;
	width: 105px;
	height: auto;
}

.supervisor_info {
	margin-top: 10px;
	text-align: left;
}

.supervisor_shoulder {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 15px;
	line-height: 1.4;
	margin: 0;
	letter-spacing: -0.02em;
}

.supervisor_name {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 24px;
	color: #553C9C;
	line-height: 1.4;
	margin: 0;
}

.supervisor_txt {
	font-size: 13px;
	line-height: 1.3;
	margin: 7px 0 0;
}

/* 

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

#gym_supervisor {
	background: #F0EFEB;
	padding: 2%;
	box-sizing: border-box;
	border-radius: 10px;
	margin-top: 15px;
	width: 95%;
}

.supervisor_cmt {
	float: none;
	width: 100%;
	background: #fff;
	padding: 2% 3%;
}

.supervisor_cmt:before {}

.supervisor_cmt p {
	font-size: 13px;
}

.supervisor_cmt p strong {}

.supervisor_prof {
	position: relative;
	overflow: hidden;
	float: none;
	width: 100%;
	margin: 2% 0 0;
}

.supervisor_prof_img {
	float: left;
	width: 62px;
}

.supervisor_info {
	width: calc(100% - 72px);
	left: 72px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: normal;
}

.supervisor_shoulder {
	font-size: 11px;
}

.supervisor_name {
	font-size: 15px;
}

.supervisor_txt {
	font-size: 11px;
	line-height: 1.2;
	margin-top: 2px;
}

/* } */

/* gym_mokuji */
#gym_mokuji {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	margin: 50px auto 0;
}

.gym_mokuji_ttls {
	padding: 3%;
}

.gym_mokuji_ttl {
	display: inline-block;
	font-size: 19px;
	font-weight: bold;
	color: #1b0815;
	line-height: 1.4;
}

.gym_mokuji_more_btn {
	display: inline-block;
	font-size: 14px;
	margin-left: 10px;
}

.gym_mokuji_list {
	padding: 0 3% 3%;
}

.gym_mokuji_listItem {
	position: relative;
	display: block;
	margin-left: 14px;
	font-weight: bold;
	line-height: 1.4;
	color: #553C9C;
	text-decoration: underline;
}

.gym_mokuji_listItem:before {
	content: "";
	background: #553C9C;
	width: 7px;
	height: 2px;
	vertical-align: middle;
	position: absolute;
	left: -14px;
	top: 17px;
}

.on .gym_mokuji_ttls {
	padding-bottom: 1%;
}

.on .gym_mokuji_more_btn {
	display: none;
}

.on .gym_mokuji_list {
	position: static;
	display: block;
	margin: 0 auto;
}

.on .gym_mokuji_listItem {
	padding: 5px 0;
}

/* 

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

#gym_mokuji {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	margin-top: 30px;
	width: 90%;
}

.gym_mokuji_ttls {}

.gym_mokuji_ttl {
	font-size: 14px
}

.gym_mokuji_more_btn {
	font-size: 13px;
	margin-left: 2%;
}

.gym_mokuji_list {}

.gym_mokuji_listItem {}

.gym_mokuji_listItem:before {}

.on .gym_mokuji_ttls {
	padding: 3% 4% 0;
}

.on .gym_mokuji_more_btn {}

.on .gym_mokuji_list {
	padding: 0 4% 3%;
}

.on .gym_mokuji_listItem {
	padding: 3px 0;
}

/* } */

/* タブメニュー */
#gym_infoTab {}

#gym_rankingTab {}

.gym_tab {
	margin: 40px auto 0;
}

.gym_tab_ttl {
	position: relative;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 27px;
	color: #553C9C;
	text-align: center;
	margin: 0;
	line-height: 1.4;
}

.gym_tab_body {}

.gym_tab_menu {
	overflow: hidden;
	margin-top: 30px;
}

.gym_tab_menu a {
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	background: rgba(85, 60, 156, 0.3);
	line-height: 1.3;
	height: 68px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: normal;
	vertical-align: bottom;
}

#gym_infoTab .gym_tab_menu a {
	width: 25%;
}

#gym_rankingTab .gym_tab_menu a {
	width: 16.66666666%;
}

.gym_tab_menu a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(85, 60, 156, 0.5);
	height: 100%;
	width: 1px;
}

.gym_tab_menu a.on {
	color: #fff;
	background: #553c9c;
}

.gym_tab_menu a.on:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	border: 11px solid transparent;
	border-bottom: 11px solid #f0efeb;
}

/* 

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

#gym_infoTab {}

.gym_tab {
	margin-top: 20px;
}

.gym_tab_ttl {
	font-size: 17px;
}

.gym_tab_body {}

.gym_tab_menu {
	overflow-x: scroll;
	white-space: nowrap;
}

.gym_tab_menu a {
	float: none;
	font-size: 11px;
	min-width: 25%;
	box-sizing: border-box;
	height: 45px;
}

.gym_tab_menu a:before {}

.gym_tab_menu a.on {}

.gym_tab_menu a.on:after {
	border: 8px solid transparent;
	border-bottom: 8px solid #f0efeb;
	margin-left: -8px;
	bottom: -1px;
}

/* } */

/* タブコンテンツ */
.gym_tab_contents {
	overflow: hidden;
	background: #f0efeb;
	padding: 20px 0;
}

.gym_tab_content {
	position: absolute;
	margin-left: -10000px;
	text-align: center;
}

.on.gym_tab_content {
	position: static;
	display: block;
	margin-left: 0;
}

.gym_tab_content_ttl {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 18px;
	margin: 0;
}

.gym_tab_content_body {
	width: 90%;
	margin: 20px auto 0;
}

#gym_tab_map {}

#map {
	width: 100%;
	height: 50vh;
}

#map-multiple {
	width: 100%;
	height: 50vh;
}

#map-single {
	width: 100%;
	height: 50vh;
}

#gym_tab_marketPrice {}

.gym_tab_marketPrice_list {
	background: #fff;
	border-radius: 10px;
	padding: 5%;
	box-sizing: border-box;
}

.gym_tab_marketPrice_listItem {
	overflow: hidden;
	border-top: 1px solid #553C9C;
	padding: 20px 0;
}

.gym_tab_marketPrice_listItem:first-child {
	border-top: none;
	padding-top: 0;
}

.gym_tab_marketPrice_listItem:last-child {
	padding-bottom: 0;
}

.gym_tab_marketPrice_listItem h4 {
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	color: #553C9C;
	line-height: 1.3;
	margin: 0;
	float: left;
}

.gym_tab_marketPrice_num {
	font-size: 26px;
}

.gym_tab_marketPrice_txt {
	font-size: 16px;
	margin-left: 8px;
}

.gym_tab_marketPrice_fee {
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 27px;
	line-height: 1.3;
	float: left;
	margin: 0 0 0 20px;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.gym_tab_marketPrice_yen {
	font-size: 14px;
	margin-left: 5px;
}

.gym_tab_marketPrice_link {
	text-align: right;
	width: 90%;
	margin: 10px auto;
}

.gym_tab_marketPrice_link a {
	color: #553C9C;
	font-weight: bold;
}

#gym_tab_nearby {}

.gym_tab_nearby_body {}

.gym_tab_nearby_body a {
	display: inline-block;
	color: #553c9c;
	font-weight: bold;
	border: 1px solid #553c9c;
	border-radius: 15px;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	margin: 5px;
}

#gym_tab_article {}

.gym_tab_article_list {
	overflow-y: hidden;
	overflow-x: scroll;
	white-space: nowrap;
}

.gym_tab_article_listItem {
	display: inline-block;
	width: 90%;
	white-space: normal;
	margin-left: 5%;
	vertical-align: top;
}

.gym_tab_article_listItem:first-child {
	margin-left: 0;
}

.gym_tab_article_listItem_img {}

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

.gym_tab_article_listItem_txt {
	text-align: left;
	margin: 10px 0 0;
	font-size: 14px;
}

.gym_tab_article_listItem_link {
	text-align: right;
	line-height: 1;
	margin: 5px 0 0;
}

.gym_tab_article_listItem_link a {
	position: relative;
	padding-right: 15px;
	font-weight: bold;
	color: #553c9c;
}

.gym_tab_article_listItem_link a:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #553c9c;
	border-right: 2px solid #553c9c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* 

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

.gym_tab_contents {}

.gym_tab_content {}

.on.gym_tab_content {}

.gym_tab_content_ttl {
	font-size: 15px;
}

.gym_tab_content_body {}

#gym_tab_map {}

#map {}

#gym_tab_marketPrice {}

.gym_tab_marketPrice_list {}

.gym_tab_marketPrice_listItem {
	padding: 10px 0;
}

.gym_tab_marketPrice_listItem:first-child {}

.gym_tab_marketPrice_listItem:last-child {
	padding-bottom: 10px;
}

.gym_tab_marketPrice_listItem h4 {
	display: block;
}

.gym_tab_marketPrice_num {
	font-size: 22px;
}

.gym_tab_marketPrice_txt {}

.gym_tab_marketPrice_fee {
	font-size: 24px;
}

.gym_tab_marketPrice_yen {}

.gym_tab_marketPrice_link {}

.gym_tab_marketPrice_link a {}

#gym_tab_nearby {}

.gym_tab_nearby_body {}

.gym_tab_nearby_body a {}

#gym_tab_article {}

.gym_tab_article_list {}

.gym_tab_article_listItem {}

.gym_tab_article_listItem:first-child {}

.gym_tab_article_listItem_img {}

.gym_tab_article_listItem_img img {}

.gym_tab_article_listItem_txt {
	font-size: 13px;
	line-height: 1.5;
}

.gym_tab_article_listItem_link {}

.gym_tab_article_listItem_link a {
	font-size: 13px;
	padding-right: 12px;
}

.gym_tab_article_listItem_link a:after {}

/* } */

.gym_tab_lead {
	margin: 0 auto;
	line-height: 1.8;
	font-weight: bold;
	width: 90%;
}

/* 

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

.gym_tab_lead {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
}

/* } */

/* タブ内リスト */
#gym_rankingTab .shop_listItem_2 {
	margin: 20px 0 20px 10px;
}

#gym_rankingTab .shop_listItem_2:first-child {
	margin-left: 20px;
}

/* 

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

#gym_rankingTab .shop_listItem_2 {
	margin: 4% 2px 0;
}

#gym_rankingTab .shop_listItem_2:first-child {}

/* } */

/* まとめ詳細内 reviews 2211改修 */
.gym_reviews {
	margin-top: 60px;
}

.gym_reviews_ttl {
	color: #553c9c;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 25px;
	text-align: center;
}

.gym_reviews .scroll_body_gr {}

.gym_reviews .reviews_body {
	width: 680px;
}

.gym_reviews .scroll_body_gr:after,
.gym_reviews .reviews_profile_cat,
.gym_reviews .reviews_profile_name,
.gym_reviews .reviews_profile_date,
.gym_reviews .reviews_result_listItem:first-child,
.gym_reviews .for_gym_reviews,
.gym_reviews .reviews_evaluation_list,
.gym_reviews .reviews_content_3,
.gym_reviews .reviews_content_4 {
	display: none;
}

.review_new {
	position: absolute;
	top: 0;
	left: 0;
}

.gym_reviews .reviews_contents {
	position: relative;
	margin-top: 15px;
}

.gym_reviews .reviews_content_1 {
	width: 35%;
}

.gym_reviews .reviews_profile {
	position: relative;
}

.gym_reviews .reviews_profile_body {
	position: absolute;
	top: 0;
	left: 112px;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: normal;
	float: none;
	margin: auto;
	width: auto;
}

.gym_reviews .reviews_profile_info {
	font-size: 17px;
}

.gym_reviews .reviews_profile_info span {
	display: block;
	margin: 0;
}

.gym_reviews .reviews_result {
	position: absolute;
	top: 40px;
	left: 35%;
	width: 65%;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.gym_reviews .reviews_result_ttl {
	margin: 8px 5px;
	font-size: 16px;
}

.gym_reviews .reviews_result_ttl span {
	font-size: 16px;
}

.gym_reviews .reviews_result_listItem {
	padding: 8px 5px;
	font-size: 16px;
}

.gym_reviews .reviews_result_listItem_ttl {
	width: 85px;
	font-weight: bold;
}

.gym_reviews .reviews_content_2 {
	width: 65%;
	margin: auto;
	height: 175px;
}

.gym_reviews .reviews_evaluation_all {
	padding: 10px 5px;
}

.gym_reviews .reviews_evaluation_all_ttl {
	font-size: 16px;
	margin-top: 2px;
}

.gym_reviews .reviews_evaluation_all_star {
	top: 1px;
	width: 135px;
	background-size: 135px;
}

.gym_reviews .reviews_evaluation_all_star:after {
	background-size: 135px;
}

.gym_reviews .reviews_evaluation_all_num {
	top: 0;
	font-size: 19px;
	padding: 2px 0 3px;
}

.gym_reviews .btns {}

.gym_reviews .btn {
	background: #553c9c;
	color: #fff;
	padding: 12px 60px;
	margin-top: 10px;
}

.gym_reviews .btn:hover {
	opacity: 0.7;
}

/* 

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

.gym_reviews {
	width: 95%;
	margin: 60px auto 0;
}

.gym_reviews_ttl {
	font-size: 17px;
}

.gym_reviews .scroll_body_gr {
	height: auto;
}

.gym_reviews .reviews_body {
	width: 330px;
	padding-bottom: 20px;
}

.review_new {
	width: 70px;
	height: auto;
}

.gym_reviews .reviews_contents {}

.gym_reviews .reviews_content_1 {
	width: 100%;
}

.gym_reviews .reviews_profile {}

.gym_reviews .reviews_profile_body {
	left: 95px;
}

.gym_reviews .reviews_profile_info {
	font-size: 15px;
	line-height: 1.4;
	margin: 0;
}

.gym_reviews .reviews_profile_info span {}

.gym_reviews .reviews_result {
	top: 140px;
	left: 0;
	width: 100%;
}

.gym_reviews .reviews_result_ttl {}

.gym_reviews .reviews_result_ttl span {
	font-size: 15px;
}

.gym_reviews .reviews_result_listItem {
	font-size: 15px;
}

.gym_reviews .reviews_result_listItem_ttl {}

.gym_reviews .reviews_content_2 {
	width: 100%;
	margin-top: 15px;
}

.gym_reviews .reviews_evaluation_all {}

.gym_reviews .reviews_evaluation_all_ttl {
	font-size: 15px;
	margin-top: 3px;
}

.gym_reviews .reviews_evaluation_all_star {
	right: 52px;
}

.gym_reviews .reviews_evaluation_all_star:after {}

.gym_reviews .reviews_evaluation_all_num {}

.gym_reviews .btns {}

.gym_reviews .btn {}

/* } */

/* ジム比較表 2211改修 */
.gym_table {
	margin-top: 60px;
}

.gym_table_ttl {
	color: #553c9c;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 25px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 10px;
}

.gym_table_txt {
	text-align: center;
	line-height: 1;
	margin: 0 auto 40px;
}

.gym_table_body {
	overflow-y: hidden;
	/*  height: 567px;*/
}

.gym_table_body.tall {
	height: 590px;
}

.on .gym_table_body {
	height: auto;
}

.gym_table_body table {
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.gym_table_body tr {}

.gym_table_body th.table_mainttl {
	padding: 10px 14px;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
}

.gym_table_body th,
.gym_table_body td {}

.gym_table_body th {
	font-weight: normal;
}

.gym_table_body tr:nth-child(2) th,
.gym_table_body tr:nth-child(3) th,
.gym_table_body tr:nth-child(4) th {
	font-weight: bold;
}

.gym_table_body td {
	text-align: center;
}

.gym_table_body th.table_mainttl:nth-child(2n-1) {
	background: #4a3193;
}

.gym_table_body th.gym_table_trtitle {
	background: #553c9c1c;
}

.gym_table_body td:nth-child(2n-1) {
	background: #f7f7f8;
}

.gym_table_font_l {
	font-size: 25px;
	line-height: 1;
}

.gym_table_link {
	position: relative;
	color: #553c9c;
	font-weight: bold;
	text-decoration: underline;
}

.gym_table_link:after {
	content: "";
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -14px;
	right: -14px;
	margin: auto;
}

.table_1 td.gym_table_stars {
	position: relative;
}

.gym_table_num {
	color: #c99500;
	font-weight: bold;
	margin-left: 108px;
}

.gym_table_star {
	position: absolute;
	top: 17px;
	left: 14px;
	background: url(../images/star_s.png) no-repeat;
	background-size: 98px auto;
	width: 98px;
	height: 14px;
	line-height: 1;
}

.gym_table_star:after {
	content: "";
	display: block;
	background: url(../images/star_s_on.png) no-repeat;
	background-size: 98px auto;
	width: var(--rate);
	height: 14px;
	line-height: 1;
}

.gym_table_cashback {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffff66 60%);
	margin-right: 3px;
}

.gym_table_free {
	display: inline-block;
	background: #E6D900;
	font-weight: bold;
	line-height: 1;
	padding: 4px;
	border-radius: 3px;
}

.gym_table_btn {
	background: #ecebee;
	color: #553c9c;
	font-weight: bold;
	padding: 10px;
	border-radius: 8px;
}

.gym_table_more {
	text-align: right;
}

.gym_table_more a {
	position: relative;
	display: inline-block;
	color: #553c9c;
	margin-top: 20px;
}

.gym_table_more a:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: -18px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #553c9c;
	border-right: 3px solid #553c9c;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.on .gym_table_more a:before {
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

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

	.fixed01,
	.fixed02 {
		position: sticky;

		&:before {
			content: "";
			position: absolute;
			top: -1px;
			left: -1px;
			width: 100%;
			height: 100%;
		}
	}

	.fixed01 {
		left: 0;
	}

	.fixed02 {
		left: 55px;
	}

	th.fixed01 {
		background: #EDEDF0;
		opacity: 1;
		Z-index: 10;
	}

	td.fixed02 {
		opacity: 1;
		text-align: left;
		background: #fff;
		Z-index: 10;
	}
}

/* 

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

.gym_table {
	width: 95%;
	margin: 60px auto 0;
}

.gym_table_ttl {
	font-size: 17px;
}

.gym_table_txt {
	font-size: 12px;
	margin-bottom: 20px;
}

.gym_table_body {
	/*   height: 485px; */
}

.on .gym_table_body {}

.gym_table_body table {}

.gym_table_body tr {}

.gym_table_body th.table_mainttl {}

.gym_table_body th,
.gym_table_body td {
	padding: 10px 14px;
	text-align: center;
}

.gym_table_body th {}

.gym_table_body tr:nth-child(2) th,
.gym_table_body tr:nth-child(3) th,
.gym_table_body tr:nth-child(4) th {}

.gym_table_body td {}

.gym_table_font_l {
	font-size: 20px;
}

.gym_table_link {}

.gym_table_link:after {}

.table_1 td.gym_table_stars {}

.gym_table_num {}

.gym_table_star {
	top: 13px;
}

.gym_table_star:after {}

.gym_table_cashback {}

.gym_table_free {}

.gym_table_btn {}

.gym_table_more {}

.gym_table_more a {
	font-size: 15px;
	margin-top: 13px;
}

.gym_table_more a:before {}

.on .gym_table_more a:before {}

.fixed01,
.fixed02 {}

.fixed01 {}

.fixed02 {}

th.fixed01 {}

td.fixed02 {
	text-align: left;
}

/* } */

/* 2405改修 */
.gym_table_popup.gym_table {
	margin-top: 30px;
	margin-bottom: 50px;
}

.gym_table_popup .gym_table_txt {
	margin-bottom: 20px;
}

.gym_table_popup .gym_table_body {}

.gym_table_popup.on .gym_table_body {
	height: auto;
}

.gym_table_popup .gym_table_popup_height {
	max-height: 587px;
}

.gym_table.gym_table_popup.on .gym_table_popup_height {
	max-height: 100%;
}

.gym_table_popup .gym_table_body tr {}

.gym_table_popup .gym_table_body th,
.gym_table_popup .gym_table_body tr:nth-child(2) th,
.gym_table_popup .gym_table_body tr:nth-child(3) th,
.gym_table_popup .gym_table_body tr:nth-child(4) th {
	padding: 7px 10px;
	width: auto;
}

.gym_table_popup .gym_table_body tr:nth-child(2) th,
.gym_table_popup .gym_table_body tr:nth-child(3) th,
.gym_table_popup .gym_table_body tr:nth-child(4) th {}

.gym_table_popup .gym_table_body th.table_mainttl {
	padding: 7px;
}

.gym_table_popup .gym_table_link {
	font-size: 13px;
	line-height: 1.5;
	display: block;
}

.gym_table_popup .gym_table_body td {
	font-size: 13px;
	padding: 0 7px;
}

.gym_table_popup_award {}

.gym_table_popup_award .thisyear {
	display: block;
	color: #c99500;
	font-weight: bold;
}

.gym_table_popup_award .pastyear {
	font-size: 12px;
}

.gym_table_popup .gym_table_more.on_btn {
	display: block;
}

.gym_table_popup.on .gym_table_more.on_btn {
	display: none;
}

.gym_table_more_close {
	text-align: right;
}

.gym_table_more_close a {
	position: relative;
	display: inline-block;
	color: #553c9c;
	margin-top: 20px;
}

.gym_table_more_close a:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: -18px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #553c9c;
	border-right: 3px solid #553c9c;
	-webkit-transform: rotate(-5deg);
	transform: rotate(-45deg);
}

.gym_table_popup .gym_table_more_close.on_btn {
	display: none;
}

.gym_table_popup.on .gym_table_more_close.on_btn {
	display: block;
}

/* 

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

.gym_table_popup.gym_table {}

.gym_table_popup .gym_table_body {}

.gym_table_popup.on .gym_table_body {}

.gym_table_popup .gym_table_popup_height {
	max-height: 549px;
}

.gym_table_popup .gym_table_body tr {}

.gym_table_popup .gym_table_body th,
.gym_table_popup .gym_table_body tr:nth-child(2) th,
.gym_table_popup .gym_table_body tr:nth-child(3) th,
.gym_table_popup .gym_table_body tr:nth-child(4) th {}

.gym_table_popup .gym_table_body tr:nth-child(2) th,
.gym_table_popup .gym_table_body tr:nth-child(3) th,
.gym_table_popup .gym_table_body tr:nth-child(4) th {}

.gym_table_popup .gym_table_body th.table_mainttl {
	padding: 3px;
}

.gym_table_popup .gym_table_link {
	text-align: left;
	font-size: 12px;
}

.gym_table_popup .gym_table_body td {
	font-size: 12px;
}

.gym_table_popup_award {}

.gym_table_popup_award .thisyear {}

.gym_table_popup_award .pastyear {}

.gym_table_popup .gym_table_star {
	top: 17px;
}

.gym_table_popup .gym_table_more.on_btn {}

.gym_table_popup.on .gym_table_more.on_btn {}

.gym_table_more_close {}

.gym_table_more_close a {}

.gym_table_more_close a:before {}

.gym_table_popup .gym_table_more_close.on_btn {}

.gym_table_popup.on .gym_table_more_close.on_btn {}

/* } */

/*　ライザップ記事用テーブル表CSS 2307開発*/
.rizap_table_body th.table_mainttl {
	padding: 10px 14px;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
}

.table_rizap th.table_mainttl {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	background: #553c9c;
	color: #fff;
	font-size: 17px;
}

.rizap_table_body th {
	font-weight: normal;
}

.rizap_table_body tr:nth-child(2) th {
	font-weight: bold;
}

.rizap_table_body th:first-child {
	width: 20%;
}

.rizap_table_body th:nth-child(2) {
	width: 80%;
}

/* gym_bnr */
#gym_bnr {
	width: 90%;
	max-width: 600px;
	margin: 40px auto 45px;
}

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

.gym_bnr_txt {
	font-size: 14px;
	line-height: 1.8;
	margin: 20px auto 45px;
}

.gym_bnr_txt span {
	display: block;
	font-size: 12px;
	margin-top: 8px;
}

.gym_bnr_txt strong {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* 

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

#gym_bnr {}

#gym_bnr img {}

.gym_bnr_txt {
	font-size: 13px;
	line-height: 1.6;
	margin: 10px auto 0;
}

.gym_bnr_txt span {}

.gym_bnr_txt strong {}

/* } */

.gym_recommends {
	background: #e9e8e6;
	margin-top: 60px;
	padding-bottom: 60px;
}

/* gym_recommends_ttl */
.gym_recommends_ttl {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	text-align: center;
	margin: 0;
	padding: 50px 0 0;
}

.gym_recommends_ttl_area {
	font-size: 20px;
	color: #553C9C;
	border-top: 3px solid #553C9C;
	border-bottom: 3px solid #553C9C;
	line-height: 1;
	padding: 2px 0 5px;
}

.gym_recommends_ttl_txt {
	display: block;
	font-size: 28px;
	line-height: 1.4;
	margin-top: 15px;
}

/* gym_recommend */
.gym_recommend {
	position: relative;
	width: 95%;
	background: #fff;
	padding: 30px 4%;
	box-sizing: border-box;
	border-radius: 10px;
	margin: 30px auto 0;
}

.gym_recommend_ttl {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 22px;
	color: #553C9C;
	line-height: 1.4;
	margin: 35px 0 0 20px;
}

.gym_recommend_ttl:before {
	content: "";
	position: absolute;
	top: 0;
	background: #553c9c;
	width: 6px;
	height: 100%;
	margin-left: -20px;
}

/* 

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

.gym_recommends {}

.gym_recommends_ttl {}

.gym_recommends_ttl_area {
	font-size: 16px;
}

.gym_recommends_ttl_txt {
	font-size: 20px;
	margin-top: 10px;
}

.gym_recommend {}

.gym_recommend_ttl {
	font-size: 15px;
}

.gym_recommend_ttl:before {}

/* } */

/* 2405改修 */
.gym_recommends_popup {
	background: none;
}

.gym_recommend_popup {
	position: static;
	width: auto;
	border-radius: 0;
	margin: 0 auto;
	background: #e9e8e6;
	padding: 20px 0;
}

.gym_recommend_gym_recommend_popup_inner {
	position: relative;
	width: 95%;
	background: #fff;
	padding: 30px 4%;
	box-sizing: border-box;
	border-radius: 10px;
	margin: 0 auto 0;
}

.gym_recommends_ttl_popup {
	background: #e9e8e6;
	margin-top: 60px;
	padding: 50px 0 10px;
}

.gym_recommends_ttl_popup_inner {}

.gym_recommends_ttl_popup .gym_recommends_txt {
	display: inline-block;
	color: #553C9C;
	font-size: 24px;
	border-top: 3px solid #553C9C;
	border-bottom: 3px solid #553C9C;
	padding: 7px 5px;
	box-sizing: border-box;
	margin-top: 17px;
	line-height: 1.3;
}

.gym_recommends_ttl_popup .gym_recommends_subtxt {
	display: block;
	margin-top: 10px;
	font-size: 26px;
}

/* 

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

.gym_recommends_popup {
	margin-top: 10px;
}

.gym_recommend_popup {
	padding: 10px 0;
}

.gym_recommend_gym_recommend_popup_inner {}

.gym_recommends_ttl_popup {
	margin-top: 30px;
	padding: 25px 0 5px;
}

.gym_recommends_ttl_popup_inner {
	width: 95%;
	margin: 0 auto;
}

.gym_recommends_ttl_popup .gym_recommends_txt {
	font-size: 17px;
}

.gym_recommends_ttl_popup .gym_recommends_subtxt {
	font-size: 20px;
	margin-top: 8px;
}

/* } */

/* gym_recommend_header */
.gym_recommend_header {}

/* 2211,2308改修 */
.gym_recommend_header_award,
.post_entry .gym_recommend_header_award {
	position: relative;
	background: #553c9c;
	margin: 0 0 30px -4.6%;
	width: calc(100% - 13px);
}

.post_entry .gym_recommend_header_award {
	margin-top: 50px;
}

.gym_recommend_header_award:after,
.post_entry .gym_recommend_header_award:after {
	content: "";
	position: absolute;
	top: 0;
	right: -13px;
	background: url("../images/bnr_award_ribbon.png") no-repeat;
	background-size: 100% auto;
	width: 13px;
	height: 77px;
}

.bnr_award_icon,
.post_entry .bnr_award_icon {
	position: absolute;
	top: -15px;
	left: 15px;
	width: auto;
	height: 130px;
	margin: 0;
}

.gym_recommend_header_award_ttls,
.post_entry .gym_recommend_header_award_ttls {
	margin: 0 0 0 120px;
	color: #fff;
	padding: 17px 0;
	box-sizing: border-box;
}

.gym_recommend_header_award_ttlsub,
.post_entry .gym_recommend_header_award_ttlsub {
	display: block;
	font-size: 16px;
	line-height: 1;
}

.gym_recommend_header_award_ttl,
.post_entry .gym_recommend_header_award_ttl {
	display: block;
	font-size: 22px;
	line-height: 1;
}

.gym_recommend_header_award_ttls span:last-child,
.post_entry .gym_recommend_header_award_ttls span:last-child {
	margin-top: 5px;
}

h3.article_brand {
	/*帯下のタイトル*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 28px;
	margin: 50px 0 30px;
}

.bnr_award_no1,
.post_entry .bnr_award_no1 {
	position: relative;
}

.bnr_award_no1:after,
.post_entry .bnr_award_no1:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	background: url("../images/bnr_award_no1.png") no-repeat;
	background-size: 100% auto;
	width: 77px;
	height: 40px;
}

.gym_recommend_header_ttl {
	margin: 0;
	padding: 0;
	border-bottom: none;
	color: #553C9C;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	line-height: 1.3;
}

.gym_recommend_header_ttl a {
	color: #553C9C;
}

.gym_recommend_header_review {
	position: relative;
	margin-top: 8px;
	line-height: 1;
}

.gym_recommend_header_review_ttl {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin-top: 3px;
}

.gym_recommend_header_review_star {
	position: absolute;
	left: 100px;
	background: url(../images/star_s.png) no-repeat;
	background-size: 120px auto;
	width: 120px;
	height: 19px;
}

.gym_recommend_header_review_star:after {
	content: "";
	display: block;
	background: url(../images/star_s_on.png) no-repeat;
	background-size: 120px auto;
	width: var(--rate);
	height: 19px;
}

.gym_recommend_header_review_score {
	position: absolute;
	top: 0;
	left: 230px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	color: #c99500;
	font-size: 19px;
	/*22px*/
}

.gym_recommend_header_review_star_score_no {}

/* 

@media screen and (max-width:1100px){ */

.gym_recommend_header_award:after,
.post_entry .gym_recommend_header_award:after {
	right: -12px;
	width: 12px;
	height: 66px;
}

.bnr_award_icon,
.post_entry .bnr_award_icon {
	width: 80px;
	height: auto;
}

.gym_recommend_header_award_ttls,
.post_entry .gym_recommend_header_award_ttls {
	margin-left: 100px;
}

.gym_recommend_header_award_ttlsub,
.post_entry .gym_recommend_header_award_ttlsub {
	font-size: 13px;
}

.gym_recommend_header_award_ttl,
.post_entry .gym_recommend_header_award_ttl {
	font-size: 14px;
}

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

.gym_recommend_header {}

/* 2211改修 */
.gym_recommend_header_award,
.post_entry .gym_recommend_header_award {
	margin: -13px 0 12px -4.6%;
}

.post_entry .gym_recommend_header_award {
	margin-top: 50px;
}

.gym_recommend_header_award:after,
.post_entry .gym_recommend_header_award:after {
	right: -7px;
	width: 7px;
	height: 41px;
}

.bnr_award_icon,
.post_entry .bnr_award_icon {
	top: -9px;
	left: 10px;
	width: 47px;
	height: auto;
}

.gym_recommend_header_award_ttls,
.post_entry .gym_recommend_header_award_ttls {
	margin-left: 60px;
	padding: 8px 0;
}

.gym_recommend_header_award_ttlsub,
.post_entry .gym_recommend_header_award_ttlsub {
	font-size: 10px;
}

.gym_recommend_header_award_ttl,
.post_entry .gym_recommend_header_award_ttl {
	font-size: 12px;
}

.gym_recommend_header_award_ttls span:last-child,
.post_entry .gym_recommend_header_award_ttls span:last-child {
	margin-top: 3px;
}

h3.article_brand {
	/*帯下のタイトル*/
	font-size: 22px;
	margin: 30px 0 20px;
}

.bnr_award_no1,
.post_entry .bnr_award_no1 {}

.bnr_award_no1:after,
.post_entry .bnr_award_no1:after {}

.gym_recommend_header_ttl {
	font-size: 17.5px;
}

.gym_recommend_header_review {}

.gym_recommend_header_review_ttl {
	font-size: 12px;
}

.gym_recommend_header_review_star {
	background-size: 93px auto;
	width: 93px;
	height: 14px;
	left: 80px;
}

.gym_recommend_header_review_star:after {
	background-size: 93px auto;
}

.gym_recommend_header_review_score {
	font-size: 17px;
	top: -2px;
	left: 180px;
}

.gym_recommend_header_review_star_score_no {}

/* } */

/* 2405改修 */
.gym_recommend_award {
	margin: 50px auto 30px;
}

.gym_recommend_award .gym_recommend_header_award {
	width: calc(100% + 20px);
	margin: 0 0 13px -5%;
}

.gym_recommend_header_award:after {
	right: -12px;
}

.gym_recommend_award_list {
	margin: 0;
}

.gym_recommend_award_listItem {
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #000;
	padding: 10px 0;
}

.gym_recommend_award_listItem h4 {
	position: absolute;
	top: 50%;
	background: #553c9c;
	color: #fff;
	margin: -13px 0 0;
	padding: 3px 5px 3px 8px;
}

.gym_recommend_award_listItem h4:after {
	content: "";
	position: absolute;
	top: 0;
	right: -8px;
	border-left: 8px solid #553c9c;
	border-top: 12px solid transparent;
	border-bottom: 13px solid transparent;
}

.gym_recommend_award_listItem p {
	float: left;
	margin: 0 0 0 75px;
	color: #553c9c;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
}

.gym_recommend_award_listItem p span {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* 

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

.gym_recommend_award {
	margin-top: 40px;
}

.gym_recommend_award .gym_recommend_header_award {
	width: calc(95% + 30px);
	margin-left: -5%;
	margin-bottom: 10px;
}

.gym_recommend_award .gym_recommend_header_award:after {
	right: -10px;
	height: 60px;
	width: 11px;
}

.gym_recommend_award .bnr_award_icon {
	width: 73px;
	top: -11px;
	left: 7px;
}

.gym_recommend_award .gym_recommend_header_award_ttls {
	padding: 13px 0;
	margin-left: 82px;
}

.gym_recommend_award .gym_recommend_header_award_ttls span.gym_recommend_header_award_ttl {
	font-size: 16px;
}

.gym_recommend_award .gym_recommend_header_award_ttls span.gym_recommend_header_award_ttlsub {
	font-size: 13px;
	margin-top: 5px;
}

.gym_recommend_award_list {}

.gym_recommend_award_listItem {}

.gym_recommend_award_listItem h4 {
	font-size: 15px;
	padding: 2px 4px 2px 6px;
}

.gym_recommend_award_listItem h4:after {
	top: 0px;
	right: -7px;
	border-left: 7px solid #553c9c;
	border-top: 10px solid transparent;
	border-bottom: 11px solid transparent;
}

.gym_recommend_award_listItem p {
	font-size: 16px;
	margin-left: 60px;
	line-height: 1.3;
}

.gym_recommend_award_listItem p span {}

/* } */
/* @media screen and (max-width:359px){ */

.gym_recommend_award .gym_recommend_header_award {
	width: calc(95% + 20px);
}

.gym_recommend_award .gym_recommend_header_award:after {
	right: -8px;
	height: 53px;
	width: 9px;
}

.gym_recommend_award .bnr_award_icon {
	width: 66px;
	top: -9px;
	left: 7px;
}

.gym_recommend_award .gym_recommend_header_award_ttls {
	padding: 13px 0;
	margin-left: 77px;
}

.gym_recommend_award .gym_recommend_header_award_ttls span.gym_recommend_header_award_ttl {
	font-size: 13px;
}

.gym_recommend_award .gym_recommend_header_award_ttls span.gym_recommend_header_award_ttlsub {
	font-size: 11px;
	margin-top: 3px;
}

/* } */

/* gym_recommend_mv */
.gym_recommend_mv {
	position: relative;
	margin-top: 10px;
}

.gym_recommend_mv_img {}

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

.gym_recommend_mv .swiper-slide {
	height: 430px;
}

.gym_recommend_mv .swiper-slide>img {
	height: 450px;
	min-height: 450px;
}

.gym_recommend_mv_txt {}

.gym_recommend_mv .gymto,
.gym_recommend_mv .gymto2 {
	position: absolute;
	bottom: 3%;
	z-index: 1;
	font-size: 12px;
	margin: 0;
	color: #fff;
	text-shadow: 0 0 10px rgb(0 0 0);
}

.gym_recommend_mv .gymto {
	right: 7%;
}

.gym_recommend_mv .gymto2 {
	right: 2%;
}

/* 

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

.gym_recommend_mv {
	margin-top: 15px;
}

.gym_recommend_mv .swiper-slide {
	height: 600px;
}

.gym_recommend_mv .swiper-slide>img {
	height: 600px;
	min-height: 600px;
}

.gym_recommend_mv .swiper-bullet .swiper-pagination-bullets {
	bottom: -4%;
}

.gym_recommend_mv .swiper-button-prev {
	left: -5%;
}

.gym_recommend_mv .swiper-button-next {
	right: -5%;
}

.gym_recommend_mv_txt {
	bottom: 25px;
	right: 9%;
	font-size: 10px;
}

.gym_recommend_mv .gymto {
	right: 10%;
}

.gym_recommend_mv .gymto2 {}

/* } */
/* @media screen and (max-width:600px){ */

.gym_recommend_mv .swiper-slide {
	height: 350px;
}

.gym_recommend_mv .swiper-slide>img {
	height: 350px;
	min-height: 350px;
}

.gym_recommend_mv .swiper-bullet .swiper-pagination-bullets {
	bottom: -6%;
}

/* } */
/* @media screen and (max-width:450px){ */

.gym_recommend_mv .swiper-slide {
	height: 250px;
}

.gym_recommend_mv .swiper-slide>img {
	height: 250px;
	min-height: 250px;
}

.gym_recommend_mv .swiper-bullet .swiper-pagination-bullets {
	bottom: -8%;
}

/* } */

/* 2405改修 */
.gym_recommend_mv.gym_recommend_mv_popup {
	position: static;
}

.gym_recommend_mv.gym_recommend_mv_popup .gymto {
	position: static;
	text-shadow: none;
	color: #000;
	font-size: 15px;
}

/* 

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

.gym_recommend_mv.gym_recommend_mv_popup {}

.gym_recommend_mv.gym_recommend_mv_popup .gymto {
	font-size: 13px;
}

/* } */

/* gym_recommend_aboutGym 2211改修 */
.gym_recommend_aboutGym {}

.gym_recommend_aboutGym .content_box {
	padding: 40px 0 0;
	margin-top: 80px;
}

.gym_recommend_aboutGym .content_ttls_name {
	margin-top: 13px;
}

.gym_recommend_aboutGym .content_body {
	margin-top: 25px;
}

.gym_recommend_aboutGym .gym_graphs_many {
	margin-bottom: 0;
}

.gym_recommend_aboutGym .gym_graph_age {
	margin-top: 20px;
}

.gym_graphs_recommend_wrapper {}

.gym_graphs_recommend_wrapper .on_btn {
	text-align: right;
	margin-right: 5%;
}

.gym_graphs_recommend_wrapper .on_btn a {
	position: relative;
	display: inline-block;
	color: #553c9c;
	margin: 0 0 25px;
}

.gym_graphs_recommend_wrapper .on_btn a:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: -18px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #553c9c;
	border-right: 3px solid #553c9c;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.on.gym_graphs_recommend_wrapper .on_btn {
	display: none;
}

.gym_graphs_recommend_wrapper .on_body {
	position: absolute;
	margin-left: -10000px;
}

.on.gym_graphs_recommend_wrapper .on_body {
	position: relative;
	margin: 30px auto 0;
	padding-bottom: 40px;
}

.gym_recommend_aboutGym .gym_graphs_recommend {
	padding-top: 30px;
}

/* 

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

.gym_recommend_aboutGym {}

.gym_recommend_aboutGym .content_box {
	margin-top: 55px;
}

.gym_recommend_aboutGym .content_ttls_name {}

.gym_recommend_aboutGym .content_body {
	margin-top: 30px;
}

.gym_recommend_aboutGym .gym_graphs_many {
	margin-bottom: 40px;
}

.gym_recommend_aboutGym .gym_graph_age {}

.gym_graphs_recommend_wrapper {}

.gym_graphs_recommend_wrapper .on_btn {}

.gym_graphs_recommend_wrapper .on_btn a {}

.gym_graphs_recommend_wrapper .on_btn a:before {}

.on.gym_graphs_recommend_wrapper .on_btn {}

.gym_graphs_recommend_wrapper .on_body {}

.on.gym_graphs_recommend_wrapper .on_body {}

.gym_recommend_aboutGym .gym_graphs_recommend {}

/* } */

/* 2405改修 */
.gym_recommend_aboutgym {
	margin-top: 17px;
}

.gym_recommend_aboutgym_body {
	border-bottom: 1px solid rgba(27, 8, 21, 0.3);
}

.gym_recommend_aboutgym_content {
	border-top: 1px solid rgba(27, 8, 21, 0.3);
	background: #ecebee;
}

.gym_recommend_aboutgym_contents {
	display: inline-block;
}

.gym_recommend_aboutgym_ttl {
	display: inline-block;
	margin: 0;
	font-size: 16px;
	vertical-align: top;
	box-sizing: border-box;
	font-weight: normal;
	padding: 10px;
}

.gym_recommend_aboutgym_items {
	display: inline-block;
	background: #fff;
	width: calc(100% - 77px);
	padding: 5px;
	padding-left: 15px;
}

.gym_recommend_aboutgym_item {
	display: inline-block;
	margin-right: 15px;
}

.gym_recommend_aboutgym_item_ttl {
	vertical-align: text-bottom;
	font-weight: bold;
	margin-right: 5px;
}

.gym_recommend_aboutgym_item_txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	display: inline-block;
	margin: 0;
	font-size: 23px;
	color: #553c9c;
}

/* 

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

.gym_recommend_aboutgym {}

.gym_recommend_aboutgym_body {}

.gym_recommend_aboutgym_content {}

.gym_recommend_aboutgym_contents {}

.gym_recommend_aboutgym_ttl {}

.gym_recommend_aboutgym_items {}

.gym_recommend_aboutgym_item {}

.gym_recommend_aboutgym_item_ttl {}

.gym_recommend_aboutgym_item_txt {}

/* } */

/* gym_recommend_reviews 2211改修 */
.gym_recommend_reviews {
	margin: 40px auto 0;
}

.gym_recommend_reviews .gym_recommend_header_review {
	text-align: center;
}

.gym_recommend_reviews .gym_recommend_header_review_ttl {}

.gym_recommend_reviews_stars {
	position: relative;
	display: inline-block;
	width: 175px;
	height: 15px;
	margin-left: 20px;
}

.gym_recommend_reviews .gym_recommend_header_review_star {
	top: 0;
	left: 0;
}

.gym_recommend_reviews .gym_recommend_header_review_score {
	top: -2px;
	left: 130px;
}

/* 

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

.gym_recommend_reviews {}

.gym_recommend_reviews .gym_recommend_header_review {}

.gym_recommend_reviews .gym_recommend_header_review_ttl {}

.gym_recommend_reviews_stars {
	width: 150px;
	height: 12px;
	margin-left: 10px;
}

.gym_recommend_reviews .gym_recommend_header_review_star {}

.gym_recommend_reviews .gym_recommend_header_review_score {
	left: 103px;
}

/* } */

/* gym_recommend_highly */
.gym_recommend_highly {
	background: url(../images/highly_recommend_img.jpg) top 0 right -60px no-repeat #ebebef;
	background-size: 550px auto;
	padding: 5%;
	margin: 40px auto 0;
}

.gym_recommend_highly_ttl {
	background: url(../images/highly_recommend_ttl.png) left top no-repeat;
	background-size: 150px auto;
	width: 150px;
	height: 79px;
	margin: 0;
}

.gym_recommend_highly_ttl span {
	visibility: hidden;
}

.gym_recommend_highly_txt {
	margin-top: 20px;
}

.gym_recommend_highly_txt p {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 17px;
	line-height: 1.6;
	margin: 15px 0 0 20px;
}

.gym_recommend_highly_txt p:before {
	content: "";
	background: url(../images/icon_highly_recommend_check.png) left top no-repeat;
	background-size: 15px auto;
	width: 15px;
	height: 12px;
	position: absolute;
	left: -20px;
	top: 7px;
}

/* 

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

.gym_recommend_highly {
	background-size: 450px auto;
	background-position: top 0 right -112px;
}

.gym_recommend_highly_ttl {
	background-size: 106px auto;
	width: 106px;
	height: 58px;
}

.gym_recommend_highly_ttl span {}

.gym_recommend_highly_txt {}

.gym_recommend_highly_txt p {
	font-size: 14px;
	margin-top: 10px;
}

.gym_recommend_highly_txt p:before {
	top: 5px;
}

/* } */

/* gym_recommend_article */
.gym_recommend_article {}

.gym_recommend_article_txt {
	font-size: 14px;
	height: 86px;
	overflow: hidden;
	margin: 10px 0 0;
	padding: 0;
}

.gym_recommend_article_txt a {
	color: #553C9C;
	text-decoration: underline;
}

.gym_recommend_article_img {}

.gym_recommend_article_img img {}

.gym_recommend_article_more {
	text-align: right;
}

.gym_recommend_article_more a {
	color: #553c9c;
	font-weight: bold;
	text-decoration: underline;
}

/* 

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

.gym_recommend_article {}

.gym_recommend_article_txt {
	font-size: 13px;
	line-height: 1.6;
	height: 60px;
}

.gym_recommend_article_txt a {}

.gym_recommend_article_img {}

.gym_recommend_article_img img {}

.gym_recommend_article_more {}

.gym_recommend_article_more a {}

/* } */

/* gym_recommend_fee */
.gym_recommend_fee {}

.gym_recommend_fee_body {
	margin-top: 20px;
}

/* 

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

/* gym_recommend_plan 2211改修 */
.gym_recommend_plan {}

.gym_recommend_plan_body_wrapper {
	overflow: hidden;
	height: 185px;
	/*94px*/
}

.on .gym_recommend_plan_body_wrapper {
	height: auto;
}

.gym_recommend_plan_body {
	margin-top: 20px;
}

.gym_recommend_plan_body_ttl {
	background: #553c9c;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 8px 0;
}

.gym_recommend_plan_body_mata {
	overflow: hidden;
	background: #ecebee;
}

.gym_recommend_plan_body_mataItem {
	position: relative;
	float: left;
	width: 28%;
	/*50%*/
	text-align: left;
	/*center*/
	vertical-align: middle;
	padding: 5px 0 5px 2%;
	border-bottom: 1px solid rgba(27, 8, 21, 0.3);
	;
}

.gym_recommend_plan_body_mataItem2 {
	position: relative;
	float: left;
	width: 68%;
	background: #fff;
	text-align: left;
	vertical-align: middle;
	padding: 5px 0 5px 2%;
	border-bottom: 1px solid rgba(27, 8, 21, 0.3);
	;
}

.gym_recommend_plan_body_mataItem3 {
	position: relative;
	float: left;
	width: 28%;
	text-align: left;
	vertical-align: middle;
	padding: 5px 0 5px 2%;
	border-bottom: 1px solid rgba(27, 8, 21, 0.3);
	;
}

a.plan_text {
	color: #553c9c;
	text-decoration: underline;
}

.plan_texts {
	padding-top: 2px;
	padding-left: 5px;
	font-size: 15px;
}

/*
.gym_recommend_plan_body_mataItem:last-child:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgba(85,60,156,0.3);
}
*/
.gym_recommend_plan_btn {
	text-align: right;
}

.gym_recommend_plan_btn a {
	position: relative;
	display: inline-block;
	color: #553c9c;
	margin-top: 20px;
}

.gym_recommend_plan_btn a:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: -18px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #553c9c;
	border-right: 3px solid #553c9c;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.on .gym_recommend_plan_btn a:before {
	margin-top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 

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

.gym_recommend_plan {}

.gym_recommend_plan_body_wrapper {
	height: 182px;
	/*110px*/
}

.on .gym_recommend_plan_body_wrapper {}

.gym_recommend_plan_body {}

.gym_recommend_plan_body_ttl {
	line-height: 1.2;
}

.gym_recommend_plan_body_mata {
	font-size: 15px;
}

.gym_recommend_plan_body_mataItem {}

.gym_recommend_plan_body_mataItem3 {
	font-size: 13px;
	line-height: 23px;
}

.gym_recommend_plan_body_mataItem:last-child:before {}

.gym_recommend_plan_btn {}

.gym_recommend_plan_btn a {
	font-size: 15px;
	margin-top: 10px;
}

.gym_recommend_plan_btn a:before {}

.on .gym_recommend_plan_btn a:before {}

/* } */

/* 2405改修 */
.gym_recommend_detail.on .gym_recommend_plan .gym_recommend_plan_body_wrapper {
	overflow: hidden;
	height: 185px;
}

.gym_recommend_detail.on .gym_recommend_plan.on .gym_recommend_plan_body_wrapper {
	overflow: none;
	height: auto;
}

.gym_recommend_plan_btn a.gym_recommend_plan_btn_open {}

.gym_recommend_detail.on .gym_recommend_plan_btn_open:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: -18px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #553c9c;
	border-right: 3px solid #553c9c;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.gym_recommend_plan_btn a.gym_recommend_plan_btn_close {
	display: none;
}

.gym_recommend_detail.on .gym_recommend_plan.on .gym_recommend_plan_btn_open {
	display: none;
}

.gym_recommend_detail.on .gym_recommend_plan.on .gym_recommend_plan_btn_close {
	display: block;
	margin-right: 24px;
}

.gym_recommend_detail.on .gym_recommend_plan.on .gym_recommend_plan_btn_close:before {
	display: none;
}

.gym_recommend_detail.on .gym_recommend_plan.on .gym_recommend_plan_btn_close:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: -21px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #553c9c;
	border-right: 3px solid #553c9c;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 

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

.gym_recommend_detail.on .gym_recommend_plan .gym_recommend_plan_body_wrapper {}

.gym_recommend_detail.on .gym_recommend_plan.on .gym_recommend_plan_body_wrapper {}

.gym_recommend_plan_btn a.gym_recommend_plan_btn_open {}

.gym_recommend_detail.on .gym_recommend_plan_btn_open:before {}

.gym_recommend_plan_btn a.gym_recommend_plan_btn_close {}

.gym_recommend_detail.on .gym_recommend_plan.on .gym_recommend_plan_btn_open {}

.gym_recommend_detail.on .gym_recommend_plan.on .gym_recommend_plan_btn_close {}

.gym_recommend_detail.on .gym_recommend_plan.on .gym_recommend_plan_btn_close:before {}

.gym_recommend_detail.on .gym_recommend_plan.on .gym_recommend_plan_btn_close:after {}

/* } */

/* gym_recommend_pay 2211改修 */
.gym_recommend_pay {
	background: #f0efeb;
	text-align: center;
	margin-top: 50px;
}

.gym_recommend_pay_list {}

.gym_recommend_pay_listItem {
	position: relative;
	display: inline-block;
	width: 20%;
	height: auto;
	padding-top: 20%;
	margin: 2.3%;
}

.gym_recommend_pay_listItem:after {}

#gym_recommend_pay_listItem_credit {
	background: url("../images/pay_credit.png") left 0 no-repeat;
	background-size: 100% auto;
}

#gym_recommend_pay_listItem_credit.on {
	background: url("../images/pay_credit_on.png") left 0 no-repeat;
	background-size: 100% auto;
}

#gym_recommend_pay_listItem_installment {
	background: url("../images/pay_installment.png") left 0 no-repeat;
	background-size: 100% auto;
}

#gym_recommend_pay_listItem_installment.on {
	background: url("../images/pay_installment_on.png") left 0 no-repeat;
	background-size: 100% auto;
}

#gym_recommend_pay_listItem_emoney {
	background: url("../images/pay_emoney.png") left 0 no-repeat;
	background-size: 100% auto;
}

#gym_recommend_pay_listItem_emoney.on {
	background: url("../images/pay_emoney_on.png") left 0 no-repeat;
	background-size: 100% auto;
}

#gym_recommend_pay_listItem_refund {
	background: url("../images/pay_refund.png") left 0 no-repeat;
	background-size: 100% auto;
}

#gym_recommend_pay_listItem_refund.on {
	background: url("../images/pay_refund_on.png") left 0 no-repeat;
	background-size: 100% auto;
}

.gym_recommend_pay_listItem.on:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	background: url(../images/icon_check_circle_p.png) left 0 no-repeat;
	background-size: 100% auto;
	width: 44px;
	height: 44px;
}

/* 

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

.gym_recommend_pay {}

.gym_recommend_pay_list {}

.gym_recommend_pay_listItem {}

.gym_recommend_pay_listItem:after {}

#gym_recommend_pay_listItem_credit {}

#gym_recommend_pay_listItem_credit.on {}

#gym_recommend_pay_listItem_installment {}

#gym_recommend_pay_listItem_installment.on {}

#gym_recommend_pay_listItem_emoney {}

#gym_recommend_pay_listItem_emoney.on {}

#gym_recommend_pay_listItem_refund {}

#gym_recommend_pay_listItem_refund.on {}

.gym_recommend_pay_listItem.on:after {
	top: -4px;
	left: -5px;
	width: 20px;
	height: 20px;
}

/* } */

/* 2405改修 */
.gym_recommend_pay {
	margin-top: 27px;
}

/* 

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

.gym_recommend_pay {}

.gym_recommend_pay_list {
	padding: 10px 0 6px;
}

.gym_recommend_pay_listItem.on:after {
	top: -7px;
	left: -7px;
	width: 35px;
	height: 35px;
}

#gym_recommend_pay_listItem_credit,
#gym_recommend_pay_listItem_installment,
#gym_recommend_pay_listItem_emoney,
#gym_recommend_pay_listItem_refund {
	width: 43%;
	padding-top: 43%;
	display: inline-block;
}

/* } */

/* gym_bnr_2 */
.gym_bnr_2 {
	width: 100%;
	max-width: 450px;
	margin: 50px auto 0;
}

.gym_bnr_2 img {
	border: 2px solid rgb(55, 26, 135);
	width: 100%;
	height: auto;
}

.gym_bnr_txt_2 {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	margin: 0;
}

/* 

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

/* gym_recommend_voice 2211改修 */
.gym_recommend_voice {}

.gym_recommend_voice_body {}

.gym_recommend_voice_body::after {
	content: "";
	display: block;
	clear: both;
}

.gym_recommend_voice .ListItem_2 {
	background: #ecebee;
}

.gym_recommend_voice .ListItem_img_2 img {
	display: flex;
}

.gym_recommend_voice .ListItem_meta_2 {
	line-height: 1;
}

.gym_recommend_voice .ListItem_meta_2 span {
	display: inline-block;
	background: #1b0815;
	color: #fff;
	padding: 3px 10px;
	border-radius: 100px;
}

.gym_recommend_voice .ListItem_ttl_2 {
	font-size: 14px;
	/*15px*/
	color: #1b0815;
}

/* 

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

.gym_recommend_voice .ListItem_meta_2 {}

.gym_recommend_voice .ListItem_meta_2 span {
	font-size: 10px;
	padding: 4px 6px 3px;
}

.gym_recommend_voice .ListItem_ttl_2 {
	font-size: 12px;
	line-height: 1.2;
}

/* } */

/* 2405改修 gym_recommend_voice */
.gym_recommend_voice_popup {}

.gym_recommend_voice_popup .gym_recommend_voice_body {
	margin-top: 30px;
}

.gym_recommend_voice_popup .ListItem_2 {
	display: block;
	position: static;
	float: none;
	width: 100%;
	padding: 15px 15px 10px;
	box-sizing: border-box;
	margin: 10px auto;
}

.gym_recommend_voice_popup .ListItem_txts_2 {
	position: static;
	width: 100%;
	display: block;
}

.gym_recommend_voice_popup .ListItem_meta_2 {
	margin-bottom: 7px;
	line-height: 1.4;
}

.gym_recommend_voice_popup .ListItem_meta_2 span {}

.gym_recommend_voice_popup .ListItem_ttl_2 {}

.gym_recommend_voice_popup_more {
	display: block;
	text-align: right;
	margin-top: 5px;
}

.gym_recommend_voice_popup_more span {
	position: relative;
	color: #553c9c;
	font-size: 13px;
	font-weight: bold;
}

.gym_recommend_voice_popup_more span:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: -16px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #553c9c;
	border-left: 2px solid #553c9c;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

/* 

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

.gym_recommend_voice_popup {}

.gym_recommend_voice_popup .gym_recommend_voice_body {}

.gym_recommend_voice_popup .ListItem_2 {}

.gym_recommend_voice_popup .ListItem_txts_2 {}

.gym_recommend_voice_popup .ListItem_meta_2 {}

.gym_recommend_voice_popup .ListItem_meta_2 span {
	padding: 3px 10px;
}

.gym_recommend_voice_popup .ListItem_ttl_2 {
	font-size: 14px;
	line-height: 1.3;
}

.gym_recommend_voice_popup_more {}

.gym_recommend_voice_popup_more span {
	font-size: 12px;
}

.gym_recommend_voice_popup_more span:after {}

/* } */

/* gym_recommend_access */
.gym_recommend_access {}

.gym_recommend_access .gym_recommend_ttl {}

.gym_recommend_access_body {
	position: relative;
	background: #f0efeb;
	border-radius: 10px;
	margin-top: 20px;
}

.gym_recommend_access_body_txts {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	padding: 15px 20px;
}

.gym_recommend_access_body_ttl {
	font-weight: 900;
	color: #553C9C;
	font-size: 20px;
	margin: 0;
}

.gym_recommend_access_body_txt {
	font-size: 18px;
	line-height: 1.3;
	color: #000;
	margin: 5px 0 0;
}

.gym_recommend_access_body_btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: normal;
}

.on .gym_recommend_access_body_btn {
	display: none;
}

.gym_recommend_access_body_btn a {
	font-size: 16px;
	color: #fff;
	line-height: 1;
	background: #553C9C;
	padding: 15px 18px;
	box-sizing: border-box;
	border-radius: 10px;
}

.gym_recommend_access_body_map {
	padding: 0 20px 15px;
}

.gym_recommend_access_body_map iframe {
	width: 100%;
}

/* 

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

.gym_recommend_access {}

.gym_recommend_access .gym_recommend_ttl {}

.gym_recommend_access_body {}

.gym_recommend_access_body_txts {
	padding: 10px 15px;
}

.gym_recommend_access_body_ttl {
	font-size: 18px;
}

.gym_recommend_access_body_txt {
	font-size: 13px;
	margin-top: 0;
}

.gym_recommend_access_body_btn {
	right: 13px;
}

.on .gym_recommend_access_body_btn {}

.gym_recommend_access_body_btn a {
	font-size: 12px;
	padding: 8px 10px;
}

.gym_recommend_access_body_map {
	padding: 0 15px 10px;
}

.gym_recommend_access_body_map iframe {
	height: 200px;
}

/* } */

/* 2405改修 */
.gym_recommend_access .gym_recommend_access_body {
	border-radius: 0;
}

/* 

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

/* gym_recommend_reservation */
.gym_recommend_reservation {
	margin: 50px auto 0;
	text-align: center;
}

.gym_recommend_reservation_no {
	color: #ff5475;
}

.gym_recommend_reservation .btns_2 {}

.gym_recommend_reservation_txt {
	display: block;
	margin-bottom: 5px;
}

.gym_recommend_reservation_txt span {
	position: relative;
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
}

.gym_recommend_reservation_txt span:before,
.gym_recommend_reservation_txt span:after {
	content: "";
	position: absolute;
	top: 5px;
	left: -30px;
	background: url("../images/reservation_cmt_2_l.png") 0 center no-repeat;
	background-size: 100% auto;
	width: 21px;
	height: 26px;
}

.gym_recommend_reservation_txt span:after {
	top: 4px;
	left: auto;
	right: -26px;
	background: url("../images/reservation_cmt_2_r.png") 0 center no-repeat;
	background-size: 100% auto;
}

.gym_recommend_reservation .btn_2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 20px;
	padding: 20px 0;
	width: 100%;
	max-width: 375px;
	margin-top: 10px;
}

/* 

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

.gym_recommend_reservation {}

.gym_recommend_reservation_no {}

.gym_recommend_reservation .btns_2 {}

.gym_recommend_reservation_txt {
	margin-bottom: 0;
}

.gym_recommend_reservation_txt span {
	font-size: 16px;
}

.gym_recommend_reservation_txt span:before,
.gym_recommend_reservation_txt span:after {
	width: 12px;
	height: 20px;
	top: 3px;
	left: -17px;
}

.gym_recommend_reservation_txt span:after {
	top: 2px;
	left: auto;
	right: -15px;
}

.gym_recommend_reservation .btn_2 {
	font-size: 14px;
}

/* } */

/* 2405改修 */
.gym_recommend_reservation_popup {
	margin: 30px auto 0;
}

.gym_recommend_reservation_popup .btn_2 {
	background: #553c9c;
	max-width: 280px;
	font-size: 17px;
	padding: 15px;
	letter-spacing: 1px;
	box-shadow: 0 8px 16px rgb(85 60 156 / 35%);
}

.gym_recommend_reservation_popup .gym_recommend_reservation_txt span {
	font-size: 20px;
}

/* 

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

.gym_recommend_reservation_popup {
	margin: 20px auto;
}

.gym_recommend_reservation_popup .btn_2 {
	font-size: 15px;
}

.gym_recommend_reservation_popup_2 {
	margin: 35px auto;
}

.gym_recommend_reservation_popup .gym_recommend_reservation_txt span {
	font-size: 16px;
}

/* } */

/* gym_recommend_info */
.gym_recommend_info {
	margin-top: 60px;
}

.gym_recommend_info_ttl {
	font-size: 18px;
	font-weight: bold;
	color: #553C9C;
	line-height: 1;
	margin: 0;
}

.gym_recommend_info_body {
	margin-top: 20px;
}

.gym_recommend_info_contents {
	box-sizing: border-box;
	border-top: 1px solid #000;
}

.on.gym_recommend_info_contents {
	padding-bottom: 20px;
}

.gym_recommend_info_contents:last-child {
	border-bottom: 1px solid #000;
}

.gym_recommend_info_contents_ttl {
	position: relative;
	font-size: 16px;
	font-weight: normal;
	color: #1b0815;
	line-height: 1;
	margin: 0;
	padding: 20px 0;
}

.on .gym_recommend_info_contents_ttl {
	padding-bottom: 0;
}

.gym_recommend_info_contents_ttl:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 30px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.on .gym_recommend_info_contents_ttl:after {
	margin-top: 6px;
	transform: rotate(-45deg);
}

.gym_recommend_info_content {}

.on .gym_recommend_info_content {
	padding: 20px 0 10px;
}

.gym_recommend_info_content_ttl {
	font-size: 16px;
	font-weight: bold;
	color: #553C9C;
	padding: 0;
	margin: 0;
}

.gym_recommend_info_content_body {
	margin-top: 10px;
}

.gym_recommend_info_content_img {
	width: 100%;
	height: auto;
}

.gym_recommend_info_content_link {}

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

.gym_recommend_info_content_list {}

.gym_recommend_info_content_list a {
	display: block;
	font-size: 15px;
	color: #553C9C;
	background: #ECEBEE;
	padding: 20px;
	border-radius: 10px;
	line-height: 1.3;
	margin-top: 10px;
}

.gym_recommend_info_content_list a:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #553C9C;
	border-right: 1px solid #553C9C;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 8px;
	vertical-align: middle;
}

.gym_recommend_info_review_list {
	overflow-y: hidden;
}

.on .gym_recommend_info_review_list {
	white-space: nowrap;
}

.gym_recommend_info_review_listItem {
	overflow: hidden;
	display: inline-block;
	background: #ECEBEE;
	width: 80%;
	padding: 4% 5%;
	box-sizing: border-box;
	border-radius: 10px;
	white-space: normal;
	vertical-align: top;
	margin-left: 2%;
}

.gym_recommend_info_review_listItem:first-child {
	margin-left: 0;
}

.gym_recommend_info_review_prof {
	float: left;
}

.gym_recommend_info_review_prof img {
	width: 100px;
	height: 100px;
	border-radius: 100px;
}

.gym_recommend_info_review_name {
	font-size: 18px;
	font-weight: bold;
	color: #553C9C;
	line-height: 1.4;
	text-align: center;
}

.gym_recommend_info_review_txt {
	float: left;
	width: calc(100% - 120px);
	margin-left: 20px;
	line-height: 1.6;
}

/* 

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

.gym_recommend_info {}

.gym_recommend_info_ttl {}

.gym_recommend_info_body {}

.gym_recommend_info_contents {}

.on.gym_recommend_info_contents {
	padding-bottom: 15px;
}

.gym_recommend_info_contents:last-child {}

.gym_recommend_info_contents_ttl {
	padding: 15px 10px;
	font-size: 14px;
}

.on .gym_recommend_info_contents_ttl {
	padding-bottom: 0;
}

.gym_recommend_info_contents_ttl:after {
	width: 6px;
	height: 6px;
	margin-top: -5px;
	right: 5px;
}

.on .gym_recommend_info_contents_ttl:after {}

.gym_recommend_info_content {}

.on .gym_recommend_info_content {}

.gym_recommend_info_content_ttl {
	font-size: 13px;
}

.gym_recommend_info_content_body {}

.gym_recommend_info_content_img {}

.gym_recommend_info_content_link {}

.gym_recommend_info_content_link img {}

.gym_recommend_info_content_list {}

.gym_recommend_info_content_list a {}

.gym_recommend_info_content_list a:before {}

.gym_recommend_info_review_list {}

.on .gym_recommend_info_review_list {}

.gym_recommend_info_review_listItem {}

.gym_recommend_info_review_listItem:first-child {}

.gym_recommend_info_review_prof {
	position: relative;
	float: none;
}

.gym_recommend_info_review_prof img {
	width: 65px;
	height: 65px;
}

.gym_recommend_info_review_name {
	position: absolute;
	top: 0;
	left: 75px;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: normal;
	font-size: 16px;
}

.gym_recommend_info_review_txt {
	font-size: 13px;
	float: none;
	width: 100%;
	margin: 0 auto;
}

/* } */

/* 2405改修 */
.gym_recommend_info_popup .gym_recommend_info_content {
	border-bottom: 1px solid #000;
	padding: 0 0 50px;
}

.gym_recommend_info_popup .gym_recommend_info_content:last-child {
	border: none;
	padding: 0;
}

.gym_recommend_tenpo {}

.gym_recommend_info_popup {
	margin-top: 0;
}

.gym_recommend_tenpo .gym_recommend_ttl {}

.gym_recommend_tenpo .gym_recommend_info_content_list {
	margin-top: 20px;
}

.gym_recommend_tenpo .gym_recommend_info_content_list a {
	position: relative;
	display: inline-block;
	width: 27%;
	margin: 1%;
	padding: 12px 0 12px 20px;
	border-radius: 5px;
	vertical-align: top;
}

.gym_recommend_tenpo .gym_recommend_info_content_list a:before {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 7px;
}

/* 

@media screen and (max-width:1024px){ */

.gym_recommend_tenpo .gym_recommend_info_content_list a {
	width: 26%;
}

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

.gym_recommend_tenpo {
	margin-top: 0;
}

.gym_recommend_info_popup {
	margin-top: 30px;
}

.gym_recommend_info_popup .gym_recommend_info_body {}

.gym_recommend_tenpo .gym_recommend_ttl {
	margin-top: 10px;
}

.gym_recommend_tenpo .gym_recommend_info_content_list {}

.gym_recommend_tenpo .gym_recommend_info_content_list a {
	width: 23%;
	padding: 8px 8px 8px 18px;
	font-size: 12px;
}

/* } */

/* 2405追加 */
/* ページ内リンク page_links */
.page_links {
	/*width: 90%;*/
	/*max-width: 750px;*/
	/*margin: 35px auto 0;*/
	/*border-top: 1px solid rgba(27,8,21,0.3);*/
	/*border-bottom: 1px solid rgba(27,8,21,0.3);*/
	padding: 20px 0 30px;
}

.page_links p {
	line-height: 1.8;
}

.page_links strong {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.page_link_ttl {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 25px;
	color: #553C9C;
	margin-bottom: 11px;
}

.page_link {}

.page_linkItem {}

.page_link a {
	text-decoration: underline;
	padding: 6px 0;
	display: block;
	font-size: 19px;
	font-weight: bold;
	color: #553C9C;
}

.page_link a:before {
	content: "";
	display: inline-block;
	background: #553C9C;
	width: 9px;
	height: 4px;
	vertical-align: middle;
	margin-right: 7px;
}

/* 

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

.page_links {
	padding: 5px 0 20px;
	width: 95%;
	margin: 0 auto;
}

.page_links p {
	font-size: 15px;
}

.page_link_ttl {
	font-size: 17px;
	margin: 14px auto 4px;
}

.page_link {}

.page_linkItem {}

.page_link a {
	font-size: 17px;
}

.page_link a:before {}

/* } */

/* リード gym_recommend_lead */
.gym_recommend_lead {
	margin: 40px 0;
}

.gym_recommend_lead p {
	line-height: 1.8;
}

.gym_recommend_lead a {
	font-weight: bold;
	color: #553C9C;
	text-decoration: underline;
}

.gym_recommend_lead p b {
	font-size: 18px;
}

.gym_recommend_lead p strong {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* 

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

.gym_recommend_lead {}

.gym_recommend_lead p {
	font-size: 14px;
}

.gym_recommend_lead p b {
	font-size: 16px;
}

.gym_recommend_lead p strong {}

/* } */

/* お祝い金バナー gym_recommend_gym_bnr_2 */
.gym_recommend_gym_bnr_2 {}

.gym_recommend_gym_bnr_2 .gym_bnr_2 {
	margin-top: 35px;
}

/* 

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

/* 詳細を見る gym_recommend_detail */
.gym_recommend_detail {
	margin-top: 50px;
}

.gym_recommend_detail_btns {}

.gym_recommend_detail_btn_open,
.gym_recommend_detail_btn_close {
	position: relative;
	font-weight: bold;
	padding: 15px 20px;
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-size: 20px;
	border-top: 1px solid #553C9C;
	border-bottom: 1px solid #553C9C;
}

.gym_recommend_detail_btn_close {
	display: none;
}

.gym_recommend_detail_btn_open:after,
.gym_recommend_detail_btn_close:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #553C9C;
	border-right: 2px solid #553C9C;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.gym_recommend_detail_btn_close:after {
	display: block;
}

.gym_recommend_detail.on .gym_recommend_detail_btn_open {
	display: none;
}

.gym_recommend_detail.on .gym_recommend_detail_btn_close {
	display: block;
}

.gym_recommend_detail.on .gym_recommend_detail_btn_close:after {
	margin-top: -4px;
	border-top: 2px solid #553C9C;
	border-right: 2px solid #553C9C;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.gym_recommend_detail.on .gym_recommend_detail_btn_open:after {
	display: none;
}

/* 

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

.gym_recommend_detail {
	margin-top: 27px;
}

.gym_recommend_detail_btns {}

.gym_recommend_detail_btn_open,
.gym_recommend_detail_btn_close {
	font-size: 14px;
	padding: 15px 38px 15px 15px;
}

.gym_recommend_detail_btn_close {}

.gym_recommend_detail_btn_open:after,
.gym_recommend_detail_btn_close:after {}

.gym_recommend_detail_btn_close:after {}

.gym_recommend_detail.on .gym_recommend_detail_btn_open {}

.gym_recommend_detail.on .gym_recommend_detail_btn_close {}

.gym_recommend_detail.on .gym_recommend_detail_btn_close:after {}

.gym_recommend_detail.on .gym_recommend_detail_btn_open:after {}

/* } */

.gym_recommend_detail_body {
	display: none;
}

.gym_recommend_detail.on .gym_recommend_detail_body {
	display: block;
}

.gym_recommend_detail_contents {
	border-bottom: 1px solid #000;
	padding-bottom: 48px;
}

.gym_recommend_detail .gym_recommend_ttl {
	margin: 40px 0 0 20px;
}

.gym_recommend_detail_contents_body {}

.gym_recommend_detail_contents_body p {
	line-height: 1.8;
}

/* 

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

.gym_recommend_detail {
	margin-top: 35px;
}

.gym_recommend_detail_btns {}

.gym_recommend_detail_btn {}

.gym_recommend_detail_btn:after {}

.gym_recommend_detail_body {}

.gym_recommend_detail_contents {
	padding-bottom: 40px;
}

.gym_recommend_detail .gym_recommend_ttl {
	margin-top: 30px;
}

.gym_recommend_detail_contents_body {}

.gym_recommend_detail_contents_body p {}

/* } */

/* トレーナー gym_recommend_trainer */
.gym_recommend_trainer {
	background: #f0efeb;
	padding: 4px 20px 20px;
	margin-top: 30px;
}

.gym_recommend_trainer_info {
	position: relative;
	margin-top: 23px;
}

.gym_recommend_trainer_img {
	display: inline-block;
	position: absolute;
	width: 80px;
}

.gym_recommend_trainer_img::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.gym_recommend_trainer_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: 0 0;
	border-radius: 100px;
}

.gym_recommend_trainer_ttls {
	margin-left: 100px;
	font-size: 17px;
	line-height: 1.3;
}

.gym_recommend_trainer_ttl {
	display: block;
	color: #553C9C;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}

.gym_recommend_trainer_subttl {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	margin-top: 5px;
}

.gym_recommend_trainer_txt {
	margin-top: 20px;
}

.gym_recommend_trainer_txt p {
	margin-bottom: 10px;
}

.gym_recommend_trainer_metas {}

.gym_recommend_trainer_meta {
	position: relative;
	margin-bottom: 10px;
}

.gym_recommend_trainer_meta h4 {
	position: absolute;
	margin: 0;
	color: #553C9C;
}

.gym_recommend_trainer_meta_item {
	margin-left: 100px;
}

.gym_recommend_trainer_meta_item span {
	display: inline-block;
	background: #553C9C;
	color: #fff;
	padding: 4px 8px;
	font-weight: bold;
	margin-right: 9px;
	font-size: 14px;
	line-height: 1;
}

/* 

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

.gym_recommend_trainer {}

.gym_recommend_trainer_info {}

.gym_recommend_trainer_img {
	width: 60px;
}

.gym_recommend_trainer_img img {}

.gym_recommend_trainer_ttls {
	margin-left: 73px;
	font-size: 15px;
}

.gym_recommend_trainer_ttl {}

.gym_recommend_trainer_subttl {}

.gym_recommend_trainer_txt {
	margin-top: 7px;
}

.gym_recommend_trainer_txt p {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 5px;
}

.gym_recommend_trainer_metas {}

.gym_recommend_trainer_meta {}

.gym_recommend_trainer_meta h4 {
	position: static;
	font-size: 13px;
}

.gym_recommend_trainer_meta_item {
	margin: 0;
	margin-top: 3px;
}

.gym_recommend_trainer_meta_item span {
	margin: 0;
	margin-right: 4px;
	font-size: 12px;
}

/* } */

/* gym_recommend_torank */
.gym_recommend_torank {
	text-align: right;
	margin-top: 20px;
}

.gym_recommend_torank a {
	position: relative;
	font-size: 15px;
	font-weight: bold;
	color: #553C9C;
}

.gym_recommend_torank a:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: -16px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #553C9C;
	border-right: 2px solid #553C9C;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 

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

.gym_recommend_torank {
	margin-top: 10px;
}

.gym_recommend_torank a {}

.gym_recommend_torank a:before {}

/* } */


/* 追従リンク ranking_select_btns */
.ranking_select {
	margin: 30px auto 50px;
}

.ranking_select p {
	line-height: 2;
}

.ranking_select_img {
	width: 100%;
	max-width: 500px;
	margin: 20px auto 0;
}

.ranking_select_img_pc {
	width: 100%;
	margin: 20px auto 0;
}

.ranking_select_btns_wrapper {
	position: relative;
}

.ranking_select_btns_wrapper.fix {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	border: 0;
	z-index: 2;
}

.ranking_select_btns {
	background: #553C9C;
	border-radius: 10px;
}

.ranking_select_btns_wrapper.fix .ranking_select_btns {
	border-radius: 0;
}

.ranking_select_btn {
	display: inline-block;
	width: 49%;
	text-align: center;
	position: relative;
	font-size: 15px;
	font-weight: bold;
}

.ranking_select_btn:after {
	content: "";
	position: absolute;
	bottom: 12px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.ranking_select_btn a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 20px 0 25px;
	box-sizing: border-box;
	position: relative;
}

.ranking_select_btn a span {
	position: relative;
	margin-left: 15px;
}

.ranking_select_btn a span:after {
	content: "";
	position: absolute;
	top: 50%;
}

.ranking_select_btn_erabikata {}

a.ranking_select_btn_erabikata span:after {
	background: url(../images/ranking_select_content_erabikata.png) no-repeat;
	background-size: 100% auto;
	width: 16px;
	height: 19px;
	left: -22px;
	margin-top: -9px;
}

.ranking_select_btn_rank {}

.ranking_select_btn_rank:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10%;
	width: 1px;
	height: 80%;
	background: #000;
}

a.ranking_select_btn_rank span:after {
	background: url(../images/ranking_select_content_rank.png) no-repeat;
	background-size: 100% auto;
	width: 19px;
	height: 18px;
	left: -24px;
	margin-top: -11px;
}

/* 

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

.ranking_select {
	width: 95%;
}

.ranking_select_contens_ttls {
	margin: 15px 0 0 25px;
}

.ranking_select_btn:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.ranking_select_btn a {
	padding: 15px 0 20px;
}

/* } */

.ranking_select_list {
	border-bottom: 1px solid rgb(0, 0, 0, 0.3);
}

.ranking_select_listItem {
	border-top: 1px solid rgb(0, 0, 0, 0.3);
	padding: 15px 0;
}

.ranking_select_listItem_erabikata {}

.ranking_select_listItem_rank {
	margin-top: 26px;
}

.ranking_select_listItem h3 {
	position: relative;
	color: #553C9C;
	margin: 0;
	margin-left: 25px;
}

.ranking_select_listItem h3:before {
	content: "";
	position: absolute;
	top: 50%;
}

.ranking_select_listItem_erabikata h3 {}

.ranking_select_listItem_erabikata h3:before {
	background: url(../images/ranking_select_listItem_erabikata.png) no-repeat;
	background-size: 100% auto;
	width: 19px;
	height: 18px;
	left: -24px;
	margin-top: -11px;
}

.ranking_select_listItem_rank h3 {}

.ranking_select_listItem_rank h3:before {
	background: url(../images/ranking_select_listItem_rank.png) no-repeat;
	background-size: 100% auto;
	width: 19px;
	height: 18px;
	left: -24px;
	margin-top: -11px;
}

.ranking_select_listItem_links {
	margin-top: 5px;
}

.ranking_select_listItem_links a {
	display: block;
	line-height: 1.6;
	margin-bottom: 5px;
	text-decoration: underline;
}

.ranking_select_underline {
	border-top: 5px solid #553C9C;
	margin-top: 25px;
	margin-left: -6%;
	margin-right: -6%;
}

.ranking_select_contens {}

.ranking_select_contens_ttls {
	margin-top: 30px;
	position: relative;
	color: #553C9C;
	margin: 30px 0 30px 25px;
	font-size: 20px;
}

.ranking_select_contens_ttls:before {
	content: "";
	position: absolute;
	top: 50%;
	background: url(../images/ranking_select_listItem_erabikata.png) no-repeat;
	background-size: 100% auto;
	width: 19px;
	height: 18px;
	left: -24px;
	margin-top: -11px;
}

.ranking_select_contens_ttls_2:before {
	background: url("../images/ranking_select_listItem_rank.png") no-repeat;
	background-size: 100% auto;
	width: 19px;
	height: 19px;
}

.ranking_select_pagelink {
	text-align: right;
}

.ranking_select_pagelink a {
	position: relative;
	font-weight: bold;
	color: #553c9c;
}

.ranking_select_pagelink a:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -2px
		/*-5px*/
	;
	left: -18px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #553c9c;
	border-right: 2px solid #553c9c;
	-webkit-transform: rotate(135deg);
	transform: rotate(315deg)
		/*rotate(135deg)*/
	;
}

.ranking_select_content {
	margin-top: 30px;
}

.ranking_select_conten_txt {}

.ranking_select_conten_ttlicon {}

.ranking_select_conten_ttl {
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
	color: #2cb7a2;
	margin: 5px auto 0;
	line-height: 1.3;
	font-size: 23px;
}

/* 


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

.ranking_select_underline {
	margin-left: -3%;
	margin-right: -3%;
}

.ranking_select_content {
	margin-top: 25px;
}

.ranking_select_conten_ttl {
	margin-top: 8px;
	font-size: 22px;
}

.ranking_select_conten_ttlicon {
	margin-left: -5%;
}

/* } */

.ranking_select_conten_next {}

.img_erabikata_next_ttl {
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
	color: #2cb7a2;
	margin: 20px auto 0;
	line-height: 1.3;
	font-size: 23px;
}

.ranking_select_next_img_wrapper {}

.ranking_select_next_img {
	width: 100%;
}

.ranking_select_conten_next_ttl {
	font-size: 20px;
	margin: 30px auto 0;
}

/* 

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

.ranking_select_conten_next_ttl {
	font-size: 18px;
}

.ranking_select_matome_ttl {
	font-size: 17px;
}

/* } */

.ranking_select_matome {}

.ranking_select_matome_ttl {
	position: relative;
	margin-left: 77px;
	margin-top: 30px;
	font-size: 20px;
	line-height: 1.4;
}

.ranking_select_matome_ttl:before {
	content: "";
	position: absolute;
	background: url(../images/icon_erabikata_matome.png) no-repeat;
	background-size: 100% auto;
	width: 67px;
	height: 44px;
	left: -77px;
	top: 50%;
	margin-top: -22px;
}

.ranking_select_matome_txt {}

.ranking_select_soumatome {
	text-align: center;
}

.ranking_select_soumatome_ttl {
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
	color: #2cb7a2;
	margin: 30px auto 0;
	line-height: 1.3;
	font-size: 25px;
}

.ranking_select_soumatome_img {}

.ranking_select_soumatome_txt {
	text-align: left;
	max-width: 500px;
	margin: 30px auto;
}


.ranking_select #oiwai_bnr {
	text-align: center;
}

.ranking_select #oiwai_bnr img {
	width: 100%;
	max-width: 500px;
}

.ranking_select_lastttl {
	font-size: 27px;
	text-align: center;
	margin-bottom: 60px;
}

/* 

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

.ranking_select_matome_ttl {
	font-size: 17px;
}

.ranking_select_soumatome_ttl {
	font-size: 21px;
}

.ranking_select_lastttl {
	font-size: 23px;
}

/* } */

/* V5の編集者*/
.ranking_select_gym_supervisor {
	position: relative;
	width: 95%;
	margin: 50px auto 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 30px 0;
}

.ranking_select_gym_supervisor .supervisor_info {
	width: calc(100% - 120px);
	left: 120px;
	position: absolute;
	top: 35px;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: left;
	display: block;
}

.ranking_select_gym_supervisor .supervisor_prof_img {}

.ranking_select_gym_supervisor .supervisor_info {
	font-weight: bold;
}

.ranking_select_gym_supervisor .supervisor_shoulder {}

.ranking_select_gym_supervisor .supervisor_name {}

.ranking_select_gym_supervisor .supervisor_txt {}

.ranking_select_gym_supervisor .supervisor_txts {
	line-height: 1.8;
}

.ranking_select_gym_supervisor .supervisor_txts p {}

.supervisor_link {
	text-align: right;
}

.supervisor_link a {
	position: relative;
	color: #553C9C;
	font-weight: bold;
}

.supervisor_link a:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: -18px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #553c9c;
	border-right: 2px solid #553c9c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* 

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

.ranking_select_gym_supervisor .supervisor_prof_img {
	float: none;
	margin-right: 5px;
}

.ranking_select_gym_supervisor .supervisor_info {
	display: inline-block;
	position: static;
}

/* } */


/* gym_footer */
.gym_footer {}

.gym_footer_sec {
	margin: 60px auto 0;
}

.gym_footer_ttl {
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 23px;
	line-height: 1.3;
	text-align: center;
	margin: 0;
}

.gym_footer_body {
	margin-top: 20px;
}

/* 

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

.gym_footer {}

.gym_footer_sec {}

.gym_footer_ttl {}

.gym_footer_body {}

/* } */

/* 2405改修 */
.gym_footer_popup {}

.gym_footer_popup #gym_footer_priceList {}

.gym_footer_popup #gym_footer_qa {
	width: 100%;
}

.gym_footer_popup .page_entry2 {
	padding: 0;
}

/* 

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

.gym_footer_popup {
	padding: 4%;
}

.gym_footer_popup #gym_footer_priceList {
	width: auto;
}

/* } */

/* gym_footer_priceList */
#gym_footer_priceList {}

#gym_footer_priceList table {}

#gym_footer_priceList tr {}

#gym_footer_priceList th {}

#gym_footer_priceList th,
#gym_footer_priceList td {
	padding: 20px 10px;
	line-height: 1.4;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: auto;
}

#gym_footer_priceList .table_mainttl {}

#gym_footer_priceList td {
	border-left: 1px solid rgba(0, 0, 0, 0.3);
}

#gym_footer_priceList .table_name {
	background: #eee;
}

#gym_footer_priceList .table_name a {
	color: #553C9C;
}

#gym_footer_priceList .table_total {}

#gym_footer_priceList .table_time {}

#gym_footer_priceList .table_16times {
	color: #9E6F00;
}

.table_txt {}

.table_txt p {
	font-size: 11px;
	line-height: 1.6;
}

.table_txt strong {}

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

#gym_footer_priceList {
	width: 95%;
}

#gym_footer_priceList table {}

#gym_footer_priceList tr {}

#gym_footer_priceList th {}

#gym_footer_priceList th,
#gym_footer_priceList td {
	padding: 5px 6px;
	line-height: 1.2;
	font-size: 11px;
}

#gym_footer_priceList .table_mainttl {}

#gym_footer_priceList td {}

#gym_footer_priceList .table_name {
	text-align: left;
}

#gym_footer_priceList .table_name a {}

#gym_footer_priceList .table_total {
	text-align: right;
}

#gym_footer_priceList .table_time {
	text-align: right;
}

#gym_footer_priceList .table_16times {
	text-align: right;
}

.table_txt {}

.table_txt p {}

.table_txt strong {}

/* } */

/* gym_footer_nearby */
#gym_footer_nearby {
	text-align: center;
}

.gym_footer_nearby_listItem,
.gym_footer_nearby_list,
.gym_footer_nearby_listItem_wrapper a {
	display: inline-block;
	color: #553c9c;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 5px;
	border: 1px solid #553c9c;
	padding: 0 15px;
	box-sizing: border-box;
	border-radius: 15px;
}

.gym_footer_nearby_listItem:hover,
.gym_footer_nearby_list:hover,
.gym_footer_nearby_listItem_wrapper a:hover,
.gym_footer_nearby_list:hover .gym_footer_nearby_listItem_tokyo {
	color: #fff;
	background: #553c9c;
}

/* 

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

#gym_footer_nearby {
	width: 95%;
}

/* } */

/* 周辺地域特集（路線用関連ボタン） */
.nearbyarea_tagList_item {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	margin: 5px;
	border: 1px solid #553c9c;
	border-radius: 15px;
	box-sizing: border-box;
	color: #553c9c !important;
	font-weight: bold;
	vertical-align: bottom;
}

.on.nearbyarea_tagList_item {
	/* display: block; */
	height: auto;
	padding: 1.5% 1% 1%;
}

.nearbyarea_tagList_item_areabtn,
.nearbyarea_tagList_item_areabtn.on_btn {
	color: #553c9c;
}

.nearbyarea_tagList_item_areabtn:before,
.nearbyarea_tagList_item_areabtn.more_btn:before {
	content: "+";
	color: #553c9c;
	position: static;
	transform: none;
	margin: 0 auto;
	margin-bottom: 4px;
	margin-right: 4px;
	border: none;
}

.on .nearbyarea_tagList_item_areabtn,
.on .nearbyarea_tagList_item_areabtn.on_btn {
	display: block !important;
	text-align: left;
	padding-left: 9px;
	line-height: 1.6;
	color: #1b0815;
}

.on .nearbyarea_tagList_item_areabtn:before,
.on .nearbyarea_tagList_item_areabtn.on_btn:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 3px;
	background: #553c9c;
	position: static;
	transform: none;
	margin: 0 auto;
	margin-bottom: 4px;
	margin-right: 4px;
	border: none;
}

.nearbyarea_tagList_item_areabody,
.nearbyarea_tagList_item_areabody.on_body {}

.on .nearbyarea_tagList_item_areabody,
.on .nearbyarea_tagList_item_areabody.more_body {}

.nearbyarea_tagList_item_areabody a,
.nearbyarea_tagList_item_areabody.more_body a {
	display: none
}

.on .nearbyarea_tagList_item_areabody a,
.on .nearbyarea_tagList_item_areabody.more_body a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	margin: 5px;
	border: 1px solid #553c9c;
	border-radius: 15px;
	box-sizing: border-box;
	color: #553c9c !important;
	font-weight: bold;
}

/* 
@media screen and (max-width:767px) { */
a.more_on.nearbyarea_tagList_item {}

.nearbyarea_tagList_item_areabtn,
.nearbyarea_tagList_item_areabtn.on_btn {}

.on .nearbyarea_tagList_item_areabtn,
.on .nearbyarea_tagList_item_areabtn.on_btn {}

.nearbyarea_tagList_item_areabody,
.nearbyarea_tagList_item_areabody.more_body {}

.on .nearbyarea_tagList_item_areabody,
.on .nearbyarea_tagList_item_areabody.more_body {}

.nearbyarea_tagList_item_areabody span,
.nearbyarea_tagList_item_areabody.more_body span {}

.on .nearbyarea_tagList_item_areabody span,
.on .nearbyarea_tagList_item_areabody.more_body span {}

/* } */

/* gym_footer_tokyo */
#gym_footer_tokyo {
	text-align: center;
}

#gym_footer_tokyo .on.gym_footer_nearby_list {
	display: block;
	height: auto;
	padding: 10px;
	margin: 15px 0;
}

.on .gym_footer_nearby_listItem_tokyo:hover,
.on.gym_footer_nearby_list:hover .gym_footer_nearby_listItem_tokyo {
	color: #553c9c;
}

.on.gym_footer_nearby_list:hover .gym_footer_nearby_listItem_tokyo {
	background: #fff;
}

.on .gym_footer_nearby_listItem_tokyo {
	display: block;
	text-align: left;
	padding-left: 9px;
	line-height: 1.6;
}

#gym_footer_tokyo .on.gym_footer_nearby_list,
.gym_footer_nearby_listItem_tokyo:hover {
	background: #fff;
}

.on .gym_footer_nearby_listItem_tokyo:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 3px;
	background: #553c9c;
	position: static;
	transform: none;
	margin: 0 auto;
	margin-bottom: 4px;
	margin-right: 4px;
	border: none;
}

#gym_footer_tokyo .gym_footer_nearby_listItem_wrapper {
	text-align: left;
}

/* 

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

#gym_footer_tokyo {
	width: 95%;
}

/* } */

/* gym_footer_qa */
#gym_footer_qa {
	width: 90%;
}

.gym_footer_q {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	color: #553C9C;
	margin: 30px auto 0;
}

.gym_footer_a {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	margin: 10px auto 0;
}

/* 

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

#gym_footer_qa {
	width: 90%;
}

.gym_footer_q {
	font-size: 14px;
}

.gym_footer_a {
	font-size: 14px;
}

/* } */

/* gym_footer_supervisors */
#gym_footer_supervisors {
	display: block;
	text-align: center;
	background: #f0efeb;
	padding: 4% 5%;
	box-sizing: border-box;
	border-radius: 20px;
}

.gym_footer_supervisors_ttl {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 15px;
	color: #553C9C;
	line-height: 1.6;
}

.gym_footer_supervisors_ttl2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 18px;
	color: #553C9C;
	line-height: 1.6;
	margin-top: 30px;
	margin-bottom: -20px;
}

#gym_footer_supervisors .gym_footer_body {}

.gym_footer_supervisors_listItem {
	display: inline-block;
	width: 18%;
	margin-left: 2.5%;
	vertical-align: top;
}

.gym_footer_supervisors_listItem:first-child {
	margin-left: 0;
}

.gym_footer_supervisors_listItem_img {
	width: 100%;
	height: auto;
	border-radius: 100px;
}

.gym_footer_supervisors_listItem_shoulder {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.3;
	margin: 10px 0 0;
}

.gym_footer_supervisors_listItem_name {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
}

.gym_footer_supervisors_btns {
	text-align: right;
	margin-top: 10px;
}

.gym_footer_supervisors_btn {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #553C9C;
}

.gym_footer_supervisors_btn:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: -15px;
	width: 5px;
	height: 5px;
	border-top: 3px solid #553C9C;
	border-right: 3px solid #553C9C;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* 

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

#gym_footer_supervisors {
	width: 90%;
}

.gym_footer_supervisors_ttl {
	font-size: 13px;
}

#gym_footer_supervisors .gym_footer_body {
	text-align: left;
}

.gym_footer_supervisors_listItem {
	width: 30%;
	margin-left: 5%;
	text-align: center;
}

.gym_footer_supervisors_listItem:first-child {}

.gym_footer_supervisors_listItem:nth-child(4) {
	margin-left: 0;
	margin-top: 10px;
}

.gym_footer_supervisors_listItem:nth-child(5) {
	margin-top: 10px;
}

.gym_footer_supervisors_listItem_img {}

.gym_footer_supervisors_listItem_shoulder {
	font-size: 10px;
	margin-top: 3px;
}

.gym_footer_supervisors_listItem_name {}

.gym_footer_supervisors_btns {}

.gym_footer_supervisors_btn {}

.gym_footer_supervisors_btn:before {}

/* } */



/*-----------------------------------------------------------------------------* 詳細ページフッター項目 */
/* shop_related */
#shop_related {
	margin-top: 120px;
}

.shop_related_ttl {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

.shop_related_body {
	margin-top: 20px;
}

#shop_related .shop_listItem_2 {
	max-width: 500px;
}

.shop_listItem_cashback_2 {}

/* 

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

#shop_related {
	margin: 60px 0;
}

.shop_related_ttl {
	font-size: 22px;
}

.shop_related_body {
	margin: 0;
}

#shop_related .shop_listItem_2 {}

.shop_listItem_cashback_2 {}

/* } */



/*---------------------ポップアップ*/
.popup_gyms.on {
	display: block;
}

.popup_gym_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100000000001;
}

.popup_gym {
	position: fixed;
	top: 36px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	z-index: 100000000002;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.popup_gym_title {
	display: none;
	position: fixed;
	z-index: 100000000003;
	left: 0;
	right: 0;
	top: 0;
	background: #553c9c;
	color: #fff;
	font-weight: bold;
	padding: 15px 10px 20px;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}

.popup_gym_btn_prev,
.popup_gym_btn_next {
	display: none;
	position: fixed;
	width: 35px;
	height: 40px;
	border-radius: 20px 0 0 20px;
	background: #fff;
	box-shadow: 0 3px 7px rgba(55, 26, 135, 0.3);
	z-index: 100000000003;
}

.popup_gym_btn_prev:before,
.popup_gym_btn_next:before,
.popup_gym_btn_close:before,
.popup_gym_btn_close:after {
	content: "";
}

.popup_gym_btn_prev {
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	border-radius: 0 20px 20px 0;
}

.popup_gym_btn_prev:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #553c9c;
	border-right: 1px solid #553c9c;
	left: 13px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.popup_gym_btn_next {
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
}

.popup_gym_btn_next:before {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #553c9c;
	border-right: 1px solid #553c9c;
	right: 15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup_gym_btn_close {
	display: none;
	position: fixed;
	top: 3px;
	right: 3px;
	background: #2d2d2d75;
	box-shadow: none;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	z-index: 100000000003;
}

.popup_gym_btn_close:before,
.popup_gym_btn_close:after {
	position: absolute;
	top: 50%;
	left: 12px;
	right: 12px;
	height: 1px;
	background: #fff;
	transform: rotate(135deg);
}

.popup_gym_btn_close:after {
	transform: rotate(45deg);
}

.popup_gym_bg.on,
.popup_gym_btn_prev.on,
.popup_gym_btn_next.on,
.popup_gym_btn_close.on,
.popup_gym_title.on {
	display: block;
}

.popup_gym_btn_prev.off,
.popup_gym_btn_next.off {
	display: none;
}

/* 2405改修 */
.popup_gym {
	top: 15px;
}

.popup_gym .gym_recommend_torank a {
	display: none;
}

.popup_gym_title.on {
	display: none;
}



/* 地域ジム改修2023ここから（以下全てあとで上に移動する） */

/* 広告ここから */
.fitness_pickup {
	background: #f0efeb;
	padding: 20px;
}

.fitness_pickup .fitness_pickup_ttl {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 23px;
	color: #553c9c;
	text-align: center;
	margin: 15px auto 0;
}

.fitness_pickup .shop_list_2 {
	overflow: hidden;
	white-space: normal;
}

.fitness_pickup .shop_listItem_2 {
	width: 100%;
	max-width: none;
	margin: 20px 0 0;
	padding: 3% 4% 5%;
	/*3% 4%*/
}

.fitness_pickup .fitness_pickup_pr {
	position: absolute;
	top: 20px;
	right: 4%;
	margin: 0;
	font-size: 18px;
}

.fitness_pickup .icon_pickup {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 79px;
}

.fitness_pickup .shop_listItem_ttl_2 {
	margin: 0 6% 0 30px;
}

.fitness_pickup_body {
	margin-top: 17px;
}

.fitness_pickup_body:after {
	content: "";
	display: block;
	clear: both;
}

.fitness_pickup .shop_listItem_img_2 {
	float: left;
	width: 45%;
	margin: 0;
}

.fitness_pickup .swiper-container_wrapper {}

.fitness_pickup .swiper-container {}

.fitness_pickup .swiper-bullet {}

.fitness_pickup .swiper-wrapper {}

.fitness_pickup .swiper-slide {
	height: 200px;
}

.fitness_pickup .swiper-slide>img {
	height: 200px;
	min-height: 200px;
}

.fitness_pickup .swiper-pagination {}

.fitness_pickup .swiper-bullet .swiper-pagination-bullets {
	bottom: -20px;
}

.fitness_pickup .swiper-button-prev {
	left: 0;
}

.fitness_pickup .swiper-button-next {
	right: 0;
}

.fitness_pickup .swiper-button-prev:after,
.fitness_pickup .swiper-button-next:after {
	width: 20px;
	height: 20px;
}

.fitness_pickup_txts {
	float: right;
	width: 53%;
	margin-left: 2%;
}

.fitness_pickup .shop_listItem_minttl_2 {
	color: #000;
	margin: 0;
}

.fitness_pickup .shop_listItem_minttl_2:before {
	display: none;
}

.fitness_pickup .shop_listItem_txt_2 {
	height: auto;
	line-height: 1.6;
	margin: 5px auto 0;
}

.fitness_pickup_btns {
	text-align: right;
}

.fitness_pickup .fitness_pickup_btn {
	position: relative;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 0 0 20px;
	color: #553C9C;
}

.fitness_pickup .fitness_pickup_btn:before {
	content: "";
	position: absolute;
	top: 23px;
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 3px solid #553c9c;
	border-right: 3px solid #553c9c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* 

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

.fitness_pickup {
	padding: 4% 3%;
}

.fitness_pickup .fitness_pickup_ttl {
	font-size: 17px;
	margin-top: 5px;
}

.fitness_pickup .shop_list_2 {}

.fitness_pickup .shop_listItem_2 {
	width: 100%;
	min-width: auto;
	margin: 13px auto 0;
	padding: 5% 4%;
}

.fitness_pickup .fitness_pickup_pr {
	top: 3%;
	right: 5%;
	font-size: 14px;
}

.fitness_pickup .icon_pickup {
	width: 55px;
}

.fitness_pickup .shop_listItem_ttl_2 {
	margin: 0 12% 0 25px;
	line-height: 1.2;
}

.fitness_pickup_body {
	margin-top: 12px;
}

.fitness_pickup .shop_listItem_img_2 {
	float: none;
	width: 100%;
}

.fitness_pickup .swiper-container_wrapper {}

.fitness_pickup .swiper-container {}

.fitness_pickup .swiper-bullet {}

.fitness_pickup .swiper-wrapper {}

.fitness_pickup .swiper-slide {
	height: 350px;
}

.fitness_pickup .swiper-slide>img {
	height: 350px;
	min-height: 350px;
}

.fitness_pickup .swiper-pagination {}

.fitness_pickup .swiper-bullet .swiper-pagination-bullets {}

.fitness_pickup .swiper-button-prev {
	left: -3%;
}

.fitness_pickup .swiper-button-next {
	right: -3%;
}

.fitness_pickup .swiper-button-prev:after,
.fitness_pickup .swiper-button-next:after {
	width: 15px;
	height: 15px;
}

.fitness_pickup_txts {
	float: none;
	width: 100%;
	margin: 27px auto 0;
}

.fitness_pickup .shop_listItem_minttl_2 {
	font-size: 14px;
	line-height: 1.3;
}

.fitness_pickup .shop_listItem_minttl_2:before {}

.fitness_pickup .shop_listItem_txt_2 {
	font-size: 12px;
	line-height: 1.5;
	margin: 5px auto 0;
}

.fitness_pickup_btns {}

.fitness_pickup .fitness_pickup_btn {
	font-size: 14px;
	padding: 8px 0 0 20px;
}

.fitness_pickup .fitness_pickup_btn:before {
	top: 14px;
	left: 6px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #553c9c;
	border-right: 2px solid #553c9c;
}

/* } */
/* @media screen and (max-width:600px){ */

.fitness_pickup .swiper-slide {
	height: 250px;
}

.fitness_pickup .swiper-slide>img {
	height: 250px;
	min-height: 250px;
}

/* } */
/* @media screen and (max-width:375px){ */

.fitness_pickup .swiper-slide {
	height: 150px;
}

.fitness_pickup .swiper-slide>img {
	height: 150px;
	min-height: 150px;
}

/* } */
/* 広告ここまで */

/* 選び方ここから */
.fitness_select {}

.post_entry .fitness_select_ttl {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	color: #553c9c;
	text-align: center;
}

.fitness_select_body {}

.fitness_select_body_ttls {
	overflow: hidden;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
}

.post_entry .fitness_select_body_ttl {
	position: relative;
	color: #fff;
	background: rgba(85, 60, 156, 0.3);
	margin: 0;
	width: 100%
		/*50%*/
	;
	float: left;
	text-decoration: none;
	padding: 15px 0 17px 42px;
	box-sizing: border-box;
	line-height: 1;
	font-size: 18px;
}

.fitness_select_mokuteki {}

.fitness_select_mokuteki:before,
.fitness_select_map:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -9px;
	width: 22px;
	height: 17px;
	background: url(../images/icon_check_wht.png) no-repeat;
	background-size: 100% auto;
}

.fitness_select_map {}

.fitness_select_map:before {
	width: 17px;
	height: 24px;
	margin-top: -13px;
	background: url(../images/icon_map_wht.png) no-repeat;
	background-size: 100% auto;
}

.on.fitness_select_body_ttl {
	background: #553c9c;
}

.post_entry .on.fitness_select_body_ttl:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: 0;
	border-bottom: 13px solid #f0efeb;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

.fitness_select_body_contents {}

.fitness_select_body_content {
	display: none;
	background: #f0efeb;
}

.on.fitness_select_body_content {
	display: block;
}

.fitness_select_lists {
	text-align: center;
}

.post_entry .fitness_select_list {
	position: relative;
	display: inline-block;
	background: #fff;
	padding: 15px 15px 32px;
	box-sizing: border-box;
	text-decoration: none;
	margin: 20px 10px;
	vertical-align: bottom;
	width: 160px;
	height: 158px;
}

.post_entry .fitness_select_list:first-child {
	margin-left: 20px;
}

.post_entry .fitness_select_list:last-child {
	margin-right: 20px;
}

.fitness_select_list:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: 14px;
	width: 9px;
	height: 9px;
	border-top: 3px solid #553C9C;
	border-right: 3px solid #553C9C;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.post_entry .fitness_select_list_subttl {
	position: relative;
	margin: 0;
	line-height: 1.3;
	color: #1b0815;
	font-weight: bold;
	font-size: 13px;
}

.post_entry .fitness_select_list_ttl {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	color: #553c9c;
	margin: 3px auto 0;
	line-height: 1.1;
	font-size: 18px;
}

.fitness_select_maps {
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
}

.fitness_select_maps iframe {
	width: 100%;
}

.post_entry .fitness_select_list img {
	width: auto;
	height: 42px;
	margin: 0 auto 5px;
	z-index: 1;
	position: relative;
}

/* 
@media screen and (max-width:767px){ */
.fitness_select {}

.post_entry .fitness_select_ttl {}

.fitness_select_body {}

.fitness_select_body_ttls {
	font-weight: 700;
}

.post_entry .fitness_select_body_ttl {
	font-size: 16px;
	padding: 15px 0 18px 40px;
}

.fitness_select_mokuteki {}

.fitness_select_mokuteki:before,
.fitness_select_map:before {
	width: 18px;
}

.fitness_select_map {}

.fitness_select_map:before {
	width: 16px;
	margin-top: -12px;
}

.on.fitness_select_body_ttl {}

.post_entry .on.fitness_select_body_ttl:after {
	margin-left: -7px;
	border-bottom: 10px solid #f0efeb;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.fitness_select_body_contents {}

.fitness_select_body_content {}

.on.fitness_select_body_content {}

.fitness_select_lists {}

.post_entry .fitness_select_list {
	margin: 13px 5px;
	padding: 15px 17px 25px;
	height: 145px;
	width: 145px;
}

.post_entry .fitness_select_list:first-child {
	margin-left: 10px;
}

.post_entry .fitness_select_list:last-child {
	margin-right: 10px;
}

.fitness_select_list:after {
	width: 7px;
	height: 7px;
	border-top: 2px solid #553C9C;
	border-right: 2px solid #553C9C;
	bottom: 11px;
}

.post_entry .fitness_select_list_subttl {
	font-size: 12px;
}

.post_entry .fitness_select_list_ttl {
	font-size: 16px;
	margin-top: 2px;
}

.fitness_select_maps {
	padding: 15px;
}

.fitness_select_maps iframe {
	height: 250px;
}

/* } */
/* 選び方ここまで */

/* フィットネスジムここから */
.fitness_result {
	margin-top: 50px;
}

.fitness_result_txts {
	padding: 50px 0 0;
}

h2.fitness_result_ttls {
	line-height: 0.5;
}

.fitness_result .fitness_result_ttls {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	text-align: center;
	vertical-align: top;
	margin: 0;
}

.fitness_result_ttl_subs {
	position: relative;
	display: inline-block;
}

.fitness_result .fitness_result_icon {
	position: absolute;
	top: -63px;
	left: 50%;
	width: 66px;
	margin: -7px 0 0 -168px;
	/*	top: 50%;
	left: 50%;
	width: 66px;
	margin: -100px 0 0 -177px;*/
}

.fitness_result_ttl_sub {
	display: block;
	font-size: 18px;
	color: #553c9c;
	border-top: 4px solid #553C9C;
	border-bottom: 4px solid #553C9C;
	padding: 7px 5px;
	box-sizing: border-box;
}

.fitness_result_ttl {
	display: block;
	font-size: 34px;
	margin-top: 15px;
}

.fitness_result .fitness_result_txt {
	margin-top: 23px;
}

.fitness_result .fitness_result_txt p {
	margin: 10px auto 0;
}

.fitness_result .fitness_result_txt p:last-child {
	margin-bottom: 0;
}

/* 

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

.fitness_result {
	padding: 10px 0 10px;
	/*    padding: 30px 0 50px;*/
}

.fitness_result_txts {
	padding-top: 30px;
}

.fitness_result_ttl_subs {}

.fitness_result .fitness_result_icon {
	top: -45px;
	width: 50px;
	margin-left: -133px;
	/*	width: 50px;
	margin: -77px 0 0 -145px;*/
}

.fitness_result_ttl_sub {
	font-size: 14px;
	border-top: 3px solid #553C9C;
	border-bottom: 3px solid #553C9C;
	padding: 5px;
}

.fitness_result .fitness_result_ttl {}

.fitness_result_ttl {
	font-size: 25px;
	margin-top: 10px;
}

.fitness_result .fitness_result_txt {
	margin-top: 35px
		/*13px*/
	;
}

/* } */

.fitness_result_body {
	padding-bottom: 50px;
	border-bottom: solid #553c9c;
}

.fitness_result .fitness_result_body_ttl {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	text-align: center;
	font-size: 28px
		/*33px*/
	;
	margin: 40px auto 0;
	/*20px auto 30px*/
	padding: 20px 5px;
	box-sizing: border-box;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
}

.fitness_recommends {}

.fitness_recommends .fitness_recommend {
	border-top: 1px solid #000;
	padding-top: 50px;
	margin: 80px auto 0;
	/*100px auto 0*/
}

.fitness_recommends .fitness_recommend:first-child {
	border: none;
	padding-top: 0;
	margin-top: 80px;
}

.fitness_recommend:first-child {
	margin: 80px auto 0;
}

.fitness_result .fitness_recommend_ttl {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #553c9c;
	font-size: 33px;
	margin: 20px auto 30px;
	/* 20px auto 0*/
}

.fitness_result h4.fitness_recommend_item_ttl {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 22px;
	color: #553C9C;
	line-height: 1.4;
	margin: 35px 0 0 20px;
}

.fitness_result h4.fitness_recommend_item_ttl:before {
	content: "";
	position: absolute;
	top: 0;
	background: #553c9c;
	width: 6px;
	height: 100%;
	margin-left: -20px;
}

.fitness_result .fitness_recommend_item_ttl {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 22px;
	color: #553C9C;
	line-height: 1.4;
	margin: 35px 0 0 20px;
}

.fitness_recommend_item_ttl:before {
	content: "";
	position: absolute;
	top: 0;
	background: #553c9c;
	width: 6px;
	height: 100%;
	margin-left: -20px;
}

/* 

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

.fitness_result_body {}

.fitness_result .fitness_result_body_ttl {
	font-size: 19px;
	margin-top: 25px;
	padding: 13px 3px;
}

.fitness_recommends {}

.fitness_recommends .fitness_recommend {
	padding: 0 3% 25px
		/*10px 4% 40px*/
	;
	margin-top: 20px;
}

.fitness_recommends .fitness_recommend:first-child {
	margin-top: 40px;
}

.fitness_result .fitness_recommend_ttl {
	font-size: 24px;
	line-height: 1.3;
	margin: 0 auto 22px;
}

.fitness_result .fitness_recommend_item_ttl {
	font-size: 15px;
}

.fitness_recommend_item_ttl:before {}

.fitness_recommend h4.fitness_recommend_item_ttl {
	font-size: 15px;
}

.fitness_recommend h4.fitness_recommend_item_ttl:before {}

/* } */

.fitness_recommend_mv {}

.fitness_result .swiper-bullet .swiper-pagination-bullets {
	bottom: -20px;
}

/* 
/*
.post_entry .fitness_recommend h3{
  font-size: 24px;
  margin: 30px 0 25px;
}
*/
/*
@media screen and (max-width:767px) {
	*/
.fitness_result .swiper-slide {
	height: 350px;
}

.fitness_result .swiper-slide>img {
	height: 350px;
	min-height: 350px;
}

/*
  .post_entry .fitness_recommend h3{
	font-size: 21px;
	margin: 25px 0 15px;
  }
*/
/* } */
/* @media screen and (max-width:600px){ */

.fitness_result .swiper-slide {
	height: 250px;
}

.fitness_result .swiper-slide>img {
	height: 250px;
	min-height: 250px;
}

/* } */
/* @media screen and (max-width:375px){ */

.fitness_result .swiper-slide {
	height: 150px;
}

.fitness_result .swiper-slide>img {
	height: 150px;
	min-height: 150px;
}

/* } */

.fitness_recommend_camp {
	background: #ecebee;
	margin-top: 50px;
	padding: 18px 20px 15px;
	box-sizing: border-box;
}

.fitness_result .fitness_recommend_camp_ttl {
	margin: 0;
}

.fitness_recommend_camp_ttl img {
	width: 140px;
	margin: 0;
}

.fitness_recommend_camp_ttl span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	color: #553c9c;
	font-size: 25px;
	vertical-align: top;
}

.fitness_recommend_camp_txts {}

.fitness_recommend_camp_txts p {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

.fitness_recommend_camp_txts_b {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.fitness_recommend_camp_txts_date {
	margin-left: 10px;
}

/* 

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

.fitness_recommend_camp {
	padding: 10px 10px 8px;
}

.fitness_result .fitness_recommend_camp_ttl {}

.fitness_recommend_camp_ttl img {
	width: 110px;
	height: auto;
}

.fitness_recommend_camp_ttl span {
	font-size: 19px;
}

.fitness_recommend_camp_txts {}

.fitness_recommend_camp_txts p {
	font-size: 14px;
	line-height: 1.3;
}

.fitness_recommend_camp_txts_b {}

.fitness_recommend_camp_txts_date {
	margin: 5px auto 0;
	display: block;
}

/* } */

.fitness_recommend_fee {}

.fitness_recommend_fee_body {
	margin-top: 20px;
}

.fitness_recommend_fee_ttl {
	display: block;
	font-size: 23px;
	font-weight: bold;
}

.fitness_recommend_fee_txt {
	display: block;
}

/* 

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

.fitness_recommend_fee {}

.fitness_recommend_fee_body {}

.fitness_recommend_fee_ttl {
	font-size: 18px;
}

.fitness_recommend_fee_txt {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 5px;
}

/* } */

.fitness_recommend_plan {}

.fitness_recommend_plan_body_wrapper {
	height: 95px;
	overflow: hidden;
}

.on .fitness_recommend_plan_body_wrapper {
	height: auto;
}

.fitness_recommend_plan_body {
	margin-top: 20px;
}

.fitness_recommend_plan_body_ttl {
	background: #553c9c;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 8px 0;
}

.fitness_recommend_plan_body_mata {
	overflow: hidden;
	background: #ecebee;
}

.fitness_recommend_plan_body_mataItem {
	position: relative;
	float: left;
	width: 50%;
	text-align: center;
	padding: 5px 0;
}

.fitness_recommend_plan_body_mataItem:last-child:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: rgba(85, 60, 156, 0.3);
}

.fitness_recommend_plan_more {
	text-align: right;
}

.fitness_recommend_plan_more a {
	position: relative;
	display: inline-block;
	padding: 10px 0 10px 10px;
	text-decoration: none;
}

.fitness_recommend_plan_more a:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: -8px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #553c9c;
	border-right: 3px solid #553c9c;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.on .fitness_recommend_plan_more a {
	display: none;
}

/* 

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

.fitness_recommend_plan {}

.fitness_recommend_plan_body_wrapper {}

.on .fitness_recommend_plan_body_wrapper {}

.fitness_recommend_plan_body {}

.fitness_recommend_plan_body:last-child {
	margin-bottom: 40px;
}

.fitness_recommend_plan_body_ttl {
	line-height: 1.2;
}

.fitness_recommend_plan_body_mata {
	font-size: 15px;
}

.fitness_recommend_plan_body_mataItem {}

.fitness_recommend_plan_body_mataItem:last-child:before {}

.fitness_recommend_plan_more {
	margin-top: -10px;
}

.fitness_recommend_plan_more a {}

.fitness_recommend_plan_more a:before {}

.on .fitness_recommend_plan_more a {}

/* } */
/* 

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

.fitness_recommend_cmt {}

.fitness_recommend_cmt .balloonx1 {
	margin: 0;
}

.fitness_recommend_cmt .balloonx1-image-left {
	width: 100%;
	float: none;
	margin-left: 7px;
}

.fitness_recommend_cmt .balloonx1-image-left img {
	float: left;
	width: 70px;
}

.fitness_recommend_cmt .balloonx1-image-description {
	float: left;
	margin: 26px 0 0 10px;
	text-align: left;
	font-size: 14px;
}

.fitness_recommend_cmt .balloonx1-text-right {
	float: none;
	width: 100%;
	padding: 0 6%;
	margin-top: 15px;
}

.fitness_recommend_cmt .balloonx1-text-right:before,
.fitness_recommend_cmt .balloonx1-text-left:before,
.fitness_recommend_cmt .balloonx1-text-right:after,
.fitness_recommend_cmt .balloonx1-text-left:after {
	display: none;
}

/* } */

.fitness_recommend_info {}

.fitness_result .table_1 {}

.fitness_result .table_1 th {
	width: 25%;
}

.fitness_result .table_1 td {
	width: 75%;
}

/* 

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

.fitness_recommend_info {}

.fitness_result .table_1 {
	margin-top: 20px;
}

.fitness_result .table_1 th {}

.fitness_result .table_1 td {}

/* } */

.fitness_recommend_aboutGym {
	text-align: center;
	padding: 40px 5% 0;
	margin-top: 50px;
	background: #f0efeb;
}

.on.fitness_recommend_aboutGym {}

.fitness_recommend_aboutGym_body {}

.fitness_result .fitness_recommend_aboutGym_ttl {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	color: #000;
	font-size: 30px;
	line-height: 1.3;
	margin: 0;
}

.fitness_recommend_aboutGym_listContents {}

.fitness_recommend_aboutGym_listContent {
	display: none;
	position: relative;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, 0.4);
	padding: 40px 0px;
}

.fitness_recommend_aboutGym_listContent:first-child {
	border-top: none;
	padding-top: 25px;
}

.fitness_recommend_aboutGym .fitness_recommend_aboutGym_listContent:first-child,
.fitness_recommend_aboutGym .fitness_recommend_aboutGym_listContent:nth-child(2) {
	display: block;
}

.on.fitness_recommend_aboutGym .fitness_recommend_aboutGym_listContent {
	display: block;
}

.fitness_result .fitness_recommend_aboutGym_listContent_ttl {
	width: 20%;
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: normal;
	margin: 0;
}

.fitness_recommend_aboutGym_listContent_ttl:before {
	display: none;
}

.fitness_recommend_aboutGym_listContent_ttl img {
	width: 70px;
	height: 27px;
	margin: 0 auto;
}

.fitness_recommend_aboutGym_listContent:nth-child(2) .fitness_recommend_aboutGym_listContent_ttl img {
	height: 63px;
}

.fitness_recommend_aboutGym_listContent:nth-child(3) .fitness_recommend_aboutGym_listContent_ttl img {
	height: 61px;
}

.fitness_recommend_aboutGym_listContent:nth-child(4) .fitness_recommend_aboutGym_listContent_ttl img {
	height: 50px;
}

.fitness_recommend_aboutGym_listContent_ttl span {
	display: block;
	color: #553c9c;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
}

.fitness_recommend_aboutGym_listBox {
	float: left;
	width: 80%;
	margin: 0 0 0 20%;
	text-align: left;
}

.fitness_recommend_aboutGym_lists {}

.on.fitness_recommend_aboutGym_lists {}

.fitness_recommend_aboutGym_list {
	height: 120px;
	overflow: hidden;
}

.on.fitness_recommend_aboutGym_lists .fitness_recommend_aboutGym_list {
	height: auto;
	margin-bottom: 17px;
}

.fitness_recommend_aboutGym_list span {
	position: relative;
	display: inline-block;
	width: 184px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 15px;
	color: rgba(0, 0, 0, 0.3);
	font-weight: bold;
	line-height: 1;
	margin: 10px 10px 0 0;
	vertical-align: top;
	box-sizing: border-box;
	border-radius: 100px;
	text-align: center;
	padding: 16px 0;
}

.fitness_recommend_aboutGym_list span.on {
	color: #fff;
	background: #553c9c;
	border: 1px solid #553c9c;
}

.fitness_recommend_aboutGym_list_more {
	text-align: right;
}

.fitness_recommend_aboutGym_list_more a {
	position: relative;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
}

.fitness_recommend_aboutGym_list_more a:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: -7px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #553c9c;
	border-right: 3px solid #553c9c;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.on.fitness_recommend_aboutGym_lists .fitness_recommend_aboutGym_list_more {
	display: none;
}

.fitness_result .fitness_recommend_aboutGym_list_txt {
	line-height: 1.4;
	margin: 0 auto;
}

.fitness_recommend_aboutGym_more {
	text-align: right;
	margin-top: -30px;
}

.on.fitness_recommend_aboutGym .fitness_recommend_aboutGym_more {
	margin-top: 0;
}

.fitness_recommend_aboutGym_more a {
	position: relative;
	display: inline-block;
	padding: 10px 0 30px 10px;
	text-decoration: none;
}

.fitness_recommend_aboutGym_more a:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: -8px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #553c9c;
	border-right: 3px solid #553c9c;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.on.fitness_recommend_aboutGym .fitness_recommend_aboutGym_more a {
	display: none;
}

/* 

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

.fitness_recommend_aboutGym {
	padding: 30px 0 0;
	margin-top: 0;
}

.on.fitness_recommend_aboutGym {}

.fitness_recommend_aboutGym_body {}

.fitness_result .fitness_recommend_aboutGym_ttl {
	font-size: 22px;
}

.fitness_recommend_aboutGym_listContents {}

.fitness_recommend_aboutGym_listContent {
	padding: 30px 0;
}

.fitness_recommend_aboutGym_listContent:first-child {}

.fitness_recommend_aboutGym .fitness_recommend_aboutGym_listContent:first-child,
.fitness_recommend_aboutGym .fitness_recommend_aboutGym_listContent:nth-child(2) {}

.on.fitness_recommend_aboutGym .fitness_recommend_aboutGym_listContent {}

.fitness_result .fitness_recommend_aboutGym_listContent_ttl {
	width: 100%;
	display: block;
	position: static;
}

.fitness_recommend_aboutGym_listContent_ttl:before {}

.fitness_recommend_aboutGym_listContent_ttl img {}

.fitness_recommend_aboutGym_listContent:nth-child(2) .fitness_recommend_aboutGym_listContent_ttl img {}

.fitness_recommend_aboutGym_listContent:nth-child(3) .fitness_recommend_aboutGym_listContent_ttl img {}

.fitness_recommend_aboutGym_listContent:nth-child(4) .fitness_recommend_aboutGym_listContent_ttl img {}

.fitness_recommend_aboutGym_listContent_ttl span {
	margin-top: 0;
}

.fitness_recommend_aboutGym_listBox {
	float: none;
	width: 100%;
	margin: 20px auto 0;
}

.fitness_recommend_aboutGym_lists {}

.on.fitness_recommend_aboutGym_lists {}

.fitness_recommend_aboutGym_list {
	height: 93px;
}

.on.fitness_recommend_aboutGym_lists .fitness_recommend_aboutGym_list {
	margin-bottom: 10px;
}

.fitness_recommend_aboutGym_list span {
	width: 47%
		/*49%*/
	;
	margin: 1% 0 1% 2%
		/*1% 0*/
	;
	font-size: 14px;
	padding: 12px 0;
}

.fitness_recommend_aboutGym_list span:nth-child(even) {
	margin-left: 2%;
}

.fitness_recommend_aboutGym_list span.on {}

.fitness_recommend_aboutGym_list_more {}

.fitness_recommend_aboutGym_list_more a {
	padding: 5px 10px 10px;
}

.fitness_recommend_aboutGym_list_more a:before {
	margin-top: -7px;
}

.on.fitness_recommend_aboutGym_lists .fitness_recommend_aboutGym_list_more {
	display: none;
}

.fitness_result .fitness_recommend_aboutGym_list_txt {}

.fitness_recommend_aboutGym_more {}

.on.fitness_recommend_aboutGym .fitness_recommend_aboutGym_more {}

.fitness_recommend_aboutGym_more a {
	padding: 15px 3% 15px 10px;
}

.fitness_recommend_aboutGym_more a:before {
	margin-top: -5px;
}

.on.fitness_recommend_aboutGym .fitness_recommend_aboutGym_more a {}

/* } */

.fitness_result .fitness_recommend_btns {
	margin: 50px auto 0;
}

.fitness_result .fitness_recommend_btns::after {
	content: "";
	display: block;
	clear: both;
}

.fitness_result .fitness_recommend_btn {
	display: block;
	float: left;
	width: 49%;
	text-align: center;
	background: #ff5475;
	color: #fff;
	border-radius: 10px;
	font-size: 22px;
	font-weight: bold;
	padding: 16px 30px;
	box-sizing: border-box;
	box-shadow: 0 8px 16px rgb(255 91 123 / 39%);
	line-height: 1.5;
	text-decoration: none;
}

.fitness_result .fitness_recommend_btn_hp {
	background: #fff;
	border: solid 1px #ff5475;
	color: #ff5475;
}

.fitness_result .fitness_recommend_btn_entry {
	margin-left: 2%;
	padding: 17px 30px;
}

/* 

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

.fitness_result .fitness_recommend_btns {}

.fitness_result .fitness_recommend_btns::after {}

.fitness_result .fitness_recommend_btn {
	float: none;
	width: 100%;
}

.fitness_result .fitness_recommend_btn_hp {}

.fitness_result .fitness_recommend_btn_entry {
	margin: 20px auto 0;
}

/* } */

/* フィットネスジムここまで */



/* 地域ジム用FVコード */
.areagym_fv {
	margin: 25px 0 25px;
}

.areagym_ft {
	background: #553C9C;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 0 10px 5px;
	font-size: 24px;
	line-height: 1.3;
	margin-top: 25px;
}

.areagym_name {
	/*	background-image: url(../images/areagym.png); 
	background-repeat: no-repeat; */
	display: inline-block;
	font-weight: bold;
	font-size: 22px;
	margin: 10px 0 10px 8px;
	vertical-align: middle;
}

.areagym_name:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../images/areagym.png) no-repeat;
	background-size: contain;
	margin-right: 5px;
	vertical-align: -15px;
}

.areagym_name_img {
	max-width: 50%;
}

.areagym_img_box {
	text-align: center;
}

.areagym_name_fetu {
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0 4px 8px;
}

.areagym_name_title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
}

.areagym_name_txt {}

/* 

@media screen and (max-width:767px){ */
.areagym_fv {}

.areagym_ft {}

.areagym_name {}

.areagym_name:before {}

.areagym_name_img {
	max-width: 90%;
}

.areagym_img_box {
	text-align: center;
}

.areagym_name_fetu {}

.areagym_name_title {}

.areagym_name_txt {}

/* } */

.areagym_feature_text {
	padding: 20px;
	background: #f0efeb;
	font-size: 14px;
	line-height: 2;
}

.areagym_feature_text_bottom {
	margin: 0px auto 80px;
}



/*口コミ記事用Q&A*/
.gym_footer_a2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	margin: 10px auto 30px !important;
}


/*地域まとめの選び方コンテンツ*/
h3.erabin {
	background: #553c9c;
	color: #fff;
	font-weight: bold;
	padding: 8px 0 8px 12px;
	font-size: 18px;
	margin-top: 60px;
}

.erabin2 strong {
	display: inline;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.erabin2 {
	margin-bottom: 20px;
	margin-left: 12px;
	margin-right: 12px;
	line-height: 1.8;
	font-size: 15px;
}

/* 

@media screen and (max-width:767px){ */
h3.erabin {
	font-size: 15px;
	margin-top: 30px;
}

.erabin2 {
	line-height: 1.8;
	font-size: 13px;
}

/* } */

/*地域まとめテキスト版用*/
.gym_article_wide {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

/* 

@media screen and (max-width: 767px){ */
.gym_article_wide {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

/* } */


/*表のスクロール用*/
.scrollmireru {
	text-align: left;
}

.scroll {}

.scroll::-webkit-scrollbar {
	/*tableにスクロールバーを追加*/
	height: 5px;
}

.scroll::-webkit-scrollbar-track {
	/*tableにスクロールバーを追加*/
	background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
	/*tableにスクロールバーを追加*/
	background: #BCBCBC;
}

.scroll table,
table.scroll {
	overflow: scroll;
	display: block;
}

.scroll table tbody,
table.scroll tbody {
	white-space: nowrap;
	/*tableのセル内にある文字の折り返しを禁止*/
}

table.curry2 {
	border-collapse: unset;
	table-layout: fixed;
	width: 1100px;
}

.post_entry .curry2 th {
	background: #553c9c;
	color: #fff;
	font-weight: bold;
	font-size: 12.5px;
}

.post_entry .curry2 th:nth-of-type(1) {
	width: 16.5%;
}

.post_entry .curry2 th:nth-of-type(2) {
	width: 13.5%;
}

.post_entry .curry2 th:nth-of-type(3) {
	width: 8%;
}

.post_entry .curry2 th:nth-of-type(4) {
	width: 8%;
}

.post_entry .curry2 th:nth-of-type(5) {
	width: 8%;
}

.post_entry .curry2 th:nth-of-type(6) {
	width: 8%;
}

.post_entry .curry2 th:nth-of-type(7) {
	width: 8%;
}

.post_entry .curry2 th:nth-of-type(8) {
	width: 8%;
}

.post_entry .curry2 th:nth-of-type(9) {
	width: 8%;
}

.post_entry .curry2 th:nth-of-type(10) {
	width: 8%;
}

.post_entry .curry2 th:nth-of-type(11) {
	width: 8%;
}

.post_entry .curry2 td,
.post_entry .curry2 th {
	border-bottom: 1px solid rgba(27, 8, 21, 0.3);
	word-break: break-all;
}

.post_entry .curry2 td a {
	color: #1C388C;
}

.post_entry .curry2 td:nth-of-type(1) {
	text-align: left;
	font-weight: bold;
}

.post_entry .curry2 td:nth-of-type(2) {
	text-align: left;
	font-size: 11px;
}

.post_entry .curry2 td:nth-of-type(3) {
	text-align: center;
	font-size: 11px;
}

.post_entry .curry2 td:nth-of-type(4) {
	text-align: center;
	font-size: 11px;
}

.post_entry .curry2 td:nth-of-type(5) {
	text-align: center;
	font-size: 11px;
}

.post_entry .curry2 td:nth-of-type(6) {
	text-align: center;
	font-size: 11px;
}

.post_entry .curry2 td:nth-of-type(7) {
	text-align: center;
	font-size: 11px;
}

.post_entry .curry2 td:nth-of-type(8) {
	text-align: center;
	font-size: 11px;
}

.post_entry .curry2 td:nth-of-type(9) {
	text-align: center;
	font-size: 11px;
}

.post_entry .curry2 td:nth-of-type(10) {
	text-align: center;
	font-size: 11px;
}

.post_entry .curry2 td:nth-of-type(11) {
	text-align: center;
	font-size: 11px;
}


table.curry3 {
	border-collapse: unset;
	table-layout: fixed;
	width: 834px;
}

.post_entry .curry3 th {
	background: #553c9c;
	color: #fff;
	font-weight: bold;
	font-size: 12.5px;
}

.post_entry .curry3 th:nth-of-type(1) {
	width: 35%;
}

.post_entry .curry3 th:nth-of-type(2) {
	width: 35%;
}

.post_entry .curry3 th:nth-of-type(3) {
	width: 30%;
}

.post_entry .curry3 th:nth-of-type(4) {
	width: 30%;
}

.post_entry .curry3 td,
.post_entry .curry2 th {
	border-bottom: 1px solid rgba(27, 8, 21, 0.3);
	word-break: break-all;
}

.post_entry .curry3 td a {
	color: #1C388C;
}

.post_entry .curry3 td:nth-of-type(1) {
	text-align: left;
	font-weight: bold;
}

.post_entry .curry3 td:nth-of-type(2) {
	text-align: left;
}

.post_entry .curry3 td:nth-of-type(3) {
	text-align: center;
}

.post_entry .curry3 td:nth-of-type(4) {
	text-align: center;
}

/* 

@media (max-width: 767px){ */
table.curry2 {
	table-layout: fixed;
	width: 1100px;
}

/* } */

.color-button04-big {
	width: 68%;
	text-align: center;
	background-color: #553c9c !important;
	border-radius: 20px !important;
	font-size: 17px !important;
	font-weight: bold !important;
	margin: 25px auto 40px auto;
	padding: 15.5px 30px;
	box-shadow: 0 8px 16px rgb(85, 60, 156, 0.39);
	display: block;
}

.color-button04-big a {
	color: white;
}

.rprp {
	/*	background-color: gray; */
	font-size: 14px;
	padding: 5px 0;
}

.rprp:before {
	content: "";
	display: inline-block;
	height: 15px;
	width: 15px;
	background: url(../images/icn_wao.png) no-repeat;
	background-size: 100% auto;
	vertical-align: text-top;
	;
}

.googlemaps_wrapper {
	height: 450px;
}

/* 
@media (max-width: 767px){ */
.googlemaps_wrapper {
	height: 350px;
}

/* } */

.marker-label {
	background: #4285F4;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 14px;
	white-space: nowrap;
}

.up2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 2.5;
	color: #553c9c;
}

.up3 p strong {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}


/*地域まとめV5.1用のタブCSS*/
.container {
	max-width: 800px;
	margin: 0 auto;
	background: white;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.tab-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 0;
	margin-bottom: 0;
	position: relative;
}

.tab-container ul li {
	flex: 1;
	padding: 16px 24px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	background: #E8E3F5;
	color: #3A149E;
	position: relative;
	/*    border-radius: 12px 12px 0 0; */
	margin-right: 4px;
}

.tab-container ul li:last-child {
	margin-right: 0;
}

.tab-container ul li.selected {
	color: #fff;
	background: #553c9c;
	box-shadow: 0 -4px 12px rgba(85, 60, 156, 0.3);
	z-index: 2;
}

.tab-container ul li.selected::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #553c9c;
}

.tab-container ul li:not(.selected):hover {
	background: #D7BFEB;
	color: #44139E;
	transform: translateY(-2px);
}

.tab-container .tab-content {
	display: none;
	padding: 14.5px;
	min-height: 150px;
	background: #fff;
	border: 2px solid #553c9c;
	;
	border-top: none;
	/*   border-radius: 0 0 12px 12px; */
	box-shadow: 0 4px 12px rgba(85, 60, 156, 0.2);
	position: relative;
}

.tab-container .tab-content.selected {
	display: block;
	animation: bubbleIn 0.3s ease;
}

/* 


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

.tab-container ul {}

.tab-container ul li {
	font-size: 11px;
	padding: 5px 9px;
}

.tab-container ul li:last-child {}

.tab-container ul li.selected {
	font-size: 11px;
}

.tab-container ul li.selected::after {}

.tab-container ul li:not(.selected):hover {}

/* } */


@keyframes bubbleIn {
	from {
		opacity: 0;
		transform: scale(0.95) translateY(-10px);
	}

	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

.gym_recommend_reservation_pa {
	margin: 10px auto 0;
	text-align: center;
}

.gym_recommend_reservation_pa .btn_2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 20px;
	padding: 20px 0;
	width: 100%;
	/*  max-width: 750px/*375px;*/
	margin-top: 10px;
	background: #553c9c;
	font-size: 17px;
	letter-spacing: 1px;
	box-shadow: 0 8px 16px rgb(85 60 156 / 35%);
}

/* 



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

.gym_recommend_reservation_pa {}

.gym_recommend_reservation_pa .btn_2 {
	font-size: 14px;
}

/* } */

.gym_recommend_highly_pa {
	background: url(../images/highly_recommend_img.jpg) top 0 right -60px no-repeat #ebebef;
	background-size: 550px auto;
	padding: 5%;
	margin: 0 auto 0;
}

/* 

@media screen and (max-width:767px){ */
.gym_recommend_highly_pa {
	background-size: 450px auto;
	background-position: top 0 right -112px;
}

/* } */

.gym_recommend_info_body_pa {
	margin-top: 0;
}

.gym_recommend_plan_body_mataItem_pa {
	position: relative;
	float: left;
	width: 37%;
	text-align: left;
	/*center*/
	vertical-align: middle;
	padding: 5px 0 5px 2%;
	border-bottom: 1px solid rgba(27, 8, 21, 0.3);
	;
}

.gym_recommend_plan_body_mataItem2_pa {
	position: relative;
	float: left;
	width: 59%;
	background: #fff;
	text-align: left;
	vertical-align: middle;
	padding: 5px 0 5px 2%;
	border-bottom: 1px solid rgba(27, 8, 21, 0.3);
	;
}


.tab-content .cft th {
	width: 30%;
}



/*-----------------------------------------------------------------------------* Getfit著者・監修者一覧 */
/*スマホ用（page.css内の内容と同じ）*/

.author_list {
	margin-top: 35px;
}

.author_list_item {
	margin-top: 10px;
	padding: 5%;
}

.author_list_item_imgbox {}

.page_entry .author_list_item_img {
	width: 90px;
	height: 90px;
}

.author_list_item_namebox {
	position: static;
	left: auto;
	width: 100%;
	margin: 10px auto 0;
}

.page_entry .author_list_item_shoulder {
	font-size: 11px;
	padding: 4px 8px 3px;
}

.page_entry .author_list_item_name {
	font-size: 20px;
}

.page_entry .author_list_item_en {
	font-size: 12px;
}

.page_entry .author_list_item_capacity {
	font-size: 11px;
}

.page_entry .author_list_item_txt {
	font-size: 14px;
	margin-top: 10px;
}

.author_list_item_sns {
	margin-top: 7px;
}

.author_list_item_sns_block {
	display: block;
}

.author_list_item_sns a {}

.author_list_item_sns a:first-child {}

.author_list_item_sns a img {}

a.author_list_item_sns_btn {
	font-size: 12px;
	margin-top: 8px;
	box-sizing: border-box;
	padding: 5%;
	width: 48.8%;
	margin-left: 0;
}

a.author_list_item_sns_btn:nth-child(odd) {
	margin-left: 1%;
}

a.author_list_item_sns_btn:after {}

a.author_list_item_sns_btn.sns_btn_china {
	width: 100%;
	margin-left: 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.sns_block_china {
	margin-left: 0;
}

.author_list_item_results {
	margin-top: 18px;
	padding-top: 15px;
}

.page_entry .author_list_item_results_ttl {
	font-size: 15px;
}

.author_list_item_results_body {}

.author_list_item_results_body h4 {
	margin-top: 13px;
	font-size: 14px;
}

.page_entry .author_list_item_results_body p {
	font-size: 13px;
	margin-top: 6px;
	line-height: 1.3;
}

.author_more_btns {
	margin-top: 5px;
}

.page_entry .author_more_btn {}

.author_capacity {
	margin-top: 25px;
}

.page_entry .author_capacity_ttl {
	font-size: 20px;
}

.author_capacity_body {
	margin-top: 17px;
}

.page_entry .author_capacity_body_ttl {
	font-size: 16px;
}

.page_entry .author_capacity_body_txt {
	line-height: 1.8;
}

.page_entry .author_capacity_body_txt a {}

/*}*/
@media screen and (max-width: 320px) {

	a.author_list_item_sns_btn {
		font-size: 11px;
		padding: 14px 20px 14px 17px;
	}

}


/*-----------------------------------------------------------------------------* Getfit編集者ポリシー */
/*スマホ用（page.css内の内容と同じ）*/


.page_entry2 .author_list_item_img {
	width: 90px;
	height: 90px;
}

.page_entry2 .author_list_item_shoulder {
	font-size: 11px;
	padding: 4px 8px 3px;
}

.page_entry2 .author_list_item_name {
	font-size: 20px;
}

.page_entry2 .author_list_item_en {
	font-size: 12px;
}

.page_entry2 .author_list_item_capacity {
	font-size: 11px;
}

.page_entry2 .author_list_item_txt {
	font-size: 14px;
	margin-top: 10px;
}

.page_entry2 .author_list_item_results_ttl {
	font-size: 15px;
}

.page_entry2 .author_list_item_results_body p {
	font-size: 13px;
	margin-top: 6px;
	line-height: 1.3;
}

.page_entry2 .author_more_btn {}

.page_entry2 .author_capacity_ttl {
	font-size: 20px;
}

.page_entry2 .author_capacity_body_ttl {
	font-size: 16px;
}

.page_entry2 .author_capacity_body_txt {
	line-height: 1.8;
}

.page_entry2 .author_capacity_body_txt a {}