﻿@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/

#main .index .topBox {
	display: table;
	width: 100%;
	height: 995px;
	text-align: center;
	box-sizing: border-box;
	background: url("../img/index/top_img.jpg") no-repeat left center;
	background-size: cover;
}

#main .index .clinicBox__head .topH1 {
	display: block;
	position: static;
	top: auto;
	left: auto;
	padding: 0;
	text-decoration: none;
	font-size: 2.4rem;
}

#main .topBox .topInner {
	display: table-cell;
	vertical-align: middle;
}

#main .topBox .topText {
	margin-bottom: 24px;
	font-size: 3.7rem;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E",
		"ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 5px;
	color: #fff;
}

#main .topBox .topText span {
	opacity: 0;
	transition: all 0.6s;
	position: relative;
	top: 40px;
}

#main .topBox .topText span.on {
	top: 0;
	opacity: 1;
}

#main .topBox .bottomText {
	position: relative;
	top: 50px;
	opacity: 0;
	transition: all 0.5s;
	font-family: "HelveticaNeue";
	letter-spacing: 1px;
	color: #fff;
}

#main .topBox .bottomText.on {
	top: 0;
	opacity: 1;
}

@media(max-width: 767px) {
	#main .index .clinicBox__head .topH1 {
		font-size: 1.8rem;
	}
}

/* clinic */
#main .index .clinicBox {
	max-width: 1150px;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin: 58px auto 80px;
}

#main .index .clinicBox__head {
	text-align: center;
	margin-bottom: 43px;
}

#main .index .clinicBox__head h1 {
	font-size: 30px;
	color: #949494;
	font-weight: normal;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#main .index .clinicBox__head p {
	font-size: 16px;
}

#main .index .clinicBox__wrap {
	display: flex;
	justify-content: center;
}

#main .index .clinic01 {
	margin-right: 50px;
}

#main .index .clinicBox01 {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#main .index .clinicBox01 h3 {
	font-size: 2.6rem;
	font-weight: normal;
	margin: 30px auto 36px;
	text-align: center;
}

#main .index .clinicBox01__in {
	max-width: 1100px;
	margin: 0 auto;
}

#main .index .clinicBox01__wrap {
	display: flex;
	padding: 0 16px;
	justify-content: space-between;
}

#main .index .clinicBox01__wrap>li>a>div>p {
	height: 96px;
	display: flex;
	align-items: center;
}

#main .index .clinicBox01__wrap li:last-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

#main .index .clinic03 {
	width: calc(100% / 2);
	margin-right: 50px;
	margin-bottom: 50px;
}

#main .index .clinic03 a {
	display: block;
	position: relative;
}

#main .index .clinic04 {
	width: calc(100% / 2);
}

#main .index .clinic04 a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

#main .index .clinic03__in {
	display: flex;
}

#main .index .clinic04__in {
	display: flex;
	align-items: center;
}

#main .index .clinic__info01 {
	font-size: 16px;
	padding: 1rem 2rem;
	border-left: 2px solid #DD92A7;
}

#main .index .clinic__info02 {
	font-size: 16px;
	padding: 1rem 2rem;
	border-left: 2px solid #60B1BF;
}

@media(max-width: 767px) {
	#main .index .clinicBox__head h2 {
		font-size: 2.4rem;
	}

	#main .index .clinicBox__head h1 {
		font-size: 24px;
		font-weight: normal;
	}

	#main .index .clinicBox__head h1 span {
		display: none;
	}
}

/*Web予約バナー*/

#main .index .WebBanner {
	margin: 0 auto 60px auto;
	max-width: 1150px;
}

@media(max-width: 767px) {
	#main .index .WebBanner {
		padding: 0;
		max-width: none;
		height: auto;
		white-space: nowrap;
		box-shadow: 2px 3px 3px #DDD;
		margin-bottom: 26px;
	}

	#main .index .webBanner .photo {
		width: 100%;
	}

	#main .index .webBanner .photo img {
		width: 100%;
	}
}

/* banner&swiper */

.indexBannerBox {
	margin: 24px auto;
}

@media all and (max-width: 767px) {
	.indexBannerBox {
		margin: 24px 16px;
	}
}

.indexBannerUl {
	display: grid;
	/* grid-template-columns: 1fr 1fr 1fr; */
	/* grid-template-columns: 1fr 1fr; */
	grid-template-columns: 1fr;
	gap: 16px;
	/* max-width: 1150px; */
	/* max-width: 400px; */
	max-width: 600px;
	margin: 80px auto;
	width: 100%;
}

.indexBannerUl a {
	display: flex;
	aspect-ratio: 1354 / 428;
}

.indexBannerUl a:hover {
	opacity: .7;
}

.indexBannerUl a img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

#main .index .banner {
	padding: 0 0 20px;
	text-align: center;
	max-width: 600px;
	margin: auto;
}

@media all and (max-width: 767px) {

	#main .index .banner {
		padding: 0 0 16px;
		text-align: center;
	}

	.indexBannerUl {
		grid-template-columns: 1fr;
		gap: 16px;
		margin: 40px auto;
	}
}

#main .index .banner01 {
	padding: 37px 0 24px;
	text-align: center;
	width: 1150px;
	margin: 0 auto;
}

#main .index .swiper-wrapper {
	padding-bottom: 40px;
}

#main .index .swiper-container {
	width: 1150px;
}

#main .index .swiper-slide {
	text-align: center;
	position: relative;
}

#main .index .swiper-slide ul {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.6rem;
	color: #FFF;
	display: flex;
}

#main .index .swiper-slide .Correspondence {
	display: none;
}

#main .index .swiper-slide ul .correspondance__01 {
	padding: 8px 16px;
	background-color: #DF91A7;
	white-space: nowrap;
}

#main .index .swiper-slide ul .correspondance__02 {
	padding: 8px 16px;
	background-color: #60B1BF;
	white-space: nowrap;
}

#main .index .swiper-slide ul .correspondanceSingle__02 {
	padding: 8px 16px;
	background-color: #60B1BF;
	white-space: nowrap;
}

#main .index .banner {
	text-align: center;
}

#main .index .banner a:hover {
	opacity: 0.7;
}

#main .index .bgUl .comWhite,
#main .index .bgUl .comBlue,
#main .index .bgUl .comBlack {
	display: inline-block;
}

#main .index .bgUl .comWhite a:hover {
	background-color: #5fb1bf;
}

#main .index .bgUl01 .comWhite a:hover {
	background-color: #505050;
}

#main .index .bgUl li {
	height: 830px;
	padding: 10px 0;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	background: #e7e7e7 url(../img/index/bg01.jpg) no-repeat right center;
	background-size: auto 100% !important;
}

#main .index .bgUl .textBox {
	width: 1100px;
	margin: 0 auto;
}

#main .index .bgUl h2 {
	margin-bottom: 55px;
	font-size: 5.5rem;
	font-weight: normal;
	color: #505050;
	font-family: "HelveticaNeue";
}

#main .index .bgUl h2 span {
	margin-top: 3px;
	display: block;
	font-size: 2.5rem;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E",
		"ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#main .index .bgUl p {
	margin-bottom: 66px;
	line-height: 2;
}

#main .index .bgUl .bgR {
	text-align: right;
	background: #f1f9fb url(../img/index/bg02.jpg) no-repeat left center;
}

#main .index .bgUl01 li {
	background: url(../img/index/bg03.jpg) no-repeat right center, url(../img/index/bg05.jpg) repeat-x left center;
	background-size: auto 100%, auto 100% !important;
}

#main .index .bgUl01 .bgR {
	background: #fbd0da url(../img/index/bg04.jpg) no-repeat left center;
}

#main .index .bgUl02 li {
	background: url(../img/index/bg06.jpg) no-repeat right center, url(../img/index/bg05.jpg) repeat-x left center;
	background-size: auto 100%, auto 100% !important;
}

#main .index .bgUl02 .bgR {
	background: #fbd0da url(../img/index/bg04.jpg) no-repeat left center;
}

/* SlideMenu */

#main .index .gynBox {
	/* padding-bottom: 40px; */
	background-color: #f3f8fb;
}

#main .index .gynBox h2 {
	color: #fff;
	padding: 60px 0 60px;
	margin-bottom: 0;
	background-color: #5fb1bf;
}

#main .index .beautyBox,
#main .index .delicateBox {
	/* padding-bottom: 40px; */
	background-color: #f5f5f5;
}

#main .index .beautyBox h2,
#main .index .delicateBox h2 {
	color: #fff;
	padding: 59px 0 61px;
	margin-bottom: 0;
	background-color: #505050;
}

#main .index .beautyBox h2 {
	background-color: #C90066;
}

#main .index .beautyBox .comUl a,
#main .index .delicateBox .comUl a {
	background-color: #f5f5f5;
}

#main .index .beautyBox .comUl .ttl:before,
#main .index .delicateBox .comUl .ttl:before {
	background-color: #797979;
}

/* article */
#main .index .newsBox {
	padding: 102px 0 115px;
	background: #f5f5f5;
}

#main .index .newsBox .comBox {
	display: flex;
	align-items: center;
}

#main .index .newsBox h2 {
	margin-bottom: 0;
	margin-right: 134px;
}

#main .index .newsBox dt {
	padding: 23px 0;
	float: left;
	clear: both;
	font-weight: 700;
}

#main .index .newsBox dd {
	padding: 23px 0 23px 10em;
	border-bottom: 1px solid #e8e8e8;
}

#main .index .newsBox dd a:hover {
	text-decoration: underline;
}

#main .index .newsHeight {
	max-height: 300px;
	width: 100%;
	padding-right: 16px;
	overflow-y: auto;
	text-align: justify;
}

#main .index .blogBox {
	padding: 118px 0;
}

#main .index .instaBox {
	padding: 118px 0;
}

#main .index .blogBox .headLine02 {
	margin-bottom: 72px;
}

#main .index .blogBox ul {
	margin-bottom: 102px;
}

#main .index .blogBox li {
	width: 350px;
	float: left;
}

#main .index .blogBox li a {
	display: block;
}

#main .index .blogBox li .photo {
	margin-bottom: 18px;
	position: relative;
}

#main .index .blogBox li .photo img {
	height: 200px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 350 / 200;
	background: #f3f3f3;
	display: block;
}

#main .index .blogBox li .photo span {
	padding: 5px 0;
	min-width: 102px;
	display: inline-block;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #57afbc;
}

#main .index .blogBox li a:hover {
	opacity: 0.6;
}

#main .index .blogBox li:not(:last-child) {
	margin-right: 25px;
}

#main .index .blogBox .comWhite a {
	margin: 0 auto;
	width: 332px;
	color: #fff;
	text-align: center;
	background-color: #5fb1bf;
	background-image: url(../img/common/icon04.png);
	background-size: 58px auto;
}

#main .index .blogBox .comWhite a:hover {
	opacity: 0.6;
}

/* --------------- contents --------------- */

/* person */

#main .index .personBox {
	padding: 110px 0;
	overflow: hidden;
}

#main .index .personBox .photo {
	margin-bottom: 45px;
}

#main .index .personBox .photo__center {
	display: flex;
	flex-direction: column;
	align-items: center;
}


#main .index .personBox .photo img {
	margin-bottom: 65px;
}

#main .index .personBox .photo p {
	color: #505050;
	text-align: center;
	line-height: 1;
	font-size: 3rem;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#main .index .personBox p {
	font-size: 1.7rem;
	line-height: 2.25;
}

#main .index .personBox .comWhite {
	margin-top: 90px;
}

#main .index .personBox .comWhite a {
	margin: 0 auto;
	width: 332px;
	color: #fff;
	text-align: center;
	background-color: #5fb1bf;
	background-image: url(../img/common/icon04.png);
	background-size: 58px auto;
}

#main .index .personBox .comWhite a:hover {
	opacity: 0.6;
}

/* access */

#main .index .accessBox .headLine02 {
	margin-bottom: 65px;
}

#main .index .accessBox p {
	font-size: 1.7rem;
	margin-bottom: 46px;
}

#main .index .accessBox .map {
	margin-bottom: 105px;
}

#main .index .accessBox .map iframe {
	width: 100%;
	height: 550px;
}

#main .index .accessBox .dlBox {
	overflow: hidden;
}

#main .index .accessBox dl {
	margin-bottom: -1px;
	font-size: 1.7rem;
}

#main .index .accessBox dt {
	margin-bottom: 12px;
	padding-left: 18px;
	position: relative;
}

#main .index .accessBox dt:before {
	width: 14px;
	height: 14px;
	background-color: #57afbc;
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
}

#main .index .accessBox dd {
	padding-bottom: 46px;
	border-bottom: 1px solid #e9e9e9;
}

#main .index .accessBox dd:not(:last-child) {
	margin-bottom: 46px;
}

#main .index .accessBox dd li:not(:last-child) {
	margin-bottom: 13px;
}

@media all and (max-width: 767px) {
	#main .topBox .topText {
		margin-bottom: 11px;
		font-size: 2.4rem;
	}

	#main .topBox .bottomText {
		font-size: 1rem;
	}

	#main .index .topBox {
		height: 498px;
		background: url("../img/index/sp_top_img.jpg") no-repeat left center;
		background-size: cover;
	}

	#main .index .banner img {
		max-width: 92%;
	}

	#main .index .banner01 {
		padding: 37px 0 8px;
		width: 95%;
	}

	#main .index .swiper-wrapper {
		padding-bottom: 35px;
	}

	#main .index .swiper-container {
		width: 92%;
	}

	#main .index .bgUl .comWhite {
		display: block;
	}

	#main .index .bgUl .comWhite a {
		margin: 0 auto;
	}

	#main .index .bgUl01 .comWhite a {
		background-color: #505050;
	}

	#main .index .bgUl li {
		height: inherit;
		padding: 0 0 65px;
		display: block;
		background: none !important;
	}

	#main .index .bgUl .textBox {
		width: inherit;
	}

	#main .index .bgUl .ttlBox {
		min-height: 200px;
		display: flex;
		align-items: center;
		padding: 20px;
		background-size: cover !important;
		box-sizing: border-box;
	}

	/* Background images */
	#main .index .bgUl03 .bg01 {
		background: url(../img/index/sp_bg01.jpg) no-repeat right center;
	}

	#main .index .bgUl03 .bg02 {
		background: url(../img/index/sp_bg02.jpg) no-repeat left center;
	}

	#main .index .bgUl02 .bg04 {
		background: url(../img/index/sp_bg04.jpg) no-repeat left center;
	}

	#main .index .bgUl h2 {
		width: 100%;
		margin-bottom: 0;
		font-size: 3rem;
		line-height: 1.17;
	}

	#main .index .bgUl h2 span {
		margin-top: 19px;
		font-size: 1.8rem;
		line-height: 1.5;
	}

	#main .index .bgUl p {
		margin: 24px 20px 50px;
		line-height: 1.73;
	}

	#main .index .bgUl .bgR {
		text-align: left;
	}

	#main .index .bgUl .bgR .ttlBox {
		text-align: right;
	}

	#main .index .bgUl01 .ttlBox {
		background: url(../img/index/sp_bg03.jpg) no-repeat right center;
	}

	#main .index .bgUl01 .bgR .ttlBox {
		background: url(../img/index/sp_bg04.jpg) no-repeat left center;
	}

	#main .index .gynBox {
		padding-bottom: 40px;
	}

	#main .index .gynBox h2 {
		padding: 30px 0 70px;
		margin-bottom: -35px;
	}

	#main .index .beautyBox,
	#main .index .delicateBox {
		padding-bottom: 40px;
	}

	#main .index .beautyBox h2,
	#main .index .delicateBox h2 {
		padding: 31px 0 68px;
		margin-bottom: -35px;
	}

	#main .index .newsBox {
		padding: 42px 0 77px;
	}

	#main .index .newsBox .comBox {
		display: block;
	}

	#main .index .newsBox h2 {
		margin-bottom: 40px;
		margin-right: 0;
	}

	#main .index .newsBox dl {
		border-top: 1px solid #e8e8e8;
	}

	#main .index .newsBox dt {
		padding: 18px 0 0;
		float: none;
		font-size: 1.3rem;
		font-weight: 600;
	}

	#main .index .newsBox dd {
		padding: 4px 0 19px;
	}

	#main .index .newsBox dd a:hover {
		text-decoration: none;
	}

	#main .index .blogBox {
		padding: 42px 0 79px;
	}

	#main .index .instaBox {
		padding: 42px 0 79px;
	}

	#main .index .blogBox .headLine02 {
		margin-bottom: 1px;
	}

	#main .index .blogBox ul {
		margin-bottom: 59px;
	}

	#main .index .blogBox li {
		width: auto;
		float: none;
		text-align: center;
		border-bottom: 1px solid #e8e8e8;
	}

	#main .index .blogBox li a {
		padding: 40px 0 31px;
	}

	#main .index .blogBox li .photo {
		margin-bottom: 14px;
		position: static;
		background: #fff;
	}

	#main .index .blogBox li .photo span {
		padding: 4px 0;
		min-width: 78px;
		font-size: 1rem;
		position: static;
	}

	#main .index .blogBox li .photo img {
		width: 52%;
		height: auto;
		display: block;
		margin: 0 auto 17px;
		aspect-ratio: 1 / 1;
		background-color: #f3f3f3;
	}

	#main .index .blogBox li:not(:last-child) {
		margin-right: 0;
	}

	#main .index .blogBox .comWhite a {
		width: 275px;
	}

	#main .index .personBox {
		padding: 67px 0 100px;
	}

	#main .index .personBox .photo {
		margin: 0 auto 25px;
		width: auto;
	}

	#main .index .personBox .photo {
		margin-bottom: 18px;
	}

	#main .index .personBox .photo img {
		margin-bottom: 25px;
	}

	#main .index .personBox .photo p {
		font-size: 2rem;
	}

	#main .index .personBox p {
		font-size: 1.5rem;
		line-height: 1.73;
	}

	#main .index .personBox .comWhite {
		margin-top: 48px;
	}

	#main .index .personBox .comWhite a {
		width: 275px;
	}

	#main .index .accessBox .headLine02 {
		margin-bottom: 37px;
	}

	#main .index .accessBox .map {
		margin-bottom: 42px;
	}

	#main .index .accessBox .map iframe {
		height: 275px;
	}

	#main .index .accessBox p {
		font-size: 1.5rem;
		margin-bottom: 17px;
	}

	#main .index .accessBox dl {
		margin-bottom: 0;
		font-size: 1.5rem;
		line-height: 1.73;
	}

	#main .index .accessBox dt {
		margin-bottom: 0;
	}

	#main .index .accessBox dt:before {
		width: 12px;
		height: 12px;
		background-color: #646464;
		top: 6px;
		left: 3px;
	}

	#main .index .accessBox dd {
		padding-bottom: 14px;
		border-bottom: none;
	}

	#main .index .accessBox dd:not(:last-child) {
		margin-bottom: 17px;
		border-bottom: 1px solid #e9e9e9;
	}

	#main .index .accessBox dd li:not(:last-child) {
		margin-bottom: 0;
	}

	#main .index .accessBox dd li {
		text-indent: -1em;
		padding-left: 1em;
	}

	/* add 191213 */
	#main .index .button a {
		padding: 18px 0;
		color: #fff;
		background: #000;
		font-size: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#main .index .button span {
		position: relative;
		line-height: 1;
	}

	#main .index .button span:before {
		position: absolute;
		right: -20px;
		background: url("../img/index/icon02.png") no-repeat center center;
		background-size: 8px 9px;
		width: 8px;
		height: 9px;
		content: "";
	}

	#main .index .button.on span:before {
		background: url("../img/index/icon01.png") no-repeat center center;
		background-size: 9px 8px;
		width: 9px;
		height: 8px;
	}

	#main .index .gynBox .comUl {
		display: none;
		margin-top: 37px;
	}

	#main .index .beautyBox .comUl,
	#main .index .delicateBox .comUl {
		display: none;
		margin-top: 37px;
	}

	/* end 191213 */

	#main .index .blogBox li .photo span {
		padding: 7px 0 3px;
	}

	#main .index .accessBox dt:before {
		top: 4px;
	}
}

/*pc btn*/

#main .index .button a {
	padding: 18px 0;
	color: #fff;
	background: #000;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#main .index .button span {
	position: relative;
	line-height: 1;
}

#main .index .button span:before {
	position: absolute;
	right: -20px;
	background: url("../img/index/icon02.png") no-repeat center center;
	background-size: 8px 9px;
	width: 8px;
	height: 9px;
	content: "";
}

#main .index .button.on span:before {
	background: url("../img/index/icon01.png") no-repeat center center;
	background-size: 9px 8px;
	width: 9px;
	height: 8px;
}

/*メインイメージ*/
#main .mainImg {
	height: 850px;
	margin-top: -12px;
	/**/
	background: url(../css/../img/index/mainImg.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
}

#main .mainImg .subBox {
	margin: 0 auto;
	width: 1200px;
	height: 850px;
}


#main .mainImg .inner {
	position: absolute;
	bottom: 50px;
	right: 250px;
	width: 500px;
	height: 500px;
}

#main .banner {
	padding-top: 90px;
	text-align: center;
}

#main .banner a:hover {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main {
		padding-bottom: 0;
	}

	#main .mainImg {
		height: 160px;
		/*        margin-top: ; -1px*/
		background: url(../css/../img/index/sp_mainImg.jpg) no-repeat center center;
		background-size: cover;
		position: relative;
	}

	#main .mainImg .subBox {
		margin: 0 auto;
		width: 100%;
		height: auto;
	}

	#main .mainImg .inner {
		display: none
	}

	#main .spMain {
		width: 100%;
	}

	#main .spMain img {
		width: 100%;
		margin-bottom: 40px;
	}

	#main .banner {
		padding-top: 0;
	}

	#main .banner img {
		width: 100%;
	}
}

/*共通Box*/
#main .section {
	min-width: 1500px;
	width: 100%;
	padding: 90px 0;
}

#main .mainBox {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

#main .colorBox {
	background: url(../css/common/img/bg01.png) repeat top left;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .section {
		min-width: auto;
		width: 100%;
		padding: 60px 0;
	}

	#main .mainBox {
		width: 95%;
		margin: 0 auto;
		position: relative;
	}
}


/*feature*/
#main .section .featureUl {
	display: flex;
	justify-content: space-between;
}

#main .section .featureUl li {
	width: 300px;
}

#main .section .featureUl li .photoBox {
	margin-bottom: 25px;
	text-align: center;
}

#main .section .featureUl li .ttl {
	margin-bottom: 35px;
	text-align: center;
	font-size: 20px;
	font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#main .section .featureUl li .txt {
	font-size: 15px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .section .featureUl {
		display: flex;
		flex-direction: column;
	}

	#main .section .featureUl li {
		width: 100%;
		margin-bottom: 30px;
	}

	#main .section .featureUl li .photoBox {
		margin-bottom: 15px;
	}

	#main .section .featureUl li .photoBox img {
		width: 110px;
	}

	#main .section .featureUl li .ttl {
		margin-bottom: 20px;
		text-align: center;
		font-size: 20px;
		font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		font-weight: bold;
	}

	#main .section .featureUl li .txt {
		font-size: 16px;
		line-height: 1.8;
	}
}

/*doctor*/
#main .section .doctorBox {
	display: flex;
	justify-content: space-between;

	margin-bottom: 50px;
}

#main .section .doctorBox .textBox {
	width: 590px;
}

#main .section .doctorBox .textBox .ttl {
	margin-bottom: 60px;
	font-size: 32px;
	font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#main .section .doctorBox .textBox .txt {
	margin-bottom: 60px;
	font-size: 16px;
	line-height: 1.95;
}

#main .section .doctorBox .photoBox {}

#main .section .doctorBox .photoBox .photo {
	margin-bottom: 15px;
}

#main .section .doctorBox .photoBox .kana {
	font-size: 13px;
	font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: right;
}

#main .section .doctorBox .photoBox .kana span {
	margin-right: 6px;
}

#main .section .doctorBox .photoBox .name {
	font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 26px;
	text-align: right;
}

#main .section .doctorBox .photoBox .name span {
	margin-right: 10px;
	font-size: 20px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .section .doctorBox {
		display: flex;
		justify-content: space-between;
		flex-direction: column-reverse;

		margin-bottom: 50px;
	}

	#main .section .doctorBox .photoBox {
		margin-bottom: 30px;
	}

	#main .section .doctorBox .photoBox .photo {
		width: 200px;
		margin: 0 auto 10px;
	}

	#main .section .doctorBox .photoBox .photo img {
		width: 100%;
	}

	#main .section .doctorBox .photoBox .kana {
		width: 200px;
		font-size: 8px;
		text-align: center;
		margin: 0 auto;
	}

	#main .section .doctorBox .photoBox .kana span {
		margin-right: 6px;
		margin-left: 38px;
	}

	#main .section .doctorBox .photoBox .name {
		width: 200px;
		margin: 0 auto 10px;
		font-size: 20px;
		text-align: center;
	}

	#main .section .doctorBox .photoBox .name span {
		margin-right: 10px;
		font-size: 14px;
	}

	#main .section .doctorBox .textBox {
		width: 100%;
	}

	#main .section .doctorBox .textBox .ttl {
		margin-bottom: 30px;
		font-size: 28px;

	}

	#main .section .doctorBox .textBox .txt {
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 1.85;
	}

}

/*blog*/
#main .section .blogUl {
	display: flex;
	justify-content: flex-start;

	margin-bottom: 50px;
}

#main .section .blogUl li {
	position: relative;
	width: 350px;
	margin: 0 12px;
}

#main .section .blogUl li:first-child {
	margin-left: 0
}

#main .section .blogUl li:last-child {
	margin-right: 0
}

#main .section .blogUl li .time {
	position: relative;
	width: 100px;
	padding: 5px 0;
	margin-bottom: -29px;
	font-size: 13px;
	background: #60B1BF;
	text-align: center;
	color: #fff;
}

#main .section .blogUl li .photoBox {
	margin-bottom: 15px;
	width: 350px;
	height: 200px;
}

#main .section .blogUl li .photoBox img {
	height: 200px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}


#main .section .blogUl li .photoBox .ttl {}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .section .blogUl {
		display: flex;
		flex-direction: column;

		margin-bottom: 30px;
	}

	#main .section .blogUl li {
		margin: 0 auto 35px;
		width: 100%;
		border-bottom: 1px solid #969696;
	}

	#main .section .blogUl li .time {
		position: static;
		margin: 0 auto 15px;
		font-size: 13px;
		background: #60B1BF;
		text-align: center;
		color: #fff;
	}

	#main .section .blogUl li .photoBox {
		margin: 0 auto 10px;
		width: 250px;
	}

	#main .section .blogUl li .photoBox img {
		width: 100%;
	}

	#main .section .blogUl li .ttl {
		text-align: center;
		margin-bottom: 10px;
	}
}

/*treatment 見出しライン*/
#main .treatment {
	height: 400px;
	background: url(../css/../img/index/headline01.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
}

#main .treatment .headline02 {
	position: relative;
	top: 140px;

	width: 500px;
	padding: 20px 0 30px;
	background: #fff;
	margin: 0 auto 60px;
	text-align: center;
	font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#main .headline02 span {
	display: block;
	font-family: Times New Roman;
	font-size: 40px;
	color: #4EA8B8;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .treatment {
		height: 300px;
		background: url(../css/../img/index/sp_headline01.jpg) no-repeat center top;
	}

	#main .treatment .headline02 {
		position: relative;
		top: 98px;

		width: 280px;
		padding: 10px 0 20px;
		background: #fff;
	}
}

/*treatment*/
#main .section .treatmentBox {
	margin-bottom: 60px;
}

#main .section .treatmentBox .ttl01 {
	margin-bottom: 30px;
	font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 28px;
	text-align: center;
}

/*緑リスト*/
#main .section .treatmentBox .style01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#main .section .treatmentBox .style01 li {
	width: 545px;
	padding: 35px 0;
	margin-bottom: 10px;
	background: url(../css/common/img/bg01.png);
}

#main .section .treatmentBox .style01 li .ttl02 {
	margin-bottom: 35px;
	font-size: 20px;
	font-weight: 500;
	color: #4EA8B8;
	text-align: center;
}

#main .section .treatmentBox .style01 li .txt {
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
}

/*灰リスト*/
#main .section .treatmentBox .style02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#main .section .treatmentBox .style02 li {
	width: 545px;
	padding: 35px 0;
	margin-bottom: 10px;
	background: url(../css/common/img/bg02.png);
}

#main .section .treatmentBox .style02 li .ttl02 {
	margin-bottom: 35px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

#main .section .treatmentBox .style02 li .txt {
	width: 90%;
	margin: 0 auto;
	font-size: 15px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .section .treatmentBox {
		margin-bottom: 20px;
	}

	#main .section .treatmentBox .ttl01 {
		font-size: 20px;
		font-weight: bold;
	}

	/*緑リスト*/
	#main .section .treatmentBox .style01 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: column;
	}

	#main .section .treatmentBox .style01 li {
		width: 100%;
		padding: 25px 0;
	}

	#main .section .treatmentBox .style01 li .ttl02 {
		margin-bottom: 25px;
		font-size: 18px;
	}

	/*灰リスト*/
	#main .section .treatmentBox .style02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: column;
	}

	#main .section .treatmentBox .style02 li {
		width: 100%;
		padding: 25px 0;
	}

	#main .section .treatmentBox .style02 li .ttl02 {
		margin-bottom: 25px;
		font-size: 18px;
	}
}

/*googleMAP*/
#main .ggmap {
	width: 100%;
	height: 500px;
}

#main .ggmap iframe,
#main .ggmap object,
#main .ggmap embed {
	width: 100%;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .ggmap {
		width: 100%;
		margin: 0;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}

	#main .ggmap iframe,
	#main .ggmap object,
	#main .ggmap embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/*
@media all and (min-width: 0) and (max-width: 767px) {
}
*/
}

@media(max-width: 767px) {
	#main .index .clinicBox {
		padding: 0 16px;
		margin: 30px auto 36px;
	}

	#main .index .clinicBox__head {
		margin-bottom: 32px;
	}

	#main .index .clinicBox__head h2 {
		font-size: 24px;
	}

	#main .index .clinicBox__head p {
		font-size: 16px;
	}

	#main .index .clinic01 {
		margin-right: 10px;
	}

	#main .index .clinicBox01 {
		font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}

	#main .index .clinicBox01 h3 {
		font-size: 18px;
		font-weight: normal;
		margin: 30px auto 18px;
		text-align: left;
	}

	#main .index .clinicBox01__wrap {
		flex-direction: column;
	}

	#main .index .clinic03 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}

	#main .index .clinic04 {
		width: 100%;
	}

	#main .index .clinic__info02 {
		font-size: 14px;
		padding: 1rem 1rem;
		border-left: 2px solid #60B1BF;
	}
}

#main .beautyBtn a {
	background-color: #C90066 !important;
}

#main .comUl li:nth-child(7) a {
	padding: 55px 45px 72px;
}

@media(max-width: 767px) {
	#main .comUl li:nth-child(7) a {
		padding: 30px 25px 52px;
	}
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
	margin: 32px auto 0 auto !important;
}


#main .menuGridUl {
	display: grid;
	grid-template-columns: 1fr 1fr;
	float: initial;
	gap: 56px 24px;
	margin-bottom: 56px;
}

#main .menuGridUl li {
	overflow: hidden;
}

#main .menuGridUl li a {
	height: 300px;
}

#main .comUl li {
	margin-bottom: 0;
	float: initial !important;
	width: initial !important;
}

@media(max-width: 767px) {
	#main .menuGridUl {
		grid-template-columns: 1fr;
		gap: 40px;
		margin-bottom: 16px;
	}

	#main .menuGridUl li a {
		height: initial;
	}
}

#main .comUl li:nth-child(7) a {
	padding: 55px 45px 43px;
}

#main .comUl p {
	text-align: justify;
}


/*================================
-241025 add ブログ
=================================*/

.index-blog-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin: 0 0 64px;
}

@media all and (min-width: 0px) and (max-width: 767px) {
	.index-blog-list {
		grid-template-columns: repeat(1, 1fr);
		margin: 56px 0 40px;
		gap: 8px;
	}

}

.index-blog-list-item {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	transition: all 0.5s;

	&:hover {
		opacity: .7;
		transition: all 0.5s;
	}

	.image {
		aspect-ratio: 1/1;
		display: block;

		>img {
			width: 100%;
			height: 100%;
			aspect-ratio: 1/1;
			object-fit: cover;
			background-color: #f6f6f6;
			border: .5px solid #ededed;
		}
	}

	.title {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		position: relative;

		&::before {
			content: "";
			position: absolute;
			right: 0;
			bottom: 0;
			width: 0;
			height: 0;
			border-style: solid;
			border-color: transparent transparent #E1A0B0 transparent;
			border-width: 0px 0px 8px 8px;
		}

		>span {
			display: inline-block;
			background-color: #57afbc;
			color: #fff;
			font-size: 1.3rem;
			max-width: 80px;
			padding: 0 8px;
			border-radius: 24px;
			line-height: 2rem;
			text-align: center;
			margin-right: 16px;
		}
	}
}

@media all and (min-width: 0px) and (max-width: 767px) {
	.index-blog-list-item {
		display: grid;
		grid-template-columns: 28vw 1fr;
		gap: 16px;

		.title {
			display: flex;
			flex-direction: column;
			justify-content: flex-start;

			>span {
				display: inline-block;
				margin-bottom: 8px;
				margin-right: 0;
			}
		}
	}
}


/*================================
-メニュー部分
=================================*/

.index-first-menu {
	background-color: #f5f5f5;
	padding: min(8.53vw, 32px) min(4.26vw, 20px);
	box-sizing: border-box;
	margin-bottom: 0;
	position: relative;
	overflow: hidden;

	&::before,
	&::after {
		content: "";
		position: absolute;
		bottom: 0;
		width: 0;
		height: 0;
		border-style: solid;
	}

	&::before {
		border-color: transparent transparent rgba(0, 0, 0, .03) transparent;
		border-width: 0px 0px min(60vw, 300px) 80vw;
		right: min(-4.26vw, -20px);
	}

	&::after {
		border-color: transparent transparent transparent rgba(0, 0, 0, .03);
		border-width: min(60vw, 300px) 0px 0px 80vw;
		left: min(-4.26vw, -20px);
	}

	>.inner {
		max-width: 1150px;
		margin: auto;
		position: relative;
		z-index: 5;
	}
}

.index-first-menu-title {
	font-size: min(6.4vw, 32px);
	text-align: center;
	font-weight: normal;
	font-family: "HelveticaNeue";
	color: #fff;
	margin-bottom: min(5.33vw, 20px);

	.headline {
		display: block;
		font-size: min(3.73vw, 16px);
		font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		position: relative;
		color: #fff;
		font-weight: 400;
	}
}

.index-first-menu-notice {
	margin: 0 auto 16px;
	background-color: #fff;
	padding: 40px min(4.26vw, 40px);
	border: 1px solid #eb9291;
	text-align: center;

	p {

		>span {
			position: relative;
			padding-left: min(14.93vw, 56px);
			display: inline-block;
			font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
			font-size: min(4vw, 18px);
			line-height: 1.6;
			color: #eb9291;

			&::before,
			&::after {
				content: "";
				position: absolute;
				width: min(10.66vw, 40px);
				height: min(10.66vw, 40px);
				line-height: min(10.66vw, 40px);
				left: 0;
				top: 50%;
				transform: translateY(-50%);
			}

			&::before {
				border-radius: 50%;
				background-color: #eb9291;
				z-index: 1;
			}

			&::after {
				content: "";
				width: min(5.33vw, 20px);
				height: min(5.33vw, 20px);
				background: url("../common/img/icon-heart.svg") no-repeat center center / 100%;
				z-index: 2;
				left: min(calc(5.33vw / 2), calc(20px / 2));
				top: calc(50% + 1px);
			}
		}
	}
}

@media screen and (max-width: 767px) {
	.index-first-menu-notice {
		padding: 24px min(4.26vw, 40px);

		p {
			>span {
				text-align: left;
			}
		}
	}
}

.index-first-menu-list {
	padding: min(5.33vw, 20px) min(4.26vw, 40px);
	position: relative;
	box-sizing: border-box;
	border: 1px solid #979797;
}

/* 2604230 add */

.index-mainvisual {
	background-color: #EDEDED;

	>.inner {
		position: relative;
		margin: 0 auto;
		max-width: 1600px;
	}

	.image {
		display: block;
		margin: 0 auto;

		img,
		source {
			width: 100%;
			height: auto;
			display: block;
		}
	}

	.catch {
		position: absolute;
		top: 45%;
		left: 35%;
		transform: translate(-50%, -50%);
		z-index: 2;
		width: 600px;
		max-width: 50vw;

		img,
		source {
			width: 100%;
			height: auto;
			display: block;
		}
	}
}

@media screen and (min-width: 1601px) {
	.index-mainvisual {
		.catch {
			left: 200px;
			transform: translateY(-50%);
		}
	}
}

@media screen and (max-width: 767px) {
	.index-mainvisual {
		.catch {
			max-width: 75vw;
			transform: translateY(-50%);
			top: 43%;
			left: min(5.33vw, 20px);
		}
	}
}

.index-animation {
	opacity: 0.1;
	animation: fadeIn 1.8s ease-out forwards;
}

@keyframes fadeIn {
	from {
		opacity: 0.1;
	}

	to {
		opacity: 1;
	}
}

.index-animation-delay06s {
	animation-delay: 0.6s
}

.index-animation-delay08s {
	animation-delay: 0.8s
}

.index-instabox {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: min(21.3vw, 80px);

	>li {
		position: relative;

		&::before {
			content: "";
			position: absolute;
		}

		&:last-child {
			&::before {
				content: none;
			}
		}
	}

	.headline,
	.headline02 {
		padding: min(2.13vw, 8px) min(4.26vw, 16px);
		margin-bottom: min(2.13vw, 8px);
		font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		text-align: center;
		font-weight: 500;
		line-height: 1.6;
		font-size: min(4.8vw, 20px);
		color: #fff;
		letter-spacing: .5rem;
		position: relative;

		&::before {
			content: "";
			position: absolute;
			display: block;
			bottom: 0;
			right: 0;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: min(8.53vw, 32px) min(30vw, 320px) 0px 0px;
			border-color: transparent #fff transparent transparent;
			opacity: .1;
		}
	}

	.headline {
		background-color: #C90066;
	}

	.headline02 {
		background-color: #57afbc;
	}
}

@media screen and (min-width: 768px) {
	.index-instabox {

		>li {
			&::before {
				right: -40px;
				top: 0;
				width: 1px;
				height: 100%;
				border-right: 1px dashed #ccc;
			}
		}
	}
}

@media screen and (max-width: 767px) {
	.index-instabox {
		grid-template-columns: repeat(1, 1fr);

		>li {
			&::before {
				bottom: max(-10.66vw, -40px);
				left: 0;
				width: 100%;
				height: 1px;
				border-bottom: 1px dashed #ccc;
			}
		}
	}
}

#sb_instagram .sb_instagram_header,
.sb_instagram_header {
	display: none;
}

/*================================
-260528 add
=================================*/

.index-read-section {
	background: url("../img/index/read-bg_pc.webp") no-repeat center right / cover #fff;
	position: relative;

	&::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, .5);
		z-index: 1;
	}

	>.inner {
		max-width: 1150px;
		margin: 0 auto;
		padding: min(10.66vw, 80px) min(4.26vw, 20px);
		position: relative;
		z-index: 5;
	}
}

@media screen and (max-width: 767px) {
	.index-read-section {
		background: url("../img/index/read-bg.webp") no-repeat center top / cover #fff;
	}
}

.index-read {
	background-color: rgba(255, 255, 255, .9);

	>.item {
		position: relative;
		padding: min(10.66vw, 64px) min(4.26vw, 40px);

		&::before,
		&:after {
			content: "◆◆◆◆◆◆";
			position: absolute;
			font-size: min(2.13vw, 8px);
			transform: rotate(-90deg);
			letter-spacing: 2px;
			color: #d9cfb6;
			opacity: .7;
		}

		&::before {
			left: max(-4.26vw, -16px);
			top: min(10.66vw, 40px);
		}

		&:after {
			right: max(-4.26vw, -16px);
			bottom: min(10.66vw, 40px);
		}
	}

	.headline {
		font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		line-height: 1.4;
		font-weight: 400;
		font-size: min(4.8vw, 2.4rem);
		margin-bottom: min(10.66vw, 40px);
		text-align: center;
		position: relative;

		.font01,
		.font02 {
			font-size: min(5.8vw, 3.2rem);
			letter-spacing: 0.05rem;
			display: inline-block;
			margin: 0 min(2.8vw, 20px);
			width: min(32vw, 180px);
		}

		.font01 {
			color: #4EA8B8;
			margin-left: 0;
			border-bottom: .5px solid #4EA8B8;
		}

		.font02 {
			color: #f98ea1;
			margin-right: 0;
			border-bottom: .5px solid #f98ea1;
		}
	}

	p {
		margin-bottom: min(6.4vw, 24px);
		font-size: min(3.73vw, 1.7rem);
		line-height: 2.8;
		text-align: center;
		font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;

		&:last-child {
			margin-bottom: 0;
		}
	}
}

.index-first-menu-section {
	margin-bottom: min(21.3vw, 80px);
	background-color: #646464;
	position: relative;
	overflow: hidden;

	&::before,
	&::after {
		content: "";
		position: absolute;
		bottom: 0;
		width: 0;
		height: 0;
		border-style: solid;
	}

	&::before {
		border-color: transparent transparent rgba(0, 0, 0, .1) transparent;
		border-width: 0px 0px min(60vw, 300px) 80vw;
		right: max(-4.26vw, -20px);
	}

	&::after {
		border-color: transparent transparent transparent rgba(0, 0, 0, .1);
		border-width: min(60vw, 300px) 0px 0px 80vw;
		left: max(-4.26vw, -20px);
	}

	>.inner {
		max-width: 1150px;
		margin: 0 auto;
		padding: min(5.33vw, 20px);
		position: relative;
		z-index: 5;
	}
}

/* ==========================================================
   カード横並びメニュー（産婦人科・美容・デリケートゾーンケア） */
#main .index .cardMenuUl {
	width: 1100px;
	margin: 0 auto;
	padding: 80px 0 40px;
	display: flex;
	gap: 30px;
}

#main .index .cardMenuUl li {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	background: #fff;
	box-shadow: 0 2px 14px rgba(80, 80, 80, 0.12);
}

/* セクション見出し */
#main .index .cardMenuUl .cardHead {
	margin: 0;
	padding: 24px 10px 22px;
	text-align: center;
	color: #fff;
	font-size: 2.6rem;
	font-weight: normal;
	font-family: "HelveticaNeue";
	line-height: 1.2;
}

#main .index .cardMenuUl .cardHead span {
	margin-top: 8px;
	display: block;
	font-size: 1.4rem;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E",
		"ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#main .index .cardGyn .cardHead {
	background-color: #5fb1bf;
}

#main .index .cardBeauty .cardHead {
	background-color: #C90066;
}

#main .index .cardDelicate .cardHead {
	background-color: #505050;
}

/* 写真＋代表メニュータイトル */
#main .index .cardMenuUl .cardPhoto {
	height: 250px;
	padding: 0 25px;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	box-sizing: border-box;
}

#main .index .cardGyn .cardPhoto {
	background-image: url(../img/index/bg01.jpg);
}

#main .index .cardBeauty .cardPhoto {
	background-image: url(../img/index/bg06.jpg);
}

#main .index .cardDelicate .cardPhoto {
	background-image: url(../img/index/bg03.jpg);
}

#main .index .cardMenuUl .cardPhoto h3 {
	font-size: 2.4rem;
	font-weight: normal;
	color: #505050;
	font-family: "HelveticaNeue";
	line-height: 1.3;
}

#main .index .cardMenuUl .cardPhoto h3 span {
	margin-top: 10px;
	display: block;
	font-size: 1.5rem;
	line-height: 1.6;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E",
		"ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* 本文 */
#main .index .cardMenuUl .cardBody {
	padding: 25px 28px 32px;
	display: flex;
	flex-direction: column;
	flex: 1;
	box-sizing: border-box;
}

#main .index .cardMenuUl .cardBody p {
	margin-bottom: 26px;
	line-height: 1.9;
	font-size: 1.4rem;
	flex: 1;
}

/* more ボタン（セクション色） */
#main .index .cardMenuUl .cardMore a {
	width: 210px;
	margin: 0 auto;
	padding: 15px 35px 14px;
	display: block;
	font-size: 1.6rem;
	color: #fff;
	font-weight: normal;
	background: #5fb1bf url(../img/common/icon04.png) no-repeat right 18px center;
	background-size: 58px auto;
	box-sizing: border-box;
	text-align: left;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	font-family: "HelveticaNeue";
	letter-spacing: 1px;
}

#main .index .cardBeauty .cardMore a {
	background-color: #C90066;
}

#main .index .cardDelicate .cardMore a {
	background-color: #505050;
}

#main .index .cardMenuUl .cardMore a:hover {
	opacity: 0.7;
}

/* タブレット帯 */
@media all and (min-width: 768px) and (max-width: 1160px) {
	#main .index .cardMenuUl {
		width: auto;
		margin: 0 3%;
		gap: 20px;
	}
}

/* SPは縦積み */
@media all and (max-width: 767px) {
	#main .index .cardMenuUl {
		width: auto;
		margin: 0 20px;
		padding: 50px 0 20px;
		display: block;
	}

	#main .index .cardMenuUl li {
		margin-bottom: 25px;
	}

	#main .index .cardMenuUl .cardPhoto {
		height: 200px;
	}

	#main .index .cardMenuUl .cardMore a {
		width: 275px;
		padding: 13px 40px 14px;
		font-size: 1.4rem;
		text-align: center;
		background-position: right 11px center;
		background-size: 28px auto;
	}
}
