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


/*==================================================================

		$index　＊　mainvisual

==================================================================*/
#top_mainvisual {
	position: relative;
	width: 100%;
	height: 960px;
	background: url("../images/bg02.jpg") center bottom no-repeat;
}
#top_mainvisual::before {
	position: absolute; content: "";
	width: calc( 100% - 80px );
	height: 730px;
	top: 120px;
	right: 0;
	background: url(../images/top/img01.jpg) center top no-repeat;
	background-size: cover;
}
#mv_copy {
	position: absolute;
	font-size: 14px;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	letter-spacing: 1.4px;
	line-height: 1;
	writing-mode: vertical-rl;
	bottom: 110px;
	left: 35px;
	color: #7c7267;
}
@media screen and (max-width:640px) {
	#top_mainvisual {
		height: 350px;
		background-size: cover;
	}
	#top_mainvisual::before {
		width: 100%;
		height: 270px;
		top: 30px;
	}
	#mv_copy { display: none;}
}



#mv_points p {
	position: absolute;
}
#mv_points p:nth-of-type(1) {
	left: 120px;
	bottom: 270px;
}
#mv_points p:nth-of-type(2) {
	left: 290px;
	bottom: 80px;
}
#mv_points p:nth-of-type(3) {
	left: 490px;
	bottom: 180px;
}
@media screen and (max-width:640px) {
	#mv_points p:nth-of-type(1) {
		left: 5%;
		bottom: 20px;
		width: 30%;
	}
	#mv_points p:nth-of-type(2) {
		left: 37%;
		bottom: 20px;
		width: 25%;
	}
	#mv_points p:nth-of-type(3) {
		left: 65%;
		bottom: 20px;
		width: 25%;
	}
}






/*==================================================================

		共通　＊　TOPのh2

==================================================================*/
.home h2 {
	margin-bottom: 60px;
	text-align: center;
}
.home h2 p {
	font-size: 90px;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	letter-spacing: 7px;
	line-height: 1.4;
}
.home h2 em {
	display: block;
	font-size: 24px;
	font-family: "Shippori Mincho B1", serif;
	letter-spacing: 4px;
}
@media screen and (max-width:640px) {
	.home h2 {
		margin-bottom: 40px;
	}
	.home h2 p {
		font-size: 50px;
		letter-spacing: 4px;
	}
	.home h2 em {
		font-size: 19px;
		letter-spacing: 2px;
	}
}





/*==================================================================

		共通　＊　医院概要　＊　footer前にも流用

==================================================================*/
.clinic_info {
	padding: 110px 0 130px;
	background: url("../images/bg01.png") center right no-repeat , #FFF;
	background-size: 455px 715px , auto;
}
.clinic_info .inner {
	width: 90%;
	max-width: 1280px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.clinic_info .left {
	width: 640px;
}
.clinic_info .right {
	width: 42%;
}
@media screen and (max-width:640px) {
	.clinic_info {
		padding: 70px 0 90px;
		background: url("../images/bg01.png") top 30px right -150px no-repeat , #FFF;
		background-size: 370px auto , auto;
	}
	.clinic_info .inner {
		display: block;
	}
	.clinic_info .left {
		width: 100%;
		margin: 0;
	}
	.clinic_info .right {
		width: 100%;
	}
}





/*------------------------------ 左側 ------------------------------*/
.clinic_info .left h2 {
	font-size: 78px;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	letter-spacing: 7px;
	line-height: 1;
	text-align: left;
	margin-bottom: 40px;
}
@media screen and (max-width:640px) {
	.clinic_info .left h2 {
		font-size: 44px;
		letter-spacing: 4px;
	}
}


.clinic_info-list {
	width: 100%;
	border-top: 1px solid #ccc;
	margin-bottom: 45px;
}
.clinic_info-list dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
}
.clinic_info-list dl dt {
	width: 28%;
	padding: 6px 0;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.clinic_info-list dl dd {
	width: 72%;
	padding: 6px 0;
	box-sizing: border-box;
	padding-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
@media screen and (max-width:640px) {
	.clinic_info-list {
		width: 100%;
		border-top: 1px solid #ccc;
		margin-bottom: 20px;
	}
	.clinic_info-list dl {
		display: block;
	}
	.clinic_info-list dl dt {
		width: 100%;
		padding: 2px 10px 0;
		border: none;
		margin-bottom: 0;
		text-align: left;
	}
	.clinic_info-list dl dd {
		width: 100%;
		padding: 4px 10px;
		padding-left: 25px;
		margin-top: 0;
	}
}


@media screen and (max-width:640px) {
	.clinic_info .left p.sp {
		margin: auto;
		text-align: center;
	}
}



/*------------------------------ 右側 ------------------------------*/
.clinic_info .right {
	padding-top: 10px;
}
.clinic_info .right iframe {
	display: block;
	width: 100%;
	height: 400px;
	box-sizing: border-box;
	border: 1px solid #ccc !important;
	margin-bottom: 10px;
}
@media screen and (max-width:640px) {
	.clinic_info .right {
		padding-top: 50px;
	}
	.clinic_info .right iframe {
		height: 250px;
	}
}


.clinic_info-access {
	background: #edeae3;
	box-sizing: border-box;
	padding: 15px 3% 12px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.clinic_info-access li {
	position: relative;
	padding-left: 20px;
	font-size: 14px;
	margin-bottom: 5px;
}
.clinic_info-access li:nth-of-type(odd) {
	width: 50%;
}
.clinic_info-access li:nth-of-type(even) {
	width: 41%;
}
.clinic_info-access li::before {
	position: absolute; content: "";
	width: 4px; height: 4px;
	top: 50%; left: 5px; margin-top: -2px;
	background: #bd905e;
	border-radius: 100px;
}
@media screen and (max-width:640px) {
	.clinic_info-access {
		padding: 15px 6% 12px;
		display: block;
	}
	.clinic_info-access li:nth-of-type(odd) { width: 100%;}
	.clinic_info-access li:nth-of-type(even) { width: 100%;}
}


.clinic_info .right .btn01 {
	margin-top: 20px;
}
@media screen and (max-width:640px) {
	.clinic_info .right .btn01 {
		margin-top: 30px;
	}
	.clinic_info .right .btn01 a {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
}


/*------------------------------ TOPページ上部にあるclinic_infoのみ ------------------------------*/
#top_clinic {
	padding-bottom: 20px;
}







/*==================================================================

		#top_concept　＊　当院のコンセプト

==================================================================*/
#top_concept {
	background: url("../images/bg05.jpg") center top no-repeat , url("../images/bg06.jpg") center bottom no-repeat , #f7f6f2;
	padding: 170px 0 110px;
	overflow-x: hidden;
}
@media screen and (max-width:640px) {
	#top_concept {
		padding: 100px 0 40px;
	}
}




/*------------------------------ キャッチとテキスト ------------------------------*/
#top_concept-catch {
	position: relative;
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
	margin-bottom: 110px;
	margin-top: 70px;
}
#top_concept-catch dt {
	margin-bottom: 20px;
	color: #12a498;
	font-size: 26px;
}
#top_concept-catch dd {
	font-size: 18px;
	line-height: 2.2;
}
#top_concept-catch::before {
	position: absolute; content: "";
	background: url("../images/top/img02.png");
	background-size: cover;
	width: 320px; height: 210px;
	top: 50%; margin-top: -380px;
	left: 50%; margin-left: 490px;
}
#top_concept-catch::after {
	position: absolute; content: "";
	background: url("../images/top/img03.png");
	background-size: cover;
	width: 220px; height: 170px;
	top: 50%; margin-top: -60px;
	left: 50%; margin-left: -780px;
}
@media screen and (max-width:640px) {
	#top_concept-catch {
		margin-bottom: 80px;
		margin-top: 40px;
	}
	#top_concept-catch dt {
		font-size: 22px;
	}
	#top_concept-catch::before { display: none;}
	#top_concept-catch::after { display: none;}
}




/*------------------------------ 治療 / 予防 ------------------------------*/
.top_concept-wrapper {
	width: 90%;
	max-width: 1280px;
	margin: 80px auto 0;
}
@media screen and (max-width:640px) {
}



/* タイトル */
.top_concept-wrapper dl {
	position: relative;
	margin-bottom: 60px;
	color: #806140;
	display: flex;
	align-items: flex-end;
	line-height: 1;
}
.top_concept-wrapper:last-of-type dl { color: #40807c;}
.top_concept-wrapper dl::after {
	position: absolute; content: "";
	width: 60%; height: 1px;
	bottom: 10px; right: 0;
	background: #afa891;
}
.top_concept-wrapper:last-of-type dl::after { background: #91afac;}
.top_concept-wrapper dl dt {
	font-size: 50px;
	font-family: "EB Garamond", serif;
	letter-spacing: 3px;
}
.top_concept-wrapper dl dd {
	position: relative;
	top: -7px;
	padding-left: 40px;
	font-size: 20px;
	font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width:640px) {
	.top_concept-wrapper dl {
		margin-bottom: 60px;
	}
	.top_concept-wrapper dl::after { display: none;}
	.top_concept-wrapper dl dt {
		font-size: 38px;
		letter-spacing: 2px;
	}
	.top_concept-wrapper dl dd {
		top: -4px;
		padding-left: 30px;
		font-size: 16px;
	}
}



/* 各エリア */
.top_concept-wrapper ul {
	display: flex;
	justify-content: space-between;
}
.top_concept-wrapper ul li {
	width: 31%;
}
.top_concept-wrapper ul li figure {
	position: relative;
	width: 100%;
}
.top_concept-wrapper ul li figure img {
	width: 100%;
}
.top_concept-wrapper ul li p {
	position: relative;
	margin-top: 30px;
	font-size: 20px;
	font-family: "Shippori Mincho B1", serif;
	line-height: 2;
}
.top_concept-wrapper ul li figure::after {
	position: absolute; content: "";
	top: -1px; right: -1px;
  	width: 50px;
  	aspect-ratio: 1;
  	clip-path: polygon(0 0,100% 0,100% 100%);
  	background: #f7f6f2;
}
.top_concept-wrapper ul li p::after {
  	position: absolute;
  	content: "";
  	background: url("../images/arrow02.png");
	background-size: 21px 6px;
	width: 21px; height: 6px;
	bottom: 0; right: 10px;
  	transition: all 0.5s ease;
  	pointer-events: none;
}
@media screen and (max-width:640px) {
	.top_concept-wrapper ul {
		display: block;
	}
	.top_concept-wrapper ul li {
		width: 100%;
		margin-bottom: 40px;
	}
	.top_concept-wrapper ul li figure {
		height: 180px;
	}
	.top_concept-wrapper ul li figure img {
		height: inherit;
		object-fit: cover;
	}
	.top_concept-wrapper ul li p {
		margin-top: 20px;
		font-size: 19px;
	}
}



.top_concept-wrapper ul li:hover p::after {
	bottom: 0; right: 0;
}


.top_concept-wrapper ul li figure::before {
	position: absolute;
	bottom: -55px; right: 5px;
	font-size: 120px;
	font-family: "EB Garamond", serif;
	line-height: 1;
	z-index: 2;
}
.top_concept-wrapper ul li:nth-of-type(1) figure::before { content: "01";}
.top_concept-wrapper ul li:nth-of-type(2) figure::before { content: "02";}
.top_concept-wrapper ul li:nth-of-type(3) figure::before { content: "03";}

.top_concept-wrapper ul li figure::before { 
	background: linear-gradient(0deg, #574632 0%, #c5ae95 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.top_concept-wrapper:last-of-type ul li figure::before { 
	background: linear-gradient(0deg, #2d6461 0%, #80cac5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (max-width:640px) {
	.top_concept-wrapper ul li figure::before {
		bottom: -40px;
		font-size: 80px;
	}
}







/*==================================================================

		#top_medical　＊　top_medical

==================================================================*/
#top_medical {
	background: url("../images/bg03.jpg") center no-repeat;
	background-size: cover;
	border-top: 10px solid #cdd0d3;
	border-bottom: 10px solid #cdd0d3;
	padding: 80px 0 110px;
}
#top_medical ul {
	width: 90%;
	max-width: 1280px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#top_medical ul li {
	position: relative;
	width: 32%;
	max-width: 400px;
	height: 480px;
	margin-bottom: 30px;
	overflow: hidden;
}
#top_medical ul li::before {
  position: absolute;
  content: "";
  inset: 0; 
  background: linear-gradient(to bottom, rgba(0,0,0,.4), #333);
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s ease;
  pointer-events: none;
}
#top_medical ul li::after {
  	position: absolute;
  	content: "";
  	background: url("../images/arrow01.png");
	background-size: 21px 6px;
	width: 21px; height: 6px;
	bottom: 30px; right: 30px;
  transition: all 0.5s ease;
  pointer-events: none;
}
#top_medical ul li a { 
	width: 100%;
	height: 100%;
	color: #FFF;
	display: flex;
	align-items: flex-end;
}
#top_medical ul li:nth-of-type(1) { background: url("../images/top/img10.png"); background-size: cover; }
#top_medical ul li:nth-of-type(2) { background: url("../images/top/img11.png"); background-size: cover;}
#top_medical ul li:nth-of-type(3) { background: url("../images/top/img12.png"); background-size: cover;}
#top_medical ul li:nth-of-type(4) { background: url("../images/top/img13.png"); background-size: cover;}
#top_medical ul li:nth-of-type(5) { background: url("../images/top/img14.png"); background-size: cover;}
#top_medical ul::after {
	content: "";
    display: block;
	width: 32%;
	max-width: 400px;
	height: 0;
}
@media screen and (max-width:640px) {
	#top_medical {
		border-top: 5px solid #cdd0d3;
		border-bottom: 5px solid #cdd0d3;
		padding: 50px 0 40px;
	}
	#top_medical ul { display: block;}
	#top_medical ul li {
		width: 100%;
		height: 380px;
		margin: 0 auto 20px;
	}
	#top_medical ul::after { display: none;}
}




#top_medical ul li:hover::before { 
  opacity: 0.6;
  transform: translateY(0);
}
#top_medical ul li:hover::after { 
  right: 20px;
}




#top_medical dl {
	position: relative;
	margin: 40px 40px;
	text-shadow: 0 0 10px #000;
}
#top_medical dt {
	font-family: "Shippori Mincho B1", serif;
	font-size: 26px;
	letter-spacing: 2px;
}
#top_medical dt span {
	display: block;
	padding: 10px 0 15px;
	font-family: "EB Garamond", serif;
	font-size: 12px;
	letter-spacing: 1px;
	opacity: .3;
}
#top_medical dd p {
	position: relative;
	padding-left: 23px;
	line-height: 2.2;
}
#top_medical dd p::before {
	position: absolute; content: "";
	width: 4px; height: 4px;
	top: 50%; left: 5px; margin-top: -2px;
	background: #bd905e;
	border-radius: 100px;
}
@media screen and (max-width:640px) {
	#top_medical dl {
		margin: 25px 20px;
	}
	#top_medical dt {
		font-size: 22px;
	}
	#top_medical dt span {
		padding: 5px 0 10px;
		font-size: 11px;
	}
	#top_medical dd p {
		line-height: 1.8;
	}
}




/*==================================================================

		#top_medical　＊　top_medical

==================================================================*/
#top_greeting {
	position: relative;
	background: url("../images/bg04.jpg") center no-repeat;
	background-size: cover;
	padding: 80px 0 170px;
}
#top_greeting::before {
	position: absolute; content: "";
	width: calc( 100% - 80px );
	height: 77%;
	top: 145px;
	left: 0;
	background: url(../images/top/img16.jpg) center top no-repeat;
	background-size: cover;
}
@media screen and (max-width:640px) {
	#top_greeting {
		padding: 60px 0 100px;
	}
	#top_greeting::before {
		width: 100%;
		height: 72%;
		top: 25%;
	}
}



#top_greeting h2 {
	position: relative;
	z-index: 2;
}



#top_greeting .inner {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	font-family: "Shippori Mincho B1", serif;
	z-index: 2;
}
#top_greeting .left {
	width: 53%;
	margin-right: 7%;
	font-size: 17px;
	line-height: 2.3;
}
#top_greeting .right {
	width: 40%;
	text-align: center;
}
@media screen and (max-width:640px) {
	#top_greeting .inner {
		display: block;
	}
	#top_greeting .left {
		width: 100%;
		margin-right: 0;
		font-size: 16px;
		line-height: 2;
	}
	#top_greeting .right {
		width: 100%;
	}
}



/*------------------------------ 左側 ------------------------------*/
#top_greeting .btn01 {
	margin-top: 40px;
	text-align: left;
}
#top_greeting .btn01 a {
	background: rgba(128,97,64,.8);
	color: #FFF;
}
#top_greeting .btn01 a::before , #top_greeting .left .btn01 a::after {
	background: #806140;
}
@media screen and (max-width:640px) {
	#top_greeting .btn01 a {
		display: block;
		text-align: center;
	}
}



/*------------------------------ 右側 ------------------------------*/
#top_greeting .right img {
	width: 100%;
	height: auto;
}
#top_greeting .right p {
	margin-top: 15px;
	font-size: 20px;
}
#top_greeting .right p em {
	position: relative;
	top: -1px;
	margin: 0 9px;
	font-size: 26px;
}
@media screen and (max-width:640px) {
	#top_greeting .right {
		margin-bottom: 20px;
	}
	#top_greeting .right img {
		width: 80%;
	}
	#top_greeting .right p {
		font-size: 18px;
	}
	#top_greeting .right p em {
		font-size: 22px;
	}
}





