/*追記*/
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Noto+Sans+JP:wght@100;300;400;500;700&family=Noto+Serif+JP:wght@200;300;400;500;600&display=swap');
body {
	font-family: 'Noto Serif JP', serif;
	background: #fff;
}
.btn_tel.pc .material-icons {
	margin-right: 5px;
	margin-top: 4px;
}
.nav_follow .btn_tel a {
	display: flex;
	justify-content: center;
	align-content: center;
}
.contents {
	margin: 0;
	padding: 70px 0 40px;
}
main {
	position: relative;
	overflow: hidden;
}

main::before {
	content: '';
	display: block;
	background:
		linear-gradient(
			to left,
			rgba(255, 255, 255, 0.4) 0%,
			rgba(255, 255, 255, 0.4) 25%,
			rgba(255, 255, 255, 0.4) 50%,
			rgba(255, 255, 255, 0.4) 75%,
			rgba(255, 255, 255, 0.4) 100%
		),
		url(../img/bg.jpg);
	background-size: 135%;
	background-position: center bottom;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
@media screen and (min-width: 640px) {
	main::before {
		background:
			linear-gradient(
				to left,
				rgba(255, 255, 255, 0.7) 0%,
				rgba(255, 255, 255, 0.3) 25%,
				rgba(255, 255, 255, 0) 50%,
				rgba(255, 255, 255, 0.3) 75%,
				rgba(255, 255, 255, 0.7) 100%
			),
			url(../img/bg.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom;
		position: fixed;
	}
}
.cont_titile,
.cont_titile a,
.contents_header p,
.cont_titile span,
.top_topics .sh {
	color: #000;
}
.cont_titile span {
	color: #000;
}
.top_contents,
.top_eventbanner {
	/* background: #fff; */
}
.label-wrap {
	/* display: none; */
}
.room {
	/* display: none; */
}
body {
	font-weight: 200;
}

.inner {
	width: 100%;
}
.top_app,
.top_blog,
.top_credit,
.top_access,
.top_link {
	padding: 0 1rem;
}
@media screen and (min-width: 640px) {
	.top_information .information_list li {
		height: 140px;
	}
}
/*end*/
.top_schedule,
.top_blog,
.top_access {
	background: #f4f4f4;
}

@media screen and (min-width: 640px) {
	.top_access .access-box {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		align-items: center;
	}

	.top_access .access-box .ggmap {
		width: 100%;
		margin: 0;
	}
	.top_access .access-box {
		padding: 0 2rem;
		border-bottom: 1px solid #212121;
	}
	.top_access .btn01 {
		margin: 50px auto 25px auto;
	}
}
.btn01 a {
	background: linear-gradient(15deg, #ff8e8e 0%, #ffb7b7 100%);
	color: #fff;
	display: flex;
	align-items: center;
	padding: 10px 10px 10px 20px;
	border-radius: 6px;
}

/*header,toggle*/
.nav_follow {
	padding: 0 0 0 10px;
}
.toggle {
	right: 0;
}
.toggle span {
	width: 56%;
}
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
	right: 5px;
}

.global_nav_sp {
	background: rgba(22, 22, 22, 0.95);
	background: rgba(255, 255, 255, 0.95);
}
.toggle.active {
	background: none;
}
.global_nav_sp ul li a {
	font-size: 15px;
	color: #000;
}

.global_nav_sp a span {
	font-size: 12px;
	color: #000;
}

@media screen and (min-width: 640px) {
	.fix-header {
		background: #fff;
	}

	.nav_follow .head_btn.reserve a {
		background: linear-gradient(15deg, #b09b7f 0%, #d4c7b5 100%);
		color: #fff;
	}
}

/*footer*/

footer {
	/* background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 38%); */
	background:
		linear-gradient(to left, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), url(../img/f-bg.jpg);
	background-size: 100%;
	background-position: right bottom;
	background-repeat: repeat;
}
@media screen and (max-width: 640px) {
	footer {
		background-size: 300%;
	}
}
footer small {
	color: #212121;
	font-size: 14px;
}
.foot_navi {
	background: linear-gradient(15deg, #b09b7f 0%, #d4c7b5 100%);
}
.f-hours {
	background: linear-gradient(15deg, #b09b7f 0%, #d4c7b5 100%);
	color: #fff;
	display: flex;
	/* box-sizing:border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 1px solid #fff; */
}
.f-hours .div-wrap {
	border: 1px solid #fff;
	border: 1px solid #d4c7b5;
	padding: 2px;
	display: flex;
	width: 100%;
	margin: 0 4px;
}
.f-hours div {
	width: 50%;
	margin: 0 auto;
	font-weight: bold;
}
.f-hours div:last-child {
	/* display: none; */
}

.foot_navi a {
	color: #fff;
}

.btn_totop a {
	background: linear-gradient(15deg, #b09b7f 0%, #d4c7b5 100%);
	color: #fff;
}

/*contents header*/

.contents_header {
	/* background: rgb(242,228,210); */
	/* background: linear-gradient(90deg, rgba(242,228,210,1) 0%, rgba(255,247,238,1) 49%, rgba(242,228,210,1) 100%); */
}

/* ---- particles.js container ---- */
#particles-js {
	position: absolute;
	width: 100%;
	height: 100vh;
	/* background-color: #232741; */
	/* background-image: url(""); */
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: 50% 50%;
	z-index: 1;
}

/* ---- stats.js ---- */

#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
.count-particles {
	border-radius: 0 0 3px 3px;
}
#scroll-top {
	opacity: 0;
	transition: opacity 350ms ease;
}
.no-schedule {
	font-size: 1rem;
	padding: 1rem 1rem 0;
	font-weight: bold;
}
.no-schedule .btn01 {
	margin-top: 2rem;
}
@media screen and (min-width: 640px) {
	.no-schedule {
		font-size: 1.2rem;
		text-align: center;
	}
	.no-schedule .btn01 {
		font-size: 14px;
	}
}
.head_btn {
	display: none;
}
.btn_reserve {
	display: none;
}
[data-category='ginza2'] .room {
	background: #b5b5b5;
	color: #fff;
}
[data-category='monzennakachou2'] .room {
	background: #9abcf1;
	color: #fff;
}
[data-category='ningyo'] .room {
	background: #83bfa9;
	color: #fff;
}
[data-category='kodenma'] .room {
	background: #8cb2b9;
	color: #fff;
}
[data-category='kagurazaka'] .room {
	background: #a37dc3;
	color: #fff;
}
[data-category='syucchou'] .room {
	background: #fc9420;
	color: #fff;
}
[data-category='numazu'] .room {
	background: #efc171;
	color: #fff;
}
[data-category='matsudo'] .room {
	background: #fe9dd3;
	color: #fff;
}
[data-category='okinawa'] .room {
	background: #fe50b0;
	color: #fff;
}
[data-category='kamata'] .room {
	background: #45f65d;
	color: #fff;
}
input#ningyo1 + label {
	display: none;
}
input#ningyo2 + label {
	display: none;
}
input#ningyo3 + label {
	display: none;
}
input#ningyo4 + label {
	display: none;
}
input#ningyo5 + label {
	display: none;
}
input#ningyo6 + label {
	display: none;
}
input#monzennakachou + label {
	display: none;
}
input#ginza + label {
	display: none;
}
input#monzennakachou3 + label {
	display: none;
}
input#ginza22 + label {
	display: none;
}
input#kagurazaka + label {
	display: none;
}
.room {
	margin-bottom: 0.25rem;
}
label[for='All'] {
	/* width:96.25%; */
	margin-bottom: 0.25rem;
}
#ningyo,
#kodenma,
#kagurazaka {
	display: none;
}
@media screen and (min-width: 640px) {
	label[for='All'] {
		/* width:97%; */
		margin-bottom: 0.25rem;
	}
}
.prof-room {
	width: 37%;
}
.prof-room .room {
	padding-bottom: 0.2rem;
	font-size: 12px;
}
#syucchou .ggmap,
#syucchou .access-text-tt,
#syucchou .access-text-tt,
#syucchou .btn01,
#monzennakachou2,
#ginza2 {
	display: none;
}
ooter ul.foot_navi_list a {
	color: #fff;
}

.reserve-btn a {
	color: #000;
}
.ccbl-inner {
	color: #000;
}

.therapist-single .pickup dt {
	background: #3c3c3c;
	color: #fff;
}
.therapist-single .pickup dd {
	background: #fff;
	color: #000;
	padding: 0.5rem;
}
.therapist-single .comment.cast dt,
.therapist-single .comment.master dt {
	background: #3c3c3c;
	color: #fff;
}
.therapist-single .comment dd {
	background: #fff;
	color: #000;
}
.single-cast-calendar .calendar {
	background: #fff;
	color: #000;
}
.calendar a {
	color: #000;
}
.recruit .recruit-point dd h3 {
	color: #000;
}

.recruit {
	color: #000;
}

.toggle {
	background: linear-gradient(15deg, #b09b7f 0%, #d4c7b5 100%);
}
.toggle span {
	border-bottom: solid 1px #fff;
}
