@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* ----------------------------------------
 ヘッダー 
 ----------------------------------------*/
.l-header__inner.l-container {
	max-width: 100%;
}
.c-gnav>.menu-item>a .ttl {
	font-size: 14px;
	padding: 0 10px;
	font-weight: 500;
}
/* ご入会・体験申し込み */
@media screen and (min-width: 960px) {
	.c-gnav>.menu-item.navmenu-entry-btn {
		display: flex;
		align-items: center;
		margin-left: 20px;
	}
	.c-gnav>.menu-item.navmenu-entry-btn a {
/* 		background: #D97718;
	background: linear-gradient(85deg, rgba(217, 119, 24, 1) 0%, rgba(246, 196, 83, 1) 100%); */
		background : #E8890C;
		border: 1px solid #E8890C;
		color: #FFFFFF;
		max-height: 60px;
		transition: .3s;
	}
	.c-gnav>.menu-item.navmenu-entry-btn:hover a:after {
		content: none;
	}
	.c-gnav>.menu-item.navmenu-entry-btn a .ttl {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}
	.c-gnav>.menu-item.navmenu-entry-btn i {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border-radius: 20px;
		background-color: #FFFFFF;
		color: #F39A2E;
		border: 1px solid #FFFFFF;
		transition: .3s;
	}
	.c-gnav>.menu-item.navmenu-entry-btn:hover a {
		box-shadow: 0 2px 5px rgba(0,0,0,.2);
		color: #E8890C;
		background: #FFFFFF;
		transition: .3s ease-in-out;
	}
	.c-gnav>.menu-item.navmenu-entry-btn:hover a i {
/* 		background-color: transparent; */
/* 		color: #FFFFFF; */
/* 		transition: .3s; */
	}
}
@media screen and (max-width: 960px) {
	.c-listMenu.c-listMenu li.navmenu-entry-btn {
		display: none !important;
	}
}
/* ----------------------------------------
 Fixヘッダー 
 ----------------------------------------*/
.l-fixHeader__inner.l-container {
	max-width: 100%;
}
/*--------------------------------------------- 
SPメニュー
----------------------------------------------- */
.l-header__customBtn.sp_ {
	display: none;
}
.cta-btn-unit.sp-menu-btn-unit > .wp-block-group__inner-container {
	justify-content: center;
}
@media screen and (max-width: 960px) {
	.p-spMenu__inner {
		padding-top: 50px;
	}
	.c-widget__title.-spmenu {
		display: none;
	}
	.p-spMenu__nav {
		margin-top: 0;
		padding-bottom: 0;
		margin-bottom: 50px;
	}
	.c-iconBtn__icon {
		font-size: 30px;
	}
	.-right .p-spMenu__inner {
		width: 100%;
		transform: translateX(100vw);
	 margin-top: 0;
	}
	[data-spmenu=opened] .p-spMenu__inner {
		transform: translateX(0);
	}
	.p-spMenu__inner::before {
		background: #FFFFFF;
		background: rgba(255,255,255,.9);
	}
	.p-spMenu__closeBtn {
		display: flex;
		height: 60px;
		width: 100%;
	}
	.l-header__menuBtn.sp_ {
		width: 60px;
		height: 60px;
	}
	.c-iconBtn {
		width: 60px;
		height: 60px;
	}
	i.c-iconBtn__icon.icon-close-thin:before {
		color: #000000;
	}
	[data-spmenu = "opened"] .p-spMenu__closeBtn {
		justify-content: flex-end;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a {
		position: relative;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a {
		color: #000000;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a:before {
		left: auto !important;
		right: 20px;
	}
	.p-spMenu__body {
		padding: 30px 20px;
		background: transparent;
	}
	.p-spMenu__bottom {
		margin-top: 0;
	}
	.c-iconBtn__icon:before {
		font-size: 30px;
	}
	.arrow-on .c-smallNavTitle.desc:before {
		content: none;
	}
}
/* ----------------------------------------
 ファーストビュー 
 ----------------------------------------*/
div#main_visual {
	max-width: calc(100% - 20px);
	margin: 10px auto 0;
}
.p-mainVisual__textLayer.l-parent.l-container.u-ta-l {
    max-width: 1440px;
}
.p-mainVisual__slideTitle .copy-top {
	margin-bottom: 10px;
}
.p-mainVisual__slideTitle .copy-top p {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	background-color: #FAF6F0;
	display: inline-block;
	text-shadow: none;
	color: #302A24;
	padding: 5px 30px 5px 10px;
	clip-path: polygon(0 0, calc(100% - 20px) 0%, 100% 100%, 0% 100%);
	margin-bottom: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	border-left: 3px solid #E8890C;
}
.p-mainVisual__slideTitle span.mv-copy {
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 5px;
	line-height: 1.5;
	color: #333333;
	text-shadow: 0 2px 3px rgba(0,0,0,.1);
}
.p-mainVisual__slideTitle span.color-orange {
	color: #E8890C;
}
.p-mainVisual__slideTitle span.dot-txt {
	position: relative;
}
.p-mainVisual__slideTitle span.dot-txt:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #E8890C;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.p-mainVisual__slideText {
	margin-top: 20px;
}
.p-mainVisual__slideText ul {
	display: flex;
	gap: 5px 26px;
	padding: 0;
	margin-bottom: 10px;
}
.p-mainVisual__slideText ul li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 3px;
	background-color: rgba(250,246,240,.8);
	color: #302A24;
	text-shadow: none;
	font-weight: 500;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 0;
	position: relative;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
.p-mainVisual__slideText ul li img {
	max-width: 50px;
}
.p-mainVisual__slideText p {
	font-size: 14px;
	font-weight: 500;
}
.p-mainVisual__slideText ul li:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600; 
  content: "\2b";
	color: #E8890C;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
}
.p-mainVisual__slideText ul li:last-child:after {
	content: none;
}
/* line-ボタン */
.p-blogParts.post_content {
	margin-top: 30px;
}
.line-btn .wp-block-button a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: #06C755;
	color: #FFFFFF;
	border-radius: 0;
	font-size: 16px;
	font-weight: 500;
	text-shadow: none;
	padding: 5px 40px;
	border: 1px solid #06C755;
	transition: .3s;
}
.line-btn .wp-block-button a:before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 100; 
  content: "\f3c0";
	font-size: 26px;
	color: #FFFFFF;
	transition: .3s;
}
.line-btn .wp-block-button a:hover {
	background-color: #FFFFFF;
	color: #06C755;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
	transition: .3s;
}
.line-btn .wp-block-button a:hover:before {
	color: #06C755;
	transition: .3s;
}
@media screen and (max-width: 960px) {
	.p-mainVisual__textLayer.l-parent.l-container.u-ta-l {
		justify-content: flex-end;
		padding-bottom: 50px;
	}
	.p-mainVisual__slideTitle .copy-top {
		margin-bottom: 5px;
	}
	.p-mainVisual__slideTitle .copy-top p {
		font-size: 14px;
	}
	.p-mainVisual__slideTitle span.mv-copy {
		font-size: 45px;
        background-color: rgba(255,255,255,.8);
        padding: 3px 15px;
        line-height: 1.8;
	}
	.p-mainVisual__slideText {
		display: none;
	}
/* 	.p-mainVisual__slideText ul {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.p-mainVisual__slideText ul li {
		border-radius: 3px;
		font-size: 14px;
	} */
/* 	.p-mainVisual__slideText p {
		font-size: 12px;
	} */
	/* line-ボタン */
	.p-blogParts.post_content {
		margin-top: 20px;
	}
	.line-btn .wp-block-button a {
		padding: 5px 30px;
	}
	.line-btn .wp-block-button a:before {
		font-size: 20px;
	}
}
@media screen and (max-width: 600px) {
	div#main_visual {
		max-width: calc(100% - 10px);
		margin: 5px auto 0;
	}
	.p-mainVisual__slideTitle .copy-top p {
		font-size: 14px;
	}
	.p-mainVisual__slideTitle span.mv-copy {
        font-size: 33px;
        letter-spacing: 2px;
	}
	.p-mainVisual__slideTitle span.dot-txt:before {
		width: 5px;
		height: 5px;
	}
/* 	.p-mainVisual__slideText ul {
		margin-bottom: 10px;
	}
	.p-mainVisual__slideText ul li {
		padding: 2px 10px;
	} */
	/* line-ボタン */
	.line-btn .wp-block-button a {
		padding: 5px 20px;
	}
	.line-btn .wp-block-button a:before {
		font-size: 18px;
	}
}
p.fv-mess-txt {
	position: absolute;
	bottom: 10px;
	left: 30px;
	z-index: 2;
	color: #A7A7A7;
	font-size: 12px;
}
@media screen and (max-width: 960px) {
	p.fv-mess-txt {
		bottom: 30px;
		left: 10px;
		font-size: 10px;
		z-index: 1;
	}
}
/* ご入会・体験申し込みリンク */
.fv-entry-links {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.fv-entry-links a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 230px;
	height: 230px;
	gap: 12px;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
}
.fv-entry-links p {
	z-index: 2;
	font-weight: 700;
	font-size: 18px;
	transition: .3s;
}
.fv-entry-links a span {
	display: block;
	width: 130px;
	height: 1px;
	border-bottom: 2px dotted #F39A2E;
	z-index: 2;
	transition: .3s;
}
.fv-entry-links a i {
	z-index: 2;
	font-size: 25px;
	transition: .3s;
}
.fv-entry-links a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
  animation: rotation 20s linear infinite;
}
.fv-entry-links a:hover img.hover-off {
	opacity: 1;
	transition: .3s;
}
.fv-entry-links a img.hover-on {
	opacity: 0;
	transition: .3s;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fv-entry-links a:hover img {
	animation-play-state: paused;
}
.fv-entry-links a:hover img.hover-off {
	opacity: 0;
	transition: .3s;
}
.fv-entry-links a:hover img.hover-on {
	opacity: 1;
	transition: .3s;
}
.fv-entry-links a:hover p {
	color: #F39A2E;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	transition: .3s;
}
.fv-entry-links a:hover span {
	border-bottom: 2px dotted #302A24;
	transition: .3s;
}
.fv-entry-links a:hover i {
	color: #F39A2E;
	transition: .3s;
}
@media screen and (max-width: 960px) {
	.fv-entry-links {
/* 		bottom: 20px; */
		bottom: auto;
		top: 20px;
		right: 20px;
	}
	.fv-entry-links a {
		width: 180px;
		height: 180px;
		gap: 10px;
	}
	.fv-entry-links p {
		font-size: 16px;
	}
	.fv-entry-links a span {
		width: 100px;
	}
	.fv-entry-links a i {
		font-size: 20px;
	}
}
@media screen and (max-width: 600px) {
	.fv-entry-links {
		bottom: 5px;
		right: 5px;
	}
	.fv-entry-links a {
		width: 150px;
		height: 150px;
	}
	.fv-entry-links p {
		font-size: 12px;
	}
	.fv-entry-links a span {
		width: 90px;
	}
	.fv-entry-links a i {
		font-size: 16px;
	}
}
/* ----------------------------------------共通パーツ----------------------------------------共通パーツ----------------------------------------共通パーツ----------------------------------------共通パーツ
共通パーツ
 ----------------------------------------*/
/* SECTION=TTL=CENTER */
.section-ttl-center-group {
	margin-bottom: 40px;
}
.section-ttl-center-group p {
  font-family: "Barlow", sans-serif;
	color: #E8890C;
	font-size: 30px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	font-weight: 600;
	font-style: italic;
	position: relative;
}
.section-ttl-center-group p:after {
	content: "";
	height: 20px;
	width: 2px;
	background: #E8890C;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) rotate(30deg);
}
.section-ttl-center-group h2.is-style-section_ttl {
	margin-top: 0;
	font-size: 38px;
}
@media screen and (max-width: 960px) {
	.section-ttl-center-group {
		margin-bottom: 30px;
	}
	.section-ttl-center-group p {
		font-size: 20px;
		padding-bottom: 15px;
		margin-bottom: 5px;
	}
	.section-ttl-center-group p:after {
		height: 15px;
	}
	.section-ttl-center-group h2.is-style-section_ttl {
		font-size: 30px;
	}
}
@media screen and (max-width: 600px) {
	.section-ttl-center-group p {
		font-size: 18px;
	}
	.section-ttl-center-group h2.is-style-section_ttl {
		font-size: 28px;
	}
}
/* SECTION=TTL=LEFT */
.section-ttl-left-group {
	margin-bottom: 40px;
}
.section-ttl-left-group p {
	display: inline-block;
  font-family: "Barlow", sans-serif;
	color: #E8890C;
	font-size: 30px;
	margin-bottom: 0px;
	font-weight: 600;
	font-style: italic;
	position: relative;
}
.section-ttl-left-group p:after {
	content: "";
	height: 2px;
	width: 20px;
	background: #E8890C;
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
}
.section-ttl-left-group h2.is-style-section_ttl {
	margin-top: 0;
	font-size: 38px;
}
@media screen and (max-width: 960px) {
	.section-ttl-left-group {
		margin-bottom: 30px;
	}
	.section-ttl-left-group p {
		font-size: 20px;
	}
	.section-ttl-left-group p:after {
		width: 15px;
		right: -30px;
	}
	.section-ttl-left-group h2.is-style-section_ttl {
		font-size: 30px;
	}
}
@media screen and (max-width: 600px) {
	.section-ttl-left-group p {
		font-size: 18px;
	}
	.section-ttl-left-group h2.is-style-section_ttl {
		font-size: 28px;
	}
	.section-ttl-left-group p:after {
		right: -25px;
	}
}
/* シンプルボタン */
.normal-btn .wp-block-button a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 250px;
	gap: 5px;
	background: #E8890C;
	border: 1px solid #E8890C;
	color: #FFFFFF;
	border-radius: 0;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 20px;
	transition: .3s;
}
.normal-btn .wp-block-button a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600; 
  content: "\f054";
	color: #FFFFFF;
	transition: .3s;
}
.normal-btn .wp-block-button a:hover {
	background: #FFFFFF;
	color: #E8890C;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
	transition: .3s ease-in-out;
}
.normal-btn .wp-block-button a:hover:after {
	color: #E8890C;
	transition: .3s;
}
@media screen and (max-width: 960px) {
	.normal-btn .wp-block-button a {
		min-width: 230px;
		font-size: 15px;
		padding: 12px 15px;
	}
}
/* シンプルボタン　白バージョン */
.normal-btn.white .wp-block-button a {
	background: #FFFFFF;
	color: #D97718;
}
.normal-btn.white .wp-block-button a:after {
	color: #D97718;
}
.normal-btn.white .wp-block-button a:hover {
	background: #F39A2E;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.normal-btn.white .wp-block-button a:hover:after {
	color: #FFFFFF;
}
@media screen and (max-width: 960px) {
	.normal-btn .wp-block-button a {
		min-width: 230px;
		font-size: 15px;
		padding: 12px 15px;
	}
}
/* 背景グラデーションの共有グループ 全幅 */
.bg-gradation-on {
	background: #D97718;
	background: linear-gradient(180deg, rgba(217, 119, 24, 1) 0%, rgba(246, 196, 83, 1) 100%);
}
.full-inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.bg-gradation-inner-group {
	background-color: #FFFFFF;
	max-width: 1200px;
	margin: -100px auto 80px !important;
	padding: 50px 20px;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	position: relative;
	z-index: 2;
}
#top-pad-no .bg-gradation-inner-group {
	margin-top: -100px !important;
}
.bg-gradation-inner-group > .wp-block-group__inner-container {
	max-width: 900px;
	margin: 0 auto;
}
.bg-gradation-on .section-ttl-left-group p,
.bg-gradation-on .section-ttl-left-group h2.is-style-section_ttl,
.bg-gradation-on .section-ttl-center-group p,
.bg-gradation-on .section-ttl-center-group h2.is-style-section_ttl {
	color: #FFFFFF;
}
.bg-gradation-on .section-ttl-left-group p:after,
.bg-gradation-on .section-ttl-center-group p:after {
	background: #FFFFFF;
}
.bg-gradation-on .bg-gradation-inner-group .section-ttl-center-group p {
	color: #F39A2E !important;
}
.bg-gradation-on .bg-gradation-inner-group .section-ttl-center-group h2.is-style-section_ttl {
	color: #302A24 !important;
}
.bg-gradation-on .bg-gradation-inner-group .section-ttl-center-group p:after {
    background: #D97718;
    background: linear-gradient(180deg, rgba(217, 119, 24, 1) 0%, rgba(246, 196, 83, 1) 100%);
}
@media screen and (max-width: 1280px) {
	.full-inner {
		padding: 0 20px;
	}
	.bg-gradation-inner-group {
		max-width: calc(100% - 20px);
		margin: -30px auto 50px !important;
		padding: 40px 15px;
		border-radius: 5px;
	}
	#top-pad-no .bg-gradation-inner-group {
		margin-top: -30px !important;
	}
}
#top-pad-no {
	padding-top: 0 !important;
}
#btm-pad-no {
	padding-bottom: 0 !important;
}
/* ----------------------------------------トップページ----------------------------------------トップページ----------------------------------------トップページ----------------------------------------トップページ
トップページ
 ----------------------------------------*/
/* こんなお悩みありませんか？------------------------- */
.top #content {
	padding-top: 0;
}
#your-concerns {
	position: relative;
}
#your-concerns:after {
	content: "";
	display: inline-block;
	width: 265px;
	height: 53px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: -53px;
	left: 50%;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	z-index: 2;
}
.yourconcerns-content-unit {
	margin-bottom: 40px;
}
.yourconcerns-content-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}
.yourconcerns-content-unit figure {
	flex-basis: calc((100% - 30px) / 2);
	margin-bottom: 0;
}
.yourconcerns-content-left {
	flex-basis: calc((100% - 30px) / 2);
	margin-bottom: 0;
}
.yourconcerns-content-left > .wp-block-group__inner-container {
/* 	display: flex;
	flex-wrap: wrap;
	gap: 20px; */
}
.yourconcerns-content-left-item {
/* 	flex-basis: calc((100% - 20px) / 2); */
	margin-bottom: 0;
	padding: 15px 20px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 20px;
	position: relative;
}
/* .yourconcerns-content-left-item p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
} */
.yourconcerns-content-left-item ul {
	margin-bottom: 0;
}
.yourconcerns-content-left-item ul li {
	margin: 15px 0;
	font-weight: 500;
}
.yourconcerns-content-left-item ul li:first-child {
	margin-top: 0;
}
.yourconcerns-content-left-item ul li:last-child {
	margin-bottom: 0;
}
.yourconcerns-content-left-item img {
	position: absolute;
	bottom: -13px;
	left: -13px;
}
.your-concerns-btm-txt {
	text-align: center;
}
.your-concerns-btm-txt p {
	display: inline-block;
	text-align: center;
	background: #D97718;
	background: linear-gradient(85deg, rgba(217, 119, 24, 1) 0%, rgba(246, 196, 83, 1) 100%);
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 700;
	padding: 10px 30px;
	clip-path: polygon(30px 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
}
@media screen and (max-width: 960px) {
	#your-concerns:after {
		width: 160px;
		height: 40px;
		bottom: -40px;
	}
	.yourconcerns-content-unit {
		margin-bottom: 30px;
	}
	.yourconcerns-content-unit > .wp-block-group__inner-container {
		gap: 40px;
	}
	.yourconcerns-content-unit figure {
		flex-basis: 100%;
		order: 2;
	}
	.yourconcerns-content-left {
		flex-basis: 100%;
		order: 1;
	}
	.yourconcerns-content-left > .wp-block-group__inner-container {
		gap: 15px;
	}
	.yourconcerns-content-left-item {
		flex-basis: calc((100% - 15px) / 2);
		padding: 15px;
	}
	.yourconcerns-content-left-item p {
		font-size: 15px;
	}
	.your-concerns-btm-txt p {
		font-size: 20px;
		clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
	}
}
@media screen and (max-width: 600px) {
	#your-concerns:after {
		width: 130px;
		height: 30px;
		bottom: -30px;
	}
	.yourconcerns-content-unit {
		margin-bottom: 20px;
	}
	.yourconcerns-content-left > .wp-block-group__inner-container {
		gap: 15px 10px;
	}
	.yourconcerns-content-left-item {
		flex-basis: calc((100% - 10px) / 2);
		padding: 10px 10px;
		border-radius: 10px;
	}
	.yourconcerns-content-left-item p {
		font-size: 14px;
	}
	.your-concerns-btm-txt p {
		font-size: 18px;
		padding: 5px 15px;
		clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
	}
}
/* トレルバ整骨院とは -------------------------*/
.about-section-item-unit {
	margin-bottom: 40px;
}
.about-section-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.about-section-item-unit figure {
	flex-basis: 40%;
	margin-bottom: 0;
}
.about-section-item-txt {
	flex-basis: 60%;
	padding-right: 35px;
	margin-bottom: 0;
}
.about-section-item-txt h3.is-style-section_ttl {
	font-size: 24px;
	margin-bottom: 30px;
}
.about-section-item-txt p {
	font-weight: 500;
	margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
	.about-section-item-unit {
		margin-bottom: 30px;
	}
	.about-section-item-unit > .wp-block-group__inner-container {
		gap: 20px;
	}
	.about-section-item-unit figure {
		flex-basis: 100%;
		order: 1;
	}
	.about-section-item-txt {
		flex-basis: 100%;
		padding-right: 0;
		order: 2;
	}
	.about-section-item-txt h3.is-style-section_ttl {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.about-section-item-txt p {
		margin-bottom: 25px;
	}
}
/* aboutus BTM */
.about-btm-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.about-btm-item {
	flex-basis: calc((100% - 60px) / 3);
	background: #FFFFFF;
	color: #333333;
	margin-bottom: 0;
}
.about-btm-item figure {
	margin-bottom: 0;
}
.about-btm-item-txt {
	padding: 10px;
}
.about-btm-item .about-btm-item-label {
	display: inline-block;
  font-family: "Barlow", sans-serif;
	font-size: 30px;
	line-height: 1;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: 600;
	font-style: italic;
	position: relative;
}
.about-btm-item .about-btm-item-label:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #E8890C;
	position: absolute;
	bottom: 0;
}
.about-btm-item h3.is-style-section_ttl {
	margin-top: 0;
	font-size: 18px;
	margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
	.about-btm-item-unit > .wp-block-group__inner-container {
		gap: 15px;
	}
	.about-btm-item {
		flex-basis: 100%;
	}
	.about-btm-item figure {
		text-align: left;
	}
	.about-btm-item figure img {
		width: 100%;
	}
	.about-btm-item-txt {
		padding: 10px 15px;
	}
}
/* 選ばれる３つの理由---------------------------- */
p.why-treluva-read {
	margin-bottom: 40px;
}
.why-treluva-point-item-unit {
	margin-bottom: 40px;
	padding-bottom: 30px;
	position: relative;
}
/* .why-treluva-point-item-unit:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #E8890C;
	position: absolute;
	bottom: 0;
	left: 0;
} */
.why-treluva-point-item-unit > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 60px;
}
.why-treluva-point-item-image {
	flex-basis: calc((100% - 60px) / 2);
	margin-bottom: 0;
	position: relative;
}
.why-treluva-point-item-txt {
	flex-basis: calc((100% - 60px) / 2);
	margin-bottom: 0;
	position: relative;
}
.why-treluva-point-item-txt:after {
	content: "";
	display: inline-block;
	width: 2px;
	height: calc(100% + 40px);
	background: #E8890C;
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
}
.why-treluva-point-item-txt.change-column:after {
	right: -30px;
	left: auto;
}
.why-treluva-point-item-image figure {
	margin-bottom: 0;
}
.why-treluva-point-item-image p {
  font-family: "Barlow", sans-serif;
	font-weight: 600;
	color: #E8890C;
	text-shadow: 2px 2px 3px rgba(0,0,0,1);
	position: absolute;
	top: -25px;
	left: -25px;
	transform: rotate(-20deg);
	font-size: 30px;
}
.why-treluva-point-item-image p span {
	font-size: 40px;
	padding-left: 5px;
}
.why-treluva-point-item-txt h3.is-style-section_ttl {
	font-size: 24px;
	margin-bottom: 	11px;
	padding-left: 15px;
	position: relative;
}
.why-treluva-point-item-txt h3.is-style-section_ttl:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 3px;
	background: #E8890C;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 960px) {
	.why-treluva-point-item-unit {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.why-treluva-point-item-unit:before {
		height: 1px;
	}
	.why-treluva-point-item-unit > .wp-block-group__inner-container {
		gap: 20px;
	}
	.why-treluva-point-item-image {
		flex-basis: 100%;
		order: 1;
	}
	.why-treluva-point-item-txt {
		flex-basis: 100%;
		order: 2;
	}
	.why-treluva-point-item-txt:after {
		content: none;
	}
	.why-treluva-point-item-image p {
		top: -20px;
		left: -20px;
		transform: rotate(-10deg);
		font-size: 25px;
	}
	.why-treluva-point-item-image p span {
		font-size: 30px;
		padding-left: 10px;
	}
	.why-treluva-point-item-txt h3.is-style-section_ttl {
		font-size: 20px;
		padding-left: 10px;
	}
}
@media screen and (max-width: 600px) {
	p.why-treluva-read {
		text-align: left !important;
	}
	.why-treluva-point-item-unit {
		margin-bottom: 40px;
		padding-bottom: 20px;
	}
	.why-treluva-point-item-image p {
		top: -20px;
		left: -10px;
		transform: rotate(-15deg);
	}
}

/* 施術・トレーニングメニュー---------------------------- */
/* プランユニット */
.plun-top-read {
/* 	background-color: #FFFFFF;
	padding: 40px 30px;
	border-radius: 10px; */
	margin-bottom: 60px;
}
.plun-top-read h3.is-style-section_ttl {
	text-align: left;
	font-size: 24px;
	margin-bottom: 15px;
}
.plun-top-read p {
	
}
.plun-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.plun-item {
	flex-basis: calc((100% - 60px) / 3);
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 10px;
	margin-bottom: 0;
	position: relative;
	text-align: center;
	padding: 60px 25px 20px;
}
.plun-item-label-1 {
	display: inline-block;
	width: calc(100% - 80px);
	padding: 5px;
	background-color: #FAF6F0;
	color:#302A24;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	border: 1px solid #000000;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 8;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
}
.plun-item-label-1:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #FAF6F0;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	position: absolute;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
	z-index: 1;
}
.plun-item h3.is-style-section_ttl {
	margin-top: 0;
	font-size: 30px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.plun-item h3.is-style-section_ttl span {
	font-size: 18px;
}
.plun-item-label-2 {
	display: inline-block;
	font-size: 14px;
	color: #F39A2E;
	font-weight: 600;
	position: relative;
	text-shadow: 0 2px 3px rgba(0,0,0,.1);
}
.plun-item-label-2:before,
.plun-item-label-2:after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 21px;
	background: #D97718;
	background: linear-gradient(180deg, rgba(217, 119, 24, 1) 0%, rgba(246, 196, 83, 1) 100%);
	position: absolute;
	bottom: 0;
}
.plun-item-label-2:before {
	left: -10px;
	transform: rotate(-15deg);
}
.plun-item-label-2:after {
	right: -10px;
	transform: rotate(15deg);
}
.plun-item-disc {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	padding-bottom: 15px;
	border-bottom: 2px dotted #000000;
}
.plun-item-price-unit > .wp-block-group__inner-container  {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.plun-item-price-label {
	background-color: #FAF6F0;
	border: 1px solid #000000;
	flex-basis: 100px;
	font-weight: 600;
	font-size: 14px;
	padding: 3px 25px;
	margin-bottom: 0;
}
.plun-item-price-txt {
	flex-basis: 130px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
}
.plun-item-price-txt span {
	font-size: 14px;
	font-weight: 500;
}
.plun-item-unit-btm-disc {
	font-size: 13px;
	margin-bottom: 40px;
}
.plun-item-unit-btm-txt {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
	.plun-item-unit > .wp-block-group__inner-container {
		gap: 10px;
	}
	.plun-item {
		flex-basis: calc((100% - 20px) / 3);
		padding: 60px 15px 20px;
	}
	.plun-item-price-unit > .wp-block-group__inner-container  {
		gap: 10px;
	}
}
@media screen and (max-width: 960px) {
	.plun-top-read {
		padding: 20px 15px;
		margin-bottom: 40px;
	}
	.plun-top-read h3.is-style-section_ttl {
		text-align: left;
		font-size: 20px;
		margin-bottom: 10px;
	}
	.plun-item-unit > .wp-block-group__inner-container {
		gap: 40px;
	}
	.plun-item {
		flex-basis: 100%;
		border-radius: 5px;
		padding: 35px 15px 15px;
	}
	.plun-item-label-1 {
		padding: 2px 5px;
		border-radius: 5px;
		font-size: 16px;
		top: -15px;
	}
	.plun-item-label-2 {
	}
	.plun-item-unit-btm-disc {
		margin-bottom: 30px;
	}
	.plun-item-unit-btm-txt {
		font-size: 18px;
	}
}
@media screen and (max-width: 600px) {
	.plun-item-unit-btm-txt {
		font-size: 16px;
	}
}
/* コース料金ページ内のプラン選択 */
.anker-menu-item-unit.plunselect-item-unit > .wp-block-group__inner-container {
	gap: 35px 20px;
}
.anker-menu-item.plunselect-item {
	padding-top: 20px;
}
.plunselect-item-label {
	display: inline-block;
	width: calc(100% - 80px);
	padding: 3px;
	background-color: #FAF6F0;
	color: #333333;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
	border: 1px solid #000000;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 8;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
	text-align: center;
}
.plunselect-item-label:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #FAF6F0;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
	z-index: 1;
}
/* 体験セッション------------------------ */
.experience-session-read {
	margin-bottom: 40px;
}
.experience-session-read h3.is-style-section_ttl {
	font-size: 24px;
	margin-bottom: 20px;
}
.experience-session-group {
	background-color: #FAF6F0;
	border-radius: 10px;
	margin-bottom: 40px;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
}
.experience-session-group > .wp-block-group__inner-container {
	display: flex;
}
.experience-session-group-txt {
	padding: 20px;
	flex-basis: 70%;
	margin-bottom: 0;
}
.experience-session-group-right {
	flex-basis: 30%;
	margin-bottom: 0;
}
.experience-session-group-right > .wp-block-group__inner-container {
	height: 100%;
}
.experience-session-group-right figure {
	height: 100%;
}
.experience-session-group-right img {
	height: 100%;
	object-fit: cover;
	border-radius: 0 10px 10px 0;
}
.experience-session-group-txt h3.is-style-section_ttl {
	text-align: left;
	font-size: 24px;
	margin-bottom: 	15px;
	padding-left: 15px;
	position: relative;
}
.experience-session-group-txt h3.is-style-section_ttl:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 3px;
	background: #E8890C;
	position: absolute;
	top: 0;
	left: 0;
}
.experience-group-table-group {
	margin-bottom: 10px;
}
.experience-group-table-group > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	gap: 40px;
}
.experience-group-table-group h4.is-style-section_ttl {
	background-color: #FAF6F0;
	border: 1px solid #000000;
	font-weight: 600;
	font-size: 14px;
	padding: 3px 25px;
	margin-bottom: 0;
}
.experience-group-table-group p {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.experience-group-table-group p span {
	font-size: 14px;
	font-weight: 500;
}
.experience-group-tokuten {
	position: relative;
	background-color: #FAF6F0;
	padding: 25px 15px 10px;
	margin-top: 30px;
	border-radius: 5px;
	border: 1px solid #000000;
	margin-bottom: 0;
}
.experience-group-tokuten h4.is-style-section_ttl {
	display: inline-block;
	background-color: #FAF6F0;
	color: #333333;
	border: 1px solid #000000;
	font-weight: 600;
	font-size: 16px;
	padding: 3px 25px;
	margin-bottom: 0;
	position: absolute;
	top: -15px;
	border-radius: 5px;
}
.experience-group-tokuten h4.is-style-section_ttl:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f06b";
	margin-right: 5px;
	color: #E8890C;
}
.experience-group-tokuten p {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 500;
}
.experience-session-group-btm-txt {
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 500;
}
@media screen and (max-width: 960px) {
	.experience-session-read {
		margin-bottom: 30px;
	}
	.experience-session-read h3.is-style-section_ttl {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.experience-session-group {
		border-radius: 5px;
		margin-bottom: 30px;
	}
	.experience-session-group > .wp-block-group__inner-container {
		flex-wrap: wrap;
	}
	.experience-session-group-txt {
		padding: 25px 15px;
		flex-basis: 100%;
		order: 2;
	}
	.experience-session-group-right {
		flex-basis: 100%;
		order: 1;
	}
	.experience-session-group-right > .wp-block-group__inner-container {
		height: auto;
	}
	.experience-session-group-right figure {
		height: auto;
	}
	.experience-session-group-right img {
		height: auto;
		object-fit: contain;
		border-radius: 10px 10px 0 0;
	}
	.experience-session-group-txt h3.is-style-section_ttl {
		font-size: 20px;
		padding-left: 10px;
	}
	.experience-group-table-group > .wp-block-group__inner-container {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	.experience-group-table-group h4.is-style-section_ttl {
		padding: 3px 20px;
	}
	.experience-group-tokuten h4.is-style-section_ttl {
		padding: 3px 20px;
		top: -15px;
	}
}
@media screen and (max-width: 960px) {
	.experience-session-group-btm-txt {
		font-size: 16px;
	}
}
/* 利用の流れ------------------------ */
.flow-item-unit-outer {
	position: relative;
	margin-bottom: 40px;
}
.flow-item-unit-outer:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 100%;
	background: #ACACAC;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.flow-item-unit {
	background-color: #FAF6F0;
	padding: 25px 30px;
	position: relative;
	margin-bottom: 45px;
}
.flow-item-unit > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
}
.flow-item-title {
	flex-basis: 30%;
	margin-bottom: 0;
}
.flow-item-title > .wp-block-group__inner-container {
	display: flex;
	gap: 20px;
	align-items: center;
}
.flow-item-title figure {
	margin-bottom: 0;
	flex-basis: 70px;
}
.flow-item-title h3.is-style-section_ttl {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
}
.flow-item-disc {
	flex-basis: 70%;
	margin-bottom: 0;
	position: relative;
	padding-left: 60px;
	font-weight: 500;
}
.flow-item-disc:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 70px;
	background: #ACACAC;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.step-item-label {
  font-family: "Barlow", sans-serif;
	font-size: 30px;
	font-weight: 600;
	font-style: italic;
	color: #F39A2E;
	line-height: 1;
	position: absolute;
	top: -15px;
	left: 0;
}
.flow-btm-txt {
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
	.flow-item-unit-outer {
		margin-bottom: 30px;
	}
	.flow-item-unit-outer:before {
		width: 3px;
	}
	.flow-item-unit {
		padding: 25px 20px 20px;
		margin-bottom: 45px;
	}
	.flow-item-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 15px;
	}
	.flow-item-title {
		flex-basis: 100%;
	}
	.flow-item-title > .wp-block-group__inner-container {
		gap: 15px;
	}
	.flow-item-title figure {
		flex-basis: 50px;
	}
	.flow-item-title h3.is-style-section_ttl {
		font-size: 18px;
	}
	.flow-item-disc {
		flex-basis: 100%;
		padding-left: 0px;
		padding-top: 15px;
	}
	.flow-item-disc:before {
		width: 100%;
		height: 2px;
		background: #D97718;
		background: linear-gradient(85deg, rgba(217, 119, 24, 1) 0%, rgba(246, 196, 83, 1) 100%);
		top: 0;
		transform: translateY(0);
	}
	.step-item-label {
		font-size: 25px;
		top: -13px;
	}
}

@media screen and (max-width: 600px) {
	.flow-btm-txt {
		font-size: 16px;
	}
}
/* CV------------------------------- */
[data-partsid="633"] {
	margin-top: 0 !important;
}
#cta-area {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.cta-item-unit {
	padding: 0;
}
.cta-item-unit > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
}
.cta-image {
	flex-basis: 55%;
	margin-bottom: 0;
}
.cta-image figure {
	margin-bottom: 0;
}
.cta-image figure img {
	width: 100%;
	object-fit: cover;
}
.cta-txt-group {
	flex-basis: 45%;
}
.cta-read {
	margin-bottom: 30px;
	font-weight: 500;
	line-height: 2;
}
.cta-btn-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
}
@media screen and (max-width: 960px) {
	#cta-area {
	}
	.cta-item-unit {
		padding: 0;
	}
	.cta-item-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
	}
	.cta-image {
		flex-basis: 100%;
	}
	.cta-txt-group {
		flex-basis: 100%;
		padding: 0 20px 40px;
	}
	.cta-btn-unit > .wp-block-group__inner-container {
		gap: 10px;
		align-items: center;
	}
}
/* 店舗情報 ------------------------*/
.location-item-unit {
	background-color: #FAF6F0;
	padding: 30px 35px;
}
.location-item-unit > .wp-block-group__inner-container {
	display: flex;
	gap: 25px;
}
.location-item-unit figure {
	flex-basis: calc((100% - 25px) / 2);
	margin-bottom: 0;
}
.location-item-txt {
	flex-basis: calc((100% - 25px) / 2);
}
.location-item-txt h3.is-style-section_ttl {
	text-align: left;
	font-size: 24px;
	margin-bottom: 	20px;
	padding-left: 15px;
	position: relative;
}
.location-item-txt h3.is-style-section_ttl:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 3px;
	background: #D97718;
	background: linear-gradient(180deg, rgba(217, 119, 24, 1) 0%, rgba(246, 196, 83, 1) 100%);
	position: absolute;
	top: 0;
	left: 0;
}
.location-table {
	margin-bottom: 15px !important;
}
.location-table td {
	padding-top: 10px;
	padding-bottom: 10px;
}
@media screen and (max-width: 960px) {
	.location-item-unit {
		padding: 15px 20px;
	}
	.location-item-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 20px;
	}
	.location-item-unit figure {
		flex-basis: 100%;
	}
	.location-item-txt {
		flex-basis: 100%;
	}
	.location-item-txt h3.is-style-section_ttl {
		font-size: 20px;
		padding-left: 10px;
	}
	.location-table {
		margin-bottom: 15px !important;
	}
	.location-table td {
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 14px;
	}
	.location-table tr td:first-child {
		font-weight: 500;
	}
}
/* お客様の声・実績−ーーーーーーーー */
/* 流れるスライダー */
.voice-read h3.is-style-section_ttl {
	font-size: 24px;
	margin-bottom: 20px;
}
.voice-read p {
	font-weight: 500;
	line-height: 2;
}
.voice-slider .swiper-wrapper,
.aboutus-slider .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (max-width: 960px) {
	.voice-read h3.is-style-section_ttl {
		font-size: 20px;
		margin-bottom: 15px;
	}
}
/* 実績 */
.results-item-unit {
	margin-bottom: 20px;
}
.results-item-unit > .wp-block-group__inner-container {
	display: flex;
	gap: 45px;
}
.results-item {
	margin-bottom: 0;
	flex-basis: calc((100% - 45px) / 2); 
	position: relative;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 40px 15px 10px;
}
h3.is-style-section_ttl.results-item-label {
	display: inline-block;
	background-color: #FAF6F0;
	color: #333333;
	border: 1px solid #000000;
	padding: 10px 30px;
	white-space: nowrap;
	border-radius: 5px;
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
}
.results-item-inner {
	position: relative;
}
.results-item-inner > .wp-block-group__inner-container {
	display: flex;
	justify-content: center;
	gap: 25px;
	align-items: center;
}
.results-item-image {
	margin-bottom: 0;
}
.results-item-txt {
	font-size: 38px;
	font-weight: 600;
	font-style: italic;
  font-family: "Barlow", sans-serif;
	color: #333333;
}
.results-item-txt span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
}
.results-item-unit-btm-txt {
	font-size: 12px;
	font-weight: 400;
}
@media screen and (max-width: 960px) {
	.results-item-unit {
		margin-bottom: 10px;
	}
	.results-item-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 30px;
	}
	.results-item {
		flex-basis: 100%; 
		border: 1px solid #D97718;
		padding: 25px 15px 15px;
	}
	h3.is-style-section_ttl.results-item-label {
		padding: 10px 20px;
		top: -15px;
		left: 15px;
		transform: translateX(0);
		font-size: 16px;
	}
	.results-item-inner > .wp-block-group__inner-container {
		gap: 20px;
	}
	.results-item-image {
		margin-bottom: 0;
	}
	.results-item-image img {
		max-width: 60px;
	}
	.results-item-txt {
		font-size: 35px;
	}
	.results-item-txt span {
		font-size: 20px;
	}
}
/* 対応症状------------------------ */
.symptoms-read {
	text-align: center;
	margin-bottom: 40px;
}
.symptoms-read h3.is-style-section_ttl {
	font-size: 24px;
	margin-bottom: 20px;
}
.symptoms-read p {
	font-weight: 500;
}
.top-symptoms-item-unit {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.top-symptoms-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
}
.symptoms-item {
	flex-basis: calc((100% - 90px) / 4);
	margin-bottom: 0;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 15px;
}
.symptoms-item-image {
	margin-bottom: 10px;
}
.symptoms-item-image img {
	max-height: 60px;
	object-fit: contain;
}
.symptoms-item h3.is-style-section_ttl {
	margin-top: 0;
	font-size: 16px;
	padding-top: 6px;
	border-top: 2px dotted #BCBCBC;
}
@media screen and (max-width: 960px) {
	.symptoms-read {
		margin-bottom: 30px;
	}
	.symptoms-read h3.is-style-section_ttl {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.top-symptoms-item-unit {
		margin-bottom: 30px;
	}
	.top-symptoms-item-unit > .wp-block-group__inner-container {
		gap: 15px 20px;
	}
	.symptoms-item {
		flex-basis: calc((100% - 60px) / 3);
		padding: 10px;
	}
	.symptoms-item-image img {
		max-height: 50px;
	}
}
@media screen and (max-width: 600px) {
	.symptoms-read {
		margin-bottom: 30px;
	}
	.symptoms-read h3.is-style-section_ttl {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.symptoms-item-unit {
		margin-bottom: 30px;
	}
	.top-symptoms-item-unit > .wp-block-group__inner-container {
		gap: 10px 10px;
	}
	.symptoms-item {
		flex-basis: calc((100% - 10px) / 2);
		padding: 10px;
	}
	.symptoms-item-image img {
		max-height: 50px;
	}
}
/* お知らせ＆お役立ち情報---------------------------- */
.post-item-unit > .wp-block-group__inner-container {
	display: flex;
	gap: 30px;
}
.post-item {
	background-color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
	flex-basis: calc((100% - 30px) / 2);
	margin-bottom: 0;
	padding: 25px;
}
.bg-gradation-on .post-item-unit .section-ttl-left-group p {
	color: #F39A2E;
}
.bg-gradation-on .post-item-unit .section-ttl-left-group h2.is-style-section_ttl {
	color: #302A24;
}
.bg-gradation-on .post-item-unit .section-ttl-left-group p:after {
	background: #D97718;
background: linear-gradient(180deg, rgba(217, 119, 24, 1) 0%, rgba(246, 196, 83, 1) 100%);
}
.p-postList__meta :before {
	content: none;
}
/* span.p-postList__cat.u-thin.icon-folder {
	background-color: #D97718;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
} */
/* お知らせ */
.post-item .p-postListWrap {
	margin-bottom: 20px;
}
.post-item .-type-simple .p-postList__link {
	padding-top: 20px;
	padding-bottom: 20px;
}
/* お役立ち情報 */
.post-item .-type-list .p-postList__item {
	margin-bottom: 10px;	
}
.post-item .p-postList__body {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.post-item .p-postList__title {
	order: 2;
}
.post-item .p-postList__meta {
	order: 1;
	margin-top: 0;
}
@media screen and (min-width: 960px) {
	.post-item .-type-list .p-postList__thumb {
		width: 30%;
	}
	.post-item .-type-list .p-postList__body {
		width: 65%;
	}
}
@media screen and (max-width: 960px) {
	.post-item-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 30px;
	}
	.post-item {
		flex-basis: 100%;
		padding: 25px;
	}
	/* お知らせ */
	.post-item .-type-simple .p-postList__link {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	/* お役立ち情報 */
	.post-item .-type-list .p-postList__item {
		margin-bottom: 15px;	
	}
}
/* よくある質問---------------------------- */
.faq-read {
	margin-bottom: 40px;
}
.faq-read h3.is-style-section_ttl {
	font-size: 24px;
	margin-bottom: 20px;
}
.faq-read p {
	font-weight: 500;
	text-align: center;
}
.swell-block-accordion__title {
	background-color: #FAF6F0;
	padding-left: 70px;
	position: relative;
	font-weight: 500;
}
.swell-block-accordion__title:before {
	content: "Q";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid #D97718;
	position: absolute;
	color: #D97718;
	font-size: 18px;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.swell-block-accordion__body {
	background-color: #FFFFFF;
	padding-left: 70px;
	position: relative;
	font-weight: 500;
}
.swell-block-accordion__body:before {
	content: "A";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid #F6C453;
	color: #F6C453;
	position: absolute;
	left: 15px;
	top: 15px;
}
.swell-block-accordion__item+.swell-block-accordion__item {
	margin-top: 20px;
}
.white-faq .swell-block-accordion__title {
	background-color: #FFFFFF;
}
@media screen and (max-width: 960px) {
	.faq-read {
		margin-bottom: 30px;
	}
	.faq-read h3.is-style-section_ttl {
		font-size: 20px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 600px) {
	.swell-block-accordion__title {
		padding-left: 55px;
	}
	.swell-block-accordion__title:before {
		content: "Q";
		width: 30px;
		height: 30px;
		left: 10px;
		font-size: 14px;
	}
	.swell-block-accordion__body {
		padding-left: 55px;
	}
	.swell-block-accordion__body:before {
		width: 30px;
		height: 30px;
		left: 10px;
		font-size: 14px;
	}
	.swell-block-accordion__item+.swell-block-accordion__item {
		margin-top: 15px;
	}
}
/* フッターーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.footer-logo {
	margin-bottom: 40px;
}
.footer-logo img {
	max-width: 225px;
}
.l-footer__foot {
	padding: 0;
}
ul.footer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	gap: 50px;
	position: relative;
	max-width: 1300px;
	margin: 0 auto 60px;
	padding-top: 40px;
	padding-left: 0;
}
ul.footer-menu:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #BCBCBC;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
ul.footer-menu > li > a {
	display: block;
	margin-bottom: 15px !important;
	padding-left: 8px;
	border-left: 2px solid #302A24;
}
ul.footer-menu a {
	font-weight: 500;
	color: #302A24;
}
ul.footer-child-menu {
	list-style-type: none !important;
	padding: 0;
}
ul.footer-child-menu li a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  content: "\f105";
}
ul.footer-child-menu li a {
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 3px;
	color: #302A24;
}
/* copy-right */
p.copyright {
	padding: 10px 0;
	background-color: #302A24;
	color: #FFFFFF;
}
@media screen and (max-width: 600px) {
	.footer-logo img {
		max-width: 180px;
	}
	.footer-logo-area {
		position: relative;
	}
	.footer-logo-area {
	}
	ul.footer-menu {
		justify-content: flex-start;
		gap: 10px 30px;
		margin: 0 auto 40px;
		max-width: calc(100% - 30px);
	}
	ul.footer-menu > li {
		flex-basis: 100%;
		border-bottom: 1px solid #302A24;
		padding-bottom: 10px;
	}
}
/* Footer SNSアイコン */
.footer-sns-unit {
	display: flex;
	gap: 20px;
	justify-content: center;
}
.footer-sns-unit a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 27px;
	background-color: #2B2B2B;
	border: 1px solid #2B2B2B;
	transition: .3s;
}
.footer-sns-unit a i {
	color: #FFFFFF;
	font-size: 25px;
	transition: .3s;
}
.footer-sns-unit a:hover {
	background-color: #FFFFFF;
	transition: .3s;
}
.footer-sns-unit a:hover i {
	color: #333333;
	transition: .3s;
}
@media screen and (max-width: 600px) {
	.footer-sns-unit {
		gap: 20px;
	}
	.footer-sns-unit a {
		width: 40px;
		height: 40px;
	}
	.footer-sns-unit a i {
		font-size: 23px;
	}
}
/* ----------------------------------------下層ページ共通パーツ----------------------------------------下層ページ共通パーツ----------------------------------------下層ページ共通パーツ
下層ページ共通パーツ
 ----------------------------------------*/
/* 下層ページタイトル */
div#top_title_area {
	min-height: 350px;
	margin: 10px auto 0;
	max-width: calc(100% - 20px);
}
div#top_title_area h1.c-pageTitle {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 38px;
	font-weight: 700;
}
div#top_title_area .c-pageTitle__subTitle {
	margin: 0;
	opacity: 1;
	font-size: 20px;
	color: #F39A2E;
}
@media screen and (max-width: 960px) {
	div#top_title_area {
		min-height: 250px;
		margin: 5px auto 0;
		max-width: calc(100% - 10px);
	}
	div#top_title_area h1.c-pageTitle {
		gap: 10px;
		font-size: 30px;
	}
	div#top_title_area .c-pageTitle__subTitle {
		font-size: 16px;
	}
}
@media screen and (max-width: 600px) {
	div#top_title_area h1.c-pageTitle {
		font-size: 28px;
	}
}

/* ----------------------------------------トレルバ整骨院について----------------------------------------トレルバ整骨院について----------------------------------------トレルバ整骨院について
トレルバ整骨院について
 ----------------------------------------*/
/* コンセプト */
.aboutus-slider  {
	margin-bottom: 40px;
}
.about-concept-txt {
	max-width: 900px;
	margin: 0 auto;
}
.about-concept-txt h3.is-style-section_ttl {
	font-size: 24px;
	margin-bottom: 30px;
}
.about-concept-txt p {
	font-weight: 500;
}
@media screen and (max-width: 960px) {
	.aboutus-slider  {
		margin-bottom: 30px;
	}
	.about-concept-txt {
		padding: 0 20px;
	}
	.about-concept-txt h3.is-style-section_ttl {
		font-size: 20px;
		margin-bottom: 20px;
	}
}
/* トレーニングをする場。からだの悩み、、、 */
#treluva-mess-area {
	padding: 100px 0 130px !important;
}
.treluva-mess-txt {
	padding: 50px 20px;
	background-color: #FFFFFF;
	border-radius: 30px;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
	position: relative;
}
figure.treluva-mess-logo-image {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px;
	background-color: #FFFFFF;
	margin-bottom: 40px;
}
.treluva-mess-txt h3.is-style-section_ttl {
	font-size: 24px;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 0;
}
.treluva-mess-txt p {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	font-weight: 500;
	line-height: 2;
}
.treluva-mess-image-1,
.treluva-mess-image-2 {
	margin-bottom: 0;
	position: absolute;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
.treluva-mess-image-1 {
	top: -100px;
	right: -150px;
}
.treluva-mess-image-2 {
	bottom: -100px;
	left: -150px;
}
.treluva-mess-image-1 img,
.treluva-mess-image-2 img {
	max-width: 300px;
}
@media screen and (max-width: 960px) {
	#treluva-mess-area {
		padding: 100px 0 150px !important;
	}
	.treluva-mess-txt {
		padding: 50px 20px;
		border-radius: 20px;
	}
	figure.treluva-mess-logo-image {
		max-width: 250px;
		margin-bottom: 30px;
	}
	.treluva-mess-txt h3.is-style-section_ttl {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.treluva-mess-txt p {
		text-align: left;
	}
	.treluva-mess-image-1 {
		top: -130px;
		right: -60px;
	}
	.treluva-mess-image-2 {
		bottom: -130px;
		left: -60px;
	}
}
/* 会社概要 */
.simple-table td {
	padding-top: 20px;
	padding-bottom: 20px;
}
.simple-table tr td:first-child {
	border-bottom: 1px solid #D97718;
	font-weight: 500;
}
.simple-table tr:first-child td {
	border-top: none;
}
@media screen and (max-width: 960px) {
	.simple-table td {
		padding-top: 10px;
		padding-bottom: 10px;
		border: none;
	}
	.simple-table tr td:first-child {
		border-bottom: none;
		font-weight: 500;
		background-color: #F39A2E;
		color: #FFFFFF;
	}
}
/* 代表挨拶 */
.seo-mess-image {
	margin-bottom: 40px;
}
.seo-mess-txt-group h3.is-style-section_ttl {
	font-size: 24px;
	margin-bottom: 30px;
}
p.seo-mess-txt-group-disc {
	font-weight: 500;
	font-size: 18px;
	line-height: 2;
	margin-bottom: 30px;
}
p.seo-mess-txt-group-name strong {
	font-size: 18px;
}
@media screen and (max-width: 960px) {
	.seo-mess-image {
		margin-bottom: 40px;
	}
	.seo-mess-txt-group h3.is-style-section_ttl {
		font-size: 20px;
		margin-bottom: 20px;
	}
	p.seo-mess-txt-group-disc {
		font-size: 15px;
		line-height: 1.8;
		margin-bottom: 20px;
	}
}
/* ----------------------------------------コース料金----------------------------------------コース料金----------------------------------------コース料金
コース料金
 ----------------------------------------*/
/* コース選択 */
.course-top-menu {
	background-color: #FAF6F0;
	padding: 40px 25px;
	border-radius: 10px;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
	margin-bottom: 80px;
}
.course-menu-read {
	margin-bottom: 30px;
}
.course-menu-read h3.is-style-section_ttl {
	text-align: left;
	font-size: 24px;
	margin-bottom: 15px;
}
.course-menu-read p {
	line-height: 2;
}
.bg-gradation-on .course-top-menu .section-ttl-left-group p {
	color: #F39A2E !important;
}
.bg-gradation-on .course-top-menu .section-ttl-left-group h2.is-style-section_ttl {
	color: #302A24 !important;
}
.bg-gradation-on .course-top-menu .section-ttl-left-group p:after {
    background: #D97718;
    background: linear-gradient(180deg, rgba(217, 119, 24, 1) 0%, rgba(246, 196, 83, 1) 100%);
}
@media screen and (max-width: 960px) {
	.course-top-menu {
		padding: 30px 20px;
		margin-bottom: 50px;
	}
	.course-menu-read h3.is-style-section_ttl {
		font-size: 20px;
	}
}
/* アンカーリンクユニット--------------------------- */
.anker-menu-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
}
.anker-menu-item-unit.column-2 > .wp-block-group__inner-container {
	gap: 30px;
}
.anker-menu-item-unit.column-3 > .wp-block-group__inner-container {
	gap: 20px;
}
.column-2 .anker-menu-item  {
	flex-basis: calc((100% - 30px) / 2);
}
.column-3 .anker-menu-item  {
	flex-basis: calc((100% - 40px) / 3);
}
.anker-menu-item {
	margin-bottom: 0;
	padding: 15px 10px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	border-radius: 10px;
	position: relative;
	transition: .3s;
}
.anker-menu-item > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.anker-menu-item-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	flex-basis: 72px;
	border-radius: 36px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-bottom: 0;
	transition: .3s;
}
.anker-menu-item-txt {
	flex-basis: calc((100% - 87px));
	margin-bottom: 0;
}
.anker-menu-item-txt p {
  font-family: "Barlow", sans-serif;
	font-style: italic;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 5px;
	transition: .3s;
}
.anker-menu-item-txt h3.is-style-section_ttl {
	margin-top: 0;
	font-size: 20px;
	transition: .3s;
}
.anker-menu-item i {
	color: #F39A2E;
	font-size: 22px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	margin-bottom: 0;
	transition: .3s;
}
.anker-menu-item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.anker-menu-item:hover {
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
	border: 1px solid #F39A2E;
	background: #FFF6E8;
	transition: .3s;
}
.anker-menu-item:hover .anker-menu-item-image {
	border: 1px solid #F39A2E;
	transition: .3s;
}
.anker-menu-item:hover .anker-menu-item-txt h3.is-style-section_ttl {
	color: #F39A2E;
	transition: .3s;
}
.anker-menu-item:hover .anker-menu-item-txt p {
	color: #F39A2E;
	transition: .3s;
}
.anker-menu-item:hover i {
	top: 60%;
	transform: translateY(-60%) rotate(360deg);
	transition: .3s;
}
@media screen and (max-width: 960px) {
	.anker-menu-item-unit.column-2 > .wp-block-group__inner-container {
		gap: 15px;
	}
	.anker-menu-item-unit.column-3 > .wp-block-group__inner-container {
		gap: 15px;
	}
	.anker-menu-item-unit.plunselect-item-unit.column-3 > .wp-block-group__inner-container {
		gap: 35px;
	}
	.column-2 .anker-menu-item  {
		flex-basis: calc((100% - 15px) / 2);
	}
	.column-3 .anker-menu-item  {
		flex-basis: calc((100% - 15px) / 2);
	}
	.anker-menu-item {
		padding: 10px;
	}
	.anker-menu-item > .wp-block-group__inner-container {
		gap: 10px;
	}
	.anker-menu-item-image {
		width: 60px;
		height: 60px;
		flex-basis: 60px;
		border-radius: 30px;
	}
	.anker-menu-item-txt {
		flex-basis: calc((100% - 75px));
	}
	.anker-menu-item-txt p {
		margin-bottom: 0px;
	}
	.anker-menu-item-txt h3.is-style-section_ttl {
		font-size: 18px;
	}
	.anker-menu-item i {
		font-size: 20px;
		right: 15px;
	}
}
@media screen and (max-width: 600px) {
	.anker-menu-item-unit.column-2 > .wp-block-group__inner-container {
		gap: 15px;
	}
	.anker-menu-item-unit.column-3 > .wp-block-group__inner-container {
		gap: 15px;
	}
	.column-2 .anker-menu-item  {
		flex-basis: 100%;
	}
	.column-3 .anker-menu-item  {
		flex-basis: 100%;
	}
	.anker-menu-item-image {
		width: 55px;
		height: 55px;
		flex-basis: 55px;
	}
	.anker-menu-item-image img {
		max-width: 35px;
	}
	.anker-menu-item-txt {
		flex-basis: calc((100% - 70px));
	}
}
/* ----------------------------------------店舗詳細---------------------------------------店舗詳細---------------------------------------店舗詳細
店舗詳細
 ----------------------------------------*/
.access-map {
	margin-bottom: 20px;
}
/* トレーナー紹介------------ */
.trainer-item-unit {
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 35px 50px;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
}
.trainer-item-unit > .wp-block-group__inner-container {
	display: flex;
	gap: 25px;
}
.trainer-item-unit figure {
	flex-basis: calc((100% - 25px) / 2);
	margin-bottom: 0;
}
.trainer-item-unit figure img {
	border-radius: 20px;
}
.trainer-item-txt {
	flex-basis: calc((100% - 25px) / 2);
}
.trainer-item-txt h3.is-style-section_ttl {
	text-align: left;
	font-size: 24px;
	margin-bottom: 30px;
	padding-left: 15px;
	position: relative;
}
.trainer-item-txt h3.is-style-section_ttl:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 3px;
	background: #E8890C;
	position: absolute;
	top: 0;
	left: 0;
}
.trainer-table {
	margin-bottom: 35px !important;
}
.trainer-table td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.trainer-table tr td:first-child {
	font-weight: 500;
}
.trainer-item-message {
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #D97718;
	padding: 20px;
}
.trainer-item-message  h4.is-style-section_ttl {
	display: inline-block;
	background-color: #FFFFFF;
	padding: 4px 20px;
	font-size: 20px;
	color: #D97718;
  font-family: "Barlow", sans-serif;
	font-style: italic;
	font-weight: 600;
	position: absolute;
	top: -18px;
	left: 20px;
}
.trainer-item-message p {
	font-weight: 500;
	font-size: 15px;
}
/* 店舗詳細ページのFooter CTA */
.parent-pageid-18 #footer #cta-area {
	display:none;
}
@media screen and (max-width: 960px) {
	.trainer-item-unit {
		padding: 15px 20px;
		border: 1px solid #D97718; 
	}
	.trainer-item-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 20px;
	}
	.trainer-item-unit figure {
		flex-basis: 100%;
	}
	.trainer-item-txt {
		flex-basis: 100%;
	}
	.trainer-item-txt h3.is-style-section_ttl {
		font-size: 20px;
		padding-left: 10px;
	}
	.trainer-table {
		margin-bottom: 30px !important;
	}
	.trainer-table td {
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 14px;
	}
	.trainer-table tr td:first-child {
		font-weight: 500;
	}
	.trainer-item-message {
		padding: 20px 15px;
	}
	.trainer-item-message  h4.is-style-section_ttl {
		padding: 3px 10px;
		top: -15px;
		left: 15px;
		font-size: 18px;
	}
	.trainer-item-message p {
		font-size: 14px;
	}
}
@media screen and (max-width: 960px) {
	.trainer-item-unit {
		padding: 15px;
	}
}
/* ----------------------------------------よくある質問----------------------------------------よくある質問----------------------------------------よくある質問
よくある質問
 ----------------------------------------*/
.faq-top-read {
	font-weight: 500;
	margin-bottom: 80px;
}
/* 質問タイトル */
.faw-sec-ttl-outer {
	position: relative;
	margin-bottom: 80px;
}
.faw-sec-ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.faw-sec-ttl > .wp-block-group__inner-container {
	display: inline-block;
	background-color: rgba(255,255,255,.75);
	text-align: center;
	padding: 20px 80px;
	border-radius: 10px;
}
.faw-sec-ttl p {
	color: #F39A2E;
  font-family: "Barlow", sans-serif;
	font-style: italic;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 5px;
}
.faw-sec-ttl h2.is-style-section_ttl {
	margin-top: 0;
	font-size: 20px;
}
.faq-900 {
	max-width: 900px;
	margin: 0 auto 80px;
}
@media screen and (max-width: 960px) {
	.faq-top-read {
		margin-bottom: 50px;
		text-align: left !important;
	}
	.faw-sec-ttl-outer {
		margin-bottom: 50px;
	}
	.faw-sec-ttl > .wp-block-group__inner-container {
		padding: 20px 40px;
	}
	.faw-sec-ttl p {
	}
	.faw-sec-ttl h2.is-style-section_ttl {
		white-space: nowrap;
	}
	.faq-900 {
		margin: 0 auto 50px;
		padding: 0 20px;
	}
}
@media screen and (max-width: 600px) {
	.faq-top-read {
		margin-bottom: 30px;
	}
	.faw-sec-ttl-outer {
		margin-bottom: 30px;
		width: 100%;
	}
	.faw-sec-ttl > .wp-block-group__inner-container {
		padding: 15px 20px;
	}
	.faw-sec-ttl-outer figure img {
		height: 200px !important;
		object-fit: cover;
	}
	.faq-900 {
		margin: 0 auto 30px;
		padding: 0 15px;
	}
}
/* ----------------------------------------対応症状ページ ----------------------------------------対応症状ページ ----------------------------------------対応症状ページ
対応症状ページ
 ----------------------------------------*/
.symptoms-top-read {
	margin-bottom: 40px;
}
.symptoms-top-read h3.is-style-section_ttl {
	font-size: 24px;
	margin-bottom: 20px;
}
.symptoms-top-read p {
	font-weight: 500;
}
.symptoms-item-unit {
	margin-bottom: 50px;
}
h2.is-style-section_ttl.symptoms-unit-ttl {
	font-size: 24px;
	margin-bottom: 	30px;
	padding-left: 15px;
	position: relative;
}
h2.is-style-section_ttl.symptoms-unit-ttl:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 3px;
	background: #E8890C;
	position: absolute;
	top: 0;
	left: 0;
}
.symptoms-btn-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 25px;
}

@media screen and (max-width: 960px) {
	.symptoms-top-read {
		margin-bottom: 30px;
	}
	.symptoms-top-read h3.is-style-section_ttl {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.symptoms-item-unit {
		margin-bottom: 60px;
	}
	h2.is-style-section_ttl.symptoms-unit-ttl {
		font-size: 20px;
		margin-bottom: 30px;
		padding-left: 10px;
	}
	.symptoms-btn-unit > .wp-block-group__inner-container {
		gap: 10px 20px;
	}
}
/* ----------------------------------------
お問い合わせページ
 ----------------------------------------*/
.contact-top-mess h2.is-style-section_ttl {
	font-size: 24px;
	margin-bottom: 20px;
}
.contact-top-mess p {
	text-align: center;
	line-height: 2;
}
.line-contact-read {
	margin-bottom: 40px;
}
.line-contact-flow h3.is-style-section_ttl {
	font-size: 24px;
	margin-bottom: 	40px;
	padding-left: 15px;
	position: relative;
}
.line-contact-flow h3.is-style-section_ttl:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 3px;
	background: #D97718;
	background: linear-gradient(180deg, rgba(217, 119, 24, 1) 0%, rgba(246, 196, 83, 1) 100%);
	position: absolute;
	top: 0;
	left: 0;
}
.line-contact-flow-item-unit {
	position: relative;
}
.line-contact-flow-item-unit:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 5px;
	background: #D97718;
	background: linear-gradient(85deg, rgba(217, 119, 24, 1) 0%, rgba(246, 196, 83, 1) 100%);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.line-contact-flow-item-unit > .wp-block-group__inner-container {
	display: flex;
	gap: 20px;
}
.line-contact-flow-item {
	background-color: #FFFFFF;
	flex-basis: calc((100% - 60px) / 4);
	padding: 20px 20px 10px;
	margin-bottom: 0;
	position: relative;
	border-radius: 5px;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
.line-contact-flow-item p {
	margin-bottom: 0;
  font-family: "Barlow", sans-serif;
	font-size: 22px;
	font-weight: 600;
	font-style: italic;
	color: #F39A2E;
	position: absolute;
	top: -20px;
	left: 0;
}
.line-contact-flow-item figure {
	margin-bottom: 10px;
}
.line-contact-flow-item h4.is-style-section_ttl  {
	margin-top: 0;
	font-weight: 500;
	font-size: 18px;
}
@media screen and (max-width: 960px) {
	.contact-top-mess h2.is-style-section_ttl {
		font-size: 20px;
		margin-bottom: 15px;
		text-align: left;
	}
	.contact-top-mess p {
		text-align: left;
	}
	.line-contact-read {
		margin-bottom: 30px;
	}
	.line-contact-flow h3.is-style-section_ttl {
		font-size: 20px;
		margin-bottom: 	30px;
		padding-left: 10px;
	}
	.line-contact-flow-item-unit:before {
		content: none;
	}
	.line-contact-flow-item-unit > .wp-block-group__inner-container {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 15px;
	}
	.line-contact-flow-item {
		background-color: #FFFFFF;
		flex-basis: calc((100% - 15px) / 2);
		padding: 20px 10px 10px;
	}
	.line-contact-flow-item p {
		font-size: 20px;
	}
	.line-contact-flow-item figure {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 600px) {
	.line-contact-flow-item-unit > .wp-block-group__inner-container {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 10px;
	}
	.line-contact-flow-item {
		flex-basis: calc((100% - 10px) / 2);
		padding: 20px 5px 10px;
	}
	.line-contact-flow-item figure img {
		max-width: 50px;
	}
	.line-contact-flow-item p {
		font-size: 20px;
	}
	.line-contact-flow-item figure {
		margin-bottom: 15px;
	}
	.line-contact-flow-item h4.is-style-section_ttl  {
		font-size: 16px;
	}
}
/* フォーム前のリード */
.form-contact-read {
	margin-bottom: 40px;
}
.form-contact-read h3.is-style-section_ttl {
	margin-bottom: 20px;
	font-size: 24px;
}
.form-contact-read p {
	line-height: 2;
}
@media screen and (max-width: 960px) {
	.form-contact-read {
		margin-bottom: 30px;
	}
	.form-contact-read h3.is-style-section_ttl {
		margin-bottom: 15px;
		font-size: 20px;
	}
}
/* フォーム---------------- */
.form-item {
	display: flex;
	padding: 10px 0;
}
/* ラベル */
.form-item label {
	flex-basis: 25%;
	display: flex;
	align-items: center;
}
/* ※ */
.form-item label span {
	color: red;
	line-height: 0.5;
	padding-left: 10px;
}
/* form */
.form-item > span {
	width: 75%;
}
.form-item input{
	height: 45px;
	width: 100%;
	background-color: #F7F7F7;
	border-radius: 5px;
}
/* 店舗選択 */
select#store-select {
	min-width: 200px;
	height: 45px;
	border-radius: 5px;
	background-color: #F7F7F7;
}
/* 予約希望日時 */
.reservation-item-outer {
}
.reservation-item-unit {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 20px;
	margin-bottom: 10px;
}
.reservation-item {
}
input#reservation-data-1,
input#reservation-data-2,
input#reservation-data-3 {
} 
select#reservation-time-1,
select#reservation-time-2,
select#reservation-time-3 {
	border-radius: 5px;
	height: 45px;
	background-color: #F7F7F7;
}
/* お問い合わせ内容 */
.form-item textarea {
	width: 100%;
	max-height: 150px;
	background-color: #F7F7F7;
	border-radius: 5px;
}
/* 電話番号 */
input#your-tel {
	max-width: 200px;
}
/* 個人情報取扱同意 */
.last-check {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.last-check input {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.last-check label {
	padding-left: 15px;
	font-size: 16px;
	line-height: 2em;
}
.last-check label a {
	color: #0D90B7;
}
/* 送信ボタン　 */
.send-btn {
	position: relative;
	max-width: 265px;
	height: 50px;
	margin: 0 auto;
	margin-top: 30px;
}
.send-btn input{
	width: 100%;
	padding: 15px 20px;
	background-color: #0F2027;
	background: #D97718;
	background: linear-gradient(85deg, rgba(217, 119, 24, 1) 0%, rgba(246, 196, 83, 1) 100%);
	color: #FFFFFF;
	letter-spacing: .2em;
	transition: .3s;
	border: 1px solid #D97718;
	font-weight: bold;
}
/* 送信ボタンホバー */
.send-btn input:hover {
	background: #FFFFFF;
	color: #D97718;
	transition: .3s;
}
/* チェックリスト */
.form-item.subject input {
	height: auto !important;
	width: auto;
}
.form-item.subject span label {
	font-size: 14px !important;
}
span#your-subject span {
	color: #302A24;
}
.form-item.subject .wpcf7-list-item-label {
	padding-left: 3px;
}
/* お問合せ SP*/
@media screen and (max-width: 960px) {
		.contact-form-inner {
			margin: 0 auto;
			padding: 0;
		}
		.form-item {
			display: flex;
			flex-direction: column;
		}
		.form-item label {
			flex-basis: 100%;
			justify-content: left;
		}
	 .form-item label br {
		 display: none;
	}
		.form-item > span {
			width: 100%;
		}
		.form-item input{
			height: 45px;
			width: 100%;
		}
		.form-item textarea {
			min-height: 200px;
		}
		.last-check {
			margin-top: 15px;
		}
		.send-btn {
			margin-top: 20px;
		}
		.send-btn input{
			height: 60px;
		}
	.your-subject span.wpcf7-list-item {
		width: 100%;
		margin-left: 0;
	}
	.your-subject input {
		height: 30px !important;
	}
}