@charset "UTF-8";

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## 分院用header

分院用headerのスタイル

*/
.header__logo-bunin {
	position: relative;
}

.header__logo__bunin-name {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%) translateY(-4px);
	margin: 0 auto;
	background-color: #1d95c0;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border-radius: 40px;
	text-align: center;
	width: fit-content;
	padding: 0 20px;
	line-height: 1.6;
	min-width: 150px;
}

.header-fixed .header__logo__bunin-name {
	bottom: 0;
	font-size: 1.2rem;
	transform: translateX(-50%) translateY(0px);
}

.is-bunin .gnav__a > .gnav__text {
	white-space: nowrap !important;
	font-size: 14px !important;
}

.is-bunin .gnav__li {
	position: relative;
	text-align: center;
	width: auto !important;
}

.is-bunin .gnav__sub {
	position: absolute;
	top: 20px;
	transform: translateX(-8%);
}

.is-bunin .gnav__ul-right {
	justify-content: center !important;
	gap: 30px;
}

@media screen and (max-width: 999px) {
	.header__logo__bunin-name {
		bottom: 0;
		transform: translateX(-50%) translateY(0px);
		left: 50%;
		margin: auto;
		height: 20px;
		font-size: 13px;
		font-weight: 700;
		display: grid;
		place-items: center;
		width: fit-content;
		min-width: 0;
		white-space: nowrap;
		padding: 0 8px;
	}

	.header-fixed .header__logo__bunin-name {
		bottom: 0;
		font-size: 13px;
	}
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## 分院用top

分院用topのスタイル

*/

.bunin-p-top__fv {
	position: relative;
}

.bunin-p-top__fv-com {
	position: absolute;
	left: 8%;
	bottom: 16vw;
	z-index: 2;
	font-size: 20px;
	padding: 3px 20px;
	background-color: rgba(255, 255, 255, 0.9);
	background-color: #e95755;
	color: #fff;
	font-weight: 700;
	text-align: center;
	width: fit-content;
	border-radius: 10px;
}

.bunin-p-top__fv-title {
	position: absolute;
	left: 8%;
	bottom: 10%;
	z-index: 2;
	color: #fff;
	font-size: 4vw;
	line-height: 1.4;
}

.bunin-p-top__fv-img {
	width: 100%;
	aspect-ratio: 16/8;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	position: relative;
}

.bunin-p-top__fv-img::after {
	content: '';
	width: 100%;
	height: 50%;
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 0.25;
}

.bunin-p-top__fv-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bunin-p-top__fv-btn {
	background-color: #fcee21;
	position: absolute;
	right: 10%;
	bottom: 0;
	z-index: 5;
	border-radius: 10px 10px 0 0;
	text-decoration: none;
	padding: 20px 20px 10px;
	transition: 0.3s ease;
}

.bunin-p-top__fv-btn:hover {
	opacity: 0.8;
}

.bunin-p-top__fv-btn img {
	margin-inline: auto;
	margin-bottom: 0.5rem;
	display: block;
}

.bunin-p-top__fv-btn em {
	color: #111;
	display: flex;
	align-items: center;
	gap: 10px;
}

.bunin-p-top__fv-btn em::after {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../images/icon/arrow/btn2.png) no-repeat center center;
	background-size: cover;
	display: inline-block;
}

@media screen and (max-width: 999px) {
	.bunin-p-top__fv-com {
		bottom: 80px;
		padding: 1px 15px 2px;
		font-size: 18px;
		left: 24px;
	}

	.bunin-p-top__fv-title {
		left: 24px;
		bottom: 24px;
		font-size: 24px;
		line-height: 1.4;
	}

	.bunin-p-top__fv-img {
		width: 100%;
		aspect-ratio: 16/16;
		margin: 0 auto;
		border-radius: 0px;
	}

	.bunin-p-top__fv-btn {
		right: 0;
		left: 0;
		bottom: 0;
		border-radius: 10px;
		padding: 16px 16px 10px;
		width: 80%;
		margin-inline: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		transform: translateY(115%);
	}

	.bunin-p-top__fv-btn em {
		flex: none;
		white-space: nowrap;
	}

	.bunin-p-top__fv-btn em::after {
		width: 16px;
		height: 16px;
	}
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## 分院用topメッセージ

分院用topメッセージのスタイル

*/
.buninp-top__message {
	padding: 60px 0;
}

.buninp-top__message-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	position: relative;
}

.buninp-top__message-text h2 span {
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
}

.buninp-top__message-text h2 em {
	font-size: 2.2rem;
	font-weight: 700;
	color: #1d95c0;
	display: block;
	line-height: 1.5;
	margin-bottom: 20px;
}

.buninp-top__message-text h2 em::after {
	content: '';
	width: 50px;
	height: 1px;
	border-bottom: 2px dotted #1d95c0;
	display: block;
	margin-top: 10px;
}

.buninp-top__message-text .btn {
	/* height: 60px;
	min-width: 230px; */
	margin-top: 30px;
}

.buninp-top__message-image {
	flex: none;
}

@media screen and (max-width: 999px) {
	.buninp-top__message {
		padding: 60px 0 0;
	}

	.buninp-top__message-inner {
		display: block;
	}

	.buninp-top__message-text h2 span {
		font-size: 13px;
	}

	.buninp-top__message-text h2 em {
		font-size: 24px;
	}

	.buninp-top__message-text .btn {
		height: auto;
		min-width: 230px;
		display: block;
		width: fit-content;
		margin-inline: auto;
		margin-top: 20px;
	}

	.buninp-top__message-image {
		flex: none;
		width: 100%;
	}

	.buninp-top__message-image img {
		width: 100%;
		height: auto;
		display: block;
		margin-top: 20px;
	}
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## 分院用top予約方法

分院用top予約方法のスタイル

*/

.ischedule_area__foot.is-bunin {
	position: static;
	/* margin-inline: auto; */
	width: fit-content;
	display: block;
	margin-bottom: 30px;
}

.ischedule_layout-bunin .schedule_notice_text {
	margin-bottom: 30px;
}

.ischedule_layout-bunin .schedule_notice_text span {
	font-size: 15px;
	line-height: 1.7;
	display: block;
}

.bunin-p-top__schedulearea {
	padding-right: 0;
	background-color: #f9f9f9;
	padding: 40px 3rem;
	border-radius: 20px;
	position: relative;
}

.bunin-p-top__schedulearea p {
	line-height: 1.6 !important;
}

.bunin-p-top__schedulearea .schedule_star {
	right: -150px !important;
}

.bunin-p-top__schedulearea .container {
	position: relative;
}

.bunin-p-top__schedulearea .ischedule_deco > * {
	position: absolute;
}

.bunin-p-top__schedulearea-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

.bunin-p-top__schedulearea .btn {
	height: 50px;
	min-width: 160px;
	width: fit-content;
}

.bunin-p-top__schedulearea .title {
	border-bottom: 1px solid #1d95c0;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 25px;
}

.bunin-p-top__schedulearea .title:first-child {
	margin-top: 0;
}

.bunin-p-top__schedulearea-right iframe {
	aspect-ratio: 16/9;
	margin-bottom: 1rem;
}

.bunin-p-top__schedulearea .btnlist {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.bunin-p-top__schedulearea .btnlist .tel {
	font-size: 30px;
	font-weight: 700;
	color: #1d95c0;
	pointer-events: all;
	white-space: nowrap;
}

.bunin-p-top__schedulearea .btnlist .tel:hover {
	color: #1d95c0;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

.bunin-p-top__schedulearea .btnlist .tel::before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	mask-image: url(../images/icon/tel.svg);
	mask-size: cover;
	background-color: #1d95c0;
	mask-position: center;
	mask-repeat: no-repeat;
	margin-right: 10px;
	vertical-align: middle;
	transform: translateY(-2px);
}

.bunin-p-top__schedulearea h5 {
	margin-top: 30px !important;
}

.bunin-p-top__schedulearea h5:first-child {
	margin-top: 0 !important;
}

@media screen and (max-width: 999px) {
	.ischedule_area__foot.is-bunin {
		padding-top: 10px !important;
		margin-inline: auto;
	}

	.bunin-p-top__schedulearea .yellow_balloon {
		display: none;
	}

	.bunin-p-top__schedulearea .btn {
		height: auto;
	}

	.bunin-p-top__schedulearea {
		padding: 1px 0px 30px;
		border-radius: 0px;
		overflow: hidden;
	}

	.bunin-p-top__schedulearea-inner {
		display: block;
	}

	.bunin-p-top__schedulearea .title {
		font-size: 20px;
		margin-top: 60px;
	}

	.bunin-p-top__schedulearea .title:first-child {
		margin-top: 40px;
	}

	.bunin-p-top__schedulearea-right iframe {
		aspect-ratio: 16/16;
		margin-bottom: 10px;
	}

	.bunin-p-top__schedulearea .btnlist {
		align-items: flex-start;
		justify-content: center;
	}

	.bunin-p-top__schedulearea .btnlist .tel {
		text-decoration: underline;
		font-size: 24px;
	}

	.bunin-p-top__schedulearea h5 {
		margin-top: 30px !important;
	}

	.bunin-p-top__schedulearea h5:first-child {
		margin-top: 30px !important;
	}
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## 分院用top特徴

分院用top特徴のスタイル

*/

.buninp-top__feature {
	padding: 60px 0;
}

.buninp-top__feature h2 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #333333;
}

.buninp-top__feature h2 span {
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
}

.buninp-top__feature h2 em {
	font-size: 2.2rem;
	font-weight: 700;
	color: #1d95c0;
	display: block;
	line-height: 1.5;
}

.buninp-top__feature h2 em span {
	font-size: 0.8em;
}

.buninp-top__feature h2 em::after {
	content: '';
	width: 50px;
	height: 1px;
	border-bottom: 2px dotted #1d95c0;
	display: block;
	margin-top: 20px;
	margin-inline: auto;
}

.buninp-top__feature-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	margin-bottom: 50px;
	position: relative;
}

.buninp-top__feature-inner .deco-wrap {
	position: absolute;
	left: 0;
	top: 0;
	transform: translateX(-80%) translateY(-20%);
	z-index: -1;
}

.buninp-top__feature-inner.is-reverse {
	flex-direction: row-reverse;
}

.buninp-top__feature-text {
	flex: 1;
}

.buninp-top__feature-image {
	flex: 1;
}

.buninp-top__feature-text h3,
.buninp-top__feature-text h4 {
	font-size: 24px !important;
	font-weight: 700;
	display: block;
	line-height: 1.5;
	margin-bottom: 10px !important;
	background: #fff !important;
	color: #000 !important;
	text-align: left !important;
	padding-left: 0 !important;
}

.buninp-top__feature-text h3 span,
.buninp-top__feature-text h4 span {
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	color: #e95755;
}

.buninp-top__feature-text ul:not(.cancel):not(:last-child) {
	margin-bottom: 1em;
}

.buninp-top__feature-text ul:not(.cancel) > li {
	padding-left: 2em;
	margin-bottom: 0.5em;
	position: relative;
	top: 0;
	left: 0;
}

@media screen and (min-width: 1000px), print {
	.buninp-top__feature-text ul:not(.cancel) > li {
		font-size: 1rem;
		line-height: 2;
	}
}

@media screen and (max-width: 999px) {
	.buninp-top__feature-text ul:not(.cancel) > li {
		font-size: 0.875rem;
		line-height: 2;
	}
}

.buninp-top__feature-text ul:not(.cancel) > li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0.2em;
	width: 15px;
	height: 15px;
	background-color: #224b72;
	border-radius: 7.5px;
}

@media screen and (min-width: 1000px), print {
	.buninp-top__feature-text ul:not(.cancel) > li::before {
		top: 1.12ex;
	}
}

@media screen and (max-width: 999px) {
	.buninp-top__feature-text ul:not(.cancel) > li::before {
		top: 1ex;
	}
}

.buninp-top__feature-text ul:not(.cancel) > li:nth-child(odd)::before {
	background-color: #5fbcdd;
}

.buninp-top__feature-text ul:not(.cancel) > li:nth-child(even)::before {
	background-color: #eb4b55;
}

.buninp-top__feature-text ul:not(.cancel):not(.inline_block_list):not(.pc_inline_block_list) > li:last-child {
	margin-bottom: 0;
}

.buninp-top__feature-image img {
	border-radius: 20px;
	width: 100%;
	height: auto;
}

.buninp-top__feature .btn {
	height: 60px;
	min-width: 230px;
	display: flex;
	margin-inline: auto;
	width: fit-content;
}

@media screen and (max-width: 999px) {
	.buninp-top__feature {
		padding: 40px 0;
	}

	.buninp-top__feature h2 span {
		font-size: 20px;
	}

	.buninp-top__feature h2 em {
		font-size: 24px;
	}

	.buninp-top__feature-inner {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 50px;
	}

	.buninp-top__feature-inner .deco-wrap {
		position: absolute;
		left: 0;
		top: 0;
		transform: translateX(-30%) translateY(-10%);
		z-index: -1;
		opacity: 0.2;
	}

	.buninp-top__feature-inner.is-reverse {
		flex-direction: column;
	}

	.buninp-top__feature-text h3 {
		font-size: 22px;
	}

	.buninp-top__feature-text h3 span {
		font-size: 12px;
	}

	.buninp-top__feature .btn {
		height: auto;
	}
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## 分院用top予防医療

分院用top予防医療のスタイル

*/
.bunin-p-top__consultation {
	background-color: #e8f6fa;
	padding: 60px 0;
	margin-top: 60px;
}

.bunin-p-top__consultation-title {
	font-size: 2.2rem;
	font-weight: 700;
	color: #1d95c0;
	text-align: center;
	margin-bottom: 2rem;
	margin-top: 60px;
}

.bunin-p-top__consultation-title:first-child {
	margin-top: 0;
}

.bunin-p-top__consultation-title::after {
	content: '';
	width: 50px;
	height: 1px;
	border-bottom: 2px dotted #1d95c0;
	display: block;
	margin-top: 10px;
	margin-inline: auto;
}

.bunin-p-top__consultation ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.bunin-p-top__consultation ul li {
	padding-left: 0 !important;
}

.bunin-p-top__consultation ul li::before {
	display: none !important;
}

.bunin-p-top__consultation ul a {
	background-color: #fff;
	padding: 20px 0;
	border-radius: 10px;
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	transition: 0.3s ease;
	border: 1px solid #1d95c0;
	box-shadow: 0 4px 0px rgba(29, 149, 192, 0.4);
}

.bunin-p-top__consultation ul a img {
	display: block;
	width: 60px;
	margin-inline: auto;
}

.bunin-p-top__consultation ul a:hover {
	color: #1d95c0;
	box-shadow: 0 0px 0px rgba(29, 149, 192, 0.4);
}

.bunin-p-top__consultation-yobou {
	background-color: #fff;
	padding: 20px 20px 30px;
	border-radius: 10px;
	margin-top: 40px;
}

.bunin-p-top__consultation-yobou-title {
	text-align: center;
	margin-bottom: 16px;
	color: #1d95c0;
	position: relative;
	z-index: 2;
	margin: 0 !important;
	border-bottom: none !important;
}

.bunin-p-top__consultation-yobou-title span {
	background-color: #fff;
	padding-inline: 20px;
	font-size: 18px;
}

.bunin-p-top__consultation-yobou-title::after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #1d95c0;
	display: block;
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
	left: 0;
	z-index: -1;
}

@media screen and (max-width: 999px) {
	.bunin-p-top__consultation {
		padding: 40px 0;
		margin-top: 40px;
	}

	.iaccess_area__map {
		padding-top: 50px !important;
	}

	.bunin-p-top__consultation-title {
		font-size: 24px;
		margin-bottom: 20px;
		margin-top: 40px;
	}

	.bunin-p-top__consultation ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.bunin-p-top__consultation ul a {
		padding: 10px 0;
		font-size: 14px;
	}

	.bunin-p-top__consultation-yobou {
		padding: 20px 16px 16px;
	}
}

@media screen and (max-width: 999px) {
	.index5.is-shobusawa {
		overflow-x: hidden;
	}
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## 分院用アクセス

分院用アクセスのスタイル

*/

.bunin__access-info .title span {
	border: 1px solid #1d95c0;
	color: #1d95c0;
	font-size: 0.8em;
	padding: 0 10px;
	border-radius: 40px;
	display: inline-block;
	vertical-align: middle;
	transform: translateY(-2px);
	margin-left: 4px;
	font-weight: 700;
	line-height: 1.5;
	width: fit-content;
	margin-left: 10px;
	background-color: #fff;
}

@media screen and (max-width: 999px) {
	.bunin__access-info .title {
		text-align: center;
	}

	.bunin__access-info .title span {
		margin-left: 0px;
	}
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## 分院用診療案内

分院用診療案内のスタイル

*/
.bunin__information-animal-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin-bottom: 80px;
}

.bunin__information-animal-list p {
	background-color: #eb4b55;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	border-radius: 40px;
	color: #fff;
	line-height: 1;
	padding: 3px 20px;
	min-width: 50px;
	width: fit-content;
	margin-inline: auto;
	margin-top: 10px;
}

.bunin__information-animal-list img {
	height: auto;
}

@media screen and (max-width: 999px) {
	.bunin__information-animal-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}

.bunin__faq {
	border-bottom: 1px solid #e5e5e5;
}

.bunin__faq dt {
	font-size: 18px;
	font-weight: 700;
	padding: 20px 20px 20px 50px;
	position: relative;
	border-top: 1px solid #e5e5e5;
	cursor: pointer;
}

.bunin__faq dt::before {
	content: 'Q';
	position: absolute;
	left: 0;
	top: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #1d95c0;
}

.bunin__faq dt::after {
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/icon/arrow/btn.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 20px;
	transform: rotate(90deg);
	transition: 0.3s ease;
}

.bunin__faq dt.is-open::after {
	transform: rotate(-90deg);
}

.bunin__faq dd {
	font-size: 16px;
	line-height: 1.8;
	padding: 0px 0 20px 50px;
	position: relative;
	display: none;
}

.bunin__faq dd::before {
	content: 'A';
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 20px;
	font-weight: 700;
	color: #eb4b55;
}

@media screen and (max-width: 999px) {
	.bunin__faq dt {
		font-size: 15px;
		padding: 15px 40px 15px 40px;
	}

	.bunin__faq dt::before {
		font-size: 18px;
		top: 10px;
	}

	.bunin__faq dt::after {
		top: 10px;
	}

	.bunin__faq dd {
		font-size: 14px;
		padding: 0 0 15px 40px;
	}

	.bunin__faq dd::before {
		font-size: 18px;
		top: -5px;
	}
}

.bunin-p-outpatientlist {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-block: 30px;
}

.bunin-p-outpatientlist a {
	text-decoration: none;
	position: relative;
}

.bunin-p-outpatientlist a::after {
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/icon/arrow/btn.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: -5px;
	transform: rotate(0deg);
	transition: 0.3s ease;
}

.bunin-p-outpatientlist a h3 {
	margin: 0 !important;
	margin-block: 5px !important;
	padding: 0 !important;
	border: none !important;
}

.bunin-p-outpatientlist img {
	width: 100%;
	border-radius: 10px;
	transition: 0.3s ease;
}

.bunin-p-outpatientlist a:hover img {
	filter: brightness(0.9) saturate(1.1) hue-rotate(-30deg);
}

@media screen and (max-width: 999px) {
	.bunin-p-outpatientlist {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
	.bunin-p-outpatientlist h3 {
		margin-top: 10px;
		margin-bottom: 5px;
	}
}

.footer__banner > ul {
	justify-content: center !important;
	gap: 30px !important;
}

.footer__sitemap .group-top {
	min-height: auto !important;
}

.bunin-footer__otherlinks {
	display: flex;
	justify-content: center;
	gap: 20px;
	background-color: #5fbcdd;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	padding-top: 20px;
}

.bunin-footer__otherlinks a {
	background-color: #fff;
	text-decoration: none;
	font-weight: 700;
	border-radius: 10px;
	padding: 10px 30px;
}

.table-schedule tbody td {
	padding: 33px 20px !important;
}

@media screen and (max-width: 999px) {
	.table-schedule tbody td {
		padding: 5px 0px !important;
	}
}

.c-btn2 {
	background-color: #1d95c0;
	width: 230px;
	height: 40px;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 700;
	display: grid;
	place-items: center;
	font-size: 16px;
	border: 1px solid #1d95c0;
	transition: 0.3s ease;
}
.c-btn2:hover {
	background-color: #fff;
	color: #1d95c0;
}

.c-btn2.is-center {
	margin-inline: auto;
}

.bunin-accessbox {
	border: 1px solid #5fbcdd;
}

.bunin-accessbox-inner {
	width: 90%;
	margin-inline: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding-block: 0 30px;
}

.bunin-accessbox iframe {
	aspect-ratio: 16/9;
}
@media screen and (max-width: 999px) {
	.bunin-accessbox .c-btn2 {
		margin-inline: auto;
	}

	.bunin-accessbox-inner {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.bunin-accessbox-inner p {
		line-height: 1.7;
	}
}

.bunin__beginner {
	background-color: #1d95c0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-radius: 24px;
	overflow: hidden;
}

.bunin__beginner img {
	width: 100%;
	object-fit: cover;
}

.bunin__beginner--text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px;
	gap: 20px;
	color: #fff;
}

.bunin__beginner--text h2::after {
	content: '';
	width: 50px;
	height: 1px;
	border-bottom: 2px dotted #fff;
	display: block;
	margin-top: 10px;
}

.bunin__beginner--text h2 span {
	display: block;
	font-size: 0.8em;
}

.bunin__beginner--text p {
	color: #fff;
	font-weight: 500;
}

.bunin__beginner--text .c-btn2 {
	background-color: #fff;
	color: #1d95c0;
	border-color: #fff;
}

.bunin__beginner--text .c-btn2:hover {
	background-color: #1d95c0;
	color: #fff;
}
@media screen and (max-width: 999px) {
	.bunin__beginner {
		display: block;
	}

	.bunin__beginner img {
		height: 50vw;
	}

	.bunin__beginner--text {
		padding: 30px;
		gap: 10px;
	}

	.bunin__beginner--text .c-btn2 {
		margin-inline: auto;
	}
}

/* 予約から来院の流れ */
.bunin-p-flow__schedulearea .bunin-p-top__schedulearea {
	background-color: #fff !important;
}

.bunin-p-flow__flowarea h4 {
	background-color: #f9f9f9 !important;
	color: #1d95c0 !important;
	text-align: left !important;
	font-size: 26px !important;
	background-color: #fff !important;
	padding: 0px !important;
	background-color: #f9f9f9 !important;
	border-bottom: 2px solid #1d95c0 !important;
}

.bunin-p-flow__flowarea h4 span {
	font-size: 24px;
	background-color: #1d95c0;
	color: #fff;
	width: 40px;
	text-align: center;
	aspect-ratio: 1/1;
	display: inline-grid;
	place-items: center;
	margin-right: 16px;
}

.bunin-p-flow__flowarea-item {
	background-color: #f9f9f9;
	padding: 40px;
	max-width: 800px;
	margin-inline: auto;
	border-radius: 24px;
	position: relative;
}

.bunin-p-flow__flowarea-item::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin: 32px auto 0 auto;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #1d95c0;
	border-bottom: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateY(100%) translateX(-50%);
	opacity: 0.7;
}

.bunin-p-flow__flowarea-item:last-child::after {
	display: none;
}

.bunin-p-flow__flowarea-item .web-tel {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.bunin-p-flow__flowarea-item .web-tel .tel {
	font-size: 40px;
	font-weight: 700;
	color: #1d95c0;
	pointer-events: all;
	white-space: nowrap;
}

.bunin-p-flow__flowarea-item .web-tel .tel small {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #111;
	line-height: 1.5;
}

.bunin-p-flow__flowarea-item .web-tel .tel:hover {
	color: #1d95c0;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

.bunin-p-flow__flowarea-item .web-tel .tel::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	mask-image: url(../images/icon/tel.svg);
	mask-size: cover;
	background-color: #1d95c0;
	mask-position: center;
	mask-repeat: no-repeat;
	margin-right: 10px;
	vertical-align: middle;
	transform: translateY(-2px);
}

.bunin-p-flow__flowarea-item .btnlist {
	display: flex;
	justify-content: center;
	gap: 20px;
}

@media screen and (max-width: 999px) {
	.bunin-p-flow__flowarea h4 {
		font-size: 20px !important;
		border-width: 1px !important;
	}

	.bunin-p-flow__flowarea h4 span {
		font-size: 18px;
		width: 30px;
	}

	.bunin-p-flow__flowarea-item {
		background-color: #f9f9f9;
		padding: 20px;
		max-width: 800px;
		border-radius: 16px;
		position: relative;
	}

	.bunin-p-flow__flowarea-item::after {
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #1d95c0;
	}

	.bunin-p-flow__flowarea-item:last-child::after {
		display: none;
	}

	.bunin-p-flow__flowarea-item .web-tel {
		flex-direction: column;
		align-items: center;
		gap: 5px;
	}

	.bunin-p-flow__flowarea-item .web-tel .tel small {
		font-size: 12px;
	}

	.bunin-p-flow__flowarea-item .btnlist {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 10px;
	}
}

.bunin_c-headingh4 {
	background-color: #fff !important;
	color: #000 !important;
	padding: 0 !important;
	font-size: 24px !important;
	text-align: left !important;
}

.bunin-p-about__greetingarea {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	padding: 40px 0;
}

@media screen and (max-width: 999px) {
	.bunin_c-headingh4 {
		background-color: #fff !important;
		color: #000 !important;
		padding: 0 !important;
		font-size: 22px !important;
		text-align: left !important;
	}

	.bunin-p-about__greetingarea {
		flex-direction: column-reverse;
		display: flex;
	}

	.bunin-p-about__greetingarea .bunin_c-headingh4 {
		text-align: center !important;
	}

	.bunin-p-about__greetingarea img {
		width: 60%;
		display: block;
		margin-inline: auto;
	}
}

.bunin-p-about__grouparea .bunin_c-headingh4 {
	text-align: center !important;
	margin-bottom: 10px !important;
	padding-bottom: 0 !important;
	background-color: #f9f9f9 !important;
	padding-top: 3px !important;
}

.bunin-p-about__grouparea-btnlist {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 20px;
}

.bunin-p-about__grouparea-btnlist a {
	background-color: #1d95c0;
	display: flex;
	align-items: center;
	gap: 30px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.3s ease;
}

.bunin-p-about__grouparea-btnlist a:last-child {
	background-color: #e95755;
}

.bunin-p-about__grouparea-btnlist a:hover {
	opacity: 0.8;
	color: #fff;
}

.bunin-p-about__grouparea-btnlist a::after {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/icon/arrow/btn.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	right: 20px;
	bottom: 0px;
	top: 0;
	margin: auto;
	transform: rotate(0deg);
	transition: 0.3s ease;
}

.bunin-p-about__grouparea-btnlist a img {
	width: 200px;
}

@media screen and (max-width: 999px) {
	.bunin-p-about__grouparea .bunin_c-headingh4 {
		font-size: 18px !important;
	}
	.bunin-p-about__grouparea-btnlist {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	.bunin-p-about__grouparea-btnlist a {
		font-size: 16px;
		gap: 20px;
	}

	.bunin-p-about__grouparea-btnlist a img {
		width: 120px;
	}
}

.bunin-p-about__facility h4 {
	color: #1d95c0 !important;
	background-color: #fff !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 20px !important;
}

.table-schedule tbody td.holiday {
	background-color: #f0f0f0;
	color: #666 !important;
}

.bunin_p-staff .profile_area {
	border-radius: 24px;
	padding-bottom: 40px;
}

.bunin-p-top__menu {
	padding: 30px 0 !important;
}

@media screen and (max-width: 999px) {
	.bunin-p-top__menu {
		padding: 20px 0 !important;
	}
	.bunin-p-top__menu .imenu_list {
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.bunin-p-top__menu .imenu_list > li {
		width: 32%;
		padding: 0;
	}

	.bunin-p-top__menu .imenu {
		min-width: 0;
	}

	.bunin-p-top__menu .imenu .text {
		padding-right: 0;
	}

	.bunin-p-top__menu .imenu .text::after {
		display: none;
	}

	.bunin-p-top__menu .yellow_balloon {
		display: none !important;
	}
}

.bunin-p-top__schedulearea-text {
	background-color: #294768;
	color: #fff;
	border-radius: 30px;
	font-weight: 700;
	font-size: 15px !important;
	width: fit-content;
	padding: 3px 10px;
}
