.page-gym .section {
	background-color: #fff;
}
.page-gym .section.-bgGray {
	background-color: #f3f3f3;
}
.page-gym .fv {
	background-image: url(../../assets/img/gym/fv-bg.webp);
	position: relative;
}
.page-gym .fv .breadcrumb {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 116px;
	width: fit-content;
	padding: 16px 0;
	margin-top: 0;
	background-color: transparent;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 14px;
}
.page-gym .fv a {
	color: #fff;
}
.page-gym .fv .breadcrumb_line {
	color: #fff;
}
.page-gym .fv .fv_textWrapper {
	width: 55%;
}
.page-gym .fv .fv_title {
	font-size: 32px;
	margin-bottom: 12px;
}
.page-gym .fv .fv_title .-gold {
	font-family: 'Noto Serif JP', serif;
	color: #c1ab4f;
	font-size: 58px;
	filter: drop-shadow(0 0 20px rgba(18, 18, 18, 0.8));
	text-shadow: 0 0 10px rgba(18, 18, 18, 0.8);
}
.page-gym .fv .fv_present {
	margin: 0 auto 4px;
}
.page-gym .fv .fv_present::before {
	background: rgba(0, 0, 0, 0.6);
}
.page-gym .fv .fv_access {
	max-width: 380px;
	width: 100%;
	display: flex;
	align-items: flex-end;
	position: relative;
	z-index: 3;
	padding-bottom: 24px;
}
.page-gym .fv .fv_access img {
	height: fit-content;
}
.page-gym #about .about_content {
	display: flex;
	gap: 48px;
}
.page-gym #about .about_contentLeft {
	max-width: 483px;
	width: 100%;
}
.page-gym #about .about_contentTable {
	width: 100%;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	border-top: 1px solid #e5e5e5;
}
.page-gym #about .about_contentTableRow {
	display: grid;
	grid-template-columns: 92px 1fr;
	grid-gap: 0px 0px;
	border-bottom: 1px solid #e5e5e5;
}
.page-gym #about .about_contentTableTerm {
	padding: 8px;
	background-color: #f2f2f2;
	font-size: 15px;
	font-weight: 400;
	color: #666666;
	text-align: center;
}
.page-gym #about .about_content a {
	color: #121212;
}
.page-gym #about .about_contentTableDesc {
	padding: 8px 16px;
	font-size: 15px;
	color: #121212;
}
.page-gym #about .about_contentTableDesc img {
	width: 228px;
	margin-top: 4px;
}
.page-gym #about .about_contentRight {
	max-width: 564px;
}
.page-gym #about .about_contentTagList {
	width: 100%;
	margin-top: 16px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 16px;
}
.page-gym #about .about_contentTagItem {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	background-color: #121212;
	padding: 8px 12px 8px 8px;
	font-size: 14px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
}
.page-gym #about .about_contentTagItem img {
	width: 18px;
}
.page-gym #accessDetail .accessDetailItem {
	box-shadow: none;
}
.page-gym #accessDetail .accessDetailItem_contents {
	padding: 0;
}
.page-gym #accessDetail .accessDetailItem_map iframe {
	height: 410px;
}
.page-gym #accessDetail .routeItem_head {
	display: contents;
}
.page-gym #accessDetail .routeItem_img {
	aspect-ratio: 252/172;
}
.page-gym #accessDetail .routeItem_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-gym #concept .topConcept_catch,
.page-gym #concept .topConcept_text {
	text-align: center;
}
.page-gym #concept .topConcept_feature {
	box-shadow: 0 8px 12px 0 rgba(18, 18, 18, 0.21);
	filter: drop-shadow(0 8px 12px rgba(18, 18, 18, 0.21));
}
.page-gym #voice {
	background-image: url(../../assets/img/common/black_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-gym #voice .successItem {
	max-width: 783px;
	margin-inline: auto;
}
.page-gym #voice .successItem + .successItem {
	margin-top: 40px;
}
.page-gym #point {
	background-image: url(../../assets/img/common/silver_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-gym #gallery .gallery_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 32px 25px;
	margin-top: 40px;
}
.page-gym #trainer .topTrainer_list {
	display: block;
	max-width: 783px;
	margin-inline: auto;
}
.page-gym #trainer .topTrainer_item {
	padding-block: 48px;
}
.page-gym #trainer .topTrainer_item:not(:last-child) {
	border-bottom: 1px solid #505050;
}
.page-gym #trainer .trainerItem {
	display: flex;
}
.page-gym #trainer .trainerItem_img {
	width: 352px;
	flex-shrink: 0;
}
.page-gym #trainer .trainerItem_videoTitle {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 35px;
	background-color: #f1f1f1;
	font-size: 15px;
	text-align: center;
	margin-bottom: 16px;
}
.page-gym #message {
	background: url('../../assets/img/gym/message-bg.webp') no-repeat center center/100% 100%;
}
.page-gym #message .message_media {
	display: flex;
	align-items: center;
	gap: 32px;
}
.page-gym #message .message_mediaItem_img {
	width: 352px;
	flex-shrink: 0;
}
.page-gym #message .message_mediaDesc {
	width: 100%;
	padding: 16px 24px;
	background-color: rgba(255, 255, 255, 0.35);
	box-shadow: 4px 4px 20px rgba(77, 77, 77, 0.1);
	border-radius: 4px;
}
.page-gym #plan .topPlan_item.-begginner {
	width: 400px;
	margin-inline: auto;
}
.page-gym #plan .topPlan_item.-begginner .planItem_priceNum {
	font-size: 68px;
}
.page-gym #plan .topPlan_item.-begginner .planItem_priceUnit {
	font-size: 24px;
}
.page-gym #plan .topPlan_item.-begginner .planItem {
	position: relative;
}
.page-gym #plan .section_subTitle {
	margin-bottom: 56px;
}
.page-gym #plan .planItem_fukidashi {
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	font-weight: bold;
	color: #121212;
	text-align: center;
	margin-bottom: 2px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -32px;
	white-space: nowrap;
}
.page-gym #plan .planItem_priceImg {
	display: inline-block;
	width: 50px;
	height: 52px;
	margin-right: 6px;
}
.page-gym #plan .topPlan_note {
	font-size: 13px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color: #121212;
	text-align: center;
	margin-top: 16px;
}
.page-gym #plan .topPlan_items {
	margin-top: 40px;
}
.page-gym #plan .planService {
	margin-top: 56px;
}
.page-gym #plan .planService_title {
	font-family: 'Noto Serif', serif;
	font-size: 20px;
	font-weight: 500;
	color: #121212;
	text-align: center;
	margin-bottom: 24px;
}
.page-gym #plan .planService_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
	padding-inline: 20px;
}
.page-gym #plan .planService_item {
	width: 128px;
}
.page-gym #plan .planService_itemText {
	font-size: 15px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	color: #121212;
	text-align: center;
	margin-top: 8px;
}
.page-gym #access {
	padding-top: 64px;
}
.page-gym #access .access_tabs {
	max-width: 624px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin: 0 auto;
}
.page-gym #access .access_tab {
	width: 308px;
	border-top: 2px solid #121212;
	border-radius: 4px 4px 0 0;
	background: #111;
	color: #fff;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
}
.page-gym #access .access_tab.is-active {
	background: #f1f1f1;
	color: #121212;
}
.page-gym #access .access_container {
	background-color: #f1f1f1;
	padding-block: 56px 64px;
}
.page-gym #access {
	/* --- Panels --- */
}
.page-gym #access .access_tabpane {
	max-width: 1200px;
	margin: 0 auto;
	transition: opacity 0.2s ease;
	opacity: 0;
}
.page-gym #access .access_tabpane.is-active {
	opacity: 1;
}
.page-gym #access .access_tabpane[hidden] {
	display: none;
}
.page-gym #access {
	/* --- Card layout --- */
}
.page-gym #access .access_shopCard {
	background: #fff;
	padding: 32px;
}
.page-gym #access .access_shopCardMedia {
	display: flex;
	gap: 48px;
}
.page-gym #access .access_shopCardLeft {
	max-width: 488px;
	width: 100%;
}
.page-gym #access .access_shopCardRight {
	max-width: 500px;
	width: 100%;
}
.page-gym #access .access_shopTitle {
	font-family: 'Noto Serif', serif;
	font-size: 20px;
	font-weight: 500;
}
.page-gym #access .access_shopTitle small {
	color: #c1ab4f;
	font-size: 14px;
	margin-left: 12px;
}
.page-gym #access .access_info {
	margin-top: 16px;
}
.page-gym #access .access_shopCardRow {
	display: grid;
	grid-template-columns: 92px 1fr;
	grid-gap: 0px 0px;
	border-top: 1px solid #e5e5e5;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.page-gym #access .access_shopCardTerm {
	background-color: #f5f5f5;
	font-size: 15px;
	color: #666;
	padding: 8px;
	text-align: center;
	font-weight: 400;
}
.page-gym #access .access_shopCardDesc {
	background-color: #fff;
	padding: 8px;
	font-size: 15px;
	color: #121212;
}
.page-gym #access .access_shopCardBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	background: #111;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
}
.page-gym #access .access_shopCardRight .access_shopCardImg {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 6px;
	margin-bottom: 10px;
}
.page-gym #access .access_shopCardRight .access_shopCardMap {
	width: 100%;
	border: 0;
	aspect-ratio: 500/152;
}
@media (max-width: 860px) {
	.page-gym #access .access_shopCard {
		grid-template-columns: 1fr;
	}
}
.page-gym #column .columnItem_date {
	color: #121212;
}
.page-gym #column .columnItem_title {
	color: #121212;
}
@media (max-width: 768px) {
	.page-gym .fv {
		background-image: url(../../assets/img/gym/fv-bg-sp.webp);
		position: relative;
	}
	.page-gym .fv .breadcrumb {
		position: absolute;
		z-index: 10;
		top: 0;
		left: 24px;
		width: fit-content;
		padding: 16px 0;
		margin-top: 0;
		background-color: transparent;
		font-family: 'Zen Kaku Gothic New', sans-serif;
		font-size: 14px;
	}
	.page-gym .fv a {
		color: #fff;
	}
	.page-gym .fv .breadcrumb_line {
		color: #fff;
	}
	.page-gym .fv .fv_textWrapper {
		width: 100%;
		padding-top: 53px;
	}
	.page-gym .fv .fv_title {
		font-size: 20px;
		margin-bottom: 0;
	}
	.page-gym .fv .fv_title .-gold {
		font-size: 40px;
	}
	.page-gym .fv .fv_subText {
		font-size: 13px;
	}
	.page-gym .fv .fv_img {
		position: absolute;
		bottom: 57%;
		right: 50%;
		transform: translate(50%, 50%);
		width: 299px;
		height: auto;
		z-index: 1;
	}
	.page-gym .fv .fv_present {
		padding: 16px 10px;
		max-width: 350px;
		margin: 230px auto 0;
		position: relative;
		z-index: 5;
	}
	.page-gym .fv .fv_presentImg {
		padding-top: 20px;
	}
	.page-gym .fv .fv_presentImg img {
		max-width: 90px;
		flex-shrink: 0;
	}
	.page-gym .fv .fv_presentContents {
		max-width: 244px;
		width: 100%;
	}
	.page-gym .fv .fv_presentText {
		font-size: 15px;
	}
	.page-gym .fv .fv_caution {
		max-width: 350px;
		margin-inline: auto;
		text-align: left;
	}
	.page-gym .fv .fv_presentBanner {
		background-color: #ffffff;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		position: absolute;
		top: 0;
		left: 0;
		transform: translate(0%, -50%);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.page-gym .fv .fv_presentBanner p {
		font-size: 11px;
	}
	.page-gym .fv .fv_access {
		max-width: 380px;
		width: 100%;
		display: flex;
		align-items: flex-end;
		position: relative;
		z-index: 3;
		padding-bottom: 24px;
		margin-inline: auto;
		margin-top: 12px;
	}
	.page-gym .fv .fv_access img {
		width: 279px;
		margin-inline: auto;
		height: auto;
	}
	.page-gym .badge .badge_list {
		grid-template-rows: unset;
	}
	.page-gym .badge .badge_list li {
		margin: 0;
	}
	.page-gym .badge .badge_list li.-center {
		grid-column: auto;
	}
	.page-gym #about .about_content {
		display: flex;
		flex-direction: column;
		gap: 0px;
	}
	.page-gym #about .about_contentLeft {
		order: 1;
	}
	.page-gym #about .about_contentTable {
		margin-top: 20px;
	}
	.page-gym #about .about_contentTableRow {
		display: grid;
		grid-template-columns: 82px 1fr;
		grid-gap: 0px 0px;
		border-bottom: 1px solid #e5e5e5;
	}
	.page-gym #about .about_contentTableTerm {
		padding: 8px;
		background-color: #f2f2f2;
		font-size: 13px;
		text-align: left;
	}
	.page-gym #about .about_contentTableDesc {
		padding: 8px 8px;
		font-size: 13px;
	}
	.page-gym #about .about_contentTableDesc img {
		width: 187px;
	}
	.page-gym #about .about_contentRight {
		max-width: none;
	}
	.page-gym #about .about_contentTagList {
		width: 100%;
		margin-top: 16px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 8px 8px;
	}
	.page-gym #about .about_contentTagItem {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		background-color: #121212;
		padding: 4px 6px 6px;
		font-size: 12px;
		font-family: 'Zen Kaku Gothic New', sans-serif;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	.page-gym #about .about_contentTagItem img {
		width: 18px;
	}
	.page-gym #accessDetail .accessDetailItem {
		box-shadow: none;
	}
	.page-gym #accessDetail .accessDetailItem_contents {
		padding: 0;
	}
	.page-gym #accessDetail .accessDetailItem_map iframe {
		height: 160px;
	}
	.page-gym #accessDetail .routeItem_head {
		display: flex;
		gap: 4px;
	}
	.page-gym #accessDetail .routeItem:nth-of-type(n + 2) {
		margin-top: 30px;
	}
	.page-gym #accessDetail .routeItem_num {
		display: inline-block;
		width: fit-content;
		order: 1;
	}
	.page-gym #accessDetail .routeItem_text {
		display: inline-block;
		order: 1;
		max-width: 85%;
	}
	.page-gym #concept .topConcept_catch,
	.page-gym #concept .topConcept_text {
		text-align: left;
	}
	.page-gym #concept .topConcept_video {
		max-width: 270px;
		margin-inline: auto;
		margin-bottom: 30px;
	}
	.page-gym #gallery .gallery_list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 16px 16px;
	}
	.page-gym #trainer .topTrainer_list {
		display: block;
	}
	.page-gym #trainer .topTrainer_item {
		padding-block: 48px;
	}
	.page-gym #trainer .topTrainer_item:last-of-type {
		padding-bottom: 0;
	}
	.page-gym #trainer .topTrainer_item:not(:last-child) {
		border-bottom: 1px solid #505050;
	}
	.page-gym #trainer .trainerItem {
		display: block;
	}
	.page-gym #trainer .trainerItem_img {
		width: 100%;
	}
	.page-gym #trainer .trainerItem_videoTitle {
		height: 30px;
		font-size: 12px;
	}
	.page-gym #trainer .trainerItem_btn {
		display: block;
		width: fit-content;
		margin-left: auto;
	}
	.page-gym #trainer .trainerItem_video iframe {
		aspect-ratio: 783/440;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.page-gym #message {
		background: url('../../assets/img/gym/message-bg.webp') no-repeat center center/100% 100%;
	}
	.page-gym #message .message_media {
		display: block;
	}
	.page-gym #message .message_mediaItem_img {
		width: 100%;
	}
	.page-gym #message .message_mediaDesc {
		width: 100%;
		padding: 16px 24px;
		background-color: rgba(255, 255, 255, 0.35);
		box-shadow: 4px 4px 20px rgba(77, 77, 77, 0.1);
		border-radius: 4px;
	}
	.page-gym #plan .topPlan_item.-begginner {
		width: 100%;
		position: relative;
		margin-top: 40px;
	}
	.page-gym #plan .topPlan_item.-begginner .planItem_priceUnit {
		font-size: 21px;
	}
	.page-gym #plan .planItem_fukidashi {
		position: absolute;
		left: 50%;
		top: -30px;
		transform: translateX(-50%);
		white-space: nowrap;
	}
	.page-gym #plan .topPlan_note {
		font-size: 13px;
		font-family: 'Zen Kaku Gothic New', sans-serif;
		color: #121212;
		text-align: left;
		margin-top: 16px;
	}
	.page-gym #plan .topPlan_items {
		margin-top: 40px;
	}
	.page-gym #plan .planService {
		margin-top: 56px;
	}
	.page-gym #plan .planService_title {
		font-family: 'Noto Serif', serif;
		font-size: 20px;
		font-weight: 500;
		color: #121212;
		text-align: center;
		margin-bottom: 24px;
	}
	.page-gym #plan .planService_list {
		display: flex;
		justify-content: start;
		flex-wrap: wrap;
		gap: 40px;
		padding-inline: 20px;
	}
	.page-gym #plan .planService_item {
		width: 128px;
	}
	.page-gym #plan .planService_itemText {
		font-size: 15px;
		font-family: 'Zen Kaku Gothic New', sans-serif;
		font-weight: 500;
		color: #121212;
		text-align: center;
		margin-top: 8px;
	}
	.page-gym #access {
		padding-top: 64px;
	}
	.page-gym #access .access_tabpane.is-active {
		opacity: 1;
	}
	.page-gym #access .access_tabpane[hidden] {
		display: none;
	}
	.page-gym #access .access_tabs {
		max-width: 248px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		margin: 0 auto;
	}
	.page-gym #access .access_tab {
		max-width: 125px;
		border-radius: 4px 4px 0 0;
		border-top: 2px solid #121212;
		background: #111;
		color: #f1f1f1;
		padding: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		font-weight: 500;
		cursor: pointer;
	}
	.page-gym #access .access_tab.is-active {
		background: #f1f1f1;
		color: #121212;
	}
	.page-gym #access .access_container {
		background-color: #f1f1f1;
		padding-block: 56px 64px;
	}
	.page-gym #access {
		/* --- Panels --- */
	}
	.page-gym #access .access_tabpane {
		max-width: 1200px;
		margin: 0 auto;
		transition: opacity 0.2s ease;
		opacity: 0;
		padding-inline: 20px;
	}
	.page-gym #access .access_tabpane.is-active {
		opacity: 1;
	}
	.page-gym #access .access_tabpane[hidden] {
		display: none;
	}
	.page-gym #access {
		/* --- Card layout --- */
	}
	.page-gym #access .access_shopCard {
		background: #fff;
		padding: 32px;
	}
	.page-gym #access .access_shopCardMedia {
		display: block;
		gap: 0px;
	}
	.page-gym #access .access_shopCardLeft {
		max-width: none;
		width: 100%;
	}
	.page-gym #access .access_shopCardRight {
		max-width: none;
		width: 100%;
	}
	.page-gym #access .access_shopTitle {
		font-family: 'Noto Serif', serif;
		font-size: 20px;
		font-weight: 500;
	}
	.page-gym #access .access_shopTitle small {
		color: #c1ab4f;
		font-size: 14px;
		margin-left: 12px;
	}
	.page-gym #access .access_info {
		margin-top: 16px;
	}
	.page-gym #access .access_shopCardRow {
		display: grid;
		grid-template-columns: 92px 1fr;
		grid-gap: 0px 0px;
		border-top: 1px solid #e5e5e5;
		font-family: 'Zen Kaku Gothic New', sans-serif;
	}
	.page-gym #access .access_shopCardTerm {
		background-color: #f5f5f5;
		font-size: 13px;
		color: #666;
		padding: 8px;
		text-align: left;
		font-weight: 400;
	}
	.page-gym #access .access_shopCardDesc {
		background-color: #fff;
		padding: 8px;
		font-size: 13px;
		color: #121212;
	}
	.page-gym #access .access_shopCardBtn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 14px 24px;
		background: #111;
		color: #fff;
		text-decoration: none;
		border-radius: 4px;
	}
	.page-gym #access .access_shopCardRight .access_shopCardImg {
		width: 100%;
		height: auto;
		display: block;
		border-radius: 6px;
		margin-bottom: 10px;
		margin-top: 32px;
	}
	.page-gym #access .access_shopCardRight .access_shopCardMap {
		width: 100%;
		border: 0;
		aspect-ratio: 500/152;
	}
}
