/*フォント*/
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:ital,wght@0,100;0,200;0,300;1,100;1,200&family=Manrope:wght@200;300;400;500;600&family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap'); */
body {
	font-family: 'Sawarabi Mincho', sans-serif;
	/* font-family: 'Noto Serif JP', serif; */
	font-weight: 300;
}
.btn_totop {
	display: none;
}
.top_menu ul li a p,
.contents_header p,
.cont_titile span,
.top_topics .sh,
.ranking .therapist-box .rank {
	font-family: 'Nanum Myeongjo', serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.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;
}
.profile-twi span,
.top_twitter span {
	display: flex;
	justify-content: center;
	align-items: center;
}
.ekkusu {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5rem;
	margin-bottom: 0.35rem;
}
main {
	position: relative;
}
main::before {
	content: '';
	display: block;
	background:
		linear-gradient(
			to left,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 25%,
			rgba(255, 255, 255, 0) 50%,
			rgba(255, 255, 255, 0) 75%,
			rgba(255, 255, 255, 0) 100%
		),
		url(../img/bg.png);
	/* background-size: 250%; */
	/* background-position: center bottom; */
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.inner_page .btn01 {
	margin-top: 2rem;
}
@media screen and (max-width: 640px) {
	.nav_follow .logo img {
		padding-top: 0.25rem;
	}
}
@media screen and (min-width: 640px) {
	main::before {
		/* background-size: 100%; */
		/* background-repeat: no-repeat; */
		/* background-position: bottom; */
		/* position: fixed; */
	}
}

.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;
	}
	.top_diary .diary_list li {
		/* height: 140px; */
	}
}
/*end*/

@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;
	}
	.top_access .btn01 {
		margin: 50px auto 25px auto;
	}
}

/*header,toggle*/
.nav_follow {
	padding: 0 0 0 10px;
}
.toggle {
	right: 10px;
}
.toggle span {
	width: 60%;
}
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
	right: 0;
}

.global_nav_sp ul li a {
	font-size: 15px;
}

.global_nav_sp a span {
	font-size: 12px;
}

/*footer*/

footer small {
	font-size: 14px;
}
.f-hours {
	display: flex;
}
.f-hours div {
	width: 50%;
	margin: 0 auto;
	font-weight: bold;
}
.f-hours div:last-child {
	/* display: none; */
}

/*contents header*/

/* ---- 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;
}

.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;
	}
}
.error .text p {
	margin-bottom: 2rem;
}
.error .text p.btn01 a {
	padding: 10px;
}

/*************** color ***************/

/* common */

body {
	color: #fff;
	background: #000;
}
a {
	color: #fff;
}
/* a:link {
	color: #fff;
} */

/* a:visited {
	color: #fff;
}

a:hover {
	color: #fff;
}

a:active {
	color: #fff;
} */
option {
	color: #fff;
}
select {
	color: #fff;
}
.btn01 a {
	background: #b49531;
	box-sizing: border-box;
	border: 1px solid #fff;
	color: #fff;
}
.cont_titile {
	color: #fff;
}
.cont_titile span {
	color: #b49531;
	font-family: 'Nanum Myeongjo', serif;
	font-weight: 200;
	color: #b49531;
	letter-spacing: 0.1em;
	font-size: 1.9rem;
}
.cont_titile a {
	color: #fff;
}
.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%); */
}
.contents_header h1 {
	color: #c00609;
}
/* header */

.nav_follow {
	background: #000;
	border-bottom: 1px solid #b49531;
	/* border-image: linear-gradient(to top, #0053c5 78%, #cff0f7 100%); */
}
.toggle {
	/* background: rgba(255,255,255,0.7); */
}
.toggle span {
	border-bottom: solid 3px #b49531;
}
.global_nav_sp {
	background: rgba(243, 242, 234, 1);
	color: #454545;
}
.global_nav_sp ul li a {
	color: #5a5129;
}
.global_nav_sp a span {
	color: #5a5129;
}
@media screen and (min-width: 640px) {
	.fix-header {
		background: #000;
	}
	.nav_follow .head_btn.reserve a {
		background: #b49531;
		color: #000;
	}
}

/*footer */

footer {
	/* background: #ebf3ff; */
}
footer small {
	color: #fff;
}

.foot_navi {
	background: rgba(180, 149, 49, 0.8);
}
.foot_navi a {
	color: #fff;
}
.f-hours {
	background: rgba(180, 149, 49, 0.8);
	color: #fff;
	display: none;
}
footer ul.foot_navi_list a {
	color: #fff;
}
.f-hours {
	/* border-top: 1px solid #000; */
}
.btn_totop a {
	background: #b49531;
	color: #000;
}
@media screen and (min-width: 640px) {
	footer ul.foot_navi_list li {
		border-left: 1px solid #bbb;
	}
}

/* index */

.mainvisual .mainlogo {
	filter: drop-shadow(1px 1px 2px #000);
}
.mainvisual .global-nav {
	background: #000;
	border-top: 1px solid #b49531;
	border-bottom: 1px solid #b49531;
}
.mainvisual .global-nav a {
	color: #fff;
}
.mainvisual .global-nav a span {
	color: #bbb;
}
.mainvisual .global-nav_list li + li {
	border-right: 1px solid #b49531;
}
@media screen and (min-width: 768px) {
	.mainvisual .global-nav_list li:first-child {
		border-right: 1px solid #b49531;
	}
}

/*--------*/

.top_topics {
	background: #000;
	border: 1px solid #b49531;
	box-sizing: border-box;
}
.top_topics .sh {
	/* background: linear-gradient(15deg, rgba(224,40,40,1) 0%, rgba(254,151,151,1) 260%, rgba(224,40,40,1) 100%); */
	background: #b49531;
	color: #fff;
	line-height: 2;
}
.top_information .information_list li {
	border-bottom: 1px solid #b49531;
}
.top_diary .diary_list li:nth-of-type(n + 2) {
	border-top: 1px dashed #b49531;
}
.top_blog {
	background: #fbf5ed;
}
.top_app h3 {
	background: #efefef;
}
.top_app .btn_webreserve {
	box-shadow: 0px 1px 6px #ccc;
}
.top_menu ul li a {
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
}
.top_menu ul li a:hover {
	background: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 640px) {
	.top_menu ul li {
		background: #ccc;
	}
}
.top_access {
	background: #000;
}
.top_access .access-box {
	border-bottom: 1px solid #b49531;
}
.top_contents,
.top_eventbanner {
	/* background: #000; */
}
.top_schedule,
.top_blog,
.top_access {
	background: #000;
}
/*top information*/
.top_infoarea {
	/* background: #fbf5ed; */
}
.top_therapist {
	/* background: #fbf5ed; */
}
.top_credit {
	/* background: #fbf5ed; */
}
.realtime-box {
	/* background: rgba(0, 0, 0, 0.7); */
	border: 1px solid #b49531;
}

/* schedule */

.calendar {
	border-bottom: 1px solid #b49531;
}
.calendar ul li {
	background: rgba(255, 255, 255, 0.8);
}
.calendar ul li.target {
	background: #f4f0e9;
}

.calendar ul li.sat a {
	color: #0043ff;
}

.calendar ul li.sun a {
	color: red;
}
.calendar ul li a {
	border: 1px solid #fff;
	background: #b49531;
}
.schedule label {
	background: #000;
	border: 1px solid #b49531;
}
.schedule input:checked + label {
	/* background-color: #ebf3ff; */
	color: #fff;
	background: #b49531;
}

/* blog */

.blog_list li {
	border-bottom: 1px solid #b49531;
}

/* access */

/* event */

/* price */

.attention {
	border: 1px solid #b49531;
}
.attention dd {
	border-bottom: 1px dotted #b49531;
}
.price h2 {
	/* border-bottom: 1px solid #b49531; */
	color: #b49531;
}
.price-detail dt {
	/* border-bottom: 1px solid #b49531; */
	background: #b49531;
}
.price-detail dd {
	color: #000;
	/* border-bottom: 1px solid #b49531; */
	background: #fff;
}
dd.none {
	color: #666;
}
.detail-dd {
	color: #fff;
}

/* ranking */

.ranking .therapist-box {
	border-bottom: 1px solid #b49531;
}
.ranking .therapist-box .rank {
	background: #e7e7e7;
	color: #666;
}
.ranking .therapist-box .rank1 {
	border-bottom: 1px solid #d3bd7e;
	color: #c59719;
	background: none;
}
.ranking .therapist-box .rank2 {
	border-bottom: 1px solid #b49531;
	color: #909fab;
	background: none;
}
.ranking .therapist-box .rank3 {
	border-bottom: 1px solid #b49531;
	color: #8d4523;
	background: none;
}
.ranking .therapist-box .comment dt {
	border-bottom: 1px dashed #b49531;
}
ul.ranking_list li {
	border: 1px solid #b49531;
}
.therapist-box.rank1box {
	/* background: #000ad3; */
}
.therapist-box.rank2box {
	/* background: #f2f2f2; */
}
.therapist-box.rank3box {
	/* background: #fbe9dc; */
}

/* recruit */

.recruit .recruit-point dd {
	/* border-bottom: 1px solid #b49531; */
}
.recruit .recruit-point dd h3 {
	background: #b49531;
}
.recruit-detail dl dt {
	background: #b49531;
}
.recruit-detail dl dd {
	background: #fff;
	color: #000;
}
.recruit-detail dl dd p a {
	border: 1px solid #b49531;
	background: rgb(232, 232, 232);
	background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 38%);
}
.recruit-contact-wrap dl dd p a {
	background: #f2689c;
	color: #fff;
	filter: drop-shadow(1px 1px 1px #bbb);
}
.recruit-contact-wrap dl dd .second a {
	background: #05d745;
}
.recruit-contact-wrap dl dd .third a {
	background: #709aee;
}

/* reserve */

.reserve-btn a {
	border: 1px solid #b49531;
	background: rgb(232, 232, 232);
	background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 38%);
}
.mailform-tbl tbody tr th {
	border-top: 1px solid #b49531;
}
.mailform-tbl input[type='text'],
.mailform-tbl input[type='email'],
.mailform-tbl textarea {
	border: 1px solid #b49531;
}
.mailform-tbl select {
	border: 1px solid #b49531;
	background: #000;
}
.ccb-lower {
	background: #000;
	border: 1px solid #b49531;
}
p#submit-button input {
	background: #454545;
	color: #000;
}
span.attention {
	color: red;
}
.mw_wp_form_complete {
	border: 1px solid #b49531;
}

/* sitemap */

.sitemap h3 {
	background: #b49531;
}

/* cast */

.catchcopy-box {
	background: #000;
}
.therapist-box p.catchcopy {
	color: #fff;
}
.therapist-box .profile-icon li {
	/* border: 1px solid #0053c5; */
	border: 1px #b49531 solid;
}
.therapist-box .todays-time p {
	background: #b49531;
	color: #fff;
}
.therapist-box .guide {
	border: 1px #b49531 solid;
	background: #000;
}
.therapist-single h1.name {
	border-bottom: 1px solid #b49531;
}
.therapist-single .profile-icon li {
	/* border: 1px solid #0053c5; */
	border: 1px #b49531 solid;
}
.therapist-box .photo .today-icon {
	border-color: transparent #b49531 transparent transparent;
}
.therapist-box .photo .today-icon span {
	color: #fff;
}
.therapist-single .photo .today-icon {
	border-color: transparent #b49531 transparent transparent;
}
.therapist-single .photo .today-icon span {
	color: #fff;
}
.therapist-single .btn_scheudle a {
	border: 1px solid #b49531;
	background: rgb(232, 232, 232);
	background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 38%);
}
.therapist-single .pickup dt {
	background: #b49531;
}
.therapist-single .comment {
	border: 1px solid #b49531;
}
.therapist-single .comment dt {
	/* background: rgba(255,255,255,0.7); */
	border-bottom: 1px solid #b49531;
}
.therapist-single .comment.cast dt {
	/* background: #ffdbdb; */
}
.therapist-single .comment.master dt {
	/* background: #cedce9; */
}
.therapist-single .comment dd {
	/* background: rgba(255,255,255,0.7); */
}
.single-cast-calendar .calendar ul li {
	border-bottom: 1px solid #b49531;
}
.single-cast-calendar .calendar ul li.sat a.date {
	color: #0043ff;
}
.single-cast-calendar .calendar ul li.sun a.date {
	color: red;
}
.single-cast-calendar .calendar ul li .schedule-castreserve-btn {
	border: 1px solid #b49531;
	background: rgb(232, 232, 232);
	background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 38%);
	display: none;
}
.therapist-single .calendar ul li .schedule-castreserve-btn span {
	color: #666;
}

/* 口コミ */
.css-auobc3 {
	border-bottom: 1px solid #bbb;
}
.css-1cpjif9 {
	color: #fff;
}
.css-1v7shu4 {
	color: #fff;
}
.css-u60qnr {
	color: #fff !important;
}
.profile-review {
	background: #000;
}

/*************** color ***************/

.nav_follow .btn_tel a,
.nav_follow .btn_tel em {
	color: #b49531;
}
.therapist-box h3.name a {
	color: #b49531;
}
.top_topics .marquee {
	color: #fff;
}
.therapist-single .pickup dd {
	background: #fff;
	color: #000;
}
.single-cast-calendar .calendar ul li {
	background: #fff;
	color: #000;
}
.therapist-box p.date {
	color: #b49531;
}
/*************** color ***************/
.price-detail dt,
.price-detail dd {
	width: 50%;
	margin-bottom: 1rem;
}
.price-detail dt {
	padding: 1rem;
	box-sizing: border-box;
}
.price-detail dd {
	text-align: center;
}
.price-detail {
	width: 100%;
}
@media screen and (max-width: 640px) {
	.price-detail dt,
	.price-detail dd {
		width: 100%;
	}
	.price-detail dt {
		margin-bottom: 0;
		text-align: center;
	}
}
.therapist-single .pickup dd {
	padding: 10px;
}
.single-cast-calendar .calendar ul li {
	padding: 0;
}
.single-cast-calendar .calendar ul li a.date {
	padding: 7px;
	text-align: center;
	width: 30%;
	box-sizing: border-box;
	margin: 0;
	display: block;
}
.single-cast-calendar .calendar ul li span.time {
	width: 70%;
}
.single-cast-calendar .calendar ul li {
	justify-content: space-between;
}

header .btn_tel.sp {
	position: absolute;
	top: 0.5rem;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-content: stretch;
	align-items: flex-end;
	width: 100%;
	line-height: 1.1;
	margin-left: -1rem;
	right: -1rem;
}
header .btn_tel.sp a {
	justify-content: flex-end;
	font-size: 1.5rem;
	font-style: italic;
}
header .btn_tel.sp .btn-set-size {
	font-size: 12px;
	font-weight: bold;
}
header .nav_follow .btn_tel.sp em {
	font-size: 12px;
	vertical-align: baseline;
	font-weight: bold;
}
.font-small {
	font-size: 1rem;
	font-weight: bold;
	padding-top: 0.5rem;
}
.nav_follow .logo {
	max-width: 80px;
}
@media screen and (max-width: 640px) {
	.nav_follow .logo {
		position: relative;
		z-index: 1;
		width: 18%;
		margin-top: 0.5rem;
	}
}

header .btn_telb.sp {
	position: absolute;
	top: 0.5rem;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-content: stretch;
	align-items: flex-end;
	width: 100%;
	line-height: 1.1;
	margin-left: -1rem;
	right: 4rem;
}
header .btn_telb.sp a {
	justify-content: flex-end;
	font-size: 1.5rem;
	font-style: italic;
	color: #b49531;
}
header .btn_telb.sp .btn-set-size {
	font-size: 12px;
	font-weight: bold;
	color: #b49531;
}
header .nav_follow .btn_telb.sp em {
	font-size: 12px;
	vertical-align: baseline;
	font-weight: bold;
	color: #b49531;
}

@media screen and (min-width: 640px) {
	.shop {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 1rem 0 3rem;
	}
}
