@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mv {
	padding-top: 200px;
	height: 874px;
	position: relative;
	text-align: center;
	background: url("../images/index/webp/mv_bg.webp") no-repeat left top / 80.5% auto, url(../images/index/webp/mv_bg02.webp) no-repeat right bottom / 694px 551px;
	box-sizing: border-box;
}
.no-webp #main .mv {
	background: url("../images/index/mv_bg.png") no-repeat left top / 80.5% auto, url(../images/index/mv_bg02.png) no-repeat right bottom / 694px 551px;
}
#main .mv .img {
	margin-top: -44px;
	width: 227px;
	position: absolute;
	left: 3.2%;
	top: 50%;
	transform: translateY(-50%);
}
#main .mv .photo {
	padding-right: 74px;
	text-align: right;
	position: relative;
}
#main .mv .photo img {
	max-width: 1088px;
	width: 100%;
}
#main .mv .photo .priceBox {
	position: absolute;
	right: 112px;
	top: 157px;
}
#main .mv .photo .priceBox .txt .ttl {
	margin-right: 10px;
	display: inline-block;
	width: 20px;
	color: #937218;
	font-size: 2rem;
	line-height: 1.2;
	vertical-align: 10px;
}
#main .mv .photo .priceBox .txt em {
	color: #937218;
	font-size: 9.7rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1;
}
#main .mv .photo .priceBox .txt small {
	font-size: 3rem;
}
#main .mv .photo .priceBox .sm {
	margin: -10px -10px 0 0;
	font-size: 1.6rem;
	line-height: 1;
	text-align: right;
}
#main .mv .note {
	margin: 10px auto 0;
	max-width: 1140px;
	text-align: right;
	font-size: 1.1rem;
}
#main .btn{
	width: 200px;
	padding: 5px 24px;
    display: block;
    color: #FFF;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 10px;
	background: #212832 url(../images/common/webp/icon08.webp) no-repeat right 10px center / 6px 11px;
	margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 1124px) {
	#main .mv .photo .priceBox {
		right: 7vw;
		top: 14.2vw;
	}
	#main .mv .photo .priceBox .txt .ttl {
		margin-right: 0.8vw;
		width: 1.75vw;
		font-size: 1.75vw;
		line-height: 1.2;
		vertical-align: 1vw;
	}
	#main .mv .photo .priceBox .txt em {
		font-size: 8.2vw;
	}
	#main .mv .photo .priceBox .txt small {
		font-size: 2.7vw;
	}
	#main .mv .photo .priceBox .sm {
		margin: -0.7vw -1vw 0 0;
		font-size: 1.5vw;
	}
}
#main .treat {
	padding: 98px 15px 63px;
	position: relative;
	z-index: 1;
	text-align: center;
	background: url("../images/index/webp/bg01.webp") no-repeat bottom center / cover;
}
.no-webp #main .treat {
	background-image: url("../images/index/bg01.png")
}
#main .treat h2 {
	margin-bottom: 32px;
	text-align: center;
}
#main .treat h2 small {
	padding: 8px 30px 10px 40px;
	min-width: 306px;
	display: inline-block;
	position: relative;
	color: #FFF;
	font-size: 1.9rem;
	font-weight: 400;
	letter-spacing: 0.128em;
	vertical-align: top;
	border-radius: 50px;
	background: #937218;
	box-sizing: border-box;
}
#main .treat h2 small::before {
	width:0;
	height:0;
	position: absolute;
	left: 50%;
	bottom: -5px;
	border-right: 20px solid transparent;
	border-top: 20px solid #937218;
	transform: translateX(-50%) rotate(225deg);
	content: "";
}
#main .treat h2 span {
	margin-top: 13px;
	display: block;
	font-size: 3.5rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	font-family: 'Noto Serif JP', serif;
}
#main .treat .textBox {
	margin: 0 auto 84px;
	padding: 41px 20px 51px 107px;
	max-width: 800px;
	text-align: left;
	border-radius: 20px;
	background: #FFF;
}
#main .treat .textBox li {
	padding-left: 28px;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	background: url(../images/common/webp/icon09.webp) no-repeat left top 12px / 20px auto;
}
.no-webp #main .treat .textBox li {
	background-image: url(../images/common/icon09.png);
}
#main .treat .textBox li:not(:last-child) {
	margin-bottom: 14px;
}
#main .treat .textBox li span {
	display: inline-block;
	font-size: 2.3rem;
	line-height: 1.5;
	vertical-align: 1px;
	border-bottom: 1px solid #937218;
}
#main .point {
	padding: 41px 15px 70px;
	position: relative;
	text-align: center;
	background: #F7F7F7;
}
#main .point::before {
	margin-left: 242px;
	width: 333px;
	height: 532px;
	position: absolute;
	left: 50%;
	top: 62px;
	background: url(../images/index/webp/point_bg01.webp) no-repeat center center / 333px auto;
	content: "";
}
.no-webp #main .point::before {
	background-image: url("../images/index/point_bg01.png");
}
#main .point .headLine02 {
	margin-bottom: 60px;
}
#main .point ul {
	margin-bottom: 63px;
	display: flex;
	position: relative;
	z-index: 2;
}
#main .point li {
	margin-right: -32px;
	width: 270px;
}
#main .point li .pho {
	width: 205px;
	margin: 0 auto 10px;
}
#main .point li:first-child .pho {
	margin: 0 0 15px;
}
#main .point li .txtBox {
	display: flex;
	align-items: center;
}
#main .point li .txtBox .ttl {
	margin: -5px 10px 0 0;
	color: #937218;
	font-size: 5.2rem;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	font-family: "trajan-pro-3", serif;
}
#main .point li .txtBox .ttl small {
	margin-bottom: 5px;
	display: block;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}
#main .point li .txtBox .txt {
	line-height: 1.8;
	text-align: left;
}
#main .point .photo {
	position: relative;
}
#main .point .photo::before {
	width: 735px;
	height: 488px;
	position: absolute;
	right: -136px;
	bottom: 186px;
	background: url(../images/index/webp/point_bg02.webp) no-repeat center center / 735px auto;
	content: "";
}
.no-webp #main .point .photo::before {
	background-image: url(../images/index/point_bg02.png);
}
#main .point .photo .priceBox {
	position: absolute;
	left: 260px;
	top: 45px;
}
#main .point .photo .priceBox .txt .ttl {
	margin-right: 14px;
	display: inline-block;
	width: 30px;
	color: #937218;
	font-size: 2.7rem;
	line-height: 1.2;
	vertical-align: 7px;
}
#main .point .photo .priceBox .txt em {
	color: #937218;
	font-size: 9.7rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -0.05em;
	line-height: 1;
}
#main .point .photo .priceBox .txt small {
	margin-left: 7px;
	font-size: 3.3rem;
}
@media (min-width: 768px) and (max-width: 1030px) {
	#main .point .photo::before {
		width: 60vw;
		height: 45vw;
		right: -8vw;
		bottom: 18.5vw;
		background-size: cover;
	}
	#main .point .photo .priceBox {
		left: 25vw;
		top: 4vw;
	}
	#main .point .photo .priceBox .txt .ttl {
		margin-right: 1.5vw;
		width: 2.6vw;
		font-size: 2.6vw;
		line-height: 1.2;
		vertical-align: 0.6vw;
	}
	#main .point .photo .priceBox .txt em {
		font-size: 9.3vw;
	}
	#main .point .photo .priceBox .txt small {
		font-size: 3.2vw;
	}
}
#main .maintain {
	padding: 58px 0 99px;
	position: relative;
}
#main .maintain .headLine01 {
	margin-bottom: 10px;
	padding-top: 69px;
}
#main .maintain .topTxt {
	margin-bottom: 134px;
	text-align: center;
	line-height: 2.4;
}
#main .maintain .comEnTitle {
	line-height: 0.94;
	top: 344px;
	z-index: -1;
	color: #F7F7F7;
}
#main .maintain .imgBox {
	align-items: center;
}
#main .maintain .imgBox .photo {
	width: 50%;
	text-align: right;
	height: 750px;
	position: relative;
}
#main .maintain .imgBox .photo::before {
	height: 551px;
	position: absolute;
	right: 0;
	top: 0;
	left: 250px;
	background: url("../images/index/webp/photo08.webp") no-repeat center center / cover;
	content: '';
}
.no-webp #main .maintain .imgBox .photo::before {
	background-image: url("../images/index/photo08.jpg");
}
#main .maintain .imgBox .photo img {
	position: absolute;
	left: 77px;
	bottom: -2px;
	width: 351px;
}
#main .maintain .imgBox .textBox {
	margin-top: 61px;
	width: 50%;
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
	padding-left: 15px;
}
#main .maintain .imgBox .textBox .inner {
	max-width: 405px;
}
#main .maintain .imgBox .textBox h3 {
	margin-bottom: 13px;
	color: #937218;
	line-height: 2.08;
	font-size: 2.5rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 0.08em;
}
#main .maintain .imgBox .textBox p {
	line-height: 2.4;
}
#main .maintain .imgBox .textBox .size {
	margin: 60px 0 2px;
	font-size: 2.2rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	letter-spacing: 0.08em;
}
#main .maintain .imgBoxL {
	margin-top: 24px;
	flex-direction: row-reverse;
}
#main .maintain .imgBoxL .textBox {
	margin-top: 10px;
	padding: 0 15px 0 0;
	justify-content: flex-start;
}
#main .maintain .imgBoxL .photo {
	text-align: left;
	height: 550px;
}
#main .maintain .imgBoxL .photo::before {
	left: 0;
	right: 101px;
	background-image: url("../images/index/webp/photo04.webp");
}
.no-webp #main .maintain .imgBoxL .photo::before {
	background-image: url("../images/index/photo04.jpg");
}
#main .maintain .imgBoxL .photo img {
	width: 83.4%;
}
#main .doctor {
	margin-bottom: 64px;
	padding-bottom: 86px;
	position: relative;
}
#main .doctor .headLine01 {
	margin-bottom: 135px;
	padding-top: 65px;
}
#main .doctor .comEnTitle {
	z-index: -1;
	color: #F1ECE6;
	left: -11px;
	top: 2px;
	line-height: 1.1;
	letter-spacing: 0;
}
#main .doctor .greet {
	padding: 59px 73px 217px;
	margin-left: 180px;
	position: relative;
	background: #F1ECE6 url(../images/index/webp/bg03.webp) no-repeat right bottom / 694px auto;
}
.no-webp #main .doctor .greet {
	background-image: url("../images/index/bg03.png")
}
#main .doctor .greet .photo {
	width: 412px;
	position: absolute;
	right: 38px;
	bottom: 69px;
}
#main .doctor .greet .textBox {
	width: 325px;
}
#main .doctor .greet .textBox h3 {
	margin-bottom: 31px;
	color: #222831;
	font-size: 2.2rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.9;
	letter-spacing: 0.05em;
}
#main .doctor .greet .textBox .name {
	font-size: 1.3rem;
	color: #937218;
	line-height: 1.923;
	letter-spacing: 0.1em;
}
#main .doctor .greet .textBox .name span {
	color: #222831;
	display: block;
	font-size: 3rem;
	line-height: 1.5;
}
#main .doctor .bgTxt {
	padding: 44px 68px 55px;
	margin: -168px 98px 0 252px;
	background: #222831;
	position: relative;
	z-index: 2;
}
#main .doctor .bgTxt p {
	color: #fff;
	line-height: 2.4;
	letter-spacing: 0.05em;
}
#main .doctor .bgBox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 66.66%;
	height: 350px;
	background: url(../images/index/webp/bg04.webp) no-repeat center center / cover;
}
.no-webp #main .doctor .bgBox {
	background-image: url("../images/index/bg04.jpg")
}
#main .special {
	margin-bottom: 99px;
	position: relative;
	z-index: 10;
}
#main .special .headLine02 {
	margin-bottom: 59px;
}
#main .special .listBox {
	padding: 0 0 123px 20px;
	position: relative;
}
#main .special .listBox::before {
	width: 100%;
	top: 160px;
	bottom: 0;
	position: absolute;
	left: 0;
	background: #EAE1D8;
	content: '';
	z-index: -1;
}
#main .special .listBox ul {
	margin-top: -69px;
	max-width: 980px;
}
#main .special .listBox ul li {
	margin: 69px 7.1% 0 0;
	width: 28.57%;
	position: relative;
}
#main .special .listBox ul li:nth-child(3n) {
	margin-right: 0;
}
#main .special .listBox ul li .text {
	padding: 22px 20px 11px;
	width: 80.35%;
	position: absolute;
	background: #fff;
	box-sizing: border-box;
	z-index: 1;
	left: -20px;
	bottom: -20px;
}
#main .special .listBox ul li .text .tag {
	position: absolute;
	left: 0;
	top: -18px;
	padding: 3px 16px 4px;
	font-size: 1.2rem;
	color: #fff;
	background: #937218;
	border-radius: 30px;
	letter-spacing: 0.05em;
}
#main .special .listBox ul li .text .name {
	font-size: 1.2rem;
}
#main .special .listBox ul li .text .name span {
	margin-top: 5px;
	padding-top: 7px;
	display: block;
	font-size: 2.5rem;
	line-height: 1.2;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	border-top: 1px solid #000;
}
#main .special .comEnTitle {
	top: auto;
	bottom: -53px;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 20rem;
	letter-spacing: 0.02em;
	text-align: center;
}
#main .free h2 {
	margin-bottom: 12px;
	text-align: center;
}
#main .free h3 {
	margin-bottom: 67px;
	line-height: 1.857;
}
#main .free .imgBox .photo {
	margin-top: 26px;
	width: 50%;
	display: flex;
	align-items: flex-end;
}
#main .free .imgBox .photo img {
	width: 83%;
}
#main .free .imgBox .textBox {
	width: 50%;
	display: flex;
	box-sizing: border-box;
	padding-right: 15px;
}
#main .free .imgBox .textBox .inner {
	max-width: 420px;
}
#main .free .imgBox .textBox h4 {
	margin-bottom: 18px;
	color: #937218;
	line-height: 2;
	font-size: 1.8rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
#main .free .imgBox .textBox .img {
	margin: 47px 0 29px;
	max-width: 400px;
	width: 100%;
}
#main .free .imgBox .textBox .img .text {
	padding: 8px;
	font-size: 1.8rem;
	background: #222831;
	text-align: center;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
#main .free .imgBox .textBox .img .text02 {
	margin-bottom: 7px;
	padding: 14px 5px 15px;
	font-size: 1.3rem;
	line-height: 1.77;
	color: #fff;background: #937218;
	text-align: center;
}
#main .free .imgBox .textBox .img .price {
	font-size: 3.3rem;
}
#main .free .imgBox .textBox .img .price span {
	display: inline-block;
	font-size: 9.5rem;
	color: #937218;
	line-height: 1;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
#main .free .imgBox .textBox .img .price small {
	margin-top: -16px;
	display: block;
	font-size: 2.2rem;
	text-align: right;
}

#main .free .imgBox .textBox .comBtn {
	margin-right: 21px;
	text-align: right;
}
#main .free {
	background: url(../images/index/webp/bg05.webp) no-repeat left bottom / 505px auto;
}
.no-webp #main .free {
	background-image: url("../images/index/bg05.jpg")
}
#main .phoBg {
	height: 400px;
	background: url(../images/index/webp/bg06.webp) no-repeat center center / cover;
}
.no-webp #main .phoBg {
	background-image: url("../images/index/bg06.jpg")
}
#main .talkBox {
	padding-bottom: 103px;
	max-width: inherit;
	background: #E6E6E6 url(../images/index/webp/bg07.webp) no-repeat right bottom / 320px auto;
	box-shadow: none;
}
.no-webp #main .talkBox {
	background-image: url("../images/index/bg07.png")
}
#main .talkBox .title span {
	margin: 2px 0 -6px;
	display: block;
	font-size: 1.5rem;
	font-family: noto-sans-cjk-jp, sans-serif;
	letter-spacing: 0.03em;
	font-weight: normal;
}
#main .talkBox .title {
	margin-bottom: 26px;
}
#main .talkBox .talk span {
	background: #fff;
}
#main .talkBox .talk span::before {
	background-image: url(../images/common/webp/arrow02.webp);
}
.no-webp #main .talkBox .talk span::before {
	background-image: url("../images/common/arrow02.png")
}
#main .reason {
	padding: 103px 0;
	position: relative;
}
#main .reason .comEnTitle {
	z-index: -1;
	color: #F7F7F7;
	font-size: 20rem;
	left: auto;
	right: -14px;
	letter-spacing: -0.03em;
	top: -44px;
}
#main .reason .imgBox {
	align-items: flex-end;
}
#main .reason .imgBox .photo {
	width: 50%;
	height: 1028px;
}
#main .reason .imgBox .photo * {
	height: 100%;
}
#main .reason .imgBox .slideUl {
	width: 87.5%;
	overflow: hidden;
}
#main .reason .imgBox .slideUl .list {
	background-position: center center;
	background-size: cover;
}
#main .reason .imgBox .slideUl .list img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#main .reason .imgBox .textBox {
	width: 50%;
}
#main .reason .imgBox .textBox .inner {
	max-width: 500px;
}
#main .reason .headLine01 {
	margin-bottom: 66px;
	padding-top: 73px;
	background-position: left 6px top;
	text-align: left;
}
#main .reason .imgBox .textBox dl {
	border-bottom: 1px solid #E6E6E6;
}
#main .reason .imgBox .textBox dt {
	padding: 29px 50px 30px 58px;
	color: #937218;
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	position: relative;
	border-top: 1px solid #E6E6E6;
	background: url(../images/common/webp/icon03.webp) no-repeat right 35px center;
	cursor: pointer;
}
.no-webp #main .reason .imgBox .textBox dt {
	background-image: url("../images/common/icon03.png")
}
#main .reason .imgBox .textBox dt.on {
	background-image: url(../images/common/webp/icon04.webp);
}
.no-webp #main .reason .imgBox .textBox dt.on {
	background-image: url("../images/common/icon04.png")
}
#main .reason .imgBox .textBox dt span {
	position: absolute;
	left: -4px;
	top: 14px;
	font-size: 3.5rem;
	font-weight: normal;
	font-family: "trajan-pro-3", serif;
}
#main .reason .imgBox .textBox dd {
	display: none;
	padding: 0 90px 35px 60px;
}
#main .itero {
	padding: 102px 15px 99px;
	position: relative;
	background: #F7F7F7;
	overflow: hidden;
}
#main .itero::before {
	margin-left: -170px;
	width: 888px;
	height: 908px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	background: url(../images/index/webp/case_bg01.webp) no-repeat center center / 888px 908px;
	content: "";
	z-index: 3;
}
.no-webp #main .itero::before {
	background-image: url(../images/index/case_bg01.png);
}
#main .itero .comEnTitle {
	font-size: 20rem;
	top: -20px;
	opacity: 0.3;
	letter-spacing: -0.02em;
	line-height: 1;
}
#main .itero .content {
	width: 800px;
	position: relative;
	z-index: 2;
}
#main .itero .headLine01 {
	margin-bottom: 70px;
	padding-top: 58px;
}
#main .itero ul {
	margin-bottom: 54px;
}
#main .itero li {
	padding-left: 30px;
	position: relative;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
#main .itero li:not(:last-child) {
	margin-bottom: 25px;
}
#main .itero li::before {
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 20px;
	background: #222831;
	border-radius: 50%;
	content: "";
}
#main .itero li em {
	color: #937218;
	font-size: 2.2rem;
	font-style: normal;
	text-decoration: underline;
}
#main .itero .titleBox {
	margin-bottom: 60px;
	padding: 28px 0 27px;
	position: relative;
	z-index: 1;
}
#main .itero .titleBox::before {
	width: 9999px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background: #937218;
	transform: translateX(-50%);
	content: "";
}
#main .itero .titleBox p {
	position: relative;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 600;
	z-index: 1;
}
#main .itero .titleBox p em {
	font-size: 3rem;
	font-style: normal;
}
#main .itero .comBtn {
	position: relative;
	z-index: 5;
}
#main .case {
	padding: 102px 15px 105px;
	position: relative;
	background: #E6E6E6;
}
#main .case .comEnTitle {
	font-size: 20rem;
	left: -20px;
	top: -50px;
	color: #f7f7f7;
	letter-spacing: -0.02em;
}
#main .case .headLine01 {
	margin-bottom: 62px;
	padding-top: 54px;
}
#main .case ul {
	margin: -24px auto 57px;
	max-width: 800px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
#main .case ul::after {
	width: 30%;
	display: block;
	content: "";
}
#main .case li {
	margin-top: 24px;
	width: 30%;
}
#main .case li a {
	padding-bottom: 18px;
	height: 100%;
	display: block;
	position: relative;
	letter-spacing: 0.1em;
	line-height: 28px;
	background: #FFF url(../images/common/webp/icon02.webp) no-repeat right 10px bottom 10px / 11px 11px;
	box-sizing: border-box;
	opacity: 1;
}
/*#main .case li a:hover {
	opacity: 1;
}
.no-webp #main .case li a {
	background-image: url(../images/common/icon02.png);
}
#main .case li a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(179, 179, 179, .5);
	opacity: 0;
	transition: all ease .5s;
	content: "";
}
#main .case li a::after {
	width: 162px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/index/webp/group_imgtext01.webp) no-repeat center center / 162px 20px;
	opacity: 0;
	transition: all ease .5s;
	content: "";
}
.no-webp #main .case li a::after {
	background-image: url(../images/index/group_imgtext01.png);
}
#main .case li a:hover::before, #main .case li a:hover::after {
	opacity: 1;
}*/
#main .case li a .pho {
	margin-bottom: 11px;
}
#main .case li a .txtBox {
	padding: 0 16px;
}
#main .case li a dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#main .case li a dt {
	margin-top: 3px;
	width: 36px;
	color: #937218;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	background: #F2F2F2;
}
#main .case li a dd {
	width: calc(100% - 45px);
	line-height: 25px;
}
#main .case li a dd:not(:last-of-type) {
	margin-bottom: 10px;
}
#main .plan {
	padding: 125px 0 195px;
	position: relative;
	background: url(../images/index/webp/plan_bg01.webp) no-repeat center center / cover;
}
.no-webp #main .plan {
	background-image: url(../images/index/plan_bg01.jpg);
}
#main .plan::before {
	width: 100%;
	height: 550px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/index/webp/plan_bg02.webp) no-repeat center center / cover;
	content: "";
}
.no-webp #main .plan::before {
	background-image: url(../images/index/plan_bg02.jpg);
}
#main .plan .comEnTitle {
	left: auto;
	right: 0;
	top: -44px;
	font-size: 20rem;
	letter-spacing: -0.02em;
	opacity: 0.5;
}
#main .plan .content {
	max-width: 802px;
	position: relative;
	z-index: 1;
}
#main .plan .headLine01 {
	margin-bottom: 40px;
	padding-top: 57px;
}
#main .plan .btn {
	margin: 0 auto 40px;
	width: 384px;
	background: #fff;
}
#main .plan h4 {
	margin-bottom: 22px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #222831;
	font-size: 2.5rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
#main .plan h4 small {
	font-size: 1.5rem;
	font-weight: 400;
	font-family: noto-sans-cjk-jp, sans-serif;
}
#main .plan .h4Ttl01 {
	margin-bottom: 10px;
}
#main .plan .chart {
	margin-bottom: 65px;
}
#main .plan .photo {
	margin: -32px 0 57px;
	position: relative;
}
#main .plan .photo p {
	width: 320px;
	position: absolute;
	left: 43px;
	top: 48px;
	letter-spacing: 0.05em;
}
#main .plan .comBtn {
	margin-bottom: 60px;
}
#main .flow {
	padding: 102px 15px 111px;
	position: relative;
	background: #E6E6E6;
}
#main .flow::before {
	margin-left: -587px;
	width: 389px;
	height: 248px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: url(../images/index/webp/flow_bg01.webp) no-repeat center center / 389px 248px;
	content: "";
}
.no-webp #main .flow::before {
	background-image: url(../images/index/flow_bg01.jpg);
}
#main .flow .comEnTitle {
	color: #FFF;
	font-size: 20rem;
	left: -20px;
	top: -45px;
	opacity: 0.5;
	letter-spacing: -0.04em;
}
#main .flow .content {
	max-width: 800px;
	position: relative;
	z-index: 1;
}
#main .flow .lBox {
	width: 50%;
	text-align: left;
}
#main .flow .lBox .headLine01 {
	margin-bottom: 26px;
	padding-top: 53px;
	text-align: left;
	background-position: left top;
}
#main .flow .lBox p {
	margin-bottom: 33px;
	letter-spacing: -0.05em;
}
#main .flow .lBox .comBtn {
	text-align: right;
}
#main .flow .rBox {
	width: 43.75%;
}
#main .flow .rBox li {
	padding: 5px 18px 6px;
	color: #937218;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 2rem;
	letter-spacing: 0.1em;
	background: #FFF;
}
#main .flow .rBox li:not(:last-child) {
	margin-bottom: 14px;
}
#main .flow .rBox li:not(:last-child)::before {
	margin-left: -2px;
	width: 3px;
	height: 13px;
	position: absolute;
	left: 50%;
	bottom: -13px;
	background: #FFF;
	content: "";
}
#main .flow .rBox li .num {
	margin: 5px 36px 0 0;
	font-size: 2.7rem;
	letter-spacing: 0;
	font-family: "trajan-pro-3", serif;
}
#main .faq {
	padding: 82px 15px 90px;
	position: relative;
	background: url(../images/index/webp/faq_bg01.webp) no-repeat right bottom / 583px 463px;
}
.no-webp #main .faq {
	background-image: url(../images/index/faq_bg01.png);
}
#main .faq .comEnTitle {
	left: auto;
	right: 0;
	top: -44px;
	font-size: 20rem;
	letter-spacing: 0;
	z-index: -1;
}
#main .faq .headLine01 {
	margin-bottom: 61px;
	padding-top: 55px;
	letter-spacing: 0.03em;
}
#main .faq .inner {
	margin-bottom: 55px;
}
#main .faq dl {
	width: 46%;
}
#main .faq dt {
	margin-bottom: -1px;
	padding: 25px 50px 30px 35px;
	font-size: 1.6rem;
	line-height: 20px;
	letter-spacing: 0.09em;
	background: url(../images/index/webp/faq_q.webp) no-repeat left top 26px / 34px 23px, url(../images/common/webp/icon03.webp) no-repeat right 10px center / 14px 14px;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	cursor: pointer;
}
.no-webp #main .faq dt {
	background: url(../images/index/faq_q.png) no-repeat left top 26px / 34px 23px, url(../images/common/icon03.png) no-repeat right 10px center / 14px 14px;
}
#main .faq dt:hover {
	opacity: 0.7;
}
#main .faq dt.on {
	background: url(../images/index/webp/faq_q.webp) no-repeat left top 26px / 34px 23px, url(../images/common/webp/icon04.webp) no-repeat right 10px center / 14px 14px;
	border-bottom-color: #FFF;
}
.no-webp #main .faq dt.on {
	background: url(../images/index/faq_q.png) no-repeat left top 26px / 34px 23px, url(../images/common/icon04.png) no-repeat right 10px center / 14px 14px;
}
#main .faq dd {
	margin-bottom: 30px;
	padding: 9px 60px 0 35px;
	display: none;
	color: #808080;
	background: url(../images/index/webp/faq_a.webp) no-repeat left top 15px / 18px 18px;
}
.no-webp #main .faq dd {
	background-image: url(../images/index/faq_a.png);
}
#main .group {
	padding: 102px 15px 73px;
	position: relative;
	background: #F7F7F7;
}
#main .group::before {
	width: 100%;
	height: 868px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/index/webp/group_bg01.webp) no-repeat center center / cover;
	content: "";
}
.no-webp #main .group::before {
	background-image: url(../images/index/group_bg01.jpg);
}
#main .group .content {
	position: relative;
	z-index: 2;
}
#main .group ul {
	margin-top: -45px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
#main .group ul::after {
	width: 30%;
	display: block;
	content: "";
}
#main .group li {
	margin-top: 45px;
	width: 30%;
}
#main .group li a {
	padding: 23px 25px;
	height: 100%;
	display: block;
	position: relative;
	letter-spacing: 0.1em;
	line-height: 28px;
	background: #FFF url(../images/common/webp/icon02.webp) no-repeat right 10px bottom 10px / 11px 11px;
	box-sizing: border-box;
	opacity: 1;
}
.no-webp #main .group li a {
	background-image: url(../images/common/icon02.png);
}
#main .group li a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(179, 179, 179, .85);
	opacity: 0;
	transition: all ease .5s;
	content: "";
}
#main .group li a::after {
	width: 162px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/index/webp/group_imgtext01.webp) no-repeat center center / 162px 20px;
	opacity: 0;
	transition: all ease .5s;
	content: "";
}
.no-webp #main .group li a::after {
	background-image: url(../images/index/group_imgtext01.png);
}
#main .group li a:hover::before, #main .group li a:hover::after {
	opacity: 1;
}
#main .group li a .pho {
	margin-bottom: 12px;
}
#main .group li a .pho img {
	width: 100%;
}
#main .group li a .ttl {
	margin-bottom: 8px;
	font-size: 1.6rem;
	line-height: 25px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}
#main .group li a .tel {
	margin-bottom: 10px;
	text-align: center;
	color: #FFF;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 34px;
	border-radius: 30px;
	background: #937218;
}
#main .plan .chart table {
	width: 100%;
	border-collapse: collapse;
}
#main .plan .chart table th,
#main .plan .chart table td {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.6;
	border: 1px solid #222831;
	vertical-align: middle;
	
}
 
#main .plan .chart thead th {
	padding: 22px 5px;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	background: #222831;
}
#main .plan .chart thead th:nth-child(2) {
	border-right: 1px solid #fff;
}
#main .plan .chart thead th:last-child {
	border-left: 1px solid #fff;
}
#main .plan .chart tbody th {
	padding: 18px 5px 26px;
	font-size: 1.6rem;
	width: 23.2%;
	background: #fff;
}
#main .plan .chart tbody td {
	padding: 9px 10px;
	background: #f7f7f7;
}
#main .plan .chart tbody td {
	
}
#main .plan .chart tbody .tdStyle01  {
	padding: 5px 5px 7px;
	font-size: 1.26rem;
	background: #fff;
}
#main .plan .chart tbody .tdStyle01.blue {
	color: #fff;
	background: #2E89BA;
}
#main .plan .chart tbody td .imgBox {
	align-items: center;
}
#main .plan .chart tbody td .imgBox .img {
	width: 89px;
}
#main .plan .chart tbody td .imgBox .textBox {
	flex: 1;
	margin-left: 10px;
	text-align: left;
}
#main .plan .chart tbody td .imgBox.moderate.flexB{
	justify-content: center;
}
#main .plan .chart tbody td .imgBox.moderate.flexB .textBox {
	flex: inherit;
}
#main .plan .chart tbody td .imgBox .textBox p {
	font-size: 1.6rem;
	display: inline-block;
	text-align: center;
}
#main .plan .chart tbody td .imgBox .textBox p span {
	font-size: 2.5rem;
	line-height: 0.5;
}

#main .plan .chart tbody .tdStyle02 {
	background: #fff;
	border-right: 1px dotted #000;
}
#main .plan .chart tbody .tdStyle02 + td {
	border-left: 1px dotted #000;
}
#main .plan .chart tbody .wid01 {
	padding: 53px 10px;
	width: 65px;
}
#main .plan .chart tbody .wid02 {
	width: 244px;
}
#main .plan .chart tbody td.left {
	padding: 22px 17px;
	text-align: left !important;
	border-right: 1px dotted #000;
}
#main .plan .chart table + table {
	margin-top: -1px;
}
#main .plan .chart table + table tbody .tdStyle02 {
	border-left: 1px dotted #000;
	width: 75px;
}
#main .plan .chart table + table tbody .wid03 {
	width: 105px;
}
#main .plan .chart .note {
	padding: 5px;
	margin-top: 25px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	background: #222831;
}
#main .plan .chart .note span {
	font-size: 2rem;
}
#main .plan .chart01 tbody th {
	padding: 9px 5px 11px;
}
#main .plan .chart01 tbody td {
	padding-left: 25px;
	text-align: left;
}


@media all and (min-width: 768px) and (max-width: 1024px) {
	#main .mv {
		padding-top: 100px;
		height: auto;
	}
	#main .doctor .greet .photo {
		width: 264px;
		right: 0;
		bottom: -16px;
	}
	#main .doctor .bgTxt {
		padding: 30px;
		margin: -85px 20px 0 200px;
	}
	#main .doctor .bgBox {
		height: 300px;
	}
	#main .special .listBox {
		padding: 0 20px 123px;
	}
	#main .special .listBox ul li .text {
		width: 85.35%;
	}
	#main .free .imgBox .textBox {
		padding-bottom: 20px;
	}
	#main .itero::before {
		margin-left: 0;
		width: 444px;
		height: 454px;
		background-size: 100% auto;
		bottom: auto;
		top: 30%;
	}
	#main .plan .content {
		padding: 0 15px;
	}
	#main .mv .photo {
		padding-right: 21px;
	}
	#main .mv .img {
		width: 160px;
	}
	#main .point::before {
		margin-left: 0;
	}
	#main .maintain .imgBox .photo {
		height: 500px;
	}
	#main .maintain .imgBox .photo img {
		width: 50%;left: 0;
	}
	#main .maintain .imgBox .photo::before {
		height: 80%;
		left: 25%;
	}
	#main .maintain .imgBoxL .photo::before {
		height: 100%;
		left: 0;
		right: 50px;
	}
	#main .free .imgBox .textBox .img .price span {
		font-size: 8.5rem;
	}
}

/********************* case */
.fadeslide {
	position: relative;
	width: 240px;
	height: 200px;
	overflow: hidden;
	z-index: 0;
}

.fadeslide div {
	position: absolute;
	top: 0;
	left: 0;
}

.fadeslide div:nth-of-type(1) {
	animation: fadeslide 18s 0s infinite both;
	z-index: 6;
}

.fadeslide div:nth-of-type(2) {
	animation: fadeslide 18s 3s infinite both;
	z-index: 5;
}

.fadeslide div:nth-of-type(3) {
	animation: fadeslide 18s 6s infinite both;
	z-index: 4;
}

.fadeslide div:nth-of-type(4) {
	animation: fadeslide 18s 9s infinite both;
	z-index: 3;
}

.fadeslide div:nth-of-type(5) {
	animation: fadeslide 18s 12s infinite both;
	z-index: 2;
}

.fadeslide div:nth-of-type(6) {
	animation: fadeslide 18s 15s infinite both;
	z-index: 1;
}

@keyframes fadeslide {
	0% { left: 0; opacity: 0; }
	5% { left: 0; opacity: 1; }
	20% { left: 0; opacity: 1; }
	25% { left: 0; opacity: 0; }
	26% { left: 100%; opacity: 0; }
	100% { left: 100%; opacity: 0; }
}

/* モーダルCSS */
#main .modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main .modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

#main .modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 600px;
  height: 400px;
  padding: 30px;
  background-color: #fff;
　overflow: auto;
　overflow-y: scroll;
 overflow: auto;
　overflow-y: scroll;
}

#main .closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}


/* 以下ボタンスタイル */
#main button {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}

#main #openModal {
  margin-top: 20px;
}

.clinic_box{ width:800px; margin:2em auto 3em; border:#937218 2px solid; background:#FFF; padding:20px 30px; display:flex; justify-content:space-between; align-items:center;}
.clinic_box div{width:48%;}
.clinic_box h4{ font-size:2rem; color:#937218;}
.clinic_box h4 span{ font-size:2.5rem; color:#222831; }