
/*=======================
@@ Foundation
=======================*/
:root{
	--content-max-width: 192rem;
	--leading-trim: calc((1em - 1lh) / 2);
	--title-sp-coefficient: 1.25;
	--vw: 1vw;
}
@media screen and (min-width: 751px) {
	:root{
		--content-max-width: 192rem;
		--leading-trim: calc((1em - 1lh) / 2);
		--title-sp-coefficient: 1.25;
	}
}
html{
	font-size: 10px;
}
body{
	margin: 0 auto;
	padding: 0;
	font-family: "Zen Old Mincho", serif;
	background: #fff;
	font-size: 1rem;
  /* letter-spacing: 0.08em; */
	color: #484646;
	line-height: 2;
	font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
	html{
		font-size: calc(var(--vw) * 1.33333);/* window750pxのとき1rem = 10px*/
	}
}
div,p,ol,ul,li,h1,h2,h3,h4,h5,h6,dl,dt,dd,form,input,th,td,caption {
	margin: 0;
	padding: 0;
}
a,
a:link,
a:visited { color:#e61560; }
a:hover,
a:active { color:#e61560; } 
#wrapper img{
	border: none;
	vertical-align:bottom;
	max-width: 100%;
}
p {
	text-align: left;
}
ul,
li {
	list-style:none;
}
.sp {
	display: block;
}
img.sp {
	display: inline;
}
.pc {
	display: none;
}
@media screen and (min-width: 751px) {
	body{
		font-size: 1rem;
		/* letter-spacing: 0.1em; */
	}
	.sp,
	img.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	img.pc {
		display: inline;
	}
}

/*=======================
@@ Component
=======================*/
/*---------- #common ----------*/
.inner {
	width: 75rem;
	position:relative;
	margin: 0 auto;
}
#scrpt {
	display:none;
}
.clearfix {
	overflow: hidden;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.heading-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 5.3rem;
	position: relative;
}

.heading-1::before {
	content: "";
	width: 4rem;
	height: .2rem;
	background-color: #484646;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

@media screen and (max-width: 750px) {
	.heading-1::before {
		width: calc(calc(40/750) * 100vw);
		height: calc(calc(2/750) * 100vw);
	}
}

.heading-1__main {
	font-family: "Cormorant", serif;
	font-size: 4.2rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 1;
}

.heading-1__sub {
	font-size: 2.6rem;
	letter-spacing: normal;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 1.6rem;
	text-align: center;
}

.heading-2__main {
	font-size: 4rem;
	font-weight: 600;
	color: #b6ab96;
	line-height: 1.7;
	text-align: center;
	letter-spacing: -0.05em;
}

@media screen and (max-width: 750px) {
	.heading-2__main {
		font-size: calc(calc(40/750) * 100vw);
		margin-left: calc(calc(-12/750) * 100vw);
		margin-right: calc(calc(-12/750) * 100vw);
	}
}

/*=======================
@@ Project
=======================*/
/*----------#header----------*/
p.keyword {
	background: #000;
	text-align: center;
	font-size: 2.1em;
	line-height: 1.538;
	color: #fff;
}
#header {
	position: absolute;
	width: 100%;
	z-index: 2000;
}
#header.fixed {
	position: fixed;
	left: rem;
	top: rem;
}
#header .headWrap {
	background: #fff;
}
#header h1 {
	padding: 2rem 0 2rem 3rem;
}
#header p.p-menu {
	position: absolute;
	right: 3rem;
	top: 2rem;
	cursor: pointer;
}
#header p.p-menu.active {
	background: url("../img/header_menu_on.png")
}
#header p.p-menu.active img {
	visibility: hidden;
}

/*----------#fixedCv----------*/
#fixedCv {
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	left: .1rem;
	bottom: rem;
	width: 74.8rem;
	z-index: 2100;
	padding-bottom: 0;
	transition: all 0.5s;
}
#fixedCv.hide {
	display: none;
}
#fixedCv.show {
	bottom: 0;
}
#fixedCv .incnt {
	background: url("../img/fixedCv_bg.png") center top no-repeat;
	padding-top: 1.4rem;
	padding-bottom: 2.8rem;
	display: none;
}
#fixedCv dl.friend {
	margin-bottom: 0;
}
@media screen and (min-width: 751px) {
	#fixedCv {
		background-color: rgba(255,255,255,0.9);
		box-shadow: rem rem 2rem rem rgba(0, 0, 0, 0.4);
		position: fixed;
		left: auto;
		bottom: auto;
		top: 17rem;
		right: rem;
		width: 25rem;
		padding-bottom: 0;
		transition: all 0.5s;
	}
	#fixedCv .inner {
		width: 25rem;
	}
	#fixedCv .incnt {
		background: url();
		padding-top: rem;
		padding-bottom: rem;
		display: block;
		position: relative;
	}
	#fixedCv ul.contact {
		padding: 0;
		font-size: 0;
	}
	#fixedCv ul.contact li {
		display: inline-block;
		margin: 0;
	}
	#fixedCv dl.friend {
		border-top: #000 solid rem;
		padding: rem;
		position: relative;
		margin-bottom: rem;
		padding-bottom: 8rem;
	}
	#fixedCv dl.friend dd {
		position: relative;
		left: rem;
		top: rem;
	}
	#fixedCv dl.friend dt {
		position: absolute;
		left: 0;
		bottom: 0;
	}
}

/*----------#headnavi----------*/
.headnavi {
	background: url("../img/headnavi_bg.png") center top no-repeat;
	width: 100%;
	height: 12.8rem;
	display: none;
}
.headnavi ul li {
	float: left;
}


/*----------#fv----------*/
#fv {
	margin-top: 12.8rem;
	position: relative;
	overflow: hidden;
	border-bottom: #e5e5e5 solid .1rem;
}
#fv ul.link {
	position: absolute;
	left: rem;
	bottom: rem;
}
#fv ul.link li {
	float: left;
}
#fv ul.link li:nth-child(3) {
	margin-top: -1.8rem;
}
#fv .swiper-container {
	width: 75rem;
	margin: 0 0;
}
#fv .swiper-slide {
	text-align: left;
	width: 75rem;
	padding-bottom: 7.9rem;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#fv .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    border-radius: 100%;
    background: #dadada;
    opacity: 1;
	cursor: pointer;
}
#fv .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e61560;
}
#fv .swiper-container-horizontal>.swiper-pagination-bullets,
#fv .swiper-pagination-custom, .swiper-pagination-fraction {
	position: relative;
	z-index: 110;
	bottom: 3.9rem;
	left: 0;
	width: 100%;
}
#fv .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1rem;
}
@media screen and (min-width: 751px) {
	#fv .swiper-container {
		width: 100%;
		margin: 0 0;
	}
	#fv .swiper-slide {
		width: 100%;
	}
	#fv .swiper-slide img {
		display: block;
		width: 75rem;
		margin: 0 auto;
	}
	#fv h2#fv01 {
		background: url(../img/fv01_bg.jpg) center top no-repeat;
	}
	#fv h2#fv02 {
		background: url(../img/fv02_bg.jpg) center top no-repeat;
	}
}

/*----------0.mv----------*/
.mv {
	margin: auto;
	max-width: var(--content-max-width);
	background: #c8c7c7;
	display: flex;
	justify-content: center;
}

.mv__figure-img {
	object-fit: cover;
	object-position: 50%;
	height: 84rem;
}

@media screen and (max-width: 750px) {
	.mv__figure-img {
		height: auto;
	}
}

/*----------0.intro----------*/
.intro {
	margin: 0 auto;
	padding: 0 3rem;
	max-width: var(--content-max-width);
	background: #fafafa;
	padding-top: 7rem;
	box-sizing: border-box;
}
.intro__panel {
	margin: 0 auto;
	max-width: 104rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5rem 7rem 6rem 5rem;
	border: .1rem solid #b6ab96;
	position: relative;
	box-sizing: border-box;
}
.intro__panel:after {
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: translate(-1rem,-1rem);
	border: .1rem solid #b6ab96;
}
@media screen and (max-width: 750px) {
	.intro {
		padding: 6rem 2.5rem 0 3.5rem;
	}
}
/* @media screen and (max-width: 750px) {
	.intro__panel {
		padding: calc(calc(50/750) * 100vw) calc(calc(66/750) * 100vw) calc(calc(60/750) * 100vw) calc(calc(66/750) * 100vw);
	}
} */


.intro__panel .c-panel__head {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.7rem;
	padding-bottom: 5.3rem;
	position: relative;
}
.intro__panel .c-panel__head::before,
.intro__panel .c-panel__head::after{
	content: "";
	width: 3rem;
	height: .2rem;
	background-color: #b6ab96;
	margin-top: 0.5em;
}
@media screen and (max-width: 750px) {
	.intro__panel .c-panel__head {
		gap: calc(calc(17/750) * 100vw);
		padding-bottom: calc(calc(53/750) * 100vw);
	}
	.intro__panel .c-panel__head::before,
	.intro__panel .c-panel__head::after{
		width: calc(calc(30/750) * 100vw);
		height: calc(calc(2/750) * 100vw);
	}
}
.intro__panel .c-panel__title  {
	color: #b6ab96;
	font-size: 4rem;
	letter-spacing: -0.05em;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
.intro__panel .c-panel__body{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.intro__panel .c-panel__lists{
	font-size: 2.8rem;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	gap: 0.53571em;
}
.intro__panel .c-panel__lists li{
	position: relative;
	color: #484646;
	font-size: 2.8rem;
	letter-spacing: -0.05em;
	line-height: calc(48 / 28);
	padding-left: 2.8571em;
}
.intro__num{
	position: absolute;
	left: 0;
	top: calc(0.5lh - 0.5em + 0.15em);
	height: 2.5rem;
	width: 4rem;
	display: flex;
	align-items: flex-end;
}
.intro__num img{
	height: 100%;
}
@media screen and (max-width: 750px) {
	.intro__panel .c-panel__lists{
		gap: 4rem;
	}
	.intro__panel .c-panel__lists li{
		line-height: 1.4;
	}
}
/*----------0.aboutclinic----------*/
.aboutclinic {
	margin: auto;
	max-width: 189rem;
	background: #fafafa;
	padding: 12.8rem 1.5rem 10rem;
}

@media screen and (max-width: 750px) {
	.aboutclinic {
		background: #fafafa;
	}
}

@media screen and (max-width: 750px) {
	.aboutclinic {
		padding: calc(calc(128/750) * 100vw) calc(calc(12/750) * 100vw) calc(calc(100/750) * 100vw);
	}
}

.aboutclinic__text {
	margin-top: 5.7rem;
}

.aboutclinic__text-body {
	font-size: 2.4rem;
	text-align: center;
	margin-top: 5rem;
}

@media screen and (max-width: 750px) {
	.aboutclinic__text-body {
		font-size: 2.8rem;
		letter-spacing: -0.1em;
	}
}

.aboutclinic__figure {
	display: flex;
	justify-content: center;
	margin-top: 8.9rem;
}

.aboutclinic__figure-img {
	object-fit: cover;
	object-position: 50%;
}

@media screen and (max-width: 750px) {
	.aboutclinic__figure-img {
		height: auto;
	}
}
@media screen and (min-width: 751px) {
	.aboutclinic__figure-img {
    max-height: 99.7rem;
	}
}

/*----------0.aboutmenu----------*/
.aboutmenu {
	margin: auto;
	max-width: 189rem;
	background: #fafafa;
	border-top: .1rem solid #b6ab96;
	padding: 12.8rem 1.5rem 10rem;
}

@media screen and (max-width: 750px) {
	.aboutmenu {
		padding: 12.8rem 3rem 10rem;
	}
}

.aboutmenu__text {
	margin-top: 5.7rem;
}

.aboutmenu__text-body {
	font-size: 2.4rem;
	text-align: center;
	margin-top: 5.2rem;
}

@media screen and (max-width: 750px) {
	.aboutmenu__text-body {
		font-size: 2.8rem;
		letter-spacing: -0.1em;
	}
}

.aboutmenu__text-body + .aboutmenu__text-body{
	margin-top: 5.2rem;
}

.aboutmenu .c-section__body{
	margin-top: 8.7rem;
}
.aboutmenu__panel{
	max-width: 104rem;
	width: 100%;
	margin: 0 auto;
}
.aboutmenu__panel + .aboutmenu__panel{
	margin-top: 10rem;
}
.aboutmenu__panel .c-panel__head {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 7.7rem;
	padding-bottom: 4rem;
	position: relative;
}
.aboutmenu__panel .c-panel__head::before,
.aboutmenu__panel .c-panel__head::after{
	content: "";
	flex: 1;
	height: 1.7rem;
	background: linear-gradient(to bottom, #484646, #484646 0.5pt, transparent 0.5pt, transparent calc(50% - 0.25pt),#484646 calc(50% - 0.25pt),#484646 calc(50% + 0.25pt),transparent calc(50% + 0.25pt),transparent calc(100% - 0.5pt),#484646 calc(100% - 0.5pt));
	margin-top: 0.5em;
}
.aboutmenu__panel .c-panel__title  {
	color: #484646;
	font-size: 4.2rem;
	letter-spacing: -0.05em;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.aboutmenu__panel .c-panel__head {
		gap: 8rem;
	}
}
.aboutmenu__panel.-treatment .c-panel__body{
	border: .1rem solid #b6ab96;
	background: #fff;
	padding: 6rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.aboutmenu__panel.-treatment .c-panel__img{
	max-width: 55.5rem !important;
	width: 100%;
}
@media screen and (max-width: 750px) {
	.aboutmenu__panel .c-panel__head {
		gap: 8rem;
	}
	.aboutmenu__panel.-treatment .c-panel__img{
		max-width: 56.8rem !important;
	}
}
.aboutmenu__panel.-case .c-panel__body {
	--gap: 2rem;
	display: flex;
	gap: var(--gap);
}
.aboutmenu__panel.-case .c-panel__img {
	max-width: calc((100% - var(--gap) * 2) / 3) !important;
	width: 100%;
}
@media screen and (max-width: 750px) {
	.aboutmenu__panel.-case .c-panel__body {
		flex-direction: column;
		align-items: center;
		width: 55.1rem;
		margin: 0 auto;
		--gap: 3rem;
	}
	.aboutmenu__panel.-case .c-panel__img {
		max-width: 100% !important;
	}
}

/*----------0.aboutmenu2----------*/
.aboutmenu2 {
	overflow: hidden;
	margin: auto;
	max-width: var(--content-max-width);
	background: #fafafa;
	padding-top: 12.8rem;
}

.aboutmenu2 .c-section__text:not(:first-child) {
	margin-top: 5.7rem;
}

.aboutmenu2 .c-section__text-body {
	font-size: 2.4rem;
	text-align: center;
}
.aboutmenu2 .c-section__text-body + .c-section__text-body{
	margin-top: 5.2rem;
}

@media screen and (max-width: 750px) {
	.aboutmenu2 .c-section__text-body {
		font-size: 2.8rem;
		letter-spacing: -0.05em;
	}
}

.aboutmenu2 .c-section__body{
	background: #f7f4ee;
	width: 100%;
	padding: 0 5rem;
	box-sizing: border-box;
	--base-size: 3rem;
}
.aboutmenu2 .c-section__body-inner{
	padding: 6rem 0 4.1rem;
	max-width: 94rem;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: flex;
	flex-direction: column;
}
.aboutmenu2 .c-section__text-body.-text02 {
	margin-top: 5.2rem;
}
.aboutmenu2 .c-section__text-body.-text03 {
	font-size: calc(var(--base-size) * 0.9);
	text-align: left;
}
.aboutmenu2 .c-section__text-body.-text04 {
	font-size: 1.8rem;
	text-align: left;
	margin-top: 0.7rem;
}
.aboutmenu2 .c-section__text-body .chara-primary {
	font-weight: 600;
	font-size: calc(var(--base-size) * 1.2);
	line-height: 1.2;
}
.aboutmenu2 .c-section__text-body .chara-secondary {
	font-size: var(--base-size);
}
.aboutmenu2 .c-section__text-body .chara-small {
	font-size: calc(var(--base-size) * 0.8);
}

.aboutmenu2 .c-section__img.-case{
	max-width: 40rem !important;
	width: 100%;
	margin: 8.5rem auto 10rem;
	display: block;
}

.aboutmenu2 .c-section__body .c-section__text-body{
	width: 100%;
}
@media screen and (max-width: 750px) {
	.aboutmenu2 .c-section__body{
		padding: 0 0 0 2.8rem;
		--base-size: 3.4rem;
	}
	.aboutmenu2 .c-section__text-body.-text03 {
		text-align: left;
	}
	.aboutmenu2 .c-section__text-body.-text04 {
		order: 1;
		font-size: 2.8rem;
		line-height: 1.6;
		text-align: left;
		margin-top: 1em;
		z-index: 1;
	}
	.aboutmenu2 .c-section__text-body .chara-primary{
		font-size: calc(var(--base-size) * 1.3);
	}
}
.aboutmenu2 .c-section__figure {
	display: flex;
	justify-content: center;
	margin-top: 8.7rem;
}
.aboutmenu2 .c-section__figure-img {
	object-fit: cover;
	object-position: 50%;
}

@media screen and (max-width: 750px) {
	.aboutmenu2 .c-section__img.-case{
		max-width: 55.1rem !important;
	}
}

.aboutmenu2 .c-section__gallery{
	width: 100%;
	--gap: 2rem;
	max-width: 51rem;
	margin-top: 2.5rem;
	margin-right: auto;
	display: flex;
	gap: var(--gap);
}
.aboutmenu2 .c-section__gallery-img{
	flex: 1;
	max-width: calc((100% - var(--gap)) / 2) !important;
}
.aboutmenu2__doctor-img{
	position: absolute;
	bottom: 0;
	right: -5.7rem;
	width: 49.2rem;
}

@media screen and (max-width: 750px) {
	.aboutmenu2 .c-section__gallery{
		max-width: 45.1rem;
	}
	.aboutmenu2__doctor-img{
		width: 38.6rem;
		right: 0;
	}
}

/*----------0.cv----------*/
.cv {
	padding-bottom: 2.8rem;
}
.cv ul.contact {
	padding: 1.6rem 0 1rem 4rem;
	font-size: 0;
}
.cv ul.contact li {
	display: inline-block;
	margin: 0 1.7rem 1.7rem 0;
}
.cv dl.friend {
	border-top: #000 solid .1rem;
	padding: 2.9rem 0 0 4rem;
	position: relative;
	margin-bottom: 5.2rem;
}
.cv dl.friend dd {
	position: absolute;
	left: 26rem;
	top: 5.3rem;
}
.cv p.atte {
	text-align: center;
	font-size: 1.6em;
	line-height: 1.5;
	color: #444444;
}
.cv01 {
	padding-bottom: 6rem;
}
.cv01 h2 {
	padding-bottom: 2rem;
}

/*----------0.reason----------*/
.reason {
	margin: auto;
	max-width: var(--content-max-width);
	width: 100%;
	background-color: #fafafa;
	padding-top: 12.8rem;
}
.reason .c-section__body{
	margin-top: 8rem;
}

.reason__panels {
	display: flex;
	flex-direction: column;
	background-color: #efebe3;
	border-top: .1rem solid #b6ab96;
}
.reason__panel {
	display: flex;
	padding: 4rem 0 4.6rem;
	flex-direction: column;
	align-items: center;
	border-bottom: .1rem solid #b6ab96;
}

.reason__panel .c-panel__title {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.reason__panel .c-panel__title-num img{
	height: 4.4rem;
	margin-bottom: 2.9rem;
}
.reason__panel .c-panel__title-item{
	font-weight: 600;
	font-size: 4rem;
	line-height: 1.22222;
	color: #b6ab96;
  background-image: linear-gradient(#fafafa, #fafafa); /* 単色 */
  background-size: 100% 100%; /* 幅(0=見えない状態) | 高さ(=線の太さ) */
  background-position: bottom left; /* 右下に配置 */
  background-repeat: no-repeat;
	padding: 0 0.2em 0.11111em;
	letter-spacing: -0.05em;
}
.reason__panel .c-panel__title-item + .c-panel__title-item{
	margin-top: 0.25em;
}


.reason__panel .c-panel__head {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.reason__panel .c-panel__body {
	width: 100%;
	padding: 0 4rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media screen and (min-width: 751px) {
	.reason__panel .c-panel__title-item{
		font-size: 3.6rem;
	}
	.reason__panel .c-panel__body {
		max-width: 60rem;
	}
}


.reason__panel .c-panel__body-title {
	display: flex;
}
.reason__panel .c-panel__body-title-img {
	object-fit: cover;
	object-position: 50%;
}

.reason__panel.-num01 .c-panel__figure {
	margin-top: 5.1rem;
	width: calc(100% - 8rem);
}
.reason__panel.-num02 .c-panel__figure {
	margin-top: 4rem;
	max-width: 40rem;
	width: 72%;
}

.reason__panel .c-panel__body-text {
	font-size: 2.8rem;
	font-family: YuGothic,'游ゴシック',"メイリオ", meiryo,sans-serif;
	letter-spacing: 0.04em;
	margin-top: 3.8rem;
	line-height: 1.8;
}

.reason__loopslide {
	position: relative;
	display: flex;
	width: 100%;
	overflow: hidden;
	margin-top: 4.7rem;
}

.reason__loopslide ul {
	padding: 0;
	display: flex;
	flex-shrink: 0;
}

.reason__loopslide ul:first-child {
	animation: slide1 60s -30s linear infinite;
	backface-visibility: hidden;
	will-change: transform;
}

.reason__loopslide ul:last-child {
	animation: slide2 60s linear infinite;
}

@media only screen and (min-width: 751px) {
	.reason__panel.-num01 .c-panel__figure {
		max-width: 60rem;
		width: 92%;
	}
	.reason__panel .c-panel__body-text {
		font-size: 1.8rem;
	}
	.reason__loopslide:hover ul {
		animation-play-state: paused;
	}
}

.reason__loopslide ul li {
	display: inline-block;
	width: 100%;
	min-width: 40rem;
	max-width: 40rem;
	margin-right: 2rem;
	list-style: none;
	text-align: center;
}

.reason__loopslide ul li img {
	display: block;
	width: 100%;
	height: auto;
}

@keyframes slide1 {
  0% {transform: translateX(100%);}
  to {transform: translateX(-100%);}
}
@keyframes slide2 {
  0% {transform: translateX(0);}
  to {transform: translateX(-200%);}
}

/*----------0.case----------*/
.p-case {
	margin: auto;
	max-width: var(--content-max-width);
	width: 100%;
	background-color: #fafafa;
	padding-top: 12.8rem;
	padding-bottom: 10rem;
}
.p-case .c-section__body{
	margin-top: 8rem;
}

.p-case__panels {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 70rem;
	width: calc(100% - 4rem);
}
.p-case__panel {
	display: flex;
	padding: 3.5rem 0 5rem;
	flex-direction: column;
	align-items: center;
	background-color: #f7f4ee;
}
.p-case__panel + .p-case__panel {
	margin-top: 4rem;
}

.p-case__panel .c-panel__title {
	display: flex;
	align-items: center;
	gap: 2.1rem;
}
.p-case__panel .c-panel__title-num{
	width: 10rem;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: #cdb77d;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-case__panel .c-panel__title-num img{
	height: 3.3rem;
	filter: brightness(2);
}
.p-case__panel .c-panel__title-item{
	font-size: 3.8rem;
	line-height: 1.22222;
	color: #484646;
	letter-spacing: -0.05em;
	font-weight: 600;
}
@media only screen and (min-width: 751px) {
	.p-case__panel .c-panel__title-num{
		width: 8rem;
	}
	.p-case__panel .c-panel__title-num img{
		height: 2.7rem;
	}
	.p-case__panel .c-panel__title-item{
		font-size: 3rem;
	}
}

.p-case__panel .c-panel__head {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.p-case__panel .c-panel__body {
	max-width: 60rem;
	width: 100%;
	margin-top: 5.5rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-case__panel .c-panel__body-title {
	font-family: YuGothic,'游ゴシック',"メイリオ", meiryo,sans-serif;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.22222;
	color: #ffffff;
  background-image: linear-gradient(#cdb77d, #cdb77d); /* 単色 */
  background-size: 100% 100%; /* 幅(0=見えない状態) | 高さ(=線の太さ) */
  background-position: bottom left; /* 右下に配置 */
  background-repeat: no-repeat;
	padding: 0.298em 0.2em;
	letter-spacing: -0.05em;
	max-width: 30rem;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.p-case__panel .c-panel__body-title-img {
	object-fit: cover;
	object-position: 50%;
}
.p-case__panel .c-panel__figure {
	margin-top: 3rem;
	width: 55.1rem;
}
.p-case__panel .c-panel__body-text {
	font-size: 2.8rem;
	font-family: YuGothic,'游ゴシック',"メイリオ", meiryo,sans-serif;
	letter-spacing: 0.04em;
	margin-top: 2rem;
	line-height: 1.8;
}
@media only screen and (min-width: 751px) {
	.p-case__panel .c-panel__body {
		padding: 0 4rem;
	}
	.p-case__panel .c-panel__body-title {
		font-size: 2.2rem;
		max-width: 22.1rem;
	}
	.p-case__panel .c-panel__body-title-img {
		object-fit: cover;
		object-position: 50%;
	}
	.p-case__panel .c-panel__body-text {
		font-size: 1.8rem;
	}
	.p-case__panel .c-panel__figure {
		max-width: 40rem;
		width: 72%;
	}
}
/*----------0.p-menu----------*/
.p-menu {
	margin: auto;
	max-width: var(--content-max-width);
	width: 100%;
	background-color: #fafafa;
	border-top: .1rem solid #B6AB96;
}

.p-menu .c-section__head {
	padding: 12.8rem 1.5rem 0;
	margin: auto;
}
.p-menu .c-section__body {
	padding: 0 3rem 8rem;
	margin: auto;
}
.p-menu__panel{
	max-width: 70rem;
	margin: auto;
}
.p-menu-01__text {
	margin-top: 6rem;
}

/* detail */
.p-menu__panel.-detail .p-menu__item{
	display: flex;
	justify-content: center;
	margin-top: 4.5rem;
}
.p-menu__panel.-detail .p-menu__item.-num01 {
	margin-top: 6.6rem;
}
.p-menu__panel.-detail .p-menu__item-img {
	object-fit: cover;
	object-position: 50%;
}

@media screen and (max-width: 750px) {
	.p-menu__panel.-detail .p-menu__item-img{ height: auto;}
}
@media screen and (min-width: 751px) {
	.p-menu__panel.-detail .p-menu__item.-num01 .p-menu__item-img { max-height: 19rem;}
	.p-menu__panel.-detail .p-menu__item.-num02 .p-menu__item-img { max-height: 32.1rem;}
	.p-menu__panel.-detail .p-menu__item.-num03 .p-menu__item-img { max-height: 44.4rem;}
}


/* downtime-flow */
.p-menu__panel.-downtime-flow {
	max-width: 100rem;
	margin-top: 5.5rem;
}
.p-menu__panel.-downtime-flow .c-panel__head {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.33333em;
	padding-bottom: 4rem;
	position: relative;
	font-size: 2.4rem;
	font-weight: 600;
}
.p-menu__panel.-downtime-flow .c-panel__head::before,
.p-menu__panel.-downtime-flow .c-panel__head::after{
	content: "";
	flex: 1;
	height: .9rem;
	background: linear-gradient(to bottom, #484646, #484646 0.5pt, transparent 0.5pt, transparent calc(100% - 0.5pt),#484646 calc(100% - 0.5pt));
	margin-top: 0.2em;
}
@media screen and (max-width: 750px) {
	.p-menu__panel.-downtime-flow .c-panel__head {
		gap: 2.5rem;
		font-size: 3.2rem;
	}
}
.p-menu__panel.-downtime-flow .c-panel__title  {
	color: #484646;
	font-size: min(2.4rem, 1.8rem);
	letter-spacing: -0.05em;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}
.p-menu__panel.-downtime-flow .c-panel__body{
	--gap: 4rem;
	display: flex;
	gap: var(--gap);
}
.p-menu__media{
	max-width: calc((100% - var(--gap) * 2) / 3);
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	text-align: center;
	position: relative;
}
.p-menu__media:not(:first-child):before{
	content:"";
	display: block;
	width: 2.1rem;
	aspect-ratio: 42/36;
	background: url(../img/downtime-flow_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 45%;
	left: -0.9rem;
	transform: translate(-100%, -50%);
}
.p-menu__media .c-media__tag{
	font-size: 1.8rem;
	font-weight: 500;
	position: absolute;
	top: 0;
	left: 0;
	background: #b6ab96;
	width: 6.3888em;
	height: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	padding-bottom: 0.1em;
	box-sizing: border-box;
}
.p-menu__media .c-media__img{
	width: 100%;
}
.p-menu__media .c-media__text{
	font-size: 1.6rem;
	text-align: center;
	font-family: YuGothic,'游ゴシック',"メイリオ", meiryo,sans-serif;
	font-weight: 500;
}
.p-menu__panel .c-panel__note{
	font-size: 1.2rem;
	font-family: YuGothic,'游ゴシック',"メイリオ", meiryo,sans-serif;
	text-align: right;
	margin-top: 2em;
}
@media screen and (max-width: 750px) {
	.p-menu__panel.-downtime-flow .c-panel__body{
		--gap: 11rem;
		flex-direction: column;
		align-items: center;
	}
	.p-menu__media:not(:first-child):before{
		width: 4.2rem;
		top: -4.5rem;
		left: 50%;
		transform: translate(-50%, -100%)rotate(90deg);
	}
	.p-menu__media{
		max-width: 48rem;
		gap: 2.8rem;
	}
	.p-menu__media .c-media__tag{
		font-size: 3rem;
		width: 18rem;
		height: 5.8rem;
	}
	.p-menu__media .c-media__text{
		font-size: 2.8rem;
		font-weight: 500;
		white-space: nowrap;
	}
	.p-menu__panel .c-panel__note{
		font-size: 2rem;
		margin-top: 2em;
	}
}
/*----------0.policy----------*/
.policy {
	background: url(../img/policy_bg.jpg) center top no-repeat;
	padding: 12.8rem 1.5rem 10rem;
	background-size: cover;
	max-width: 189rem;
    margin: auto;
}

@media screen and (max-width: 750px) {
	.policy {
		padding: calc(calc(128/750) * 100vw) calc(calc(30/750) * 100vw) calc(calc(100/750) * 100vw);
		background: url(../img/policy_bg_sp.jpg) center top no-repeat;
		background-size: cover;
	}
}

.policy__promise {
	background-color: #fff;
	max-width: 62.8rem;
	margin: auto;
	padding: 4.5rem 3.6rem;
	margin-top: 6rem;
}

@media screen and (max-width: 750px) {
	.policy__promise {
		margin-top: 6rem;
		padding: calc(calc(45/750) * 100vw) calc(calc(30/750) * 100vw);
	}
}

.policy__list {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	margin-top: 4.9rem;
}

@media screen and (max-width: 750px) {
	.policy__list {
		gap: calc(calc(61/750) * 100vw);
		margin-top: calc(calc(49/750) * 100vw);
	}
}

.policy__list-item-title {
	font-size: 2.2rem;
	font-weight: 700;
	min-height: 3.6rem;
	background-color: #b6ab96;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0;
}

@media screen and (max-width: 750px) {
	.policy__list-item-title {
		padding:  calc(calc(7/750) * 100vw) 0;
		font-size: calc(calc(30/750) * 100vw);
	}
}

.policy__box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	margin-top: 1.8rem;
}

@media screen and (max-width: 750px) {
	.policy__box {
		gap: calc(calc(20/750) * 100vw);
		margin-top: calc(calc(30/750) * 100vw);
	}
}

@media screen and (min-width: 751px) {
	.policy__pic-img {
		max-height: 14rem;
	}
}
@media screen and (max-width: 750px) {
	.policy__pic-img {
		height: calc(calc(140/750) * 100vw);
	}
}


.policy__box-text {
	font-size: 1.6rem;
	font-family: YuGothic,'游ゴシック',"メイリオ", meiryo,sans-serif;
	letter-spacing: 0.08em;
	flex: 1;
	line-height: 1.8;
}

@media screen and (max-width: 750px) {
	.policy__box-text {
		font-size: calc(calc(26/750) * 100vw);
	}
}

/*----------0.flow----------*/
.flow {
	margin: auto;
	max-width: var(--content-max-width);
	width: 100%;
	background-color: #f6dbde;
	padding: 12.8rem 0 10rem;
}

@media screen and (max-width: 750px) {
	.flow {
		padding: calc(calc(128/750) * 100vw) 0 calc(calc(100/750) * 100vw);
	}
}

.flow__inner {
	padding:  0 1.5rem;
}

@media screen and (max-width: 750px) {
	.flow__inner {
		padding: 0 calc(calc(30/750) * 100vw);
	}
}

.flow__text {
	margin-top: 5.8rem;
}
.flow__text .heading-2__main {
	color: #717070;
}
.flow__list {
	display: flex;
	flex-direction: column;
	gap: 3.4rem;
	margin: 6.6rem auto 0;
}

@media screen and (min-width: 751px) {
	.flow__list {
		width: 70rem;
	}
}

.flow__list-item {
	position: relative;
}
.flow__list-item:not(:last-child)::before {
	content: "";
	background: url(../img/flow_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 7.4rem;
	height: 2.4rem;
	position: absolute;
	right: 0;
	bottom: -2.4rem;
	left: 0;
	margin: auto;
}
.flow__box {
	padding: 2.4rem 2.5rem 1.9rem;
	background-color: #fff;
}

@media screen and (max-width: 750px) {
	.flow__box {
		padding: calc(calc(25/750) * 100vw) calc(calc(20/750) * 100vw);
	}
}

@media screen and (min-width: 751px) {
	.flow__title-img {
		max-height: 4.1rem;
	}
}
@media screen and (max-width: 750px) {
	.flow__title-img {
		height: calc(calc(50/750) * 100vw);
	}
}

.flow__box-text {
	font-size: 1.8rem;
	font-family: YuGothic,'游ゴシック',"メイリオ", meiryo,sans-serif;
	margin-top: 1.1rem;
	line-height: 1.8;
}

@media screen and (max-width: 750px) {
	.flow__box-text {
		font-size: calc(calc(28/750) * 100vw);
		margin-top: calc(calc(25/750) * 100vw);
	}
}

/*----------0.price----------*/
.p-price.c-section{
	margin: auto;
	max-width: var(--content-max-width);
	width: 100%;
	background-color: #fafafa;
	padding: 12.8rem 1.5rem 10rem;
	box-sizing: border-box;
}
.p-price .c-section__body {
	padding: 0 1.5rem;
	margin: 6.7rem auto 0;
}
@media only screen and (max-width: 750px) {
	.p-price {
		padding: 8rem 0;
	}
}
.p-price__panel {
	max-width: 70rem;
	margin: auto;
}
.p-price__panel .c-panel__img{
	margin: 0 auto;
	display:block;
}
.p-price__panel .c-panel__img + .c-panel__img{
	margin-top: 4rem;
}

.p-price__panel .c-panel__note{
	font-size: 1.4rem;
	font-family: YuGothic,'游ゴシック',"メイリオ", meiryo,sans-serif;
	text-align: center;
	margin-top: 2em;
}
.p-price__panel .c-panel__text1{font-size:2rem;margin-top:8rem;text-align:center;}
@media only screen and (max-width: 750px){
	.p-price__panel .c-panel__text1{
		font-size:2.8rem;
		margin-top: 4.6rem;
	}
	.p-price__panel .c-panel__note{
		font-size: 2.4rem;
		margin-top: 2rem;
	}
}
.p-price__panel .c-panel__lists{display:flex;gap:2rem;margin-top:3rem;}
@media only screen and (max-width: 750px){
.p-price__panel .c-panel__lists{gap:1rem;}
}
.p-price__panel .c-panel__list-item{width:100%;height:10rem;display:flex;justify-content:center;align-items:center;font-size:2rem;font-weight:700;color:#CDB77D;text-align:center;background-color:#fff;border:1px solid #CDB77D;border-radius:1.2rem;line-height:1.2;}
@media only screen and (max-width: 750px){
.p-price__panel .c-panel__list-item{font-size:2.2rem;}
}
.p-price__panel .c-panel__method{max-width:70rem;margin:4rem auto 0;}
.p-price__panel .c-panel__method__inner{background-color:#fff;padding:2.4rem 4rem;}
.p-price__panel .c-panel__method-text1{font-size:2.4rem;font-weight:500;text-align:center;}
.p-price__panel .c-panel__method-text3{
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
}
.p-price__panel .c-panel__method-list2{display:flex;gap:4rem;margin-top:3rem;}
.p-price__panel .c-panel__method-list2-item{width:100%;}
.p-price__panel .c-panel__method-list2-item-title{font-size:2rem;font-weight:700;color:#fff;background-color:#CDB77D;width:100%;height:3.5rem;display:flex;justify-content:center;align-items:center;box-sizing:border-box;
	font-family: YuGothic,'游ゴシック',"メイリオ", meiryo,sans-serif;
}
.p-price__panel .c-panel__method-list2-item-title.-loan{background-color:#fff;color:#CDB77D;border:1px solid #CDB77D;}
.p-price__panel .c-panel__method-list2-item-text{
	font-size:1.8rem;
	margin-top:1rem;
	display:block;
	font-family: YuGothic,'游ゴシック',"メイリオ", meiryo,sans-serif;
}
@media only screen and (max-width: 750px){
.p-price__panel .c-panel__method-list2-item-text{font-size:2.4rem;}
}
.p-price__panel .c-panel__method-lists{display:flex;flex-direction:column;}
.p-price__panel .c-panel__method-list-item{
	display: flex;
	gap: 3rem;
	margin:3rem auto 0;
	width: 100%;
	justify-content: flex-start;
	align-items: flex-start;
}
.p-price__panel .c-panel__method-list-item-text{
	font-size:2rem;
	font-weight:700;color:#CDB77D;display:flex;align-items:center;line-height:1;
	font-family: YuGothic,'游ゴシック',"メイリオ", meiryo,sans-serif;
}
.p-price__panel .c-panel__method-list-item-before{font-size:0.6rem;margin-right:.4rem;}
.p-price__panel .c-panel__method-img{max-width: 6.1rem !important;}
.p-price__panel .c-panel__method-img.-num01{max-width: 33.4rem !important;}
.gold_under{background:linear-gradient(transparent 70%, #fde9b1 30%);}



/*----------0.know----------*/
.know {
	margin: auto;
	max-width: var(--content-max-width);
	max-height: 132.8rem;
	width: 100%;
	aspect-ratio: 1040 / 1328;
}
.know__figure{
	height: 100%;
	display: block;
}
.know__figure-img {
	object-fit: cover;
	object-position: 50%;
	height: 100%;
}

@media screen and (max-width: 750px) {
	.know {
		aspect-ratio: auto;
		max-height: 100%;
	}
}


/*----------0.doctor-advice----------*/
.doctor-advice {
	margin: auto;
  	max-width: var(--content-max-width);
	background: #ffeff4;
	display: flex;
	justify-content: center;
}

.doctor-advice__figure-img {
	object-fit: cover;
	object-position: 50%;
	max-height: 73rem;
}

@media screen and (max-width: 750px) {
	.doctor-advice__figure-img {
		max-height: 100%;
	}
}

/*----------#slider----------*/
#slider {
	background: url("../img/voice_bg.png") center top no-repeat;
	height: 72rem;
	padding: 6rem 0;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 6.4rem;
}
#slider h2 {
	text-align: center;
	margin-bottom: 3.6rem;
}
#slider .slide {
	position: relative;
}
#slider .swiper-container {
	width: 130rem;
	margin: 0 -27.5rem;
}
#slider .swiper-slide {
	text-align: left;
	width: 31rem;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#slider .swiper-button-next,
#slider .swiper-button-prev {
	position: absolute;
	top: rem;
	left: 50%;
	width: 5rem;
	height: 41rem;
	margin-top: rem;
	cursor: pointer;
}
#slider .swiper-button-next {
	background: url(../img/slider_arrow_next.png) center center no-repeat;
	margin-left: 32.5rem;
	z-index: 240;
}
#slider .swiper-button-prev {
	background: url(../img/slider_arrow_prev.png) center center no-repeat;
	margin-left: -37.5rem;
	z-index: 230;
}
#slider .swiper-button-disabled {
	display: none;
}
#slider .swiper-pagination {
	display: none;
}
#slider .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10vw;
	left: 0;
	width: 100%;
}
@media screen and (min-width: 751px) {
	#slider .swiper-button-next {
		margin-left: 63rem;
	}
	#slider .swiper-button-prev {
		margin-left: -68rem;
	}
}


/*----------#reco----------*/
#reco dl.reco {
	position: relative;
}
#reco dl.reco dd.btn {
	position: absolute;
	left: 14.5rem;
	top: 80rem;
}

/*----------#clinic----------*/
#clinic .inner {
	background: url("../img/clinic_bg_sp.png") left top no-repeat;
	background-size: 100% 100%;
	padding-bottom: 6rem;
}
#clinic h2 {
	padding: 7.2rem 0;
	text-align: center;
}
#clinic .clinic {
		background-color: rgba(0,0,0,0.3);
}
#clinic .clinic + .clinic {
	margin-top: 4rem;
}
#clinic .clinic .in {
	width: 75rem;
	margin: 0 auto;
	position: relative;
	padding: 4rem 0 3rem;
	color: #fff;
}
#clinic .clinic.ebis .in {
	background: url("../../../common/img/clinic_ph_ebis.png") 49rem 15rem no-repeat;
}
#clinic .clinic.shinjuku .in {
	background: url("../../../common/img/clinic_ph_shinjuku.png") 49rem 15rem no-repeat;
}
#clinic .clinic.machida .in {
	background: url("../../../common/img/clinic_ph_machida.png?20210719") 49rem 15rem no-repeat;
}
#clinic .clinic.yokohama .in {
	background: url("../../../common/img/clinic_ph_yokohama.png") 49rem 15rem no-repeat;
}
#clinic .clinic.namba .in {
	background: url("../../../common/img/clinic_ph_namba.png") 49rem 15rem no-repeat;
}
#clinic .clinic h3 {
	font-size: 2.8em;
	line-height: 1.42;
	margin-bottom: 2.2rem;
	margin-left: 4rem;
	font-weight: normal;
}
#clinic .clinic h3 span {
	background: #e61560;
	border-radius: 2rem;
	display: inline-block;
	padding: 0 1.4rem;
	margin-left: .5rem;
}
#clinic .clinic p.prof {
	font-size: 2.4em;
	line-height: 1;
	margin-bottom: 2.2rem;
	margin-left: 4rem;
}
#clinic .clinic ul {
	font-size: 2.4em;
	line-height: 1.25;
	margin-bottom: 2.2rem;
	margin-left: 3.7rem;
	width: 44rem;
}
#clinic .clinic ul li.adress {
	background: url("../img/clinic_icn_01.png") left .5rem no-repeat;
	padding-left: 2.6rem;
	margin-bottom: 1.1rem;
}
#clinic .clinic ul li.time {
	background: url("../img/clinic_icn_02.png") left .5rem no-repeat;
	padding-left: 2.6rem;
}
#clinic .clinic ul li.time span {
	font-size: 1rem;
}
#clinic .clinic p.access {
	font-size: 2.4em;
	line-height: 1.25;
	margin-bottom: 3.3rem;
	margin-left: 4rem;
	text-align: left;
	width: 44rem;
}
#clinic .clinic div.map {
	width: 71rem;
	margin: 0 auto;
}
@media screen and (min-width: 751px) {
	#clinic .clinic {
		width: 100rem;
		margin: 0 -12.5rem;
	}
}

/*----------#flow----------*/
#flow {
}
#flow h2 {
	padding: 8rem 0 7rem;
	text-align: center;
}
#flow dl {
	width: 71rem;
	margin: 0 auto;
	position: relative;
}
#flow dd {
	position: absolute;
	left: 18rem;
	top: 6.5rem;
	text-align: left;
	font-size: 2em;
	line-height: 1.4;
	color: #c5c5c5;
	width: 51rem;
}

/*----------#message----------*/
#message {
	background: url("../img/message_bg.jpg") center top no-repeat;
	background-size: auto 100%;
	min-height: 97rem;
	box-sizing: border-box;
}
#message h2 {
	padding: 8.8rem 0 6rem;
	text-align: center;
}
#message p.txt {
	text-align: left;
	margin: 0 10rem;
	font-size: 2.6em;
	line-height: 1.538;
	color: #fff;
}
#message p.txt + p.txt {
	margin-top: 1.2rem;
}
#message h3 {
	text-align: center;
	font-weight: normal;
	margin: 0 0 1.5rem;
	font-size: 2.8em;
	line-height: 1.538;
	color: #fff;
}
#message h3 strong {
	font-size: 1.07em;
	font-weight: normal;
}
#message h3 span.eng {
	font-size: 0.64em;
}
#message h3 span.line {
	letter-spacing: -0.15em;
}

/*----------#footer----------*/
#footer {
	background: #e61560;
	margin-bottom: 18.2rem;
}
#footer p.copyright {
	text-align: center;
	font-size: 1.3em;
	line-height: 1;
	color: #fff;
	padding: 2rem 0;
	letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
	#footer {
		margin-bottom: 12.8rem;
	}
}



.c-text {
	font-size: 1.9rem;
}

@media only screen and (max-width: 750px) {
	.c-text {
		font-size: 2.8rem;
	}
}




.p-cta {
	background-color: #ded1ae;
	max-width: var(--content-max-width);
  	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 1.5rem 8rem;
	box-sizing: border-box;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.2em;
	font-weight: 500;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.p-cta {
		padding: 0 0 8rem;
	}
}

.cta__lead{
	font-size: 3rem;
	line-height: calc(51 / 30);
	color: #fff;
	text-align: center;
	display: flex;
	margin-top: 8rem;
}
.cta__lead:before,
.cta__lead:after{
	content:"";
	display: block;
	width: 1.5rem;
	border-top: .1rem solid #fff;
	border-bottom: .1rem solid #fff;
}
.cta__lead:before{
	border-left: .1rem solid #fff;
}
.cta__lead:after{
	border-right: .1rem solid #fff;
}
.p-cta .cta__lead-text{
	margin: 0.2rem 5rem 0.5rem;
	letter-spacing: normal;
}
.cta__lead + .heading-1{
	margin-top: 4rem;
}
@media screen and (max-width: 750px) {
	.cta__lead{
		font-size: 3.6rem;
	}
	.p-cta .cta__lead-text{
		margin: 0.2rem 3.1rem 0.5rem;
    letter-spacing: -0.1em;
	}
}

.cta__heading {
	display: flex;
	justify-content: center;
	margin-top: 8rem;
}
.cta__heading-img {
	object-fit: cover;
	object-position: 50%;
}

@media screen and (max-width: 750px) {
	.cta__heading-img {
		height: calc(calc(160/750) * 100vw);
	}
}
@media screen and (min-width: 751px) {
	.cta__heading-img {
    	max-height: 16rem;
	}
}

.cta__fukidashi {
	display: flex;
	justify-content: center;
	margin: 5rem 0 3.4rem;
}

@media only screen and (max-width: 750px) {
	.cta__fukidashi {
		margin: calc(calc(43/750) * 100vw) 0 calc(calc(20/750) * 100vw);
	}
}

.cta__fukidashi-img {
	object-fit: cover;
	object-position: 50%;
}

@media screen and (max-width: 750px) {
	.cta__fukidashi-img {
		max-height: 11.5rem;
	}
}
@media screen and (min-width: 751px) {
	.cta__fukidashi-img {
    	max-height: 9.6rem;
	}
}

.cta__line-img {
	object-fit: cover;
	object-position: 50%;
}

@media screen and (max-width: 750px) {
	.cta__line-img {
		height: auto;
	}
}
@media screen and (min-width: 751px) {
	.cta__line-img {
    	max-height: 7.8rem;
	}
}

.cta__mail-img {
	object-fit: cover;
	object-position: 50%;
}

@media screen and (max-width: 750px) {
	.cta__mail-img {
		height: auto;
	}
}
@media screen and (min-width: 751px) {
	.cta__mail-img {
    	max-height: 8rem;
	}
}

.cta__tel-img {
	object-fit: cover;
	object-position: 50%;
}

@media screen and (max-width: 750px) {
	.cta__tel-img {
		height: auto;
	}
}
@media screen and (min-width: 751px) {
	.cta__tel-img {
    	max-height: 11.4rem;
	}
}

.p-cta p {
	text-align: center;
	margin-block: var(--leading-trim);
}

@media only screen and (max-width: 750px) {
	.cta_btn {
		padding: 0 calc(calc(60/750) * 100vw)
	}
}

.cta_btn__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2.4rem;
	margin: 5.1rem auto 0;
}

@media only screen and (max-width: 750px) {
	.cta_btn__inner {
		gap: calc(calc(30/750) * 100vw);
		margin-top: calc(calc(51/750) * 100vw);
	}
}
@media only screen and (min-width: 751px) {
	.cta_btn__inner {
		max-width: 71.1rem;
	}
}

#clinic .inner {
	padding-bottom: 0;
}

.clinic .c-section__body {
	max-width: 70rem;
	margin: 6.7rem auto 0;
	display: flex;
	flex-direction: column;
	gap: 6rem;
}

/* ---------------------------------------------------------
p-step
--------------------------------------------------------- */
.p-step {
	padding: 12.8rem 1.5rem 10rem;
	background: #f7f4ee;
	max-width: 189rem;
	margin: auto;
}

@media only screen and (max-width: 750px) {
	.p-step {
		padding: 8rem 0;
	}
}

.p-step .c-section__head,
.p-step .c-section__body{
	max-width: 70rem;
	margin: auto;
}
.p-step .c-section__body{
	margin-top: 10.6rem;
}

@media only screen and (max-width: 750px) {
	.p-step .c-section__head,
	.p-step .c-section__body{
		max-width: 69rem;
	}
}


.p-step__list {
	margin-top: 6rem;
}
.p-step__list-title {
	display: flex;
	border: .2rem solid #b6ab96;
	width: 100%;
	align-items: center;
	background: #fff;
}
.p-step__list-num {
	width: 7.6rem;
	aspect-ratio: 1/1;
	background: #b6ab96;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-step__list-num img{
	height: 57.5%;
}
.p-step__list-title-text {
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #b6ab96;
	flex: 1;
	padding-right: 9%;
}


.p-step-box {
	display: flex;
	gap: 3.5rem;
	margin-top: 4rem;
	align-items: flex-start;
}
.p-step-img {
	max-width: 200px !important;
	width: 33.33333%;
}
.p-step__list-text{
	font-size: 1.8rem;
	font-family: YuGothic, '游ゴシック', "メイリオ", meiryo, sans-serif;
	line-height: 1.8;
}
@media only screen and (max-width: 750px) {
	.p-step__list-num {
		width: 8.36rem;
	}
	.p-step__list-num img{
		height: 57.5%;
	}
	.p-step__list-title-text {
		font-size: 3.3rem;
	}
	.p-step__list-text{
		font-size: 2.6rem;
		letter-spacing: normal;
	}
}




/* ---------------------------------------------------------
doctor
--------------------------------------------------------- */
.doctor {
	margin: auto;
	max-width: 189rem;
	background: #f7f4ee;
	padding: 12.8rem 1.5rem 10rem;
}

@media screen and (max-width: 750px) {
	.doctor {
		padding: calc(calc(128/750) * 100vw) calc(calc(12/750) * 100vw) calc(calc(100/750) * 100vw);
	}
}

.doctor__text {
	margin-top: 5.7rem;
}

.doctor__text-body {
	font-size: 2.4rem;
	text-align: center;
	margin-top: 5rem;
}

@media screen and (max-width: 750px) {
	.doctor__text-body {
		font-size: 2.8rem;
		letter-spacing: -0.1em;
	}
}
.doctor__profile{
	display:flex;gap:4rem;
	margin: 5.6rem auto 0;
	align-items:flex-start;
	max-width: 70rem;
}
.doctor__img{
	display: block;
	width:34.2rem;
}
.doctor__profile-img{
	display: block;
	width:31.8rem;
}
.doctor__case-img{
	margin:4rem auto 0;
	display:block;
	width:34.2rem;
}
@media only screen and (max-width: 750px){
	.doctor__profile{flex-direction:column;}
	.doctor__profile__inner{margin:auto;}
	.doctor__img{margin:auto;width:40rem;}
	.doctor__profile-img{margin:auto;width:55.6rem;}
}

/* ---------------------------------------------------------
clinic
--------------------------------------------------------- */
.clinic {
	padding: 12.8rem 1.5rem 10rem;
	background-color: #fafafa;
	max-width: 189rem;
	margin: auto;
}

@media only screen and (max-width: 750px) {
	.clinic {
		padding: 12.8rem 3rem 10rem;
	}
}



.clinic__text {
	margin-top: 5.8rem;
}

.clinic_img {
	width: 100%;
	height: auto;
}

.clinic_info {
	padding: 2.5rem 5rem 0;
}

@media only screen and (max-width: 750px) {
	.clinic_info {
		padding: calc(calc(28/750) * 100vw) calc(calc(20/750) * 100vw) 0;
	}
}

.clinic_box {
	border: .2rem solid #cdb77d;
}

.clinic_title {
	background-color: #cdb77d;
	color: #fff;
	height: 6.7rem;
	display: flex;
	align-items: center;
	font-size: 2.8rem;
	font-weight: 700;
	padding: 0 2.5rem .3rem;
}

@media only screen and (max-width:750px){
	.clinic_title {
		font-size: calc(calc(32/750) * 100vw);
		padding: 0 calc(calc(25/750) * 100vw);
	}
}

.clinic_title-area {
	background-color: #fff;
	font-size: 2.4rem;
	color: #cdb77d;
	margin-right: 1.9rem;
	padding: 0 .7rem;
	height: 2.9rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: .3rem;
}

@media only screen and (max-width:750px){
	.clinic_title-area {
		font-size: calc(calc(28/750) * 100vw);
		height: calc(calc(34/750) * 100vw);
		margin-right: calc(calc(24/750) * 100vw);
	}
}

.clinic_box-inner {
	padding: 2.5rem 2.5rem 2.1rem;
}

.clinic_text {
	font-size: 1.8rem;
	font-weight: 500;
	font-family: YuGothic,'游ゴシック',"メイリオ", meiryo,sans-serif;
	line-height: 1.8;
}

@media only screen and (max-width:750px){
	.clinic_text {
		font-size: 2.8rem;
	}
}

@media only screen and (max-width:750px){
	#clinic h2{
		padding: 5rem 0;
	}
	#clinic h2 img{
		height: 5rem;
		width: auto;
	}
}

.clinic_button {
	background-color: #ed71b2;
	position: relative;
	height: 8rem;
}

.clinic_button_text {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.clinic_button_icon {
	background-color: #fff;
	width: 3rem;
	height: 3rem;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 3rem;
	bottom: 0;
	margin: auto;
}

.clinic_button_icon::before {
	content: "";
	display: block;
	width: 2rem;
	height: 0.4rem;
	background-color: #ed71b2;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(.5rem) translateY(-0.2rem);
	transform: translateX(.5rem) translateY(-0.2rem);
}

.clinic_button_icon::after {
	content: "";
	display: block;
	width: 0.4rem;
	height: 2rem;
	background-color: #ed71b2;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-0.2rem) translateY(.5rem);
	transform: translateX(-0.2rem) translateY(.5rem);
}

.current .clinic_button_icon::after {
	visibility:hidden;
}

.clinic_flex {
	display: flex;
}

.clinic_flex.-flex2 {
	margin-top: 2.4rem;
}

@media only screen and (max-width: 750px) {
	.clinic_flex.-flex2 {
		margin-top: 2.5rem;
	}
}

.clinic_map {
	margin-top: 2rem;
}

.clinic_map iframe {
	height: 22.6rem;
}

@media only screen and (max-width: 750px) {
	.clinic_map iframe {
		height: 24.7rem;
	}
}

.clinic_icon_map {
	margin-right: 1.4rem;
	margin-top: 0.2rem;
	height: 3rem;
	width: auto;
}

.clinic_icon_time {
	margin-right: 0.9rem;
	margin-top: 0.2rem;
	height: 2.8rem;
	width: auto;
}

.clinic_train {
	background-color: #fffff1;
	padding: 3rem 3.5rem;
}

.clinic_bold {
	font-weight: 700;
	color: #ed71b2;
}

.clinic_director {
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ed71b2;
	color: #fff;
	margin-right: 3rem;
	padding: 0 2.4rem;
	border-radius: 2rem;
}

.fixed_btn {
	width: 100%;
	position: fixed;
	z-index: 100;
	height: 12.8rem;
	left: 0;
	bottom: 0;
	background: #706a5d;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.1);
	display: none;
}
.fixed_btn img{
	width: 100%;
}
@media only screen and (max-width:750px){
	.fixed_btn {
		height: 18.2rem;
		width: 100vw;
	}
}

.fixed_btn_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	gap: 2rem;
	max-width: 104rem;
	box-sizing: border-box;
	padding: 0 2rem;
	margin: 0 auto;
}

@media only screen and (max-width:750px){
	.fixed_btn_inner {
		padding: 0;
		flex-wrap: wrap;
		gap: min(1rem, 1.2rem);
		padding: 0 min(1.2,1rem);
	}
}

@media only screen and (max-width:750px){
	.web {
		width: calc(calc(234/750) * 100vw);
	}
	.line {
		width: calc(calc(234/750) * 100vw);
	}
	.tel {
		width: calc(calc(234/750) * 100vw);
	}
}



/*=======================
@@ Utility
=======================*/

.yellow_under {
    background: linear-gradient(transparent 50%, #fff783 50%);
}

.gold_under {
    background: linear-gradient(transparent 70%, #fde9b1 30%);
}

.bold {
	font-weight: 700;
}

.txt_c {
	text-align: center;
}

.mt0 {
	margin-top: 0!important;
}

.mt20 {
	margin-top: 2rem;
}

.mt30 {
	margin-top: 3rem;
}

.mt40 {
	margin-top: 4rem;
}

.mt50 {
	margin-top: 5rem;
}

.mt60 {
	margin-top: 6rem;
}

.ml-30 {
	margin-left: -3rem;
}

.inner35 {
	padding: 0 3.5rem;
}

.f28 {
	font-size: 2.8rem;
	letter-spacing: -0.02em;
}

.lh160 { line-height:160%;}

.spVer {
	display: none;
}
.pcVer {
	display: block;
}
@media only screen and (max-width: 750px) {
	.spVer {
		display: block;
	}
}
@media only screen and (max-width: 750px) {
	.pcVer {
		display: none;
	}
}

.spVer2 {
	display: none;
}
.pcVer2 {
	display: block;
}
@media only screen and (max-width: 1024px) {
	.spVer2 {
		display: block;
	}
}
@media only screen and (max-width: 1024px) {
	.pcVer2 {
		display: none;
	}
}

iframe {
	display: block;
}

/* .u-marker-gold{
	text-decoration-color: #ad996e;
	color: #fff;
	text-decoration-line: line-through;
	text-decoration-thickness: 1lh;
	text-underline-offset: -0.1em;
} */
.u-marker-gold {
	color: #fff;
  background-image: linear-gradient(#ad996e, #ad996e); /* 単色 */
  background-size: 100% 100%; /* 幅(0=見えない状態) | 高さ(=線の太さ) */
  background-position: bottom left; /* 右下に配置 */
  background-repeat: no-repeat;
	padding: 0 0.1em 0.1em;
}

.u-under-marker {
	text-decoration-color: rgba(199,166,76,0.3);
	text-decoration-line: underline;
	text-decoration-thickness: 0.33333em;
	text-underline-offset: -0.1em;
}
.u-under-marker-wide {
	text-decoration-color: rgba(199,166,76,0.35);
	text-decoration-line: underline;
	text-decoration-thickness: 0.55555em;
	text-underline-offset: -0.3em;
}
.u-text-gold{
	color: #a88f60 !important;
}