@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	overflow: hidden;
}
#main .mainVisual {
	padding: 8.9rem 0 7.1rem;
	background: url(../img/index/main_img.jpg) no-repeat center top/cover;
}
#main .mainVisual .content {
	max-width: 124rem;
}
#main .mainVisual .title {
	margin-bottom: 7.6rem;
	color: #534741;
	font-size: 6rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.04em;
	text-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.15);
}
#main .mainVisual .title small {
	font-size: 4.2rem;
	letter-spacing: 0;
}
#main .mainVisual .title .sml {
	margin-bottom: 0.8rem;
	display: block;
	font-size: 3rem;
	font-weight: 600;
	text-shadow: none;
	letter-spacing: 0.06em;
}
#main .mainVisual .title .sml small {
	font-size: 2.4rem;
}
#main .mainVisual .listBox {
	max-width: 57rem;
}
#main .mainVisual .listBox .ttl {
	margin-bottom: 2.2rem;
	padding: 0.4rem;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.1em;
	border: 1px solid #000;
}
#main .mainVisual .listBox ul {
	gap: 3.1rem;
}
#main .mainVisual .listBox li {
	width: 16.9rem;
	min-height: 15rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 2.3rem;
	line-height: 1.2;
	font-weight: bold;
	background: linear-gradient(-45deg, #282826 52.6%, #434342 85.92%);
	border: 1px solid #fff;
	box-shadow: 0.4rem 0.4rem 1.2rem rgba(0, 0, 0, 0.2);
}
#main .mainVisual .listBox li:nth-child(2) {
	box-shadow: none;
}
#main .mainVisual .listBox li:after {
	position: absolute;
	left: 0.2rem;
	top: 0.2rem;
	width: calc(100% - 0.4rem);
	height: calc(100% - 0.4rem);
	border: 1px solid #AC966D;
	box-sizing: border-box;
	content: "";
}
#main .mainVisual .listBox li .large {
	font-size: 2.8rem;
	line-height: 0.8;
}
#main .mainVisual .listBox li small {
	font-size: 1.8rem;
}
#main .slideList {
	display: flex;
	flex-wrap: nowrap;
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
#main .slideList li {
	margin: 0 1rem;
	width: 27rem;
	line-height: 0;
	border-radius: 2rem;
	box-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
#main .slideList li img {
	width: 100%;
}
#main .worries {
	padding-bottom: 9.5rem;
	position: relative;
	z-index: 1;
}
#main .worries:after {
	position: absolute;
	left: 0;
	top: -4.5rem;
	width: 100%;
	height: 46rem;
	z-index: -1;
	background: url(../img/index/worries_bg.png) no-repeat center bottom/100% 100%;
	content: "";
}
#main .worries h2 {
	margin-bottom: 3.6rem;
}
#main .worries .checkList {
	margin: 0 auto 8.8rem;
	max-width: 69rem;
}
#main .worries .checkList > li {
	width: 48%;
}
#main .worries .checkList > li li {
	padding-left: 3.2rem;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	background: url(../img/common/icon08.png) no-repeat left 0.5rem/2.2rem auto;
}
#main .worries .checkList > li li:not(:last-child) {
	margin-bottom: 1.4rem;
}
#main .worries .checkList > li li {
	margin-right: -4rem;
}
#main .worries .subBox h3 {
	width: fit-content;
	margin: 0 auto 7rem;
	position: relative;
	padding: 3rem 3.5rem;
	color: #42210B;
	font-size: 2.8rem;
	letter-spacing: -0.03em;
	font-weight: 500;
	text-align: center;
	background: #F7F4F0;
}
#main .worries .subBox h3 .sml {
	position: absolute;
	padding: 0.5rem;
	width: 42.6rem;
	left: 50%;
	top: -3.1rem;
	color: #fff;
	letter-spacing: 0;
	font-size: 2rem;
	font-weight: 700;
	background-color: #333;
	border-radius: 3rem;
	transform: translateX(-50%);
}
#main .worries .subBox h3 .sml:after {
	position: absolute;
	width: 2.4rem;
	height: 1.9rem;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1.5rem;
	background: url(../img/index/arrow01.png) no-repeat left top/100%;
	content: "";
}
#main .worries .imgBox {
	align-items: flex-start;
	flex-wrap: nowrap;
}
#main .worries .imgBox:not(:last-child) {
	margin-bottom: 4.7rem;
}
#main .worries .imgBox .photoBox {
	width: 50%;
}
#main .worries .imgBox .photoBox img {
	width: 100%;
}
#main .worries .imgBox .txtBox {
	margin: 13rem 4.2rem 0 -16rem;
	width: 76rem;
	position: relative;
	box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
}
#main .worries .imgBox .txtBox .bgWhite {
	position: relative;
	background: #fff;
	padding: 3.7rem 5rem 4.5rem;
	z-index: 1;
}
#main .worries .imgBox .txtBox:after {
	position: absolute;
	right: -4.2rem;
	top: -4.2rem;
	width: 20rem;
	height: 20rem;
	border: 1px solid #AC966D;
	box-sizing: border-box;
	content: "";
}
#main .worries .imgBox .txtBox h4 {
	margin-bottom: 1.5rem;
	padding-bottom: 1.2rem;
	position: relative;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.07em;
	border-bottom: 1px solid #C7B299;
}
#main .worries .imgBox .txtBox h4:after {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 120px;
	height: 1px;
	background-color: #333;
	content: "";
}
#main .worries .imgBox .txtBox p {
	margin-bottom: 5.3rem;
	line-height: 1.8;
	letter-spacing: 0.04em;
}
#main .worries .imgBox .txtBox .bgBox {
	padding: 0 4rem 2rem;
	background: #F7F4F0;
}
#main .worries .imgBox .txtBox .bgBox .comTtl {
	width: fit-content;
	margin: 0 auto;
	transform: translateY(-18px);
}
#main .worries .imgBox .txtBox p:last-child {
	margin-bottom: 0 !important;
}
#main .worries .imgBox .txtBox .bgBox p {
	margin-bottom: 1.2rem;
	letter-spacing: 0.06em;
}
#main .worries .imgBox .txtBox .bgBox .notes {
	font-size: 1.2rem;
	line-height: 1.33;
}
#main .worries .imgBox02 {
	flex-direction: row-reverse;
}
#main .worries .imgBox02 .txtBox {
	margin: 12.7rem -16rem 0 4rem;
}
#main .worries .imgBox02 .txtBox:after {
	border: none;
	background: #F7F4F0;
	right: auto;
	left: -4.5rem;
}
#main .worries .imgBox03 .txtBox:after {
	display: none;
}
#main .feature .content {
	max-width: 124rem;
}
#main .feature h2 {
	margin-bottom: 7.2rem;
}
#main .featureList {
	margin: -6rem -2.7rem 0;
}
#main .featureList li {
	width: 25%;
	position: relative;
	padding: 6rem 2.7rem 0;
}
#main .featureList .photo {
	margin-bottom: 1rem;
	border: 1px solid #333;
}
#main .featureList .photo img {
	width: 100%;
}
#main .featureList .num {
	position: absolute;
	padding: 0.6rem 0.2rem 1rem;
	left: 1.5rem;
	top: 4.8rem;
	width: 8rem;
	color: #fff;
	font-size: 2.3rem;
	line-height: 1.2;
	font-weight: 300;
	letter-spacing: 0.02em;
	text-align: center;
	background: #AC966D;
}
#main .featureList .num:after {
	position: absolute;
	right: -0.6rem;
	top: 0;
	width: 0.6rem;
	height: 1.2rem;
	clip-path: polygon(0 0, 100% 100%, 0 100%);
	background: #736357;
	content: "";
}
#main .featureList .num span {
	display: block;
	font-size: 3.6rem;
	line-height: 1;
	font-weight: 600;
}
#main .featureList .ttl {
	min-height: 4.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.33;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
#main .featureList .ttl small {
	width: 100%;
	font-size: 1.5rem;
}
#main .feature {
	padding-bottom: 9.5rem;
}
#main .doctor {
	padding-bottom: 8.6rem;
}
#main .doctor .content {
	max-width: 114rem;
}
#main .doctor h2 {
	margin-bottom: 5.5rem;
}
#main .doctor .imgBox {
	padding: 0 8rem 10rem 9rem;
	position: relative;
}
#main .doctor .imgBox:after {
	position: absolute;
	right: 6.7rem;
	top: -2rem;
	width: 20rem;
	height: 20rem;
	border: 1px solid #AC966D;
	box-sizing: border-box;
	content: "";
}
#main .doctor .imgBox .phoBox {
	margin-bottom: -23.3rem;
	position: relative;
	z-index: 1;
}
#main .doctor .imgBox .phoBox:before {
	position: absolute;
	left: -9rem;
	top: 20.5rem;
	width: 38.5rem;
	height: 38.5rem;
	background: #F3EFE9;
	box-sizing: border-box;
	content: "";
}
#main .doctor .imgBox .phoBox img {
	width: 100%;
	position: relative;
	z-index: 1;
}
#main .doctor .imgBox .txtBox {
	padding: 0 3.4rem 0 2.5rem;
	position: relative;
	z-index: 2;
}
#main .doctor .imgBox .txtBox .comTtl {
	margin: 0 0 1rem auto;
	width: fit-content;
	letter-spacing: 0.04em;
}
#main .doctor .imgBox .txtBox .comTtl .en {
	padding: 0.8rem 3rem 0.7rem 2.5rem;
	min-width: 9.2rem;
}
#main .doctor .imgBox .txtBox .comTtl .jp {
	padding: 0.7rem 2rem;
	min-width: 21.8rem;
}
#main .doctor .imgBox .txtBox .infoList > li {
	width: 48.2%;
	padding: 2rem 2.8rem;
	background: rgba(255, 255, 255, 0.85);
}
#main .doctor .imgBox .txtBox .infoList h3 {
	margin-bottom: 1.2rem;
	font-size: 1.8rem;
	font-weight: bold;
}
#main .doctor .imgBox .txtBox .infoList .txtList {
	width: fit-content;
	margin: 0 auto;
}
#main .doctor .imgBox .txtBox .infoList .txtList li {
	font-size: 1.5rem;
	line-height: 1.8;
}
#main .doctor .imgBox .txtBox .infoList dl {
	width: fit-content;
	margin: 0 auto;
}
#main .doctor .imgBox .txtBox .infoList dt {
	float: left;
	color: #AC966D;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8;
}
#main .doctor .imgBox .txtBox .infoList dd {
	padding: 0 0 0.3rem 3.3em;
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.02em;
}
#main .price .content {
	max-width: 114rem;
}
#main .price .inner {
	margin: 0 auto 6rem;
	max-width: 90rem;
}
#main .price .headLine02 {
	margin-bottom: 2.3rem;
}
#main .price .subBox:not(:last-child) {
	margin-bottom: 4.8rem;
}
#main .price .tabBox {
	border: 1px solid #333;
}
#main .price table {
	width: 100%;
	border-spacing: 0;
}
#main .price th,
#main .price td {
	width: 33.33%;
	padding: 2.1rem 1rem;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
	text-align: center;
	border-right: 1px solid #B3B3B3;
}
#main .price th:last-child,
#main .price td:last-child {
	border-right: none;
}
#main .price th {
	padding: 0.7rem;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	background-color: #333;
}
#main .price td {
	border-bottom: 1px solid #B3B3B3;
}
#main .price tr:last-child td {
	border-bottom: none;
}
#main .price .notes {
	margin-top: 0.8rem;
	font-size: 1.3rem;
	line-height: 1.54;
	letter-spacing: 0.06em;
}
#main .price .comInfoBox {
	padding: 5.5rem 9%;
	background: #F7F4F0;
	box-shadow: none;
}
#main .price .comInfoBox .headLine02 {
	margin-bottom: 1rem;
}
#main .price .comInfoBox .notes01 {
	margin-bottom: 0;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	text-align: center;
}
#main .price .comInfoBox .hideBox {
	margin: 3.7rem 0 3rem;
}
#main .price .comInfoBox .txtDl {
	margin-bottom: 0.5rem;
	letter-spacing: 0.06em;
}
#main .price .comInfoBox .txtDl dt {
	padding: 0 0 2.05rem 2.8rem;
	float: left;
	color: #AC966D;
	font-size: 1.8rem;
	font-weight: bold;
}
#main .price .comInfoBox .txtDl dd {
	margin-bottom: 1.5rem;
	font-size: 1.6rem;
	padding: 0.2rem 0 2.05rem 23em;
	border-bottom: 1px dashed #999;
}
#main .price .comInfoBox .txtDl dd:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#main .price .comInfoBox .bgWhite {
	margin-bottom: 1.5rem;
	padding: 1.5rem 2.6rem;
	background-color: #fff;
}
#main .price .comInfoBox .bgWhite p {
	font-size: 1.4rem;
	line-height: 1.64;
	letter-spacing: 0.06em;
}
#main .price .comInfoBox .btn {
	margin-top: 4rem;
}
#main .flow {
	padding-bottom: 9rem;
}
#main .flow .flowBox {
	margin-bottom: 4.9rem;
}
#main .flow .flowBox:last-child {
	margin-bottom: 0;
}
#main .flow h3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	cursor: pointer;
	background: #F7F4F0 url("../img/common/icon05.png") no-repeat right 5.1rem center / 1.8rem;
}
#main .flow h3.on {
	background-image: url("../img/common/icon05_on.png");
}
#main .flow h3 .num {
	width: 7rem;
	color: #FFF;
	font-size: 2.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.02em;
	justify-content: center;
	background-color: #333;
}
#main .flow h3 .num .en {
	margin-bottom: -0.2rem;
	display: block;
	font-weight: 300;
	font-size: 1.8rem;
}
#main .flow h3 .ttl {
	min-height: 7rem;
	padding: 1.4rem 0 1.5rem;
	width: calc(100% - 11.1rem);
	display: block;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.13em;
	font-family: "Noto Serif JP", serif;
}
#main .flow .subBox {
	padding-bottom: 3rem;
	display: none;
}
#main .flow .imgBox {
	padding-top: 3.3rem;
}
#main .flow .flowBox:nth-of-type(1) .subBox {
	display: block;
}
#main .flow .imgBox .phoBox {
	position: relative;
	width: 30rem;
}
#main .flow .imgBox .phoBox::before {
	position: absolute;
	left: 0.9rem;
	top: 0.9rem;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #F3EFE9;
}
#main .flow .imgBox .phoBox img {
	position: relative;
	width: 100%;
}
#main .flow .imgBox .txtBox {
	margin: -0.9rem 0 0 2.5rem;
	flex: 1;
}
#main .flow .imgBox .txtBox p {
	margin-bottom: 3rem;
	line-height: 2;
	letter-spacing: 0.02em;
}
#main .flow .imgBox .txtBox p:last-child {
	margin-bottom: 0;
}
#main .faq .headLine01 .jp {
	letter-spacing: 0;
}
#main .faq .qaList dt {
	margin-top: 4rem;
	padding: 2.2rem 7rem 2.1rem 9.3rem;
	position: relative;
	font-size: 1.8rem;
	font-weight: 600;
	cursor: pointer;
	font-family: "Noto Serif JP", serif;
	background: url("../img/common/icon01.png") #FFF no-repeat right 5.1rem center / 1.8rem;
}
#main .faq .qaList dt.on {
	background-image: url("../img/common/icon01_on.png");
}
#main .faq .qaList dt:first-child {
	margin-top: 0;
}
#main .faq .qaList dt::before {
	padding-bottom: 0.3rem;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7rem;
	color: #FFF;
	font-size: 3rem;
	background-color: #AC966D;
	content: "Q";
	box-sizing: border-box;
	font-weight: 600;
	font-family: "Oswald", serif;
}
#main .faq .qaList dd {
	padding: 2.5rem 4rem 0 7.4rem;
	position: relative;
	line-height: 2;
	display: none;
	letter-spacing: 0.02em;
}
#main .faq .qaList dd:nth-child(2) {
	display: block;
}
#main .faq .qaList dd::before {
	position: absolute;
	left: 0;
	top: 1.3rem;
	width: 7rem;
	text-align: center;
	font-size: 3rem;
	content: "A";
	font-weight: 600;
	font-family: "Oswald", serif;
}
#main .clinic {
	padding-bottom: 8.3rem;
}
#main .clinic .content {
	max-width: 124rem;
}
#main .clinic .infoBox {
	margin-bottom: 4.6rem;
}
#main .clinic .infoBox > div {
	width: 47%;
}
#main .clinic .infoBox .txtDl {
	margin-bottom: 2.5rem;
	letter-spacing: 0.06em;
}
#main .clinic .infoBox .txtDl dt {
	padding: 1.8rem 0 2.05rem 2.3rem;
	float: left;
	color: #AC966D;
	font-size: 1.8rem;
	font-weight: bold;
}
#main .clinic .infoBox .txtDl dd {
	font-size: 1.8rem;
	padding: 1.8rem 0 2.05rem 8em;
	border-bottom: 1px dashed #999;
}
#main .clinic .infoBox .lBox .notes {
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.43;
}
#main .clinic .infoBox .tabBox {
	margin: 0 0.4rem 0.2rem 0;
	background: #F7F4F0;
}
#main .clinic .infoBox .tabBox table {
	width: 100%;
	border-spacing: 0;
}
#main .clinic .infoBox .tabBox th,
#main .clinic .infoBox .tabBox td {
	padding: 1.7rem 0.2rem;
	font-size: 1.8rem;
	text-align: center;
	vertical-align: middle;
}
#main .clinic .infoBox .tabBox thead th {
	padding: 0.7rem 0.4rem;
	color: #fff;
	background: #AC966D;
}
#main .clinic .infoBox .tabBox tbody th {
	font-weight: 400;
	width: 25.5%;
	letter-spacing: 0.04em;
	padding-left: 1.3rem;
}
#main .clinic .infoBox .tabBox .space td {
	position: relative;
	padding: 0;
	height: 1px;
}
#main .clinic .infoBox .tabBox .space td:after {
	position: absolute;
	left: 1rem;
	top: 0;
	border-top: 1px dashed #999;
	width: calc(100% - 2rem);
	height: 0;
	content: "";
}
#main .clinic .infoBox .tabBox + p {
	margin: 0 1rem 1.8rem;
	letter-spacing: 0.04em;
}
#main .clinic .infoBox .rBox {
	width: 50%;
}
#main .clinic .infoBox .rBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}
#main .clinic .infoBox .rBox .slideUl {
	margin-bottom: 1.3rem;
}
#main .clinic .infoBox .rBox .slideUl li {
	aspect-ratio: 3/2;
	border-radius: 1.6rem;
	overflow: hidden;
}
#main .clinic .infoBox .rBox .buttonUl {
	gap: 1rem 1.3rem;
}
#main .clinic .infoBox .rBox .buttonUl li {
	width: calc((100% - 3.9rem)/4);
	aspect-ratio: 3/2;
	border-radius: 0.5rem;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
#main .clinic .infoBox .rBox .buttonUl li:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
	background: #F2F2F2;
	opacity: 0.6;
	content: "";
}
#main .clinic .infoBox .rBox .buttonUl .on:after {
	opacity: 0;
}
#main .clinic .infoBox .rBox .buttonUl .on img {
	transform: scale(1.04);
}
#main .clinic .map {
	margin-bottom: 4rem;
}
#main .clinic .map iframe {
	display: block;
	width: 100%;
	height: 40rem;
}
#main .clinic .movieBox .headLine02 {
	margin-bottom: 2.5rem;
}
#main .clinic .movie {
	margin: 0 auto;
	max-width: 67rem;
	aspect-ratio: 67/37.7;
	position: relative;
}
#main .clinic .movie iframe {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
.catBox {
	padding: 2.1rem 0 3.8rem;
	position: relative;
	z-index: 2;
	background: url("../img/common/cat_bg.jpg") no-repeat center top / cover;
}
.catBox .leadBox {
	margin: 0 8.9rem 1.5rem 0;
	align-items: center;
}
.catBox .leadBox .mark {
	margin-right: 1rem;
	width: 8.6rem;
	height: 8.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.17;
	letter-spacing: 0.04em;
	border-radius: 50%;
	text-align: center;
	background-color: #FFF;
}
.catBox .leadBox .ttl {
	color: #FFF;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	letter-spacing: 0.0em;
}
.catBox .linkUl {
	margin-left: 4.6rem;
}
.catBox .linkUl li {
	margin: 0 1.85rem;
	width: 37rem;
}
.catBox .linkUl li a {
	min-height: 8.4rem;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	border: 1px solid #FFF;
}
.catBox .linkUl li .sub {
	display: inline-block;
	letter-spacing: 0.06em;
}
.catBox .linkUl .tel .num {
	padding: 0 0.3rem 0 4.0rem;
	display: block;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-family: "Oswald", serif;
	background: url("../img/common/icon02.png") no-repeat left 1.1rem / 3.2rem;
}
.catBox .linkUl .mail {
	width: 41.7rem;
}
.catBox .linkUl .mail a {
	padding-left: 2.4rem;
	font-size: 1.8rem;
	border-radius: 5rem;
	background: linear-gradient(180deg, rgba(199, 178, 153, 1) 0%, rgba(172, 150, 109, 1) 45%);
}
.catBox .linkUl .mail .sub {
	padding: 0 7.4rem 0 5rem;
	letter-spacing: 0.02em;
	background: url("../img/common/icon03.png") no-repeat left center / 4.1rem, url("../img/common/icon04.png") no-repeat right center / 4.6rem;
}
.catBox .linkUl .mail a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#main .worries .imgBox02 .txtBox .bgWhite {
		padding: 4.3rem 4.6rem;
	}
	#main .worries .imgBox02 .txtBox p {
		margin-bottom: 6rem;
	}
	#main .worries .imgBox02 .txtBox .bgBox {
		padding-bottom: 3rem;
	}
	#main .worries .imgBox02 .txtBox .bgBox .comTtl {
		margin-bottom: 0.4rem;
	}
	#main .clinic .infoBox .rBox .buttonUl li:hover:after {
		opacity: 0;
	}
	#main .clinic .infoBox .rBox .buttonUl li:hover img {
		transform: scale(1.04);
	}
}
@media all and (max-width: 1580px) {
	#main .worries .imgBox .txtBox {
		width: auto;
		flex: 1;
	}
	#main .worries .imgBox .txtBox h4 {
		font-size: 2.6rem;
	}
	#main .doctor .imgBox {
		padding: 0 4rem 10rem 5rem;
	}
	#main .clinic .infoBox .tabBox th, #main .clinic .infoBox .tabBox td {
		font-size: 1.6rem;
	}
	#main .clinic .infoBox .tabBox tbody th {
		padding-left: 0.5rem;
	}
}
@media all and (min-width: 897px) and (max-width: 1450px) {
	#main .mainVisual .title {
		font-size: 5.5rem;
		letter-spacing: 0;
	}
	#main .mainVisual .title small {
		font-size: 3.8rem;
	}
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		padding: 7.5rem 0.3rem 1.4rem;
		background-image: url(../img/index/main_img_sp.jpg);
	}
	#main .mainVisual .title {
		margin-bottom: 11.8rem;
		font-size: 2.7rem;
		letter-spacing: 0.04em;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
	}
	#main .mainVisual .title small {
		font-size: 2rem;
	}
	#main .mainVisual .title .sml {
		margin-bottom: 0.4rem;
		font-size: 1.5rem;
	}
	#main .mainVisual .title .sml small {
		font-size: 1.2rem;
	}
	#main .mainVisual .listBox {
		margin: 0 -1.1rem;
		max-width: 35rem;
	}
	#main .mainVisual .listBox .ttl {
		margin-bottom: 1.2rem;
		padding: 0.1rem 0.2rem 0.3rem;
		font-size: 1.2rem;
		background-color: rgba(255, 255, 255, 0.8);
	}
	#main .mainVisual .listBox ul {
		gap: 2rem;
	}
	#main .mainVisual .listBox li {
		width: 10.3rem;
		min-height: 8.7rem;
		font-size: 1.4rem;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
	}
	#main .mainVisual .listBox li .large {
		font-size: 1.6rem;
	}
	#main .mainVisual .listBox li small {
		font-size: 1.4rem;
	}
	#main .slideList {
		padding-top: 1.5rem !important;
		padding-bottom: 1.8rem !important;
	}
	#main .slideList li {
		margin: 0 0.5rem;
		width: 13.5rem;
		border-radius: 1rem;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
	}
	#main .worries:after {
		top: -2rem;
		height: 23rem;
	}
	#main .worries h2 {
		margin-bottom: 2rem;
	}
	#main .worries .checkList {
		margin-bottom: 4rem;
		max-width: inherit;
		width: fit-content;
		display: block;
	}
	#main .worries .checkList > li {
		width: auto;
	}
	#main .worries .checkList > li:not(:last-child) {
		margin-bottom: 0.8rem;
	}
	#main .worries .checkList > li li {
		padding-left: 2.6rem;
		font-size: 1.6rem;
		background-position: left 0.5rem;
		background-size: 1.8rem auto;
	}
	#main .worries .checkList > li li:not(:last-child) {
		margin-bottom: 0.8rem;
	}
	#main .worries .checkList > li li {
		margin-right: 0;
	}
	#main .worries .subBox h3 {
		margin: 0 auto 3rem;
		padding: 2.5rem 1rem 2rem;
		font-size: 1.8rem;
		max-width: 33.5rem;
	}
	#main .worries .subBox h3 .sml {
		width: 30rem;
		top: -2rem;
		font-size: 1.4rem;
	}
	#main .worries .subBox h3 .sml:after {
		width: 2rem;
		height: 1.5rem;
		bottom: -1.1rem;
	}
	#main .worries .imgBox {
		display: block;
	}
	#main .worries .imgBox:not(:last-child) {
		margin-bottom: 3rem;
	}
	#main .worries .imgBox .photoBox {
		width: auto;
	}
	#main .worries .imgBox .txtBox {
		margin: -2rem 2rem 0 0 !important;
		width: auto;
	}
	#main .worries .imgBox .txtBox .bgWhite {
		padding: 2rem !important;
	}
	#main .worries .imgBox .txtBox:after {
		display: none;
	}
	#main .worries .imgBox .txtBox h4 {
		font-size: 1.7rem;
	}
	#main .worries .imgBox .txtBox h4:after {
		width: 8rem;
	}
	#main .worries .imgBox .txtBox p {
		margin-bottom: 3rem;
	}
	#main .worries .imgBox .txtBox .bgBox {
		padding: 0 2rem 2rem;
	}
	#main .worries .imgBox .txtBox .bgBox .comTtl {
		transform: translateY(-15px);
	}
	#main .feature h2 {
		margin-bottom: 3.5rem;
	}
	#main .featureList {
		margin: -3rem -1rem 0;
	}
	#main .featureList li {
		width: 50%;
		padding: 3rem 1rem 0;
	}
	#main .featureList .num {
		left: 0;
		top: 1.8rem;
		width: 6rem;
		font-size: 1.7rem;
	}
	#main .featureList .num span {
		font-size: 2.5rem;
	}
	#main .featureList .ttl {
		min-height: 3.2rem;
		font-size: 1.2rem;
	}
	#main .featureList .ttl small {
		font-size: 1rem;
	}
	#main .doctor h2 {
		margin-bottom: 3rem;
	}
	#main .doctor .imgBox {
		padding: 0 0 5rem 0;
	}
	#main .doctor .imgBox:after {
		right: -1rem;
		top: -1rem;
		width: 10rem;
		height: 10rem;
	}
	#main .doctor .imgBox .phoBox {
		margin-bottom: 2rem;
	}
	#main .doctor .imgBox .phoBox:before {
		top: auto;
		bottom: -5rem;
		left: -1rem;
		width: 15rem;
		height: 15rem;
	}
	#main .doctor .imgBox .txtBox {
		padding: 0;
	}
	#main .doctor .imgBox .txtBox .comTtl .en {
		min-width: inherit;
	}
	#main .doctor .imgBox .txtBox .comTtl .jp {
		min-width: 12rem;
	}
	#main .doctor .imgBox .txtBox .infoList {
		display: block;
	}
	#main .doctor .imgBox .txtBox .infoList > li {
		width: auto;
		padding: 2rem 1rem;
	}
	#main .doctor .imgBox .txtBox .infoList > li:not(:last-child) {
		margin-bottom: 2rem;
	}
	#main .doctor .imgBox .txtBox .infoList h3 {
		font-size: 1.6rem;
	}
	#main .doctor .imgBox .txtBox .infoList .txtList li {
		font-size: 1.3rem;
	}
	#main .doctor .imgBox .txtBox .infoList dt {
		font-size: 1.3rem;
	}
	#main .doctor .imgBox .txtBox .infoList dd {
		font-size: 1.3rem;
	}
	#main .price .inner {
		margin-bottom: 3rem;
	}
	#main .price .subBox:not(:last-child) {
		margin-bottom: 3rem;
	}
	#main .price th,
	#main .price td {
		padding: 1.5rem 0.5rem;
		font-size: 1.6rem;
	}
	#main .price th {
		font-size: 1.4rem;
	}
	#main .price .notes {
		font-size: 1.2rem;
	}
	#main .price .comInfoBox {
		padding: 2.5rem 2rem;
	}
	#main .price .comInfoBox .notes01 {
		font-size: 1.3rem;
	}
	#main .price .comInfoBox .txtDl dt {
		padding: 0;
		font-size: 1.6rem;
		float: none;
	}
	#main .price .comInfoBox .txtDl dd {
		margin-bottom: 1.5rem;
		font-size: 1.4rem;
		padding: 0.2rem 0 1.5rem;
	}
	#main .price .comInfoBox .bgWhite {
		padding: 1rem 1.5rem;
	}
	#main .price .comInfoBox .bgWhite p {
		font-size: 1.3rem;
	}
	#main .price .comInfoBox .btn {
		margin-top: 2rem;
	}
	#main .flow .flowBox {
		margin-bottom: 3rem;
	}
	#main .flow h3 {
		background-position: right 2rem center;
		background-size: 1.4rem auto;
	}
	#main .flow h3 .num {
		width: 5.6rem;
		font-size: 1.8rem;
	}
	#main .flow h3 .num .en {
		font-size: 1.4rem;
	}
	#main .flow h3 .ttl {
		min-height: 4rem;
		width: calc(100% - 8rem);
		font-size: 1.8rem;
	}
	#main .flow .subBox {
		padding-bottom: 1rem;
	}
	#main .flow .imgBox {
		padding-top: 2rem;
		display: block;
	}
	#main .flow .imgBox .phoBox {
		width: auto;
	}
	#main .flow .imgBox .txtBox {
		margin: 2rem 0 0;
	}
	#main .flow .imgBox .txtBox p {
		margin-bottom: 2rem;
	}
	#main .faq .qaList dt {
		margin-top: 2rem;
		padding: 0.5rem 3.5rem 0.4rem 7rem;
		min-height: 5.4rem;
		display: flex;
		align-items: center;
		font-size: 1.5rem;
		background-position: right 1.8rem center;
		background-size: 1.4rem auto;
	}
	#main .faq .qaList dt::before {
		padding-bottom: 0.1rem;
		width: 5.6rem;
		font-size: 2rem;
	}
	#main .faq .qaList dd {
		padding: 1rem 2rem 0.4rem 6rem;
	}
	#main .faq .qaList dd::before {
		top: 0.5rem;
		width: 5.6rem;
		font-size: 2rem;
	}
	#main .clinic .infoBox {
		margin-bottom: 3rem;
		display: block;
	}
	#main .clinic .infoBox > div {
		width: auto;
	}
	#main .clinic .infoBox .txtDl dt {
		padding: 1rem 0 1rem 1rem;
		font-size: 1.6rem;
	}
	#main .clinic .infoBox .txtDl dd {
		font-size: 1.6rem;
		padding: 1rem 0 1rem 6em;
	}
	#main .clinic .infoBox .lBox .notes {
		font-size: 1.2rem;
	}
	#main .clinic .infoBox .tabBox {
		margin: 0 0 0.2rem;
	}
	#main .clinic .infoBox .tabBox th,
	#main .clinic .infoBox .tabBox td {
		padding: 1rem 0.2rem;
		font-size: 1.4rem;
	}
	#main .clinic .infoBox .tabBox tbody th {
		font-size: 1.2rem;
		padding-left: 0.6rem;
	}
	#main .clinic .infoBox .tabBox + p {
		margin: 0 0.5rem 1rem;
	}
	#main .clinic .infoBox .rBox {
		margin-top: 3rem;
		width: auto;
	}
	#main .clinic .infoBox .rBox .buttonUl {
		gap: 1rem 1rem;
	}
	#main .clinic .infoBox .rBox .buttonUl li {
		width: calc((100% - 3rem)/4);
	}
	#main .clinic .map {
		margin-bottom: 2.5rem;
	}
	#main .clinic .map iframe {
		height: 50vw;
	}
	#main .clinic .movieBox .headLine02 {
		margin-bottom: 1rem;
	}
	#main .clinic .movie {
		max-width: inherit;
		aspect-ratio: 67/37.7;
	}
	.catBox {
		padding: 0 0 1.5rem;
		background-image: url("../img/common/cat_bg_sp.jpg");
	}
	.catBox .leadBox {
		margin: 0 0 1.6rem;
		display: block;
	}
	.catBox .leadBox .mark {
		margin: 0 auto 0.3rem;
		transform: translateY(-0.8rem);
		width: 17.5rem;
		padding: 0.8rem;
		height: auto;
		font-size: 1.6rem;
		border: 1px solid #333;
		border-radius: 0;
	}
	.catBox .leadBox .ttl {
		font-size: 1.7rem;
		line-height: 1.35;
	}
	.catBox .linkUl {
		margin: 0 auto;
		max-width: 33rem;
		display: block;
	}
	.catBox .linkUl li {
		margin: 0 0 2rem;
		width: auto;
	}
	.catBox .linkUl li a {
		min-height: 6.5rem;
		font-size: 1.3rem;
		border-radius: 5rem;
		background: url("../img/common/icon04.png") no-repeat right 1.8rem center / 3.6rem;
	}
	.catBox .linkUl li .sub {
		letter-spacing: 0.06em;
	}
	.catBox .linkUl .tel .num {
		margin-bottom: -0.3rem;
		padding: 0.2rem 3.2rem 0;
		font-size: 3rem;
		background-position: left 0.8rem;
		background-size: 2.7rem auto;
	}
	.catBox .linkUl .mail {
		width: auto;
	}
	.catBox .linkUl .mail a {
		padding: 0 1.5rem 0 2.5rem;
		font-size: 1.7rem;
	}
	.catBox .linkUl .mail .sub {
		padding: 0.2rem 6.4rem 0.3rem 5.5rem;
		background-size: 4.3rem auto, 3.6rem auto;
	}
}