@charset "utf-8";

.cautionUl li {
	text-indent: -1em;
	margin-left: 1em;
}
.pageTitleBox h2 {
	padding-bottom: 0.25em;
}
.pageTitleBox::after {
	content: attr(data-subtext)'';
	display: inline-block;
	border-top: 2px solid rgba(255, 255, 255, 1);
	font-size: small;
	text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
}

h3 {
	color: rgba(0, 82, 183, 1);
	padding-bottom: 0.5em;
	border-bottom: 1px solid rgba(100, 100, 100, 0.5);
	margin-bottom: 0.5em;
	position: relative;
}
h3::after {
	content: '';
	position: absolute;
	width: 25%;
	bottom: -1px;
	left: 0;
	display: block;
	border-bottom: 2px solid rgba(0, 82, 183, 1);
}

time {
	display: block;
	text-align: right;
}
.contentBtnBox {
	margin: 2em 0;
	text-align: center;
}
#menuBody .contentBtnBox { text-align: left; }
	.contentBtnBox a {
		display: inline-block;
		text-decoration: none;
		text-align: center;
		background: rgba(0, 82, 183, 1);
		color: rgba(255, 255, 255, 1);
		width: 30vw;
		padding: 1.5em 0;
		border-radius: 3px;
	}
	.contentBtnBox a:hover { background: rgba(0, 82, 183, 1); }
	#menuBody .contentBtnBox a { padding: 0.5rem; }
.newsContentBox {
	padding: 2em 0;
}

#homeImgBox {
	height: 80vh !important;
	transition: 0.3s;
}
#miniMedicalTableBox {
	position: relative;
	font-size: 1.2rem;
}
	#miniMedicalTableBox .medicalhoursBox {
		position: absolute;
		bottom: -3rem;
		right: 1rem;
		width: 50%;
		background: rgba(0, 82, 183, 0.1);
		padding: 1.5em 1.5em 0 1.5em;
		border-radius: 5px;
		box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
	}
		#miniMedicalTableBox .medicalhoursBox .medicalHoursTable {
			background: rgba(255, 255, 255, 1);
			border-radius: 5px;
			box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
		}


#homeCopyBox {
	padding: 2em 0;
/*	text-align: center;*/
	margin-bottom: 2em;
	/*
	background-image: 
		radial-gradient(rgba(0, 149, 69, 0.1) 20%, transparent 0), 
		radial-gradient(rgba(0, 149, 69, 0.1) 20%, transparent 0);
	background-position: 0 0, 10px 10px;
	background-size: 20px 20px;
	*/
}
	#homeCopyBox img {
	/*	width: 100%;*/
		max-width: 600px;
	}
	#homeCopyBox h2 {
		color: rgba(0, 82, 183, 1);
		padding: 1em 0 1em 0;
	}
#homePointBox {
	border-top: 1px solid rgba(100, 100, 100, 0.1);
	background: url(../img/home/bg_point.jpg);
	background-size: cover;
	background-position: 50% 50%;
	border-bottom: 1px solid rgba(100, 100, 100, 0.1);
	padding: 2em 0;
}
	#homePointBox h3 {
		border-bottom: none;
		text-align: center;
	}
		#homePointBox h3::after { content: none; }
	#homePointBox h4 {
		color: rgba(0, 82, 183, 1);
		text-align: center;
		padding-bottom: 0.5em;
	}
	#homePointBox .point1Box, 
	#homePointBox .point2Box, 
	#homePointBox .point3Box {
		border-radius: 3px;
		box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
		background-color: rgba(255, 255, 255, 0.7);
	}
	#homePointBox .point1Box::before, 
	#homePointBox .point2Box::before, 
	#homePointBox .point3Box::before {
		content: '';
		margin-bottom: 0.5em;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 150px;
	}
		#homePointBox .point1Box::before { background-image: url(../img/home/point01.jpg); }
		#homePointBox .point2Box::before { background-image: url(../img/home/point02.jpg); }
		#homePointBox .point3Box::before { background-image: url(../img/home/point03.jpg); }
		#homePointBox p {
			padding: 0 2em 2em 2em;
		}

		.doctorA { color: rgba(0, 82, 183, 1); display: block; }
		.doctorB { color: rgba(229, 112, 120, 1); display: block; }

#homeNewsBox {
	padding: 2em 0;
	background-color: rgba(0, 82, 183, 1);
	color: rgba(255, 255, 255, 1);
}
	#homeNewsBox h3 {
		width: 25%;
		padding-bottom: 0;
		border-bottom: none;
		border-right: 1px solid rgba(255, 255, 255, 0.5);
		margin-bottom: 0;
		color: rgba(255, 255, 255, 1);
	}
	#homeNewsBox ul {
		width: 70%;
	}
	#homePointBox h3::before, 
	#homePointBox h3::before, 
	#homeNewsBox h3::before, 
	#homeNewsBox h3::after { content: none; }
	#homeNewsBox li { padding: 0.25em 0; }
	#homeNewsBox li:not(:nth-last-child(-n+2)) { border-bottom: 1px dotted rgba(255, 255, 255, 1); }
		#homeNewsBox li .newsdate {
			color: rgba(255, 255, 255, 1);
			width: 22%;
			font-size: small;
		}
		#homeNewsBox li .newstitle {
			width: 75%;
		}

.pageTitleBox {
/*	background: rgba(80, 80, 80, 1);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	padding: 3em;
	position: relative;
	display: block;
	color: rgba(255, 255, 255, 1);
	text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.5);
	margin-bottom: 2em;
	position: relative;
	z-index: -2;
	background-image: url(../img/common/header.jpg);
	border-top: 1px solid rgba(100, 100, 100, 0.1);
	border-bottom: 1px solid rgba(100, 100, 100, 0.1);
}

.pageTitleBox::before {
/*	content: '';*/
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(
						45deg, 
						rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1)
					), 
					linear-gradient(
						45deg, 
						rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1)
					);
	background-position: 0 0, 2px 2px;
	background-size: 4px 4px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#greetingBody .pageTitleBox, 
#aboutBody .pageTitleBox { background-image: url(../img/greeting/header.jpg); }
#facilityBody .pageTitleBox { background-image: url(../img/facility/header.jpg); }
#menuBody .pageTitleBox { background-image: url(../img/menu/header.jpg); }
#accessBody .pageTitleBox { background-image: url(../img/access/header.jpg); }
#contactBody .pageTitleBox { background-image: url(../img/contact/header.jpg); }
#newsBody .pageTitleBox { background-image: url(../img/news/header.jpg); }
/*
*/
#newsBody table {
	border-collapse: collapse;
/*	width: 100%;*/
	border-top: 1px solid rgba(100, 100, 100, 0.5);
	border-left: 1px solid rgba(100, 100, 100, 0.5);
}
	#newsBody table td {
		padding: 0.5em;
		border-right: 1px solid rgba(100, 100, 100, 0.5);
		border-bottom: 1px solid rgba(100, 100, 100, 0.5);
	}

/* about */

.doctorNameBox {
	padding: 1em 0;
	font-size: small;
	text-align: right;
}
	#greetingBody h4, 
	#aboutBody h4 {
		color: rgba(0, 82, 183, 1);
		padding-bottom: 1em;
	}
	#greetingBody .profile1Box, 
	#greetingBody .profile2Box, 
	#aboutBody .profile1Box, 
	#aboutBody .profile2Box {
		border-left: 1px solid rgba(100, 100, 100, 0.25);
		padding-left: 1em;
	}
	#greetingBody .textBox, 
	#aboutBody .textBox { width: 60%; }
	#greetingBody .imgBox, 
	#aboutBody .imgBox { width: 35%; }

/* menu */
.medicalcontentH4, 
.variousinspectionH4, 
.homecareH4 {
	text-align: center;
	padding-bottom: 1em;
	color: rgba(0, 82, 183, 1);
}
#menubeautyBody .pcHide .leftThTable th, 
#menuBody .pcHide .leftThTable th { width: 33%; }
	#menubeautyBody .flexBox .leftBox, 
	#menuBody .flexBox .leftBox { width: 67%; }
	#menubeautyBody .flexBox .rightBox, 
	#menuBody .flexBox .rightBox { width: 28%; }
	#menuBody #menu4Unit .flexBox li {
		width: 48%;
		text-align: center;
		margin-bottom: 1em;
	}
		#menuBody #menu4Unit .flexBox li img { margin-bottom: 0.5em; border-radius: 5px; }

.subheadingDl {
	margin-bottom: 1em;
/*	font-size: small;*/
}
	.subheadingDl dt {
		font-weight: bold;
	/*	color: rgba(0, 82, 183, 1);*/
		border-bottom: 1px dotted rgba(0, 82, 183, 1);
	}
	.subheadingDl dd {
		padding: 0.5em 0 1em 1em;
	}

	.boxheadingP, 
	.boxheadingDl > dt {
		border: 1px solid rgba(0, 82, 183, 1);
		color: rgba(0, 82, 183, 1);
		font-weight: bold;
		text-align: center;
		padding: 0.5em;
	}
	.boxheadingP { margin-bottom: 1em; }
	.boxheadingDl > dt { padding: 1em; width: 25%; }
	.boxheadingDl > dd { width: 70%; }

.datetimeUl {}
	.datetimeUl li {
		background: rgba(100, 100, 100, 0.1);
		padding: 0.25em;
		font-size: small;
		border-radius: 3px;
		margin-bottom: 0.25em;
		text-align: center;
	}
/* access */
#accessBody .columnFlexBox .fixImg { margin-bottom: 0.5em; }

/* news */
.newslistDl:not(:last-child) {
	padding-bottom: 1em;
	border-bottom: 1px dotted rgba(0, 82, 183, 1);
	margin-bottom: 1em;
}
	.newslistDl dt { font-weight: bold; }
	.newslistDl dd {
		font-size: small;
	}
		.newslistDl dd .newsDateBox {
			display: inline-block;
			color: rgba(0, 82, 183, 0.5);;
			margin-right: 1em;
		}
		.newslistDl dd .newsCategoryUl { display: inline-block; }
			.newslistDl dd .newsCategoryUl li {
				float: left;
				width: 80px;
				font-size: x-small;
				text-align: center;
				border-radius: 3px;
				line-height: 2em;
			}
			.categorynewsLi { background: rgba(0, 82, 183, 1); color: rgba(255, 255, 255, 1); }
		.newslistDl dd p {
			padding-left: 2em;
			color: rgba(102, 102, 102, 0.75);
		}
		#homeNewsBox li.alllistBtnLi a, 
		.newslistDl dd .more-link {
			border: 1px solid rgba(0, 82, 183, 1);
			text-decoration: none;
			padding: 0.25em 1em;
			display: inline-block;
			margin-left: 2em;
		}
		#homeNewsBox li.alllistBtnLi {
			font-size: small;
			text-align: right;
		}
		#homeNewsBox li a { color: rgba(255, 255, 255, 1); }
		#homeNewsBox li.alllistBtnLi a { border: 1px solid rgba(255, 255, 255, 1); }
			#homeNewsBox li.alllistBtnLi a:hover, 
			.newslistDl dd .more-link:hover {
				background: rgba(255, 255, 255, 1);
				color: rgba(0, 82, 183, 1);
			}

		.medicalHoursTable th { width: 10%; }
		.medicalHoursTable th:first-child { width: 30%; }
		.medicalHoursTable td {
			text-align: center;
			vertical-align: middle;
		}
	#miniMedicalTableBox .medicalHoursTable th, 
	#miniMedicalTableBox .medicalHoursTable td {
		padding: 1rem 0.5rem;
		line-height: 100%;
	}

/* [sp] ============================================ */
@media only screen and (max-width: 780px) {
	#homeImgBox {
		height: 30vh !important;
	}
	#miniMedicalTableBox .medicalhoursBox {
		position: relative;
		width: 100%;
		top: 0;
		right: 0;
		background: none;
		box-shadow: none;
	}
	#homeNewsBox li { margin-left: 25px; }
	#greetingBody .columnFlexBox .textBox, 
	#greetingBody .columnFlexBox .imgBox, 
	#aboutBody .columnFlexBox .textBox, 
	#aboutBody .columnFlexBox .imgBox, 
	#homeNewsBox li .newsdate,  
	#homeNewsBox li .newstitle, 
	#homeNewsBox h3, 
	#homeNewsBox ul, 
	.contentBtnBox a { width: 100%; }
	#homeNewsBox h3, 
	#homeNewsBox ul { margin-bottom: 1em; }
	#costBox .spTable th + td, 
	.spTable td:first-child:not(.nochangecolor) {
		background: rgba(154, 123, 94, 0.1);
	}
	
	#greetingBody .columnFlexBox .textBox, 
	#aboutBody .columnFlexBox .textBox, 
	#facilityBody .columnFlexBox .textBox, 
	#greetingBody .columnFlexBox .textBox, 
	#aboutBody .columnFlexBox .textBox { order: 2; }
	#greetingBody .columnFlexBox .imgBox, 
	#aboutBody .columnFlexBox .imgBox, 
	#facilityBody .columnFlexBox .imgBox, 
	#greetingBody .columnFlexBox .imgBox, 
	#aboutBody .columnFlexBox .imgBox { order: 1; }

	.boxheadingDl dt { width: 100%; margin-bottom: 0.5em; }
	.boxheadingDl dd { width: 100%; }

	#homePointBox .point1Box::before, 
	#homePointBox .point2Box::before, 
	#homePointBox .point3Box::before {
		background-position: 0 0;
		margin-bottom: 0;
	}
	#homePointBox .point3Box::before { background-position: 0 50%; }
	#homePointBox h4 { padding: 1em 0; }

	#homeCopyBox p { text-align: left; }

	.doctorA, 
	.doctorB { display: inline-block; margin: 0 0.2em; text-indent: 0; }
		.doctorA .spHide, 
		.doctorB .spHide { display: none; }

	.medicalHoursTable { font-size: 1.2rem; }
		.medicalHoursTable th, 
		.medicalHoursTable td { padding: 1rem 0.5rem; }
	.medicalHoursTable .pcHide { display: inline-block; }
}