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

.bg01 {
	background: url("../images/greeting_bg.png");
	background-size: cover;
}
#doctor-I {
	padding: 8rem 0;
}
.page-inner {
	width: 1200px;
	margin: auto;
}
@media screen and (max-width: 896px) {
	.page-inner {
		width: 95%;
	}
}
.ttl00 {
	width:50%;
	border-bottom: 1px solid #60390E;
	padding-bottom: 1rem;
}
.ttl00 p {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #60390E;
	font-size: 24px;
	margin-bottom: 1rem;
}
.ttl00 h3 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 32px;
	color: #60390E;
}
.ttl00 h3 span {
	font-family: Cinzel, "Cinzel Black", "Cinzel Medium", "Cinzel SemiBold";
	font-size: 28px;
	margin-left: 2rem;
}
.doc-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 3rem;
}
.doc-img {
	width: 45%;
}
.doc-img img {
	width: 100%;
}
.doc-txt {
	width: 50%;
}
.doc-txt p {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-weight: 500;
	line-height: 2;
	font-size: 16px;
}
.career {
	margin-top: 3rem;
}
.career span {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #60390E;
	font-size: 24px;
}
.career dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-weight: 500;
	font-size: 15px;
	margin-top: 1rem;
}
.career dl dt {
	width: 30%;
	margin-bottom: 1rem;
}
.career dl dd {
	width: 70%;
	margin-bottom: 1rem;
}

@media screen and (max-width: 896px) {
	.ttl00 {
		width:80%;
	}
	.ttl00 p {
		font-size: 20px;
	}
	.ttl00 h3 {
		font-size: 24px;
	}
	.ttl00 h3 span {
		font-size: 22px;
	}
	.doc-flex {
		display: flex;
		flex-direction: column;
		gap:3rem;
		margin-top: 3rem;
	}
	.doc-img {
		width: 80%;
		margin: auto;
	}
	.doc-img img {
		width: 100%;
	}
	.doc-txt {
		width: 100%;
	}
	.doc-txt p {
		font-family: zen-kaku-gothic-new, sans-serif;
		font-weight: 500;
		line-height: 2;
		font-size: 16px;
	}
	.career {
		margin-top: 3rem;
	}
	.career span {
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #60390E;
		font-size: 24px;
	}
	.career dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		font-family: zen-kaku-gothic-new, sans-serif;
		font-weight: 500;
		font-size: 15px;
		margin-top: 1rem;
	}
	.career dl dt {
		width: 30%;
		margin-bottom: 1rem;
	}
	.career dl dd {
		width: 70%;
		margin-bottom: 1rem;
	}
}




#clinic-F {
	padding: 8rem 0;
	position: relative;
}
#clinic-F::before {
	content: "";
	width: 95%;
	height: 95%;
	background: url("../images/greeting_bg.png");
	background-attachment: fixed;
	background-size: cover;
	position: absolute;
	top: 3%;
	left: 0;
	z-index: -1;
}
.ttl001 {
	width:50%;
	border-bottom: 1px solid #60390E;
	padding-bottom: 1rem;
}
.ttl001 p {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #60390E;
	font-size: 24px;
}
.ttl001 h3 {
	font-family: Cinzel, "Cinzel Black", "Cinzel Medium", "Cinzel SemiBold";
	font-size: 38px;
	color: #60390E;
	margin-bottom: 1rem;
}
.inner-content {
	width: 1200px;
	margin: 5rem auto;
	display: flex;
	flex-direction: column;
	gap:10rem;
}
.content-box .box-b {
	background: #E8E3DB;
	border-bottom: 1px solid #60390E;
	height: 30px;
	position: relative;
}
.content-box .box-b .cf-ttl {
	position: absolute;
	left: 1rem;
	bottom: 0.5rem;
	font-size: 32px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #60390E;
}
.content-box .box-b .cf-ttl span {
	font-family: Cinzel, "Cinzel Black", "Cinzel Medium", "Cinzel SemiBold";
	font-size: 40px;
	margin-right: 1rem;
}
.box-w {
	padding: 3rem 0;
	background: #fff;
	box-shadow: 2px 2px 5px #ccc;
}
.box-w .box-w-inner {
	width: 80%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.box-w .box-w-inner .cf-img {
	width: 40%;
}
.box-w .box-w-inner .cf-img img {
	width: 100%;
}
.box-w .box-w-inner .cf-txt {
	width: 50%;
}
.box-w .box-w-inner .cf-txt p {
 font-family: zen-kaku-gothic-new, sans-serif;
	font-family: 500;
	font-size: 17px;
}

@media screen and (max-width: 896px) {
	#clinic-F {
		padding: 3rem 0;
		position: relative;
	}
	#clinic-F::before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.ttl001 {
		width:80%;
	}
	.ttl001 p {
		font-size: 18px;
	}
	.ttl001 h3 {
		font-size: 24px;
	}
	.inner-content {
		width: 95%;
		gap:5rem;
	}
	.inner-content .content-box .box-b .cf-ttl {
		font-size: 23px;
	}
	.inner-content .content-box .box-b .cf-ttl span {
		font-size: 28px;
	}
	.box-w .box-w-inner {
		width: 90%;
		flex-direction: column;
		gap:2rem;
	}
	.box-w .box-w-inner .cf-img {
		width: 100%;
	}
	.box-w .box-w-inner .cf-img img {
		width: 100%;
	}
	.box-w .box-w-inner .cf-txt {
		width: 100%;
	}
}

.bg02 {
	background: url("../images/flow-bg.jpg");
	background-size: cover;
}
#treatment-flow {
	padding: 8rem 0;
}
.tf-img {
	width: 700px;
	margin: 5rem auto;
}
.tf-img img {
	width: 100%;
}
.flow-wrapper {
	width: 1000px;
	margin: 5rem auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.flow-content {
	width: 45%;
	margin-bottom: 2rem;
}
.flow-content .flow-ttl {
	border-bottom: dashed 3px #E2B6B9;
	padding-bottom: 1rem;
}
.flow-content .flow-ttl p {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #60390E;
	font-size: 24px;
}
.flow-content .flow-ttl p span {
	font-size: 28px;
	margin-right: 1rem;
	color: #E2B6B9;
}
.flow-txt {
	padding: 1rem 0;
	font-size: 15px;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-weight: 400;
	line-height: 2;
}

@media screen and (max-width: 896px) {
	#treatment-flow {
		padding: 3rem 0;
	}
	.tf-img {
		width: 80%;
		margin: 1rem auto;
	}
	.flow-wrapper {
		width: 90%;
		margin: 3rem auto;
		flex-direction: column;
		gap:3rem;
	}
	.flow-content {
		width: 100%;
		margin-bottom: 0;
	}
}


#clinic-I {
	padding: 8rem 0;
	position: relative;
}
#clinic-I::before {
	content: "";
	width: 95%;
	height: 95%;
	background: url("../images/greeting_bg.png");
	background-attachment: fixed;
	background-size: cover;
	position: absolute;
	top: 3%;
	left: 0;
	z-index: -1;
}
.inner-content .content-box .box-p {
	background: #E8E0E1;
	border-bottom: 1px solid #8A5E61;
	height: 30px;
	position: relative;
}
.inner-content .content-box .box-p .ci-ttl {
	position: absolute;
	left: 1rem;
	bottom: 0.5rem;
	font-size: 32px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #60390E;
}
.box-w .box-w-inner .ci-img {
	width: 40%;
}
.box-w .box-w-inner .ci-img img {
	width: 100%;
}
.box-w .box-w-inner .ci-txt {
	width: 55%;
}
.box-w .box-w-inner .ci-txt dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-size: 16px;
}
.box-w .box-w-inner .ci-txt dl dt {
	font-weight: 600;
	width: 20%;
	border-bottom: #60390E 1px solid;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}
.box-w .box-w-inner .ci-txt dl dd {
	width: 80%;
	border-bottom: #C4BCB3 1px solid;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}
.timetable {
	width: 90%;
	margin-top: 1rem;
}
.timetable img {
	width: 100%;
}
.ci-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ci-gallery img {
	width: 45%;
	margin-bottom: 20px;
}

@media screen and (max-width: 896px) {
	#clinic-I {
		padding: 3rem 0;
		position: relative;
	}
	#clinic-I::before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.box-w .box-w-inner .ci-img {
		width: 100%;
	}
	.box-w .box-w-inner .ci-txt {
		width: 100%;
	}
	.ci-gallery img {
		width: 90%;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
}

#access {
	padding: 5rem 0;
}
.access-inner {
	margin: 5rem auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.access-inner .map {
	width: 50%;
}
.access-inner .map iframe {
	width: 100%;
}
.access-txt {
	width: 45%;
}
.access-txt dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-size: 16px;
}
.access-txt dl dt {
	font-weight: 600;
	width: 20%;
	border-bottom: #60390E 1px solid;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}
.access-txt dl dd {
	width: 80%;
	border-bottom: #C4BCB3 1px solid;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 896px) {
	.access-inner {
		margin: 3rem auto;
		flex-direction: column;
		gap:2rem;
	}
	.access-inner .map {
		width: 100%;
	}
	.access-inner .map iframe {
		width: 100%;
	}
	.access-txt {
		width: 100%;
	}
}

#medical-top {
 padding: 5rem 0;
background: url("../images/medical_bg.png");
	background-size: cover;
}
.medical-top-inner {
	width: 80%;
  margin: auto;
}
.medical-top-inner .m-title-box h2{
    font-size: 3vw;
    color: #5C4500;
    padding: 0 0 0 0;
    font-family: 'Cinzel', serif;
}


#medical-wrapper {
	padding: 10rem 0;
	display: flex;
	flex-direction: column;
	gap:8rem;
}
.medical-content {
	width: 1200px;
	margin: auto;
}
.medical-content h5 {
	text-align: center;
	font-size: 36px;
	color: #60390E;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-bottom: 1rem;
}
#medical-wrapper .cf-txt p {
	line-height: 2;
}
.box-w .box-w-inner02 {
	width: 80%;
	margin: 3rem auto 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.box-w .box-w-inner02 .mc-txt {
	width: 48%;
}
.mc-ttl {
	border-bottom: dashed 3px #E2B6B9;
	margin-bottom: 1rem;
}
.mc-ttl h6 {
	color: #60390E;
	font-size: 26px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.box-w .box-w-inner02 .mc-txt p {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 2;
}

@media screen and (max-width: 896px) {
	.medical-top-inner {
		width: 95%;
		margin: auto;
	}
	.medical-content {
		width: 95%;
		margin: auto;
	}
	.box-w .box-w-inner02 {
		width: 90%;
		margin: 3rem auto 0 auto;
		flex-direction: column;
		gap:3rem;
	}
	.box-w .box-w-inner02 .mc-txt {
		width: 100%;
	}
}


.content-box h5 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 1rem;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #60390E;
}
#price {
	padding: 8rem 0;
}
.price-list {
	width: 95%;
	margin: auto;
	font-family: 	zen-kaku-gothic-new, sans-serif;
	font-size: 16px;
	position: relative;
}
.price-list::before {
	content: "※表示価格は税込みです。";
	width: 50%;
	height: auto;
	color: #333;
	font-size: 13px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align: right;
	position: absolute;
	bottom: -1.2rem;
	right: 0;
}
.price-list table th {
	width: 20%;
	background: #F9F1F3;
	padding: 10px 0;
	vertical-align: middle;
	text-align: center;
	border: #E2B6B9 1px solid;
}
.price-list table .td-b {
	width: 60%;
	padding: 10px;
	vertical-align: middle;
	line-height: 1.5;
	box-sizing: border-box;
	border: #E2B6B9 1px solid;
}
.price-list table .td-s {
	width: 20%;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 10px 10px 0;
	vertical-align: middle;
	font-weight: 600;
	font-size: 18px;
	border: #E2B6B9 1px solid;
}


@media screen and (max-width: 896px) {
	.price-list {
		font-size: 12px;
	}
	.price-list table .td-s {
		font-size: 12px;
	}

}

#recruit-content {
	padding: 8rem 0;
}
.rc-inner {
	width: 80%;
	margin: 5rem auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rc-inner .img {
	width: 45%;
}
.rc-inner .img img {
	width: 100%;
}
.rc-inner .rc-txt {
	width: 45%;
}
.rc-inner .rc-txt p {
	font-family: 	zen-kaku-gothic-new, sans-serif;
	font-size: 16px;
	line-height: 2;
}
.AR {
	width: 1200px;
	margin: 5rem auto;
}
.AR-inner {
	width: 90%;
	margin: auto;
	background: #ccc;
	padding: 1rem 0;
}
.AR-inner p {
	font-family: 	zen-kaku-gothic-new, sans-serif;
	font-size: 16px;
	text-align: center;
}

@media screen and (max-width: 896px) {
	.rc-inner {
		width: 90%;
		margin: 5rem auto;
		flex-direction: column;
		gap:3rem;
	}
	.rc-inner .img {
		width: 80%;
		margin: auto;
	}
	.rc-inner .rc-txt {
		width: 100%;
	}
	.rc-inner .rc-txt p {
		font-family: 	zen-kaku-gothic-new, sans-serif;
		font-size: 16px;
		line-height: 2;
	}
	.AR {
		width: 90%;
		margin: 5rem auto;
	}
}
























