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

/*MV*/
#mv {
	background-image: url("../../../images/mv_bg.webp");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 300px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

#mv h1 {
	font-size:min(10vw,54px);
	font-family: 'Noto Serif JP', sans-serif;
	color: #333;
	font-weight: 600;
	padding: 0 30px;
}


/*目次*/
.pagelist {
	margin-top: 30px;
}


/*クリニック案内*/
#clinic #clinic01 {
	padding-bottom: 80px;
}

#clinic #clinic01 table {
	width: calc(100% - 40px);
	margin: 30px auto 0;
	border: 2px solid #d7b0b0;
	border-bottom: none;
}

#clinic #clinic01 table td {
	display: block;
	border-bottom: 2px solid #d7b0b0;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.5em;
}

#clinic #clinic01 table td:first-child {
	background-color: #f6eeee;
	font-weight: 500;
}

#clinic #clinic01 table td a {
	color: #252525;
}

#clinic #clinic02 {
	padding-bottom: 80px;
}

#clinic #clinic02 .box01 {
	padding: 30px 20px 60px;
}

#clinic #clinic02 .box01 div:first-of-type iframe {
	width: 100%;
	height: 300px;
}

#clinic #clinic02 .box01 div:first-of-type ul li {
	line-height: 1.5em;
	padding-bottom: 0.5em;
}

#clinic #clinic02 .box01 div:last-of-type {
	padding-top: 40px;
}

#clinic #clinic02 .box01 div:last-of-type ul {
	padding-bottom: 28px;
}

#clinic #clinic02 .box01 div:last-of-type ul li {
	padding-bottom: 20px;
	text-align: center;
}

#clinic #clinic02 .box01 div:last-of-type ul li:last-child {
	padding-bottom: 0;
}

#clinic #clinic02 .box01 div:last-of-type a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	border: 1px solid #debfbf;
	border-radius: 33px;
	width: calc(100% - 45% - 2px);
	height: 66px;
	margin: 0 auto;
	color: #4f4f4f;
	line-height: 1.6em;
	text-decoration: none;
	background-image: url("../../images/ico_p.webp");
	background-repeat: no-repeat;
	background-position: calc(50% - 55px) 12px;
	padding-left: 45%;
	position: relative;
}

#clinic #clinic02 .box01 div:last-of-type a::after {
	content: ">";
	font-size: 14px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

#clinic #clinic02 .box02 {
	padding: 0 20px;
}

#clinic #clinic02 .box02 ul {
	padding: 30px 0 60px;
}

#clinic #clinic02 .box02 ul:last-of-type {
	padding-bottom: 0;
}

#clinic #clinic02 .box02 ul li {
	padding-bottom: 60px;
}

#clinic #clinic02 .box02 ul li:last-child {
	padding-bottom: 0;
}

#clinic #clinic02 .box02 ul li div {
	text-align: center;
}

#clinic #clinic02 .box02 ul li p {
	padding-top: 10px;
}


/*料金表*/
.price_list {
	padding: 0 0 100px;
}

#price .price_how {
	padding: 0 0 100px;
}

#price .price_how ul {
	padding: 50px 20px 0;
}

#price .price_how ul li {
	padding-bottom: 60px;
}

#price .price_how ul li:last-child {
	padding-bottom: 0;
}

#price .price_how ul li > p {
	padding-top: 30px;
}

#price .price_how ul li > div {
	padding-top: 30px;
}

#price .price_how ul li > div div {
	text-align: center;
	padding-top: 30px;
}


/*サイトマップ*/
#sitemap #sitemap01 {
	padding: 60px 20px 80px;
}

#sitemap .box {
	padding: 30px 20px 80px;
}

#sitemap .box h3 {
	margin-bottom: 20px;
}

#sitemap .box h3 a {
	color: #252525;
	text-decoration: none;
	position: relative;
}

#sitemap .box h3 a::after {
	content: ">";
	width: 12px;
	height: 18px;
	border-radius: 9px;
	padding-left: 6px;
	font-size: 14px;
	background-color: #d7b0b0;
	color: #fff;
	line-height: 18px;
	position: absolute;
	right: -24px;
	top: 6px;
}

#sitemap .box ul {
	padding-bottom: 60px;
}

#sitemap .box ul:last-of-type {
	padding-bottom: 0;
}

#sitemap ul li {
	padding-bottom: 20px;
}

#sitemap ul li:last-child {
	padding-bottom: 0;
}

#sitemap ul li a {
	display: block;
	border: 2px solid #d7b0b0;
	color: #252525;
	padding: 15px 20px;
	text-decoration: none;
	position: relative;
}

#sitemap ul li a::after {
	content: "\025b6";
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

#sitemap ul li a br {
	display: none;
}


/*プライバシーポリシー*/
#privacy #privacy01 {
	padding-bottom: 80px;
}

#privacy #privacy01 p.t01 {
	padding: 60px 20px 80px;
}

#privacy #privacy01 p.t02 {
	padding: 30px 20px 80px;
}

#privacy #privacy01 p.t03 {
	padding: 30px 20px 0;
}

#privacy #privacy01 ul {
	padding: 0 20px 80px;
	counter-reset: number 0;
}

#privacy #privacy01 li {
	line-height: 1.8em;
	position: relative;
	padding-left: 1.3em;
}

#privacy #privacy01 li::before {
	counter-increment: number 1;
    content: counter(number)".";
    position: absolute;
    left: 0;
    top: 0;
}


/*ガイドライン*/
#guideline #guideline01 {
	padding: 60px 20px 80px;
}

#guideline #guideline01 p.t01 {
	padding: 0 0 80px;
}

#guideline #guideline01 p.t02 {
	padding: 30px 0 20px;
}

#guideline #guideline01 p.t03 {
	background-image:url("../../images/ico_pdf.webp");
	background-repeat:no-repeat;
	background-position:top right;
	line-height:35px;
	padding-right:37px;
	text-align:right;
}

#guideline #guideline01 p.t03 a {
	color: #252525;
}


/*フォーム*/
#contact .contact_menu {
	border-top: none;
}

#contact h1 {
	font-size:min(9vw,54px);
}

#mailthx .mailthx01 {
	padding: 60px 20px 80px;
}

#mailthx .mailthx01 .t01 {
	padding: 60px 0 80px;
}


/*院長紹介*/
#doctor #doctor01 {
	padding-bottom: 80px;
}

#doctor #doctor01 .box {
	padding: 30px 20px 0;
}

#doctor #doctor01 .box p.t01 {
	width: 60%;
	float: left;
	font-size:min(3.7vw,30px);
	font-weight: 500;
	padding-top: 20px;
	line-height: 1em;
}

#doctor #doctor01 .box p.t02 {
	width: 60%;
	float: left;
	font-size:min(6vw,46px);
	font-weight: 500;
	padding-top: 20px;
	line-height: 1em;
}

#doctor #doctor01 .box p.t03 {
	clear: both;
	padding-top: 40px;
}

#doctor #doctor01 .box div.i01 {
	width: 40%;
	float: right;
}

#doctor #doctor01 .box div.t01 {
	clear: both;
	padding-top: 30px;
}

#doctor #doctor01 .box div.t01 div:first-of-type {
	padding-bottom: 30px;
}

#doctor #doctor01 .box div.t01 div h3 {
	font-weight: 500;
	margin-bottom: 10px;
}

#doctor #doctor01 .box div.t01 dl {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}

#doctor #doctor01 .box div.t01 dl dt {
	width: 90px;
	font-size:min(3.8vw,28px);
	line-height: 1.28em;
}

#doctor #doctor01 .box div.t01 dl dd {
	width: calc(100% - 90px);
	font-size:min(3.8vw,28px);
	line-height: 1.28em;
	margin-bottom: 0.43em;
}

#doctor #doctor01 .box div.t01 ul li {
	padding-bottom: 10px;
}

#doctor #doctor01 .box div.t01 ul li:last-child {
	padding-bottom: 0;
}


/*当院のこだわり*/
#reason #reason01,#reason #reason02,#reason #reason03 {
	clear: both;
	padding-bottom: 80px;
}

#reason .box {
	padding: 0 20px;
}

#reason .box .t01 p {
	font-weight: 500;
	font-style: italic;
}

#reason .box .t01 h2 {
	font-size:min(5.2vw,38px);
	color: #c28787;
	font-family: 'Noto Serif JP', sans-serif;
}

#reason .box .i01 {
	padding: 20px 0 30px;
}


/*アプリ*/
#app #app01 {
	padding: 60px 20px 80px;
}

#app #app01 > div > div {
	padding-top: 30px;
}

#app #app02 {
	padding: 0 20px 80px;
}

#app #app02 h2 {
	margin-bottom: 60px;
}

#app #app02 > p {
	padding: 25px 0 30px;
}

#app #app02 ul.app_link {
	padding-bottom: 60px;
}

#app #app02 ul.app_link li {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: center;
	background-color: #f4f1e9;
}

#app #app02 ul.app_link li:last-child {
	margin-bottom: 0;
}

#app #app02 ul.app_link li h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1em;
}

#app #app02 ul.app_link li div {
	padding-top: 20px;
}

#app #app02 ul.app_link li div img {
	height: 60px;
}

#app #app02 ul.app_flow li {
	padding-bottom: 60px;
}

#app #app02 ul.app_flow li:last-child {
	padding-bottom: 0;
}

#app #app02 ul.app_flow li h3 {
	margin-bottom: 25px;
}

#app #app02 ul.app_flow li div {
	text-align: center;
}

#app #app02 ul.app_flow li div img {
	width: 80%;
	height: auto;
}

#app #app02 ul.app_flow li p {
	padding-top: 25px;
}