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

/*mv*/
#mv {
	background-color: rgba(211,215,219,.25);
}

#mv > div {
	text-align: center;
}


/*bnr*/
#top_bnr {
	padding: 74px 0 80px;
	width: 1160px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#top_bnr li {
	width: 560px;
	margin-bottom: 35px;
}

#top_bnr li img {
	box-shadow: 0px 0px 10px 0px #c9c9c9;
	border-radius: 10px;
}


/*メンズ診療一覧*/
#treatment_menu {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 85px;
}

#treatment_menu ul {
	padding: 65px 15px 0;
	display: flex;
	flex-wrap: wrap;
}

#treatment_menu ul li {
	width: 266px;
	margin-bottom: 35px;
	margin-right: calc(106px / 3);
}

#treatment_menu ul li:nth-child(4n) {
	margin-right: 0;
}

#treatment_menu ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #184ea9;
	border: 1px solid #184ea9;
	width: 264px;
	height: 128px;
	border-radius: 10px;
	font-size: 22px;
	color: #fff;
	line-height: 1.3em;
	text-decoration: none;
	position: relative;
}

#treatment_menu ul li a::after {
	content: "▶︎";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 10px;
}

#treatment_menu ul li a:hover {
	background-color: #fff;
	color: #184ea9;
}


/*男性人気の施術*/
#ninki {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 120px;
}

#ninki ul {
	width: 1088px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 65px 0 0;
}

#ninki ul li {
	width: 318px;
}

#ninki ul li div {
	padding: 15px 0 25px;
}

#ninki ul li p.t01 {
	padding-bottom: 30px;
}


/*メンズ美容治療*/
#beauty_bnr {
	background-color: #f8f9fc;
	padding: 65px 0 40px;
}

#beauty_bnr ul {
	width: 970px;
	margin: 0 auto;
	padding: 60px 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#beauty_bnr ul li {
	padding-bottom: 35px;
}

#beauty_bnr ul li img {
	box-shadow: 0px 0px 10px 0px #c9c9c9;
}


/*浜松中央クリニックが選ばれる理由*/
#reason {
	width: 1140px;
	margin: 0 auto;
	padding: 110px 0 120px;
}

#reason h2 {
	font-size: 42px;
	color: #262627;
	font-weight: 500;
	text-align: center;
}

#reason h2 span {
	padding-left: 115px;
	position: relative;
}

#reason h2 span::before {
	content: "";
	width: 92px;
	height: 89px;
	background-image: url("../../images/ico_logo.webp");
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#reason p.t01 {
	padding-top: 70px;
	padding-bottom: 50px;
}

#reason .box {
	display: flex;
	justify-content: space-between;
	padding-bottom: 25px;
}

#reason .box div:first-of-type {
	width: 570px;
}

#reason .box div:first-of-type h3 {
	font-size: 24px;
	color: #04378c;
	font-weight: 500;
	padding-left: 50px;
	position: relative;
}

#reason .box div:first-of-type h3::before {
	content: "ー";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#reason .box div:first-of-type ul {
	padding-top: 25px;
}

#reason .box div:first-of-type ul li {
	padding-left: 30px;
	margin-bottom: 15px;
	line-height: 1.5em;
	position: relative;
}

#reason .box div:first-of-type ul li::before {
	content: "";
	width: 22px;
	height: 20px;
	background-image: url("../../images/ico_check.webp");
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#reason .box div:first-of-type ul li:last-child {
	margin-bottom: 0;
}

#reason .box div img {
	filter: drop-shadow(0px 0px 10px #c9c9c9);
}


/*院長紹介*/
#doctor {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 120px;
}

#doctor .box {
	padding: 100px 40px 50px 30px;
	display: flex;
}

#doctor .box > div:first-of-type {
	width: 326px;
}

#doctor .box > div:nth-of-type(2) {
	width: 378px;
}

#doctor .box > div:nth-of-type(2) p {
	line-height: 1em;
}

#doctor .box > div:nth-of-type(2) p.t01 {
	font-weight: 500;
	padding-bottom: 10px;
}

#doctor .box > div:nth-of-type(2) p.t02 {
	font-size: 36px;
	font-weight: 500;
	padding-bottom: 20px;
}

#doctor .box > div:nth-of-type(2) dl {
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
}

#doctor .box > div:nth-of-type(2) dl dt {
	width: 85px;
	line-height: 1.5em;
}

#doctor .box > div:nth-of-type(2) dl dd {
	width: 293px;
	line-height: 1.5em;
	padding-bottom: 15px;
}

#doctor .box > div:last-of-type {
	width: 426px;
	margin-top: auto;
}

#doctor .box > div:last-of-type p {
	padding-top: 5px;
}


/*NEWS カレンダー*/
#info {
	padding: 150px 0 70px;
}

#info .box {
	width: 1140px;
	margin: 0 auto;
	padding-bottom: 95px;
	display: flex;
	justify-content: space-between;
}

#info .box .news {
	width: 560px;
	padding-left: 55px;
	position: relative;
}

#info .box .news ul {
	padding: 45px 0 0;
}

#info .box .news ul li {
	padding-bottom: 30px;
}

#info .box .news ul li:last-child {
	padding-bottom: 0;
}

#info .box .news ul li span {
	display: inline-block;
	width: 60px;
	background-color: #184ea9;
	margin: 0 20px 0 15px;
	padding: 5px 0;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 1em;
}

#info .box .news ul li a {
	color: #252525;
}

#info .box .news p {
	position: absolute;
	top: 5px;
	right: 0;
}

#info .box div:last-of-type {
	padding-top: 10px;
}

#info > h2 {
	text-align: center;
}

#info > ul {
	display: flex;
	justify-content: space-between;
	width: 716px;
	margin: 0 auto;
	padding: 40px 0 0;
}

#info > p.holiday {
	width: 716px;
	margin: 0 auto;
	padding: 20px 0 0;
	font-size: 15px;
	line-height: 20px;
	color: #232e63;
	text-align: right;
}

#info > p.holiday span {
	padding-left: 26px;
	position: relative;
}

#info > p.holiday span::before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #f4e9c9;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


/*top_com*/
#top_com {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}

#top_com .t01 {
	font-size: 30px;
	font-weight: 500;
	color: #04378c;
	padding-bottom: 25px;
}