/*************** 黒背景 ***************/

/* body {
	background: #373022;
	color: #fff;
}
a {
	color: #fff;
}
footer ul.foot_navi_list a {
	color: #fff;
}
footer small {
	color: #fff;
}
.cont_titile a {
	color: #fff;
}
.contents_header h1,
.cont_titile,
.cont_titile span {
	color: #fff;
}
.global_nav_sp ul li a,
.global_nav_sp a span,
.breadcrumb,
.breadcrumb a {
	color: #fff;
}
.nav_follow {
	background: #373022;
}
.toggle span {
	border-bottom: 1px solid #fff;
}
.global_nav_sp {
	background: rgba(0, 0, 0, 0.9);
}
.top_topics {
	background: #373022;
	border: 1px solid #bbb;
	box-sizing: border-box;
}
.schedule label {
	color: #373022;
}
.therapist-box .guide {
	color: #373022;
}
.top_app h3 {
	color: #373022;
}
.therapist-single .pickup dt,
.therapist-single .comment.cast dt,
.therapist-single .comment.master dt {
	color: #373022;
}
.therapist-single .comment dd {
	background: none;
}
.calendar ul li {
	background: none;
}
.single-cast-calendar .calendar ul li .schedule-castreserve-btn {
	color: #373022;
}
.recruit-detail dl dd {
	background: none;
}
.recruit .recruit-point dd h3 {
	color: #373022;
}
.recruit-detail dl dt {
	color: #373022;
}

.reserve-btn a {
	color: #373022;
}
.ccbl-inner p {
	color: #373022;
}
.calendar ul .target a {
	color: #373022;
} */

/*************** 黒背景(end) ***************/

/*************** ブログカテゴリ形式カスタム ***************/

/* .top_blog .inner {
	padding-top: 0.5rem;
}
.blog_tabs {
	display: flex;
	gap: 10px;
	list-style: none;

	margin: 0 1rem;
	border-bottom: 1px solid #bbb;
}
.blog_tabs li {
	cursor: pointer;
	padding: 8px 16px;
	transition: 0.3s;
}
.blog_tabs li.active {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #ebebeb;
	background: #fff;
	margin-bottom: -2px;
}

.blog_list {
	display: none;
	border: 1px solid #bbb;
	padding-top: 2rem;
}


.blog_list.active {
	display: block;
	border: 1px solid #bbb;
	border-top: none;
	margin: 0 1rem;
}

[data-tab='cat-1'] {
	display: none !important;
}

@media screen and (min-width: 640px) {
	.top_blog .blog_list.active {
		display: grid;
		grid-template-columns: repeat(auto-fit, 30%);
		grid-gap: 5%;
		justify-content: flex-start;
	}
} */

/*************** ブログカテゴリ形式カスタム(End) ***************/

/*************** カスタム ***************/
.toggle .txt {
	position: absolute;
	top: 18px !important;
	left: 0.025rem !important;
	height: auto;
	background: none;
	font-size: 0.75rem !important;
	letter-spacing: 0.075rem !important;
	max-height: 100%;
	white-space: nowrap;
	display: inline;
	word-break: normal;
	color: #020f16;
	width: 100%;
}

.toggle {
	width: 46px;
	top: 15px;
	right: 5px;
}
.toggle span {
	border: none !important;
	padding: 0;
	width: 80%;
	right: 10px;
	height: 1px;
	/* background: linear-gradient(180deg, #bda134 0%, #fef29c 50%, #d9b94c 100%); */
	background: #020f16;
}
.toggle span:nth-child(1) {
	top: 0;
	left: unset;
}
.toggle span:nth-child(2) {
	top: 9px;
	left: unset;
}
.toggle span:nth-child(3) {
	top: 17px;
	left: unset;
}
.toggle.active span {
	width: 60% !important;
}
.toggle.active span:nth-child(1) {
	top: 10px;
	left: unset;
	right: 14px;
}
.toggle.active span:nth-child(2) {
	top: 10px;
	background: none;
	left: unset;
	right: 14px;
}
.toggle.active span:nth-child(3) {
	top: 10px;
	left: -3px;
	left: unset;
	right: 14px;
}
.foot_navi {
	background: rgba(173, 216, 230, 0.95);
}
.foot_navi li a {
	color: #020f16;
	font-size: 2.5vw;
	height: 50px;
}
.nav_follow {
	background: rgba(173, 216, 230, 0.95);
}
.f-hours {
	background: #020f16;
	color: #fff;
	border-top: 1px solid #666;
	bottom: 50px;
}
