@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);
}

.wp-block-file { margin-bottom: 1em; }
.wp-block-file .wp-block-file__button {
	background: rgba(0, 149, 69, 1);
	border-radius: 5px;
	color: rgba(255, 255, 255, 1);
	padding: 0.5em 2em;
	text-decoration: none;
	margin-left: 1em;
}


h3 {
padding-bottom: 0.5em;
border-bottom: 2px solid rgba(0, 149, 69, 1);
margin-bottom: 0.5em;
position: relative;
}
h3::before, 
h3::after {
	content: '';
	position: absolute;
	top: -10px;
	left: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(0, 149, 69, 0.5);
	z-index: -2;
}
h3::after {
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
	background: rgba(217, 224, 33, 0.5);
	z-index: -2;
}
time {
	display: block;
	text-align: right;
}
.contentBtnBox {
	margin: 2em 0;
	text-align: center;
}
	.contentBtnBox a {
		display: inline-block;
		text-decoration: none;
		text-align: center;
		background: rgba(154, 123, 94, 1);
		color: rgba(255, 255, 255, 1);
		width: 30vw;
		padding: 1.5em 0;
		border-radius: 3px;
	}
	.contentBtnBox a:hover { background: rgba(0, 149, 69, 1); }
.newsContentBox {
	padding: 2em 0;
}

#homeImgBox {
	height: 80vh !important;
	transition: 0.3s;
}
#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, 149, 69, 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 h4 {
		color: rgba(0, 149, 69, 1);
		text-align: center;
		padding-bottom: 0.5em;
	}
	#homePointBox .point1Box, 
	#homePointBox .point2Box, 
	#homePointBox .point3Box {
		background: rgba(255, 255, 255, 1);
		border-radius: 3px;
		padding: 1em;
		box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
	}
		#homePointBox .point1Box::before, 
		#homePointBox .point2Box::before, 
		#homePointBox .point3Box::before {
			width: 100%;
			text-align: center;
			font-size: 35px;
			padding: 1em 0;
			color: rgba(0, 149, 69, 1);
		}
#homeNewsBox { padding: 2em 0; }
	#homeNewsBox h3 {
		width: 25%;
		padding-bottom: 0;
		border-bottom: none;
		border-right: 1px solid rgba(100, 100, 100, 0.5);
		margin-bottom: 0;
	}
	#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(154, 123, 94, 1); }
		#homeNewsBox li .newsdate {
			color: rgba(154, 123, 94, 1);
			width: 22%;
			font-size: small;
		}
		#homeNewsBox li .newstitle {
			width: 75%;
		}
#homeCheckBox {
}
	#homeCheckBox .initBox {
		border: 1px solid rgba(154, 123, 94, 1);
		padding: 1em;
	}
		#homeCheckBox .initBox ul li {
			list-style: square;
			margin-left: 2em;
		}
		#homeCheckBox .initBox ul > li:not(:last-child) {
			padding-bottom: 0.5em;
			border-bottom: 1px dotted rgba(154, 123, 94, 1);
			margin-bottom: 0.5em;
		}
		#homeCheckBox .initBox ul li ol li {
			list-style: decimal;
			margin-left: 2em;
			font-size: small;
		}

.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 { 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);
	}

/* greeting */

.doctorNameBox {
	padding: 1em 0;
	font-size: small;
	text-align: right;
}
	#greetingBody h4 {
		color: rgba(0, 149, 69, 1);
		padding-bottom: 1em;
	}
	#greetingBody .profile1Box, 
	#greetingBody .profile2Box {
		border-left: 1px solid rgba(100, 100, 100, 0.25);
		padding-left: 1em;
	}

/* menu */
.medicalcontentH4, 
.variousinspectionH4, 
.homecareH4 {
	text-align: center;
	padding-bottom: 1em;
	color: rgba(154, 123, 94, 1);
}
#menuBody .pcHide .leftThTable th { width: 33%; }

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

	.boxheadingP, 
	.boxheadingDl > dt {
		border: 1px solid rgba(154, 123, 94, 1);
		color: rgba(154, 123, 94, 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; }
.tableCenter tr td:not(:nth-child(1)){ text-align: center; }

/* news */
.newslistDl:not(:last-child) {
	padding-bottom: 1em;
	border-bottom: 1px dotted rgba(0, 149, 69, 1);
	margin-bottom: 1em;
}
	.newslistDl dt { font-weight: bold; }
	.newslistDl dd {
		font-size: small;
	}
		.newslistDl dd .newsDateBox {
			display: inline-block;
			color: rgba(0, 149, 69, 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, 149, 69, 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(154, 123, 94, 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.alllistBtnLi a:hover, 
			.newslistDl dd .more-link:hover {
				background: rgba(154, 123, 94, 1);
				color: rgba(255, 255, 255, 1);
			}

/* [sp] ============================================ */
@media only screen and (max-width: 780px) {
	#homeImgBox {
		height: 30vh !important;
	}
	#homeNewsBox li .newsdate,  
	#homeNewsBox li .newstitle, 
	#homeNewsBox h3, 
	#homeNewsBox ul, 
	.contentBtnBox a { width: 100%; }
	#homeNewsBox h3, 
	#homeNewsBox ul { margin-bottom: 1em; }
	.spTable td:first-child {
		background: rgba(154, 123, 94, 0.1);
	}
	#homeCheckBox .initBox ul li {
		list-style: none;
		margin-left: 0;
	}
	
	#facilityBody .columnFlexBox .textBox, 
	#greetingBody .columnFlexBox .textBox { order: 2; }
	#facilityBody .columnFlexBox .imgBox, 
	#greetingBody .columnFlexBox .imgBox { order: 1; }

	.boxheadingDl dt { width: 100%; margin-bottom: 0.5em; }
	#newsBody #mainContentsBox img, 
	.boxheadingDl dd { width: 100%; }
	
}