/* 共通 */
body {
	interpolate-size: allow-keywords;
	overflow-y: scroll;
}

p {
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

span.nobreak{
	white-space: nowrap;
}
span.bold{
	font-weight: 800;
}

.top-text {
	font-size: 24px;
	font-weight: normal;
}

.sp-br {
	display: none;
}

.sp-nobr {
	display: block;
}

/* サービス概要（上部説明） */
.gray-title {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	background-color: #f2f2f2;
	padding: 11px 16px;
}

.sub-description {
  font-size: 28px;
  margin-bottom: 128px;
}
.sub-description span {
	display: inline-block;
}
@media (max-width: 768px) {
  .sub-description {
    font-size: 20px;
    margin: 0 auto 20px;
  }
}

/* サービスの特徴＋説明エリア */
.feature {
	width: 100%;
	margin: 93px auto 30px;
}

.feature-list {
	display: flex;
	/* flex-wrap: wrap; */
	/*justify-content: center;*/
  justify-content: space-between;
	margin: 65px 0 80px;
	gap: 20px;
}

.feature-list li {
	/*max-width: 200px;*/
	/*width: 100%;*/
	flex-basis: calc((100% - 30px)/4);
	min-width: 0;
	position: relative;
}

.icon-box {
	border: 4px solid #222;
	border-radius: 50%;
	/*width: 200px;
	height: 200px;*/

	width: 100%;
	height: auto;
	aspect-ratio: 1/1;

	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.feature-list img {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.feature-list p {
	margin: 10px -1em 0;
}

/* サービス一覧セクション */
.fitness-list {
	margin-bottom: 80px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	gap: 20px;
}

.fitness-list li {
	border: 2px solid #333333;
	border-radius: 20px;
	padding: 18px;
  display: flex;
  flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
  flex-basis: calc((100% - 40px)/3);
  box-sizing: border-box;
  gap: 10px;
}
.fitness-list li .service-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 2em;
}
.fitness-list li p {
	text-align: center;
}
.fitness-list li .bk-btn {
	min-width: unset!important;
}

.fitness-icon {
	width: 80%;
}

.fitness-name {
	font-size: 1.5em;
	line-height: 1;
	text-align: left;
}

.fitness .bk-btn {
	width: 100%;
	margin-top: 1.5em;
}

/* 利用料金 */
p.title {
	margin: 10px 0 20px;
}

.plan-list {
	display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 20px;
}

.plan-list li {
	border: 2px solid #333333;
	border-radius: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	padding: 18px 20px;
	/*width: 100%;*/
	flex-basis: calc((100% - 40px)/3);
}

.plan-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	align-items: center;
}

.plan-title img {
	width: 60px;
}

.plan-title p {
	font-size: 28px;
}

.rental {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	gap: .5em;
}

.plan-fee {
	font-size: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
}

.plan-fee span.price {
	font-size: 40px;
}
.plan-fee span {
	white-space: nowrap;
}

.plan-text {
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
	flex-grow: 1;
}

/*.plan-list li:last-child .plan-text {
	text-align: left;
}*/

.payment {
	flex: 1 0 auto;
}

.payment-title {
	border: 2px solid #333333;
	border-radius: 999px;
	display: inline-block;
	padding: 6px 1em;
	margin-top: 10px;
	margin-inline: auto;
  width: 100%;
	max-width: 184px;
}

.payment-methods {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
}

.payment-methods img {
	width: 80px;
}

.payment-methods p {
	font-size: 20px;
	text-align: left;
	margin-left: 10px;
	line-height: 1.2;
}
.payment-methods p .normal{
	font-weight: 400;
}

.attention {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	margin-top: 10px;
}

/* マシン月利用に関して */
.deadline {
	margin-top: 80px;
}

.deadline-content {
	max-width: 768px;
	width: 95%;
	text-align: left;
	margin-inline: auto;
}

.deadline-list > li p {
	font-size: 18px;
	font-weight: normal;
	position: relative;
	padding-left: 22px;
	margin-top: 28px;
}

.deadline-list > li p::before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #818181;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.deadline-table {
	font-size: 18px;
	text-align: center;
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
	table-layout: fixed;
	padding-left: 12px;
	margin-top: 6px;
}

.deadline-table th {
	font-weight: normal;
}

.deadline-table th,
.deadline-table td {
	height: 50px;
}

.deadline-table th {
	color: #fff;
	background-color: #333333;
}

.deadline-table td {
	font-weight: bold;
	background-color: #f2f2f2;
	line-height: 1;
}

.deadline-table td span {
	font-size: 14px;
	font-weight: normal;
}

.pc-table {
	display: table;
}
.sp-table {
	display: none;
}

ol {
	list-style-type: decimal;
}

.necessary-list li {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 16px;
}

.section-group .bg:nth-child(even) {
	background-color: #fff2f2;
	margin: 68px 0 48px;
}

.necessary-list {
	margin-bottom: 118px;
}

/* オプション料金 */
.device {
	margin-top: 0;
}

.device dl {
	padding: 18px 0;
}

.option-list {
	gap: 20px 10px;
	margin-inline: auto;
	margin: 7px auto 168px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}


.option-list li {
	background-color: #fff;
	border: 2px solid #333333;
	border-radius: 20px;
	text-align: center;
	padding: 16px 24px 24px;
	flex-basis: calc((100% - 60px)/4);
	max-width: calc((100% - 60px)/4);
}

.option-list.center {
	display: flex;
	justify-content: center;
}

.option-list.center li {
	flex-basis: calc((100% - 20px)/2);
	max-width: calc((100% - 20px)/2);
}

.option-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	align-items: center;
	margin-bottom: 10px;
}

.option-list.center .option-title {
	flex-direction: row;
}

.option-title img {
	width: 73px;
}

.option-title .option-name {
	font-size: 24px;
	min-height: 2.4em;
	display: flex;
  align-items: center;
  line-height: 1.2;
}
.option-title .option-name p {
	font-size: 1em;
}
.option-title p br {
	display: initial;
}

.option-price {
	min-height: 138px;
}

.option-text {
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
	text-align: justify;
}

.option .payment-title {
	margin-top: 24px;
}

.option-list li:last-child .plan-fee p {
	font-size: 20px;
	line-height: 1.2;
}

.option-list li:last-child {
	font-size: 32px;
}

.ware {
	font-weight: normal;
	text-align: left;
	width: 100%;
}

.option-list .small {
	font-size: 14px;
	text-align: center;
	margin: 10px 0 16px;
	max-width: unset;
	width: auto;
}

.option-list .small-margin {
	font-size: 14px;
	text-align: center;
	margin: 10px 0 0;
	font-weight: normal;
}

.rental {
	margin-bottom: 10px;
}

.option-list-list {
	margin-bottom: 80px;
}

/* こんな使い方もできる！ */
.proposal {
	padding: 40px 0;
}

.proposal .box-title {
	margin-top: 0;
}

.catch {
	font-size: 28px;
	margin: 10px 0 128px;
}

.proposal-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	gap: 48px;
}

.proposal-content img {
	border-radius: 20px;
	width: 40%;
}

.proposal-content p {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	width: 60%;
}

.use-title {
	font-size: 28px;
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 64px;
	justify-content: center;
}

.use-title::before,
.use-title::after {
	content: '';
	flex-grow: 1;
	height: 2px;
	background: #333333;
}

.use-title::before {
	margin-right: 28px;
}

.use-title::after {
	margin-left: 28px;
}

.use-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.use-list img {
	border-radius: 20px;
	width: 100%;
}

.use-list p {
	font-size: 20px;
	text-align: left;
	margin: 34px 0 16px;
}

/* 申し込み方法 */
.application-text {
	font-weight: normal;
	margin-top: 24px;
}

.application-list {
	background-color: #f2f2f2;
	width: 100%;
	padding: 60px 60px;
	margin: 40px 0 48px;
}

.application-list li {
	font-size: 20px;
	text-align: left;
	list-style-position: inside;
	margin-left: 1em;
	text-indent: -1em;
}

/* 営業時間 */
.time-table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	max-width: 900px;
	margin-inline: auto;
}

.time-table tr {
	border-bottom: 2px solid #e5e5e5;
	height: 70px;
}

.time-table tr:first-child {
	height: 56px;
}

.time-table th,
.time-table td {
	border-right: 2px solid #e5e5e5;
}

.time-table th {
	font-size: 20px;
}

.time-table th:first-child {
	width: 184px;
}

.time-table td:first-child {
	font-size: 24px;
	font-weight: bold;
}

.time-table td:not(:first-child) {
	font-size: 30px;
}

.times .time-table .hyphen {
	font-size: 20px;
	font-weight: bold;
}

.sp-attention {
	display: none;
}

.move{
  width: 640px;
	margin: 40px auto 20px;
	aspect-ratio: 16/9;
}

.attention-move {
	text-align: left;
	display: inline-block;
	margin-bottom: 80px;
	font-weight: normal;
        font-size: 20px;
}

/* マシン */
.mark {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	margin-top: 10px;
	text-align: left;
	padding-left: 50px;
	margin-bottom: 72px;
	font-weight: normal;
}

.fitness-service .catch {
	margin-top: 0;
}

.service-text {
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	max-width: 800px;
	margin-top: 24px;
	margin-inline: auto;
}

.service-text.mini {
	max-width: 550px;
}

.mini-small {
	margin: 16px 0 118px;
}

.service-text.mini.small {
	font-size: 16px;
}

.fitness-service .attention {
	max-width: 550px;
	margin-inline: auto;
	margin-top: 16px;
}

/* トレーニングマシン */
.introduction p.title {
	margin-bottom: 60px;
}

.fitness-360 {
	aspect-ratio: 960 / 380;
	margin-top: 4em;
	margin-bottom: 3em;
	border-radius: 20px;
	overflow: hidden;
}

.intro {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px;
}

.intro-img {
	width: 50%;
	border-radius: 20px;
}

.intro-text {
	width: 50%;
	padding-left: 44px;
}

.intro-text p {
	font-weight: normal;
	text-align: left;
}

.intro-text .bk-btn {
	width: 365px;
	margin-top: 40px;
	margin-left: 0;
}

.merit .intro p {
	padding-left: 0;
	padding-right: 40px;
}

/* パーソナルトレーニングのメリット */
.title-proposal {
	margin-bottom: 40px;
}

.catch-catch {
	font-size: 28px;
	margin-bottom: 24px;
}

.text-catch {
	font-size: 28px;
}

.proposal-text {
	margin-bottom: 118px;
}

.proposal-intro {
	margin: 70px 0 118px;
}

.merit p.title {
	margin-bottom: 70px;
}

.merit-text {
	font-weight: normal;
	margin-bottom: 30px;
}

.merit-container {
	font-family: 'Noto Sans JP', sans-serif;
	display: flex;
	gap: 50px;
	text-align: left;
}

.merit-title {
	flex: 1;
}

.merit-list {
	margin-bottom: 30px;
}

.merit-img {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	margin: 64px 0 128px;
}

.beige-title {
	margin-bottom: 10px;
	font-weight: normal;
	background-color: #f0eddf;
	border-radius: 9999px;
	display: inline-block;
	padding: 8px 24px;
	border: none;
}

.continued {
	padding: 8px 65px;
}

.risk {
	padding: 8px 35px;
}

.safety {
	padding: 8px 35px;
}

.merit-list li::before {
	content: '・';
}

.merit-list li {
	padding-left: 1em;
	text-indent: -1em;
}

.personal-text {
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 40px;
}

.proposal .bk-btn {
	width: 400px;
	margin-top: 40px;
	margin-inline: auto;
}

.studio-text {
	font-size: 20px;
	margin-top: 40px;
}

.line-fee {
	text-decoration: underline;
}

.machine-title {
	font-size: 24px;
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 80px;
}

.machine-title::before,
.machine-title::after {
	content: '';
	flex-grow: 1;
	height: 2px;
	background: #333333;
}

.machine-title::before {
	margin-right: 24px;
}

.machine-title::after {
	margin-left: 24px;
}

.machine-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	margin: 44px 0 94px;
}

.machine-list img {
	width: 100%;
	border-radius: 20px;
}

.machine-list p {
	font-size: 20px;
	text-align: left;
	margin-top: 20px;
	margin-right: 40px;
	display: inline-block;
}

.pink-title {
	font-size: 18px;
	font-weight: normal;
	background-color: #f6d5d5;
	border-radius: 9999px;
	display: inline-block;
	padding: 5px 0;
	margin-top: 20px;
	width: 130px;
	margin-left: 10px;
}

.machine-flex {
	display: flex;
	align-items: center;
	margin-bottom: 27px;
}

.option-list-margin {
	margin-bottom: 40px;
}

.title-class {
	margin-bottom: 40px;
}

.class-intro {
	margin-top: 70px;
}

.class-intro-text {
	padding-left: 40px;
}

.class-list {
	/*display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: start;*/
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	gap: 20px;
	/*max-width: 960px;*/
	width: 100%;
	margin-top: 64px;
	margin-inline: auto;
	margin-bottom: 128px;
}

.class-list li {
	border: 2px solid #333333;
	border-radius: 20px;
	/*display: grid;
	grid-template-rows: subgrid;
	grid-row: span 5;*/
	gap: 0;
	padding: 32px;
	/*width: 100%;*/
	flex-basis: calc((100% - 40px)/3);
	min-width: 0;
}

.class-name-wrap {
	font-size: 28px;
	min-height: 2.8em;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

.class-name {
	font-size: 1em;
}

.stage {
	border: 2px solid #333333;
	border-radius: 999px;
	width: 180px;
	padding: 6px 0;
	margin-top: 10px;
	margin-inline: auto;
}

.class-time,
.level {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
	font-size: 20px;
}

.class-time img {
	width: 80px;
}

.class-time p {
	font-size: 20px;
}

.star {
	display: flex;
	align-items: center;
}

.star img {
	width: 30px;
}

.class-text {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	margin-top: 28px;
	text-align: justify;
}

.others {
	padding-top: 0;
	margin-top: 78px;
}

.access {
	margin-bottom: 0;
	padding-bottom: 74px;
}
.footer-wrapper {
	background-color: #fff2f2;
}

.sp-br-widht {
	display: none;
}

.box-title {
	background: #fdcece;
}

/* ============================================
   ここからPC狭め(〜1024px)
============================================ */
@media (max-width: 1024px) {
	.fitness-list,
	.plan-list {
		grid-template-columns: repeat(2, auto);
	}

	.plan-title {
		display: flex;
		flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
	}
	.plan-title p br {
		display: none;
	}
	.sp-nobr-widht {
		display: none;
	}
	.sp-br-widht {
		display: block;
	}
	.option-list li {
		flex-basis: calc((100% - 20px)/2);
		max-width: calc((100% - 20px)/2);
	}
	.option-title {
		flex-direction: row;
	}
	.option-price {
		min-height: unset;
	}
	.rental {
		gap: 0;
	}
	.ware {
		width: 6.5em;
	}

	.class-list li {
		flex-basis: calc((100% - 20px)/2);
	}
}

/* ============================================
   ここからタブレット(〜768px)
============================================ */
@media (max-width: 768px) {

	.feature-list p {
		margin: 10px 0 0;
	}

	.others {
		padding-top: 0;
		margin-top: 54px;
	}

	p.top-text {
		margin-bottom: 16px;
	}

	.title-fitness,
	.title-plan,
	.title-application,
	.title-time,
	.try-title,
	.title-training,
	.title-class {
		width: 240px;
	}

	.title-class {
		margin-bottom: 20px;
	}

	.title-proposal {
		width: 280px;
		margin-bottom: 20px;
	}

	.catch-catch {
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 40px;
	}

	.text-catch {
		font-size: 18px;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.proposal-text {
		font-size: 16px;
		margin-bottom: 80px;
	}

	.bk-btn {
		min-width: 200px !important;
		padding: 7px 24px;
	}

	.bk-btn img {
		width: 16px;
	}

	.fitness-name {
		text-align: center;
		font-size: 20px;
	}

	.fitness-list li:first-child,
	.plan-list li:first-child,
	.option-list li:first-child,
	.class-list li:first-child {
		margin: 0;
	}

	.option-title img {
		width: 60px;
	}

	.option-title .option-name {
		font-size: 20px;
	}

	.plan-title p {
		min-height: 2.8em;
	}
	.plan-title p br {
		display: initial !important;
	}
	.plan-text {
		text-align: left;
		min-height: 7.4em;
	}
	.plan-text br {
		display: none;
	}



	/* マシン月利用に関して */
	.deadline {
		margin-top: 57px;
	}

	.deadline-table {
		border-spacing: 0;
		padding-left: 0;
	}

	.gray-title {
		font-size: 16px;
		padding: 8px 16px;
	}

	.deadline-list > li p {
		font-size: 14px;
		margin-top: 20px;
	}

	.pc-table {
		display: none;
	}
	.sp-table {
		display: table;
		table-layout: auto;
		width: 100%;
	}

	.sp-table th,
	.sp-table td {
		display: block;
		text-align: center;
		width: 100%;
		height: auto;
		padding: 6px 0;
		font-size: 16px;
	}

	.sp-table th {
		margin-bottom: 5px;
	}

	.sp-table td {
		margin-bottom: 20px;
	}

	ol {
		padding-left: 16px;
	}

	.necessary-list {
		margin: 10px 0 80px;
	}

	.necessary-list li {
		font-size: 16px;
		margin: 0 0 18px;
	}

	/* オプション料金 */

	.option-list-list {
		margin-bottom: 40px;
	}

	.option-list li {
		padding: 20px 16px;
		height: auto;
		flex-basis: calc((100% - 20px) / 2);
		min-width: 0;
		max-width: calc((100% - 20px) / 2);
	}

	.option-name {
		text-align: left;
		font-size: 20px;
	}

	.option-text {
		font-size: 16px;
		margin-top: 16px;
	}

	.option-list .small {
		text-align: left;
		padding: 0 16px;
	}

	.option .option-list .option-payment {
		margin-top: 10px;
	}

	.option-list li:last-child .payment-title {
		margin-top: 16px;
	}

	.option-list li:last-child .plan-fee p {
		font-size: 14px;
	}

	.rental span {
		font-size: 24px;
	}

	.sp-yen {
		flex-direction: column;
		align-items: center;
	}

	/* こんな使い方もできる！ */
	.catch {
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 80px;
	}

	.proposal-content {
		flex-direction: column;
		gap: 0;
	}

	.proposal-content img {
		width: 100%;
	}

	.proposal-content p {
		text-align: left;
		width: 100%;
		margin-top: 20px;
	}

	.use-title {
		font-size: 18px;
		border-top: 2px solid #333333;
		border-bottom: 2px solid #333333;
		padding: 10px 36px;
		margin-top: 40px;
	}

	.use-title::before,
	.use-title::after {
		content: none;
	}

	.use-title::before {
		margin-right: 0px;
	}

	.use-title::after {
		margin-left: 0px;
	}

	.use-list {
		display: block;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}

	.use-list p {
		font-size: 16px;
		margin: 30px 0 10px;
	}

	/* 申し込み方法 */
	.application .catch {
		margin-top: 0;
		font-size: 18px;
		margin-bottom: 20px;
	}

	.application-text {
		font-weight: normal;
		margin-top: 20px;
		font-size: 14px;
	}

	.application-list {
		padding: 20px;
		margin: 20px 0 40px;
		font-size: 16px;
	}

	.application-list li {
		font-size: 16px;
	}

	/* 営業時間 */
	.scroll-area-table {
		width: 100%;
		overflow-x: scroll;
	}

	.scroll-area-table .time-table {
		width: 560px;
	}

	.scroll-area-table .time-table th:not(:first-child),
	.scroll-area-table .time-table td:not(:first-child) {
		width: calc((900px - 184px) / 8);
	}

	.time-table tr:first-child {
		height: 42px;
	}

	.time-table th:first-child {
		width: 119px;
	}

	.scroll-area-table .time-table th:not(:first-child),
	.scroll-area-table .time-table td:not(:first-child) {
		width: calc((560px - 119px) / 8);
	}

	.time-table tr {
		border-bottom: 2px solid #e5e5e5;
		height: 44px;
	}

	.time-table td:first-child {
		font-size: 16px;
	}

	.mark {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: normal;
		text-align: left;
		margin: 10px 0 70px;
		margin-inline: auto;
		max-width: 900px;
		padding-left: 0;
		font-size: 14px;
	}

	.time-table th {
		font-size: 16px;
	}

	.time-table td:not(:first-child) {
		font-size: 20px;
	}

	.sp-attention {
		font-family: 'Noto Sans JP', sans-serif;
		text-align: left;
		margin: 20px 0;
		font-size: 14px;
		font-weight: normal;
	}

	.sp-attention,
	.time-table {
		display: block;
	}

	.move {
            width: 100%;
            margin: 0 0 10px;
        }

	.attention-move {
            margin-bottom: 40px;
            font-size: 16px;
        }

	.access .inner.access-padding {
		padding-bottom: 0;
	}

	/* トレーニングマシン */
	.fitness-360 {
		aspect-ratio: 335 / 228;
		margin-top: 0;
		margin-bottom: 0;
	}

	.introduction p.title {
		margin-bottom: 20px;
	}

	.intro {
		flex-direction: column;
		margin: 0 0 80px;
	}

	.intro-img {
		width: 100%;
		margin-top: 40px;
	}

	.intro-text {
		width: 100%;
		padding-left: 0;
		margin-top: 52px;
	}

	.intro-text p {
		font-size: 18px;
		margin: 20px 0 0;
	}

	.intro-text-p {
		margin-top: 0 !important;
	}

	.intro-text .bk-btn {
		width: 100%;
	}

	.merit-text {
		font-size: 18px;
		margin-bottom: 40px;
		text-align: left;
	}

	.merit-list {
		margin-bottom: 20px;
	}

	.machine-title {
		font-size: 20px;
		flex-direction: column;
		margin-top: 40px;
	}

	.machine-title::before {
		content: '';
		display: block;
		width: 100%;
		border-top: 2px solid #333333;
		margin-bottom: 40px;
		background: 0;
	}

	.machine-title::before {
		margin-right: 0px;
	}

	.machine-title::after {
		margin-left: 0px;
		content: none;
	}

	.machine-list {
		display: block;
		margin-top: 20px;
		margin-bottom: 80px;
	}

	.machine-list p {
		font-size: 16px;
		margin-right: 0;
		margin-top: 0;
	}

	.pink-title {
		font-size: 14px;
		padding: 2px 0;
		margin-top: 0;
		width: 90px;
		margin-left: 5px;
	}

	.machine-flex {
		justify-content: space-between;
		margin: 10px 0 40px;
	}

	.machine-list li:last-of-type {
		border-bottom: 2px solid #333333;
		padding-bottom: 10px;
	}

	/* パーソナルトレーニングのメリット */
	.intro-img-proposal {
		margin-top: 0;
	}

	.intro-text-proposal {
		margin-top: 0;
	}

	.merit p.title {
		margin-bottom: 20px;
	}

	.merit-container {
		flex-direction: column;
		gap: 0;
	}

	.merit-list:nth-child(1) {
		/* 短期間 */
		order: 1;
	}

	.merit-list:nth-child(3) {
		/* ケガ */
		order: 2;
	}

	.merit-list:nth-child(2) {
		/* 継続 */
		order: 3;
	}

	.merit-list:nth-child(4) {
		/* 安全 */
		order: 4;
	}

	.merit-title {
		display: contents;
	}

	.merit-img {
		flex-direction: column;
		margin: 0 0 92px;
		gap: 20px;
	}

	.class-list {
		margin-bottom: 54px;
	}
	.class-list li {
		flex-basis: 100%;
	}

	/* 料金について */
	.personal-text {
		text-align: left;
		margin-bottom: 20px;
		font-size: 16px;
	}

	.proposal .bk-btn {
		width: 244px;
		padding: 8px 10px;
	}

	.proposal .bk-btn p {
		font-size: 16px;
	}

	.studio-text {
		font-size: 16px;
	}

	/* クラス */
	.service-text.mini.small {
		padding-left: 1em;
		text-indent: -1em;
		font-size: 14px;
	}

	.service-text.mini {
		font-size: 16px;
	}

	.mini-small {
		margin: 20px 0 80px;
	}

	.class-intro-text .bk-btn {
		width: 280px;
		padding: 8px 20px;
		margin-left: auto;
		margin-top: 20px;
	}

	.class-intro-text .bk-btn p {
		font-size: 16px;
		margin: 0;
	}

	.class-intro {
		margin-bottom: 128px;
	}

	.class-list li {
		padding: 20px;
	}

	.class-name,
	.level {
		font-size: 20px;
	}

	.class-text {
		font-size: 16px;
	}

	.class-list li:first-child {
		padding-bottom: 26px;
	}

	.nosp-br-widht {
		display: none !important;
	}
}
/* ============================================
   ここからスマホ(〜640px)
============================================ */
@media (max-width: 640px) {

	.sp-nobr {
		display: none;
	}
	.sp-br {
		display: block;
	}

	.feature {
		width: 100%;
		margin: 16px auto 20px;
	}

	.feature-list {
		flex-direction: column;
		align-items: stretch;
	}

	.feature-list li {
		width: auto;
		justify-self: stretch;
		display: flex;
		align-items: center;
		gap: 12px;
	}

	.feature-list li p {
		text-align: left;
		margin: 0;
		font-size: 4vw;
		flex-grow: 1;
	}

	.feature-list li:not(:first-child) {
		margin-left: 0;
	}

	.icon-box {
		border: 2px solid #222;
		margin: 0;
		flex-shrink: 0;
		width: 30%;
	}

	.feature-list img {
		width: 80%;
	}

	.fitness-list {
		flex-wrap: nowrap;
		gap: 20px;
		flex-direction: column;
	}

	.fitness-list li {
		flex-direction: row;
		gap: 20px;
		flex-basis: 100%;
		position: relative;
	}
	.fitness-list li .service-title {
		flex-grow: 1;
		gap:10px;
	}
	.fitness-list li .service-title:after {
		content:"詳しく見る";
		display: block;
		padding: .5em 2em .5em 1em;
		text-align: left;
		background-color: #333;
		color: #fff;
		border-radius: 999px;
		max-width: 9em;
		width: 100%;
		box-sizing: border-box;
		background-image: url(../img/arrow_forward_white.svg);
		background-position: center right 1em;
		background-repeat: no-repeat;
		background-size: 1.5em;
	}
	.fitness-list li p br {
		display: none;
	}
	.fitness-icon {
		width: 30%;
	}
	.fitness .bk-btn {
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		font-size: 0;
		opacity: 0;
		background-color: transparent;
	}

  .bk-btn p {
    font-size: 16px;
  }


	/* 利用料金 */
	.plan-list {
		display: flex;
		flex-flow: column;
		flex-wrap: nowrap;
		align-items: stretch;
		margin: 20px auto;
	}

	.plan-list li {
		/*width: 280px;*/
		padding: 26px 20px;
		flex-basis: 100%;
	}

	.plan-title {
		flex-flow: row;
	}

	.plan-title p {
		font-size: 20px;
		min-height: unset;
	}

	.plan-fee {
		font-size: 18px;
	}

	.plan-text {
		font-size: 16px;
		margin-top: 16px;
		padding: 0 10px;
		min-height: unset;
	}

	.payment-methods p {
		font-size: 16px;
	}

	.plan-title img {
		width: 40px;
	}

	.payment-methods img {
		width: 60px;
	}

	.payment-title {
		margin-top: 24px;
	}

	.option-list .small-margin {
		text-align: left;
	}

	/* オプション料金 */
	.option-list {
		display: flex;
		flex-flow: column;
		flex-wrap: nowrap;
		align-items: stretch;
		margin-bottom: 80px;
		gap: 20px;
		margin: 0 auto 40px;
	}

	.option-list-list {
		margin-bottom: 40px;
	}

	.option-list li {
		padding: 20px 16px;
		height: auto;
		flex-basis: 100%;
		max-width: unset;
	}
	.option-list.center li {
		flex-basis: 100%;
		max-width: unset;
	}

	.option-name {
		text-align: left;
		font-size: 20px;
	}

	.option-text {
		font-size: 16px;
		margin-top: 16px;
	}

	.option-list .small {
		text-align: left;
		max-width: unset;
	}

	.option .option-list .option-payment {
		margin-top: 10px;
	}

	.option-list li:last-child .payment-title {
		margin-top: 16px;
	}

	.option-list li:last-child .plan-fee p {
		font-size: 14px;
	}
	.rental {
		max-width: 320px;
		margin: 0 auto;
	}

	.rental span {
		font-size: 24px;
	}

	.ware {
		width:100%;
		max-width: 190px;
		text-align: left;
	}

	.sp-yen {
		flex-direction: row;
		align-items: baseline;
		flex-wrap: wrap;
	}

	/* こんな使い方もできる！ */
	.catch {
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 80px;
	}

}
