/* 医院様専用のCSS */
.logo_area {
	width: 520px;
}

.pc-content {
	display: block;
}

.sp-content {
	display: none;
}

.tel_area_link a {
	font-weight: normal;
}

.foot_nav .nav li {
	width: 20%;
	white-space: nowrap;
}

@media print,
screen and (max-width: 639px) {
	.logo_area {
		width: 60%;
	}

	.logo_area img {
		width: 56vw;
		height: auto;
	}

	.pc-content {
		display: none;
	}

	.sp-content {
		display: block;
	}

	.foot_nav .nav li a {
		font-size: 12px;
	}

	.about_area2 h1 {
		font-size: 28px;
	}

	#copy h2 {
		font-size: 24px;
		line-height: 1.6em;
	}

	.about_area2 h3 {
		font-size: 18px !important;
		letter-spacing: 0.5px !important;
	}
}

.main-copy {
	bottom: 260px;
	background: none;
}

.main-copy h1 {
	font-size: 88px;
}

.main-copy h2 {
	font-size: 30px;
	font-feature-settings: "palt";
}

.about_area-home {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 2px solid #707070;
}

.about_area-home:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.about_area-home h3 {
	margin-bottom: 20px;
	padding: 20px 0 8px 0.5em;
	font-family: "M PLUS Rounded 1c";
	font-size: 20px;
	text-align: left;
	letter-spacing: 0.3em;
	line-height: 1.5em;
	border-bottom: 1px dotted #9a9795;
}

.about_area-home p {
	text-align: left !important;
}

.about_area-home ul li {
	font-family: "M PLUS Rounded 1c";
	font-size: 16px;
	line-height: 1.8em;
}

.time_area {
	display: none;
}

.shiryo_area a {
	color: #333;
}

.common-link-button {
	display: block;
	background-color: #a2ac84;
	width: 360px;
	margin: 0 auto;
	padding: 16px 0;
	color: #fff;
	font-size: 120%;
	text-align: center;
	border: 2px solid #a2ac84;
	border-radius: 400px;
	transition: all ease-out 0.25s;
}

@media (hover: hover) {
	.common-link-button {
		transition: all ease-out 0.25s;
	}

	.common-link-button:hover {
		background-color: #fff;
		color: #a2ac84;
	}
}

.foot_about table th {
	background: #f6fce2;
}

.foot_about table td {
	background: #ecf2d8;
}

@media screen and (max-width: 768px) {
	.common-link-button {
		width: 100%;
		margin: 0 auto;
		padding: 4vw 0;
	}
}