/* ========== Design System (front-page / page-price 共通) ========== */
/* --- Base --- */
.section-gym {
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
.section-gym .inner_frame {
	max-width: 1000px;
	margin: 0 auto;
}

/* --- 固定ヘッダー(.header)分の上余白：先頭FVがヘッダー裏に隠れるのを防ぐ --- */
/* ヘッダー高さは流体rem＋ブレークポイント可変のため、実高をJSが --rita-header-h に実測セット（fallbackはPC実測値135px） */
.gazotop {
	padding-top: var(--rita-header-h, 135px);
}

/* 下部CTAは返金保証スティッキー(#sticky-guarantee)に一本化。スマホ固定バー(.sp-cta-bar)は店舗LPでは非表示（予約導線の重複＆モバイル下部での重なりを解消） */
.sp-cta-bar {
	display: none !important;
}
/* functions.php がバー分として確保する body 下余白(76px)を、バー非表示の店舗LPでは打ち消す（最下部の空白を解消） */
@media (max-width: 767px) {
	body {
		padding-bottom: 0 !important;
	}
}

/* --- 全 h2 の親テーマリセット (!important で完全上書き) --- */
main.main-container .section-gym h2 {
	padding: 0 !important;
	border: none !important;
	border-top: none !important;
	border-bottom: none !important;
	margin: 0 0 30px !important;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif !important;
	font-size: 28px !important;
	font-weight: 500 !important;
	clear: none !important;
	text-align: center !important;
	line-height: 1.4 !important;
	background: none !important;
}
main.main-container .section-gym h2::before,
main.main-container .section-gym h2::after {
	content: none !important;
	display: none !important;
	border: none !important;
}

/* --- Section Title (sec_title) --- */
main.main-container .section-gym h2.sec_title,
main.main-container .section-gym .sec_title {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 0 40px !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}
main.main-container .section-gym .sec_title span {
	text-align: center;
}
main.main-container .section-gym .sec_title > span:nth-of-type(1) {
	color: #D16750;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 8px;
	letter-spacing: .1em;
}
main.main-container .section-gym .sec_title > span:nth-of-type(2) {
	font-size: 42px;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	line-height: 1.3;
	color: #1c1c1c;
}

/* --- エディタ出力 h2 のスタイル (the_content 内) --- */
main.main-container .section-gym .section-gym_content h2 {
	font-size: 24px !important;
	font-weight: 700 !important;
	position: relative !important;
	padding-bottom: 16px !important;
	margin: 40px 0 24px !important;
}
main.main-container .section-gym .section-gym_content h2::after {
	content: "" !important;
	display: block !important;
	width: 60px !important;
	height: 3px !important;
	background: #D16750 !important;
	position: absolute !important;
	bottom: 0 !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	border: none !important;
}

/* --- h3 も親テーマのborder/afterを打ち消し --- */
main.main-container .section-gym h3 {
	border-bottom: none !important;
	padding-bottom: 0 !important;
	margin: 0;
	font-size: inherit;
}
main.main-container .section-gym h3::after {
	content: none !important;
	display: none !important;
	border: none !important;
}

/* --- dl/dt/dd 親テーマリセット (FAQ崩れ防止) --- */
main.main-container .section-gym dl,
main.main-container .section-gym ol,
main.main-container .section-gym ul {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
main.main-container .section-gym dt {
	border-left: none !important;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}
main.main-container .section-gym dd {
	border-left: none !important;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}

/* --- Section Block --- */
.section-gym .sec_block {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-bottom: 0 !important;
}
.section-gym .sec_block.borderLine::after {
	position: absolute;
	content: "";
	height: 1px;
	background: #D16750;
	transform: translateX(-50%);
	max-width: 1000px;
	width: calc(100% - 40px);
	left: 50%;
	bottom: 0;
}

/* --- Link Button (front-page準拠) --- */
.section-gym .link_btn_area {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	gap: 20px;
	flex-wrap: wrap;
}
main.main-container .section-gym .link_btn_area .link_btn {
	background: #A3947E;
	border-radius: 100vmax;
	font-size: 18px;
	color: #fff !important;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	max-width: 420px;
	padding: 15px;
	width: 100%;
	text-decoration: none !important;
	border: none !important;
	transition: opacity .3s, transform .2s;
}
main.main-container .section-gym .link_btn_area .link_btn:hover {
	opacity: .85;
	color: #fff !important;
	text-decoration: none !important;
}
main.main-container .section-gym .link_btn_area .link_btn p {
	margin: 0;
	font-size: inherit;
	line-height: 1;
}
.section-gym .link_btn_area .link_btn span {
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-gym .counseling_btn .link_btn {
	background: #D16750 !important;
	border-radius: 0 !important;
	box-shadow: 0px 4px 0px 0px #B2432B !important;
	transition: box-shadow .2s, transform .2s !important;
	max-width: 330px;
}
.section-gym .counseling_btn .link_btn:hover {
	box-shadow: 0px 0 0px 0px transparent !important;
	transform: translateY(4px) !important;
	opacity: 1 !important;
}

/* --- Underline Marker --- */
.section-gym .underline {
	background: linear-gradient(transparent 60%, #F3D56F80 30%);
	display: inline-block;
}

/* --- 共通テキスト --- */
.section-gym p {
	font-size: 16px;
	line-height: 1.8;
}

/* --- Trial Price Cards (course-price準拠) --- */
.section-gym .gym-price-lead {
	text-align: center;
	font-size: 16px;
	margin-bottom: 24px;
	color: #666;
}
main.main-container .section-gym .gym-price-lead strong {
	font-size: 22px;
	color: #1c1c1c;
}
.section-gym .gym-price-trial {
	display: flex;
	gap: 24px;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0 auto 40px;
	max-width: 700px;
}
main.main-container .section-gym .gym-price-trial li {
	list-style: none;
	margin: 0;
}
.section-gym .gym-price-trial_item {
	flex: 1;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0,0,0,.08);
	background: #fff;
}
.section-gym .gym-price-trial_item_head {
	background: #A3947E;
	color: #fff;
	padding: 20px 16px;
	text-align: center;
}
.section-gym .gym-price-trial_item_head--accent {
	background: #D16750;
}
main.main-container .section-gym .gym-price-trial_item_head p {
	font-size: 14px;
	margin: 0 0 4px;
	opacity: .9;
	line-height: 1.4;
}
main.main-container .section-gym .gym-price-trial_item_head h3 {
	font-size: 20px !important;
	font-weight: 700 !important;
	margin: 0 !important;
	border: none !important;
	padding: 0 !important;
	color: #fff !important;
	line-height: 1.3;
}
main.main-container .section-gym .gym-price-trial_item_head h3 span {
	font-size: 14px;
	font-weight: 400;
}
.section-gym .gym-price-trial_item_body {
	padding: 24px 16px;
	text-align: center;
}
.section-gym .gym-price-trial_price {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 8px;
	margin-bottom: 12px;
}
main.main-container .section-gym .gym-price-trial_price span {
	font-size: 36px;
	font-weight: 700;
	color: #1c1c1c;
}
main.main-container .section-gym .gym-price-trial_price del {
	font-size: 18px;
	color: #999;
	font-weight: 400;
	text-decoration: line-through;
}
.section-gym .gym-price-trial_arrow {
	font-size: 18px;
	color: #999;
}
main.main-container .section-gym .gym-price-trial_price ins {
	font-size: 42px;
	font-weight: 700;
	color: #D16750;
	text-decoration: none;
}
main.main-container .section-gym .gym-price-trial_price ins small {
	font-size: 18px;
}
main.main-container .section-gym .gym-price-trial_note {
	font-size: 13px;
	color: #888;
	line-height: 1.6;
	margin: 0;
}

/* --- 料金の不安払拭・ローカル価値ブロック (ACF: price_details) --- */
.section-gym .gym-price-details {
	max-width: 800px;
	margin: 56px auto 0;
	text-align: left;
}
main.main-container .section-gym .gym-price-details h3 {
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #1c1c1c !important;
	line-height: 1.5 !important;
	margin: 36px 0 16px !important;
	padding: 14px 18px !important;
	background: #faf6f2;
	border-left: 5px solid #D16750;
	border-bottom: none !important;
	border-radius: 4px;
}
main.main-container .section-gym .gym-price-details h3:first-child {
	margin-top: 0 !important;
}
main.main-container .section-gym .gym-price-details p {
	font-size: 16px;
	line-height: 1.9;
	color: #333;
	margin: 0 0 16px;
}
main.main-container .section-gym .gym-price-details p:last-child {
	margin-bottom: 0;
}
/* サイト既存の黄色マーカーモチーフで強調（編集画面で太字にするだけでOK） */
.section-gym .gym-price-details strong,
.section-gym .gym-price-details .marker {
	font-weight: 700;
	background: linear-gradient(transparent 60%, #F3D56F80 30%);
}
.section-gym .gym-price-details a {
	color: #337ab7;
	text-decoration: underline;
	font-weight: 500;
}
@media (max-width: 767px) {
	.section-gym .gym-price-details {
		margin-top: 36px;
	}
	main.main-container .section-gym .gym-price-details h3 {
		font-size: 17px !important;
		padding: 12px 14px !important;
		margin: 28px 0 14px !important;
	}
	main.main-container .section-gym .gym-price-details p {
		font-size: 15px;
		line-height: 1.85;
	}
}

/* --- SELECTED セクション (カード風) --- */
.section-gym .section-selected_inner .wp-block-columns {
	gap: 24px;
	margin-bottom: 24px;
}
.section-gym .section-selected_inner .wp-block-column {
	background: #fff;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.section-gym .section-selected_inner .wp-block-column figure {
	border-radius: 6px;
	overflow: hidden;
}

/* --- Responsive --- */
@media (max-width: 767px) {
	.section-gym .gym-price-trial {
		flex-direction: column;
		gap: 16px;
	}
	main.main-container .section-gym .gym-price-trial_price ins {
		font-size: 32px;
	}
	.section-gym .sec_block {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	main.main-container .section-gym h2 {
		font-size: 21px !important;
		margin-bottom: 20px !important;
	}
	main.main-container .section-gym h2.sec_title,
	main.main-container .section-gym .sec_title {
		margin-bottom: 30px !important;
	}
	main.main-container .section-gym .sec_title > span:nth-of-type(1) {
		font-size: 18px;
	}
	main.main-container .section-gym .sec_title > span:nth-of-type(2) {
		font-size: 28px;
	}
	.section-gym .link_btn_area {
		flex-direction: column;
		margin-top: 0px;
		gap: 12px;
	}
	main.main-container .section-gym .link_btn_area .link_btn {
		min-width: initial;
		width: 100%;
		font-size: 16px;
		padding: 20px 10px;
		min-height: 60px;
	}
	main.main-container .section-gym .section-gym_content h2 {
		font-size: 20px !important;
		margin: 30px 0 16px !important;
	}
	.section-gym .section-selected_inner .wp-block-column {
		padding: 16px;
	}
}

/* ========== section-catch ========== */
.section-gym {
	margin-bottom: 0;
	margin-top: 0;
}
.triangle {
	position: relative;
	display: inline-flex;
	height: 30px;
	align-items: center;
}
.triangle::before {
	content: "";
	background: #D16750;
	--arrow-side-length: 10px;
	height: var(--arrow-side-length);
	width: calc(var(--arrow-side-length) / 2 * tan(60deg));
	clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
}
.section-catch {
	display: flex;
}
.section-catch span.marker {
	position: relative;
	font-size: 18px;
}
.section-catch p {
	margin-bottom: 0 !important;
	font-weight: bold;
}
.section-catch-contents {
	padding-left: 13px;
}
span.marker::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 7px;
	background: #EA591E;
	opacity: 0.25;
	bottom: 0rem;
}
@media screen and (min-width: 768px) {
	.section-catch span.marker {
		font-size: 2.6rem;
	}
	.section-catch {
		display: flex;
		justify-content: center;
	}
	.section-catch p {
		line-height: 2 !important;
	}
	.triangle {
		height: 51px;
	}
}
@media screen and (max-width: 767px) {
	.section-gym {
		margin-bottom: 0;
		margin-top: 0;
	}
}

/* ========== section-outline ========== */
@media only screen and (max-width: 1024px) {
	main.main-container .siteContent {
		padding: 0;
	}
}
.gazotop h2 {
	border: none !important;
	padding: 0 !important;
	margin-right: -15px !important;
	margin-left: -15px !important;
}
.section-outline_dl h3,
.th-label {
	padding: 0 !important;
	font-size: 100% !important;
	margin: 0 !important;
	border-bottom: 0 !important;
	font-weight: bold;
	display: block;
}
.section-gym a {
	color: #337ab7;
}
.icon_point li {
	display: inline-block;
	color: #fff;
	background: #333;
	border-radius: 5px;
	font-weight: 500;
	font-size: 16px !important;
	line-height: 1;
	padding: 7px 13px 9px;
	margin: 0 5px 5px 0;
	margin-left: 0 !important;
}
@media screen and (max-width: 767px) {
	.icon_point li {
		font-size: 14px !important;
		padding: 4px 10px 6px;
		margin: 0 3px 3px 0;
	}
}

/* ========== section-introduction / tenpotop ========== */
.section-introduction video {
	width: 100%;
	max-width: 375px;
}
.section-introduction {
	text-align: center;
}
.section-introduction .video-thumb {
	max-width: 375px;
}
.tenpotop {
	display: flex;
	gap: 20px;
	margin-bottom: 6rem;
}
.cp_table {
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
	height: 100%;
}
.cp_table * {
	font-size: 16px !important;
}
.cp_table h3,
.cp_table .th-label {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
.cp_table h3:after,
.cp_table .th-label:after {
	border: none !important;
}
.cp_table th {
	width: 140px;
	background: #f2f2f2;
	padding: 1.5rem 2rem !important;
}
.cp_table td {
	padding: 1.5rem 2rem !important;
}
.cp_table tr {
	padding: 15px 0;
}
.section-access_inner * {
	font-size: 16px !important;
}
@media screen and (max-width: 1024px) {
	.tenpotop {
		flex-flow: column;
		margin-bottom: 4rem;
		gap: 0;
	}
	.cp_table th {
		border-bottom: 0 !important;
		width: 100%;
		padding: 1rem 1.5rem !important;
	}
	.cp_table td {
		border-bottom: 0 !important;
		width: 100%;
		padding: 1rem 1.5rem !important;
		border: 1px solid #f0f2f3 !important;
	}
	.cp_table tr {
		display: grid;
		padding: 0;
	}
}

/* ========== video modal ========== */
.video-thumb {
	display: inline-block;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}
.video-thumb img {
	width: 100%;
	height: auto;
	display: block;
}
.play-icon {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 64px;
	height: 64px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	font-size: 28px;
	line-height: 64px;
	border-radius: 50%;
	text-align: center;
	transition: .25s;
}
.video-thumb:hover .play-icon {
	transform: scale(1.1);
}
.modal {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .8);
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	z-index: 9999;
}
.modal.show {
	opacity: 1;
	visibility: visible;
}
.modal-inner {
	max-width: 90%;
	width: 640px;
	position: relative;
}
.modal video,
.modal iframe {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.modal .close {
	position: absolute;
	top: -36px;
	right: -8px;
	background: none;
	border: none;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
}
@media (max-width: 600px) {
	.modal-inner {
		width: 100%;
		padding: 0 6%;
	}
}

/* ========== link_btn_areas (CTA twin buttons) ========== */
.link_btn_areas {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	margin: 60px 0 50px 0;
}
.link_btn_areas .link_btn_area.counseling_btn {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 340px;
}
.link_btn_areas .link_btn_area:nth-of-type(2) {
	flex: 1;
	max-width: 250px;
	padding-bottom: 0;
}
.link_btn_areas .link_btn_area.counseling_btn > p {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #D16750;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	line-height: 1;
	margin-bottom: 0;
}
.link_btn_area .link_btn {
	background: #A3947E;
	border-radius: 100vmax;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px;
	width: 100%;
	text-decoration: none;
	transition: opacity 0.3s;
	max-width: initial;
}
.link_btn_area .link_btn:hover {
	opacity: 0.8;
}
.link_btn_area .link_btn span,
.link_btn_area .link_btn p {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
	font-size: inherit;
}
.counseling_btn .link_btn {
	background: #D16750 !important;
	border-radius: 0 !important;
	box-shadow: 0px 4px 0px 0px #B2432B !important;
	transition: box-shadow .2s, transform .2s !important;
	max-width: initial;
}
.counseling_btn .link_btn:hover {
	box-shadow: 0px 0 0px 0px transparent !important;
	transform: translateY(4px) !important;
	opacity: 1;
}
@media (max-width: 767px) {
	.link_btn_areas {
		flex-direction: column;
		align-items: center;
		margin: 50px 0 40px 0;
		gap: 20px;
	}
	.link_btn_areas .link_btn_area {
		width: 100%;
		max-width: 400px !important;
	}
	.link_btn_areas .link_btn_area.counseling_btn > p {
		font-size: 14px;
		margin-bottom: 0;
	}
	.link_btn_area .link_btn {
		font-size: 16px;
		min-height: 60px;
	}
}
@media (max-width: 500px) {
	.link_btn_areas .link_btn_area {
		max-width: 280px !important;
	}
	.counseling_btn .link_btn {
		padding: 20px 12px;
	}
}

/* ========== offer-box (sticky CTA) ========== */
body {
	font-family: "Noto Sans JP", sans-serif;
}
#sticky-guarantee .close {
	background: none;
	border: none;
	font-size: 18px;
	color: #666;
	margin-left: 6px;
	position: absolute;
	top: -36px;
	right: -8px;
}
.offer-box a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	line-height: 1.2 !important;
}
#sticky-guarantee {
	max-width: 360px;
	margin: 0 auto;
	padding: 8px 6px;
	background-color: #D16750;
	border-radius: 8px;
	position: fixed;
	bottom: 0;
	z-index: 10;
	left: 10px;
	right: 10px;
	transform: translateY(150%);
	transition: .3s;
}
#sticky-guarantee.show {
	transform: translateY(0);
	bottom: 10px;
}
.offer-box .circle {
	letter-spacing: 0.05em;
	box-shadow: 2px 2px 6px -1px #7c7c7c;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	flex-shrink: 0;
	font-weight: 700;
	width: 80px;
	height: 80px;
	background-color: #FFFFFF;
	border: 3px solid #C59625;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	background: linear-gradient(45deg, #EAB22C 0%, #EAB22C 45%, #f1d060 70%, #EAB22C 85%, #EAB22C 90% 100%);
	transform: rotate(-10deg);
}
.offer-box .center {
	flex: 1;
	display: flex;
	justify-content: center;
}
.offer-box .center > p {
	font-size: 12px;
}
.offer-box .center > p > span {
	font-size: 15px;
}
.offer-box .cta {
	text-align: center;
	line-height: 1.2;
	width: 100%;
}
.offer-box .cta > .ctaMsg {
	color: #fff;
	font-size: 14px;
	margin-bottom: 4px;
	position: relative;
	line-height: 1.2 !important;
}
.offer-box .cta > .ctaMsg::before,
.offer-box .cta > .ctaMsg::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	background: #fff;
	top: 50%;
	transform: translateY(-50%);
}
.offer-box .cta > .ctaMsg::before {
	left: -5%;
	transform: rotate(-110deg);
}
.offer-box .cta > .ctaMsg::after {
	right: -5%;
	transform: rotate(110deg);
}
.offer-box .cta > .ctaMsg > span {
	font-size: 16px;
	color: #fff;
	line-height: 1 !important;
}
.offer-box .cta > .ctaHead {
	background: #fff;
	color: #D16750;
	font-weight: 700;
	padding: 1px 7px;
	border-radius: 5px 5px 0 0;
	line-height: 1.2 !important;
	font-size: 11px;
	margin: 0 !important;
}
.offer-box .cta > .ctaNum {
	color: #fff;
	font-weight: 700;
	padding: 1px 7px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 0 0 5px 5px;
	font-size: 12px;
	margin: 0 !important;
}
.offer-box .cta > .ctaNum > span {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	margin-left: 2px;
}
.offer-box_right {
	position: relative;
	font-size: 12px;
	margin-left: 5px;
	top: 7px;
}
.offer-box .offer-box_right > p {
	display: inline-flex;
	flex-direction: column;
	gap: 2px;
	transform: rotate(-5deg);
	font-family: "Zen Maru Gothic", serif;
	margin: 0 !important;
	position: absolute;
	top: -16px;
	left: -6px;
}
.offer-box .offer-box_right > p > span {
	font-size: 9px;
	background: #fff;
	padding: 1px 4px;
	align-self: flex-start;
	line-height: 1.2 !important;
	color: #4B4B4B;
	box-shadow: 2px 2px 3px -1px #3d3d3d;
}
.offer-box .offer-box_right > p > span:nth-of-type(2) {
	margin-left: 5px;
}
.offer-box .offer-box_right > img {
	width: 100px;
	aspect-ratio: 110 / 72;
	object-fit: cover;
	border: 2px solid #fff;
	transform: rotate(5deg);
	position: relative;
	z-index: -1;
	box-shadow: 2px 2px 6px -1px #3d3d3d;
	top: 1px;
}

/* ========== serv__items (WHY CHOOSE US) ========== */
.top-scr-in ul {
	margin-top: none !important;
	margin-bottom: none !important;
}
.top-scr-in ul li {
	list-style: none !important;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	line-height: auto !important;
}
.top-cta p {
	margin-bottom: 0 !important;
	font-size: 16px !important;
	line-height: auto !important;
}
.top-rita-style,
.section-access {
	margin-bottom: 0;
}
.serv__btm {
	margin: 10rem auto 0 auto;
}
.article-interview-btn {
	padding-top: 3.5rem;
}
@media screen and (max-width: 767px) {
	.serv__btm,
	.section-access {
		margin: 4.2rem auto 0 auto;
	}
	.top-rita-style {
		margin-bottom: 0;
	}
	.article-interview-btn {
		padding-top: 2.2rem;
	}
}
.serv__btm .article-interview-btn {
	display: flex;
	justify-content: center;
}
.serv__btm-top > p > b {
	font-weight: 500;
}
.serv__btm-top > p {
	text-align: center;
	font-size: 16px;
}
.serv__btm-top > span {
	display: block;
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
}
ul.serv__items {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 45px 10px;
}
@media screen and (max-width: 834px) {
	ul.serv__items {
		gap: 40px 10px;
	}
}
ul.serv__items > li {
	width: calc((100% - 66px) / 3);
	min-width: 230px;
}
@media screen and (max-width: 834px) {
	ul.serv__items > li {
		width: calc((100% - 10px) / 2);
		min-width: 150px;
	}
}
ul.serv__items > li .serv__img {
	width: 100%;
	height: 20vw;
	max-height: 236px;
}
ul.serv__items > li .serv__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 834px) {
	ul.serv__items > li .serv__img {
		height: 30vw;
	}
}
ul.serv__items > li > h3 {
	text-align: center;
	margin-top: 8px;
	line-height: 1.4;
	font-size: 16px;
	margin-bottom: 0;
	border-bottom: none;
}
ul.serv__items > li > h3:after {
	content: none;
}

/* ========== comparison table ========== */
.comparison {
	overflow-x: scroll;
	white-space: nowrap;
}
.comparison .table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	color: #353535;
	border-top: none;
}
.comparison .table thead {
	color: #fff;
}
.comparison .table th,
.comparison .table td {
	border: 1px solid #ccc;
	padding: 10px;
}
.comparison .table th:not(:first-child) {
	background: #999;
}
.comparison .table tr:nth-child(2n) td {
	background-color: #fafafa;
}
.comparison .table th:nth-child(2),
.comparison .table td:nth-child(2) {
	border-left: 5px solid #D16750;
	border-right: 5px solid #D16750;
}
.comparison .table tr:first-child th:nth-child(2) {
	position: relative;
	border-top: 15px solid #D16750;
	background-color: #D16750;
	text-align: center;
}
.comparison .table tr:first-child th:nth-child(2)::before {
	position: absolute;
	top: -.65rem;
	left: 50%;
	transform: translateX(-50%);
	padding: .2rem 1rem;
	border-radius: .3rem;
	background-color: #fff;
	color: #D16750;
	font-size: .8rem;
	content: 'おすすめ';
}
.comparison .table tr:last-child td:nth-child(2) {
	border-bottom: 5px solid #D16750;
}

/* ========== FAQ ========== */
.section-faq .section-faq-inner {
	max-width: 600px;
	margin: 0 auto;
}
.section-faq .section-faq-inner dl {
	border: none;
	padding: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #282828;
}
.section-faq .section-faq-inner dl:last-of-type {
	border-bottom: none;
}
.section-faq .section-faq-inner dl dt {
	padding: 24px 0;
	cursor: pointer;
	font-size: 16px;
	min-height: initial;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section-faq .section-faq-inner dl:first-of-type dt {
	padding-top: 0;
}
.section-faq .section-faq-inner dl dt:before {
	color: #D16750;
	content: "Q.";
	font-size: 22px;
	font-weight: 700;
	margin-right: 12px;
	flex-shrink: 0;
}
.section-faq .section-faq-inner dl dt:after {
	content: "+";
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	flex-shrink: 0;
	color: #282828;
	transition: transform .3s;
}
.section-faq .section-faq-inner dl.active dt:after {
	content: "−";
}
.section-faq .section-faq-inner dl dt b {
	font-weight: 300;
	font-size: 18px;
	flex: 1;
}
.section-faq .section-faq-inner dl dd {
	display: none;
	border-top: none;
	padding: 0 0 20px;
}
.section-faq .section-faq-inner dl dd:before {
	color: #D16750;
	content: "A.";
	font-size: 22px;
	font-weight: 700;
}
.section-faq .section-faq-inner dl.active dd {
	display: block;
}
.section-faq .section-faq-inner dl dd p {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.8;
}
.section-faq .section-faq-inner .comparison {
	overflow-x: auto;
	margin: 1em 0;
}
.section-faq .section-faq-inner table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
.section-faq .section-faq-inner table th,
.section-faq .section-faq-inner table td {
	padding: 8px 12px;
	border: 1px solid #ddd;
	font-size: 14px;
}
.section-faq .section-faq-inner table th {
	background: #f5f5f5;
}
.section-faq .section-faq-inner blockquote {
	font-size: 12px;
	border: none;
	background: none;
	padding: 8px 0;
	margin: 0;
}
.section-faq .section-faq-inner blockquote p {
	font-size: 12px !important;
	margin-bottom: 0 !important;
}
@media (max-width: 767px) {
	.section-faq .section-faq-inner dl dt {
		padding: 18px 0;
	}
	.section-faq .section-faq-inner dl dt:after {
		width: 18px;
		height: 18px;
	}
	.section-faq .section-faq-inner dl dt b {
		font-size: 16px;
	}
	.section-faq .section-faq-inner dl dd p {
		font-size: 14px;
	}
}

/* ========== secTit (FACILITY) ========== */
.secTit ul {
	display: flex !important;
	display: -webkit-flex !important;
	flex-wrap: wrap;
	gap: 0.5%;
}
.secTit img {
	width: 40px;
	height: auto;
}
.secTit ul li {
	list-style: none !important;
	margin-left: 0 !important;
	width: calc(97.5% / 6);
	line-height: 1.4;
	margin: 0 0 1rem 0;
}
.secTit ul li .secTit-img {
	text-align: center;
	background: #D16750;
	height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.secTit ul li .secTit-content {
	padding: 2rem;
	height: 6.5rem;
	text-align: center;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #D16750;
}
.secTit ul li:nth-child(2) img,
.secTit ul li:nth-child(6) img,
.secTit ul li:nth-child(10) img {
	width: 30px;
}
@media screen and (max-width: 767px) {
	.secTit ul {
		gap: 0;
	}
	.secTit ul li {
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.secTit ul li:nth-child(3n) {
		margin: 0 0 2%;
	}
	.secTit ul li .secTit-content {
		padding: 1rem 0.5rem;
		height: 5rem;
	}
	.secTit ul li .secTit-img {
		height: 7rem;
	}
}

/* ========== flow_design03 (FLOW) ========== */
.background__litepink {
	background: #fef7f1;
}
.flow_design03 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
}
.flow_design03 ul {
	padding: 0;
}
.flow_design03 li {
	list-style-type: none;
}
.flow_design03 dd {
	margin-left: 0;
	border: none !important;
	font-size: 1.7rem;
}
.flow03 {
	position: relative;
}
.flow03 img {
	width: 150px;
	display: block;
	margin: 15px 0;
}
.flow03::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -129px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
	border-radius: 20px;
}
.flow03 > li {
	position: relative;
	list-style: none !important;
	margin: 0 !important;
}
.flow03 > li:not(:last-child) {
	margin: 0 0 60px 0 !important;
	list-style: none !important;
}
.flow03 > li .icon03 {
	font-size: 0.8em;
	width: 2em;
	height: 2em;
	line-height: 2;
	text-align: center;
	font-weight: bold;
	border-radius: 100vh;
	color: #fff;
	background: #D16750;
	display: inline-block;
	margin-right: 0.3em;
}
.flow03 > li dl {
	padding-left: 70px;
	position: relative;
}
.flow03 > li dl::before,
.flow03 > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}
.flow03 > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #D16750;
	border-radius: 50%;
	left: -4px;
}
.flow03 > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
}
.flow03 > li dl dt {
	font-size: 2rem;
	font-weight: 600;
	color: #D16750;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
	border: none !important;
}
@media all and (max-width: 768px) {
	.flow_design03 dd {
		font-size: 1.26rem;
	}
	.flow03 > li dl dt {
		font-size: 1.5rem;
	}
	.flow03 img {
		width: 100px;
	}
}

/* ========== p-block-layer (TRIAL section) ========== */
.p-block-layer p {
	margin-bottom: 0 !important;
}
.arrow,
.arrow__litepink {
	position: relative;
}
.background__fabric {
	background: #fef5e6;
}
.arrow:before,
.arrow:after,
.arrow__litepink:before,
.arrow__litepink:after {
	bottom: 0;
	content: "";
	height: 4rem;
	position: absolute;
	width: 50%;
}
.arrow:before {
	background: linear-gradient(to top right, #fff 50%, #fef5e6 51%);
	left: 0;
}
.arrow:after {
	background: linear-gradient(to top left, #fff 50%, #fef5e6 51%);
	right: 0;
}
.arrow__litepink:before {
	background: linear-gradient(to bottom left, #fff 50%, #fef7f1 51%);
	left: 0;
	top: 0;
}
.arrow__litepink:after {
	background: linear-gradient(to bottom right, #fff 50%, #fef7f1 51%);
	right: 0;
	top: 0;
}
.p-block-layer__content_cp {
	color: red;
}
.p-block-layer__content_cp small {
	font-size: .9rem;
}
.p-block-layer__content_cp_title {
	text-align: center;
	font-size: 1.7rem;
}
.p-block-layer__cp {
	border-top-style: solid;
	border-width: 1px;
	padding-top: .7rem;
	padding-bottom: .7rem;
	margin-top: 1rem;
	display: flex;
	justify-content: center;
	font-size: 1.7rem;
}
.p-block-layer__cp_inner {
	display: inline-block;
}
.p-block-layer__cv {
	margin: 1.5rem 0 0;
}
.__color1 {
	background: #f2f2f2;
	color: #000 !important;
}
.__color2 {
	background: #D16750;
	color: #fff !important;
}
.p-block-layer__content_point_c {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 7rem;
	margin: -3rem auto 3rem auto;
	max-width: 100rem;
}
.p-block-layer__cv > a {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 2rem 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;
	border-radius: 0.5rem;
}
.p-block-layer__item {
	padding: 2rem 0;
	position: relative;
	z-index: 2;
}
.p-block-layer__item ul {
	padding: 0;
	position: relative;
	padding: 0.5em 0 0.5em 1.5em;
	display: flex;
	display: -webkit-flex;
	width: fit-content;
	flex-flow: column;
	margin: 1rem auto !important;
}
.p-block-layer__item ul li {
	margin: 0;
	margin-left: 0 !important;
	line-height: 1.5;
	padding: 0.5rem 0;
	list-style: disc outside;
	font-size: 16px;
}
.p-block-layer__item h2 {
	padding: 0 !important;
	border: none !important;
	margin: 0 !important;
	text-align: center;
	font-size: 28px !important;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif !important;
	font-weight: 700 !important;
	color: #1c1c1c !important;
}
.p-block-layer__content {
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	padding-top: .7rem;
	padding-bottom: .7rem;
}
.p-block-layer__content ins {
	color: red;
}
.p-block-layer__content_title {
	text-align: center;
}
.p-block-layer__img {
	height: 100%;
	margin: auto;
	width: 100%;
	z-index: 1;
}
.p-block-layer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: calc(100% - 4rem);
	width: 120rem;
}
.p-block-layer {
	background: #fff;
	border: 1px solid;
	margin-bottom: 3rem;
}
@media all and (min-width: 1024px) {
	.arrow:before,
	.arrow:after,
	.arrow__litepink:before,
	.arrow__litepink:after {
		height: 10rem;
	}
	.p-block-layer__img {
		padding-left: 4rem;
		width: calc(50vw + 12rem);
	}
	.p-block-layer__item {
		margin-top: 0;
	}
	.p-block-layer {
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		border: 1px solid;
		margin-bottom: 7rem;
		margin: 0 auto 3rem auto;
		max-width: 100rem;
	}
}
@media all and (min-width: 768px) {
	.arrow {
		padding-bottom: 19rem !important;
	}
	.arrow__litepink {
		padding-top: 19rem !important;
	}
	.p-block-layer__cv {
		display: flex;
		display: -webkit-flex;
		align-content: center;
		justify-content: space-between;
		margin: 1.5rem 0;
	}
	.p-block-layer__cv > a {
		width: 49%;
	}
	.p-block-layer__item {
		padding: 4rem;
	}
	.p-block-layer__item ul li,
	.p-block-layer__item p {
		font-size: 16px !important;
	}
	.p-block-layer__content_point,
	.p-block-layer__content_cp small {
		font-size: 1.4rem !important;
		text-align: center;
	}
	.p-block-layer__content_title {
		font-size: 2.2rem !important;
	}
}
@media all and (max-width: 768px) {
	.arrow__litepink {
		padding-top: 10rem !important;
	}
	.p-block-layer__cp,
	.p-block-layer__content_cp_title {
		font-size: 1.26rem;
	}
	.p-block-layer__cv {
		display: flex;
		display: -webkit-flex;
		flex-flow: column;
	}
	.p-block-layer__cv a:first-child {
		margin-bottom: 1rem;
	}
	.p-block-layer__item ul li,
	.p-block-layer__item p {
		font-size: 1.26rem !important;
	}
	.p-block-layer__content_title {
		font-size: 1.8rem !important;
	}
	.p-block-layer__cv > a {
		font-size: 1.26rem;
	}
	.p-block-layer__item h2 {
		font-size: 21px !important;
	}
	.section-traial-header-ttl span {
		display: none;
	}
	.p-block-layer__content_point {
		font-size: .9rem;
		text-align: center;
	}
}

/* ========== flow-inner (ON THE DAY) ========== */
.flow-inner {
	max-width: 100rem;
	margin: 0 auto;
}
.counseling-header {
	color: "#262626";
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 2.5rem;
}
.__free {
	background-color: #e5c6c3;
}
.__training {
	background-color: #4fb19d;
}
.flow-list {
	list-style: none;
	padding: 0;
	counter-reset: item;
}
.flow-list li {
	list-style: none !important;
	margin-left: 0 !important;
}
.flow-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	justify-content: center;
}
.flow-item picture,
.flow-item > img {
	max-width: 27%;
	margin-right: 20px;
}
.flow-content {
	max-width: 600px;
	width: 60%;
}
.flow-content h3 {
	font-size: 2rem !important;
	margin-bottom: 1rem !important;
	border: none !important;
}
.flow-content h3:after {
	border: none !important;
}
.flow-content p {
	font-size: 1.7rem !important;
}
.section-gym > section {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.flow-item {
		flex-direction: column;
		align-items: center;
		padding-left: 0;
	}
	.flow-item::before {
		position: static;
		margin-bottom: 10px;
	}
	.flow-item picture,
	.flow-item > img {
		margin-bottom: 1rem;
		width: 80%;
		max-width: 50%;
		margin-right: 0;
	}
	.flow-content {
		width: 100%;
	}
	.flow-content h3 {
		font-size: 1.7rem !important;
		text-align: center;
	}
	.flow-content p {
		font-size: 1.26rem !important;
		padding: 0 1rem;
		line-height: 2.1;
	}
	.counseling-header {
		font-size: 1.7rem;
	}
	.flow-counseling__free {
		margin-bottom: 5rem;
	}
	.section-gym > section {
		margin-bottom: 0;
	}
}

/* ========== voice-store / review ========== */
.voice-store ul li {
	margin: 0 !important;
	list-style: none !important;
	background-color: #F4F2F0;
}
.voice-store ul li a,
.voice-store ul {
	display: flex;
	justify-content: space-between;
}
.voice-store ul {
	gap: 45px 10px;
	flex-wrap: wrap;
}
.voice-store ul li {
	width: calc((100% - 66px) / 3);
}
.voice-store ul li a {
	flex-wrap: wrap;
	padding: 16px;
}
.voice-store ul li div:first-of-type {
	overflow: hidden;
	max-height: 250px;
}
.voice-store ul li div {
	width: 100%;
}
.voice-store ul li div:nth-child(2) {
	padding-top: 1em;
	font-size: 16px;
	line-height: initial;
}
.voice-store ul li p {
	display: none;
}
@media screen and (max-width: 834px) {
	.voice-store ul li div:first-of-type {
		overflow: hidden;
	}
	.voice-store ul li div:nth-child(2) {
		padding: 8px;
	}
	.voice-store ul {
		gap: 40px 10px;
	}
	.voice-store ul li {
		width: 100% !important;
	}
}
.mrrate-ul,
.mrratalist {
	margin: 0 !important;
}
.mrintedrated-header .mrsearchbox {
	flex: 1 1 auto !important;
	height: 40px !important;
	line-height: 38px !important;
	font-size: 16px !important;
	box-sizing: border-box !important;
	padding: 0 16px !important;
	border: 1px solid #e9e9e9 !important;
	border-right: none !important;
	border-radius: 0 !important;
	margin-bottom: 0 !important;
}
.mrrate-ul .mrratechk + label,
.mrintedrated-header > .mrsearch {
	display: none;
}
.review-card {
	padding: 20px !important;
	flex-wrap: wrap;
	width: 100%;
}
.mrmodal-container .mrtext {
	max-height: 200px !important;
}
.mrinnerright {
	margin-bottom: 20px !important;
}
.review-card > .mrinnerright {
	width: 70%;
}
.mrinnerleft,
.mrinnerright {
	width: 100%;
}

/* ========== splide / map ========== */
.mapiframe {
	height: 500px;
}
.splide__slide {
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}
.splide__pagination li {
	margin: 0 !important;
}
#thumbnail-slider {
	margin: 10px auto !important;
}
#thumbnail-slider .splide__slide {
	aspect-ratio: 4/3;
	height: 100%;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
	border: 0px solid #D16750 !important;
}
.pc-none {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc-none {
		display: block;
	}
	.mapiframe {
		width: 100%;
		height: auto;
		border: 0px;
		max-width: 100%;
		aspect-ratio: 4 / 3;
	}
}
@media screen and (min-width: 768px) {
	.splide__arrow--prev {
		left: -30px;
	}
	.splide__arrow--next {
		right: -30px;
	}
}
.cpp_container h3 {
	margin-top: 1.5em !important;
}

/* ========== footer (from footer-new.php) ========== */
    .footer {
        background: #F7F5EB;
        color: #282828;
        padding: 120px 4rem !important;
    }

    .footer_logo {
        margin: 0 auto 60px auto;
        width: 160px;
        height: auto;
    }

    .footer_logo img {
        height: auto;
        object-fit: cover;
    }

    .footer_inner.inner_frame {
        max-width: 1000px;
        margin: 0 auto;
    }

    .footer_inner {
        display: flex;
        gap: 30px;
    }

    .footer_left_items {
        display: flex;
        flex-direction: column;
        gap: 40px;
        width: 280px;
    }

    .footer_left_item>h2 {
        padding: 15px 10px;
        text-align: center;
        background: #D16750;
        color: #fff;
        font-weight: 500;
        font-size: 18px;
        border-radius: 6px 6px 0 0;

    }

    .footer_left_item_body {
        background: #fff;
        border-radius: 0 0 6px 6px;
        padding: 20px 15px;

    }

    .footer_left_item_body>small {
        font-weight: 300;
        font-size: 12px;
        text-align: center;
        margin-top: 10px;
        display: block;
    }

    .footer_left_item_body_main {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

    .footer_left_item_body_main>p:nth-of-type(1) {
        border-radius: 3px;
        background: #A3947E;
        color: #fff;
        font-size: 11px;
        text-align: center;
        padding: 5px 10px;
        line-height: 1.3;
    }

    .footer_left_item_body_main-tel {
        color: #D16750;
        font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
        font-weight: 700;
        letter-spacing: -0.02em;
        line-height: 1;
		font-size: 30px;
    }

    .footer_left_item_body_main>a {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .footer_left_item_body_main>a>img {
        width: 42px;
        height: auto;
    }

    .footer_left_item_body_main>a>p {
        display: flex;
        flex-wrap: wrap;
        font-size: 18px;
        justify-content: start;
        line-height: 1.3;
        font-weight: 700;
        font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    }


    .footer_right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .footer_right_head {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
    }

    .footer_menu_block h3 {
        text-align: left;
        font-weight: 500;
        font-size: 18px;
    }

    .footer_menu_block ul {
        display: flex;
        flex-direction: column;
        align-items: start;
        margin-top: 5px;
    }

    .footer_menu_block ul a {
        line-height: 2;
        font-weight: 300;
        font-size: 16px;
    }

    .footer_right_btm small {
        font-weight: 300;
        font-size: 12px;
        display: block;
        text-align: right;
        margin-top: 30px;
    }

    @media (max-width: 834px) {
        .footer_inner {
            flex-direction: column;
            gap: 40px;
        }

        .footer_left {
            display: flex;
            justify-content: center;
        }

        .footer_left_items {
            width: 80%;
        }

        .footer_left_item_body {
            padding: 30px 20px;
        }

        .footer_right_head {
            justify-content: start;
        }

        .footer_right_btm small {
            text-align: left;
            margin-top: 100px;
        }
    }

    @media (max-width: 767px) {
        .footer {
            padding: 100px 20px !important;
        }
    }

    @media (max-width: 500px) {

        .footer_left_items {
            gap: 20px;
            width: 100%;
        }

        .footer_left_item_body {
            padding: 20px 15px;
        }

		.footer_logo {
			margin: 0 auto 40px auto;
		}
    }


.wp-block-list > li::before, ul.wp-block-list > li::before, .entry-body ul > li::before, .entry-content ul > li::before{
	content:none;
}
.wp-block-list > li, ul.wp-block-list > li, .entry-body ul > li, .entry-content ul > li{
	padding-left:0;
}


.splide__slide img{display:block!important}