@charset "UTF-8";
/* CSS Document */

/*mv*/
#mv {
	width: 100%;
	height: 660px;
	background-image: url("../../../images/mv_bg.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

#mv div:first-of-type {
	width: 965px;
	padding-right: 315px;
	margin: 0 auto;
	text-align: center;
}

#mv div:first-of-type p.t01 {
	padding: 95px 0 50px;
}

#mv div:first-of-type p.t02 {
	font-size: 50px;
	color: #9b8216;
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 1em;
	padding-bottom: 35px;
}

#mv div:first-of-type p.t02 span.txt01 {
	font-size: 46px;
}

#mv div:first-of-type p.t02 span.txt02 {
	font-size: 38px;
}

#mv div:first-of-type p.t03 {
	font-size: 77px;
	color: #282828;
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 1em;
	padding-bottom: 60px;
}

#mv div:first-of-type p.t03 span {
	font-size: 70px;
}

#mv div:first-of-type p.t04 {
	font-size: 28px;
	color: #2b2b2b;
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 1em;
}

#mv div:nth-of-type(2) {
	position: absolute;
	top: 58px;
	left: calc(50% + 245px);
}


/*バナー群*/
#bnr_info {
	padding-bottom: 104px;
}

#bnr_info div:first-of-type {
	background-color: #fbfbfb;
	width: 100%;
	height: 160px;
	position: relative;
}

#bnr_info div:first-of-type ul {
	width: 1060px;
	display: flex;
	justify-content: center;
	position: absolute;
	top: -42px;
	left: 50%;
	transform: translateX(-530px);
}

#bnr_info div:first-of-type ul li:first-child {
	padding-right: 72px;
}

#bnr_info div:first-of-type ul li a {
	width: 308px;
	height: 142px;
	display: flex;
	align-items: center;
	border-radius: 20px;
	padding-left: 186px;
	font-size: 30px;
	color: #fff;
	line-height: 1.6em;
	font-family: 'Noto Serif JP', sans-serif;
	text-decoration: none;
	position: relative;
}

#bnr_info div:first-of-type ul li a:hover {
	opacity: .8;
}

#bnr_info div:first-of-type ul li a::after {
	content: "▶︎";
	font-size: 13px;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
}

#bnr_info div:first-of-type ul li:first-child a {
	background-color: #ba9f50;
}

#bnr_info div:first-of-type ul li:first-child a::before {
	content: "";
	width: 190px;
	height: 190px;
	background-image: url("../../../images/btn_mens.webp");
	position: absolute;
	left: 0;
	top: -23px;
}

#bnr_info div:first-of-type ul li:last-child a {
	background-color: #d07184;
}

#bnr_info div:first-of-type ul li:last-child a::before {
	content: "";
	width: 190px;
	height: 190px;
	background-image: url("../../../images/btn_woman.webp");
	position: absolute;
	left: 0;
	top: -23px;
}

#bnr_info div:first-of-type ul li a span span {
	font-size: 22px;
}

#bnr_info div:nth-of-type(2) {
	text-align: center;
	padding: 75px 0 62px;
}

#bnr_info > ul {
	width: 990px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


/*クリニック*/
#clinic_info {
	padding: 65px 0 150px;
	background-color: #fbfbfb;
}

#clinic_info > div {
	width: 1140px;
	margin: 0 auto;
	padding: 80px 0 0;
	display: flex;
	justify-content: space-between;
}

#clinic_info > div > div.add {
	width: 630px;
	border-top: 1px solid #d8d8d8;
}

#clinic_info > div > div.add dl {
	border-bottom: 1px solid #d8d8d8;
	padding: 30px 0;
	display: flex;
	align-items: center;
}

#clinic_info > div > div.add dl:first-of-type {
	padding: 20px 0;
}

#clinic_info > div > div.add dl dt {
	width: 155px;
	color: #333;
	font-weight: bold;
	line-height: 1em;
}

#clinic_info > div > div.add dl dd {
	color: #333;
	line-height: 1.5em;
}

#clinic_info > div > div.add dl dd a {
	color: #333;
}


/*cont01*/
#cont01 {
	padding: 70px 0 65px;
}

#cont01 > div {
	width: 1080px;
	margin: 0 auto;
	padding: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#cont01 > div:first-of-type {
	padding-top: 65px;
}

#cont01 > div:last-of-type {
	padding-bottom: 60px;
}

#cont01 > div > div {
	width: 504px;
}

#cont01 > div:nth-of-type(2n) > div:first-of-type {
	order: 2;
}

#cont01 > div > div h3 {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	background-color: #aa964c;
	margin-bottom: 30px;
	padding: 0 5px;
}


/*cont02*/
#cont02 {
	padding: 70px 0 65px;
	background-color: #fbfbfb;
}

#cont02 > div {
	width: 1080px;
	margin: 0 auto;
	padding: 65px 0 0;
	display: flex;
	justify-content: space-between;
}

#cont02 > div > div {
	width: 504px;
}

#cont02 > div > div h3 {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	background-color: #aa964c;
	margin-bottom: 30px;
	padding: 0 5px;
}


/*料金表*/
#price_info {
	padding: 105px 0 100px;
}

#price_info h2 {
	margin-bottom: 85px;
}


