/*************** 黒背景 ***************/

/* 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 {
	top: 0.5rem;
	right: 10px;
	width: 48px;
	height: 48px;
	background: #fff1b0;
	border: 1px solid;
	border-image: linear-gradient(34deg, #9e8139 -27%, #f9f1b5 50%, #9e8139 120%);
	border-image-slice: 1 !important;
}
.toggle span {
	width: 65%;
	border-bottom: solid 1px #3a2f1c;
	right: 8px;
}
.toggle span:nth-child(1) {
	top: 7px;
}
.toggle span:nth-child(2) {
	top: 14px;
}
.toggle span:nth-child(3) {
	top: 21px;
}
.toggle span:nth-child(4) {
	top: 21px;
	left: 9px;
	font-size: 10px;
	color: #3a2f1c;
	letter-spacing: 0;
}
.toggle.active span:nth-child(1) {
	top: 15px;
	left: 13px;
}
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
	right: 10px;
}
.toggle.active span {
	width: 42%;
}
.top_contents {
	box-sizing: border-box;
	padding: 1rem;
}
.top_contents .inner {
	background-color: rgba(255, 255, 255, 0.6);
	outline: solid 2px rgba(255, 255, 255, 0.6);
	outline-offset: 2px;
	box-sizing: border-box;
	width: 100%;
	padding: 2rem 1rem;
}
.therapist-box {
	position: relative;
	background-color: rgba(255, 255, 255, 1);
	padding: 0.5rem;
	border-radius: 0.25rem;
}
.therapist-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0.25rem;
	border: 2px solid transparent;
	background: linear-gradient(34deg, #9e8139 -27%, #f9f1b5 50%, #9e8139 120%) border-box border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
	-webkit-mask-composite: destination-out;
	mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
}
.cast_data {
	padding: 0.25rem;
}

@media screen and (max-width: 640px) {
	.castlist {
		grid-template-columns: repeat(auto-fit, 49%);
		padding: 0 0.75rem;
	}
}

.f-hours {
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-image: linear-gradient(34deg, #9e8139 -27%, #f6eb95 50%, #9e8139 120%);
	z-index: 100;
	border-image-slice: 1;
	background: #8b6f3d;
	color: #fff;
}
.foot_navi li a {
	/* background: linear-gradient(0deg, rgba(255, 251, 243, 1) 0%, rgba(255, 255, 255, 1) 38%); */
	background: #fff1b0;
	color: #3a2f1c;
}
.mainvisual .global-nav {
	background: #fff1b0;
	border-bottom: 2px solid;
	border-image: linear-gradient(34deg, #9e8139 -27%, #f9f1b5 50%, #9e8139 120%);
	border-image-slice: 1;
}
.mainvisual .global-nav a {
	color: #3a2f1c;
}
.mainvisual .global-nav a span {
	color: #3a2f1c;
}
.top_topics .sh {
	background: #fff1b0;
	color: #3a2f1c;
}
.top_topics {
	background: #fff;
	box-sizing: border-box;
}
.top_schedule,
.top_blog,
.top_access {
	background: rgba(255, 255, 255, 0.75);
	border-bottom: 2px solid;
	border-top: 2px solid;
	border-image: linear-gradient(34deg, #9e8139 -27%, #f9f1b5 50%, #9e8139 120%);
	border-image-slice: 1;
}
.therapist-box .profile-icon li,
.therapist-single .profile-icon li {
	background: #8b6f3d;
	color: #fff;
}
.therapist-box .todays-time p {
	background: #fff1b0;
	color: #8b6f3d;
	border: 1px #ccc solid;
	border-bottom: none;
}
.access-box {
	padding-top: 0;
	padding-bottom: 2rem;
}
.top_access .cont_titile {
	padding-bottom: 0;
}
.top_access {
	padding-bottom: 2rem;
}
.schedule h2 {
	padding: unset;
	padding-top: 2rem;
}
.top_schedule .targets {
	margin: 0;
	margin-top: 1.5rem;
}

@media screen and (min-width: 640px) {
	.global-nav_list a span {
		color: #7a6a4f;
	}
}
.mainvisual .mainlogo img {
	/* filter: brightness(84%); */
}
.head_btn {
	display: none;
}
.btn01 a {
	padding: clamp(6px, 2vw, 18px) clamp(20px, 5vw, 40px) !important;
	border-radius: 0.25rem;
	font-size: clamp(14px, 3vw, 18px) !important;
	transition: 0.3s;
}
.top_topics {
	border: 1px solid;
	border-image: linear-gradient(34deg, #9e8139 -27%, #f9f1b5 50%, #9e8139 120%);
	border-image-slice: 1 !important;
}
footer {
	background: rgba(255, 255, 255, 0.9);
}
.top_schedule {
	padding: 4rem 0 3rem;
}
.top_schedule .inner {
	padding: 0 0 2rem;
}
.guide {
	display: none !important;
}
.no-schedule {
	margin-bottom: 2rem;
}
.realtime {
	padding: 0 1rem;
}
.mv-tel {
	display: none;
}
.mv-info-top {
	position: absolute;
	top: 25%;
	filter: drop-shadow(1px 1px 2px #fff);
	font-size: 1rem;
}
.mainvisual .mainlogo {
	top: 5% !important;
}
.mv-info {
	bottom: 3rem;
}
.mv-info-child {
	filter: drop-shadow(1px 1px 2px #fff);
}
@media screen and (min-width: 640px) {
	.mv-info {
		bottom: 25%;
	}
	.mainvisual .mainlogo {
		top: 2% !important;
	}
	.mv-info-top {
		font-size: 1.2rem;
	}
}
