/*
#about #medicalTreatment
---------------------------*/
#about .aboutImage,
#medicalTreatment .aboutImage {
	text-align: center;
	padding-top: 20px;
}
#about .aboutImage img,
#medicalTreatment .aboutImage img {
	width: 80%;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	box-shadow: 10px 10px 0 0 rgba(230, 99, 133, 0.6);
}
#about .aboutImage.type02 img,
#medicalTreatment .aboutImage.type02 img {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
#about .boxTitle,
#medicalTreatment .boxTitle {
	color: #E66385;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.6;
	padding-bottom: 15px;
}
#about .innerTitleWrap,
#medicalTreatment .innerTitleWrap {
	display: flex;
	align-items: center;
}
#about .innerTitleWrap:before, #about .innerTitleWrap:after,
#medicalTreatment .innerTitleWrap:before,
#medicalTreatment .innerTitleWrap:after {
	content: "";
	height: 1px;
	background-color: #1EAC4A;
	flex-grow: 1;
}
#about .innerTitle,
#medicalTreatment .innerTitle {
	color: #1EAC4A;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.8;
	padding: 0 10px;
}
#about .linkBox,
#medicalTreatment .linkBox {
	position: relative;
	background-color: rgba(254, 239, 244, 0.5);
	padding: 20px 5.8%;
	margin-top: 20px;
}
#about .linkBox:before, #about .linkBox:after,
#about .linkBox > div:before,
#about .linkBox > div:after,
#medicalTreatment .linkBox:before,
#medicalTreatment .linkBox:after,
#medicalTreatment .linkBox > div:before,
#medicalTreatment .linkBox > div:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 1px;
	content: "";
	background-color: #1EAC4A;
}
#about .linkBox:after,
#about .linkBox > div:after,
#medicalTreatment .linkBox:after,
#medicalTreatment .linkBox > div:after {
	width: 1px;
	height: 40px;
}
#about .linkBox > div:before,
#about .linkBox > div:after,
#medicalTreatment .linkBox > div:before,
#medicalTreatment .linkBox > div:after {
	left: auto;
	top: auto;
	right: 0;
	bottom: 0;
}
#about .linkBox li + li,
#medicalTreatment .linkBox li + li {
	margin-top: 15px;
}
#about .linkBox a,
#medicalTreatment .linkBox a {
	font-weight: 600;
	line-height: 1.4;
}
#about .linkBox .detail,
#medicalTreatment .linkBox .detail {
	padding-top: 5px;
	padding-left: 20px;
}
#about .linkBox .detail p,
#medicalTreatment .linkBox .detail p {
	line-height: 1.6;
}
#about .linkBox .detail a,
#medicalTreatment .linkBox .detail a {
	font-weight: 400;
}
#about #effect,
#medicalTreatment #effect {
	padding-top: 50px;
}
#about .effectWrap,
#medicalTreatment .effectWrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding-top: 20px;
}
#about .effectBox,
#medicalTreatment .effectBox {
	width: 100%;
	background-color: #FEEFF4;
	text-align: center;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding: 30px 4.8%;
}
#about .effectBox + .effectBox,
#medicalTreatment .effectBox + .effectBox {
	position: relative;
	margin-top: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
#about .effectBox + .effectBox:before, #about .effectBox + .effectBox:after,
#medicalTreatment .effectBox + .effectBox:before,
#medicalTreatment .effectBox + .effectBox:after {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background-color: #1EAC4A;
	margin: auto;
	transform: rotate(-33deg);
}
#about .effectBox + .effectBox:after,
#medicalTreatment .effectBox + .effectBox:after {
	transform: rotate(33deg);
}
#about .effectBox p,
#medicalTreatment .effectBox p {
	text-align: left;
}
#about .effectBox p + p,
#medicalTreatment .effectBox p + p {
	padding-top: 10px;
}
#about .effectBox .effectTitle,
#medicalTreatment .effectBox .effectTitle {
	font-weight: 600;
	color: #E66385;
	font-size: 18px;
	padding-bottom: 20px;
}
@media (min-width: 768px) {
	#about .aboutText,
#medicalTreatment .aboutText {
		width: 44.5%;
	}
	#about .aboutImage,
#medicalTreatment .aboutImage {
		width: 48.5%;
	}
	#about .effectBox,
#medicalTreatment .effectBox {
		width: 49%;
		border-top-left-radius: 60px;
		border-bottom-left-radius: 60px;
		border-top-right-radius: 0;
	}
	#about .effectBox + .effectBox,
#medicalTreatment .effectBox + .effectBox {
		margin-top: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-top-right-radius: 60px;
		border-bottom-right-radius: 60px;
	}
	#about .effectBox + .effectBox:before, #about .effectBox + .effectBox:after,
#medicalTreatment .effectBox + .effectBox:before,
#medicalTreatment .effectBox + .effectBox:after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -48px;
		right: auto;
	}
}
@media (min-width: 1000px) {
	#about .aboutImage,
#medicalTreatment .aboutImage {
		padding: 0 0 16px;
	}
	#about .aboutImage img,
#medicalTreatment .aboutImage img {
		width: 100%;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		box-shadow: 16px 16px 0 0 rgba(230, 99, 133, 0.6);
	}
	#about .aboutImage.type02 img,
#medicalTreatment .aboutImage.type02 img {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
	}
	#about .boxTitle,
#medicalTreatment .boxTitle {
		font-size: 24px;
		line-height: 1.7;
		padding: 0 0 25px;
	}
	#about .innerTitle,
#medicalTreatment .innerTitle {
		font-size: 24px;
		padding: 0 40px;
	}
	#about .aboutText,
#medicalTreatment .aboutText {
		width: 44.5%;
	}
	#about .linkBox,
#medicalTreatment .linkBox {
		padding: 25px 30px;
		margin-top: 30px;
	}
	#about .linkBox li + li,
#medicalTreatment .linkBox li + li {
		margin-top: 20px;
	}
	#about #effect,
#medicalTreatment #effect {
		padding-top: 80px;
	}
	#about .effectWrap,
#medicalTreatment .effectWrap {
		padding-top: 50px;
	}
	#about .effectBox,
#medicalTreatment .effectBox {
		padding: 60px 50px;
	}
	#about .effectBox .effectTitle,
#medicalTreatment .effectBox .effectTitle {
		font-size: 24px;
		padding-bottom: 30px;
	}
	#about .effectBox:before, #about .effectBox:after,
#medicalTreatment .effectBox:before,
#medicalTreatment .effectBox:after {
		left: -55px;
		width: 100px;
	}
}

/*
#features
---------------------------*/
#features .featuresBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#features .featuresBox > div {
	width: 80%;
	text-align: center;
	margin: auto;
}
#features .featuresBox > div + div {
	padding-top: 30px;
	margin-top: 20px;
	border-top: 1px solid rgba(230, 99, 133, 0.2);
}
#features .featuresBox > div img {
	width: 90%;
}
#features .featuresBox dt {
	position: relative;
	color: #1EAC4A;
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 10px;
	margin: 20px 0 10px;
}
#features .featuresBox dt:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background-color: #1EAC4A;
	margin: auto;
}
#features .featuresBox dd {
	line-height: 1.6;
}
@media (min-width: 768px) {
	#features .featuresBox > div {
		width: 32%;
	}
	#features .featuresBox > div + div {
		padding-top: 0;
		margin-top: 0;
	}
	#features .featuresBox > div img {
		width: auto;
	}
}
@media (min-width: 1000px) {
	#features .featuresBox dt {
		font-size: 20px;
		letter-spacing: 0.05em;
		padding-bottom: 15px;
		margin: 30px 0 15px;
	}
	#features .featuresBox dt:after {
		width: 100px;
	}
	#features .featuresBox dd {
		font-size: 18px;
		line-height: 1.8;
	}
}

/*
#doctor
---------------------------*/
#doctor > div {
	background-image: url(../img/doctor-bg.jpg);
	background-position: right center;
	background-size: cover;
	background-attachment: fixed;
}
#doctor .doctorInner {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 30px 4.8%;
}
#doctor .doctorDetailWrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#doctor .doctorDetailWrap + .doctorDetailWrap {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid rgba(230, 99, 133, 0.2);
}
#doctor .doctorDetailWrap .doctorName {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 50px 0;
	margin-bottom: 15px;
}
#doctor .doctorDetailWrap .doctorName:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	display: block;
	background-image: url(../img/doctor-name-bg01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 140px;
	height: 125px;
}
#doctor .doctorDetailWrap .doctorName.type02:before {
	background-image: url(../img/doctor-name-bg02.png);
}
#doctor .doctorDetailWrap .doctorName.type03:before {
	background-image: url(../img/doctor-name-bg03.png);
}
#doctor .doctorDetailWrap .doctorName p {
	position: relative;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.05em;
	font-size: 16px;
}
#doctor .doctorDetailWrap .doctorName span {
	display: block;
	font-size: 14px;
	padding-top: 0.5em;
}
#doctor .doctorDetailWrap .doctorDetail {
	width: 100%;
}
#doctor .doctorDetailWrap .doctorDetail p {
	font-size: 14px;
	line-height: 1.6;
}
@media (min-width: 768px) {
	#doctor > div {
		background-position: center center;
	}
	#doctor .doctorInner {
		padding: 50px 8%;
	}
	#doctor .doctorDetailWrap {
		flex-wrap: nowrap;
	}
	#doctor .doctorDetailWrap + .doctorDetailWrap {
		padding-top: 40px;
		margin-top: 0;
		border-top: none;
	}
	#doctor .doctorDetailWrap .doctorName {
		width: auto;
		margin-bottom: 0;
	}
	#doctor .doctorDetailWrap .doctorDetail {
		width: auto;
		padding: 0 0 0 40px;
	}
}
@media (min-width: 1000px) {
	#doctor {
		background-position: center center;
	}
	#doctor .doctorInner {
		padding: 50px 120px;
	}
	#doctor .doctorDetailWrap .doctorName {
		padding: 80px 4%;
	}
	#doctor .doctorDetailWrap .doctorName:before {
		width: 210px;
		height: 190px;
	}
	#doctor .doctorDetailWrap .doctorName p {
		font-size: 22px;
	}
	#doctor .doctorDetailWrap .doctorName span {
		font-size: 18px;
	}
	#doctor .doctorDetailWrap .doctorDetail {
		width: auto;
		padding: 0 0 0 80px;
	}
	#doctor .doctorDetailWrap .doctorDetail p {
		font-size: 18px;
		line-height: 2.4;
	}
}

/*
#contact
---------------------------*/
#contact .contactList {
	background-color: #fff;
	margin-top: 20px;
}
#contact .contactList li:not(:last-of-type) {
	border-bottom: 1px solid #E66385;
}
#contact .contactList dl {
	padding: 20px 4%;
}
#contact .contactList dt {
	color: #1EAC4A;
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 15px;
}
#contact .contactList dd {
	font-size: 14px;
	line-height: 1.6;
}
#contact .contactList dd p + p {
	padding-top: 8px;
}
#contact .contactList dd .url {
	color: #E66385;
}
@media (min-width: 1000px) {
	#contact .read {
		font-size: 18px;
		line-height: 2;
		padding-top: 15px;
	}
	#contact .contactList {
		margin-top: 40px;
	}
	#contact .contactList dl {
		display: flex;
		align-items: center;
		padding: 34px 0;
	}
	#contact .contactList dt {
		width: 220px;
		text-align: center;
		font-size: 18px;
		padding: 0;
	}
	#contact .contactList dd {
		width: calc(100% - 220px);
		font-size: 18px;
		padding-left: 60px;
	}
	#contact .contactList dd p + p {
		padding-top: 22px;
	}
}

/*# sourceMappingURL=style.css.map */