/* --------------------------------
 * レイアウト
 * -------------------------------- */

.hoop_gym_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.hoop_gym_section {
	padding: 80px 0;
}

.hoop_gym_section:nth-child(odd) {
	background-color: #fff;
}

/* --------------------------------
 * タイポグラフィ (ご指定のサイズ)
 * -------------------------------- */

.hoop_gym_title_h2 {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 40px 0;
	line-height: 1.5;
	text-align: center;
}

.hoop_gym_title_h3 {
	font-size: 22px;
	font-weight: 700;
	margin: 32px 0 20px 0;
	line-height: 1.6;
	border-bottom: 2px solid #e0e0e0;
	padding-bottom: 8px;
}

.hoop_gym_title_h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 30px 0 20px 0;
	line-height: 1.6;
}

.hoop_gym p {
	margin: 0 0 20px 0;
	font-size: 16px;
}

.hoop_gym p a {
	color: #e67e22;
	text-decoration: underline;
}

.hoop_gym p.hoop_gym_title_h3_sub {
	margin: 0;
}

.hoop_gym p.center {
	text-align: center;
}

.hoop_gym p.hoop_gym_access_info_small {
	font-size: 12px;
	text-align: center;
	margin: 0px 0 0;
}

@media screen and (max-width: 767px) {
	.hoop_gym p {
		margin: 0 0 16px 0;
		font-size: 14px;
	}
}

/* --------------------------------
 * 画像プレースホルダー
 * -------------------------------- */

.hoop_gym_placeholder_image img {
	border-radius: 8px;
}

.hoop_gym_equipment_img img {
	border-radius: 8px 8px 0 0;
}

/* --------------------------------
 * MV
 * -------------------------------- */

.hoop_gym_mv {
	height: 300px;
	background-image: url(../img/sub/hoop_gym_mv_back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.hoop_gym_mv.kodawari {
	background-image: url(../img/sub/hoop_gym_mv_back_kodawari.png);
}

.hoop_gym_mv.about {
	background-image: url(../img/sub/hoop_gym_mv_back_about.png);
}

.hoop_gym_mv.price {
	background-image: url(../img/sub/hoop_gym_mv_back_price.png);
}

.hoop_gym_mv.access {
	background-image: url(../img/sub/hoop_gym_mv_back_access.png);
}

.hoop_gym_mv.faq {
	background-image: url(../img/sub/hoop_gym_mv_back_faq.png);
}

.hoop_gym_mv.news {
	background-image: url(../img/sub/hoop_gym_mv_back_news.png);
}

.hoop_gym_mv.trial {
	background-image: url(../img/sub/hoop_gym_mv_back_trial.png);
}

.hoop_gym_mv_main {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hoop_gym_mv_main_title {
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.3em;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

@media screen and (max-width: 767px) {
	.hoop_gym_mv {
		height: 300px;
	}
	.hoop_gym_mv.kodawari {
		background-image: url(../img/sub/hoop_gym_mv_back_kodawari_sp.png);
	}
	.hoop_gym_mv.about {
		background-image: url(../img/sub/hoop_gym_mv_back_about_sp.png);
	}
	.hoop_gym_mv.price {
		background-image: url(../img/sub/hoop_gym_mv_back_price_sp.png);
	}
	.hoop_gym_mv.access {
		background-image: url(../img/sub/hoop_gym_mv_back_access_sp.png);
	}
	.hoop_gym_mv.faq {
		background-image: url(../img/sub/hoop_gym_mv_back_faq_sp.png);
	}
	.hoop_gym_mv.news {
		background-image: url(../img/sub/hoop_gym_mv_back_news_sp.png);
	}
	.hoop_gym_mv.trial {
		background-image: url(../img/sub/hoop_gym_mv_back_trial_sp.png);
	}
}

/* --------------------------------
 * 1. 施術のこだわり
 * -------------------------------- */

.hoop_gym_commitment_features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	margin-top: 40px;
}

.hoop_gym_commitment_item {
	background: #fff;
	padding: 24px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.hoop_gym_commitment_item .hoop_gym_placeholder_image {
	margin-bottom: 20px;
}

.hoop_gym_commitment_item .hoop_gym_title_h3 {
	margin-top: 0;
}

/* .slick-arrow {
	display: none!important;
} */

.slick-dotted.slick-slider {
	padding: 0;
}

.slick-prev:before, .slick-next:before {
	display: none;
}

.slick-prev {
	width: 60px;
	height: 60px;
	background-color: #7F7F7F;
	border-radius: 50%;
	color: #fff;
	background-image: url(../img/sub/hoop_prev.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
	left: 20px;
	opacity: 0.9;
	z-index: 1;
}

.slick-prev:hover {
	background-color: #7F7F7F;
	background-image: url(../img/sub/hoop_prev.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
}

.slick-prev:focus {
	background-color: #7F7F7F;
	background-image: url(../img/sub/hoop_prev.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
}

.slick-next {
	width: 60px;
	height: 60px;
	background-color: #7F7F7F;
	border-radius: 50%;
	color: #fff;
	background-image: url(../img/sub/hoop_next.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
	right: 20px;
	opacity: 0.9;
	z-index: 1;
}

.slick-next:hover {
	background-color: #7F7F7F;
	background-image: url(../img/sub/hoop_next.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
}

.slick-next:focus {
	background-color: #7F7F7F;
	background-image: url(../img/sub/hoop_next.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
}

@media screen and (max-width: 767px) {
	.hoop_gym_commitment_item {
		background: #fff;
		padding: 24px 16px;
		border-radius: 8px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	}
	.hoop_gym_commitment_item .hoop_gym_placeholder_image {
		margin-bottom: 20px;
	}
	.slick-prev {
		width: 40px;
		height: 40px;
		background-size: 20px;
		left: 10px;
	}
	.slick-prev:hover {
		background-size: 20px;
	}
	.slick-prev:focus {
		background-size: 20px;
	}
	.slick-next {
		width: 40px;
		height: 40px;
		background-size: 20px;
		right: 10px;
	}
	.slick-next:hover {
		background-size: 20px;
	}
	.slick-next:focus {
		background-size: 20px;
	}
}

/* --------------------------------
 * 2. 充実の設備
 * -------------------------------- */

.hoop_gym_equipment_scroll_wrapper {
	/* overflow-x: auto; */
	padding: 24px 0;
}

.hoop_gym_equipment_list {
	margin: 0;
	padding: 0 20px;
}

.hoop_gym_equipment_item {
	width: 300px;
	margin: 0 10px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.hoop_gym_equipment_item .hoop_gym_placeholder_image {
	margin-bottom: 0;
	border-radius: 8px 8px 0 0;
}

.hoop_gym_equipment_item h4, .hoop_gym_equipment_item p {
	padding: 0 16px;
}

.hoop_gym_equipment_item p {
	padding-bottom: 16px;
	font-size: 15px;
}

.slick-dots {
	bottom: -35px;
	width: calc(100% - 20px);
}

@media screen and (max-width: 767px) {
	.hoop_gym_equipment_h3 {
		text-align: center;
	}
}

/* --------------------------------
 * 3. HOOPについて
 * -------------------------------- */

.hoop_gym_about_main {
	position: relative;
	z-index: 0;
	background-image: url(../img/sub/hoop_gym_about_main_back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 196px 191px;
	width: 820px;
	height: 830px;
	border-radius: 50%;
	margin: 0 auto 40px;
}

.hoop_gym_about_main_text {
	text-align: center;
	margin-top: 60px;
}

.hoop_gym_about_main_text_title {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.hoop_gym_about_main_text_box p {
	line-height: 2;
}

.hoop_gym_icon {
	position: relative;
	z-index: 0;
	max-width: 416px;
	padding: 0 20px;
	margin: 100px auto 0;
}

.hoop_gym_icon2 {
	width: 41.3461538461538%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
	.hoop_gym_about_main {
		padding: 14.8vw;
		width: 100vw;
		height: 100vw;
		transform: translateX(-16px);
	}
	.hoop_gym_icon {
		margin: 60px auto 0;
	}
	.hoop_gym_icon2 {
		width: 61.346154%;
	}
}

/* --------------------------------
 * 4. 代表の想い
 * -------------------------------- */

.hoop_gym_message_flex {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.hoop_gym_message_content {
	flex: 1.5;
}

.hoop_gym_message_image {
	flex: 1;
	position: sticky;
	/* 画像がスクロールに追従（おまけ） */
	top: 40px;
}

.hoop_gym_message_content .hoop_gym_title_h3 {
	font-size: 22px;
	/* 少し小さく */
}

@media screen and (max-width: 767px) {
	.hoop_gym_message_content {
		margin: 40px auto 0;
	}
}

/* --------------------------------
 * 5. 料金
 * -------------------------------- */

.hoop_gym_pricing_trial_highlight {
	background-color: #fffbef;
	border: 2px solid #e67e22;
	padding: 24px;
	text-align: center;
	border-radius: 8px;
	margin: 24px 0;
	transform: scale(1.02);
	display: flex;
	align-items: center;
	justify-content: center;
}

.hoop_gym_pricing_trial_highlight p {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: #e67e22;
}

.hoop_gym_pricing_trial_highlight p.hoop_gym_pricing_trial_highlight_left {
	text-align: center;
	margin-right: 70px;
}

.hoop_gym_pricing_trial_highlight_left span {
	line-height: 1;
	display: block;
}

.hoop_gym_pricing_trial_highlight p.hoop_gym_pricing_trial_highlight_right {
	text-align: center;
	font-size: 24px;
}

.hoop_gym_pricing_table_wrapper {
	overflow-x: auto;
	/* スマホ用 */
}

.hoop_gym_pricing_table {
	width: 100%;
	min-width: 600px;
	border-collapse: collapse;
	margin: 24px 0;
	font-size: 15px;
}

.hoop_gym_pricing_table th, .hoop_gym_pricing_table td {
	border: 1px solid #ddd;
	padding: 12px 16px;
	text-align: center;
	white-space: nowrap;
}

.hoop_gym_pricing_table th {
	background-color: #f5f5f5;
	vertical-align: middle;
}

.hoop_gym_pricing_table td:first-child {
	text-align: center;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.hoop_gym_pricing_table {
		margin: 24px 0 0;
	}
	.hoop_gym_pricing_trial_highlight {
		display: block;
		align-items: center;
		justify-content: center;
	}
	.hoop_gym_pricing_trial_highlight p.hoop_gym_pricing_trial_highlight_left {
		margin-right: 0;
	}
	.hoop_gym_pricing_trial_highlight p.hoop_gym_pricing_trial_highlight_right {
		margin-top: 10px;
	}
}

/* --------------------------------
 * 6. アクセス
 * -------------------------------- */

.hoop_gym_access_flex {
	display: flex;
	align-items: flex-start;
	max-width: 1000px;
}

.hoop_gym_access_info {
	width: 50%;
	padding-right: 30px;
}

.hoop_gym_access_map {
	min-height: 400px;
	padding-left: 30px;
	width: 50%;
}

.hoop_gym_access_info_img {
	margin-top: 80px;
}

hoop_gym_access_info_img02 {}

.hoop_gym_access_map iframe {
	width: 100%;
	margin-top: 80px;
	height: 60.5vw;
}

.hoop_gym_access_map iframe {
	border-radius: 8px;
}

.hoop_gym_access_tel_inner {
	position: relative;
	z-index: 0;
}

.hoop_gym_access_tel {
	font-size: 15px;
	font-weight: 500;
	display: table;
	margin: 200px auto 0;
	position: relative;
	z-index: 0;
}

.hoop_gym_title_h4_tel {
	margin-top: 80px;
}

/* .hoop_gym_access_tel+.cta_text {
	margin-top: 80px;
} */

.hoop_gym_access_tel_img01 {
	position: absolute;
	width: 145px;
	top: -180px;
	left: 40px;
}

.hoop_gym_access_tel_img02 {
	position: absolute;
	width: 189px;
	top: 50px;
	right: 0px;
}

.hoop_gym_access_sns {
	display: flex;
	margin-top: 60px;
	justify-content: center;
}

.hoop_gym_access_sns_arrow {
	display: block;
	width: 40px;
}

.hoop_gym_access_sns_link {
	display: block;
	width: 40px;
	margin-left: 40px;
}

.hoop_gym_access_sns_link {
	display: block;
	width: 40px;
	margin-left: 40px;
}

.access_map {
	height: 400px;
	max-width: 1000px;
	padding: 0 20px;
	margin: 60px auto 0;
}

.access_map iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.hoop_gym_access_flex {
		display: block;
	}
	.hoop_gym_access_info {
		width: 100%;
		padding: 0;
	}
	.hoop_gym_access_info_img {
		margin-top: 40px;
	}
	.hoop_gym_access_sns {
		margin-top: 20px;
	}
	.hoop_gym_access_map {
		min-height: 400px;
		padding-left: 0;
		width: 100%;
		max-width: 500px;
		margin: 20px auto 0;
	}
	.hoop_gym p.hoop_gym_title_scroll {
		font-size: 12px;
		margin: 7px 0 10px;
		text-align: center;
	}
	.hoop_gym_access_tel {
		margin: 200px auto 240px;
	}
}

/* --------------------------------
 * 7. よくある質問 (FAQ)
 * -------------------------------- */

.hoop_gym_faq_list {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ddd;
	/* 最初の線 */
}

.hoop_gym_faq_item {
	border-bottom: 1px solid #ddd;
}

.hoop_gym_faq_question {
	font-size: 18px;
	/* h4より少し小さい */
	font-weight: 700;
	line-height: 1.7;
	margin: 0;
	padding: 24px 0;
	position: relative;
	padding-left: 2.5em;
	/* Q: のスペース */
}

.hoop_gym_faq_question::before {
	content: 'Q.';
	position: absolute;
	left: 0;
	top: 24px;
	color: #e67e22;
	/* テーマカラー */
	font-size: 18px;
	font-weight: 700;
}

.hoop_gym_faq_answer {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	margin: 0;
	padding: 0 0 24px 2.5em;
	/* Qと同じインデント */
}

/* --------------------------------
 * レスポンシブ対応 (768px以下)
 * -------------------------------- */

@media (max-width: 768px) {
	.hoop_gym_section {
		padding: 40px 0;
		overflow: hidden;
	}
	.hoop_gym_inner {
		padding: 0 16px;
	}
	/* タイポグラフィ */
	.hoop_gym_title_h2 {
		font-size: 24px;
	}
	.hoop_gym_title_h3 {
		font-size: 20px;
	}
	.hoop_gym_title_h4 {
		font-size: 18px;
	}
	body {
		font-size: 15px;
	}
	/* 1. こだわり */
	.hoop_gym_commitment_features {
		grid-template-columns: 1fr;
	}
	/* 4. 代表の想い */
	.hoop_gym_message_flex {
		flex-direction: column-reverse;
		/* スマホは画像を下に */
	}
	.hoop_gym_message_image {
		position: static;
		min-height: 250px;
	}
	/* 6. アクセス */
	.hoop_gym_access_flex {
		flex-direction: column;
	}
	.hoop_gym_access_map {
		width: 100%;
	}
}

.cta_text {
	/* font-size: 20px;
	display: table;
	margin: 40px auto 0;
	text-decoration: underline;
	line-height: 80px;
	width: 290px;
	text-align: center;
	position: relative;
	z-index: 0;
	transition: .3s; */
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #333;
	border-bottom: 5px solid #9c9c9c;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	margin: 60px auto 0;
	display: table;
}

.cta_text:hover {
	margin: 63px auto 0;
	color: #fff;
	background: #333;
	border-bottom: 2px solid #9c9c9c;
}

.cta_text::before {
	background-image: url(../img/sub/banner_icon2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	left: -43px;
	top: -12px;
	width: 50px;
	height: 95px;
	transition: .3s;
	transform: initial;
}

.cta_text:hover::before {
	transform: rotate(10deg);
}

/* --------------------------------
 * 8. 体験お申し込み
 * -------------------------------- */

.hoop_gym_trial {
	background-color: #fdfdfd;
	/* 他のセクションと少し変える場合 */
}

/* 体験の流れリスト */

.hoop_gym_trial_flow_list {
	list-style: none;
	padding: 0;
	margin: 32px 0;
	counter-reset: flow-counter;
	/* カウンターをリセット */
	border: 1px solid #eee;
	border-radius: 8px;
}

.hoop_gym_trial_flow_item {
	position: relative;
	padding: 24px 24px 24px 70px;
	/* 番号分のスペースを空ける */
	border-bottom: 1px solid #eee;
}

.hoop_gym_trial_flow_item:last-child {
	border-bottom: none;
}

/* リストの番号 */

.hoop_gym_trial_flow_item::before {
	counter-increment: flow-counter;
	/* カウンターを+1 */
	content: counter(flow-counter) ".";
	position: absolute;
	left: 24px;
	top: 24px;
	font-size: 22px;
	font-weight: 700;
	color: #e67e22;
	/* テーマカラー */
	font-family: "Noto Serif JP", serif;
}

.hoop_gym_trial_flow_title {
	font-size: 18px;
	font-weight: 700;
	display: block;
	margin-bottom: 8px;
}

.hoop_gym_trial_flow_item p {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
}

/* お申し込み方法リスト */

.hoop_gym_trial_steps_list {
	list-style: none;
	padding: 0;
	margin: 32px 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

.hoop_gym_trial_steps_item {
	background: #fff;
	border: 1px solid #eee;
	padding: 24px;
	border-radius: 8px;
}

.hoop_gym_trial_steps_item .hoop_gym_title_h4 {
	font-size: 18px;
	/* h4ですが少し大きめに */
	margin: 0 0 12px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #f0f0f0;
}

.hoop_gym_trial_steps_item p {
	margin: 0;
}

/* ヘルプボックス */

.hoop_gym_trial_help_box {
	background-color: #fffbef;
	border: 1px solid #e67e22;
	padding: 32px;
	border-radius: 8px;
	margin-top: 40px;
	padding: 32px 32px 62px 32px;
}

.hoop_gym_trial_help_box .hoop_gym_title_h3 {
	text-align: center;
	border-bottom: none;
	margin-top: 0;
}

.hoop_gym_trial_help_box_text {
	text-align: center;
}

.hoop_gym_trial_help_box .hoop_gym_access_sns {
	margin-top: 30px;
}

.hoop_gym_trial_help_box .cta_text {
	margin-top: 30px;
}

/* --------------------------------
 * レスポンシブ対応 (768px以下)
 * -------------------------------- */

@media (max-width: 768px) {
	.hoop_gym_trial_flow_item {
		padding: 20px 20px 20px 60px;
	}
	.hoop_gym_trial_flow_item::before {
		left: 20px;
		top: 20px;
	}
	.hoop_gym_trial_steps_item {
		padding: 20px;
	}
	.hoop_gym_trial_help_box {
		padding: 24px 24px 54px 24px;
	}
}