/*
	酒井形成外科　2024
	navigation.css
*/
.btn-primary {
	background: #aa9677;
}
.nav-item a,
.nav-item a:visited {
	/* color: #aa9677; */
	color: #87692d;
	border-right: 1px solid #aa9677;
}
.nav-item a.btn-primary,
.nav-item a.btn-primary:visited {
	color: #FFFFFF;
	border: none;
}
       
/*
	#navbarDropdown
*/
#navbarDropdownBgeka:hover,
#navbarDropdownSaisei:hover,
#navbarDropdownBhifuka:hover,
#navbarDropdownKeisei:hover,
#navbarDropdownMens:hover,
#navbarDropdownClinic:hover {
	color: #963e48;
	font-weight: 500;
	background: #f7ebd5;
	border-bottom: none;
}
#navbarDropdownBgeka:active,
#navbarDropdownSaisei:active,
#navbarDropdownBhifuka:active,
#navbarDropdownKeisei:active,
#navbarDropdownMens:active,
#navbarDropdownClinic:active {
	color: #963e48;
	font-weight: 500;
	background: #f7ebd5;
	border-bottom: none;
}
.nav-item a.dropdown-item:hover {
	background: #F0F0F0;
	border-bottom: 1px dashed #aa9677;
}
.breadcrumb {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 0;
	color: #aa9677;
	font-family: "shsjp";
	font-weight: 500;
	font-size: 14px;
}
.breadcrumb a {
	color: #aa9677;
	font-family: "shsjp";
	font-weight: 500;
	font-size: 14px;
	text-decoration: none;
}
.breadcrumb a:visited {
	color: #aa9677;
}
.breadcrumb-item a {
	border-bottom: none;
}
#btn-goto-access {
	margin-top: 10px;
	width: 120px;
	padding: 5px;
	color: #FFFFFF;
	background: #a08343;
	font-family: "shsjp";
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	margin-right: 0;
	border-radius: 20px;
	text-decoration: none;
}
#btn-goto-soudan {
	margin-top: 10px;
	width: 120px;
	padding: 5px;
	color: #FFFFFF;
	background: #a08343;
	font-family: "shsjp";
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	margin-right: 0;
	border-radius: 20px;
	text-decoration: none;
}
#btn-goto-reserve {
	margin-top: 10px;
	width: 120px;
	padding: 5px;
	color: #FFFFFF;
	background: #a08343;
	font-family: "shsjp";
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	margin-right: 0;
	border-radius: 20px;
	text-decoration: none;
}
#up_to_page {
	color: #a08343;
	padding: 10px;
	text-align: center;
	width: 40px;
	margin-left: auto;
	margin-right: 0;
	border-radius: 5px;
	border: 1px solid #a08343;
	text-decoration: none;
	background: rgba(255,255,255,0.5);

	position: fixed;
	z-index: 1500;
}
#sp_navi_button {
	background: rgba(255,255,255,0.5);
	position: fixed;
	bottom: 0px;
	z-index: 1500;
	padding: 5px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#btn-goto-soudan2 {
	/* width: calc(50% - 20px); */
	width: 120px;
	padding: 5px;
	color: #FFFFFF;
	background: #a08343;
	font-family: "shsjp";
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	border-radius: 20px;
	margin-left: 5px;
	text-decoration: none;
	float: left;
}
#btn-goto-reserve2 {
	/* width: calc(50% - 20px); */
	width: 120px;
	padding: 5px;
	color: #FFFFFF;
	background: #a08343;
	font-family: "shsjp";
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	border-radius: 20px;
	margin-left: 5px;
	text-decoration: none;
	float: left;
}
#btn-goto-tel2 {
	/* width: calc(50% - 20px); */
	width: 80px;
	padding: 5px;
	color: #FFFFFF;
	background: #a08343;
	font-family: "shsjp";
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	border-radius: 20px;
	margin-left: 5px;
	text-decoration: none;
	float: left;
}
#accordion,
.accordion-item,
.accordion-button,
.accordion-header {
	z-index: 200;
	position: relative; /* または必要に応じてabsolute, fixed, sticky */
}
.accordion-button:not(.collapsed) {
	z-index: 20; /* 必要に応じて下げる */
}
@media screen and  (min-width: 1px) and (max-width: 600px) {
	#btn-goto-access,
	#btn-goto-soudan,
	#btn-goto-reserve {
		float: left;
	}
	#btn-goto-access,
	#btn-goto-soudan {
		margin-right: 7px;
	}
	#btn-goto-access,
	#btn-goto-reserve {
		width: 100px;
	}
	#up_to_page {
		bottom: 60px;
	}
	#sp_navi_button {
		display: block;
	}
}
@media screen and  (min-width: 601px) and (max-width: 980px) {
	#btn-goto-access,
	#btn-goto-soudan,
	#btn-goto-reserve {
		float: left;
	}
	#btn-goto-access,
	#btn-goto-soudan {
		margin-right: 7px;
	}
	#up_to_page {
		bottom: 10px;
	}
	#sp_navi_button {
		display: none;
	}
}
@media screen and (min-width: 981px) and (max-width: 5000px) {
	#btn-goto-access,
	#btn-goto-soudan,
	#btn-goto-reserve {
		float: left;
	}
	#btn-goto-access,
	#btn-goto-soudan {
		margin-right: 7px;
	}
	#up_to_page {
		bottom: 10px;
	}
	#sp_navi_button {
		display: none;
	}
}
@media print {
	#btn-goto-access,
	#btn-goto-soudan,
	#btn-goto-reserve {
		float: left;
	}
	#btn-goto-access,
	#btn-goto-soudan {
		margin-right: 7px;
	}
	#up_to_page {
		bottom: 10px;
	}
	#sp_navi_button {
		display: none;
	}
}
