@charset "UTF-8";
/* CSS Document */
/*230328リンク機能停止用*/
/*.link-none2023 {
	pointer-events: none
}*/
#staffArea {
	padding-top: 100px;
	margin-top: -100px;
}

/* mainArea */
.mainBox {
	padding-top: 120px;
}
.mainArea {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.swiper-container {
	width: 100%;
}
.mainArea .swiper-container01 .swiper-wrapper .swiper-slide .slide-img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	aspect-ratio: 1200 / 600;
	max-width: 1200px;
	margin: 0 auto;
	border-radius: 2rem;
}
.mainArea .swiper-container01 .swiper-wrapper .swiper-slide .slide01 {
	background-image: url("../img/top04/main_img01.webp");
}
.mainArea .swiper-container01 .swiper-wrapper .swiper-slide .slide02 {
	background-image: url("../img/top04/main_img02-250826.webp");
}
.mainArea .swiper-container01 .swiper-wrapper .swiper-slide .slide03 {
	background-image: url("../img/top04/main_img03-250902.webp");
}
.mainArea .main_inner {
	position: absolute;
	z-index: 50;
	bottom: 50px;
	left: 0;
	padding: 0 40px;
}
.mainArea .main_inner .main_ttl {
	span {
		display: block;
		font-family: source-han-serif-japanese,serif;
		font-weight: 400;
		font-size: 30px;
		line-height: 1;
		color: #554740;
		width: fit-content;
		padding: 10px 20px;
		background-color: #edebf0;
		&:last-of-type {
			margin-top: 10px;
		}
	}
}
.mainArea .main_inner::before {
	content: url("../img/top04/main_logo.svg");
	position: absolute;
	top: -50px;
	left: -30px;
	width: 218px;
	z-index: 50;
}

/* fade */
.fadeUp {
animation-name: fadeUpAnime;
animation-duration: 1.8s;
animation-fill-mode: forwards;
opacity: 0;
}

@keyframes fadeUpAnime {
  from {
	opacity: 0;
	transform: translateY(180px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}
.fadeUpTrigger {
	opacity: 0;
}

/* topicsArea */
.topicsArea .inner {
	padding: 40px 20px 60px;
}
.topicsArea .inner .topics_top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	.right,
	.left {
		width: calc(50% - 50px);
	}
}
.topicsArea .inner .topics_top .right {
	background-color: #fff;
	padding: 36px;
	border-top-right-radius: 2rem;
	border-top-left-radius: 2rem;
	margin-top: -80px;
	position: relative;
	z-index: 1;
	.h2Area {
		display: flex;
		justify-content: center;
		padding-bottom: 20px;
		h2 {
			text-align: center;
			color: #d7698f;
			font-size: 24px;
			letter-spacing: 0.1em;
			width: fit-content;
			padding: 0 26px;
			position: relative;
			&::before {
				content: url("../img/top04/time_icon.svg");
				position: absolute;
				top: 0;
				left: 0;
				width: 16px;
			}
		}
	}
	table tbody tr {
		border-bottom: 1px solid #e1e1e1;
		&.bd {
		border-top: 1px solid #e1e1e1;
		}
		.ttl {
		width: 30%;
		padding: 10px;
		&.gr {
			color: #848a9e;
			}
		}
		.day {
			width: 10%;
			padding: 10px;
			text-align: center;
		}
	}
	table tbody td {
		width: 10%;
		padding: 10px;
		text-align: center;
		color: #d7698f;
	}
	.caution01 {
		padding-top: 12px;
		color: #848a9e;
		padding: 12px 0 0 10px;
	}
	.caution02 {
		padding: 2px 0 0 10px;
	}
}
.topicsArea .inner .topics_top .left {
	h2 {
		color: #d7698f;
		font-size: 24px;
		letter-spacing: 0.1em;
	}
	.contents {
		padding-top: 20px;
		dl {
			display: flex;
			justify-content: flex-start;
			dt {
				width: 120px;
				color: #808080;
			}
			dd {
				width: calc(100% - 120px);
			}
		}
	}
	.desc {
		padding-top: 20px;
		.btn00 {
			padding-top: 16px;
			a {
				display: block;
				font-size: 18px;
				background-color: #d7698f;
				border-radius: 0.4rem;
				padding: 16px 20px 16px 80px;
				color: #fff;
				position: relative;
				&:hover {
					background-color: #C6C2CB;
				}
				&::before {
					content: url("../img/top04/calendar_icon.svg");
					position: absolute;
					top: calc(50% - 20px);
					left: 20px;
					width: 40px;
				}
			}
		}
	}
}
.topicsArea .inner .topics_bottom {
	padding-top: 60px;
	text-align: center;
	h2 {
		font-size: 22px;
		letter-spacing: 0.1em;
		padding-bottom: 16px;
	}
	.btn10 {
		max-width: 600px;
		margin: 0 auto;
		padding-top: 16px;
		a {
			display: block;
			padding: 16px 0;
			border-radius: 0.4rem;
			text-align: center;
			color: #fff;
			font-size: 18px;
			line-height: 1;
			background-color: #776d9f;
			&:hover {
				background-color: #C6C2CB;
			}
		}
	}
	.btn11 {
		max-width: 600px;
		margin: 0 auto;
		padding-top: 16px;
		a {
			display: block;
			padding: 16px 0;
			border-radius: 50px;
			text-align: center;
			color: #fff;
			font-size: 18px;
			line-height: 1;
			background-color: #00a6d9;
			border: 1px solid #00a6d9;
			&:hover {
				background-color: #fff;
				color: #00a6d9;
			}
		}
	}
	.btn00 {
		max-width: 600px;
		margin: 0 auto;
		padding-top: 46px;
		a {
			display: block;
			font-size: 18px;
			background-color: #d7698f;
			border-radius: 0.4rem;
			padding: 16px 20px 16px 80px;
			color: #fff;
			position: relative;
			&:hover {
				background-color: #C6C2CB;
			}
			&::before {
				content: url("../img/top04/calendar_icon.svg");
				position: absolute;
				top: calc(50% - 20px);
				left: 20px;
				width: 40px;
			}
		}
	}
}
.txtWait {
	padding-top: 10px;
}
/* medicalArea */
.medicalArea {
	background-color: #edebf0;
	.inner {
		padding: 60px 20px 28px;
		text-align: center;
		h2 {
		font-size: 22px;
		letter-spacing: 0.1em;
		}
	}
}
.medicalArea .inner ul {
	padding-top: 40px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	li {
		width: calc(100% / 3);
		padding: 0 16px 32px;
		.img {
			width: 100%;
			height: 100%;
			overflow: hidden;
			position: relative;
			img {
				width: 100%;
				height: 100%;
				object-fit: cover;
				transition: transform 0.3s ease;
			}
			&:hover img {
				transform: scale(1.1);
			}
		}
		.ttl {
			background-color: #fff;
			padding: 16px 0;
			font-size: 20px;
			line-height: 1;
			margin-top: -52px;
			position: relative;
		}
	}
}

/* top_newsArea */
.top_newsArea .inner {
	padding: 60px 20px 30px;
	.contents dl {
		background-color: #edebf0;
		padding: 20px 40px;
		border-radius: 0.4rem;
        margin-bottom: 5px;
		dt a {
			font-size: 18px;
			color: #d7698f;
			&:hover {
				color: #4d4d4d;
			}
		}
		dd {
			padding-top: 6px;
			a {
				line-height: 1.4;
				&:hover {
					color: #d7698f;
				}
			}
		}
	}
}
/*cpap*/
.cpap {
	width: 85%;
	max-width: 685px;
	margin: 0 auto;
}
.cpap a:hover img {
	opacity: .7;
}
/* linkArea */
.linkArea .inner {
	padding: 30px 20px;
	.desc {
		max-width: 600px;
		margin: 0 auto;
		a {
			display: block;
			padding: 20px 40px;
			border-radius: 0.4rem;
			border: 1px solid #edebf0;
			h3 {
				color: #fff;
				font-size: 18px;
			}
			p {
				padding-top: 10px;
				line-height: 1.4;
			}
		}
		&.line {
			a {
				background-color: #53b535;
				&:hover {
					background-color: #C6C2CB;
					p {
						color: #000;
					}
				}
			}
		}
		&.health {
			padding-top: 16px;
			a {
				background-color: #0068de;
				p {
					color: #fff;
				}
				&:hover {
					background-color: #C6C2CB;
				}
			}
		}
	}
}

/* dekita-slider */
.dekita-slider {
	max-width: 1460px;
  margin-right: auto;
  margin-left: auto;
	.inner {
		padding: 60px 20px 30px;
		h2 {
			color: #d7698f;
			font-size: 24px;
			letter-spacing: 0.1em;
			padding-bottom: 20px;
			text-align: center;
			text-transform: uppercase;
		}
	}
}

/* contentArea02 */
.contentArea02 .inner {
	padding: 40px 20px;
	ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		li {
			width: calc(25% - 20px);
			a {
				display: block;
				height: 100%;
				box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
				background-color: #fff;
				border-radius: 0.4rem;
				padding: 40px 20px;
				overflow: hidden;
				transition: ease .4s;
				position: relative;
				&:hover {
					transform: scale(1.1);
					transition: transform .6s;
				.item .right dl {
					dt {
						background-color: #999;
						color: #fff;
						position: relative;
						z-index: 10;
					}
					dd {
						color: #fff;
						position: relative;
						z-index: 10;
					}
				}
				}
				.item {
					.left {
						max-width: 88px;
						margin: 0 auto;
					}
					.right {
						text-align: center;
						padding-top: 20px;
						dl {
							dt {
								background-color: #edebf0;
								color: #4d4d4d;
								font-size: 18px;
								line-height: 1;
								padding: 20px 0;
							}
							dd {
								padding-top: 10px;
								line-height: 1.4;
								max-width: 216px;
								margin: 0 auto;
							}
						}
					}
				}
			}
		}
	}
	.btn11 {
		max-width: 600px;
		margin: 0 auto;
		padding-top: 50px;
		a {
			display: block;
			padding: 16px 0;
			border-radius: 50px;
			text-align: center;
			color: #fff;
			font-size: 18px;
			line-height: 1;
			background-color: #d7698f;
			border: 1px solid #d7698f;
			&:hover {
				background-color: #fff;
				color: #d7698f;
			}
		}
	}
}
.bgcenterout:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background: rgb(41 / 36 / 49 / .3);
	width: 100%;
	height: 100%;
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0,0);
	transform-origin: center;
	border-radius: 0.4rem;
}
.bgcenterout:hover:before {
	transform:scale(1,1);
}

/* newsArea */
.newsArea .inner {
	padding: 60px 20px 30px;
	h2 {
		color: #d7698f;
		font-size: 24px;
		letter-spacing: 0.1em;
		text-align: center;
		text-transform: uppercase;
	}
}
.newsArea .inner .news_bottom {
	padding-top: 50px;
}
.newsArea .inner .news_bottom .desc {
	border-top: 2px solid #edebf0;
	border-left: 2px solid #edebf0;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-top-left-radius: 10px;
	padding: 20px 20px 20px 30px;
}
.newsArea .inner .news_bottom .desc .h2Area .left {
	margin-top: -30px;
}
.newsArea .inner .news_bottom .desc .h2Area .left h3 {
	background-color: #edebf0;
	padding: 12px 16px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #4d4d4d;
	width: fit-content;
}
.newsArea .inner .news_bottom .desc .h2Area .right .btn a {
	color: #d7698f;
	padding: 10px 0;
}
.newsArea .inner .news_bottom .desc .h2Area .right .btn a span {
	padding: 0 10px;
	font-size: 16px;
	transition: all .3s;
}
.newsArea .inner .news_bottom .desc .h2Area .right .btn a span:hover {
	padding-right: 0;
	color: #4d4d4d;
}
.newsArea .inner .news_bottom .contents {
	position: relative;
}
.newsArea .inner .news_bottom .desc .contents:before {
	position: absolute;
	left: -28px;
	top: -20px;
	color: #c7c7c7;
	font-size: 13px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.newsArea .inner .news_bottom .desc01 .contents:before {
	content: "NEWS";
}
.newsArea .inner .news_bottom .desc .contents dl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #c7c7c7;
	padding: 0 8px;
	margin-bottom: 10px;
	min-height: 50px;
}
.newsArea .inner .news_bottom .desc .contents dl dt {
	width: 12%;
	text-align: center;
	position: relative;
}
.newsArea .inner .news_bottom .desc .contents dl dt:before {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #c7c7c7;
}
.newsArea .inner .news_bottom .desc .contents dl dd {
	width: 72%;
}
.newsArea .inner .news_bottom .desc .contents dl dd p {
	line-height: 1.2;
	padding: 0 16px;
}
.newsArea .inner .news_bottom .desc .contents dl dd p a:hover {
	color: #c7c7c7;
}

/* staffArea */
.staffArea .inner {
	padding: 60px 20px 40px;
	h2 {
		color: #d7698f;
		font-size: 24px;
		letter-spacing: 0.1em;
		text-align: center;
		text-transform: uppercase;
	}
}
.staffArea .inner ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 50px;
}
.staffArea .inner ul li a {
	display: block;
	box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
	background-color: #fff;
	padding: 26px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	transition: ease .2s;
}
.staffArea .inner ul li a:hover {
	transform: scale(1.1);
	transition: transform .6s;
}
.staffArea .inner ul li a .desc {
	position: relative;
}
.staffArea .inner ul li a .desc .left .img img {
	border-radius: 6px;
}
.staffArea .inner ul li a .desc .right {
	text-align: center;
}
.staffArea .inner ul li a .desc .right h3 {
	font-size: 15px;
	font-weight: 500;
	padding-top: 16px;
}
.staffArea .inner ul li a .desc .right .btn {
	color: #949494;
	padding-top: 6px;
}
.staffArea .inner ul li a:hover .desc .right p,
.staffArea .inner ul li a:hover .desc .right h3 {
	color: #fff;
	position: relative;
	z-index: 10;
}
/*220330リンク設定無し追記*/
.staffArea .inner ul li.nolink {
	pointer-events: none;
}

.bgcenterout:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background: rgba(41,36,49,.3);
	width: 100%;
	height: 100%;
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 0);
	transform-origin: center;
	border-radius: 10px;
}
.bgcenterout:hover:before {
	transform:scale(1, 1);
}

/* picArea */
.picArea .inner {
	padding: 60px 20px 40px;
	h2 {
		color: #d7698f;
		font-size: 24px;
		letter-spacing: 0.1em;
		text-align: center;
		text-transform: uppercase;
	}
}
.picArea .inner ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 50px;
}
.picArea .inner ul li {
	width: calc((((100% - (40px * 9)) / 10) * 2) + (40px * 1));
	padding-bottom: 40px;
}
.picArea .inner ul li a {
	display: block;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(128, 128, 128, 0.1) ;
	transition: all .3s;
	border-radius: 10px;
	overflow: hidden;
}
.picArea .inner ul li a:hover {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1) ;
}
.picArea .inner ul li a .img {
	width: 252px;
	height: 178px;
	overflow: hidden;
	background-color: #666;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.picArea .inner ul li a .img img {
	object-fit: cover;
	width:100%;
	height:100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.picArea .inner ul li a:hover .img img {
	transform: scale(1.1);
	transition: transform .6s;
	opacity: .7;
}
.picArea .inner ul li a dl {
	min-height: 80px;
	padding: 12px 12px 16px;
}
.picArea .inner ul li a dl dd {
	line-height: 1.2;
}
.picArea .inner ul li a:hover dl dt,
.picArea .inner ul li a:hover dl dd p {
	color: #999;
}

/* f_contentArea */
.f_contentArea .inner {
	padding: 40px 20px 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.f_contentArea .inner .leftArea,
.f_contentArea .inner .rightArea {
	width: calc(50% - 40px / 2);
}
.f_contentArea .inner .leftArea h2 {
	width: 320px;
	padding-bottom: 30px;
}
.f_contentArea .inner .leftArea .bottom-logo {
	width: 320px;
	padding-bottom: 30px;
}
.f_contentArea .inner .leftArea .bottom-logo {
	width: 320px;
	padding-bottom: 30px;
}
.f_contentArea .inner .leftArea .add {
	padding-left: 60px;
}
.f_contentArea .inner .rightArea .desc {
	display: flex;
	justify-content: center;
}
.f_contentArea .inner .rightArea .desc .d_left {
	width: 40%;
}
.f_contentArea .inner .rightArea .desc .d_right {
	width: 60%;
}
.f_contentArea .inner .rightArea .desc .d_left .tel {
	font-size: 23px;
}
.f_contentArea .inner .rightArea .desc .d_left .tel a {
	font-size: 23px;
}
.f_contentArea .inner .rightArea .desc .d_left .tel span {
	display: block;
	font-size: 14px;
}
.f_contentArea .inner .rightArea .desc .d_right .caution {
	padding-left: 18px;
	position: relative;
}
.f_contentArea .inner .rightArea .desc .d_right .caution:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.f_contentArea .inner .rightArea .btn {
	padding-top: 30px;
}
/* btn02 */
.btn02 {
	position: relative;
	display: block;
	width: 420px;
	background: #edebf0;
	color: #000;
	padding: 10px 20px;
	text-align: left;
	transition: ease .2s;
	border-radius: 6px;
}
.btn02:hover {
	background: #777;
	color: #fff;
}
.btn02:hover span {
	background: #fff;
}
.btnarrow:after {
	position: absolute;
	top: 9px;
	right: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f138";
	font-size: 14px;
	color: #d7698f;
	transition: all .3s;
}
.btn03.btnarrow:after {
	top: 35px;
}
.btnarrow:hover:after {
	right: 10px;
}

/* リニューアルに当たり要らないコンテンツ */
/* covid_19Area */
/* .covid_19Area .inner {
	padding: 40px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.covid_19Area .inner .left {
	width: 290px;
}
.covid_19Area .inner .left p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	width: 290px;
}
.covid_19Area .inner .left p:before {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f06a";
	padding-right: 10px;
	font-size: 20px;
	color: #c7bfd2;
}
.covid_19Area .inner .right {
	width: 100%;
	text-align: right;
	position: relative;
}
.covid_19Area .inner .right:before {
	content:"";
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	width: 90%;
	height: 2px;
	background-color: #edebf0;
}
.covid_19Area .inner .right .btn a {
	color: #949494;
	padding: 10px 0;
	font-size: 16px;
}
.covid_19Area .inner .right .btn a:hover {
	color: #000;
}
.covid_19Area .inner .right .btn a span {
	padding: 0 20px;
	transition: all .3s;
}
.covid_19Area .inner .right .btn a span:hover {
	padding-right: 0;
} */

/* lineArea */
/* .lineArea .inner {
	padding: 40px 20px 0;
}
.lineArea .inner .desc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 2px solid #edebf0;
	border-radius: 6px;
	padding: 16px;
}
.lineArea .inner .desc .left h2 {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	color: #53b135;
	line-height: 1;
	padding-bottom: 8px;
}
.lineArea .inner .desc .left p {
	line-height: 1;
}
.lineArea .inner .desc .right .btn04 {
	position: relative;
	width: 100%;
	color: #fff;
	line-height: 1;
	font-size: 16px;
	padding: 8px 20px;
	text-align: center;
	border-radius: 6px;
	transition: ease .2s;
	display: flex;
	align-items: center;
	justify-content: center;
	background:  #37aa0e;
	border: 2px solid #37aa0e;
}
.lineArea .inner .desc .right .btn04:hover {
	background: #fff;
	color:  #37aa0e;
}
.lineArea .inner .desc .right .btn04 span {
	font-size: 30px;
	padding-right: 20px;
}
.lineArea .inner .desc .right .btn04 .line {
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	background: #fff;
	mask: url("../img/top03/line.svg") no-repeat center center / contain;
	-webkit-mask: url("../img/top03/line.svg") no-repeat center center / contain;
	transition: all 0.3s;
}
.lineArea .inner .desc .right .btn04:hover .line {
	background: #37aa0e;
} */

/* bnrArea */
/* .bnrArea .inner {
	padding: 20px 20px;
}
.bnrArea .inner .desc {
	border: 2px solid #edebf0;
	border-radius: 6px;
}
.bnrArea .inner .desc a:hover {
	background-color: #edebf0;
}
.bnrArea .inner .desc a {
	padding: 16px;
	display: block;
	position: relative;
}
.bnrArea .inner .desc a:after {
	position: absolute;
	top: 24px;
	right: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f138";
	font-size: 16px;
	color: #949494;
	transition: all .3s;
}
.bnrArea .inner .desc a:hover:after {
	right: 10px;
	color: #000;
}
.bnrArea .inner .desc a h2 {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	color: #1976c8;
	line-height: 1;
	padding-bottom: 8px;
}
.bnrArea .inner .desc a:hover h2 {
	color: #000;
}
.bnrArea .inner .desc a p {
	line-height: 1;
	padding-right: 2em
} */

/* focusArea */
/* .focusArea .inner {
	padding: 40px 20px;
}
.focusArea .inner .h1Area {
	width: 100%;
	position: relative;
}
.focusArea .inner .h1Area:after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	left: 100px;
	width: calc(100% - 100px);
	height: 2px;
	background-color: #edebf0;
}
.focusArea .inner .h1Area h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	padding-left: 26px;
	position: relative;
	color: #000;
}
.focusArea .inner .h1Area h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 20px;
	background-color: #edebf0;
}
.takenosato-area .focusArea .inner .h1Area:after {
	content: none;
}
.takenosato-area .focusArea .inner .h1Area h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	padding-left: 26px;
	position: relative;
	color: #000;
}
.takenosato-area .focusArea .inner .h1Area h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 20px;
	background-color: #edebf0;
}
.takenosato-area .line{
	position: absolute;
    top: 20px;
    border: solid 1px #af1e23;
    margin: 5px 0 0 20px;
    display: inline-block;
    width: 0;
} */

/* focusArea */
/* .focusArea .inner ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-top: 30px;
}
.focusArea .inner ul li {
	width: 18%;
	margin: 0 1%;
	padding-top: 10px;
}
.focusArea .inner ul li a {
	display: block;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(128, 128, 128, 0.1) ;
	transition: all .3s;
	border-radius: 10px;
	overflow: hidden;
}
.focusArea .inner ul li a:hover {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1) ;
}
.focusArea .inner ul li a .img {
	width: 256px;
	height: 178px;
	overflow: hidden;
	background-color: #666;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.focusArea .inner ul li a .img img {
	object-fit: cover;
	width:100%;
	height:100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.focusArea .inner ul li a:hover .img img {
	transform: scale(1.1);
	transition: transform .6s;
	opacity: .7;
}
.focusArea .inner ul li a dl {
	min-height: 80px;
	padding: 12px 12px 16px;
}
.focusArea .inner ul li a dl dd {
	line-height: 1.2;
}
.focusArea .inner ul li a:hover dl dt,
.focusArea .inner ul li a:hover dl dd p {
	color: #999;
} */

/* contentArea */
/* .contentArea .inner {
	padding: 60px 20px 40px;
}
.contentArea .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 50px;
}
.contentArea .inner .content {
	width: calc(33% - 60px / 2);
}
.contentArea .inner .content a {
	display: block;
	box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
	background-color: #fff;
	padding: 26px 16px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	transition: ease .2s;
}
.contentArea .inner .content a:hover {
	transform: scale(1.1);
	transition: transform .6s;
}
.contentArea .inner .content a .desc {
	position: relative;
}
.contentArea .inner .content a .desc .left .img {
	min-height: 80px;
	margin: 0 auto;
}
.contentArea .inner .content:first-of-type a .desc .left .img {
	width: 62px;
}
.contentArea .inner .content:nth-of-type(2) a .desc .left .img {
	width: 62px;
}
.contentArea .inner .content:nth-of-type(3) a .desc .left .img {
	width: 70px;
}
.contentArea .inner .content:last-of-type a .desc .left .img {
	width: 60px;
}
.contentArea .inner .content a .desc .right {
	text-align: center;
}
.contentArea .inner .content a .desc .right h2 {
	width: 100%;
	min-height: 60px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	padding: 8px 0;
	background-color: #edebf0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contentArea .inner .content a .desc .right .txt {
	min-height: 110px;
	padding-top: 16px;
	line-height: 1.2;
}
.contentArea .inner .content a .desc .right .btn {
	color: #d7698f;
	padding-top: 10px;
}
.contentArea .inner .content a:hover .desc .right p {
	color: #fff;
	position: relative;
	z-index: 10;
}
.contentArea .inner .content a:hover .desc .right h2 {
	background-color: #999;
	color: #fff;
	position: relative;
	z-index: 10;
}
.bgcenterout:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background: rgba(41,36,49,.3);
	width: 100%;
	height: 100%;
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 0);
	transform-origin: center;
	border-radius: 10px;
}
.bgcenterout:hover:before {
	transform:scale(1, 1);
} */

/* accsessArea */
/* .accsessArea .inner {
	padding: 60px 20px 40px;
}
.accsessArea .inner .h1Area {
	width: 100%;
	position: relative;
}
.accsessArea .inner .h1Area:after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	left: 100px;
	width: calc(100% - 100px);
	height: 2px;
	background-color: #edebf0;
}
.accsessArea .inner .h1Area h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	padding-left: 26px;
	position: relative;
	color: #000;
}
.accsessArea .inner .h1Area h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 20px;
	background-color: #edebf0;
}
.accsessArea .inner .accsess {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	padding-top: 50px;
}
.accsessArea .inner .accsess .left {
	width: 56%;
	padding-right: 40px;
}
.accsessArea .inner .accsess .left .map {
	height: 476px;
}
.accsessArea .inner .accsess .right {
	width: 44%;
}
.accsessArea .inner .accsess .right h3 {
	width: 318px;
	padding-bottom: 30px;
}
.accsessArea .inner .accsess .right .tel {
	font-size: 23px;
	padding-bottom: 10px;
}
.accsessArea .inner .accsess .right .tel a {
	font-size: 23px;
	padding-bottom: 10px;
}
.accsessArea .inner .accsess .right .tel span {
	font-size: 14px;
	padding-right: 20px;
}
.accsessArea .inner .accsess .right .caution {
	padding-left: 18px;
	position: relative;
}
.accsessArea .inner .accsess .right .caution:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.accsessArea .inner .accsess .right .table {
	padding-top: 16px;
	width: 90%;
}
.accsessArea .inner .accsess .right .table .ttl_time {
	font-weight: 700;
	font-size: 14px;
	padding-bottom: 10px;
}
.accsessArea .inner .accsess .right .table tr {
	border-bottom: 4px solid #fff;
	background-color: #edebf0;
}
.accsessArea .inner .accsess .right .table tr th {
	padding: 10px;
	text-align: center;
}
.accsessArea .inner .accsess .right .table tr td {
	padding: 10px;
	text-align: center;
}
.accsessArea .inner .accsess .right .table .ttl {
	width: 30%;
	padding: 10px;
	text-align: left;
	border-right: 4px solid #fff;
}
.accsessArea .inner .accsess .right .table .day {
	width: 10%;
}
.accsessArea .inner .accsess .right .btn {
	padding-top: 20px;
	display: flex;
	justify-content: flex-start;
} */

/*.btn03 {
	width: 45%;
    position: relative;
	background-color: #fff;
    display: block;
    color: #000;
	padding: 30px 60px 30px 120px;
    text-align: left;
    transition: ease .2s;
	box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
    border-radius: 6px;
}
.btn03:hover {
	color: #000;
	background-color: #edebf0;
}
.btnarrow:after {
	position: absolute;
	top: 9px;
	right: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f138";
	font-size: 14px;
	color: #d7698f;
	transition: all .3s;
}
.btn03.btnarrow:after {
	top: 35px;
}
.btnarrow:hover:after {
	right: 10px;
} */

@media screen and (max-width: 1400px) {
/* mainArea */
	.mainArea .main_inner::before {
		top: -36px;
		left: 20px;
		width: 200px;
	}
	.mainArea .main_inner .main_ttl span {
		font-size: clamp(0.938rem, 0.697rem + 1.2vw, 1.75rem);
		width: fit-content;
	}
}

@media screen and (max-width: 1300px) {
/* staffArea */
	.staffArea .inner ul li {
		width: calc(25% - 60px / 2);
	}
/* picArea */
	.picArea .inner ul li {
    width: calc((((100% - (20px * 9)) / 10) * 2) + (20px * 1));
    padding-bottom: 20px;
	}
	.picArea .inner ul li a dl dt,
	.picArea .inner ul li a dl dd p {
		font-size: 12px;
	}

/* リニューアルに当たり要らないコンテンツ */
/* focusArea */
	/* .focusArea .inner ul li a dl dt,
	.focusArea .inner ul li a dl dd p {
		font-size: 12px;
	} */

/* accsessArea */
	/* .accsessArea .inner .accsess .right .table {
    width: 100%;
	} */

/* f_contentArea */
	/* .f_contentArea .inner .leftArea {
		width: 40%;
	}
	.f_contentArea .inner .rightArea {
		width: 60%;
	} */
}

@media screen and (max-width: 1200px) {
/* newsArea */
	.newsArea .inner .news_bottom .desc .contents dl {
		min-height: 66px;
	}
	.newsArea .inner .news_bottom .desc .contents dl dt {
		font-size: 11px;
	}
	.newsArea .inner .news_bottom .desc .contents dl dd p {
		padding: 0 10px;
	}
	.newsArea .inner .news_bottom .desc .contents dl dd p a {
		font-size: 12px;
	}

/* picArea */
	.picArea .inner ul li a dl {
		min-height: 92px;
	}

/* リニューアルに当たり要らないコンテンツ */
/* focusArea */
	/* .focusArea .inner ul li a dl {
		min-height: 92px;
	} */

/* accsessArea */
	/* .accsessArea .inner .accsess .left,
	.accsessArea .inner .accsess .right {
		width: 50%;
	} */
}

@media screen and (max-width: 1000px) {
/* mainArea */
	.mainBox {
		padding-top: 80px;
	}
	.mainArea {
		max-width: 100%;
	}
	.mainArea .swiper-container01 .swiper-wrapper .swiper-slide .slide-img {
		background-size: cover;
		aspect-ratio: 1000 / 600;
		max-width: 100%;
		margin: 0 40px;
		border-radius: 1rem;
	}
	.mainArea .main_inner::before {
		left: 50px;
	}
	.mainArea .main_inner .main_ttl {
		padding-left: 20px;
	}
	.mainArea .main_inner .main_ttl span:last-of-type {
		margin-top: 8px;
	}

/* topicsArea */
	.topicsArea .inner {
		padding: 40px 6vw 50px;
		display: flex;
		flex-direction: column-reverse;
	}
	.topicsArea .inner .topics_top {
		flex-direction: column;
		padding-top: 40px;
	}
	.topicsArea .inner .topics_top .right {
		width: 100%;
		padding: 20px 0 0;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
		margin-top: 0;
		.h2Area	h2 {
			font-size: 18px;
			&::before {
				top: 2px;
			}
		}
		.caution01,
		.caution02 {
			padding-left: 0;
		}
	}
	.topicsArea .inner .topics_top .left {
		width: 100%;
		padding-top: 50px;
		h2 {
			font-size: 18px;
			}
		.desc {
			display: none;
		}
	}
	.topicsArea .inner .topics_bottom {
		padding-top: 0;
		h2 {
			font-size: 18px;
		}
		.btn10 a {
				font-size: 16px;
		}
		.btn11 a {
			display: block;
			font-size: 16px;
		}
		.btn00 a {
			font-size: 16px;
			text-align: left;
			padding: 16px 20px 16px 65px;
			&::before {
				top: calc(50% - 15px);
				width: 30px;
			}
		}
	}
.txtWait {
	text-align: left;
}

/* medicalArea */
	.medicalArea .inner {
		padding: 50px 6vw 38px;
		h2 {
			font-size: 18px;
		}
	}
	.medicalArea .inner ul {
		padding-top: 30px;
		li {
				padding: 0 6px 12px;
		.ttl {
				font-size: 16px;
				margin-top: -48px;
			}
		}
	}

/* top_newsArea */
	.top_newsArea .inner {
		padding: 50px 6vw 25px;
	.contents dl {
		dt a {
				font-size: 16px;
			}
		}
	}

/* linkArea */
	.linkArea .inner {
	padding: 20px 6vw;
		.desc a h3 {
			font-size: 16px;
		}
	}

/* dekita */
	.dekita-slider .inner {
		padding: 50px 6vw 20px;
		h2 {
			font-size: 18px;
		}
	}

/* contentArea02 */
	.contentArea02 .inner {
		padding: 30px 6vw;
		ul li {
			width: calc(50% - 20px);
			padding-bottom: 40px;
			a:hover {
				transform: scale(1,1);
				}
			}
		.btn11 {
			padding-top: 10px;
		}
	}
	.contentArea02 .inner ul li a .item .right dl dt {
		font-size: 16px;
	}

/* newsArea */
	.newsArea .inner {
		padding: 40px 6vw 10px;
		h2 {
			font-size: 18px;
		}
	}
	.newsArea .inner .news_top .right:before {
		width: 76%;
	}
	.newsArea .inner .news_bottom {
		padding-top: 30px;
	}
	.newsArea .inner .news_bottom .desc {
		width: 100%;
		margin-bottom: 30px;
	}
	.newsArea .inner .news_bottom .desc .h2Area .right .btn a {
		padding: 20px 0;
	}
	.newsArea .inner .news_bottom .desc .contents dl dt {
		width: 20%;
		padding: 0 10px;
		font-size: 13px;
	}
	.newsArea .inner .news_bottom .desc .contents dl dd {
		width: 80%;
	}
	.newsArea .inner .news_bottom .desc .contents dl dd p {
		line-height: 1.2;
		padding: 0 30px;
	}
	.newsArea .inner .news_bottom .desc .contents dl dd p a {
		font-size: 13px;
	}

/* staffArea */
	.staffArea .inner {
		padding: 30px 6vw 20px;
		h2 {
			font-size: 18px;
    }
	}
	.staffArea .inner ul {
		padding-top: 30px;
		li {
				width: calc(50% - 60px / 2);
				margin-bottom: 20px;
			}
		}
	.staffArea .inner ul li a:hover {
		transform: scale(1.0);
	}
	.staffArea .inner ul li a .desc .left .img img {
		width: 100%
	}

/* picArea */
	.picArea .inner {
		padding: 30px 6vw 10px;
		h2 {
			font-size: 18px;
    }
	}
	.picArea .inner ul {
		padding-top: 30px;
		li {
			width: calc(50% - 16px);
			padding-bottom: 30px;
		}
	}
	.picArea .inner ul li a .img {
		width: 100%;
		height: 180px;
	}
	.picArea .inner ul li a dl dt,
	.picArea .inner ul li a dl dd p {
		font-size: 13px;
	}

/* f_contentArea */
	.f_contentArea .inner {
		padding: 36px 6vw 60px;
		display: block;
	}
	.f_contentArea .inner .leftArea,
	.f_contentArea .inner .rightArea {
		width: 100%;
	}
	.f_contentArea .inner .leftArea {
		padding-bottom: 30px;
	}
	.f_contentArea .inner .leftArea h2 {
		width: 200px;
		padding-bottom: 16px;
	}
	.f_contentArea .inner .leftArea .bottom-logo {
		width: 200px;
		padding-bottom: 16px;
	}

	.f_contentArea .inner .leftArea .add {
		padding-left: 0;
	}
	.f_contentArea .inner .rightArea .desc .d_left {
		width: 50%;
	}
	.f_contentArea .inner .rightArea .desc .d_right {
		width: 50%;
		font-size: 14px;
	}

/* リニューアルに当たり要らないコンテンツ */
/* covid_19Area */
	/* .covid_19Area .inner {
		padding: 40px 8vw;
	}
	.covid_19Area .inner .right:before {
		width: 80%;
	} */

/* lineArea */
	/* .lineArea .inner {
		padding: 20px 8vw;
	}
	.lineArea .inner .desc {
		display: block;
		padding: 16px;
	}
	.lineArea .inner .desc .left h2 {
		font-size: 16px;
	}
	.lineArea .inner .desc .left p {
		line-height: 1.2;
	}
	.lineArea .inner .desc .right {
		padding-top: 16px;
	}
	.lineArea .inner .desc .right .btn04 {
		width: 80%;
		margin: 0 auto;
	} */

/* bnrArea */
	/* .bnrArea .inner {
		padding: 20px 8vw;
	}
	.bnrArea .inner .desc a h2 {
		font-size: 16px;
	} */

	/* focusArea */
	/* .focusArea .inner {
		padding: 40px 8vw 10px;
	}
	.focusArea .inner ul li {
		width: 48%;
		padding-bottom: 30px;
	}
	.focusArea .inner ul li a .img {
		width: 100%;
		height: 180px;
	}
	.focusArea .inner ul li a dl dt,
	.focusArea .inner ul li a dl dd p {
		font-size: 13px;
	} */

/* contentArea */
	/* .contentArea .inner {
		padding: 40px 8vw 0;
	}
	.contentArea .inner {
		padding-top: 50px;
	}
	.contentArea .inner .content {
		width: calc(33% - 20px / 2);
		padding-bottom: 40px;
	} */

/* accsessArea */
	/* .accsessArea .inner {
		padding: 20px 8vw 40px;
	}
	.accsessArea .inner .accsess {
		display: block;
	}
	.accsessArea .inner .accsess .left {
		width: 100%;
		padding-right: 0;
	}
	.accsessArea .inner .accsess .left .map {
		height: 200px;
	}
	.accsessArea .inner .accsess .right {
		width: 100%;
		padding-bottom: 30px;
	}
	.accsessArea .inner .accsess .right h3 {
		width: 200px;
		padding-bottom: 16px;
	}
	.accsessArea .inner .accsess .right .tel {
		font-size: 20px;
	}
	.accsessArea .inner .accsess .right .tel a {
		font-size: 20px;
	} */
}

@media screen and (max-width: 860px) {
/* f_contentArea */
	.f_contentArea .inner .rightArea .desc .d_right {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
/* medicalArea */
	.medicalArea .inner {
		padding: 50px 6vw 38px;
	}
.medicalArea .inner ul {
	justify-content: space-between;
	li {
		width: calc(50% - 10px);
		padding: 0 0 20px;
	}
}

/* contentArea02 */
	.contentArea02 .inner ul li {
		width: calc(50% - 10px);
		padding-bottom: 20px;
		a:hover {
			transform: scale(1,1);
			}
		}
	.btn11 {
		padding-top: 20px;
	}

/* newsArea */
	.newsArea .inner .news_top .right:before {
		width: 60%;
	}
	.newsArea .inner .news_bottom .desc .contents dl dt {
		width: 28%;
	}

/* staffArea */
	.staffArea .inner ul li {
		width: calc(50% - 30px / 2);
	}

/* f_contentArea */
	.f_contentArea .inner .rightArea .desc {
		display: block;
	}
	.f_contentArea .inner .leftArea {
    padding-bottom: 16px;
	}
	.f_contentArea .inner .rightArea .desc .d_left,
	.f_contentArea .inner .rightArea .desc .d_right {
		width: 100%;
		font-size: 13px;
	}
	.f_contentArea .inner .rightArea .desc .d_left .tel {
		font-size: 20px;
	}
	.f_contentArea .inner .rightArea .desc .d_left .tel a {
		font-size: 20px;
	}
	.f_contentArea .inner .rightArea .desc .d_right .time {
		padding-bottom: 8px;
	}
	.f_contentArea .inner .rightArea .desc .d_right .caution {
		line-height: 1.2;
	}

/* リニューアルに当たり要らないコンテンツ */
/*reserveArea*/
	/* .reserveArea .inner .btnBox {
    display: block;
	}
	.btn03 {
    width: 100%;
	padding: 30px 60px 30px 100px;
	}
	.btn03:first-of-type {
		margin-bottom: 20px;
	}
	.reserveArea .inner .btnBox .btn03 .text {
    padding: 5px 1.25em;
} */

/* covid_19Area */
	/* .covid_19Area .inner .right:before {
		width: 60%;
	} */

/* contentArea */
	/* .contentArea .inner {
		padding: 40px 6vw 0;
	}
	.contentArea .inner {
		display: block;
		padding-top: 40px;
	}
	.contentArea .inner .content {
		width: 100%;
	}
	.contentArea .inner .content a {
		padding: 20px;
		border-radius: 6px;
	}
	.contentArea .inner .content a .desc .left .img {
		min-height: inherit;
	}
	.contentArea .inner .content a .desc {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contentArea .inner .content a .desc .left {
		width: 30%;
	}
	.contentArea .inner .content a .desc .right {
		width: 70%;
	}
	.contentArea .inner .content:first-of-type a .desc .left .img {
		width: 70%;
	}
	.contentArea .inner .content:nth-of-type(2) a .desc .left .img {
		width: 70%;
	}
	.contentArea .inner .content:nth-of-type(3) a .desc .left .img {
		width: 70%;
	}
	.contentArea .inner .content:last-of-type a .desc .left .img {
		width: 70%;
	}
	.contentArea .inner .content a .desc .right {
		text-align: center;
	}
	.contentArea .inner .content a .desc .right h2 {
		min-height: inherit;
		font-size: 15px;
		padding: 8px 16px;
		text-align: left;
		display: block;
	}
	.contentArea .inner .content a .desc .right .txt {
		min-height: inherit;
		text-align: left;
	}
	.contentArea .inner .content a .desc .right .btn {
		display: flex;
		justify-content: flex-end;
		font-size: 16px;
	} */
}

@media screen and (max-width: 600px) {
/* mainArea */
	.mainArea .swiper-container01 .swiper-wrapper .swiper-slide .slide-img {
		aspect-ratio: 1000 / 800;
		margin: 0 20px;
	}
	.mainArea .main_inner::before {
		left: 8px;
		width: 160px;
	}
	.mainArea .main_inner {
    bottom: 30px;
    padding: 0;
		.main_ttl {
			padding-left: 0;
			span {
				padding-left: 10px;
				padding-right: 10px;
			}
		}
	}
	.mainArea .main_inner .main_ttl span:last-of-type {
		margin-top: 6px;
	}

/* topicsArea */
	.topicsArea .inner {
		padding-bottom: 40px;
	}
	.topicsArea .inner .topics_top .right table tbody tr .ttl {
		width: 20%;
		padding: 0px;
	}
	.topicsArea .inner .topics_top .right table tbody td {
		padding: 8px;
	}
	.topicsArea .inner .topics_top .right {
		.caution01,
		.caution02 {
			font-size: 11px;
		}
	}
	.topicsArea .inner .topics_top .left {
		h2 {
			text-align: center;
		}
	.contents dl {
		flex-direction: column;
		dt {
				width: 100%;
			}
		dd {
				width: 100%;
			}
		}
	}

/* medicalArea */
	.medicalArea .inner {
		padding-bottom: 32px;
		ul li {
			width: calc(50% - 4px);
			padding-bottom: 8px;
		.ttl {
				font-size: 13px;
				margin-top: -36px;
				padding: 12px 0;
			}
		}
	}

/* top_newsArea */
	.top_newsArea .inner {
		padding: 40px 6vw 10px;
		.contents dl {
		padding: 20px;
		}
	}
	.linkArea .inner .desc a {
		padding: 20px;
	}

/* contentArea02 */
	.contentArea02 .inner {
	ul {
		flex-direction: column;
		li {
			width: 100%;
			padding-bottom: 10px;
			a {
				padding: 20px;
				.item {
					display: flex;
					justify-content: space-between;
					.left {
						width: calc(25% - 10px);
						margin: 0;

					}
					.right {
						width: calc(75% - 10px);
						padding-top: 0;
						dl {
							text-align: left;
							dt {
								padding: 10px 0 10px 16px;
							}
						}
					}
				}
			}
		}
	}
	.btn11 {
		padding-top: 26px;
		}
	}

/* newsArea */
	.newsArea .inner .news_top .left {
		width: 100%;
	padding-bottom: 10px;
	}
	.newsArea .inner .news_top .left h2 {
		font-size: 15px;
		width: 100%;
		padding-left: 20px;
	}
	.newsArea .inner .news_top .left h2:before {
		width: 12px;
		height: 17px;
	}
	.newsArea .inner .news_top .right .btn a {
		display: block;
	}
	.newsArea .inner .news_top .right .btn a .vew {
		padding: 0 0;
		font-size: 12px;
	}
	.newsArea .inner .news_top .right .btn a .fas {
		padding-left: 8px;
	}
	.newsArea .inner .news_top .right:before {
		width: 70%;
		height: 1px;
		top: calc(50% - 1px);
		background-color: #949494;
	}
	.newsArea .inner .news_bottom .desc {
		border-top-left-radius: 6px;
		padding: 16px 16px 0 30px;
		margin-bottom: 30px;
	}
	.newsArea .inner .news_bottom .contents {
		padding-top: 10px;
	}
	.newsArea .inner .news_bottom .desc .contents dl {
		display: block;
		padding: 0 0;
		margin-bottom: 20px;
		min-height: inherit;
	}
	.newsArea .inner .news_bottom .desc .contents dl dt {
		width: 100%;
		text-align: left;
		position: static;
		padding-bottom: 6px;
	}
	.newsArea .inner .news_bottom .desc .contents dl dt:before {
		display: none;
	}
	.newsArea .inner .news_bottom .desc .contents dl dd {
		width: 100%;
		padding: 0 10px 10px;
	}
	.newsArea .inner .news_bottom .desc .contents dl dd p {
		line-height: 1.2;
		padding: 0;
	}
	.newsArea .inner .news_bottom .desc .h2Area .right .btn a {
		padding: 16px;
	}
	.newsArea .inner .news_bottom .desc .h2Area .right .btn a span {
		padding: 0 0;
	}

/* staffArea */
	.staffArea .inner {
		padding: 16px 6vw 10px;
	}
	.staffArea .inner .h1Area h2 {
		font-size: 15px;
		width: 100%;
		padding-left: 20px;
	}
	.staffArea .inner .h1Area h2:before {
		width: 12px;
		height: 17px;
	}
	.staffArea .inner ul li {
		width: 100%;
	}
	.staffArea .inner ul li a {
		padding: 10px;
		border-radius: 6px;
	}
	.staffArea .inner ul li a .desc {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.staffArea .inner ul li a .desc .left {
		width: 40%;
	}
	.staffArea .inner ul li a .desc .right {
		width: 60%;
		text-align: center;
	}
	.staffArea .inner ul li a .desc .left .img img {
		border-radius: 0;
	}
	.bgcenterout:before {
		border-radius: 6px;
	}
	.staffArea .inner ul li a .desc .right .btn {
		font-size: 16px;
	}

/* picArea */
	.picArea .inner .h1Area h2 {
		font-size: 15px;
		width: 100%;
		padding-left: 20px;
	}
	.picArea .inner .h1Area h2:before {
		width: 12px;
		height: 17px;
	}
	.picArea .inner ul li {
		width: calc(50% - 6px);
		padding-bottom: 20px;
	}
	.picArea .inner ul li a {
		border-radius: 6px;
	}
	.picArea .inner ul li a .img {
		height: 80px;
		border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	}
	.picArea .inner ul li a .img img {
		border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	}
	.picArea .inner ul li a .img {
		height: 80px;
	}
	.picArea .inner ul li a dl dt,
	.picArea .inner ul li a dl dd p {
		font-size: 11px;
	}
	.picArea .inner ul li a dl {
		min-height: 86px;
	}

/* f_contentArea */
	.f_contentArea .inner {
		padding: 30px 6vw 60px;
	}
	.f_contentArea .inner .leftArea h2 {
		width: 180px;
		padding-bottom: 6px;
	}
	.f_contentArea .inner .leftArea .bottom-logo {
		width: 180px;
		padding-bottom: 6px;
	}

/* btn02 */
	.btn02 {
		width: 100%;
	}

/* リニューアルに当たり要らないコンテンツ */
/* covid_19Area */
	/* .covid_19Area .inner {
		display: block;
		padding: 30px 6vw 20px;
	}
	.covid_19Area .inner .left {
		width: 100%;
		padding-bottom: 10px;
	}
	.covid_19Area .inner .left p {
		font-size: 15px;
		width: 100%;
	}
	.covid_19Area .inner .left p:before {
		padding-right: 6px;
		font-size: 15px;
	}
	.covid_19Area .inner .right .btn a {
		display: block;
	}
	.covid_19Area .inner .right .btn a span {
		padding: 0;
	}
	.covid_19Area .inner .right:before {
		width: 80%;
		height: 1px;
		top: calc(50% - 1px);
		background-color: #949494;
	} */

/* lineArea */
	/* .lineArea .inner {
		padding: 16px 6vw;
	} */

/* bnrArea */
	/* .bnrArea .inner {
		padding: 16px 6vw;
	} */

	/* focusArea */
	/* .focusArea .inner {
    padding: 40px 6vw 10px;
	}
	.focusArea .inner .h1Area h2 {
		font-size: 15px;
		width: 100%;
		padding-left: 20px;
	}
	.focusArea .inner .h1Area h2:before {
		width: 12px;
		height: 17px;
	}
	.focusArea .inner ul li {
		width: 48%;
		padding-bottom: 20px;
	}
	.focusArea .inner ul li a {
		border-radius: 6px;
	}
	.focusArea .inner ul li a .img {
		height: 80px;
		border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	}
	.focusArea .inner ul li a .img img {
		border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	}
	.focusArea .inner ul li a dl dt,
	.focusArea .inner ul li a dl dd p {
		font-size: 11px;
	}
	.focusArea .inner ul li a dl {
		min-height: 86px;
	} */

/* accsessArea */
	/* .accsessArea .inner {
		padding: 20px 6vw 30px;
	}
	.accsessArea .inner .h1Area h2 {
		font-size: 15px;
		width: 100%;
		padding-left: 20px;
	}
	.accsessArea .inner .h1Area h2:before {
		width: 12px;
		height: 17px;
	}
	.accsessArea .inner .accsess {
    padding-top: 30px;
	}
	.accsessArea .inner .accsess .right h3 {
		width: 180px;
		padding-bottom: 6px;
	}
	.accsessArea .inner .accsess .right .tel {
		font-size: 18px;
	}
	.accsessArea .inner .accsess .right .tel a {
		font-size: 18px;
	}
	.accsessArea .inner .accsess .right .caution {
		line-height: 1.2;
	}
	.accsessArea .inner .accsess .right .caution02 {
		padding-top: 6px;
		font-size: 12px;
	}
	.accsessArea .inner .accsess .right .time {
		padding-bottom: 8px;
	}
	.accsessArea .inner .accsess .right .add {
		padding-top: 8px;
	}
	.accsessArea .inner .accsess .right .table .ttl {
		padding: 4px;
		font-size: 12px;
		text-align: center;
		border-right: 2px solid #fff;
	}
	.accsessArea .inner .accsess .right .table tr {
		border-bottom: 2px solid #fff;
	}
	.accsessArea .inner .accsess .right .table tr th {
		padding: 4px;
		font-size: 12px;
	}
	.accsessArea .inner .accsess .right .table tr td {
		padding: 4px;
		font-size: 12px;
		vertical-align: middle;
	} */
}

@media screen and (max-width: 500px) {
/* medicalArea */
	.medicalArea .inner ul li {
		width: calc(50% - 6px);
		padding: 0 0 12px;
	}
}


@media screen and (max-width: 400px) {
/* リニューアルに当たり要らないコンテンツ */
/* contentArea */
	/* .contentArea .inner .content a .desc .left .img {
		margin-left: 0;
	}
	.contentArea .inner .content a .desc .right h2 {
		font-size: 14px;
	} */
}

@media screen and (max-width: 380px) {
/* newsArea */
	.newsArea .inner .news_top .right:before {
		width: 60%;
	}

/* staffArea */
	.staffArea .inner ul li a .desc .right h3 {
		font-size: 14px;
	}
}

@media screen and (min-width: 1180px) {
/* リニューアルに当たり要らないコンテンツ */
/* contentArea */
	/* .contentArea .inner .content a .desc .right .txt {
    min-height: 80px;
	} */
}